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
45f0d8aabb6239c0fe2fc752e87027a91999d84a
b4329476bf6a1dd58a5a19f89095b4a5c7a093e8
/controlsuit_libs/dsp/FixedPointLib/v1_20_00_00/examples_ccsv5/2833x_FixedPoint_BRevAcq/source/BRevAcq.c
1a7fae3d84a92a8386e817c60bfdddeb359e5d11
[]
no_license
whicun/nov_dsp_lib
e3b514fad1078db4bdd847cd2402204c0a406691
e584d374446a0984b7a5ac44dfa2bcc8ea7faa7c
refs/heads/master
2021-12-31T10:17:24.495663
2018-02-11T07:22:50
2018-02-11T07:22:50
null
0
0
null
null
null
null
UTF-8
C
false
false
4,405
c
//############################################################################# //! \file examples_ccsv5/2833x_Test_FixedPoint_FIR32_Alt/test_cfft32.c //! //! \brief Complex FFT (32-bit) //! //! \date Sep 15, 2014 //! //! This example shows how to use the real time bit reversal routine for the RFFT. //! Thi...
[ "JCL@163.com" ]
JCL@163.com
78b5758c44b9c74f3713373aeb32290ee9880cb4
fa8ac9392b88184a04db16675844562a3a316cf6
/drivers/backup/serial.c
95b531c613bca788e1c3aed69bd375acff9e4607
[]
no_license
re34/ecode
920f336da2b65f12d23f19495bb8b2ed34c69e27
f1e603bc6456c6e226b2c9db2559c1dbd10a9372
refs/heads/master
2022-04-08T10:43:41.196721
2017-08-08T14:09:55
2017-08-08T14:09:55
100,281,091
0
1
null
2020-03-08T00:27:30
2017-08-14T15:14:29
C
UTF-8
C
false
false
4,579
c
#include "serial.h" #include "ecode.h" #ifndef COMn #define COMn 2 #endif static struct serial_dev *serials[COMn]={NULL}; e_inline int _serial_poll_rx(struct serial_dev *serial, e_uint8_t *data, int length) { int ch; int size; ASSERT_PARAM(serial!=NULL); size = length; while(length) ...
[ "1614903252@qq.com" ]
1614903252@qq.com
9d50686c11c889a10433fe4b1b1a991b660a5b60
d4bb0af3a627d7d2e69912fdf3e490146572f4e6
/Spectrometer/Source/HyperNAV_Spectrometer/src/data_acquisition.c
549e94deb5397da84e86a42302041607825d52b3
[]
no_license
seatrix/HyperNav_Firmware
e5ca5236f3a6f894e9bfa345250ea1872749a32e
58e66b64900c876a11c4bb6eadbc4ddb89a321c4
refs/heads/master
2023-03-18T04:07:44.416988
2021-03-11T07:39:23
2021-03-11T07:39:23
null
0
0
null
null
null
null
UTF-8
C
false
false
112,033
c
/*! \file data_acquisition.c ******************************************************* * * \brief Data acquisition task * * * @author BP, Satlantic LP * @date 2015-07-08 * ***************************************************************************/ # include <math.h> # include <stdio.h> # include <...
[ "kkramer@seabird.com" ]
kkramer@seabird.com
cd1ec7904d7effe3a7a214274c77196b10c6702d
fb00e237d737bb22f8af24892be5f1eab599fe46
/Support/HTTPUtils.h
8ad4778acd7caaca0877717125ad48bc174c1bfb
[]
no_license
fm360/mico
eafcc24c9ac7ed8e4b18cb452524e4261738a8a6
ea67ff3659f12d730d4dc3b8d547b093bd2ee2ee
refs/heads/master
2021-05-31T21:34:54.037466
2016-05-12T03:05:38
2016-05-12T03:05:38
null
0
0
null
null
null
null
UTF-8
C
false
false
9,281
h
/** ****************************************************************************** * @file HTTPUtils.h * @author William Xu * @version V1.0.0 * @date 05-May-2014 * @brief This header contains function prototypes. These functions assist with interacting with HTTP clients and servers. ***************...
[ "yinhongxing@ablecloud.cn" ]
yinhongxing@ablecloud.cn
92937bc9cadcd523e98afe55965a1c33bd94556b
8dd996aec6da3878e9f13d5777687323350cd6ac
/p21sumofnos.c
0762422f5d129a34c2665f1aaec86bb067e1870c
[]
no_license
Amreen08/c-
4eb8b75a509ee9654b17e8240b6fe2a3ddcf0149
bb4edc8d29c03a8db34cd5da90092ddfeb0deeb7
refs/heads/main
2023-05-03T02:39:47.712777
2021-05-17T20:32:21
2021-05-17T20:32:21
357,208,492
1
0
null
null
null
null
UTF-8
C
false
false
204
c
#include<stdio.h> int main() { int n,s=0,i; printf("Enter number"); scanf("%d",&n); for(i=0;i<=n;i++) { s=s+i; } printf("sum of %d numbers = %d",n,s); return 0; }
[ "noreply@github.com" ]
Amreen08.noreply@github.com
40790e8e79a036e0e5f34722f576f66d88ace955
0b508670215641e3e52d2495d8867d14d40d9927
/Exercício20-Parte1.c
91895b66207ede70cfd5aeebee34bb6b6b35e8d5
[]
no_license
lucasomaciel/lista2aeds
9b02fe16e8ed0331df5b69df41fc389d1ec6a32c
ce1dc4e6ecbf45554c7b5656946694b763904834
refs/heads/main
2023-03-30T21:34:49.781072
2021-03-29T14:05:04
2021-03-29T14:05:04
352,664,912
0
0
null
null
null
null
UTF-8
C
false
false
1,158
c
/*Faça um programa que receba a idade de um nadador e mostre sua categoria, usando as regras a seguir. Para idade inferior a 5, deverá mostrar mensagem. (tabela no livro, página 92 - questão 20)*/ #include <stdio.h> #include <locale.h> #include <math.h> int main() { setlocale(LC_ALL,"portuguese"); ...
[ "noreply@github.com" ]
lucasomaciel.noreply@github.com
cd7e35642645895fd36bf8909b6c49dec9e766e1
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/aee9e414-c11f-4e99-b9c7-2127df746960.c
d06ed276433c41df9d5d774b47598f2df2e7e414
[]
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
570
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=142; int k; int l; i = 533; l = 64; k = i/j; l = i/j; l = j%j; l = l+j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; int b[18]; int c[16]; a = 0; do { a--...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
57a145ef1017a6895b5cafc6d78638070485a890
57c22d889b95b265f03f5138805f3e8597044086
/Tutorial画图-修改-研究/Pods/Headers/Public/SVGKit/DOMHelperUtilities.h
b325ea7df0591c9b4198ad088e902cb845e2b7b8
[]
no_license
1079278593/OpenGL-Brush
8d15209615a0656a63c40d798500e527c3cb6e4d
2a8ae483087e2f4c6c6e19f7493a1392228146fb
refs/heads/master
2020-03-14T02:27:43.707964
2018-06-01T10:33:05
2018-06-01T10:33:05
131,399,229
5
1
null
null
null
null
UTF-8
C
false
false
64
h
../../../SVGKit/Source/DOM classes/Core DOM/DOMHelperUtilities.h
[ "1079278593@qq.com" ]
1079278593@qq.com
47edb51ed7c92750e6e35c4a38f34ac93f0e7d07
5fe3eaf054f65fd726d577dc6db87c0114546f58
/STM32/STM32Cube_FW_F4_V1.13.0/Projects/others/STM32469I_EVAL/Examples/DMA2D/DMA2D_MemToMemWithPFC/Inc/ARGB8888_300x120.h
38ac12b4f7fe1e59916570fa4ce9e0f965987ec7
[ "BSD-2-Clause" ]
permissive
ghsecuritylab/datasheets
e4abd398e5c56917fbb65de6461b324b18da5285
ed8fba13f4daaf9ead5484792efcdb3df9541b44
refs/heads/master
2021-03-01T21:45:14.994710
2019-08-13T17:50:05
2019-08-13T17:50:05
245,815,232
0
1
null
2020-03-08T13:01:52
2020-03-08T13:01:51
null
UTF-8
C
false
false
434,552
h
/** ****************************************************************************** * @file DMA2D/DMA2D_MemToMemWithPFC/Inc/ARGB8888_300x120.h * @author MCD Application Team * @version V1.0.4 * @date 06-May-2016 * @brief This file contains image array of size 300x120 and format ARGB8888 (32 bpp) ...
[ "jensenr30@gmail.com" ]
jensenr30@gmail.com
5ea988a16aea047ff0378d98b411733060080e5a
df44d87852aad815d086e1b80d8f596774edb994
/ft_ltohex_p4.c
47ea5e2d4cb7dea7df0b460a16a6d670a13ff107
[]
no_license
snk11/printf
c227fec781c3f0a1624f8da20bd0f90bcbe73c8b
fefb447e6f95e2f4d653c1d0743d924788a6e33e
refs/heads/master
2021-01-21T13:17:49.214759
2017-10-23T16:20:04
2017-10-23T16:20:04
46,827,991
0
0
null
null
null
null
UTF-8
C
false
false
1,982
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_ltohex_p4.c :+: :+: :+: ...
[ "syusof@e3r5p2.42.fr" ]
syusof@e3r5p2.42.fr
a3846d4f5a69b3479d98009360ae50d726d72699
c1411efcd19991060f93c30a416f67b10a1f7e07
/car0407/include/MS5803-01BA.h
4c323f543e8a9c51a7a01f5ef834813e821f3e6a
[]
no_license
xubing91/hello-world
d005b146a90827281653de979afb4e08e773bb27
6b2827220a212d3a57f81f38402a65d1b5a8b142
refs/heads/master
2020-09-07T23:33:38.817820
2019-11-14T09:43:29
2019-11-14T09:43:29
220,945,226
0
0
null
2019-11-12T03:46:21
2019-11-11T09:26:58
null
GB18030
C
false
false
4,139
h
/* MS5803_01BA, barometer Description: Run MS5803_Reset() and MS5803_GetPROM() after power-on, then run MS5803_GetTemp() when needed. */ //HMC #ifndef MS5803_01BA_H__ #define MS5803_01BA_H__ #include "DSP2833x_Device.h" //为了调试罗盘,修改端口 #define MS5803_CS GpioDataRegs.GPADAT.bit.GPIO23 #define MS5803_MOSI ...
[ "xubing_alex@buaa.edu.cn" ]
xubing_alex@buaa.edu.cn
1da6c448cd815a8848ceba2129e82f9fa749abce
66bb3d08e1a47153d15188a7b757ed65bcd97e1c
/varnish-cache/lib/libvarnish/vsha256.c
ea3edb702038af665aafda13944b907d1adf151b
[ "BSD-2-Clause", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
leed25d/ljVarnishPatch
5a23379d9cc28ebdcb6afc328f6ebc4b182169ee
ed382d6b939fd8c3368969cbdf4934eded5aadbd
refs/heads/master
2021-01-19T13:47:20.998707
2010-06-16T17:20:29
2010-06-16T17:20:29
null
0
0
null
null
null
null
UTF-8
C
false
false
10,011
c
/*- * Copyright 2005 Colin Percival * 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 conditio...
[ "lee@livejournal.com" ]
lee@livejournal.com
8f15e6cf0df049792e48ac181a46d857320773e0
14b99d1353d64296b9f73b367ee0287638cd4b48
/No4/tcp_client.c
19fe9c1a0d15360547c9549b61b5f32befa286d8
[ "MIT" ]
permissive
ChoiChangYong/lab4
985dd54dc99713480f76d2d1d819e9c2ad0c9ba2
51d231801f16f01e5665ae7c08bd4510253c7257
refs/heads/master
2020-04-12T15:11:00.266249
2018-12-20T14:57:58
2018-12-20T14:57:58
162,573,431
0
0
null
null
null
null
UTF-8
C
false
false
1,379
c
/* tcp_client.c */ #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <string.h> #include <netdb.h> #include <sys/types.h> #include <netinet/in.h> #include <sys/socket.h> #include <arpa/inet.h> #define PORT 3490 /* 서버 포트 */ #define MAXDATASIZE 100 int main(int argc, char *argv[]) { int csock, numbyt...
[ "chanranhan_@naver.com" ]
chanranhan_@naver.com
9d7eb8deeb88d2f47db98ff11d005112dfe1c5b2
e007acc04d4e14d8f9f4a7347ed16242eb312515
/2951.c
b3dc21e892384eabd6b0dece0ae0cde87a4cef8b
[]
no_license
VSTagliavini/URI_C
6479272fb9d4bb4f166d28173c51dfe323b1b5de
1114da2d9f8c4d5510aa0b0304f6bbfa6d691c08
refs/heads/main
2023-02-24T15:53:38.024466
2021-01-27T12:05:19
2021-01-27T12:05:19
333,403,182
0
0
null
null
null
null
UTF-8
C
false
false
426
c
#include <stdio.h> int main () { int alf[91], n, g, aux; char r; for (scanf("%d %d", &n, &g); n>0; n--) { scanf(" %c %d", &r, &aux); alf[r] = aux; } aux = 0; for (scanf("%d", &n); n>0; n--) { scanf(" %c", &r); aux += alf[r]; } if (aux<g) pri...
[ "noreply@github.com" ]
VSTagliavini.noreply@github.com
616dfbe30cbad856140dc869743e097edcdffecd
1bc77c707aeacbcf9ac5c79ed5559b71debf69dd
/include/sys/evcnt.h
0c0e65fcf4ec96d5e281d48edf253cbbdf2c5904
[]
no_license
thaolt/llvm-kernel
8a45dfc30d5a7e71992446d769af6e88c50118f1
2644b62046496f2aeb2fa200ee719e489b855fc9
refs/heads/master
2021-05-29T16:56:36.640285
2010-02-06T21:17:56
2010-02-06T21:17:56
40,143,367
0
1
null
null
null
null
UTF-8
C
false
false
5,826
h
/* $NetBSD: evcnt.h,v 1.6 2009/03/21 13:06:39 ad Exp $ */ /* * Copyright (c) 1996, 2000 Christopher G. Demetriou * 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 s...
[ "ahomescu@gmail.com" ]
ahomescu@gmail.com
46089cb0ec0a5929c55dd1dca9c4012517924df0
ce121326383e81252adc28e4e2052908de889274
/chicken_quest.c
775582508481a804003467b8e4c4a671a7fa8db2
[]
no_license
Najada/my_rpg_game
2bc322b4310b6d2fc187e9301b7d538aa597624d
32002e79816539630c24b28fad7089c89fa34e35
refs/heads/master
2020-12-08T00:32:51.631872
2020-01-09T15:20:32
2020-01-09T15:20:32
232,836,327
0
0
null
null
null
null
UTF-8
C
false
false
326
c
/* ** EPITECH PROJECT, 2018 ** rpg ** File description: ** rpg */ # include <rpg.h> void get_to_game(param_t *p, int *b, int *k) { if (*b && sfKeyboard_isKeyPressed(sfKeyA)) { for (int i = 0 ; i < 9 ; i++) sfView_zoom(p->view, 1.1); p->quest = alien; *b = 0; *k = 0; p->map[p->pos.y - 1][p->pos.x] = ' ';...
[ "najada@newmedia.al" ]
najada@newmedia.al
196b8f2dd33ae1e3a7f748c0ddbd00c2998136ff
226730bb09cdfbdd3d87c552071d35ef7e71c29c
/2019_06_03 Inno3_MX_v0.06j/Inno3_MX/IOV_Trim.h
f4384dd29ba5685ddb81c8426acd989270e871be
[]
no_license
powi2/MINNO
48dcc369c26e6d7e65038e61256af126b12ef09b
7a5ee429d8591206a0ed6310c8da420202200d42
refs/heads/master
2020-05-14T22:00:57.983940
2019-06-10T17:34:40
2019-06-10T17:34:40
181,972,546
0
0
null
null
null
null
UTF-8
C
false
false
1,007
h
//============================================================================== // IOV_Trim.h //============================================================================== #include "asl.h" #include "function.h" void IOV_Trim_user_init(test_function& func); // ****************************************************...
[ "Kaumudi.Joshi@power.com" ]
Kaumudi.Joshi@power.com
4ba2e4eb497ad9b23e87dc60bf08e56d34c1547e
e0bf2b0c05a823c217118ae77b99cfaa1f2c32be
/helpers/buffers.h
22468662e43f457978e1c92153c6ef17bfa33ce4
[]
no_license
Miouyouyou/MyyOpenGLHelpers
fec4c931deb2a43493c707b24ddfa150f46b29c0
c0cdbe4739c243456d87c46ca0645c82821d0882
refs/heads/master
2021-01-12T07:08:48.361977
2020-04-19T21:48:05
2020-04-19T21:48:05
76,916,872
4
1
null
null
null
null
UTF-8
C
false
false
136
h
#ifndef MYY_HELPERS_BUFFERS_H #define MYY_HELPERS_BUFFERS_H 1 #include <stdint.h> typedef uint8_t * __restrict const buffer_t; #endif
[ "myy@miouyouyou.fr" ]
myy@miouyouyou.fr
45195d0dc3294e0026962f38fef1f01d2aee5891
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/2d47ff55-c9c6-43bf-b5d2-4b67a5ae0a47.c
04d795234068dd020361a106d7bcc789218ecab5
[]
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
549
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=1122; int k; int l; k = 53; l = 64; k = i/j; l = i%j; l = i/j; k = i-k*i; //variables /* START VULNERABILITY */ int a; char b[56]; char c[33]; a = 0; do { /* START BUFFER SET */ ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
e776d5e23ae0d3f31daba86b4b927dea78f98d63
350bfc8120d636d162f20d15963a099a12eff10a
/HideProcess_ZwQuerySystemInformation_Test/HideProcess.h
fda1dbce289072e3376fab3951beaa1ee7894d40
[]
no_license
chen52909/HideProcess_ZwQuerySystemInformation
5d58bd8bb071c094cd5e93a7e756cf254188b5d4
e91884b7bd889c5576983b4bc25389492c9dab92
refs/heads/master
2022-07-03T23:27:47.682122
2020-05-13T03:42:31
2020-05-13T03:42:31
263,516,557
1
0
null
null
null
null
UTF-8
C
false
false
527
h
#ifndef _HIDE_PROCESS_H_ //#define _HIDE_PROCESS_H_ #include <Windows.h> #include <Winternl.h> typedef NTSTATUS(*typedef_ZwQuerySystemInformation)( SYSTEM_INFORMATION_CLASS SystemInformationClass, PVOID SystemInformation, ULONG SystemInformationLength, PULONG ReturnLength ); NTSTATUS New_ZwQueryS...
[ "noreply@github.com" ]
chen52909.noreply@github.com
12140bd391778cb93655b30a0d28b99e3a5b7d2f
713dc4c835103186f930e25fdbf1f07ec35631e4
/APUE/f4.23.c
434d7e51e1011e4d31b8c15b0538436ba6f8be8e
[]
no_license
wlz/lab
35552e228f0e04bc7c107a117174cee704ab8c5c
663fdba54bedbf1a268dad1eacf6a6e5d3766d35
refs/heads/master
2021-01-01T18:28:41.847952
2015-01-15T10:35:16
2015-01-15T10:35:16
25,851,467
0
0
null
null
null
null
UTF-8
C
false
false
148
c
#include "apue.h" int main(void) { if(chdir("/tmp")) err_sys("chdir failed"); printf("chdir to /tmp succeeded\n"); exit(0); }
[ "wuliangzhao10@gmail.com" ]
wuliangzhao10@gmail.com
e4094a871b970bdbd73306c72cdac726746acb1d
62439e49a456a9798586c96ebe0bd2562bf188fd
/serveur_src/ft_error.c
d12d831315c96b11c99c07ac5dda4ff78b757702
[]
no_license
rcherik/IRC
1ef190dafbec58824c07314ef5a781881a5a32b3
762c70e918a4fd831d04932eb9b958eb470362a2
refs/heads/master
2021-01-19T03:36:10.480077
2017-04-05T16:01:10
2017-04-05T16:01:10
null
0
0
null
null
null
null
UTF-8
C
false
false
1,094
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_error.c :+: :+: :+: ...
[ "rcherik@student.42.fr" ]
rcherik@student.42.fr
55fcd4cd8ce7968da8c43c04e685550dff4469f5
eed5c6267fe9ac9031c21eae6bc53010261505ac
/thumbor/ext/filters/_saturation.c
cda042667ca7b2a7ede62da0eb7098da764fb65c
[ "MIT" ]
permissive
voxmedia/thumbor
3a07ae182143b5a850bf63c36887a1ee8e3ad617
29b92b69e4c241ddd5ba429f8269d775a1508e70
refs/heads/master
2022-08-25T13:07:12.136876
2022-08-18T16:15:00
2022-08-18T16:15:00
22,433,808
6
0
MIT
2019-09-13T18:05:03
2014-07-30T15:33:42
Python
UTF-8
C
false
false
1,390
c
#include "filter.h" static PyObject* _saturation_apply(PyObject *self, PyObject *args) { PyObject *image_mode = NULL, *change = NULL, *buffer = NULL; if (!PyArg_UnpackTuple(args, "apply", 3, 3, &image_mode, &change, &buffer)) { return NULL; } char *image_mode_str = PyString_AsString(image_mod...
[ "clif@voxmedia.com" ]
clif@voxmedia.com
d94c4fd9b6079aef8746976d89b00fb33e0423dd
55a915b141dd2cee3b9d9f61fea07bcb8afd03e7
/Quark_EDKII/QuarkSocPkg/QuarkNorthCluster/Include/QNCCommonDefinitions.h
ad295074f0e18c782701e5a7bed4d8207e0e9600
[ "BSD-3-Clause" ]
permissive
intel/Galileo-Runtime
59583db512f9b811608c291e185641f08c85ca1e
ee66e9a3b21f5fc68068bbe3ab59d0d8ae03a232
refs/heads/master
2023-09-03T14:21:43.608580
2022-08-04T22:59:56
2022-08-04T22:59:56
27,103,414
21
20
null
null
null
null
UTF-8
C
false
false
13,889
h
/*++ Copyright (c) 2013 Intel Corporation. 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, this list of conditions and the following disclaimer. * ...
[ "calvin.s.park@intel.com" ]
calvin.s.park@intel.com
5971242962e444e75227624a293923be07027fc5
29f2c40392489fc1656010f2c9b384fd0b090847
/play/inconsistency/example02.c
c2cea363cdad20a7052aaeadf8335a3424d7d257
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
seahorn/seahorn
6498777c0d12716379035c0bc102b9baec6f28f9
2bab7831960766a0a16f149adcdce55f0651eb8f
refs/heads/main
2023-08-25T13:51:48.354660
2023-08-11T00:48:27
2023-08-14T16:43:13
31,487,486
423
126
NOASSERTION
2023-09-08T21:30:09
2015-03-01T05:08:17
C
UTF-8
C
false
false
245
c
extern int nd(); __attribute__((always_inline)) void assert (int v) { if (!v) __VERIFIER_error (); } int main () { int a = nd (); int y=0; if (a != 0) { y=1; } if (y==0) { assert (a != 0); } y++; return 42; }
[ "navasjorgea@gmail.com" ]
navasjorgea@gmail.com
1d1dfb7f1d461e4893a88a56d34407bc80923d32
ff37ded6d20af496b6c5210fc360fe2e20d7011f
/vz_software/snapshot - users - Jason Oakley/Foxglovz_0_2_1/font2.h
9f2f362fe4b1f3c1ec0b6187caa3969f39fb3647
[ "CC-BY-3.0" ]
permissive
bushy555/VZ200
2b92531fe7cb86c9ec2f95260abacbd01c7d4448
6b55a71c90ca839ce62c21525746b26c6e298d16
refs/heads/master
2022-05-24T00:48:12.365463
2022-05-18T06:12:02
2022-05-18T06:12:02
151,831,464
9
2
null
null
null
null
UTF-8
C
false
false
16,076
h
extern char font[] = { "sansserif5x7", 5, 7, 0x00 /* ........ */, 0x00 /* ........ */, 0x00 /* ........ */, 0x00 /* ........ */, 0x00 /* ........ */, 0x00 /* ........ */, 0x00 /* ........ */, 0x20 /* ..#..... */, 0x20 /* ..#..... */, 0x20 /* ..#..... */, 0x20 /* ..#..... */, 0x20 /* ...
[ "noreply@github.com" ]
bushy555.noreply@github.com
06d10d6f5dc808059da94161f7a6885d738a5cc7
2ab3014f86aecc27b8ada9554c030d80743e8e45
/F429HMIPlatform-bsp/Project/MicroEJ/MDK-ARM/LcdTest_impl.c
081712ed8129ebd4e647208ba015646a3200e0dc
[]
no_license
jfazli/PE208
cae81243401d826560452bcafbda1628bbddaed7
b08b47fc6a3f1aa0fffa3dcb0deea3141f46f346
refs/heads/master
2021-01-20T05:29:01.618813
2014-07-02T08:55:39
2014-07-02T08:55:39
null
0
0
null
null
null
null
UTF-8
C
false
false
516
c
#include "LcdTest_impl.h" /* * Initialize srand. This function can only call srand() function * without argument. In this way the randomized values are always * the same between two launches */ void lcdTest_srandInit(void) { // ? srand(); } /* * Get time in milliseconds. This function can return 1. In this * ...
[ "jfazli@FRA11-0222L.eu.seb.com" ]
jfazli@FRA11-0222L.eu.seb.com
1a5dd60645c286d7fb81b9ce0da988b2a0d66b1d
59dc5d428e102bf72eb7245dbbe7a47a66728378
/operators/Threshold/ThresholdGUIPluginInfo.C
68330a5e630dcc31632110001ccb297948654022
[]
no_license
HarinarayanKrishnan/VisIt26RC_Trunk
6716769694d1a309f994056209171f67e5131642
581a0825d81169572b48dd80c1946131c03d0858
refs/heads/master
2016-09-06T07:14:00.094983
2013-05-15T14:36:48
2013-05-15T14:36:48
7,009,345
1
0
null
null
null
null
UTF-8
C
false
false
4,877
c
/***************************************************************************** * * Copyright (c) 2000 - 2012, Lawrence Livermore National Security, LLC * Produced at the Lawrence Livermore National Laboratory * LLNL-CODE-442911 * All rights reserved. * * This file is part of VisIt. For details, see https://visit.llnl...
[ "brugger@18c085ea-50e0-402c-830e-de6fd14e8384" ]
brugger@18c085ea-50e0-402c-830e-de6fd14e8384
13d37ae720d249fce6298fe4f142abc22af661d9
b2067be590270a125f87036bdf0a6aee4ac0f5b0
/OpenRT_project/OpenRT/src/OpenRTServer/src/nat/natDB.h
5e955a82db9be1d63f32c7011c62af712349c886
[]
no_license
Heisenberg425/work
6fb8cc829814b508bbfc4f3efe2033418e5047ca
2485255339adb75efbfde8e478ad70e0b5d6f72b
refs/heads/master
2023-01-03T21:21:38.863651
2020-11-04T09:03:35
2020-11-04T09:03:35
309,297,675
0
0
null
null
null
null
GB18030
C
false
false
1,861
h
/********************************************************************************************************* ** ** 中国软件开源组织 ** ** 嵌入式实时操作系统 ** ** SylixOS(TM) LW : long wing ** ** Copyright Al...
[ "511445223@outlook.com" ]
511445223@outlook.com
384b1e8d83f342003e52a15556c930cf326da3ea
17ab1da485823265a8c7425fceeafd11c48d3b89
/haversine.c
040ed5ef23b60d77b0c17d37b7d8cf8df7786a45
[]
no_license
imasp21/time-2-rottnest-island
ae20a8da4e5bbcdaa3119fe616665ddbb3f07799
e35401f91f65adf676062db5782581db3a1d0228
refs/heads/main
2023-01-01T07:44:33.764150
2020-10-01T08:31:07
2020-10-01T08:31:07
300,202,784
0
0
null
null
null
null
UTF-8
C
false
false
2,336
c
#include <stdio.h> #include <stdbool.h> #include <stdlib.h> #if defined(__linux__) #define __USE_XOPEN #endif #include <math.h> // written by Chris.McDonald@uwa.edu.au, August 2015 // // compile: cc -std=c99 -Wall -Werror -o haversine haversine.c -lm // run: ./haversine -31.977537 115.816509 -31.982831 ...
[ "noreply@github.com" ]
imasp21.noreply@github.com
fa9394a5ff9dafaa5055ff1cb7d8d818201e9fa5
3f309b1dd9774ca1eef2c7bb7626447e6c3dbe70
/apps/trng/random_number/firmware/src/config/sam_l22_xpro/initialization.c
a5274421ae07c3e5fb891b74e543867995b35665
[ "LicenseRef-scancode-unknown-license-reference", "ISC", "LicenseRef-scancode-public-domain" ]
permissive
Unitek-KL/csp
30892ddf1375f5191173cafdfba5f098245a0ff7
2ac7ba59465f23959e51d2f16a5712b57b79ef5f
refs/heads/master
2020-12-10T13:42:26.878408
2019-10-14T17:55:22
2019-10-14T17:56:20
233,609,402
0
0
NOASSERTION
2020-01-13T14:04:51
2020-01-13T14:04:51
null
UTF-8
C
false
false
5,225
c
/******************************************************************************* System Initialization File File Name: initialization.c Summary: This file contains source code necessary to initialize the system. Description: This file contains source code necessary to initialize the system. It ...
[ "http://support.microchip.com" ]
http://support.microchip.com
72d0af8b195cd2eed6b5c2ba22e2a1c6d699a887
1e074e828ca4bd5e4ee239c81745b6b2b818a6c7
/apv5sdk-v15/autelan/bind-9.7.0/src/bin/dnssec/dnssectool.c
443293562253e163c9a9b6dc0cba8b7ca2825771
[ "ISC" ]
permissive
hades13/apv5sdk-v15
51698f727b17f0cc05cbfd0df6ffff3da31d5b6e
56b8a22a93e026580ecc8b33d18267e4ace4e02a
refs/heads/master
2020-03-18T11:34:29.809253
2016-05-03T10:45:27
2016-05-03T10:45:27
null
0
0
null
null
null
null
UTF-8
C
false
false
11,474
c
/* * Copyright (C) 2004, 2005, 2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyrig...
[ "zhangsiyu@debian.suns" ]
zhangsiyu@debian.suns
e548536a9708469636c8cbd3a1ea018c02193f90
2d98e970de598a9c05a039093d2f8bdaa557e545
/MyPrjNet/drivers/board/delay.h
f4b688a113528550bc0f5d4c36d3aeecf8df46db
[]
no_license
Edlward/cprjwlnet
e58db77d78bd9ee17ff19f39add39e677344ec70
0d6a39f8dfda3d2c650db27640f07e67d048fb80
refs/heads/master
2020-12-10T08:01:07.716962
2016-06-07T01:22:56
2016-06-07T01:22:56
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
226
h
/* * delay.h * * Created on: 2014Äê5ÔÂ6ÈÕ * Author: Administrator */ #ifndef DELAY_H_ #define DELAY_H_ #include <includes.h> APP_EXT struct rt_semaphore sem_delay; #endif /* DELAY_H_ */
[ "670065868@qq.com" ]
670065868@qq.com
645681e969832dfa185d77d24ea3f1f07f8ad295
6342ecd60e687a3a19a324773a3d9c98bc8d204f
/lib/inc/tm4c129encpdt.h
150dcb8c7e81ebaea6424b2c5f0b84637d2fe26a
[]
no_license
bintech91/pe-smarthome
65de654c169821ec183f18c35dea71c5e16143fc
2c9c68800d61bff855daa0f26762ec77e861e1c9
refs/heads/master
2021-01-10T18:08:19.864799
2016-12-20T10:09:22
2016-12-20T10:09:22
71,907,901
2
0
null
null
null
null
UTF-8
C
false
false
935,510
h
//***************************************************************************** // // tm4c129encpdt.h - TM4C129ENCPDT Register Definitions // // Copyright (c) 2013-2016 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Redistribution and use in source and binary forms, ...
[ "phamtan15991@gmail.com" ]
phamtan15991@gmail.com
8437e296d9f33ffce4c8d0b9e4a1ff9d1e869891
07811068cb9f15122312b6c77538868045b32fa8
/android/liaison/chess/src/genmove.c
0dea8d518420f10a75a4d34a9a1de3c3cbe2757b
[]
no_license
automation551/Chessoid
cad01675da5668f8559fc9d5c9778c08682ff25f
5bc1cb58bfc6ebc97df3e50bdfae6ccbf867cc8f
refs/heads/master
2021-05-28T12:51:55.918399
2015-03-12T16:04:41
2015-03-12T16:04:41
null
0
0
null
null
null
null
UTF-8
C
false
false
18,979
c
/* GNU Chess 5.0 - genmove.c - move generator code Copyright (c) 1999-2002 Free Software Foundation, Inc. GNU Chess is based on the two research programs Cobalt by Chua Kong-Sian and Gazebo by Stuart Cracraft. GNU Chess is free software; you can redistribute it and/or modify it under the terms of the ...
[ "troy@tgn-ub32-vm.(none)" ]
troy@tgn-ub32-vm.(none)
ef441fc07f828749dccaccdc6233b42569c3a488
c28066999513e86fabe4ed2e8fd38dfedc2c8b1b
/ios/build/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit-Swift.h
b3244f1bcb87fb8a08ad29fd3f7ec8957615c74e
[ "MIT" ]
permissive
gispatial/TCReactNative
e3ca50ffe0dbc99910c7dbb22bbee60c0cd6d905
419734dd5364043e08f2d34736dea58daf46be91
refs/heads/main
2022-12-24T22:13:21.102677
2020-10-07T01:43:18
2020-10-07T01:43:18
300,624,154
0
0
null
null
null
null
UTF-8
C
false
false
7,487
h
// Generated by Apple Swift version 5.2.4 effective-4.1.50 (swiftlang-1103.0.32.9 clang-1103.0.32.53) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wgcc-compat" #if !defined(__has_include) # define __has_include(x) 0 #endif #if !defined(__has_attribute) # define __has_attribute(x) 0 #endif #if !defi...
[ "react7tech@gmail.com" ]
react7tech@gmail.com
48a4cc57ca472d09e59fef80d190cebd06a9ef91
008007b1707c2bebfef6ea393e60a5464b5212f1
/wzq/C_socket/NetThread.c
55aa085e527293bf692ff9f9edf003c5f2df7038
[]
no_license
Jackmrzhou/C-study-Record
f32dfadb61d4756709b7154f3be8890b8362d2a6
6e59532abd0158a8f8e67dc909d55030d2009b42
refs/heads/master
2021-01-22T21:45:11.919369
2017-07-01T12:25:40
2017-07-01T12:25:40
85,469,090
0
0
null
null
null
null
UTF-8
C
false
false
708
c
#include <stdio.h> #include <stdlib.h> #include <pthread.h> #include <windows.h> #include "Net.h" char *Queue = NULL; char *Get_Data = NULL; void* NetThread_1(void* args); void* NetThread_2(void *args); int Start_New_Thread(int is_Server) { //char * ip ="127.0.0.1"; if (is_Server) { pthread_t t1...
[ "594780735@qq.com" ]
594780735@qq.com
3931aeb2d4976994807badc77c980e6a825dbf99
33be137cc86b78bce45820fc81383b0784b69c36
/sources/007q2/P_view.c
100c93348b11d7b53fd2c9ba08ad363bbaba2ae6
[]
no_license
Paril/quake2-source-archive
010d9758448ae61442d7d12a7198d4c4874665d4
6eb7a72cd2187dc0caef151f9af5e6f4b090dd8a
refs/heads/main
2023-07-12T16:50:16.098868
2021-08-22T12:30:00
2021-08-22T12:30:00
341,576,903
10
1
null
null
null
null
UTF-8
C
false
false
30,606
c
#include "g_local.h" #include "m_player.h" #include "scanner.h" static edict_t *current_player; static gclient_t *current_client; static vec3_t forward, right, up; float xyspeed; float bobmove; int bobcycle; // odd cycles are right foot going forward float bobfracsin; // sin(bobfrac*M_PI) //extern cvar_t *muz...
[ "puffy@quakemm.org" ]
puffy@quakemm.org
637c28619410af5e6d8137cef9f2434a7c317679
3dd98f2903b97daea51624010888fdb8164bbeb3
/queue1.c
afb6e5dc3eed55cf3b73bf6fc2585822f21d6a1b
[]
no_license
tabrezi/DSL
d2674975e139ebc6670e88f6d40be218202e7bb4
7480e989a5092a0c33674b3a46f22dfe73734535
refs/heads/master
2022-11-17T06:35:14.053221
2020-07-14T09:35:33
2020-07-14T09:35:33
279,087,792
5
1
null
null
null
null
UTF-8
C
false
false
1,767
c
/*Impln of Queue using arrays */ #include<stdio.h> #include<unistd.h> #define MAX 5 struct Queue { int data[MAX]; int front,rear; }; void initialize(struct Queue *q) { q->front=q->rear=-1; } int isFull(struct Queue *q) { return (q->rear==MAX-1)?1:0; } int isEmpty(struct Queue *q) { return (q->rear==-1)?1:0; } int...
[ "noreply@github.com" ]
tabrezi.noreply@github.com
cd8f9f13c4de6c19b53cbf6e6a5ad8a0e0c70445
aceb57dc89456ecae1433f8c808b0d4c2348b823
/Source Code/Visual C++ Project/PPC_H/FILETRAN.H
0f20c5423d0e10a5c1548ba091fe4713902639fe
[]
no_license
HerveRICHON/4D-Win32API
26e7f1c34d2bf4b3b9e9a2fccbf3816c81ffb518
9d386a2aeb1ccd5c9cb71696aba222852a68b44b
refs/heads/master
2021-01-18T08:46:12.209739
2015-08-18T17:23:01
2015-08-18T17:23:01
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
15,314
h
/* File: FileTransfers.h Copyright: © 1984-1993 by Apple Computer, Inc., all rights reserved. WARNING This file was auto generated by the interfacer tool. Modifications must be made to the master file. */ #ifndef __FILETRANSFERS__ #define __FILETRANSFERS__ #ifndef __PACKAGES__ #include <Packages.H> #endif #...
[ "dwaddell@orchardsoft.com" ]
dwaddell@orchardsoft.com
bb12188a8650ea9cb1b3ba2425956a1d2ffe9e1a
3b4583b67b1cae6a8a7fa33682a09b813b57b000
/cpp19_artifact/examples/print/print.c
a7c6056ac5b106160daaa3d2ee09f0b4a5eda9dd
[ "Apache-2.0" ]
permissive
ssrg-vt/Chum-src
4d56e0209953f25c16731dd5118f332fad4e91d8
93b0dee63e36c0247c8d41aaa5c063b954e3f06f
refs/heads/master
2021-07-11T13:36:59.943467
2020-07-14T19:08:20
2020-09-09T13:20:01
244,993,791
5
0
null
2021-05-12T02:51:31
2020-03-04T20:09:36
C
UTF-8
C
false
false
92
c
#include <stdio.h> int main() { int x = 21; printf("Return: %i\n", x); return x + x; }
[ "balajia@vt.edu" ]
balajia@vt.edu
081b9b6c317386c7679af628c540dc1753d0d73b
93a8592ca00c227e520abdfb81c52de8eb655868
/src/ppp/ppp_oe.c
309763eb1b487c3d7cfb64bba1f380800a74597b
[]
no_license
balajig/Layer3Switch
3fd736e3c971168813a216f2cecba7631f379ffa
1cc3591ba2bb801dbd235cc2f5775f9253b50659
refs/heads/master
2021-01-16T20:56:00.206240
2013-11-23T11:06:12
2013-11-23T11:06:12
null
0
0
null
null
null
null
UTF-8
C
false
false
33,634
c
/***************************************************************************** * ppp_oe.c - PPP Over Ethernet implementation for lwIP. * * Copyright (c) 2006 by Marc Boucher, Services Informatiques (MBSI) inc. * * The authors hereby grant permission to use, copy, modify, distribute, * and license this software and its ...
[ "sasikanth.v19@gmail.com" ]
sasikanth.v19@gmail.com
c27bdf63d2a72a737303b97f27029d4c0a712e54
f38704268cc3676fab6bf2bf264478951f877caf
/libft/ft_memcpy.c
7177e3ebe0806ef655ec4125296dbc52571b7f3b
[]
no_license
fwelpe/ft_ls
348f7d5c87e5e1394a63d8478653c14f22d9f271
d6235eb4af3b5ec82987cb711aea5a071cb2f8b9
refs/heads/master
2020-06-01T09:02:50.889775
2019-06-20T14:49:38
2019-06-20T14:49:38
190,724,446
0
0
null
null
null
null
UTF-8
C
false
false
1,206
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcpy.c :+: :+: :+: ...
[ "cdenys-a@il-i6.21-school.ru" ]
cdenys-a@il-i6.21-school.ru
dd88df5a4ed35c9e2268732eda078484d2398602
664a14b0998a94c1c5f2695a66c6452aaf6c2c49
/malware_via_email/malware_2185/ia32_pe/by_snowman.c
d0100bd1949c8fb597cebcbcf6e780f32016bd83
[]
no_license
xiaobo996/decompiler-subjects
2d8712a3ef0c031d2cf44b3e69ec8b03983cd366
d8d55ee11f095405aeb420fa982f260dd85b5831
refs/heads/master
2023-03-15T10:26:13.249349
2021-03-14T16:47:33
2021-03-14T16:47:33
null
0
0
null
null
null
null
UTF-8
C
false
false
851,364
c
struct s0 { signed char[15] pad15; signed char f15; signed char[45] pad61; signed char f61; }; struct s0* g40f030 = reinterpret_cast<struct s0*>(0x410d33); void** fun_401000(void** ecx, void** a2, void** a3, void** a4, int32_t a5, void** a6, int32_t a7, void** a8) { void** esi9; void** ebx10;...
[ "i-git-stone@rf.risimo.net" ]
i-git-stone@rf.risimo.net
3f29bc1c1e0d10b294198147041105f9504d4909
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R4/contrib/clients/NCSA/xds/gr_boss.c
8a14955582f82e593638a272b0e2954a6768c960
[]
no_license
yoya/x.org
4709089f97b1b48f7de2cfbeff1881c59ea1d28e
fb9e6d4bd0c880cfc674d4697322331fe39864d9
refs/heads/master
2023-08-08T02:00:51.277615
2023-07-25T14:05:05
2023-07-25T14:05:05
163,954,490
2
0
null
null
null
null
UTF-8
C
false
false
3,889
c
/* * National Center for SuperComputing Applications, University of Illinois * * This NCSA software product is public domain software. Permission * is hereby granted to do whatever you like with it. Should you wish * to make a contribution towards the production of this software, please * send us your comments a...
[ "yoya@awm.jp" ]
yoya@awm.jp
4d56c8c3e46533118f040e4c16eb23dda8993893
81abb8a29a95882fcd434990965832cb878264f1
/include/qfsolve_factor.h
1471e5002b7d7de2ac57e1e5861c7b1ce846ba35
[ "MIT" ]
permissive
seta-isogeny-encryption/seta
d03b969704c1ea611c94ef4f909bf429a2f58a66
e04b3aba08a95c0481a701f643110b8a270124b9
refs/heads/master
2023-05-06T21:37:58.334720
2021-05-27T12:50:48
2021-05-27T12:50:48
371,348,588
1
0
null
null
null
null
UTF-8
C
false
false
129
h
#ifndef QFSOLVE_FACTOR_H #define QFSOLVE_FACTOR_H #include <pari/pari.h> GEN qfsolve_factor(GEN G, GEN fact_det); #endif
[ "seta@github" ]
seta@github
1fbc8637d7e5ed6718f3b60e6f93351ba376ca47
bb94e93d8043b2ed13a3cb28602c7277cabd469b
/benchmarks/PolyBench/plain/FDTD-2D/fdtd2d_dawncc_kernel.c
cb793205f6b5608e1f4310c791aa22d1f75a27f1
[]
no_license
ruixueqingyang/OAO-Translator
a530283d0b17768034c67aff057840bfba85906e
5c1f4712d0229940876ca370cb9c413438d38456
refs/heads/master
2023-07-20T08:14:02.085747
2023-07-06T04:35:39
2023-07-06T04:35:39
248,197,145
3
1
null
null
null
null
UTF-8
C
false
false
8,679
c
/** * fdtd2d.c: This file was adapted from PolyBench/GPU 1.0 test suite * to run on GPU with OpenMP 4.0 pragmas and OpenCL driver. * * http://www.cse.ohio-state.edu/~pouchet/software/polybench/GPU * * Contacts: Marcio M Pereira <mpereira@ic.unicamp.br> * Rafael Cardoso F Sousa <rafael.cardoso@students....
[ "819083658@qq.com" ]
819083658@qq.com
88f24651ae0f4cdbe06fffd5bc01fa8edc6b5ad4
baf46dbdf13133cfce3d2bd247e198da2e36d19e
/Example/ios/Pods/Headers/Private/React/RCTTextAttributes.h
577213d3c06c2d2801b0c90bb15f407f004dc97a
[ "MIT" ]
permissive
theopolisme/react-native-stripe-terminal
cc12ada536805e065b7e9bb7b0c01e7b1556f4b2
f6c1a8c22d4b2740c7cdf50126478f348e3b3f05
refs/heads/master
2023-03-21T05:52:14.772725
2022-05-08T20:52:04
2022-05-08T20:52:04
178,419,943
60
74
MIT
2023-03-06T23:54:58
2019-03-29T14:24:50
Java
UTF-8
C
false
false
75
h
../../../../../node_modules/react-native/Libraries/Text/RCTTextAttributes.h
[ "theo@theopatt.com" ]
theo@theopatt.com
a063cc6a3039f0decbd6e3e67c725a10d423c9b5
b8d1af94721857a4fd988598b2c74b21f1d5163d
/graphics/src/lab1.c
d489c3cb081caf6c56bba7e793c4d1c51515ad8e
[]
no_license
tylermhansen/CS5310
5f1da90c6a8faf8612deb77b832a08c3e144b4fa
17d1617032fe97a426b2e3f5ee25f7618b5af95d
refs/heads/main
2023-08-24T05:40:21.430188
2021-10-12T02:38:03
2021-10-12T02:38:03
406,189,607
0
0
null
null
null
null
UTF-8
C
false
false
4,076
c
/* Author: Tyler Hansen CS5310 Graphcis @ Roux Institute, Fall 2021 ---- lab.c: A simple program that can be used to manipulate the contrast of a ppm image from the command line. */ #include <stdio.h> #include <stdlib.h> #include <math.h> #include "ppmIO.h" #define USECPP 0 int get_average_brightness(Pixel*...
[ "tyler.hansen@colby.edu" ]
tyler.hansen@colby.edu
f187b50965b3e3a29080d5b7a63cf7cbd49d745c
3817f002f826a922adc25dca70620cfafe2b7488
/ArmPkg/Library/BaseMemoryLibVstm/MemLibGuid.c
195c98cf6c135a67cb032b60814ee90616655e92
[ "BSD-2-Clause" ]
permissive
henar111/EDKII
ec0c53204e03fd6ab7ad4a29412e1b8f3ee3b1a7
7c52c29084251f2d483ae1423ddc4cbdd50fff38
refs/heads/master
2022-01-03T09:28:21.995846
2014-02-09T07:46:57
2014-02-09T07:46:57
null
0
0
null
null
null
null
UTF-8
C
false
false
3,777
c
/** @file Implementation of GUID functions. The following BaseMemoryLib instances contain the same copy of this file: BaseMemoryLib BaseMemoryLibMmx BaseMemoryLibSse2 BaseMemoryLibRepStr BaseMemoryLibOptDxe BaseMemoryLibOptPei PeiMemoryLib UefiMemoryLib Copyright (c) 2006 - 20...
[ "lalala0706@gmail.com" ]
lalala0706@gmail.com
b69a5e43acd4bdc0bb62558a1c22e18a41a79e2f
6e9cf4fdcf425234a49db1398fee3d870f77c14f
/serveur/src/rfc_player/put_ressource.c
96624b95be9e1e4d5804edff415a417c53450686
[]
no_license
JohnPreston/epitech-zappy
bd70a93d5700f6b9513d8e6cd0a844e4b6f2ec23
14acaa688be56b2698c97b59f0ce4d525ead5a63
refs/heads/master
2020-03-31T19:33:35.351278
2018-10-10T23:34:31
2018-10-10T23:34:31
152,502,645
0
0
null
null
null
null
UTF-8
C
false
false
1,934
c
/* ** put_ressource.c for zpy in /home/chen_b//zappy/serveur/src/rfc_player ** ** Made by laurent chen ** Login <chen_b@epitech.net> ** ** Started on Tue Jul 5 16:59:35 2011 laurent chen ** Last update Fri Jul 8 06:48:45 2011 john mille */ #include <stdlib.h> #include <stdio.h> #include <unistd.h> #include "zappy...
[ "john@ews-network.net" ]
john@ews-network.net
1a3756c2f6ff3a51ce55d0ac958003f2d7e93ed0
dc1516937e2a1adff7eac580a245d52225e0e03d
/dwrandomizer/common/sprites.h
aea68cb510147ea1a052646c9292cf85d6116420
[ "MIT" ]
permissive
mailboxhead2188/Practice
51b97c5975091bfe8b4be656b64cdb8ca9f56128
70be309ebd8ef36db788be8b8fd95ee6f8f97687
refs/heads/master
2023-01-28T18:50:50.671844
2021-02-15T05:18:16
2021-02-15T05:18:16
200,861,425
0
0
null
2023-01-19T14:25:19
2019-08-06T13:52:35
C
UTF-8
C
false
false
360
h
#ifndef DWRANDOMIZER_SPRITES_H #define DWRANDOMIZER_SPRITES_H #include <stdio.h> #include "dwr_types.h" #ifdef __cplusplus extern "C" { #endif extern const char * const dwr_sprite_names[]; void sprite(dw_rom *rom, const char *sprite_name); size_t sprite_count(); void noir_mode(dw_rom *rom); #ifdef __cplusplus } ...
[ "matthew.cortez@outlook.com" ]
matthew.cortez@outlook.com
cca0335ffbb02c4aff074aeb5147e5b9f2ebc075
6d1d70b4e60cd5502cd5af5b6b73227d595492f5
/driver/x86/driver/gpio.c
515f9959c90e7f4649f86a654ed6e46f300ed4a7
[]
no_license
GT-AcerZhang/PaddleOCR-CppDemo
5fcc7a766ea8a1173daf6b1816e3fc9f7fd63590
38ec539a4563bfbe6a242680140cfa2fe27d0fdb
refs/heads/main
2023-03-21T14:25:15.894678
2021-03-09T02:00:44
2021-03-09T02:00:44
345,852,370
0
0
null
2021-03-09T02:00:04
2021-03-09T02:00:04
null
UTF-8
C
false
false
1,964
c
#include <linux/delay.h> #include <linux/device.h> #include "bm_common.h" #include "gpio.h" #include "bm_irq.h" #include "bm1684/bm1684_irq.h" /*gpio register*/ #define GPIO_SWPORTA_DR 0x000 #define GPIO_SWPORTA_DDR 0x004 #define GPIO_SWPORTA_CTL 0x008 #define GPIO_INTEN 0x030 #define GPIO_INTMASK 0x034 ...
[ "anbaolei1984@163.com" ]
anbaolei1984@163.com
ac4325440b7a705ad671acb20808150199ac0422
d3c7279ad94aa744db0e1fbd2f5604e65cdfb743
/headers.h
e2e4928291c4b0f2e0c8f04cc7bbe0216f7aeb39
[]
no_license
Sangliers-Feroces/SULEYA-
7cdce4df02cf9a66ee795a11b61ced07423950d1
7024a91b8d94f6c224764dd22d6ca5a6da2bf39f
refs/heads/master
2022-01-06T20:01:51.905099
2019-05-31T12:50:17
2019-05-31T12:50:17
null
0
0
null
null
null
null
UTF-8
C
false
false
689
h
/* ** EPITECH PROJECT, 2018 ** __pretty_much_accurate__runner ** File description: ** random header stuff */ #ifndef _HEADERS_H #define _HEADERS_H #include <stdlib.h> #include <stdio.h> #include <stdint.h> #include <math.h> #include <time.h> #include <unistd.h> #include <SFML/Window.h> #include <SFML/Graphics.h> #in...
[ "adrien.lenglet3@gmail.com" ]
adrien.lenglet3@gmail.com
9cb3c1fd33d86d73a3ac42a174b7b6eda8d02ca1
0ac703d31ae7dbf9a0059c54217ae0b987ad5ff6
/C/4-11.c
f42e913dd01b7bcd458846626f3f27e3dac1da38
[]
no_license
Cee/c0738-Introduction-to-Computing-Systems
d5dcce25f443bd2f3bd3b1edce520e0c6d77df0c
bfcc7eaf74ea5f9d50b565398e101cb26ee4458a
refs/heads/master
2016-08-13T02:28:20.227822
2015-11-12T14:15:24
2015-11-12T14:15:24
null
0
0
null
null
null
null
UTF-8
C
false
false
142
c
#include <stdio.h> int main(){ int i,j,n; scanf("%d",&n); for (i=1;i<=n;i++){ for (j=1;j<=i;j++) printf("%d ",i); printf("\n"); } }
[ "cee@chu2byo.com" ]
cee@chu2byo.com
ab8333c4e1a8f1c60e35d00972006e27a27a5f64
9f2da392f7266031b2a240c80b17a3ea6afd15e0
/STM32 Code/ClassDesign20200611V03/HARDWARE/Motor.c
d1b3992e018ea81c9159593f95feeb2bbb3c2773
[]
no_license
Spring-Ltc/Curriculum-design-in-cqupt-V02
c85fa1db525c0d87d9c0d91e2a8d63917fe5520f
db4e5dc492514862b860a1ad8c28f6f9fab6108c
refs/heads/master
2022-11-07T03:25:30.275095
2020-06-23T06:38:17
2020-06-23T06:38:17
272,969,628
1
0
null
null
null
null
GB18030
C
false
false
1,615
c
#include "Motor.h" #include "delay.h" #define speed 2 //控制电机转速 u8 MotorState=close; //记录当前电机的状态 u16 Motor_Step=500; //步进电机脉冲数,控制开关角度 void MotorInit(void) { GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE); GPIO_InitStructure.GPIO_Pin = GPIO_Pin_6|GPIO_Pin_8...
[ "liao_tingchun@163.com" ]
liao_tingchun@163.com
f877f1b3bf06e13de6fd99d2321b59dbde57e918
93f635bbef282f8dcfbbfa682aec2c206e68f7b7
/beginner_level_and_uva/uva-10018-reverse and add.c
f38cc9ba1ccd0e3eaea73ffd71e0bc5d71ab1bfa
[]
no_license
Alimurrazi/Programming
6ba828ea15e640f70311fab33cce1a6e9190db45
cd4354616596d6c7865f4ccd835b1c0712f41c45
refs/heads/master
2023-08-01T14:23:31.342302
2021-09-14T03:53:50
2021-09-14T03:53:50
107,748,091
0
0
null
null
null
null
UTF-8
C
false
false
333
c
#include<stdio.h> int main() { long long a,b,n,m=0,c=0,s=0,count=0,k,i; while(scanf("%lld",&k)==1) { for(i=0;i<k;i++) { scanf("%lld",&n); count=0; while(1) { s=0,m=n; while(n!=0) { s=s*10+n%10; n=n/10; } if(s==m){ printf("%lld %lld\n",count,s); break; } count++; s=s+m; n=s; } } } ...
[ "alimurrazi570@gmail.com" ]
alimurrazi570@gmail.com
b7caea6d0faeee5b99289c1aac637188a87e858a
6b8140e3469e63948d938fffe8e72364eb08518b
/project_2_submission/project_2_3_4_5/Core.c
ec459a9b7748221d01ddf765262ffdb0fe800314
[]
no_license
dschmidt004/355-C-and-RISC-V-Architecture
fb2f574d747940c7487507252419230142354bc7
475a3b7e0f1c0b627a9bb192aa3125d5a758568b
refs/heads/main
2023-03-19T03:14:20.582225
2021-03-13T18:40:29
2021-03-13T18:40:29
347,449,717
0
0
null
null
null
null
UTF-8
C
false
false
8,071
c
#include "Core.h" // array to simulate RISC-V registers x0-x31 // array to simulate data memory as per assignment uint64_t values[32]; uint64_t mem[4] = {16,128,8,4}; Core *initCore(Instruction_Memory *i_mem) { Core *core = (Core *)malloc(sizeof(Core)); core->clk = 0; core->PC = 0; core-...
[ "noreply@github.com" ]
dschmidt004.noreply@github.com
84a1eff77abe6a713f3f50eaa89b29e24f987229
86a0bc3d7774e5072cee33f0e83cd2d38ea42c52
/cse101/array_search.c
b577ee212f5b1ad8e5957e18825baa24d3ad2541
[]
no_license
HIMANSHU-1107/cse_codes
01d252f4c7b51c994855f50dbffd145940116041
b19647623ca300ee0d49ce8804a59605cc4b1f11
refs/heads/main
2023-08-30T13:57:34.906253
2021-11-16T07:10:09
2021-11-16T07:10:09
428,525,530
0
0
null
null
null
null
UTF-8
C
false
false
574
c
#include<stdio.h> int main () { int size ,i; printf("enter the size of the array :"); scanf("%d",&size); int arr [size],loc,num; printf("\n enter the array elements:"); for (i=0; i<size; i++) { scanf("%d",&arr[i]); } printf("\nwhich number you want to find?:"); scanf("%d",&num); //l...
[ "noreply@github.com" ]
HIMANSHU-1107.noreply@github.com
effe6fd45949bb9747974638dd9d91471605abd3
57091f6b809027a73ab49ecf4931153c93701d6a
/linux/1fd1d44caf96ca464e1c1f19299d1f3e7558f6e5.c
79b0d57969cc86d4f5bd88336bdac52b5e6203f5
[ "Apache-2.0" ]
permissive
dvyukov/syzkaller-repros
660997cfa055d79a552bb9ebeda90b48e1599df3
026c8891a19e672bba71481be250080e1a302ed8
refs/heads/master
2022-06-01T18:03:25.480964
2022-05-16T07:36:42
2022-05-16T07:39:01
213,603,012
39
11
Apache-2.0
2022-05-16T07:39:02
2019-10-08T09:36:27
C
UTF-8
C
false
false
2,782
c
// general protection fault in scatterwalk_copychunks (2) // https://syzkaller.appspot.com/bug?id=1fd1d44caf96ca464e1c1f19299d1f3e7558f6e5 // status:fixed // autogenerated by syzkaller (http://github.com/google/syzkaller) #define _GNU_SOURCE #include <sys/syscall.h> #include <unistd.h> #include <stdint.h> #include <...
[ "dvyukov@google.com" ]
dvyukov@google.com
248cfea30f1f29ea71e76c9655122de3da08cb6a
8eb896c504f746e9bcba6b223212d2348c490ac4
/nrf_firmware/nRF5_SDK/components/softdevice/s332/headers/ant_parameters.h
4848c2360a25b470c576df26ace31a69d5bfbd9f
[]
no_license
psettle/MissMoose
7a53faa6387a7cb3477920e9149a5c53b3617426
c66bf2bcd1739ee38d8f4d9f2a794dfc0c82b774
refs/heads/master
2020-06-05T00:41:06.647227
2019-06-19T02:47:15
2019-06-19T02:47:15
192,253,631
1
0
null
null
null
null
UTF-8
C
false
false
61,637
h
/** Copyright 2016 by Garmin Ltd. or its subsidiaries. All rights reserved. Use of this Software is limited and subject to the ANT SoftDevice License Agreement. The Agreement accompanies the Software in the root directory of the .zip file containing this Software. **/ #ifndef ANT_PARAMETERS_H__ #define ANT_PARAMETERS...
[ "patricksettle@hotmail.com" ]
patricksettle@hotmail.com
214fd62382469490e7f76e8e50bb266ecda9690e
556b467b0e31835de656c71a8f4e0bfd4acb7442
/daemon/condition/drunk.c
d01cb7d9b76095ecbfc6697a3ecc341bc2362723
[]
no_license
afeizh/txmud
a4a48cb663eccfdf5aa0b951d34e93437a17c9fa
717c8ef173bff8abe27e00fb8dc150cbf02b3c3a
refs/heads/main
2023-08-07T20:33:48.154233
2021-09-16T15:34:37
2021-09-16T15:34:37
null
0
0
null
null
null
null
GB18030
C
false
false
847
c
// drunk.c #include <condition.h> inherit F_CLEAN_UP; int update_condition(object me, int duration) { int limit = 50, kee = me->query("kee"); if( limit >= kee ) { me->unconcious(); return CND_STOP; } else if( !living(me) ) { message_vision("$N打了个隔,不过依然烂醉如泥。\n", me); } else if( kee >= limit*4 ) { tell_ob...
[ "i@Mud.ren" ]
i@Mud.ren
a559b4cda6789fc8c28bf961fa9457aa92084893
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/darwin-xnu/bsd/kern/extr_ubc_subr.c_csvnode_print_debug.c
147735c103a5e39f3be19e4ae9beb763efbdf7b9
[]
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,827
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
a1160be7c37debec273b420aea845586692b63d1
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/ds/security/cryptoapi/pki/activex/capicom/debug.h
6c678fdcb8237958e4e981403771b07fdd296df1
[]
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
1,510
h
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Microsoft Windows, Copyright (C) Microsoft Corporation, 2000 File: Debug.h Content: Global debug facilities. History: 11-15-99 dsie created ------------------------------------------------------------------...
[ "112426112@qq.com" ]
112426112@qq.com
2c38a7f9f300d4aa7f62feb636fc4396ec11b052
46cd964a4c176c296711a8406f42adf7fe8d85f1
/test/test_performance.c
83d3a235d5ec6b90421a9d022f5c37c8ba874ef3
[ "BSD-2-Clause" ]
permissive
i25ffz/openaes
17f6108c261a4db1a6833407d2523c4bb55c0ed0
a0dbde40d4ce0e4186ea14c4dc9519fe152c018c
refs/heads/master
2021-06-09T22:11:38.024481
2016-09-30T10:02:09
2016-09-30T10:02:09
19,277,300
0
0
null
null
null
null
UTF-8
C
false
false
5,730
c
/* * --------------------------------------------------------------------------- * OpenAES License * --------------------------------------------------------------------------- * Copyright (c) 2012, Nabil S. Al Ramli, www.nalramli.com * All rights reserved. * * Redistribution and use in source and binary forms...
[ "i25ffz@hotmail.com" ]
i25ffz@hotmail.com
db4af4b564fb681e28e5c94b6a2a4119552f55e3
7aa75215614411567b89382cd79e076b3360b654
/.history/tpfinal-estructuras1/libs/shell_20201209213221.c
bbbfc039a406b01b48e68b6175922090f2a9a16c
[ "Apache-2.0" ]
permissive
IgnacioKase/estructura-datos-1
7060173b2ddb7853bd68f199bd3b39048242c482
2a0be56a6546a214c011ccc38774b7625885cfd5
refs/heads/master
2021-04-17T11:29:00.419081
2020-12-10T02:06:21
2020-12-10T02:06:21
249,441,692
0
0
null
null
null
null
UTF-8
C
false
false
17,196
c
#include "shell.h" /* Funcion auxiliar para obtener comando*/ Command match_command(const char* comando) { if (!strcmp(comando, "cargar_dataset")) return CARGAR_DATASET; if (!strcmp(comando, "imprimir_dataset")) return IMPRIMIR_DATASET; if (!strcmp(comando, "agregar_registro")) retu...
[ "ignacio@kasevich.com.ar" ]
ignacio@kasevich.com.ar
bd9b7bcd879f9fb3aec7f78ac07105cff639d987
5a135c98f66400b69285be09b1aa6fa2e0804b98
/src/model/text.h
ea7f4b39d96c7a21447d98ac0fe13508fa805a77
[]
no_license
lbrugnara/gkit
5a8c3a1827a49d21c23e64cbabc3d741dac8f881
cbe96427daaac83cc68ad00c3fc4a0942467d406
refs/heads/master
2022-03-27T22:21:58.007548
2020-01-30T19:51:17
2020-01-30T19:51:17
201,688,250
0
0
null
null
null
null
UTF-8
C
false
false
1,168
h
#ifndef GKIT_MODEL_TEXT_H #define GKIT_MODEL_TEXT_H #include <stdbool.h> #include "element.h" typedef struct GKitElementText* GKitElementText; /* * Function: gkit_text_create * Creates a new <struct GKitElementText> object * * Parameters: * None. * * Returns: * <GKitElementText> - Text object * */ GKitE...
[ "leobr6@gmail.com" ]
leobr6@gmail.com
2fdc49911e757fa4f332a46c7724229dd1f41763
fcdf2b9fcf2ec4ae9086180811c52eebf86f5018
/processes/my-evil.c
3ced0a37899dc9b3b6c09b3b5dc3214af8f47e98
[]
no_license
Ericdodou/110
912b6e25f66e5d16feaebb1ada7e30927c0a0ed5
f0acedc0900b1bde479cac881a7cba2334c1c65c
refs/heads/master
2021-01-11T01:44:53.167110
2016-10-16T10:47:19
2016-10-16T10:47:19
70,670,858
0
0
null
null
null
null
UTF-8
C
false
false
451
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <stdbool.h> #include <sys/wait.h> int main(int argc, char *argv[]) { for (int i = 0; i < 8; i++) { if (fork() == 0) { exit(110 + i); } } int status; while (1) { pid_t pid = waitpid(-1 , &status, 0); if (WIFEXITED(sta...
[ "sqiang@yen5.stanford.edu" ]
sqiang@yen5.stanford.edu
df6805d918f52967524ce77a00e3d93fa7e55d7f
4128df94bb2158e15b426de3fd92568e5ffd3761
/Year 1/Computer Programmming/prg08.c
7e269543a45fb47846a174155b38b12999db976c
[]
no_license
Mohammed-Shoaib/College_Assignmets
b002219d5df90d8c952d7026264023865ef2a8f7
e30fd371049aa3d0faaee78f2965c9dc36b29027
refs/heads/main
2023-02-25T00:23:27.597769
2021-02-02T14:37:43
2021-02-02T14:37:43
335,420,222
0
0
null
2021-02-02T20:52:33
2021-02-02T20:52:32
null
UTF-8
C
false
false
273
c
// #include<stdio.h> main() { int num,i,flag; flag=0; printf("Enter the number\n"); scanf ("%d", &num); for(i=2;i<(num/2);i++) if (num%i==0) { flag=1; break; } if (flag==1) printf("The number is not prime\n"); else printf("The number is prime\n"); }
[ "23437686+shreym03@users.noreply.github.com" ]
23437686+shreym03@users.noreply.github.com
86b3cfc64a4aea4c547a1faab1a02f197885a0f0
40fbdff4f3423e9f21c08226d84633181f46d4d2
/Curs/server.c
ac5411691ee1eaaed65bdc9d2af38c7f2eb883b7
[]
no_license
mixberry00/langC
a24d65dec2c76c3f19de87d783a49723eedb17e7
f77b8dfe73f661189383a1267fd9dc00a33ade00
refs/heads/master
2020-08-09T16:33:12.286156
2020-01-21T15:33:19
2020-01-21T15:33:19
214,124,190
0
0
null
null
null
null
UTF-8
C
false
false
14,692
c
#include <stdio.h> /* for printf() and fprintf() */ #include <sys/socket.h> /* for socket() and bind() */ #include <arpa/inet.h> /* for sockaddr_in */ #include <stdlib.h> /* for atoi() and exit() */ #include <string.h> /* for memset() */ #include <unistd.h> /* for close() */ #include <pthread.h> /* f...
[ "keriokea@gmail.com" ]
keriokea@gmail.com
e9e1eecee95dbec275cc678c148aabd2475ac52a
9545bdc9799853ebabeb946dac23d369a866ec7b
/forePid.h
0904d6cd37641773c86e4f65456379779a992121
[ "MIT" ]
permissive
baislsl/myShell
079a05c36d59e7bfb8cb79834162bab8a8ab8474
81bf02b6868e80f439c82e71e524f9d1f50e3b69
refs/heads/master
2021-01-01T16:52:31.719682
2017-08-05T11:50:56
2017-08-05T11:50:56
97,938,126
0
0
null
null
null
null
UTF-8
C
false
false
255
h
// // Created by baislsl on 17-8-3. // #ifndef MYSHELL_FOREPID_H #define MYSHELL_FOREPID_H #include <fcntl.h> int foregroundWait(pid_t pid); void sig_tstp(int signal); void sig_quit(int signal); void sig_int(int signal); #endif //MYSHELL_FOREPID_H
[ "baislsl666@gmail.com" ]
baislsl666@gmail.com
b1233046023dd6ba9c45d42316cedcfb50a5fff7
61150fbeb901601d598d62d50ec10873ae9ace6a
/mylib/setup_client.c
b53eefce3064f36a1243a72a0166e765b0795bd2
[]
no_license
KoiShin/rokumoku
66eea99435ef2d9c629eb4c3293db92f1a3a945e
43ea364c2e6a78437055318a35921c6df8097e50
refs/heads/master
2020-12-03T09:24:53.287535
2017-06-28T02:21:43
2017-06-28T02:21:43
95,620,070
0
0
null
2017-06-28T02:22:58
2017-06-28T02:22:58
null
UTF-8
C
false
false
827
c
#include "mylib.h" int setup_client(char *hostname, in_port_t port) { struct hostent *server_ent; struct sockaddr_in server; int soc; // char hostname[] = "ayu019.l.nagano-nct.ac.jp"; // hostname -A if ((server_ent = gethostbyname(hostname)) == NULL) { perror("gethostbyname"); retu...
[ "mnfeconicu41@gmail.com" ]
mnfeconicu41@gmail.com
2c38c9fe502d59584337cefe8fcd8f3d9194e101
2a630cdbd928fd89fc0245be7325023a4b05a72d
/Switch.c
197af80317b6fe3eb2959d2bfc21fbd7c72dcd44
[]
no_license
juanpaez22/MixBot3000
7b8781c391c6b7064e74b044b386390f0e383895
5d84375b45ceca0ca8a8cab1c69feeb942090acc
refs/heads/master
2022-11-06T01:27:17.222028
2020-06-14T19:34:25
2020-06-14T19:34:25
272,269,920
0
0
null
null
null
null
UTF-8
C
false
false
1,705
c
// Switch.c // Juan, Zach, Mithilesh, Jungjoon // TA: Bhagawat Vinay // Date Created: 2/11/2020 // Last Modified: 4/10/2020 // EE 445L Lab 11 // Runs on TM4C123 // Library for simple switch and pot control interface. #include <stdbool.h> #include "Switch.h" #include "../inc/LaunchPad.h" #include "../inc/AD...
[ "noreply@github.com" ]
juanpaez22.noreply@github.com
f50ed79a470c2ebef307ebbe766a408783b4ce5b
87944e49b1b2600a2eef9e48269808f4b1fbfba9
/src/parsing/free_game_info.c
5a6a55e5802b59d60777fada0bc772c6a7ff8aae
[]
no_license
briangtn/epitech_rpg
9de70546c799035bd9caf3e608ab78f1f8964c14
7320bd1c37179e0b66bc514bc6fc8ee985aa726b
refs/heads/master
2020-03-20T14:21:29.575963
2018-06-15T12:10:46
2018-06-15T12:10:46
137,483,075
1
1
null
null
null
null
UTF-8
C
false
false
1,671
c
/* ** EPITECH PROJECT, 2017 ** my_rpg ** File description: ** every function in relation with freeing game_info struct and children */ #include "my.h" #include "parsing.h" void free_loot(loot_info_t **loot) { int i = 0; while (loot[i] != NULL) i++; i--; while (i >= 0) { if (loot[i]->event != NULL && loot[i]-...
[ "jules.bulteau@epitech.eu" ]
jules.bulteau@epitech.eu
166c7a7ade7749190091adfd5db03ad23e3a341b
d4388b9d0b1e5e1701127d525710d68d0182d76c
/netlib/LAPACKE/lapacke_sgeevx.c
77c18a1049de6ab96bebf15a23a7f2ec8bc84f58
[ "BSD-3-Clause-Open-MPI" ]
permissive
DemiMarie/netlib-java
323b9addc62dd78189f099024e60f400651d04d4
15766cfaf8001fa5af7da843fd7cfe5202a5c536
refs/heads/master
2021-01-21T09:56:13.827454
2020-11-20T17:28:50
2020-11-20T17:28:50
83,354,276
0
0
NOASSERTION
2020-11-20T17:28:51
2017-02-27T20:37:20
Fortran
UTF-8
C
false
false
4,414
c
/***************************************************************************** Copyright (c) 2011, Intel Corp. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source cod...
[ "sam.halliday@gmail.com" ]
sam.halliday@gmail.com
2f2f8d2602e3e87a2aa4610e1a7d0d279438b6a0
6efbe01149b372d75578e48cfadcd4fd66ff7390
/mydroid/external/wpa_supplicant_8/src/ap/ap_drv_ops.h
0a1cead223a890800774ab25cacb2792bb41cdeb
[ "BSD-3-Clause" ]
permissive
igor14936/android_kernel_me302kl
dbfc84c7547e5da8e23cc55e6b3b6ec6f05417a5
16b8f9a1563efc8949ae91ad999c8120ae40535b
refs/heads/master
2021-01-17T04:46:31.255195
2014-09-12T21:41:31
2014-09-12T21:41:31
31,055,717
0
2
null
2020-03-07T10:21:21
2015-02-20T07:58:36
C
UTF-8
C
false
false
8,112
h
/* * hostapd - Driver operations * Copyright (c) 2009, Jouni Malinen <j@w1.fi> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #ifndef AP_DRV_OPS #define AP_DRV_OPS enum wpa_driver_if_type; struct wpa_bss_params; struct wpa_driver_scan_params; struct ie...
[ "otsihdosihpor@gmail.com" ]
otsihdosihpor@gmail.com
03664f0e628a77d5ab7258d02fd4ff0e924cffaf
3db3733f910e1e7fd35522b349366296db16e990
/src/sample/src/Src/objdef.h
aca0ac03d40e32339cf2395175a81698440ad184
[]
no_license
JoschkaR/RZT1_EC_CoE_CiA402_Slave
619694d863e32467db9796da4771b4c29c6a011e
abe3887d9cbc35e12a3f7e56314e2453b7db3663
refs/heads/main
2023-06-16T21:17:20.678203
2021-07-10T09:54:43
2021-07-10T09:54:43
383,696,567
1
0
null
null
null
null
UTF-8
C
false
false
14,745
h
/* * This source file is part of the EtherCAT Slave Stack Code licensed by Beckhoff Automation GmbH & Co KG, 33415 Verl, Germany. * The corresponding license agreement applies. This hint shall not be removed. */ /** * \addtogroup CoE CAN Application Profile over EtherCAT * @{ */ /** \file objdef.h \author Ethercat...
[ "joschkaranderath@gmail.com" ]
joschkaranderath@gmail.com
462c41571d790821f4f22fc82878212f0e0b506a
28bd03c256eebeeaddb6fe9eb0e71b6dc167be48
/1355/script_rel/train_robbery1_intro.c
6a880fd8e1b6b89eff6d461b8a0c6e58396febe0
[]
no_license
Larisho/RDR3-Decompiled-Scripts
c82d1d31b21cd65d074f5382021579d5e08c0614
29a8b449613beaba232a47ffba7a394e0af66077
refs/heads/main
2023-06-17T05:39:24.102078
2021-07-14T10:34:34
2021-07-14T10:34:34
null
0
0
null
null
null
null
UTF-8
C
false
false
611,663
c
#region Local Var var uLocal_0 = 0; var uLocal_1 = 0; var uLocal_2 = 0; var uLocal_3 = 0; var uLocal_4 = 0; var uLocal_5 = 0; var uLocal_6 = 0; float fLocal_7 = 0f; float fLocal_8 = 0f; var uLocal_9 = 0; var uLocal_10 = 0; var uLocal_11 = 0; var uLocal_12 = 0; var uLocal_13 = 0; int iLocal_14[2] = { 0, 0...
[ "kepmehzde@gmail.com" ]
kepmehzde@gmail.com
da5d212edc36ddcf527095d3f3008ff3fa015f9c
1ad4dd5261a185f3cf92d7fd3226de28679747c5
/kernel/drivers/md/dm-verity-fec.h
bb31ce87a933b80d11140f31607f804ff81d209a
[ "Linux-syscall-note", "GPL-2.0-only", "MIT" ]
permissive
oslab-swrc/libmpk
b30c8fa2eea834a8ab441fdd9f7789296781ec17
a0b20ab8819d60d22d2a90f0d54eccae40ae6b05
refs/heads/master
2022-05-01T01:36:07.491532
2022-03-18T05:44:14
2022-03-18T05:44:14
223,290,854
0
0
MIT
2019-11-22T00:30:13
2019-11-22T00:30:12
null
UTF-8
C
false
false
4,519
h
/* * Copyright (C) 2015 Google, Inc. * * Author: Sami Tolvanen <samitolvanen@google.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your opt...
[ "spark720@gatech.edu" ]
spark720@gatech.edu
6a1f2710fd76b8996dfc9d655d1b61bd39a79ec6
bfc84695ee46407410bd23c46850681deb6d1cbf
/lib/my_sscanf.c
2e0c78c87656cec2f56e269e6b222c34a6e49bee
[]
no_license
Albert-Corson/tetris
846186651aadb07ea2aad60276f678f22d6da903
4820b7751b864673241a95b61a25a5acbad712b4
refs/heads/master
2020-05-23T04:04:38.003737
2019-05-14T14:56:43
2019-05-14T14:56:43
186,629,046
0
0
null
null
null
null
UTF-8
C
false
false
771
c
/* ** EPITECH PROJECT, 2019 ** MUL_my_rpg_2018 ** File description: ** my_vsscanf */ #include "my.h" int my_scan(char const *format, char const **str, va_list ap); int my_vsscanf(const char *str, const char *format, va_list ap) { int status = 0; while (status != -1 && *format) { if (*format == '%' &...
[ "albert.corson@epitech.eu" ]
albert.corson@epitech.eu
fe15f2de5e438e6f98929b2b75b0068c54b5abd8
7eae47184e463a9a049116050e92fcc1dd671395
/rush03/ex00/ft_print.c
b389d93ddf16714e999640ef11390393e4be2ae5
[]
no_license
eserilev/42
15cc2a4e03d809ec72d25e7d8b7c8334e27e8b63
4710cff181d7ca92c9089ac17a10783c0ef55d7f
refs/heads/master
2020-04-17T09:05:18.598384
2016-09-01T21:31:42
2016-09-01T21:31:42
67,167,705
0
1
null
null
null
null
UTF-8
C
false
false
1,205
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_print.c :+: :+: :+: ...
[ "eseri-le@e1z1r3p19.42.us.org" ]
eseri-le@e1z1r3p19.42.us.org
a5584c926d604d3622d894de4268b4f099fb4e96
9049e26bb7d2e8f6724c1ba81e73a8a8bc6840f3
/StartHome.c
5e36ce6f698f642548278614d74b26ffc8090005
[]
no_license
Ustinian949/Gluttonous_Snake
7b05faa2484654ebe02a3efd279c443a5e50a5f4
d9bbb7f1b42afc7f60c6a5eb9ce133140ada1faf
refs/heads/main
2023-01-12T11:44:22.294869
2020-11-10T09:03:33
2020-11-10T09:03:33
311,519,238
0
0
null
null
null
null
GB18030
C
false
false
1,145
c
# include <stdio.h> # include <stdlib.h> # include <conio.h> // _getch() # include "StartHome.h" // 播放音乐用到 # include "resource.h" // 用到资源文件 # include <windows.h> # include <MMSystem.h> # pragma comment(lib,"winmm.lib") // 首页 void Home(void) { printf("\n\n"); printf("\t <HI, 铁子们,欢迎进入大蛇丸的世界>\n\n"); printf("\t ...
[ "454448126@qq,com" ]
454448126@qq,com
b043fb17f324d3f5e49280581541ee1bd0cec403
87eb2cd82ea5b617f359989a95589db76fd1d812
/archive/master/v0.0.4-347-g41810b8/atlys/net/lm32/logs/version_data.c
3cf3a58d0424a0c9d410edb81b42c01e12ef089c
[ "MIT", "BSD-2-Clause" ]
permissive
timvideos/HDMI2USB-firmware-prebuilt
d6872785c7b97d5a1a2fe3418458824d944c3f37
bf8ee7bf8ec3569980b02ab39c9700bf4b9ce5a9
refs/heads/master
2023-05-04T14:30:57.741336
2020-01-30T16:52:41
2020-01-30T16:52:41
11,761,544
9
14
null
2018-04-27T21:25:04
2013-07-30T09:33:09
Verilog
UTF-8
C
false
false
440
c
#ifndef PLATFORM_ATLYS #error "Version mismatch - PLATFORM_ATLYS not defined!" #endif const char* board = "atlys"; #ifndef TARGET_NET #error "Version mismatch - TARGET_NET not defined!" #endif const char* target = "net"; const char* git_commit = "41810b844f81a24a87073a5ee6b9adba416684c8"; const char* git_branch = "m...
[ "robot@timvideos.us" ]
robot@timvideos.us
662ff608ddcd6d132a5df28f4c8a044c618cd2a9
5e25930b7b2c9b92db2f55508cb1ed92e37a475a
/chapter_7_Arrays/quiz.c
ca2131e485494b023dccb2bcac400c8bfcaf664a
[]
no_license
sumanmalakar/C_lang
646ee94c447bbfb93f3f8b6ebdc7de43427fa3c7
75d9d595dcc5592e44642545addc9cde72002557
refs/heads/main
2023-08-16T13:42:39.610294
2021-10-04T08:17:51
2021-10-04T08:17:51
411,627,115
1
0
null
null
null
null
UTF-8
C
false
false
552
c
#include<stdio.h> //Create a 2-d array by taking input from the user. Write a display function to print the content of this 2-d array in the screen void display(int a[2][2]); int main(){ int a[2][2], i,j; for(i=0; i<=1; i++){ for(j=0; j<=1; j++){ printf("Enter the element of array\t"); scanf("%d", &a[i][j]...
[ "malakars041@gmail.com" ]
malakars041@gmail.com
e527bdbbb78845c8c31d0a8d58adde8d4e29a49a
6e8575482197eb443e9c05c51158736c350d570b
/ports/espressif/boards/m5stack_stick_c/board.c
bbc04470566d0218f078185a11f187f112a944c0
[ "GPL-1.0-or-later", "MIT" ]
permissive
dmopalmer/circuitpython
30300f9a5e40478eb43ca4659867c2aa3f57bf4c
6fdaa78245ed0e916c9bc354e12e0215385a8083
refs/heads/main
2023-03-18T10:54:31.987756
2023-01-11T01:09:59
2023-01-11T01:09:59
587,583,253
0
0
MIT
2023-01-11T04:51:23
2023-01-11T04:51:22
null
UTF-8
C
false
false
10,465
c
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2023 CDarius * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software ...
[ "dcammi@gmail.com" ]
dcammi@gmail.com
db5a88f33b42533bd142a657d67942e29a2ef971
89dbc6ceab3e4e43aeaf0a5a5517b63fcf0c1c39
/addons/ODE/source/IoODEJointGroup.h
c84726e2753bdf2998692f2cbb19c6d9fe9ebb8f
[]
no_license
fredreichbier/io
e3dd55d957e96d2fd5292db2c680d511c7f36617
299956aaf6ab035865e955d849367ef4eeb8c009
refs/heads/master
2021-01-18T08:50:23.962379
2009-04-11T00:18:06
2009-04-11T00:18:06
97,877
4
0
null
null
null
null
UTF-8
C
false
false
1,773
h
/* copyright: Jonathan Wright, 2006 * All rights reserved. See _BSDLicense.txt. */ #ifndef IOODEJointGroup_DEFINED #define IOODEJointGroup_DEFINED 1 #include "IoObject.h" #include "IoODEJointGroup_typedef.h" #include "IoODEJoint_typedef.h" #include "IoNumber.h" #include "IoODEWorld.h" #include <ode/ode.h> typ...
[ "steve@dekorte.com" ]
steve@dekorte.com
4dac55474fdc3b3d9e8883a425a439c03ca00fba
9c505af5bbeb4497ab81783bce14ce9fc513a6aa
/apps/esp8266/capability_example/main/caps_formaldehydeMeasurement.c
b85456f74b8e47356ce77d41a993355ddb298d07
[ "Apache-2.0" ]
permissive
mituanzi/st-device-sdk-c-ref
bcdb921e104b4da79a4dd6365fbc677836d8815e
d5f6ec612e54f124ce354c2d63eed33b48bf8aad
refs/heads/master
2022-11-13T16:59:02.046470
2020-06-23T01:38:35
2020-06-23T01:38:35
null
0
0
null
null
null
null
UTF-8
C
false
false
4,574
c
/* *************************************************************************** * * Copyright 2019-2020 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Lice...
[ "hyun-do.lee@samsung.com" ]
hyun-do.lee@samsung.com
115642bef9d0bad2a47fb47beff57dbc861dfe34
813fc9070c3749797b53306af72c52bb3def491f
/iup/src/android/iupandroid_dialog.c
8c32d400cfb474adf92615e93ed60be575f590bb
[ "MIT" ]
permissive
hermixy/IupNext
51fab7d1d68f3812f785ddfb48b4aafb3cda5304
1dab127167515dde00d2015c72af9084ec87602f
refs/heads/master
2023-08-27T20:48:44.296489
2021-10-12T19:10:13
2021-10-12T19:10:13
null
0
0
null
null
null
null
UTF-8
C
false
false
17,461
c
/** \file * \brief IupDialog class * * See Copyright Notice in "iup.h" */ #include <stdlib.h> #include <stdio.h> #include <string.h> #include <memory.h> #include <stdarg.h> #include <limits.h> #include <time.h> #include <stdint.h> #include "iup.h" #include "iupcbs.h" #include "iup_class.h" #include "iup_object...
[ "scuri@2f08bc20-984a-4df8-b195-9b5d5d477537" ]
scuri@2f08bc20-984a-4df8-b195-9b5d5d477537
837b8260146795314fd8d169aaaace6bde101568
5912119aa35f1cea00a6d874e9426d719b70bba0
/STM32 programmes/F103 C8T6/HARDWARE/KEY/key.c
5488bd60e81c91152146725799fcd4966a40c8dc
[]
no_license
penguinGOD/MCU-code
952c9573e7074e3d82fa3975a791c959f672a13d
208dd3a64921bfd561c3b7040b223f9ae581aacb
refs/heads/master
2021-05-19T04:46:14.911767
2020-03-31T08:24:07
2020-03-31T08:24:07
251,534,073
0
0
null
null
null
null
GB18030
C
false
false
1,198
c
#include "stm32f10x.h" #include "sys.h" #include "delay.h" #include "key.h" //PC13 LED初始化 void LEDInit() //PC13 { GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC,ENABLE); GPIO_InitStructure.GPIO_Mode=GPIO_Mode_Out_PP; GPIO_InitStructure.GPIO_Pin=GPIO_Pin_13; GPIO_In...
[ "48117135+penguinGOD@users.noreply.github.com" ]
48117135+penguinGOD@users.noreply.github.com
73a6c7fad1c66888afdb8f2f600a9d281d77813c
c727d8c505eca3fc9b441c4a47c7933bdde9309f
/src/error.c
809eaab80af2a39018b3ea75e656a5858377e899
[]
no_license
ABoredComputerEngineer/kilo
3560879613cbaedd7345b6e66f2797607cdf6efe
c0a3b304e7eef60abbfb425a26e6adaeeed2acf2
refs/heads/master
2021-06-26T23:01:35.649657
2020-10-01T08:04:58
2020-10-01T08:04:58
150,197,349
0
1
null
2020-10-01T08:05:00
2018-09-25T02:38:55
C
UTF-8
C
false
false
2,465
c
#include <gnu/libc-version.h> #include "error.h" extern void disable_raw_mode(void); #define exit(x) ( disable_raw_mode(), exit(x) ) static void terminate(bool useExit2){ char *s; s = getenv("EF_DUMPCORE"); if ( s && *s != '\0' ){ abort(); } else if ( useExit2 ){ _exit(EXIT_FAILU...
[ "maharjan291@gmail.com" ]
maharjan291@gmail.com
83e50f9ae8b967668a49845cf166a76242306919
1dd44108e197e3fc8e088669be4f238ffa249140
/FWlib/USB_MASS_Storage/Mass_Storage/hw_config.h
55c95e00b46425aa3b6bdbdec3682892921c77f5
[]
no_license
cxmmeg/STM32F103_BOOT_USB_AES
6145427eef0641f0fdd6c52fe349a71eed3c9f28
2a822651c93af0f37c0ccac5b5da99c1cfaa525b
refs/heads/master
2021-06-06T10:52:05.504876
2016-01-12T08:13:34
2016-01-12T08:13:34
null
0
0
null
null
null
null
UTF-8
C
false
false
2,382
h
/** ****************************************************************************** * @file hw_config.h * @author MCD Application Team * @version V4.0.0 * @date 21-January-2013 * @brief Hardware Configuration & Setup ****************************************************************************** ...
[ "290855352@qq.com" ]
290855352@qq.com
09d74212e928a9d61ef19fea2a7e387d59f5e7e1
73f8df7fbb92ad99f01e30d5601dd2095fed9186
/src/recurrence.h
1c85ed9f88f14bac971a9ebeda9d3a5e8486234d
[]
no_license
hermetique/eq
5e8f6087a0e95727c7944d51420dd9589731f894
25829c130192ca1f36921a04462b3a24d1a68084
refs/heads/master
2022-04-04T12:21:56.113580
2020-02-28T21:27:53
2020-02-28T21:27:53
null
0
0
null
null
null
null
UTF-8
C
false
false
1,337
h
/* Copyright (c) 2011,2012 Artem Shinkarov <artyom.shinkaroff@gmail.com> Pavel Zaichenkov <zaichenkov@gmail.com> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear...
[ "zaichenkov@gmail.com" ]
zaichenkov@gmail.com
a86af636e3d2aabb51c3d2cfa883deb24eba0687
ed3c5f127bc3a744354f506b11704f604f1085e6
/benchmark/machin-like-epiphany/main.c
171e7fd0c1da7fd33a4caadba129e0a33f351cc4
[ "MIT" ]
permissive
nkcr/parallella-computing
fb0236c39a0337a01d33fe66ffbaa4616948b3fa
5a3efd724320aaf83a78bc80f4bd57acc4d34724
refs/heads/master
2021-01-21T13:37:03.474168
2016-05-17T18:06:48
2016-05-17T18:06:48
43,015,743
3
3
null
2016-01-11T08:39:08
2015-09-23T17:20:11
C
UTF-8
C
false
false
3,770
c
/* * Author: Noémien Kocher * Date: january 2016 * Licence: MIT * Purpose: * Computes an approximation of PI using machin-like formula. */ #include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> /* memset */ #include <e-hal.h> // Epiphany Hardware Abstraction Layer //...
[ "nkcr.je@gmail.com" ]
nkcr.je@gmail.com
07277ba4743b84fd48aa7163098fd44e9264decd
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/fastsocket/kernel/drivers/scsi/libsas/extr_sas_expander.c_smp_task_done.c
a3e813e6e49768bb8ad9c429b6a2d07ae32a58e5
[]
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
831
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
0761b2c735adcbf12454494537f1f9a99acb383b
fae6a2cd38916b457bf65f589624dd8eca82a39b
/prog/hopper.c
a1cebeb4bb73d800f5565f2e7b6d94243f194aea
[]
no_license
suprovich82/DevClub
0c6c5dfa900516b0476ec52db1963287785b4b4e
ddf87127facfc92f1deaccd5cc036ac8f9e10602
refs/heads/master
2021-07-02T20:41:51.044795
2020-09-30T20:00:20
2020-09-30T20:00:20
170,521,483
0
0
null
null
null
null
UTF-8
C
false
false
4,671
c
#include <stdio.h> // int fibonacci(int limit, n) { // if ( n >= 0 && n < 2 ) { // return n; // } else if ( n < 0 ) { // return fibonacci(n+2) - fibonacci(n+1); // } else { // return fibonacci(n-1) + fibonacci(n-2); // } // } int main() { int maxJump; int ...
[ "suprovich82@gmail.com" ]
suprovich82@gmail.com
9881fc3bb7a7f4ec1c7a54d59bfe9df1b98433e2
3db023edb0af1dcf8a1da83434d219c3a96362ba
/windows_nt_3_5_source_code/NT-782/PRIVATE/NTOS/NTHALS/HALTYNE/MIPS/XXCLOCK.C
551450c83f70c561f2261881450d3141dd5d9d8b
[]
no_license
xiaoqgao/windows_nt_3_5_source_code
de30e9b95856bc09469d4008d76191f94379c884
d2894c9125ff1c14028435ed1b21164f6b2b871a
refs/heads/master
2022-12-23T17:58:33.768209
2020-09-28T20:20:18
2020-09-28T20:20:18
null
0
0
null
null
null
null
UTF-8
C
false
false
3,855
c
/*++ Copyright (c) 1994 Microsoft Corporation Module Name: xxclock.c Abstract: This module implements the function necesssary to change the clock interrupt rate. Author: David N. Cutler (davec) 7-Feb-1994 Environment: Kernel mode only. Revision History: --*/ #...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
396759cf2ef26087534bf49cffdd982a99a5cc91
224cce9a01022d9194533c89c395c5c6cd056a0b
/wearable/Freescale/Freescale_MQX_4_1/mqx/source/io/enet/atheros_wifi/common_src/api_interface/api_init.c
0888f2a17e546784a1f3b108ef80f68f912c92a2
[]
no_license
akhil-tsdev/With_SensorFusion
4581ab6473881c2bf0af9a62fda3d8323cb33818
2ee0337c09a7885e875cbffdca49c910389c2fb8
refs/heads/master
2021-04-29T15:11:57.728706
2018-02-16T19:22:43
2018-02-16T19:22:43
121,787,638
0
0
null
null
null
null
UTF-8
C
false
false
8,813
c
//------------------------------------------------------------------------------ // Copyright (c) 2011 Qualcomm Atheros, Inc. // All Rights Reserved. // Qualcomm Atheros Confidential and Proprietary. // Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is // hereby gra...
[ "akhil@turingsense.com" ]
akhil@turingsense.com
f30a768eb2f5046372fe96512ebef99063486539
065f6ba4d1c30ee38853bbff5df4de2a61e0a237
/clientNektar/Hlib/src/Quad.C
3f2a18238a805f9fb82221880646a6ff348ed1f8
[ "MIT" ]
permissive
zhangye243/RLFluidControl
c08ea833e64c18b947870237a75ded9336da2383
bb8ae17e2e01ceced440a37538c08d2648ae9339
refs/heads/master
2023-03-19T02:22:31.294934
2020-09-25T02:06:49
2020-09-25T02:06:49
null
0
0
null
null
null
null
UTF-8
C
false
false
10,743
c
/**************************************************************************/ // // // Author: T.Warburton // // Design: T.Warburton && S.Sherwin // // Date :...
[ "liu_yang@brown.edu" ]
liu_yang@brown.edu
369b0b9aab0981dfd97fb4f2a4d9ffa2c8e43f4e
c47c254ca476c1f9969f8f3e89acb4d0618c14b6
/datasets/linux-4.11-rc3/drivers/leds/trigger/ledtrig-transient.c
7e6011bd36465517fc6840e7eae2b818aa0c9b12
[ "Linux-syscall-note", "GPL-2.0-only", "BSD-2-Clause" ]
permissive
yijunyu/demo
5cf4e83f585254a28b31c4a050630b8f661a90c8
11c0c84081a3181494b9c469bda42a313c457ad2
refs/heads/master
2023-02-22T09:00:12.023083
2021-01-25T16:51:40
2021-01-25T16:51:40
175,939,000
3
6
BSD-2-Clause
2021-01-09T23:00:12
2019-03-16T07:13:00
C
UTF-8
C
false
false
6,641
c
/* * LED Kernel Transient Trigger * * Copyright (C) 2012 Shuah Khan <shuahkhan@gmail.com> * * Based on Richard Purdie's ledtrig-timer.c and Atsushi Nemoto's * ledtrig-heartbeat.c * Design and use-case input from Jonas Bonn <jonas@southpole.se> and * Neil Brown <neilb@suse.de> * * This program is free software...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
9007b41bb77ddc17af6243f0e517bc7bef40c2d0
5eab53e9e98fe8d2d1e9a137c10013ab6f160b05
/cortexm/alexnet/cortexm_weight.h
2d1da19241f2d4942d31b14ba43e5be4d6429574
[]
no_license
lufeng22/Pruning-model-for-ARM-CortexM
27f069606525b6b8d04e0a9fb7bbb6dfcccd7fac
8d179b4abf748f1f12e81b7181ac25f805e0fbfd
refs/heads/master
2022-12-19T20:17:18.990560
2020-10-03T15:59:54
2020-10-03T15:59:54
null
0
0
null
null
null
null
UTF-8
C
false
false
139,129
h
#define CONV0_OUT_SHIFT 9 #define CONV1_OUT_SHIFT 7 #define CONV2_OUT_SHIFT 6 #define CONV3_OUT_SHIFT 7 #define FC0_OUT_SHIFT 6 #define CONV0_BIAS {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} #define CONV1_BIAS {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} #define...
[ "abaocc4460@gmail.com" ]
abaocc4460@gmail.com