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
9eba176c07b7a2b5000fd98f26b64964f777ea3c
74d78d463b8093be5334468b384f3357497d87bb
/valid_arg.c
60f492494323f6616e239903706109462b944ed0
[]
no_license
JakeeDesu/Push-Swap
913fdf97dc25788625214b915640e725330c5290
c5b5df394ebe35a7e67c18ea86b66aeb4eb28c23
refs/heads/master
2023-03-29T13:59:09.960883
2021-04-11T19:00:24
2021-04-11T19:00:24
356,954,191
0
0
null
null
null
null
UTF-8
C
false
false
1,939
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* valid_arg.c :+: :+: :+: ...
[ "hamzamhindate@gmail.com" ]
hamzamhindate@gmail.com
31bb545b87f178e74aeb8a5ca2d92ae90ae6e9d1
376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb
/lang/pc-lisp/patches/patch-src_busopen.c
c0c8a946629c12efa86c2571b9321a1ee0a6be58
[]
no_license
NetBSD/pkgsrc
a0732c023519650ef821ab89c23ab6ab59e25bdb
d042034ec4896cc5b47ed6f2e5b8802d9bc5c556
refs/heads/trunk
2023-09-01T07:40:12.138283
2023-09-01T05:25:19
2023-09-01T05:25:19
88,439,572
321
138
null
2023-07-12T22:34:14
2017-04-16T20:04:15
null
UTF-8
C
false
false
9,986
c
$NetBSD: patch-src_busopen.c,v 1.2 2018/09/29 21:19:13 kamil Exp $ Port to NetBSD. --- src/busopen.c.orig 2015-07-22 00:49:58.000000000 +0000 +++ src/busopen.c @@ -40,6 +40,7 @@ *************************************************************************/ #include <stdio.h> +#include <unistd.h> #include "lisp.h" ...
[ "kamil@pkgsrc.org" ]
kamil@pkgsrc.org
c1c7411f868f22c6529b3efe5c5973d9847c9dcd
d36c630768b2c0c73e4119defb6b87587d8886f7
/Sudoku_Console/backtracking.c
fab68587124873692a5bd09406ae656fbba6a97d
[]
no_license
JulienGrv/Sudoku-NF05-UTT
51b6fa0554ceed15aa98515e34f62751f8056495
99c5ee4ab1c8adb8a901216ee57b8fe3b6c3d366
refs/heads/master
2021-06-11T16:47:57.885452
2017-03-04T12:29:56
2017-03-04T12:29:56
36,647,508
4
0
null
null
null
null
UTF-8
C
false
false
3,199
c
#include "backtracking.h" /// Fonction qui retourne 1 si le chiffre est bien le seul sur sa ligne bool absentSurLigne(int k, int grille[9][9][10], int i) { int j = 0; for (j = 0; j < 9; j++) if (grille[i][j][0] == k) return false; return true; } /// Fonction qui retourne 1 si le chiffre est bien le seul s...
[ "darkin@live.fr" ]
darkin@live.fr
5412e6926c3164b2fa030fae60cddc14d1dee52b
5c255f911786e984286b1f7a4e6091a68419d049
/code/911b08c9-f7b8-435c-957b-f026f1b320b0.c
6b4c1eb42af941cbbc9005717561dc29d2d8be15
[]
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
231
c
#include <stdio.h> int main() { int i=4; int j=142; int k; int l; k = 533; k = 64; k = i/j; l = i/j; l = i/j; l = k-j; l = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
c4b7b1c2967c8e00f20a5526e48cc597463e573f
5a0b958d637b8c1517df970d01ce9edbb4ea6d61
/pyliquiddsp/libliquid.c
58b54f43032255e021686514fa36835af486f023
[ "MIT" ]
permissive
umireon/pyliquiddsp
8c6f94f075e37cf4e1ffed7b4f0a88e43e191716
b0a4262c391ded6474c237c8840c00b9f514ad71
refs/heads/master
2021-01-13T10:14:49.571338
2016-10-02T11:12:32
2016-10-02T11:12:32
69,748,503
4
0
null
null
null
null
UTF-8
C
false
true
786,955
c
/* Generated by Cython 0.24.1 */ /* BEGIN: Cython Metadata { "distutils": { "depends": [ "pyliquiddsp/liquid/liquid.h" ] }, "module_name": "pyliquiddsp.libliquid" } END: Cython Metadata */ #define PY_SSIZE_T_CLEAN #include "Python.h" #ifndef Py_PYTHON_H #error Python header...
[ "umireon@gmail.com" ]
umireon@gmail.com
07ac04e7cede387684ecdf4d2d739f149d4107c8
824e57ebeed88e3613f5714f07adc2beb6414539
/headers/orxInclude.h
6e9397526923af48574894c83de1d50afb2fb88d
[ "Zlib" ]
permissive
jeangit/norx
4bd38660c124c7c391eb53dc5da4f45bf11fbea6
d2ed908966680bde7ad816c3fa1278458a21a10f
refs/heads/master
2022-12-27T16:57:49.649233
2020-09-21T14:17:18
2020-09-21T14:17:18
279,546,727
0
0
Zlib
2020-07-14T09:52:18
2020-07-14T09:52:18
null
UTF-8
C
false
false
1,495
h
/* Orx - Portable Game Engine * * Copyright (c) 2008-2020 Orx-Project * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this sof...
[ "goran.krampe@gmail.com" ]
goran.krampe@gmail.com
542eac5436155e38f0c06bee2f5f9a2f99f213ef
2408533cfb2c78d4981bf34f567a1636c6b17b4d
/libft/ft_strequ.c
9e1bbea5dbfcf59ff56b3b04bc548c2cc2b5c69c
[]
no_license
kfalia-f/ft_ls
0c1947625d0f487848ffc0193fbf2aca597da29a
c183c3b63f23c1745c8ffcd8dc6f7116edeed312
refs/heads/master
2022-12-01T20:12:59.723065
2020-08-12T09:41:50
2020-08-12T09:41:50
177,320,701
1
0
null
null
null
null
UTF-8
C
false
false
158
c
#include <libft.h> int ft_strequ(char const *s1, char const *s2) { if (s1 == NULL || s2 == NULL) return (-1); return (ft_strcmp(s1, s2) == 0 ? 1 : 0); }
[ "kfalia-f@e2r2p5.21-school.ru" ]
kfalia-f@e2r2p5.21-school.ru
b2fe5205ff46d270fa1436f054ede5759fb77f5c
e0fbe49b493183e93312881cff75d1c859427711
/examples/demo_tos_evb_mx_plus.c
cdddb8c26541f2305a1124e2d57203c91f28d56b
[ "Apache-2.0" ]
permissive
Rodeson/FlexibleButton
eb806583fb00a0ea0c3e6c5631b60b02b5366977
0a0309bf1052cfcc8896b29b2126bccf01b11a84
refs/heads/master
2021-03-06T15:58:03.970105
2020-03-10T05:01:51
2020-03-10T05:01:51
246,208,656
1
0
Apache-2.0
2020-03-10T04:32:37
2020-03-10T04:32:36
null
UTF-8
C
false
false
5,230
c
/** * @File: demo_tos_evb_mx_plus.c * @Author: MurphyZhao * @Date: 2018-09-29 * * Copyright (c) 2018-2019 MurphyZhao <d2014zjt@163.com> * https://github.com/murphyzhao * All rights reserved. * License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License...
[ "d2014zjt@163.com" ]
d2014zjt@163.com
1712f2b15df252c9d19ac9672e2a851c6c93c47a
c615122aa263b9fe50073e09d8c6fb5f2786ceed
/DHT11/test/test_main.c
46aa835e7e125d572bf33f7dba4a677aa53e6edd
[]
no_license
wade1990/mcu-bluetooth-phone-charger
8daf4fa1f0a652ee8ff44e2c473b61bc8e96338a
b37f75ebb57576f56dd8c1fff6b4612067139713
refs/heads/master
2020-07-16T11:29:32.950326
2019-09-02T05:20:15
2019-09-02T05:20:15
205,781,732
0
0
null
2019-09-02T05:18:54
2019-09-02T05:18:54
null
GB18030
C
false
false
2,202
c
#include <reg52.h> #include <lcm_1602.h> #include "dht11.h" sbit BUZZER = P1^0; //中断计数标志 unsigned char flag=0; extern int temp_value, humi_value; static void InitTime(void); void Delay_1ms(unsigned int ms); void main() { /* uchar temperature = 0; //BUZZER = 0; lcm_1602_init(); lcm_1602_show_s...
[ "heyzekai@gmail.com@5e494a08-2ea0-ff3a-395c-f0b18af297c4" ]
heyzekai@gmail.com@5e494a08-2ea0-ff3a-395c-f0b18af297c4
3d81ea8ec2314e6ee8754611bd43a217ba8820df
05869e5d7a32845b306353bdf45d2eab70d5eddc
/soft/application/coolmmi/mmi_csdapp/include/mmiframeworkstruct.h
7fa375f3f94d7319b8699ed5f2c1ed8b79532d51
[]
no_license
shenfahsu/sc-fix
beb9dc8034f2a8fd9feb384155fa01d52f3a4b6a
ccc96bfaa3c18f68c38036cf68d3cb34ca5b40cd
refs/heads/master
2020-07-14T16:13:47.424654
2011-07-22T16:46:45
2011-07-22T16:46:45
null
0
0
null
null
null
null
UTF-8
C
false
false
3,325
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "windyin@2490691b-6763-96f4-2dba-14a298306784" ]
windyin@2490691b-6763-96f4-2dba-14a298306784
0854d1597203cb21262c85e2a3cb9e0bd0002934
c1acfe3e1e6925f6fd6170fdf7f81a80dc15b228
/drivers/ad9467/ad9467.c
d3f33025c919fb97bdb1307f5617750fe57c2676
[]
no_license
wko27/no-OS
c349a069bf0a093932898ba81ec51f46cf0216a0
13ba0e198bba20bb8b1be8456dad2e192b123334
refs/heads/master
2020-03-21T04:42:22.028281
2019-07-09T20:18:27
2019-07-09T20:18:27
138,123,491
0
0
null
2018-06-21T05:31:15
2018-06-21T05:31:15
null
UTF-8
C
false
false
28,912
c
/***************************************************************************//** * @file AD9467.c * @brief Implementation of AD9467 Driver. * @author DNechita (Dan.Nechita@analog.com) ******************************************************************************** * Copyright 2012(c) Analog Devices, Inc. ...
[ "dragos.bogdan@analog.com" ]
dragos.bogdan@analog.com
13a3d53e8ef6a0b91e7e637150d92d86e6e17ef2
c56a1b4130a2ce24f478142cbb83f1aeaaf9f07f
/Examples/C8051F38x/USB_Bulk/Firmware/F38x_USB_Descriptors.h
8eda272484916c99be29b0e451e37c9a9193618b
[]
no_license
ee230/C8051F
3f17498bfb81f09b19ed62095f34077a5818cc61
745f76a39709e31c882c674ecd0dfcc0a840e553
refs/heads/master
2021-08-15T22:39:02.329747
2017-10-18T13:06:00
2017-10-18T13:06:00
111,205,934
8
6
null
null
null
null
UTF-8
C
false
false
4,460
h
//----------------------------------------------------------------------------- // F38x_USB_Descriptor.h //----------------------------------------------------------------------------- // Copyright 2005 Silicon Laboratories, Inc. // http://www.silabs.com // // Program Description: // // Header file for USB firmware. In...
[ "aa@bb.com" ]
aa@bb.com
9f1e22051e4ab751305565c399311f42198ffd97
167de6b10e08202620b6eb2adccb0f5c6e2567ee
/ES12x/SRC/ES120ES121_SRC_V1.10/USER/Disk.h
52e5de89d4d9401380a4d11dea40669ec6d0e574
[]
no_license
xjtuecho/MiniDSO
91d417bd0e85fcca7a0a25dac7a2d6d62775d3bc
3307c2e76a397628b161f813ce36d153f7e7ea34
refs/heads/master
2023-09-04T02:56:44.493897
2023-08-25T08:31:28
2023-08-25T08:31:28
39,925,632
58
15
null
null
null
null
GB18030
C
false
false
2,822
h
/********************* (C) COPYRIGHT 2016 e-Design Co.,Ltd. ******************** File Name : Disk.h Version : 1.7a Description: Author : Ning Data: 2017/11/22 History: *******************************************************************************/ #ifndef __DISK_H #define __DISK...
[ "echo.xjtu@gmail.com" ]
echo.xjtu@gmail.com
73fbf2d1af796829b094a0ce3b1984808af6f511
7d6b159bcb54cb8de06b5a642ff7e20106cf3d92
/src/cpu/rand.h
422020a409911165de637893964606e09ff694ef
[ "BSD-2-Clause" ]
permissive
RBigData/clustrgame
e43fa68b84f2979ea18d58ad3a0291db2b215c56
9ce336d467a953e31c6ba9a53b0795e72ca46d86
refs/heads/master
2020-04-16T20:39:00.224723
2019-03-25T21:36:06
2019-03-25T21:36:06
165,903,221
1
0
null
null
null
null
UTF-8
C
false
false
844
h
#ifndef CLUSTRGAME_RAND_H_ #define CLUSTRGAME_RAND_H_ #include <R_ext/Random.h> #include "../types.h" static inline int unif_rand_int(const int low, const int high) { return (int) low + (high + 1 - low)*unif_rand(); } #define INDEX_BASE 0 static inline int reservoir_sampler(const len_t m, const len_t k, len_t...
[ "wrathematics@gmail.com" ]
wrathematics@gmail.com
39b43ac11bcdb3105c001193ec6495a60ae17a20
5baea2f8a765ea6b2e83bfaa3a8e8975a2c5cba8
/arquivo.h
51a4d0b50c9ffa79919012a766f43073f9e960d9
[]
no_license
joaoprrn/trabalho2_KAREN_E_JOAO
77ebd48b8c0a6e1e59818cb56912d6846889340f
e484a62735ca7a2314a5a5009eddae52cae54aee
refs/heads/master
2020-09-13T12:27:59.060151
2019-11-21T01:53:48
2019-11-21T01:53:48
222,779,617
0
0
null
null
null
null
UTF-8
C
false
false
132
h
#ifndef _ARQUIVO_H_ #define _ARQUIVO_H_ void gerar_arq_aleat(int quant); void ordena_arquivo(int *vet, int tamanhoArquivo); #endif
[ "joaoprrn@hotmail.com" ]
joaoprrn@hotmail.com
6cbd7b53bb556cb45bf1843f08aaaa6d45a1a2e0
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/printscan/print/drivers/usermode/parsers/gpd/gpdparse.h
52d7985d7abc9f8633fc27be1a8c5c4f41c4f9ae
[]
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
73,123
h
/*++ Copyright (c) 1996-1999 Microsoft Corporation Module Name: gpdparse.h Abstract: Header file for GPD parser Environment: Windows NT Universal printer driver. Revision History: --*/ /* gpdparse.h - this holds structure definitions and other defines specific to the GPD parser */ #if...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
f94fdc5a4507e11d7edfb78badfe86284a3edbde
0a2771c92f59a7818d3eebf865a2c632a698a02d
/submitted_bonus_ft/other_ft_w_somenotes/git_fix_unstaged_and_readd.c
11aa6f230d41e5fa87f775efae4ca063f8225365
[]
no_license
yayimadinosaur/libft
b8107a82c0b833e1eeb9ce6e27a067c2bd354773
8b72184d6ae58dcc4d5aabf3142ca9b0dd717569
refs/heads/master
2021-01-13T14:59:11.304231
2017-01-04T04:41:56
2017-01-04T04:41:56
76,624,661
0
0
null
null
null
null
UTF-8
C
false
false
25
c
git rm `git ls-files -d`
[ "wfung@e1z1r3p12.42.us.org" ]
wfung@e1z1r3p12.42.us.org
0640d8f5033b939ca508cfa9683689cb689c52a2
61f6bf39a39eb7e91c18d78e506423ef12bfb2e8
/Example/Pods/Headers/Public/WeexSDK/WXBoxShadow.h
d82f55a3550e2505ebaa2cf75ee2250dd78453cd
[]
no_license
WJustin/WeexiOSSDK
6295888fb807fb2dae14075471180067ce93dc56
fe710fc96e7f0afa75e2ec5edb5f8bc8b011918e
refs/heads/master
2020-05-25T02:05:32.698201
2019-05-20T05:12:09
2019-05-20T05:12:09
187,570,297
0
0
null
2019-05-20T04:57:28
2019-05-20T04:57:28
null
UTF-8
C
false
false
52
h
../../../../../WeexSDK/Sources/Utility/WXBoxShadow.h
[ "wangrongchao@126.com" ]
wangrongchao@126.com
f65d6a2871ab2cc6af27090900c754622b2d191c
3c695699860dd45bc98f1de6f9d4f1abf4f3ef99
/第三方源码学习/AFNetWorkingDemo/AFNetWorkingStudy/AFNetWorkingStudy/BMacro.h
a77a82b58db38b4d02ada3df5efc59e3b6610deb
[ "MIT" ]
permissive
JingyuZhao/iOS-blogs
825e7495581b725a2dd0a0b009fcaedbd746cc54
b43b94539b90a0b552a45362e8f0c3c7ac697605
refs/heads/master
2023-04-30T02:43:58.127656
2021-05-16T07:37:01
2021-05-16T07:37:01
null
0
0
null
null
null
null
UTF-8
C
false
false
971
h
// // BMacro.h // AFNetWorkingStudy // // Created by ChenZeBin on 2020/3/27. // Copyright © 2020 ChenZeBin. All rights reserved. // #ifndef BMacro_h #define BMacro_h #ifndef __Require_Quiet #define __Require_Quiet(assertion, exceptionLabel) \ do ...
[ "chenzebing@bytedance.com" ]
chenzebing@bytedance.com
93b89f0b32ab9bb35a232cc1aa46fee2e544e120
94283622ea02054488fb1a5f539940a59728cd2a
/i2c.c
1ebb16faffa5f50b763ad54842f474f52d39b1ab
[]
no_license
SAKET71193/pic24fj256gb606
10d7ca4f1c8fdf5c49c3306b7cdcfd8fcaf08fb0
4f12d94e4ac806979de594557b202676603ad0ad
refs/heads/master
2021-09-01T19:13:05.855946
2017-12-28T11:07:52
2017-12-28T11:07:52
114,220,107
0
2
null
2017-12-28T11:07:53
2017-12-14T07:57:38
C
WINDOWS-1252
C
false
false
52,420
c
#include <p24FJ256GB606.h> #include"usr_i2c.h" // library functions for i2c - 1 /********************************************************************* Function Prototype : void AckI2C1(void) Include : i2c.h Description : Generates I2C bus Acknowledge condition. Arguments : None Retu...
[ "saket71193@gmail.com" ]
saket71193@gmail.com
24fac607cde05353cef21b2d29541cb122d33b4c
88f22e134ed18d1156fc3466de3ea56c38f1d480
/c/214.c
566e02098d1fa4a1c2449cbc284ebae2f96af335
[]
no_license
limengjie/leetcode
90d3a6f0810dfc27495b45cdb7366a9d8e18677b
f9f8cd1de414f07ce2aa1479a303e9a6ecac1099
refs/heads/master
2021-06-25T23:55:14.320632
2020-11-22T18:58:35
2020-11-22T18:58:35
25,445,979
0
0
null
null
null
null
UTF-8
C
false
false
721
c
#include <stdio.h> /*Follow up for "search in rotated sorted array": What if duplicates are allowed?*/ int rttArySrch2(int * a, int first, int last, int tar) { int mid; while (first != last) { mid = (first + last) / 2; if (a[mid] == tar) return a[mid]; else if (a[first] < a[mid]) { if (a[first] <= tar ...
[ "v.mingchen@gmail.com" ]
v.mingchen@gmail.com
2061d8db9b1c5323bbf667cbe32374d0edb2706e
e814383d36a10839104efaa4df277996ab220fa3
/3rd-party/romio341/adio/common/heap_sort.c
11274514911b7a2e7deb718fb4fb80e28204bea7
[ "mpich2", "BSD-3-Clause-Open-MPI" ]
permissive
open-mpi/ompi
a1d7483ae1d83dd8fd8ae3ee95e832e0a0ee04e3
1edfdb025c4450f694600083ad871cf06c8d45cd
refs/heads/main
2023-09-01T01:30:02.040705
2023-08-29T17:32:18
2023-08-29T17:32:18
24,107,001
2,008
973
NOASSERTION
2023-09-14T20:59:26
2014-09-16T16:08:30
C
UTF-8
C
false
false
2,983
c
/* * Copyright (C) by Argonne National Laboratory * See COPYRIGHT in top-level directory */ #include "heap_sort.h" #include <assert.h> #include <stdlib.h> #include <stdio.h> #include <math.h> #define NOEXP2 static void heapify(heap_t * heap, int i); /* From Introduction To Algorithms by Cormen, Leiserson, an...
[ "gilles@rist.or.jp" ]
gilles@rist.or.jp
d379d8f166b6499538e7fa6ed601454fc1277198
0895f70d80d344afc062a905db828ccea6d56a93
/lib/lib_my/src/modifying/add_str_to_arr.c
283ed91ee49ab617c7b8f8ca8ef907bd542bd8f0
[]
no_license
ArthurJourdan/42sh
5cea1a2d9036221034a2c36267a8c05a011e6359
04e477b867c1f13d51873ca548db9a691e7974f4
refs/heads/master
2023-08-11T00:03:36.261876
2021-10-10T21:26:02
2021-10-10T21:26:02
267,031,462
1
0
null
null
null
null
UTF-8
C
false
false
598
c
/* ** EPITECH PROJECT, 2020 ** my_lib ** File description: ** add_str_to_arr.c */ #include "my.h" char **add_str_to_arr(char **arr, char *str, bool free_arr, bool free_str) { size_t len = my_arrlen(arr); char **new_arr = NULL; new_arr = malloc(sizeof(char *) * (len + 2)); if (!new_arr) return...
[ "arthur.jourdan@epitech.eu" ]
arthur.jourdan@epitech.eu
3d5bed48cce71fa7845659f7b98312e2f71b5556
d44912cd62449533821339b26f1226606e9b0d4e
/Pods/Headers/Public/RongCloudIMKit/RongIMKit/RCMessageModel.h
7920fb7b2cecf35b663ac0608cde4c511898291f
[]
no_license
yasirboogo/YunlianCA2.0
67c0540c5d2d297091751f97efd0523f3ca02a82
ab555ed1f3bc8870ce41297cc0068fcae6df56f9
refs/heads/master
2021-01-19T09:38:06.946311
2017-04-18T10:31:42
2017-04-18T10:31:42
87,774,461
0
0
null
null
null
null
UTF-8
C
false
false
111
h
../../../../RongCloudIMKit/Rong_Cloud_iOS_IMKit_SDK_v2_6_11_stable/RongIMKit.framework/Headers/RCMessageModel.h
[ "yasirboogo@gmail.com" ]
yasirboogo@gmail.com
71fc285a7e75b4e839ee412559b8c8ae786594a5
49cf57873c79934149474d0e50c2737a975c7e6b
/Exercícios_TheHuxley_C/Nível 2/MSX.c
5c2d25fd7a7efdf2c7cd4848cf9b8e131cb69906
[]
no_license
JhonataVinicius/C
a0ec12e9201263efdc2bca0400ba4cea99f15dbb
7cd075ad7fb1ea7d9a279ff200e8eced1d9731c8
refs/heads/main
2023-05-07T17:36:22.657441
2021-05-31T18:09:07
2021-05-31T18:09:07
372,590,647
1
0
null
null
null
null
UTF-8
C
false
false
316
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> char mensagem[80]; int main() { while(1){ gets(mensagem); for (int i=0; i < strlen(mensagem); i++){ mensagem[i] = toupper(mensagem[i]); } if (strcmp(mensagem,"THE END!")==0) break; else printf("%s\n", mensagem); } }
[ "57528350+JhonataVinicius@users.noreply.github.com" ]
57528350+JhonataVinicius@users.noreply.github.com
d2771f3b3998109d1d3fa1a7b4cdad39390cd403
fbe0fd5d790b7e34d92339d939d910770fce0e71
/librtems/score/resourceiterate.c
ac8b8b037c3fa6933374530627dc5e3a0673d3b0
[]
no_license
Maxul/ArchMinix
59c089bf372ec03c18ecf8962f847e7394bf1584
1928c72539eb075c2e04e4829148ae0a9020f897
refs/heads/master
2023-04-27T16:13:42.502697
2023-04-16T01:51:04
2023-04-16T01:51:04
84,574,223
9
0
null
null
null
null
UTF-8
C
false
false
2,975
c
/* * Copyright (c) 2014 embedded brains GmbH. All rights reserved. * * embedded brains GmbH * Dornierstr. 4 * 82178 Puchheim * Germany * <rtems@embedded-brains.de> * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/l...
[ "360081243@qq.com" ]
360081243@qq.com
e3f3d29f5eca6daeeef5e9c2ce65ef147248ce77
082aaa488bf2b3947a6786ced889a16c5856cf2d
/core/scf_type_cast_i8.c
52fae3cb63abebdfe855d2f210d1a51d40b1f202
[]
no_license
quire7/scf
d30c87454e72d1cb5a7029f5d00c98cf75bad504
317722482b2f841eec3626e2a3dab795447af7c6
refs/heads/master
2023-07-23T13:27:11.994968
2021-09-05T14:26:06
2021-09-05T14:26:06
null
0
0
null
null
null
null
UTF-8
C
false
false
860
c
#include"scf_type_cast.h" int scf_cast_to_i8(scf_ast_t* ast, scf_variable_t** pret, scf_variable_t* src) { if (!pret || !src) return -EINVAL; scf_type_t* t = scf_block_find_type_type(ast->current_block, SCF_VAR_I8); scf_variable_t* r = SCF_VAR_ALLOC_BY_TYPE(src->w, t, src->const_flag, 0, NULL); switch (sr...
[ "maja_creater@qq.com" ]
maja_creater@qq.com
703e9465d3ec815bb50777d0ce330d7247ad2266
e33243a32a673d0cf662ea155434e90401df6d3b
/1.Bare/6. ADC/1. LCD显示ADC的转换值--查询法/1. ADC1查询法/cube_prj/Src/stm32f1xx_it.c
53a539710bbd86a2a7386093a5fe6dfa95e49e33
[]
no_license
ZBT1314douhao/STM32F107VCT6
152e9ad17419b1bf95691d6d3a4ef86719984871
6be35bbb69ce72600ddc342f6af2f1e3e4954bd4
refs/heads/master
2021-01-16T23:59:56.256849
2018-03-24T07:29:15
2018-03-24T07:30:08
54,183,572
0
1
null
null
null
null
UTF-8
C
false
false
4,058
c
/** ****************************************************************************** * @file stm32f1xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * * COPYRIGHT(c) 2016 STMicroelectronics * * Redistribution and use in source...
[ "zbt1314douhao@live.com" ]
zbt1314douhao@live.com
7dfbc2304071f1e9e7aa61da5ea0caa0e0b453ee
a30e1d2d4e8a5f3fb9e474106e61fdc242b7ddd0
/src/apps/LoRaMac/classA/LoRaMote/Comissioning.h
b0352ff70a68947935dd6cb4da0a9a90c93b6792
[]
no_license
CommunicationSolutions/Comsol_LPWA_Node
18ba9b86e91c17b5e6fb9d982351ffec21110711
869b1972decd2cca31d07d2a370c421caa34dffe
refs/heads/master
2021-01-17T19:13:30.012117
2016-07-07T14:00:33
2016-07-07T14:00:33
62,212,113
0
0
null
null
null
null
UTF-8
C
false
false
2,590
h
/* / _____) _ | | ( (____ _____ ____ _| |_ _____ ____| |__ \____ \| ___ | (_ _) ___ |/ ___) _ \ _____) ) ____| | | || |_| ____( (___| | | | (______/|_____)_|_|_| \__)_____)\____)_| |_| (C)2015 Semtech Description: End device comissioning parameters License: Revised BSD License,...
[ "sean.laval@comsol.co.za" ]
sean.laval@comsol.co.za
0afa18c95273c1493eb6cf4b9db79e99b2ecfd35
3b7cdefcad1272ce9ef9b5a2ea6f6c36d4604a6f
/mcu/pcore/interface/modem/lte/l1edps/SCH/l1edps_SCH_PAG_GAP_01.h
2ffe2dbbd87bc151ae21624f2625a90354a6591b
[]
no_license
junkyard-2327/TK_MD_BASIC_MOLY.LR12A.R3.MP.V110.6
ad79a26ed395d5b333b718a6b0913003b556f15e
04ebd402fe9472e0c2e3da5a296c11819307b929
refs/heads/master
2022-12-25T23:24:05.155209
2020-10-09T04:37:19
2020-10-09T04:37:19
301,968,967
2
1
null
null
null
null
UTF-8
C
false
false
3,853
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "null" ]
null
4ab88fceb1618a86bac67d392bcb9341e644577e
4eb4d9cb4be3118e8e5544173db729951e959c30
/c-practice-problems/switch-statement/exercises-1.c
0677784970048e2fc39d455452923590662e81a0
[]
no_license
Michaelbaltazar265/c-language
4671a5e65fe83f7591ea3040948a6c162647f989
094cb606e9b460a96f6b79b61f8edcec8a1bf871
refs/heads/main
2023-03-13T23:13:40.773678
2021-03-22T23:29:33
2021-03-22T23:29:33
335,456,656
0
0
null
2021-03-22T23:29:33
2021-02-02T23:57:43
C
UTF-8
C
false
false
768
c
#include <stdio.h> int main() { int week; /* Input week number from user */ printf("Enter week number(1-7): "); scanf("%d", &week); switch(week) { case 1: printf("Monday"); break; case 2: printf("Tuesday"); break; ...
[ "michaelbaltazar265@gmail.com" ]
michaelbaltazar265@gmail.com
d2b3e77a4eb33aaa3cebeec66946ac08dc1d3407
f6a50a45f9d16a55dcb96e891a8a98cf65e01ef9
/drivers/vga_periph_v1_00_a/src/vga_periph.h
5e2f3b736583f1a4e3de74bf725d51cc3198f737
[]
no_license
LiliFakultet/lab3
e7b5477ea155f6667a93da538f83cb0baac3af40
a54f69c3f4634c329753e823f51743c966c6110a
refs/heads/master
2020-04-29T16:12:46.020407
2019-04-01T09:58:56
2019-04-01T09:58:56
176,251,115
0
0
null
null
null
null
UTF-8
C
false
false
4,097
h
/***************************************************************************** * Filename: D:\RA31-2016\LPRS2\lab3/drivers/vga_periph_v1_00_a/src/vga_periph.h * Version: 1.00.a * Description: vga_periph Driver Header File * Date: Mon Mar 25 10:57:37 2019 (by Create and Import Perip...
[ "thvaarff@gmail.com" ]
thvaarff@gmail.com
48baad56c7553866153a00277e8d075dfcd68a64
975803bc63f658db79da3de37b11e42b5975b6cf
/libft/ft_lstiter.c
ab25802215b67e9b474f03df87fdd52f39cf77ec
[]
no_license
Tanyuta/Push_swap
c2ad519971d099395076fd93023624c72f45857e
b8fe0d16686d50b50c614405b369acddcfc7debf
refs/heads/master
2021-01-20T13:21:57.232074
2017-05-06T16:37:15
2017-05-06T16:37:15
90,476,154
0
0
null
null
null
null
UTF-8
C
false
false
1,018
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstiter.c :+: :+: :+: ...
[ "tprysiaz@e1r7p5.unit.ua" ]
tprysiaz@e1r7p5.unit.ua
0dd1a85de66d7247df9d97e8a77e52014236e56e
bb7e6b8c6e33cf32624027f8dad14589d1beaeec
/swap.c
4ea441466213f35c0b70fca742e0ebeb8dded13f
[]
no_license
koron/sort-argorithm
65f7a9d851076f253f31eb9ce3b4d27bc34be165
a368f2ef23a55b921bd7e0b118151202c68e04b5
refs/heads/master
2016-09-06T02:51:42.859678
2011-08-03T14:19:53
2011-08-03T14:19:53
2,998,655
0
0
null
null
null
null
UTF-8
C
false
false
193
c
#include <stddef.h> void swap(char* a, char* b, size_t size) { char* e; for (e = a + size; a < e; ++a, ++b) { char tmp = *b; *b = *a; *a = tmp; } }
[ "koron.kaoriya@gmail.com" ]
koron.kaoriya@gmail.com
b6abd5d8e040e7a8a27af4cd42dce801eea22cb5
97a17c6b43c4b5a4cc532699bd6f6be3b514f705
/blinky/blinky/asf-3.21.0/thirdparty/wireless/avr2025_mac/source/tal/atmegarfr2/inc/atmega256rfr2.h
fe2a9b95076879b7f9334850879ff60e4f47bd5c
[ "MIT" ]
permissive
ThucVD2704/femto-usb-blink-example
f2adf7ed2cfff860194870b80c870f0a2c27a82b
5e166bdee500f67142d0ee83a1a169bab57fe142
refs/heads/master
2021-01-18T11:04:43.068488
2015-04-24T04:53:26
2015-04-24T04:53:26
null
0
0
null
null
null
null
UTF-8
C
false
false
41,915
h
/* This file is auto-generated. Do not modify manually! */ /** * @file atmega256rfr2.h * * @brief File contains register and command defines specific for ATMEGA256RFR2. * * Copyright (c) 2013-2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in ...
[ "webmaster@alexventure.com" ]
webmaster@alexventure.com
f786ee66ef8a8e380d44c8892d8b4318d037313b
107ed89d1b7a748db89b534eac61faa734106f37
/openGL/epicycle.c
32ff710ac3baf523aee9a6abbbdc82f01433dce4
[]
no_license
NeonNatural/CA4007-Computer-Graphics-and-Image-Processing
2b1fe05c193ccd24aeffb381eaf0ba893e6a732e
d219583c79a935746efc838f82de4ceab64e3542
refs/heads/master
2022-07-22T18:29:39.807390
2020-05-21T15:24:57
2020-05-21T15:24:57
265,882,542
0
0
null
null
null
null
UTF-8
C
false
false
1,106
c
#include <GL/gl.h> #include <GL/glext.h> #include "glut.h" #include <math.h> /* This program illustrates the use of the Idle Callback, in this case to carry out some animation. It draws an epicycloid, which is the path traced out by a point rotating around a circle whose centre is rotating about another point. */ flo...
[ "fawazalsafadi@gmail.com" ]
fawazalsafadi@gmail.com
c78a730bc0dc82ddb11a596ffb768258d64b4212
ddda55fcfc84ac5cd78cfc5c336a3df0b9096157
/components/net/socket/include/vfs_net/sys/select.h
e7009f35def9bce946cc5dfe8101f2e82f8caecf
[ "Apache-2.0" ]
permissive
liu-delong/lu_xing_xiang_one_os
701b74fceb82dbb2806518bfb07eb85415fab43a
0c659cb811792f2e190d5a004a531bab4a9427ad
refs/heads/master
2023-06-17T03:02:13.426431
2021-06-28T08:12:41
2021-06-28T08:12:41
379,661,507
2
2
Apache-2.0
2021-06-28T10:08:10
2021-06-23T16:11:54
C
UTF-8
C
false
false
1,110
h
/** *********************************************************************************************************************** * Copyright (c) 2020, China Mobile Communications Group Co.,Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the ...
[ "cmcc_oneos@cmiot.chinamobile.com" ]
cmcc_oneos@cmiot.chinamobile.com
b24c2f99ca62c1aa053c4167b353981062191efc
7d27fd581a405f9c021d42fa94bb6c0209a3299c
/HackerRank/30 Days Of Code/C/Day25_RunningTimeComplexity.c
a37d261666233bc9bcb8478f2f08db59b6566785
[ "MIT" ]
permissive
AdityaChirravuri/CompetitiveProgramming
e3706081bdf2b19ee0bfbc21aef5eaee17b2a1ab
642550e8916b3f7939a1fdd52d10f5f8ae43f161
refs/heads/main
2023-08-13T18:19:47.978927
2021-09-30T12:57:29
2021-09-30T12:57:29
381,571,093
1
0
null
null
null
null
UTF-8
C
false
false
641
c
#include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> #include <stdbool.h> void Prime(long int num) { bool flag = true; for(long int j=2; j<=sqrt(num); j++){ if(num%j == 0){ flag = false; break; } } if(num <= 1)flag = false; ...
[ "noreply@github.com" ]
AdityaChirravuri.noreply@github.com
ca8aaaa8fff809926ca8fa2a02aa7d826d6a4624
e7880292c99111d6d4188b49c4d9ad5185071554
/main.c
6e0d4b85a34a3da6732b60899b8df89a213ef8b6
[]
no_license
HenriqueCid/Trabalho-Snake-C
1d6328fa3ef3b15f75146377df4bc870ffca2bc6
f5b769f9e56b0fca5847efeb15804bc6c1c4c793
refs/heads/master
2021-05-04T00:37:52.715956
2018-02-06T12:42:31
2018-02-06T12:42:31
120,347,458
0
1
null
null
null
null
UTF-8
C
false
false
216
c
#include "include/backend.h" #include <malloc.h> //#include <graphics.h> int snake, candy; char *map; int main(char *argv, char *argc[]) { start_cfg(&snake, &candy); welcome_game(); free(map); return 0; }
[ "henriquecid@hotmail.com" ]
henriquecid@hotmail.com
e053735fd8ae240f9281e814df817580bcc9c78b
955d8f93870000deea7dbd6b4f5ce99bfcfbfa04
/own_c_library/ft_memalloc.c
f8e38ccd94c83364ef14e37faf03588f490041d8
[ "MIT" ]
permissive
iiasceri/AcademyPlus
82f58f213e25e1064577a30b466cb2b5b9a4ff03
3a48cbfe82c1d1e859d5d9300c2b811715c0b042
refs/heads/master
2020-03-25T00:47:59.051150
2018-08-15T14:50:30
2018-08-15T14:50:30
132,472,917
0
0
null
null
null
null
UTF-8
C
false
false
1,063
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memalloc.c :+: :+: :+: ...
[ "iiasceri@student.42.fr" ]
iiasceri@student.42.fr
aed77b96c94ea68569966f76f4726b6745796dd1
b33384004a0d08bfd6a9a35c4a44b54439766e24
/include/interface1_h.h
94dbe59d214173eef8a5145370ac5ba64380189f
[]
no_license
terryfan1109/win32-test
c0102936c0886634d6a0ff0576533177b8a086e7
3da9922463de9bf73c2cb276497b0faacf899398
refs/heads/master
2016-09-06T16:52:15.960114
2015-11-27T06:36:09
2015-11-27T06:36:09
41,346,610
0
0
null
null
null
null
UTF-8
C
false
false
2,795
h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 8.00.0603 */ /* at Fri Nov 27 14:34:55 2015 */ /* Compiler settings for interface1.idl: Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.00.0603 protocol : dce , ms_ext, c_ext, robus...
[ "terry.tr_fan@htc.com" ]
terry.tr_fan@htc.com
4bd518d91fe2147ba46531e02ccad8142bb41ed1
70dd9634a551a69e15bc1d4a3a48638b7aa87478
/Source/HAL_DI/OUT_DI.c
4a9c8b899fdc1d3edd9bce947fe4d59026ecfed6
[]
no_license
decbinary/REZAK
4aace935a62defa6d8a3f32df9aa04226a6a56c4
fbe4654c59adab8e5144f2b20f68d9b1fcdc6399
refs/heads/master
2020-03-22T01:47:54.778022
2018-08-24T21:14:15
2018-08-24T21:14:15
139,330,552
0
0
null
null
null
null
UTF-8
C
false
false
859
c
#include "OUT_DI.h" #include "stm32f10x_conf.h" #include "Queue.h" #include "PostMessage.h" #include "DlgProc.h" void DI_Init(void) { GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC, ENABLE); GPIO_InitStructure.GPIO_Pin = Knf_PIN; GPIO_InitStructure.GPIO_Mode = GP...
[ "devbinary@gmail.com" ]
devbinary@gmail.com
f1fdb5f823f05e63b732b87cfdf1af3f20f9f5d2
aa315232614b57cf829665113ae2f3fa57e1c663
/parser/Trees.c
34608f21f583f99ffa25853d946dbe4686009ae6
[]
no_license
Adam-Er/tws
d615d83bd2eb2bb655198159133bab7b3c1692a4
003a8782c19c1365d0ac44189e2fad8617c1b801
refs/heads/master
2020-03-26T12:08:21.299421
2018-08-15T18:05:38
2018-08-15T18:05:38
144,877,457
1
0
null
null
null
null
UTF-8
C
false
false
4,051
c
/* This file is what actually creates the tree */ #include <stdio.h> #include <string.h> #include <assert.h> #include <stdarg.h> #include <stdlib.h> #include "Trees.h" /* #include "y.tab.h" */ /* Here is where we allocate space and assign it to the tree node */ /* There is also some validation of the tree tags that a...
[ "adamgoldhart1@gmail.com" ]
adamgoldhart1@gmail.com
91ebc14e289f14ef4b04ab3eb5e0a26e75304673
e4049cbac3d4ca4d19e3095e075ed9d1239c47a6
/13_cring/ipc.h
e667d631b981502b0bc2714549c6f56c05460d3c
[]
no_license
rmokerone/algo
374b159b7aa89965798458dbdc9b5c732cc88ebc
783f736062f42a7b38f420de7c5a417b35a92881
refs/heads/master
2023-08-10T20:35:21.178098
2021-10-09T07:04:08
2021-10-09T07:04:08
303,039,271
0
0
null
null
null
null
UTF-8
C
false
false
788
h
#ifndef __C_IPC_H__ #define __C_IPC_H__ #ifdef __cplusplus extern "C" { #endif #include <stdio.h> #include <errno.h> #include <stdlib.h> #include <sys/types.h> #include <sys/ipc.h> #include <sys/sem.h> #define ERR_EXIT(m) \ do \ { \ perror(m); \ exit(EXIT_FAILURE); \ } while(0)...
[ "root@oopy.org" ]
root@oopy.org
704ab4d51a16d6057aa15da4951a57ce6c0d2ac4
2eac84edf941c64588fef76f10d02309aabcb2fb
/Library/General/Controller/inc/MinMaxPeriodic_FiP32.h
ca07d885fbc9a3a9700199ed821a58170a4a1759
[ "BSD-3-Clause" ]
permissive
AlexisTM/X2C
fdd93bd33b931ea448ba516f5e3f9af6a5149a6a
31f39b598afe271a7fd46ef1ee9e06c410b1120c
refs/heads/master
2021-08-07T04:26:24.391617
2017-11-07T14:34:33
2017-11-07T14:34:33
109,844,123
1
0
null
null
null
null
UTF-8
C
false
false
3,726
h
/* * Copyright (c) 2013, Linz Center of Mechatronics GmbH (LCM) http://www.lcm.at/ * All rights reserved. */ /* * This file is licensed according to the BSD 3-clause license as follows: * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the...
[ "alexis.paques@gmail.com" ]
alexis.paques@gmail.com
288ebaacc482292151ffe62931d6f2967f9bf070
619d0099939caf268631834494588efb96c831c8
/common/services/gfx_mono/example_screen_dump/atxmega128a1_xplain/conf_st7565r.h
1498de584daa3ae1de36d35599fff6e9b5f8a860
[]
no_license
tulku/asf
fc4476036fc190f11096220a88be1ac84b65e269
82fd38d28ca551ec7470aa82c8531f5b81144ccd
refs/heads/master
2021-01-10T02:27:21.174975
2015-12-16T17:04:27
2015-12-16T17:04:27
48,123,642
0
0
null
null
null
null
UTF-8
C
false
false
2,810
h
/** * \file * * \brief ST7565R display controller driver configuration file. * * Copyright (c) 2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followin...
[ "lucas.chiesa@gmail.com" ]
lucas.chiesa@gmail.com
593db835b354a697b0c30c3f46e8762f23de854d
5d45b59071fa485e6695059945ca885c2e5428ae
/src/owl/core/owl_ndarray_slide_impl.h
f6f65495610cae967ee700bf9e2fe0285a761413
[ "MIT", "LicenseRef-scancode-dco-1.1" ]
permissive
pvdhove/owl
189b7aceadd174dd1d4ecf315e4bbf9e8e1f001e
072a7dba92cd52d7c87ab3dd5ec1e4c11a3cdf31
refs/heads/master
2020-03-27T15:42:38.628173
2018-11-09T23:50:37
2018-11-09T23:50:37
146,734,274
0
0
MIT
2018-08-30T10:31:41
2018-08-30T10:31:41
null
UTF-8
C
false
false
1,701
h
/* * OWL - OCaml Scientific and Engineering Computing * Copyright (c) 2016-2018 Liang Wang <liang.wang@cl.cam.ac.uk> */ #ifdef OWL_ENABLE_TEMPLATE void FUNCTION (c, slide) ( TYPE *x, TYPE *y, int m, int n, int o, int ofsx_m, int incx_m, int incx_n, int incy_m, int incy_n ) { TYPE *start_x_m = x; TYPE *st...
[ "ryanrhymes@gmail.com" ]
ryanrhymes@gmail.com
f63d19c4bf158144baa2bccdcc2094b6642cb8db
87bcf0def4eb2b6646252301c68f05235e7d09fd
/moderate/119_chain_inspection_faster.c
d76425568897208501057df9bbdc3ed1f7f5cc86
[]
no_license
m-hawke/codeeval
abe0f4edae32cd3aa6c2a96e0bc1707ed1421361
c886179fddec836009c8a8d89ca3a4bcd311a77e
refs/heads/master
2020-04-06T08:03:47.954129
2016-10-06T11:36:59
2016-10-06T11:36:59
44,288,167
0
0
null
null
null
null
UTF-8
C
false
false
2,010
c
#include <stdio.h> #include <string.h> #include <strings.h> #include <stdlib.h> #define LINE_LEN 10240 #define MAX_LINKS 1000 typedef struct link { char *name; char *next; } LINK; int cmp_links(const void *l1, const void *l2) { LINK *link1 = (LINK *)l1; LINK *link2 = (LINK *)l2; int result; ...
[ "m-hawke@users.noreply.github.com" ]
m-hawke@users.noreply.github.com
eba5bb70354969a62875cdb11ad66f73f36b1c2d
9eb0951ad2ab7ee44f7144d319f6c5508f134626
/src/crypto/tls_openssl.c
a8efe552f9a780c1ba15f5bd475487dbe73e1d02
[ "BSD-3-Clause" ]
permissive
sensepost/hostapd-mana
23d17e2282e6520fcf3eb3487625dc78cbc5c46d
bd6114db0e0214003699f446dd7c4cb399efef71
refs/heads/master
2023-08-21T12:41:32.207465
2023-08-03T08:02:43
2023-08-03T08:02:43
31,198,183
491
141
NOASSERTION
2023-08-03T08:02:44
2015-02-23T07:37:56
C
UTF-8
C
false
false
109,849
c
/* * SSL/TLS interface functions for OpenSSL * Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #include "includes.h" #ifndef CONFIG_SMARTCARD #ifndef OPENSSL_NO_ENGINE #ifndef ANDROID #define OPENSSL_NO_E...
[ "singe-github@singe.za.net" ]
singe-github@singe.za.net
9c79bc1843b2ce3e6659bb8cf2920c13302e08a0
e574313f5f472a072fc122e79da417227ba001de
/opticflow.h
136e62f302b008e665f4b8f921777526264792c9
[]
no_license
BJDutta/Autopilot-Source-Codes
71edd9c6ca92301836018f12d138ef057bb3c754
d4a475384ba3c34a6e21175caad8c93183b33dc6
refs/heads/master
2016-09-05T17:58:50.505856
2015-04-27T11:56:35
2015-04-27T11:56:35
34,663,751
0
2
null
null
null
null
UTF-8
C
false
false
200
h
#ifndef OPTICFLOW_H #define OPTICFLOW_H #include "config.h" #include "lpc_types.h" extern float flow_comp_m_x, flow_comp_m_y; extern uint8_t flow_quality; void optical_nav(); #endif
[ "bhaskar@infiniumrobotics.com" ]
bhaskar@infiniumrobotics.com
be98bf4bf75f14303c883281e9c5814e78119b59
97abc6a38c8d41a977c242b53c1b29ce75b268be
/src/hdr/rgbe.cpp
bfac708801839d49407ca686eeb36b6afc31b6bc
[]
no_license
RNG65536/CUDA-volpath
1023a664688f66fa12b6b34b7b31e0f7da248a65
8076c02d79085586e86a85cabcb4ce45783df437
refs/heads/master
2021-06-13T15:18:20.711468
2021-02-13T10:42:11
2021-02-13T10:42:11
92,271,621
9
4
null
null
null
null
UTF-8
C
false
false
13,465
cpp
/* THIS CODE CARRIES NO GUARANTEE OF USABILITY OR FITNESS FOR ANY PURPOSE. * WHILE THE AUTHORS HAVE TRIED TO ENSURE THE PROGRAM WORKS CORRECTLY, * IT IS STRICTLY USE AT YOUR OWN RISK. */ #include "rgbe.h" #include <math.h> #include <malloc.h> #include <string.h> #include <ctype.h> /* This file contains code to rea...
[ "netdisk0904@126.com" ]
netdisk0904@126.com
8916454aa4eeba86ac2f7ad61b463eb06ef43ebb
c2de29058e783faaf44927ef802caef8457922f2
/4. Inet String to Number/inet_apton.c
3bae3ec7d8e639a121ad5a072bd0a93964954f9d
[]
no_license
sbe03005/Linux-TCP-IP-Programming
8185d329579c17732c8b26c267d396ca32259613
b54c3beff99e484dd378e6b8779672855bf94aaa
refs/heads/master
2022-01-06T15:51:56.859393
2019-06-01T17:52:37
2019-06-01T17:52:37
null
0
0
null
null
null
null
UTF-8
C
false
false
656
c
#include <stdio.h> #include <stdlib.h> #include <arpa/inet.h> void error_handling(char * message){ fputs(message, stderr); fputc('\n', stderr); exit(1); } int main (int argc , char * argv[]){ char *addr="127.232.124.79"; struct sockaddr_in addr_inet; if(!inet_aton(addr, &addr_inet.sin_addr)) error_handling("...
[ "sbe03005@naver.com" ]
sbe03005@naver.com
35e93bd9f723040151887f4975eb245a183cf96e
8344e98cd6aa86cefc9ed238cd7e4ab91b4a9463
/Coordinate.h
1e57c9ad8941903298fd0ca0b0619a78a91a974d
[]
no_license
mipalgu/guvision_utils
82c97df88c5983a5481a29aed0d18294ef5b122d
fc671bea1cecfe6d06e3807a1e7fbc792ce0de6b
refs/heads/main
2023-07-31T13:37:41.934010
2021-09-16T00:17:12
2021-09-16T00:17:12
404,966,178
0
0
null
null
null
null
UTF-8
C
false
false
3,178
h
/* * Coordinate.h * Movement * * Created by Callum McColl on 06/04/2019. * Copyright © 2019 Callum McColl. 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 so...
[ "callum.mccoll1@gmail.com" ]
callum.mccoll1@gmail.com
ec475b2c87e26f42f404308fb490b80ff7c8a417
14bc6958a83ff9a49c379263592f31cec8bda61d
/Cembarqué/sensorproject/Src/stm32f4xx_hal_msp.c
6e16fbe27643bdf89e363ee69edde5cf3b5d31a3
[]
no_license
jmaryem/Projects
7e0a2ef5848a1af503e7eefa5560263a5dce91f3
e780548eb86a2e5f9c676ef16e632f05fb387b92
refs/heads/master
2020-11-27T05:59:19.220359
2020-04-12T20:49:23
2020-04-12T20:49:23
229,327,840
0
1
null
2020-07-20T15:46:45
2019-12-20T19:56:31
Python
UTF-8
C
false
false
5,907
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * File Name : stm32f4xx_hal_msp.c * Description : This file provides code for the MSP Initialization * and de-Initialization codes. ****************************...
[ "52458526+jmaryem@users.noreply.github.com" ]
52458526+jmaryem@users.noreply.github.com
e2c3a02b241efe3991058b168b087950f1fc5dd6
134720d57fcc3c0444b4b7bf2ae619cdbcc504b1
/Core/Src/stm32f4xx_hal_msp.c
1b40418a0ebe06f74fd0289545442da740470355
[]
no_license
J-Hoskin/QUTMS_LCD_UI
ea4c308ab7d830e4f0eedd79d924417a1d711695
43cebc8fbb4c45105aa4d051fd0beecc8b1c841b
refs/heads/main
2023-02-23T12:52:19.230740
2021-01-31T22:40:41
2021-01-31T22:40:41
318,441,190
0
0
null
null
null
null
UTF-8
C
false
false
12,214
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * File Name : stm32f4xx_hal_msp.c * Description : This file provides code for the MSP Initialization * and de-Initialization codes. *****************************...
[ "J_hoskin@outlook.com" ]
J_hoskin@outlook.com
659b5d585be698ad64bb4da7ba6740841ff252bc
ea20e6d3d7b84367af7bdf73584986889ab98004
/bmh_fonts/bmh_digits/Syncopate Regular/Syncopate Regular_40.h
8af58169b267872bcc4c1956a9ffbdb76b9d3443
[]
no_license
jdmorise/BMH-fonts
17155aa3e3da8c35fc3528d706855d2e140dd269
28c81653d88ed40ed9f4c2077363185d2ddc4992
refs/heads/master
2020-07-13T07:02:15.191508
2019-10-07T20:26:56
2019-10-07T20:26:56
205,022,484
10
0
null
null
null
null
UTF-8
C
false
false
3,796
h
// Header File for SSD1306 characters // Generated with TTF2BMH // Font Syncopate Regular // Font Size: 40 const char bitmap_48[] = {128,240,248,254,31,15,7,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,7,15,31,255,255,255,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,7,15,63,124,248,224,224,192,128,128,128,0,0,0,0,0,0,0,128,1...
[ "48957270+jdmorise@users.noreply.github.com" ]
48957270+jdmorise@users.noreply.github.com
6b8e59d1003e5c063ad377d07cf20a8cf8a3ca84
94db0bd95a58fabfd47517ed7d7d819a542693cd
/client/ClientRes/IOSAPI/Classes/Native/AssemblyU2DCSharpU2Dfirstpass_Spine_ExposedList_1_g190313812MethodDeclarations.h
8e78ef39c420b6d6a5e6719f49e7339f79d4593f
[]
no_license
Avatarchik/card
9fc6efa058085bd25f2b8831267816aa12b24350
d18dbc9c7da5cf32c963458ac13731ecfbf252fa
refs/heads/master
2020-06-07T07:01:00.444233
2017-12-11T10:52:17
2017-12-11T10:52:17
null
0
0
null
null
null
null
UTF-8
C
false
false
24,685
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 "AssemblyU2DCSharpU2Dfirstpass_Spine_ExposedList_1_1746351235MethodDeclarations.h" // System.Vo...
[ "1" ]
1
3fc98a2f0a09bb6bb6d11419fc9cc1e74a16d70a
32a1fca9b680448da07a2cb6c398e1cdf08d64a2
/cs240/lab5-src/gauss.c
b282a00c2a0ec31f4561b6f0916289f59833b1da
[]
no_license
0lumide/cs
e4e861e8c81ee894c7f5b10c244d2cd47496161e
66ad2a72989ed14ba0b5d3384b3eed9f99661ff4
refs/heads/master
2020-12-25T22:30:41.296713
2015-05-06T11:22:15
2015-05-06T11:22:15
23,433,335
0
0
null
null
null
null
UTF-8
C
false
false
4,177
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #define MAXCOLS 101 void printMatrix(int rows, int columns, double ** mat);//matrix[][MAXCOLS]); char * getInput(); int isNum(char c); int charToNum(char c); int strToNum(char * str); int strIsNum(char * str); void printMissingEl(int i, int j...
[ "olumideawofeso@yahoo.com" ]
olumideawofeso@yahoo.com
72a4750997e3ecfac1b77d0a642039376ca5103f
011fc55d12fcdb3be3bae64e5a96378a4d79da39
/third_party/lcd_gui/link_page.h
c2f490a6c4568470f2df0f7e5d13745826132e73
[ "MIT" ]
permissive
petukhovtd/stm32f030_mainboard_v2
0c3d5f4aaea4607b91551e6f778847058950c821
dd74242a0af64bcaf94462dd7608fd11a0bc7725
refs/heads/master
2020-06-11T17:05:37.229204
2019-06-27T16:06:49
2019-06-27T16:06:49
194,032,217
0
0
MIT
2019-06-27T16:06:50
2019-06-27T06:01:39
null
UTF-8
C
false
false
445
h
#ifndef LINK_PAGE_H #define LINK_PAGE_H #include <define_config.h> #include <page.h> typedef struct LinkPage { uint8_t currentPage; uint8_t linkPageMax; Page *massPage[PAGE_MAX]; void ( *move )( struct LinkPage *lp, PARAMETER_MOVE m ); void ( *changeParameter )( struct LinkPage *lp, signed ch...
[ "smileedition@gmail.com" ]
smileedition@gmail.com
4f130aa448531eafdbf204a8d3e6fcad0e4622a9
bb8695636f7ade2e5885e24f2ea794dcec83848d
/Code/BSP/MCU/IIC_Soft/IIC_Soft.h
1518612ac9966400bffb08bb4c6d776aca99e112
[]
no_license
Ironmankiller/Tensile-Machine
0f736618b575e910d0ccd0a356c97bfd8b42748e
bbb723fbfa622af5b10c6190bd6c6bdf0dc3ee3a
refs/heads/master
2020-07-29T21:01:46.553082
2020-01-11T12:49:53
2020-01-11T12:49:53
209,957,291
4
0
null
null
null
null
UTF-8
C
false
false
1,262
h
#ifndef _I2C_SOFT_H #define _I2C_SOFT_H #include "stm32f4xx.h" #include "time.h" /***************I2C GPIO定义******************/ #define ANO_GPIO_I2C GPIOA #define I2C_Pin_SCL GPIO_Pin_2 #define I2C_Pin_SDA GPIO_Pin_3 #define ANO_RCC_I2C RCC_AHB1Periph_GPIOA /*********************************************/ #define S...
[ "1137416958@qq.com" ]
1137416958@qq.com
5d1acc1c7738b4dabe8544a1e53b38b4b407387f
cf3f88d82fd5154f7780f353e8e7193f86429aff
/trap.c
1e480dee60322744875fe994533c046776d6edcc
[ "MIT" ]
permissive
shreygupta2809/Modified-XV6
f7eff1c4cd32f4a305dbfdfcaf171cd7ad38194e
cf27b1849d355aac1cc168cdc11d79b7ff500fce
refs/heads/master
2023-01-31T03:13:14.170768
2020-12-17T10:05:04
2020-12-17T10:05:04
322,252,044
0
0
null
null
null
null
UTF-8
C
false
false
3,131
c
#include "types.h" #include "defs.h" #include "param.h" #include "memlayout.h" #include "mmu.h" #include "proc.h" #include "x86.h" #include "traps.h" #include "spinlock.h" // Interrupt descriptor table (shared by all CPUs). struct gatedesc idt[256]; extern uint vectors[]; // in vectors.S: array of 256 entry pointers ...
[ "shrey2809@gmail.com" ]
shrey2809@gmail.com
f8d0e741b1e38fd40149d6121d56f2219e8d75ed
f890033dd005a9f87214aff7e58e4ffeb798d053
/src/align_diffs.c
4b52f8bacfec92225f2819e79e8bec26158e9e66
[ "MIT" ]
permissive
lastz/lastz
66995af083cd10b4adac0ffd5f67a7a7560c085b
9ca1ef9d2e22754c3248df765880fb6157894d70
refs/heads/master
2023-08-04T14:45:15.139792
2023-07-26T12:30:33
2023-07-26T12:30:33
65,482,994
177
39
MIT
2021-02-11T21:27:22
2016-08-11T16:05:00
C
UTF-8
C
false
false
17,295
c
//-------+---------+---------+---------+---------+---------+---------+--------= // // File: align_diffs.c // //---------- // // align_diffs-- // Support for printing alignments in a textual differences format. // // For an alignment like this: // // s phiX 4294 35 + 5386 CCCCCAACTTGATATTAATAACACTATAGAC...
[ "bobharris@psu.edu" ]
bobharris@psu.edu
5825047271e20233239bfb8090be564eda46249d
4e927b82fa163c6197fce9ae7ca53feb8830e6d7
/test/store/etc/load_self/include/bake_config.h
3505dfe2447858f39be3c34375054e312a5b19f1
[ "MIT" ]
permissive
cortoproject/corto
059eec9ad91484ee6bd5526a318099a75877b353
159c741a7a8cd3b0ecfd57d40e91aaa5ad1a1a06
refs/heads/master
2021-01-09T06:35:47.031474
2019-02-17T01:55:35
2019-02-17T01:55:35
27,048,117
96
17
MIT
2022-02-21T09:09:28
2014-11-23T21:18:31
C
UTF-8
C
false
false
1,210
h
/* ) (.) .|. | | _.--| |--._ .-'; ;`-'& ; `&. \ & ; & &_/ |"""--...
[ "sander.mertens8@gmail.com" ]
sander.mertens8@gmail.com
9a07840a585853066408cc790f13fc1f9251242f
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/f6338786-b16a-4cd4-ae36-8342d99fe9b9.c
3fbff9d2278a26e01cb65bee4f09303c3a674872
[]
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
592
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = j/j; l = i/j; l = l-j; l = l%j; l = l-j; k = k-k*i; //variables /* START VULNERABILITY */ int a; long b[14]; long c[70]; a = 0; do { ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
5164eb57a1e5aaf8ebc6c3a7352b1b44490ea420
667d3b23c42d542c468993c789dde4e4745c5695
/microkernel3/layers/dos/lib/dos.h
732e636f2c8a92ca6d4d6caa1deadb75c9cc4371
[ "CC0-1.0" ]
permissive
nuta/archives
ba72a63704af07415eb830631ca19c8e9006cc8e
3db15f62dc1b4497a8c9a39e32f997470653157f
refs/heads/master
2022-06-14T10:07:48.055078
2022-05-17T13:30:59
2022-05-17T13:31:08
134,198,179
3
0
null
null
null
null
UTF-8
C
false
false
275
h
#ifndef __DOS_H__ #define __DOS_H__ #include <stdint.h> void sysfunc(uint64_t *rax, uint64_t *rbx, uint64_t *rcx, uint64_t *rdx); // DOS INT 21h functions. #define SYSFUNC_READ_STDIN 0x0100 #define SYSFUNC_WRITE_STDOUT 0x0200 #define SYSFUNC_EX_EXEC 0xf000 #endif
[ "nuta@seiya.me" ]
nuta@seiya.me
9878acf9b7a398ab6d4a7cd7a4c4a1a3584ecb64
1ce15bc450e1916a87a98bd5ea223868f1a1966b
/src/shared/blowfish.h
61dbc73eda64c0a823897b13b153983ac3926dba
[]
no_license
alvinahmadov/CWCLI
94feb9a6b294d5c8ff5910b183db8e864629b2ec
d380b483086cc9ae6ceeeda07760139a1ee7b4cc
refs/heads/master
2021-05-31T21:24:40.227688
2016-07-01T22:42:12
2016-07-01T22:42:12
null
0
0
null
null
null
null
UTF-8
C
false
false
1,013
h
#ifndef _BLOWFISH_H_ #define _BLOWFISH_H_ #define BLOWFISH_KEY_LEN 56 #define BLOWFISH_IV_LEN 8 #define P_SIZE (16 + 2) #define S_SIZE (256 * 4) #define IV_SIZE 2 typedef struct { CW_UINT32 P[P_SIZE]; CW_UINT32 S[S_SIZE]; CW_UINT32 IV[IV_SIZE]; s...
[ "isaac.job.howard@gmail.com" ]
isaac.job.howard@gmail.com
db6326e17245e77bc09a157af1372f5c1a245e27
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/079/376/CWE134_Uncontrolled_Format_String__char_connect_socket_w32_vsnprintf_66b.c
beae8e00e85c201d03ccdd044a6c43e3022bbbe2
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C
false
false
2,952
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE134_Uncontrolled_Format_String__char_connect_socket_w32_vsnprintf_66b.c Label Definition File: CWE134_Uncontrolled_Format_String.vasinks.label.xml Template File: sources-vasinks-66b.tmpl.c */ /* * @description * CWE: 134 Uncontrolled Format String * BadSource: connect...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
4c57e0df3085ecfa950e02480d729438970436b8
c4bfebac09033b132ea0b57c4d3567c9f3b77b82
/Lcli2.c
f15509e927318bd34192e31144ce59ae359c696b
[]
no_license
sysprogramming/sysproj
83b12910254947f3ee1a05fd7b69490567d795d9
abd23455184a08471a29a51da5b0af20fee23c0d
refs/heads/master
2020-09-11T01:12:08.491240
2019-12-17T11:09:03
2019-12-17T11:09:03
221,890,895
0
0
null
null
null
null
UTF-8
C
false
false
2,344
c
#include<stdio.h> #include<sys/types.h> #include<sys/socket.h> #include<netinet/in.h> #include<netdb.h> #include<stdlib.h> #include<string.h> #include<unistd.h> #define MENUI 120 #define oops(msg) {perror(msg);exit(1);} #define TL 51 #define CL 201 void gotoxy(int x, int y) { printf( "%c[%d;%df", 0x1B, y, x); } void c...
[ "as00098@naver.com" ]
as00098@naver.com
72230de783a96e4283339b5f30a3eaa17db0f5e5
306b1e64ceb73cea2845132afcf59fdb3ba8dc78
/src_push_swap/cmds.c
f4cb7214a64c391886af3824b9e8197f4577de8a
[]
no_license
vladdez/push_swap
7248f413c35fff6959dd4a7ff4cec5e15ba132bf
beaeb4d5a16fc022811b34f95c151bc613ee4ab1
refs/heads/master
2021-01-26T00:19:35.253627
2020-02-26T10:52:02
2020-02-26T10:52:02
243,238,807
0
0
null
null
null
null
UTF-8
C
false
false
2,040
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* cmds.c :+: :+: :+: ...
[ "kysgramo@at-f4.21-school.ru" ]
kysgramo@at-f4.21-school.ru
ac9a84d38a0268e786567f1ad72288dbd72e24b2
24d856d98c85a319d53be2768ccc176a50873fa3
/linux-lts-quantal-3.5.0/drivers/mfd/wm8350-irq.c
9fd01bf63c510eafab2c1efc987728576aa54f5e
[ "BSD-2-Clause", "GPL-1.0-or-later", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
dozenow/shortcut
a4803b59c95e72a01d73bb30acaae45cf76b0367
b140082a44c58f05af3495259c1beaaa9a63560b
refs/heads/jumpstart-php
2020-06-29T11:41:05.842760
2019-03-28T17:28:56
2019-03-28T17:28:56
200,405,626
2
2
BSD-2-Clause
2019-08-03T19:45:44
2019-08-03T17:57:58
C
UTF-8
C
false
false
14,606
c
/* * wm8350-irq.c -- IRQ support for Wolfson WM8350 * * Copyright 2007, 2008, 2009 Wolfson Microelectronics PLC. * * Author: Liam Girdwood, Mark Brown * * 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 * F...
[ "jflinn" ]
jflinn
b2be64936d7f46408b233d163c0616b86fe787cc
648c110d6723f11c17c2cb1f0dc28f38e6b68f91
/libsrc/psych/exp.c
0974e9da137f8f94070d9dfb81a204241ac43f41
[ "LicenseRef-scancode-us-govt-public-domain", "LicenseRef-scancode-warranty-disclaimer", "FSFAP" ]
permissive
GrahamWalker66/QuIP
6c805d416a1dc14b9a6c574322b6ea6a8f8c6d48
7bb384d01178d8cfe7fba1107690c5a3c824e535
refs/heads/master
2021-04-30T13:13:19.688618
2017-03-28T21:56:26
2017-03-28T21:56:26
null
0
0
null
null
null
null
UTF-8
C
false
false
18,040
c
#include "quip_config.h" /* this is a general package for running experiments * * OLD: this was a library that we linked with, providing our * own c-callable routines for stimulus delivery and parameter * modification. * The responsibilities of the caller of exprmnt() : * * define the following global fuction...
[ "jeffrey.b.mulligan@nasa.gov" ]
jeffrey.b.mulligan@nasa.gov
c842d2ac7b7e6e918685354ed1722693ffbd5f9c
49b157fd39382a486e6eb91f8ec4f197db6794a2
/virtual_memory/exercise_1/mhysa.c
b14ac2bf9be6c5243d6bc24edd4da72ae998a390
[]
no_license
obergfredrik/ID1206-Operating_System
36f54ec2763a50254e22c2532f5e31680c681f4d
fbe6d9f9c344af751e26b70961dff02410b4422d
refs/heads/main
2023-02-21T14:54:53.088818
2021-01-23T12:07:57
2021-01-23T12:07:57
307,687,109
0
0
null
null
null
null
UTF-8
C
false
false
1,064
c
#include <stdlib.h> #include <unistd.h> struct chunk { int size; struct chunk *next; }; struct chunk* flist = NULL; void *malloc(size_t size) { if( size == 0 ) return NULL; struct chunk *next = flist; struct chunk *prev = NULL; while(next != NULL) { if (next->size...
[ "fredrik.oberg@gmx.com" ]
fredrik.oberg@gmx.com
b6f72e4cf7ec3f5a477ec80ff8d491fd50ecaab5
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/MC/dMu/5.4e-18/attic/Unblinded/MomBinnedAna/MomMinScan/FullModuloFit_1800_3127_truthAllDecays_AAR_200MeV_AQ_pTpz.C
58d5f15f825844ceeb2380231f8e11f7e390ba3a
[]
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
1,096,349
c
void FullModuloFit_1800_3127_truthAllDecays_AAR_200MeV_AQ_pTpz() { //=========Macro generated from canvas: c/c //========= (Wed Jul 14 18:48:57 2021) by ROOT version 6.22/08 TCanvas *c = new TCanvas("c", "c",0,0,800,600); c->SetHighLightColor(2); c->Range(-0.6024336,-6.25,4.944727,6.25); c->SetFillColor(0)...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
ab1232b19479f1fb526c07db8a494cad64f1c682
90e8fcb503f27d0e232e845c61e5ddf18bf02c1b
/Series/series4.c
420f188e87fdc3ee670cef8aac8b56b4f4be5651
[]
no_license
Ayushtytripatha/Placement-Questions
5f5a5b8130aead1672e6b329ad81a4425d51b402
8f1ecbbea9d80ac13eff7df79b84f7cb0c8d7f90
refs/heads/main
2023-02-07T02:01:49.567520
2020-12-26T16:55:23
2020-12-26T16:55:23
null
0
0
null
null
null
null
UTF-8
C
false
false
131
c
#include<stdio.h> int main(){ int n; scanf("%d",&n); for(int i=1;i<=n;i++){ printf("e^%d,\t",i); } }
[ "noreply@github.com" ]
Ayushtytripatha.noreply@github.com
2e9983f1b9c763f9a38de798186c0e6a45fa3c54
9c6371e6006fb34c3298011d6654a45374361ee7
/Infinity/v1 EZ Parody/log/right_generatedKeymap.h
cc02fc5698e43f27693f6ed0b2f53637ab80c252
[]
no_license
RyanRayNeff/my-ergodox-layouts
8d99055e6b303c794fe8415218d90975a9413051
3f39885ac7e940ca9e69d9e8b1e4f3708a04aaa5
refs/heads/master
2021-01-21T10:46:38.114345
2017-09-22T22:47:15
2017-09-22T22:47:15
83,487,862
0
0
null
null
null
null
UTF-8
C
false
false
41,650
h
/* Copyright (C) 2014-2016 by Jacob Alexander * * This file 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 3 of the License, or * (at your option) any later version. * * This file is dis...
[ "ryan.ray.neff@fluke.com" ]
ryan.ray.neff@fluke.com
daaf66d6ab8dad84dd6dd98dbe9ec70bd557b15d
c039831cf08366026a67b98c0eb20bd066a07b7d
/src/main.c
aace1043914d41010a10955de1b94ab252ebef72
[ "Unlicense" ]
permissive
raffitz/mc_euclid
82ae6b8a213cd33311be2f23551e5483a5cb1285
6be82007e7534f6048dbad5630e3f3c6b259de2b
refs/heads/main
2021-06-09T16:19:01.406745
2019-06-27T13:05:01
2019-06-27T13:05:01
38,399,855
0
0
null
null
null
null
UTF-8
C
false
false
4,978
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <limits.h> #include <math.h> #include "cmdline.h" #include "expressions.h" #include "conditions.h" #include "output.h" #include "parser.tab.h" #include "lex.yy.h" extern char* mce_solid_name; extern char* mce_solid_author; extern char* mce_solid_descr...
[ "raf.a.m.c.gon@gmail.com" ]
raf.a.m.c.gon@gmail.com
adaac9cd83d433553bec21a6850640bcec7bc9d0
71ceca5dee4e42be19120b89c910aa13cc76dcd1
/chat2/test.c
1ec19a1cc62041e6b504602fd4f40c851a285bed
[]
no_license
JoannahRavi/Networks
9ba010c9c8a7da3ca0a1f1be933b84c2b9e8d4b3
de1b46e09178f21d76d32e1516b74a4677d8b178
refs/heads/master
2021-01-10T16:33:29.761008
2016-03-05T15:40:32
2016-03-05T15:40:32
53,208,529
0
0
null
null
null
null
UTF-8
C
false
false
158
c
#include<winsock.h> #include<stdio.h> main() { SOCKADDR_IN a; SOCKADDR b; printf("sockaddr_in %d\n",sizeof(a)); printf("sockaddr %d\n",sizeof(b)); }
[ "joni.ravi@gmail.com" ]
joni.ravi@gmail.com
69859d3f05ef8280acaf101eba4b238291c701a1
dcf26a6bcf853a3f8f6f50f9379998ef4d8aad40
/vendor/hisi/hi3861/hi3861/boot/loaderboot/common/nvm/hi_nvm.c
4ccff47a876168d3d54ed17af4f12951eb861e2d
[]
no_license
small-seven/testmem
c5f3202dce1c369e9d84cdaaccc2008b827c16d8
2771460c617439bd1be562ffdc94543ea170a736
refs/heads/main
2023-03-12T22:16:28.824577
2021-03-03T04:24:59
2021-03-03T04:24:59
343,847,762
1
0
null
null
null
null
UTF-8
C
false
false
331
c
#include "hi_nvm.h" #include <hi_boot_err.h> #include <hi_loaderboot_flash.h> typedef hi_u32(*hi_nvm_changed_notify_f) (hi_u8 id); typedef struct { hi_u8 min_id; hi_u8 max_id; hi_u16 count; } nvm_changed_proc_stru; typedef struct { hi_u32 base_addr; hi_u32 total_size; hi_u32 block_size; } nvm_b...
[ "huihuigong@users.noreply.github.com" ]
huihuigong@users.noreply.github.com
178f6001e54d88e6b6103da93d9bf992f0c9db38
73b5d880fa06943c20ff0a9aee9d0c1d1eeebe10
/broken/experimental/owl/butterfly/butterfly/hardware.h
c41653f0742ee77a16da5d533fa70198f4a748ff
[]
no_license
x3ro/tinyos-legacy
101d19f9e639f5a9d59d3edd4ed04b1f53221e63
cdc0e7ba1cac505fcace33b974b2e0aca1ccc56a
refs/heads/master
2021-01-16T19:20:21.744228
2015-06-30T20:23:05
2015-06-30T20:23:05
38,358,728
0
1
null
null
null
null
UTF-8
C
false
false
2,435
h
/* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose, without fee, and without written agreement is * hereby granted, provided that the above copy...
[ "lucas@x3ro.de" ]
lucas@x3ro.de
39aafb7196c9da0e6c67664c26dc3ebff0e7007f
f3eed0234b4d0ad2bbb2abd700cf1e2c7a0e8a1d
/AKWF-c/AKWF_0006/AKWF_0552.h
3c81035c28689044fc83d82c65f17a1689720a33
[ "CC0-1.0" ]
permissive
KristofferKarlAxelEkstrand/AKWF-FREE
b2defa1a2d389d309be6dd2e9f968923daf80d1b
cf8171df36e9fec25416b5f568b72a6e2cb69194
refs/heads/master
2023-07-23T18:22:36.939705
2023-07-10T17:14:40
2023-07-10T17:14:40
145,817,187
359
59
CC0-1.0
2023-07-10T17:14:41
2018-08-23T07:26:56
null
UTF-8
C
false
false
4,672
h
/* Adventure Kid Waveforms (AKWF) converted for use with Teensy Audio Library * * Adventure Kid Waveforms(AKWF) Open waveforms library * https://www.adventurekid.se/akrt/waveforms/adventure-kid-waveforms/ * * This code is in the public domain, CC0 1.0 Universal (CC0 1.0) * https://creativecommons.org/publicdom...
[ "brad.roy@gmail.com" ]
brad.roy@gmail.com
5e9adc040484f1fa5621d56dbafca240d69ca2c4
28e19b7f74141d101848240d45c788b2d3d92fbe
/test/hello.c
6025f906df1beb1b2dd6d9985cf3437886bffc9d
[ "Apache-2.0" ]
permissive
RedScarf1005/flare-qdb
98d88857ce375d235f89450d74a6618630f698a0
daf2dbf4cdc3b76f07203c44cd993d8a9a8c529f
refs/heads/master
2023-05-06T19:52:42.942905
2021-05-24T15:59:06
2021-05-24T15:59:06
null
0
0
null
null
null
null
UTF-8
C
false
false
96
c
#include <stdio.h> int main(void) { int x = 0; x = printf("Hello, world!\n"); return x; }
[ "strictlymike@gmail.com" ]
strictlymike@gmail.com
4f1ec2e068273abf492191813e43c37e14f28280
a466b149cc32adeac426b5e4cfd977b7df34d35b
/corewar/Test/test.c
e31f3267ef972a57b44648faa29e16ab301b2018
[]
no_license
Tyronasaurus/corewar
53657981b912b90d719f4539a9671d065009afcb
6b2c76985a68cfdd4b3fa1799fdaa5ff6b633d6f
refs/heads/master
2021-03-24T13:53:45.665341
2017-09-19T08:16:37
2017-09-19T08:16:37
104,046,377
0
0
null
null
null
null
UTF-8
C
false
false
968
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* test.c :+: :+: :+: ...
[ "tbarlow-@e4r6p2.wethinkcode.co.za" ]
tbarlow-@e4r6p2.wethinkcode.co.za
b7713d18356aadbcc9661c696bd83e8528ab7166
690562259e5d5efe9a1638aefed8574e75c77b8b
/Principles of Database Systems/Labs/lab3/postgresql-9.2.1/src/backend/regex/regc_color.c
1c60566fbf57458a1f43a4116432e0636ebcd92d
[ "PostgreSQL", "Spencer-99", "TCL" ]
permissive
chmx0929/UMNclasses
6b59f4e5a27480e50d37df78454490b9e59ac539
995567a793e4351f2f10ab342d29b1d74d5b8ed0
refs/heads/master
2020-12-24T16:31:47.061042
2016-05-08T03:39:35
2016-05-08T03:39:35
35,710,885
7
2
null
null
null
null
UTF-8
C
false
false
17,025
c
/* * colorings of characters * This file is #included by regcomp.c. * * Copyright (c) 1998, 1999 Henry Spencer. All rights reserved. * * Development of this software was funded, in part, by Cray Research Inc., * UUNET Communications Services Inc., Sun Microsystems Inc., and Scriptics * Corporation, none of whom...
[ "wanghao@yunwii.com" ]
wanghao@yunwii.com
c9db5d3bbfa69f51c1401576608bb4bc114b4f1e
efd01da74e8d28dc1e88bb406ec547cee1c78e21
/ch10/echo_mpserver.c
61c45575caf3d00809888666fef36fe0eccbee70
[]
no_license
jac0bwang/tcp-ip-socket-programming
064da8bf983ed05d3c24a555ecd07e030154757b
5e5e10d123801d55144c15c9edba513b6c055e56
refs/heads/master
2021-08-22T03:56:58.950803
2017-11-29T06:49:46
2017-11-29T06:49:46
111,864,860
0
1
null
null
null
null
UTF-8
C
false
false
2,096
c
#include<unistd.h> #include<stdio.h> #include<sys/socket.h> #include<netinet/in.h> #include<sys/wait.h> #include<signal.h> #include<stdlib.h> #include<string.h> #define BUFFSIZE 64 void errorHandling(const char* message) { fputs(message, stderr); fputc('\n', stderr); exit(1); } void removeChild(int signo...
[ "jacob.wang@pica8.local" ]
jacob.wang@pica8.local
538ad7e5427880334008244d85e46fe9d2b6d1a5
7b90c148c423c3f47c378ed6e4877af0e4a01bf2
/mpp.h
f59907b925527da507296742cfc7158290087b7d
[ "Apache-2.0" ]
permissive
uncerso/MPP
4b66075d66af0c22ed2c7da85bde7b8ffa80a53a
5973ad73eb310fd1dd937c9b02b77c6948decd91
refs/heads/master
2020-05-04T17:48:20.652892
2019-05-24T17:37:41
2019-05-24T17:37:41
179,327,199
0
0
null
null
null
null
UTF-8
C
false
false
853
h
#ifndef __mpp_kernel_module__ #define __mpp_kernel_module__ #include "mpp_queues.h" struct mpphdr { __u8 type; __u8 code; __be16 loop_cnt; __be32 prog_id; __be16 state; __be16 flags; __be64 id; // __be32 seq_num; // __be32 ack_num; __be32 total_len; // __be64 security_info; // __be64 data_storage_info; // __be...
[ "yayayayaya38@gmail.com" ]
yayayayaya38@gmail.com
3c2446a11ee1a0b1b05f6b49eb423737f5653418
e4bf9c4d2151f88ba5c40479d419238fb2a20454
/release/project6_model_xpc_rtw/project6_model_capi.h
3ae2676d1aed9b0a624c534ab6d46608a1b2c83f
[]
no_license
djessemoody/MagnadoodleController
61fe32add1f1689128501b036360bef14b799a5e
dd2300e564e5e3982bb576b01421909eca48b789
refs/heads/master
2021-01-13T00:15:59.276637
2015-10-20T18:23:39
2015-10-20T18:23:39
44,626,050
0
0
null
null
null
null
UTF-8
C
false
false
843
h
/* * project6_model_capi.h * * Code generation for model "project6_model". * * Model version : 1.349 * Simulink Coder version : 8.2 (R2012a) 29-Dec-2011 * C source code generated on : Thu Dec 05 17:01:07 2013 * * Target selection: xpctarget.tlc * Note: GRT includes extra infrastructure ...
[ "david.jesse@moodyiii.com" ]
david.jesse@moodyiii.com
5ca928b9f36570b4f3cb296637f99da0d94a8a67
7ebfae09894f7ddfa08af9281ce76ae67afc6ec1
/src/idt.h
4607819ca5d96d970eeb291e51ee4693799d8ed4
[]
no_license
chfont/lithos
cee0c624eb28fe1f298557da8942cab9ea582dd7
a7ebb49aeb0ce3f4a848c8afba92b369dc33d772
refs/heads/main
2023-04-17T18:08:14.491475
2021-05-01T19:08:53
2021-05-01T19:08:53
361,518,106
0
0
null
null
null
null
UTF-8
C
false
false
868
h
#ifndef idt_h #define idt_h #include <stddef.h> #include <stdint.h> // structures for idt implementation typedef struct idtr_t { uint16_t limit; uint32_t base; } __attribute__((packed)) idtr_t; typedef struct idt_entry { uint16_t addr_low; uint16_t segment_selector; uint8_t zero_byte; // 5 reserved bytes, ...
[ "fontenot.christian@outlook.com" ]
fontenot.christian@outlook.com
75832b94035163f6418c1f205f81eefe2e853c1f
aefa4204dd58acbec4480be4cba73dee6db66438
/challenges/pwn/echo_back/echo_back.c
1368d086f427c9b22d76704fd756cc8f833b8831
[]
no_license
dishankgoel/HackRushCTF
92863a1e28252751ef18a634e099e8b9995d2ab5
967929dd67ef2383feaad034f6b149802c21ae18
refs/heads/main
2023-03-14T17:26:37.823538
2021-03-23T07:35:37
2021-03-23T07:35:37
339,424,109
2
0
null
null
null
null
UTF-8
C
false
false
891
c
#include <stdio.h> #include <stdlib.h> #include <signal.h> #include <unistd.h> #include <string.h> /* Ignore these functions */ void buffering() { setvbuf(stdout, NULL, _IONBF, 0); setvbuf(stdin, NULL, _IONBF, 0); setvbuf(stderr, NULL, _IONBF, 0); } void timeout(int sig) { if (sig == SIGALRM) { prin...
[ "dishankgoel1729@gmail.com" ]
dishankgoel1729@gmail.com
e490fe75dcf99528d828664e7ca0b59f77e1405b
417212629bc2cc05aa7b5bda7047bed6c8376970
/spine-c/src/spine/BoundingBoxAttachment.c
6e01f329094601c72e04432d5fcb5db339e0c5cd
[]
no_license
hourglasseye/spine-runtimes
c8bfd9be461812c12b89dbd137cee93238fe8bc6
f5cd8f3c8caaef7d670b514e488b89659bf7c12c
refs/heads/master
2020-12-25T10:10:05.443468
2013-10-01T09:46:41
2013-10-01T09:46:41
null
0
0
null
null
null
null
UTF-8
C
false
false
2,610
c
/****************************************************************************** * Spine Runtime Software License - Version 1.0 * * Copyright (c) 2013, Esoteric Software * All rights reserved. * * Redistribution and use in source and binary forms in whole or in part, with * or without modification, are permitte...
[ "nathan.sweet@gmail.com" ]
nathan.sweet@gmail.com
4e006482c2851a210e8246e000cd7a1c656571e2
dc2f24165f0c5af3fa5f62537279104ef9e4ab13
/src/bcmlta/bcmimm/bcm56960_a0/bcm56960_a0_lta_bcmimm_fp_vlan_rule_template_cth_handler.c
e515452abc2ff0068f78757c12ea9a889ba4ee20
[ "Apache-2.0" ]
permissive
opennetworkinglab/SDKLT
7376cf1708b17f6976ce9e0be9669ec3b579dd96
cf7dd8f2f04025ee40e13355cfed4ce9b9614593
refs/heads/master
2023-07-31T15:43:55.138638
2022-07-13T19:36:54
2022-07-13T19:36:54
186,948,886
10
4
null
2022-07-13T19:36:55
2019-05-16T04:06:06
C
UTF-8
C
false
false
6,780
c
/******************************************************************************* * * DO NOT EDIT THIS FILE! * This file is auto-generated by fltg from Logical Table mapping files. * Edits to this file will be lost when it is regenerated. * * Copyright: (c) 2018 Broadcom. All Rights Reserved. "Broadcom" refers to ...
[ "sdk.releases@broadcom.com" ]
sdk.releases@broadcom.com
9dfbb8084e7225fed5b13182879a0279afc6a8d5
b7548ea3997ebe9ed203c531097eabf9c418ecf6
/myos/include/semaphore.h
8834e0209987894597aa46ffad854fb0beb92927
[]
no_license
ShuochengWang/OS-Lab
710d1e8aab127e8c97d34c24a893a7e1a66c20c4
998af94da575e61202d2dfeee922ac3629db873c
refs/heads/master
2021-07-06T14:44:56.190716
2017-09-28T15:59:48
2017-09-28T15:59:48
105,166,290
1
0
null
null
null
null
UTF-8
C
false
false
285
h
#ifndef SEMAPHORE_H #define SEMAPHORE_H #include "process.h" #define NUM_SEM 100 #define QUEUE_LIMIT 20 typedef struct s_semaphore { int value; int used; int up; int down; int own;//ID of the process that get the semaphore PROCESS* queue[QUEUE_LIMIT]; }SEMAPHORE; #endif
[ "wangshch5@gmail.com" ]
wangshch5@gmail.com
5beefb52aac7eec429d499ef2fcf4c41d1aa27f8
9a3aabb8f588d51530f530959b97fe0a583a34f0
/sykesmp5.c
3ab8579e4496837f72a46ddc97e0a9bb4537cdf2
[]
no_license
mnsykes/C-Programs
d421ee95d9cbe524869f392de0f592f815301ea5
e30bcef6f861b5faee5203e742b9dc3e68abfa5d
refs/heads/master
2022-04-12T22:58:15.705716
2020-04-05T15:45:56
2020-04-05T15:45:56
null
0
0
null
null
null
null
UTF-8
C
false
false
7,116
c
/*------------------------------------------------------------------------------ Program file: sykesmp5.c Author: Matthew Sykes Date: Apr 4, 2020 Assignment: Program #5 Objective: This program allows the user to enter up to 30 students as well as entering three grades per student....
[ "noreply@github.com" ]
mnsykes.noreply@github.com
d7a48a4f42e2c170f682839dd6e1dbaa63bd835d
0e4a65aa0652fb4796b8fa080e3b4c36c67edf51
/LCD.c
0d850d5787996609639b6d4e3e62a280d78669ad
[]
no_license
kydonian/polaris
96970e3a70614de6d59e1259162726cbbc2cecdc
9b5923b828cd365413a975795a22554c78693aee
refs/heads/master
2022-11-11T11:47:13.208674
2022-11-07T18:28:54
2022-11-07T18:28:54
42,337,086
0
0
null
null
null
null
UTF-8
C
false
false
6,774
c
#include "LCD.h" // LCD Segment Mapping const uint8 LCD_Char_Map[] = { LCD_A+LCD_B+LCD_C+LCD_D+LCD_E+LCD_F, // '0' or 'O' LCD_B+LCD_C, // '1' or 'I' LCD_A+LCD_B+LCD_D+LCD_E+LCD_G, // '2' or 'Z' LCD_A+LCD_B+LCD_C+LCD_D+LCD_G, // '3' LCD_B+LCD_C+...
[ "nathanhonk@gmail.com" ]
nathanhonk@gmail.com
4d7f3170669d78046c42c778c828f6301f60fc78
d08ec72c057d61cce9b480e311e7c6db446945e0
/commands/ln.c
de27c10cf453e5fea5d5fa80334dbfc2cad5ae50
[]
no_license
Anudeep07/Shell
71a630c167a635e5eb7b73281099fd3263ff8d3d
64e88332db9b5e42eaa8dcffcba5474c80e76b85
refs/heads/master
2020-04-24T19:28:45.241139
2019-06-29T06:06:50
2019-06-29T06:06:50
171,686,136
0
0
null
null
null
null
UTF-8
C
false
false
1,238
c
#include "../shell.h" bool s_flag; void ln() { if(arg_count < 3) { print_error("Usage: ln [options] target linkname", 0); return; } int opt; s_flag = false; char err[25]; while((opt = getopt(arg_count, arg_values, "s")) != -1) { switch (opt) { ...
[ "anudeep070199@gmail.com" ]
anudeep070199@gmail.com
dc08aff54ce0ca69ab9dba4a95222013eabe7020
9e8cfd4c680e112605c9cd86555a7d32f1fb49d1
/UI/A3360-UI/resource.h
fc993bd6ac6035eeb6d5adaa853ec804c8a4660d
[]
no_license
freeway51545/A7_QT_FROM_WINCE
7d353bab911c7885fa6365c1cbd03ef4a049b0b8
a675fb3f29060fa46a3d3063b213f634d8b7fcea
refs/heads/master
2021-05-06T13:40:48.750844
2017-12-06T06:01:12
2017-12-06T06:01:12
113,274,392
0
0
null
null
null
null
GB18030
C
false
false
388
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by A7_FROM_WINCE.rc // 新对象的下一组默认值 // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 101 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1001 #define _A...
[ "1072043826@qq.com" ]
1072043826@qq.com
b7865e6bf00f1d55f1c490a29d7fe54d762c0b2f
7c495fbffd903d2b2389f68644fe764a3c24adc5
/Work/analysisgasgain.C
b8b2c2c86fe07a126d360a096ddd6a4338a4c041
[]
no_license
lathomas/CSCAgeingP5
211fac5fb106ba42c60007d77ce7c148dcdb064d
5b9e6e68ec4bf866babbef0a3a1ed521748816a5
refs/heads/master
2021-04-28T09:37:11.848631
2018-03-01T15:41:29
2018-03-01T15:41:29
122,045,229
0
0
null
null
null
null
UTF-8
C
false
false
752
c
#include "TMath.h" #include "TBranch.h" #include "TTree.h" #include "TFile.h" #include "string" #include "sstream" #include <vector> #include <iostream> #include "TClassTable.h" #include "TROOT.h" #include "TString.h" void analysisgasgain(Int_t fstat,Int_t fprint,string ntuplename,string histroot) { gSystem->Lo...
[ "laurent.thomas@cern.ch" ]
laurent.thomas@cern.ch
efa409f7cc01c793fc7a7e5e399a0daa7e6182a9
edc0823b196c4ed0fe309557f1fd86ebb6c307a9
/0x02-functions_nested_loops/4-isalpha.c
10fbae15ed063d2347c66a4bc8630ecfa06684f4
[]
no_license
davidgonzalezfx/holbertonschool-low_level_programming
1f905145c071e4fe84d2ece6203c3c8967c271a8
c49a5b02ec06fefdfe1b409a7669779d90e9a664
refs/heads/master
2020-12-29T04:44:34.981160
2020-08-28T00:45:29
2020-08-28T00:45:29
238,458,709
2
4
null
null
null
null
UTF-8
C
false
false
289
c
#include <stdio.h> #include "holberton.h" /** * _isalpha - checks alphabetic characters * @c: param to be checked * Return: 1 if is alphabetic - 0 otherwise */ int _isalpha(int c) { if ((c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z')) { return (1); } else { return (0); } }
[ "dvdramos16@gmail.com" ]
dvdramos16@gmail.com
97a2ca307161613f68eb30555e47876a9f254128
ce9e6194791a9fe5b2bfbe48f125c452d0d46fcd
/src/kernel.h
40a612625456c438081244c2bef2759aafef716f
[ "MIT" ]
permissive
BelligerentFool/YobsyCoin
d05962298f595fe2b65fcd5b3e02f37dccdf701b
51f5097a20a5403923abcfe0604f05f36b35f5cb
refs/heads/master
2021-01-20T11:44:26.473213
2017-02-28T09:45:42
2017-02-28T09:45:42
82,636,072
0
0
null
null
null
null
UTF-8
C
false
false
2,079
h
// Copyright (c) 2012-2013 The YOBSY developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef PPCOIN_KERNEL_H #define PPCOIN_KERNEL_H #include "main.h" // MODIFIER_INTERVAL: time to elapse before new modifier is c...
[ "sweetlips286@hotmail.com" ]
sweetlips286@hotmail.com
6fad16ad68c2ece222b064b49e2c68d6195ecfd3
8a8246de95d37bfa00a06e52ce2e407e20b548bb
/GraphBLAS/rmm_wrap/rmm_wrap_test.c
3e4fefa66ae81471a8edca9d8eb8d60b55e9638a
[ "Apache-2.0", "GPL-3.0-or-later", "LicenseRef-scancode-generic-cla", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "GPL-3.0-only", "CC-BY-4.0", "LicenseRef-scancode-commercial-license", "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-discl...
permissive
sergiud/SuiteSparse
d274d3f05291d3f45c0e2c09a26e9f3d143301da
0ba07264225518a487a0a9a8e675f6e36c96a68a
refs/heads/cmake
2023-05-22T13:27:25.673524
2023-01-01T19:24:20
2023-01-01T19:24:20
40,436,072
48
18
Apache-2.0
2023-01-01T19:24:21
2015-08-09T12:46:03
C
UTF-8
C
false
false
1,383
c
//------------------------------------------------------------------------------ // rmm_wrap/rmm_wrap_test.c: simple main program for testing rmm_wrap //------------------------------------------------------------------------------ // SPDX-License-Identifier: Apache-2.0 //--------------------------------------------...
[ "sergiu.deitsch@gmail.com" ]
sergiu.deitsch@gmail.com
1079e51df76a6101e08442f01e3fbb9a9f0ae5b6
de390000cc9e8643eafbcabe857efb7d07aa48e6
/nwpw/nwpwlib/pseudopotential/troullier.h
fa6bf9c578e67d003c032867d2facb507acaccec
[]
no_license
jnafziger/pdft-nwchem
79b978437df4c419b3ce6d8ddefc69e79b30860f
87ff684c59bfd4f02468963b7fa44fe60469a348
refs/heads/master
2021-01-11T10:46:55.619276
2012-01-05T18:38:52
2012-01-05T18:38:52
3,112,141
0
1
null
null
null
null
UTF-8
C
false
false
221
h
/* $Id: troullier.h,v 1.1 2001-08-30 16:58:37 bylaska Exp $ */ #ifndef _TROULLIER_H_ #define _TROULLIER_H_ /* troullier.h - Author - Eric Bylaska */ void Suggested_Param_Troullier(); void solve_Troullier(); #endif
[ "jnafziger@gmail.com" ]
jnafziger@gmail.com