blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 2 268 | content_id stringlengths 40 40 | detected_licenses listlengths 0 58 | license_type stringclasses 2
values | repo_name stringlengths 5 118 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 816
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 2.31k 677M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 151
values | src_encoding stringclasses 33
values | language stringclasses 1
value | is_vendor bool 2
classes | is_generated bool 2
classes | length_bytes int64 3 10.3M | extension stringclasses 119
values | content stringlengths 3 10.3M | authors listlengths 1 1 | author_id stringlengths 0 228 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8de82ea43f8033664d8c447969898fb01ff8a8e8 | a997dd8779269d1034031b2f3ef06f3aa4ca4eaf | /who2.c | 069a714f0cb930a8209a93bd36fa7edf92172630 | [] | no_license | shigemk2/UULP | 20e98484d2946a4e2341d15164e81738fef01086 | 4ee6cce6e47141e85fcff4442f4db66531937c80 | refs/heads/master | 2020-06-06T08:43:04.737459 | 2014-03-22T07:58:47 | 2014-03-22T07:58:47 | 18,004,815 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,060 | c | /* who1.c whoプログラムの最初のバージョン
* utmpファイルをオープンし、読み出した結果を表示する
*/
#include <stdio.h>
#include <utmp.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#define SHOWHOST /* 出力にリモートマシン名を組込む */
void showtime(long);
void show_info(struct utmp *);
int main()
{
struct utmp utbuf; /* 情報をここに読み込む */
... | [
"i.am.shige@gmail.com"
] | i.am.shige@gmail.com |
ab63c18f10e70c4afb94934da529800aaccbe817 | 3a9c7985c5ed32f9f3abdd49ced5b96a5f2da70f | /include/ap_config_auto.h | 6803b978223f129ee179915fc0b68318ec613f0c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-zeusbench",
"BSD-3-Clause",
"RSA-MD",
"LicenseRef-scancode-rsa-1990",
"Beerware",
"LicenseRef-scancode-other-permissive",
"Spencer-94",
"metamail",
"LicenseRef-scancode-rsa-... | permissive | vmssoftware/csws | f21b717fed138bbd5b10de44afbccb394bce36f5 | e5a2bf0ddc34724d3ef0ff9cac0d9ab0608cba30 | refs/heads/master | 2023-08-11T17:00:02.435767 | 2021-09-19T23:57:07 | 2021-09-19T23:57:07 | 408,263,512 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,717 | h | /* include/ap_config_auto.h. Generated from ap_config_auto.h.in by configure. */
/* include/ap_config_auto.h.in. Generated from configure.in by autoheader. */
/* SuExec root directory */
/* #undef AP_DOC_ROOT */
/* Enable DTrace probes */
/* #undef AP_ENABLE_DTRACE */
/* Allow modules to run hook after a fatal e... | [
"brett.cameron@vmssoftware.com"
] | brett.cameron@vmssoftware.com |
81b04a0cadc628cd54c79bfb45426d295ed0d2a8 | 12595e9576b2cff1f88a336da08dd567ab6f4a12 | /libft/ft_lstnew.c | 92575424dc3de1de12c87c00e436c6cd5a253b64 | [] | no_license | MinisterAkasha/cub3D | 865b26580685b1bdc2be6b077e87afdce21d3d03 | 6aff7bc78617d9a1207b0886234506d6c291b198 | refs/heads/main | 2023-06-06T00:32:58.774571 | 2021-07-01T14:15:02 | 2021-07-01T14:15:02 | 320,833,741 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 197 | c | #include "libft.h"
t_list *ft_lstnew(void *content)
{
t_list *elem;
if (!(elem = (t_list*)malloc(sizeof(t_list))))
return (0);
elem->content = content;
elem->next = NULL;
return (elem);
}
| [
"akasha@va-b5.kzn.21-school.ru"
] | akasha@va-b5.kzn.21-school.ru |
74f688d3c3d345f19134ac10981916e04f9a6fff | 6ed97d8463ae2686ec0e64acf6e87a3fef429cec | /dk62/Kufaeva_Sasha/Homework/lab3/dk_tool.c | 1aa72af632740c2d72882c9375aba6e67044ea67 | [] | no_license | OlesyaShut/2017 | 2c6d441346f2c350cd52c9e2d7825651944c245c | 9eaef280b560f683d1bc1970ae41fdbd6da03b10 | refs/heads/master | 2020-04-01T07:34:34.422995 | 2017-06-29T07:52:02 | 2017-06-29T07:52:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,391 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "dk_tool.h"
#include "sorts.h"
void sortArray(int *aArray, int aSize, FILE *file)
{
clock_t first, second;
double time;
values(aArray, aSize);
printf("Bubblesort started\n");
first = clock();
bubblesort(aArray, aSize);
second = clock();
ti... | [
"noreply@github.com"
] | OlesyaShut.noreply@github.com |
53b57bff679a1038f85e16a5dd216c6c8de1ce3f | 67eac20379df329d55d74f4e36ac206f7d50ec75 | /code_examples/Blinky_LED_1_KIT_TC234_TFT/Libraries/Infra/Sfr/TC23A/_Reg/IfxCpu_reg.h | f5c0422207a461f4eab0eb2e6e0ade9a84fe987a | [] | no_license | Infineon/AURIX_code_examples | d0adb2daa86df1eae52aac6451fd5a9d4ba1b5eb | a1623634511d4463537aac33bf791c37fbb17f1c | refs/heads/master | 2023-04-13T01:31:03.043401 | 2023-04-03T11:53:03 | 2023-04-03T11:53:03 | 192,314,276 | 365 | 278 | null | null | null | null | UTF-8 | C | false | false | 63,123 | h | /**
* \file IfxCpu_reg.h
* \brief
* \copyright Copyright (c) 2015 Infineon Technologies AG. All rights reserved.
*
* Version: TC23XADAS_UM_V1.1.R0
* Specification: tc23xadas_um_sfrs_MCSFR.xml (Revision: UM_V1.1)
* MAY BE CHANGED BY USER [yes/no]: No
*
* IMPORTANT NOTICE
*
* Us... | [
"matteo.vitturi@infineon.com"
] | matteo.vitturi@infineon.com |
c91c12f6633aa0b8a2622e35c406bcf6dcec173b | 99e494d9ca83ebafdbe6fbebc554ab229edcbacc | /.history/CC3/1_20210311164353.c | 442d31877505cbd6ad78db76e1d473dbbe280137 | [] | no_license | Datta2901/CCC | c0364caa1e4937bc7bce68e4847c8d599aef0f59 | 4debb2c1c70df693d0e5f68b5798bd9c7a7ef3dc | refs/heads/master | 2023-04-19T10:05:12.372578 | 2021-04-23T12:50:08 | 2021-04-23T12:50:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 191 | c | #include<stdio.h>
void name();
int main(){
char name[30],ch ;
printf("Enter any string:");
int i=0;
while(ch!="\n"){
ch=getchar();
name[i]=ch;
nameli]='\0';
printf("String:%s"name);
}
| [
"manikanta2901@gmail.com"
] | manikanta2901@gmail.com |
6058fd4dbd1a73a6c021ee142bb90282e06626de | fb0567ada166364cfee7376ce2453483d51c779c | /Pods/Headers/Public/IMSDK/ICallManager.h | 70162b81ae39ace11f98bb1c27b3f511776b73cf | [] | no_license | guruone/IMUI | 206014d354691f31e11ca12dd5661f9c68ef4f43 | bf5d53b75fa0543e4c63dba03c453e4381853c46 | refs/heads/master | 2021-01-20T23:31:25.832602 | 2016-04-25T09:47:08 | 2016-04-25T09:47:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 105 | h | ../../../../../../huangye_ios_lib/IMSDK/IMSDK/EaseMobSDK/include/CallService/EMCallManager/ICallManager.h | [
"huangbin911@gmial.com"
] | huangbin911@gmial.com |
562355cf203640384b0f08417ac79333d27444ef | 7127b70a034bb3b6986f404be6636cc32d066985 | /Algorithms/Cats and a Mouse/Cats and a mouse.c | d58bd83c8a6f8867c40311ff3dfaa95b4c21f89d | [] | no_license | RahulKathuria/HackerRank-Algorithms | e9b6bce10d8026a0fbc20a719475c352b01d1c8c | f9453c1aabfc8d2840bc60a8f4da3e1faa5ee58d | refs/heads/master | 2021-01-18T16:14:15.635937 | 2020-10-07T13:24:06 | 2020-10-07T13:24:06 | 84,349,688 | 2 | 5 | null | 2020-10-07T13:24:07 | 2017-03-08T17:47:50 | C | UTF-8 | C | false | false | 324 | c | #include <stdio.h>
int main(){
int q;
scanf("%d",&q);
for(int a0 = 0; a0 < q; a0++){
int x;
int y;
int z;
scanf("%d%d%d",&x,&y,&z);
if(abs(x-z)>abs(y-z))
printf("Cat B\n");
else if(abs(x-z)<abs(y-z))
printf("Cat A\n");
else
printf("Mouse C\n");
}
return ... | [
"rahulkathuria52@gmail.com"
] | rahulkathuria52@gmail.com |
9c3e19f383eafdf34c02169cbf74b6da8b9dbc6f | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE191_Integer_Underflow/s05/CWE191_Integer_Underflow__int64_t_fscanf_predec_63b.c | d5de59ced4e21567da37fec77d7b0c0cb5c464c0 | [] | no_license | arichardson/juliet-test-suite-c | cb71a729716c6aa8f4b987752272b66b1916fdaa | e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9 | refs/heads/master | 2022-12-10T12:05:51.179384 | 2022-11-17T15:41:30 | 2022-12-01T15:25:16 | 179,281,349 | 34 | 34 | null | 2022-12-01T15:25:18 | 2019-04-03T12:03:21 | null | UTF-8 | C | false | false | 1,909 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE191_Integer_Underflow__int64_t_fscanf_predec_63b.c
Label Definition File: CWE191_Integer_Underflow.label.xml
Template File: sources-sinks-63b.tmpl.c
*/
/*
* @description
* CWE: 191 Integer Underflow
* BadSource: fscanf Read data from the console using fscanf()... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
720d38b6126603943036c52bde9787c2e30df406 | 807df1d59c4051c2fa179de98ef9abf2aa7ea2b3 | /bachelor/year1/PSU/PSU_2016_tetris/check_tetrimino_validity.c | b8a0100c4eb5f48584f6a792157acc8ab6d42190 | [] | no_license | Petit-Pas/EpitechBachelor | 1624b9acbb1fa47342137469e5d735d971531b38 | 40244874e5cff14deb45cce0ce794d7249dcd852 | refs/heads/main | 2022-12-18T00:01:25.574204 | 2020-09-22T07:34:16 | 2020-09-22T07:34:16 | 296,012,690 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,122 | c | /*
** check_tetrimino_validity.c for tetris.c in /home/angevil124/prog/PSU/PSU_2016_tetris/Work_in_progress/benoit
**
** Made by Benoit
** Login <benoit.hoffman@epitech.eu>
**
** Started on Tue Feb 28 11:02:57 2017 Benoit
** Last update Tue Mar 7 11:12:22 2017 shintaro
*/
#include <curses.h>
#include <stdlib.h>
#i... | [
"benoit.hoffman@epitech.eu"
] | benoit.hoffman@epitech.eu |
07d857a139fca380c496f9b4fec9d04881c586b6 | 6b7c179e09ad4ec7bd19dd0c3c82b5daca461a3d | /Proyecto_Compiladores/lexico.c | 922e6c09dd4026158df464b38022ee670678d34b | [] | no_license | alexrgzo12/Compilador | af3348b0f66b3dbe2ba2a42b7c110e9f3f0db4b4 | 0d669be6de369d5454f554454a37355fb600da38 | refs/heads/master | 2022-09-14T23:35:12.865475 | 2020-05-26T06:28:31 | 2020-05-26T06:28:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 59,700 | c | #line 2 "lexico.c"
#line 4 "lexico.c"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 6
#define YY_FLEX_SUBMINOR_VERSION 4
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif
/* First, we deal with ... | [
"noreply@github.com"
] | alexrgzo12.noreply@github.com |
3c182908f6971d794fac342cecebd07b91912ae3 | fc7dbcb3bcdb16010e9b1aad4ecba41709089304 | /MdeModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.c | b0637c960c9a2ea77bf0c44a123feac0822a81de | [] | no_license | Itomyl/loongson-uefi | 5eb0ece5875406b00dbd265d28245208d6bbc99a | 70b7d5495e2b451899e2ba2ef677384de075d984 | refs/heads/master | 2021-05-28T04:38:29.989074 | 2010-05-31T02:47:26 | 2010-05-31T02:47:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 59,614 | c | /** @file
PCI resouces support functions implemntation for PCI Bus module.
Copyright (c) 2006 - 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The fu... | [
"xiangy@lemote.com"
] | xiangy@lemote.com |
11019cf9e99feeab4c6ead1ada4819fc5d761843 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/gcc.c-torture/compile/921012-2.c | 6f4de779549ac4baf889226c99644126712e6904 | [
"Zlib",
"LicenseRef-scancode-public-domain",
"LGPL-2.1-only",
"FSFAP",
"LGPL-3.0-only",
"GPL-3.0-only",
"GPL-2.0-only",
"GCC-exception-3.1",
"LGPL-2.0-or-later"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 67 | c | struct foo {
int a,b,c;
};
f(struct foo*a,struct foo*b)
{
*a=*b;
}
| [
"rink@rink.nu"
] | rink@rink.nu |
75f8e0909672ea57b9b7879e04e9f67f77b83959 | d31ffcd23139d71a3e4ae4350f7084921fe239ef | /0x02-functions_nested_loops/4-isalpha.c | dde676fa444bb88affc45616518227c1dda4cb06 | [] | no_license | Sammitic/holbertonschool-low_level_programming-1 | a084727bbcac10b354fc6c1cb270fd2d4ca9e831 | d1dc511803847034806841f3b9cc6e131e8078df | refs/heads/master | 2022-12-05T16:09:40.892345 | 2020-08-28T12:40:44 | 2020-08-28T12:40:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 289 | c | #include "holberton.h"
/**
* _isalpha - function that checks for alphabetic character
* @c: Character to check
* Return: if is alphabetic character 1
* In another case 0.
*/
int _isalpha(int c)
{
if ((c >= 65 && c <= 90) || (c >= 97 && c <= 122))
return (1);
else
return (0);
}
| [
"1469@holbertonschool.com"
] | 1469@holbertonschool.com |
9aa35ac10089f307214cc3b6b4ff6caf456b9dbb | e010530f658cb583ac87d977f748d869f7ef18f2 | /0418/process3.c | 38282a3fb2993926e0441d4f025ffbfcd276315a | [] | no_license | ehgud0670/thethelab.io | 22e868a6377bbf6a9517c775edeebb0a4168b004 | ca6b3f86ffb80bb855f30dcd0e12e4dc2d0cd221 | refs/heads/master | 2020-04-30T20:29:31.361123 | 2019-12-22T18:30:27 | 2019-12-22T18:30:27 | 173,080,981 | 0 | 0 | null | 2019-02-28T09:21:56 | 2019-02-28T09:21:56 | null | UTF-8 | C | false | false | 267 | c |
#include <unistd.h>
int a = 42;
int main() {
int b = 10;
pid_t pid;
pid = fork();
if (pid > 0) {
a += 10;
b += 10;
printf("parent a: %d b: %d\n", a, b); // 52, 20
} else if (pid == 0) {
sleep(1);
printf("child a: %d b: %d\n", a, b); // 42, 10
}
}
| [
"kimdo2297@gmail.com"
] | kimdo2297@gmail.com |
e64e400a857b336edf06bb28c3cc049b329c321f | caf107831674a05d2c9f5b6ebbde7f7b87a82669 | /2016_осень/Работы_студентов/Горожин_Михаил/4. структуры/main.c | dfe052bf446f7cae03c90887564d4e8070757f76 | [] | no_license | andreymaznyak/am-C-C-practical-course | 5fffdf7e095835746fa3a1dc758d2e9325696794 | 6e502c725a1b47bfa6bbf765a8165a2d86bdb6c7 | refs/heads/master | 2021-01-24T01:28:09.332008 | 2017-03-10T11:47:00 | 2017-03-10T11:47:00 | 68,420,916 | 4 | 18 | null | 2018-10-30T12:18:51 | 2016-09-16T23:24:37 | C++ | UTF-8 | C | false | false | 670 | c | #include <stdio.h>
#include <stdlib.h>
#include "student.h"
int main(){
student* arr = (student*)calloc(NUMBER_OF_STUDENTS, sizeof(student));
FILE* in = fopen("in", "r");
FILE* out = fopen("out", "w");
for (int i = 0; i < NUMBER_OF_STUDENTS; i++){
addStudent(in, arr, i);
}
sort(arr, 0, NUMBER_OF... | [
"m.gorozhin@gmail.com"
] | m.gorozhin@gmail.com |
2b9e0b148382f8c5bbf48bbcae6344229b78c2ad | b6a39420b94a48cc486424551afc6d0c41db4387 | /Code/Engine/Foundation/Strings/Implementation/StringIterator_inl.h | 3f01353ca909a2d4680f5bc644f660e4695d24d9 | [
"CC-BY-3.0"
] | permissive | blittle/ezEngine | 26268e6217da64c5b79cfa29d38698d5370efd98 | 4fd29950f77d3dc1857ccb9ce9285ec72181a836 | refs/heads/master | 2021-01-18T17:23:19.211837 | 2014-03-27T16:58:17 | 2014-03-27T16:58:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,718 | h | #pragma once
inline ezStringIterator::ezStringIterator(const char* pCurrent, bool bIsPureASCII)
{
m_pFirst = pCurrent;
m_pEnd = (pCurrent == NULL) ? NULL : (pCurrent + ezStringUtils::GetStringElementCount(pCurrent));
m_pCurrent = pCurrent;
m_bValid = (pCurrent < m_pEnd);
m_bIsPureASCII = bIsPureASCII;
}
inl... | [
"jan@krassnigg.de"
] | jan@krassnigg.de |
6d8e1b265d90ba40f23f56fdae18486f3f2f425f | e36ebccd6c975930619eb0335b0a6c4a2ad68f2d | /Projects/STM32091C_EVAL/Examples/RTC/RTC_Calendar/Src/main.c | 27e1eac45753d139a2c30a357701495e1427fac4 | [
"BSD-2-Clause"
] | permissive | borgel/STM32Cube-F0-Releases | fd3b9f3170bf553ecfddf8644b0ba38e900d235a | 405fd91f5d096eed550e7ec4db175c729ecc20d6 | refs/heads/master | 2021-01-11T14:39:59.504458 | 2017-01-27T09:00:55 | 2017-01-27T09:00:55 | 80,192,156 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,631 | c | /**
******************************************************************************
* @file RTC/RTC_Calendar/Src/main.c
* @author MCD Application Team
* @version V1.7.0
* @date 04-November-2016
* @brief This sample code shows how to use STM32F0xx RTC HAL API to configure
* Time and... | [
"borgel@MacBook-Air"
] | borgel@MacBook-Air |
a8763347dc477bf51e71f86ed10651536926b4bc | a0ab4b29b91d80f2226100e97c67e8566984c7e4 | /examples/DoIPSimple/src/Stubs.c | 3b9f0cc8953d5c582f8edb99e2d08f18d8f3c390 | [] | no_license | kangdazhi/AUTOSAR-1 | 8285006a44e53b3819692ea007d8d583ee94b3e5 | b11b081f835fd7279b72b1438a6a4f20743071f5 | refs/heads/master | 2022-04-21T03:38:03.953673 | 2020-04-21T17:05:53 | 2020-04-21T17:05:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,277 | c | #include "Dcm.h"
Std_ReturnType Rte_Call_SecurityAccess_SecurityLevel_0_GetSeed(Dcm_OpStatusType OpStatus, uint8 *seed, Dcm_NegativeResponseCodeType *errorCode){
return E_OK;
}
Std_ReturnType Rte_Call_SecurityAccess_SecurityLevel_0_CompareKey(const uint8 *key, Dcm_OpStatusType OpStatus) {
return E_OK;
}
Std_R... | [
"AnycQing@163.com"
] | AnycQing@163.com |
2b95120c869d784d7cfc4743e6849ea7794ff9e4 | 6fe4b75d87577cfcb6cb30e23689cc8ace06ca05 | /includes/libft/ft_strnew.c | 2f1b82eaff9092ce6c50d069b129ca3a5f2d8da2 | [] | no_license | Chicaris/Doom_Nukem_19 | 0954fa60b6912a7c281a0448346b2a984ea94a26 | 6253a2eff1db6de86a87cdd198b4f60a2199a6cc | refs/heads/master | 2020-12-19T14:01:12.071800 | 2020-01-23T17:02:10 | 2020-01-23T17:02:10 | 235,753,859 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,149 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strnew.c :+: :+: :+: ... | [
"bruno1995cornil@gmail.com"
] | bruno1995cornil@gmail.com |
5c6f24fbc64eb8be5e36a9fa5d67da1e14335e15 | 69a94a9316bf97d8ae783d880c5688f52f11c0aa | /mame/src/mame/drivers/buster.c | fff55c094a401e2b195acdc30b197e872c4f63ec | [] | no_license | bradparks/UME-Core | 530fd1dee865453f8a7c00ca2d7c9b2b5b59d34e | ed48bd0e86f701e0f1a22150445ae42ac57aa4aa | refs/heads/master | 2021-01-22T23:57:48.291810 | 2015-11-10T08:43:50 | 2015-11-10T08:44:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,010 | c | /*
Buster
Video Fruit Machine
*/
#include "emu.h"
#include "cpu/z80/z80.h"
#include "sound/ay8910.h"
#include "video/mc6845.h"
class buster_state : public driver_device
{
public:
buster_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)... | [
"conrad@kramerapps.com"
] | conrad@kramerapps.com |
d3bfba4a93a33c576141fc6e2220b92eca2d84f2 | 09743ae128552f322f478184dd57c51824462089 | /week5/code/5-3-1.c | 07b7e7f2d0a7388951ab70415339d60d7d6536ae | [] | no_license | derolol/Linux-Learning | cf9d5c112e18a22c8e1bfce13bafa37e496cd47d | ee1d4968fc8c8c6329df2fd7d008fd6cf68eaaf7 | refs/heads/master | 2023-01-24T11:22:43.547560 | 2020-12-07T01:40:17 | 2020-12-07T01:40:17 | 299,367,908 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 442 | c | #include "ch5.h"
int main() {
char buf[20];
int ret;
FILE* fp = fopen("./tmp.txt", "w+");
if (!fp) {
printf("Fail to open file!\n");
}
ret = fwrite("123", sizeof("123"), 1, fp);
printf("We write %d byte\n", ret);
memset(buf, 0, sizeof(buf));
fseek(fp, 0, SEEK_SET);
ret = fread(buf, sizeof(char), sizeof("... | [
"837456540@qq.com"
] | 837456540@qq.com |
91fbb8858a83504cc42a99b553800d943102e8f7 | 36f19002c2ff2f6b60a4d1f1b1443a7221ae04c2 | /app/build/zephyr/include/generated/syscalls/uart_irq_rx_disable_mrsh.c | d2c5a5d2f5db611d784dab599ca399c129f44266 | [
"Apache-2.0"
] | permissive | najnesnaj/pinetime-zephyr | cb6d1102fe88c1c1b227beabd9b0b217ecd79638 | b9ed4ff7036cfc4059f52c08527194c602b60288 | refs/heads/master | 2023-08-03T13:42:27.399010 | 2023-07-22T19:35:52 | 2023-07-22T19:35:52 | 223,597,268 | 109 | 26 | Apache-2.0 | 2020-02-01T10:38:53 | 2019-11-23T13:57:36 | HTML | UTF-8 | C | false | false | 832 | c | /* auto-generated by gen_syscalls.py, don't edit */
#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)
#pragma GCC diagnostic push
#endif
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
#include <syscalls/uart.h>
extern void z_vrfy_uart_irq_rx_disable(const struct device * dev);
uintp... | [
"najnesnaj@yahoo.com"
] | najnesnaj@yahoo.com |
f42a0d9578507a3e4997383701921a13d205a642 | 1bc2e83500c621d87ccfbd141b5f44a9b06cbde8 | /PEX/PEX1/PEX1.h | 91db4dedcde9f2983ba53ee4d3d6891d3b96bdbe | [] | no_license | LaurenHumpherys/CProjects | 075f437b1430a6da09e80b632a3b2364aa331925 | ba56c42de24c59e91170db8055119d5e68d34d77 | refs/heads/master | 2020-07-12T15:20:15.525551 | 2019-10-31T15:08:55 | 2019-10-31T15:08:55 | 204,850,058 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 536 | h | /** PEX1.h
* ===========================================================
* Name: Lauren Humpherys, 09-12-19
* Section: M1A
* Project: PEX1
* Purpose:
* ===========================================================
*/
#ifndef MYEXE_PEX1_H
#define MYEXE_PEX1_H
#include <stdio.h>
#include <stdlib.h>
void drawDie(int pips... | [
"C22Lauren.Humpherys@usafa.edu"
] | C22Lauren.Humpherys@usafa.edu |
004d193e91757c09943928e43fb2df8592811d88 | f6a4e4762757d6e487b78f79edf310d0b331ab98 | /技术文档等/ADS1x9x开发板代码/ADS1x9x_ECG_Recorder_FW/USB_Common/defMSP430USB.h | a2f4fd25e504d1d3ebca17e11600a0131a9bf75e | [] | no_license | trzp/Esp32forADS129 | ea712670e387702d030edfc985dfcde4f757db14 | 537ec7681b282d1dffede83dc3a0a0273860fc4d | refs/heads/master | 2020-12-10T02:25:52.874684 | 2020-03-18T08:17:32 | 2020-03-18T08:17:32 | 233,481,074 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,097 | h | // (c)2009 by Texas Instruments Incorporated, All Rights Reserved.
/*----------------------------------------------------------------------------+
| |
| Texas Instruments |
| ... | [
"mrtang@nudt.edu.cn"
] | mrtang@nudt.edu.cn |
6081293528420126e71156fdcfd302c306d5ff0e | e83ec186cf67c9742bb5bcd87006c3d67de8c513 | /05-nix5/06a-mount-bak/vfs5/ramfile.h | 1900f30105be119c7375a4a796acf2c329005dd6 | [] | no_license | chienhua70611/riscv_to_os_book | e62cacb5da88d88b27eb7446706efff23adc8462 | c825bfbeb37ee6a6a8c50809da32c9adb9a7854b | refs/heads/master | 2023-06-29T19:03:47.358769 | 2021-07-11T03:50:18 | 2021-07-11T03:50:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 124 | h | #ifndef __RAMFILE_H__
#define __RAMFILE_H__
void ramfile_init();
int ramfile_open(int flags);
int ramfile_close();
#endif
| [
"ccckmit@gmail.com"
] | ccckmit@gmail.com |
30300b7442a8d308812e5cb432d6a29d16dd0090 | 7a9d92b789eeada4205b3f25e4b0ca163ccd4edb | /libraries/RTX-v4.73/SRC/rt_CMSIS.c | bf132578c380670f1ca123b726855660da8f03e0 | [] | no_license | mpthompson/stm32_f4_ptpd | e62fe497036d93d4449ac8ee5b8f1407f92dce9a | 1dacab14ffd712fe5a65a26d3f7946ea8d49c4a1 | refs/heads/master | 2021-06-03T22:25:49.959810 | 2021-05-13T06:56:37 | 2021-05-13T06:56:37 | 21,174,814 | 68 | 47 | null | null | null | null | UTF-8 | C | false | false | 67,249 | c | /*----------------------------------------------------------------------------
* RL-ARM - RTX
*----------------------------------------------------------------------------
* Name: rt_CMSIS.c
* Purpose: CMSIS RTOS API
* Rev.: V4.74
*--------------------------------------------------... | [
"mike@ologicinc.com"
] | mike@ologicinc.com |
0a1559811ba872c03aa420bb8423559910265fd6 | 32a2ae420f055a25eb6551002ec979f2b563ad24 | /platform/mcu/stm32l475/Middlewares/USB_Host/Core/Src/usbh_conf_template.c | 0421acd8ab68446dde190235c0b8f38d30b3ccb0 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | benpoon-microchip/AliOS-Things-CLK-And-SDMMC-Modification | f48976ab24fd9155e384df1e0b373fbb5fc6bf25 | cfbb92fc1bf640b528ab661c5197945c54378862 | refs/heads/master | 2020-03-30T05:55:24.796579 | 2018-09-29T05:41:44 | 2018-09-29T05:41:44 | 150,827,779 | 1 | 2 | Apache-2.0 | 2020-03-06T15:57:35 | 2018-09-29T05:24:05 | C | UTF-8 | C | false | false | 9,202 | c | /**
******************************************************************************
* @file usb_bsp.c
* @author MCD Application Team
* @version V3.2.2
* @date 07-July-2015
* @brief This file implements the board support package for the USB host library
*********************************************... | [
"Ben.Poon@microchip.com"
] | Ben.Poon@microchip.com |
4a98c7903872f714e840c958e5c5a20e693e9a89 | 74450d2e5c5d737ab8eb3f3f2e8b7d2e8b40bb5e | /github_code_index_sort/cpp/3/122.c | 9bd703214c88dfad76f7128d847b331e1eb1ec52 | [] | no_license | ulinka/tbcnn-attention | 10466b0925987263f722fbc53de4868812c50da7 | 55990524ce3724d5bfbcbc7fd2757abd3a3fd2de | refs/heads/master | 2020-08-28T13:59:25.013068 | 2019-05-10T08:05:37 | 2019-05-10T08:05:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,227 | c | //
// Created by vivek on 12/16/2017.
//
#include "iostream"
#include "unordered_map"
#include "vector"
#include "unordered_set"
#include "stack"
#ifndef C_TOPOLOGICALSORT_H
#define C_TOPOLOGICALSORT_H
class DAGraph{
private:
std::unordered_map<size_t, std::vector<size_t> > _graph;
public:
DAGraph()
{
... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
ac8f348b48935dd105208d61a0fd3ae441ad6409 | 671eb4a6696229b21b63182fa33208aec285e846 | /C/DAC.c | f1b0191435675a60c57f062d90515102c144f046 | [] | no_license | Faisal-f-rehman/DigitalVoltMeter_project | 67b91d8fa74d9d819a79325810bcf721e0673933 | 580775e3e8861a9dbb9b7a2cef3064fb9cb485e2 | refs/heads/master | 2021-04-30T08:38:29.680787 | 2018-02-13T14:30:02 | 2018-02-13T14:30:02 | 121,379,591 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,333 | c | #include "DAC.h"
#include <stm32f4xx.h>
#include "ADC.h"
#include "USART.h"
#include "timInterrupt.h"
#include "led.h"
//declare global variables used externally
unsigned short wave_bank[32];
unsigned short sqrwave_bank_dac[2];
unsigned short sqrwave_bank_dac_freq[32];
unsigned short triWave_bank[32];
... | [
"noreply@github.com"
] | Faisal-f-rehman.noreply@github.com |
1976996008bff7498a18a5301f0060688aed72cb | 41e594d992f242cdc816dc12d34cd97240fddd6e | /Space Attack/Temp/StagingArea/Data/il2cppOutput/System_CodeGen.c | e2b6ec0b1ddf78ec6a317df9a0e5685fdfa758ba | [] | no_license | cjiecapb0/portfolio | 3ea2e02ab9eb7389b674aaa8f73e39ee28bfb128 | b8a319fd0d314779069c9b5e46092f11f91f1ac9 | refs/heads/master | 2023-02-10T03:15:16.480295 | 2021-01-06T19:39:02 | 2021-01-06T19:39:02 | 303,114,072 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 90,103 | c | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
// 0x00000001 System.String SR::GetString(System.String,System.Object[])
extern void SR_GetString_m9548BD6DD52DFDB46372F... | [
"cjiecapb0@gmail.com"
] | cjiecapb0@gmail.com |
aeb7aaeaacf4c469ae0c2bcedf4417091b0d7030 | 77405d349fb9857244de33829f51d4857a1442a7 | /1129/test.c | afa0d172d3e6996d5b671257e96d965fe4412267 | [] | no_license | gTopa/systemsClasswork | d0b8f00416657d95d3963b785ff9b9054eab0f53 | ce6d190c254a1282960451aff84fb46668e7a959 | refs/heads/master | 2020-05-29T08:49:53.197031 | 2016-12-07T20:31:48 | 2016-12-07T20:31:48 | 68,955,792 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 554 | c | #include <stdio.h>
#include <unistd.h>
#include <sys/shm.h>
#include <sys/ipc.h>
#include <sys/types.h>
int main(){
int sd;
int *a;
int x=100;
sd=shmget(24601,sizeof(int),IPC_CREAT | 0644);
int f = fork();
if(!f){
a=shmat(sd,0,0);
*a=15;
x=12;
printf("child x: %d\n", x);
printf("chi... | [
"gtopa@stuy.edu"
] | gtopa@stuy.edu |
bf5e35fe6a1ff5ef7b56c18e640abbdf09d6f591 | 21c7d94a77fcd115f2c0c3cd28cd0177c5ca0aac | /vtsOBD-2.0.1 - stm32f0/Projects/STM32F070RB-Nucleo/Examples/RCC/RCC_ClockConfig/Inc/main.h | 98f829018464f2c325350e93a91809388fc38b6e | [
"BSD-2-Clause"
] | permissive | mridulp-jft/telecom-gps | 8c0c6a138c526509142e5192babf9b80c79f4bd0 | 47638ab15025ebc3f032dd9289b8dadb0448eacd | refs/heads/master | 2021-05-09T21:19:58.386682 | 2018-05-16T13:13:32 | 2018-05-16T13:13:32 | 118,723,155 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,741 | h | /**
******************************************************************************
* @file RCC/RCC_ClockConfig/Inc/main.h
* @author MCD Application Team
* @version V1.7.0
* @date 04-November-2016
* @brief Header for main.c module
*******************************************************************... | [
"mridul@jellyfishtele.com"
] | mridul@jellyfishtele.com |
0d05dc286052a707c770a835476504796ec6de34 | 785c059cb2bdbe61a71d20ad577ef20192054047 | /tests/test_buf.c | 15e3a830669867cd3c2aa133424766dfc242f9ac | [] | no_license | marciopocebon/libfutil | 16681f7152a18cf349a75c266d624e14587da858 | 67a9c8f7182a15b1a9c2f8af41efb9d37625e12e | refs/heads/master | 2021-05-29T02:17:54.648271 | 2014-09-08T16:59:37 | 2014-09-08T16:59:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,572 | c | #include <libfutil/buf.h>
#include "test_buf.h"
unsigned int
test_buf(void) {
const char *testfunc = "buf";
unsigned int fails = 0, i;
buf_t buf;
/* Initialize it */
if (!buf_init(&buf)) {
TEST_FAIL("buf_init failed");
fails++;
return (1);
}
buf_lock(&buf);
/* Empty it, while already empty */
buf_e... | [
"massar@fsi.io"
] | massar@fsi.io |
d6a1f8b48149a44b7b987492a822b4218a81464e | f90a2c27035844002c5138ace44ab3d633a9b555 | /atdr_base_code/user/common/atdr_bitmap_server.c | 2945b12985c3075d28ed8991117e62fd3525c87e | [] | no_license | divyanks/Greko | 8cd54e0bb5ddc0630b61dd6dfa60e3ed3e0d0b12 | 19ac9318151721e5dc1e258eeabb1f6dc9b758ad | refs/heads/master | 2021-01-18T14:34:02.688827 | 2015-02-02T13:05:49 | 2015-02-02T13:05:49 | 30,138,978 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,326 | c | #include "ebdr_sys_common.h"
#include "ebdr_bitmap_server.h"
#include "ebdr_bitmap_user.h"
#include "ebdr_ioctl_cmds.h"
#include "ebdr_grain_req.h"
#include "ebdr_daemon.h"
#include "ebdr_relation.h"
#include "ebdr_log.h"
#define EBDR_TRACE_LOG_SIZE 4*4096
extern ioctl_fd;
extern THREAD_LOCK_T condition... | [
"divyank_s@yahoo.com"
] | divyank_s@yahoo.com |
ebd6f75d84aa0dd41ae85bacc64f82fca0115e35 | e62df551e45a28a1e1a3872f95dcd19b61df1027 | /base/stm32f407zet6_setup/App/lcd_driver.h | 22d40f936bb5b8e573363bfbf749e1eb4418e9cb | [] | no_license | peakhunt/stm32f407zet6_setup | 4ce7849a392f909ab74c4ea5c17658d2131fb4a5 | 7f40da6aafc1e7f5f48a886c1f8311ec886b3474 | refs/heads/master | 2020-12-22T03:27:16.444169 | 2020-02-14T12:13:39 | 2020-02-14T12:13:39 | 236,655,808 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 130 | h | #ifndef __LCD_DRIVER_DEF_H__
#define __LCD_DRIVER_DEF_H__
extern void lcd_driver_init(void);
#endif /* !__LCD_DRIVER_DEF_H__ */
| [
"hawk.kim1974@gmail.com"
] | hawk.kim1974@gmail.com |
d49790f0c8d3aa3112a3aeaf757f3e530c0742c2 | cf9e038f9fcd55b367ebe2d4e2d73ecc58ace741 | /project2/SaveSearchPaths.c | dd20a825710a61a3962d14641e3cce45f615669c | [] | no_license | a455898334/operatingsystems | c491e55553c71c9b647fa36cc4302a4f6b9467db | 04f0b2334135abefc4c5dd7fb4037e1e31a7eb27 | refs/heads/master | 2016-09-05T11:10:28.665986 | 2015-12-28T01:51:08 | 2015-12-28T01:51:08 | 41,402,320 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 817 | c | /**
* CSC-1600 Operating Systems
* Project 2
* SaveSearchPaths.c
* Shan Shi
*/
#include "arrayOfStrings.h"
#include <stdlib.h>
#include <string.h>
/* Take the path variable, tokenize it with :, and store the tokens in search_paths, also store the length in num_paths */
void SaveSearchPaths(char * search_pat... | [
"a455898334@gmail.com"
] | a455898334@gmail.com |
48d6c174cfa1226583b30b078f778c004ff40828 | e99716299289eb7a526397b3e03434a3ba6dd038 | /source/def.h | 345c1cfabb457a1f416e127994c496d8dc68d097 | [
"MIT"
] | permissive | gimmy/hashtags | afc82d5e0b0d28937a4a27a30288b08222ff7bcf | fa340cb9dd7858553b4dd34678a944a789008919 | refs/heads/master | 2020-09-23T15:34:27.936910 | 2016-08-27T21:32:32 | 2016-08-27T21:32:32 | 66,734,660 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,579 | h | /* def.h */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#define NTWEET 100000 /* numero di Tweet da leggere */
/* using dim_H and dim_U for dynamic array */
#define NHASH 5000 /* uso NTWEET come bound */
#define NUSER 14000
#define CIP 600
#define L 100
#define M NUSER
#define DIM... | [
"brocchi@poisson.phc.unipi.it"
] | brocchi@poisson.phc.unipi.it |
572e4e64ad9f8ce3d558afccf10882391e08f697 | 4e298b59e91f9088f36e9c488eb8c062b8a16c07 | /open/magic-manor/soil/obj/soil-claw.c | aacfef7e954276d321445899c4cc8ec56d1b4ece | [] | no_license | HexColors60/fs2 | 07714b1dbd27d666febf7ccc5e8d3476edaf0146 | c1bc56122142ac741d2432551508d04c9be4694e | refs/heads/master | 2021-05-27T11:06:07.272106 | 2012-08-03T04:15:15 | 2012-08-03T04:15:15 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 729 | c | #include <weapon.h>
#include <ansi.h>
inherit UNARMED;
void create()
{
seteuid(getuid());
set_name(YEL"土色灵爪"NOR,({"soil claw","claw"}));
set_weight(8000);
if( clonep() )
set_default_object(__FILE__);
else {
set("unit", "把");
set("... | [
"szhowardhuang@gmail.com"
] | szhowardhuang@gmail.com |
2a617bb255bf1dd5e3ced94334ee0bd60246ac0a | 059885182ac7141bb7621fad0d78f40cdecf6f25 | /examples/SX126x_examples/Diagnostic_and_Test/60_LoRa_Packet_Logger_Receiver_SD/SD_Logger_Library.h | a8c868a87fa977572c0345473576850622025fc6 | [] | no_license | chegewara/SX12XX-LoRa | ae9a809c2d8bb9f5305f7905eb04989c091ccc27 | 977072aad608a8c0dd74c733734ef9a759f03322 | refs/heads/master | 2023-02-12T10:57:20.036622 | 2021-01-12T14:41:34 | 2021-01-12T14:41:34 | 280,668,142 | 1 | 0 | null | 2020-07-18T14:02:15 | 2020-07-18T14:02:14 | null | UTF-8 | C | false | false | 6,600 | h | //SD_Logger_Library.h
/*******************************************************************************************************
Programs for Arduino - Copyright of the author Stuart Robinson - 02/04/20
This program is supplied as is, it is up to the user of the program to decide if the program is
suitable for the... | [
"stuart@robinsonemail.co.uk"
] | stuart@robinsonemail.co.uk |
45c36d9d80298569fcf20b32a7c99c4bfef2584e | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /spidermonkey_1.6_mutants/mutant102768_jsdtoa.c | 5976c07203e3a2582974aa865469e84abdcae2e3 | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 88,521 | c | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Licen... | [
"agroce@gmail.com"
] | agroce@gmail.com |
cb8ec926bf829af47aac6f855fadbc84121f84d7 | 0c9a18d9e0bfa738d3cbb4ec740345dfc22f3144 | /Example/Chapter1/1.4.1.c | 6f9e674df8dd621794f05cc10fe69f43dfd9fb90 | [] | no_license | tiejianluo/the_c_programming_language | caf7a8c94f373c7e685b48cd03665ef6f0e8c554 | 426dafe156917eb9ce9b2e5ad3bc6fa3c732cd1c | refs/heads/master | 2020-07-20T18:56:29.296659 | 2016-09-03T03:56:08 | 2016-09-03T03:56:08 | 67,270,166 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 295 | c | #include <stdio.h>
#define LOWER 0 /* lower limit of table */
#define UPPER 300 /* upper limit */
#define STEP 20 /* step size */
/* print Fahrenheit-Celsius table */
main()
{
int fahr;
for (fahr = LOWER; fahr <= UPPER; fahr = fahr + STEP)
printf("%3d %6.1f\n", fahr, (5.0/9.0)*(fahr-32));
}
| [
"786538997@qq.com"
] | 786538997@qq.com |
7af57ac444b9bdb95320569f148f5ae45810bffe | 4085874e861c40f94b0ba82fdbff273762c26eb2 | /src/secp256k1/include/secp256k1_schnorrsig.h | 79900d836bad64ff8e2ed885c2f7fe23a328bc74 | [
"MIT"
] | permissive | zortcoin/zortcoin | 82632c9ae46d57ef77ea7e79ab000f2e002dfaf3 | 379a1d01cc40c5c8ea50bdc41eded0dfbd1724f1 | refs/heads/master | 2022-07-27T20:33:34.543723 | 2021-08-25T16:25:17 | 2021-08-25T16:25:17 | 380,851,757 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,945 | h | #ifndef SECP256K1_SCHNORRSIG_H
#define SECP256K1_SCHNORRSIG_H
#include "secp256k1.h"
#include "secp256k1_extrakeys.h"
#ifdef __cplusplus
extern "C" {
#endif
/** This module implements a variant of Schnorr signatures compliant with
* Zortcoin Improvement Proposal 340 "Schnorr Signatures for secp256k1"
* (https://... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
b3eea785b0ff5a3b15e4e4ac7a461914943dd82a | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/AtCoder/abc038/B/4477092.c | 67f818ec31ef5cf6e25b5012fe41bb5789963fda | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | WINDOWS-1250 | C | false | false | 423 | c | #include<stdio.h>//atcoder038B
int main(void)
{
int h1,h2,w1,w2;
scanf("%d %d %d %d",&h1,&w1,&h2,&w2);
if(h1==h2 || w1==w2 || h1==w2 || h2==w1){
printf("YES\n");
}
else{
printf("NO\n");
}
return 0;
} ./Main.c: In function ‘main’:
./Main.c:5:2: warning: ignoring return value of ‘scanf’, declared w... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
f65dc9a65bc0f220d8b4b682f193fdcc40e9fb51 | ad50baa796a45f3259d65f141772a818bbb0db7c | /apps/broker/c_src/cclient/api/core/attach_to_tangle.h | c05b9607c8f3bccbf18fd930585363e7b14b7f9e | [
"Apache-2.0"
] | permissive | EasonC13/chronicle | 9eec2286650e8bdd52c676d3e32d831685280d13 | 73566e5613268e4b0c5951265ae4760cedb4051f | refs/heads/master | 2023-01-18T15:24:46.993166 | 2020-11-10T15:46:47 | 2020-11-10T15:46:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,800 | h | /*
* Copyright (c) 2019 IOTA Stiftung
* https://github.com/iotaledger/entangled
*
* Refer to the LICENSE file for licensing information
*/
/**
* @ingroup cclient_core
*
* @{
*
* @file
* @brief
*
*/
#ifndef CCLIENT_API_ATTACH_TO_TANGLE_H
#define CCLIENT_API_ATTACH_TO_TANGLE_H
#include "cclient/http/http.h... | [
"lk@overdb.com"
] | lk@overdb.com |
1a02e0cc9eb2f097a628429ca90c4027402c8674 | fa93e53a9eee6cb476b8998d62067fce2fbcea13 | /devel/include/pal_navigation_msgs/ListMapsRequest.h | c975ed7b9b8897daa971512e63e6ec757e14addb | [] | no_license | oyetripathi/ROS_conclusion_project | 2947ee2f575ddf05480dabc69cf8af3c2df53f73 | 01e71350437d57d8112b6cec298f89fc8291fb5f | refs/heads/master | 2023-06-30T00:38:29.711137 | 2021-08-05T09:17:54 | 2021-08-05T09:17:54 | 392,716,311 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 112 | h | /home/sandeepan/tiago_public_ws/devel/.private/pal_navigation_msgs/include/pal_navigation_msgs/ListMapsRequest.h | [
"sandeepan.ghosh.ece20@itbhu.ac.in"
] | sandeepan.ghosh.ece20@itbhu.ac.in |
c736a9e5142385c8f7ad782ed4dabdd7da90e439 | a5a99f646e371b45974a6fb6ccc06b0a674818f2 | /Validation/Geometry/macros/CMS_lumi.C | 8b3839c6faabade5fef36ee7423fe038045ad365 | [
"Apache-2.0"
] | permissive | cms-sw/cmssw | 4ecd2c1105d59c66d385551230542c6615b9ab58 | 19c178740257eb48367778593da55dcad08b7a4f | refs/heads/master | 2023-08-23T21:57:42.491143 | 2023-08-22T20:22:40 | 2023-08-22T20:22:40 | 10,969,551 | 1,006 | 3,696 | Apache-2.0 | 2023-09-14T19:14:28 | 2013-06-26T14:09:07 | C++ | UTF-8 | C | false | false | 3,697 | c | #include "CMS_lumi.h"
#include <iostream>
void CMS_lumi(TPad* pad, int iPeriod, int iPosX) {
bool outOfFrame = false;
if (iPosX / 10 == 0) {
outOfFrame = true;
}
int alignY_ = 3;
int alignX_ = 2;
if (iPosX / 10 == 0)
alignX_ = 1;
if (iPosX == 0)
alignX_ = 1;
if (iPosX == 0)
alignY_ = 1;... | [
"fabio.cossutti@ts.infn.it"
] | fabio.cossutti@ts.infn.it |
e5cb3a198527a4816b3deab0919993ba047dbec7 | 243bd594a95584bd8a043a6a7f277d022c224996 | /apps/libs/bdaddr/bdaddr.h | 7f51a19bdfcba64d2beb33eca65b1d1391608b7d | [] | no_license | Eugene-Hung/BT188 | 73219b957880a1c9d88fec12602b6d4fd7332794 | bcb7803aa7e3985be389b737c46bb56adc94f6d7 | refs/heads/master | 2023-01-09T10:45:29.808448 | 2020-11-16T00:50:52 | 2020-11-16T00:50:52 | 313,154,921 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,029 | h | /* Copyright (c) 2011 - 2019 Qualcomm Technologies International, Ltd. */
/* */
/*!
\defgroup bdaddr bdaddr
\ingroup vm_libs
\brief Helper routines for Bluetooth addresses
*/
/** @{ */
#ifndef BDADDR_H_
#define BDADDR_H_
#include <bdaddr_.h>
#include <panic.h>
#include <app/bluestack/types.h>
#include <app/bluesta... | [
"Eugene Hung@Eugene_Hung.ggec.gd"
] | Eugene Hung@Eugene_Hung.ggec.gd |
c55dce0a691ce094de6f2a35fca823db5c943b9b | 44cac6b633fddf9aba39009923d98445a181a144 | /wn_42_Cmt4_Tab/resource.h | 56b1687e4be1c2ba9adb73713b619dca1e5878c5 | [] | no_license | 3dapi/bs04_win | 7147d92c5cf94e88a8cb2a30b421d56ea25c001e | 7587724eeb1859c9ad692e7bf4f83be3855cd825 | refs/heads/master | 2021-07-11T11:28:34.041552 | 2020-07-20T03:42:31 | 2020-07-20T03:42:31 | 155,798,698 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 750 | h | //{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by McApi.rc
//
#define IDB_WORK 105
#define IDD_WORK 146
#define IDD_WORK1 151
#define IDC_WORKTAB 1014
#define IDC_PTC_TREE 1020... | [
"afewhee@hotmail.com"
] | afewhee@hotmail.com |
237321ebbf1ab63b2824407610269fd88723bd68 | 7db020c654e1e556f027680ce831495e30580a03 | /MyFirstVrGame_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Unity.RenderPipelines.Core.Runtime_CodeGen.c | d5278f90f1078afe71ab47b6bab0c91ab73d73a2 | [] | no_license | MattMcColeman/VrBowlingGame | 3477754ba637ccc928e7d5767ce2c67fe11280e2 | 822665bd8c79033903989d533e8e14f39ce18347 | refs/heads/main | 2023-04-20T12:51:31.884226 | 2021-05-26T01:25:37 | 2021-05-26T01:25:37 | 370,170,086 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 385,730 | c | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
// 0x00000001 System.Void SceneRenderPipeline::OnEnable()
extern void SceneRenderPipeline_OnEnable_... | [
"matt.mccoleman@gmail.com"
] | matt.mccoleman@gmail.com |
2793685e047281bcdc3df45665b75fe2fc0a421b | 0df2ff21b149ccc56fded894d30f28b242bacafe | /26_Macro_Preprocessor/square3.c | 139a200a174c1a14de25b274141c664b6bd580e5 | [] | no_license | Repidus/learning-C | 8e5605fa396f3078d884b458ed9603724df612e4 | 5c44ec29b54b0e21e67f851cb3a9bcd0bf1dc325 | refs/heads/master | 2021-07-05T04:36:26.271843 | 2019-04-09T13:47:22 | 2019-04-09T13:47:22 | 147,201,687 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 314 | c | /* square3.c */
#include <stdio.h>
#define SQUARE(x) ((x) * (x))
int square(int x);
int main(void) {
int a;
printf("Input a number(int): ");
scanf("%d", &a);
printf("Square of %d: %d \n", a+3, SQUARE(a+3));
printf("Square of %d: %d \n", a+3, square(a+3));
return 0;
}
int square(int x) {
return x*x;
} | [
"moondj123@naver.com"
] | moondj123@naver.com |
9c394e63c5d55872825b5ff967ba3ac9b32c090d | a7cb09789c298962cdee2c103a434bcf1619b0e8 | /src/server.c | ed32431194ec4aaf19176fdf395a17f80f02d711 | [] | no_license | windyouth/hlnet | e4e2e2a37df356b57ba67a1b62df24960b263199 | 27223f291f81fc651a50e993e3fcd30a265758fd | refs/heads/master | 2021-06-07T07:53:23.985348 | 2020-02-18T14:37:14 | 2020-02-18T14:37:14 | 103,811,594 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,462 | c | #include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/epoll.h>
#include "server.h"
#include "alive.h"
#include "log.h"
#include "timer.h"
#include "moment.h"
#include "../c-stl/queue.h"
#include "../epollet/epollet.h"
#include "../coroutine/coroutine.h"
#define UDP_BUFFER_SIZE (MAX_UDP... | [
"heluan123132@163.com"
] | heluan123132@163.com |
ce5662f0b277d6cbb1ac7c8ed9960ba8e688120f | 54b39e7cf32050d0ae9fe488e292f05b2408a190 | /decompiled_scripts/auto_shop_seating.c | 003298e41377fa9660d4c9ec231b29d3a5ac8905 | [
"Unlicense"
] | permissive | cptprice1139/GTA-V-Decompiled-Scripts | cf5a7b803cf4395db4cc0916c38bd7c0ffb3b34c | be266ab77a38e3025adc672b654b4078f3589046 | refs/heads/master | 2023-07-30T21:48:58.120896 | 2021-09-28T03:31:42 | 2021-09-28T03:31:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 69,205 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
int iLocal_2 = 0;
int iLocal_3 = 0;
int iLocal_4 = 0;
int iLocal_5 = 0;
int iLocal_6 = 0;
int iLocal_7 = 0;
int iLocal_8 = 0;
int iLocal_9 = 0;
int iLocal_10 = 0;
int iLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
float fLocal_14 ... | [
"63328889+Sainan@users.noreply.github.com"
] | 63328889+Sainan@users.noreply.github.com |
3512d2133461f4864f3e2620a4d7de9135e1519f | 188cf32b2ab3d7f65a72c378d9756085abe8f0d5 | /src/strutil.c | 393c06cc6a58cea1e5dcc76616516a98edd9a352 | [] | no_license | jcherrabi/A9G-Demo | 38b80ce8b135d41dc0f10957d4286f3048755a5c | 50ad51bba4cbab57ba5707d50c1bd0dd8ffaa385 | refs/heads/master | 2022-04-12T05:51:01.003475 | 2020-02-27T13:23:26 | 2020-02-27T13:23:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 502 | c | #include "stdint.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "../include/strutil.h"
/* ------------------------------------------------------------------------- */
uint32_t strip(char * Copy_pcStr, uint32_t Copy_u32StrLen)
{
while(!IS_ALNUM(Copy_pcStr[Copy_u32StrLen - 1]))
{
... | [
"kuro.ece@gmail.com"
] | kuro.ece@gmail.com |
01b96b1af622dbead30eaeb6103b12baf00cd09b | 66ea15df236d48d785cffb42b88c2a8516380627 | /Nano_VelostatDriver/SerialUtils.h | 73187aa8da5e9f700a8b1c9587ffaaeec2da7dd3 | [
"MIT"
] | permissive | skogaby/velostatdancecrew2k19 | db73f88c44190e594651194880e79ccd8acb2beb | dddccf2270932ca25ec4b4a44b3270dedca7d4e3 | refs/heads/master | 2020-05-16T16:14:31.012901 | 2019-09-12T23:01:45 | 2019-09-12T23:01:45 | 183,155,379 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,426 | h | #ifndef __SERIAL_UTILS_H__
#define __SERIAL_UTILS_H__
#define START_MARKER 0x3C
#define END_MARKER 0x3E
#define SUBSTITUTE_BYTE 0x3D
const byte numBytes = 32;
byte receivedBytes[numBytes];
byte numReceived = 0;
boolean newData = false;
byte convBuf[2];
/**
* Receive bytes over serial, setting a flag once we've rece... | [
"skogabyskogaby@gmail.com"
] | skogabyskogaby@gmail.com |
f1a21ee3ba1e990c80539e212c64e63317ce0909 | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/work/kernel/linux-3.0.8/arch/x86/include/asm/irq_controller.h | 20c310691a7d9ce97024d718a001e820d6c69bcf | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 47 | h | #define __IRQ_CONTROLLER__
struct irq_domain ;
| [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
d7faee2a6df56a63749e9cbc63109470af08dc4a | 210d96e4532b8fb4d150d80baedc02ae66c0a363 | /Software/main.c | 79c38a945f8bca902c5ace00e27989676ebaa8e7 | [] | no_license | Solembrum/WordClock | 4199f55d609171ff8933cc0b905a75bb34fec058 | df1f748f303c1417f231a7567766df45cd9bd81f | refs/heads/master | 2020-02-26T13:48:29.421873 | 2016-03-03T14:59:54 | 2016-03-03T14:59:54 | 53,056,012 | 0 | 0 | null | 2016-03-03T14:23:28 | 2016-03-03T14:23:27 | null | UTF-8 | C | false | false | 2,400 | c | /*
* GccApplication2.cpp
*
* Created: 1/5/2016 9:34:59 AM
* Author : Atnock
*/
#define F_CPU 16000000
#include <stdio.h>
#include <interrupt.h>
//#include <util/setbaud.h>
#include <avr/io.h>
#include <avr/pgmspace.h>
#include <util/delay.h>
#include "src/max7219.h"
#include "src/ds1307.h"
#include "src/i2c.h"... | [
"chaillou.clement49@gmail.com"
] | chaillou.clement49@gmail.com |
f3886e839e57c0b436e7bfc8ef70779383ae73dc | 75859787b3eb1fc054b5df82c26bc261421d47e0 | /3rdparty/genFiles/RACH-InfoList-NB-r13.c | a81f9074f231af04104d00a7169d986be4e089ac | [] | no_license | aa7133/RRC | e118b3d769abff4b0b42d7511530f7b1cc29d09e | 955c1ceadebf97d21306f3c083b5f38a24838da4 | refs/heads/master | 2020-12-10T10:45:56.892861 | 2020-01-26T13:02:20 | 2020-01-26T13:02:20 | 233,563,734 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,706 | c | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NBIOT-RRC-Definitions"
* found in "../asnFiles/36331-f60-ASNfunctions.asn"
* `asn1c -fcompound-names -findirect-choice -fincludes-quoted -fno-include-deps -gen-PER -no-gen-OER -D.`
*/
#include "RACH-InfoList-NB-r13.h"
#include "RACH... | [
"aa7133@att.com"
] | aa7133@att.com |
779544e72fbb9cc2a5f59ba39c86ea2537af45a7 | 7be8e3636bf08ebdc6662879dc5afec548705537 | /ios/Pods/Headers/Public/Flipper-Folly/folly/experimental/QuotientMultiSet.h | 40cc2e33e3d59e7c8a9d484c9892fcce73601bf4 | [
"MIT"
] | permissive | rdhox/react-native-smooth-picker | 3c7384f1fed0e37f076361cce96071d01b70e209 | ae9316c49512f7ed9824c5a3ad50cdf5e80fffa9 | refs/heads/master | 2023-01-08T16:59:40.709147 | 2021-07-03T14:13:21 | 2021-07-03T14:13:21 | 160,224,312 | 230 | 31 | MIT | 2023-01-06T01:46:04 | 2018-12-03T16:54:10 | TypeScript | UTF-8 | C | false | false | 66 | h | ../../../../../Flipper-Folly/folly/experimental/QuotientMultiSet.h | [
"admin@rdhox.io"
] | admin@rdhox.io |
c28e9da3ab9bf137bc925d2de7008ab4ae97415b | 8338c79f99bf0b2611b5958e95ba19b3a95cfccc | /c01/testerror.c | 6afd939e57003f8e07e3b7b47e427d681500b4e6 | [] | no_license | VimIcewind/APUE | 58722de7bbbda075ca990ad1da9ab8418cc46f6d | e813c0beb65b28292ecf3d1d55fdd5d8e512f723 | refs/heads/master | 2021-01-09T20:29:40.941506 | 2016-06-23T12:05:18 | 2016-06-23T12:05:18 | 61,705,000 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 176 | c | #include <errno.h>
#include "ourhdr.h"
int main(int argc, char *argv[])
{
fprintf(stderr, "EACCES: %s\n", strerror(EACCES));
errno = ENOENT;
perror(argv[0]);
exit(0);
}
| [
"VimIcewind@gmail.com"
] | VimIcewind@gmail.com |
0f0ab015739701ad0b56be9fdf8a6a9c9478dbb6 | c77e9b3e5255db04a2d4a23b3b4d04b1e805d86d | /giraffez/commonmodule.c | 8e97ec6d504bf0debbc1651927005acfcff64aab | [
"Apache-2.0"
] | permissive | flolas/giraffez | 8cfb910386ad5a693f4ad6074e9eae4df59623f5 | e07b34907b1587248bc175b852a28ae0a9667425 | refs/heads/master | 2020-05-22T11:41:58.723083 | 2017-02-28T13:29:08 | 2017-02-28T13:29:08 | 84,695,437 | 0 | 1 | null | 2017-03-12T02:56:09 | 2017-03-12T02:56:09 | null | UTF-8 | C | false | false | 2,629 | c | /*
* Copyright 2016 Capital One Services, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | [
"christopher.marshall@capitalone.com"
] | christopher.marshall@capitalone.com |
b1c3b292644683a8b36de00ea0b7e8d23a77638a | 8162e93d54a738b8fa9a0e4d925b125e69aac988 | /DataStructures/stack.h | a3c955f4abd2e61cd3c78e923373e7b79dda7294 | [] | no_license | ilias-karimalis/DSA | fa338eff53c1c7a6d95130b36ed96b2151514b3d | 29080d65ea9164a88129ecdfcbfe7da8eee82a82 | refs/heads/master | 2023-02-26T02:16:25.838402 | 2021-02-03T19:01:10 | 2021-02-03T19:01:10 | 241,279,059 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 280 | h | #ifndef STACK_H
#define STACK_H
#include "linkedlist.h"
typedef List Stack;
Stack* stack_init ();
void stack_delete (Stack* stack);
void stack_push (Stack* stack, int value);
int stack_pop (Stack* stack);
int stack_top (Stack* stack);
int stack_isEmpty (Stack* stack);
#endif
| [
"iliaskarimalis@outlook.com"
] | iliaskarimalis@outlook.com |
3c720d3a84f7767592cc69efa52384eff6f2c284 | 8b947a37998d173d5428c4676a78207dc8f05c98 | /DEPIK_Lab/ANSIC/session1/refreshingc/s1ex4/exarray.c | e9beda047507fde4b2962b290ae04151beb9d5fb | [] | no_license | jigsopari/8dec | 09f3ffffba7e72687efe99991dc614936a98894e | a16b10f963bc11a6bf361eeffae15baeb984ffba | refs/heads/master | 2020-06-10T16:34:06.642045 | 2016-12-08T12:39:23 | 2016-12-08T12:39:23 | 75,935,082 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,571 | c | #define NUM_OF_STUDENTS 16
void printArray(int *marks,int size);
void fillArray(int marks[],int size);
main()
{
// int *ptr;
int choice;
int average;
int min,max,count;
int marks[NUM_OF_STUDENTS]={70,65,89,45,32,58,91,83,28,59,66,60,45,38,78,68};
while(1)
{
printf("1.Average of all Marks present in... | [
"jigyasapopat@raveendra-OptiPlex-9020.(none)"
] | jigyasapopat@raveendra-OptiPlex-9020.(none) |
0aa2a2bb03f26e80313aa7b08d3028c32aa31ec5 | 9886807f4745b1ff08e33a20f905c3b0e90582fa | /vendor/Pods/BuildHeaders/AWSiOSSDK/EC2/EC2VolumeStatusItem.h | 3cb240419942b1acd40a48ff84f573e5b885fe80 | [] | no_license | SpencerArtisan/lostandfound | e2548a63b64af2b03dab9dc2245acc6125fff043 | 4cc93486f0b186ef47078f3936a5e1525d992f02 | refs/heads/master | 2021-01-21T19:28:07.468983 | 2013-09-12T18:13:56 | 2013-09-12T18:13:56 | 12,667,344 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 56 | h | ../../../AWSiOSSDK/src/include/EC2/EC2VolumeStatusItem.h | [
"spencerartisan@gmail.com"
] | spencerartisan@gmail.com |
91b2c17ddffe689d24d1c235ed27d9e79def32b4 | 0f011568e5d80d9406f03d8f06b65259b20fd4e3 | /FileRW/filerw_global.h | 3cd2a74e41dc8d42f25a0cf1c1df8969393becbe | [] | no_license | hefuhuang/httpQTvtkSeverClient | 3f3a5e0fc2ab76ede8cc24a7fb2e3aa13828a570 | 5398637cdb1c84374fcff58bf7228ac34d244d0f | refs/heads/master | 2021-09-09T23:46:11.183404 | 2018-01-04T01:30:15 | 2018-01-04T01:30:15 | 115,594,411 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 213 | h | #pragma once
#include <QtCore/qglobal.h>
#ifndef QT_STATIC
# if defined(FILERW_LIB)
# define FILERW_EXPORT Q_DECL_EXPORT
# else
# define FILERW_EXPORT Q_DECL_IMPORT
# endif
#else
# define FILERW_EXPORT
#endif
| [
"1966423770@qq.com"
] | 1966423770@qq.com |
4623c8fb2dd0a2e19d21b6286a6833905890fdab | 5709584065c43577bded5e7abc775e890dd72384 | /RT_Thread/2.1.1/bsp/stm32l0_msh/Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_dac.h | 514df384290e04b2415be6999cb51f51de985ad3 | [
"MIT",
"GPL-2.0-only",
"LicenseRef-scancode-generic-exception",
"GPL-1.0-or-later"
] | permissive | strongwong/MM32_RTT_EVB | dd8bdc47087d65e52f71f7c566fd83c443c3c817 | 09dff5284032df0a22423e52b6d75cc7e065a5f2 | refs/heads/master | 2020-06-20T02:52:35.407470 | 2019-07-27T07:08:45 | 2019-07-27T07:08:45 | 196,966,114 | 4 | 1 | MIT | 2019-07-27T07:08:46 | 2019-07-15T09:18:41 | C | UTF-8 | C | false | false | 68,621 | h | /**
******************************************************************************
* @file stm32l0xx_ll_dac.h
* @author MCD Application Team
* @version V1.8.1
* @date 14-April-2017
* @brief Header file of DAC LL module.
*****************************************************************************... | [
"strongwong003@gmail.com"
] | strongwong003@gmail.com |
abd5570724f9a992f5ccd7be5041cf807afd5eff | fa25350f87143784535ce01795dd21828bd39a0c | /Pods/Headers/Public/Chain/Chain.h | 3cd7ddb2064f05e2fa0a73a28d1f8efab4d6bb2b | [] | no_license | Alenina/OnChain_iOS | 115b09abe0523e737dc1785739f6fab98ddec307 | f6763f9a236b6b8aaaa0ece3c565a8fd9462d3d1 | HEAD | 2016-09-05T19:05:19.538482 | 2015-02-03T21:38:41 | 2015-02-03T21:38:41 | 30,265,410 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 45 | h | ../../../../../chain-ios-master/Chain/Chain.h | [
"cool@Cools-Mac-2.local"
] | cool@Cools-Mac-2.local |
2ff88b27ddf26bb589a1403547c6834a24cd2433 | 4b27fcd94c530765e6ad1d5a7acd0eceaab17c8c | /Procesador4/Procesador_4/isim/prueba_procesadorUnion_isim_beh.exe.sim/work/a_0832606739_3212880686.c | 20ecc715ac2449a929612958e8a44afbed624662 | [] | no_license | DanielHumbertoGallegoLopez/Arquitectura-de-computadores | 1a9936fceaf623a672f390cb13cf4b14d6db414a | ed4334630dfdadbd73dee072e47714095c740593 | refs/heads/master | 2021-01-22T02:18:21.183669 | 2017-05-29T20:13:33 | 2017-05-29T20:13:33 | 80,938,338 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,418 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"dannygallego0558@gmail.com"
] | dannygallego0558@gmail.com |
4d8ce26135cee91384365058e4158789da12046e | 367e5d0c3c2b046ca70294593ab2e21d5a2a4984 | /Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_ValueCollec_4.h | de8391029ff40297e39b9fa7db9df6c1540c9bb3 | [] | no_license | truckfights/truckfights_ios | 514acea0d0cfc6de6b12a10c992274446dd6d404 | 4a06ad533175cfb5030880b0557f120074c43616 | refs/heads/master | 2021-01-10T01:58:57.564897 | 2015-12-15T16:29:44 | 2015-12-15T16:29:44 | 48,000,635 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 689 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>
struct Dictionary_2_t373;
#include "mscorlib_System_Object.h"
// System.Collection... | [
"quinn.collins@tufts.edu"
] | quinn.collins@tufts.edu |
f97280cd15c7929702335bdbb26df86597cdfa42 | 6ffceaf18b0f776ce2f8b606c9701eac5fe631d8 | /examples/demo-scroll.c | 3dfc3e3f55ed221a7eac1776ee1cb3bae4344b9f | [
"MIT"
] | permissive | Michionlion/libtickit | fc896e4610728725e2c60140a7a246a845a53279 | e39c35596123420ebd3c23464e7cc22cc23f251d | refs/heads/master | 2020-05-01T03:05:35.426328 | 2019-03-24T22:25:19 | 2019-03-24T22:25:19 | 177,237,198 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,446 | c | #include "tickit.h"
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
int term_lines, term_cols;
static void scroll(TickitTerm *tt, int downward, int rightward) {
tickit_term_scrollrect(
tt, (TickitRect){2, 2, term_lines - 4, term_cols - 4}, downward, rightward);
}
static voi... | [
"saejinmh@gmail.com"
] | saejinmh@gmail.com |
ce5578184c5b361d18015affbfc99915e77e295c | 887a56bb3b00d54c91b200ea78861912bcb43199 | /USB_Lib/usbd_cdc_vcp.c | b3c4b3b7e0adf252fa002535296d5d587759eae2 | [] | no_license | ln1equals0/VS | b57081ed40e0ec1e2a302fb26d0de9ef9d91a64c | 3003e9920163293db863193d661982d6df1fd414 | refs/heads/master | 2021-01-10T08:11:12.818892 | 2016-03-09T14:13:52 | 2016-03-09T14:13:52 | 53,492,241 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,455 | c | /**
******************************************************************************
* @file usbd_cdc_vcp.c
* @author MCD Application Team
* @version V1.1.0
* @date 19-March-2012
* @brief Generic media access Layer.
****************************************************************************... | [
"li.zimu.gz@gmail.com"
] | li.zimu.gz@gmail.com |
7dec60e2c4456c70167f4bb131ad05b411b200ee | ad3ee4d3a333cb26b42e0dcefecbf20301ca80ce | /src/inc/irf.h | 4814e02d9972c42ba9b5dee5323186c9e76d3969 | [] | no_license | tyhucosiii/smart-lamp | e06cc2e0ee5400167ca6fb530cab20e42e748629 | 56ed9940c101e7a91d07b6d2a53bff42f29be51c | refs/heads/master | 2020-03-18T19:02:44.751603 | 2018-07-09T09:35:25 | 2018-07-09T09:35:25 | 135,130,891 | 0 | 1 | null | null | null | null | WINDOWS-1252 | C | false | false | 319 | h | /*
* irf.h
*
* Created on: 2018Äê5ÔÂ27ÈÕ
* Author: Administrator
*/
#ifndef IRF_IRF_H_
#define IRF_IRF_H_
#include "app_config.h"
#include "task_config.h"
extern TaskHandle_t IRF_app_Handler;//
void IRF_app_task(void *pvParameters);
void irf_init(void);
#endif /* IRF_IRF_H_ */
| [
"noreply@github.com"
] | tyhucosiii.noreply@github.com |
5568986a879f3b56195980af7cb96ebc4dcd5cde | 76d19c7a448752ecd5683b3e57496b6faca26d3f | /src/system/scew/xattribute.h | 1148fa4148c8d4ec02aea44b7d9f260f9505072a | [] | no_license | leanfrancucci/CIM-ARM | 55e6dbad524ecbda3dc9b91fcf489400484b19e0 | 878c33a600bd83d45943da58699d9bae89f22002 | refs/heads/master | 2020-06-04T07:46:10.775403 | 2019-06-11T14:37:42 | 2019-06-11T14:37:42 | 191,929,063 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,407 | h | /**
*
* @file xattribute.h
* @author Aleix Conchillo Flaque <aleix@member.fsf.org>
* @date Mon Nov 25, 2002 00:54
* @brief SCEW private attribute type declaration
*
* $Id: xattribute.h,v 1.1 2008/04/28 17:17:43 yerfino Exp $
*
* @if copyright
*
* Copyright (C) 2002, 2003 Aleix Conchillo Flaque
... | [
"delfino@itdelsat.com.ar"
] | delfino@itdelsat.com.ar |
b787df581fb6c02442dd8671520dedff2bcaed57 | c6ecb686a4141830c14e19752027948d1037e6f8 | /.old/v4/src/physics.h | a58651a1776d04376cf5a6b11a21912127512c0c | [] | no_license | andrenho/newhope | 160bd5d9475afb18ba60ca9dfe59aa6400255e5f | 871f2943b7436aebe32916ccdd5f24eeca65ecfd | refs/heads/master | 2016-09-03T06:47:07.095052 | 2014-03-06T00:32:33 | 2014-03-06T00:32:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 324 | h | #ifndef PHYSICS_H
#define PHYSICS_H
#include <lua.h>
#include <chipmunk.h>
extern cpSpace* space;
int physics_init(lua_State* L);
int physics_step(lua_State* L);
int physics_create_static_obj(lua_State* L);
int physics_finish(lua_State* L);
int physics_obj_pos(lua_State* L);
#endif
// vim: ts=4:sw=4:sts=4:expand... | [
"andre.nho@gmail.com"
] | andre.nho@gmail.com |
f8248a92bc1eca7c9bfc7883d8987e0fa2b359a5 | dbbd6d5158c02293646cc2c3f3f69b97a0436a2c | /Microchip/CEC_DFP/1.8.258/cec1736/include/instance/dma_chan06.h | ffc69897947e755b88eeeaac2df59ab629789705 | [
"Apache-2.0"
] | permissive | Microchip-MPLAB-Harmony/dev_packs | 7db4dbb0d0198e21f0b0797cf935032ed402d8f3 | f2408856cf6379db7750aa7c67fe12ff676e621e | refs/heads/master | 2023-08-27T18:15:04.733933 | 2023-06-09T15:38:43 | 2023-06-09T15:38:43 | 161,400,334 | 14 | 11 | null | 2022-02-28T00:39:02 | 2018-12-11T22:11:24 | Roff | UTF-8 | C | false | false | 1,410 | h | /*
* Instance header file for CEC1736_S0_2ZW
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
*
* Subject to your compliance with these terms, you may use Microchip software and any derivatives
* exclusively with Microchip products. It is your responsibility to comply with third party licens... | [
"thibaut.viard@microchip.com"
] | thibaut.viard@microchip.com |
7789310091dbf73daf6f6ca5cfaacecdf9740b9e | b2743bc151f5732ceb810ad3c17c748381642ec2 | /0x01-variables_if_else_while/1-last_digit.c | 7a585af50c7d67e6eb5e0ccfaa8c595e4f34c95d | [] | no_license | jdhrrs/holbertonschool-low_level_programming | 805eeeccccd969bdc189fe112a3a7602e3a99472 | cc2b1ee2e9c45e93b4f498328312ee7df2306fac | refs/heads/master | 2023-03-18T19:23:59.592159 | 2021-03-22T23:38:25 | 2021-03-22T23:38:25 | 272,874,966 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 499 | c | #include <stdlib.h>
#include <time.h>
#include <stdio.h>
/**
* main - prints the last digit of n and prints out whether it is
* greater than 5, 0, or less than 6
* Return: 0
*/
int main(void)
{
int n;
int lastDigit;
srand(time(0));
n = rand() - RAND_MAX / 2;
lastDigit = n % 10;
printf("Last digit of %i is ... | [
"noreply@github.com"
] | jdhrrs.noreply@github.com |
24275c2090756cc57ec988979baeca358fa4c17f | 166e4eb5a40182eba7a5d2ebd7a5a383e8d8cd28 | /Movies/input.c | 1e3b34506c47ecf2693a490a7c058a3f1ea233fd | [] | no_license | Ahmedsalamagit/C | 79a4768d49ecd10aa297bd7f9171a313e1b9aa80 | 1d8b860bd738f9861228f10cc847b91684f1f84c | refs/heads/main | 2023-03-27T12:09:27.153580 | 2021-03-30T18:05:41 | 2021-03-30T18:05:41 | 346,154,665 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,267 | c | /**
@file input.c
@author Ahmed Salama (asalama2)
This is function is to read input
*/
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "input.h"
/*This function reads a single line of input from the given file and returns it as a string inside a block of dynami... | [
"noreply@github.com"
] | Ahmedsalamagit.noreply@github.com |
ca9dce0bd3db5978c46df112acc562419b689ba5 | b52c52be10b141bf9b0d3dd5bc2257c178abd9bc | /main.c | fd2d75bfeafb0d7ed13281111346d6774bef6a03 | [
"MIT"
] | permissive | yyc12345/matrix_ee | 0b6d096e762e8427aed201abd87b04f9cd49f43e | 1bd749fd36f7f1f00ed97fce89f75b6fd6baa530 | refs/heads/master | 2020-04-30T16:57:13.085896 | 2019-04-03T07:57:19 | 2019-04-03T07:57:19 | 176,963,782 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,134 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "utility.h"
#include "matrix.h"
#include "module/matrix_hand.h"
#include "module/matrix_auto.h"
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
void help();
int main(int argc, char *argv[])
{
pr... | [
"yyc12321@outlook.com"
] | yyc12321@outlook.com |
647491eae8044736cb643b9257eedc451ad10a2f | d20e8d2827dc0b64fc1c1ad1667063ce4d52877f | /es3_tut.c | aae8f09ed0c7b34b353f57950824a266074295ab | [] | no_license | StefanoBelli/so1920 | 5e948715b8eba14f0cd603073d4f89a4c57f8b6b | eea0d1ccad0b3ecc2da1d6ca5999a7ed89b2dd94 | refs/heads/master | 2021-04-18T09:30:59.628260 | 2020-06-11T12:59:17 | 2020-06-11T12:59:17 | 249,529,932 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 769 | c | #include <Windows.h>
#include <stdio.h>
#define INPUT_MAX 256
int main(int argc, char** argv) {
if(argc > 1) {
for (int i = 1; i < argc; ++i)
printf("%s ", argv[i]);
return 0;
}
char str[INPUT_MAX + 14];
memcpy(str, ".\\es3_tut.exe ", 14);
fgets(str + 14, INPUT_MAX, stdin);
STARTUPINFO si;
PROCESS_I... | [
"sa.belli@hotmail.it"
] | sa.belli@hotmail.it |
2f95dabb0c5d9c481b5e053e39b748c6cfefaad1 | 1b74953f2b5f78571f20bea96314f144eaf08be1 | /src/history.h | 8cf7f31efe8b0c66705b21cb05ad7f18b566c525 | [
"MIT"
] | permissive | theawless/brobash | f84080f849fe8e850a80c37b8dcf158d19b27042 | fd50e151a2998ad4586a7a35bbc656ed78416860 | refs/heads/master | 2020-09-21T19:21:39.250411 | 2016-08-28T18:51:24 | 2016-08-28T18:51:24 | 66,784,822 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 230 | h | char **history;
void add_history(char *line);
char *get_recent_history();
char *get_nth_recent_history(int num);
void read_history();
void write_history();
int get_file_lines_number(FILE *fp);
char *get_nth_history(int i);
| [
"abhiabhiabhiabhinav@gmail.com"
] | abhiabhiabhiabhinav@gmail.com |
052a234086095836e171c58272a2c95b8953bdf7 | 9f8dc7ce07ba59b76cfcc92459884600ef17934d | /pro48.c | 0677ee0f01bdfbd1a11fafa84877e293963b0885 | [] | no_license | DHIVYABHARATHIB/cprogram | f4555c96af0ee99a67d396ebff8dd9434e5a05b4 | 3e4b3ce8148c661c4e36343bbc8bcbb00fef2ac9 | refs/heads/master | 2021-01-21T08:55:15.867947 | 2018-03-19T10:27:56 | 2018-03-19T10:27:56 | 101,961,343 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 209 | c | #include<stdio.h>
void main()
{
int a[10],i,k;
printf("enter the element");
scanf("%d",&k);
for(i=0;i<4;i++)
{
scanf("%d",&a[i]);
}
for(i=0;i<4;i++)
{
if(a[i]==k)
{
printf("yes");
}
else
{
printf("no");
}
}
}
| [
"noreply@github.com"
] | DHIVYABHARATHIB.noreply@github.com |
eeae285f01e0a6d4ab6e4cdab1d325a53894dff9 | 787d268dd88bc34a12d1e4a5aebe6d1d976c8813 | /Libft/ft_calloc.c | 67023a5bd4363ce039fbbfd293d5de4dbf8e6619 | [] | no_license | Redmek/42-Projects | 7947600a5db8e238c41cd80aa279091159479e46 | 922e21aedcf958da64eef28d105ca4c271812dbc | refs/heads/master | 2020-08-28T23:36:46.053178 | 2019-12-16T14:53:14 | 2019-12-16T14:53:14 | 217,854,683 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,080 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_calloc.c :+: :+: :+: ... | [
"noreply@github.com"
] | Redmek.noreply@github.com |
9387d1577f083cb0c57dc64ecec5f0172ac84e7e | 3dfad785fd7aae2a35ea83bbea4816a9228bf9a2 | /build/config/sdkconfig.h | 4e50f1cc09d52cfc583252dc4cd2a6962070002e | [] | no_license | JJTrack/packettest | 2971de39a0e591590cbdbb0baf970f4df3837f68 | 4214521f2185b0a0cb4c978b37dd9192e57b8a91 | refs/heads/master | 2023-01-04T23:28:27.231290 | 2020-11-01T08:04:47 | 2020-11-01T08:04:47 | 279,486,987 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,161 | h | /*
* Automatically generated file. DO NOT EDIT.
* Espressif IoT Development Framework (ESP-IDF) Configuration Header
*/
#pragma once
#define CONFIG_IDF_CMAKE 1
#define CONFIG_IDF_TARGET "esp32"
#define CONFIG_IDF_TARGET_ESP32 1
#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0000
#define CONFIG_SDK_TOOLPREFIX "xtensa-esp32-el... | [
"jono@wifi-172-23-23-206.uoa-wifi.auckland.ac.nz"
] | jono@wifi-172-23-23-206.uoa-wifi.auckland.ac.nz |
c975d28c5553b6b3ac3b4b40a47d5e7eee279163 | a7db17b00c7daccf8e0148b200c6f0050843f276 | /tlb/src/tlb.c | a819c35238c9d0a575d9f2bf791ee9251033ca36 | [] | no_license | myaut/tsload-mbench | 6ec652e60fa8b098e4e2d7f30acd49a7d794585b | b0438bd817aa7508fdc8f40c5545a1c654c7d236 | refs/heads/master | 2020-05-18T21:51:37.761048 | 2014-06-01T11:09:16 | 2014-06-01T11:09:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,837 | c | /*
* tlb.c
*
* Created on: 05.01.2014
* Author: myaut
*/
#define LOG_SOURCE "tlb"
#include <log.h>
#include <mempool.h>
#include <defs.h>
#include <workload.h>
#include <wltype.h>
#include <modules.h>
#include <modapi.h>
#include <cpuinfo.h>
#include <tlb.h>
#include <sys/mman.h>
#include <unistd.h>
#in... | [
"myautneko@gmail.com"
] | myautneko@gmail.com |
389822763115fb4c4ff9dd3a5b6b2f736e5aa399 | 631e72154822d65783dacc3a0984b333efab0be6 | /Delphi/JpegXR/JpegXR/image/sys/strPredQuant.c | cec23c622437a06ad36e2e0af6da8af801316e0f | [] | no_license | sirodcar/pilot | a73615ed1e2c7bf4869b361b636e0b240a97c3ae | 7cfbdaa48c6b9e23e06ce16cbfa372971bb5ebb2 | refs/heads/master | 2020-08-17T07:22:24.399124 | 2016-01-17T10:28:26 | 2016-01-17T10:28:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,037 | c | //*@@@+++@@@@******************************************************************
//
// Microsoft Windows Media
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//*@@@---@@@@******************************************************************
#include "strcodec.h"
#define ORIENT_WEIGHT 4
/* reciprocal (pM... | [
"ryujt658@gmail.com"
] | ryujt658@gmail.com |
12316ae964f16457c670640208d8a6f7fef54a29 | ffa69005122f4a963f58840b4fd02dea5399790a | /QCA6574/qcacld-2.0_CS9/CORE/VOSS/inc/vos_event.h | 20d6ce4c26b7792af12f8472864d86584fe725b3 | [] | no_license | chenbd/wifi-drivers_supplicant | 4d55a15a034ca00593234c015d0937feafa3beb8 | 5119e2d16263478ea584961321456167a1562691 | refs/heads/master | 2020-04-08T06:54:23.450496 | 2018-01-23T08:59:10 | 2018-01-23T08:59:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,350 | h | /*
* Copyright (c) 2014 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright notice an... | [
"licheng@pset.suntec.net"
] | licheng@pset.suntec.net |
d3ba54046b1b5451ce7e7eefb4207bfcb9d2867e | 259052b6635a1bd64f447b61b6805395cec24043 | /src/import/chips/p9/common/include/p9a_mc_scom_addresses_fld_fixes.H | 2b4d9f4785911c2a30eb9df79bc76105d1863f6c | [
"Apache-2.0"
] | permissive | strange671/hostboot | d4eb3095018fe88a0c8f3e1ef61d456f20394896 | 1ac7a33a9fb774b9074f8a043452ed3afc4852dc | refs/heads/master | 2020-09-23T13:38:11.523185 | 2019-11-26T00:16:12 | 2019-12-02T16:23:59 | 225,512,756 | 0 | 0 | NOASSERTION | 2019-12-03T02:28:10 | 2019-12-03T02:28:10 | null | UTF-8 | C | false | false | 7,213 | h | /* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/import/chips/p9/common/include/p9a_mc_scom_addresses_fld_fixes.H $ */
/* ... | [
"crgeddes@us.ibm.com"
] | crgeddes@us.ibm.com |
cfc4520c0c98acd64508719bf7a7c017ae2ae52b | 91dc8dcea8f3825f38c1d746545319786ccf1c19 | /src/ft_rotate.c | 6be73704e747399d3ca642b8648da9bc39aca50d | [] | no_license | aserguie/push_swap | 03d27f54cbc356861b355e375889d86ce230a8a6 | 0b8f1414dd9fe690c71803e276bd0ace76d1a38e | refs/heads/master | 2021-04-06T06:40:57.133933 | 2018-03-14T11:56:08 | 2018-03-14T11:56:08 | 125,049,513 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,257 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_rotate.c :+: :+: :+: ... | [
"aserguie@e1r7p14.42.fr"
] | aserguie@e1r7p14.42.fr |
5891e4cb0db7a800acaee42bcadccafbef52c55a | 234bf22f83db92c56614d210b069280d6a4ef36b | /dnstxt.c | be164ee47d828589ae0bc3ee4d635cede492ef4a | [
"LicenseRef-scancode-warranty-disclaimer",
"ISC",
"LicenseRef-scancode-mit-taylor-variant"
] | permissive | aqmail/aQmail | 335e0376674dd919dc566ce73dfcecef1e38a29b | ea334ab6eec1f521b3d7fce4931cbb964fafab68 | refs/heads/master | 2021-01-20T11:50:26.021389 | 2017-12-11T17:50:25 | 2017-12-11T17:50:25 | 85,468,847 | 3 | 2 | null | 2018-01-22T12:26:32 | 2017-03-19T10:53:02 | C | UTF-8 | C | false | false | 575 | c | #include "substdio.h"
#include "subfd.h"
#include "stralloc.h"
#include "strsalloc.h"
#include "str.h"
#include "scan.h"
#include "dns.h"
#include "dnsdoe.h"
#include "exit.h"
strsalloc ssa = {0};
stralloc sa = {0};
int main(int argc,char **argv)
{
int j;
if (!argv[1]) _exit(100);
if (!stralloc_copys(&sa,argv[1]... | [
"kp@openqmail.org"
] | kp@openqmail.org |
1b69ea199e5ca35cacb1055ebb7fa9110b261d7b | 78a935931c25142fc56cefaa61cff22e407f53cc | /from_shootout/strcat_ocaml/x64_elf/by_rec4.c | 95b92ec2326012b306139e90aa770b0c79740cf2 | [] | no_license | mewbak/decompiler-subjects | 80ee10c991b1a240f5541c4eef07dcb209c37d06 | aa93a8f9822a30b47ff9e81c03cbd523ebb3a9f6 | refs/heads/master | 2021-09-28T06:48:11.215836 | 2018-11-15T07:15:10 | 2018-11-15T07:15:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,771,360 | c | // Generated by Rec Studio 4 - build Apr 15 2012
_init()
{// addr = 0x00408CC8
call_gmon_start();
frame_dummy(__rax);
__do_global_ctors_aux();
return;
}
log10()
{// addr = 0x00408CF0
goto ( *6553304);
}
L00408D00()
{
goto ( *6553312);
}
L00408D10()
{
goto ( *6553320);
}
L00408D20()
{
... | [
"i-git-stone@rf.risimo.net"
] | i-git-stone@rf.risimo.net |
c525d3f074fea306a4ad61bd48c4917152419ac5 | fc54ce5e9c469523ec0e3731a5cdaed2c3220dc6 | /notesapi/include/eventerr.h | 223162da57ad80e3214651a1592f75b430e1fb3d | [] | no_license | xiaojieyu/ConfigAgent-for-NSF | 19a6c50cfbca4cd09874ac3c4199953873b3ecb3 | 82da2fd232ca4516511f247db7d1d8ad0b74432d | refs/heads/master | 2016-08-05T08:08:59.413515 | 2011-11-04T03:37:20 | 2011-11-04T03:37:20 | 2,706,948 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 19,377 | h |
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
/* ***************************************************************** */
/* */
/* Licensed Materials - Property of IBM */
/* ... | [
"yuxiaojie9@hotmail.com"
] | yuxiaojie9@hotmail.com |
7902dc56f513afff8c2f2a2b7581739d4e2f6ff4 | 29f8b213211fa1364b2ddf5f3091ee026bb1d652 | /Uebungen/Kapitel15/Uebung5.c | 601986867bec88beeac5efa5ebac777cbfd84fd6 | [
"MIT"
] | permissive | apazureck/Info1Praktikum | 03eb8b06d1e73f833d49960d077034b8e0d80cc7 | c9138f48923c949e7efb7680988ace38ceee6b10 | refs/heads/master | 2023-05-01T00:26:37.031753 | 2023-04-13T17:03:35 | 2023-04-13T17:03:35 | 86,156,660 | 5 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,450 | c | /**********************************************************************\
* Kurzbeschreibung: Uebung: 13.1; Punkte: 0
*
* Datum: Autor: Grund der Aenderung:
* 25.03.2017 Andreas Pazureck Neuerstellung
\**********************************************************************/
#include <stdio.h>
#i... | [
"pazureck@c-s-g.net"
] | pazureck@c-s-g.net |
ba81aaed391f8cadeabd2413215577c2dee76d28 | 8e33d621b0a305cef7718de6428c8e9841a1a44d | /include/dns/parse.h | 7e718681618bd81e87330a513258b96108cce604 | [
"MIT"
] | permissive | Linyxus/YaDNS | 61ead37bef567f70a2efc376e8149826f8bc4598 | b0179ba1a5d9e299c820774b3becbbfe2dfa5282 | refs/heads/master | 2022-12-24T02:14:58.922538 | 2020-10-05T12:49:25 | 2020-10-05T12:49:25 | 289,653,989 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,008 | h | //
// Created by Yichen Xu on 2020/5/29.
//
#ifndef DNS_RELAY_PARSE_H
#define DNS_RELAY_PARSE_H
#include "types.h"
#include <arpa/inet.h>
#define DN_PARSE_LABEL_OKAY 0
#define DN_PARSE_LABEL_INVALID_LEN 1
#define DN_PARSE_LABEL_EON 2
#define DN_PARSE_LABEL_OKAY_PTR 3
#define DN_PARSE_NAME_OKAY 0
#define DN_PARSE_NA... | [
"yichen.x@outlook.com"
] | yichen.x@outlook.com |
365613713a8510c45f7068cf5518100eb0c34554 | 76ef5f1a36a0d401295db2b7d766eb44c6088f82 | /middleware/azure_iot/uamqp/src/amqp_management.c | ad385662c309ddb78ec91018f162686fa352c99b | [
"MIT"
] | permissive | mhcchang/SDK_2.6.0_FRDM-K64F | e93273790a4fcbfdd195d0dd66801fbb526e8493 | 35d9979b7e2010a2e89149c2fc5d453f7982b9b0 | refs/heads/master | 2023-03-17T00:40:54.436065 | 2019-10-12T08:15:49 | 2019-10-12T08:15:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 89,459 | c | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include "azure_c_shared_utility/optimize_size.h"
#include "azure_c_shared_utili... | [
"gylpm@163.com"
] | gylpm@163.com |
81fd054f0a72bc6661215f4041b0ff2c1e540dd4 | 79283c4123960111c3ee3bcb6495d802b312baf9 | /Chapter 4/4_6.c | 113fec0e39d29aa86d25509a5c281b1aea966fed | [] | no_license | RavisriVK/Solutions-C-Programming-Kernighan-Ritchie | e280fd87c240c504eb3d6e9f762fdea92aa97dc2 | 13ece7b27890ab8a0863e9f6e707febfafdc3598 | refs/heads/main | 2023-04-09T02:14:06.612744 | 2021-04-10T05:33:36 | 2021-04-10T05:33:36 | 356,481,630 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,262 | c | #include<stdio.h>
#include<math.h>
#include<ctype.h>
#define MAXOP 100
#define NUMBER '0'
#define VARIABLE 'V'
#define ANSWER 'A'
#define MAXVAL 100
#define BUFSIZE 100
void push(double);
double pop(void);
void print(void);
void duplicate(void);
void clear(void);
void swap(void);
int getop(char s[]);
int getch(voi... | [
"ravivalluri@MacBook-Pro.local"
] | ravivalluri@MacBook-Pro.local |
1ff83a47a270d0687e56d49a2f60e2008c683912 | 62fafd97dedca2ad4977e65cc0d708ebe702c5a0 | /TP2/main.c | 8482a75d251203902ef8bf170f1444a4e1ccfc2c | [] | no_license | SantiGO055/ProgramacionPrimerCuatri | a499709c2edd2f64eca61170a0ab9f41c98f23e8 | b5c380af0e3534e07670b58c71c28c2d3c7c7670 | refs/heads/master | 2020-03-28T14:33:01.231493 | 2020-02-18T00:56:28 | 2020-02-18T00:56:28 | 148,497,756 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,632 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "func.h"
#define CANT 1000
#define CHAR 51
int main()
{
int opcion,sector,flag=0,id=0,findEmployeeAux,idAux,contEmp=0,idRem,opcionOrd;
char name[51], lastName[51];
float salary;
employee emp[CANT];
do... | [
"noreply@github.com"
] | SantiGO055.noreply@github.com |
a78555a2193ae0c290704f2458000e04c0bd41d5 | 8d43cf5c21fde2fd7a68cd418156a70e793d428a | /01.05.3-line_counting/e-1.08-count_all.c | 8e2de4249ca9ac03d9b0f4c5eefe6da8d01a44cb | [] | no_license | OmkarMahajan11/The-C-Language-by-K-and-R-examples | e3d043a56ed962778a27e4dcbdda6266d9868125 | 321490beae0b46d86c53bcd0908cd4fc21890ff2 | refs/heads/master | 2023-03-23T23:49:51.713296 | 2021-03-20T18:58:21 | 2021-03-20T18:58:21 | 349,809,004 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 407 | c | /* Write a program to count blanks, tabs and newlines */
#include <stdio.h>
int main(void)
{
int blanks, tabs, newlines, ch;
blanks = 0;
tabs = 0;
newlines = 0;
while ((ch=getchar()) != EOF)
if (ch == ' ')
++blanks;
else if (ch == '\n')
++newlines;
else if (ch == '\t')
++tabs;
... | [
"mahajan.omkar78@gmail.com"
] | mahajan.omkar78@gmail.com |
132136de32d0d3fab39514016a353d7b22694ca6 | 1e5199b574638ac71ff4089752d8baade7bcc297 | /iOS/Pods/Headers/Private/GLFoundation/GLPushablePresenteeNavigationController.h | 902dd4be1999a1e3ef00b8dc78074c5edeacc476 | [] | no_license | wangjir/wh-invasion | 2689ffccfdaa59240974450adee00d590867c464 | 2308e809ce756a1f54889f0b6e57db245cd7810e | refs/heads/master | 2021-01-10T01:35:42.250462 | 2015-10-29T08:15:20 | 2015-10-29T08:15:20 | 44,078,455 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 88 | h | ../../../GLFoundation/GLFoundation/Controllers/GLPushablePresenteeNavigationController.h | [
"jirong@upwlabs.com"
] | jirong@upwlabs.com |
b8e39e99d8133dfe7e28687951334518e4d62448 | 29c7bb9c2506745db45eede38a0d24ee42159549 | /bubblesort.c | 5d2e1ec3d86f58301c00af44f003e0f6f67d1320 | [] | no_license | Christoph-T/readme | 40a64e3dd9044399deaeda273ee892c4137a1412 | d824acac85360d8c1a3953b6f3c11fdea63586e7 | refs/heads/master | 2020-03-29T19:16:13.983902 | 2019-01-23T07:31:42 | 2019-01-23T07:31:42 | 150,255,071 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,566 | c | #include <stdio.h>
void erzeugeArray(int *, int);
void zeigeArrayinConsole(int *, int);
void dreiecksTausch(int *, int *);
int bubblesort(int *, int);
int main()
{
int anz = 10;
int z[anz];
int anzY = 0;
erzeugeArray(z, anz);
printf("\nArray mit %d zufaelligen Zahlen original: \n", anz);
... | [
"noreply@github.com"
] | Christoph-T.noreply@github.com |
bc3f3255a52eb2b13308d64758364db9b3ad9a05 | c2a1af3a90e93675ee9f04e0b3a358e277eb46e4 | /Practice/CalculateCheckOutTime.c | 07bedd45c3973758bd19b3ba520f67b47bea2a7c | [] | no_license | karunakarhv/Data-Structure | 6b4720c42d8836c881f6a8d845aa6a0eec0db008 | 77d9e04287d988387e8e75693c9a4b6af31621df | refs/heads/master | 2020-04-03T16:08:05.834824 | 2016-04-27T11:34:38 | 2016-04-27T11:34:38 | 11,923,103 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,652 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
int validateInput(struct tm *checkInTime ,int testFlag)
{
int flag = 0;
if(testFlag == 0)
{
if(checkInTime->tm_hour > 24)
{
flag = 1;
printf("Enter Hours less than 24\n");
}
else if(checkInTime->tm_hour < 0)
{
flag = 1;
printf("Enter hou... | [
"karunakarhv@gmail.com"
] | karunakarhv@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.