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
90f3f1eb46d65441636c7c59083fe610fafe17a0
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/shell/osshell/accesory/access/access/dialogs.c
6d7444bb7a9e8c2036ab96c2bb8a11d7aae41c5b
[]
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
64,696
c
/**************************************************************************** DIALOGS.C This file handles the parts related to the dialogs for adjustment ****************************************************************************/ #include "windows.h" #include "Dialogs.h" #include "Menu.h" #incl...
[ "112426112@qq.com" ]
112426112@qq.com
392d1ff8637f04370731935d289950dfb8ca1bba
cf111b440f33ba9741ff45c60ac33dfade24e2ac
/Projects/Personal Expenses Tracker (C)/archive/pet_c_early_5/expense.c
f829457ac13fedea8aac2972783e7f3c66200cb3
[ "Unlicense" ]
permissive
fredmorcos/attic
cd08e951f56c3b256899ef5ca4ccd030d3185bc1
36d5891a959cfc83f9eeef003b4e0b574dd7d7e1
refs/heads/master
2023-07-05T10:03:58.115062
2023-06-21T22:55:38
2023-06-22T07:07:58
154,962,425
4
1
Unlicense
2023-06-22T07:08:00
2018-10-27T12:30:38
JavaScript
UTF-8
C
false
false
1,015
c
#include "expense.h" #include "parser.h" #include <stdlib.h> #include <stdio.h> #include <errno.h> #include <string.h> #include <stdint.h> #include <inttypes.h> #include <ctype.h> uint8_t pred_not_comma_newline (char c) { if (c == '\n' || c == ',') return 0; return 1; } uint8_t pred_comma (char c) { if (c =...
[ "fred.morcos@gmail.com" ]
fred.morcos@gmail.com
96c196400ae022710055186be016cf4733417c01
47c7d3b5d1619e2e8ca7e8c466a6e396edd58015
/0x04-more_functions_nested_loops/7-print_diagonal.c
e9804aab65e99f2496079bacbd31380abe4d4dec
[]
no_license
ValentinaZea/holbertonschool-low_level_programming
3db6033c425eefbbcfb439b81fd5f5682c9926b6
845cd9cab4dcf69b7e1cafbeed7d6da0508b427b
refs/heads/main
2023-03-04T06:14:07.164112
2021-02-12T19:11:37
2021-02-12T19:11:37
335,727,266
0
0
null
null
null
null
UTF-8
C
false
false
303
c
#include "holberton.h" /** * print_diagonal - Draws a diagonal line * * @n: int */ void print_diagonal(int n) { int i, j; for (i = 0; i < n; i++) { for (j = 0 ; j < n ; j++) { if (i == j) { _putchar(92); break; } else { _putchar(' '); } } _putchar('\n'); } }
[ "root@DESKTOP-SV3BINQ.localdomain" ]
root@DESKTOP-SV3BINQ.localdomain
caf61c0e9c88148d67b8441c46e8662dc84bba50
bb930d3188219e91c48deee00cb7c4cd237057f0
/ParticleStorm/ParticlesEntity.h
1d2ddc55363ed5ad712925d4ac5a3d6819aee9ba
[]
no_license
Muff1nz/ParticleStorm
985449001bcdf0781f40dea228427575e74a23d4
95faa7bbf56ad809821858b04edceb6f3021ae44
refs/heads/master
2023-01-30T05:45:58.384289
2020-12-10T20:29:12
2020-12-10T20:29:12
156,608,548
0
0
null
null
null
null
UTF-8
C
false
false
1,120
h
#pragma once #include "GameEntity.h" #include "IdGenerator.h" #include "NumberGenerator.h" struct ParticlesEntity : GameEntity { ParticlesEntity() { id = IdGenerator::GetNewId(); type = ET_Particles; radius = 1; } ParticlesEntity(int count, int radius) { id = IdGenerator::GetNewId(); type = ET_Partic...
[ "muffinz314@gmail.com" ]
muffinz314@gmail.com
b52d482a125f0360c532c61c8456b041b6d75a08
c7d9fad99915e3f63974e550b5357a03b3449a44
/libft/ft_strclr.c
9ae4eb2c86a054a07c677f724b962e8d4bcab948
[]
no_license
lito747/ft_ls
c70ec76aa3dc35a0b61a9f25f0d47046f797b267
e321c9db0c0fd6832b28ef8d04c5e49ef3f67f10
refs/heads/master
2020-04-20T20:31:06.870001
2019-02-04T13:00:38
2019-02-04T13:00:38
169,078,878
0
0
null
null
null
null
UTF-8
C
false
false
1,029
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strclr.c :+: :+: :+: ...
[ "mpytienk@e2r10p13.unit.ua" ]
mpytienk@e2r10p13.unit.ua
2279eb61389f12e1b2e613d53f5b6526cd8dcc1a
61beb204988c7d7dba29f9af72fd5234da1cfc8f
/tests/sem/fail_invalid_casts.c
6868498b604ca36cea0c6d28c3b17fd18ee8f2b2
[]
no_license
kimbethstonehouse/compiler-project
6d94ef4c3efee749ec4b3e35ea63af226990c670
0adeea42fab0534a5de083969d354b34872b4505
refs/heads/master
2023-01-11T02:29:35.346406
2020-11-19T16:42:56
2020-11-19T16:42:56
314,304,801
1
0
null
null
null
null
UTF-8
C
false
false
140
c
// EXPECTED FAIl void main() { int b[10]; // int to char cast (char) 2; // int array to char pointer (char*) b; }
[ "kimbethstonehouse@gmail.com" ]
kimbethstonehouse@gmail.com
3355218e6f3f96526de4c5517b77c65e6754d527
db7e2d6fba0f03f7655ee86afe4888748ab8dd27
/libft/liblot/srcs/lo_strstr_int.c
08d2a6e8b34c370d28def0383d14bef7ac4c725f
[]
no_license
Ctsu27/corewar-1
2b6ac39cd7db02f899e9069400fece222139e856
dc9905e6d284490e873f099b377a79ad385549c2
refs/heads/master
2020-04-01T18:44:09.292402
2018-07-15T18:17:40
2018-07-15T18:17:40
null
0
0
null
null
null
null
UTF-8
C
false
false
1,279
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* lo_strstr_int.c :+: :+: :+: ...
[ "lmeyre@e2r6p17.42.fr" ]
lmeyre@e2r6p17.42.fr
8120e4937944f83be7589ac998abf0165eff6b59
3920ca8931a4c351d2058f567cc7fd85eb22df3a
/WakeOnShake_old/Drivers/sensor.c
177f85facd164de81d837ce9845dd4f1e02e7b44
[]
no_license
cristian-moreno-ruiz/cc2650
1c36b1cc33ebac8cf6b4a43fc0e0f627f082d59d
40f1ee4692a6564d2d27cb074d76976607e3695b
refs/heads/master
2022-11-19T20:35:37.317759
2016-07-11T18:44:54
2016-07-11T18:44:54
280,953,682
1
0
null
null
null
null
UTF-8
C
false
false
9,578
c
/******************************************************************************* * Filename: sensor.c * Revised: $Date: 2015-09-21 15:30:38 +0200 (fr, 21 sep 2015) $ * Revision: $Revision: 31581 $ * * Description: Sensor driver shared code. * * Copyright (C) 2015 Texas Instruments Inco...
[ "cristian@MacBook-Pro-de-Cristian.local" ]
cristian@MacBook-Pro-de-Cristian.local
db5836e8d0de46243b7ae978fad0d1ebeba36743
335b7c985239c9404330ec3ee3d657d486b02400
/finalproject.cydsn/finalproject.cydsn/Generated_Source/PSoC5/Pin_10_aliases.h
c3a7c07074aa99111f29cfd3c61b266ed2949abe
[]
no_license
pfautley/PSoC-Reversi
2b454e6bbeb64224247f2d7d149f0ef678d048bd
61a54ffc892fb59b290f73a786b4d2a0a2b07248
refs/heads/master
2020-03-25T19:37:46.216035
2018-08-09T02:50:41
2018-08-09T02:50:41
144,092,297
0
0
null
null
null
null
UTF-8
C
false
false
1,049
h
/******************************************************************************* * File Name: Pin_10.h * Version 2.10 * * Description: * This file containts Control Register function prototypes and register defines * * Note: * ******************************************************************************** * Copyrig...
[ "GFautley@gmail.com" ]
GFautley@gmail.com
f6221b8db82e1fcbbf06ec6d19a33dafde839d19
830468a4ff5bbc952674803689491ce51e0de19d
/inc/parent/pmw.h
1e9665d1a3a9f98343493dbb07f41297abc7a011
[]
no_license
bhfish/BBG-BabyMonitor
97a7100cf39393f75a18a17329ab5bac3b5f9fad
450282d4fbaed82fed1696ee9fbe5ef1f713cee9
refs/heads/master
2020-04-30T07:25:18.384919
2017-12-05T01:35:04
2017-12-05T01:35:04
176,683,705
0
0
null
null
null
null
UTF-8
C
false
false
782
h
#ifndef _PARENT_PMW_H_ #define _PARENT_PMW_H_ #include <stdio.h> #include <stdlib.h> #define PMW_CHIP_NUM_BUZZ 2 #define PMW_CHIP_NUM_LEDR 4 #define PMW_CHIP_NUM_LEDG 6 #define PMW_CHIP_NUM_LEDB 4 #define PMW_NUM_BUZZ 0 #define PMW_NUM_LEDR 1 #define PMW_NUM_LEDG 0 #define PMW_NUM_LEDB 1 #define PMW_CONFIG_PATH(chi...
[ "wla80@sfu.ca" ]
wla80@sfu.ca
046a0202d5c1333156000848779f9c89c977e7b2
64d6b49bc4255d1ebc5862c50eda1a9d5aceab16
/zappy/src/server/setteam_player.c
a9fda37341904bfb81a8ddca9c1f744426c87097
[]
no_license
CldCharles/PSU_network
93c6b0c1a836f83c38ff53a05ee08327ee4c0c6d
7209d9a82c7660db33a5b8887d924024559146f9
refs/heads/master
2020-03-22T01:06:25.312764
2018-06-30T22:12:08
2018-06-30T22:12:08
139,283,335
0
0
null
null
null
null
UTF-8
C
false
false
1,894
c
/* ** EPITECH PROJECT, 2018 ** setteam_player.c ** File description: ** HA my setteam_player.c */ #include "server.h" void fill_coord(server_t *srv, player_t *tmp, int team) { if (srv->team[team].player_inteam <= srv->nb_client) { tmp->x = rand() % srv->width; tmp->y = rand() % srv->height; } else { tmp->x =...
[ "charles.claude@epitech.eu@epitech.eu" ]
charles.claude@epitech.eu@epitech.eu
3591cfb7fbb874b6f94d09c026d45aba5b17c34c
805666a84218be543410ff5089588f1572dd20ec
/d/tianying/dating.c
1bf0bddaa4c196b719c932887ee1540097883f90
[]
no_license
mudchina/xkx2001
d47a9caca686ab7c89fe0b9140fbaf9d3601e1f5
4e8f8a13a72884d5dbe4b589542eb34e29e89d70
refs/heads/master
2021-01-10T06:50:29.517433
2016-02-20T14:09:12
2016-02-20T14:09:12
52,156,038
24
23
null
null
null
null
GB18030
C
false
false
564
c
//Cracked by Roath //room: dating.c inherit ROOM; void create() { set("short","教主大厅"); set("long", @LONG 走进这里,突感一阵肃穆之意,大厅中十分空旷,厅顶高悬八盏 金灯,两旁是精壮佩剑武士剑气森严逼人。正中设一宝座,前有一雕 花檀木案。教主殷天正常在这里与教中首脑人物议事。 LONG ); set("exits",([ "south" : __DIR__"zoulang8", "west" : __DIR__"xiangfang3", "east" : __D...
[ "liming.xie@gmail.com" ]
liming.xie@gmail.com
f10b6887051b9c40d790bd6ec291be5b12127768
c60f6fa362dd35a14f844538f3498fb35a67c078
/thread/creat_thread.c
47882c3a8f72b4d5dd239eb750c79c2913a83f6c
[]
no_license
nilprajapati97/LSP_Vector
cc75f50208fc04dc66d1366e4041c919ec82cedd
6dddcf02202b57804bf01aea628f15bcd0b87657
refs/heads/master
2022-11-27T22:50:21.371765
2019-06-18T08:33:58
2019-06-18T08:33:58
null
0
0
null
null
null
null
UTF-8
C
false
false
302
c
#include<stdio.h> #include<pthread.h> void *thread_1(void *p) { while(1) printf("in thread_1...\n"); } void *thread_2(void *p) { while(1) printf("in thread_2...\n "); } main() { pthread_t t1,t2; pthread_create(&t1,NULL,thread_1,NULL); pthread_create(&t2,NULL,thread_2,NULL); while(1); }
[ "nilprajapati97" ]
nilprajapati97
7178994b2f16a6b572a58e56a7c88913e3418c76
04b6fbac4f124f4d9e9d6a80283214fe1fbf318c
/IrDA/Debugging/IrDALog.c
21bd5d00996c5bf65a82db82609477d3e2659e83
[]
no_license
apple-oss-distributions/AppleUSBIrDA
7f19bbe7fe1d0fbb218b580cc0ff517ba02e3bc3
08bd82b259614d01075f9c665553d2c47ccb548f
refs/heads/main
2023-09-02T06:04:08.512510
2018-09-06T00:13:13
2021-10-06T04:41:21
413,589,758
1
1
null
null
null
null
UTF-8
C
false
false
9,974
c
/* File: IrDALog.c Contains: Logging support for IrDA. Written by: Clark Donahue, Jim Guyton Todo: add copyright */ //#include <Kernel/kern/clock.h> #include <IOKit/IOLib.h> #include "IrDALog.h" #include "IrDADebugging.h" #include "IrDALogPriv.h" #ifndef nil #define nil 0 #endif #defi...
[ "91980991+AppleOSSDistributions@users.noreply.github.com" ]
91980991+AppleOSSDistributions@users.noreply.github.com
b1966c94e0a615bb10626fcffbb1c50abbb1e64f
04ad1e5adbf9c8011629cce5251ac6e2f6b657e4
/d/shaolin/guangchang1.c
378f51f259e14d2bcf66b3d632f9389b0302e9d5
[]
no_license
cao777/mudwllz2-utf8
7398dd2dc702e8ab9a3c98895d2afc3392c07232
19ae1d998a871b9ad7f29c467481015143ffb7a8
refs/heads/master
2023-03-16T08:34:07.707561
2020-05-09T00:04:07
2020-05-09T00:04:07
null
0
0
null
null
null
null
UTF-8
C
false
false
5,315
c
// Room: /d/shaolin/guangchang1.c // Design By 蝴蝶君(Robert) Email:robert@cnmuds.com #include <ansi.h> inherit ROOM; string look_gate(); void create() { set("short", "广场"); set("long",@LONG 这里是少林寺前的广场,整个广场由大块的青石铺成,极为平坦。但 因年代久远,都有些破损。丛丛小草从石板的缝隙中长了出来。广场周围 都是密密的松树林,四角上各放了几块石碑,字迹都甚为模糊。正前方黄 墙碧瓦,飞檐翘檩,在正中有一道二丈来...
[ "ashwing920@gmail.com" ]
ashwing920@gmail.com
1003af01b919be2175281f5d083d2d07587b1314
81121ecb0f4897b5e754a7bfdd5c41571d369da4
/MotateProject/motate/cmsis/TARGET_Atmel/sam4n/include/system_sam4n.h
7f17d9bad6a982e92ee49048e6877ee80c130100
[]
no_license
Amaan24/Motate
5613435c5b2ab16e300cb0c99ccaf99565d3d949
44f96303a007928be2c84e41bcd49f204c76182e
refs/heads/master
2020-06-27T16:41:30.227063
2016-09-26T14:29:07
2016-09-26T14:29:07
null
0
0
null
null
null
null
UTF-8
C
false
false
3,138
h
/* ---------------------------------------------------------------------------- */ /* Atmel Microcontroller Software Support */ /* SAM Software Package License */ /* -----------------------------------------------------------------...
[ "giseburt@gmail.com" ]
giseburt@gmail.com
4cfec22577e7fca20f178c0e7d933dc99db39903
9c55178ef3b4261303d3a0551f163f99498da508
/Racket.c
15e2b53f232a9585efc9fbaca6dd4436bcb7d48e
[]
no_license
SCOTT-HAMILTON/Scott-Apps
921c188d452117f5b57535a68b61e3f22788b605
a8da4cd38770442c00b9c1a47fa706b9565d21cd
refs/heads/master
2020-06-10T01:58:56.168281
2016-12-12T18:09:59
2016-12-12T18:09:59
76,129,145
0
0
null
null
null
null
UTF-8
C
false
false
8,274
c
#include <stdio.h> #include <SDL.h> #include "Racket.h" #include <time.h> #include <stdlib.h> #include "Constantes.h" void initDirectBalle(int* aleatoire){ srand(time(NULL)); *aleatoire = rand()%(360-0) + 0; } void getDirection(int direction, SDL_Rect *position, int vitesse){ if (direction > 0 && directio...
[ "sgn.hamilton@gmail.com" ]
sgn.hamilton@gmail.com
674defaf9b580cd918b670ec5b7b71f862f1d6d6
a6689e0429cb13e207fd547f3d3dd81789d81a79
/basic_info.c
358379ab498dbfcde123484ce57192f8a9f67ea9
[]
no_license
shidai/RFI_git
b362c7ef2f810c09c2e40ca902121fbce796a9a9
b9c6e061195d52b3a5c4b28a04e2a535d1a91961
refs/heads/master
2016-09-05T23:17:12.963694
2014-03-31T22:38:15
2014-03-31T22:38:15
null
0
0
null
null
null
null
UTF-8
C
false
false
1,189
c
// calculate the average, sigma and rms of each beam #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> int main (int argc, char *argv[]) { // get the number of data points int npoints; npoints=atoi(argv[2]); // get the beam number int beam; beam=atoi(argv[3]); /////////////...
[ "dash41198@gmail.com" ]
dash41198@gmail.com
fc950c7af0311f5c0de240c9738c94b0f53fe337
32870e060d63d75d605eeb636965730c82f6f938
/8num/list.c
55f25b0ad54d443f0d55e570ab26de5aa3195425
[]
no_license
rzhengyang/algorithm-exercise
42cd379374ff4f6d07bbe373da8ba9ab66a61564
4f3b95919e0c068b75665f4788e72eeab88789bb
refs/heads/master
2021-01-10T03:54:35.096163
2017-06-15T07:52:40
2017-06-15T07:52:40
49,558,890
0
0
null
null
null
null
UTF-8
C
false
false
1,144
c
#include "list.h" #include <stdlib.h> #include <stdio.h> Node listnode; //static Node *temp; Node *list_q; void ListCreat(void){ Node *root; root = (Node *)malloc(sizeof(Node)); p = root; root->deep = 0; root->prior = NULL; root->move = NULL; root->status = NULL; p->front = root; p->rear = root; p->rear->nex...
[ "billy.ruzheng@gmail.com" ]
billy.ruzheng@gmail.com
47ce2c4694d0b5480da81acc245e870503a3cbc9
d3aae510accc9acf7b494c36bebe760d886e634f
/commons.h
1ea855889bfc3d5f0a97cbe3f41633120e3d8eaf
[]
no_license
Natsirtt/Epic-Lasers
1fb867745148112b5345316f10bef8654a12a0da
9c25a8371806a14d42f2642464b55be0161b081c
refs/heads/master
2021-01-19T18:11:53.724739
2013-03-31T21:33:36
2013-03-31T21:33:36
null
0
0
null
null
null
null
UTF-8
C
false
false
300
h
#ifndef COMMONS_H #define COMMONS_H #ifdef __cplusplus extern "C" { #endif //Management of the game status typedef enum { null_status, main_menu, settings, in_game, paused, loading, quitting } gameStatus_t; #ifdef __cplusplus } #endif #endif /* COMMONS_H */
[ "natsirtt@gmail.com" ]
natsirtt@gmail.com
fad8fbb691f9f4195898892aef06e495d713a8d8
67ed96b8b4762c78c8f96d16bae2076e30dc184d
/flow/LYZ/v2/trackzvtxs/tracknormcpt03to6/finalbins5/M300260/par.h
82a814895cc8d4b7aa14167de31ee6fec43361b8
[]
no_license
XuQiao/HI
4dae1dcf600d0ea64ea26403197135790ba3c4a2
e963cd9a5a393480e83e697b37327f4f7c4de8d4
refs/heads/master
2020-12-25T16:53:40.474495
2017-02-16T06:00:17
2017-02-16T06:00:17
64,085,142
1
0
null
null
null
null
UTF-8
C
false
false
797
h
const double ptmin = 0.3; const double ptmax = 6.0; const int nFileAll = 462; //const double ptbinV[]={0.2,0.5,1.0,1.5,2.0,2.5,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0}; //const double ptbinV[]={0.3,6.0}; //const int nptV= 1; //const double ptbinv[]={0.2,0.5,1.0,1.5,2.0,2.5,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0}; //const double pt...
[ "qixu@cern.ch" ]
qixu@cern.ch
b9abf85dac4665f2b84d32f0d5e787ed1c9a96c7
a7bd3f140a8e30e3e66f7480ff0b9e406fda744a
/Generated_Source/PSoC5/ad_interrupt.c
5242cf326aa21cfccc1e6cc35afd7c6fbe487257
[ "MIT" ]
permissive
glenn-edgar/psoc_5lp_moisture_sensor
05131b7aa12111546756683040e34788cfdbc3bc
48040f4a8813cfd472f774a879be4936fa989f65
refs/heads/master
2021-01-11T00:05:05.895266
2016-10-15T17:50:28
2016-10-15T17:50:28
70,758,398
0
0
null
null
null
null
UTF-8
C
false
false
12,102
c
/******************************************************************************* * File Name: ad_interrupt.c * Version 1.70 * * Description: * API for controlling the state of an interrupt. * * * Note: * ******************************************************************************** * Copyright 2008-2015, Cypres...
[ "Glenn Edgar" ]
Glenn Edgar
7ce91c6bc78a26a3fd4867f259feec6aafea7da2
b5fd3847d43846fc27d24c5424a4018a1e702994
/boards/lpcxpresso54s018m/driver_examples/dma/interleave_transfer/dma_interleave_transfer.c
614b5d867847c98f56494d277c49306b7a0c1129
[]
no_license
AnandSingh/lpc54s018-sdk
fdc8e83ae8809f7dbb4fd1bf3a9ad8a6f736c63c
b1f1fad2fb0fd1f7f7cc2e1ef797c9cea433eba2
refs/heads/master
2021-05-25T21:21:59.428231
2020-04-07T22:11:12
2020-04-07T22:11:12
253,923,302
1
1
null
null
null
null
UTF-8
C
false
false
3,403
c
/* * Copyright (c) 2016, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include "board.h" #include "fsl_debug_console.h" #include "fsl_dma.h" #include "pin_mux.h" #include <stdbool.h> /*************************************************...
[ "asingh3@semtech.com" ]
asingh3@semtech.com
4b98fe93bafd91cd92bae320b4a46c393ecb0789
60145c5367a8bd9c4c0259143a126ff6d4d37390
/Generated_Source/PSoC4/END_STOP_1.c
9344730bf6c4388f8e61ee0515c96014284c51dc
[]
no_license
alicemirror/psoc4200_2stepper_controller
97d2fc7163fd32ccbb768374a9475aaf83be8c7f
1ff427ca5a0bc7391299a8421541c75bc457eac7
refs/heads/master
2021-01-12T09:56:48.246181
2017-01-06T12:11:48
2017-01-06T12:11:48
76,313,112
0
0
null
null
null
null
UTF-8
C
false
false
9,651
c
/******************************************************************************* * File Name: END_STOP_1.c * Version 2.20 * * Description: * This file contains API to enable firmware control of a Pins component. * ******************************************************************************** * Copyright 2008-2015,...
[ "balearicdynamics@gmail.com" ]
balearicdynamics@gmail.com
adfdc3ed16defa643d74d669db46a27a26ee8898
bbab2cc5fc475d6ce9c9465e0b954ff5b0c75387
/subversion-1.6.13/subversion/libsvn_subr/config_win.c
85da603562381834d883000b1cf9e35e5579e695
[ "BSD-2-Clause" ]
permissive
RussellBauer/G5_Deps
df4ddff82753281a500d44bcd18a4ba19d1fcf1e
8918d8ce8d15cc494f499859cfbfe8e66c574acc
refs/heads/master
2021-04-06T08:58:46.594961
2018-03-13T15:55:28
2018-03-13T15:55:28
125,070,934
0
1
null
null
null
null
UTF-8
C
false
false
8,668
c
/* * config_win.c : parsing configuration data from the registry * * ==================================================================== * Copyright (c) 2000-2004, 2008 CollabNet. All rights reserved. * * This software is licensed as described in the file COPYING, which * you should have received as part of t...
[ "g5_mc@localhost.localdomain" ]
g5_mc@localhost.localdomain
3acb129f810878446282476bb0ee621d5fc80bf6
b957c816d0aa5c34ea680951e4be8503e0a5e4e1
/code/nxt/inc/revolution.h
e9f6f887a8fcba7d2974c617cec31a56ed146edd
[]
no_license
aau-hcl-p5/main
2e71184a2c0cc61bba2ce9e8d9263d9e1723b96e
455c8dddda5a4330881d8e17ae47fc2da3b3d86a
refs/heads/develop
2021-07-14T17:13:06.749610
2018-12-19T12:30:39
2018-12-19T12:30:39
147,644,695
3
0
null
2018-12-19T12:39:50
2018-09-06T08:48:06
TeX
UTF-8
C
false
false
134
h
#ifndef REVOLUTION_H #define REVOLUTION_H #include <stdint.h> typedef struct { int16_t x; int16_t y; } T_REVOLUTION; #endif
[ "teknight@live.dk" ]
teknight@live.dk
631fe844af6d3e3c7ab56bb76d76aab032afe13a
53ad25e7ae305eaddcf4622fdc9bc61e32da1004
/Chapter 15/Project05/main.c
43cb37e9d4eac40547f98b4c718f05614617f201
[]
no_license
Cruzer-S/K.N.K
8898360029bf620bd97631d36bd6704374485544
76ef0f361b7e4ce5e23c7a3acb77edf25cba1383
refs/heads/main
2023-04-23T09:59:47.385370
2023-03-21T01:46:28
2023-03-21T01:46:28
329,937,073
1
1
null
null
null
null
UTF-8
C
false
false
1,931
c
#include <stdio.h> #include <stdbool.h> #include <stdlib.h> #include <ctype.h> #include "stack.h" #define ADD_OPERATOR (0) #define SUBTRACT_OPERATOR (1) #define MULTIPLY_OPERATOR (2) #define DIVIDE_OPERATOR (3) int dtoi(char digit) { switch (digit) { case '0': return 0; case '1': return 1; case '2': return 2; ...
[ "yyyynoom@gmail.com" ]
yyyynoom@gmail.com
06cd586f90fc7012996dda9901b186908a095304
c3e1fce7a720bb66a3814123727b6f835b54c8fd
/external/SDL/src/dynapi/SDL_dynapi.c
8266185cb7e27ea46dbdb546ee19dd1f4b0efde4
[ "MIT", "Zlib", "LGPL-2.0-or-later" ]
permissive
isabella232/vogl
6df37b32eb5c484a461b50eb50b75f2a95ffb733
172a86d9c4ee08dccbf4e342caa1ba63f1ea2b0e
refs/heads/master
2022-04-18T21:11:14.760227
2014-03-14T21:55:20
2014-03-14T21:55:20
482,027,147
0
0
MIT
2022-04-16T02:59:09
2022-04-15T16:59:45
null
UTF-8
C
false
false
10,947
c
/* Simple DirectMedia Layer Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
[ "mikesart@gmail.com" ]
mikesart@gmail.com
0717979af7c8136aebc32f4cd520e1b02ccba75d
b297166652f13b70a465bcf52aac838846d714cf
/abc185/online/probE.c
aab720b15e4d5c25a27c435213a1eac5b83fa2f5
[ "MIT" ]
permissive
gili-Katagiri/ac-contests-abc
04735162b60c015e7fab45e6adebd6b1a210925a
d8f960a2ea28f68aabde18ae54cb159f91096667
refs/heads/main
2023-09-03T09:25:49.196192
2020-12-14T07:04:31
2020-12-14T07:04:31
312,719,437
0
0
null
null
null
null
UTF-8
C
false
false
949
c
#include<stdio.h> #include<stdlib.h> #define rep(i, n) for(i=0;i<n;i++) int min(int a, int b, int c){ int tmp=a; if( tmp>b ) tmp=b; if( tmp>c ) tmp=c; return tmp; } int main(void){ int i, j, n, m, *a, *b; int **dp; scanf("%d %d", &n, &m); a = (int*)malloc(n*sizeof(int)); b = (in...
[ "kt.giri1425@gmail.com" ]
kt.giri1425@gmail.com
6818a54682989cd4e2cc89de9f62d634339d5519
685d2a9624bbaf5eddf106807a031e2e2f0b3c8a
/lib/dominios/suboscuridad/rooms/zorimeth/ciudad_135.c
b9403ac8cd2c73fcf0dcbb5f3d772edc28779262
[]
no_license
gllort/mud
79fffeaaa57a47ecc00dae7fffd98fff0e1de444
e2511b4fc189cfcdeeac44242d0700b5382c4680
refs/heads/master
2021-01-10T10:48:04.215944
2016-01-28T11:16:19
2016-01-28T11:16:19
50,575,382
2
0
null
null
null
null
UTF-8
C
false
false
203
c
inherit BASEROOM; #include "path.h" void habitacion() { nombre("$N$0Zorimeth$R"); descripcion("LONG\n\n"); salida("norte",ROOMS+"ciudad_119.c"); salida("sur",ROOMS+"ciudad_149.c"); }
[ "gllort@users.noreply.github.com" ]
gllort@users.noreply.github.com
8c1e20cabe562b49f64488415bdb058f8159b3b6
5990861794f6dd24780ff9274ed9145991fa5dae
/GN-1846_66/src/hwl/hwl_fpga_eth.c
b6c22050727645428822ca9acb12af75a50bd50b
[]
no_license
lml0001/gospell
8abcde3b2d5b40cdd7ebcaafcaad057cac5ff51e
6ac652b93b5420fc9650ba614d612d6200bcfbed
refs/heads/master
2023-03-29T13:32:39.571681
2021-03-02T01:11:01
2021-03-02T01:11:01
343,604,070
0
0
null
null
null
null
WINDOWS-1252
C
false
false
1,852
c
/* Includes-------------------------------------------------------------------- */ #include "multi_hwl.h" #include "multi_hwl_internal.h" #include "mpeg2_micro.h" #include "multi_private.h" /* Global Variables (extern)--------------------------------------------------- */ /* Macro (local)-------------------------------...
[ "992169498@qq.com" ]
992169498@qq.com
f46f0abf91e09038841525cccac64bab87f8f765
904027127c74a3cf2201c6f3d6481608f3a168f0
/hardware/mchf_board.h
7471fc9ca0c356eea3d983e5eb978f457c5f2c92
[]
no_license
BG4RFF/mcHF
0549394949345d00b771815bc4a6f8d72536f03f
9ab18b6d25b6dadf9ef62c8fd8d61aefe37f1c87
refs/heads/master
2021-04-27T02:01:41.732579
2015-02-20T20:14:22
2015-02-20T20:14:22
null
0
0
null
null
null
null
UTF-8
C
false
false
38,960
h
/************************************************************************************ ** ** ** mcHF QRP Transceiver ** ** K Atanassov - M0NKA 2014 ...
[ "djchrismarc@gmail.com" ]
djchrismarc@gmail.com
f050e4072880d34a3f5e38dbb0c0037c5194fb36
a76859df9108977dc87d09e5c2273624f702a21c
/mimikatz/modules/kuhl_m_lsadump.c
0ce956465ccaa8e72c8c8e97cd525bf43f8b2ff1
[ "CC-BY-4.0" ]
permissive
Nightscore/mimikatz
4b9c5a49aa7bc8cf2ebbb64ee9391cd4ad881d97
b4f96ccb6caf522215851738a28189d58ad52523
refs/heads/master
2021-01-22T22:08:03.342856
2017-03-19T15:03:54
2017-03-19T15:03:54
null
0
0
null
null
null
null
UTF-8
C
false
false
91,283
c
/* Benjamin DELPY `gentilkiwi` http://blog.gentilkiwi.com benjamin@gentilkiwi.com Licence : https://creativecommons.org/licenses/by/4.0/ */ #include "kuhl_m_lsadump.h" const KUHL_M_C kuhl_m_c_lsadump[] = { {kuhl_m_lsadump_sam, L"sam", L"Get the SysKey to decrypt SAM entries (from registry or hives)"}, ...
[ "benjamin@gentilkiwi.com" ]
benjamin@gentilkiwi.com
a97009c348aa0550d9f81d11e17dfd6395c35e48
7ca7400c8cca4267cdf16eb95a778e4cb5821be5
/devel/include/darknet_ros_msgs/BoundingBoxes.h
90c8ca69441344e949473de8be2a85e91e8d3d1b
[]
no_license
glynfinck/budde_ws
0ff52ff02a5d11c227be0cd31e1b4c3f8d70ad42
df04d16a5e9e870d95b913931e1db3291e934249
refs/heads/master
2020-12-06T10:21:00.854690
2020-02-27T01:02:56
2020-02-27T01:02:56
232,435,717
0
1
null
null
null
null
UTF-8
C
false
false
92
h
/home/glyn/budde_ws/devel/.private/darknet_ros_msgs/include/darknet_ros_msgs/BoundingBoxes.h
[ "glynfinck@alumni.ubc.ca" ]
glynfinck@alumni.ubc.ca
a8a61d84c1fa3c7db874451c609005cffefc733b
1537a7d6773a7e404a9c56234a2abe599e96d14c
/core_map/j2735/TireTemp.h
573ccb8ff41494e26103619a55b90043a97b5fa7
[]
no_license
Forrest-Z/frenet_local_path_2
4ea31f524cefed35b0b6aa5645aa2d8574456a01
85d8d9d2edfcd6557da4d6abc5c7db9a0826a187
refs/heads/master
2023-08-28T16:51:29.789547
2021-10-25T01:56:04
2021-10-25T01:56:04
null
0
0
null
null
null
null
UTF-8
C
false
false
959
h
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "DSRC" * found in "J2735_201603DA.ASN" * `asn1c -fcompound-names -pdu=all -no-gen-OER` */ #ifndef _TireTemp_H_ #define _TireTemp_H_ #include <asn_application.h> /* Including external dependencies */ #include <NativeInteger.h> #ifd...
[ "kim_min_sung@naver.com" ]
kim_min_sung@naver.com
f79bcd7d9c799cd98188f99f442c1bf27366ab5a
49f033578cedcfa8a94e3a4f6edf2f814c91a222
/Pods/Headers/Private/TFUILib_iOS/LBXScanResult.h
770021df02d26e4a16a23f522377de4189dfba0e
[]
no_license
programingHaozi/SteadicamEVO
73ed6ad9f347ef37f5bb7b1c6bdf6fc8762d5996
51702fe142aac1eaf3802c6e2d6202176d2dbda5
refs/heads/master
2021-01-21T04:50:52.964057
2016-07-13T08:20:26
2016-07-13T08:20:26
53,251,870
3
0
null
null
null
null
UTF-8
C
false
false
95
h
../../../TFUILib_iOS/TFUILib/Classes/Core-ViewController/TFQRCodeViewController/LBXScanResult.h
[ "chenhao@chexiang.com" ]
chenhao@chexiang.com
b6a3cadc9e3203c998642aec1617e43722a86638
e462488d9ec937f2c4172e64f2b1023a853c01a2
/middleware/ptz/uln2803.h
be00f58a4d61bd09ea7fc19b5bb3540944694b2d
[]
no_license
levurusov/HS005
97f2fc074322c1775866061e15317228be175cb5
c30f178099703837a7a8560e1134310a9a2989f7
refs/heads/main
2023-02-10T09:43:48.380396
2021-01-06T16:07:29
2021-01-06T16:07:29
null
0
0
null
null
null
null
UTF-8
C
false
false
2,077
h
/************************************************************************* > File Name: uln2803_test.h > Author: unixcc > Mail: 2276626887@qq.com > Created Time: Thu 09 Aug 2018 05:02:39 PM CST ************************************************************************/ #ifndef _ULN2803_H_ #define _ULN2803_H_ #incl...
[ "976424706@qq.com" ]
976424706@qq.com
a6c4ed9adfca4ce76ad1bcb6e28f8b1a43f96971
bc0c631fc302194f31c7866f14e5e1ff6ace3d7f
/src/main.c
6c34b575e2848ed1acb490d4ab44443ef579ba98
[]
no_license
sghosh23/UART2
7cc8c7dc49d0187c2aeccee133b05e6ee8717434
85ad5a8ebaab0b1fcd6e939665644cc16e06856e
refs/heads/master
2021-05-31T03:03:23.096085
2016-02-25T12:26:35
2016-02-25T12:26:35
null
0
0
null
null
null
null
UTF-8
C
false
false
8,722
c
/** ****************************************************************************** * File Name : main.c * Description : Main program body ****************************************************************************** * * COPYRIGHT(c) 2016 STMicroelectronics * * Redistribution and...
[ "amisukanta02@gmail.com" ]
amisukanta02@gmail.com
55af54a7240606cc4d55281085b7ae347312af83
ec77392b4215319c9bbbf1255f926d42f7499aee
/const.c
8404fa8ad286cd54c4c32541e45e512c90f28e93
[]
no_license
CarlieFR/7Wizards
aad7c57f570e185a883995aa1f9bbfd09ca6430c
222f027c9f8bfe9bb91d0b079e634783f19a573b
refs/heads/master
2020-12-25T15:08:42.925985
2018-08-08T21:31:59
2018-08-08T21:31:59
65,897,120
2
0
null
2018-08-08T21:32:00
2016-08-17T10:02:38
C
UTF-8
C
false
false
5,652
c
/* Overlay values */ #define OVL_INIT 1 #define OVL_RPG 2 #define OVL_BATTLE 3 /* Coding */ #define NULL 0 /* Set to 1 for debug view, set to 0 for normal view */ #define DEBUG 1 /* attribute types */ #define STAT_TYPE unsigned char #define HP_TYPE int #define MP_TYPE unsigned int #define RESIST_TYPE unsigned int #de...
[ "undine.spirit@free.fr" ]
undine.spirit@free.fr
f0bc8c5d77688d2bf44cee2448c9618af51943f7
5b36c4f681f59ffd3d1fb275283df8e60c6ed43f
/pset5/practice/linked.c
4113978006ad41a87d0b8c4365501ac0469ef8d9
[]
no_license
pouryatavakoli/cs50x
5e6fc066e2992a649222fdf51b3e4b087742d7a6
2ee6e388eaaa530f85fea49909d05e4a3dfadc89
refs/heads/master
2023-03-18T03:13:30.876664
2015-07-04T23:48:38
2015-07-04T23:48:38
null
0
0
null
null
null
null
UTF-8
C
false
false
1,211
c
#include <cs50.h> #include <stdio.h> #include <stdlib.h> typedef struct island { char* name; struct island* next; } island; // Function prototypes bool search(island* start, char* name); int main (void) { // declare islands island amity = {"Amity", NULL}; island craggy = {"Craggy", NULL}; ...
[ "southpawjw45@gmail.com" ]
southpawjw45@gmail.com
f8391c8b76f0b78f295d9471195c1d39fecb7585
488378d66dfb12d3292886b160243aa24e27c420
/linux-3.16/include/media/soc_camera.h
865246b001279ec611b5c7c8b3d23b194217d6f1
[ "GPL-1.0-or-later", "Linux-syscall-note", "GPL-2.0-only", "Unlicense" ]
permissive
jj1232727/system_call
3ec72bdecad15a43638cc5eb91ba1ae229d651bb
145315cdf532c45b6aa753d98260d2b1c0b63abc
refs/heads/master
2020-08-11T13:56:16.335620
2019-10-12T11:12:53
2019-10-12T11:12:53
214,575,269
0
0
Unlicense
2019-10-12T04:06:22
2019-10-12T04:06:22
null
UTF-8
C
false
false
13,917
h
/* * camera image capture (abstract) bus driver header * * Copyright (C) 2006, Sascha Hauer, Pengutronix * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as...
[ "jj1232727" ]
jj1232727
ec2a36e767be0a182ce258dad10bb603c4184153
dcc84cf72b85f0627cdfb7215e59a7fa1261b4e3
/pff.h
6a1a352910bf715e3af56aa6aa1ac311fabf80bd
[]
no_license
maylay/TurtleAtmel
516f3371b0c81162096f6c0f1502493768efc3ec
c6b852727315d1648571a9cec4bd92521f129254
refs/heads/master
2022-04-08T15:43:01.043101
2020-03-23T17:31:23
2020-03-23T17:31:23
null
0
0
null
null
null
null
UTF-8
C
false
false
6,871
h
/*---------------------------------------------------------------------------/ / Petit gFatFs - FAT file system module include file R0.02a (C)ChaN, 2010 /----------------------------------------------------------------------------/ / Petit gFatFs module is an open source software to implement FAT file system to ...
[ "martin@mcdesign.ca" ]
martin@mcdesign.ca
d5ecd15243894c6695f7b955a17a29faf21f2c18
1b8ae277ef7f39af15b6e0bff057c433dc44a109
/src/emu/machine/ds75161a.c
72fadb576771c8a3207444b7810723307ce8c362
[]
no_license
ilitirit-za/ShmupMame-unofficial
2ea58e7674df935c98e73d34ca888152b82c570d
2ddd533fbaceac256cf0fbc2f918de1966280a22
refs/heads/master
2021-01-11T02:07:06.094952
2016-10-24T11:17:30
2016-10-24T11:17:30
70,804,668
3
0
null
2016-10-21T13:17:50
2016-10-13T12:35:08
C
UTF-8
C
false
false
8,712
c
/********************************************************************** National Semiconductor DS75161A IEEE-488 GPIB Transceiver emulation Copyright MESS Team. Visit http://mamedev.org for licensing and usage restrictions. **********************************************************************/ #include...
[ "ilitirit@gmail.com" ]
ilitirit@gmail.com
2498250af1c3f9fbf296b43d594fab9ab5af2d0b
8bc92b06fb262636a2e3cfd7e8e3082a3b46baeb
/配书代码/11Firewall/Firewall/Resource.h
eddbfb838a669f508063f3b00a773a6fe88d222b
[]
no_license
githubxinshou/ProgrammingWindows3th
54815835aa35db225b193aa3aea13f4cfbaffda6
3e6cbb52ab96bd43ba1f0b7b9be9c573a95cda96
refs/heads/master
2023-04-06T17:13:59.844556
2021-04-22T14:30:53
2021-04-22T14:30:53
null
0
0
null
null
null
null
UTF-8
C
false
false
1,475
h
//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by Firewall.rc // #define IDD_ABOUTBOX 100 #define IDD_FIREWALL_FORM 101 #define IDR_MAINFRAME 128 #define IDR_FIREWATYPE 129 #define IDD_ADDRULEDLG ...
[ "583168425@qq.com" ]
583168425@qq.com
65f215db1b43e692456454ce9162fb7e1a881daf
8f44f13fd6598358594adb6ba85329bdf4e31d03
/include/fry.h
5cf724b6bb9e96a09bc03eef2bf0d2971873a07c
[ "BSL-1.0" ]
permissive
madadam/fry
f4b435ff245dd625e0b8b9d17f8ff171d45b1a55
1d418f9aa15ed20b1417ad4b19793a2d9444f745
refs/heads/master
2021-06-06T00:37:25.264571
2015-03-31T22:38:46
2015-03-31T22:38:46
18,756,719
5
2
null
null
null
null
UTF-8
C
false
false
473
h
// // Copyright (c) 2014 Adam Cigánek (adam.ciganek@gmail.com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef __FRY_H__ #define __FRY_H__ #include "fry/future.h" #include "fry/repeat_until.h" #include "...
[ "adam.ciganek@gmail.com" ]
adam.ciganek@gmail.com
2a03ba3d70fcaebc8ac0a8d03b60da0a2cc35b9b
7c8ff56dc955ab5dda960e530fdf680779cae823
/micro_config.h
7c4583d283c0295b20b0ddf77aa29b0f7be201e3
[]
no_license
abdelrhman-oun/door-locker-system
96013204a1f7bbe808746bac70387e5e951203fd
71878d9b265b235994c2e459c6587b21369a2bb9
refs/heads/main
2023-04-06T23:32:46.635687
2021-04-09T12:59:19
2021-04-09T12:59:19
339,384,367
0
0
null
null
null
null
UTF-8
C
false
false
567
h
/****************************************************************************** * * Module: Micro - Configuration * * File Name: Micro_Config.h * * Description: File include all Microcontroller libraries * * Author: Mohamed Tarek * *******************************************************************...
[ "noreply@github.com" ]
abdelrhman-oun.noreply@github.com
4ad9a14bed8040d2c8151bf21312b4314b47998e
6f74bbd93f898f242604860b83c7c74ea5ce40ab
/lcd file/lcd.c
b111046bccf94dc645cf14c89cffab08c6560c84
[]
no_license
peeyush1997/Electronics-Voting-Machine
e50b5333ff545ea734c13ee59b12a06e9ab81f4d
57a53ee258f654f39430e5d61502fdd16b94be61
refs/heads/master
2021-07-13T18:08:04.233570
2017-10-13T07:57:17
2017-10-13T07:57:17
106,790,392
1
0
null
null
null
null
UTF-8
C
false
false
880
c
#include <lpc214x.h> #include "lcdHeader.h" void lcd_init(void) { IODIR0 = LCD; lcd_cmd(0x38); // 8-bit, 2Line lcd_cmd(0x0e); //Display on , Cursor ON lcd_cmd(0x01); // Clear LCD lcd_cmd(0x80); //Set cursor to 1st line 1st pos } void lcd_cmd(char c) { //IOPIN0 = (c << 15); IOPIN0 = ((IOPIN0 & 0xff807fff) |...
[ "pposhi912@gmail.com" ]
pposhi912@gmail.com
0ef0e299fd323ebdc33e94466e15eec5f2a36a94
4fa84df177cfb83f2bdfe07e1c2873cfd3233c2d
/trabalho_1.c
87657132d7b4442dd1339274871304ff9e95cf26
[]
no_license
pedropacn/ed-trabalho1
af08936e0554afe0386c7471c0ea4ae0d761d04d
7fead949e0d8552f06c01a8f1d618226f382b3c7
refs/heads/master
2021-01-19T21:29:47.889972
2017-04-18T02:39:16
2017-04-18T02:39:16
null
0
0
null
null
null
null
UTF-8
C
false
false
4,967
c
#include <stdio.h> #include <stdlib.h> #include <string.h> typedef struct elemento{ char dado; struct elemento * proximo; }t_elemento; typedef struct lista{ t_elemento * primeiro; t_elemento * ultimo; }t_lista; typedef struct pilha{ t_lista * l; }t_pilha; t_lista * criaLista(){ t_lista * l = (t_lista *)mallo...
[ "gcvasconcelos98@gmail.com" ]
gcvasconcelos98@gmail.com
936cd54febfbed05dc34e8d44a8d218748a3f1e5
b6720faf8eb4c4875572625edaa63137d1ef09de
/v2/an/an0047_efm32_graphical_display/common/logo.c
dac3e8eac4727a0eb8ad5f2f3ea9affc96a8106c
[]
no_license
UldisKaucis/EFM32-Library
9e791f8e8e5b90c58eb1d0210a6ea1d0ed47074a
70aa64fb16a34de776e6941c46c6f388e4f57cc6
refs/heads/master
2020-04-05T20:47:47.575758
2018-11-12T10:26:19
2018-11-12T10:26:19
null
0
0
null
null
null
null
UTF-8
C
false
false
37,382
c
/********************************************************************* * SEGGER Microcontroller GmbH & Co. KG * * Solutions for real time microcontroller applications * * www.segger.com * ************************************...
[ "jalabi@me.com" ]
jalabi@me.com
ee2bbbd57715935755053424c54760a40b4513f7
30966a55022e064452908f4d60f8819db1c7c827
/src/sn_generation.c
50c60eba07454ba66c8c67eb64936f289d77b54a
[ "BSD-3-Clause" ]
permissive
hatnetsec/sniffit
8ca024812fdfc91b9539bc05a106ab6511017d9c
d869b0ff92f53988f57cf878ecec8245098a51aa
refs/heads/master
2021-04-26T23:41:54.373015
2016-11-17T18:27:17
2016-11-17T18:27:17
null
0
0
null
null
null
null
UTF-8
C
false
false
12,689
c
/* Sniffit Packet Generation File */ /* - Idea/development/code:Amlan Saha */ /* - Packet code/debugging: Brecht Claerhout */ #include "sn_config.h" #ifdef INCLUDE_INTERFACE #ifdef GENERATION #include <stdlib.h> #i...
[ "eriberto@debian.org" ]
eriberto@debian.org
a1b79b50fbc17beb7d9f0e30762ed07342ff6954
293db47af3f2e57a0809272bfea13b953960b935
/C03/ex00/ft_strcmp.c
2f2e95aa58b70c199e5463b18b4743a8b2a2dfd1
[ "MIT" ]
permissive
jteixeir/42_piscine
1c5bb6ef4afa8e967fd00ead504f84fde42359c1
defdfa0cc4d876d6ee72e78d6971b227c903e890
refs/heads/master
2022-06-13T06:41:54.792894
2020-05-09T13:33:42
2020-05-09T13:33:42
257,668,261
0
0
null
null
null
null
UTF-8
C
false
false
1,127
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcmp.c :+: :+: :+: ...
[ "noreply@github.com" ]
jteixeir.noreply@github.com
644dc10c8d62c987f19ac13bca9208960157a184
b686ede622baa749de45b202c113147ca956d96c
/ringfifo.c
a98b4b2edc98ad51e816d51ebf1458c08cf0a86e
[]
no_license
renpeijia/rtsp
9637db2fd378bb33922f8f9a4e6b783e556d5f7c
c72ff4e95c1fd3aea2e4dcebc793eee1c7396995
refs/heads/master
2023-03-15T18:40:08.286337
2019-06-21T12:01:10
2019-06-21T12:01:10
null
0
0
null
null
null
null
UTF-8
C
false
false
8,894
c
/*ringbuf .c*/ #include<stdio.h> #include<ctype.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include "ringfifo.h" #include "rtputils.h" #include "rtspservice.h" #define NMAX 32 typedef struct { char init; pthread_mutex_t lock ; int iput; /* 环形缓冲区的当前放入位置 */ int iget; /* 缓冲区的当前取出位置 */ ...
[ "hollis@tuya.com" ]
hollis@tuya.com
4f2bf3a4b54a34115b660fbb4ebdbe6cafd1442c
47eec3ff53683c47a1b9391c8f71c875ad92e8bc
/06_math/C/04_convergence_rates/zzz_integrals_and_zeros/integral/integral.c
4d194f32bef8973d87821392d963972bf98d565a
[]
no_license
davidelauria/utilities
99f0cc59e00e0174e21b79a757c6ead52b1a1f2f
e7fa7390210f00240c3a63e8ed6163e19e4c7796
refs/heads/master
2020-05-07T19:55:36.145929
2019-04-04T19:48:57
2019-04-04T19:48:57
null
0
0
null
null
null
null
UTF-8
C
false
false
6,185
c
#include <stdio.h> #include <math.h> #include <stdlib.h> #define MYFUNC 12 #include "../myfunctions.h" #define MYMETHOD 5 #include "methods.h" #define N 10 /* Numero di intervalli della suddivisione più grossolana */ #define NRAF 4 /* Numero di raffinamenti, compresa la suddivisione più grossolana: ...
[ "giorgio.bornia@ttu.edu" ]
giorgio.bornia@ttu.edu
fc42b1e61e5afa396ea9b1abebb2aaaf389f4451
5ef99d423b413839661357f2faad59f1a62d0c54
/own_car/carro/src/robot_specs.h
4a9dcedd4845ec3e4884fa2fa277d4abdd7f39e0
[]
no_license
andres0820m/own_car
72459d18f2b835371ee68ea9f9d0f0908a8dedf1
13c1e5e0b55e5390027a2ebe1dc126b0064bfca2
refs/heads/master
2021-06-20T02:10:59.074740
2021-01-06T22:41:16
2021-01-06T22:41:16
168,436,853
1
0
null
null
null
null
UTF-8
C
false
false
310
h
#ifndef ROBOT_SPECS_H #define ROBOT_SPECS_H #define encoder_pulse 13 #define gear_ratio 120 #define wheel_diameter 0.069 //m #define wheel_width 0.027 //m #define track_width 0.276 //m #define MAX_RPM 58 #define pi 3.1415926 #define two_pi 6.2831853 #endif
[ "andres0820m@gmail.com" ]
andres0820m@gmail.com
3dac33bdd6930d320687ce6abb8dcf190283b841
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/rufus/src/extr_format.c_OutputUTF8Message.c
593331c1afb4c2e412bfaaa9f876c3bdd92f1101
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,342
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
dd343ca826ba963fefe07c61ea50fd9be7c37763
e25c8b65c0115053b14f8ecffaea94a964eefa1f
/ds/u/w/whoami/skybird/npc/eq/sea-blade.c
45374b4bd6a37311628979e720686473a2c2eeae
[]
no_license
zwshen/mudos-game-ds
c985b4b64c586bdc7347bd95d97ab12e78a2f20f
07ea84ebdff5ee49cb482a520bdf1aaeda886cd0
refs/heads/master
2022-03-01T14:55:10.537294
2022-02-15T15:41:26
2022-02-15T15:41:26
244,925,365
4
1
null
2022-02-15T15:41:27
2020-03-04T14:44:49
C
BIG5
C
false
false
757
c
#include <weapon.h> #include <ansi.h> inherit BLADE; void create() { set_name(HIC"碧海餘韻"NOR, ({ "sea blade","blade" }) ); set_weight(4500); if( clonep() ) set_default_object(__FILE__); else { set("unit", "把"); set("long", "這是龍門嘯月的對刀, 在江湖上失蹤...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
40ef4e1ebbde4e3bbd44da689e589e2ff1fa8b79
e94d926326edab589d49c05c5bfc4e76fdbf1696
/dir.c
b27c8f8b102c8b231a757a0f80d34665c9de55c3
[]
no_license
MirnaCardona/curso-SO
86cc62406f94952a354231b3b4598628f93efc1b
5f860bf0b10b78297b7e42e91d39b8c5c07265d5
refs/heads/master
2022-12-26T10:07:02.497191
2020-10-07T15:49:32
2020-10-07T15:49:32
299,423,285
0
0
null
2020-09-28T20:23:54
2020-09-28T20:23:54
null
UTF-8
C
false
false
488
c
#include <stdio.h> #include <dirent.h> int main() { struct s_dir { int tipo; char *nombre; } res[128]; DIR *dir = opendir("."); struct dirent *dp; int i=0; while((dp=readdir(dir)) != NULL) { res[i].tipo = dp->d_type; res[i].nombre=dp->d_name; i++; } for(int j=0; j<i; ...
[ "rene.mkr@gmail.com" ]
rene.mkr@gmail.com
122627d798964fdac13906ec5bf8226b25be5392
d197690c51180a40755255a8073ef437ea2ca145
/generated_circuits/c_circuits/flat/arrdiv8.c
8b334cf5e656aef441e6237d35c242c71c6c8532
[]
no_license
ehw-fit/ariths-gen
0d51594ba3e20a54d5bc4cb9ee7f23365d38e2a4
cf747918bffabe9427dca222931210e42492e002
refs/heads/main
2023-05-01T06:18:46.964415
2023-02-24T13:12:40
2023-02-24T13:12:40
378,086,723
16
0
null
2023-03-23T06:53:56
2021-06-18T08:36:34
C
UTF-8
C
false
false
70,936
c
#include <stdio.h> #include <stdint.h> uint64_t arrdiv8(uint64_t a, uint64_t b){ uint8_t arrdiv8_out = 0; uint8_t arrdiv8_fs0_xor0 = 0; uint8_t arrdiv8_fs0_not0 = 0; uint8_t arrdiv8_fs0_and0 = 0; uint8_t arrdiv8_fs0_not1 = 0; uint8_t arrdiv8_fs1_xor1 = 0; uint8_t arrdiv8_fs1_not1 = 0; uint8_t arrdiv8_f...
[ "noreply@github.com" ]
ehw-fit.noreply@github.com
cd2f4f9b0baf2fd217e5a35cc72199d195a848f4
e3acfc4f06840e23ef1185dcf367f40d3e3f59b4
/tests/regression/36-apron/03-problem-signextension.c
221029c9707cd058caed7633c53b9decbb8479b3
[ "MIT" ]
permissive
goblint/analyzer
d62d3c610b86ed288849371b41c330c30678abc7
69ee7163eef0bfbfd6a4f3b9fda7cea5ce9ab79f
refs/heads/master
2023-08-16T21:58:53.013737
2023-08-16T08:49:18
2023-08-16T08:49:18
2,066,905
141
62
MIT
2023-09-14T18:48:34
2011-07-18T15:10:56
OCaml
UTF-8
C
false
false
619
c
// SKIP PARAM: --set ana.activated[+] apron // Example from https://github.com/sosy-lab/sv-benchmarks/blob/master/c/bitvector-regression/signextension-1.c #include <goblint.h> int main() { unsigned short int allbits = -1; short int signedallbits = allbits; int unsignedtosigned = allbits; unsigned int unsigne...
[ "simmo.saan@gmail.com" ]
simmo.saan@gmail.com
93ca4dbd1989711ab5dd0ef1e34abd213620711a
88b1a7f0da8315971158b37f8fc4fd13c5540421
/ptest.c
93326f03e1b86eb2b1acbdbdbbf65fe1737a2da9
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
frnjjq/tfm-tests
2d0f309b506db84a89f1fa5467767c33ca381c0e
609ec5b58b96c4d5ad96d05408f97ccf654eb24d
refs/heads/master
2021-05-10T13:06:10.268462
2019-03-26T07:39:03
2019-03-26T07:39:03
118,464,584
0
0
null
null
null
null
UTF-8
C
false
false
1,418
c
/** * Test for camera_reader and downsampling integration */ #include <stdio.h> #include <pthread.h> #include <unistd.h> void *t1_task(); void *t2_task(); pthread_t t1, t2; pthread_mutex_t mutex; pthread_cond_t cv; int main(int argc, char *argv[]) { int status; pthread_mutex_init(&mutex, NULL); pthrea...
[ "frnjjq@gmail.com" ]
frnjjq@gmail.com
92c24612ec01f1b349087e9095dbdc8a5b83bf9f
5792b184e71a9de7779e0bd21b6833f8ddfdb4b5
/sysvr4/svr4/lib/zlibetitam/llib-ltam.c
5d08885479ec59ec7df37ce21427f5af98d17ac0
[]
no_license
ryanwoodsmall/oldsysv
1637a3e62bb1b9426a224e832f44a46f1e1a31d4
e68293af91e2dc39f5f29c20d7e429f9e0cabc75
refs/heads/master
2020-03-30T06:06:30.495611
2018-09-29T09:04:59
2018-09-29T09:04:59
150,839,670
7
0
null
null
null
null
UTF-8
C
false
false
5,633
c
/* Copyright (c) 1990 UNIX System Laboratories, Inc. */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF */ /* UNIX System Laboratories, Inc. */ /* The copyright notice above does not evidence any */ /* actual or intended publica...
[ "rwoodsmall@gmail.com" ]
rwoodsmall@gmail.com
f4ec744b4d392bdb163014cb39fd9dc1afd82ead
a7f6dc1665ed655910d07e92716a270d7facf0c1
/FIRMWARE/config_board.h
e9f2d045734f7a81cb1279f85930b225fa6a7dce
[]
no_license
ctkjose/R1PLUSFIRMWARE
abcdd2d5c9c1d4bcf8a9aa2c97a8bf415a10f910
1e44d83e561476dd95dbc82af1b4b1fe1e8102d3
refs/heads/master
2020-07-25T04:57:06.246001
2020-04-10T22:16:12
2020-04-10T22:16:12
208,172,447
0
3
null
null
null
null
UTF-8
C
false
false
1,867
h
// // board.hpp // marlin // // Created by JOSE L CUEVAS on 9/1/19. // Copyright © 2019 JOSE L CUEVAS. All rights reserved. // #ifndef board_hpp #define board_hpp #define X_MS1_PIN -1 #define X_MS2_PIN -1 #define Y_MS1_PIN -1 #define Y_MS2_PIN -1 #define Z_MS1_PIN -1 #define Z_MS2_PIN -1 #define E0_MS1_PIN -1 #de...
[ "jcuevas@mac.com" ]
jcuevas@mac.com
8dd44084dbec1dde93208eabc5b432967d342857
007c62aec4c9b049304e1b33511ee7aaac2dba46
/EFR32BG12P/Include/efr32bg12p_idac.h
775f017281ed28acafedf437fef7384cb61c6274
[]
no_license
garslanbay/SiliconLabs
f53baaa88f8829274dd61a572429cfdd51e84523
6603f18e32eaf1f2f3eaacea526ef791fcd19ce1
refs/heads/master
2021-08-31T15:23:00.388521
2017-12-21T21:51:57
2017-12-21T21:51:57
115,049,913
0
0
null
null
null
null
UTF-8
C
false
false
40,181
h
/**************************************************************************//** * @file efr32bg12p_idac.h * @brief EFR32BG12P_IDAC register and bit field definitions * @version 5.3.3 ****************************************************************************** * # License * <b>Copyright 2017 Silicon Laboratories...
[ "garslanbay@yahoo.com" ]
garslanbay@yahoo.com
ca69a0da51f296bfd2731cced954601702cbf82b
ff99d01dafde74930602cdce4ce1ec9a731423d4
/src-plugins/generic/dlep/dlep_interface.c
19f97c830daa6b6b48dc034c4b174a2d92fa29a7
[]
no_license
XiaoyaliLaogong/OONF
0f0b40ab35ff09b818701761ced7af2da5179604
3a2dd24e58f12cb7d0e45733135903c6a0cd16b8
refs/heads/master
2020-03-10T03:55:35.475621
2018-04-11T11:50:24
2018-04-11T11:50:24
null
0
0
null
null
null
null
UTF-8
C
false
false
9,518
c
/* * The olsr.org Optimized Link-State Routing daemon version 2 (olsrd2) * Copyright (c) 2004-2015, the olsr.org team - see HISTORY file * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: ...
[ "henning.rogge@fkie.fraunhofer.de" ]
henning.rogge@fkie.fraunhofer.de
d154e8b9930fc3cf03c1a2f4041b0abaad5783ab
4f20560b317f38a8143f293f34925be5409da661
/Firmware/Chameleon-Mini/Application/DESFire/DESFireFirmwareSettings.h
2fe9844be9bfb558fa3b2cf636d0e325e1853e0e
[]
no_license
flopraden/ChameleonMiniDESFireStack
118cb3f2af2bff9e0ae2b7301e7a28f7b0db23bb
8571dd08dd8454291bca4074f156760cd2a71c6c
refs/heads/master
2022-12-27T06:30:22.716541
2020-10-10T01:51:16
2020-10-10T01:51:16
null
0
0
null
null
null
null
UTF-8
C
false
false
2,987
h
/* The DESFire stack portion of this firmware source is free software written by Maxie Dion Schmidt (@maxieds): You can redistribute it and/or modify it under the terms of this license. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERC...
[ "maxieds@gmail.com" ]
maxieds@gmail.com
bcb4173403936d2c109464a0b0e6945b3b850637
4ef7b2dab1aeacd49d8e15142145859121364695
/core/src/tbox/src/tbox/platform/windows/interface/ws2_32.c
c262e3adbe944c8163100cb1d3802948b8fab5d4
[ "Apache-2.0", "LicenseRef-scancode-public-domain", "MIT", "CC-PDDC", "Zlib", "BSL-1.0", "GPL-2.0-only", "BSD-3-Clause", "OpenSSL" ]
permissive
vbirds/xmake
bdebb9f7fd175f626e34be5371160d7869e8df1b
4307ac5dabce5177d1517b0e043a35b5a7c58512
refs/heads/master
2020-03-31T05:02:30.680965
2018-10-05T16:46:26
2018-10-05T14:38:42
151,930,549
1
0
Apache-2.0
2018-10-07T10:38:16
2018-10-07T10:38:16
null
UTF-8
C
false
false
3,616
c
/*!The Treasure Box Library * * 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 ...
[ "waruqi@gmail.com" ]
waruqi@gmail.com
75c16bfe106cd64fe6033b27e4f570fcb51319a0
f460ca12454e3d2f8972ca5563bf5f10b19de4c5
/nl_ifaddr.c
7698beeaf126ef5b39688c8516c9e1af3e22a7eb
[]
no_license
satva/CStuff
9c9c1a3ba4b4cc460292892599f821a8042d6ce3
6efcf2358e956b602f452a095ecbe1a7726e9663
refs/heads/main
2023-01-13T10:21:40.529947
2020-11-12T06:49:26
2020-11-12T06:49:26
312,190,292
0
0
null
null
null
null
UTF-8
C
false
false
3,513
c
#include <sys/socket.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <linux/netlink.h> #include <linux/rtnetlink.h> #include <arpa/inet.h> #include <unistd.h> #define ERR_RET(x) do { perror(x); return EXIT_FAILURE; } while (0); #define BUFFER_SIZE 4095 #define NIPQUAD(addr) \ ((unsigned...
[ "noreply@github.com" ]
satva.noreply@github.com
dbea5397d150aa0c4dfb3fd997fc058f5dcb8689
e66b75848da8ee9c54c981daed7d9a528d35a461
/src/TagAndProbeZ/plots_mcZee_mcGJet_withEtaR9rhoReweight/hlt150/mvaIdPhotEB_log.C
6e58f0e9587033ced6e8fb32f64f5e225a8efdc8
[]
no_license
gdimperi/GammaJets
77d9348315484e38f090c1fdc529c25feffef976
4af9914fdeb7efce5d24d94bb207d7e390682ffb
refs/heads/master
2021-01-20T21:40:27.712423
2015-01-15T16:40:51
2015-01-15T16:42:05
11,812,757
0
0
null
null
null
null
UTF-8
C
false
false
36,593
c
{ //=========Macro generated from canvas: mvaIdPhot/mvaIdPhot //========= (Fri Dec 5 12:51:56 2014) by ROOT version5.32/00 TCanvas *mvaIdPhot = new TCanvas("mvaIdPhot", "mvaIdPhot",1,1,1000,876); gStyle->SetOptStat(0); gStyle->SetOptTitle(0); mvaIdPhot->SetHighLightColor(2); mvaIdPhot->Range(-0.1625,-0...
[ "giulia.dimperio@roma1.infn.it" ]
giulia.dimperio@roma1.infn.it
9f3634b2d1868067fe0b476d13d1f8716b90956f
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/5b327ba2-b61d-45fd-9eaa-3ba5e13aa32f.c
e2b5a66a2c1e071b635eeef06b8ddeb5f10a9ba9
[]
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
604
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=12; int k; int l; j = 53; l = 64; k = i/j; l = j/j; l = i/j; l = l%j; l = i+j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; char b[26]; char c[60]; a = 0; whil...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
72b389d63f1c5614bd9b6f55a7d8d489c7ac20d1
03194253d8790371447e5a82e672ce7484496eac
/android_ndk_learn/eg11/src/main/cpp/dgif_lib.c
4042ab34325bf773908441905fbdf150c73696fd
[]
no_license
xingzhesun215/C_Android_AudioVideo_FFMpeg
c13829ba020bee2f248a9d1ab85a73aa04e24297
6dc98e5df7e2ef9d33a371218abd9b79ca1def42
refs/heads/master
2023-08-30T09:37:52.801373
2021-10-22T09:44:13
2021-10-22T09:44:13
342,739,865
0
0
null
null
null
null
UTF-8
C
false
false
44,456
c
/****************************************************************************** dgif_lib.c - GIF decoding The functions here and in egif_lib.c are partitioned carefully so that if you only require one of read and write capability, only one of these two modules will be linked. Preserve this property! ***************...
[ "1067946977@qq.com" ]
1067946977@qq.com
13d297d0a071db607d7578e77e9f9bddbf54e199
9850f4a8d9e326b906f22f97659b5a61bac441a9
/C_Projects/myls/lib/my/my_strcat.c
4cb6f9885c37d0f85ae2badb87baf051b255197f
[]
no_license
Nymrinae/EPITECH-Projects
67d77e9d98177e5045dbd9868ddb993b08f0c763
9cad4819c086d5004e2325d5a416dc5ff1cfafe0
refs/heads/master
2022-02-14T02:12:44.177840
2022-02-03T11:48:08
2022-02-03T11:48:08
205,130,787
3
3
null
null
null
null
UTF-8
C
false
false
372
c
/* ** EPITECH PROJECT, 2018 ** my_strcat ** File description: ** This function concatenates two strings */ int my_strlen(const char *str); char *my_strcat(char *dest, char const *src) { int d = my_strlen(dest); int s = 0; while (src[s] != '\0') { dest[d] = src[s]; d++; s...
[ "nymrinaedev@gmail.com" ]
nymrinaedev@gmail.com
f149d5cc355a4e63d6f8728797dd4dc92a624378
d4781adf233b660948f3db035a9657b0f26abc5f
/db_apps/qmimgr/qmirdbctrl.c
24b418856d6bc9464669ccf491ea58845f0e26b9
[]
no_license
xiongqi1/web
bce81960c2a74bde186210bd376692945666e809
6d4b20e15f09a4fdb71c2f1dc6a4844473f38a6f
refs/heads/main
2023-09-05T06:43:43.971707
2021-11-26T09:44:40
2021-11-26T09:44:40
432,123,705
1
0
null
null
null
null
UTF-8
C
false
false
277
c
#include "qmirdbctrl.h" struct dbhash_element_t rcchp_cmds[] = { {"ANSWER", vc_answer}, {"CALL", vc_call}, {"HANGUP", vc_hangup}, {"CALL_NOTIFY", vc_call_notify}, {"SUPPL_FORWARD", vc_suppl_forward}, }; int rcchp_cmds_count = sizeof(rcchp_cmds) / sizeof(rcchp_cmds[0]);
[ "xiongqi@git.com" ]
xiongqi@git.com
8cba95626e84a3be9c146a094326d8098360d09a
15067a7354f32dfc159d42a8fc77102e86eaaf58
/ugfx_example/resource/include/romfs_img_screen_w.h
7cecb824e338a475cd4bb2df3d15352cbea567eb
[ "Apache-2.0" ]
permissive
snoooopy/esp32-ugfx-gui
6f1eb2915894678ca1429951eb66599142c3dbdf
e5600a50f8bb495d3f1f3e15e53919e9256cf896
refs/heads/master
2023-03-24T11:49:15.663545
2019-06-10T05:54:12
2019-06-10T05:54:12
null
0
0
null
null
null
null
UTF-8
C
false
false
24,700
h
/** * This file was generated from "white_back/screen_w.png" using... * * file2c -dcs white_back/screen_w.png white_back/romfs_img_screen_w.h * */ static const char screen_w[] = { 0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00, 0x00, 0x00, 0x0D, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0...
[ "infiniteyuan@outlook.com" ]
infiniteyuan@outlook.com
627f40efb940a60c6a50fed0ca7cbd6c498885db
9de0cec678bc4a3bec2b4adabef9f39ff5b4afac
/PWGDQ/dielectron/macrosLMEE/AddTask_Remi_LMEEPbPb2011AOD_Cent.C
4f7e63b887e9d50c99a3eab87c09ce7b0337cd1a
[]
permissive
alisw/AliPhysics
91bf1bd01ab2af656a25ff10b25e618a63667d3e
5df28b2b415e78e81273b0d9bf5c1b99feda3348
refs/heads/master
2023-08-31T20:41:44.927176
2023-08-31T14:51:12
2023-08-31T14:51:12
61,661,378
129
1,150
BSD-3-Clause
2023-09-14T18:48:45
2016-06-21T19:31:29
C++
UTF-8
C
false
false
5,062
c
AliAnalysisTask *AddTask_Remi_LMEEPbPb2011AOD_Cent(Char_t* outputFileName="LMEEoutput.root", Bool_t runAll=kFALSE,Bool_t setMC=kFALSE,Bool_t getFromAlien=kFALSE, Bool_t PIDbaseline=kFALSE, Bool_t rejOnly=kTRUE) { Bool_t bESDANA=kFALSE; //Autodetect via InputHandler //get the current analysis manager AliAnalysi...
[ "Taku.Gunji@cern.ch" ]
Taku.Gunji@cern.ch
146eee2b0f908709b78f17c374da1eaa8fe6fc93
5bda36b616ec134435958ae12418f6cfcd6f473c
/source/repos/L4B2/L4B2/main.c
0b68b417df9e676e1b82bd7aa11efa01631dd1f6
[]
no_license
brimst0ne/ProjRep
82929cd07459a93b336a7f2b5b0615d56277cda9
33e159fd829794ba40aeb215250e9c362b2fed7c
refs/heads/master
2022-07-18T20:37:38.547500
2020-05-21T15:45:26
2020-05-21T15:45:26
null
0
0
null
null
null
null
WINDOWS-1251
C
false
false
1,623
c
#define _CRT_SECURE_NO_WARNINGS #include <stdlib.h> #include <stdio.h> #include <time.h> #include "1.h" void main(int argc, char* argv[]) { if (argc < 3) { printf("Error"); return 1; } FILE* f = fopen(argv[1], "r+"); if (f == NULL) { printf("Error"); } else { int n = atoi(argv[2]); clock_t t3; i...
[ "shadowmoon152@gmail.com" ]
shadowmoon152@gmail.com
99c11867d5b7a152f3b8783fd8a2feb7f6a6c539
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/hackathon/PengXie/NeuronStructNavigator/cmake-3.6.2/Tests/ExportImport/Import/A/imp_testExeAbs1.c
629b891f101a93943311c1894ee14430302e5e34
[ "MIT", "BSD-3-Clause" ]
permissive
Vaa3D/vaa3d_tools
edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9
e6974d5223ae70474efaa85e1253f5df1814fae8
refs/heads/master
2023-08-03T06:12:01.013752
2023-08-02T07:26:01
2023-08-02T07:26:01
50,527,925
107
86
MIT
2023-05-22T23:43:48
2016-01-27T18:19:17
C++
UTF-8
C
false
false
244
c
#include "testLibAbs1.h" #include "testLibAbs1a.h" #include "testLibAbs1b.h" #ifndef testLibAbs1a #error "testLibAbs1a not defined" #endif #ifndef testLibAbs1b #error "testLibAbs1b not defined" #endif int main() { return 0 + testLibAbs1(); }
[ "peng.xie@utdallas.edu" ]
peng.xie@utdallas.edu
c5ee91a6b940bad6de0543833bb3b0b5c4106927
0cf2dc824e5a83cea5725aa46c969eed5250bec8
/src/ripple/BRRipple.h
277379d74c023f178ebc8980582e7a0bea067b6f
[]
no_license
domagoj-grizelj/WalletKitCore
eff61061947ea949d073a1d64b556d1185762db9
59bbf212e49a41bd2055e60e874935fa903c3e9d
refs/heads/main
2023-08-03T12:03:36.829998
2021-09-15T10:31:37
2021-09-15T10:31:37
404,683,842
0
0
null
null
null
null
UTF-8
C
false
false
529
h
// // BRRipple.h // Core // // Created by Carl Cherry on 4/16/19. // Copyright © 2019 Breadwinner AG. All rights reserved. // // See the LICENSE file at the project root for license information. // See the CONTRIBUTORS file at the project root for a list of contributors. // #ifndef BRRipple_h #define BRRipple_h ...
[ "domagoj.grizelj@gmail.com" ]
domagoj.grizelj@gmail.com
bd11d91602b2c9b2385f27c6c086de8829c0c27b
bb108c3ea7d235e6fee0575181b5988e6b6a64ef
/mame/src/mame/video/ultraman.c
5b6e2e46115ea04e9df489f03bb586d6c517ce80
[ "MIT" ]
permissive
clobber/MAME-OS-X
3c5e6058b2814754176f3c6dcf1b2963ca804fc3
ca11d0e946636bda042b6db55c82113e5722fc08
refs/heads/master
2021-01-20T05:31:15.086981
2013-04-17T18:42:40
2013-04-17T18:42:40
3,805,274
15
8
null
2013-04-17T18:42:41
2012-03-23T04:23:01
C
UTF-8
C
false
false
4,258
c
#include "emu.h" #include "video/konicdev.h" #include "includes/ultraman.h" /*************************************************************************** Callbacks for the K051960 ***************************************************************************/ void ultraman_sprite_callback( running_machine &...
[ "brymaster@gmail.com" ]
brymaster@gmail.com
a60d870ed17cb519cdbbb2bea99c86bb1ad7f482
af9b7a49f5912142ff4e7cb35fd11b1e9635154d
/sdk/share/fat/msc/mscfat.h
cd0fc298f784c63d21e7280cd2b90bb778e20f23
[]
no_license
YuHsinShi/2430personal
528ff02226102af77a006fef80fe7c35139fa7bb
83e1ce53a7d872ed27bad4ba5549953975c0be3b
refs/heads/master
2023-03-06T14:44:31.607663
2020-07-25T15:55:28
2020-07-25T15:55:28
340,536,248
1
0
null
null
null
null
UTF-8
C
false
false
420
h
#ifndef _MSC_FAT_H_ #define _MSC_FAT_H_ #include "fat/api/api_fat.h" #ifdef __cplusplus extern "C" { #endif /****************************************************************************** * * only one externed function * *****************************************************************************/ F_DRIVER * ...
[ "lawrence.shi@ite.com.tw" ]
lawrence.shi@ite.com.tw
0550b0648949190b8662866208f1e9b90ed9b7ec
2c4763aa544344a3a615f9a65d1ded7d0f59ae50
/playground/cython/cxx_lib/lib.h
fd0fe5624d87f24707e73a8500fce48d33912351
[]
no_license
afeldman/waf
572bf95d6b11571bbb2941ba0fe463402b1e39f3
4c489b38fe1520ec1bc0fa7e1521f7129c20f8b6
refs/heads/master
2021-05-09T18:18:16.598191
2019-03-05T06:33:42
2019-03-05T06:33:42
58,713,085
0
0
null
2016-05-13T07:34:33
2016-05-13T07:34:33
null
UTF-8
C
false
false
19
h
void hello(void);
[ "anton.feldmann@outlook.de" ]
anton.feldmann@outlook.de
935c342e0111abb472af12b658f5ede9c1e1b144
b5779c691bb5604bc4d248241a0a894ddd39f896
/libft/get_next_line.h
9257df564bffcbf34c4d1f7dfca70d92f8d3e3e6
[]
no_license
gbaloyi/Push_swap
f3a6806c8019adb92d5ca6fe03b909fe97494275
6c33d970fb6b364421a57199fe0830f7ea081d7e
refs/heads/master
2020-03-29T06:06:41.510016
2019-12-06T15:08:01
2019-12-06T15:08:01
149,609,918
2
0
null
null
null
null
UTF-8
C
false
false
1,183
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.h :+: :+: :+: ...
[ "gbaloyi@c4r1s5.wethinkcode.co.za" ]
gbaloyi@c4r1s5.wethinkcode.co.za
5fd675db9025a2e47b3ba8b14dae00773f6432dd
d0a4ef57daf571d48b03a8db5f90a8a162d21c6d
/Prácticas/practica12/practica12-8.c
ebd0966124aa6514b1ab1da78a00c1090060efd5
[]
no_license
Ramy34/EDA2
b5243641239fcbe411b41acbacd4a8f6ab6a9ea2
f681a78e87a4c554ca49fe32154da7b9a6592b8b
refs/heads/master
2023-05-13T18:57:00.427855
2021-06-04T18:11:17
2021-06-04T18:11:17
373,919,660
0
0
null
null
null
null
UTF-8
C
false
false
811
c
#include <stdio.h> #include <omp.h> #define N 100000 int main(int argc, char* argv[]){ double empezar, terminar; int i, j; float a[N],b[N],c[N],d[N],e[N],f[N]; #pragma omp parallel { for(i = 0; i < N; i++){ a[i] = b[i] = i * 1.0; e[i] = f[i] = i * 1.0; } }...
[ "ramses-c14@live.com.mx" ]
ramses-c14@live.com.mx
6c0ca0a0233d97b465ff9444a6b050ae48881f6b
fd998bb9d527af03a727715aeb4dbce574c396fa
/encoder.c
f289b0ebad9872267e6ef50705d75398374c5dff
[]
no_license
mariabarburescu/Codificator-de-siruri
541ac66901a540008dd978b40c6868e6619c5e57
49e5426a7da66a47d9dc15e90f3b8f93fd3378c0
refs/heads/master
2021-04-26T23:39:30.475489
2018-03-04T21:56:32
2018-03-04T21:56:32
123,832,814
0
0
null
null
null
null
UTF-8
C
false
false
9,910
c
#include <stdio.h> #include <string.h> #include <stdlib.h> //FUNCTIE PENTRU CITIRE int citire(char *sir[]) { unsigned int i, nr = 0; char x[50]; for (i = 0; i < 5; i++) { nr++; scanf("%s", x); printf("%s\n", x); sir[i] = malloc((strlen(x)+1) * sizeof(char)); strcpy(sir[i],x); if (strcmp(x, "END") ==...
[ "noreply@github.com" ]
mariabarburescu.noreply@github.com
1882c6960e2abcd45e82f626a3f6cf8a09281b29
6fa6be3e7dcb10d020209f7a73de393a1f24bd45
/linux-3.4/kernel/user.c
71dd2363ab0f66dcbb2a3574d7b977af08369bea
[ "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
okshall/v3s-linux-sdk
f9eb73a1e271ebf02320f98befabccdb6c462944
776196306198f14ec6f10c316950a81b7e417886
refs/heads/master
2021-07-07T11:44:34.667911
2021-01-22T04:43:38
2021-01-22T04:43:38
225,315,340
1
0
Apache-2.0
2019-12-02T07:46:23
2019-12-02T07:46:22
null
UTF-8
C
false
false
4,957
c
/* * The "user cache". * * (C) Copyright 1991-2000 Linus Torvalds * * We have a per-user structure to keep track of how many * processes, files etc the user has claimed, in order to be * able to have per-user limits for system resources. */ #include <linux/init.h> #include <linux/sched.h> #include <linux/slab...
[ "yeashenlee@163.com" ]
yeashenlee@163.com
82f6cd0e8cecf0426deb6cb8be351bc0367fbc43
33a2a52e98cc1d1a03e70e57508ca1f0d3e2f536
/Myself/Big/公约数.h
d7695a7de1cfbbe23cf582aa4c38cd04b809c4d9
[]
no_license
Sirlanri/coding
72fa44573027688d4c1385db9dc1d56dc09f69cb
01b2003646963344ed019e3f4fdd53062ae79d7a
refs/heads/master
2020-03-28T22:14:27.548264
2019-09-27T01:02:57
2019-09-27T01:02:57
149,217,084
2
2
null
2019-09-27T01:02:59
2018-09-18T02:28:43
C++
UTF-8
C
false
false
496
h
#include<stdio.h> void gong() { int n,m,i,x,y; puts("输入m n"); scanf("%d",&m); scanf("%d",&n); if(m>n){ x=m; y=n; } else x=n; y=m; //x是最大的 for(i=x;i>1;i--){ if(m%i==0&&n%i==0){ printf("最大公约数是%d\n",i); } ...
[ "noreply@github.com" ]
Sirlanri.noreply@github.com
a503486bcf4fd7c66627cce2a74b4f3e6ee15e45
22d48d0c0365aae21302d2a0d1cc11c2e8e69c87
/FUP/Exercícios/Repetição/[rep] Somatório de 1 a n/soma.c
2d83f31abd584d939c8c332bd2d3f1a7d4903a6f
[]
no_license
LeticiaFarias/Fundamentos-De-Programacao
4c1590ef66d6c9f375ac8afedb9878df062b0290
1893b50dcd82300b1bdc5a9a77574e2d727cfb08
refs/heads/master
2020-04-11T10:37:59.172987
2019-07-28T00:35:17
2019-07-28T00:35:17
161,721,521
1
0
null
null
null
null
UTF-8
C
false
false
176
c
#include <stdio.h> int main () { int i,n, soma=0; scanf ("%d", &n); for (i=1;i<=n;i++) soma=soma+i; printf ("%d", soma); return 0; }
[ "leticia_farias@alu.ufc.br" ]
leticia_farias@alu.ufc.br
ca547bcc23d501de7e94ae36c4fb2104b201dd05
5735ab65def59d5faea521a71d427f6877815473
/extensions/ringmysql/ring_vmmysql.c
5175c8b37a3a6bcded24a8bc0a7b3ad2601c7ff4
[ "MIT" ]
permissive
ahmedmohamed2/ring
711f38e35f25ad11098eb6cb3fc3a7a176380723
b17ba1138a892769456c0382b70bd492263181b8
refs/heads/master
2020-04-03T17:04:02.074856
2019-11-26T17:04:57
2019-11-26T17:04:57
155,430,441
1
0
MIT
2018-10-30T17:43:49
2018-10-30T17:43:48
null
UTF-8
C
false
false
10,014
c
/* Copyright (c) 2013-2018 Mahmoud Fayed <msfclipper@yahoo.com> */ #include <my_global.h> #include <mysql.h> #include "ring.h" #include "ring_vmmysql.h" /* Functions */ RING_API void ringlib_init ( RingState *pRingState ) { ring_vm_funcregister("mysql_info",ring_vm_mysql_get_client_info); ring_vm_funcregister("mysql...
[ "msfclipper@yahoo.com" ]
msfclipper@yahoo.com
5b6c24b562167f4064a7a72892ad1ca636afee0b
cc1add14dc392a4f082fc556200bb32194a536d6
/include/stb_image.h
c184a4a9ead98ae94803d79fc6a6ccfacf8b5b95
[ "Apache-2.0" ]
permissive
Black-Photon/Tellas
31a072726f6d8821b1c8ae62f8ca3600bfc809c1
c5915f8c2cb92951635752c44f0ad3c81562223e
refs/heads/master
2020-05-05T04:19:13.501120
2020-02-23T03:42:29
2020-02-23T03:42:29
179,706,934
0
0
Apache-2.0
2019-07-05T13:37:51
2019-04-05T15:21:24
C
UTF-8
C
false
false
273,668
h
/* stb_image - v2.22 - public domain image loader - http://nothings.org/stb no warranty implied; use at your own risk Do this: #define STB_IMAGE_IMPLEMENTATION before you include this file in *one* C or C++ file to create the implementation. // i.e. it should look like...
[ "joseph_keane@live.co.uk" ]
joseph_keane@live.co.uk
3c30d01802127f2c48464d9d483519d286fb0afb
aff494438b33a2fa3d4c239b7e3b3deb429d7bc2
/MavLinkMsgs/Source/MavLinkMsgs/Public/common/MavLinkMsg_global_position_int_cov.h
956f36e5595f1b2d268bb0c8fe55b80ce39b283f
[ "MIT" ]
permissive
TritonSailor/UE4-MAVLink
ae4355d7a30c1880af5d549713719444effe15ee
947908c600eb18212c139dc6cc6fde2504f20059
refs/heads/master
2020-09-17T03:56:54.363636
2019-06-27T17:47:35
2019-06-27T17:47:35
null
0
0
null
null
null
null
UTF-8
C
false
false
1,680
h
#pragma once #include "CoreMinimal.h" #include "MavLinkMsg_global_position_int_cov.generated.h" struct __mavlink_message; USTRUCT(BlueprintType) struct MAVLINKMSGS_API FMavlinkMsg_global_position_int_cov { GENERATED_BODY() static const uint32 MsgId = 63; /*Timestamp (UNIX Epoch time or time since ...
[ "pawel.miniszewski@gmail.com" ]
pawel.miniszewski@gmail.com
66a6d3b4316494f52d8842b3ef6f34be24fb66c6
b57d616af751914298914d94cb42fde311e48cf2
/Going_Quackers_Framework/Code/EngineBase/Data Structures/Vertex.h
0be8373a1665cb4c22f22fa193eb0cd15e09ba48
[]
no_license
JennyBeanTheSkelepun/GGD-GoingQuackersFramework
b2ef18de2926ac589e727f8872f9c4f6a4b0844f
a324237b7a34b015511088b6f8c5976dc50a87fd
refs/heads/main
2023-05-30T12:50:56.385037
2021-06-08T09:30:45
2021-06-08T09:30:45
333,702,828
0
0
null
null
null
null
UTF-8
C
false
false
253
h
#ifndef _VERTEX_H_ #define _VERTEX_H_ #include <DirectXMath.h> struct Vertex2D { Vertex2D() {} Vertex2D(float x, float y, float u, float v) : position(x, y, 0), texCoord(u, v) {} DirectX::XMFLOAT3 position; DirectX::XMFLOAT2 texCoord; }; #endif
[ "codelyoko3131@gmail.com" ]
codelyoko3131@gmail.com
7693194da6d827417d9cb5cc7815fdd68e5f59e2
c22753d2867d6581e884bb5fde235af7e27f1cb9
/stm32l4/audio/39184__jobro__piano-ff-037.c
1025ba553532443e6fac98ca5c26f2c3cca71d90
[]
no_license
bens-unit01/music-ball-pro
e861973cbfec87e9eee238d83aa7fe5b22bcc07a
46e1a20e4ddde61d64887f881d54578118b76c39
refs/heads/master
2021-01-08T08:46:45.325157
2020-02-20T19:49:03
2020-02-20T19:49:03
241,975,159
0
0
null
null
null
null
UTF-8
C
false
false
109,335
c
/* D:\Users\user\Documents\Raouf\REPO\music-ball-pro\stm32l4\audio\39184__jobro__piano-ff-037.aiff (7/7/2017 2:10:32 PM) StartOffset: 00000000, EndOffset: 0000460F, Length: 00004610 */ unsigned char rawData[17936] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0xFE, 0xFF, 0x03, 0x00, 0xFC, 0xFF, 0x03, 0x00, ...
[ "bensalem.messaoud@geothentic.com" ]
bensalem.messaoud@geothentic.com
bec7e6f4efda80dfa14545103637c70befc7b223
982b1974dfa298715fecdd19fe310337b8441fc4
/14/gradebookdisplay.c
b5fedcf2accd55c7703c3f5ea3d6dacaa11455ff
[]
no_license
eric781998/BIBO
9560eef8838c6ca10fd1f15e7a54d14273561b2b
b7c0e16c00e394e1d93f2a1cb0408fbaa47d3eee
refs/heads/main
2023-01-28T14:43:15.029637
2020-11-30T21:20:01
2020-11-30T21:20:01
null
0
0
null
null
null
null
UTF-8
C
false
false
10,134
c
#include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <arpa/inet.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/queue.h> #include <openssl/ssl.h> #include <openssl/bio.h> #include <openssl/err.h> #include <openssl/rand.h> #include "data.h" /* MISCEL...
[ "ariash.vm@gmail.com" ]
ariash.vm@gmail.com
9340d4403a7ff5a1845e3e8e2a4fee9d618d37b6
5c255f911786e984286b1f7a4e6091a68419d049
/code/a0b29f69-f09e-454c-b368-03f54c17b2c6.c
bb5e16c0c4cd6077680da607ad1dc84cc991533a
[]
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
237
c
#include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = i%j; l = l-j; k = k-j*i; printf("vulnerability"); printf("%dnn",l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
d1bd98cb132d4eab79d76e81969bbea78a62367a
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/libgomp/testsuite/libgomp.c-c++-common/task-detach-8.c
6f77f1263ab9c5a86e4a4e00f4049b7e1eea08ac
[ "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
1,068
c
/* { dg-do run } */ #include <omp.h> #include <assert.h> /* Test tasks with detach clause on an offload device. Each device thread spawns off a chain of tasks, that can then be executed by any available thread. Each thread uses taskwait to wait for the child tasks to complete. */ int main (void) { int ...
[ "rink@rink.nu" ]
rink@rink.nu
14811d0ac53a2a18aa77389fe24b6bfe7785466d
7568007aee5e052e2ae0eae2672988172e436946
/libft/srcs/vector/vector_find0_pop.c
480397898cef3ca76e838f8bdfad666df17dec8d
[]
no_license
lchenut/42_projects
ea89701a225e2062f4a29511434bd3b2960fb6e1
f62441c6537a1ca70c0bca3966b73a4d29d1d517
refs/heads/master
2021-07-22T00:56:33.044374
2017-10-28T15:25:02
2017-10-28T15:25:02
108,660,139
0
0
null
null
null
null
UTF-8
C
false
false
1,146
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* check_norris_loves_the_norminette.c :+: :+: :+: ...
[ "chenut.ludovic@gmail.com" ]
chenut.ludovic@gmail.com
cdfa6e2bdd3047833efae9d9978544f86ed8ebd6
a7cc7984d927a07c7b2e6df565824e057e916a46
/applications/IRS/build.space/includes/irsreg.h
15d40d3dcca59237083563c049c300d018f742a2
[]
no_license
subrata4096/phase_apps
6dddfbce500ab777ba160d4c6201414108ede35c
2f9a4bac3a79c505fb77b27439c5e7d2b4b08caa
refs/heads/master
2020-06-29T22:46:09.710039
2016-11-25T03:27:01
2016-11-25T03:27:01
74,408,822
0
0
null
null
null
null
UTF-8
C
false
false
48
h
/g/g90/mitra3/work/IRS/irs.1.0/includes/irsreg.h
[ "subrata4096@gmai.com" ]
subrata4096@gmai.com
1e532d3ea4bb816a4d76ce33da467d5d211ee1e0
e092e9949d075cd3b570fa3be2341a252f9e385a
/signals/signals_mutex.c
304e2f43e09bfdb26655260dabaa554be1676b55
[]
no_license
NullTrisp/Practicas-Sistemas-Operativos
c861429ccc0b585bab5726eb9a8649c00ac20430
83b64e1568ddf11078e3a7801be3387c25de1290
refs/heads/master
2023-05-14T13:31:18.378237
2021-06-07T14:22:35
2021-06-07T14:22:35
337,557,714
0
0
null
null
null
null
UTF-8
C
false
false
1,148
c
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <pthread.h> #include <fcntl.h> #include <signal.h> #include <sys/syscall.h> #include <sys/types.h> void *fun_t1(); void *fun_t2(); void handler(int arg); pthread_t t1, t2; pid_t process; pthread_mutex_t lock; int main(int argc, char const *argv[]) {...
[ "nicocalji@gmail.com" ]
nicocalji@gmail.com
df6c63da5c001739d942ccdf4b796914dfbe9993
6fa6be3e7dcb10d020209f7a73de393a1f24bd45
/linux-3.4/drivers/staging/rtl8712/generic.h
8868c9f4adf8b8984b368cc2372b05ae5e1e5841
[ "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
okshall/v3s-linux-sdk
f9eb73a1e271ebf02320f98befabccdb6c462944
776196306198f14ec6f10c316950a81b7e417886
refs/heads/master
2021-07-07T11:44:34.667911
2021-01-22T04:43:38
2021-01-22T04:43:38
225,315,340
1
0
Apache-2.0
2019-12-02T07:46:23
2019-12-02T07:46:22
null
UTF-8
C
false
false
6,390
h
/****************************************************************************** * * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the ...
[ "yeashenlee@163.com" ]
yeashenlee@163.com
f707386b65bebdaf4a70e51b17e7249297121019
e9874e53e85d488fc0d95655b460d4bf2687daf7
/tags/S1_1/src/gap4/tkEditor.c
bc0b905be49cfaa01f63e47a1b5cc7a38accde5a
[]
no_license
svn2github/staden
6c1c3a190c7870a807ce30d671dc67f53b04191b
a398a8000e27ea288c69f3a484d30138c177de46
refs/heads/master
2021-01-19T14:56:21.024408
2015-01-06T11:29:22
2015-01-06T11:29:22
13,945,806
0
0
null
null
null
null
UTF-8
C
false
false
50,516
c
/* * The Editor tk widget. * We employ a little black magic here by "inheriting" the tkSheet command * here. This is done by providing the required tk interface functions here * that call the tkSheet functions and then add their own bits and pieces. * * We also reconfigure the class from Sheet to Editor thus allo...
[ "(no author)@ba6f2710-ca9f-427c-89d3-5bf716dbc8e1" ]
(no author)@ba6f2710-ca9f-427c-89d3-5bf716dbc8e1
848c6b39f0f6cacacf43c3b868c976d0fbe90285
f77717b402a1d48529ada7c2bc70a7bb4be83812
/csc501-lab1/h/sched.h
033a39f45f395441e34f5be764934680738578a5
[]
no_license
arvindsrinivas1/Schedulers-For-XINU-OS-Course-Project
b1f0ab31d8eeda06dc2fb3d23092a636bf2ea837
4853245c0ad8ee6a06e08349919b68bc1426e2d1
refs/heads/master
2023-07-31T13:30:50.140836
2021-09-19T21:58:08
2021-09-19T21:58:08
408,242,479
1
0
null
null
null
null
UTF-8
C
false
false
803
h
#ifndef SCHEDULING_DOT_H #define SCHEDULING_DOT_H #define EXPDISTSCHED 1 #define LINUXSCHED 2 extern int goodness_value[]; // calc at beg of resched - extern int counter[]; //decreement for every tick. Shows current remaining quantum slice for every proc. extern int quantum[]; // calc at the begining of an epoch ...
[ "scrowney@Arvinds-MBP.lan" ]
scrowney@Arvinds-MBP.lan