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
0015ac3426f980b48d4e556805d95c839f9473ad
58708f685179916935417604eaaddebd3409a10c
/archives/calendar.c
c00e31cc1591e2977fdc3afa3e13c4d0fae44ac2
[]
no_license
boardstretcher/c_projects
cd67a12779110a0cd5f89f83c6649f2ba340a8c7
5be2601709ae0d6af5d6782f841bef09bc05cb57
refs/heads/master
2021-01-10T19:19:42.889547
2015-04-30T07:54:48
2015-04-30T07:54:48
30,820,121
0
0
null
null
null
null
UTF-8
C
false
false
820
c
#include <stdio.h> const char program_name[] = "Simple Calendar"; const float program_ver = 1.0f; const char license[] = "CC-BY 2.0"; int main(int argc, char *argv[]){ int days, start, lc; printf("%s \n", program_name); printf("v%.1f \n", program_ver); printf("%s", license); printf("Enter the number of days i...
[ "boardstretcher@gmail.com" ]
boardstretcher@gmail.com
9ce99c74d06f7dba69d2fa06665df784b469b2e9
78af7b72430b25944d1f352816a7ae083704ee0f
/bscan/lib/linear/matrixmodify.c
ffd5b128689c8dc264b3a99372d8ccffafa649ed
[]
no_license
tmasood/Grating-Analysis
8386f185e08a5dbfb2d66e6501663a98e8e086ca
22e1b251108d9351711c199f2b643254bd2692d4
refs/heads/master
2021-01-17T01:14:59.401329
2017-09-24T05:34:43
2017-09-24T05:34:43
41,981,136
2
0
null
null
null
null
UTF-8
C
false
false
1,194
c
#include <stdlib.h> #include <stdio.h> #include <complx.h> /* The matrix f is parititioned with reduced order of 1. the vector v is extracted from f. N | v | | v | f = | A v B | | v | M | -----------------| | C ...
[ "tmasoodiqd@gmail.com" ]
tmasoodiqd@gmail.com
2069efdc23b6e7670df88b9fbea0ed5c1186e553
f77412ea7ab9f1beb7414ab4392dd7d20d4b819e
/prj_passthrough/src/usr_button.c
cc808b767e479a3f5684fcccf3b42a0bba4065cb
[]
no_license
haby77/BLE-passthrough
afa71b1804a9e551cd27ff529b86f28310ae2db7
4900f21c3c901dfb2ada237a8ebcf6f0276ad749
refs/heads/master
2021-01-10T22:13:49.942317
2015-01-06T02:40:35
2015-01-06T02:44:16
28,528,195
0
0
null
null
null
null
UTF-8
C
false
false
6,625
c
#include "usr_button.h" #include "button.h" #include "sleep.h" #include "pwm.h" #include "adc.h" #include "usr_task.h" #include "app_pt_gpio.h" #include "led.h" /* * LOCAL VARIABLE DEFINITIONS **************************************************************************************** */ static int16_t adc_key_va...
[ "hab@t-chip.com.cn" ]
hab@t-chip.com.cn
3d2c8405d3b033308c8c2aaf6d6d4b88f1526195
402e169b76a5cf0772bb4b10a22aaf586f468bed
/FTP system (Final Project)/uncommented/src/mftpHandler.c
809a026c7b0f670ee59cbf2d132ec427d3dbade7
[]
no_license
jboothby/Assorted-C-programs
f866a39a739430b764e89eabd8a95cedaffc972a
b788b3398e0c034c9e8c377ea39adc6aff4d1886
refs/heads/main
2023-05-03T22:08:22.269734
2021-05-20T17:12:20
2021-05-20T17:12:20
302,485,082
0
0
null
null
null
null
UTF-8
C
false
false
10,113
c
#include <mftpHandler.h> int lsLocal(){ int pipefd[2]; int err, rdr, wtr; if( fork() ){ wait(&err); if( err < 0 ){ perror("Error"); return -1; } }else{ if( pipe(pipefd) < 0 ){ perror("Error"); return -1; ...
[ "=" ]
=
bb78e983a8bb24fa1409fae09bf30618482b74db
6b8a221bed1e5de29ffdcf653166cf3c5f1b9490
/mcc_generated_files/mcc.c
8e5f20a1066124739d39d5a8d06b6006ab319dca
[]
no_license
lxp1413801/cs66b-redo
28d046d5d4bb7790176c8fe1f11add2e906e5f69
7ac107ceee66868d07d88b42213d44eb7ce10d03
refs/heads/master
2021-09-13T22:37:03.516827
2017-11-25T09:36:06
2017-11-25T09:36:06
109,556,970
0
0
null
null
null
null
UTF-8
C
false
false
5,358
c
/** @Generated PIC24 / dsPIC33 / PIC32MM MCUs Source File @Company: Microchip Technology Inc. @File Name: mcc.c @Summary: This is the mcc.c file generated using PIC24 / dsPIC33 / PIC32MM MCUs @Description: This header file provides implementations for driver APIs for all modules selected i...
[ "lxp1413801@gmail.com" ]
lxp1413801@gmail.com
d00d5e213d433f50cfc64b8921ed5f2576dd0d56
c656c523951ff14d10a1b457c47eac83a6356aee
/Projet de base Telecommande/Inc/stm32l4xx_hal_conf.h
4b664825ca28bca9bbc129d7af132c36fff37228
[]
no_license
JohanMarzano/ProjetP1_He-ARC
ef5ef6b3ee0b390904a0a28908f06a2cf899b2c7
781c856c96a872992fceb05aef9d01f49b7aad65
refs/heads/master
2020-04-23T20:14:52.706410
2019-02-19T09:08:03
2019-02-19T09:08:03
171,433,441
0
0
null
null
null
null
UTF-8
C
false
false
15,679
h
/** ****************************************************************************** * @file stm32l4xx_hal_conf.h * @brief HAL configuration file. ****************************************************************************** * @attention * * <h2><center>&copy; COPYRIGHT(c) 2019 STM...
[ "johan.marzano@TIC18-MARZANOJ.intra.eiaj.ch" ]
johan.marzano@TIC18-MARZANOJ.intra.eiaj.ch
75da3222d32e1f18ba8f412ab0f1a739b83e7960
f094a667041cbc52b03dad7621e3204d772b7a1d
/sw/driver/include/RotaterKeyDrv.h
cb7ce753c8f6e2ad8715248a7265c636b88760df
[]
no_license
zhan92/Hendrix_M_Lite_GD
7ea027041269ceb845a13e6737d48246fd1f9fa0
d16a151d841ad12e9f3b36170dca4b5c157c47a5
refs/heads/master
2023-08-14T17:59:44.228451
2021-09-03T12:00:31
2021-09-03T12:00:40
null
0
0
null
null
null
null
UTF-8
C
false
false
1,249
h
/** * @file RotaterKeyDrv.h * @brief The key driver (Rotary Encoder) interfaces and implementation * @author Wesley.Lee * @date 2016-01-15 * @copyright Tymphany Ltd. */ #ifndef ROTATER_KEY_DRV_H #define ROTATER_KEY_DRV_H #include "KeyDrv.h" #include "GpioDrv.h" #ifdef __cplusplus ext...
[ "Edmond.Sung@tymphany.com" ]
Edmond.Sung@tymphany.com
1b3941008354e2696681398278285a25a03a0713
794950d4c2b0c85caf277ac8ab5bd0c2c15fc602
/common/2410iis.c
43d35739a60a9a68af100d0fe554b9b6f7a5651d
[]
no_license
lindr-h/Vehicle
1f46dd48b4120c548a30150b2e3a3d2ba2d90a93
7e934f737f4ad915ecfe14c1474acd6b038cffe1
refs/heads/master
2020-09-28T13:30:57.775069
2019-12-08T18:16:49
2019-12-08T18:16:49
226,788,199
0
0
null
2019-12-17T04:53:31
2019-12-09T04:59:18
null
GB18030
C
false
false
19,980
c
#include "2410addr.h" #include "2410lib.h" #include "def.h" #include "2410iis.h" #include "INT.h" void ChangeDMA2(void); void IIS_PortSetting(void); void _WrL3Addr(U8 data); void _WrL3Data(U8 data,int halt); void __irq DMA2_Done(void); void __irq DMA2_Rec_Done(void); void __irq RxInt(void); #define L3C (1<<4) ...
[ "870705273@qq.com" ]
870705273@qq.com
ce4ee57a739b75e6ce6dd790d2026cdcde9dd86f
08bfc8a1f8e44adc624d1f1c6250a3d9635f99de
/SDKs/DXC/include/llvm/MC/MCValue.h
f709b405d9592d0f7bd44574203e857b17171ed2
[]
no_license
Personwithhat/CE_SDKs
cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02
7afbd2f7767c9c5e95912a1af42b37c24d57f0d4
refs/heads/master
2020-04-09T22:14:56.917176
2019-07-04T00:19:11
2019-07-04T00:19:11
160,623,495
0
0
null
null
null
null
UTF-8
C
false
false
129
h
version https://git-lfs.github.com/spec/v1 oid sha256:7c64b04cbea4f2e2e4d4542b21cdc1bad73f9bf3c63fdea2bea4ab9905f6b2ec size 2764
[ "personwithhats2@Gmail.com" ]
personwithhats2@Gmail.com
8e908ca8c0f16e6d40d6e56ada23b43642e97c77
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/g++.dg/cpp2a/concepts-friend3.C
4278278b9dfc383503bf84247f6ded588ea237a3
[ "Zlib", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "FSFAP", "LGPL-3.0-only", "GPL-3.0-only", "GPL-2.0-only", "GCC-exception-3.1", "LGPL-2.0-or-later" ]
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
467
c
// { dg-do compile { target concepts } } template <class T> concept True = true; template <True U> struct B { int i = ++U::x; }; template <True U> void f() { ++U::x; } template <class U> void g() requires True<U> { ++U::x; } template <class V> class C { static int x; template <True U> friend struct B; templat...
[ "rink@rink.nu" ]
rink@rink.nu
adfb5833fa3f345a66137dc91a0160d567159b29
0c89a09e0332ecaef9727ebf1ab92e69d439e155
/LinuxProgramming/Assignment/test_quang/test1/server.c
68475936665add74df15303d2c3caf0d17423c5a
[]
no_license
quangbk2010/SelfTraining
cb8e23d55b6a5be7fd7f094b7a3946c5bcb7934e
40506fa3b98ffb101e9b67da35c5fc75dbaa1f49
refs/heads/master
2020-05-03T19:49:48.318395
2019-04-01T05:25:13
2019-04-01T05:25:13
178,791,187
0
0
null
null
null
null
UTF-8
C
false
false
1,932
c
#include <sys/types.h> #include <sys/stat.h> #include <sys/socket.h> #include <sys/un.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #define MAXLINE 1024 typedef struct arg_s { int client_sockfd; } arg_t; void *function (void *ptr) { int i; arg_t *args = (arg_t *) ptr; int c...
[ "nguyenngocquangbk2010@gmail.com" ]
nguyenngocquangbk2010@gmail.com
368fe68c702eac6474b7a786d23d135014d68bc4
ff8c933d37fa9b6c7c675eaae339d2118dee91fe
/C-02/ex05/ft_str_is_uppercase.c
dbcd37c39d5f817000d6e724101beb00e0556391
[]
no_license
kaveh1985/last-of-files
0efa0646f65d0ec6b0bdd590436f9f078b1c50f6
2a1226b24bc31f5e15e88e4b28120102d07ac15e
refs/heads/master
2023-03-28T00:36:40.488114
2021-03-28T15:57:21
2021-03-28T15:57:21
351,494,070
0
0
null
null
null
null
UTF-8
C
false
false
311
c
#include <stdio.h> int ft_str_is_uppercase(char *str) { int i; i = 0; if(str[i] == '\0') return 1; while (str[i] != '\0') { if((str[i] < 65 || str[i] > 90)) { return 0; } i++; } return 1; } //int main() //{ //char *str = "KEVEHH"; //printf("%d", ft_str_is_uppercase(str)); //}
[ "mramzanz@e3r13p10.42.fr" ]
mramzanz@e3r13p10.42.fr
fe9096340008f48165add00cf06628b320af9224
dc0308fdb5a936b2bc9e954fc9be95474d40a7d0
/Work/ATMEGA8_Programmer/ATMega8 Robokits USB HID Programmer/test/Freuency test 1/robokits.c
dd2944f0dd49b7983ab9d336bad6a0b2e113ce48
[]
no_license
nookalalakshmi/Obstacle-Avoider--Line-Tracker-and-Gripper
691297e5b07c5ba146423b04a3ee81e406b28c43
9e1ea1a8d43f73610e4605ee28a9ae690c784761
refs/heads/master
2021-01-16T20:36:04.730888
2013-04-26T04:25:14
2013-04-26T04:25:14
null
0
0
null
null
null
null
UTF-8
C
false
false
5,013
c
// MADE BY ROBOKITS INDIA. // VISIT US AT WWW.ROBOKITS.ORG // PROGRAM FOR BLINKING LED'S ON TIMER1 // WRITTEN FOR PRODUCT ID 19 /*------------------------------------------------------------------- Description: This example shows how to generate delays with timers so that cpu is free for processin...
[ "nookala.lakshmi@gmail.com" ]
nookala.lakshmi@gmail.com
2f902395706a0fef7021b6527d1b59c5637be47e
c14500adc5ce57e216123138e8ab55c3e9310953
/utils/converters/autocad/dxf2msh.c
300d7ee439ad94bbc517e463bf356e8ea6e4dea6
[ "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.0-or-later", "LicenseRef-scancode-generic-exception", "GPL-1.0-or-later", "LicenseRef-scancode-proprietary-license", "GPL-2.0-only", "GPL-2.0-or-later", "LicenseRef-scancode-other-copyleft", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ResonanceGroup/GMSH304
8c8937ed3839c9c85ab31c7dd2a37568478dc08e
a07a210131ee7db8c0ea5e22386270ceab44a816
refs/heads/master
2020-03-14T23:58:48.751856
2018-05-02T13:51:09
2018-05-02T13:51:09
131,857,142
0
1
MIT
2018-05-02T13:51:10
2018-05-02T13:47:05
null
UTF-8
C
false
false
14,108
c
/* $Id: dxf2msh.c,v 1.1 2003-05-09 21:58:54 geuzaine Exp $ */ /* AutoCAD DXF to GMSH .msh Data File Converter David.Colignon@AdValvas.be This is a hack from the Autocad DXF to DKB .Data file translator Version 1.0 written by Aaron A. Collins (8/13/90) ( http://www.sdsc.edu/~mjb/mae152/dxf.spec.txt ) a...
[ "=phillipmobley2@gmail.com" ]
=phillipmobley2@gmail.com
ba10de18e97b82a0fd4cdd8d05b1fd0a407f08e5
3b9df40d2aa3e0382b41d579ff5f5d07ea1449b6
/Assets/AgoraEngine/Plugins/macOS/agoraSdkCWrapper.bundle/Contents/Resources/AgoraRtcKit.framework/Versions/Current/Headers/IAgoraRtcChannel.h
95a332ba4488a646f1224e708afd7a65882cf3c8
[]
no_license
Aaki-M/GitRepoAjanlens
ecd50ffe16b1c16bc775de7eb57a2fbd1528fa47
fa3f137cc0b490804bbc50a884afed2f1065518f
refs/heads/main
2023-07-15T12:11:10.754395
2021-09-02T08:04:34
2021-09-02T08:04:34
402,079,850
0
0
null
null
null
null
UTF-8
C
false
false
130
h
version https://git-lfs.github.com/spec/v1 oid sha256:6833f7f603317bcda633c496191e480f26fb1a01b1cb8255e08edffb7efc36a5 size 82987
[ "aakashmakhija19@gmail.com" ]
aakashmakhija19@gmail.com
471ce4d9664574ca309efb7ebb7104bcec20796b
a37955dd61bcf4db08c72d6555d352cdcbdcb65c
/crypto_sign/picnicl1full/opt/kdf_shake.h
fc5043f953ecfb56ac1e2fa08cad20aa73104480
[ "MIT" ]
permissive
dkales/picnic_m4
a3a3c81fa92505f0ef6ddeb13bf8b79d84b312f6
bb408d677797481ae3fb8c72388702087add7d7a
refs/heads/master
2023-07-20T07:53:46.994314
2021-09-04T19:01:09
2021-09-04T19:01:09
204,386,469
1
1
NOASSERTION
2021-06-08T07:24:45
2019-08-26T03:12:48
C
UTF-8
C
false
false
3,799
h
/* * This file is part of the optimized implementation of the Picnic signature scheme. * See the accompanying documentation for complete details. * * The code is provided under the MIT license, see LICENSE for * more details. * SPDX-License-Identifier: MIT */ #ifndef KDF_SHAKE_H #define KDF_SHAKE_H #inclu...
[ "daniel.kales@gmail.com" ]
daniel.kales@gmail.com
6a54454ec01acbd08b8f7553a4624701b6946cef
61d1cd0e9b3325d9ebbaa4ba05fa39ab7907685e
/kernel_header/include/asm/unistd.h
5d22854e0d86a81ddfcb205b287a22e810f00e8d
[]
no_license
Manish4586/android_platform_htc_a56dj
506fa2e82943fa35cb3bc7b007cb074eb62b7116
ac650ca4fe902f2ee477775241bfe99e8cdb6e92
refs/heads/master
2020-03-15T11:11:01.644293
2018-05-09T03:54:55
2018-05-09T03:54:55
132,115,280
0
1
null
2020-03-07T21:32:04
2018-05-04T08:56:18
C
UTF-8
C
false
false
18,123
h
/* * arch/arm/include/asm/unistd.h * * Copyright (C) 2001-2005 Russell King * * 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 * published by the Free Software Foundation. * * Please forward _all_ changes to this file t...
[ "manish.n.manish45@gmail.com" ]
manish.n.manish45@gmail.com
a0d9fb36d970f55e9d7c889fdbf80d367731ffd4
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/MC/Bz/1700ppm/attic/Unblinded/MomBinnedAna/MomSlices/S12_full_A_vs_p_trackReco_equalStats_500e3_AQ.C
6d9ba0cd9100c46be8af4203c22725eb5ea341cd
[]
no_license
sam-grant/EDM
486ea029bf766c968a3c7b41198ffcf9bc3c9b8a
525e41de5f675c39014488c79144f47562910736
refs/heads/master
2022-10-30T22:35:42.979799
2022-10-19T18:44:54
2022-10-19T18:44:54
296,421,806
0
1
null
null
null
null
UTF-8
C
false
false
3,219
c
void S12_full_A_vs_p_trackReco_equalStats_500e3_AQ() { //=========Macro generated from canvas: c/c //========= (Wed May 19 17:12:03 2021) by ROOT version 6.22/08 TCanvas *c = new TCanvas("c", "c",0,0,800,600); gStyle->SetOptStat(0); c->SetHighLightColor(2); c->Range(-437.25,-2.014916,3605.25,1.736414); ...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
18a2a696ca98732a6aa3f0feeff86e3bc62388f7
e929a2ffb33a11c452887b2e46358a57d0cca6e4
/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/main/mcpwm_brushed_dc_control_example.c
00b5ddd06a6bd44d0313df66be53ce8ac4c1c004
[ "Apache-2.0", "LicenseRef-scancode-public-domain", "CC0-1.0" ]
permissive
menhirsys/ring_log-esp-idf
560a5e191fb70eb8461d373414214ed3bd4e28e8
95268ed8db159be5b915f2b2f6d25fafc789fa92
refs/heads/master
2021-07-13T23:13:09.324890
2017-06-06T19:07:25
2017-06-06T19:13:45
93,553,027
12
3
Apache-2.0
2020-03-07T20:53:14
2017-06-06T18:55:37
C
UTF-8
C
false
false
3,400
c
/* brushed dc motor control example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ /* * T...
[ "kewal@espressif.com" ]
kewal@espressif.com
d133ba5b854a44ea7fede47bfd3696757c9ddfef
573dd11a3182b72f5c51dbed84aaa5b2c3760d22
/EIGHTS.c
21a7954e59af052977036e13b318f19f3d8e4b9d
[]
no_license
vkvkvkvk/spoj-solution
bfc1a9fba663bb628ccf8b3c234cc0c2b9ee7d94
c26a55cd64908a9284b1c0958379a244da135b2c
refs/heads/master
2020-04-06T06:57:31.844659
2016-09-01T16:39:17
2016-09-01T16:39:17
65,289,020
0
0
null
null
null
null
UTF-8
C
false
false
474
c
#include <stdio.h> int main(void) { // your code goes here int t; long long int k; int i; long long int last; long long int first; int l; scanf("%d",&t); for(i=0;i<t;i++) { scanf("%lli",&k); l=k%4; first=k/4; if(l==1) last=192; else if(l==2) last=442; else if(l==3) ...
[ "noreply@github.com" ]
vkvkvkvk.noreply@github.com
861e3c603ba4572452a1d8ae5b3070d0a57eeaeb
7f51722bd6002ea43cb09f9f08d84c5cae31c044
/libft/ft_lstdel.c
f32512a12a6205d0642c59213e069ac0b5ff70f3
[]
no_license
gbrady1997/fillit
af85f8c05a1e1bce82db232f06fa2d74edcf7c9b
2a20e45883be57c644d6cd5d4062be3c85a81f74
refs/heads/master
2020-06-12T02:09:35.693794
2019-06-27T20:57:02
2019-06-27T20:57:02
194,162,030
0
0
null
null
null
null
UTF-8
C
false
false
1,151
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstdel.c :+: :+: :+: ...
[ "gabrady@e1z3r4p17.42.us.org" ]
gabrady@e1z3r4p17.42.us.org
2eaf718b0896d04bb7764e4b9770a6199a1d02f8
cdb2698b91fe54350e032c21fd242683833ce81b
/reverse_endian.c
27ef1c6f229d41e56c12852a0e5c7753b983a40a
[]
no_license
LIngfeiLu/encode_decode
92ad23b034865ae072fc8843719c1e4c8a99f175
dbf6383967531d43ae7beea3483e26db845fd96a
refs/heads/master
2021-01-10T16:50:11.976771
2016-03-27T07:46:35
2016-03-27T07:46:35
54,818,028
0
0
null
null
null
null
UTF-8
C
false
false
1,047
c
/* First partner's name: Lingfei Lu, A91046735 * Second partner's name: Junxi Li, A91105747 */ #include <stdio.h> #include <stdlib.h> #include "warmup.h" int main(int argc, char** argv){ //open input and output file in read binary and write binary mode FILE *infile = fopen(argv[1], "rb"); ...
[ "l6lu@ucsd.edu" ]
l6lu@ucsd.edu
b815fb545a11efcabcadd7b24dca48124a8a0219
8c1972da73ff3e31f6c470b4f8ad94d694696df3
/hw3.c
5505276c38744da52b13aa235de1c0df36716137
[]
no_license
TobynC/HPC-hw3
0e35d84e5f289bca58c3eb291a01c33619561393
9d6b7c6749b215e347da3147b17761560a314919
refs/heads/master
2020-05-05T05:11:12.763186
2019-04-08T19:52:05
2019-04-08T19:52:05
179,742,175
0
0
null
null
null
null
UTF-8
C
false
false
3,087
c
#include <math.h> #include <mpi.h> #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> void initialize_matrix(char**, double**, int); void free_matrix(double**, int); void print_matrix(double**, int); int main(int argc, char** argv) { int n_cpus, r...
[ "ctobyn@tulane.edu" ]
ctobyn@tulane.edu
a4e749b54752b8eb1440f408cfc7e15c820e824a
16195c3087577b8ebf8f3a22a1c05d82f52aa1d5
/packages/nodeOS-Legacy/qemu/hw/ide/ich.c
0a13334baa09e8f6e9c836fdf9ac4818cfc22bfd
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "GPL-2.0-only", "GPL-1.0-or-later", "LGPL-2.1-only", "LGPL-2.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
stealify/os
b5a122e851e6aaa085c1c231ea9e21cbc45baa0f
6f231a99c889cb37d2051a028de1f0463c8b0a7e
refs/heads/master
2022-11-01T04:29:35.959173
2022-10-08T22:43:18
2022-10-08T22:43:18
111,798,167
0
0
Apache-2.0
2022-05-31T06:19:00
2017-11-23T10:52:38
C
UTF-8
C
false
false
6,840
c
/* * QEMU ICH Emulation * * Copyright (c) 2010 Sebastian Herbszt <herbszt@gmx.de> * Copyright (c) 2010 Alexander Graf <agraf@suse.de> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundat...
[ "frank@lemanschik.com" ]
frank@lemanschik.com
944f62e83b237292006bc47acf943266b8ef7008
c4589f63fba3a96bb385da7eb30fadd6fd914eb1
/trunk/src/z80/yaze/internal.h
6e028f6f7252135f3c6b061c1e54e7b708a260b9
[]
no_license
BGCX262/zx4all-svn-to-git
331f9b69f27e2f340d441a1f9bf89f0fad8a9901
d4abeb9ce86273ce2f30da6e53fa50d693828a75
refs/heads/master
2020-12-24T17:54:33.211704
2015-08-23T06:58:57
2015-08-23T06:58:57
41,258,524
0
0
null
null
null
null
UTF-8
C
false
false
13,354
h
/* Header file for the Memory and the Memory Management Unit (MMU). Module MEM_MMU.[hc] Copyright (C) 1998/1999 by Andreas Gerlich (agl) This file is part of yaze-ag - yet another Z80 emulator by ag. Yaze-ag is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licens...
[ "you@example.com" ]
you@example.com
5a76187291585a1df6698d807a429bd46411626d
9dd8c20933e0aa2498d9aeb1493f5e74ee75dcec
/Software/Balancing Software/matlab/Model/rtwdemo_roll_ert_rtw/rtwdemo_roll.c
afb12ab33baba8a22500f1f09f55aa676047c88a
[]
no_license
koson/SelfBalancingRobot
2e0f55963bb9204a2e72d932a2efc246eb9c5fd2
c335df1d0acc60dce88526ada18cca1e5d531b4b
refs/heads/master
2020-12-27T13:44:43.475477
2017-08-08T16:11:53
2017-08-08T16:11:53
null
0
0
null
null
null
null
UTF-8
C
false
false
6,395
c
/* * File: rtwdemo_roll.c * * Code generated for Simulink model 'rtwdemo_roll'. * * Model version : 1.134 * Simulink Coder version : 8.8 (R2015a) 09-Feb-2015 * C/C++ source code generated on : Thu Jan 28 20:09:43 2016 * * Target selection: ert.tlc * Embedded hardware selection: Generi...
[ "jlgoldnauvogt@gmail.com" ]
jlgoldnauvogt@gmail.com
0a61aec369d7d53e4a1ec2001e87f1355faefc64
1f47217ad740b03b5ca7c965a01788dee3c0fbf7
/JLibrary06/lib/XML/EXIficient/exi-ttfms/candidates/c/asn1ber/rtxsrc/rtxEnum.h
aca8899ffdb479a95cf3e0aa89d9a870cc56c669
[]
no_license
amitabha66/JLibrary06
bee7fddca01188991af968a5678fe1d89dce7ee3
f19056cee7a88318315f9c25f8618aface8f0683
refs/heads/master
2021-01-19T07:03:19.133486
2016-06-23T16:41:59
2016-06-23T16:41:59
61,802,950
0
0
null
null
null
null
UTF-8
C
false
false
3,287
h
/* * Copyright (c) 2003-2006 Objective Systems, Inc. * * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the * inclusion of the above copyright notice. This software or any other * copies thereof may not be provided or otherwise ma...
[ "amitabha66@gmail.com" ]
amitabha66@gmail.com
f9f1e673144fe60a8311b277a6877a56b04fe8bd
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/linux-master/arch/mips/lasat/prom.c.bak.c
dc21ccf9f700c040986cfdac2018f15ef344948f
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
2,916
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN // SPDX-License-Identifier: GPL-2.0 /* * PROM interface routines. */ #include <linux/types.h> #include <linux/init.h> #include <linux/string.h> #include <linux/ctype.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/bootmem.h> #include <linu...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
e3849d0b0591c5022923599348358a2530473a80
229a28fc18c13bfe1ba7fc81c38b03651ed8e93b
/sw/vendor/riscv-tests/mt/cf_matmul.c
ada9dec9bff672c64b9d0b1eae610a90448cf31f
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-bsd-3-clause-jtag" ]
permissive
pulp-platform/snitch
d3967742434fa21e8af71afa6be35ea5420166ca
d026f47843f0ea6c269244c4e6851e0e09141ec3
refs/heads/master
2023-08-24T08:42:36.230951
2023-06-19T09:34:05
2023-06-19T09:34:05
289,236,605
194
44
Apache-2.0
2023-07-11T12:46:26
2020-08-21T09:57:34
SystemVerilog
UTF-8
C
false
false
3,773
c
#include "stdlib.h" #include "util.h" #include "dataset.h" void __attribute__((noinline)) matmul(const int coreid, const int ncores, const int lda, const data_t A[], const data_t B[], data_t C[] ) { if(coreid > 1) return; int i,j,k,l; data_t element1, element2, element3, element4, element5, element6, ele...
[ "noreply@github.com" ]
pulp-platform.noreply@github.com
1882ed25cbd6e6576745db7d57244974f9f5d4e5
1a696a25172881169a363c4272aecf654bc1021d
/cs/자료구조/C_자료구조/src/ch2/bino_dp.c
7c42e4f6fab70ff1f4d0ef7b06c5bf7fe81881bf
[]
no_license
ehgud0670/TIL
a119f47f462b6dca27e74f6d8f5433cb4fcff5c8
f4f546819c9f45900ee5ad96aecc85062ac7ed2a
refs/heads/master
2021-06-24T09:11:53.515999
2020-11-30T11:15:00
2020-11-30T11:15:00
164,052,970
3
1
null
null
null
null
WINDOWS-1252
C
false
false
467
c
// ÀÌÇ×°è¼ö DP #include <stdio.h> #define MAX 100 int count = 0; int arr[MAX][MAX]; int bino_dp(int n, int k){ count++; if(k == 0 || k == n ){ arr[n][k] = 1; return arr[n][k]; } if(arr[n][k] != 0){ return arr[n][k]; } arr[n][k] = bino_dp(n-1 , k-1) + bino_dp(n-1, k); return arr[n][k]; } int ma...
[ "kimdo2297@gmail.com" ]
kimdo2297@gmail.com
181cfe6340ba7673c8479d092c68077b3433243a
3646675608a8f67df0f2551792a474aad04fb2cb
/APP/exe/exeplay.h
c7d01830ccf07bf286693fa71ce77ef0577dd167
[]
no_license
joyceandpig/STM32F429-Project
516987e948d5e21945f49748468d539fb3400cce
998e8d9b3c954fa0635bce2103edd6eae81cde6b
refs/heads/master
2020-08-05T11:43:23.482655
2016-09-27T07:31:33
2016-09-27T07:31:33
66,827,824
3
2
null
null
null
null
GB18030
C
false
false
1,857
h
#ifndef __EXEPLAY_H #define __EXEPLAY_H #include "common.h" #include "sdram.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //ALIENTEK STM32开发板 //APP-运行器 代码 //正点原子@ALIENTEK //技术论坛:www.openedv.com //创建日期:2014/7/20 //版本:V1.0 //版权所有,盗版必究。 //Copyri...
[ "张朝松" ]
张朝松
644deca38366a52595e9526033677ac918be1975
05b458a94b13328c4ab0bb474513e69c5f253ec0
/analysis-sources/ffmpeg-analysis/_cppstats/FFmpeg/libavfilter/vf_hwupload_cuda.c
26a31f2715905d4b46163a1a1b2b2274741d215f
[]
no_license
paulobernardoaf/dataset-files
c7b3a5f44f20a6809b6ac7c68b9098784d22ca52
6cc1726ee87e964dc05117673e50e3e364533015
refs/heads/master
2022-04-23T06:52:15.875641
2020-04-25T18:28:48
2020-04-25T18:28:48
253,626,694
0
0
null
null
null
null
UTF-8
C
false
false
4,545
c
#include "libavutil/buffer.h" #include "libavutil/hwcontext.h" #include "libavutil/log.h" #include "libavutil/opt.h" #include "avfilter.h" #include "formats.h" #include "internal.h" #include "video.h" typedef struct CudaUploadContext { const AVClass *class; int device_idx; AVBufferRef *...
[ "paulomax9002@gmail.com" ]
paulomax9002@gmail.com
eac384da64918b7153526b6bc672d8b5af1ac494
165cf5ce4f80ca7037237f3abf59eeef68e3105e
/lib/nghttp3_rcbuf.c
9e9dab513906964c5220b6ac38b6926925c64ea8
[ "MIT" ]
permissive
ngtcp2/nghttp3
1eb043960397ec5bdd3f704d4ccc9b11613ec99c
dd5d9d55dcb13a1729b7ad1c8c30f8e5ad82c4df
refs/heads/main
2023-08-31T03:23:38.565595
2023-08-30T09:58:04
2023-08-30T09:58:04
156,868,263
693
82
MIT
2023-08-30T09:55:36
2018-11-09T13:49:36
C
UTF-8
C
false
false
2,778
c
/* * nghttp3 * * Copyright (c) 2019 nghttp3 contributors * Copyright (c) 2016 nghttp2 contributors * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * ...
[ "tatsuhiro.t@gmail.com" ]
tatsuhiro.t@gmail.com
fef48a8aa37df68ac73a8ba13f1cdc4006a269bc
5630b0a520e395b1224d80a04309ed9991a2ccbe
/getGemXCode/Classes/Native/mscorlib_System_Threading_SynchronizationLockExceptionMethodDeclarations.h
82380bcc78c9ef2301b70a629a6fdb0fb9b47ae5
[]
no_license
WwinW/getGem
f762b538f9387a0e3adaacc2b55ac34e0dfb12df
5b3cede71b7c50ffedf3a87f51003cb35db9b774
refs/heads/master
2018-12-29T19:25:51.948800
2015-12-07T03:16:48
2015-12-07T03:16:48
34,213,973
1
0
null
null
null
null
UTF-8
C
false
false
1,352
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Threading.SynchronizationLockException struct SynchronizationLockException_t2050; // System.String struct String_t; // System.Runtim...
[ "wei8224_2006@126.com" ]
wei8224_2006@126.com
95397f641ab436398060237b04fc40bd9765bf2e
3db023edb0af1dcf8a1da83434d219c3a96362ba
/windows_nt_3_5_source_code/NT-782/PRIVATE/NET/BH/DRIVERS/NDIS20/DOS/TRACE.H
a7ff61df1fb059f0331a74bf7be022770f75f5a4
[]
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
2,752
h
//============================================================================= // Microsoft (R) Bloodhound (tm). Copyright (C) 1991-1993. // // MODULE: trace.h // // Modification History // // raypa 02/15/94 Created. //=========================================================================...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
8504ed67d8ca28ec372f9da391cb706f593956aa
d697f2b7fe38cb823dd1271d50d12e08f8ccf1c8
/example-project/lib/TivaWare/driverlib/cpu.c
60b673a7919ebefd0b98b8babb047f640f50c8ab
[ "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-proprietary-license", "MIT", "BSD-3-Clause" ]
permissive
ElectronVector/tiva-launchpad-tdd
5a67a4129ce1138ca5a1cc465fabb2658ea24617
671e1bab2572151a5293b5060100e585fd9fdecc
refs/heads/master
2021-07-16T10:13:26.213495
2021-02-03T16:02:21
2021-02-03T16:02:21
38,548,311
6
1
MIT
2021-02-03T16:02:21
2015-07-04T21:34:12
C
UTF-8
C
false
false
11,906
c
//***************************************************************************** // // cpu.c - Instruction wrappers for special CPU instructions needed by the // drivers. // // Copyright (c) 2006-2015 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Redistribution and ...
[ "matt@chernosky.net" ]
matt@chernosky.net
9513631a79b99f1f376180083401fb846502c6c5
842886c57317b76d09bf63bdea388cdc818a7042
/ipc/ipc_message_start.h
13686355effab2dc2bdf8cdc5b81620f8c85e8a2
[ "BSD-3-Clause" ]
permissive
MIPS/external-libchrome
60108d9f59e5ebfdde29254ceae2987cff2eadf8
2e2446af20fcd5c2202fc40c5f50c66b983c706e
refs/heads/master
2021-05-04T04:01:06.870629
2018-04-25T05:25:18
2018-04-25T05:25:18
70,811,377
0
0
null
null
null
null
UTF-8
C
false
false
3,157
h
// Copyright 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef IPC_IPC_MESSAGE_START_H_ #define IPC_IPC_MESSAGE_START_H_ // Used by IPC_BEGIN_MESSAGES so that each message class starts from a unique // base. ...
[ "hidehiko@google.com" ]
hidehiko@google.com
7aee4bb1323db4910bb301fc4843fad90b851bbe
c7b8bcd26e5ba4a3eab379c5c6321c0eebe2a455
/Firmware/VController_v3/pics.h
46f6641b5aee91790978e9e7ed0ed95fbc38d93a
[]
no_license
sixeight7/VController_v3
cc66e3d85d3f1bbcf7cfbc74a696f70053c082e2
ff9fdd605faaa1e498a36ab5a3867cbd52517313
refs/heads/master
2023-04-19T09:37:32.782761
2023-03-20T16:44:34
2023-03-20T16:44:34
85,973,767
64
14
null
2018-09-25T06:42:27
2017-03-23T16:44:30
C++
UTF-8
C
false
false
1,956,405
h
// Please read VController_v3.ino for information about the license and authors // Device pics edited in photoshop to 160 x 100 pixels and saved to .bmp with the BMP Advanced Mode option R5 G6 B5 which you can set after pressing Save. // Converted with https://javl.github.io/image2cpp/ (set Draw mode to Horizontal - 2...
[ "cfeddema@gmail.com" ]
cfeddema@gmail.com
d88a275a596acc2581ad51ce91a13a536d404a4c
a2ee4be081bcbd3d620ebc1fc7b2e797add45e39
/SiK/Firmware/radio/AES/AES_defs.h
c1dac909a9e7e202ca5e08b9c7b1d56f6c2bd353
[]
no_license
vgwiss/SiK-Security-Research
1e376025b1c0847de946fb3964ecf1926077be1a
95e165750cf511a80eddb09f94a864fb837b6dde
refs/heads/master
2022-05-23T04:57:36.936125
2020-04-30T11:59:35
2020-04-30T11:59:35
256,018,968
0
0
null
null
null
null
UTF-8
C
false
false
3,318
h
//----------------------------------------------------------------------------- //AES_defs.h //----------------------------------------------------------------------------- // Copyright 2011 Silicon Laboratories, Inc. // http://www.silabs.com // // Program Description: // // DMA definitions for Si102x/3x family. // // ...
[ "victor.wiss.15@cnu.edu" ]
victor.wiss.15@cnu.edu
0bccea0420762fe5aed929fdb054c8a7cea9cc92
8f84b92a84c5a2f5a640ca0a7cbba3cfa957154d
/mediatek/external/VT/service/inc/VTSUtils.h
66afaa3afd92aa4679247f84dd14b8bc1efcc878
[]
no_license
Al3XKOoL/MT65x2_kernel_lk
c7a23c2d41fb4c593d1bb9054a15d3b51ffaa224
51fe3f27e90e42dbdebae928e6b787f82bee4ddc
refs/heads/master
2021-01-18T10:25:35.483668
2015-03-25T07:17:37
2015-03-25T07:17:37
32,857,246
0
4
null
2015-03-25T10:16:26
2015-03-25T10:16:26
null
UTF-8
C
false
false
4,283
h
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein * is confidential and proprietary to MediaTek Inc. and/or its licensors. * Without the prior written permission of MediaTek inc. and/or ...
[ "inspektor.po13@gmail.com" ]
inspektor.po13@gmail.com
69916301687a46ae13c4390603fefc0f125fd296
baa1df9650f9ab6e6d69fe7ade89329d51c3679a
/common_c/sysdev/filemode.c
2369c957c4f6d8b7761d7a5e3674a3db01ac0c20
[]
no_license
fredcamps/playground
566d31bcc0104d490b8711655ae29b89485dcd5c
043c08c8aba0f732b76c7a35a640b67cf07afad0
refs/heads/master
2021-01-16T18:55:09.906557
2020-02-05T19:41:00
2020-02-05T19:41:00
100,125,467
0
0
null
null
null
null
UTF-8
C
false
false
1,304
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <string.h> #include <fcntl.h> int main(int argc, char *argv[]) { int fd; int length = 50; char filename[] = "somefile.txt"; char buffer[length]; char *text = "1111"; fd = open(filen...
[ "mail2frede@gmail.com" ]
mail2frede@gmail.com
4cab9f5b7e73dda46a281636e29514ef5e588503
3f163a835b27b93b9264355e8e1ec11f8116870d
/0x02-functions_nested_loops/11-print_to_98.c
cf2af2b5474611a6e6bde4e65559ddf96ac47977
[]
no_license
Cokeroluwasegun/holbertonschool-low_level_programming
9b1a174c3dbb92bc8af0ffa654e612bfce5b6c77
720dff1b32fe4c3d9bedca71f793515b61c92ed2
refs/heads/master
2022-04-16T20:02:57.082764
2020-04-16T23:01:11
2020-04-16T23:01:11
null
0
0
null
null
null
null
UTF-8
C
false
false
450
c
#include "holberton.h" #include <stdio.h> /** * print_to_98 - print all natural numbers from n to 98 * @n: integer to start printing from * Return: void */ void print_to_98(int n) { int i; i = n; if (i < 99) { while (i < 99) { if (i != 98) { printf("%d, ", i); i++; } else { printf("%d", i); i++; } } printf("\n"); }...
[ "laabidigh@gmail.com" ]
laabidigh@gmail.com
baa907e39172acc52cafa8a8f3ea89e1acfe03f2
46979906b331cc10c7f0f009a158ce0996f14097
/dynchk/libs/libasound/snd_pcm_hw_params_get_sbits.c
cf095e9bdfe0f5a4d6b92b42f136956d826c7a1c
[]
no_license
mwichmann/lsb-checkers
2f6a9674c9a23e39d69d35e8d2457c7a5b3881dc
1170e4486085731b129cbb060c693e7e6ebca027
refs/heads/master
2020-06-11T00:07:56.105656
2016-12-08T19:30:39
2016-12-08T19:30:39
75,857,254
3
3
null
null
null
null
UTF-8
C
false
false
1,128
c
// Generated by gen_lib.pl #include "../../tests/type_tests.h" #include "../../misc/lsb_output.h" #include "stdlib.h" #include <alsa/pcm.h> #undef snd_pcm_hw_params_get_sbits static int(*funcptr) (const snd_pcm_hw_params_t * ) = 0; extern int __lsb_check_params; int snd_pcm_hw_params_get_sbits (const snd_pcm_hw_param...
[ "denis.silakov@rosalab.ru" ]
denis.silakov@rosalab.ru
91e6a1dadacc923a562e51a6b0ac57c7ab684e4e
078629f8dd9fbef3e7341eaca13af5eb7dc4a882
/01_Jogo_Adivinhacao/adivinhacao - 9 Random.c
8c9d0631ef1080a8d52fc78b9ff0f9003da6f770
[]
no_license
bertaoal1/CursoAlura
373574bcafc93393707d613fb498a530157b8a80
8fcd443e7262a5213bbad480b2f93702ccd0530d
refs/heads/master
2020-04-11T22:06:55.556787
2018-12-17T12:14:33
2018-12-17T12:14:33
162,125,597
0
0
null
null
null
null
UTF-8
C
false
false
2,321
c
//PErmite pegar o que foi digitado no teclado #include <stdio.h> #include <stdlib.h> //Importa locais #include <locale.h> #include <time.h> //video 26 int main() { //habilita a acentuação para o português //setlocale(LC_ALL, "Portuguese"); setlocale(LC_ALL, "UTF-8"); //imprime cabecalho do nosso jogo printf("**...
[ "bertao.al1@gmail.com" ]
bertao.al1@gmail.com
34b8bb6d150b67b13ff2247763ee8df276b94c31
c7be5b45ee13d3f2bad32902f8602ee00dff13c0
/numeric/AKWF_0292.h
febbfe34d449b2ac1cd7d5ca202386cf8f868d4e
[]
no_license
DatanoiseTV/AKWF_WaveForms_1024
d38ed856416b093d3b0c0b7ef8203cd3fdf20f20
54c9d55511f007feacfac3d437e0eb1d1f214d5e
refs/heads/master
2021-01-19T22:01:48.646095
2014-07-08T12:34:35
2014-07-08T12:34:35
21,574,675
3
1
null
null
null
null
UTF-8
C
false
false
7,406
h
// Converted by AKWF2Teensy from AKWF_0292.wav. // AKWF2Teensy - Beerware by Datanoise.net. const int16_t AKWF_0292[1025] = { -1, -1, -1, -2, -2, -3, -2, -3, -1, -3, -4, -4, -4, -4, -5, -5, -5, -6, -5, -5, -6, -6, -6, -5, -6, -7, -8, ...
[ "github@ext.no-route.org" ]
github@ext.no-route.org
bb04cf8fcd6b5c24438edf00817c0cfc1c5e55c9
06ddfcc44373b5744948a2469c27cfa3ed7b3454
/Project/超核K60-K64开发板-基础例程/14-I2C-1地址扫描/src/main.c
8b3d6f8a97ce1b6767b1146ca7f123511ff6ff6d
[]
no_license
yandld/CH-K-Lib
3522a68b1a92843428cf9cbd0dc671fab6f08e14
4b7fe491e4c5805ea84118cc5c16b515e1500c88
refs/heads/master
2021-06-19T20:06:03.865770
2021-01-22T09:45:07
2021-01-22T09:45:07
166,505,935
5
5
null
null
null
null
GB18030
C
false
false
815
c
#include "gpio.h" #include "common.h" #include "uart.h" #include "i2c.h" /* 从此例程开始 使用英文注释 */ /* i2c bus scan */ static void I2C_Scan(uint32_t instance) { uint8_t i; uint8_t ret; for(i = 1; i < 127; i++) { ret = I2C_BurstWrite(instance , i, 0, 0, NULL, 0); if(!ret) { ...
[ "yandld@126.com" ]
yandld@126.com
881cd889541cd725b2e59465f3e76cd08cc7a8db
52e04814667b894feec6656bf7f5b6fc4e129816
/modules/onedram/dpram.h
b5a4a5fc03a48593b8a86eaf94fb40388d108d9c
[]
no_license
Silvist/kernel-R910
43affc82d9af1685ff5a1f670d540e63cac4a6cc
062da8471215caba436a6cd10b76b919d25d45c1
refs/heads/master
2021-01-22T04:49:55.614645
2011-08-03T13:21:46
2011-08-03T13:21:46
null
0
0
null
null
null
null
UTF-8
C
false
false
14,435
h
/**************************************************************************** ** ** COPYRIGHT(C) : Samsung Electronics Co.Ltd, 2006-2010 ALL RIGHTS RESERVED ** ** AUTHOR : Kim, Geun-Young <geunyoung.kim@samsung.com> @LDK@ ** @LDK@ ******...
[ "playfulgod@gmail.com" ]
playfulgod@gmail.com
989a8a66523cddb0cc1569d0d0d1539c6843073e
646da26323cc6c1e4d4beb80cf92edca80a5d5bc
/re/src/sippriority/respriority.c
35146fd719445c94ae931f6d887d71f37b7e3c1f
[ "BSD-3-Clause" ]
permissive
Songark/libre_rfc
376ab7c59e20641a57a8c1d4765ded6026aec4ed
c8c3f9037e7b484e748eb6f63dae3e756b1d04d6
refs/heads/master
2020-03-08T13:31:28.859009
2018-04-05T05:06:38
2018-04-05T05:06:38
128,160,028
1
0
null
null
null
null
UTF-8
C
false
false
5,740
c
/** * @file sippriority/respriority.c Resource-Priority header of SIP * * Copyright (C) 2018 Sqgenius.com */ #include <re_types.h> #include <re_list.h> #include <re_mem.h> #include <re_mbuf.h> #include <re_sippriority.h> #include <re_fmt.h> #include <string.h> struct list accept_rp_list; /** Defines a priority stri...
[ "arksong123@gmail.com" ]
arksong123@gmail.com
42d60df3756053bc821a1281d14ac38396fbf655
ffad7cc80b8a04a86568723dba7dbe4598f40fe9
/hashtable/Micheal-splay-tree.c
4e2af80e9f1e6bb6bf83f088ce0f3f055ba5e575
[]
no_license
aarontcopal2/Split-Ordered-Lists
a0121df728e204a864a331512b81ef10741c2dd9
e26900c902bc95f3dfe2bd85d12299dc4e10122c
refs/heads/main
2023-02-01T02:06:26.437584
2020-12-16T21:06:04
2020-12-16T21:06:04
312,929,144
0
0
null
null
null
null
UTF-8
C
false
false
3,088
c
//****************************************************************************** // system includes //****************************************************************************** #include <stddef.h> // NULL #include <assert.h> // assert #include <stdlib.h> // free #include <valgrind/helgrind.h> // ANNOT...
[ "aarontcopal2@gmail.com" ]
aarontcopal2@gmail.com
389f9580113428cb1b120ae18f09c8cd18b1061e
071ebe719562bb290d1cf4383724d6b173df6730
/core0/Inc/iic_tp100_drv.h
4ca87c3012f70732065b2a5c6473d067fa293986
[]
no_license
ningjw/LPC55S69
0de2d0cd8f2081b62a8dbc7100a766366a265ad5
45a4dd4b8d71b122b6a0a7e216374f0e7d47020e
refs/heads/master
2023-03-31T20:11:03.463002
2021-04-05T08:56:21
2021-04-05T08:56:21
274,326,271
2
1
null
null
null
null
UTF-8
C
false
false
117
h
#ifndef __IIC_TP100_DRV_H #define __IIC_TP100_DRV_H float TMP101_ReadTemp(void); void TMP101_Init(void); #endif
[ "413526408@qq.com" ]
413526408@qq.com
9562c81c5d5c4da23b7dbe707fd05e09f6f3b476
6836164f470180ad68cd88f89a99f87efe2351a6
/src/uri/uri_socket_test.c
9f049bda5974400f9f543f63c8db5daf89ad9d9c
[ "Apache-2.0" ]
permissive
milanlenco/vpp
f14f66f6f7a19dbfd0d85d7985f88a455232c83e
0af7dbe6738cc77b2a8e065a5bf225e6da28ba53
refs/heads/memif
2021-01-21T11:22:39.625583
2017-04-11T14:28:19
2017-04-11T14:28:19
83,557,422
0
1
null
2017-04-12T14:45:46
2017-03-01T13:28:41
C
UTF-8
C
false
false
2,961
c
/* * Copyright (c) 2017 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
[ "fcoras@cisco.com" ]
fcoras@cisco.com
887ddc07910ab37e8647bdfe4f4556250cc84111
0891907a66d3e2609abb34eda29a0d0cedbcdebb
/ISS/comm.h
84974f287721323b3ad05febc4003c216a628e72
[]
no_license
guiwits/P3K
aaec93111ba10820ac67187f51296f394847bb9d
1ac2cbffb3ccf0abc7ea2b37b392d05503bd24a0
refs/heads/master
2021-01-23T20:13:59.273891
2014-04-15T01:10:27
2014-04-15T01:10:27
null
0
0
null
null
null
null
UTF-8
C
false
false
177
h
#ifndef UTIL_H #define UTIL_H extern int open_comm (char *addr, int arg); extern int send_raw (int fd, char *text, char *resp, int resp_len); #endif /* UTIL_H */
[ "guiwits@gmail.com" ]
guiwits@gmail.com
9cb9e3452bc4b3b57269f4116d9a03fe6fb03a11
40b0530ef3eb345c49fc0d2face8bed9088a58c5
/v1.3/lib/mcu/altpins.h
6244cf403402ced1f4f93318683492656e178b03
[ "LicenseRef-scancode-public-domain", "Unlicense" ]
permissive
Enjection/monty
1262974ab1c74b82fc0ce4cef7906b36eea77bdb
e7f2ecaf1b7f2ed0ce24f5aaa4c14e801d18dfde
refs/heads/main
2023-07-18T16:17:08.465840
2021-08-25T09:30:01
2021-08-25T09:30:01
null
0
0
null
null
null
null
UTF-8
C
false
false
23
h
../arch-stm32/altpins.h
[ "jc@wippler.nl" ]
jc@wippler.nl
0c584d3bdec12818cbf83f82ca6e997e5ea6d525
b60b5f6582ca7d195441eb80b0f57d8f49429cee
/searchVertex.c
ed37af0c234227ec394e80995fa6687d30370334
[]
no_license
Gpridham/COP3530_assign7
87d9bcf2130362d30abff4f998fe328d5d90fbb2
a5469a48dba4793526a4ede48268421c7473dec1
refs/heads/master
2020-03-10T15:45:08.950632
2018-04-13T21:40:23
2018-04-13T21:40:23
129,455,974
0
0
null
null
null
null
UTF-8
C
false
false
233
c
#include"my.h" /* Returns index of vertex if found or returns -1 if not found */ int searchVertex( GRAPH* g, char c ) { int i; for(i = 0; i < g->size; i++) { if( g->v[i].c == c) return i; } return -1; }
[ "pridham6@gmail.com" ]
pridham6@gmail.com
6d188561ff344d6df4439752f3a32ac3f8c1b641
345b45dac0b414b1f568ab4cd5458c7afe979545
/c_VSIP_src/vsip_cvdot_d.c
aaa268ff5b1624868162acb9753f5b3edeb2d9bd
[ "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference" ]
permissive
rrjudd/jvsip
256b41924b78305c779b8356f2fb83a2f47b64ff
f9ea05e0082acfeb3707b02e91a45f40008b7340
refs/heads/master
2022-10-03T02:40:27.724075
2022-09-20T19:07:50
2022-09-20T19:07:50
3,030,715
15
5
null
null
null
null
UTF-8
C
false
false
1,948
c
/* Created RJudd December 29, 1997 */ /* SPAWARSYSCEN D881 */ /********************************************************************** // For TASP VSIPL Documentation and Code neither the United States / // Government, the United States Navy, nor any of their employees, / // makes any warranty, express or implied,...
[ "rrjudd@me.com" ]
rrjudd@me.com
7af37553a1fc745e45abd115b18dca0c556cae22
b5ae60b0e70d224f39aa9f700bdb31b2974bbd54
/Etudes/Projekt 6/v1_vorlage/client/vslabclib/vslabclib.c
17f9e3c5eaf2d8e6227c6367eb552ec3bb033d6a
[]
no_license
PatrickTimani/Document
fc87219fc109c11d9b874213edca5e1039b711ca
6af683be6f76506889fd0ac8dfedfb0ea898d5c0
refs/heads/master
2021-01-18T06:38:41.429943
2014-07-06T13:59:37
2014-07-06T13:59:37
null
0
0
null
null
null
null
UTF-8
C
false
false
9,069
c
/** * \file vslabclib.c * \author Marc Juettner, marc.juettner@juettner-itconsult.de * \author Manuel Gaiser, manuel.gaiser@hs-pforzheim.de * \version 1.0 * \brief A library that implements access to a remote vslab server * * \defgroup vslabclib VSLab client library * \{ * \par Prerequisites * This library ...
[ "patricktimani@yahoo.fr" ]
patricktimani@yahoo.fr
c52f971b03a837ebd6986d8e80a1896a311a05ca
fd4abcd36d333ba3b951219054bbc93c70cffefd
/Test Environment/Implemented ECUs/Lamp_freertos_final/Lamp_freertos_final/can_task.h
360a430125357b8c5fa9fe74fbea5878b2fda19c
[]
no_license
benhe119/Automotive-IDPS
14a598dbb5391fa79306c1794fbfc5b31a983924
b43191bb4355c1bb72f22b7ab91eaa6b4090d22f
refs/heads/master
2020-07-29T10:09:24.659022
2017-07-12T16:02:59
2017-07-12T16:02:59
null
0
0
null
null
null
null
UTF-8
C
false
false
323
h
#include <stdint.h> #ifndef __CAN_TASK_H__ #define __CAN_TASK_H__ //***************************************************************************** // Prototypes for the switch task. //***************************************************************************** extern uint32_t CANTaskInit(void); #endif // __CAN_TASK_H...
[ "MoatazMFarid@gmail.com" ]
MoatazMFarid@gmail.com
6a5c80585587d04d61a43c1a1be7fd57cce809d8
21292b480b6a1eeb82ad9afea69c60baab2454a6
/src/mmt_mobile/asn1c/s1ap/S1ap-DeactivateTrace.c
46e7683d0c195c55e6fd64bc9cd4e822a1f3ef63
[ "Apache-2.0" ]
permissive
Montimage/mmt-dpi
fb0d1f695663ded73568d64093465c60803d828a
6dc790734cb32d3b89966535666239b103eada5c
refs/heads/master
2023-08-22T12:23:41.276825
2023-07-17T08:38:54
2023-07-17T08:38:54
450,171,795
6
1
Apache-2.0
2023-08-03T09:33:50
2022-01-20T16:24:40
C
UTF-8
C
false
false
4,748
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-PDU" * found in "./support/s1ap-r10.5.0/S1AP-PDU.asn" * `asn1c -D ./common -gen-PER -pdu=all -fcompound-names -fno-include-deps -no-gen-example` */ #include "S1ap-DeactivateTrace.h" #include "S1ap-IE.h" static int memb_s1ap_Dea...
[ "nguyenhuunghia.gtvt@gmail.com" ]
nguyenhuunghia.gtvt@gmail.com
1179f925fb04544db0f2da1968a8d3fd638d9e23
2cad0c2182f134ec04789d8a6483eeaee6a895af
/5.c
8a7d1be39eedef5f854c2016aba440045580cdef
[]
no_license
Guga15gu/Exercicios-AED1
a505c8b9bd7d2e1d714942483e01050448b73c67
0c980e6040c3d8625043a0dcc19ab6e007825c1d
refs/heads/master
2020-04-29T19:04:31.565967
2019-07-10T04:40:56
2019-07-10T04:40:56
176,343,122
0
1
null
null
null
null
UTF-8
C
false
false
696
c
#include <stdio.h> #include <stdlib.h> struct pessoa{ char nome[20]; char data[20]; int cpf; }; void preencher(struct pessoa *a){ printf("Digite o nome: "); scanf("%s", a->nome); printf("\nDigite a data de nascimento: "); scanf("%s", a->data); printf("\nDigite o cpf da pessoa: "); scanf("%d", &a->...
[ "noreply@github.com" ]
Guga15gu.noreply@github.com
5dc83fc9b81b93908367783b5434081272a73420
f41f7058eda8b8c230594f4c06fcc8f37b74f0bf
/Digits.c
278576c563c1c98e3d5a4afcbc35584194cff887
[]
no_license
Lzjishappy/Cpractice
90d2e5d51635e0208fc5ba8acbfdc9520963f616
883462b0a1db5e08158f9bef8b31e094a7a43dd4
refs/heads/master
2023-03-19T19:23:13.257716
2021-03-11T12:42:25
2021-03-11T12:42:25
323,544,353
0
0
null
null
null
null
GB18030
C
false
false
273
c
//#define _CRT_SECURE_NO_DEPRECATE // //#include<stdio.h> //int main() { // int n; // int num; //xx: // // num = 0; // scanf("%d",& n); // // while (n>0) // { // n = n/10; // num++; // } //printf("%d", num); // goto xx; //return 0; //}//判断一个整数数的位数
[ "1476673483@qq.com" ]
1476673483@qq.com
b1bd980403b546c9267e431f5bed9ecaa73ba35a
16f75ebdba7e7738e9d771367b5f22d2ec0c6b23
/il2cpp_output/mscorlib_System_Predicate_1_gen_45MethodDeclarations.h
e8559e0439e42c50a5437e122a7524fc93e4022e
[]
no_license
18945661022/pintu
c0bb3ffe3627d0f7612b5647a3bbedd879bdd6f3
0becf624cfd9e0812820507890eefc49f5af6f14
refs/heads/master
2020-04-04T19:24:25.056903
2018-11-05T11:08:24
2018-11-05T11:08:24
156,204,405
0
0
null
null
null
null
UTF-8
C
false
false
1,557
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_Predicate_1_gen_4MethodDeclarations.h" // System.Void System.Predicate`1<Vufor...
[ "Apple@chengdedeMac-mini-10.local" ]
Apple@chengdedeMac-mini-10.local
acb5373abcba78e7c3907e36e93cf541d7434ef5
3f784db884ffd7ddbe1d7499f9dc83a4df270c05
/Programs/Program4/keygen.c
a11d60a6b931f6a8769f329580219c01112ac19d
[]
no_license
gilhernandez21/Operating-Systems
5d9cd46f3377456a22807f014a564f2bb079ead5
38a45b4419906eec6905d1fb3507cf415c88bfd7
refs/heads/master
2020-12-31T23:00:57.275674
2019-12-02T01:50:15
2019-12-02T01:50:15
null
0
0
null
null
null
null
UTF-8
C
false
false
3,935
c
/**************************************************************** * Program name: keygen * Author: Herbert Diaz <diazh@oregonstate.edu> * Date: 11/24/2019 * Description: Program 4 for CS344 Operating Systems @ OSU * Program Function: * This program generates a key consisting of 27...
[ "hrbrtdiaz@gmail.com" ]
hrbrtdiaz@gmail.com
7e13f10f120fa126831bbb1ef4f4d2fe5501464a
38c0ef1759dc9a9b715589ea632dd1ac6b64d598
/Projects/STM32H7B3I-EVAL/Examples/JPEG/JPEG_MJPEG_VideoDecodingFromOSPI/Inc/decode_dma.h
fa3ff0fdc32064b8dcd8e0fa8c690d3221e67adb
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
engycz/STM32CubeH7
9fb379f88d80ca8813557c9ab4e9f83dd7a97bf5
91dd6590d8904651ac01380dd1adaf0b2e8a3068
refs/heads/master
2021-11-26T04:15:14.720718
2021-11-18T14:07:06
2021-11-18T14:11:23
235,042,695
0
0
NOASSERTION
2020-01-20T07:27:10
2020-01-20T07:27:09
null
UTF-8
C
false
false
1,580
h
/** ****************************************************************************** * @file JPEG/MJPEG_VideoDecodingFromOSPI/Inc/decode_dma.h * @author MCD Application Team * @brief Header for decode_dma.c module ****************************************************************************** * @attent...
[ "ali.labbene@st.com" ]
ali.labbene@st.com
cdb1ce000a7537a96a9f357916faaff196c67c17
8dc84558f0058d90dfc4955e905dab1b22d12c08
/third_party/ffmpeg/libavcodec/rscc.c
dae5e8463452087c2c5cba58c6f6834b95014c1b
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LGPL-3.0-only", "LGPL-3.0-or-later", "IJG", "LicenseRef-scancode-proprietary-license", "GPL-2.0-or-later", "LGPL-2.1-or-later", "GPL-3.0-only", "GPL-2.0-only", "LicenseRef-scancode-other-permissive", "LGPL-2.1-only", "License...
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
C
false
false
12,144
c
/* * innoHeim/Rsupport Screen Capture Codec * Copyright (C) 2015 Vittorio Giovara <vittorio.giovara@gmail.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Fou...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
e0165c68e71a2e16c3856937b748adb7b9090124
6c2bf381085b4334b554297d89892a5251b04f32
/ios/Pods/Headers/Private/SalesforceSDKCommon/SFTestContext.h
5dc89a33593e0235d51373aca8a98b0d64621e90
[]
no_license
arupsarkar/nto
3a26b9d0677b6660a7574ff1d08a58f45800a10b
7510abc2c0abf73c245b50fab2da8533b497a165
refs/heads/master
2022-12-11T07:08:34.607536
2019-12-10T15:46:59
2019-12-10T15:46:59
221,309,403
0
0
null
2022-12-04T20:08:04
2019-11-12T20:50:20
JavaScript
UTF-8
C
false
false
123
h
../../../../../mobile_sdk/SalesforceMobileSDK-iOS/libs/SalesforceSDKCommon/SalesforceSDKCommon/Classes/Util/SFTestContext.h
[ "arup.sarkar@kavayah.com" ]
arup.sarkar@kavayah.com
55fff98a203fedb0564d9a422a9de87d68f47df6
1cc5d45273d008e97497dad9ec004505cc68c765
/cheatsheet/ops_doc-master/Service/cfaq/example_c/sscanf_2/main.c
f6cdaaa6e04932e3845eb6a125b13bdc15cf8d8b
[]
no_license
wangfuli217/ld_note
6efb802989c3ea8acf031a10ccf8a8a27c679142
ad65bc3b711ec00844da7493fc55e5445d58639f
refs/heads/main
2023-08-26T19:26:45.861748
2023-03-25T08:13:19
2023-03-25T08:13:19
375,861,686
5
6
null
null
null
null
UTF-8
C
false
false
487
c
#include <stdio.h> #define __DATA_FMT__ "%05u_%24s_%u_%lu" #define __DATA__(data, sid, app, plt, uid) sscanf(data, __DATA_FMT__, &sid, app, &plt, &uid) int main(int argc, char **argv) { unsigned int sid = 0; char app[64]; unsigned int plt = 0; unsigned long uid = 0; __DATA__("00010_04d25d9e991a9ed98ddc711...
[ "wangfl217@126.com" ]
wangfl217@126.com
cb71c917dbf25c4db5de660955bc5e26286e3f2a
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/darwin-xnu/bsd/kern/extr_ubc_subr.c_ubc_create_upl_kernel.c
d7ba348c31f9265c158a2e18790a03cc97a19093
[]
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
3,559
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
b50d033dbd0e197724ee5473fdbd0ed7b29dc250
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/shell/lib/shellacl.c
274622969f57da0389a4af21cee0aa30ac9b9538
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C
false
false
1,029
c
#include "stock.h" #pragma hdrstop #ifdef WINNT // // common SHELL_USER_SID's (needed for GetShellSecurityDescriptor) // const SHELL_USER_SID susCurrentUser = {0, 0, 0}; // the current user const SHELL_USER_SID susSystem = {SECURITY_NT_AUTHOR...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
4fb8b5cb1cac8e000c3cc7b87b2532b297409c08
019ee2b17c2e51e2ee8720a24d101cbc70d1d990
/avr/AVR/Atmega8_PS2_Bit_Bang/Atmega8_PS2_Bit_Bang/PS2_lib.h
fdf17e21f16e918925abee971df04d1641dc18eb
[]
no_license
byrnedawg/programming
a676c99f75aaf54b5f4a8880c8403642ab088042
3b19c62c568cda5ff94dc87d142fba7feed3a462
refs/heads/master
2021-03-24T12:51:07.181785
2017-06-30T19:20:38
2017-06-30T19:20:38
77,976,894
0
0
null
null
null
null
UTF-8
C
false
false
2,876
h
#include <stdlib.h> #include <math.h> #include <avr/io.h> #include <util/delay.h> #include <avr/interrupt.h> #include <avr/signal.h> #include <avr/pgmspace.h> #include <stdbool.h> #define CTRL_CLK 4 #define CTRL_int8_t_DELAY 3 //These are our button constants #define PSB_SELECT 0x0001 #define PSB_...
[ "greg.byrne53@gmail.com" ]
greg.byrne53@gmail.com
ff40e7f1d6ddb5138c80e001e23e15f81a674210
09ea730dcdab3e1ffd22c411f7e2e6219567f297
/pgms/drawnets/src/date.h
3c8dbd8bede196be302f7a490d0818da55ef1386
[]
no_license
rubund/timberwolf
27ae62d8d3450474938889e36c78514c51b3f60b
35cb4d3aa87017ea6b54cc03fb64cb141fbfde6d
refs/heads/master
2020-05-16T23:39:08.735020
2014-09-09T20:01:59
2014-09-09T20:01:59
23,800,752
8
5
null
null
null
null
UTF-8
C
false
false
71
h
#define DATE "@(#) Yale compilation date:Mon May 25 20:42:19 EDT 1992"
[ "ruben.undheim@gmail.com" ]
ruben.undheim@gmail.com
51bab4e08c80c0cabdd497bb76d199b364677f12
04b1803adb6653ecb7cb827c4f4aa616afacf629
/ppapi/c/private/ppb_tcp_server_socket_private.h
7de387b4307bbdd58e254eac293853e874afaca6
[ "BSD-3-Clause", "LicenseRef-scancode-khronos" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C
false
false
3,890
h
/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* From private/ppb_tcp_server_socket_private.idl, * modified Mon May 20 12:45:38 2013. */ #ifndef PPAPI_C_PRIVATE_PPB_TCP_SERVER_SOCKET_PRIV...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
07d31085dbb3f31344b2519d26c752fcb616b57e
15a2d26ffa621ffda1fc1871d29d560ff889bd58
/header/display.h
bcb2cee40c78bd5179646a00fce05a0bbf28874a
[]
no_license
axlmk/screenSaver
e079a467255e9f9b308dddacbb4089b853dac5e6
21a057bcf6b41ca40d8c07b64e6665f2f45e31d9
refs/heads/master
2021-03-22T01:21:43.208090
2019-03-03T21:22:39
2019-03-03T21:22:39
119,726,043
0
0
null
null
null
null
UTF-8
C
false
false
344
h
#ifndef _DISPLAY_H_ #define _DISPLAY_H_ #include <stdio.h> #include <stdlib.h> #define DIM 6 void printStringPlane(char *string, int n, int len); void spaceAbove(int y); void spaceLeft(int x); void displayPlaneXAxe(int x, int x_term, int n, int k, char **plane); void displayPlane(int x, int y, int x_term, int y_term,...
[ "axel-gauthier@hotmail.fr" ]
axel-gauthier@hotmail.fr
b94c43ed271785ab366e2341fb3aa2b34631f1a7
ba8c2f6da09c6866e88575a4668fa422ebc8effe
/DMAVR/DMAVR-128示例程序/AVR GCC环境下例程/定时器计时实验/全部项目文件/Timer0/Timer0.c
124a91c70a635b9c48ee8d63a91ff01ed0daa197
[]
no_license
dumpinfo/DevBoard
4c4fbfdfadbf0b575982ade2f47a8c34014a4e05
70fbf85cd9e9fecca7388e3367bf88ed3753dcdb
refs/heads/master
2020-03-30T11:03:30.694951
2019-02-25T02:25:10
2019-02-25T02:25:10
151,151,075
1
0
null
null
null
null
GB18030
C
false
false
6,788
c
//DMAVR-128的利用定时器0实现999s加1计数功能,每1s加1 //定时器用普通模式,溢出中断,加1计数 //定时器初值计算,定时10ms,1024分频为例,(FF-X+1)/F_CPU/1024=0.01s //秒表在数码管上显示 //编译环境 AVR Studio 4.17/AVR GCC,优化度-0s //系统时钟7.3728MHZ,设置熔丝位为外部高频石英晶体振荡,启动时间4.1ms //作者:阿迪 www.avrgcc.com //日期:2010.01.14 //********************************************************************...
[ "twtravel@126.com" ]
twtravel@126.com
a879796accc596ed9ad9fca816512521d32221a4
5591aac66cebe16aefea0ed3d7971e6d0c6b5c4f
/test/jni/BoxUaf.c
e13019b2c6d1d873ae4f4d3cda8921b8cfc353df
[]
no_license
Medowhill/tijni
f7251e881834d66082712eda3943fe5d0728c084
a4eadcea09a19b60e74238dd8afb1bd824c3b1af
refs/heads/master
2023-02-22T18:53:47.995202
2020-06-17T02:08:14
2020-06-17T02:08:14
333,055,780
0
0
null
null
null
null
UTF-8
C
false
false
529
c
#include <jni.h> #include <stdlib.h> #include "BoxUaf.h" JNIEXPORT jlong JNICALL Java_BoxUaf_nativeMalloc(JNIEnv *env, jobject thiz) { return (jlong) malloc(sizeof(jlong)); } JNIEXPORT void JNICALL Java_BoxUaf_nativeFree(JNIEnv *env, jobject thiz, jlong ptr) { free((void *) ptr); } JNIEXPORT jlong JNICALL Java_B...
[ "hjm0901@gmail.com" ]
hjm0901@gmail.com
679338bc63cb0159798929e9dc1f017476fa043f
de26d8aa57d696d7e4bd8c40ac4c8a5c19098827
/src/python/Tuple.cpp
787179fa8cc20f2dbe11e4308fd7d6265641925e
[]
no_license
cosmosZhou/engine
0c06a56975b741387d14f05d0ee8303f9d5767fd
23a95e2959af288150e093122e01aa765ce2bc72
refs/heads/main
2023-08-20T17:45:32.660353
2021-10-28T19:13:19
2021-10-28T19:13:19
416,736,426
0
0
null
null
null
null
UTF-8
C
false
false
19
cpp
#include "Tuple.h"
[ "744984949@qq.com" ]
744984949@qq.com
45787c545b79cd759af779ebf2dc5edf996bfee7
62826298e9910cfcb83ee67d06da952d2432d2ce
/src/lwm2m/core/observe.c
7ea56dd3c772225af7fba8e0745c8afb22caa9c8
[ "MIT" ]
permissive
ghsecuritylab/js-embedded-platform
8ca5d4ada2f53430a635c4a18830486a60cd61e2
ba5e05e7d8a55493788f9ac0f4b245a7e6a6387e
refs/heads/master
2021-02-28T18:25:57.134833
2018-12-15T01:08:27
2018-12-15T01:08:27
245,722,682
0
0
MIT
2020-03-07T23:43:53
2020-03-07T23:43:52
null
UTF-8
C
false
false
40,940
c
/******************************************************************************* * * Copyright (c) 2013, 2014 Intel Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Eclipse Distribution License v...
[ "wieslaw.stanek@spinney.io" ]
wieslaw.stanek@spinney.io
19155d5c44c334c7ac4c3ba6ac54d8abd9602a29
33c424ed3adae1517e53308ded4b6309f7e516f2
/pintos/src/userprog/process.c
64273563993f0341a036ba54393ee18633c2419a
[ "MIT-Modern-Variant", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
sgdanawe/Pintos
0c77b8b3cee68229bfda705abb31b1b6fa3eae29
aa607de2316b109388048e646184dca0fa444ae1
refs/heads/main
2023-06-16T05:18:41.858288
2021-07-08T07:32:24
2021-07-08T07:32:24
384,038,503
0
0
null
null
null
null
UTF-8
C
false
false
26,752
c
#include "userprog/process.h" #include <debug.h> #include <inttypes.h> #include <round.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "userprog/gdt.h" #include "userprog/pagedir.h" #include "userprog/tss.h" #include "filesys/directory.h" #include "filesys/file.h" #include "filesys/filesys.h" #in...
[ "sgdanawe111@gmail.com" ]
sgdanawe111@gmail.com
1c305ecf98a2dfd7401f610a3e4f7180d68e09a2
83214753e9183327e98af0e6768e9be5385e5282
/d/jinling/npc/jinv.c
888e0a10cfc83f3d00ad5cf85a05b74cadb5059e
[]
no_license
MudRen/hymud
f5b3bb0e0232f23a48cb5f1db2e34f08be99614e
b9433df6cf48e936b07252b15b60806ff55bb2f3
refs/heads/main
2023-04-04T22:44:23.880558
2021-04-07T15:45:16
2021-04-07T15:45:16
318,484,633
1
5
null
null
null
null
GB18030
C
false
false
712
c
// yahuan.c inherit NPC; inherit F_VENDOR; void create() { set_name("妓女", ({ "jinu","girl","ji" }) ); set("gender", "女性" ); set("str", 19); set("per", 27); set("age", 19); set("long", "一个身材苗条的妓女,她年纪轻轻,貌美如花,\n" "你的心跳加快了!\n"); set("chat_chance", 3); set("chat_msg", ({ "妓女很肉麻的说道:官人怎么不经常来呀。\n", "妓女...
[ "i@oiuv.cn" ]
i@oiuv.cn
937b2020c52ba614edb0e2137e5eac6091192a56
ce05dcfba8578a0ec7a1672cac9cded8081c4ec3
/O3_NH3_202112/User/bsp/inc/bsp_cpu_rtc.h
e12ae724e31dfb7676c5cffbe8be200753622a3e
[]
no_license
shouzhou/rct6
6e904ac4f84de09f25a0505e7934397c07f104b6
8e78d1b116c26b8b228d1a69d85c2fc28f9f1dfe
refs/heads/master
2022-04-30T00:57:18.564457
2022-04-21T10:07:46
2022-04-21T10:07:46
193,808,582
1
1
null
null
null
null
GB18030
C
false
false
1,052
h
/* ********************************************************************************************************* * * 模块名称 : STM32内部RTC * 文件名称 : bsp_cpu_rtc.h * 版 本 : V1.0 * 说 明 : 头文件 * * 修改记录 : * 版本号 日期 作者 说明 * v1.0 2015-08-08 armfly 首版 * * Copyright (C), 2015-2016, 安富莱电子 www.armfly.com * ************...
[ "donglijiang@126.com" ]
donglijiang@126.com
327eee9e13d8dd9902f94e9f8e6fdab6ca551db2
5792b184e71a9de7779e0bd21b6833f8ddfdb4b5
/sysvr2-vax/src/cmd/gath/rje/name.c
ad31f8101c304b83c2a96059288764e46d7e3e0d
[]
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
774
c
/* * name puts the simple prefix to "suf", from "str" * into "buf". */ static char Sccsid[] = "@(#)name.c 1.1"; name(str,suf,buf) register char *str, *buf; char *suf; { char *strrchr(), *index(), *strcpy(); register char *ptr; ptr = strrchr(str,'/'); if(ptr) strcpy(buf,++ptr); else strcpy(buf,str); ptr = i...
[ "rwoodsmall@gmail.com" ]
rwoodsmall@gmail.com
3ae36f4e8abfffc2c4e6b843106ee05438f50677
92b60a3deb5ea34cfaf3263d51f03c5ccbdbaad5
/project/src/testArbres.c
567390d3263b8b29f5fd398bdccf51c8a869f134
[]
no_license
NielsTilch/FeelingAnalyzer_Film_Review
b10f72c18e9885e59cc59f8a9f5ecca7c0b60e81
e18b4feb24a1aa70d0860c6b5f1ed4f01c21723d
refs/heads/main
2023-08-31T19:33:03.765105
2021-10-28T08:17:54
2021-10-28T08:17:54
null
0
0
null
null
null
null
UTF-8
C
false
false
6,240
c
#include <criterion/criterion.h> #include "./../src/arbres.h" node* t0; node* t1; node* t2; node* t3; node* t4; node* t5; node* t6; node* t7; node* t8; node* t9; void setup(void) { t0 = NULL; t1 = new_binary_tree(12); t2 = new_binary_tree(5); t3 = add(t2, 10); t4 = new_binary_tree(20); t5 = add(t4, 7); t6 = a...
[ "noreply@github.com" ]
NielsTilch.noreply@github.com
d3d174404dc0f1786865f9719edb95b03303d566
6150ed93fbfcc8469129ea846521b1310211d7d1
/kernel/sysdepend/cpu/smp_sh7786/cpu_insn.h
1f30faddb0d7cde6742f61bd4219fbc731f70ef0
[]
no_license
kidasan/tkernel
edad4972d45836cc5e35846e0de6c95cac916232
aad4efc966120bf0a7aff0159fc630d6eb3b2b95
refs/heads/master
2016-09-06T12:51:03.926924
2014-11-09T08:02:17
2014-11-09T08:02:17
26,109,969
2
0
null
null
null
null
UTF-8
C
false
false
2,728
h
/* *---------------------------------------------------------------------- * SMP T-Kernel * * Copyright (C) 2007-2010 Ken Sakamura. All Rights Reserved. * SMP T-Kernel is distributed under the T-License for SMP T-Kernel. *---------------------------------------------------------------------- * * Ver...
[ "ryouichi.kida@gmail.com" ]
ryouichi.kida@gmail.com
13cc67f261af68ea3a704772c270b806e7b8880d
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/5e6fe1d7-abb4-4cb0-9939-090f173e258b.c
48278c128310fb43e7f7826d27bd107354bcd57d
[]
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
609
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = l/j; l = l/j; l = l/j; l = j%j; l = l-j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; int b[56]; int c[49]; a = 0...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
6e48b591f9151fb7146ca7f0a6cfb933388820d8
c47c254ca476c1f9969f8f3e89acb4d0618c14b6
/datasets/linux-4.11-rc3/lib/reciprocal_div.c
464152410c5123e191324a4cfb3ca5ea8ff66687
[ "BSD-2-Clause", "Linux-syscall-note", "GPL-2.0-only" ]
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
492
c
#include <linux/kernel.h> #include <asm/div64.h> #include <linux/reciprocal_div.h> #include <linux/export.h> /* * For a description of the algorithm please have a look at * include/linux/reciprocal_div.h */ struct reciprocal_value reciprocal_value(u32 d) { struct reciprocal_value R; u64 m; int l; l = fls(d - ...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
e513b1384d835977f214b32856b0a70dd2195159
8fe6757b18a88e14a9a5453f03d092dd515bf11c
/tags/build_2250/engine/gl/shader.h
8d5dd769c06ea9f69ab87be59f51f37898fe9c92
[]
no_license
driztf/fteqw
1e14325526fe909be478f5899f58baa0643ce880
50672eea7593748db1d0635707e337d2f04c7d92
refs/heads/master
2022-11-09T04:18:00.941403
2020-06-30T16:31:13
2020-06-30T16:31:13
null
0
0
null
null
null
null
UTF-8
C
false
false
5,195
h
#define SHADER_PASS_MAX 8 #define SHADER_MAX_TC_MODS 8 #define SHADER_DEFORM_MAX 8 #define SHADER_MAX_ANIMFRAMES 8 #define SHADER_ANIM_FRAMES_MAX 16 typedef enum { SHADER_BSP, SHADER_BSP_VERTEX, SHADER_BSP_FLARE, SHADER_MD3, SHADER_2D } shadertype_t; typedef enum { SHADER_SORT_NONE, SHADER_SORT_SKY, SHADER_SO...
[ "(no author)@fc73d0e0-1445-4013-8a0c-d673dee63da5" ]
(no author)@fc73d0e0-1445-4013-8a0c-d673dee63da5
08a11308518ec635fa9e0469f7c950681996b814
0427de0c7ac5709d10d7393b0a35a1297533bf84
/WiFiServerBasics/WiFiServerBasics.h
fbaf8da37bbeb3c64211744c24263b14afcb286f
[]
no_license
bvujovic/ArduinoLibs
e92683637051ee5afae73bf0e35c7e8dedd04c33
cbc8b6e8b6659148b43b0f6bf2aec376e6a691cb
refs/heads/main
2023-07-19T00:13:34.031384
2021-09-10T23:35:33
2021-09-10T23:35:33
328,841,961
0
0
null
null
null
null
UTF-8
C
false
false
961
h
#ifndef WIFI_SRV_BASICS_H #define WIFI_SRV_BASICS_H #if ESP8266 #include <ESP8266WiFi.h> #include <ESP8266WebServer.h> typedef ESP8266WebServer WebServ; #include <ESP8266mDNS.h> #include <LittleFS.h> #else #include <WiFi.h> #include <WebServer.h> typedef WebServer WebServ; #include <mDNS.h> #include <SPIFFS.h> #endif ...
[ "bv.net@outlook.com" ]
bv.net@outlook.com
182d7128913321b6100447366599490e20253eaa
dafa6cb8bf22bb883d5f9c8e84451fd5caee9d50
/source/libogc_lwp_heap.c
8a30d4290a2d0f987251a4aa12cb1e7a0ded7d9d
[]
no_license
gligli/mupen64-360
fc89f5f72cd3148beee7465338136aeb2f991656
f9fc5d2f22bb89fbf8d3e90d105fec0dddf48340
refs/heads/master
2022-03-04T16:54:04.973470
2022-02-11T20:49:07
2022-02-11T20:49:07
1,953,573
28
12
null
null
null
null
UTF-8
C
false
false
4,677
c
#include <stdlib.h> #include "libogc_lwp_heap.h" u32 __lwp_heap_init(heap_cntrl *theheap,void *start_addr,u32 size,u32 pg_size) { u32 dsize; heap_block *block; if(!__lwp_heap_pgsize_valid(pg_size) || size<HEAP_MIN_SIZE) return 0; theheap->pg_size = pg_size; dsize = (size - HEAP_OVERHEAD); block = (heap_blo...
[ "gligli@sfxteam.org" ]
gligli@sfxteam.org
311620410cb8d3e77ad2f9e0c9f420400e5e7337
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-CBMC/IRRWIW+poacquireonce+poacquirerelease+ReleaseOnce.c
58efd450914fef20ca3f72423be15b5267b8b3da
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C
false
false
1,488
c
/* Copyright (C) 2023 ARM-CBMC * This benchmark is part of ARM-CBMC */ #include <assert.h> #include <pthread.h> // Memory barriers #define FENCE() asm volatile ("mfence" ::: "memory") volatile int vars[2]; volatile int v_1_X0_2; volatile int v_1_X2_0; volatile int v_3_X0_1; void *t0(void *arg){ label_1:; FENC...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
582fbbd98c9c7352aab28291c7a70b0eb7c89886
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/d93e6613-3bf7-4b9b-9583-afc7d6d47e0a.c
1477a56976a465d4fd4a2500c9739413973436ae
[]
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
584
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=14; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = l/j; l = l-j; l = l-j; l = k-k*i; //variables //random /* START VULNERABILITY */ int a; char b[94]; char c[96]; a = 0; do {...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
18eec4590666a6a6162434783e1b4ef123c2627d
2760f63a59dc4d3f587b075fe825c06b462baec0
/src/other/Old/2012/X Library/xlib.h
400d7e75f8ed9f441c80778948c4e1f0c3e363d9
[]
no_license
rollrat/old-library
58c212a19e65e36105ef12588844393a3fd028fe
3306919e45f76e1cb022afba2b4a996568b2fcba
refs/heads/master
2021-01-10T04:26:40.609698
2016-02-13T15:36:12
2016-02-13T15:36:12
51,651,756
0
1
null
null
null
null
UTF-8
C
false
false
1,979
h
/************************************************************************* * * ROLLRAT AUTO PERSONA VERBOTER LIBROFEX * * (C) Copyright 2009-2014 * rollrat * All Rights Reserved * ******************************...
[ "rollrat.software@gmail.com" ]
rollrat.software@gmail.com
4a331eb41088f20c9d01abf14940bc73ff65f8aa
a57f2145ade34043e10ba2cffc84847794d5c9b0
/methods/rotate.c
002e758891c305288985bda481442f35cf062cdd
[]
no_license
jordanbonaldi/PushSwap
07f38270c063c7991fa72bad05c41dccb1a89aaa
d64cfaec8ed9627a64cd3983a11b9fd5b99b2c09
refs/heads/master
2020-03-27T15:28:35.509449
2018-08-30T08:36:29
2018-08-30T08:36:29
146,720,603
0
0
null
null
null
null
UTF-8
C
false
false
1,051
c
/* ** rotate.c for rotate_methods in /home/Neferett/CPE_2016_Pushswap/methods ** ** Made by Bonaldi Jordan ** Login <Neferett@epitech.net> ** ** Started on Sun Nov 13 22:07:57 2016 Bonaldi Jordan ** Last update Sat Nov 26 01:06:42 2016 Bonaldi Jordan */ #include "project.h" Boolean rr_e(t_list *l, t_list *b) { ...
[ "jordanbonaldi@me.com" ]
jordanbonaldi@me.com
800db25c0d05bf55cf5cf4e984b846e63b9b3593
8a55d541f50455d9e5af140d51316b3f353dab11
/lua_component.c
45d844cc5d43e70bd43ddffafd4d793768bd74bb
[]
no_license
minirop/the-machinery-lua-system
4287a563c1ebcd043dfae6fa1e0c22fd41fb82bb
bd94d14647787da88e98b1aabc45745e5fa5eec4
refs/heads/master
2023-08-25T00:41:16.384930
2021-10-25T11:07:09
2021-10-25T11:07:09
420,155,133
3
1
null
null
null
null
UTF-8
C
false
false
11,259
c
extern struct tm_entity_api* tm_entity_api; extern struct tm_transform_component_api* tm_transform_component_api; extern struct tm_temp_allocator_api* tm_temp_allocator_api; extern struct tm_the_truth_api* tm_the_truth_api; extern struct tm_localizer_api* tm_localizer_api; extern struct tm_logger_api* tm_logger_api; ex...
[ "minirop@hotmail.com" ]
minirop@hotmail.com
9a477f4337740925e8eb8c1815774cf13bbe4f00
1e3e44b1ae0713abc12fdca2db9d0a8318f4b7f2
/ExternData/Resources/C-Sources/hdf5/src/H5A.c
e14ee6018172ce4dff388ff10f91c23567a0b585
[ "LicenseRef-scancode-llnl", "LicenseRef-scancode-hdf4" ]
permissive
Satinelamp/Dymola_Skill_Tutorial
685d9872391c096c3d9b7cb0b224343d695108fd
3c2b90bc61eca36fa3faad1a0342d66ddf166cf2
refs/heads/main
2023-03-07T20:31:01.595317
2021-02-22T18:20:14
2021-02-22T18:20:14
332,461,088
0
0
null
null
null
null
UTF-8
C
false
false
64,317
c
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
[ "62006565+Satinelamp@users.noreply.github.com" ]
62006565+Satinelamp@users.noreply.github.com
02df8fec19959602d72650ec561e28e5c3f9ee9f
2bfc81720b7756c868b1fc402d3fadc97e532cae
/adk/src/domains/bt/profiles/a2dp_profile/a2dp_profile_config.h
264ecfdb555ff97fff5d5d903da645f1ca251ab4
[]
no_license
zgongdong/3020OEM
339ed23adbf6852fa8cca089462dda339918c53a
36f4fce32617f712415e8ea2d9a0a0df231bc614
refs/heads/master
2021-03-11T07:32:20.779427
2020-03-11T09:50:29
2020-03-11T09:50:29
246,515,903
0
0
null
null
null
null
UTF-8
C
false
false
926
h
/*! \copyright Copyright (c) 2019 Qualcomm Technologies International, Ltd.\n All Rights Reserved.\n Qualcomm Technologies International, Ltd. Confidential and Proprietary. \file a2dp_profile_config.h \brief Configuration related definitions for A2DP state machine. */ #ifndef A2DP_P...
[ "qcpublisher@qti.qualcomm.com" ]
qcpublisher@qti.qualcomm.com
db777863215d7e4cd5a7b3adc43b90cae4b8ef3a
be81f77592404e96e869d157acb6345027802282
/tunerservice/tunerservice/jni/euinstallertc/inc/dd/libeuins_timestamp.h
9d3aa53c9d00d8c73f755f61281d9a2db4ae2ad2
[]
no_license
GongHuixue/2k15_asta_app
a5f39ca515958ad38a50b6a42a46b3fdb0d86b09
99ee7b8795db43374a19b0b439e90c3a63866862
refs/heads/master
2021-01-24T20:01:59.468015
2018-08-26T03:29:39
2018-08-26T03:29:39
123,243,941
0
0
null
null
null
null
UTF-8
C
false
false
37
h
#define LIBVERSION ".20130416174510"
[ "huixue.gong@tpv-tech.com" ]
huixue.gong@tpv-tech.com
a9858d0ca6c896776f3942aeff678ffe067c0913
8c40db53b38ddda871e0a9d2778ea6320313e2bb
/example/websocket/test-client.c
96a70ef669d0cf0c88657d49ee12b22951310372
[]
no_license
sdhczw/HF
c62e0064c3a7d0c094952867fdee0b6297cecc26
4ebf5976d324dfe70c75420014a9f03800d2e8f0
refs/heads/master
2020-12-24T06:17:12.468155
2016-06-27T09:29:29
2016-06-27T09:29:29
40,525,755
2
1
null
null
null
null
UTF-8
C
false
false
11,046
c
#include <string.h> #include "websocket/private-libwebsockets.h" #include "../example.h" #if (EXAMPLE_USE_DEMO==WEBSOCKET_TEST_DEMO) static unsigned int opts; static int was_closed; static struct libwebsocket *wsi_mirror; static int mirror_lifetime = 0; static volatile int force_exit = 0; static int longlived = 0; ch...
[ "zhangwen@ablecloud.cn" ]
zhangwen@ablecloud.cn
f82d4d424cdc52fe0f6da8ff44f14987c52c9f2b
086cddf3b9d78992b1bc799946b47ed7ff9b379f
/src/init.c
7e0f1c7aeb81341fc7a79c46e44ca262d0515393
[]
no_license
michaelzheng1/bank
4a6e2f7f7ec96ef0df506ce3805f683baa17e0be
3c24d31288f56f443050498af18de567ca069499
refs/heads/master
2020-05-30T11:12:24.666794
2019-06-01T18:37:14
2019-06-01T18:37:14
189,694,003
0
0
null
null
null
null
UTF-8
C
false
false
1,540
c
#include <stdio.h> #include <sys/syscall.h> #include <unistd.h> #include <stdlib.h> #include <string.h> int main(int argc, char **argv){ if(argc!=2){ printf("Usage: init <filename>\n"); return 62; } int bufsize=strlen(argv[1])+10; char *bankname=malloc(bufsize); char *atmname=malloc(bufsize); if(!(...
[ "michaelzheng0128@gmail.com" ]
michaelzheng0128@gmail.com
53bc19ebeddd73678ef18ccd636425c71971ba23
d3295fe36b29ef5980f8020eae746d62e3f5ba3e
/tests/libasm/test_strdup/01_strdup_hello_world.c
cecc8a38bcf48c7d42aed2c3b9068298b3eb1a20
[]
no_license
alanbarnett/libunit
dc443a23ba33a124ba5fd1ccf4d153d7dc62ace0
3dc4c3b67ef9e515dcc0d07120d866191104ec8d
refs/heads/master
2020-05-26T06:22:18.659754
2020-05-04T14:26:54
2020-05-04T14:26:54
188,134,503
0
0
null
null
null
null
UTF-8
C
false
false
1,221
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 01_strdup_hello_world.c :+: :+: :+: ...
[ "alanbarnett328@gmail.com" ]
alanbarnett328@gmail.com
47fd4eb0b960ac1fa87ba0f3ed8a88f20a6ad651
1cac036c1601fdbd9dc4f9020cf70e08acbb86ec
/MatriksNol_IrsyadMuhammad.c
acd50930c19fc817214c2b74cdcb25f4aec18cc2
[]
no_license
imsyad/Moodle
29114ad2e8ed7470243f08d755b98b7888fe6e86
796c71f880ba398e8423bba9a849abebff79c479
refs/heads/master
2022-11-05T03:18:51.517579
2020-06-28T10:08:44
2020-06-28T10:08:44
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
601
c
/*Program : MatriksNol.c Deskripsi : memeriksa apakah sebuah matriks M merupakan matriks nol atau bukan, di mana M adalah sebuah matriks dengan ordo 3 × 3 Nama : Irsyad Muhammad Versi/Tanggal : 01/23 April 2020 Compiler : TDM-GCC 4.9.2 64-bit Release */ #include<stdio.h> #include<stdbool.h> int main(){...
[ "noreply@github.com" ]
imsyad.noreply@github.com
d76771ac9bbe33631990ccca1d4b038a111760a8
d4ff940be0160e16a0b408ece35818874e6aee0c
/push.c
53f9629689995f0ff5aca9cc626c9cf7492713cd
[]
no_license
lsmienk/Push_Swap
22e9fecb3b54e298521bf642da2966bcb3cecaa0
ac1f0c98addbd605e81e43957a7173c1864c0ab9
refs/heads/master
2021-01-03T08:10:23.935736
2020-02-12T11:32:18
2020-02-12T11:32:18
239,994,674
0
0
null
null
null
null
UTF-8
C
false
false
1,152
c
/* ************************************************************************** */ /* */ /* :::::::: */ /* push.c :+: :+: ...
[ "noreply@github.com" ]
lsmienk.noreply@github.com