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
1e6dc3418fe2f916d9ec7eed3c79c02c96562f90
88589548e56daede6c3ba0a641573913195bbe54
/IGC/VectorCompiler/CMCL/lib/Headers/cm-cl/define.h
bc28a388f7fade9e3000dd0f205396319588ae48
[ "MIT" ]
permissive
chengjunlu/intel-graphics-compiler
1aaa2f37ba3270563dfcf08efa71772cd4ea093b
56264d2910f5e21b1c4ec6b572cb9b0cfb63dfe8
refs/heads/master
2023-03-25T11:48:55.949740
2021-03-17T23:58:52
2021-03-18T19:53:58
null
0
0
null
null
null
null
UTF-8
C
false
false
1,485
h
/*===================== begin_copyright_notice ================================== Copyright (c) 2017 Intel Corporation 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, includi...
[ "sys_igcbot@intel.com" ]
sys_igcbot@intel.com
333640cc2c97cb9fd73c50ac66c4e239edd9b88a
0343713075d446eafb3f506675c179066d2ab803
/sample/UrlGet/Vendor/Stripe/pod_support/Headers/Public/Stripe/STPPaymentCardTextField.h
9cdc2dcf1a41c27d23880fc819ae0353cc966821
[ "Apache-2.0", "MIT" ]
permissive
rajivshah3/xchammer
1067dbeae6009a4a4d8f254dd7687558fa990374
d2148d102d516ca4b3afe75a8a4f91f8237bf90f
refs/heads/master
2020-07-31T18:49:04.625489
2019-12-06T22:43:28
2019-12-06T22:43:28
210,716,543
0
0
Apache-2.0
2019-09-24T23:42:10
2019-09-24T23:42:09
null
UTF-8
C
false
false
58
h
../../../../Stripe/PublicHeaders/STPPaymentCardTextField.h
[ "jerrymarino@pinterest.com" ]
jerrymarino@pinterest.com
8464517efc254ab722af3d1a11d70f499ae26f1f
e22bb3d8b9adcef7e97395c0a0cc75a5987e587c
/ColorMapInput.c
614202d0a6a4e572b434c07f35ce639e210c9adc
[]
no_license
brafiq/mandelbrot-fractal-zoomer
2e64c826c33842ae58ab056270b28f6e9bb9ceec
510d3d0a937d9c32db185ed6656767657f1eb594
refs/heads/master
2022-06-17T14:16:18.696768
2020-05-05T06:05:47
2020-05-05T06:05:47
261,373,059
0
0
null
null
null
null
UTF-8
C
false
false
2,383
c
/********************* ** Color Map generator ** Skeleton by Justin Yokota **********************/ #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <math.h> #include <string.h> #include "ColorMapInput.h" /************** **This function reads in a file name colorfile. **It then uses the informatio...
[ "brafiq@berkeley.edu" ]
brafiq@berkeley.edu
3cc8c4765dcd928ee3200d4048b232a049eb331f
2306e5d843c9716cbb809782b9fb2622b163f34e
/autogenerated/ksyntaxhighlighting_version.h
9c301b8cc11cac038c458eddbe49fb9b4deeb9a0
[ "MIT" ]
permissive
w642833823/syntax-highlighting
eed9e279908a17736f24ead4b96f0706d4541268
0f63ff8ce3f7135ffafd62bc464c355960f56cfd
refs/heads/master
2023-02-01T05:25:19.760987
2020-12-16T12:25:19
2020-12-16T12:25:19
null
0
0
null
null
null
null
UTF-8
C
false
false
398
h
// This file was generated by ecm_setup_version(): DO NOT EDIT! #ifndef SyntaxHighlighting_VERSION_H #define SyntaxHighlighting_VERSION_H #define SyntaxHighlighting_VERSION_STRING "5.62.0" #define SyntaxHighlighting_VERSION_MAJOR 5 #define SyntaxHighlighting_VERSION_MINOR 62 #define SyntaxHighlighting_VERSION...
[ "tamlokveer@gmail.com" ]
tamlokveer@gmail.com
792b14e49ce6b700bda884771fc69b8cf2c511d1
fda14c5de3203d3d809106b14b54bf2ec33f81c2
/countdown.c
ed59b1a9c1fc3f533ad39154ee3b9352ca5a0cca
[]
no_license
brilee/c_coroutines
2221bd6fdffca212ebbdc60f8dc781d385fecece
34fe8979feb7d206248e503cf09ad6b6f800a671
refs/heads/master
2021-01-12T08:00:05.017628
2016-12-24T15:19:58
2016-12-24T15:19:58
77,081,096
0
1
null
null
null
null
UTF-8
C
false
false
1,277
c
#include <stdio.h> #include <stdlib.h> #include <ucontext.h> #define NUM_COUNTERS 5 ucontext_t main_context, loop_context1, loop_context2; ucontext_t contexts[NUM_COUNTERS]; int completions[NUM_COUNTERS]; void loop(ucontext_t *loop_context, ucontext_t *return_context, int* completion, int count_from) { for (in...
[ "brian.kihoon.lee@gmail.com" ]
brian.kihoon.lee@gmail.com
f739d00140dfbe36728faf365545ef99cc21c215
ff78a86f3f3f4319595d93203a612aae6d6cbeda
/DEV01-LCD/app/debug/shellcmd.c
b2a60b99f1e92a15b2cd1a29f2df9d140d282afb
[]
no_license
darcyg/pomelo
7e3eee1ae46267498660174881d516574ef634cb
e21ff6869351da70c8e6e44e18ce4412f3562b48
refs/heads/master
2020-12-25T02:50:22.379563
2014-09-17T02:50:48
2014-09-17T02:50:48
null
0
0
null
null
null
null
GB18030
C
false
false
10,743
c
/** * shellcmd.c -- 命令行调试命令 * * * 创建时间: 2010-5-26 * 最后修改时间: 2010-5-26 */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include "include/debug.h" #include "include/version.h" #include "include/debug/shellcmd.h" #include "include/sys/schedule.h" #include "include/sys/timeal.h" #include ...
[ "kewell0101@gmail.com@944a31ab-0be3-294b-bc57-fb793cc5cc4a" ]
kewell0101@gmail.com@944a31ab-0be3-294b-bc57-fb793cc5cc4a
1436c9071a0380e92b96b459e4755ac2354cac45
f136e4ba9cf0df2642e1b5cecbb70b6ceafc7fcc
/Mesure_Vitesse_Moteur_DC/I2C_Master.h
5110ae167bdd238463fad6e84919d73993c233c2
[]
no_license
BenoitFalys/Mesure_Vitesse_Moteur_DC
411fe2dee9b686f25b8dd6a55e667e996d09df1b
3661f77d28273b2944129c7ccd52a0dd74e923e0
refs/heads/master
2020-09-13T22:32:03.575629
2019-11-20T11:45:32
2019-11-20T11:45:32
222,924,416
0
0
null
null
null
null
WINDOWS-1252
C
false
false
6,096
h
/***************************************************************************** * * Atmel Corporation * * File : TWI_Master.h * Compiler : IAR EWAAVR 2.28a/3.10c * Revision : $Revision: 1.13 $ * Date : $Date: 24. mai 2004 11:31:22 $ * Updated by : $Author: ltwa ...
[ "noreply@github.com" ]
BenoitFalys.noreply@github.com
b6cd046135ec4ee838c9539fad26ad4d43908448
4fdaa61e2fb2d320a0903e17024598c6a67ab0fb
/WaawAlif/AthenaWallpuzzle.c
e29b18bd4a04122dedbb2ed1a81f7f78acfe21a1
[]
no_license
khans/ProgrammingAndDataStructures
10d5cd5f30f703298ba132be4dfba828f3a0e9e1
58c1d822fa5eab17485369bc40dd1376db389f44
refs/heads/master
2021-01-25T14:03:40.616633
2018-06-19T23:02:44
2018-06-19T23:02:44
123,643,607
0
0
null
null
null
null
UTF-8
C
false
false
1,878
c
/* Your niece was given a set of blocks for her birthday, and she has decided to build a panel using 3”×1” and 4.5”×1" blocks. For structural integrity, the spaces between the blocks must not line up in adjacent rows. For example, the 13.5”×3” panel below is unacceptable, because some of the spaces between the blo...
[ "isafakhan@gmail.com" ]
isafakhan@gmail.com
b3f3a18d2d78a0970a5a386aad7eb15b31b68313
3e6b20f8269bba77a63490a5d6669cdf8224c0d8
/libco/coctx.h
1b7161dbc3348285ce2fd9709bf4ab901bfadbb7
[]
no_license
letiantian/libco-annotation
6aeed9d309b66bcefe07118c365e13e2a934f28f
3eb3932bd16e3e6279d2c3c70203bee0d82bc70c
refs/heads/master
2021-01-17T08:54:58.152042
2017-03-05T13:27:54
2017-03-05T13:27:54
83,971,700
0
0
null
null
null
null
UTF-8
C
false
false
1,295
h
/* * Tencent is pleased to support the open source community by making Libco available. * Copyright (C) 2014 THL A29 Limited, a Tencent company. All rights reserved. * * 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...
[ "sunlt1699@gmail.com" ]
sunlt1699@gmail.com
d3e44f67f61ed77faacf4565dbd5cb10bc770157
7aef4eb17ca5e69a8149bff998e4388ad3c70ede
/c/float-benchs/sqrt_poly.c
3643b68b9bb7aa77c3b7f5519b55b652ae0aaf2b
[ "Apache-2.0" ]
permissive
gildotomasco/sv-benchmarks
73ba0ad5da8cae4bcb8b1fe13554e9f048f1b9ed
1587e0ff19ccaf16c1e90f5d0cb270c24bf25bb6
refs/heads/master
2020-12-25T23:38:01.189027
2015-10-17T04:53:53
2015-10-17T04:53:53
null
0
0
null
null
null
null
UTF-8
C
false
false
856
c
extern void __VERIFIER_error() __attribute__ ((__noreturn__)); /* Example from "Robustness analysis of finite precision implementations" by Goubault and Putot, extended version of an article published at APLAS 13. Particular case of a polynomial approximation of square root. */ double __VERIFIER_nondet_doub...
[ "Dirk.Beyer@sosy-lab.org" ]
Dirk.Beyer@sosy-lab.org
546bf8e19b4f849f1355954d3ec32115a11a245c
1f90bf31bc393da974f290ca48ca21ec5b0028c6
/REE_TEE_shizheng_nommap/bl_fp_demo_paul/jni/bf_ta/platform/trustonic/include/spi.h
f73803422044e78f2b9173031431357e86aecc0e
[]
no_license
changliang328/learngit
f1da210850dd07d507d71ce8cc8055b904872140
306bde543ebd146714949649716fe2ab57c997c0
refs/heads/master
2020-12-02T06:29:59.770391
2018-02-02T02:49:53
2018-02-02T02:49:53
96,844,144
0
2
null
null
null
null
UTF-8
C
false
false
10,493
h
#ifndef __SPI_H__ #define __SPI_H__ //#define SPI_PIN_SWITCH_MODE /** * struct spi_device - No need Now */ struct spi_device { //struct device dev; //struct spi_master *master; uint32_t max_speed_hz; uint8_t chip_select; uint8_t mode; #define SPI_CPHA 0x01 /* clock phase */ #define SPI_C...
[ "changliang328@163.com" ]
changliang328@163.com
f6522b85ad52c6e187aa172b761f9638a91dc42b
f2cc10082cc9c0309383eecc9e630e0033a35a8c
/linkedlist.c
fce3cd4822a6a328e6e6fa4528757f2d0cc21d4e
[]
no_license
gloery/Racket-Interpreter
8d79486909f64cbb54dd8f2e86f3cd49d7f57c38
a41d8cfd617ffe64e281abae5edbb0b8e1b4cc26
refs/heads/master
2016-09-05T15:49:37.540605
2014-11-25T21:04:29
2014-11-25T21:04:29
27,145,305
0
1
null
null
null
null
UTF-8
C
false
false
4,134
c
// linkedlist.c // by Team Solid Spider: Emily Johnston, Gordon Loery, Charlotte Foran // starter code provided by Dave Musicant // part of the Racket Interpreter Project // for CS 251: Programming Language Design and Implementation #include "linkedlist.h" #include <stdio.h> #include <assert.h> #include <stdlib.h> #inc...
[ "gloery945@gmail.com" ]
gloery945@gmail.com
c7154e3e58013f7c18b0afa1fcbe6f74815d36be
c1f50550c82a8f33627e44533db9c749aa6b6d61
/treino/astronomia/pilha_estatica.c
d7677ea3f31a6076e79120e7a9acad83d68b3d18
[]
no_license
luizrolim123/teste
fc328c08a4bb209e54ad255567a056370549a21f
d5b48df7d0e8ff2d03b88e9d7a6d1471c8b68df1
refs/heads/master
2022-04-23T03:46:41.282576
2020-04-23T08:17:34
2020-04-23T08:17:34
258,138,083
0
0
null
null
null
null
UTF-8
C
false
false
945
c
#include <stdio.h> #include <stdlib.h> #define MAXTAM 100 typedef struct { int Item[MAXTAM]; int Topo; }TPilha; void TPilha_inicia(TPilha *p){ p->Topo = -1; } int TPilha_Vazia (TPilha *p){ if (p->Topo == -1){ return 1; } else { return 0; } } int TPilha_Cheia (TPilha *p){ if(p->Topo == MAXTAM -1){ ...
[ "luiz@lgpotter@gmail.com" ]
luiz@lgpotter@gmail.com
3d843a9ac6bf3b1c5ced3a1dee3d5cc86e54dcc9
57970cc03e5cba5dee9a8c75cf0d46f0e39dbf6b
/robotic/Code_vision/INC/nrf_code.h
988d6c556f7f82d002b1c4679e0a9353cf25f876
[]
no_license
hanhpham99/ComputerArchitecture
f8acd3aa030b88ebe008aeea68ec9b76abf7b1dc
c0a90302e86e94f94ed06e09d90b634e1f2d36d3
refs/heads/main
2023-07-04T11:17:01.374502
2021-08-10T01:26:03
2021-08-10T01:26:03
394,489,389
0
0
null
null
null
null
UTF-8
C
false
false
11,912
h
#define _BV(x) (1<<(x)) #define RX_DR 6 #define TX_DS 5 #define MAX_RT 4 #define STATUS 0x07 typedef struct { int flag; float a; float b; float c; float d; }data; data data_receive; bool tx_ok; unsigned char status; unsigned char result; void config(); //----------------...
[ "hana@eup.com.vn" ]
hana@eup.com.vn
ceab020a602f614f6657f2f6ab37ca02fdac8d63
786afc670e8a5f8f171ef5446329e283b09003e2
/week6/exercises/ex3robberlang.c
36d6784edd053cadab56e3559c4468a05330de52
[]
no_license
Hannnes1/exercises
a18fc77d26d04c53ee6a6a6c104f8a7bf384e850
9f4192f31f2d95db736f7057faf841c059c14e23
refs/heads/master
2021-04-17T11:50:34.821792
2020-05-27T15:08:47
2020-05-27T15:09:15
249,443,207
0
0
null
null
null
null
UTF-8
C
false
false
2,676
c
/* * The Robber language, see https://en.wikipedia.org/wiki/R%C3%B6varspr%C3%A5ket * and https://rolandjohansson.se/the-robber-language/ * * * See: * - string_func.c * - use_string_h.c */ #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <string.h> #define EQUALS(v1, v2) printf((v...
[ "hannes.hultergard@gmail.com" ]
hannes.hultergard@gmail.com
5429dc76c5d357d7ce05c26412f455e4b377cc95
46367579a54a09dd220dd9a678b1452f06897f11
/branches/hdf5_1_8_cmake1/tools/h5repack/h5repack.h
653958fe4e1751ce3292dcaf7f6938c232291e23
[ "LicenseRef-scancode-llnl", "LicenseRef-scancode-hdf4" ]
permissive
TPLink32/hdf5
33ff24c9b6133f0f51cb6cc2b722fba7bb1777dd
0d6987c15284bd9f34c7e44452a152833d42a738
refs/heads/master
2021-05-31T01:15:39.463663
2016-04-14T23:02:09
2016-04-14T23:02:09
null
0
0
null
null
null
null
UTF-8
C
false
false
8,962
h
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
[ "byrn@dab4d1a6-ed17-0410-a064-d1ae371a2980" ]
byrn@dab4d1a6-ed17-0410-a064-d1ae371a2980
d69e330097c253153d8612c1204ae3922cacbf48
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/software/ffmpeg-3.2.2/libavcodec/rle.c
46972eab40b16e524c14be0084a995b06299674c
[]
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
34
c
ff_rle_count_pixels ff_rle_encode
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
a6e913534afad8f31e6962c0c98a3a51725981db
ed2b582ff9554ea18a4ce2bc45f961f4b164193f
/lem_in/libft/sources/ft_striter.c
7470cf592ec524e6ca0faa6d65d13de99f781072
[]
no_license
KrasnovS/school_21_projects
c1bb73f5d7974f9543627b983a6c0e8efd04573f
c987aa53b4a460b16658bf18a6dfadd9ba8cec50
refs/heads/master
2020-12-09T06:34:19.497898
2020-01-11T11:54:39
2020-01-11T11:54:39
229,962,314
0
0
null
null
null
null
UTF-8
C
false
false
1,006
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_striter.c :+: :+: :+: ...
[ "prawney@at-j2.21-school.ru" ]
prawney@at-j2.21-school.ru
7178904a144f7b303bfb0d5f9eef9d692806300e
5bbd75d91ba4dee5807ab728f6c72f90d36937c8
/C5辅导程序(17.9)/第8章/xt8-2.c
af93e159998de8425ec7b32231dce426c98b5f82
[ "MIT" ]
permissive
CSUBioinformatics1801/C_ZYZ
fe3bfbfd78a9ae82df04d53dfd952c61c8a7d42a
fcf53ca97f2c85974874e86e2323b045e09f26ae
refs/heads/main
2023-07-17T23:54:11.285268
2021-08-22T04:06:05
2021-08-22T04:06:05
378,457,803
1
0
null
null
null
null
UTF-8
C
false
false
502
c
#include <stdio.h> #include <string.h> int main() {void swap(char *,char *); char str1[20],str2[20],str3[20]; printf("input three line:\n"); gets(str1); gets(str2); gets(str3); if(strcmp(str1,str2)>0) swap(str1,str2); if(strcmp(str1,str3)>0) swap(str1,str3); if(strcmp(str2,str3)>0) swap(str2,str3); ...
[ "51025363+Peldom@users.noreply.github.com" ]
51025363+Peldom@users.noreply.github.com
67c10245ed42e5bad5c87dfa65991808c9d06172
dfbef941a567f2ee65bcd4b362bec374d1ea14c5
/software/image_filter/blas_files/mktbins.c
4ee788ec1671e3c8e2a0e6f83d605636fa6d5540
[]
no_license
arnab-purdue/ApproxSys
abc07904dcb87aa6683feeeac46c4a91572bbb64
d7bf6a2813afcfaead913b8dec031638c6fd18a9
refs/heads/master
2021-05-11T23:09:42.110529
2018-01-21T23:03:40
2018-01-21T23:03:40
117,508,903
0
0
null
null
null
null
UTF-8
C
false
false
873
c
#include <stdio.h> #include <stdlib.h> #include <math.h> #include "val_trupchun.h" #define tbin0 0 #define tbin1 1 #define tbin2 2 #define tbin3 3 #define tbin4 4 int main(){ int i,j,k,l,m,n; int temp; FILE *fp; int val_tbin0=0; int val_tbin1=10; int val_tbin2=50; int val_tbin3=125; int val_tbin4=200; int tbin_n=5;...
[ "noreply@github.com" ]
arnab-purdue.noreply@github.com
dc9e95eb89a1fece92f7ec5e950638253f18404b
a2a4019d9a7fc937a41455e2613f74f3b3187292
/2005/打印x的祖先节点的副本.c
b2a0150ef59ad780c849d732b34ca8b320dd688b
[]
no_license
kangshuaibo/NEU
359d63bb5e4e152b2e87054616e2e5cafb4cef70
c36d5a317b5293d721d74dd9bac9e60d981bbfa3
refs/heads/master
2020-04-12T18:23:13.265001
2018-12-22T15:25:25
2018-12-22T15:25:25
162,677,177
1
1
null
null
null
null
UTF-8
C
false
false
710
c
//非递归后序遍历最后访问根节点 当访问x时 栈中所有元素为该节点的祖先节点 typedef struct{ BiTree t; int tag; }stack; //tag=0表示左子女被访问过 tag=1表示右子女被访问过 void Search(BiTree bt,ElemType x) { stack s[]; top=0; while(bt!=NULL||top>0) { while(bt!=NULL &&bt->data!=x)//节点入栈 { s[++top].t=bt; stop.tag=0; bt=bt->lchild; } if(bt->data==x) //找...
[ "1025087682@qq.com" ]
1025087682@qq.com
1bc123a51132ee05efe26d0f3b3a8f59eea23608
08d1719c8295ab4fc7dd78560dff3cbf3208a002
/Demos/STAudioTest/Pods/Headers/Public/TheAmazingAudioEngine/AEAudioUnitModule.h
1e4d00e379404e4fc51abaed861e99dd091a9e6d
[]
no_license
Hero2000/SMEasyAudioEngine
ea6c5f37d762428f3e8cce6e82b56ce503934da9
1213dd3c6c3779b90f52b295c7d15868d957aeac
refs/heads/master
2021-01-16T16:01:00.780424
2019-12-27T08:37:29
2019-12-27T08:37:29
243,176,983
1
0
null
2020-02-26T05:31:29
2020-02-26T05:31:28
null
UTF-8
C
false
false
80
h
../../../TheAmazingAudioEngine/TheAmazingAudioEngine/Modules/AEAudioUnitModule.h
[ "xianti.xiong@ushow.media" ]
xianti.xiong@ushow.media
0d55b08a2dd3e77f95105206a51d5e1b70e58440
c4116be9913a7be30645ba1ea36278acb3befef8
/Core/Src/sys_control.c
2d0bbe3057f65b37a50a39e122f08a3f92a98c06
[]
no_license
amvasil-v/breeze_demo
5d5fae0480babf334ce007f182041ef504214b3a
b4faab8ad7e287c22ceb10fa8af921fd4064d635
refs/heads/master
2023-03-28T10:11:56.333207
2021-03-28T16:47:55
2021-03-28T16:47:55
338,611,924
1
0
null
null
null
null
UTF-8
C
false
false
2,232
c
/* * sys_control.c * * Created on: 5 мар. 2021 г. * Author: alexm */ #include "sys_control.h" #include <stdio.h> #include "main.h" #include "core_cm4.h" extern TIM_HandleTypeDef htim11; extern UART_HandleTypeDef huart1; extern RTC_HandleTypeDef hrtc; void system_error_handler (void) { static uint8_t re...
[ "alex.m.vasil@gmail.com" ]
alex.m.vasil@gmail.com
5b041aa16a38ff2839ce1d960b6b200b2f8dd6d8
27247072a58e170ece54db26259b6fd3bd5ce92e
/apr-util/dbd/apr_dbd.c
111adc6fce9f090c245e9e12ef6dc1587a282112
[ "MIT", "Beerware", "LicenseRef-scancode-rsa-1990", "NTP", "LicenseRef-scancode-rsa-md4", "OLDAP-2.8", "RSA-MD", "Apache-2.0", "BSD-4.3RENO", "LicenseRef-scancode-generic-export-compliance" ]
permissive
venkatperi/log4cxx
9bd06426fa0aeeeed529cf36874f236308f35db8
bb39ccea10c0f5b60af55c3b0bb43f94de8139a8
refs/heads/master
2020-04-17T18:15:07.505032
2012-05-14T21:26:54
2012-05-14T21:26:54
4,328,625
1
3
null
null
null
null
UTF-8
C
false
false
19,907
c
/* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
[ "venkatperi@gmail.com" ]
venkatperi@gmail.com
f9325fc27f39921b1ed0f8b3a64d53b4266b42bf
513f44ebd8b7efbf2b6986fa57a023d43e71f8df
/src/x86gen.c
0e1fcafbdfff8651ece02f109cb589d410b0ce47
[ "Apache-2.0" ]
permissive
Mithreindeir/ewcc
1fce7a6e05ce6c53b25db81334a1fd2bf188b630
f71ddfb0624afbba4d2dbcf099981cc14bbb937c
refs/heads/master
2020-04-02T15:08:13.278633
2018-11-01T19:31:12
2018-11-01T19:31:12
154,553,883
3
1
null
null
null
null
UTF-8
C
false
false
2,613
c
#include "x86gen.h" const char *usable_regs[NUM_GREGS] = { "eax", "ecx", "edx", "ebx", "esi", "edi" }; const char *general_registers[NUM_REGS] = { "al", "ax", "eax", "cl", "cx", "ecx", "dl", "dx", "edx", "bl", "bx", "ebx", "ah", "sp", "esp", "ch", "bp", "ebp", "dh", "si", "esi", "bh", "di", "edi" }; struct ...
[ "mithreindeir@gmail.com" ]
mithreindeir@gmail.com
eefe030941b9453556211df434d01fba2625aac0
de6a482a052fc4f6e5010eef4d4308932276c91a
/printf_git/Libft/ft_toupper.c
05df8cb609abc8a606646af32204896c52670a7e
[]
no_license
adgarcia1208/cursus42
f20fab928c1be95fc9efa634e238bf3ffcca1425
91466a1366aec1c525457c40e922586c13e74e69
refs/heads/master
2022-04-19T07:13:00.295125
2020-03-13T14:59:37
2020-03-13T14:59:37
247,095,442
0
0
null
null
null
null
UTF-8
C
false
false
970
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_toupper.c :+: :+: :+: ...
[ "adgarcia@z1r10p4.le-101.fr" ]
adgarcia@z1r10p4.le-101.fr
2a360a07698d5b8fa3a17327879c9f4884fd072b
98a0ed3047cf177a1dde150bcfa7115b12ce8a0e
/connect.h
23c71b627f5c95c64d838b91c208f305ae175797
[]
no_license
Hibati/codeblock
aa6679b90ba2f974be69e290e9d2b1f4c2d16c11
9e4c8f504519bd994b719e92632d7b9b20398f8e
refs/heads/master
2021-01-10T17:49:40.654219
2015-12-23T08:03:08
2015-12-23T08:03:08
49,035,381
0
0
null
null
null
null
UTF-8
C
false
false
5,002
h
void rl_printf(const char *fmt, ...) { va_list args; bool save_input; char *saved_line; int saved_point; save_input = !RL_ISSTATE(RL_STATE_DONE); if (save_input) { saved_point = rl_point; saved_line = rl_copy_text(0, rl_end); rl_save_prompt(); rl_replace_line("", 0); rl_redisplay(); } ...
[ "qcap8591@gmail.com" ]
qcap8591@gmail.com
67967733b8a07d7e974970236ca705af64dce665
47c2015a701e19a860a82150731bf51f3063e04b
/TinyServer.c
6b946379d006e4f47b852b1882a081e3a8dbcc87
[]
no_license
kmcfly/tinyServe
a35e21b50f233a40aa05ab657c6e121014339c95
61fe2a35f73be9432f3df7749faa424f4bc3bfc6
refs/heads/master
2021-01-10T08:32:50.340118
2016-12-14T04:20:48
2016-12-14T04:20:48
55,217,079
0
0
null
null
null
null
GB18030
C
false
false
14,073
c
#include <unistd.h> #include <sys/types.h> /* basic system data types */ #include <sys/socket.h> /* basic socket definitions */ #include <netinet/in.h> /* sockaddr_in{} and other Internet defns */ #include <arpa/inet.h> /* inet(3) functions */ #include <sys/epoll.h> /* epoll function */ ...
[ "kmcfly@126.com" ]
kmcfly@126.com
034f58d14242605c9b4bc1259b6b10366768865d
dc8d10f14d7a6fbd732299ad43a696cde7863345
/PostiveIntegertoBase2.c
dbcf8f0a393f3cb56eca4f2b332b3e38db4f08fe
[]
no_license
gregorystickel/C-Projects
c8bbf304b48e45ec4bd26ec0425276774d04d47c
0b445edb79c9fdb5608f75ee28d9287ea4db9a10
refs/heads/master
2021-01-11T07:02:51.311866
2016-10-30T18:21:15
2016-10-30T18:21:15
72,307,528
0
0
null
null
null
null
UTF-8
C
false
false
983
c
// Program to convert a positive integer to another base #include <stdio.h> int main (void) { const char baseDigits[16] = { '0', '1','2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; int convertedNumber[64]; long int numberToConvert; int nextDigit, base,...
[ "gregory.stickel@live.com" ]
gregory.stickel@live.com
ea4ada308f1bbd2ac7079f011de352221683490e
b0788c20103dc709da92cf2daed1f0422fb2f68f
/code 16.c
78deeacba1276cd6904dd90c24ed1f0012adaf7a
[]
no_license
mannrobo/in-the-zone-C
73f3185880df15fa785fa924437d17e522d804d1
ffff43fef5900103ec5f1411bd70fd8b8d570484
refs/heads/master
2021-01-20T04:02:02.851955
2018-04-24T21:27:11
2018-04-24T21:27:11
89,624,278
0
0
null
null
null
null
UTF-8
C
false
false
10,319
c
#pragma config(Sensor, dgtl1, rightEncoder, sensorQuadEncoder) #pragma config(Sensor, dgtl3, leftEncoder, sensorQuadEncoder) #pragma config(Sensor, dgtl5, LSbumper, sensorTouch) #pragma config(Motor, port2, bottomRight, tmotorVex393_MC29, openLoop) #pragma config(Motor, port3, ...
[ "noreply@github.com" ]
mannrobo.noreply@github.com
65607eb38ae115f065820eaca9d271bfbc3a3b17
0cea5f1d745c2dd17e07b9e0376f1f7f52d409ba
/program_cccccccccc/APUE/IPC/ipc_share_memory.c
4df90296a7dbffd7505e7307eb9f53db147f93c1
[]
no_license
ilib0x00000000/NULL
94e6d554028dc90564f037e4de63c6f288d587ff
8e21c7c98bbbb65b3699f26995bbfdd42043786b
refs/heads/master
2020-05-21T13:30:21.649238
2017-08-27T08:00:36
2017-08-27T08:00:36
55,700,969
0
0
null
null
null
null
UTF-8
C
false
false
3,552
c
#include<stdio.h> #include<errno.h> #include<stdlib.h> #include<string.h> #include<unistd.h> #include<sys/ipc.h> #include<sys/shm.h> #include<sys/wait.h> #include<sys/types.h> /** * 参考: * http://www.embedu.org/Column/5220.html * http://m.blog.csdn.net/article/details?id=52058952 * * 共享存储:共享存储允许两个或多个进程共享一个给定的存储区,...
[ "314149474@qq.com" ]
314149474@qq.com
789db314a8b651f0c58cb0e9ca085fc96f7caf36
8d9f6a5588bc80f34e3d7e5930278c3d45124adb
/AssyrianOCR/include/preprocess.h
516cabbf5cdd05b59f8f1333872ab8dd4611e445
[]
no_license
SurayaAtouraya/AssyrianOCR
647f334a96bc8521a020688af76eb8d7ede607bb
f40031ce7cbf910a2d75fa27455af84ef8f872a0
refs/heads/master
2020-04-02T03:26:43.191662
2018-10-21T02:31:27
2018-10-21T02:31:27
153,966,567
1
0
null
null
null
null
UTF-8
C
false
false
121
h
#ifndef PREPROCESS_H #define PREPROCESS_H int detect_skew(const char* fname); void fix_skew(const char* fname); #endif
[ "noreply@github.com" ]
SurayaAtouraya.noreply@github.com
204111fd758f2b628c13147356b5187b596556d5
8b5a7538d2cfede7cd12b6e9c27daf18b7bd09fd
/libSDLx360/SDL/include/SDL_byteorder.h
4ad5a6bd0d3a6d8d674698ae3f3504a091edef20
[]
no_license
magicseb/libsdl360x
3df9c5b9ef0d30eb0d638198db71e318f2a88460
d688428a63522ebd434ebc46dead36c7e7eca766
refs/heads/master
2021-01-10T07:47:45.137328
2011-02-11T15:32:29
2011-02-11T15:32:29
44,918,659
0
1
null
null
null
null
UTF-8
C
false
false
2,043
h
/* SDL - Simple DirectMedia Layer Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version ...
[ "jimako123@gmail.com" ]
jimako123@gmail.com
9b84da2f5e7af947ab189f2d8f3e4aad7c219694
29c5093f9521babc69c0cfecbeb914110c4b0862
/libft/ft_memalloc.c
f765c5566ccc4dd86aa1f38c0a7cd98989e0b75b
[]
no_license
mdelarbr/fillit
1c7cf4960f43e2d2be801dd37588170bb6adc779
40d72e7963197f7d1add52e8f9a1926d6071a706
refs/heads/master
2020-04-27T09:01:12.336540
2019-03-06T20:19:53
2019-03-06T20:19:53
174,196,565
0
0
null
null
null
null
UTF-8
C
false
false
1,204
c
/* ************************************************************************** */ /* LE - / */ /* / */ /* ft_memalloc.c .:: .:/ . .:: ...
[ "mateodlbzioox@gmail.com" ]
mateodlbzioox@gmail.com
bcf949dfccb50b11f48805b749096ece8f0786e4
cf160e69159ee3897cf11c8e8644db4d11d85fc0
/prototype2 choixtouches(zribi moenes)/choixtouches.c
f3eaa4c073bf76a7a8bce1d05fd9f67ef0fcc028
[]
no_license
zribimoenes/vigilantes
3fd495f699a89a908a23f0c9623d3362d8e97b54
a1bf39f9949dbd80aafb5ef14fa39881cb403cef
refs/heads/master
2022-10-20T00:05:24.093002
2020-06-13T08:43:19
2020-06-13T08:43:19
243,580,194
0
0
null
null
null
null
UTF-8
C
false
false
3,827
c
/** * @file choixtouches.c * @brief Testing Program. * @author zribi moenes * @version 0.1 * @date Apr 01, 2020 * * Test changement touches * */ #include <SDL/SDL.h> #include <SDL/SDL_image.h> #include <stdio.h> #include <SDL/SDL_mixer.h> #include <SDL/SDL_ttf.h> int main(int argc, char *argv[]) {int i=1; int...
[ "noreply@github.com" ]
zribimoenes.noreply@github.com
23bbd2acce24a11642c5e2173a25df0eb0367526
9be43d9724a7291ee4cd4a0dd908d831ac1cc71b
/WebSite/src/Pages/Pages.h
00cfcff63da74b3d3dd4b40100aed82b5121e915
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
TheBeef/BittyHTTP
52ec74bffb6ed77bdb1f56e84ced60cc41e6b1e0
0c531a062fe44ce9ee372361e14906924737ced1
refs/heads/master
2022-11-19T05:43:40.666033
2022-11-09T00:56:14
2022-11-09T00:56:14
215,835,511
7
1
null
null
null
null
UTF-8
C
false
false
3,663
h
/******************************************************************************* * FILENAME: Pages.h * * PROJECT: * Bitty HTTP * * FILE DESCRIPTION: * This file has a list of all the pages function prototypes in it. * * COPYRIGHT: * Copyright (c) 2019 Paul Hutchinson * * Permission ...
[ "paul@bittyhttp.com" ]
paul@bittyhttp.com
d023dc514063eb31206f914151f2f058598e15e5
eef5aba4d2ed868fdae40ca3283e3afe5321e761
/src/libc/pthread/pthread_condattr_getpshared.c
694c9f59ae0dabff8297c433460342e56562b523
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
drewja/cloudlibc
d9a4cea310604d08c2d0dd40c4648afbaf707c2c
c478bf30c7ad1d614ec069e2d9e2e582620a3102
refs/heads/master
2021-07-09T07:01:58.068749
2017-09-19T20:19:04
2017-09-19T20:19:04
null
0
0
null
null
null
null
UTF-8
C
false
false
340
c
// Copyright (c) 2015 Nuxi, https://nuxi.nl/ // // This file is distributed under a 2-clause BSD license. // See the LICENSE file for details. #include <pthread.h> int pthread_condattr_getpshared(const pthread_condattr_t *restrict attr, int *restrict pshared) { *pshared = attr->__psh...
[ "ed@nuxi.nl" ]
ed@nuxi.nl
9bbc550f0c39fb2cf455ec7ed8a98a1e1b1b5264
a62403a88ecbe39094ccef79e21518e5f329e2c6
/Computer Architecturer Laboratories/L08/es_01/button_EXINT/IRQ_button.c
89193a3143ff73567ada0d6a10c5693434b657e8
[]
no_license
StefanoBergia/Portfolio
672bca4c84394948145cc24e2f2022f98423ed62
06777442b37ef25d3aa61fa0f88295629f37dbf4
refs/heads/master
2022-11-30T21:22:15.411049
2020-08-15T20:52:52
2020-08-15T20:52:52
287,813,610
0
0
null
null
null
null
UTF-8
C
false
false
817
c
#include "button.h" #include "lpc17xx.h" #include "../led/led.h" void Show_Led(char val){ int i=0; char mask=1; char led; for(i=0;i<8;i++){ led=val & mask; if(led!=0){ LED_On(i); }else LED_Off(i); mask= mask<<1; } } void EINT0_IRQHandler (void) { //pulsante a destra //reset count Set_Led...
[ "s276124@studenti.polito.it" ]
s276124@studenti.polito.it
dd6cdbb3d727b4b6bec563029acae58ba4a41a35
bc1256f9936182e2ffe16c158804eb7819f03420
/src/control.c
c6bab0271211cc536302accb7979b491c6585a87
[]
no_license
shankararunachalam/talatronic
caf61aff114610e2e44a385bd5562ee5752c444f
b57939153edc65961867dfdb227edd8b15ad96c5
refs/heads/master
2022-12-16T10:57:20.853354
2020-09-13T04:30:27
2020-09-13T04:30:27
295,051,689
0
0
null
null
null
null
UTF-8
C
false
false
10,052
c
// ----------------------------------------------------------------------------- // controller - the glue between the engine and the hardware // // reacts to events (grid press, clock etc) and translates them into appropriate // engine actions. reacts to engine updates and translates them into user // interface and ha...
[ "" ]
040b0ee476caa4b4ad4929de82f2a8fb0a33b089
f0b7bcc41298354b471a72a7eeafe349aa8655bf
/codebase/libs/xview/src/include/xview/sel_compat.h
fb272dcd4a4f66eeaf75666c67a9a2c0b8684728
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
NCAR/lrose-core
23abeb4e4f1b287725dc659fb566a293aba70069
be0d059240ca442883ae2993b6aa112011755688
refs/heads/master
2023-09-01T04:01:36.030960
2023-08-25T00:41:16
2023-08-25T00:41:16
51,408,988
90
53
NOASSERTION
2023-08-18T21:59:40
2016-02-09T23:36:25
C++
UTF-8
C
false
false
1,562
h
/* @(#)sel_compat.h 1.17 93/06/28 */ /* * (c) Copyright 1989 Sun Microsystems, Inc. Sun design patents * pending in the U.S. and foreign countries. See LEGAL NOTICE * file for terms of the license. */ #ifndef xview_selection_compat_DEFINED #define xview_selection_compat_DEFINED #include <xview/server.h> /* ...
[ "dixon@ucar.edu" ]
dixon@ucar.edu
658fcc93f7d0cb3022251890106a34749b439e6c
82d607d7a85470143bfd62c4381bc806375e88a1
/Projects/Rush00/ex00/rush01.c
4a3b52b49f83309d8074200ed033af608eca94b2
[]
no_license
sampiovan/My-School-42Rome-Piscine-Experience
73760be2c36c0dba2e11a2bba3de7a2755132c6d
cceb4a3de77720584cf26f721af730a087cdccf3
refs/heads/main
2023-09-01T23:48:07.928610
2021-10-14T15:03:32
2021-10-14T15:03:32
417,160,459
0
0
null
null
null
null
UTF-8
C
false
false
1,584
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* rush01.c :+: :+: :+: ...
[ "spiovan@e3r1p4.42roma.it" ]
spiovan@e3r1p4.42roma.it
af5a8d40d88c1bf97bd2be1ef6a2729ed4a471a6
90d49d65583146cb13a382afac69ff693da0f132
/tree4.c
3368509f5c8f4d11c79252a9cf749c5fc1dba11b
[]
no_license
srkprasad1995/files
82768b538a9e180cc4908bff6174743a0f93a1c8
00983aa8439eec6158ab17d0bcbd29bf2a3239c3
refs/heads/master
2021-01-15T19:45:10.585486
2015-03-22T10:25:43
2015-03-22T10:25:43
32,670,902
0
0
null
null
null
null
UTF-8
C
false
false
1,595
c
#include<stdio.h> #include<stdlib.h> /* A binary tree node has data, pointer to left child and a pointer to right child */ typedef struct node { int data; struct node* left; struct node* right; }node; /* Helper function that allocates a new node with the given data and NULL left and right pointe...
[ "srkprasad1995@gmail.com" ]
srkprasad1995@gmail.com
33c68cd4b42031eea9ef59fc08f71fa11966dcec
9ff0b57e1624634b337c29180e43f5746f141724
/src/e585.c
ad19cbdccd946d55b308e7651cc0e878739a88f4
[]
no_license
noondaymoon/e585
a27056451a0c4cc77d4b95cd3387bb702fe51725
7bd3086e5f0eb677d7193119ff423741bea6cdd4
refs/heads/master
2020-05-27T15:59:04.205881
2014-10-28T13:04:32
2014-10-28T13:04:32
null
0
0
null
null
null
null
UTF-8
C
false
false
15,337
c
#include <pebble.h> static Window *window; static TextLayer *ntype_layer, *crr_layer, *cspd_layer, *trsf_layer, *ctime_layer; static BitmapLayer *sig_layer, *cnct_layer, *wifi_layer, *batt_layer, *msd_layer; static BitmapLayer *bg_layer, *ant_layer, *spdm_layer, *arw_layer, *clk_layer; static BitmapLayer *ctl_layer, *...
[ "noonday_moon@hotmail.com" ]
noonday_moon@hotmail.com
8c10c7fb132c6b09eceebb9859ba9e6fda6c3e5c
0df080130d024ea941de7aa04e01aa981caace0f
/Listas de Exercícios/comandos condicionais/28.c
f52875875fc5c784ae8bbe78ee1f64a8e76df272
[ "MIT" ]
permissive
heltoncoelho/C
43eb53a5b7a0455fb89cce293e3a8924b1c39373
7556945abb0f22194fa41eb2aac34ebbe73cad5f
refs/heads/main
2023-05-05T09:04:10.123218
2021-05-22T21:49:22
2021-05-22T21:49:22
317,236,245
0
0
null
null
null
null
UTF-8
C
false
false
879
c
/*Leia três números positivos e calcula uma das médias de acordo com um valor digitado pelo usuário: 1 - geométrica 2 - ponderada 3 - harmonica 4 - aritmética PS: fórmulas no .pdf*/ #include <stdio.h> #include <math.h> int main(){ float x,y,z; int opt; printf("Digite um numero x positivo: "); scanf("%f",&x); ...
[ "motakoelho@gmail.com" ]
motakoelho@gmail.com
b1148fff685ec2ec1f68a3f3a67d5aa54bdc8016
29c655f07c73620a6732215412bfb07be65c683c
/Win10_1903_19H1_18290/x64/System32/ntoskrnl.exe/ALL_FUNCTIONS.h
ed2d16f16f089bad76941ec591bcfec7f929535c
[]
no_license
cpkt9762/headers
dd7e0a775824e4f23e1d7c2aa1d5154b39ba2622
55fb4122911c2529d99cb8a9bf1bcaed25f07952
refs/heads/master
2020-04-29T11:27:29.072770
2019-03-11T19:55:05
2019-03-11T19:55:05
null
0
0
null
null
null
null
UTF-8
C
false
false
580,489
h
/* $$0 $$1 $$10 $$11 $$12 $$13 $$14 $$15 $$16 $$17 $$18 $$19 $$1a $$1b $$1c $$1d $$1e $$1f $$2 $$3 $$4 $$5 $$6 $$7 $$8 $$9 $$a $$b $$c $$d $$e $$f ??0SC_DISK@@QEAA@XZ ??1SC_DEVICE@@UEAA@XZ ??1SC_DISK@@UEAA@XZ ??3SC_ENV_ALLOCATOR@@SAXPEAX@Z ??_ENT_DISK@@UEAAPEAXI@Z ??_ESC_DEVICE@@UEAAPEAXI@Z ??_ESC_DISK@@UEAAPEAXI@Z ??_...
[ "petr.benes@avast.com" ]
petr.benes@avast.com
2b33cfaf3f30dcdbf8714661403d52fbd7dd0250
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/libgomp/testsuite/libgomp.c++/task-reduction-18.C
99c0e3727d430d9d7b7e1b36d037003ae21d12b3
[ "LGPL-2.1-only", "GPL-3.0-only", "GCC-exception-3.1", "GPL-2.0-only", "LGPL-3.0-only", "LGPL-2.0-or-later", "Zlib", "LicenseRef-scancode-public-domain" ]
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
10,296
c
extern "C" void abort (); struct S { S (); S (long int, long int); ~S (); static int cnt1, cnt2, cnt3; long int s, t; }; int S::cnt1; int S::cnt2; int S::cnt3; S::S () { #pragma omp atomic cnt1++; } S::S (long int x, long int y) : s (x), t (y) { #pragma omp atomic update ++cnt2; } S::~S () { #pragma omp ...
[ "rink@rink.nu" ]
rink@rink.nu
e04db29d849429a15ffd06d78f779132aa2f997a
83ce41ff815e6256682e7d0cdeb774a42c922ce6
/Libft/ft_putstr_fd.c
a90e4e242b22c918fd44d8583594478963f67e27
[]
no_license
Rodik72/Fractol
4e5276725e1f6fd25010d1737f43208d797c99cf
2bbf37ba414add93a4fdca74cef065d363d804ea
refs/heads/master
2022-12-20T12:48:16.630975
2020-10-12T11:54:16
2020-10-12T11:54:16
303,375,934
0
0
null
null
null
null
UTF-8
C
false
false
1,049
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr_fd.c :+: :+: :+: ...
[ "roddavid@e2r7p4.42.fr" ]
roddavid@e2r7p4.42.fr
2499d48233546a6dd59891a09385e40879efeac9
33b6ccacf8c1226bb3a4c1d75686e7d958d6394c
/src/sw_scan_neon_128_64.c
bd452bf81956ef83bced33ba8bed000929b5a958
[ "BSD-3-Clause" ]
permissive
moneytech/parasail
6041aa197bf279a1f6ee31fcfeacd917f3df72d6
21869f9f643406140a05ec6e058c5460069d0e69
refs/heads/master
2021-01-03T22:16:43.715354
2019-04-08T19:29:04
2019-04-08T19:29:04
null
0
0
null
null
null
null
UTF-8
C
false
false
9,054
c
/** * @file * * @author jeff.daily@pnnl.gov * * Copyright (c) 2015 Battelle Memorial Institute. */ #include "config.h" #include <stdint.h> #include <stdlib.h> #include <string.h> #include "parasail.h" #include "parasail/memory.h" #include "parasail/internal_neon.h" #ifdef PARASAIL_TABLE static inline void ...
[ "jeff.daily@amd.com" ]
jeff.daily@amd.com
e0424640f11b4ce62c7ed1cc99b7babdc7379e9c
7307c1a340e28a703ab6b151d8701562fd0d3c79
/Core/Inc/Temperature Sensors/TemperatureSensor.h
9a60beaebb3c38cef0f6082d4216f9b39001e527
[]
no_license
Shreyas-NR/LifeBox-Firmware
1d074b071ffe1a8399f7a7db196ed3af1403a649
4b312e73784411cbf6a7332dd9219b1e965b6b10
refs/heads/main
2023-08-13T06:19:18.631895
2021-10-08T21:23:42
2021-10-08T21:23:42
415,120,738
0
0
null
null
null
null
UTF-8
C
false
false
1,850
h
/* * TemperatureSensor.h * * Created on: 07-Aug-2020 * Author: shreyasnr */ #ifndef INC_TEMPERATURE_SENSORS_TEMPERATURESENSOR_H_ #define INC_TEMPERATURE_SENSORS_TEMPERATURESENSOR_H_ #include "main.h" #include "I2C/i2c.h" /** * MCP9808 CONNECTIONS ON SINGLE BUS * A2 A1 A0 address * 0 0 0 0x18 thi...
[ "noreply@github.com" ]
Shreyas-NR.noreply@github.com
1601a3509323e7bf800a3c7a178b21a02e99e38e
a51e71ddc2f6dad09692c90d1d056c3d0ff1fce9
/MADriver/passthrough.h
03275b73edd501f8e52be8e88f031a51fddd4747
[]
no_license
hilly17in/malsamvid
17ecd4d83007144040f8f9971c21c4e117bfc1fd
7985830665c7f138bca3eeab6fe77e3229168297
refs/heads/master
2021-01-19T00:09:55.259183
2020-04-11T12:50:16
2020-04-11T12:50:16
87,147,113
8
3
null
null
null
null
UTF-8
C
false
false
856
h
# pragma once //Only one of the following two should be enabled # include <fltKernel.h> # include <ntstrsafe.h> # include <dontuse.h> # include <suppress.h> # include <ntdddisk.h> # pragma prefast(disable:__WARNING_ENCODE_MEMBER_FUNCTION_POINTER, "Not valid for kernel mode drivers") # include "umkm_com.h" # includ...
[ "himanshup@cdac.in" ]
himanshup@cdac.in
fb44f3cca8bae78c1b65b5ed4e33a79d8d724570
5d60e8864440245ee2b09006bd5fa25c9cabf05b
/sorting.c
baed1516c010ea7dd0c44efb7293ed91efcfc9f6
[]
no_license
deep846/sorting
2be2dff813e5545915eb9e9ff581ea626bd9319b
d564c6daf05826600ab8992138385bbd22732845
refs/heads/main
2022-12-24T07:47:19.140055
2020-10-08T09:21:23
2020-10-08T09:21:23
302,284,106
2
1
null
2020-10-08T09:21:24
2020-10-08T08:57:39
C
UTF-8
C
false
false
842
c
#include <stdio.h> #include <conio.h> int sorting(int *x,int n) { int i,j,t; for(i=0; i<n; i++) { for(j=i; j<n; j++) { if(x[i]>x[j]) { t=x[i]; x[i]=x[j]; x[j]=t; } } } } int ma...
[ "noreply@github.com" ]
deep846.noreply@github.com
5ae9af0ebc356adee7ed1ebc029a060152953d02
4b98eb561e75174755da9b1bb636c406e2ae98d1
/asm/libft/srcs/ft_strmapi.c
0f7ec1502a41484f282b5c7a48a90c0b402badb5
[]
no_license
marene/corewar
c17272627606ece491f13251168808db124b6d06
2d8d13c69a2222390ecee02647cb5660550d3c65
refs/heads/master
2021-01-18T01:56:09.420110
2016-02-19T15:16:09
2016-02-19T15:16:09
31,769,718
2
0
null
null
null
null
UTF-8
C
false
false
1,159
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strmapi.c :+: :+: :+: ...
[ "marene@e1r4p7.42.fr" ]
marene@e1r4p7.42.fr
a00c0502e47a0fb58cb7b6cf6ce8ae6820a35f2b
7ceca0c5ad3e07999b3ab87e439f9bbfa0cc49ed
/Plugins/FluidSurface/Intermediate/Build/Win64/UE4Editor/Inc/FluidSurface/FluidSurface.generated.dep.h
8437c483565925b082cd61d6a3bea29eb0ceecf5
[ "CC0-1.0", "LicenseRef-scancode-public-domain" ]
permissive
crimsonstrife/velorum-defunct
8323a84b433f4d42f66059f311f073c8e77c242f
1a6e1eab9057293da2aa045eff021d069df54c5e
refs/heads/master
2020-02-26T17:42:40.390204
2016-09-15T18:41:43
2016-09-15T18:41:43
68,319,853
0
0
null
null
null
null
UTF-8
C
false
false
900
h
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*=========================================================================== Boilerplate C++ definitions for a single module. This is automatically generated by UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ======...
[ "pbarnhardt@helicalgames.net" ]
pbarnhardt@helicalgames.net
c361df615091cd10cdfcf55bcceedef0d3f6f5f8
1dc926ae25f8f0e615f82c4bd8440b8140369147
/riscv-pk/sm/platform/default/default.c
b55c089a5479aebfe6f0a02203739202bab2c7fd
[ "LicenseRef-scancode-bsd-3-clause-jtag" ]
permissive
jasonyu1996/elasticlave
70d032dc6f4456f036b78f7e565783f4c03df93a
794d4609121f000a69a7e351c2ff13dbca4544cd
refs/heads/master
2023-06-26T04:57:43.432323
2023-06-12T09:54:51
2023-06-12T09:54:51
417,091,179
15
1
null
null
null
null
UTF-8
C
false
false
823
c
/* Default platform does nothing special here */ #include "enclave.h" enclave_ret_code platform_init_global_once(){ return ENCLAVE_SUCCESS; } enclave_ret_code platform_init_global(){ return ENCLAVE_SUCCESS; } void platform_init_enclave(struct enclave* enclave){ return; } void platform_destroy_enclave(struct e...
[ "yuzhijingcheng1996@hotmail.com" ]
yuzhijingcheng1996@hotmail.com
b57bb678acf11739090af2bcac295d8fe6481c2d
2ba36b3ade1e3be83153e4a409d0d852f5a6d03e
/mediatek/custom/common/kernel/imgsensor/src/kd_sensorlist.h
774a930df53015081aa748c79a00745460f3a42b
[]
no_license
jawad6233/android_kernel_pop_D5
191f576268260e351ad210b196551f01906eb5e6
95d1f188ee4a15360f4c0edbf282bf3e9da82a53
refs/heads/master
2021-04-30T13:37:00.444967
2018-02-12T17:06:18
2018-02-12T17:06:18
null
0
0
null
null
null
null
UTF-8
C
false
false
12,401
h
//s_add new sensor driver here //export funtions UINT32 OV2722MIPI_RAW_SensorInit(PSENSOR_FUNCTION_STRUCT *pfFunc); UINT32 MT9P012SensorInit(PSENSOR_FUNCTION_STRUCT *pfFunc); UINT32 MT9P015SensorInit(PSENSOR_FUNCTION_STRUCT *pfFunc); UINT32 OV5647MIPISensorInit(PSENSOR_FUNCTION_STRUCT *pfFunc); UINT32 OV5647SensorInit(...
[ "devvil855@gmail.com" ]
devvil855@gmail.com
4a12a3166c1d9d05dc2aab892f90534dc9452109
65ee95b1d8a99ef4ee7da50ab7c90131aa62b30e
/Semester 1/SCC0222 - Introduction to Computer Science - Laboratory Pratice I/19 - Change/change.c
220053944b28dffc71a91665df3bc53ffad6371a
[ "Unlicense" ]
permissive
pedropp98/USP
1ce40a0c620cffd9a986d482b6f4095667954d87
edb85ee3406d8ee3f7933437d76797ae2e190cf5
refs/heads/main
2023-07-20T16:32:52.427651
2021-03-03T20:32:59
2021-03-03T20:32:59
null
0
0
null
null
null
null
UTF-8
C
false
false
1,659
c
#include<stdio.h> #include<stdlib.h> // Function definition int *change(int); int subtraction_lopp(int*, int); void print_result(int*); // Main function int main(void){ int input_value; scanf("%d", &input_value); int *coins = change(input_value); print_result(coins); free(coins); return 0;...
[ "pedropc@usp.br" ]
pedropc@usp.br
199ebfeea87cda82144d1e6e9ac05eb48e76ed14
601533bee6393d550fdf60e66599d9c69fb31a68
/src/network/bonding/BONDING_KDIRS/4.2.0/bond_main.c
58dff6a9deeb13b42ffd4d2c158888bf43f9859a
[]
no_license
truenas/chelsiouwire
7043978301e0e28be6c39ac39bbf483af370464f
4739d295d543fc8164c96356d4cb1ed63e091a90
refs/heads/master
2023-08-21T16:54:22.911750
2022-07-13T18:26:48
2022-07-13T18:26:48
383,461,654
1
0
null
2022-07-13T18:29:13
2021-07-06T12:30:41
C
UTF-8
C
false
false
137,707
c
/* * originally based on the dummy device. * * Copyright 1999, Thomas Davis, tadavis@lbl.gov. * Licensed under the GPL. Based on dummy.c, and eql.c devices. * * bonding.c: an Ethernet Bonding driver * * This is useful to talk to a Cisco EtherChannel compatible equipment: * Cisco 5500 * Sun Trunking (Solaris) ...
[ "waqarahmedjoyia@live.com" ]
waqarahmedjoyia@live.com
a72364800373b11c6b1a191e949e0b1d08af0205
6ad6408ea482aed297e424a7a11934c2ecf95714
/C/20191216/23~25.c
f0ded7da0190109580a4cc34c5688c12b9c9a69c
[]
no_license
Jennas-Lee/highschool-portfolio-2019
a1283999f701114747b5ec0ac48c6a2fd1cf1b84
f554613b452324a82b266339cfcb52026d796f43
refs/heads/master
2022-03-23T23:18:38.604425
2019-12-30T06:16:01
2019-12-30T06:16:01
227,713,033
1
0
null
null
null
null
UTF-8
C
false
false
246
c
#include <stdio.h> int main() { int num1=5, num2=8, *addr1, *addr2; addr1 = &num1; addr2 = &num2; printf("result1 = %d \n", *addr2); printf("result2 = %p \n", addr1); *addr2 = *addr1; printf("result3 = %d \n", *addr2); return 0; }
[ "leezeunjun@gmail.com" ]
leezeunjun@gmail.com
d8e273abd398d8c0ceda7f7412f1162d3873d253
2601cb54fcdce3bf0273d247a675f8d7d0364d7f
/openslide_api.h
6a933ca37783e2d06eb01811efabf7f82962df56
[]
no_license
pochy/slideviewer
6e5a84ce204bbcc72568d7d5a3df3b65f3a1934c
eee9ddc00a8c32fb78c4f82f49f527e9f0dddc73
refs/heads/master
2020-04-26T07:14:50.942604
2019-02-17T18:55:01
2019-02-17T18:55:01
null
0
0
null
null
null
null
UTF-8
C
false
false
2,337
h
#pragma once typedef struct _openslide openslide_t; typedef struct openslide_api { const char* (__stdcall *openslide_detect_vendor)(const char *filename); openslide_t* (__stdcall *openslide_open)(const char *filename); int32_t (__stdcall *openslide_get_level_count)(openslide_t *osr); void (__stdcall ...
[ "falcury@gmail.com" ]
falcury@gmail.com
28be58d6a21194628eb1db28e1c445f6e04f4e5b
90fa308c33559a3976ae4de13bcbcf9c0ea3ad96
/src/quad/drivers/rxSerial3Test.c
5694cd0b166841c7d37665bf4979a5530ecd2916
[]
no_license
kyyang28/stm32_freertos_eventgroup
6ea8bb0c91b364bb29375886d6bed92b56c61f99
fee6ec41208714959127933c5f7d5fd2b2ea9103
refs/heads/master
2020-04-09T05:22:27.280400
2018-12-02T15:34:22
2018-12-02T15:34:22
160,061,826
0
0
null
null
null
null
UTF-8
C
false
false
827
c
/* WARNING: USART3 TX line shares the same I/O pin (PB10) with the SPI2 (SCK) */ #include <stdint.h> #include "serial.h" static serialPort_t *rxSerial3TestPort; void rxSerial3TestInit(void) { serialPortConfig_t *rxSerialTestPortConfig = findSerialPortConfig(FUNCTION_BLACKBOX); if (!rxSerialTestPortConfig...
[ "88348863@qq.com" ]
88348863@qq.com
3575867f4ad619360dbc99cf58b88f72a2a9f19e
0044c9c2f76fbb4cca0c8b4e1a1dd96525aca2d5
/test.c
fc3c4e665e4b79a266d56a66b8134660f0e6a39b
[]
no_license
ChrisLundquist/JustInCase
1a3d7ddf4ac109bb423ce9d3b6b80674d939fa7c
56cd505411f7b3d3779a99a6432d34024330a520
refs/heads/master
2020-03-10T09:48:50.553147
2018-04-18T21:56:41
2018-04-18T21:56:41
129,319,256
0
0
null
null
null
null
UTF-8
C
false
false
899
c
#include <fcntl.h> #include <stdio.h> #include <sys/stat.h> #include <unistd.h> int main() { int f = open("/dev/null", O_RDONLY); if (f < 0) { fprintf(stderr, "failed opening /dev/null\n"); return -1; } close(f); struct stat buf; if(stat("/Applications/Steam.app/Contents/MacOS/...
[ "chris.lundquist@github.com" ]
chris.lundquist@github.com
638ebc3909bd26ab6a305f584e238c548ce1b5fb
82e98c4e4eff7d02c0d70052fa9227a22daafa4a
/第2期/源码/sixth_drv/sixthdrvtest.c
4f9d7170af68dedc762b75b6b662a4d7abc5d8fc
[]
no_license
suzixin/linux_Embedded
0566a72c5cb0f91d26fbc3edc67c91bdbe79d088
0897014a17641a366202904c28196bd6ff24399a
refs/heads/master
2020-04-18T00:44:08.249481
2019-06-30T23:21:42
2019-06-30T23:21:42
167,088,729
5
0
null
null
null
null
UTF-8
C
false
false
806
c
#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <stdio.h> #include <poll.h> #include <signal.h> #include <sys/types.h> #include <unistd.h> #include <fcntl.h> /* sixthdrvtest */ int fd; void my_signal_fun(int signum) { unsigned char key_val; read(fd, &key_val, 1); printf("key_val: 0x%x...
[ "346067259@qq.com" ]
346067259@qq.com
d8dbdca79cde642c74d61161bec35de4b32c79e6
9b6226452f690d7038101ed06d6d71d18f0abf2e
/ChainCircle/Pods/Headers/Private/LxFTPRequest/LxFTPRequest.h
9f62f8d2d6b08abacc3cdb3a6f3dfaf7e2b82584
[ "Apache-2.0" ]
permissive
TouchFriend/ChainCircle
5517e4ff7499c08e4dd0858e158b39e41f33d416
7a752313d10bc5424bc05aa821ae5fee44f23eb5
refs/heads/master
2020-03-18T23:40:41.123226
2018-06-13T06:48:18
2018-06-13T06:48:18
135,418,586
1
0
null
null
null
null
UTF-8
C
false
false
49
h
../../../LxFTPRequest/LxFTPRequest/LxFTPRequest.h
[ "1604101058@qq.com" ]
1604101058@qq.com
798a800d4e36d492112edacdd382b9da3a58b9dd
9d8d4d3825d45c70af68686a3893cf99a8ab8250
/lab3/sprut/krafna-tp/tp/7de3f71d0607944fa6891ed4533d42b8.c
b41c2e5d526292489a12bbe52e2899be16c6563e
[]
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
601
c
/** * ppjC je programski jezik podskup jezika C definiran u dokumentu * https://github.com/fer-ppj/ppj-labosi/raw/master/upute/ppj-labos-upute.pdf * * ova skripta poziva ppjC kompajler (za sada samo analizator) pritiskom * na tipku [Ctrl+S], [Shift+Enter] ili [Alt+3] i prikazuje rezultat analize. * * ne garantir...
[ "msantl.ck@gmail.com" ]
msantl.ck@gmail.com
fac13f468046341cf6f7a6e16e89a42e984535d5
882e579d0b9abea069fb9573f1c376ff3f5f7055
/v2_TMTDyn_IJRR2020/Samples/Rods/1. STIFF-FLOP/code (EBA n3)/codegen/mex/EOM/sprdmpF20.c
ab9aca76edd439f3f3df20030a9ca66566387336
[ "BSD-2-Clause" ]
permissive
LenhartYang/TMTDyn
f92d12d9d913a25eadac309670953ab302ffcfa2
134d89b156bdc078f6426561d1de76271f07259e
refs/heads/master
2023-03-27T12:34:16.250684
2021-03-25T13:40:01
2021-03-25T13:40:01
374,253,641
1
0
NOASSERTION
2021-06-06T02:47:07
2021-06-06T02:47:06
null
UTF-8
C
false
false
16,359
c
/* * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * sprdmpF20.c * * Code generation for function 'sprdmpF20' * */ /* Include files */ #include <string.h> #inc...
[ "m.hadi.sadati@gmail.com" ]
m.hadi.sadati@gmail.com
70b64dbb53dc6614ea73dbd4220e543ff690a97e
d1047e0fc147c9c41bbe9139139359793f390610
/networking.cydsn/Generated_Source/PSoC5/UART_cls.c
6135946667092faa0d283e027ea4793b571ed3bf
[]
no_license
ramachandrand95/psocker2017
bc6ff080a076e094d8909db706b291ea3269be44
99b035fd08f05234b23f3bdb94b92d54270b3a9c
refs/heads/master
2021-09-07T00:21:03.980685
2018-02-14T02:59:14
2018-02-14T02:59:14
114,037,054
0
0
null
null
null
null
UTF-8
C
false
false
4,846
c
/***************************************************************************//** * \file UART_cls.c * \version 3.10 * * \brief * This file contains the USB Class request handler. * ******************************************************************************** * \copyright * Copyright 2008-2016, Cypress Semiconductor...
[ "marlowea@msoe.edu" ]
marlowea@msoe.edu
e514cc7de8055dcfa7f4e45eeaad48c3e149ad59
827bcb0546a7007f43cf3c292e8e90c1a0bc3a78
/2020quiz3/singlylist.h
8f997b62f4cc13c90cb83a4a350996659b364bb9
[]
no_license
eopXD/LinuxKernel
47b21df2b73ee4e82d4273758a867a9c1aa573e8
f46940b641db10115cf742dc0a2a20a391282444
refs/heads/master
2021-01-14T18:11:36.028067
2020-08-10T15:28:01
2020-08-10T15:28:01
242,708,080
0
0
null
null
null
null
UTF-8
C
false
false
955
h
#include <stddef.h> struct node { int data; struct node *next; } *head; void insert(struct node *newt) { struct node **link = &head; while (*link && (*link)->data < newt->data) link = &(*link)->next; newt->next = *link; *link = newt; } /* 然而在 Linus Travold 的 TED Talk 上, 他有分享一段 Linux 中是如...
[ "yueh.ting.chen@gmail.com" ]
yueh.ting.chen@gmail.com
12af01e69c8b8556c20602b7ed39812b0c7eacb0
96f59c601b50391594b971d8f543ff0991657a50
/src/alpha.star.c
5c157460cfd2c1e88e026f8de90b5f97bb0d0cb5
[]
no_license
e-hall-hoffarth/bnlearn
5feb310e0cf8f592e01191cc1f724547f609a11d
c7030718a5e0ada341cf603ca19b53531f426958
refs/heads/master
2022-11-09T20:40:26.458849
2020-06-20T19:27:04
2020-06-20T19:27:04
272,461,259
0
0
null
2020-06-15T14:30:52
2020-06-15T14:30:51
null
UTF-8
C
false
false
4,002
c
#include "include/rcore.h" #include "include/data.frame.h" #include "include/sets.h" #include "include/tests.h" static int deff_node_root(int *n, int llx) { int i = 0, nonzero = 0; for (i = 0; i < llx; i++) nonzero += (n[i] > 0); return nonzero; }/*DEFF_NODE*/ static int deff_node(int **n, int *nj, int ll...
[ "csardi.gabor+cran@gmail.com" ]
csardi.gabor+cran@gmail.com
8697d89727dd3761a814ecec90d00ed4d665a660
5c643658b72b2bc80d49693067fe519a2d9371e6
/ft_strclr.c
3501e8daa08f18a7b2de136cb28bd9c3ba59a9b3
[]
no_license
dom0ng/libft
46dfa06c6d3739886840ae991cd988d9a90ec8ef
c94b6dc69f0da776bf84375669bae25ac775fea7
refs/heads/master
2018-11-15T07:23:25.996643
2018-11-11T17:19:06
2018-11-11T17:19:06
113,523,334
1
0
null
null
null
null
UTF-8
C
false
false
985
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strclr.c :+: :+: :+: ...
[ "julin@student.42.fr" ]
julin@student.42.fr
f82b2cab6ae95552b16c058c7b6c138aa55767e5
2d59fb0c5b5a7dbc1c31fab2ea3b89a08a859ef6
/include/configs/ti_armv7_common.h
adc7861539b280fe2d64cd8de987117b36d99dfb
[ "0BSD", "GPL-2.0-or-later" ]
permissive
CPU-Code/-u_boot_fslc
683f4d183723df62f17645ec7f2d3c6bccbf737c
da15f58fe22fce65c6934eaa0d69d8bd2631f9a7
refs/heads/master
2023-04-03T15:38:33.105773
2020-05-16T12:04:44
2020-05-16T12:04:44
278,999,208
0
0
0BSD
2021-04-20T20:20:33
2020-07-12T05:38:02
C
UTF-8
C
false
false
7,452
h
/* SPDX-License-Identifier: GPL-2.0+ */ /* * ti_armv7_common.h * * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ * * The various ARMv7 SoCs from TI all share a number of IP blocks when * implementing a given feature. Rather than define these in every * board or even SoC common file, we ...
[ "923992029@qq.com" ]
923992029@qq.com
5dd19d4cd452c6ac2e776c5808d8dc24c2612550
6e646431a596235bf368dad0a615ddb61edb8e68
/Concurrent-Programming/thr.c
fbee6358694d10affc3fca0a98190732a315b460
[]
no_license
sfasihh/Embedded-Sys
c5d2ba7c084c647d4c21c9f9b4df9aa17b795de6
2b4d6282f913e7bfcf78da13d8a3b76d891b0e62
refs/heads/main
2023-04-10T01:57:12.421337
2020-11-22T10:13:10
2020-11-22T10:13:10
360,473,832
0
0
null
null
null
null
UTF-8
C
false
false
1,377
c
#define osObjectsPublic #include "cmsis_os2.h" #include <stdio.h> #include <stdlib.h> #include <math.h> #include <time.h> #include "Board_LED.h" int draw1; int draw2; osThreadId_t tid1_thread; osThreadId_t tid2_thread; osThreadId_t tid3_thread; void Thread_1(void *argument); void Thread_2(void *argument); void Thre...
[ "samiya.fasih@gmail.com" ]
samiya.fasih@gmail.com
3c288cf342a743bb8a90e286a09aefdd221ff9c7
273a51775110557656385c3105c5d530c9aec66e
/bmp180.h
4e32f3306842b139a2fc6ba8cf5531dfea87e1f6
[ "Apache-2.0" ]
permissive
donato-iot/oaq-esp-open-rtos
3fd7165267b3ead23841dc6df04af447df74d27d
8f8e9c0683c1e273607d3e6c02f409a2484bb2f3
refs/heads/master
2021-01-11T18:13:14.017459
2016-11-13T10:48:52
2016-11-13T10:48:52
null
0
0
null
null
null
null
UTF-8
C
false
false
847
h
/* * Driver for the BMP180 pressure sensor. * * Copyright (C) 2016 OurAirQuality.org * * Licensed under the Apache License, Version 2.0, January 2004 (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/licens...
[ "info@ourairquality.org" ]
info@ourairquality.org
253b2f97f8e3695018359d25ea67ac8e7e130b17
19b00d65e23755c2aa565e1fe59164d52df7267a
/HALLIB/STM32F7xx_HAL_Driver/新建文件夹/Src/stm32f7xx_hal_smartcard.c
25efaf465042b18e0f116ba21196656e809d8186
[]
no_license
wpmyj/awtk-stm32f769-freertos
08d923e6c9d98309031c321d3ef8a4083f17474d
f0f6aed33da5b618baee8735a90d8f387b2196c1
refs/heads/master
2020-09-06T16:16:04.357119
2019-11-09T08:46:49
2019-11-09T08:46:49
220,475,810
4
2
null
2019-11-08T14:04:27
2019-11-08T13:47:19
C
UTF-8
C
false
false
46,918
c
/** ****************************************************************************** * @file stm32f7xx_hal_smartcard.c * @author MCD Application Team * @version V1.1.1 * @date 01-July-2016 * @brief SMARTCARD HAL module driver. * This file provides firmware functions to manage the following...
[ "yjwpm@126.com" ]
yjwpm@126.com
4c8a7abbc7b83ed254ac8072eec61fb5c96e614c
5c255f911786e984286b1f7a4e6091a68419d049
/code/fe071b4d-92ed-4e96-88ae-181a29cb0042.c
4ee41d1a23f477f3046e0e720c27bd1cd2b38bf7
[]
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
253
c
#include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = i/j; l = i-j; l = l-j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,i); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
105f07e66c7c361d8472e50d93764ef592656823
f603c1740f5308b14cb07d5fe849abfa5fe5b393
/gprs_sim928a_m26/include/gprs_tx.h
8d148c75b2948db664f8eaeca38e1850201511bd
[]
no_license
wangjianssd/SensorBox1.0
f8a7c6754ea5f2ff2a660275d9527fc09345e34e
c0ce2c3fef439234480ccd1cf289263dd3e4fc88
refs/heads/master
2021-01-12T02:36:29.822362
2017-01-05T01:44:24
2017-01-05T01:44:24
78,074,716
2
0
null
null
null
null
UTF-8
C
false
false
6,444
h
/** * @brief : .h 主要提供外部接口函数以及结构体、枚举定义 * * @file : gprs_tx.h * @author : zhangzhan * @version : v0.1 * @date : 2015/9/15 * * Change Logs : * * Date Version Author Notes * - 2015/9/15 v0.0.1 zhangzhan 文件初始版本 */ #ifndef __GPRS_H #define __GPRS_H ...
[ "wangjian@wsn.cn" ]
wangjian@wsn.cn
3cd59ca167aa5b6966ea025ae153da3c0b07dbb6
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/063/377/CWE121_Stack_Based_Buffer_Overflow__CWE193_char_declare_memmove_51a.c
6016a7d13323ae4f7658aaa3a1781e00009ccedf
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C
false
false
2,961
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE121_Stack_Based_Buffer_Overflow__CWE193_char_declare_memmove_51a.c Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE193.label.xml Template File: sources-sink-51a.tmpl.c */ /* * @description * CWE: 121 Stack Based Buffer Overflow * BadSource: Point data t...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
5fa5bb4052da48aabc14b26032dd344c7b2c26be
af24e7dda2f91ced51d762bfb216464d651a0bcc
/fesBeacon/BeaconTest/Classes/Native/System_System_Uri_UriScheme.h
7dd339990088c2f5138d8983a9ceee7d1bede550
[]
no_license
Toshihiko-Tabata/fesBeacon
f093e97bf83d1c07a1e52adef24962efaac4f0f2
e52a59dc02883a85487c50de3604a62a97b1d54b
refs/heads/master
2021-01-10T15:16:56.041075
2015-11-27T06:27:12
2015-11-27T06:27:12
46,953,895
0
0
null
null
null
null
UTF-8
C
false
false
577
h
#pragma once #include <stdint.h> // System.String struct String_t; // System.ValueType #include "mscorlib_System_ValueType.h" // System.Uri/UriScheme struct UriScheme_t663 { // System.String System.Uri/UriScheme::scheme String_t* ___scheme_0; // System.String System.Uri/UriScheme::delimiter String_t* ___delimite...
[ "nds@NDS-no-Mac-mini.local" ]
nds@NDS-no-Mac-mini.local
83603ebdb474d562be19ee299fc97d41d5d51c6e
31e8a5f2eda495de8d1c8b647fce430dc7dad6c7
/mysql/wrapper.c
f97e8bc72ed10884c29313e5d924136e2297a85a
[]
no_license
yone098/go-mysql
41e70ce1956313307f78df048e632d0c4274c98c
9da85858f9c8b667a69dfb8aa23c086673fd9e3e
refs/heads/master
2020-05-18T13:27:33.845648
2009-12-03T09:50:57
2009-12-03T09:50:57
377,877
7
2
null
null
null
null
UTF-8
C
false
false
1,833
c
// license that can be found in the LICENSE file. // See the README for more information. #include "wrapper.h" #include <stdio.h> #include <mysql.h> wmysql wm_init(wmysql mysql) { return (wmysql)mysql_init((MYSQL *)mysql); } int wm_errno(wmysql mysql) { return mysql_errno((MYSQL *)mysql); } const char *wm...
[ "yone@cent098.(none)" ]
yone@cent098.(none)
0c00cb11ea63f03a488a4f64a7bd23a5b36834eb
b6370a4c5c0a9c9dfc2dce764a0ab69ee747bd94
/code/libcpp_assistant/include/cpp_assistant/native/base/platforms/linux/os_specific.h
d39fbca5f15bafe0f2baabbfd690cfc8afe11ecb
[]
no_license
FooFooDamon/cpp_assistant
26ba7fa2fadd506b208015f09045fcea113ec8c2
01ad8af0195b4aa2cd231168996889632f7dea68
refs/heads/master
2022-10-14T10:35:50.817034
2022-09-27T04:37:15
2022-09-27T04:37:15
109,113,807
3
2
null
null
null
null
UTF-8
C
false
false
1,650
h
/* * Copyright (c) 2017-2020, Wen Xiongchang <udc577 at 126 dot com> * All rights reserved. * * 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 t...
[ "udc577@126.com" ]
udc577@126.com
1c1f211c119dc5ffb32d62e43b0ec69586d3b370
c275d1a9da7866549ecf92262eddcbc415dd3df7
/src/base/io/ioReadBlif.c
592bee4a2203d8ec3edeb99e014736be28ce1266
[ "MIT-Modern-Variant" ]
permissive
animeshbchowdhury/abc_glift
e5fdf47be910de1b5db20c053dcfdec36b57ef3c
ba3cdf78670b3c295c166e9a1c98c182135c0770
refs/heads/master
2020-05-20T04:10:20.539160
2012-11-22T10:46:49
2012-11-22T10:46:49
null
0
0
null
null
null
null
UTF-8
C
false
false
43,852
c
/**CFile**************************************************************** FileName [ioReadBlif.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [Command processing package.] Synopsis [Procedures to read BLIF files.] Author [Alan Mishchenko] Affiliation [UC Berkele...
[ "w_weilix@hotmail.com" ]
w_weilix@hotmail.com
e770ffb0b3aaae7477b67d44088b8d096f4f7d82
344ca713313661c260e11ffe8948e19cc4cb5877
/EfectoPasarPagina/lista_enlazada.h
0d7333f432207d2a5a49c5993131caa14fe9b652
[ "MIT" ]
permissive
aggarcia3/EfectoPasarPagina
0ffd22cd04861dbd66e1a40f2ad252c211166645
ef192d3cd4d8b695d8d34f35188a54a07a64b662
refs/heads/master
2020-08-12T03:38:28.920912
2019-10-12T16:45:07
2019-10-12T16:45:07
214,681,091
0
0
null
null
null
null
ISO-8859-1
C
false
false
3,135
h
#pragma once #include "stdafx.h" // El tamaño de una línea de la caché suele ser de 64 bytes. // Para que los elementos de un nodo quepan en dos líneas de la caché de manera óptima, // el número de elementos n debe de ser el máximo tal que n <= 128 / sizeof(void*). // Asumiendo sizeof(void*) == 8, resulta que ...
[ "noreply@github.com" ]
aggarcia3.noreply@github.com
e1f82f3fa74c5cc97030657b59e732ddd71c3f96
15547ea4754895bf9411dbf0e97c5b50e9c4e048
/c101/cpychar.c
21a086e344c6b054796ec7805a067e901c509d39
[]
no_license
banzade/cisthegoat
879184bb61c7ffe1eda1f90889502b64efc123ac
5d7c8bb3e6634f7fe18c16cf3b9c9ab7d0bcc44e
refs/heads/main
2023-08-11T06:10:07.313994
2021-09-28T18:22:20
2021-09-28T18:22:20
386,207,344
0
0
null
null
null
null
UTF-8
C
false
false
114
c
#include <stdio.h> /* copy input to output */ main() { int c; while ((c = getchar()) != EOF) putchar(c); }
[ "vivekbanzade19@gmail.com" ]
vivekbanzade19@gmail.com
dc113da716d1c5dd29f645013165fbe9abd87edc
42c5a1d04c67fdb17b53cbcbd651b6dff06445ea
/hy/游戏开发/C++游戏设计案例教程[案例及素材]/WinApp/resource.h
89d2367683075d0977bd710db60ccaa640df6615
[]
no_license
twiggy1999/welfare
a867380a04d615fb9b0b854469b95de4fba15ca1
e86df4c40d88a978507a3140dfad5c13f99ab200
refs/heads/master
2020-07-29T10:49:28.689158
2018-04-13T04:12:57
2018-04-13T04:12:57
null
0
0
null
null
null
null
UTF-8
C
false
false
502
h
//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by resource.rc // #define IDC_CURSOR1 101 #define IDI_ICON1 102 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT...
[ "uknowho@foxmail.com" ]
uknowho@foxmail.com
f3dc409e0831391ad831e2761e73a543348482f7
150e83fe68af90c404d0bb1e38370a1752691628
/books/stdlinux/ch2/spawn/spawn.c
08c200fe75e8550fd76c6aeb9a9642e29e609962
[]
no_license
makutak/sandbox
569692fc54469e99d4732d1962633d40000c792a
dc356de6ead130295624b6cff17152a1b506b28c
refs/heads/master
2023-07-06T07:52:08.357589
2023-06-01T01:12:47
2023-06-01T01:12:47
80,980,152
0
0
null
null
null
null
UTF-8
C
false
false
874
c
#include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> int main(int argc, char **argv) { pid_t pid; if (argc != 3) { fprintf(stderr, "Usage: %s <command <arg>\n", argv[0]); exit(1); } pid = fork(); if (pid < 0) { fprintf(stderr, "fork(2) failed\...
[ "takkouno@gmail.com" ]
takkouno@gmail.com
44adc6f500e3049f26009dab10cfa747ace8dbaa
f6f12db3fc5a5d05197eb80ecbf8ffa8c9409277
/p2_family/data.c
aa4a266cb2451363162a13de7acd5907c4da8ccb
[]
no_license
andrebola/patterns-genres
4e1f5d7204e0451687ba3d33762a8b9004fd4d41
740433de95dc54dace351ef8f25b3f7c20170d45
refs/heads/master
2021-03-27T09:16:27.083887
2018-09-10T15:01:47
2018-09-10T15:01:47
103,969,404
7
1
null
null
null
null
UTF-8
C
false
false
2,903
c
/* * data.c - Functions for managing data formats and indices * * Version 2008-01-20 * * * Copyright (C) 2007 Niko Mikkila * * University of Helsinki, Department of Computer Science, C-BRAHMS project * * Contact: mikkila@cs.helsinki.fi * * * This file is part of geometric-cbmr, * C-BRAHMS Geometric algori...
[ "andres.ferraro@upf.edu" ]
andres.ferraro@upf.edu
cf53c07b43e30176c99e3e6f5420d9163e5f128d
82f9734ce6c3d6ac068f3cd1001ef216dec2e57c
/01_unionC.c
c65f60f50393e9dbebff6ac0ce20be7a7695be0e
[]
no_license
CodePractice01/Learn-data-structures-and-pointers-in-c
fcbddc97ba415dd7a0488a1b026d3b3d559bac2a
806f0f3a9f27ab50e3437ea51e2e3844cb2eeb22
refs/heads/master
2022-04-18T12:35:52.616900
2020-04-15T07:40:15
2020-04-15T07:40:15
254,551,422
0
0
null
null
null
null
UTF-8
C
false
false
610
c
#include <stdio.h> /* * * //union are unsafe //union space isn't restricted to a specific data type --it's just an unholy chenck of memory //the compiler doesn't check to ensure that the proper date type is used // - modify one member of a union affects other memebers * * */ int main() { // char a and i...
[ "noreply@github.com" ]
CodePractice01.noreply@github.com
3d700b9ee9a5b37b4ef31200f3aab8c47100ef70
4fa48be9170f3c124100ef70bf90f4b00b71a215
/day3/3.c
4adb9dab6f6877b498f6110810cd50ee76525dbc
[]
no_license
azliqiang/C
da9c4736b4cb8734dbbeb31ba8f3ec54c3447364
72d09207d149132c7f21e38cea11f167ca1354b6
refs/heads/master
2021-01-21T04:25:21.848109
2015-09-12T08:54:52
2015-09-12T08:54:52
42,322,915
0
0
null
null
null
null
UTF-8
C
false
false
274
c
#include <stdio.h> int main(int argc, const char *argv[]) { char ch1 = 0; char ch2 = 0; char ch3 = 0; scanf("%c%c%c", &ch1, &ch2, &ch3); printf("ch1 = %c\nch2 = %c\nch3 = %c\n", ch1, ch2, ch3); printf("ch1 = %d\nch2 = %d\nch3 = %d\n", ch1, ch2, ch3); return 0; }
[ "liqiang@1000phone.com" ]
liqiang@1000phone.com
bfd75f7a36b5d2ba8ed9ea59eadc80c9289e717e
00a2411cf452a3f1b69a9413432233deb594f914
/src/sqthird/MinHook131/src/trampoline.c
e67a097ff902bf5a42b451e8cdb4f0a4826f3183
[ "BSD-2-Clause" ]
permissive
willing827/lyCommon
a16aa60cd6d1c6ec84c109c17ce2b26197a57550
206651ca3022eda45c083bbf6e796d854ae808fc
refs/heads/master
2021-06-26T21:01:21.314451
2020-11-06T05:34:23
2020-11-06T05:34:23
156,497,356
4
0
null
null
null
null
UTF-8
C
false
false
9,881
c
/* * MinHook - The Minimalistic API Hooking Library for x64/x86 * Copyright (C) 2009-2015 Tsuda Kageyu. * 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 o...
[ "willing827@163.com" ]
willing827@163.com
4c6377650445d63b1adb155af23be8412f701aec
3db023edb0af1dcf8a1da83434d219c3a96362ba
/windows_nt_3_5_source_code/NT-782/PRIVATE/NET/JET/JET/INC/VERSION.H
f131f5c0854d8973c68457b812421168df0808f9
[]
no_license
xiaoqgao/windows_nt_3_5_source_code
de30e9b95856bc09469d4008d76191f94379c884
d2894c9125ff1c14028435ed1b21164f6b2b871a
refs/heads/master
2022-12-23T17:58:33.768209
2020-09-28T20:20:18
2020-09-28T20:20:18
null
0
0
null
null
null
null
UTF-8
C
false
false
100
h
#define rmj 202 #define rmm 1 #define rup 0 #define szVerName "" #define szVerUser "IANJO1"
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
efb799fb11b9803090deb7bfa1848eab371f660c
cf2a4b7868480068d1d7680cfd6925d94888e214
/nuttx-7.21/nx/apps/netutils/netlib/netlib_setessid.c
4cf03071b27551481ddd398c8d789dcb656769db
[ "MIT", "BSD-2-Clause", "LicenseRef-scancode-warranty-disclaimer", "BSD-3-Clause" ]
permissive
wphust/nuttx_7.21
342800da353425f15e18a1614813f099ddd29981
44ef9bce883ac2dd0f18fa1eb66284e56e021431
refs/heads/master
2021-08-07T18:19:24.254306
2017-11-08T17:38:58
2017-11-08T17:38:58
109,682,472
0
0
null
null
null
null
UTF-8
C
false
false
4,420
c
/**************************************************************************** * netutils/netlib/netlib_setessid.c * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modification, are permi...
[ "pei.wang@lucyelectric.com" ]
pei.wang@lucyelectric.com
9bb9009922ae096298c89ad56abc2de8a425ba88
ef30dd91075458edf387088773e79b25352a5651
/2020_group14-master/src/symbol.h
81c04248e7b6d168d9d2992f9d1f995219202826
[]
no_license
YueLyu/COMP520
d3cce68b25e15413922bd22607fcc71099de8284
229c555447bd5354ae4d77afdc3f1e53a4dca251
refs/heads/master
2021-01-09T11:30:31.086751
2020-04-01T02:58:10
2020-04-01T02:58:10
242,283,579
0
0
null
null
null
null
UTF-8
C
false
false
1,519
h
#ifndef SYMBOL_H #define SYMBOL_H #include "tree.h" #include "type.h" // Make symbol related functions. SYMBOL * makeSymbol_var(char * name, Type * type, int lineno); SYMBOL * makeSymbol_const(char * name, Type * type); SYMBOL * makeSymbol_function(char * name, TYPELIST * typelist, Type *returnType, int lineno); SYM...
[ "noreply@github.com" ]
YueLyu.noreply@github.com
af127133022adc10f27d137ce049d8e915e5b12e
e67cba8634549a80d2e37bca060a7f18e21b075d
/test/test_o_document.c
6c1bc7306244b4f899846a8f41684cc84f4b0866
[]
no_license
AVGP/orientdb-c
b4747f5bf562b3c3ae0bf519a536bc5c023e71c6
1fa04cb54f7e170674ddf473eed3273e910810a2
refs/heads/master
2021-01-18T05:14:09.304751
2011-01-30T16:38:39
2011-01-30T16:38:39
1,341,395
1
0
null
null
null
null
UTF-8
C
false
false
4,947
c
#include "test_o_document.h" #include <TestFramework/test.h> #include "../src/o_document.h" #include "../src/o_document_value.h" #include <string.h> #include <stdio.h> #include "../src/o_memory.h" #include "../src/o_string_printer.h" #include "../src/o_string_printer_stream.h" #include "../src/o_output_stream_byte.h" v...
[ "tglman@tglman" ]
tglman@tglman
87c2a8f8d59f65a55b65276b5a47da4fb0805095
81d8d98a24cb04586477a11b2bbe891c4a816733
/select_ith_element.c
383f75c6be5ed9c8375d6e7ed76e7b92ab912a90
[]
no_license
yantingxu/Algorithms
555bf9d2cceaf4e23c4ece17ebe7c7a893b90e88
235dcb6c3fbb5e42e9274393aeed10ba815894ff
refs/heads/master
2020-04-06T06:52:22.934721
2014-08-03T09:34:07
2014-08-03T09:34:07
null
0
0
null
null
null
null
UTF-8
C
false
false
3,770
c
#include<stdio.h> #include<stdlib.h> #include<math.h> // gcc -lm #include<string.h> int rand(void); void srand(unsigned int); void swap(int *i, int *j) { int tmp = *i; *i = *j; *j = tmp; } void sort_minibatch(int *nums, int n) { // insertion sort for (int i = 1; i < n; i++) { int e...
[ "sunriser2008@gmail.com" ]
sunriser2008@gmail.com
23816c726763dce2184003f2da40eb43feeb3ded
b935cbf0f258921a1d33fdf4dabb92d5750c86ae
/Box2dKit/GameConfig.h
c621f95b23eb8dde6a76d84cb6d79e8c574f11bf
[]
no_license
kavendek/Box2dKit
e5f4b2f076ed113197afd1b02f6d28cf457a9186
6ae17bf4fbef32483adc9d266c81fe3f7d422827
refs/heads/master
2021-01-18T07:31:02.380817
2012-05-25T20:03:47
2012-05-25T20:03:47
null
0
0
null
null
null
null
UTF-8
C
false
false
1,096
h
// // GameConfig.h // Box2dKit // // Created by Kevin Jenkins on 2/8/12. // Copyright __MyCompanyName__ 2012. All rights reserved. // #ifndef __GAME_CONFIG_H #define __GAME_CONFIG_H // // Supported Autorotations: // None, // UIViewController, // CCDirector // #define kGameAutorotationNone 0 #define kGameAutoro...
[ "kevinj04@gmail.com" ]
kevinj04@gmail.com
a7928ca0d09916b81a4b0827f763cd7b1be57791
490960ac1076a38e7476b06cbc10cc9365bf5d02
/src/core/mem_coredump_allock.c
4bdba34f94244814b22da33913b091462dc88c9a
[]
no_license
lorking/mylearnos
fa708d5588a9139c33b65b08b1839365ac8beba5
d0b52087abe29a3b74aca6975135adb6e658ee0c
refs/heads/master
2020-07-21T14:50:52.828004
2013-03-24T04:27:37
2013-03-24T04:27:37
null
0
0
null
null
null
null
UTF-8
C
false
false
8,545
c
#include <mem.h> #include <system.h> #include <mem_coredump_allock.h> #include <vedio.h> struct coredump_struct{ unsigned char flag;//标志位,用来表明是否被使用 unsigned char free;//标志位,用来表明这块内存是否被使用 int nxt;//下一个链接的图标 unsigned short size;//分配内存的大小 unsigned int address;//指向的地址 }; //用来保存相关信息 struct coredump_struct_header{ stru...
[ "lorking0531@gmail.com" ]
lorking0531@gmail.com
fd6963be9bde56e2b5419491a43e8b54a9238a38
92615108d8dee41f1b10a5f0152c0372ac361928
/multiSolver/multiSolver/multiSolverTimeFunctions.C
9b5b6d98ab384a7b8022482d955c44767ba68c29
[]
no_license
samech-git/foam-extend3.1_src
81177c1167374fbbae381334849e5fc602cb4aae
2f6e570440ec6274be4dc7e3172feaf833e09950
refs/heads/master
2020-11-24T05:42:23.558315
2019-12-14T09:28:38
2019-12-14T09:28:38
227,990,172
1
0
null
null
null
null
UTF-8
C
false
false
20,290
c
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | foam-extend: Open Source CFD \\ / O peration | \\ / A nd | For copyright notice see file Copyright \\/ M anipulation | ---------------------...
[ "sa2498331251@163.com" ]
sa2498331251@163.com
19265d2ee73340d3596a149460e4942221dfb992
2999aa586e54587046aa72bcd21dfd1966f530e9
/examples/sam-r21-blink/sam0/drivers/sercom/usart/unit_test/saml21j18a_saml21_xplained_pro/conf_test.h
698c62e9e218b84f5a094c277cede20139e66529
[ "MIT" ]
permissive
GeorgeIoak/femto-beacon
8ddd082bcefb5700cfea5e80dc84491a6f616113
13f82b86f33bb6cf7d107b8f77388a4a7c2d6f92
refs/heads/master
2020-06-06T14:34:43.832646
2018-01-12T17:33:31
2018-01-12T17:33:31
null
0
0
null
null
null
null
UTF-8
C
false
false
3,151
h
/** * \file * * \brief SAM L21 Xplained Pro test configuration. * * Copyright (c) 2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ...
[ "webmaster@alexventure.com" ]
webmaster@alexventure.com
9da746c18fcaf239f7c628319fbb3c422bf22095
8413273bab84228dad6ff5247f6d581b7796d142
/sample/sdl/roadfighter/sge/sge_config.h
089a3345d2ff4125a2b6ecb42f3a3dd0e4919f8f
[]
no_license
pdpdds/yuzaos
91b6f5bb51583da3827594489fc700821bc5cd6a
ce3b6d0907f7be470fcbc408382a20e2b75e9ef2
refs/heads/master
2023-05-01T09:51:21.007740
2023-04-27T08:37:42
2023-04-27T08:37:42
289,303,507
28
5
null
2021-03-20T14:58:37
2020-08-21T15:30:10
C
UTF-8
C
false
false
137
h
/* SGE Config header (generated automatically) */ #define SGE_VER 030809 #define _SGE_C_AND_CPP #define _SGE_HAVE_IMG #define _SGE_NOTTF
[ "juhang3@daum.net" ]
juhang3@daum.net
095e0096a7fdba42c7e5341a894b848c0afa4273
07a93bc9448c3f6004edfe3c2f35d1a76fadbb34
/ds/stacks/getmin_push_pop_in_constant_time.c
7c2faadd19deffaf038b9ef39bfc476f5d394870
[]
no_license
biswaroop1547/CS_work_codes
dbdd6c67f42a6c62542a3683cc4b4139c28d0d10
1ce249b0026cf82d8c056003d12749ef2b4a024a
refs/heads/master
2023-03-28T23:54:26.599672
2021-03-25T00:45:38
2021-03-25T00:45:38
293,131,198
0
3
null
2020-10-16T00:12:32
2020-09-05T18:19:36
C
UTF-8
C
false
false
2,225
c
#include<stdio.h> #include<stdlib.h> struct node { int data; struct node *next; }; typedef struct{ struct node *top; } STACK; typedef struct { STACK normal_stack, min_stack; } EFFI_STACK; int is_empty(STACK S){ return S.top == NULL; } int get_top(STACK S){ return S.top->data; } int push(S...
[ "biswaroop08@gmail.com" ]
biswaroop08@gmail.com
a01faf25adfa1cf3d28f25c72b636e6a2d3ec473
0dfd108c831698c63edc419cc22005b1257899fb
/RootTools/MakeHistFinal.C
d4d295b4cfcfe92cb9afea4530f5188908008c5f
[]
no_license
hkaushalya/CDFPhoJets
1f93deb39f6f1cff674c2873d49f1ffed4818061
b4d03718e927a71c6a690c36b0cace08b4e05155
refs/heads/master
2021-01-10T00:59:53.799943
2013-09-09T15:45:49
2013-09-09T15:45:49
null
0
0
null
null
null
null
UTF-8
C
false
false
52,016
c
#include <iostream> #include <sstream> #include <string> #include <TCanvas.h> #include <TFile.h> #include <TH1.h> #include <THStack.h> #include <TLegend.h> #include <TStyle.h> #include <vector> #include <TF1.h> #include <TPaveLabel.h> #include <TPaveText.h> #include <TText.h> #include <TLine.h> using namespace std; ...
[ "samantha@cern.ch" ]
samantha@cern.ch