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
dee2122d3524d39f6a7f295fcc1ea6b6735d447c
67f5d5fc780528f952f40fc2a433f9dbe7bf1d14
/ep02.c
a5969c6e5401642afd2c902acb977b3858702e2d
[]
no_license
BrunoBBS/ep02
8cf8b20db54fb5d1a7fc3c67db1d0bd64a81f41a
1d1f5792c1da4f3ea02029e70abd89f0bba6f182
refs/heads/master
2021-01-12T14:17:56.125189
2016-09-22T21:42:46
2016-09-22T21:42:46
68,964,445
0
1
null
null
null
null
UTF-8
C
false
false
759
c
#include "matriz.h" #include "types.h" #include "pilha.h" #include <stdio.h> #include <stdlib.h> int **tab; int podeMover(movimento *mov) { if (); } pos procuraBuraco(int **tab, pos ultBur, int l, int c) { int i, j; pos ret; for (i = ultBur.l; i < l;i++) for (j = ultBur.c + 1; j < c; j++) ...
[ "bruno.bbs3@hotmail.com" ]
bruno.bbs3@hotmail.com
4565d4d11c14b17cab0d08527c7c213b64806eeb
4494f778193840f4715674eebb07f83eb78ce17f
/archivos-practica/pruebaseek.c
06e3a5b820067fefd29971948591a2a3dcaf70f6
[]
no_license
DiegoAlfonso2/taller1
0f1c82c79227dc7149792015d5e9697c35af6313
7fea96002537c963520c847d01f956ad69c84165
refs/heads/master
2021-01-18T08:49:31.474631
2016-07-10T18:31:59
2016-07-10T18:31:59
62,590,090
0
0
null
2016-07-04T22:02:57
2016-07-04T22:02:56
null
UTF-8
C
false
false
281
c
#include <stdio.h> int main(int argc, char const *argv[]) { FILE* entrada; fprintf(stdout, "Abriendo archivo\n"); entrada = fopen("prueba.txt", "r+b"); char c; fseek(entrada, 10, SEEK_END); printf("%ld\n", ftell(entrada)); fputc(64, entrada); fclose(entrada); return 0; }
[ "diego.alfonso2@gmail.com" ]
diego.alfonso2@gmail.com
a614cac494e732fd4762b2760d9619070bd2adb5
e80e5374b8fd00379293adb35fc8cf017d5f4cc7
/qemu_mode/qemu-2.10.0/target/moxie/cpu.h
8991aaef9a8dac56992771eb12af2301d0ac8bc8
[ "GPL-2.0-only", "LGPL-2.1-only", "GPL-1.0-or-later", "LGPL-2.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
CAFA1/afl
dcebf3a3acae3e9783bbb79d8cff6958b496fa34
01c113b61ab70c3b02f3d7c74e6dfa20cfc7813d
refs/heads/master
2023-04-10T14:30:34.901666
2020-07-27T01:06:32
2020-07-27T01:06:32
272,596,630
0
2
Apache-2.0
2021-04-15T00:56:55
2020-06-16T03:03:26
C
UTF-8
C
false
false
3,944
h
/* * Moxie emulation * * Copyright (c) 2008, 2010, 2013 Anthony Green * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) an...
[ "longlong_vm@dell_book.com" ]
longlong_vm@dell_book.com
6f5838f989d2fd0dcbf17a8f278a5354027f9774
6ed13461ccc04273d5761c7b01647cd612aff764
/0x1A-hash_tables/hash_tables.h
ddcbaa43159884af3be8c8980730efe649bbb388
[]
no_license
fabo893/holbertonschool-higher_level_programming
7ad1b5fd306dfae7ef138a4c538450264d0d8f24
ef8227f924603002c3b12fcaf7367bfed4ba0428
refs/heads/main
2023-05-11T06:01:51.887491
2021-05-24T21:06:06
2021-05-24T21:06:06
319,437,436
0
0
null
null
null
null
UTF-8
C
false
false
898
h
#ifndef HASH_TABLES #define HASH_TABLES #include <stdio.h> #include <string.h> #include <stdlib.h> /** * struct hash_node_s - Node of a hash table * * @key: The key, string * The key is unique in the HashTable * @value: The value corresponding to a key * @next: A pointer to the next node of the List */ typedef...
[ "jose.rosa893@gmail.com" ]
jose.rosa893@gmail.com
de9e6ba1e15537fba37132f5b28c213ba148e47e
9d8d4d3825d45c70af68686a3893cf99a8ab8250
/lab3/sprut/krafna-tp/tp/57776698404950d4a5e87ddbe38fcabe.c
8edee3a561f8ca0a9f1b21b4bf0bd2b614a6e6a4
[]
no_license
msantl/ppj
285a8a7bfee0d9645a550b42bbc15b357e6c9fa1
6797c806c677f0b60b25088eef4357299b5b1b44
refs/heads/master
2016-09-10T03:26:20.617945
2014-02-20T12:53:08
2014-02-20T12:53:08
null
0
0
null
null
null
null
UTF-8
C
false
false
69
c
int main(void) { int a = (100+3 + 5 -(-2147483648)); return 0; }
[ "msantl.ck@gmail.com" ]
msantl.ck@gmail.com
c10ec46dcec7d2818f01611975438fbd0c8c8f63
09884947c578015a250e41dd8b7c694685490b66
/deps/kb_meme/meme-5.0.1/src/filters/purge/dheap.h
42bf4c3c88253582148accbf4926ad504bfc4a2c
[ "MIT", "LicenseRef-scancode-public-domain" ]
permissive
kbasecollaborations/MotifFinderGibbs
51e85369656795ead6d41653aea13c0e3ad72cdb
a428a71716b3c0040bd7825dcbea3fc7fbb6823b
refs/heads/master
2020-04-09T16:06:02.547790
2019-08-23T00:53:35
2019-08-23T00:53:35
160,443,764
0
1
MIT
2019-08-23T00:53:36
2018-12-05T01:46:43
Python
UTF-8
C
false
false
1,992
h
#if !defined(DHEAP) #define DHEAP /* Header file for d-heap data structure. Maintains a subset * of items in {1,...,m}, where item has a key.*/ #include "stdinc.h" typedef double keytyp; typedef struct { long N; /* max number of items in heap */ long n; /* number of items in heap */ long d; /* base of heap ...
[ "mandecent.gupta@gmail.com" ]
mandecent.gupta@gmail.com
0834eee7b02e1aa3930ae2df691326994b48c64b
9063052d8e2c294efa3b501d42aef2ac59d84fa0
/운영체제 과제/찐/fcfs.c
d48116136c39e0b1a1f74b82786ee553b4322df4
[]
no_license
yes99/practice2020
ffe5502d23038eabea834ebc2b18ff724f849c4a
100ac281f4fe6d0f991213802fbd8524451f1ac2
refs/heads/master
2021-07-08T00:54:19.728874
2021-06-13T05:52:07
2021-06-13T05:52:07
245,789,109
0
1
null
null
null
null
UTF-8
C
false
false
1,823
c
/* Simple C program for implementation of FCFS scheduling */ #include<stdio.h> // function to find the waiting time for all processes void findWaitingTime(int processes[], int n, int bt[], int wt[]) { // waiting time for first process will be 0 wt[0] = 0; // calculating waiting time for (int i = ...
[ "yes950324@naver.com" ]
yes950324@naver.com
a1a33f41905990337cb09ef5196f67b6af8f5f82
59d3a550e3467f9f81247349fe91f044172437b8
/LeetCode/100.SameTree.c
795b1b538bed79a89656b495a8dc753deb5905c0
[]
no_license
followFates/Data-Structure-and-Algorithms
9a3b272920d62260d6b078d43397dbb2c42e5ca5
b3ff87c882c4818a3ad30a035c0cf7e4d4a1d852
refs/heads/master
2023-05-02T22:05:40.185589
2019-05-19T04:28:19
2019-05-19T04:28:19
null
0
0
null
null
null
null
UTF-8
C
false
false
771
c
/** * Definition for a binary tree node. * struct TreeNode { * int val; * struct TreeNode *left; * struct TreeNode *right; * }; */ bool isSameTree(struct TreeNode* p, struct TreeNode* q) { if (p == NULL && q|| q == NULL && p) return false; if (p == NULL && q == NULL) return t...
[ "3115629644@qq.com" ]
3115629644@qq.com
4d1ffdb18d436297a5beac592a300c18f9c5fc44
499fe8f2e9f399480963d1664acb3b766c1f44a0
/COMPUTER_NETWORK/serverReplay.c
e9c00bcf707d5f5fd26b9e068d14e381773630a5
[]
no_license
Temam-Hashim/COMPUTER-NETWORK-PROGRAM
4b7cc6a5ae88f770fc410abdab280fc9ca8b9cd1
e2095acc3afb8855f56b2a70d3e0d96470f12638
refs/heads/master
2022-11-27T18:15:52.067267
2020-08-05T18:46:11
2020-08-05T18:46:11
285,380,947
1
0
null
null
null
null
UTF-8
C
false
false
1,120
c
#include<stdio.h> #include<stdlib.h> #include<sys/types.h> #include<sys/socket.h> #include<netinet/in.h> #include<arpa/inet.h> #include<string.h> int main(){ int sock,len,k,lis,acc,sent,i; char line[100],line1[100],line2[100]; int num1,digit=0,rev=0,n; char buf[]="welcome to socket Programming"; unsigned int rec; str...
[ "noreply@github.com" ]
Temam-Hashim.noreply@github.com
8548b601dfea50feffb7909891f9ff0baadc4c78
44ffe14c37baf3b16932c00677d8b35575f32755
/src/xtopcom/xcontract_runtime/xtransaction_execution_result.h
57bd93c405bbab925c645d0b4ff7e25936f3752b
[]
no_license
telosprotocol/TOP-chain
199fca0a71c439a8c18ba31f16641c639575ea29
1f168664d1eb4175df8f1596e81acd127112414a
refs/heads/master
2023-07-25T01:24:34.437043
2023-06-05T01:28:24
2023-06-05T01:28:24
312,178,439
13
46
null
2023-07-18T01:09:29
2020-11-12T05:38:44
C++
UTF-8
C
false
false
687
h
// Copyright (c) 2017-2021 Telos Foundation & contributors // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #pragma once #include "xcontract_common/xcontract_execution_output.h" #include "xcontract_common/xcontract_execution_sta...
[ "payton.wu@outlook.com" ]
payton.wu@outlook.com
a16efeccfe33fdd473e4d3dbfa8ac00c7da1b299
4cd580701959e61a3e34db2b812d8a533b3ad9e2
/src/day26/CalculateWithPthread.c
404bc2f5a45f926e2186ba0ce757dcd0d81c1787
[]
no_license
SilentKris/Train
6b684a1f920a109ad81301e1937821ed1699c92e
b464aae5d3d0870c4e0cd718ec33f19a2fe534f1
refs/heads/master
2023-01-03T13:37:22.874874
2020-11-02T13:36:13
2020-11-02T13:36:13
288,479,545
0
0
null
null
null
null
UTF-8
C
false
false
648
c
#include <stdio.h> #include <unistd.h> #include <pthread.h> int num = 50; int sumA = 0; int sumB = 0; void *pthread_funA() { int numA = num; while(numA--) { sumA += numA; } } void *pthread_funB() { int numB = num; while(numB <= 100) { sumB += numB++; } } int main() { pthread_t tidA, tidB; if(pthrea...
[ "dwl130802305@gmail.com" ]
dwl130802305@gmail.com
d1b646ae99e30e9fd37502c52c0f31ce294b72c4
0ed327879dde302e2a154c9150963e77c82a0f6f
/mm/mm.c
28b4f5d626e080549fdb65086125f32d495be25c
[]
no_license
ramblings/testprog
dc9463c30afdbcba952a575c96d2698584a27e17
7363e4989f5296fcc5497fda7782eb9d75cdfe6c
refs/heads/master
2021-01-10T05:00:52.689132
2013-02-25T02:39:33
2013-02-25T02:39:33
null
0
0
null
null
null
null
UTF-8
C
false
false
2,988
c
/* This module creates a pseudo-file (named '/proc/mm') which shows some info from a task's memory-management structure. NOTE: Written and tested with Linux kernel version 2.6.10. Code changes after 2.6.29 kernel version: 1) In #include<linux/mm_types.h>, member of 'struct page'(unsigned long page_flags_t) ...
[ "anil.koli.kumar@gmail.com" ]
anil.koli.kumar@gmail.com
c21a297c7446b43c674e53dac6bdc61c587ea7e1
ee73fdcceb1094108c0a9e209535d7915e2e33b3
/GreenDemonstrator/src/OBU/Generated_Code/KCG-ERSA/C_P005_us_array_TM_lib_internal.c
109d05d5bf82b762ef89c2e24179d00f52b7ca33
[]
no_license
stefan-karg/srcAndBinary
d912b03c44d75b807dc4f9b67938dde73dd52ccf
5e0a11c72a20ca8c1386c55d0cd3e4c7463fb600
refs/heads/master
2020-12-31T03:36:26.071772
2015-12-07T14:57:47
2015-12-07T15:00:53
47,557,434
0
0
null
2015-12-07T14:36:45
2015-12-07T14:36:45
null
UTF-8
C
false
false
2,284
c
/* $**************** KCG Version 6.4 (build i21) **************** ** Command: kcg64.exe -config R:/Repositories/modeling/model/Scade/System/OBU_PreIntegrations/Demonstrators/ERSA_EVC_Testrunner/config.txt ** Generation date: 2015-12-02T15:32:28 *************************************************************$ */ #include...
[ "info@stefankarg-it.de" ]
info@stefankarg-it.de
80f812c7845b4676d764b5ee3f533881784b721a
a3e7a67185b743093bea2c38403f7a5ec1c160b2
/RandomForest/RF.h
1a2f21e2a4dd51fbacec902c5348b60b0f6a2f8f
[]
no_license
Sun-Yize/Machine-Learning-with-C
4c33e8965bcd7ba370e0b7590d141313fd59356a
03050842db9851e1ceafa4d616cbf82c99df5f37
refs/heads/master
2022-11-11T09:32:13.957641
2020-06-27T10:19:00
2020-06-27T10:19:00
null
0
0
null
null
null
null
UTF-8
C
false
false
1,531
h
#ifndef DT #define DT #include <stdio.h> #include <string.h> #include <stdlib.h> // 读取csv数据,全局变量 double **dataset; int row, col; // 树的结构体,flag判断是否为叶节点,index和value为切分点,Brance为对应子树 struct treeBranch { int flag; int index; double value; double output; struct treeBranch *leftBranch; struct treeBr...
[ "986765210@qq.com" ]
986765210@qq.com
6f0056858525acd3a371c47b5c4a508fef57c98a
3558d96f8fa9f2b65e6568449f138163fdab69f8
/SD_Card/mmc.c
e39ff8398adf07a2a2a247c642ff51d2b6e8fac4
[]
no_license
corypisano/MSP430
be45768889f7a9c9b1510d94b378de764412b88f
97112d2e3bbd2642b751c26bd42c68b6c16b5c98
refs/heads/master
2020-02-26T15:57:44.237218
2014-05-12T21:32:46
2014-05-12T21:32:46
null
0
0
null
null
null
null
UTF-8
C
false
false
17,200
c
// *********************************************************** // File: mmc.c // Description: Library to access a MultiMediaCard // functions: init, read, write ... // C. Speck / S. Schauer // Texas Instruments, Inc // June 2005 // // Version 1.1 // corrected comments about connection the M...
[ "cory.pisano@gmail.com" ]
cory.pisano@gmail.com
107b7cf4fab2a353d30d087f35ae7a38ca896285
505e0d46e6c094aebc491cab61711aacfb7128ad
/src/horseir/v1/frontend/tree.h
099aa29b20b7cef3fb7861d4ffd75fda7762f274
[]
no_license
tomzhang/HorsePower
100118c28e6c86cad9d8a9b9fb7e388553584dfe
68271284a4938f39d3d2171dc1ce118759489890
refs/heads/master
2021-04-04T14:53:43.314774
2020-04-17T07:05:01
2020-04-17T07:05:01
248,466,085
0
0
null
2020-04-17T07:05:02
2020-03-19T09:50:20
null
UTF-8
C
false
false
3,304
h
#ifndef __H_TREE__ #define __H_TREE__ #include <stdbool.h> typedef struct List { struct Node *val; struct List *next; }List; typedef struct Program { struct List *module_list; }Prog; /* TODO: add listT */ typedef enum pType { unknownT, boolT, i16T, i32T, i64T, f32T, f64T, charT, clexT, symT, strT, ...
[ "wukefe@gmail.com" ]
wukefe@gmail.com
d451b20d5e9da0bb9f552ef4997dab5fc9ff042a
306f4fb64d893b88b16acd79f1a418755ebc9656
/lib/gclosure/gclosure-no.c
1f6c6e34ef2903675925d23fc9f5a3d61cba26d8
[]
no_license
gobject-app/GObject-demo
120eaf17ec98e005f9019539b827c7440b138d1d
1c62e16aedde28a76895354479e4a7fc87e2dce7
refs/heads/master
2020-05-31T06:04:31.685515
2019-06-11T03:14:27
2019-06-11T03:14:27
190,133,764
1
0
null
null
null
null
UTF-8
C
false
false
925
c
// // Created by tonye on 2019-06-09. // #include <math.h> #include <string.h> #include <stdio.h> typedef int(*Func2)(void *, void *); static void compare2(void *a, void *b, Func2 callback){ int r = callback(a,b); if(r == -1){ printf("a < b\n"); }else if(r == 0){ printf("a == b\n"); ...
[ "tonye@qq.com" ]
tonye@qq.com
909ccadb27f6196fbc9d0b35b5e554809a9d69f3
46835ae921ca6c0653f9e34fcdf7dd7ff8da2841
/C/project/Filial.c
44b3a59ad8f095e8278f75b5161ef39c4f0892ae
[]
no_license
Jcc20/LI3
3df897a06d23433c1c8131833373950245084613
a084aaaa202c011689dc915161b75be7153c9581
refs/heads/main
2023-06-08T20:58:11.209515
2021-07-01T01:09:31
2021-07-01T01:09:31
381,872,435
0
0
null
null
null
null
UTF-8
C
false
false
3,551
c
#include <stdlib.h> #include <string.h> #include "AVLTrees.h" #include "Filial.h" #include "CatProds.h" #include "CatClis.h" #define _GNU_SOURCE #include <string.h> /*Structs*/ struct pcfil { Produto produto; double preco; int unidades; char tipo; int mes; }; struct vfil { ...
[ "48126929+Jcc20@users.noreply.github.com" ]
48126929+Jcc20@users.noreply.github.com
c9172e7664c93b4a2a04e330f8e478d48937f2ec
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/data/warcraft/ldmb.c
b451c304937670174e4d66ab9171b5a933c723d2
[]
no_license
fluffos/nt7
ceef82b2465cf322549c7ece6ce757eaa8ec31ff
52727f5a4266b14f1796c2aa297ca645ca07282a
refs/heads/main
2023-06-17T10:07:33.000534
2021-07-15T11:15:05
2021-07-15T11:15:05
308,148,401
9
9
null
2021-06-28T14:11:57
2020-10-28T21:45:40
C
UTF-8
C
false
false
482
c
// warcraft.c #include "/clone/npc/warcraft.h" void setup() { set_name("猪雀", ({"zqqqq"})); set("gender", "女性"); set("long", "猪 它是连丹的魔幻兽。 "); set("race_type", "朱雀"); set("magic/type", "fire"); set("owner", "ldmb"); ...
[ "i@oiuv.cn" ]
i@oiuv.cn
39c7a52f3bf55721cada660c25eb88fa21338e5f
aee7cda2204329d8e1e97894b1a9508d7abab59b
/build/spgw/build/CMakeFiles/r10.5/S1ap-UEContextModificationRequest.h
593edb7c34fb17959dce20349c044d23d6ed9f7e
[ "BSD-2-Clause-Views", "BSD-3-Clause", "BSD-2-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
aygunbaltaci/OAI_EPC
f21e33dd43a402375cb5bc4effd88449a5e7d474
d6821e9cf83b7a9407d4c6f7b5543c23ab0827f5
refs/heads/master
2021-09-04T11:36:28.703762
2018-01-18T09:36:55
2018-01-18T09:36:55
117,949,995
0
0
null
null
null
null
UTF-8
C
false
false
1,325
h
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-PDU" * found in "/home/airbustx2w/openair-cn/src/s1ap/messages/asn1/r10.5/S1AP-PDU.asn" * `asn1c -gen-PER` */ #ifndef _S1ap_UEContextModificationRequest_H_ #define _S1ap_UEContextModificationRequest_H_ #include <asn_applicatio...
[ "airbustx2w@airbustx2w-CELSIUS-M720-POWER.openair4G.eur" ]
airbustx2w@airbustx2w-CELSIUS-M720-POWER.openair4G.eur
8501537c4550fa8f0e5a25fac0d702f683b3a5a2
f39d00f9f5a5dfe55f9f1bcc3e4fe15af2025323
/equal-semantic-subset/SDL/inception/binary.c/GlueAndBuild/deploymentview_final/chip/deployment.c
5ffe3e66c2e27b88d687ef39542242b09b524543
[]
no_license
taheruddin/transformation-stateflow-sdl
04ccf2efff8067fb1e2bc1b4506f072b6431d2a7
3b43c205704d0a74247c75b29ccf82b2b8898683
refs/heads/master
2020-03-18T00:45:07.553587
2018-05-29T12:59:15
2018-05-29T12:59:15
134,110,887
0
0
null
null
null
null
UTF-8
C
false
false
2,303
c
#include <po_hi_protected.h> #include <deployment.h> #include <po_hi_types.h> #include <po_hi_transport.h> /*****************************************************/ /* This file was automatically generated by Ocarina */ /* Do NOT hand-modify this file, as your */ /* changes will be lost when you re-run Ocar...
[ "ktaheruddin@gmail.com" ]
ktaheruddin@gmail.com
8781c40bf4b72c31cfe5a92264a3ea5c5dde504e
8f2d62522cff632902e44388e8ee76ea642d51b0
/ASN1C/UL-AM-RLC.h
a3a3761e17f9d19c0efebc5ad6ff82304c9692c6
[]
no_license
basiljoseph/3GPP_LTE_RRC_Decoder
1f7004a914f2ec6fef32f486dec5fe899a024937
8ecb798a1a0a57708a3a02751c8af0e8b6d6d403
refs/heads/master
2022-07-30T06:59:24.830695
2020-09-13T13:10:29
2020-09-13T13:10:29
295,153,838
0
0
null
null
null
null
UTF-8
C
false
false
1,357
h
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "36331-ac0.asn" * `asn1c -fcompound-names -gen-PER` */ #ifndef _UL_AM_RLC_H_ #define _UL_AM_RLC_H_ #include <asn_application.h> /* Including external dependencies */ #include "T-PollRetransmit.h" ...
[ "basil.joseph@outlook.com" ]
basil.joseph@outlook.com
7c0f548f1cbf5441ea1cbd378af345b0fa942c9b
3cd8976a3601318fde73f181a205d87b9f24bbc5
/trunk/backup/uva_607.c
b30e001d4e0ec69d24066b1714c44e61722ecf10
[]
no_license
BGCX262/zuva-svn-to-git
df8c614efa08a630f0f27ceed00b5cde14824089
5a2ceb09a45fc50ac5254f648f9d70251e31085d
refs/heads/master
2020-07-03T09:55:20.036347
2015-08-23T06:58:29
2015-08-23T06:58:29
41,258,261
0
0
null
null
null
null
UTF-8
C
false
false
1,841
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #define DEBUG 0 static int lec[1028], di[1028], topic[1028], topicSize, lecLen, C; void printDP() { int i, j, k; printf("topic ...\n"); for (i = 0; i <= topicSize; i++) { printf("%d ", topic[i]); } printf("\n"); prin...
[ "you@example.com" ]
you@example.com
ac6eb4c3a261168ec69e907e9403375d64ab75e5
90c020eb853408850f0e19d9f72405f3307724e1
/include/keyboard.h
fd3de079d4b1bb3848ab5e84ce2d074743f064e8
[]
no_license
565407548/micro_os
71f37616441484c87115f2211671966b332ccccf
ec305eb2968f7e225104661b6f111026f65e4812
refs/heads/master
2016-09-06T11:39:01.876475
2013-09-07T08:10:16
2013-09-07T08:10:16
11,967,241
0
0
null
null
null
null
UTF-8
C
false
false
550
h
#include "keyboard_const.h" typedef struct s_kb{ char *p_head; char *p_tail; int count; char buf[KB_IN_BYTES]; }KB_INPUT; /*kernel/keyboard.c*/ void init_keyboard(); /* 键盘中断程序,当键盘有按键按下时,会执行该程序,该程序会把按键的扫描码记录于键盘缓冲区中。 */ void keyboard_handler(int irq); BOOL get_key_pressed(); void set_key_pressed(BOOL b)...
[ "565407548@qq.com" ]
565407548@qq.com
25c6603a099b743ee20432fc9e6eeab2246b99c8
94096248c1de2dcf46e69ca913cedfa290e44224
/src-input/duk_api_readable.c
d7badde6995b1f79a1931824be8c778d120a6a2c
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
svaarala/duktape
612110d1a6db46226c171cfd222974b1b3651ad5
5e169deafbbd12823665f5d30fb4c4c04e3dfa26
refs/heads/master
2023-08-06T16:43:33.014729
2022-11-17T21:02:08
2022-11-17T21:02:08
15,852,088
4,796
610
MIT
2023-09-11T17:13:01
2014-01-12T22:16:14
JavaScript
UTF-8
C
false
false
12,263
c
#include "duk_internal.h" DUK_LOCAL const char * const duk__symbol_type_strings[4] = { "hidden", "global", "local", "wellknown" }; DUK_LOCAL duk_small_uint_t duk__get_symbol_type(duk_hstring *h) { const duk_uint8_t *data; duk_size_t blen; DUK_ASSERT(h != NULL); DUK_ASSERT(DUK_HSTRING_HAS_SYMBOL(h)); DUK_ASSERT(...
[ "sami.vaarala@iki.fi" ]
sami.vaarala@iki.fi
b5bc4cacde4116eddd19cead7a5288d808d6f17b
5ab7eb5822405433cc3adb1c59d90310ebd700c2
/application/CC1350_LAUNCHXL.h
e46b7b4143eaee2af7b2aa618a8150bc3e4c961c
[]
no_license
koji-yoshida-nict/senboku
0ffadbbed90e26943da9641432232b90d869e767
2de35ac2e58bbad010faaf00f2df59cb95c5c207
refs/heads/master
2022-12-04T01:01:38.797455
2020-08-26T07:47:11
2020-08-26T07:47:11
290,424,291
0
0
null
null
null
null
UTF-8
C
false
false
13,015
h
/* * Copyright (c) 2015-2016, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copyright * n...
[ "noreply@github.com" ]
koji-yoshida-nict.noreply@github.com
da217e6a9f08d4057b09a6b1467845b5b2b8bdbc
0b2a6a2a79b4d5aad37f3debec92d7a3c9e63a5e
/Lem_in/libft/ft_memmove.c
88f501540358cf4d1c3a35597438c45051066155
[]
no_license
Brandyzz/Projects
8ae0fb4f1425d84d65676e6607b0c50ca9876893
4a269a06fe7e7e1a02b51426827fe02822f7fe0f
refs/heads/master
2020-08-01T19:59:52.404447
2019-10-11T16:01:16
2019-10-11T16:01:16
211,099,610
0
0
null
null
null
null
UTF-8
C
false
false
1,199
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memmove.c :+: :+: :+: ...
[ "soyeremin@yandex.ru" ]
soyeremin@yandex.ru
3819615425f7f4e6dcb1b205a78d1844bc8fa79a
0019f0af5518efe2144b6c0e63a89e3bd2bdb597
/antares/headers/private/kernel/vm/vm.h
7149edd3da5bf08d737fc28b27b42187fd5e92da
[]
no_license
mmanley/Antares
5ededcbdf09ef725e6800c45bafd982b269137b1
d35f39c12a0a62336040efad7540c8c5bce9678a
refs/heads/master
2020-06-02T22:28:26.722064
2010-03-08T21:51:31
2010-03-08T21:51:31
null
0
0
null
null
null
null
UTF-8
C
false
false
6,825
h
/* * Copyright 2002-2009, Axel Dörfler, axeld@pinc-software.de. * Distributed under the terms of the MIT License. * * Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. * Distributed under the terms of the NewOS License. */ #ifndef _KERNEL_VM_VM_H #define _KERNEL_VM_VM_H #include <OS.h> #include <ar...
[ "michael@Inferno.(none)" ]
michael@Inferno.(none)
6a76f2b0d9534dadb26557585a3ab30afaab16ea
1a22821e9abe0144cf060cda217e8ff846ed4810
/bscc/bgbgc1/include/bgbgc_conf.h
1e8bd471f2839971e366ac6170333a96d3bf2276
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
cr88192/bgbtech_engine
1d3a8b13dee46b4bc557a5a29b6d39370493df93
03869a92fbf3197dd176d311f3b917f4f4e88d1a
refs/heads/master
2021-01-10T13:18:32.756889
2015-11-25T05:11:30
2015-11-25T05:11:30
46,181,763
1
0
null
null
null
null
UTF-8
C
false
false
2,004
h
#if defined(__x86_64__) || defined(_M_X64) #ifndef X86_64 #define X86_64 #endif #ifndef __x86_64__ #define __x86_64__ #endif #endif #if defined(__i386__) || defined(_M_IX86) #ifndef X86 #define X86 #endif #ifndef __i386__ #define __i386__ #endif #endif #if defined(__arm__) || defined(_M_ARM) #ifndef ARM #define ARM #...
[ "cr88192@gmail.com" ]
cr88192@gmail.com
254ac102dde9e5faa393791e97230d076bf5771a
c969a5dd589500d74f22d66151b5dc05397b0fe5
/vendor/include/criterion/options.h
fbe90144ec36d6e659fef9b796589eb237c0d984
[]
no_license
daiwei/clang-layered-system
ff1850af2223e6b8c16a8f94eadeffbe65b8ff6d
81fcffde35edb9d77f76d3c5cd92a867b8de2d3a
refs/heads/master
2021-01-25T09:25:44.404222
2017-07-18T07:28:07
2017-07-18T07:28:07
93,828,325
2
0
null
null
null
null
UTF-8
C
false
false
3,157
h
/* * The MIT License (MIT) * * Copyright © 2015 Franklin "Snaipe" Mathieu <http://snai.pe/> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without lim...
[ "dai.wei@outlook.com" ]
dai.wei@outlook.com
5fec7642e5c70d91aa0f3040742d2581d2a8fdbc
fd50a4f43c92500e001c2e9eacbad5f6bfa69999
/Micro/Zimple_Zombies_3D/Generated_Code/PE_Types.h
4b4681d64cb294d0d9f9893e70b9ccc2610da8a1
[]
no_license
PachotheElf/Zimple_Zombies_3D
6f2b47400dc212c6563fe2962ec7e8e1640783a1
72890c3d277fc3e4f970c770addb388056307f47
refs/heads/master
2016-08-12T15:07:13.626995
2016-02-22T02:30:18
2016-02-22T02:30:18
49,373,265
0
0
null
null
null
null
UTF-8
C
false
false
19,511
h
/* ################################################################### ** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : PE_Types.h ** Project : Zimple_Zombies_3D ** Processor : MC9S08QE128CLK ** Component : PE_Types ** Version : Driver 01.11 ** ...
[ "xarathos.kais@gmail.com" ]
xarathos.kais@gmail.com
ef5281006a8d64f7d818daf9a27fc890a6592208
a51ee7fa82d70e02f858b16b472718893ac4d545
/Piscine/tp3/str_search/str_search.c
4f6c52cdb87e912983446ea1f16d5fb9db24c9e3
[]
no_license
ileossa/C
4d1aec69400323d34b3415a5fa6a2d314ddf2ac2
7042038ec0152e22014ad4dcce62e936acef8ce0
refs/heads/master
2020-06-16T23:13:22.187453
2014-10-13T17:59:56
2014-10-13T17:59:56
25,682,017
0
0
null
2018-10-19T10:20:19
2014-10-24T09:49:58
JavaScript
UTF-8
C
false
false
708
c
#include <stdio.h> #include <stdlib.h> //fonction pour le strlen int length( const char* s1){ int j = 0; while( s1[j]) j++; return j; } //recherche l'occurence en argv1 et argv2 et retourne la position de curceur int str_search( char *string, char *pattern){ int i = 0, j = 0; int cpt = length( pattern ); w...
[ "swip_delta@hotmail.fr" ]
swip_delta@hotmail.fr
c17fd79960e7195ccc958d16a45735f340057086
d0775978d3978cea5e48fb3605e50695f5bf5930
/backdoor.c
53af90cf2875c31d0f12dbb1fade5c8e5f0d726b
[]
no_license
p4nic/pan_cake
1f945b9f61e2445e493138f171cbf34d4ca4154f
d85eb63bf5ed22fd22098a72f6f58a7dce92d927
refs/heads/master
2021-01-23T01:07:59.793328
2017-03-24T22:39:11
2017-03-24T22:39:11
85,877,387
0
0
null
null
null
null
UTF-8
C
false
false
1,815
c
#include <stdio.h> #include <string.h> #include <stdbool.h> #include <stdlib.h> #include <unistd.h> #include <sys/stat.h> #include <sys/types.h> #include <errno.h> #include <dirent.h> #include "net_functions.h" struct config { char * destination; char * source_and_outfile; char * url; }; void MoveFile(const char *...
[ "noreply@github.com" ]
p4nic.noreply@github.com
ad1d59de12cab506f011bdcf45a0721f78eb6e85
064f19b8fec832e581f1c7959bec934311b1d2cc
/nginx_learn/src/nginx-0.7.61/src/http/ngx_http_core_module.h
650183f0509754a22c85b564e9f6125eadabd553
[ "BSD-2-Clause" ]
permissive
zhangyuchi/cpptestzj
0bacde9ae6ce816a5e4adaf7a405f3e040bed303
190e132e3ee87f7ad067cb0c3f913423dbb15878
refs/heads/master
2022-11-06T10:29:08.792185
2022-10-20T02:14:17
2022-10-20T02:14:17
4,444,672
2
0
null
null
null
null
UTF-8
C
false
false
15,638
h
/* * Copyright (C) Igor Sysoev */ #ifndef _NGX_HTTP_CORE_H_INCLUDED_ #define _NGX_HTTP_CORE_H_INCLUDED_ #include <ngx_config.h> #include <ngx_core.h> #include <ngx_http.h> #define NGX_HTTP_GZIP_PROXIED_OFF 0x0002 #define NGX_HTTP_GZIP_PROXIED_EXPIRED 0x0004 #define NGX_HTTP_GZIP_PROXIED_NO_CACHE 0x000...
[ "zhangjun-s@build8.kill.corp.qihoo.net" ]
zhangjun-s@build8.kill.corp.qihoo.net
548209f815f1b5d072f02f0fbcd2822ec7cb2d21
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/MC/dMu/5.4e-18/MomBinnedAna/S12_edmFit_thetaY_2250_2500_trackReco_WORLD_250MeV_1000_2500_MeV_BQ_1.C
15cac62225f26596704a21a6f495b76a3b52e819
[]
no_license
sam-grant/EDM
486ea029bf766c968a3c7b41198ffcf9bc3c9b8a
525e41de5f675c39014488c79144f47562910736
refs/heads/master
2022-10-30T22:35:42.979799
2022-10-19T18:44:54
2022-10-19T18:44:54
296,421,806
0
1
null
null
null
null
UTF-8
C
false
false
1,056,716
c
void S12_edmFit_thetaY_2250_2500_trackReco_WORLD_250MeV_1000_2500_MeV_BQ_1() { //=========Macro generated from canvas: c/c //========= (Fri May 6 11:12:32 2022) by ROOT version 6.24/06 TCanvas *c = new TCanvas("c", "c",0,0,800,600); c->SetHighLightColor(2); c->Range(-0.5418271,-1.249411,4.876443,1.25059); ...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
66980942eb7c2f780cdfd7ca422d5ffe84bba57a
d5c3c6aa52387cb91c8ef644bb9743e4d16adee2
/src/files/setup/mp_setupmp13.c
0fd9c3676dad967f14b84698a5208edd79afe9ad
[]
no_license
rodrigobmg/perfect_dark
b05076cfb7e699989d6542ac462c96074d59fccb
c03d9c6c648c6fc6a5bcdf317ba65ada2c67d90a
refs/heads/master
2021-02-13T00:32:30.139142
2020-03-02T13:35:15
2020-03-02T13:35:15
null
0
0
null
null
null
null
UTF-8
C
false
false
15,303
c
// // Villa (MP) // #include "stagesetup.h" s32 intro[]; u8 props[]; struct path paths[]; struct ailist ailists[]; struct stagesetup setup = { NULL, NULL, NULL, intro, props, paths, ailists, NULL, }; u8 props[] = { weapon(0x0100, 0x0000, 0x00bd, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0...
[ "ryandwyer1@gmail.com" ]
ryandwyer1@gmail.com
c04ca73bb758d7f35903c3b8a103f5e07169bd14
11c002867dd8d674dce6ee77667e53776f151b72
/i2c_RTC/RealTimeClock/RealTimeClock/Delay/Delay.h
4b45f4178973e719c9ede64df8c9da3191ed0f66
[]
no_license
rareinator/embedded3
af5fb9f14a910c9453617c05b9d36da849885fa1
6db4074ac327c564ebe27a0763cd5184c0ace38a
refs/heads/main
2023-01-05T21:55:53.172770
2020-11-06T08:36:55
2020-11-06T08:36:55
307,969,246
0
0
null
null
null
null
UTF-8
C
false
false
91
h
/* * Delay.h * * Created: 28-Oct-20 12:08:00 PM * Author: jpf */ void Delay(void);
[ "looren@juel-kroyer.dk" ]
looren@juel-kroyer.dk
c0b915393996f9c8199654b700f0ba069c138a72
ecba5ac94b3d6cf5040e9b1dcf522c973f0135c5
/clcd.h
8172ff886fc847e068e1797256ffd22545429237
[]
no_license
kytmt/micro_cau-3
bb73b47fa9b95a6537cf66da7012985d4553f08c
ab07a02d8c7919abdd32e15bdc6221a89fe24f60
refs/heads/master
2022-10-22T19:40:31.550708
2022-10-21T10:12:57
2022-10-21T10:12:57
265,110,340
0
0
null
null
null
null
UTF-8
C
false
false
1,166
h
//-------| lib/clcd.h |-------// #ifndef CLCD_H #define CLCD_H #include <unistd.h> // usleep() #include <string.h> // memset() #define CLCD_CMD_US 40 #define CLCD_DATA_US (CLCD_CMD_US + 4) #define CLCD_RETURN_US (1520 - CLCD_CMD_US) static char *menu[] = { "1.Americano 1500", "2.Latt...
[ "kuk3927@gmail.com" ]
kuk3927@gmail.com
edabae736c19f9c1f5b0650924a7e26c7d317125
8f7815ac39c5048f6088ccb7b7e64f98432f2423
/SDL2/include/SDL_assert.h
86a5a9c4183f177bb638a386c1f93d60dca0c0a4
[ "MIT" ]
permissive
flowkey/SDL2-SwiftPackageManager
01810e2a62957f90c10cee9051f946e9b4817e02
cdf09ad7d270ee980d9463bcb4636467354b038f
refs/heads/master
2022-12-24T02:49:36.804548
2022-12-06T07:13:42
2022-12-09T05:39:09
93,111,939
8
3
MIT
2020-01-14T15:23:15
2017-06-02T00:48:01
C
UTF-8
C
false
false
40
h
../../external/SDL2/include/SDL_assert.h
[ "geojay@gmail.com" ]
geojay@gmail.com
3955c86360ef674ea724c4087521f4b2888f9f2b
32c22bc18602c592ce05c2671484648516f60cf5
/LEDflasher/config/RTE_Components.h
812c595ca2d8872eb0d6cf3712ab4f61df8245c7
[]
no_license
wmpluto/SAMC21_RTT
3a4491c84ab651179ea2f31c54abe31423d3deab
1084543c9b1398423a162aa106f6889181ba143c
refs/heads/master
2020-09-29T02:17:38.425604
2019-12-10T15:58:25
2019-12-10T15:58:25
226,924,743
0
0
null
null
null
null
UTF-8
C
false
false
1,972
h
/** * \file * * \brief Autogenerated API include file for the Atmel Configuration Management Engine (ACME) * * Copyright (c) 2012 Atmel Corporation. All rights reserved. * * \acme_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are perm...
[ "wmpluto@gmail.com" ]
wmpluto@gmail.com
b0d73c7677d68996d654f14e9dd988c0dd8d7a85
a4fabd94552689b76dd21c464c751e44a0a0bb05
/main.c
1b68e9e378c06f8114c1f9c1fd6ff16f6dec2437
[]
no_license
DmitryBulychev/firsttask
1dc32b8588231cf0831c49fb0788117acffa2c66
cda7a0b15779e0b22ff82220271e58b4e5c77958
refs/heads/main
2023-03-31T20:54:06.659648
2021-04-07T12:23:47
2021-04-07T12:23:47
353,043,304
0
0
null
null
null
null
UTF-8
C
false
false
217
c
#include <stdio.h> #include <math.h> int main() { float t = 1; float z = t + 2; float y = 4; float x = 8 * z / (exp(t) + 2) - (y * y); printf("Результаты x = %5.2f", x); return 0; }
[ "noreply@github.com" ]
DmitryBulychev.noreply@github.com
315ade3e95b2ea79c33633558972b79c71a23f2e
a8fa1fe7cd781fe0905887bb9970fed9cfe1aa87
/Vortex3.c
9440a24eae46dc3de6d12e8590d14880d90c4ad4
[]
no_license
MStevenTowns/Introduction-to-Cyber-Security
9ee32878b70f7f6965318f5b7b976148865abd44
d8a6d25dd5e16eb1ef74428c2e9d33b1b441a4dc
refs/heads/master
2020-04-13T16:25:19.007274
2018-12-27T17:50:55
2018-12-27T17:50:55
163,320,594
0
0
null
null
null
null
UTF-8
C
false
false
1,842
c
/* * 0xbadc0ded.org Challenge #02 (2003-07-08) * * Joel Eriksson <je@0xbadc0ded.org> */ // & = pass by refrence // * = value pointed to by #include <string.h> #include <stdlib.h> #include <stdio.h> unsigned long val = 31337; //declare pointer *lp and point it at the memory location of val unsigned long *lp = &...
[ "noreply@github.com" ]
MStevenTowns.noreply@github.com
79d4e15c46074a10e108a91124cca01d73be72b1
43e5dcb9942b73462450c16a3c1c77ac1b90f305
/source/ECEN5813_Project3_DK_SE.c
cdd6242378c2b389dd41583079f76882a873ec10
[]
no_license
sagareligar/project_3_ECEN5813
9b0126ae2168e05ace855c763c74e5e9f0deb6de
14c5a3ebd2128ac08a084bb37c16b9e0fac65c15
refs/heads/master
2022-04-18T08:59:09.577388
2020-04-10T17:50:27
2020-04-10T17:50:27
254,699,209
0
0
null
null
null
null
UTF-8
C
false
false
3,279
c
/* * Copyright 2016-2020 NXP * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notice, this list * of conditions and th...
[ "sagar@10.0.0.20" ]
sagar@10.0.0.20
f85fa346277fcddc06b5a3891109a15771bf7ab3
7696b07cddee4ef0df9e417216f29824d935138a
/Menuprogram.c
9a2598d66eaac339f60cd0df93a19c36b12ef1dd
[]
no_license
arunkumar201/Multiple_Stack
36e4702d593cbe0c79c38a12f254ba597b32be73
4185d6303ebaf3fcb7d08030c426d2fd27a5a20a
refs/heads/main
2023-03-05T06:35:36.949784
2021-02-07T11:02:33
2021-02-07T11:02:33
336,764,783
0
0
null
null
null
null
UTF-8
C
false
false
2,230
c
/*MULTIPLE stacks implementation*/ #include<stdio.h> #include<stdlib.h> #define N 3 int top1=-1; int top2=N; int stack[N]; void push1(); void push2(); void pop1(); void pop2(); void peek1(); void peek2(); void display1(); void display2(); void push1() { int n; if(top1+1==top2) { printf("stack overflow"); } else...
[ "noreply@github.com" ]
arunkumar201.noreply@github.com
dd925714510986504f4a572425028120ad323594
bcd221c1b4b66e1a10778df5f5232e92cbe94f54
/libft/ft_strsplit.c
4f18f580386de11f880e6552fe3386d29e33f15e
[]
no_license
efsofian/ft_ls
72d53fa656be8d54530cbe25b8ca0121aad8f6fa
247efe4949e2dd1f5341a342457bbe6cb0f99169
refs/heads/master
2021-05-10T13:48:30.313609
2018-01-22T17:25:46
2018-01-22T17:25:46
118,490,393
0
0
null
null
null
null
UTF-8
C
false
false
1,640
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strsplit.c :+: :+: :+: ...
[ "seliasbe@e2r7p8.42.fr" ]
seliasbe@e2r7p8.42.fr
dba9d0b4711863f951255990d80dfcf836d6dc62
4405bf87347681d33160cfcb5435310352fc9da4
/ext/ruby_debug/breakpoint.c
8f63ac0bb591aed571583a5faadca032403e7e46
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ko1/debugger2
27c601e709bd50e832eb4f2901fcdeb0f6ee75a9
c5bbb3ccaf3b6642d60951c738967db53285a2d0
refs/heads/master
2021-01-16T20:50:40.777850
2015-06-11T09:13:10
2015-06-11T09:13:10
8,579,056
17
0
null
2013-03-14T13:53:10
2013-03-05T12:16:16
Ruby
UTF-8
C
false
false
15,772
c
#include <ruby.h> #include <stdio.h> #include "ruby_debug.h" VALUE rdebug_breakpoints = Qnil; VALUE rdebug_catchpoints; static VALUE cBreakpoint; static VALUE eval_expression(VALUE args) { return rb_funcall2(rb_mKernel, rb_intern("eval"), 2, RARRAY_PTR(args)); } int check_breakpoint_hit_condition(VALUE breakpoi...
[ "ko1@atdot.net" ]
ko1@atdot.net
aacb1d89eb67d275f7471f1043a1e67075815231
3cd1e6cff03461acf5edc1d25f253f1a0af383d0
/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c
9b0dafbdcae3e313a6808264a2bf3a2152f9a77a
[ "NCSA" ]
permissive
Quantum-Platinum-Cloud/llvmCore
aacb91b619df609f1baf91df966e31a15bda31cc
06636e2aa0be8e24b9c3ed903480bdd49471ee5d
refs/heads/main
2023-08-23T17:42:51.782394
2013-10-29T00:03:36
2021-10-06T05:26:44
589,028,216
1
0
NOASSERTION
2023-01-14T20:31:25
2023-01-14T20:31:24
null
UTF-8
C
false
false
15,460
c
/*===-- jitprofiling.c - JIT (Just-In-Time) Profiling API----------*- C -*-===* * * The LLVM Compiler Infrastructure * * This file is distributed under the University of Illinois Open Source * License. See LICENSE.TXT for details. * *===--------------------------------------------------------...
[ "91980991+AppleOSSDistributions@users.noreply.github.com" ]
91980991+AppleOSSDistributions@users.noreply.github.com
c11ff498ca149559644deb4ef249ce4730ddd915
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/software/ffmpeg-3.2.2/libavformat/asfdec_o.c
17138db8f3c3876355c478d96e498752709d9c84
[]
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
1,916
c
#define ASF_BOOL 0x2 #define ASF_WORD 0x5 #define ASF_GUID 0x6 #define ASF_DWORD 0x3 #define ASF_QWORD 0x4 #define ASF_UNICODE 0x0 #define ASF_FLAG_BRO...
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
d9d4ef412f9df18e804e755209f85f7c0c9dd32a
39d5249686d1b7c2fca9bc33be0c0f6949378bba
/2011_lab1_zad1_c/src/receiver.c
cfdda34a1eca272a7a91e5d8232a90711e6da794
[]
no_license
marcinlos/rozprochy
1896526dd9dce89d3cc43fc26c9ecede2015d643
32cdc88552778a69ed5def499213b2c50e515f65
refs/heads/master
2021-01-22T13:57:27.657818
2014-09-06T14:21:09
2014-09-06T14:21:09
8,122,196
0
1
null
null
null
null
UTF-8
C
false
false
4,553
c
#include <stdlib.h> #include <string.h> #include <stdio.h> #include <unistd.h> #include <signal.h> #include <errno.h> #include <arpa/inet.h> #include "net.h" #include "service.h" // Server socket's queue size #define BACKLOG 5 // Maximal expected size of a textual represetation of TCP/IP address (ip:port) #define MAX...
[ "losiu99@gazeta.pl" ]
losiu99@gazeta.pl
637c2a3c6470ceb8b4c9bf8f879c3d56f27b1b6f
ad27ae928fc65ff3dcab86d0e7151e79193def15
/libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F407VG/sleep.c
1bec1caf20e34b865b8abcde44feb667253ecbe6
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
istarc/mbed
4c46dc29261c548ef1a4533dad65026e31610dcd
225942364e19751a32444434fc5b52e247b698d2
refs/heads/master
2021-01-16T21:13:19.219687
2014-11-12T14:03:32
2014-11-12T14:03:32
22,571,054
2
1
null
null
null
null
UTF-8
C
false
false
2,461
c
/* mbed Microcontroller Library ******************************************************************************* * Copyright (c) 2014, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condition...
[ "audgit@gmail.com" ]
audgit@gmail.com
f1ffa64248d1b30a17f0be0454f8d7d5fc96ac55
15b5466de9ebedb29d506c6c82a3e3f09b7867ff
/User/Driver/Src/FLASH.c
2cccfeaa9686d741dbd49320421a04843c310617
[]
no_license
JcZou/NamelessCotrunQuad_V1.0
309915d05e72d8fad3b23e05111a9ca85272f2a5
2b48f24ce2064dc9db2d554b7b5c9848bbd965b5
refs/heads/master
2021-08-23T04:44:21.644881
2017-12-03T11:04:38
2017-12-03T11:04:38
112,922,395
2
2
null
2017-12-03T11:31:36
2017-12-03T11:31:36
null
GB18030
C
false
false
7,343
c
#include "Headfile.h" #include "stm32f10x_flash.h"//flash操作接口文件(在库文件中),必须要包含 #include "FLASH.h" /*----------------------------------------------------------------------------------------------------------------------/ * 本程序只供购买者学习使用,版权著作权属于无名科创团队, * 无名科创团队将飞控程序源码提供给购买者, ...
[ "15671678205@163.com" ]
15671678205@163.com
2cfcb50208ba75e7448143bea73df1e5765b41ae
30926e12ea6b3f23206b5600dff7040f34824704
/eeprom.h
405efa1be38708c2c52507c9d57add91c067e0c1
[]
no_license
pa2ees/water
982b5dfa91809a000111724e27bbc31885b2bc09
c3f2b65f44c7f13c99b9a29f8a60830fcf30dbe6
refs/heads/master
2021-04-09T11:33:49.376199
2018-12-24T03:33:14
2018-12-24T03:33:14
125,582,122
0
0
null
null
null
null
UTF-8
C
false
false
667
h
#ifndef EEPROM_H #define EEPROM_H #include <xc.h> #include <stdint.h> #include "common.h" #include "settings.h" #define EE_STG_TANK_PUMP_TURN_ON_LEVEL 0 #define EE_STG_TANK_PUMP_TURN_OFF_LEVEL 1 #define EE_PKT_OP_LOAD 0 #define EE_PKT_CMD_LOAD_ALL 0 #define EE_PKT_CMD_LOAD_ONE 1 #define EE_PKT_OP_STORE 1 #define EE...
[ "pa2ees42@gmail.com" ]
pa2ees42@gmail.com
941dc06b15b20b36fa2130b322645059b94df4e0
da15b3d40a55cfd25d9184405871fcb39ab5033a
/app/alg/lib/double_list/double_list.h
86701cb6e3bb16ae6dd3cb0d8626d4b6c9505819
[]
no_license
laitianli/demo
a54db8409fef50c364a4cd438f2ddf610b62ccbd
c3bcb29c75face068442ea5e18ce31e1c878f3b7
refs/heads/master
2023-07-07T08:56:05.597315
2023-06-28T06:11:39
2023-06-28T06:11:39
48,362,543
1
1
null
null
null
null
UTF-8
C
false
false
426
h
#ifndef _DOUBLE_LIST_H_ #define _DOUBLE_LIST_H_ struct double_list { int val; struct double_list *prev; struct double_list *next; }; int add_node(struct double_list** head, int val); int remove_node(struct double_list** head, struct double_list* node); int remove_node_by_val(struct double_list** head, in...
[ "laitianli@tom.com" ]
laitianli@tom.com
081b19efe974b15251719313a38ff9eeb0db0fbe
541888d59d2fe71c49ff8edaffa9932d291f4855
/LWMVVMDemo/Pods/Headers/Private/VZInspector/VZInspectorDeviceView.h
724e4d1b1ad2c5455af7c0470aafa961a2cffad7
[ "MIT" ]
permissive
leeeGreat/LW_MVVM-RAC
32501cbfe6ea46b37c120838a4f2504ea6919cfe
542eff262892ff3264767c06beb10f179704b0d9
refs/heads/master
2020-05-25T08:42:45.923956
2017-03-22T08:54:11
2017-03-22T08:54:11
84,800,911
0
0
null
null
null
null
UTF-8
C
false
false
63
h
../../../VZInspector/VZInspector/device/VZInspectorDeviceView.h
[ "xinglw@qianbaoeco.com" ]
xinglw@qianbaoeco.com
b075ed97ca52f12cd61325434894e596bad2b38c
42efb570096064153fc4576023f4e8d995711686
/tags/0.64.0.2/kitty.h
94a0767713be8b49bab9331e7cbb12fb87360e32
[ "MIT" ]
permissive
svn2github/kitty
b84e8e086cecf8a9e7a7db9430b21f02fe51b1e8
4aeb23c85bd46b12160218144e550c5b73145ad7
refs/heads/master
2021-01-17T04:11:10.926943
2019-01-10T22:03:53
2019-01-10T22:03:53
50,984,301
2
1
null
null
null
null
ISO-8859-1
C
false
false
16,406
h
#ifndef KITTY_H #define KITTY_H #include <math.h> #include <sys/types.h> #include <process.h> #include <time.h> // Handle sur la fenetre principale extern HWND MainHwnd ; /***************************************************** ** DEFINITION DES VARIABLES STATIQUE DE kitty.c ** ET DE LEUR FONCTIONS D'AC...
[ "guest@fc775d32-b62a-484d-ad2e-5dc0bf04650a" ]
guest@fc775d32-b62a-484d-ad2e-5dc0bf04650a
83131a3ea0430480f2ba1c3740c775ec3cfddf69
3108172f8c0ab600d8adef27d3324fc943326d99
/limbaje formale/lab 3/program_2.c
1505368980818f38923a6b0775a99a0189834c32
[]
no_license
LeVoMihalcea/UBB-Third-Year
847222b3d8e0d3375031dfb30883fdcbf3aff8ad
93379f1605e9ac3839e37921dd24def1ed36fc55
refs/heads/main
2023-04-21T19:01:29.766175
2021-05-06T08:29:03
2021-05-06T08:29:03
301,684,316
0
0
null
null
null
null
UTF-8
C
false
false
321
c
start(): Integer { Integer i, n; Boolean is_prime = true; read(n); if (n == 0 || n == 1) { is_prime = false; } else { for (i=2; i <= n/2; i++) { if (n % i == 0) { is_prime = false; break; } } } if (is_prime){ print("prime number"); } else{ print("not a prime number"); } return 0; ...
[ "leomihalcea@gmail.com" ]
leomihalcea@gmail.com
5e866335e3706ba2253decc59229c19e7c0283ac
6fa6be3e7dcb10d020209f7a73de393a1f24bd45
/linux-3.4/drivers/isdn/i4l/isdn_x25iface.h
0b26e3b336e7cce117d1db52abd9a45999077a19
[ "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
okshall/v3s-linux-sdk
f9eb73a1e271ebf02320f98befabccdb6c462944
776196306198f14ec6f10c316950a81b7e417886
refs/heads/master
2021-07-07T11:44:34.667911
2021-01-22T04:43:38
2021-01-22T04:43:38
225,315,340
1
0
Apache-2.0
2019-12-02T07:46:23
2019-12-02T07:46:22
null
UTF-8
C
false
false
828
h
/* $Id: isdn_x25iface.h,v 1.1.2.2 2004/01/12 22:37:19 keil Exp $ * * header for Linux ISDN subsystem, x.25 related functions * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * */ #ifndef _LINUX_ISDN_X25IFACE_H #define _LI...
[ "yeashenlee@163.com" ]
yeashenlee@163.com
14dcb276783476d318cc0da37d8ec57b6a49b681
61ecbc5d029c9527c581418528914050064ddd67
/1.Blinky/Src/main.c
07995e64c7cc57c213534b0505ec9a02bb11e3c4
[ "Apache-2.0" ]
permissive
kirandawadi11/STM32F7
a6aa1370af2bb26b5ccfe46cb01283a5ad71f5f5
d21b610ac425eb2ab6653f5685200e2def389a30
refs/heads/master
2020-03-30T12:46:13.383460
2018-10-02T11:15:03
2018-10-02T11:15:03
151,239,388
0
0
null
null
null
null
UTF-8
C
false
false
2,440
c
#include "main.h" #include "stm32f7xx_hal.h" void SystemClock_Config(void); void GPIO_Init(void); int main(void) { HAL_Init(); SystemClock_Config(); GPIO_Init(); while (1) { HAL_GPIO_TogglePin(GPIOB,GPIO_PIN_8); HAL_Delay(200); HAL_GPIO_TogglePin(GPIOI,GPIO_PIN_1); HAL_Delay(200); ...
[ "073bex416.kiran@pcampus.edu.np" ]
073bex416.kiran@pcampus.edu.np
817935ee3b769b9e37c3aa570119ee57fd3a2852
bf7de51feafa43db6b94d95266cf88a7fbb58387
/Summary/libs/pdftron/C/FDF/TRN_FDFDoc.h
0ff21f3cb87208daca453e612d91713ef3d2b33f
[]
no_license
Napomosh/SummaryWork
39b7521d28a9008fe222e724e8ed114b6060beb3
e26b4e0797dd6039292b86fbfb2f0cd0878c177b
refs/heads/master
2023-05-14T14:12:57.414048
2021-06-07T23:38:20
2021-06-07T23:38:20
341,829,260
0
0
null
null
null
null
UTF-8
C
false
false
2,757
h
//--------------------------------------------------------------------------------------- // Copyright (c) 2001-2020 by PDFTron Systems Inc. All Rights Reserved. // Consult legal.txt regarding legal and license information. //--------------------------------------------------------------------------------------- #ifnde...
[ "sashulik999@gmail.com" ]
sashulik999@gmail.com
b7116c14f945f6933bab4a3d0e84f52823988f8f
07650866f7e13ea56fd550272031a3aac5e33cef
/ChipTest/arduino-SI01-master/src/SI01_CONFIG.h
bab3900073de3c04a873441e4c86b5f7c19598c8
[ "MIT" ]
permissive
paulieb3/SpacecraftDesignBischoff
689a6fc7d28d9a7bdc4c5d00f800eecf6164eda9
cda95fcedf48c4ab0fe9d2ff56d51bef8f224e5d
refs/heads/main
2023-04-12T08:14:59.151024
2021-04-21T04:35:06
2021-04-21T04:35:06
331,450,924
1
0
null
null
null
null
UTF-8
C
false
false
1,300
h
/* This is a library for the SI01 3D Accelerometer, 3D gyroscope, 3D magnetometer The board uses I2C for communication. The board communicates with two I2C devices: * LSM9DS1 Data Sheets: LSM9DS1 - http://www.st.com/content/ccc/resource/technical/document/datasheet/1e/3f/2a/d6/25/eb/48/46/DM00103319.pd...
[ "77513466+paulieb3@users.noreply.github.com" ]
77513466+paulieb3@users.noreply.github.com
83ce137dfa1a0dd41fa9cda667ebce23f97df558
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/ethernet/atheros/atlx/extr_atl2.c_atl2_read_phy_reg.c
692dec5bc5199fe61c42fae3f4899336b306ac24
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,581
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
54320aa175432cc07dd9c6f133e26608769a1de4
4d5d44ace7393d21dfbdf7fa4e29743af09888f8
/samples/littlevgl/vgl-native-ui-app/lv-drivers/indev/mouse.h
6e7c88e6343b5125009d63c048b737a011a89e51
[ "MIT", "Apache-2.0" ]
permissive
oubotong/wasm-micro-runtime
c1f1160934735790454d562255ae437e41a04281
dbdd1949316f0eed58e2dfcca3f080fa30897ce7
refs/heads/master
2020-08-22T22:26:45.474968
2019-10-21T08:34:07
2019-10-21T08:34:07
216,488,491
1
0
Apache-2.0
2019-10-21T08:34:10
2019-10-21T05:57:05
null
UTF-8
C
false
false
1,215
h
/** * @file mouse.h * */ #ifndef MOUSE_H #define MOUSE_H #ifdef __cplusplus extern "C" { #endif /********************* * INCLUDES *********************/ #ifdef LV_CONF_INCLUDE_SIMPLE //#include "lv_drv_conf.h" #else #include "../../lv_drv_conf.h" #endif #if USE_MOUSE #include <stdint.h> #include <stdbool...
[ "wenyong.huang@intel.com" ]
wenyong.huang@intel.com
f9492cc19a85133f5954d46a2de5ece2454e8835
5c255f911786e984286b1f7a4e6091a68419d049
/code/cb8203ab-f00f-4710-8273-9b34962c3a26.c
fbc1e4b5e443ff37eba5b227912f3fcbb939f60a
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
265
c
#include <stdio.h> int main() { int i=0; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l/j; l = l/j; l = l%j; l = l-j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
b9966ae71204bd4684e161171ab264e5b0810c03
5813789e210612742c7a6cb1c689651b107fcf38
/script_rel/cv_cc_abi_03.c
8fc3aebca830787732535a84b5aacca869290b44
[]
no_license
Jill0/rdr3-decompiled-scripts.1232
e77b325be4761c0517fbb1b103f101abca30aa76
023e299cb6050ce07b5aad4147df58e304c0450f
refs/heads/master
2020-12-09T08:59:36.862443
2019-12-16T20:28:33
2019-12-16T20:28:33
null
0
0
null
null
null
null
UTF-8
C
false
false
368,770
c
#region Local Var var uLocal_0 = 0; var uLocal_1 = 0; var uLocal_2 = 0; var uLocal_3 = 0; var uLocal_4 = 0; var uLocal_5 = 0; var uLocal_6 = 0; float fLocal_7 = 0f; float fLocal_8 = 0f; var uLocal_9 = 0; var uLocal_10 = 0; var uLocal_11 = 0; var uLocal_12 = 0; var uLocal_13 = 0; int iLocal_14 = 0; int i...
[ "37632412+gottfriedleibniz@users.noreply.github.com" ]
37632412+gottfriedleibniz@users.noreply.github.com
9df7aedae5187369ab79f71ed78143b7293a172a
d2fe094a969ff4359db769f50fdb01b33b41bfd7
/PROJECTS/projectGSS1/main.h
49c62caa49b758b25c62fe80220c0817a3d47f75
[]
no_license
dohoangtu/gss-g1
d6f86009b0c00b0cf4a9553ab83c3b1233ede718
18afab2757a77f22218b387709f35b09900eb8c9
refs/heads/master
2016-09-10T19:20:47.326032
2013-04-27T09:30:31
2013-04-27T09:30:31
null
0
0
null
null
null
null
UTF-8
C
false
false
5,302
h
/** ****************************************************************************** * @file DMA/FLASH_RAM/main.h * @author MCD Application Team * @version V1.0.1 * @date 13-April-2012 * @brief Header for main.c module ****************************************************************************** ...
[ "dohoangtu90@gmail.com" ]
dohoangtu90@gmail.com
78c3ebea42afd5fe9978bb6040480e9d14574171
d6e56bcb96234139273dc8ec2c6e0fae03f79962
/APIModules/QTSSRefMovieModule/QTSSRefMovieModule.h
738f5a71275c25fb146ec4529f300375a27fe26f
[]
no_license
yeung908/edss
ffc6c26a16fd79ebd111498cd2d6fc56963dc930
d93df2a3fb827c561d066af7278ce689d1b105c6
refs/heads/master
2020-03-17T20:52:31.247468
2017-08-12T23:06:14
2017-08-12T23:24:48
133,932,467
0
1
null
null
null
null
UTF-8
C
false
false
1,314
h
/* * * @APPLE_LICENSE_HEADER_START@ * * Copyright (c) 1999-2008 Apple Inc. All Rights Reserved. * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in ...
[ "ywhjames@hotmail.com" ]
ywhjames@hotmail.com
52a04167544761cadb0ffad63f89c9f820202214
d40611be398372c1995e2eb3f7428bc9ec07f8aa
/C++/primer/strop/replace.c
364f1cbb8803cea66084218f87a5548d79f33bbc
[]
no_license
ShaolinDeng/use
fea63c2b9f151a9a3a9ca414956eae87b62cc2e9
389d421ba56c51482b579f23381072f020a565ac
refs/heads/master
2021-01-13T02:19:20.741440
2014-07-11T10:26:55
2014-07-11T10:26:55
669,271
0
0
null
null
null
null
UTF-8
C
false
false
837
c
#include <iostream> #include <string.h> #include <stdio.h> using namespace std; char* replace(const char*str,const char* sub1,const char* sub2,char*output) { char* pOutput=NULL; const char* pStr=NULL; int lenSub1=strlen(sub1); int lenSub2=strlen(sub2); pOutput=output; pStr=str; while(*pStr!=0) { pStr=strstr...
[ "shaolin.deng@technicolor.com" ]
shaolin.deng@technicolor.com
c0562a001b65c64f02d005e70903afdc5329bdf5
3567309d3f25020ec7a0d59e0ef55da7be113085
/d/wastelands/w/critical/forest/forest_2087.c
1a5c1eab34369d79578d03e1743382a113b2f319
[]
no_license
flyingstupid/gbapoclib
64ec8b3828201d7eb158b5371164765d1b65ce93
dea2a4be3399509c7df44d33b2a307db3821017d
refs/heads/master
2021-04-27T08:02:48.717277
2018-02-23T17:04:11
2018-02-23T17:04:11
122,640,255
0
0
null
null
null
null
UTF-8
C
false
false
737
c
/** * Area Maker room for forest area */ #include <mudlib.h> inherit ROOM; #include "base/autogenroom.h" void reset(status arg) { if (arg) return; set_weather( 1, 0, 0 ); set_short( get_short_by_id(2087) ); set_long( get_long_by_id(2087) ); set_exits(({ AREA_PATH + "forest_2036.c", ...
[ "ray.lukes@gmail.com" ]
ray.lukes@gmail.com
3ce6f283f81b3a4ac0e65a1f589d2654d260a5d4
b15c945203ed14b9a3e5e2750970e7e42c14d909
/Programas em C/press+úonovo.c
2e026dd3bad8845a639caa4ee7b2e2302207b5dc
[ "MIT" ]
permissive
noemiacintia/ProgramandoEmC
36ba420837301e4abf54c37de86662356bd2bb6d
8f443f303ccdb7e1a53caa7e686f56d35551bf5a
refs/heads/main
2023-06-18T12:26:00.607772
2021-07-14T23:54:38
2021-07-14T23:54:38
385,726,067
1
1
null
null
null
null
ISO-8859-1
C
false
false
629
c
#include <stdio.h> #include <locale.h> int main (){ int sistolica, diastolica; setlocale(LC_ALL, ""); printf("\no programa informa se a pressão é ou não ideal, por meio do comando ternário,\n" "para um experimento:\n"); printf("\ninforme a pressão arterial sistólica:\n"); scanf("%d", ...
[ "noemia.silva@ee.ufcg.edu.br" ]
noemia.silva@ee.ufcg.edu.br
68c4d3e19a5da914af04767afc938bfa8efdacf7
16387a9f6a3bebd13ff1008510f06e6d6d3e631d
/release_number/01.10.00/include/xmlrpc-c/base.h
043a9b7dd285d65bc20a13a4b497885259f65354
[]
no_license
joelnb/xmlrpc-c
2f54d5b417f8567863fd0778cb858c77fd94237c
742687b2d131fed7a2901d9b4981a9944017c80f
refs/heads/master
2022-09-25T22:28:19.886435
2022-08-22T18:39:39
2022-08-22T18:39:39
125,525,941
1
0
null
null
null
null
UTF-8
C
false
false
24,113
h
/* Copyright and license information is at the end of the file */ #ifndef XMLRPC_H_INCLUDED #define XMLRPC_H_INCLUDED #include <stddef.h> #include <stdarg.h> #include <time.h> #include <xmlrpc-c/util.h> #include <xmlrpc-c/config.h> /* Defines XMLRPC_HAVE_WCHAR */ #if XMLRPC_HAVE_WCHAR #include <wchar.h> #endif #if...
[ "(no author)@98333e67-4a24-44d7-a75c-e53540dd3050" ]
(no author)@98333e67-4a24-44d7-a75c-e53540dd3050
8469cd1916cace74eccd4f83ab0845ea76b5c8b4
a3055c74955449067334cb56b96e91a36a2ec6dc
/d/murong/xiaojing4.c
add3d17af925691f24cd442345b132bd625e2ad0
[]
no_license
flyinglb/jyqx
32dfac5b15b373919ae32688c0d1119bcb4592ff
1a6f8e002a206b05a5ba90554893f1b78dc91bb4
refs/heads/master
2020-09-26T18:18:33.949628
2019-12-06T11:47:47
2019-12-06T11:47:47
226,309,372
5
2
null
null
null
null
GB18030
C
false
false
743
c
// /u/beyond/mr/xiaojing4.c //this is made by beyond // update 1997.6.20 #include <ansi.h> #include <room.h> inherit ROOM; void create() { set("short",GRN"小径"NOR); set ("long",@long 一条曲曲折折用鹅卵石铺成的小径, 路两旁绿柳成阴, 一处处山石花木 点缀在其中。前面就是小厅了,一位美丽的少女站在厅前,你被她的容貌所 吸引,如果不是亲眼所见,不可想象世上还有这等如此美貌的少女。 long); set("outdoors","mr"); /...
[ "flyinglb@qq.com" ]
flyinglb@qq.com
bad82674e84ad095eeb69849417e2a05ac10ebf7
c7d0fcecf21fb317ddea4e8f57f15c63c8e989b3
/src/sampling.h
f474ef61225533b5ef2e523bfb3ec85e68296ffb
[]
no_license
QuanliWang/BAS
09cb374b64f02c25163234fa4ec0b5900eb8c15b
a865c237040ad675d7649429770c7b1cf31e736d
refs/heads/master
2020-05-31T15:05:13.816093
2015-08-24T00:00:18
2015-08-24T00:00:18
20,529,828
2
0
null
2015-08-24T00:00:19
2014-06-05T15:11:22
C
UTF-8
C
false
false
6,451
h
#include <stdio.h> #include <stdlib.h> #include "mconf.h" #include <math.h> #include <string.h> #include <float.h> #include <R.h> #include <Rmath.h> #include <Rdefines.h> #include <R_ext/Rdynload.h> #include <R_ext/BLAS.h> #include <R_ext/Lapack.h> #include <R_ext/Linpack.h> /* Defines. */ #define TRUE 1 #define FA...
[ "quanli.wang@duke.edu" ]
quanli.wang@duke.edu
dd37bdf2a77b4e01209d8d5baa930bc46f569099
a31e7bc8918eefe6477cb154c3731002edad9fa9
/cfa779.c
d9161052f1e689e678b863d03f93af5cacfabca7
[]
no_license
sarg/cfa779
eaae9320efbc218437a0d3d76a6b8d6c4e501a56
ba0eca451e5eca438dbd536aabb9c8619f675490
refs/heads/master
2021-06-08T02:03:50.535508
2010-11-04T10:58:14
2010-11-04T10:58:14
897,030
1
1
null
2020-12-05T06:21:16
2010-09-08T20:00:08
C
UTF-8
C
false
false
22,223
c
/* cfa779.c - CrystalFontz CFA-779 i2c LCD driver Copyright (C) 2004-07 HexView <max@hexview.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License,...
[ "sarg@sarg.org.ru" ]
sarg@sarg.org.ru
c986e97d09fcb4cce97592fb4e700e7e989b0b69
cc6c16faf631700f38b3c21afbfa6edcafc1a0f0
/ds2_Lists/6.c
b4884c48e236b1263942c938112b1cae78e296af
[]
no_license
ashish3805/programming_practice
ed489ccb0d87cef7036e7462404d0412140b39af
1b9ec45c920d8b0a6063e10687d688a4dcce6bf1
refs/heads/master
2021-01-20T13:03:45.993424
2020-08-16T09:09:06
2020-08-16T09:09:06
90,438,967
1
0
null
null
null
null
UTF-8
C
false
false
1,199
c
/*Q.6 Write a program to print elements of a singly linked list in reverse.*/ #include<stdio.h> #include<malloc.h> #include<stddef.h> #include<stdlib.h> #define TRUE 1 typedef struct node node; struct node { int val; struct node *next; }*start = NULL, *tmp; void display() { tmp = start; printf("\n"); if (tmp != ...
[ "ashish_3805@hotmail.com" ]
ashish_3805@hotmail.com
342e7d10cae352e9c75a5edb1b4f4b132f37fea5
85a57bf1f31162b295da2550def4c6c6c493b2c8
/senior_task1.c
3e8d487eaa957c24680298a8a74e29207e5e29b7
[]
no_license
codingforf00d/learning
b8c02d5c27b54eaa869dd97887361c7024baf5d5
541ee9fae71cf34517c0ea12ff911938301af2ef
refs/heads/master
2023-04-05T11:45:42.834887
2021-04-27T14:11:15
2021-04-27T14:11:15
347,665,678
0
1
null
null
null
null
UTF-8
C
false
false
349
c
// Напишите программу, которая выводила бы числа от 1 до, скажем, миллиарда, // при том если число кратно трем, то вместо числа выводится Fizz, // если кратно пяти, то Buzz, а если и трем, и пяти, то FizzBuzz.
[ "jsnowman228@gmailcom" ]
jsnowman228@gmailcom
4d62196301dea4555d744ea287aa12b470ba7f79
fc9987b603be2e9541c087d9436b16cb6173128b
/components/ble/ble-profiles/sources/services/svc_gyro.h
c9d7d50fb9d0b9a199f84efa473b637f35b7bee3
[]
no_license
forzalife/zephyr-kit
1da829b24db3af79696ed7a51a6983585beea225
f6e8ac984593c95054452276e9e8b99e20594bd7
refs/heads/master
2023-08-21T23:26:54.336463
2020-11-28T10:52:27
2020-11-28T10:52:27
null
0
0
null
null
null
null
UTF-8
C
false
false
5,750
h
/*************************************************************************************************/ /*! * \file * * \brief Example gyroscope sensor service implementation. * * Copyright (c) 2015-2018 Arm Ltd. * * Copyright (c) 2019 Packetcraft, Inc. * * Licensed under the Apache License, Version...
[ "tao.wang@ck-telecom.com" ]
tao.wang@ck-telecom.com
30dbb79940be963222ce8693be9fae9a1c3ef0c4
57ef0c34264028ae91fac4c6533a5c2a274958a6
/UWB_BLE_nrf52832/components/iot/coap/coap_resource.h
a843ad1187e7f1bf954fcd8e80d5dd403c0fcae5
[]
no_license
WOWkiddo/ble_uwb_code
cc68eb5e4fe3681e79d27598a7ae07dd76378ebc
1f9b37f4ae8c20631922738eeb05cc26048b9093
refs/heads/master
2022-11-18T20:11:32.278661
2020-07-08T02:52:39
2020-07-08T02:54:41
null
0
0
null
null
null
null
UTF-8
C
false
false
4,622
h
/** Copyright (c) 2014 - 2018, Nordic Semiconductor ASA All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, thi...
[ "donghan@kingfar.net" ]
donghan@kingfar.net
26a221af16576d314aa5828df8b5d5559b8b4c08
6d55d4bbbf18c0c21a88954348ed531b386ebe04
/nt/private/ntos/dd/serial/serlog.h
eb4ad7709c378e3e77306b69a6d3ac21743b3b9b
[]
no_license
ataceyhun/old-src
85db5fe140311d2def3ef3c361c8285dc218cd1c
98bd914d250dd72a85e351da1ec3aa88433aac35
refs/heads/master
2021-01-09T06:26:17.986788
2016-12-01T15:55:47
2016-12-01T15:55:47
80,987,707
5
6
null
2017-02-05T11:14:08
2017-02-05T11:14:08
null
UTF-8
C
false
false
10,278
h
/*++ BUILD Version: 0001 // Increment this if a change has global effects Copyright (c) 1992, 1993 Microsoft Corporation Module Name: ntiologc.h Abstract: Constant definitions for the I/O error code log values. Author: Tony Ercolano (Tonye) 12-23-1992 Revision History: --*/ #ifndef _SERLOG_ #d...
[ "root@stephanos.io" ]
root@stephanos.io
1f2138ca90c86384625ec4873b39ac03a9c0f621
968447bedbea5842c2d0f62ff47c0bd4c2258012
/demos/demo1/gumball-xcode/GumballMachineV2/GumballMachineV2/gumball.c
b8c45279b102804c8ee18e4dd9daf541b18b639c
[]
no_license
paulnguyen/cmpe202
5c3fe070515e4664385ca8fde5d97564f35557e4
153b243e888f083733a180c571e0290ec49a67dd
refs/heads/master
2022-12-14T13:14:04.001730
2022-11-12T21:56:09
2022-11-12T21:56:09
10,661,668
53
441
null
2022-12-06T19:25:07
2013-06-13T08:09:27
Java
UTF-8
C
false
false
773
c
#include <stdio.h> #include "gumball.h" void init_gumball( GUMBALL *ptr, int size ) { ptr->num_gumballs = size ; ptr->has_quarter = 0 ; } void turn_crank( GUMBALL *ptr ) { if ( ptr->has_quarter ) { if ( ptr->num_gumballs > 0 ) { ptr->num_gumballs-- ; ptr->has_quarter = 0 ; printf( "Thanks for your ...
[ "paul.nguyen@sjsu.edu" ]
paul.nguyen@sjsu.edu
b8280fd8f3a2e42bb1f34917a8c0eb5fdbca8ff2
b83fff483cc35705a226447879468bfa61fcb8c2
/Hello_world/main.c
defcfc63f65897f6b7196d05ac88534d652da5cc
[ "MIT" ]
permissive
StEvUgnIn/C
76dc07a720938e558ea2ba8abe40b2cec45bd2e5
e7035965cc18859429f4058b02c712619883c522
refs/heads/main
2023-02-18T01:58:06.478288
2021-01-17T15:24:25
2021-01-17T15:24:25
330,384,575
0
0
null
null
null
null
UTF-8
C
false
false
190
c
#include <stdio.h> #include <stdlib.h> #include "hello.h" #include "world.h" int main(void) { printHello(); printf(", "); printWorld(); puts("!"); exit(EXIT_SUCCESS); }
[ "steve.huguenin-elie@he-arc.ch" ]
steve.huguenin-elie@he-arc.ch
abd5e2c4d2e3754c48df814ada4cdeb00a2a3d3d
775ade37adda0c99a9120ec9da7a5210b9d7e526
/lab4/y.tab.c
c6528198b8d8c1f0e793c55cf1d00388b6994f48
[]
no_license
igorbragaia/CES-41
6ce0dee029795f803aa2d1c5ceb0fb01fec6e50d
0334bbb326a834efb2c4b8da2db28787693180bd
refs/heads/master
2020-04-26T20:47:26.490521
2019-07-15T12:04:06
2019-07-15T12:04:06
173,821,628
0
0
null
null
null
null
UTF-8
C
false
false
84,262
c
/* A Bison parser, made by GNU Bison 3.0.4. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by...
[ "igor.bragaia@gmail.com" ]
igor.bragaia@gmail.com
770af089905c4050b76f1a68e7fc067ac17ee524
e462488d9ec937f2c4172e64f2b1023a853c01a2
/middleware/video/src/queue_buf.h
97f5c874a649ce72edcd7036d7c305b246783668
[]
no_license
levurusov/HS005
97f2fc074322c1775866061e15317228be175cb5
c30f178099703837a7a8560e1134310a9a2989f7
refs/heads/main
2023-02-10T09:43:48.380396
2021-01-06T16:07:29
2021-01-06T16:07:29
null
0
0
null
null
null
null
UTF-8
C
false
false
2,062
h
#ifndef _QUEUE_BUF_H_ #define _QUEUE_BUG_H_ /* 7 |----| - tail 6 |----| 5 |----| 4 |----| 3 |----| 2 |----| 1 |----| - head */ #define QUEUE_ERR_BASE (-100) #define QUEUE_ITEM_ENOUGH_ERR (QUEUE_ERR_BASE - 1) #define QUEUE_ITEM_EMPTY_ERR (QUEUE_ERR_BASE - 2) #define QUEUE_ITEM_MEM_NOT_ENO...
[ "976424706@qq.com" ]
976424706@qq.com
72bbd3a0784fe8d52aadafe4c6c7a4f3c7ceff05
f996f38991ece15cd6512dc6d4cbb211b5c190f5
/build/flexcat/createcat.h
094a2132190816275586c2a949122aa64970e9ac
[ "LicenseRef-scancode-free-unknown", "BSD-2-Clause", "GPL-2.0-only" ]
permissive
polluks/amath
93b678ce1d6bfa74d395fbce070e9919a889f7f2
12da4bbd29117c78f884b33efcbff0d2ab1fc3e7
refs/heads/master
2020-03-25T22:00:02.088381
2018-08-09T20:28:54
2018-08-09T20:28:54
144,200,257
0
0
BSD-2-Clause
2018-08-09T20:25:56
2018-08-09T20:25:56
null
UTF-8
C
false
false
1,082
h
/* * $Id$ * * Copyright (C) 1993-1999 by Jochen Wiedmann and Marcin Orlowski * Copyright (C) 2002-2015 FlexCat Open Source Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either v...
[ "cs@innolan.net" ]
cs@innolan.net
772b1c4d541b9045d7e5181704607070a693e323
69c241081d85aef145ebcc893cc63f8ef916cb16
/tools/mpack-1.6/macfile.c
94229756290701358b9a4764633eae20ec46abdf
[ "MIT", "HPND-sell-variant" ]
permissive
darwinproject/darwin3
3556bae3f4797be2bac41e7842f4d567c8616601
39d56694997b1ac231b3669bdf6f1d84d5318601
refs/heads/darwin
2023-08-09T01:53:57.056025
2023-08-02T15:01:55
2023-08-02T15:01:55
251,341,621
14
13
MIT
2023-01-04T14:13:21
2020-03-30T15:08:18
Fortran
UTF-8
C
false
false
11,034
c
/* macfile.c -- simple applesingle/appledouble encoding/decoding routines */ /* (C) Copyright 1995 by Carnegie Mellon University * All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without * fee, provided that the...
[ "ed@eh3.com" ]
ed@eh3.com
4494153ca625a69ae850343187329afda9e991c4
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/work/kernel/linux-3.0.8/drivers/ide/ide-sysfs.c
4a9b05a73b183116f71ed8d3da702a208afedd3d
[]
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
1,081
c
char *ide_media_string(ide_drive_t *drive) static ssize_t media_show(struct device *dev, struct device_attribute *attr, char *buf) static ssize_t drivename_show(struct device *dev, struct device_attribute *attr, char *buf) static ssize_t modalias_show(struct device *dev, struct device_attribute *attr, char *buf) static...
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
e749b327fb105771dd511cd19be2b3b35c755f47
7849c3d7e4d19aa70380c54920659b67ed01d2e6
/code/include/core/orxConfig.h
19ece89c4c0495fe376ab13ca4e370ea210322ed
[ "Zlib" ]
permissive
sausagejohnson/orx
a717fade1180226f41db2e6eca20782b67e2be0d
d64131588bb40bb83de645eeb6dd20667ae4c497
refs/heads/master
2023-09-01T21:48:22.001977
2023-07-10T01:13:52
2023-07-10T01:13:52
112,289,501
0
0
null
2017-11-28T05:20:11
2017-11-28T05:20:11
null
UTF-8
C
false
false
23,486
h
/* Orx - Portable Game Engine * * Copyright (c) 2008-2022 Orx-Project * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this sof...
[ "iarwain@orx-project.org" ]
iarwain@orx-project.org
d083be13e297bb6a8e33aa6bf61cdcb434e0915b
66bdc0599109f1f8ac18a38c698a212c69df6e22
/nestor/mallocejer3.c
5d2a18084c980234dfa423164bec741b66b4c162
[]
no_license
susoooo/IFCT06092019IS
89d4f5bbb52b73a93be9d86bede39e69ef8914fc
cad627edea0a5cc87d20cbf30dcde35969cb2ff2
refs/heads/master
2020-11-25T12:54:15.763808
2020-08-11T15:54:16
2020-08-11T15:54:16
228,667,820
0
3
null
null
null
null
UTF-8
C
false
false
709
c
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> int main() { int contador; int contador2; int n; double * memoria01; contador =0; contador2=0; printf("¿Cuantos numeros enteros desea introducir? = "); scanf("%d",&n); printf("\nHemos reservado espacio en memoria para %d numeros\n\n",n); mem...
[ "restirui@gmail.com" ]
restirui@gmail.com
3f09c529811d3eae26c7e93a87a76400a0236b63
43b8a63f700202931ad514f8915e03860ff87ed6
/TP/GL/Sources/Exo07/bouclage.c
6edca56e0477c5df2986839c67bd079145b2531e
[]
no_license
supervermiceau/Pimp
fbd6e6115139e9edd4da8acb0828dace878429eb
02bdaa31e9470748204bed99c948cd5bec2c472d
refs/heads/master
2021-01-21T13:14:18.585721
2016-04-18T16:00:35
2016-04-18T16:04:53
52,391,177
0
0
null
null
null
null
UTF-8
C
false
false
256
c
#include <stdio.h> #include <stdlib.h> #include <math.h> int main() { int i; int j = 32; for(i=0; i<10;i++) { j = (j-i)*(j+i) + i + 1; if (((j>27)&&(i<3))||((i>4)&&(i==j)&&(j<32))) fprintf(stderr,"%d\t",j); } return 0; }
[ "supervermiceau@hotmail.com" ]
supervermiceau@hotmail.com
02940bf8b3b0daf80e0a83ca81359081cbe4f856
cda0bd06428953385895ad2e6b0eff2b07f68ad4
/xdctools/xdctools_3_20_06_81/packages/host/platforms/SUN/package/package_host.platforms.SUN.c
6fe3a13fb4e59e7cf941cdb95a6a1b37a247f345
[]
no_license
venkatarajasekhar/toolchain
b1b4738cc536defe292aab1b50e59bbee5494f4f
96f4f4fbd68ba98a35d10ace0b1ac140cfe31e30
refs/heads/master
2020-06-29T09:24:38.211103
2013-10-28T20:17:17
2013-10-28T20:17:17
null
0
0
null
null
null
null
UTF-8
C
false
false
463
c
/* * Do not modify this file; it is automatically * generated and any modifications will be overwritten. * * @(#) xdc-v53 */ #include <xdc/std.h> __FAR__ char host_platforms_SUN__dummy__; #define __xdc_PKGVERS 1, 0, 0, 1 #define __xdc_PKGNAME host.platforms.SUN #define __xdc_PKGPREFIX host_platforms_SUN_ #i...
[ "marjan0609@yahoo.com" ]
marjan0609@yahoo.com
a3599a2dd314b49d51a88ad860dafa10d2041025
753d5cba0bc5bd04cae15ac4c0a19d0213abfb75
/platform/Device/SiliconLabs/EFR32FG1P/Include/efr32fg1p131f256gm48.h
8fdf5a348b5ad1e89c763f7388c3c1fd8361e053
[]
no_license
rakmo15/Gecko_SDK
b2beb1589756bd8bc7ec31a45ac3811f1a096939
be4ab938e0efe614d633b3ba473556c2499b259a
refs/heads/master
2021-01-21T17:23:15.133761
2017-01-06T23:27:06
2017-01-06T23:27:06
null
0
0
null
null
null
null
UTF-8
C
false
false
23,877
h
/**************************************************************************//** * @file efr32fg1p131f256gm48.h * @brief CMSIS Cortex-M Peripheral Access Layer Header File * for EFR32FG1P131F256GM48 * @version 5.0.0 ****************************************************************************** * @sect...
[ "Tabitha.Parker@silabs.com" ]
Tabitha.Parker@silabs.com
bb5073207fd6ee7e66ab69ecafb47038191b41f9
e24b5ced08861a6219020e86d46a522d5a7c5ae5
/sample-native-unity-apps/ios/UnityComponent/Classes/Native/UnityEngine_UnityEngine_WaitForEndOfFrameMethodDeclarations.h
642975416bbdb87d2cb17da0f99ca2714dc0c583
[]
no_license
AndreaMelle/UnityNativeIntegrationScoping
10579125b088c867e1549c5732a458ced73af41c
6b551828520bb178ff19a99398a678f3789386f2
refs/heads/master
2021-01-13T00:52:13.151928
2015-10-28T17:09:59
2015-10-28T17:09:59
44,184,426
1
0
null
null
null
null
UTF-8
C
false
false
462
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // UnityEngine.WaitForEndOfFrame struct WaitForEndOfFrame_t472; #include "codegen/il2cpp-codegen.h" // System.Void UnityEngine.WaitForEndOfF...
[ "andreamelle@Andreas-MacBook-Pro.local" ]
andreamelle@Andreas-MacBook-Pro.local
c66406eca06b36bbc671e0bd85153173cda337df
83b1e1d225d5709efc309937c01e737d5d949cc5
/cpiscine01/ex02/ft_swap.c
f302538fad33e0e18d513372f0e855b117f4e905
[]
no_license
gfezzuog/42Piscine
b3eb715b8900f6f5eb8f494049fa2af42bcea7e0
8b48e915b6d5821ccc3e4502f8c568414ad404d9
refs/heads/master
2023-08-24T01:33:33.043025
2021-10-21T16:02:26
2021-10-21T16:02:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,003
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_swap.c :+: :+: :+...
[ "nanaki1307@gmail.com" ]
nanaki1307@gmail.com
e6aaadc36ee9bfbb08fe9c129dd3b1ece7b07799
4eb3d152e4a966a6c8d05897f0a852098aea07d3
/project1/include/common/memory.h
a836003e60457732fb260010fad1f4d8b52405c9
[]
no_license
shivam3k/PES_5013
a4b27c58ff5c3731fa9b9523823c0a13158c3368
72527686651ba444ce96dcc94701c8bff46ebc97
refs/heads/master
2021-03-27T18:16:53.024703
2017-12-08T04:44:18
2017-12-08T04:44:18
104,509,645
0
0
null
null
null
null
UTF-8
C
false
false
8,277
h
/*************************************************************************************************** * * @author Preshit Harlikar, Shivam Khandelwal * @file memory.c * @brief This file includes memory manipulation function declarations. * @date October 1, 2017 * * long decription - The memory.h file includes mem...
[ "shkh6158@colorado.edu" ]
shkh6158@colorado.edu
8cbf4d5ed2af7714c70246004df6fca4ebef6068
c27df8ce4903389256023f71fc8004c6caf41d21
/inc/oxc_hal_conf_auto.h
ba9fa6cf4546f7d7df33a026047e4d0ce58a7602
[]
no_license
atu-guda/stm32oxc
be8f584e6978fa40482bbd5df4a23bd6b41329eb
591b43246b8928329642b06bad8b9de6802e62ed
refs/heads/master
2023-09-03T08:42:36.058233
2023-09-02T19:15:15
2023-09-02T19:15:15
34,165,176
5
0
null
null
null
null
UTF-8
C
false
false
7,060
h
#ifndef __OXC_HAL_CONF_AUTO_H #define __OXC_HAL_CONF_AUTO_H // automatic converter from OXC_USE define to HAL_XXX_MODULE_ENABLED #if __has_include("local_hal_conf.h") #include "local_hal_conf.h" #endif #if __has_include("stm32_hal_conf_base.h") #include "stm32_hal_conf_base.h" #elif __has_include("../common/stm3...
[ "atu@nmetau.edu.ua" ]
atu@nmetau.edu.ua
050c3d8e8cf4143e0e5716db02953d30384d0e21
fcfbc8e863238277d987a8b4cfe364daf40ac2be
/complex_numbers_sum.c
e22cd8c411daabe11c206f713e86c3320e5f93b5
[]
no_license
ENG19CS0053-TAMEEM/level-one-bootcamp--Tameem-
cd47b11e724651df84d0f248f67d295b8f9dc4af
5e3f42b46694a2297178c1d042fb44b88adff17a
refs/heads/master
2023-03-26T23:00:46.735554
2021-03-31T17:32:43
2021-03-31T17:32:43
335,850,246
0
0
null
null
null
null
UTF-8
C
false
false
245
c
#include<stdio.h> int main() { int n,a[100],sum=0; printf("Enter the total numbers: "); scanf("%d",&n); for(int i=0;i<n;i++) { printf("Enter a number \n"); scanf("%d",&a[i]); sum=sum+a[i]; } printf("The sum of n numbers is %d",sum); return 0; }
[ "noreply@github.com" ]
ENG19CS0053-TAMEEM.noreply@github.com
ce8f5538ff82dfacbb39c3bf31f717e63896e2b0
7f0e2a87322635dc4355ad7906897d70156ff84d
/examples/Rb_5p_LS.c
f42adea087c620eea9bb104cd93a9123f1a3ad2a
[]
no_license
nakatamaho/dbsr_hf
25da338d7891a70f40b753f6528313a9cad7ff6e
412902dcf589aa9f17f1b6e3bd4e7e3fe2c948e9
refs/heads/master
2023-05-07T12:03:38.879137
2021-06-07T11:54:27
2021-06-07T11:54:27
null
0
0
null
null
null
null
UTF-8
C
false
false
208
c
Core subshells: 1s 2s 2p- 2p 3s 3p- 3p 3d- 3d 4s 4p- 4p Peel subshells: 5p 5p- CSF(s): 5p-( 1) 1/2 1/2- * 5p ( 1) 3/2 3/2- *
[ "jongrumer@gmail.com" ]
jongrumer@gmail.com
6e644ca388b812cfdd204dea9e787cd9441da249
89df8e40c81d51213977dadefbb65252cef056b0
/ass4/include/symtab.h
ee12829572807f54bed22c254e5112f6757f7c44
[]
no_license
emiltayl/tdt4205
67a98435fdb062c8e95d188c1522f6a34f55d012
66aa1fef5c317ec3e3000bef441051f0a702f14c
refs/heads/master
2016-08-04T13:03:26.757039
2013-04-23T21:10:58
2013-04-23T21:10:58
null
0
0
null
null
null
null
UTF-8
C
false
false
521
h
#ifndef SYMTAB_H #define SYMTAB_H #include <stdio.h> #include <stdint.h> #include <string.h> #include "ght_hash_table.h" #define HASH_BUCKETS 8 typedef ght_hash_table_t hash_t; typedef struct { int32_t stack_offset, depth; char *label; } symbol_t; void symtab_init(void); void symtab_finalize(void); int32...
[ "phptph@gmail.com" ]
phptph@gmail.com
9df595d06a2ae54e084d23c57216cc1d79bec70e
537aca04564a0bcd9f168686193d0acbd1dc9418
/TimerInterrupt.h
741ecc834283acbefe53d8eb64748bef3f6c81b7
[]
no_license
miadaaladl123/Task
ad7b853c2a916a5ef588f24bc7f99fa7de3c9864
4028a74a1c9e4a7e821cfcd30eb34fda72b8c870
refs/heads/master
2020-03-21T21:51:27.507766
2018-06-29T21:15:04
2018-06-29T21:15:04
139,088,833
0
0
null
null
null
null
UTF-8
C
false
false
241
h
/* * TimerInterrupt.h * * Created on: Mar 24, 2018 * Author: Dody_PC */ #include "types.h" #ifndef TIMERINTERRUPT_H_ #define TIMERINTERRUPT_H_ void TimerInterruptInit(); void ClearTimerOnCompare(); #endif /* TIMERINTERRUPT_H_ */
[ "Miada.aladl95@gmail.com" ]
Miada.aladl95@gmail.com
fcc390d9bac8438346052b8944de7cc10e401ffc
f88577c50473706173101e7cefa173f7950a0958
/src/AT_RDD.c
ed138fb30d0c18e427b5e7ddfb93355df62fccb0
[]
no_license
robryk/amtrack-old
507a2ed70a03d29229c331cd29d70637c9a5b7f6
abf6c0f0405feb61d8eaa6259da89168593b2317
refs/heads/master
2020-11-26T19:37:27.324907
2012-02-27T21:44:07
2012-02-27T21:44:07
3,565,176
0
0
null
null
null
null
UTF-8
C
false
false
34,408
c
#include "utils.h" /** * @brief Radial Dose Distribution models */ /* * AT_RDD.c * ======== * * Created on: 28.07.2009 * Creator: greilich * * Copyright 2006, 2010 The libamtrack team * * This file is part of the AmTrack program (libamtrack.sourceforge.net). * * AmTrack is free softwa...
[ "robryk@gmail.com" ]
robryk@gmail.com
e1d3bc196fcc14cc9e2d54c23a77e3507a8521b6
263bcf8c5ae94f6a9d778cccb26fec68b5ea8b3a
/framework/include/services/test_service/test_service.h
ec0f67481d0e7840f3cec34473c307a38ccfced4
[]
no_license
Myotest/main
0732f20166b3443cba68c83bc9a00e2ced89e401
331c53815388e049d25633f89f2e42306a436a12
refs/heads/master
2021-01-14T05:08:31.516139
2017-02-16T13:24:01
2017-02-16T13:24:01
81,954,712
0
0
null
2017-02-14T14:40:52
2017-02-14T14:40:52
null
UTF-8
C
false
false
2,372
h
/* * Copyright (c) 2015, Intel Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of condit...
[ "richard.chevalier@intel.com" ]
richard.chevalier@intel.com