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
2ad757fefe74c22b84d610f5b8bf7407f912718e
3242b4524ed78233f4ae1d9004ef6a8b7d8afa0e
/test/MCSimultaneousFit/mysimultaneousfitMyDefault.C
de0a26bc6c66855314b6e763d900e11f022c4b50
[]
no_license
nsahoo/FourMuonPAT
5285d46e3c0cb1598db29afaffdda964ab023d42
2fe0cae78fc9bcbe551ce25f41b412ea852313a4
refs/heads/master
2020-05-16T15:08:47.253631
2018-09-11T02:23:58
2018-09-11T02:23:58
null
0
0
null
null
null
null
UTF-8
C
false
false
18,533
c
void mysimultaneousfit() { double mybinwidth = 0.1; double x15min = 12.0, x15max = 18.0; double x18min = 15.0, x18max = 21.0; double x25min = 21.0, x25max = 29.0; double x36min = 32.0, x36max = 40.0; double x50min = 45.0, x50max = 55.0; RooRealVar x15("x15","mass [GeV]",x15min,x15max); RooRealVar x18("x18","ma...
[ "suleyman.durgut@gmail.com" ]
suleyman.durgut@gmail.com
8fdee7aeff165402ad3918e7dbb6739789a22a39
903c45082bd0d4fbb0a0d6a289b5294d8d05c314
/sys/arch/alpha/include/cpu.h
bd076c3879f9f33e9be7b986ae6cf346ea477826
[]
no_license
tombibsd/netbsd-src
0552d62659412e821163c945c62b7555d1e616d2
7f0f8c8c4b00f7c47700b8260a5cbd627d73fe7c
refs/heads/master
2021-01-21T04:54:21.541793
2016-06-17T00:56:40
2016-06-17T00:56:40
24,783,931
0
0
null
null
null
null
UTF-8
C
false
false
8,768
h
/* $NetBSD$ */ /*- * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility, * NASA Ames Research Center, and by Charles M. Hannum. * ...
[ "uebayasi@tombi.co.jp" ]
uebayasi@tombi.co.jp
ae85a09e85e578274321e967832d34568ed3dacf
4318c23f7e244169f43d3d6ba406bfdd1d2973ef
/DLinkedList/DLinkedList/DLinkedList.c
2e7464169992be440d426c3ac752292952d5d18c
[]
no_license
subinmun1997/Data-structure
38e7b0831bf002ca698cd80ca5bf266c364d0413
5634e6adfd63bc7fc473da04cb75c05ca85d54ef
refs/heads/master
2022-11-10T18:51:54.825270
2020-07-01T10:01:12
2020-07-01T10:01:12
271,979,891
0
0
null
null
null
null
UHC
C
false
false
1,349
c
#include <stdio.h> #include <stdlib.h> #include "DLinkedList.h" void ListInit(List* plist) { plist->head = (Node*)malloc(sizeof(Node)); plist->head->next = NULL; plist->comp = NULL; plist->numOfData = 0; } void FInsert(List* plist, LData data) { Node* newNode = (Node*)malloc(sizeof(Node)); newNode->data = data;...
[ "qzxy812@gmail.com" ]
qzxy812@gmail.com
adfbadfd45d7614a1123cfe99dd7ce1b9a6c9597
ee245939d438894c266fdf8f10b89a60e3d49a13
/test.c
7c0def804f7c27616e53bd5fad1de9c8541cd64d
[ "MIT" ]
permissive
ShwetiMahajan/XV6_ThreadsAndLocks
f68861300139c5d5ac419109a0cc3e9430b53859
915de60b1ba58de25ab38a063e5c946345d1eff7
refs/heads/master
2020-12-02T16:45:06.737653
2017-07-07T22:13:06
2017-07-07T22:13:06
96,579,128
0
0
null
null
null
null
UTF-8
C
false
false
1,614
c
#include "types.h" #include "stat.h" #include "user.h" #include "thread_lib.h" #include "fs.h" uint shared=0; struct lock_t *lk; void* test1(void* arg ){ //int i; lock_acquire(lk); int local_val=0; //printf(1,"Value local to thread %d is : %d",j, local_val); local_val = shared;; //for(i=0;i<400;i++){ local_val...
[ "shwetimahajan@ucrwpa1-5-10-25-19-171.wnet.ucr.edu" ]
shwetimahajan@ucrwpa1-5-10-25-19-171.wnet.ucr.edu
0e499b5ae76a2b1af1425009212335301e0b69c2
b4808e7d6c32ab11e9a9a88801ea1c9168b67c19
/litassign.c
5695397e5edecb7ed1ec12f5a5e432f22e4a8cac
[]
no_license
squarespirit/sdcc-caltech10-testfiles
239952160a640a129a8c21c10a6b0dc582ab5239
79fbb65c13fcd5ca9bf24b2fa012e6481b7f0680
refs/heads/master
2020-06-01T15:56:28.358333
2019-06-08T03:30:43
2019-06-08T03:30:43
190,840,942
0
0
null
null
null
null
UTF-8
C
false
false
48
c
unsigned char x; void main(void) { x = 0; }
[ "mewu@caltech.edu" ]
mewu@caltech.edu
c321bf26afeb6fd69046319b7f4ddd1c125fe7d4
ace26cc33ebc9fa02199b0627699999adfba2164
/kernel/linux-5.4.152/net/ipv4/raw_diag.mod.c
0977a9f8f4a9c5280880802b42d4405bc5efd050
[]
no_license
YJbonobono/linux-design
936d5b9880e2aac4d86c07c3ca6c260d90b3e135
1684b19645bcd523d51fe2d12805d0bbcdea6599
refs/heads/main
2023-08-07T21:55:30.484704
2021-10-12T17:01:04
2021-10-12T17:01:04
413,645,550
0
0
null
2021-10-05T02:34:49
2021-10-05T02:15:12
Shell
UTF-8
C
false
false
1,325
c
#include <linux/build-salt.h> #include <linux/module.h> #include <linux/vermagic.h> #include <linux/compiler.h> BUILD_SALT; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(.gnu.linkonce.this_module) = { .name = KBUILD_MODNAME, .init = init_...
[ "1004anny1@naver.com" ]
1004anny1@naver.com
75ff205eef5284a960eceb7fc4285b7de74548b4
428989cb9837b6fedeb95e4fcc0a89f705542b24
/erle/ros2_ws/install/include/nav_msgs/srv/dds_opensplice/ccpp_Sample_GetPlan_Response_.h
d1cf4599fec7d488562382f965663cdc94850584
[]
no_license
swift-nav/ros_rover
70406572cfcf413ce13cf6e6b47a43d5298d64fc
308f10114b35c70b933ee2a47be342e6c2f2887a
refs/heads/master
2020-04-14T22:51:38.911378
2016-07-08T21:44:22
2016-07-08T21:44:22
60,873,336
1
2
null
null
null
null
UTF-8
C
false
false
127
h
/home/erle/ros2_ws/build/nav_msgs/rosidl_typesupport_opensplice_cpp/nav_msgs/srv/dds_opensplice/ccpp_Sample_GetPlan_Response_.h
[ "igdoty@swiftnav.com" ]
igdoty@swiftnav.com
25d81f7817d7e5ef0a4c29eaa3755c40ba9f53f6
bc112fa259988cac5db2fd6564a832e337019722
/simple_example/fork-01.c
28efb3dec288cc840e0d602427fb2d11dcdc3483
[]
no_license
jacktile/ServCliTicTacToe
d211938058d509b53302c0b7b3e63dde404893ce
024640fac65c1d91534a6206d7bf5b5b95c1712d
refs/heads/master
2022-11-26T13:09:28.397128
2020-07-22T17:13:07
2020-07-22T17:13:07
276,512,877
0
1
null
null
null
null
UTF-8
C
false
false
331
c
#include <stdio.h> #include <string.h> #include <sys/types.h> #define MAX_COUNT 200 #define BUF_SIZE 100 void main(void) { pid_t pid; int i; char buf[BUF_SIZE]; fork(); pid = getpid(); for (i = 1; i < MAX_COUNT; i++) { sprintf(buf, "This line is from pid %d, value = %d\n", pid, i); write(1, buf, strlen(b...
[ "jacktile@protonmail.com" ]
jacktile@protonmail.com
1c499ac9b42fbef124a90680f63f220b203673f2
7d63facd35f90bfd764c8efec052a90194c80d18
/listas-encadeadas/exercicios/4-8-1-listaDuplamenteLigada.c
b05f15a47d4a7ee1d73f842dc3125f8733350ff6
[]
no_license
Joaom123/algoritmos
7428a4b2bdfefddea6d5b4b1645a2b3962392f2b
7a7fd3c3e61e932320afa3688f1073202c6b1417
refs/heads/master
2023-02-21T10:03:34.667281
2021-01-28T04:14:24
2021-01-28T04:14:24
283,932,657
0
0
null
null
null
null
UTF-8
C
false
false
160
c
#include <stdio.h> #include <stdlib.h> typedef struct celula { int conteudo; struct celula *proximaCelula; struct celula *celulaAnterior; } celula;
[ "joaomarcus12769@gmail.com" ]
joaomarcus12769@gmail.com
584b6523b2e87808d178820205cf4cebe7d0b80a
6d94ddbe6bb313f95e4193efb14197b055d36d31
/code/embedded/drivers/hmc5843.c
07941658f7bd9c402bb800238d637fbf125be5d1
[]
no_license
alejandrorosas/trowelproject
340d292815207e355e0f50adc15b6e1f51940f97
46eef4bbb75486b39f5bbf41b6a8db36a982d1a4
refs/heads/master
2021-01-10T14:23:44.458570
2010-06-07T08:56:10
2010-06-07T08:56:10
46,488,159
0
0
null
null
null
null
UTF-8
C
false
false
2,587
c
#include <io.h> #include "leds.h" #include "i2c.h" #define HMC_ADDR 0x1E enum { REG_CONF_A = 0x0, REG_CONF_B = 0x1, REG_MODE = 0x2, REG_X_M = 0x3, REG_X_L = 0x4, REG_Y_M = 0x5, REG_Y_L = 0x6, REG_Z_M = 0x7, REG_Z_L = 0x8, REG_STATUS = 0x9, REG_ID_A = ...
[ "clement.bdr@16d9f100-46de-11de-89ec-3d9467717a5a" ]
clement.bdr@16d9f100-46de-11de-89ec-3d9467717a5a
bf120b458853e9c39c1e0f9ba3a769567bde4ccc
e8267f977992afc7f36631b5f19d02c8e9b720ec
/Lista 5/ex47.c
39a65a1199f85e43950a9c0948827a606c5fb10c
[]
no_license
IvanaBernardo/Algoritmos-IFC
0f10287c94442abaed245e077bb87ec13fc1e43d
ddb39192f242f5ef7903ed53b7781bd71d03d7a2
refs/heads/master
2021-12-03T00:10:34.048891
2013-07-05T14:16:40
2013-07-05T14:16:40
null
0
0
null
null
null
null
UTF-8
C
false
false
1,044
c
/* 47) Faça um algoritmo que gere a seguinte matriz:Faça um algoritmo que gere a seguinte matriz: */ #include <stdio.h> #include <stdlib.h> #include <math.h> #define QNT 6 int main(){ int M[QNT][QNT], i, j; printf("\nPrimeira Matriz: \n"); for(i = 0; i < QNT; i++) { for(j = 0; j < QNT; j++) { M[i][j] = ...
[ "luccalm@hotmail.com" ]
luccalm@hotmail.com
916d01f8d0946bc2bc7123b7eb8af83e5f99362f
2d82b973c7f293c898101b249f17ae5bd5dae8b7
/2017-1/sunnyCc/行编辑器/行编辑器.c
69a2dfd68144e37efcbe2bac4537731e1d839c45
[]
no_license
CUCCS/ds
d04df9639a7518e1dbfa1a15f1db7e62eeaf5bee
7e82b306f683f57e033c74455ff2ec248fda215f
refs/heads/master
2020-05-23T12:35:27.127517
2017-06-22T05:07:40
2017-06-22T05:07:40
84,768,944
26
73
null
2017-06-22T05:07:41
2017-03-13T00:50:11
C
GB18030
C
false
false
172
c
#include <stdio.h> #include <stdlib.h> #include "edit.h" int main() { SqStack sq; int f; LineEdit(&sq);//进行行编辑 DestoryStack(&sq);//将栈销毁 return 0; }
[ "449059453@qq.com" ]
449059453@qq.com
d5af00296d52f263e6005dd4b85ddd18b2ea8c87
c43d42b715e5964474f31c8ea4e6769922badf9a
/Search an element in a Rotated Sorted Array/main.c
7aa010dd867b2eea49c6ba9ccc7005f422efe505
[]
no_license
akash-009/ADA_LAB
a57f8451be08cc56653d81a406be127f53024da4
23bd714bda74e6327fb39f6ff33af4ee15ee43a1
refs/heads/main
2023-06-12T20:20:55.205204
2021-07-07T19:27:58
2021-07-07T19:27:58
383,894,999
0
0
null
null
null
null
UTF-8
C
false
false
1,511
c
#include <stdio.h> int findPivot(int[], int, int); int binarySearch(int[], int, int, int); int pivotedBinarySearch(int arr[], int n, int key) { int pivot = findPivot(arr, 0, n - 1); if (pivot == -1) return binarySearch(arr, 0, n - 1, key); if (arr[pivot] == key) return pivot; if (arr[0] <= k...
[ "noreply@github.com" ]
akash-009.noreply@github.com
d9b71db15c591a6b6fe24bad3fd58bbfb82f796d
1fa0ad6f31b2fc678f6bf740872c8ae714912d71
/c++_code/linux/signal/signal01.c
55f0dc01ec0505c8de442cf0e2a41160f2eb2ddf
[]
no_license
MingYueRuYa/cprimeprimecode
424989bae3e619f263e6f6cb790c65895eca20f8
1d328a1d89f7fb889d17ef1951988cbe405c8cb6
refs/heads/master
2023-07-19T19:38:39.048050
2023-07-13T11:29:10
2023-07-13T11:29:51
40,421,455
6
3
null
null
null
null
UTF-8
C
false
false
266
c
#include <stdio.h> #include <unistd.h> #include <signal.h> #include <errno.h> void handler(int signum) { printf("signal num is %d.\n", signum); } int main(void) { signal(SIGINT, handler); signal(SIGQUIT, handler); while (1) { pause(); } return 0; }
[ "714049438@qq.com" ]
714049438@qq.com
c5c6e0e14da7c0ef51d891ed4840ee1bb77716e9
d68034d0a36c59d25fc81a9bf4647c2db7194cb3
/src/submodules/constructors/uint4x4.constructors.h
a4b0453776f1adba767a8d06da6f325afeb047b5
[ "Unlicense" ]
permissive
maihd/hlslmath
b8693b87aed1ee902dcbbe85d6bd16fe6d2b800b
63dfc2b2de8d2e47e87282d7006b44a6b37401be
refs/heads/master
2021-09-02T12:41:09.985665
2021-08-23T04:22:09
2021-08-23T04:22:09
141,048,688
4
0
null
null
null
null
UTF-8
C
false
false
1,041
h
inline uint4x4::uint4x4(uint s) { (*this)[0] = uint4(s); (*this)[1] = uint4(s); (*this)[2] = uint4(s); (*this)[3] = uint4(s); } inline uint4x4::uint4x4( const uint4& m0, const uint4& m1, const uint4& m2, const uint4& m3 ) { (*this)[0] = m0; (*this)[1] = m1; (*this)[2] = m2; ...
[ "maihd.dev@gmail.com" ]
maihd.dev@gmail.com
70eba35a0689287ba5892c51c9a550a101553c70
7f99ba0055aef8453150481c662fa595357ab2fd
/drivers/ESP32/bluetooth.c
861456c20ddd599520bb172421ec1dfd4dd4035a
[]
no_license
arferdz/grblHAL
08e00a4eec4b53575a3b3f330e41629a83e28d78
df76046f74478fb2ec50105fb5d41aacb649eed2
refs/heads/master
2020-09-02T14:48:27.440083
2019-10-31T22:28:10
2019-10-31T22:28:10
null
0
0
null
null
null
null
UTF-8
C
false
false
9,985
c
/* bluetooth.h - An embedded CNC Controller with rs274/ngc (g-code) support Bluetooth comms Part of Grbl Copyright (c) 2018-2019 Terje Io Some parts of the code is based on example code by Espressif, in the public domain Grbl is free software: you can redistribute it and/or modify it under the terms ...
[ "terjeio@online.no" ]
terjeio@online.no
5af775dd90ca4e86caacc95c5ce1bc98c6116b78
527387261b96d9c110a48561fed16a26e8aa5fba
/BsToJpsiPhi/test/resolution_study.C
1f46a10e3b1740e087816517448f0a48a7741f03
[]
no_license
s-kamble/FlavourPhysics-HeavyIon
873504c204cf55a16f8fa6f47ac647e39efce168
aae87e4079094af7a6fb168facd963db01c27e18
refs/heads/master
2023-03-19T03:01:50.271979
2019-12-12T21:45:03
2019-12-12T21:45:03
null
0
0
null
null
null
null
UTF-8
C
false
false
5,880
c
#include <TROOT.h> #include <TChain.h> #include <TFile.h> // Header file for the classes stored in the TTree if any. #include <vector> #include <iostream> #include <fstream> #include <TH2.h> #include <TH1.h> #include <string> #include <TMath.h> #include <vector> #include <TStyle.h> #include <TFile.h> #include <TNtupl...
[ "muhammad.muhammad.alibordi@cern.ch" ]
muhammad.muhammad.alibordi@cern.ch
8ef7e60b546c7840d3d69e16106e285cb7c10b99
0eac589beca0d94b939f7357af7512b130f96e90
/APUE/network/30-socket_shutdown_read/server.c
4046c39514dcbc378132c67e37155ff0897c5762
[]
no_license
Iv4n550/programming
b7d06f68376af40ebf11d4f3476ca62a9eb4a88c
63b9fff0e7d21cc54ab20e425ec9a73cec6801fc
refs/heads/master
2021-05-28T14:14:59.428413
2014-12-15T03:12:22
2014-12-15T03:12:22
null
0
0
null
null
null
null
UTF-8
C
false
false
1,550
c
#include <stdio.h> #include <sys/socket.h> #include <unistd.h> #include <sys/types.h> #include <netinet/in.h> #include <stdlib.h> #include <string.h> #include <pthread.h> #include <time.h> #include <arpa/inet.h> #define TEST_ACCEPT 0 #define SERVER_PORT 20000 // define the defualt connect port id #define LENGTH_OF_...
[ "panweiping3@gmail.com" ]
panweiping3@gmail.com
b008e29a2f51f8c9031400bf4b52c4922e3cdc60
df2941f79b9662bb41d2a8a2a8bec3d033d45410
/源.c
c67d3f12378a479dd1d27daed9a649f8d5ad7875
[]
no_license
dyf-2020/student-_management_system
450dda4e59404cea445bb4a116f59b4e160fa008
e2947c0ba7bba2ca368b9b997b6804fb8ab98d87
refs/heads/master
2023-05-07T12:08:02.690475
2021-06-08T13:56:08
2021-06-08T13:56:08
null
0
0
null
null
null
null
GB18030
C
false
false
7,796
c
#include<stdio.h> #include<stdlib.h> #include<string.h> #include"locate.h" #define NUM 5 #define LEN sizeof(list) char k[5][20] = { "语文","数学","外语","物理","化学" }; typedef struct student { char stu_num[20]; //学号 char name[10]; //姓名 float score[5]; //各科目成绩 float total; //总成绩 }student; t...
[ "dyf_youxiang@126.com" ]
dyf_youxiang@126.com
424fd95d7aa37e956f8d63ec240be1fcfab473af
107e0d7b7955a986942b063c6480d5cf9ca82594
/ProjectFolder/Workspace/blinkyboot/Core/Inc/main.h
2590ac57754b6d70de340d71d696b92ec3b70d10
[]
no_license
vishweshgm/VGM_GenericBootLoader
f748b08b359f6c8d6103652f5292b308f296a970
fa48f58d006ba03fe17f3753ece78fc1ee194292
refs/heads/main
2023-05-26T17:56:58.396975
2021-06-06T15:59:33
2021-06-06T15:59:33
373,882,260
0
0
null
null
null
null
UTF-8
C
false
false
6,934
h
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.h * @brief : Header for main.c file. * This file contains the common defines of the application. *************************************************...
[ "vishweshgm@outlook.com" ]
vishweshgm@outlook.com
2a9dbe15a5170b805d74516a6bd9511eb85e4d18
91f3043973cec22bef21794d1b4b9d960ac50ad2
/src/Fifo.c
6edd79651bd06b44479214249a1ab56544ef92d4
[]
no_license
ManosAnast/travelMonitor
8de3ab9174351eae1737e7b12bee5aa8687adda1
c6e094aedea31c954a7fa390ef67f1ebe6d61fb8
refs/heads/main
2023-07-31T20:33:33.186144
2021-09-23T14:16:03
2021-09-23T14:16:03
360,561,173
0
0
null
null
null
null
UTF-8
C
false
false
2,556
c
# include "Fifo.h" // Make of a fifo name. This way, the name that the child and parent create, is the same. bool make_fifo_name(int id, char * name, size_t name_max) { if(snprintf(name, name_max, "./fifo/Monitor%d", id)<0){ return false; } return true; } int Fifo_init(int Num) { char fifo_n...
[ "manosanastasaki@gmail.com" ]
manosanastasaki@gmail.com
576fb61d6bf303e0a6ea375ed0ee5f7db9e2e513
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/shell/shlwapi/priv.h
a468d1b407d76bd6cf7010b2034079e6a0f46058
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C
false
false
6,836
h
#ifndef _PRIV_H_ #define _PRIV_H_ #ifdef STRICT #undef STRICT #endif #define STRICT /* disable "non-standard extension" warnings in our code */ #ifndef RC_INVOKED #pragma warning(disable:4001) #endif #include <w4warn.h> /* * Level 4 warnings to be turned on. * Do not disable any more level ...
[ "112426112@qq.com" ]
112426112@qq.com
a737ebfab5677a716d96dadfc8d0403711f3d7ca
12a3d1054a3dd84a53fb61152cd3f44820c3d4ff
/strstr/strstr2.h
0186cac2b4116ef38cae4f3d591a70f8c1a57fff
[]
no_license
neleai/benchmark_string
9ed98cf6c8010e932b65d96338c89c0f8a456068
91a330f97fab8df75f6fc941ed511ea7db3cf172
refs/heads/master
2018-12-28T21:18:30.945992
2013-08-05T20:15:01
2013-08-05T20:15:01
4,412,115
0
1
null
null
null
null
UTF-8
C
false
false
8,405
h
/* Copyright (C) 2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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.1 of the Licen...
[ "neleai@seznam.cz" ]
neleai@seznam.cz
1742a2b5521411bd0ae39ae29906817541be09d0
2ee4c423423536be349fa5738dbca0c5c91a9f7b
/Examples/SingleSpecies/3D_Sphere/InviscSupersonic_Isothermal/Mach1.2/aux/init.c
33a65267b92a501583cc01f39dc1cb99e2a8410c
[ "MIT" ]
permissive
eeethon/mhysa
605aa2daaffdeff258baa790f014abe2a3bd542e
e97d841191718cfa6d81b38d904340e2c753df85
refs/heads/master
2022-04-22T16:47:20.856242
2020-04-18T00:22:14
2020-04-18T00:22:14
null
0
0
null
null
null
null
UTF-8
C
false
false
4,847
c
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> int main() { const double GAMMA = 1.4; int NI,NJ,NK,ndims; char ip_file_type[50]; FILE *in; strcpy(ip_file_type,"ascii"); printf("Reading file \"solver.inp\"...\n"); in = fopen("solver.inp","r"...
[ "debojyoti.ghosh@gmail.com" ]
debojyoti.ghosh@gmail.com
eacbef6f9a368958343d3e604861021222ab10d7
dc8577728f827997af3ff7586715443ab0004895
/opal/mca/pmix/pmix2x/pmix/src/util/show_help.c
1b8bc486fb080eda1839ab5f05dfe564152801ab
[ "BSD-3-Clause-Open-MPI" ]
permissive
HewlettPackard/zhpe-ompi
fbcfd5c37c82f399182b47067b82098acba93f07
9436199b48423a619889cc11a050ffeef03c2934
refs/heads/zhpe-fsm-poc
2023-09-04T05:01:28.726229
2018-03-10T01:09:41
2018-03-10T01:09:41
116,433,252
1
11
NOASSERTION
2019-12-18T18:19:03
2018-01-05T22:29:30
C
UTF-8
C
false
false
10,116
c
/* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2006 The University of Tennessee and The University * of Tennessee Resea...
[ "rhc@open-mpi.org" ]
rhc@open-mpi.org
35c29cd5dc9b14b033a4153f9506e45b27928580
922f03c64097ec738f7e16843648277605d0cc1b
/core/cmf/common-base/src/c/matrix/tpplus_to_binary/TpplusNativeIO.h
7b6d9d85653a4ea4c560773a784328f180077029
[]
no_license
BayAreaMetro/travel-model-one
a98c00efab65e5819059da1ffc7224edb17bcb4f
6097dedc7ec5eccc28cce24b527e94413bb6b895
refs/heads/master
2023-09-03T19:49:42.450251
2023-08-25T22:19:31
2023-08-25T22:19:31
22,737,958
21
22
null
2023-09-12T21:46:05
2014-08-07T22:04:09
Java
UTF-8
C
false
true
1,667
h
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class TpplusNativeIO */ #ifndef _Included_TpplusNativeIO #define _Included_TpplusNativeIO #ifdef __cplusplus extern "C" { #endif /* * Class: TpplusNativeIO * Method: tppInitDllNative * Signature: ()V */ JNIEXPORT void JNICA...
[ "lzorn@bayareametro.gov" ]
lzorn@bayareametro.gov
688f1ebd0987f5b85b7e8de653b47b40fc551c30
d0cba41677f5defe05b0cf9ea4bf63e4f905a4ec
/SW/MK64/HEXIWEAR_MK64/code/gui/screens/4. settings/4.5 getApp/4.5.1 googleApp/inc/googleApp.h
1c83829d3b25c936306c2bb2cbdeb06a4a8c31e5
[]
no_license
ErichStyger/HEXIWEAR
f1b5cc9e6f67c4779041374018447e616ad24e8c
2e3724d40cd985f1feb16b807b7c33f707c9affd
refs/heads/master
2021-01-21T00:56:48.436228
2017-02-12T10:49:16
2017-02-12T10:49:16
62,727,579
1
1
null
2016-07-06T14:31:20
2016-07-06T14:31:19
null
UTF-8
C
false
false
1,907
h
/** * \file googleApp.h * \version 1.00 * \brief this file contains google app QR code GUI public objects' declarations * * 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 ret...
[ "lajka@lajkabaus.com" ]
lajka@lajkabaus.com
ec42189f066830951135fdabdd3e45d5543af510
d779a879e12f64e11bdc75fef15f6491c64c2702
/cs61c/Labs/lab01/eccentric.c
9aee5e0aeb3ddca7539311e5bc1bd9faf4dcd3b2
[]
no_license
hma17/Projects
b9d489b2e1894906f7786a76179938d4f9fd03e1
7c08767d2f05d42c91a428f3b7efe6b578fa3f5c
refs/heads/master
2022-10-05T09:25:26.610430
2020-06-07T19:43:00
2020-06-07T19:43:00
null
0
0
null
null
null
null
UTF-8
C
false
false
1,044
c
#include <stdio.h> /* Only change any of these 4 values */ #define V0 3 #define V1 3 #define V2 1 #define V3 3 int main(void) { int a; char* s; /* This is a print statement. Notice the little 'f' at the end! * It might be worthwhile to look up how printf works for your future * debugging needs... */ ...
[ "mohammadloqman@berkeley.edu" ]
mohammadloqman@berkeley.edu
8bc7f3cf700e286f05adfe6b5572cbb20470bbf9
c612b32c5b6bca6ee23e0f0a0150955777225b22
/challenge_pack/program_flow/Turn_if_blocked.c
3abfec767dba98eed1bf74b7ba8da58c28b221ec
[]
no_license
jiatonghu/robotc
7d996d00462c7e7b94ce354261591bd5ddfd66a9
1a4e8b7a30630a59a311cb5c0cfb0a32550151eb
refs/heads/master
2020-07-12T01:19:16.329500
2020-05-04T09:35:52
2020-05-04T09:35:52
204,682,987
0
1
null
2020-03-07T13:52:41
2019-08-27T10:52:25
C
UTF-8
C
false
false
500
c
#pragma config(StandardModel, "Clawbot IQ With Sensors") //*!!Code automatically generated by 'ROBOTC' configuration wizard !!*// void turnRightByGyro(int degrees) { resetGyro(port4); while(getGyroDegrees(port4)>-degrees + 1) { setMotorSpeed(motor1,35); setMotorSpeed(motor6,-35); } setMotorSpeed...
[ "hujiatong2009@outlook.com" ]
hujiatong2009@outlook.com
9335859f8f25450bb2175cabd383b7731696d92a
dc5c1f289e53e4b6de5cc08dadab5a74817ebfcc
/lab 7/7.2.c
9892d66c176507c1a6f8a48fc3adc800b88d162a
[]
no_license
ernestWarwas/laborki
3ac539d9e2d4e7c4526c25c6df022b0fcc9cbc71
c7d5d73f70663d95fc872be01401dc9a33864bc2
refs/heads/master
2021-01-25T14:22:44.603049
2018-06-22T12:53:18
2018-06-22T12:53:18
123,689,326
0
0
null
null
null
null
UTF-8
C
false
false
1,182
c
#include <stdlib.h> #include <stdio.h> #include <Math.h> #include <ctype.h> int current_size; int max_size = 3; void display(int *ptr_stack) { int i; printf("\n == DISPLAY STACK ==\n"); for(i = current_size - 1; i >= 0; i--) { printf("\n%d", *(ptr_stack + i)); } } void clear() { prin...
[ "ernest@itur.pl" ]
ernest@itur.pl
52287b1841023e148489dfa31ec0c9e60a2d634d
6db1b81c436916660f497f4478a69f5328266bb1
/decimal/mpdecimal_wrapper/generated/memory.c
5e8b7bdd1832f0adfb88572f756885daae9fe74f
[ "Apache-2.0", "BSD-2-Clause", "MIT" ]
permissive
cerk/nim-decimal
f93ce803ac096e620f624794484ae89e205b3a6c
a154dc280e773a64e0ab47ef7405b79f8a557ba2
refs/heads/master
2020-08-06T15:15:54.925042
2019-08-20T09:27:37
2019-08-20T09:27:37
213,053,803
1
0
NOASSERTION
2019-10-05T18:49:46
2019-10-05T18:49:45
null
UTF-8
C
false
false
8,014
c
/* * * Auto generated for https://github.com/status-im/nim-decimal * This file includes config.h which is platform dependant, make sure you run 'genSources.sh' * to get the best support for your platform. * */ #include "config.h" /* * Copyright (c) 2008-2016 Stefan Krah. All rights reserved. * * Redistribu...
[ "mamy.ratsimbazafy_dev@gadz.org" ]
mamy.ratsimbazafy_dev@gadz.org
e7f617acb29b52317574e7882e2d6de3d4147b2c
fc48b588dc5f329947df43410e856d411865be88
/common/avr/can/can.h
a1efe2938a7aaa364d3c7096ddad3028aa45116c
[ "MIT" ]
permissive
onitake/vscp-framework
25db03cac3a3f16d6dfefe9ae28d78e3faedd4f1
cc3a6d9097686c5a08aa3ade6038edc5896496f9
refs/heads/master
2022-12-03T19:05:55.144525
2020-06-03T20:52:56
2020-06-03T20:52:56
290,039,530
1
0
NOASSERTION
2020-08-24T21:03:58
2020-08-24T21:03:57
null
UTF-8
C
false
false
15,614
h
// coding: utf-8 // ---------------------------------------------------------------------------- /* * Copyright (c) 2007 Fabian Greif, Roboterclub Aachen e.V. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following con...
[ "web@blue-andi.de" ]
web@blue-andi.de
1611208d3710a52d42addc3b6886ac1fdc2019a3
34583059d7c48233a0604069423b0e4a42272a47
/curl/lib/vtls/polarssl.h
b55f2d71fb5b02c07dfa4ccfa96de0418ea28f4b
[]
no_license
ugeneunipro/tiny-loader-windows
b09b4f261c1a8b8ffded38b9e55e8433259d76db
bb74cc857699a0fe689e92795c18d27b5891b9f6
refs/heads/master
2020-12-25T14:39:14.280569
2019-09-12T07:54:20
2019-09-12T07:54:20
67,594,114
1
0
null
null
null
null
UTF-8
C
false
false
3,325
h
#ifndef HEADER_CURL_POLARSSL_H #define HEADER_CURL_POLARSSL_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
[ "rasputinkirill@gmail.com" ]
rasputinkirill@gmail.com
5d09d325c10b6b015ff4b5d23bedfcd724cf4197
18fff8749c3e1ae89abe50a0f550ffffb22ea559
/wunderboard/lab9/wunder.c
78b278a13c3d4b8b7d1f0cb45531f023f56ec448
[ "MIT" ]
permissive
Nrpickle/EECS162
7ab9887ec4b6902283beb64ab4a6059609cc1eb0
98ccbf692731b17302b9ad910de28c3bb037eb60
refs/heads/master
2021-01-23T20:12:49.718764
2014-12-04T03:32:41
2014-12-04T03:32:41
null
0
0
null
null
null
null
UTF-8
C
false
false
1,403
c
/** Includes */ #include <util/delay.h> #include <avr/interrupt.h> #include <avr/io.h> #include <avr/pgmspace.h> #include "wunder.h" #include "usart.h" #include "adc.h" #include "leds.h" /* void initialize() { CPU_PRESCALE(0); USART_init(BAUD_RATE); USART_transmit('\f'); // Send form feed to clear the terminal. ...
[ "bob@localhost.localdomain" ]
bob@localhost.localdomain
a3ba65885d7736ba194d74b4a7876e24be517910
bcddca991afe606180dbb5ce6c033d8fb611154c
/components/bt/host/bluedroid/api/include/api/esp_bt_defs.h
e38e0c7c6a91fb65fc945ee6dd114ad72ab5b575
[ "Apache-2.0" ]
permissive
EmbeddedSystemClass/esp-idf
8ac5a312be41936b1e2dc5c68b7b68c9b4c1e488
92db6a3dabc1106b72865b8bd91d9bdd54fbdf6c
refs/heads/master
2022-12-31T19:57:49.052365
2020-10-22T19:19:01
2020-10-22T19:19:01
259,859,439
0
0
Apache-2.0
2020-04-29T07:47:48
2020-04-29T07:47:47
null
UTF-8
C
false
false
7,183
h
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless require...
[ "koson.trachu@gmail.com" ]
koson.trachu@gmail.com
64269e1d243bfc25577dd4cf999ab8693aacb37e
071efc74bc4044d42d71712c32c6df23b1665e6f
/c/exp_sai/exp_sai.c
9e528bedfef69bdbc5f3b4db9fc02d143a651660
[]
no_license
hussyvel/cplu_plus
0b67b28229faac27b84f855418248b43a18269c7
68ba080dcc2e268ef337f14300952ebf2f131588
refs/heads/master
2023-02-04T23:17:08.878135
2020-12-21T19:22:27
2020-12-21T19:22:27
285,576,961
1
0
null
null
null
null
UTF-8
C
false
false
206
c
#include <stdio.h> int main(void) { float pi = 3.14159; float raio = 2.0031; printf ("A área do círculo é %e\n", 2 * pi * raio); printf ("A área do círculo é %E\n", 2 * pi * raio); }
[ "hussyribeiro@hotmail.com" ]
hussyribeiro@hotmail.com
983751c70c67c1461b7dbdfc1bcc7ac188114eeb
8380eeb105a6f83dfe49bb37e4cfa5324c1ae282
/get_next_line/libft/ft_isascii.c
c538d3beaae64955b6cbbc75dbc89974a5fbd681
[]
no_license
NyaMilk/sch21_mini_projects
4dc154012f256cafe41016729ebd91d065d43674
c11487c1a55cc45c9c6b2b7a8ba44a2f2dc68377
refs/heads/master
2022-12-07T19:51:41.443274
2020-08-15T21:11:29
2020-08-15T21:11:29
217,291,063
0
0
null
null
null
null
UTF-8
C
false
false
969
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isascii.c :+: :+: :+: ...
[ "noreply@github.com" ]
NyaMilk.noreply@github.com
4e1affb58a4997a88001a739dd0357072239b407
8c0960b3f0fba0b07db3bef363fdb894a8d00b89
/Sprint09/t06/mx_timer.c
b3768478bd7bda1d001ef6ce2428bc74d0e6e1d3
[]
no_license
Fyri1/Fyri1-Ucode-Marathon-C--1
7575eac62bfacc978bc51a38fad718506a11a073
85a7a46cc96790cd8851dec6925848be435c70ae
refs/heads/main
2023-08-31T09:48:16.553195
2021-10-17T11:19:42
2021-10-17T11:19:42
null
0
0
null
null
null
null
UTF-8
C
false
false
181
c
#include <time.h> double mx_timer(void (*f)()) { clock_t start, end; start = clock(); f(); end = clock(); return (double) ((end - start) / CLOCKS_PER_SEC); }
[ "49275632+Fyri1@users.noreply.github.com" ]
49275632+Fyri1@users.noreply.github.com
d30bc32d21a74b2d24ce0442464070d6f78d5bf3
3745a8c56f26ce4a29fc0eb8aca912fe4d2f010f
/ZZ/Abc/opt,res,resStrash.c
023303acff58d7733191c736a6b0512d63f8297d
[ "MIT", "MIT-Modern-Variant" ]
permissive
berkeley-abc/abc-zz
d79f092a301828c15b63603b872505d9d6b644f7
6a15ab3934ec60b777db26227494d2b8ad6f125a
refs/heads/master
2022-05-29T12:29:59.400865
2022-05-14T22:50:56
2022-05-14T22:50:56
124,795,634
17
8
null
2018-08-24T16:27:07
2018-03-11T20:17:25
C
UTF-8
C
false
false
4,297
c
/**CFile**************************************************************** FileName [resStrash.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [Resynthesis package.] Synopsis [Structural hashing of the nodes in the window.] Author [Alan Mishchenko] Affiliation [UC...
[ "niklas@een.se" ]
niklas@een.se
17178ea68adb395b4b7a8b1d6eda99618a5f9f69
e5a207373b35b33f36926aab3ec623ad27c9fa13
/ManeuverSystem/DualPowerGeneration/DAConverter.c
a1e5d13f7ebd17414c4f5270b2cce861a0f12efb
[]
no_license
Dual-Power-Generation/DualPowerGeneration
813ba3f249f567c470ccd6cb18a5323c9f4734dc
2e9cc3a2e030b65082f57aac8b956d1e88679a1d
refs/heads/master
2020-07-30T02:39:39.049705
2020-05-02T05:32:28
2020-05-02T05:32:28
210,056,455
1
2
null
2020-07-21T18:25:59
2019-09-21T21:36:58
Python
UTF-8
C
false
false
3,989
c
/* * CFile1.c * * Created: 10/20/2019 4:32:46 PM * Author: Joseph Morga, Brandon Fong, Ahmad AlSarhan */ /*** OUTPUT ***/ #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> #include "Param_Const_GLVar.h" /* * Not really a DAC * Just making an output pin here */ void dac_init() { // Joi...
[ "55638760+BrandonMFong@users.noreply.github.com" ]
55638760+BrandonMFong@users.noreply.github.com
db49904d891b6a8ea02f97e1bba67443c8404c70
428ee0ffa18bcf429eb264b75d261a704ebc796a
/lib/scion/sys/root/src/lib/libc/stdint.h
707ef4bfdee363c6d50271ff4316a1f724317c74
[]
no_license
lepton-distribution/lepton-root.scions
e7ff7cf1b99bbe1b018d00733b545f2df421fe09
ba1438889e853f713b70e7e268db2a671f7bca78
refs/heads/master
2021-01-24T01:47:15.200321
2019-06-20T14:43:45
2019-06-20T14:43:45
38,766,554
2
1
null
null
null
null
UTF-8
C
false
false
5,879
h
/* The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WAR...
[ "lepton.phlb@gmail.com" ]
lepton.phlb@gmail.com
49418c2db8bc974ec39cb7c9d527286ecfe3cbaf
43bc4c6d12eef888049e318b7e56b32ab035e9b5
/Pods/Headers/Public/Button/Button/BTNFooter.h
12c9c64c98fca08cf9334914e5bb592d0d28660f
[]
no_license
spenciefy/Play-With-Pets
280faeb65f59e9a9748ec2714f534b9383a2da6f
2aa458d23ad56a8c9db8e13cb6923ed23210ae45
refs/heads/master
2021-01-19T17:17:25.861005
2017-02-19T21:59:44
2017-02-19T21:59:44
82,433,639
0
1
null
null
null
null
UTF-8
C
false
false
66
h
../../../../Button/Button.framework/Versions/A/Headers/BTNFooter.h
[ "spencersyen@gmail.com" ]
spencersyen@gmail.com
ea74dfaaa9208d1b4d924b811a99ada776c97d00
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/15772.c
bfebd4114d7493c5f35a444ea8b7303d574b81a6
[]
no_license
jajajasalu2/cocci-lkmp-c-files
3eb7d451929dca5cb6beb56aabd69fe3f7fc176c
5da943aabe1589e393a131121dbf8e7a84b3cf2a
refs/heads/master
2020-12-02T17:30:14.411816
2020-01-29T08:36:30
2020-01-29T08:36:30
231,053,574
1
0
null
null
null
null
UTF-8
C
false
false
3,348
c
cocci_test_suite() { struct platform_driver cocci_id/* drivers/staging/mt7621-dma/mtk-hsdma.c 747 */; void __iomem *cocci_id/* drivers/staging/mt7621-dma/mtk-hsdma.c 656 */; struct dma_device *cocci_id/* drivers/staging/mt7621-dma/mtk-hsdma.c 653 */; const struct of_device_id *cocci_id/* drivers/staging/mt7621-dma/...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
51ed38d916380bdc073263e52e1b8a9b460fe4ee
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/u-boot_new/include/configs/cpci5200.h
ec926fd22d5f9c0294f1fd3bc38db8a591b38656
[ "LicenseRef-scancode-free-unknown", "Apache-2.0", "GPL-2.0-or-later" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
12,446
h
/* * (C) Copyright 2003-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * SPDX-License-Identifier: GPL-2.0+ */ /************************************************************************* * (c) 2005 esd gmbh Hannover * * * from IceCube.h file * by Reinhard Arlt reinhard.arlt@esd-electronics.com...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
0f30db6a8b356b3a0a8bb9151e56d417264f5494
c2cedcf36667730f558ab354bea4505b616c90d2
/players/pavlik/guild/mages/inherit/colorize.c
2b560004ff2b09b0809ebb19f28331fb5b16b996
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
1,188
c
#include "/players/pavlik/guild/mages/defs.h" /* * return a colorized string * tokens wth $$<C> are replaced with the ansi color code */ string colorize(string str) { int i; string c, n, t; string newStr; newStr = ""; i = 0; while(i < strlen(str)) { n = ""; if(str[i..i] == "$" && str[(i+1)..(i+...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
8f89a010ed4393c057ce03f3fa1c3e204cedb4d2
b2854e10dda203b6c518c0418ab3df9550fcc8ae
/Practicas/practica1_1.c
946fe1fd5323c03ee4d12eb1c1d977bb68454e5e
[]
no_license
SonidoCristalino/SOII
b69003652a06e5ed7dc17a09d6ce787b201ff125
07ece66fa3ad4a6427755b094e2f2c6761ed4804
refs/heads/master
2020-07-15T17:36:05.582418
2019-11-23T04:07:00
2019-11-23T04:07:00
205,617,627
0
0
null
null
null
null
UTF-8
C
false
false
341
c
#include <stdio.h> semaforo recurso_1; semaforo recurso_2; void proceso_A(void) { down(&recurso_1); down(&recurso_2); usar_ambos_recursos(); up(&recurso_2); up(&recurso_1); } void proceso_B(void) { down(&recurso_2); down(&recurso_1); usar_ambos_recursos(); up(&recurso_1); ...
[ "gradoinfinitesimal@gmail.com" ]
gradoinfinitesimal@gmail.com
1ce6e742e09ace53a47e0c9a1dcf11f6a3918b3b
0f506ae569701535958405d21fc313a06691d347
/12.23/12.23.c
6ceb136adef059253b6e36ba8ce40d08f452f4b9
[]
no_license
ChenMiaohong/51SingleChip
c96c489d3dd320ea6fbdf8ffb1011e3915ba5eec
f9a12725134bce127c7dad06243ed53b99bc4943
refs/heads/master
2020-05-22T16:32:02.958899
2017-03-12T06:24:33
2017-03-12T06:24:33
84,704,701
0
0
null
null
null
null
GB18030
C
false
false
4,218
c
/***************************************** * 项目: 单片VB上位机视频教程 * * 单片机: STC89C52 * * 晶振: 11.0592M * * 开发: E动力电子工作室 * * 作者: LinHill * * 邮箱: power_e@126.com * ******************************************/ #include <reg52.h> #define uchar unsigned char #define uint unsigne...
[ "cmhiot@126.com" ]
cmhiot@126.com
f0f9ac944c8852f2ee948cf2391fc16c417e0663
5010aecf8a57b5f81467737bc76ca3938c71cd11
/strategy/strategy.h
cb4d07333879c319eacd19dbf286e802621d620e
[]
no_license
thobonnet/projet
0a00b1f62e70ad834273174dedf9e496b5173eb2
b2aa05dbb6443430e82f3a9fa256ffe04352c0ca
refs/heads/master
2021-01-19T05:05:58.043027
2015-04-23T11:48:08
2015-04-23T11:48:08
30,868,011
0
0
null
null
null
null
UTF-8
C
false
false
1,287
h
/** * \file strategy.h * \versions 1.0 * \brief Defines the "strategy" structure */ #ifndef STRATEGY_H_ #define STRATEGY_H_ #include "grid.h" /** \b strategy is a pointer to a strategy_s structure */ typedef struct strategy_s *strategy; /** * \b Structure that contains a strategy. * * A strategy is essent...
[ "thomas.bonnet@etu.u-bordeaux.fr" ]
thomas.bonnet@etu.u-bordeaux.fr
e3eabb4f9499183f4d4eb855c111f30837844486
948461766c63b23d139551308540a3f0205b2848
/bin_add/upx-3.95/util.h
9ad997c2707af43d9ec7e58033ecaaa8f35304ec
[]
no_license
Ivoripuion/binobf
2f4a588379f2380148380c3c87f62345667a610f
064b1478ac11203eb505fa667d94bb3d8efa1954
refs/heads/master
2020-11-27T11:35:06.660611
2019-11-25T12:53:19
2019-11-25T12:53:19
229,422,794
1
0
null
2019-12-21T12:14:19
2019-12-21T12:14:19
null
UTF-8
C
false
false
3,611
h
/* util.h -- This file is part of the UPX executable compressor. Copyright (C) 1996-2018 Markus Franz Xaver Johannes Oberhumer Copyright (C) 1996-2018 Laszlo Molnar All Rights Reserved. UPX and the UCL library are free software; you can redistribute them and/or modify them under the terms ...
[ "2510061676@qq.com" ]
2510061676@qq.com
fa5747266776b3d5e2318b182518539b497a4a45
b314e6625e0b80d2247886a72789352991566cfc
/Archives/firmware/libs/cgreen/doc/tutorial_src/words_tests4.c
fb53d9a8f7349b0555d60393d96a692987441638
[ "ISC" ]
permissive
uvic-auvic/firmware
f80ddb22b3e3a7c029be120c5d557d98f49a9c77
85e15005ab4c5f6b0a6aab7cd759ee4433cdc453
refs/heads/master
2023-03-16T03:47:32.730749
2023-03-11T01:30:44
2023-03-11T01:30:44
235,970,707
3
3
null
2023-03-11T01:30:45
2020-01-24T09:09:23
C
UTF-8
C
false
false
1,759
c
#include <cgreen/cgreen.h> #include <cgreen/mocks.h> #include "words.h" #include <string.h> Describe(Words); BeforeEach(Words) {} AfterEach(Words) {} Ensure(Words, returns_word_count) { char *sentence = strdup("Birds of a feather"); int word_count = split_words(sentence); assert_that(word_co...
[ "noreply@github.com" ]
uvic-auvic.noreply@github.com
9321ccebaf548e60f30e41ada92dfc423a07202d
cb6692128cfa0005f7b3d1812d699f22d344a600
/src/oscore.c
fc36415a3601ebca460528ab41902972803f5de5
[ "MIT" ]
permissive
marcovr/oscore
72e5a7a87bd379e1b93a4c4c3b69492f1b66ac5e
0e1f9d4d8de6279f868137327b91cf10ea7c0f48
refs/heads/master
2020-07-01T06:00:48.948482
2020-04-22T12:13:07
2020-04-22T12:13:07
201,068,798
0
0
MIT
2019-08-07T14:39:11
2019-08-07T14:39:10
null
UTF-8
C
false
false
8,613
c
/** * @file oscore.c * @author Marco vR * * OSCORE methods */ #include <netinet/in.h> #include <tinycbor/cbor.h> #include "oscore.h" #include "utils.h" #if defined(USE_CRYPTOAUTH) #include "cryptoauthlib.h" #include "basic/atca_basic_aes_gcm.h" #include "crypto/atca_crypto_sw.h" #elif defined(USE_WOL...
[ "marcovr@live.de" ]
marcovr@live.de
b7a528ce4ee7fd54e9c7f0c0c75f2103507750a7
ff19a7a7b4b637ce3db65c986f6af73fed65896c
/print_functs_3.c
be1811a56a02c49075fccd757b454cdca9d9b49e
[]
no_license
nsforero10/printf
77922fb3ef44e0be1949e368de58dbcea6a3295f
f201eefa4d5e34c41d002c37a4527df6f36310a2
refs/heads/master
2021-03-20T18:19:59.816563
2020-03-18T04:26:35
2020-03-18T04:26:35
247,223,912
0
1
null
2020-03-18T02:51:29
2020-03-14T06:23:42
C
UTF-8
C
false
false
1,505
c
#include "holberton.h" #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> /** * handle_print_custom_string - handles fill the cursor with chars * @list: - va_list to extract the data * @cursor: - the cursor to fill * Return: the cursor filled */ char *handle_print_custom_string(va_lis...
[ "ns.forero10@gmail.com" ]
ns.forero10@gmail.com
1bc84eb721f82434d04e5e09b03780f5799ed27b
75681a5630b69e44abdd9ba13196d089a2fb5761
/C01/ex08/main.c
8cb73141dc9c9eb5c5fbe607b1fd9730c8f283a0
[]
no_license
donggele/startprog
6f02d1c1a131ee40b968c4ff08bb8e60d2662021
fc6425f9ff595e3e936fab67a4cb56f08ac5939e
refs/heads/main
2023-03-19T13:00:04.382166
2021-03-17T13:13:45
2021-03-17T13:13:45
339,334,145
0
0
null
null
null
null
UTF-8
C
false
false
1,103
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: ...
[ "dgstudylife@naver.com" ]
dgstudylife@naver.com
e4bd5678dc3a9a847f9306e546f375b84af36d07
975d43f1127578e51ee25304663c90d9976b7c67
/chapter8/process_ids.c
bffb19c80d087b4a651ad10da26b7ed1c25405e2
[]
no_license
foolishflyfox/APUE-experiment
27ebde917af14eaf782a46128ff37f86640dca1f
30f61c0bb0469270df5c219403ced243f216c244
refs/heads/master
2022-11-25T08:40:10.442075
2020-07-23T03:05:48
2020-07-23T03:05:48
258,370,385
6
1
null
null
null
null
UTF-8
C
false
false
293
c
// process_ids.c #include <stdio.h> #include <unistd.h> int main(){ printf("pid : %d\n", getpid()); printf("ppid: %d\n", getppid()); printf("uid : %u\n", getuid()); printf("euid : %u\n", geteuid()); printf("gid : %u\n", getgid()); printf("egid : %u\n", getegid()); }
[ "fenghuabin1992@163.com" ]
fenghuabin1992@163.com
fdc81e028b29536208f29991bac9e5fdf1ce78f4
2be16a9ac44fb023b306cfa7e5058d6b55cd3159
/libft/srcs/srch_begining.c
f6418bafc6a7eae1ae9ff516f97fb3231e0dc687
[]
no_license
Arigowin/21sh
5f23e8b2ea30c6f8b90eca1919ca151658861826
4e775cf35b3279f902374577e1edb1a54efa5cd9
refs/heads/master
2021-01-15T15:50:16.357430
2018-01-08T11:59:46
2018-01-08T11:59:46
55,896,393
1
0
null
null
null
null
UTF-8
C
false
false
1,068
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* srch_begining.c :+: :+: :+: ...
[ "dolewski@student.42.fr" ]
dolewski@student.42.fr
1c73c5e4136dbbd1b243461894157a1d05fad938
883fa05e3a7ce583a9bfd190b5258745e2b8b2d6
/0x15-file_io/holberton.h
818f5b0e3a326b119e1b46fa948c8b33470c3125
[]
no_license
danielfep03/holbertonschool-low_level_programming
11b2edadb7cd16ecd7ba66997566212215c54172
990a87a294d045f188dc270ed24ebe40db0aa74d
refs/heads/master
2023-04-15T13:53:59.031199
2021-04-22T04:51:15
2021-04-22T04:51:15
296,128,131
0
0
null
null
null
null
UTF-8
C
false
false
364
h
#ifndef _HOLBERTON_H_ #define _HOLBERTON_H_ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> ssize_t read_textfile(const char *filename, size_t letters); int create_file(const char *filename, char *text_content); int append_text_to_file(const c...
[ "danielfep.am@gmail.com" ]
danielfep.am@gmail.com
b1767823c3855fcc4344a4cac3530666e52723ef
f363fdb9445d8dec088fb02c8faae8e23570a33e
/d/huashan/changlang.c
bff2a807e063a4054848a32db52767dd3458fdb1
[]
no_license
MudRen/zjmud
0999a492ac0717911c047936ee2c696b3b5cb20a
c56a166380d74858d7b4f0ba2817478ccea6b83d
refs/heads/main
2023-07-24T21:02:00.246591
2021-09-07T12:50:20
2021-09-07T12:50:20
403,973,627
1
1
null
null
null
null
GB18030
C
false
false
428
c
//ROOM: /d/huashan/changlang.c inherit ROOM; void create() { set("short", "长廊"); set("long",@LONG 你走在长廊上只见红栏碧瓦,雕梁画栋,廊外风吹翠竹,细吟阵阵, 看来华山派气派果然不凡。西面是岳夫人的居室。 LONG ); set("exits", ([ "west" : __DIR__"jushi", "north" : __DIR__"songlin1", "south" : __DIR__"garden", ])); set("no_clean_up", 0); setup(); }
[ "i@oiuv.cn" ]
i@oiuv.cn
a4b5cec7640a854109d036951a0a206af95dfd05
787bd4fedda7c9637f19b1303c8ebb0b997565d1
/hypervbsod.c
932620a4288e7466c333033624d3bf5d45482e3d
[]
no_license
ntoskrnl7/hyperv_local_dos_poc
83550d564d953b46b54ec4c625a5f06437937eb8
c2afa6a03ffaa563a467de3d8464eb7714a6b67e
refs/heads/master
2022-12-14T07:08:14.055525
2020-09-08T19:59:56
2020-09-08T19:59:56
null
0
0
null
null
null
null
UTF-8
C
false
false
2,722
c
#include "hypervbsod.h" VOID UnloadRoutine(IN PDRIVER_OBJECT DriverObject); NTSTATUS Create_File_IRPprocessing(IN PDEVICE_OBJECT fdo, IN PIRP Irp); NTSTATUS Close_HandleIRPprocessing(IN PDEVICE_OBJECT fdo, IN PIRP Irp); NTSTATUS ReadWrite_IRPhandler(IN PDEVICE_OBJECT fdo, IN PIRP Irp); NTSTATUS DriverEntry(IN PDR...
[ "25981258+gerhart01@users.noreply.github.com" ]
25981258+gerhart01@users.noreply.github.com
77ba7d8de2dda4490f939cd42f009a474c2f9380
1c6a7ae5dca2a38c68fde97a676478c6573bca02
/linux-3.0.1/drivers/infiniband/hw/qib/qib_mad.c
8fd3df5bf04d48b8444a13bd4efab1c241181104
[ "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
tonghua209/samsun6410_linux_3_0_0_1_for_aws
fab70b79dc3e506dc03ac1149e2356137869c6ca
31aa0dc27c4aab51a92309a74fd84ca65e8c6a58
refs/heads/master
2020-04-02T04:24:32.928744
2019-01-20T13:51:34
2019-01-20T13:51:34
154,015,176
0
0
Apache-2.0
2018-10-24T14:51:04
2018-10-21T14:07:31
C
UTF-8
C
false
false
62,689
c
/* * Copyright (c) 2006, 2007, 2008, 2009, 2010 QLogic Corporation. * All rights reserved. * Copyright (c) 2005, 2006 PathScale, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public Lice...
[ "kyh1022@163.com" ]
kyh1022@163.com
a1de6485e57226b048e28866d0a246017bee3a48
cbdb6a0e61f5dff416bb549164713e61d282f39e
/mcc_generated_files/device_config.c
9805fa0dbe4cacc85d886634d9632e8f2780ba3b
[]
no_license
git-bruce64kr/MT-13202
5ef47e83f9078ae3b3686ca83665df114d1233cd
4c08bf8c46cc30ce835e3f9ea679448c409aaf7a
refs/heads/main
2023-02-02T05:18:04.881161
2020-12-17T09:46:58
2020-12-17T09:46:58
322,220,727
0
0
null
null
null
null
UTF-8
C
false
false
4,925
c
/** @Generated PIC10 / PIC12 / PIC16 / PIC18 MCUs Source File @Company: Microchip Technology Inc. @File Name: mcc.c @Summary: This is the device_config.c file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs @Description: This header file provides implementations for driver APIs for all ...
[ "ceo.pandowon@gmail.com" ]
ceo.pandowon@gmail.com
7b0b4b87a32eeea365ca3dc3ee01775269276ff2
f6ede3be07646095b8ac563a9303c977d218c117
/lista 4/Lista10.c
bb45cdf80e81b5b886d57b81acc581237de78743
[]
no_license
jordyfontoura/JJ
d793346807c4307009b06fb8f6d1e60d4c9ce117
79d2b7dcde02f90020afc20d740c7c62c363eb4f
refs/heads/main
2023-01-21T23:03:15.146195
2020-12-01T07:42:21
2020-12-01T07:42:21
312,965,373
0
0
null
null
null
null
UTF-8
C
false
false
480
c
#include <stdlib.h> #include <stdio.h> int valorPerfeito(int valor) { int soma = 0; for (int i = 1; i < valor; i++) if (i % valor == 0) soma += i; if (soma == valor) return 1; else return 0; } int main() { int numero; printf("Digite um número inteiro positivo...
[ "jordyfontoura@outlook.com" ]
jordyfontoura@outlook.com
f509ead27d97f0849cb9ecd4161d229a5059a919
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/39a4d46d-33ab-470c-8dc3-c7e4ffbdf792.c
bfab3d61ee535835efae194f7c41e2f5064c2cde
[]
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
563
c
#include <string.h> #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 = l/j; k = k-j*i; //variables //random /* START VULNERABILITY */ int a; char b[90]; char c[25]; a = 0; do { //r...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
79e1244a44d6cc1ad0c0d75aa452c9ef62aa5443
f675546a5d1299480115147e2cd59b5b3359f61e
/Intro to Computer Graphics/project2/c++/Lighting.h
ccaa393bc87b5a34e184c5c86ed761e3669de78a
[]
no_license
tjmlandi/CS-Coursework
b3907032f23a7e41b784950bff9fa06bcfcb3979
93bf2df5c37fe703c00b4caaceaa5660d32c9a94
refs/heads/master
2021-09-03T18:02:00.428872
2018-01-10T23:12:06
2018-01-10T23:12:06
117,018,975
0
1
null
null
null
null
UTF-8
C
false
false
919
h
// // Lighting.h // // Created by Warren R. Carithers 2016/11/22. // Based on code created by Joe Geigel on 1/23/13. // Copyright 2016 Rochester Institute of Technology. All rights reserved. // // Simple class for setting up Phong illumination/shading. // // This file should not be modified by students. // #ifn...
[ "noreply@github.com" ]
tjmlandi.noreply@github.com
7284f33afba4d159b91fa34954a9ab8cb2a62ea3
617bd24f8c106b9c707a0afcef2abc2b64e08e43
/ios/Pods/Headers/Public/ReactABI32_0_0/ABI32_0_0ARTLinearGradient.h
252d52d9b086350627e5393419d8fe60f5293772
[ "MIT", "BSD-3-Clause", "Apache-2.0" ]
permissive
atiato78/expo
54f15c932a3984f2a60b7fddc9bd55c470ba92e4
0c9ef858e125b5f9d421edc183ec10aa84c9b41b
refs/heads/master
2022-12-15T09:30:33.721793
2019-07-31T20:04:43
2019-07-31T20:04:43
199,931,004
2
0
MIT
2022-12-04T05:33:11
2019-07-31T21:24:06
Objective-C
UTF-8
C
false
false
95
h
../../../../versioned-react-native/ABI32_0_0/Libraries/ART/Brushes/ABI32_0_0ARTLinearGradient.h
[ "sjchmiela@gmail.com" ]
sjchmiela@gmail.com
79c5bb91db727e3b5cef611e94153ad7b201c8ec
3cb39833be57f9dd04d61e4aea525964671596f3
/tests/boards/intel_s1000_crb/src/gpio_test.c
730ddfc7403fe51988b6900e832a0cb0d763e889
[ "Apache-2.0" ]
permissive
hautezwei/zephyr
dab4fd89506ebe643c591e981f4c094d9eae92f3
5d1b57ff9d08b47942c750a92c0af413d02c7c5c
refs/heads/master
2020-03-23T09:31:29.050696
2018-07-16T09:32:39
2018-07-17T21:08:22
141,392,978
1
2
Apache-2.0
2018-07-18T06:47:09
2018-07-18T06:47:09
null
UTF-8
C
false
false
3,207
c
/* * Copyright (c) 2017 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * * @brief Sample app to utilize GPIO on Intel_S1000. * * Intel_S1000 - Xtensa * -------------------- * * The gpio_dw driver is being used. * * This sample app toggles GPIO_23. It also waits for * GPIO_24 to...
[ "nashif@linux.intel.com" ]
nashif@linux.intel.com
a3811afc79fcb128aac1a7bcf07225e7278d18d6
ba8c2f6da09c6866e88575a4668fa422ebc8effe
/LY51/LY-51S开发板配套资料/8、各种配套软件/keil C51完全破解版/c51/MON390/Examples/Blinky/blinky.C
d623e4a0f74d940daabfd47ea8c751591e466b23
[]
no_license
dumpinfo/DevBoard
4c4fbfdfadbf0b575982ade2f47a8c34014a4e05
70fbf85cd9e9fecca7388e3367bf88ed3753dcdb
refs/heads/master
2020-03-30T11:03:30.694951
2019-02-25T02:25:10
2019-02-25T02:25:10
151,151,075
1
0
null
null
null
null
UTF-8
C
false
false
3,703
c
/******************************************************************************/ /* */ /* BLINKY.C: Test Program for Dallas 390 in Contiguous Mode */ /* ...
[ "twtravel@126.com" ]
twtravel@126.com
5326ea1fe91676f7ff3cc6c799a88c40cff86128
a78b57fac2408ede0b75fb3d1b00526b4dfe55df
/bubbleSort.c
2192d422b2e22dccbd484a4ac2f65bd88ef1fc5b
[]
no_license
arda971/Hello-Hacktober
bf7442e1b959a3e2e4e742ddc4bc7cb833185276
a0ba2052d5d539b38fc5ffba9af2e5a64ae59e73
refs/heads/master
2020-08-12T17:15:02.611905
2019-10-01T07:43:42
2019-10-01T07:43:42
214,807,144
0
0
null
2019-10-13T11:21:18
2019-10-13T11:21:17
null
UTF-8
C
false
false
336
c
#include<stdio.h> void main() { int a[10],b,i,j,k; for(i=0;i<10;i++) { scanf("%d",&a[i]); } for(i=0;i<9;i++) { for(j=0;j<9;j++) { if(a[j]>a[j+1]){ b=a[j]; a[j]=a[j+1]; a[j+1]=b; } } } for(k=0;k<10;k++) { printf("%...
[ "nov8garimagupta@gmail.com" ]
nov8garimagupta@gmail.com
ed6555e4d704ae30e3ab6acd299ca5d17d52c21a
c850964c0861fb8fa0391a16277360f9d9d48dd7
/Aula 11/Problema 1/ArithTree.c
0937ae4413d08dce03dae5aae96a9aa27ab0b346
[]
no_license
Adams123/LAB_ICC2
00880a81ef690437a2d68b364405dc4733904cba
a43be5c2c97bf9e07c66e859b8e93e7cac0b1e9a
refs/heads/master
2021-01-20T18:14:50.824844
2017-05-10T21:31:33
2017-05-10T21:31:33
90,910,152
0
0
null
null
null
null
UTF-8
C
false
false
3,131
c
#include "ArithTree.h" int total_n = 0; ArithTree *createArithTree() { ArithTree *tree = (ArithTree*)malloc(sizeof(ArithTree)); tree->root=NULL; return tree; } node *insereVal(node *root, double val) { if(root==NULL) { node *temp; temp = (node *)malloc(sizeof(node)); temp-...
[ "adamsvcs@gmail.com" ]
adamsvcs@gmail.com
f952f2b487ff0ee78b68163f8ac4fc5c60bbf720
8c1af7dc492b92b1c6703328542891a51d2d91fe
/Src/Arch/_Macro.h
37facf56574b7f7852ac3e9fef8dc6566d1152f2
[]
no_license
isliulin/C8
2c48904da18f81331325fd0a4a182eda8e73b4df
6211a540f5feb39087222e6939285fab2887f234
refs/heads/master
2023-03-21T10:36:46.172596
2021-03-05T12:11:29
2021-03-05T12:11:29
null
0
0
null
null
null
null
UTF-8
C
false
false
664
h
/* * Copyright (c) 2016-2020, Immotor * * Change Logs: * Date Author Notes * 2020-08-27 Allen first version */ #ifndef __MACRO_H_ #define __MACRO_H_ #ifdef __cplusplus extern "C"{ #endif #define _FUNC_ __FUNCTION__ #define _FILE_ __FILE__ #define _LINE_ __LINE__ #de...
[ "Jose-immotor@users.noreply.github.com" ]
Jose-immotor@users.noreply.github.com
b617fdff870d2770e302fa7cb10c5c9a72ad9235
df280be03966054ce41e4d4e100475208d7e7b54
/KuMiMusic/XFDefine.h
672a72185ab517c3564b2bc81a2de1f4e61b0806
[]
no_license
edison9888/KuMiMusic
7d1aafbd0e5e44d28c8ca9c9e3eafe7122680db2
23daf6d423dedd01bdeb06f8cec9e22ebfcac624
refs/heads/master
2021-01-16T19:03:04.354568
2014-08-14T02:56:05
2014-08-14T02:56:05
null
0
0
null
null
null
null
UTF-8
C
false
false
622
h
// // XFDefine.h // KuMiMusic // // Created by qisheng on 14-8-10. // Copyright (c) 2014年 KuMi. All rights reserved. // #ifndef KuMiMusic_Header_h #define KuMiMusic_Header_h #endif /************************Start Size Screen***********************/ #define SCREENWIDTH [UIScreen mainScreen].bounds.size.width #defin...
[ "xianfeng12006@163.com" ]
xianfeng12006@163.com
f66ce3f1a9ee02a5eedb85fe89cc7da52ec3010c
c8e6dfe5d2d4511f6ba1413b278932a2ab10a9c1
/lib/am335x_sdk/ti/csl/arch/m4/ammu.h
88122e54607b5f3516ba566160b0ec44e1d1f558
[ "BSD-3-Clause", "MIT" ]
permissive
brandonbraun653/Apollo
61d4a81871ac10b2a2c74c238be817daeee40bb6
a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce
refs/heads/main
2023-04-08T19:13:45.705310
2021-04-17T22:02:02
2021-04-17T22:02:02
319,139,363
4
0
null
null
null
null
UTF-8
C
false
false
13,685
h
/* * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/ * * 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 * notice...
[ "brandonbraun653@gmail.com" ]
brandonbraun653@gmail.com
9edea1b4b80e6c6047e6c957d443d766d290828b
65bb691c5e2d6dab9cc553129cc0a9c5326b5a2b
/TaskSystem/src/Messages/DoneMsg/DoneMsg.c
6eaced3f8531d944336f2cf1288aafd59eb1ddd1
[]
no_license
bizzard4/FrancoisGingras_master
922c1edc70c6a7dcf491610009f81ab1a3b82a02
fe0126485fbcfc5ca6d57a69f8a8bfa2412fdc02
refs/heads/master
2021-06-27T14:38:52.323914
2017-09-18T02:38:26
2017-09-18T02:38:26
57,922,987
0
0
null
null
null
null
UTF-8
C
false
false
828
c
#include "TaskSystem/Messages/DoneMsg/DoneMsg.h" #include "TaskSystem/fatal.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include "TaskSystem/Messages/DoneMsg/generated.h" /****************************** * Programmer Code *****************************/ static int getTag(DoneMsg this){ return thi...
[ "francois.gingras89@gmail.com" ]
francois.gingras89@gmail.com
77da186a236361001315cea63e79bdaeab3ad09d
ee93447246405237800391adc9b496f7867dc533
/venv/Include/site/python3.8/pygame/pygame.h
2432bf3d615b740c522d8531e3110ff134f547b2
[]
no_license
elon-gate/Gotta-Catch-E-lon
6909fd472dc95a690447bb446de36d0df6f78876
535b89b0298afb107d08fe9af0bcd021a80bd805
refs/heads/master
2022-11-28T03:28:39.987246
2020-08-11T15:37:23
2020-08-11T15:37:23
272,732,536
7
1
null
2020-06-16T21:47:30
2020-06-16T14:38:20
Python
UTF-8
C
false
false
1,280
h
/* pygame - Python Game Library Copyright (C) 2000-2001 Pete Shinners 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 2 of the License, or (at y...
[ "noreply@github.com" ]
elon-gate.noreply@github.com
6c833c6c3392b3ecbb9e3b1b5bab084c05f90064
89040693b49f8a6f22c6762c8d020a27fca01bae
/COMP2200CodeSamples-master/41_string_case_insensitive_compare/string_utils.h
60b0f76ca1261e8559a937f0cd6eb5d74d429943
[ "MIT" ]
permissive
SungHwan-Jang/C_DevelopDoc
cbca001d8af2210753b0899f501e56fd211d5fb0
8594b930c8f9c675db0aedcb197db7971d943c62
refs/heads/master
2020-11-28T17:28:52.777151
2020-01-30T09:19:05
2020-01-30T09:19:05
229,880,834
0
0
null
null
null
null
UTF-8
C
false
false
149
h
#ifndef STRING_UTILS_H #define STRING_UTILS_H int string_case_insensitive_compare(const char* str0, const char* str1); #endif /* STRING_UTILS_H */
[ "redmk1025@gmail.com" ]
redmk1025@gmail.com
953ff9032f3ab0d09bdf5629c3c727c56c76614f
7b7d4b3396bd43f859231040ca36909f6bfbd3ad
/main/oled/hym-oled.c
6f7c391ed292d6b635e269842779f39a7655f314
[]
no_license
heyongman/esp32
372486897438152a630b5d7fe0b6a4832c1d32f6
7b7dfc90e4eaf806915ea4e8d9dd719fe70656e4
refs/heads/master
2023-01-23T04:40:15.942995
2020-12-07T07:17:04
2020-12-07T07:17:04
315,195,702
0
0
null
null
null
null
UTF-8
C
false
false
1,032
c
/* * @file hx_oled.c * @brief ESP32操作OLED-I2C * @details 用户应用程序的入口文件,用户所有要实现的功能逻辑均是从该文件开始或者处理 * @author 红旭团队 * @par Copyright (c): * 红旭无线开发团队,QQ群:671139854 */ #include <stdio.h> #include "esp_system.h" #include <esp_log.h> #include <freertos/FreeRTOS.h> #include "freertos/tas...
[ "heyongman" ]
heyongman
09ba12da49cfba43f1958a1a7672be157ee3009e
6226b0d300d2fec931c0da9b872b0f5e132b4e3e
/src/algo/blast/core/blast_psi_priv.h
673f7c0d569fa0c7a0d3f55add0b12b1b4e34daf
[]
no_license
public-domain/ncbi_cxx
19f7eb61e9d428953ae677252be14324db696032
6bbd03af3d07f279f64adab9edfc9eefe7866d88
refs/heads/master
2021-02-09T01:18:32.894918
2020-03-01T20:48:19
2020-03-01T20:48:19
244,221,269
0
0
null
null
null
null
UTF-8
C
false
false
28,413
h
/* $Id: blast_psi_priv.h 136443 2008-08-04 17:43:02Z ucko $ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government Wo...
[ "jean-marc.lienher@bluewin.ch" ]
jean-marc.lienher@bluewin.ch
af7c004ce73a11dac472382950163b37754357f0
6b4e22aa5ee08269b3905efac5343add18fe640a
/CMSIS/Pack/Example/CMSIS_Driver/SCU_LPC18xx.h
b5978df1f220320155567da87be4968c06d73af9
[ "Apache-2.0" ]
permissive
MatthiasHertel80/CMSIS_5
8dd3a9f2afba807c94eacd70608b87c21285eba3
041a96d631181e617e902b62ab0494ade510ef3e
refs/heads/master
2020-04-06T06:15:51.537931
2016-07-13T13:07:52
2016-07-13T13:07:52
52,963,155
0
0
null
2016-07-18T11:36:58
2016-03-02T13:03:10
C
UTF-8
C
false
false
8,082
h
/* -------------------------------------------------------------------------- * Copyright (c) 2013-2016 ARM Limited. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the Licen...
[ "joachim.krech@arm.com" ]
joachim.krech@arm.com
26d19eefafee9f8e08d811facd136a9495b22985
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/CodeJamData/14/03/4.c
d24f7a208ca9f161b569d0cfc417439e10c05b2c
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
UTF-8
C
false
false
1,207
c
#include <stdio.h> int main(){ int t,cas,r,c,m,i,j,k,l,low,high; scanf("%d",&t); for(cas=1;cas<=t;cas++){ scanf("%d%d%d",&r,&c,&m); printf("Case #%d:\n",cas); if(r==1){ for(i=0;i<m;i++)putchar('*'); for(i=m;i<c-1;i++)putchar('.'); puts("c"); continue; }else if(c==1){ for(i=0;i<m...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
0e9c5953acf81325b280c915030c04ea936e4d58
2a17f21cbedb1511ec07b907bd570b9203167ed4
/Plugins/VRExpansionPlugin/OpenVRExpansionPlugin/Intermediate/Build/Win64/UE4Editor/Development/OpenVRExpansionPlugin/Definitions.OpenVRExpansionPlugin.h
9ffd7bdbc75bea4d0414a020babfa8b369ff0e55
[ "MIT" ]
permissive
RTUITLab/Spherical-Ships
a459e2ace1d8a727affb8646e7c955158137701b
017dcf3cebff7f07ee7972e7b7593b6d0d891e60
refs/heads/master
2020-03-23T11:08:07.571751
2018-07-18T20:29:36
2018-07-18T20:29:36
null
0
0
null
null
null
null
UTF-8
C
false
false
5,230
h
#undef OPENVREXPANSIONPLUGIN_API #undef UE_IS_ENGINE_MODULE #undef DEPRECATED_FORGAME #define DEPRECATED_FORGAME DEPRECATED #define IS_PROGRAM 0 #define UE_EDITOR 1 #define ENABLE_PGO_PROFILE 0 #define WITH_DEV_AUTOMATION_TESTS 1 #define WITH_PERF_AUTOMATION_TESTS 1 #define UNICODE 1 #define _UNICODE 1 #define __UNREAL...
[ "leonis13579@gmail.com" ]
leonis13579@gmail.com
561aa6cc0ed38b85cc26dda82524964dbb3ea95d
366c204a4c5d69e62d6aa3c19f2d437261ba329a
/arch/platform/stm32nucleo-spirit1/dev/radio-sensor.c
4413c04980af1f887005a6ecd39013ecf243cc51
[ "BSD-3-Clause" ]
permissive
alexrayne/contiki
2718a8ddd6122bc3721b7db87342805fc0644e40
50522d9cbea368211a61529169e53606cf659468
refs/heads/alexrayne-workplace
2023-02-05T04:26:20.920157
2023-01-28T13:18:40
2023-01-28T13:18:40
98,902,289
0
1
BSD-3-Clause
2023-01-16T08:17:19
2017-07-31T15:12:19
C
UTF-8
C
false
false
4,174
c
/* * Copyright (c) 2012, STMicroelectronics. * 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...
[ "marco.grella@st.com" ]
marco.grella@st.com
1de79dfa45945ae04fd77671744fcfec399efd60
20e3a511926407940d9152e1d7bf6d9dce58f691
/gui.h
c906641e70c7127ab4bed782f88a5669f8878ff4
[]
no_license
Scorpion-DX/Oscilloscope_Project
294462ff41d37cd8f1189a8c9bea2cb5c3fdf48d
1723f56bdd29a4b0b2c7e752c9efe9f6fa02e272
refs/heads/master
2020-04-04T16:53:05.255267
2018-11-04T15:59:47
2018-11-04T15:59:47
156,097,547
1
0
null
null
null
null
GB18030
C
false
false
1,101
h
#ifndef _GUI_H_ #define _GUI_H_ //---包含头文件---// #include <reg52.H> #include "lcd_driver.h" //---重定义关键词---// #ifndef uchar #define uchar unsigned char #endif #ifndef uint #define uint unsigned int #endif //---显示图片,定义这个---// //#define PICTURE_SHOW //---显示32*29的汉字---// #define CHAR32_SHOW //--...
[ "noreply@github.com" ]
Scorpion-DX.noreply@github.com
594eef9b1fe0319435494924fd31c2669cddffb2
8d7514271b08caaa8c757d0747853d54642e9e63
/plutommi/MtkApp/SWFlash/SWFlashSrc/SWFlashDLSrc.c
3a6da928def446beaf54709ca15ee65263f7d0f3
[]
no_license
npnet/MyCode
0bd3e32d5890c411b16e01cdb8acf5624c7c0a02
9fa7aa78d62f1cd3c2a39a36875cb41cf00522fe
refs/heads/master
2023-07-23T13:19:29.575050
2018-07-05T13:01:09
2018-07-05T13:01:09
140,229,839
1
2
null
2023-07-21T10:21:01
2018-07-09T04:07:28
C
UTF-8
C
false
false
120,340
c
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "zhaoran.jia@nbbsw.com" ]
zhaoran.jia@nbbsw.com
7d7352a941cc74aa75b9fa69bd02711f75a18b98
77c314c509ffd82b0b6c78935913893c58f2a31a
/Airport Management C/AirportManager.h
71a3448e08347057f101c31acffe5421f4093bd5
[]
no_license
savizronen/Airport-Management-C
531a6b6a54d21edf05fd866fe835474cf05a74ad
626c362a4f050b84a0c431413eaaa691083ef507
refs/heads/main
2023-02-03T12:05:32.076169
2020-12-24T15:51:53
2020-12-24T15:51:53
324,185,141
0
0
null
null
null
null
UTF-8
C
false
false
579
h
#ifndef AirportManager_H_ #define AirportManager_H_ # define AirportsListSIZE 100 #include "Airport.h" typedef struct { int numOfAirports; Airport airports[AirportsListSIZE]; } Airport_manager; Airport_manager* initAirportmanager(); int addAirport(Airport_manager* airport_manager, Airport* airport); Airport* fi...
[ "noreply@github.com" ]
savizronen.noreply@github.com
02fb81b53f8a79f63ea66caeb08568a0fa9c0e5c
ea6049e4f309da98e625840a84a42bf8a10b0c09
/src/server/main.c
4780784c3306021906a2d757c3970841472e16bc
[]
no_license
girards/myIrc
9ad6015a282d897cde10d2626e9811f36ba8ff0a
d98566ac881dea62aaa02505afbbbdd130f928ff
refs/heads/master
2020-04-08T13:47:42.933164
2015-04-15T12:57:15
2015-04-15T12:57:15
33,993,612
0
0
null
null
null
null
UTF-8
C
false
false
529
c
/* ** main.c for server_irc in /home/heitzl_s/rendu/PSU_2014_myirc/src/server ** ** Made by Serge Heitzler ** Login <heitzl_s@epitech.net> ** ** Started on Mon Mar 23 10:20:58 2015 Serge Heitzler ** Last update Fri Apr 10 10:59:22 2015 Serge Heitzler */ #include "server.h" int main(int ac, char **av) { t_server ...
[ "nicolas.girardot@epitech.eu" ]
nicolas.girardot@epitech.eu
e346fcbc71f0302f9eb66e2a62eb101f7ede557b
a1d1f5ac9bf58eac9855a7c83161f7be389e3fce
/0x15-file_io/1-create_file.c
c09f3d485e919df4f5ea16c8588966414e4d02bd
[]
no_license
theurikenneth/alx-low_level_programming
c9add10cf6c2b8e44f4a0e402c328f8553fe8503
0a432e2bca81fbfef3c671c610a8377ab50862e1
refs/heads/main
2023-07-28T02:56:10.266457
2021-09-04T10:02:21
2021-09-04T10:02:21
335,519,439
0
0
null
null
null
null
UTF-8
C
false
false
552
c
#include "holberton.h" /** * create_file - creates a file * @filename: pointer to the file name to create * @text_content: pointer to the string to write to the file * * Return: -1 or 1 if fails or otherwise */ int create_file(const char *filename, char *text_content) { int fd; ssize_t d, i = 0; if (!filename) ...
[ "theurikenneth@gmail.com" ]
theurikenneth@gmail.com
40fed93d04bf163b11560195a092d10b4964d352
23eb275fd09a8aea455835b07140cd8f3533bbcc
/thunghiem/bt14.c
2540fddf8b9fad10aad66a8cf99a0b382c79f8dc
[]
no_license
tieupham2803/cbasic
d5d4d5ed3855a2ddbf909a02355011c1bde9fb8e
75761116c53a4950734433302c99aa45c2039cee
refs/heads/master
2021-08-31T20:18:43.476879
2017-12-22T17:55:03
2017-12-22T17:55:03
115,138,349
0
0
null
null
null
null
UTF-8
C
false
false
315
c
#include<stdio.h> #include<string.h> #define MAX 80 int main() { FILE *f1,*f2; int i,j=0,n,k; char a[MAX+1]; /*===doc file bt13.c===*/ f2=fopen("file_2.c","w"); if((f1=fopen("bt13.c","r"))==NULL) printf("Cannot open %s.\n","float.dat"); else while(fgets(a,80,f1)!=NULL) fputs(a,f2); return 0; }
[ "tieupham2803@gmail.com" ]
tieupham2803@gmail.com
9a8bcd3f03172597203978ce76ec3aa6772df885
c83ecefa4567f88011eb5aacf346f0aca09be0dd
/zscii.h
d9f50294c236082edf2e8eb32555d5b3640f2f93
[ "MIT" ]
permissive
purplefoot/zerp
a69c1ce046c42b4a4c9edb7480f3e744f2cb7901
f07330d3ae7defea8bab15c9964148395cb40974
refs/heads/master
2020-06-04T14:25:07.000554
2010-04-01T09:58:25
2010-04-01T09:58:25
null
0
0
null
null
null
null
UTF-8
C
false
false
735
h
/* Zerp: a Z-machine interpreter zscii.h : z-machine string encoding */ #ifndef ZSCII_H #define ZSCII_H #define ZSTRING_MAX 4096 static unsigned char zAlphabet[3][32] = { {0, 0, 0, 0, 0, 0, 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', '...
[ "ian@funkyfrog.net" ]
ian@funkyfrog.net
e6aed022399ab55b010c483abf5d356cec18e381
75fded77ab1b09b14d6782811e434bba39fdc135
/C/MAC0110_1-14.c
e8af8c795b3d0b4407863f5cee2f4dc03af577cc
[]
no_license
codigoteca-ime-usp/MAC0110
e8943708479dc4e2b2307b0fea806688a66aa3a4
7876226a3676b8ba94ec1ab8328640c52dbd299e
refs/heads/master
2021-06-01T15:23:41.819743
2018-06-14T22:38:15
2018-06-14T22:38:15
17,759,238
1
1
null
2018-06-14T22:38:16
2014-03-14T20:26:15
C
ISO-8859-1
C
false
false
1,059
c
/*-------------------------------------------------CABECALHO------------------------------------------------------------ * Enunciado do problema: O n-esimo numero da sequencia de fibonacci Fn eh dado pela seguinte formula: Fn = 1 se n = 1 Fn = 2 se n = 2 Fn = F(n-1) + F(n-2) Faca um programa que dado ...
[ "nathan@vieiraproenca.com" ]
nathan@vieiraproenca.com
11ffbf6494bea0fd0809727124ba8bc354ac232f
69be6e821ba8ca805cd2459f2c16527d87d4bbe5
/C01/Attempt00/ex02/main.c
7c14e59bc7e0f2f3984b05d0c43ec1b1af4d54fc
[]
no_license
alexrowe99/42-piscine
c01e575e0f6b5d736b191e3a356015ca668ffd2c
64c1beac45c7c13ddc25717e1bfe41959e0785ce
refs/heads/main
2023-06-16T22:32:00.748099
2021-07-13T07:17:44
2021-07-13T07:17:44
null
0
0
null
null
null
null
UTF-8
C
false
false
263
c
#include <stdio.h> void ft_swap(int *a, int *b); int main(void) { int n = 69; int i = 420; int *ptr1 = &n; int *ptr2 = &i; printf("\nn before: %d\ni before: %d\n",n,i); ft_swap(ptr1, ptr2); printf("\nn after: %d\ni after: %d\n\n",n,i); return 0; }
[ "arowe890@gmail.com" ]
arowe890@gmail.com
8e818c60cd413d19090dfe2e1e388a82efab1494
5e4a11896c3a320a05507e8dd9f70f6758d5ac31
/Unity/Temp/StagingArea/Data/il2cppOutput/Mono_Security_Mono_Security_X509_X509Crl_X509CrlEntry.h
0e94d1dae5e528bf9bb494558c4fa9d3a6d4202a
[]
no_license
SUMOU/SUMOU
d6b83aeb6b34351aa2ad883e2ea861b8944da385
d8023abb3115585fb2164e18d89091554bbcc720
refs/heads/master
2021-01-10T15:31:39.179817
2015-11-25T07:14:18
2015-11-25T07:14:18
45,302,855
0
0
null
null
null
null
UTF-8
C
false
false
782
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Byte[] struct ByteU5BU5D_t424; // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t569; #include "mscorlib_System_Object.h" #include "mscorlib_Sys...
[ "fujita1syu@gmail.com" ]
fujita1syu@gmail.com
fb2dc25880b46b12deddb85210c52e8d8a14b375
1f5c8bdd1c15a94e2b0c6cdc389d83d0937de82a
/Temp/il2cppOutput/il2cppOutput/Mono_Security_Mono_Security_Protocol_Tls_ClientRecordProtocoMethodDeclarations.h
227453a312cb7b1e821df0a5d867922ffed0d4dc
[]
no_license
White-Wlof/Pull_Action
8798e0767180269bfe686abc5bb9110c53e39346
587d3b9bd1c5d12507563fad450e31bad897c176
refs/heads/master
2021-01-10T14:36:15.399060
2015-11-25T02:30:51
2015-11-25T02:30:51
46,396,200
0
0
null
null
null
null
UTF-8
C
false
false
2,448
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> // Mono.Security.Protocol.Tls.ClientRecordProtocol struct ClientRecordProtocol_t705; // System.IO.Stream struct Stream_t724; // Mono.Security....
[ "cihi13042@g.nihon-u.ac.jp" ]
cihi13042@g.nihon-u.ac.jp
60fae65baa9f56fecbcaa9cd0b91612a34ba057b
bee9bde635378c35bc3752c517c7b340548b485b
/ArDos_with_RADON/config.h
f900e7acaa8a74e0c4c6902fec23493362217db5
[ "MIT" ]
permissive
sigmaister/ArDos_with_RADON
d20f270908fb896260c4fd4d58ff8f8dd410ebba
1d6b42f9681e83f2e92efc0ecd7157cdfe5c4db1
refs/heads/main
2023-06-29T06:12:53.261588
2021-08-04T13:23:21
2021-08-04T13:23:21
null
0
0
null
null
null
null
UTF-8
C
false
false
27,478
h
//Язык системы// #define RUSSIAN //для смены языка необходимо добавить метаданные в файл "languages", по умолчанию доступны - RUSSIAN(русский) и ENGLISH(английский) //Передача данных// #define USE_UART 0 //использовать UART для передачи данных(0 - выключить вывод данных | 1 - включить вывод данных) #define UART_BAUND ...
[ "71728333+radon-lab@users.noreply.github.com" ]
71728333+radon-lab@users.noreply.github.com
2f5796294f77f6b8aecba2341e4026e75b8cff42
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/gpu/drm/extr_drm_atomic.c_drm_atomic_state_default_release.c
09896519b69c7cbb2b5ae223166c4a2a0a492802
[]
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
767
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
214fe34819606240881f5ce507220578671b7ec7
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/fs/btrfs/extr_extent_io.h_set_extent_bits.c
991843e728548dad793f0db951cd3cea410c7621
[]
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
855
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
ff0e17f173fe849d8cce5134dd39add8c0e9170a
077505726983e047240ae5a627a02863b3bd026e
/product/application/juma/sensor_tag_fifo/app.h
e4a891de5b6c6f0eee9c1ee2606318f88dacc89d
[ "Apache-2.0" ]
permissive
196510921/STM32_Platform
e9cd4d4413d0703854e7b5e405fcacc50c300b79
7c87d1214075fa5fbc03140424cc86b3c17bc5b6
refs/heads/master
2020-12-31T05:56:06.233269
2016-04-27T05:07:06
2016-04-27T05:07:06
49,565,359
1
0
null
2016-01-13T09:58:20
2016-01-13T09:58:20
null
UTF-8
C
false
false
172
h
#ifndef _APP_H_ #define _APP_H_ #include "bluenrg_sdk_api.h" #include "juma_sensor.h" #include "imu_sensor.h" void app_sensor_data_show(float* data); #endif //_APP_H_
[ "196510921@qq.com" ]
196510921@qq.com
f0564b461e58a4fe9c6c70108ecc28e6eed92aee
5df3a9d47a6c21b212c6c0f5c52d149e9713aeb4
/kunal218.c
01c954f3c6603b05abf447724052ef9a9a79f10c
[]
no_license
kunalkumar37/c_-programming
655569394b14241f29c4004ed4ecab2bdfe36d48
0f9f7c70f37c0ff694b1b58894a0b18583a246d2
refs/heads/master
2023-01-06T21:16:42.358255
2020-11-05T12:55:27
2020-11-05T12:55:27
310,287,895
1
0
null
null
null
null
UTF-8
C
false
false
107
c
#include<stdio.h> int main() { float a; int x=6,y=4; a=x/y; printf("%f",a); return 0; }
[ "61112064+kunalkumar37@users.noreply.github.com" ]
61112064+kunalkumar37@users.noreply.github.com
ca1fd02cd8c135f6fbac8b05108905d0e83da5d8
7f61a702ec89c0084e492db3dd2ee4dd0a7cc7b0
/TTI/servicios y html/respaldo rasp/Downloads/reeles/gpio_respaldo.c
b49ecdf33203ffbcfeca166b48a1997752c1ecd3
[]
no_license
LuisAngelGonzalezA/TTI
dee50b6500dd5b5fb30987dcfd27e82c8ca6b5c8
bc69b627b3c67a48182485fc02a4f5679ee6a415
refs/heads/master
2020-03-30T08:32:41.419281
2019-06-11T07:57:14
2019-06-11T07:57:14
151,023,323
0
0
null
null
null
null
UTF-8
C
false
false
804
c
/** @brief: Este programa configura el BCM_GPIO 17 usando la libreria wiringPi * El GPIO 17 corresponde con el pin 0 en wiring Pi * Se debe compilar con: gcc gpio.c -o gpio -lwiringpi */ /* * * gcc voltaje_pwm.c -o voltaje_pwm -lm -lwiringPi `mysql_config --cflags` `mysql_config --libs` * * */ #include<s...
[ "vivi_luis15@hotmail.com" ]
vivi_luis15@hotmail.com
9f25988e23a0c564312e39601d0048eb955fe3a7
887d05f01b49c662f5f65ba51ef54b58a9788bbd
/imcs.c
23edbc56ac1dde721b471e16e7c540fbd36c83ad
[ "Apache-2.0" ]
permissive
isgasho/imcs
e48d2b9728a995a5a32070a40aca7ac4ce8addd1
61d8f319029a21b6c04f8f110233ef4cdf810599
refs/heads/master
2023-01-22T09:50:26.643987
2020-12-02T16:25:11
2020-12-02T16:25:11
null
0
0
null
null
null
null
UTF-8
C
false
false
213,809
c
#include <unistd.h> #include <float.h> #include <math.h> #include <limits.h> #include "imcs.h" #include "btree.h" #include "disk.h" #include "func.h" #include "smp.h" #include "executor/spi.h" #include "commands/trigger.h" #include "utils/timestamp.h" #include "utils/rel.h" #include "utils/date.h" #include "utils/datet...
[ "knizhnik@garret.ru" ]
knizhnik@garret.ru
f9d77198dd2e0b0a65ffc4d3dfdf2c5ecc3ee664
09f8ef5b0b7980938379876e07e2bff821461ccc
/src/overlays/actors/ovl_Bg_Hidan_Syoku/z_bg_hidan_syoku.h
a7b39645860fd654fade0db7162f6a9b19564300
[]
no_license
cualquiercosa327/oot-1
65677053f274d6dcf7657ea584eda2d7ab01f64f
c2b5ae3ed245d7f9015318b184b912ee441ac5e5
refs/heads/master
2023-02-26T01:25:48.739460
2021-01-31T05:07:58
2021-01-31T05:07:58
null
0
0
null
null
null
null
UTF-8
C
false
false
472
h
#ifndef _Z_BG_HIDAN_SYOKU_H_ #define _Z_BG_HIDAN_SYOKU_H_ #include "ultra64.h" #include "global.h" struct BgHidanSyoku; typedef void (*BgHidanSyokuActionFunc)(struct BgHidanSyoku*, GlobalContext*); typedef struct BgHidanSyoku { /* 0x0000 */ DynaPolyActor dyna; /* 0x0164 */ BgHidanSyokuActionFunc actionFunc;...
[ "noreply@github.com" ]
cualquiercosa327.noreply@github.com
162fa8f10179b1f570c878e0483de2e50fe2129d
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant100640_tree-ssa-coalesce.c
f8dff5bb95acdda79a4e5f07704e4bdb935c371a
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
36,043
c
/* Coalesce SSA_NAMES together for the out-of-ssa pass. Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Andrew MacLeod <amacleod@redhat.com> This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licen...
[ "agroce@gmail.com" ]
agroce@gmail.com