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
e295e342d0e068db5c0e05ebc47018dc3011afea
cc215e2f54d91e1ba20e7a5affead251afef7b93
/freetype/src/pcf/pcf.c
00c98fbc6975bfa12b654efae2a5e8d7db303ea8
[ "FTL", "MIT" ]
permissive
SeriyyKust/CreatePNG
8bc365daf8274330251d2cad06aaa8c103aead07
e79d08991bf1d579af6596bb3b18467a48fd5537
refs/heads/master
2023-04-13T09:56:50.487595
2021-04-21T05:18:03
2021-04-21T05:18:03
360,038,702
0
0
null
null
null
null
UTF-8
C
false
false
1,288
c
/* pcf.c FreeType font driver for pcf fonts Copyright 2000-2001, 2003 by Francesco Zappa Nardelli 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...
[ "tima.zavrazhnov@mail.ru" ]
tima.zavrazhnov@mail.ru
f84b1cf23f444182504ab29826f57e6435b39cac
a70324bf8e5cf644e66b93d002370b0618b4b56f
/includes/move_finger.h
e2ba7681df1bb9a839a6420f835d949d01afd2a4
[]
no_license
bibaswan-bhawal/robotic-hand
7012e3dca7ba5f5fdc1954442a6529a32f4396dd
37212c89b83b8fa70c3220c0560de249c17a735b
refs/heads/main
2023-07-29T08:35:51.006139
2021-09-12T08:21:22
2021-09-12T08:21:22
405,585,248
1
0
null
null
null
null
UTF-8
C
false
false
153
h
#ifndef MOVE_FINGER_H #define MOVE_FINGER_H #include "Arduino.h" #include "var_def.h" void movefinger(Finger finger, int speed, int direction); #endif
[ "bibaswan3600@gmail.com" ]
bibaswan3600@gmail.com
d621677a14d67cd0196ea1240bd548581c005257
b09bd2fda971f526d386b755648150e605f53458
/rush00/ex00/rush04.c
82b0211d1a808c235fd29caf545f6f874cd6cfa6
[]
no_license
JeanHo3/42Pool
4e91037b11f96d233c0298d73f928cb49dcbc8dc
51b476c85501c8d79b1361774cc97cbfe1356fc2
refs/heads/master
2020-03-23T12:17:28.000555
2018-07-25T18:39:42
2018-07-25T18:39:42
141,549,590
0
0
null
null
null
null
UTF-8
C
false
false
1,495
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* rush04.c :+: :+: :+: ...
[ "jhourman@e3r5p15.42.fr" ]
jhourman@e3r5p15.42.fr
9bbcc951c7d52cde4c38591cb385092b7241a32c
e1704387d3045c8a0d631839fb6e317ffbe01605
/rounding.c
b1cd609a6d89fd24c23ec4c0da25cb5eb5ea80dd
[]
no_license
StevenXL/codeabbey
018f2e8a3e8473e24203313aa6bc74d287c602a6
bb60a78b55af4d364f4dfd880a802c354be99e20
refs/heads/master
2021-01-22T01:05:57.874532
2015-05-25T22:09:46
2015-05-25T22:09:46
27,338,129
1
0
null
null
null
null
UTF-8
C
false
false
1,997
c
#include <math.h> #include <stdio.h> #include <stdlib.h> int main(void) { // open file in read only mode FILE* inFile = fopen("rounding.txt", "r"); if (inFile == NULL) { printf("Unable to open file!\n"); return 1; } // create int var, store first line of file int ...
[ "leiva.steven@gmail.com" ]
leiva.steven@gmail.com
d58104b278162aaf063c1d3dd1b17f57f82d16ef
d63125caee9b6e9d54a29603da1680321cc884c4
/fibbronacci.c
4e1a528f466f420110501801465b37c8a6f844e7
[]
no_license
Kishankr09/Even-Fibonacci-numbers
dcb2903f10808112f82f335334a0b24de5c76794
e9f9f3d023cebe91b872af250418364634d511cd
refs/heads/master
2022-12-17T04:45:45.396062
2020-09-16T12:46:04
2020-09-16T12:46:04
null
0
0
null
null
null
null
UTF-8
C
false
false
265
c
#include<stdio.h> #include<conio.h> int main() { long n,j,k,s=2; j=2; k=1; do { n=j+k; k=j; j=n; if(n%2==0) s=s+n; }while(n<=4000000); printf("even sum %d",s); getch(); }
[ "noreply@github.com" ]
Kishankr09.noreply@github.com
f85279fed26ed221e934ec0179c20fbdbd9d1b1d
9bfd1035daefdc9037289089ed4e6d00b208b672
/src/image.h
8f64fd652643b8e2dddbdd1818a34d0c58f41f37
[]
no_license
pjreddie/dl-hw1
bbb2a22e91b37b60a9ba6fb61b0ea2954a1bf63d
8440db1f85807f2fd33b18498a212a5f46619e8a
refs/heads/master
2020-04-01T08:39:07.358248
2018-10-25T19:31:17
2018-10-25T19:31:17
153,040,722
19
28
null
null
null
null
UTF-8
C
false
false
1,274
h
#ifndef IMAGE_H #define IMAGE_H #include <stdio.h> // DO NOT CHANGE THIS FILE #include "matrix.h" #define TWOPI 6.2831853 #define MIN(a,b) (((a)<(b))?(a):(b)) #define MAX(a,b) (((a)>(b))?(a):(b)) typedef struct{ int w,h,c; float *data; } image; // Basic operations float get_pixel(image im, int x, int y, in...
[ "pjreddie@gmail.com" ]
pjreddie@gmail.com
11f27fb7a445127a9afcd94f9d2f85e2f1f703ef
a95227278641ba65e6a09f77c6320bbdc9359886
/130.c
d4c4f6c7ae153190a8b79d2634ab4ce280a46df4
[]
no_license
MANOJTMK/player13
868bb171fd34f14ef4a4787ed1e8d43b308feb71
59b0c76be80745e46af83fbb6970fa6514b1fecc
refs/heads/master
2020-04-27T23:16:03.566539
2019-03-24T09:09:00
2019-03-24T09:09:00
174,768,732
0
0
null
null
null
null
UTF-8
C
false
false
281
c
#include <stdio.h> #include<conio.h> int main(void) { int n; scanf("%d",&n); int a[n],i,sum=0; for(i=0;i<n;i++) { scanf("%d ",&a[i]); } for(i=0;i<n;i++) { sum=sum+a[i]; if(sum%2==0) { printf("%d ",sum); } else { printf("%d ",a[i]); } } return 0; }
[ "noreply@github.com" ]
MANOJTMK.noreply@github.com
8dc0d4d3dbded87f4679d55880984f02b50741fc
1c34c2aebd8294cddc9f7600d14d77bd007bffad
/ADC_CONFIGURATIONS_EXAMPLE1/src/asf.h
1d6120e7d5f6930ed7546d84ce894558a1fb7b59
[]
no_license
Hamidreza-k/adc
a9b0b2975ab3ebc820aa4d45904f38115e5ceaed
0f784b20d22fcd5bd6b4badd29f156a0ed8c21cf
refs/heads/master
2020-03-11T07:27:21.885771
2018-04-20T03:50:16
2018-04-20T03:50:16
129,857,224
0
0
null
null
null
null
UTF-8
C
false
false
3,802
h
/** * \file * * \brief Autogenerated API include file for the Atmel Software Framework (ASF) * * Copyright (c) 2012 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 t...
[ "H.KHISHAVAND@GMAIL.com" ]
H.KHISHAVAND@GMAIL.com
b217cf352fd01dcd53f6d84df5144c03be758dd5
43441cde04695a2bf62a7a5f7db4072aa0a6d366
/vc60/G3D/Stdafx.h
52bd5687350a089aee5d51cb0558126e1952c8f6
[]
no_license
crespo2014/cpp-lib
a8aaf4b963d3bf41f91db3832dd51bcf601d54ee
de6b653bf4c689fc5ceb3e9fe0f4fe47d79acf95
refs/heads/master
2020-12-24T15:23:32.396924
2016-03-21T11:53:37
2016-03-21T11:53:37
26,559,932
0
0
null
null
null
null
UTF-8
C
false
false
1,529
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__8FC3CE27_AEEE_11D3_A036_0000E8DE4B3B__INCLUDED_) #define AFX_STDAFX_H__8FC3CE27_AEEE_11D3_A036_0000E8DE4B3B__INCLUDED_ ...
[ "lester.crespo.es@gmail.com" ]
lester.crespo.es@gmail.com
26516eeb302ec10ec5ccb915df2051c0ec08a920
805666a84218be543410ff5089588f1572dd20ec
/d/quanzhou/yongning.c
405b9906349c5168742a6fa1ccc739e6c54c8adc
[]
no_license
mudchina/xkx2001
d47a9caca686ab7c89fe0b9140fbaf9d3601e1f5
4e8f8a13a72884d5dbe4b589542eb34e29e89d70
refs/heads/master
2021-01-10T06:50:29.517433
2016-02-20T14:09:12
2016-02-20T14:09:12
52,156,038
24
23
null
null
null
null
GB18030
C
false
false
801
c
//Cracked by Roath // yongning.c 永宁港 // qfy Nov 3, 1996 // modified by aln #include <ansi.h> inherit HARBOR; void create() { set("short", "永宁港"); set("long", @LONG 永宁港是泉州三大港口之一。这里港阔水深,风平浪静。极目远眺,海天 一色,蔚蓝无暇。岸边停靠着密密麻麻的各种船只。南边的姑嫂塔流传着一个 感人的故事。 LONG ); set("exits", ([ /* sizeof() == 4 */ "south...
[ "liming.xie@gmail.com" ]
liming.xie@gmail.com
98e55fd99cc5141ee22b5e3e008a1b3b9eb21a97
28be9376f20320248283114ca82938b7561a3f76
/PWM_Code/lpc_chip_5411x_m0/inc/spi_common_5411x.h
d50aca447fcd7a889268b10169e67b71d0ecdbce
[]
no_license
ankitjhall/Project_Pixybot
5f08b4c1fea7f4c492fb89d373e1dea706ac6ce7
85bf0f825e1c9fa48516a7ba3ff5b8ff19b8e73d
refs/heads/master
2022-03-15T23:08:49.831199
2022-03-03T05:01:11
2022-03-03T05:01:11
187,408,114
2
0
null
null
null
null
UTF-8
C
false
false
31,896
h
/* * @brief LPC5411X SPI common functions and definitions * * @note * Copyright(C) NXP Semiconductors, 2015 * All rights reserved. * * @par * Software that is described herein is for illustrative purposes only * which provides customers with programming information regarding the * LPC products. Thi...
[ "ankitjhall33@gmail.com" ]
ankitjhall33@gmail.com
93aabd81aeb654a4f0c98886f687b127b3124af7
3d0de0f2549d9025540fcec88624c72c079b406f
/BSW/src/bsw/gen/CanIf/src/CanIf_TriggerTransmit.c
86228e4eb3c6f75359a840610685dce687fba441
[]
no_license
ongbut999/Jenkins_Test
ee19936e1577bd93d2755d21299ed3fbec553db6
abb74480c4ce938dd1c7463627c4074071580af4
refs/heads/master
2023-06-23T21:26:57.794427
2021-07-22T08:05:20
2021-07-22T08:05:20
388,372,287
0
0
null
null
null
null
UTF-8
C
false
false
1,714
c
/* *************************************************************************************************** * Includes *************************************************************************************************** */ #include "CanIf_Prv.h" /* *******************************************************************...
[ "fixed-term.Truong.HuynhQuang@vn.bosch.com" ]
fixed-term.Truong.HuynhQuang@vn.bosch.com
96863f5fae2e7c1f7dfa5b94409f7f243208783b
d683b22f6b58a5c29350ab8088215f246bf2d184
/admission criteria.c
ece3c24b9ce1570bc1cfa58e7a1b40c5c44a63fb
[]
no_license
hvn4k/C
ff9517000f669b659398fb7ca92b99c1b5b528a9
60b34e2cca333c599b2335dbc7262aa7447bd6aa
refs/heads/main
2023-06-22T05:43:25.714961
2021-05-26T09:21:07
2021-05-26T09:21:07
null
0
0
null
null
null
null
UTF-8
C
false
false
513
c
#include<stdio.h> void func(int m , int p , int c) { if(m>=65 || p>=55 || c>=50) { printf("ADMISSION ACCEPTED"); } else if(m+p+c>=180) { printf("ADMISSION ACCEPTED"); } else if(m+p>=140) { printf("ADMISSION ACCEPTED"); } else { printf("ADMISSION NOT ACCEPTED"); } } main() { ...
[ "noreply@github.com" ]
hvn4k.noreply@github.com
9371a19c502fd81fc0b7dc7ba3a570f978387bce
2dbfaaf469b864698c33e1849059a41b76812659
/Phase-2-UAV-Experimental-Platform-June/CAmkES_sel4_VM/slang_libraries/SW_Impl_Instance_RADIO_RadioDriver_Attestation/ext/RadioDriver_Attestation_thr_Impl_Impl_api.h
a6e4e89737d16eb2cc01304a919ce3bc1dcc3c8c
[]
no_license
loonwerks/case-ta6-experimental-platform-models
e12b92aced4841cb6b785718e9af4c8da9a370b6
fe273e2fdbac92b3553a9e9dbf6d5738a5431e17
refs/heads/master
2022-01-20T18:11:30.444037
2022-01-10T17:08:21
2022-01-10T17:12:13
171,710,829
0
2
null
2021-01-27T20:05:53
2019-02-20T16:39:34
C
UTF-8
C
false
false
110
h
../../../../hamr/src/c/ext-c/RadioDriver_Attestation_thr_Impl_Impl/RadioDriver_Attestation_thr_Impl_Impl_api.h
[ "egm@cs.byu.edu" ]
egm@cs.byu.edu
519ccb0190db14fef617c8af9e2ac59b57620731
bcddcbd49bfc9101c05640525b0f32b60ffa0562
/libft/ft_isdigit.c
20e45149f1e564b42b8bdc98b716c2f72d9c5853
[]
no_license
arodiono/lem-in
16169ba9955fb6742d00328b1ac2848847e3198d
9bae77270ae51a636f3b365fe9d7a4295c8416d5
refs/heads/master
2021-01-25T10:56:30.218627
2017-06-09T21:15:52
2017-06-09T21:15:52
93,897,258
0
0
null
null
null
null
UTF-8
C
false
false
978
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isdigit.c :+: :+: :+: ...
[ "arodiono@e1r5p7.unit.ua" ]
arodiono@e1r5p7.unit.ua
ead92b80700b8e7be1df60ae3c6d85de32e8d348
bb45f01aa5b26d4c7640528eacbd39932bdfca13
/applications/rmsd/src/server/server.c
18417afac4b5055c54ce54736be95ac306c6ee2f
[]
no_license
BGCX067/f2f-hg-to-git
f8d17ecc95a0b72eb67505db96216a24d5d477e1
4655aa5d6983c0c8716f3ad9e8ca0b6805a67d30
refs/heads/master
2016-09-01T08:52:34.881547
2012-01-13T02:23:59
2012-01-13T02:23:59
48,871,771
0
0
null
null
null
null
UTF-8
C
false
false
4,297
c
/* server.c: Copyright (C) 2011 Martin Ramiro Gioiosa, FuDePAN This file is part of the F2F project. F2F 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 ...
[ "giomartinr@gmail.com" ]
giomartinr@gmail.com
723e17d307a937d2a0b8fbcd4834e76b8bde5d40
91ddd17e771f99cd4eb5acec6e9127f2acb833d6
/C-algorithm/ProgrammingPearls/maxSumOfSubsequence/maxSequence_2.c
cee643333950f4be8a7377b4eb28008f864a6184
[]
no_license
jabc1/ProgramLearning
8a5a7d174e9cf6b1d0672704effa8c320380442e
90684a7f5fa76b784375b258658396c9f23f2314
refs/heads/master
2020-05-17T08:38:00.222995
2018-03-11T14:37:30
2018-03-11T14:37:30
null
0
0
null
null
null
null
UTF-8
C
false
false
1,021
c
/** 最大子序列求和 时间复杂度:O(n^2) */ int maxSequence(int *arr, int n){ int maxSum = 0; int currentSum = 0; for (int i = 0; i < n; i++){ currentSum = 0; for (int j = i; j < n; j++){ // 必须有等于号 currentSum += arr[j]; if (maxSum < currentSum){ maxSum = currentSum; } } } return max...
[ "ywangsh2014@sina.com" ]
ywangsh2014@sina.com
1ab6078efe73ef412931f3ea46d4b43180afd40b
e81220623f8e27b9df4364cd41cd63ed0edf9d72
/NavigationDG/jni/3rdParty/fftw3/dft/scalar/codelets/t2_4.c
75a1fa2547ed0d038a03aebcafea77b6938909a2
[ "Apache-2.0" ]
permissive
jwietrzykowski/DiamentowyGrant
f04514812e7e4f46815f073e3df3820d5f7501cd
490470eff4cacc04102109e25a17044da8273c89
refs/heads/master
2021-05-30T03:49:11.013568
2015-09-16T11:04:29
2015-09-16T11:04:29
null
0
0
null
null
null
null
UTF-8
C
false
false
5,367
c
/* * Copyright (c) 2003, 2007-8 Matteo Frigo * Copyright (c) 2003, 2007-8 Massachusetts Institute of Technology * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Li...
[ "michalsminowicki@gmail.com" ]
michalsminowicki@gmail.com
cf0612c57b36d6c3644efc482aac3bd55cf2ddac
9a3b9d80afd88e1fa9a24303877d6e130ce22702
/src/Providers/UNIXProviders/StorageRelocationService/UNIX_StorageRelocationServicePrivate.h
9d7da4ab60cb56f61e80e76b7ba21d841b109555
[ "MIT" ]
permissive
brunolauze/openpegasus-providers
3244b76d075bc66a77e4ed135893437a66dd769f
f24c56acab2c4c210a8d165bb499cd1b3a12f222
refs/heads/master
2020-04-17T04:27:14.970917
2015-01-04T22:08:09
2015-01-04T22:08:09
19,707,296
0
0
null
null
null
null
UTF-8
C
false
false
2,554
h
//%LICENSE//////////////////////////////////////////////////////////////// // // Licensed to The Open Group (TOG) under one or more contributor license // agreements. Refer to the OpenPegasusNOTICE.txt file distributed with // this work for additional information regarding copyright ownership. // Each contributor lice...
[ "brunolauze@msn.com" ]
brunolauze@msn.com
95e6949088651e36b7b514e5ef9004f89e7e7752
496db11ab732538b6d7f486a3afc3c5593abebc9
/src/guide/FUSION.H
c0e682d8bc2094bff947791b14694047521a68ea
[]
no_license
luckialuo/4rotor
74502a86640e4ae324d9d625ed220246ed2df335
f1993832fd3e32b29949cfff1bd772088a266ca1
refs/heads/code
2021-01-10T07:37:07.587922
2016-03-26T14:25:00
2016-03-26T14:25:00
54,782,318
0
0
null
2016-03-26T14:37:22
2016-03-26T14:18:56
C
GB18030
C
false
false
513
h
#ifndef _FUSION_H_ #define _FUSION_H_ extern FP32 ac_lon, ac_lat; /*[经度/纬度]*/ extern FP32 ac_Vd, /*[地速]*/ ac_psi, /*[真航向][0~360]*/ psi_cat; extern FP32 ac_height; extern INT32S info_alt; /*[高度信息源]*/ extern ...
[ "luckialuo@gmail.com" ]
luckialuo@gmail.com
b5241295a36ced51dc6cf50d3ecc9b7eaf3f2140
d4f05d3ce52560b8b91c9ba96f6c6f7324af3314
/main.c
125ab966fbc379db7457e030c5f9f57510e91810
[]
no_license
matheyal/NF16-ABR
04a559728aa438f586cf05398a61dce451b0d55a
adf5b6018a5c54032eb1621d477dcf5ae1bc323b
refs/heads/master
2021-01-01T05:53:59.715354
2015-04-01T14:27:41
2015-04-01T14:27:41
28,718,026
0
1
null
null
null
null
UTF-8
C
false
false
5,694
c
#include "liste.h" #include "arbre.h" #include "outils.h" //outil.c : pb main 6 : avec certains mot. int main() { printf("Bonjour !\n\n"); /*Variables utilisées pour gérer le menu et les appels de fonction*/ int choix, mots_lus, fichier_charge=0; char* filename=(char*)malloc(200*sizeof(char)); ...
[ "alex.mathey78@gmail.com" ]
alex.mathey78@gmail.com
e959db03dfcb3736ed80c3dccc0a5f0d2a6c349f
caf26a8bb8ffe570e699d9c968c2b447b1f399ba
/firmware/Back_FC/MAVLINK/minimal/mavlink_msg_gps_status.h
d8673bd8688814160361437266db9e9adc5182fe
[]
no_license
bygreencn/Oldx_fly_controller
d07bfd00b29b6ebe4d1c76cc7eb02240ca6d47aa
021cd924378f77e56d89289ee5c4e864ea787402
refs/heads/master
2020-04-13T08:44:30.883246
2018-12-25T14:44:50
2018-12-25T14:44:50
163,090,609
1
2
null
2018-12-25T14:45:53
2018-12-25T14:45:52
null
UTF-8
C
false
false
5,040
h
// MESSAGE GPS_STATUS PACKING #ifndef _MAVLINK_MSG_GPS_STATUS_H_ #define _MAVLINK_MSG_GPS_STATUS_H_ #include "../mavlink_helpers.h" #define MAVLINK_MSG_ID_GPS_STATUS 25 typedef struct __mavlink_gps_status_t { uint8_t satellites_visible; /*< Number of satellites visible*/ uint8_t satellite_prn[20]; /*< Global sat...
[ "golaced@163.com" ]
golaced@163.com
b44fd3b9a001535f1927033ca48a5be1527afbc9
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/abd0265d-4c43-4805-b898-2b1b1c979923.c
23953ab547c8114b260ca41cdefa2d94afd81f67
[]
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
608
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 = i/j; l = i/j; l = l/j; l = k%j; l = k-j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; int b[69]; int c[47]; a = 0...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
0fb33c31617130aca08fba96332d0338ab13c50c
fa19a9c2e6ca05a67ebb4bf5b1dfa1b00f90fe3b
/src/h4_path_hpm.h
585c025e4349f1ec49f9a10b4439f06ab54663cc
[]
no_license
gwwilburn/HPMHomology
95aa73cfdd9d29db58831b33521814b3143b897f
5b6725bbf29b431983fd581e4b03d2e64cdc1bf0
refs/heads/master
2022-12-17T23:53:04.277739
2020-09-16T21:58:46
2020-09-16T21:58:46
127,052,587
1
0
null
null
null
null
UTF-8
C
false
false
553
h
/* h4_path_hpm.h*/ /* Grey's functions with h4 paths */ #ifndef h4PATHHPM_INCLUDED #define h4PATHHPM_INCLUDED #include <stdlib.h> #include <stdio.h> #include <stdarg.h> #include "easel.h" #include "esl_alphabet.h" #include "esl_msa.h" #include "h4_config.h" #include "h4_mode.h" #include "h4_profile.h" #include "h...
[ "wilburn@g.harvard.edu" ]
wilburn@g.harvard.edu
0607cf2828108a7cebc58f556610ed3b27a33c22
3636d82c2e754fbd60c6e1b48387165ecde79726
/C_Plus/Learning_C/NUMTST.C
6df0e709e530d52dc0ea6a0a9ae46109b8b0a1db
[ "MIT" ]
permissive
MCLifeLeader/MiscProjects
2762fa69ea55a91cc668e7be7e29b178ed6fa6c1
335d7dc0f5819e4aff19860a71d65653aecee2d6
refs/heads/master
2023-08-04T22:08:32.016662
2023-07-08T05:53:45
2023-07-08T05:53:45
115,904,264
0
0
null
null
null
null
UTF-8
C
false
false
415
c
#include "stdio.h" main() { int s, w, x, y, z; unsigned char inpt; w = 0; do { w++; if(w>=255) { w = 0; } inpt = w; printf("%d\n", inpt); x = ((w+x+y)/3)+z; inpt = x; printf("%d\n", inpt); y = ((w+x+y)/3)+x; inpt = y; printf("%d\n", inpt...
[ "kb7ppb@hotmail.com" ]
kb7ppb@hotmail.com
44759bdeaa2eda0de230f4b81e3d7455c8e36d0c
a5bb874436a5238fc94e13ad900e6107dad92330
/examples/eeprom/eeprom-test.c
e543d4feaf3fe6a5c3382d763557ebe23c602a96
[]
no_license
nikhilpnarang/sprinkio-atmel-firmware
683f1865a7c192738b33db531424b17ab929c4dc
4edec2d823e12ada7248e25d364a5ea382c87b30
refs/heads/master
2021-06-14T19:37:46.523575
2017-01-12T19:50:44
2017-01-12T19:50:44
null
0
0
null
null
null
null
UTF-8
C
false
false
366
c
#include "../../sprinkio.h" uint8_t EEMEM testInteger = 30; int main() { uint8_t SRAMchar = eeprom_read_byte(&testInteger); _delay_ms(1000); // allow time for data transfer sei(); // enable global interrupts usart_init(); // enable usart connections write_rs232_s("\r\nRandom Variable: "); write_rs232_in...
[ "nikhilnarang@Nikhils-MacBook.local" ]
nikhilnarang@Nikhils-MacBook.local
f234d2a5cd7973325b8c1b57ee1768a11488a6c2
ff68c5e9516bba84ad4398e0094f0385ec738661
/hq_source_code/013_test_rd_wr/rd_wr.c
dad377ae0cd255d9bf5fe101a434cd65215868ee
[]
no_license
007skyfall/itop_4412_driver
28e889fb3feaa0248b976c45e3729b2c6e5e359c
8c19cfac84ea9573fdcff16b068355e8030277b0
refs/heads/master
2020-05-07T17:30:54.996804
2019-04-14T01:59:10
2019-04-14T01:59:10
180,729,593
1
2
null
null
null
null
GB18030
C
false
false
1,931
c
#include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/cdev.h> #include <linux/fs.h> #include <linux/errno.h> #include <asm/uaccess.h> #define NAME "rd_wr_demo" #define MAX 64 char ker_buf[MAX] = {0}; /* 1.模块三要素 2.字符框架相关 2.1 申请设备号 2.2 cdev申请 2.3 cdev初始化 2.4 cdev注册 */ ssize_t d...
[ "565911459@qq.com" ]
565911459@qq.com
f61efdf3e7d13023c1dcd7a6b0b33646224ba264
f3a5d435414b7389f0e3ac72f2ccd28d7a4911e4
/src/mx_print.c
3f3dfb9c5121474cb4b2da1354183877319564b2
[]
no_license
zeromotivat1on/ush
1a794c7abd8c7bd8ebc8ed8bc56e8f0527108110
cfae0103030163ce9fc409a6cc3f4a6f105387a2
refs/heads/master
2023-03-06T15:33:56.449353
2021-02-22T12:20:59
2021-02-22T12:20:59
329,904,735
0
0
null
null
null
null
UTF-8
C
false
false
4,471
c
#include "ush.h" void mx_print_color(char *macros, char *str) { mx_printstr(macros); mx_printstr(str); mx_printstr(RESET); } void mx_print_strarr_in_line(char **result, const char *delim) { if (!result || !delim) { return; } if (result[0] == NULL) { mx_printstr("NULL\n"); ...
[ "lyannoy.alexander@gmail.com" ]
lyannoy.alexander@gmail.com
e329a6d561f98c7ebb6243011394b7451a6e2b48
7069cb71852cf1a5995133b1858bab3e46b501f9
/source/ekernel/drivers/drv/legacy/deviceman/devices/dev.h
368d04cf99d6cf4e2bdf98d8b8d21bf15c6f04a5
[]
no_license
lindenis-org/lindenis-v833-RTOS-melis-4.0
d2646c7093851d45645679a55bcf1462b8d4d18e
71ab8faeee960e27ef83a9ff2e4ae4b7f33eda20
refs/heads/master
2023-06-24T01:40:55.111140
2021-07-23T08:01:43
2021-07-23T08:09:40
388,733,103
14
13
null
null
null
null
GB18030
C
false
false
2,971
h
/* ********************************************************************************************************* * ePOS * the Easy Portable/Player Operation System * eMOD sub-system * * ...
[ "given@lindeni.com" ]
given@lindeni.com
224de462e5906a73e4333232f3c940cdba1b2130
4dcf7947fabb231588487532c067c38b822871a8
/cw04/zad4/zad4b/sender.c
881d435bf1db2246d6c4d2ffd1ba24538f84668b
[]
no_license
PKopel/Unix-Linux-programming
7152422594f8ae20c17b7385b1061738ce48860e
9c4692f40cbdf21ed65d8c1e7d2d27b7ac307184
refs/heads/master
2022-10-22T15:14:05.492095
2020-06-10T14:10:40
2020-06-10T14:10:40
null
0
0
null
null
null
null
UTF-8
C
false
false
2,386
c
#define _XOPEN_SOURCE 700 #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <signal.h> #include <string.h> int counter = 0; pid_t catcher = -1; void (*send)(int); int sig1,sig2,confirmation = 0; void handler(int sig, siginfo_t *info, void *ucontext){ if(sig == sig1){ if(info->si_value.s...
[ "pawel.kopel2@gmail.com" ]
pawel.kopel2@gmail.com
f75c64978f23f2c316c808a60473f85d8c575085
7e41f5263395d119d4fba880fa05022d58324ca5
/liblinear-2.1/predict.c
1b5c54715ff1f9cef62a303ce02089bd4f69c392
[ "BSD-3-Clause" ]
permissive
moulygupta23/MCM-mtp
93b95a9ed357840eb48a24577d50cf63b1d73242
1713e5a84d9269902ae8792d71e6e995c0503c83
refs/heads/master
2021-01-21T04:54:00.263144
2016-07-01T12:30:17
2016-07-01T12:30:17
54,060,125
0
0
null
null
null
null
UTF-8
C
false
false
5,337
c
#include <stdio.h> #include <ctype.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include "linear.h" int print_null(const char *s,...) {return 0;} static int (*info)(const char *fmt,...) = &printf; struct feature_node *x; int max_nr_attr = 64; struct model* model_; int flag_predict_probability=0; v...
[ "moulygupta23@gmail.com" ]
moulygupta23@gmail.com
8f07dbee6914ea966e7a17f9c878dde87d7c257f
5bcbe7af06d0e47fa8c95041639e5b43f22e153a
/usr/tools/wpm/conf.h
d9183fd840d633462ff253bf681c41a7af28c061
[]
no_license
hongbochen/OS-Zero
d19a84591718fe95b622a60ba5578e70853954a5
a636f512fe31626b6aa463c0f7a635167dee951a
refs/heads/master
2020-04-05T23:30:01.475181
2014-06-24T12:32:12
2014-06-24T12:32:12
null
0
0
null
null
null
null
UTF-8
C
false
false
298
h
#ifndef __WPM_CONF_H__ #define __WPM_CONF_H__ #define WPMPREWARM 1 #define WPMVECFULL 0 #define WPMPROF 1 #define WPMVEC 0 #define PTHREAD 1 #define WPMDB 0 #define WPMDEBUG 0 #define WPMTRACE 0 #define ZASDB 0 #define WPMWORDSIZE 32 #endif /* __WPM_CONF_H__ */
[ "tuomoster@gmail.com" ]
tuomoster@gmail.com
cd2f29d9a3d249ce259828b7c31bc2aacda1a1a9
ca739813905897c93d7b2bdb8866f93f18186060
/001HumidtyMonitor/Core/Src/DHT11.c
51cf855a45100feffbd44f7c88111445a07d4e70
[]
no_license
99003199/CortexM4_Embedded
f007b62f1ceaa6685b4bc078816a664c5a614799
8743fba4f5d3fb0596d79440c2d425ed96a5ca5e
refs/heads/main
2022-12-27T06:54:33.958097
2020-10-05T11:23:03
2020-10-05T11:23:03
null
0
0
null
null
null
null
UTF-8
C
false
false
1,570
c
#include "main.h" #include <stdint.h> void Set_Pin_Output (GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) { GPIO_InitTypeDef GPIO_InitStruct = {0}; GPIO_InitStruct.Pin = GPIO_Pin; GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; GPIO_InitStruct.Pull = GPIO_NOPULL; GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW; HAL_GPIO_Init...
[ "amit.das@ltts.com" ]
amit.das@ltts.com
89426255b0ddd889d9ebfac0aa89ef5284842875
3523b5bae2f818f65275d73780c0bb69f8640249
/hmcu_timer.h
c63ca16aa6af30b5afee5ed93c25e9c63f249089
[]
no_license
LucianaMarques/soft_timer
7ebd2fee22f54641edd6357e22fca0cad7a15d97
b4b354dd8e7e6670d28bf1d9369d5781fb64e658
refs/heads/master
2020-03-28T21:49:09.699040
2018-09-23T14:26:48
2018-09-23T14:26:48
149,184,576
0
0
null
null
null
null
UTF-8
C
false
false
1,500
h
/** * @file hmcu_timer.h * * @brief Hypothetical MCU Timer register addresses and IRQ handler. */ #ifndef __HMCU_TIMER_H__ #define __HMCU_TIMER_H__ #include <stdio.h> #include <stdint.h> #include <stdbool.h> /***************************************************************************** * Timer clock frequency. ...
[ "lucianadacostamarques@gmail.com" ]
lucianadacostamarques@gmail.com
eb5a3df8f01f18570018bc227655aa5b8ed3b91e
e516aa3fce5fc72bb900de01254f252187252096
/wolf3d.h
cbbe1305f4c2b991932871108261974fa51119cd
[]
no_license
Ggrybova/Wolf3D
fe604a3cf33b5936c775c8998b7e19df603dc77b
10bdfcc85d810c3cc4f27b177ec3600ebaf4dfdb
refs/heads/master
2021-05-13T13:41:50.887397
2018-01-08T18:51:20
2018-01-08T18:51:20
116,714,716
0
0
null
null
null
null
UTF-8
C
false
false
2,377
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* wolf3d.h :+: :+: :+: ...
[ "ggrybova@e3r5p9.unit.ua" ]
ggrybova@e3r5p9.unit.ua
1f154d18b755c958e9de32cd576abca2612694f0
76e7239d2090d861aad90fe25c5fb34860aa5d18
/src/github.com/moovweb/gokogiri/xml/helper.h
6dbde9ad5a8151470276dc2c771a18bcf3a1ade7
[ "MIT" ]
permissive
codygman/movie-availability-api
085f421820412c7adfdf00c75aecd9057a705855
e998765466bc59cb558cedcffc31a1e875a8038b
refs/heads/master
2020-04-20T03:20:19.027432
2014-01-08T19:52:29
2014-01-08T19:52:29
15,745,081
1
0
null
null
null
null
UTF-8
C
false
false
1,220
h
#ifndef __CHELPER_H__ #define __CHELPER_H__ #include <libxml/tree.h> #include <libxml/parser.h> #include <libxml/HTMLtree.h> #include <libxml/HTMLparser.h> #include <libxml/xmlsave.h> #include <libxml/xpath.h> #include <libxml/debugXML.h> xmlDoc* xmlParse(void *buffer, int buffer_len, void *url, void *encoding, int o...
[ "codygman.consulting@gmail.com" ]
codygman.consulting@gmail.com
1333074ef47ef099b416a615062366b52e3eb099
1744185a1e318fd0705b7c8d71635966bf2f7451
/template/lib/Projects/STM324xG_EVAL/Examples/FSMC/FSMC_SRAM_DataMemory/Src/stm32f4xx_it.c
4322586785c2bd59aeb8d68244afd9b3b24b7626
[ "BSD-2-Clause", "MIT" ]
permissive
swedishhat/stm32f4-bear-metal
99554444acc611433190b00599d5be9ebbcbac49
04c8ae72ee6ea658dc376afe64f7f3a47c67512b
refs/heads/master
2020-12-24T09:09:59.574026
2016-11-09T18:07:57
2016-11-09T18:07:57
73,302,594
0
1
MIT
2020-03-08T01:27:48
2016-11-09T16:45:24
C
UTF-8
C
false
false
5,595
c
/** ****************************************************************************** * @file FSMC/FSMC_SRAM_DataMemory/Src/stm32f4xx_it.c * @author MCD Application Team * @version V1.2.6 * @date 06-May-2016 * @brief Main Interrupt Service Routines. * This file provides template for...
[ "patrick.d.lloyd@gmail.com" ]
patrick.d.lloyd@gmail.com
e354269707a6613f4991b9bbd1834e80739f4adf
45d1881440cd736dc3624e69026d95922f9e1289
/Silicon/TigerlakePkg/Include/CpuPcieInfo.h
eb02a589cedf48494934c45f14896c7a603f4d12
[ "BSD-2-Clause-Patent", "BSD-3-Clause" ]
permissive
sagraw2/slimbootloader
cf794d9cf593f4c9ee99b958ac17480e4ccbec10
c62c995e496368a4c426da478b054120ebbc8eca
refs/heads/master
2021-06-19T18:16:08.746301
2021-01-07T21:34:59
2021-01-08T04:22:54
160,243,111
0
0
BSD-2-Clause
2018-12-03T19:31:52
2018-12-03T19:31:52
null
UTF-8
C
false
false
3,635
h
/** @file This file contains definitions of PCIe controller information Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef _CPU_PCIE_INFO_H_ #define _CPU_PCIE_INFO_H_ #define PCIE_HWEQ_COEFFS_MAX 5 /** PCIe controller c...
[ "guo.dong@intel.com" ]
guo.dong@intel.com
cdddeacb82da25ccb2e46fdfcbd46150dc6d8dfb
fe5e5f3e3da1d6199da2161fa4ee1b8516009894
/Midterm_C/Problem3_20/Problem3_20/main.c
a6bd508fdbe30ff284a36adcb13e6449fbf22eac
[]
no_license
alien-house/C
4a4d2f8ebbd2e6a86ae8e1050c2f87fd3a9f57bc
5c9c9e70580a328b761a02bbcd5c2da17c8d8a59
refs/heads/master
2021-06-12T12:10:48.901062
2017-02-03T20:09:57
2017-02-03T20:09:57
53,290,261
0
0
null
null
null
null
UTF-8
C
false
false
463
c
// // main.c // Problem3_20 // // Created by sin on 2017/01/28. // Copyright © 2017年 shinji. All rights reserved. // #include <stdio.h> int main(int argc, const char * argv[]) { int a[3] = {1, 2, 3}; int *p = a; int **r = &p; printf("%p \n", a); printf("%d \n", *p); printf("%p \n", p); ...
[ "info@alien-house.com" ]
info@alien-house.com
382cdb2c263ecef7ace773b52519020028485ccd
8d66da22764e44dd5680a5ce4bdf165f1546c25e
/Firmware_F411 V1.2/COMMUNICATE/src/radiolink.c
a02d2abcbe136ebfef46847029748e4002200d30
[]
no_license
xindong324/MiniFly
679210b8f00d7f2bac73470ffbb62d5718e9c2a9
21c0679563510728590a306e627fbeeb42a4cdd3
refs/heads/master
2020-03-26T13:19:32.942801
2018-08-16T03:42:51
2018-08-16T03:42:51
144,932,913
3
3
null
null
null
null
GB18030
C
false
false
4,515
c
#include <string.h> #include "config.h" #include "radiolink.h" #include "config_param.h" #include "led.h" #include "ledseq.h" #include "uart_syslink.h" /*FreeRtos includes*/ #include "FreeRTOS.h" #include "task.h" #include "semphr.h" #include "queue.h" /**************************************************...
[ "xindong324@163.com" ]
xindong324@163.com
37d39a2e57918af3b613758d06ab5e8eb4a6a5d0
243b969733833e83002586aeeee40dc21b0d55c0
/libft/src/ft_print_byte.c
cc3c556e6d1d1ed4df4a67cb967aa9860f368353
[]
no_license
KostyaBovt/ft_ssl
bec99134c8d4a39d523c888c9d374bd7dc29b949
bc4cbb2764dbe2703e1c749dda42e8fdc881d18c
refs/heads/master
2020-04-11T03:43:34.028613
2018-12-25T13:25:44
2018-12-25T13:25:44
161,487,391
0
0
null
null
null
null
UTF-8
C
false
false
1,107
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_print_byte.c :+: :+: :+: ...
[ "kbovt@e1r1p9.unit.ua" ]
kbovt@e1r1p9.unit.ua
08113360ad500737a7a5484c45b9eafc178d9774
c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683
/openETCS_Releases/v0.3-D3.6.3/KCG_GreenField/CAST_int_to_DMI_TEXT_DATA_Varia.c
cc1403d9726ddbafe4826b0732e7b218f84714c1
[]
no_license
VladislavLasmann/srcAndBinary
cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10
13aa76e545b9596f6dac84fb20480dffae7584d8
refs/heads/master
2021-05-08T15:04:05.709079
2016-01-22T12:40:10
2016-01-22T12:40:10
null
0
0
null
null
null
null
UTF-8
C
false
false
1,086
c
/* $**************** KCG Version 6.4 (build i21) **************** ** Command: kcg64.exe -config D:/Github/modeling/model/Scade/System/OBU_PreIntegrations/openETCS_EVC/KCG_GreenField/config.txt ** Generation date: 2015-11-05T08:54:04 *************************************************************$ */ #include "kcg_consts...
[ "bernd.hekele@deutschebahn.com" ]
bernd.hekele@deutschebahn.com
d45f88e7cfdd51b0c9e171c4a2258fa03e959458
f7ff15d6f0eaf897d9ed9918544d68e3ed2f3c6b
/set2prgm19.c
c14bb997aad77dcd21a606c4af6bfabe1792e684
[]
no_license
SUBHAPRANAV/c
4912899a966a677677976241c9d10e702fc1fa30
91b7bbc72a331cfbfa6bf4346eb243588e25f082
refs/heads/master
2020-04-22T04:10:28.675175
2019-04-01T11:03:19
2019-04-01T11:03:19
170,113,746
1
0
null
null
null
null
UTF-8
C
false
false
129
c
#include<stdio.h> int main() { int a,i,fact=1; scanf("%d",&a); for(i=1;i<=a;i++) { fact=fact*i; } printf("%d",fact); return 0; }
[ "noreply@github.com" ]
SUBHAPRANAV.noreply@github.com
d1793a3f1aac82f038110473741d9ee6b69982f2
e80e5374b8fd00379293adb35fc8cf017d5f4cc7
/qemu_mode/qemu-2.10.0/hw/ssi/omap_spi.c
22034656b8c8fde4edcdc063372ac98b36d7ee35
[ "GPL-2.0-only", "LGPL-2.1-only", "GPL-1.0-or-later", "LGPL-2.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
CAFA1/afl
dcebf3a3acae3e9783bbb79d8cff6958b496fa34
01c113b61ab70c3b02f3d7c74e6dfa20cfc7813d
refs/heads/master
2023-04-10T14:30:34.901666
2020-07-27T01:06:32
2020-07-27T01:06:32
272,596,630
0
2
Apache-2.0
2021-04-15T00:56:55
2020-06-16T03:03:26
C
UTF-8
C
false
false
10,538
c
/* * TI OMAP processor's Multichannel SPI emulation. * * Copyright (C) 2007-2009 Nokia Corporation * * Original code for OMAP2 by Andrzej Zaborowski <andrew@openedhand.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * publi...
[ "longlong_vm@dell_book.com" ]
longlong_vm@dell_book.com
9a90ab0d4adacd276f4a6f1f675cafe6eebb8c97
206b7b2e6d7a2b55deef44d1283efdfdb9b801e1
/src/keylogger.h
8f6a0da2ee9faacaf3e4bd79e6a368dab26c07f2
[]
no_license
MatthiasJReisinger/keylogger
c9210ed47def7c37f6365cf9f857e68e76561faf
347679078810f27550e6c386c07c3ae98a1de3c3
refs/heads/master
2020-04-09T10:24:09.665444
2013-05-21T16:00:18
2013-05-21T16:00:18
10,199,563
0
1
null
null
null
null
UTF-8
C
false
false
865
h
/** * key logger component * the key logger is a singleton which is only accessible * through the methods declared here. the key logger is a thread. * there can only be one key logger at a time. * * @author d412vv1n */ #ifndef KEYLOGGER_H #define KEYLOGGER_H /** * starts the key logger in a separate thread. i...
[ "mr@master-studios.net" ]
mr@master-studios.net
7e0f473475d35ae38dfa32db1440aac2da28a6e9
cd0ffa00c856e47050254e862c2c8651d9652ab9
/beginset36.c
2ee6692f2b39fad703b84e45148e9d86161d0c2c
[]
no_license
RANJITHKUMAR12345/ranjith
861d4eefcf8df715af33bade03385f30a3ecebe1
92379ac8ddd8ab6f17c38ff0a3408a24a97e8dfa
refs/heads/master
2021-04-30T13:59:51.036372
2019-03-26T10:43:16
2019-03-26T10:43:16
121,208,531
0
1
null
null
null
null
UTF-8
C
false
false
297
c
#include<stdio.h> void main() { int a[10],i,j,tp,n; printf("enter the number"); scanf("%d",&n); printf("enter the number"); for(i=0;i<n;i++) { scanf("%d",&a[i]); } for(i=0;i<n;i++) { for(j=i+1;j<n;j++) { if(a[i]>a[j]) { tp=a[i]; a[i]=a[j]; a[j]=tp; } } } for(i=0;i<n;i++) { printf("%d",a[i]); } }
[ "noreply@github.com" ]
RANJITHKUMAR12345.noreply@github.com
569854ba4bcf306821fc8938cfd0e90e233272ea
7eab8a9d4e3d04842b319305e826215ca9bb5cbe
/Examples/Linux/Testbenches/ftp_test/Sources/ardrone_testing_tool.c
be67111096346633cc3a4a2efd6142545e437c72
[]
no_license
islanderz/ARDRoneSDK
65ef37320ee439eadfd70a09ba2cb220a25e59f5
7c56c8bfb36b81c01879295cff093b1eb1a51329
refs/heads/master
2021-01-10T10:19:35.649098
2016-02-24T14:38:59
2016-02-24T14:38:59
48,492,531
2
1
null
null
null
null
UTF-8
C
false
false
30,614
c
/** * @file main.c * @author sylvain.gaeremynck@parrot.com * @date 2009/07/01 */ #include <ardrone_testing_tool.h> //ARDroneLib #include <utils/ardrone_time.h> #include <ardrone_tool/Navdata/ardrone_navdata_client.h> #include <ardrone_tool/Control/ardrone_control.h> #include <ardrone_tool/UI/ardrone_input.h> #incl...
[ "kamilns@hotmail.com" ]
kamilns@hotmail.com
d97fd8400d58fe7c7c2e3d4cdc56be9c1c672c63
e381bee2348bb2af111c726e86866a1759312563
/srcs/lst/ft_lstiter.c
a01f0fb4c1e0a119370d22e617a6e07cac39c660
[]
no_license
AnthonyLedru/libft
852f3ccffb5ebe4a3ed17ec648ae8de54ed4ac0a
ac807dc2d59de2fea77278eae1f474fd0ff1ecf8
refs/heads/master
2021-03-24T10:18:53.851026
2020-10-07T19:59:33
2020-10-07T19:59:33
113,672,950
7
0
null
null
null
null
UTF-8
C
false
false
1,018
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstiter.c :+: :+: :+: ...
[ "aledru@e1r10p7.42.fr" ]
aledru@e1r10p7.42.fr
14ebb3be62e42e60047eccb260e7219aef395c97
fd90d577d6c848607ef56bf24ce5fe108bf13da8
/devices/MIMXRT1062/drivers/fsl_elcdif.h
063a1b777f2ac43caacb0d986b90537a498ea099
[ "Apache-2.0" ]
permissive
JayHeng/imxrt-tool-flash-algo
210e7adb904c8d95761e2914e69b8cc15e349326
0af70dfeea9dea669916bf404769144ed403a5e1
refs/heads/master
2022-11-26T20:56:24.771562
2022-03-26T14:18:45
2022-03-26T14:18:45
232,016,920
40
17
Apache-2.0
2022-10-31T18:21:32
2020-01-06T03:29:02
C
UTF-8
C
false
false
24,052
h
/* * Copyright 2017-2019 NXP * All rights reserved. * * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _FSL_ELCDIF_H_ #define _FSL_ELCDIF_H_ #include "fsl_common.h" /*! * @addtogroup elcdif * @{ */ /******************************************************************************* * Definitions ********...
[ "jie.heng@nxp.com" ]
jie.heng@nxp.com
fc2f2fc3f3ab5920563455ebe43d334e723b728c
af7c753cfbc9309e1276d12e2e29fbbd6d7602ce
/Firmware/ESP8266/Clay_ESP8266EX_Firmware/user/Message.c
22acdc922d747c3a6b001c8467ec576401269790
[ "MIT" ]
permissive
zzrgenius/Clay
b179c64f2348449f6766ba356af5daecf90639e5
31a84237d09eb93affb9b2587ff1d5b9a2b8c6a6
refs/heads/master
2021-05-31T08:29:51.309212
2016-06-05T04:52:12
2016-06-05T04:52:12
null
0
0
null
null
null
null
UTF-8
C
false
false
4,414
c
#include "stdlib.h" #include "stdint.h" #include "stdio.h" #include "string.h" #include "Message.h" #include "CRC16.h" #define DEFAULT_UUID_LENGTH 37 char messageUuidBuffer[DEFAULT_UUID_LENGTH] = { 0 }; char grammarSymbolBuffer[MAXIMUM_GRAMMAR_SYMBOL_LENGTH] = { 0 }; Message* Create_Message() { // Allocate memory...
[ "thebhef@gmail.com" ]
thebhef@gmail.com
be5e0fd30545eef4145079ab6832219510e984f0
7774f5fa84edbe372df5bbb536e8b07b51306681
/Temp/StagingArea/Data/il2cppOutput/t1295.h
a44fa6b78fca3271b53f369182495cb1f49677c2
[]
no_license
1jeffcohen/Mr-Turtle-Breaks-Free
677f4792b30ac3041e1454e6027a64478ec18a05
360506196b46e3b8234cf732230b266e655975e1
refs/heads/master
2016-09-01T16:24:29.294516
2015-10-08T21:46:23
2015-10-08T21:46:23
43,917,971
0
0
null
null
null
null
UTF-8
C
false
false
215
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> struct t322; #include "t14.h" struct t1295 : public t14 { t322* f0; };
[ "1jeffcohen@gmail.com" ]
1jeffcohen@gmail.com
56b300ff87268a31a62843dc4f6b607b18532df6
afc8d5a9b1c2dd476ea59a7211b455732806fdfd
/Configurations/VBF/Full2016BDT/mymacros/hww_VBF_mvaBDT14.C
05f3a8592e7615fe79e28e06efd226fbe8cf6bec
[]
no_license
latinos/PlotsConfigurations
6d88a5ad828dde4a7f45c68765081ed182fcda21
02417839021e2112e740607b0fb78e09b58c930f
refs/heads/master
2023-08-18T20:39:31.954943
2023-08-18T09:23:34
2023-08-18T09:23:34
39,819,875
10
63
null
2023-08-10T14:08:04
2015-07-28T07:36:50
Python
UTF-8
C
false
false
2,101
c
#include <TMVA/Reader.h> using namespace std; TMVA::Reader* myreaderBDT14 = new TMVA::Reader(); // float lepton_pt1; // float lepton_pt2; float mll_52; float mjj_52; float jetpt1_52; float jetpt2_52; float detajj_52; // float ptll_52; float jeteta1_52; float jeteta2_52; float met_52; ...
[ "arun.kumar@cern.ch" ]
arun.kumar@cern.ch
885767f5ed2f17df19164d9915b241118b43e746
ea09f69660a8982a94c15adf66bdc99531b4b8aa
/0x0D-preprocessor/3-function_like_macro.h
d1f7f2ae20be34fd19be81d0c13622ce7b90d75d
[]
no_license
gorgyboy/holbertonschool-low_level_programming
96ff91a00c4373ca77b513a6ba81fa78b6a4374f
ac3660f83e207417ff2a01f0992f14f2bd998515
refs/heads/master
2020-12-29T08:33:48.049008
2020-12-01T08:18:05
2020-12-01T08:18:05
238,536,274
0
1
null
null
null
null
UTF-8
C
false
false
95
h
#ifndef FLM_H #define FLM_H #define ABS(x) (((x) < 0) ? ((x) * -1) : (x)) #endif /* FLM_H */
[ "jlrogb@gmail.com" ]
jlrogb@gmail.com
955a4350db196e2dfccbde697d8e1be98beea1a8
67d65e4ba2381b7a8ca36afb3189085512fa8197
/HttpRequest/pheader.h
ea0122c8936c4bf488c1cb0fe940583c0e1a39a3
[]
no_license
Ryan--Yang/winpcap
6a06a8317e98b6957c3a38b7be3a22077963a1f7
f844dd097887d45da6b81fd26e6a914d6ce08b56
refs/heads/master
2020-02-26T13:23:18.383554
2013-04-07T11:53:51
2013-04-07T11:53:51
null
0
0
null
null
null
null
UTF-8
C
false
false
1,983
h
#ifndef PHEADER_H_INCLUDED #define PHEADER_H_INCLUDED /* * */ #define ETHER_ADDR_LEN 6 /* ethernet address */ #define ETHERTYPE_IP 0x0800 /* ip protocol */ #define TCP_PROTOCAL 0x0600 /* tcp protocol */ #define BUFFER_MAX_LENGTH 65536 /* buffer max length */ #define true 1 /* define true */ #define false 0 /* define f...
[ "yfnick2010@gmail.com" ]
yfnick2010@gmail.com
59756cdc7478a47f4c2393d8d2fc18e6c812af5b
d0c4232f57b408e9d4de4813a28e0b4396772d05
/gems/gems/libxml-ruby-0.9.4/ext/libxml/ruby_xml_document.c
467b3a069fd8e594e2bec5592a4c5555d7585916
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
larssg/group-shelf
8a154feb39a820b66411d54a25f4d066cd87b894
fa1a0156c62b9ea3694180ba415bacc77a3cabb9
refs/heads/master
2020-04-13T13:42:48.417264
2008-12-07T16:38:00
2008-12-07T16:38:00
81,270
1
1
null
null
null
null
UTF-8
C
false
false
24,922
c
/* $Id: ruby_xml_document.c 626 2008-11-22 20:47:07Z cfis $ */ /* * Document-class: LibXML::XML::Document * * The XML::Document class provides a tree based API for working * with xml documents. You may directly create a document and * manipulate it, or create a document from a data source by * using an XML::P...
[ "lgs@lenio.dk" ]
lgs@lenio.dk
d590cc92c070f3e44fad3ed8985e80174f21d20b
b2d48aac47dc3a3050f9cb562808f0e6f19a36e4
/mohansai/zetair/src/bucket.c
fe2a221cbe62c8cca6760d793fd2823b8ab59b25
[]
no_license
bhagavansprasad/students
7f7df2f4c2350025d58406794a7d94d9c8a9d7be
2822fb81cfb6714d48dea1e4957d6011ffa6198b
refs/heads/master
2023-08-04T04:44:11.346963
2023-07-24T06:09:00
2023-07-24T06:09:00
193,177,404
0
0
null
2022-11-30T23:33:00
2019-06-22T01:21:59
C
UTF-8
C
false
false
76,306
c
/* bucket.c implements a structure that manages short inverted lists by * keeping them in fixed size buckets. * * actually, since i need to do some experimentation to find the best bucket * design, it will probably implement a number of structures. There are a * number of good reasons for having different b...
[ "bhagavan.prasad@blackpeppertech.com" ]
bhagavan.prasad@blackpeppertech.com
e29206271b16aafaa8e71c6f225e0baf2ed27bd6
f8fe633947f3db3aff35f0af688937469aa60066
/server/server.h
a72d3f102a4e7e96398bd8c41230027943ee4692
[]
no_license
mcordischi/photosynthesis
5a25c5d5bc5d6e52e23fa53539bb899f03ba89d8
6e08001764aaf5e015e470a3ae1b74326ee087d7
refs/heads/master
2020-07-21T14:28:24.103792
2014-06-07T19:48:01
2014-06-07T19:48:01
10,872,925
0
1
null
null
null
null
UTF-8
C
false
false
85
h
#ifndef __SERVER_H_ #define __SERVER_H_ void listen(char* (*proc)(char*)); #endif
[ "nico@dazeo.com.ar" ]
nico@dazeo.com.ar
34bfe63f15c2d0a942627f591bc3308707cd0dfd
a3421ecebedf3ba47a5480776078132be98ee61c
/lib/cmds/players/money.c
4df874fda26619362b1604a0b595da7ebf03eb67
[]
no_license
Muderru/NighmareMUD
7851738d08b0d3d6a46fc7fe32cf25b3cdaffdb0
c8f91447afaa4ff70460e300dd0a6c64e369bfd5
refs/heads/master
2020-03-27T13:45:03.384061
2018-08-29T15:57:52
2018-08-29T15:57:52
146,626,384
1
0
null
null
null
null
UTF-8
C
false
false
1,495
c
// /bin/user/_money.c // from the Nightmare mudlib // a comand to allow players to search their pockets // created by Descartes of Borg 25 april 1993 #include <lib.h> inherit LIB_DAEMON; mixed cmd(string str) { string *currs; string borg; int i, tmp; if(str) return 0; /* to all...
[ "overmind2017@yandex.ru" ]
overmind2017@yandex.ru
4c458e2fec5c9fcf895977fb1c22fc4accdef9a2
6f3e0000993816afa03d64c5a02b94fca2931200
/sys/arch/amiga/dev/viewioctl.h
f1c075c8281de3e8628c8a572886e40a90191061
[]
no_license
fallen/NetBSD6
b6dc7a2593846816b8cb6f47cf26054ca2811667
44e0ac4ada812ace1f9ca8ce4792e287d83bd951
refs/heads/master
2022-04-09T14:50:47.274147
2020-03-08T14:01:38
2020-03-08T14:01:38
8,187,676
2
2
null
2020-03-08T14:01:39
2013-02-13T20:57:45
null
UTF-8
C
false
false
2,588
h
/* $NetBSD: viewioctl.h,v 1.9 2002/09/06 13:19:18 gehenna Exp $ */ /* * Copyright (c) 1994 Christian E. Hopps * 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 sour...
[ "yann.sionneau@gmail.com" ]
yann.sionneau@gmail.com
8e40eeb74b69fcae2a3ec6744835ac2c616cabc7
a171838fff520661daf6f7cccb2a273a4124edc9
/NOIP2010/20100924/all/program/A王俊涛/concert.c
20e786fbc695f88625d06c284def5fb92d9a85d8
[]
no_license
strawberryfg/pascal
5077e70900492e13d9857ab4fffd868e970a01ba
257194db62aacd2fa8024aac095df601b09f417b
refs/heads/master
2021-01-10T03:26:54.704729
2016-03-12T03:33:35
2016-03-12T03:33:35
53,711,195
1
0
null
null
null
null
UTF-8
C
false
false
1,399
c
#include <stdio.h> #include <stdlib.h> FILE *fin,*fout; int i,j,k,l,p1,p2,s1,s2; int sum1,sum2,cha; int girl[301],boy[301]; int main(int argc, char *argv[]) { fin=fopen("concert.in","r"); fout=fopen("concert.out","w"); fscanf(fin,"%d",&l); for(i=1;i<=l;i++) fscanf(fin,"%d",&girl[i]); for(i=1;i<=l;i++) f...
[ "wanqingfu@sina.com" ]
wanqingfu@sina.com
ecdf48a5e99c03e80d3d0804d4749b5ff8d67d07
5fe634e7327f5f62bcafa356e76d46f07b794b36
/APUE/src/8/8-9_1.c
ef96ceb6650db9d35842bb2a1bc6f18626ff4e23
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
MarsonShine/Books
8433bc1a5757e6d85e9cd649347926cfac59af08
7265c8a6226408ae687c796f604b35320926ed79
refs/heads/master
2023-08-31T05:32:35.202491
2023-08-30T10:29:26
2023-08-30T10:29:26
131,323,678
29
3
Apache-2.0
2022-12-07T13:01:31
2018-04-27T17:00:17
C#
UTF-8
C
false
false
627
c
#include "apue.h" static void charatatime(char *); int main(void) { pid_t pid; if ((pid == fork()) < 0) { err_sys("fork error"); } else if (pid == 0) { // 子进程 charatatime("output from child\n"); } else {// 父进程 charatatime("output from parent\n"); } exit(0); } static vo...
[ "ms27946@outlook.com" ]
ms27946@outlook.com
b6e8634221cb4319c3532a60dc30f6d8f8b006a1
accbe82b976125427a864937a3b5d57e2c90ddcf
/09/ex10/main.c
3b9461b37ab9379d1fdcf9ef9a1ba7225019b754
[]
no_license
simdax/42correc
861882cf9efebfad6266f819ed5a585832984e2b
6e9af8980f74e48a945f61c7e51679b86e9a7f65
refs/heads/master
2021-01-15T22:39:30.229327
2017-08-24T12:23:24
2017-08-24T12:23:24
99,907,453
0
0
null
null
null
null
UTF-8
C
false
false
670
c
#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> void ft_scrambler(int ***a, int *b, int *******c, int ****d); int main() { int nb = 1; int nb1 = 2; int nb2 = 3; int nb3 = 4; int *pnb0 = &nb; int **pnb01 = &pnb0; int ***pnb02 = &pnb01; int *pnb1 = &nb2; int **pnb11 = &pnb1; ...
[ "scornaz@e2r5p7.42.fr" ]
scornaz@e2r5p7.42.fr
6ac15295a92c8a12a0c975af81dbd9a355096001
4c518f3a393e8a436dd75ceede72cc8eacd3e797
/abc.c
03c4af0f798ffdd70177dc44501711b3bfd60c1f
[]
no_license
aartigodase1998/AssignmentDemo
dc852189fdcd39b8462ce6ca156243f91d4d943a
d63d7fdf7584d5e32cbe982187e50e6f36f9f19b
refs/heads/master
2023-05-14T22:42:44.443112
2021-05-28T13:59:43
2021-05-28T13:59:43
371,621,422
0
0
null
null
null
null
UTF-8
C
false
false
158
c
#include<stdio.h> void main() { int i; int n=5; for(i=0;i<10;i++) { printf("i value is %d",i); } for(i=1;i<=10;i++) { printf("\n %d",i*n); } }
[ "arati.godase@ibm.com" ]
arati.godase@ibm.com
f2ddd405c80a7469f4b5a0b544f63369a81d3848
c461a81314c3ae909c734a1736f90894344ff006
/temp/util69.c
a2a0952d8ab4e62627e1cfdb17d610e9a58f115d
[]
no_license
flarss/many
3e85ea139fc702ba4561942ac8bee6a520839f57
a671f2fec22cde015f3bccf0bbd9eef345225de7
refs/heads/master
2021-01-10T11:42:52.047674
2015-10-08T18:46:40
2015-10-08T18:46:40
43,835,809
0
0
null
null
null
null
UTF-8
C
false
false
256
c
#include "inc6.h" #include <stdio.h> #include "inc61.h" #include "inc62.h" #include "inc63.h" #include "inc64.h" #include "inc65.h" #include "inc66.h" #include "inc67.h" #include "inc68.h" #include "inc69.h" void util69() { printf("util69 was here\n"); }
[ "fredrikgit@gmail.com" ]
fredrikgit@gmail.com
4ceddd972c5c748c17bb9f57e841a370ef477ea6
fb75dcfff838efddd2148080f910608b36ee0e40
/bin/MACROS/src/CMSStyle.C
54831975de4c3d1999c57916bb3fd40e04ad4dea
[]
no_license
iraklic/myZgamma
14231930d63c749458e85dd052cd3c3976039699
9b4ced4b134fbb4f557138fe4e6c5f6b833a1635
refs/heads/master
2020-12-24T17:17:22.019058
2015-09-14T23:47:35
2015-09-14T23:47:35
42,483,524
0
0
null
null
null
null
UTF-8
C
false
false
2,637
c
//########################################################################## // Initialization code executed at the start of a ROOT session. // // File: $Id: CMSStyle.C,v 1.1 2005/11/10 15:46:14 ganzhur Exp $ //########################################################################## //#include <iostream> //using nam...
[ "iraklic@gmail.com" ]
iraklic@gmail.com
c410186aaa272cd6625a38f8e698df7b7265309d
09f63e43bb01fb1803584cd4774f07bddbb21d25
/Windows/stdafx.h
a427989b1d5faf40799d03d8192c87f3bd7d0d02
[]
no_license
KatekovAnton/wwiseIntegrationDemo
74ab0d5302e9d09c689db0f6798798c0af6fe01e
70caeb323919076e5ca66dde1bdbfb2063da9551
refs/heads/master
2020-06-20T23:20:09.395626
2020-03-19T13:33:11
2020-03-19T13:33:11
197,285,062
0
0
null
null
null
null
UTF-8
C
false
false
1,313
h
/******************************************************************************* The content of this file includes portions of the AUDIOKINETIC Wwise Technology released in source code form as part of the SDK installer package. Commercial License Usage Licensees holding valid commercial licenses to the AUDIOKIN...
[ "void0main@gmail.com" ]
void0main@gmail.com
7c4fd607ae87f32065be8efdbc63793683534436
13b21706e7ed4dc1291c88c9ad62c88de4320b9b
/Projects/Shark/Reload.h
51ed1406b59d46a6f31602d9c24af0e43f1a3f91
[ "MIT" ]
permissive
fadinglr/Shark
dcbf1139433ecd8bb62d70e48b93a510215597a4
0a62f87eb5ea6f8b963775e8be2481f3b5a8a31a
refs/heads/master
2023-04-27T01:40:14.289676
2021-04-27T02:06:10
2021-04-27T02:06:10
319,513,746
0
0
MIT
2021-04-27T02:06:11
2020-12-08T03:23:56
null
UTF-8
C
false
false
10,178
h
/* * * Copyright (c) 2015 - 2021 by blindtiger. All rights reserved. * * The contents of this file are subject to the Mozilla Public 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.mozilla.org/MPL/ * ...
[ "blindtiger@foxmail.com" ]
blindtiger@foxmail.com
5db7b7772830f1476bd1d8df4109aad3f0f5a622
863f370574674bfcdc79961a4b1589778d6c2624
/charData.c
aa2272ccfbfdd60b293bca18134168435a8e11ae
[]
no_license
NoMan2000/c-prog
df94aec681a41567093f1b24bbdae5359516cea7
6e20d0d98e772d0f37f32078ff6aecdbb1c8b4d2
refs/heads/master
2021-01-16T19:20:25.993495
2013-10-02T20:13:38
2013-10-02T20:13:38
null
0
0
null
null
null
null
UTF-8
C
false
false
188
c
#include <stdio.h> #include <cstring> int main() { char firstName[20]; strcpy(firstName, "Michael"); printf("Your first name is %s", firstName); return(0); }
[ "msoileau@itt-tech.edu" ]
msoileau@itt-tech.edu
96da62af45a6379c5b8c44c233ce6528905d61d7
48a400042c41feb1b305da0aff3b8a2ad535bdc1
/clang/test/RC99/CodeGen/irf-sub-02.c
ef52b4a29131feab34bcf99426fa245f027828b7
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
Daasin/tpc_llvm
d9942f0a031213ba5f23e2053d04c3649aa67b03
ece488f96ae81dd9790f07438a949407dc87ef66
refs/heads/main
2023-07-29T16:10:36.488513
2021-08-23T10:38:48
2021-09-10T05:48:53
null
0
0
null
null
null
null
UTF-8
C
false
false
407
c
// RUN: %codegen -S -O1 -triple tpc-none-none -std=rc99 %s -o - | FileCheck %s void main(int src, int src1, int src2) { int64 val = src; int cnt = 0; int5 ndx1 = { src, src, src, src, src }; while (cnt > src2) { i32_st_tnsr_i_v_b(ndx1, 1, val, 1, 0); ndx1[3] -= 10; } } // CHECK: st_tnsr 0x1, [[NDX:...
[ "ogabbay@kernel.org" ]
ogabbay@kernel.org
9e778b020a7b122b424fc4a64f489a0fd59c25c5
77cf4be91eb945cacf96e8cc56bec03c97e144d0
/evenint.c
232a3918e7243568191620bd566d7bed14f716e8
[]
no_license
THARANYATHANGAVEL/hai-dear
a3aa72c8b36315206321ff98f04ebbedde5fed79
3642319093c3da442c86e016b5c39d7fb4e71274
refs/heads/master
2021-01-16T18:07:15.441115
2018-04-11T14:14:56
2018-04-11T14:14:56
100,038,034
1
7
null
null
null
null
UTF-8
C
false
false
225
c
#include<stdio.h> #include<conio.h> void main() { int f,l,i; printf("enter the value first number"); scanf("%d",&f); printf("enter last value"); scanf("%d",&l); for(i=f;i<=l;i++) { if(i%2==0) { printf("%d",i); } } getch(); }
[ "noreply@github.com" ]
THARANYATHANGAVEL.noreply@github.com
2da9f5686999c7948360488a9a01990c280f5971
805263fc4563a4074df54272d6e96ade9b4ca9da
/glues/source/glues_quad.c
7b6fc207ffbb3ba12babdb7d3a1e6aec51888e3c
[]
no_license
spygunsoft/Physic-and-Gameplay-Implementation-on-PrimeEngine
b2aa37d7781941400851e8a7551f3b789f6e5c80
f47366bd0d69691ab335924e23e915061d5ee71a
refs/heads/master
2020-04-06T12:59:28.492976
2018-11-14T02:34:37
2018-11-14T02:34:37
157,478,887
0
1
null
null
null
null
UTF-8
C
false
false
53,166
c
/* * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved. * * 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 Softw...
[ "devel.spygunsoft@gmail.com" ]
devel.spygunsoft@gmail.com
08aecb4a9536aebf4aaf37b98cc367687a0c8365
eb7a1fb1c70fc82be0dfc0245255d5506433d156
/Microchip/SAMG_DFP/3.2.35/samg53/include/samg53n19.h
6fe2860ec312ae40a34b60f4ebcb58b456db212b
[ "Apache-2.0" ]
permissive
muthukrishnankarthik/dev_packs
c03f66ce3f32d34340c8053363121657a0a37474
60d97ca66b10c00b3c42430b0cf0b4ae7542f217
refs/heads/master
2021-01-06T13:26:53.637757
2020-02-10T23:49:35
2020-02-10T23:49:35
null
0
0
null
null
null
null
UTF-8
C
false
false
30,365
h
/** * \brief Header file for ATSAMG53N19 * * Copyright (c) 2019 Microchip Technology Inc. and its subsidiaries. * * Subject to your compliance with these terms, you may use Microchip software and any derivatives * exclusively with Microchip products. It is your responsibility to comply with third party license *...
[ "thibaut.viard@microchip.com" ]
thibaut.viard@microchip.com
db2a78e09b1a1fcb258316b2a2245c63fc704a22
91d42e36516668992e7df8b63823392601f07cb8
/CommonTools/test/plotSyst_ch6.C
0e6eefe3e4f19198f517de495b06aaf5b99fc4c3
[]
no_license
senka/CombinedEWKAnalysis_shapeVSlnN_debug
9e0a04876792c236782cfd1769d0719ff8d7694c
35925317281eb2c7d841dd2c7fb1415037644e3e
refs/heads/master
2016-09-05T20:49:52.142062
2014-04-29T11:26:17
2014-04-29T11:26:17
null
0
0
null
null
null
null
UTF-8
C
false
false
8,458
c
void plotSyst_ch6(){ TFile * file_in=new TFile("../data/WV_semileptonic/ch6_boosted.root","read"); file_in->cd(); zz2l2nu ->SetFillColor(0); zz2l2nu_CMS_eff_bUp ->SetFillColor(0); zz2l2nu_CMS_hzz2l2v_QCD_ACC_JVetoUp ->SetFillColor(0); zz2l2nu_CMS_hzz2l2v_lesUp ->SetFillColor(0); zz2l2nu_CM...
[ "senka.duric@cern.ch" ]
senka.duric@cern.ch
a0e3a07a3dae566c5a995ecd3772ef4caf72a311
440fe9bc55a3d9fc44410d1748f47fbc74e30506
/anycloud39ev300/SDK/component/UVC_check_sensor/component/drvlib/include/randomizer.h
7f768eb96d869a227d1c1a8c4e627985959e8a51
[]
no_license
haihoang1219931/qiwen
5def7764f48e70a8c4fbb9692f5fd0714dcb5a20
6c86facd09a5c2efe5314a669f653fa90acbc999
refs/heads/main
2023-07-10T17:37:18.512888
2021-08-22T07:01:43
2021-08-22T07:01:43
null
0
0
null
null
null
null
UTF-8
C
false
false
1,232
h
/** * @filename randomizer.h * @brief the arithmetic to randomize or derandomize the data * Copyright (C) 2006 Anyka (Guangzhou) Software Technology Co., LTD * @author yangyiming * @date 2012-05-15 * @version 1.0 */ #ifndef __RANDOMIZER_H_ #define __RANDOMIZER_H_ #define MALLOC drv_malloc /** ...
[ "1397610152@qq.com" ]
1397610152@qq.com
9599475ac5875a9c5fa0a0f563aee79bb4b2d68d
65e8e9886d6a6ac18e76809b3153d62aaff1a4ad
/socket_test/net_test/client.c
a630e02b185cba6e6e53f1f79c9323d00086fa0c
[]
no_license
Greatjackson/test
e7c0cacd968628fc3ab516d0bd5ddbefc9c5bbdb
e9ffb5aecfe96f042a2f7102df41fdea52fbb77b
refs/heads/master
2023-01-14T05:24:21.310828
2020-11-24T08:45:27
2020-11-24T08:45:27
50,358,034
0
0
null
null
null
null
UTF-8
C
false
false
1,103
c
/************************************************************************* > File Name: client.c > Author: liugang > Mail: 308584349@163.com > Created Time: Sat 26 Sep 2020 10:07:32 PM CST ************************************************************************/ #include <stdio.h> #include <string.h> #include <u...
[ "308584349@163.com" ]
308584349@163.com
99ac395fe9f250c485f763d5cc1a616351eb417c
3d5d50bf1e4ea7c67b86f3de44b03e6a0ce0a0be
/Robot/Velho/SENSOR.C
ad6f001984b41e81d3790256bd4fa3d04d2883a6
[]
no_license
mzani/main
1df9ff4640a5167732052d18f757bbc07aa7571d
e1a1e024888435d28c2b4766a24931c61b85c087
refs/heads/master
2020-03-31T15:27:54.115404
2018-12-05T01:02:47
2018-12-05T01:02:47
152,338,053
0
0
null
null
null
null
ISO-8859-1
C
false
false
11,929
c
/*****************************************************************/ /* Programa........: Robot */ /*----------------------------------------------------------------*/ /* Módulo..........: robot.c */ /*----------------------------------------------------------------*/ /* ...
[ "zani.marcelo@gmail.com" ]
zani.marcelo@gmail.com
5d93b30fd7dfe7127b17698784cae3c30f5a6bab
4ca4e6d6bf69dd0a0dc4d3317396d593446555bd
/event_selection.h
99f2cfb85dcb721b0d4f6bcc2b095ab0df568917
[]
no_license
tylern4/analysis
985949f4fc9aefc22c02073c43a465a82d759edb
aead716e49cbba70e3c5649ff02cdf3fd340c7eb
refs/heads/master
2021-01-22T06:18:25.927521
2017-02-09T22:17:40
2017-02-09T22:17:40
81,751,306
0
0
null
2017-02-12T19:34:49
2017-02-12T19:34:49
null
UTF-8
C
false
false
7,260
h
#ifndef EVENT_SELECTION_H #define EVENT_SELECTION_H #include "constants.h" #include "hid.h" #include "TVector3.h" #include <TLorentzVector.h> //Determine if multiple ids assigned to a single particle //These are the only particles I'm IDing so if it is something else it comes in as zero bool clean_id ( bool electron,...
[ "c.a.mclauchlin@gmail.com" ]
c.a.mclauchlin@gmail.com
c334b30f354d2fd11eb3cf7de70c6e160f30d843
4b8cc482b171a24b9e77b5baf2d44c57797140f2
/mod_sslhaf.c
4643de2a8ded2ed6ef2f43fdb84eaf816b24527d
[]
no_license
grimreaper/sslhaf
78aed96fc5b5bd7ed8f98f9602d7e352fcb52fee
cf4a7961df890e35c2ae8bf58822ad95343f3f87
refs/heads/master
2021-01-18T09:23:25.274953
2012-10-18T14:28:59
2012-10-18T14:28:59
null
0
0
null
null
null
null
UTF-8
C
false
false
36,718
c
/* mod_sslhaf: Apache module for passive SSL client fingerprinting | THIS PRODUCT IS NOT READY FOR PRODUCTION USE. DEPLOY AT YOUR OWN RISK. Copyright (c) 2009-2012, Qualys, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that ...
[ "ivanr@webkreator.com" ]
ivanr@webkreator.com
f87e6ea06fb1bd1da03641948cd311c077adaef4
b9c44d43f69fd3e6eea09cff9d33ccb77d00b001
/UVA10341.c
dcc345281cdf54e71b9718747337af0d31883296
[]
no_license
harryramsey/UVA-Online
e04b924aec2079d0b4a918267276cda03b9b58f4
32062582ec0c5e110c1a7fd7ddbd750091e0bd6c
refs/heads/master
2021-01-21T12:35:50.591520
2015-09-18T04:08:21
2015-09-18T04:08:21
23,942,293
0
0
null
null
null
null
UTF-8
C
false
false
1,017
c
#include <stdio.h> #include <stdlib.h> #include <math.h> double fun(double p, double q, double r, double s, double t, double u, double x) { return p*exp(-x) + q*sin(x) + r*cos(x) + s*tan(x) + t*x*x + u; } void secant(double pcoeff, double q, double r, double s, double t, double u){ double tol = 0.00000001; do...
[ "hbramsey@live.unc.edu" ]
hbramsey@live.unc.edu
3bcfe912e2c48183513153ec1e084967483f23ef
4d09e33424a0cee1605701fc905e4c5585044000
/C_Projects/ft_printf/src/help_functions2.c
0748ba72435d1c2714fb933b78909bede1e3a2cf
[]
no_license
BenjaminLaine/projects
c0e01adfa827aba51b1b3373215b667cfa2f7752
c324881a7a644c7dbe342969efce37eb0a189b92
refs/heads/main
2023-02-24T03:52:13.782997
2021-02-04T08:55:55
2021-02-04T08:55:55
328,151,926
0
0
null
null
null
null
UTF-8
C
false
false
2,432
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* help_functions2.c :+: :+: :+: ...
[ "benjaminlaine@hotmail.com" ]
benjaminlaine@hotmail.com
6035cafa88364518e5bca3786ea93973a01d3c33
b6f243f2350fc859980946a33c794bd75cdbc953
/src/audio/opus-1.2.1/warped_autocorrelation_FIX.c
30ed61581518875b6a2b43e41b0da1ea274d553b
[]
no_license
ubicore/nrf52_audio_opus_sgtl5000
83b8ea3bc4b33567d2b0c164e0121af3e0a80037
dd7d363e0aff573b7e005ed0cab36c1426fb869f
refs/heads/master
2020-05-04T00:31:41.330571
2019-04-01T16:43:24
2019-04-01T16:43:24
178,886,385
9
0
null
null
null
null
UTF-8
C
false
false
4,746
c
/*********************************************************************** Copyright (c) 2006-2011, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must ...
[ "nicolas.lantz@ubicore.net" ]
nicolas.lantz@ubicore.net
b4b50e5c43c975540144d0ce9d857e9991ad805d
f7f0e3e5a2938997ea417c79436e2813a47951d1
/Pods/Headers/Private/MBDataEnvironment/MBMLRegexFunctions.h
264c53e68d8f2674bc97cfee9dddd3a0face48d7
[]
no_license
emaloney/Boilerplate
1240fadd4f9e4a0fd51fdda44646dee6b5a53d3c
07922d3a3c74c407d484e482c1c0ee015d5ae093
refs/heads/master
2021-01-16T21:46:28.795685
2016-12-13T15:20:40
2016-12-13T15:20:40
38,087,473
0
0
null
null
null
null
UTF-8
C
false
false
77
h
../../../MBDataEnvironment/Code/Functions/Implementation/MBMLRegexFunctions.h
[ "emaloney@gilt.com" ]
emaloney@gilt.com
1d13319c0abacec7a7884e288d607b1f790a4d41
7e07ea939d0717c416b1306258e519b94fb53efb
/main_strncmp.c
d5d4fd111930eaae249ca77458a0bd993fb41c92
[]
no_license
mduma123/Main-Programs_libft
08fd73903a743c24cf5899b9a404f3a9d308832f
c96cc621b6a024ea932e5a107c94989ff55e78f8
refs/heads/master
2020-06-06T10:52:52.541570
2019-06-24T11:06:19
2019-06-24T11:06:19
192,720,340
4
0
null
null
null
null
UTF-8
C
false
false
1,378
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main_strncmp.c :+: :+: :+: ...
[ "mduma@c5r10s8.wethinkcode.co.za" ]
mduma@c5r10s8.wethinkcode.co.za
7bdfdf6a3020153b749c760381267abf99310848
c5cce7b6f031440198fa7462e581c48cf1cfd0ee
/NANE/src/NES/CPU/overload_macro.h
d2ebc81860e185fb91fa42376a158e7cbc90f2f8
[]
no_license
BlueSquid1/NANE
34516c9568c0543df96caccd1072912d5762ae91
5bdc8b6702bfcb05b0a6e50bf8bd72a479c4b9d9
refs/heads/master
2021-11-27T14:57:38.637314
2021-11-22T10:07:40
2021-11-22T10:07:40
229,574,914
1
0
null
null
null
null
UTF-8
C
false
false
1,210
h
#pragma once // Augmented from // https://stackoverflow.com/a/26408195 #define EXPAND( x ) x // get number of arguments with __NARG__ #define __NARG__(...) __NARG_I_(__VA_ARGS__,__RSEQ_N()) #define __NARG_I_(...) EXPAND(__ARG_N(__VA_ARGS__)) #define __ARG_N( \ _1, _2, _3, _4, _5, _6, _7, _8, _9,_10, \ _1...
[ "clinton.page123@gmail.com" ]
clinton.page123@gmail.com
b094ca8edbfa69f6494619cb347abe2b450d3106
d2c82245525562e94cc8658c42d2e0a8305b3979
/week10/4.c
81c3efae5415e835a3d4440e9085892a96e46885
[]
no_license
sak-18/DSA-assignments
3b06e7886cbfaf2ed25bbf9fc6903932964dee9a
bcb3b2d5d74bf351d89445ee0b7eb28a31d1e9cf
refs/heads/master
2020-06-12T21:46:31.314588
2019-06-29T18:30:24
2019-06-29T18:30:24
null
0
0
null
null
null
null
UTF-8
C
false
false
575
c
#include<stdio.h> int size; int check(int index,int heap[size]) { int child=index*2; if(child+1<=size && heap[index]<heap[child] && heap[index]<heap[child+1]) { return (check(child,heap) && check(child+1,heap)); } else if(child==size && heap[index]<heap[child]) { return 1; } else if(child>size) { re...
[ "saketh181199@gmail.com" ]
saketh181199@gmail.com
c30c4a0db83a18aac98d5fa2c1f4c53594c607c6
e369c7b16495b0d913f46a1a3e293d7ff5368d92
/src/univalue/lib/univalue_escapes.h
1c8b5dd372c32209bca39c2ffabe27ce58f8a4a3
[ "MIT" ]
permissive
giracoin/girauno
be459789d8e00e424f4a6b881b27008479ab3276
cee08e12174831a08967c6764f612ba73cf0d7e8
refs/heads/master
2020-03-17T06:19:37.157684
2018-05-14T11:34:54
2018-05-14T11:34:54
133,350,681
3
0
null
null
null
null
UTF-8
C
false
false
2,165
h
// Automatically generated file. Do not modify. #ifndef GIRACOIN_UNIVALUE_UNIVALUE_ESCAPES_H #define GIRACOIN_UNIVALUE_UNIVALUE_ESCAPES_H static const char *escapes[256] = { "\\u0000", "\\u0001", "\\u0002", "\\u0003", "\\u0004", "\\u0005", "\\u0006", "\\u0007", "\\b", "\\t", "\\n", "\\u000b", "\\f", "\\r"...
[ "info@giracoin.com" ]
info@giracoin.com
a56523d691f882861f8034e7160307fc7fd860c8
409e10d2e57f7a3ee7c5a8c03320df0cef990d39
/移动距离/src/移动距离.c
d04b23b232c8dd43f24087e8327bc68b233dff6c
[]
no_license
asdlei99/SomeOjCode-CXX
7f437ed041ee984d5abd7b10b0d433f4b759b99c
bc7253f8534184fac748f28f9c93ecbb09e0906f
refs/heads/master
2021-06-13T17:24:07.097452
2017-04-03T11:48:17
2017-04-03T11:48:17
null
0
0
null
null
null
null
UTF-8
C
false
false
870
c
/* ============================================================================ Name : 移动距离.c Author : Version : Copyright : Your copyright notice Description : Hello World in C, Ansi-style ============================================================================ */ #include <stdio.h> #in...
[ "imqqyangfan@gmail.com" ]
imqqyangfan@gmail.com
5c0e9080894923a5ba84036b28af5ba33bf042be
65bf3ac6edd22aa104bc6576d05f6f39e9a14bc0
/runcodes/binary_tree/bt.c
7984998fb837eb553a290540ed7661e3ccfdfe1d
[]
no_license
LuisFelipeJorge/Algoritmos-Estruturas_de_Dados
de812bfe27969b2dcbec6a82bb466c3596db0fd9
a24eb7c3a55a65d7902f82c00af2bda1249d5eb1
refs/heads/main
2023-02-04T19:04:02.457188
2020-12-29T17:16:14
2020-12-29T17:16:14
324,878,798
0
0
null
null
null
null
UTF-8
C
false
false
3,176
c
#include <stdio.h> #include <stdlib.h> #include <assert.h> #include <string.h> #include "bt.h" struct tnode { elem info; tnode_t *left,*right; }; tnode_t* create_tnode(elem x) { tnode_t *new_node = (tnode_t*)malloc(sizeof(tnode_t)); assert(new_node != NULL); new_node->info = x; new_node->left = NULL; ...
[ "luisfelipe.jorge123@gmail.com" ]
luisfelipe.jorge123@gmail.com
872c6f5c25bfa463f7ff174bac4321c79b57bb47
cb44d748dc4074a4979019a3cadfa7fde337a0b3
/socket_inet_netof.c
77480986e21029faddc8297d779ce6dbde30dbf5
[]
no_license
sba1/clib2
dbb42f0875d510cfd9b92ab890855cfc2277519f
f1db9d75872d2618100961b9f000410f25a430ce
refs/heads/master
2020-05-25T11:45:19.923616
2015-04-03T17:54:40
2015-04-03T17:54:40
32,605,450
1
0
null
null
null
null
UTF-8
C
false
false
2,120
c
/* * $Id$ * * :ts=4 * * Portable ISO 'C' (1994) runtime library for the Amiga computer * Copyright (c) 2002-2006 by Olaf Barthel <olsen (at) sourcery.han.de> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following ...
[ "obarthel" ]
obarthel
8b06bfef28bf3b4e6db115183151b5a0aa28bd2f
3c3be69e95cecedb3cea2f727fa407d325a913dd
/labs/lab4/averageProfit_6.c
c33041851bfbe8dc4e485b1eeb4bedc1f8e34978
[]
no_license
fanfan-cse-cources/cse-2421
cc2d3fbbbd002f37532e2ed497e331d6ca151b3b
e1258944d1dc3404dcc8640de7512436fea2f144
refs/heads/master
2023-03-16T08:03:03.390790
2020-05-16T03:25:26
2020-05-16T03:25:26
233,189,160
0
0
null
null
null
null
UTF-8
C
false
false
1,070
c
/* BY SUBMITTING THIS FILE TO CARMEN, I CERTIFY THAT I HAVE STRICTLY ADHERED TO THE TENURES OF THE OHIO STATE UNIVERSITY’S ACADEMIC INTEGRITY POLICY WITH RESPECT TO THIS ASSIGNMENT. */ #include <stdio.h> #include <stdlib.h> #include <locale.h> /* Author: Yifan Yao.740 */ #include "lab4.h" void averageProfit_6(Nod...
[ "fanfannnmn@gmail.com" ]
fanfannnmn@gmail.com
3f0210bc5ceae8833b3cee35a477f46884e617bb
ba4959e109ff0257444c036802f1ac1c360f7d95
/kent/src/hg/lib/jalview.c
ba1a1d1790062beb8b6923f510145848bcc085dc
[ "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-proprietary-license", "MIT" ]
permissive
hillerlab/CESAR2.0
7d98c705259ee3e1e6bb3dc58fb3571435816cdf
84b5fc739523c5407bb23e4ead1c5af778fec587
refs/heads/master
2022-12-12T12:10:49.874628
2022-12-01T08:19:12
2022-12-01T08:19:12
86,730,515
29
13
MIT
2020-11-20T11:49:20
2017-03-30T17:34:11
C
UTF-8
C
false
false
2,342
c
/* display multiple alignment using jalview */ /* Copyright (C) 2014 The Regents of the University of California * See README in this or parent directory for licensing information. */ #include "common.h" #include "portable.h" void displayJalView(char *inUrl, char *type, char *optional) { //char *host = getenv("HTTP...
[ "hiller@mpi-cbg.de" ]
hiller@mpi-cbg.de
6ea162c9a2f7bdc3dcb958629cf9f01b5ffe325a
517848af126ed8f198b890a07a6bc5b7b1b94683
/sys/dev/siba/siba_pcib.c
d43f54c9c0a4361ce230fe4b8aebd9f58f59432f
[]
no_license
coolgoose85/FreeBSD
e9dbd33b95bf0a472a3e291451c273054b843a1f
ef72c1183400fd106d838c8ed0702649bc1b1b4e
refs/heads/master
2021-01-15T22:29:25.584742
2014-08-03T17:32:40
2014-08-03T17:32:40
22,535,409
2
1
null
null
null
null
UTF-8
C
false
false
11,838
c
/*- * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of c...
[ "vaibhav123@gmail.com" ]
vaibhav123@gmail.com
367bb56df727c29178277ba213e1be509a61d57f
579f280ee6fe00796cc3565cba635edfef0abfb6
/alzamilb/dominion/cardtest3.c
985c85b49b76e9516fa637e289bda60e65e149bf
[]
no_license
fahlmant/cs362
633bac35ba641797f1cc26edaa0713576d54ccd6
3af6b387129c5c9ba7a4b0159a20c7a09ed0c3f8
refs/heads/master
2020-04-30T17:20:29.717562
2015-06-10T10:27:53
2015-06-10T10:27:53
176,976,345
0
0
null
null
null
null
UTF-8
C
false
false
1,341
c
/* Basil Alzamil CS 362 - Assignment #2 April 21, 2015 */ #include "assert.h" #include "dominion.h" #include <stdio.h> #include "rngs.h" #include <stdlib.h> //Testing embargo() int main (int argc, char** argv) { int currentPlayer; struct gameState G; int choice3 = 0; int handPos = 5; ...
[ "alzamilb@onid.oregonstate.edu" ]
alzamilb@onid.oregonstate.edu
c5fe78fa6ff0a5410061f63200fdafb0a28005ac
44eacd34a69672425d20ef8ddb982cd06b3b4c81
/src/legacy/btchip_apdu_get_coin_version.c
516f9b938028d343c2257aa411cd60e35c905042
[]
no_license
Surfndez/app-bitcoin-new
c4695999fbb5d9c3928d9b6e3f61a88ffda44a5f
fc66d99d82a886e22ea32da7c150c34c00a16f78
refs/heads/master
2023-08-02T07:00:00.563492
2021-09-24T14:53:07
2021-09-24T14:53:07
null
0
0
null
null
null
null
UTF-8
C
false
false
2,182
c
/******************************************************************************* * Ledger App - Bitcoin Wallet * (c) 2016-2019 Ledger * * 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 * ...
[ "6681844+bigspider@users.noreply.github.com" ]
6681844+bigspider@users.noreply.github.com
ef4eb7f03d5d5290057a929b677f5a57104c48ec
0c0dac0626aaadd561e250fb47eeede8312d5d82
/sys/arch/octeon/include/timetc.h
5cf2b5ff0152cc6b8b9214ac2f6056b90b9785a4
[]
no_license
arekinath/openbsd-6.9-a3
5c25a287c481699a09c9c4630c5c773a38412e0a
744a280e5e7d8e71664847a5d9a9693e80f7f5ec
refs/heads/main
2023-08-19T04:33:48.119966
2021-10-05T02:07:50
2021-10-05T11:12:50
413,786,977
0
0
null
null
null
null
UTF-8
C
false
false
969
h
/* $OpenBSD: timetc.h,v 1.1 2020/07/06 13:33:08 pirofti Exp $ */ /* * Copyright (c) 2020 Paul Irofti <paul@irofti.net> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice app...
[ "alex@cooperi.net" ]
alex@cooperi.net
afe853d8c954970c14ca17e4b66fa011f555d424
c3bb88e81944625ea1cb9a23bbc23e209bdf100d
/lib/ble5stack/central/comdef.h
0f079e014f0e788ff8ce0797161f7455bfc70cd1
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
BertLindeman/pybricks-micropython
7a275366869bc4788e5337841aec2439c977da42
8f22a99551100e66ddf08d014d9f442f22b33b4d
refs/heads/master
2023-04-11T00:44:21.911227
2021-04-12T19:45:23
2021-04-12T19:45:23
358,292,780
0
0
MIT
2021-04-15T15:24:23
2021-04-15T14:41:40
null
UTF-8
C
false
false
5,069
h
///****************************************************************************** // // Group: WCS, LPC, BTS // Target Device: cc13x2_26x2 // // ****************************************************************************** // // Copyright (c) 2004-2019, Texas Instruments Incorporated // All rights reserved. // // Redi...
[ "david@pybricks.com" ]
david@pybricks.com
e5abb2fc9149b84f9790965fc2039d793bbd3693
4164af5834312ba308da26994f602d928d1cc137
/Section 9/handout-TPM09-A/problem3.c
87f3cee22c8902a66db2068d314c4b39a4ecca5f
[]
no_license
bwyogatama/Problem-Solving-with-C
1cd5b8f3c85fdaf558376118a4d96d8a5104f7c1
334102dd287b977bdf898d8fa4924fb5d0c808dd
refs/heads/master
2021-05-10T13:49:40.149201
2018-01-22T17:40:05
2018-01-22T17:40:05
118,490,018
0
0
null
null
null
null
UTF-8
C
false
false
3,862
c
// Tugas Pendahuluan Praktikum EL2208 Pemecahan Masalah dengan C // Modul : 9 // Percobaan : 3 // Tanggal : 26 Maret 2016 // Nama (NIM) : Bobbi Winema Yogatama (13214071) // Nama File : problem3.c // Deskripsi : program ini akan mengalikan dua buah matriks. Pertama tama User diminta untuk m...
[ "noreply@github.com" ]
bwyogatama.noreply@github.com
32474aed5ccd3db330a745d0bf31c60353564c3a
99e6cbf28bf7d7904d23cb644ac975cd8aef5792
/C/funcao_argumentada.c
2c551dcdaddeace65a088541301d2682d5c69b06
[]
no_license
sr-ght/scripts
d0afe8af22493a92c345d062bac6702f0c12f288
210ef4615fb792f859e4739540d270460b6f173b
refs/heads/master
2023-06-25T08:40:56.613763
2021-07-30T12:23:26
2021-07-30T12:23:26
384,148,723
0
0
null
null
null
null
UTF-8
C
false
false
173
c
#include <stdio.h> // Função argumentada int arg(int x, int y){ printf("%i em funcao de %i", y, x); } void main(){ int x = 10; int y = 5; arg(x, y); }
[ "sr.ght@protonmail.ch" ]
sr.ght@protonmail.ch
56d59f7a24c21bfa9482c5381203f92b49776ffa
aced0b0b4b73ecb9837500a9b65eb039033e94d3
/Win10_1511_TS2/x64/System32/hal.dll/ALL_SORTED.h
e7faf7a4bbc814dd7a71ba6d568333f4373508a0
[]
no_license
Qazwar/headers
a16193b7343f8497c4dde1f0eb6fee52a0ed91e1
049e8a564a1f82a8316f187f8a8bbcdb29be5e01
refs/heads/master
2020-04-05T15:36:20.462296
2018-11-08T18:53:40
2018-11-08T20:37:03
null
0
0
null
null
null
null
UTF-8
C
false
false
164,009
h
enum BUS_QUERY_ID_TYPE; enum DEVICE_TEXT_TYPE; struct LIST_ENTRY32; struct LIST_ENTRY64; struct POHANDLE__; enum POWER_ACTION; struct _ACCESS_STATE; struct _ACPI_CACHED_TABLE; struct _CM_FULL_RESOURCE_DESCRIPTOR; struct _CM_PARTIAL_RESOURCE_DESCRIPTOR; struct _CM_PARTIAL_RESOURCE_LIST; struct _CM_RESOURCE_LIST; struct ...
[ "w.benny@outlook.com" ]
w.benny@outlook.com
bfe84d0bbee43f1dc84077133e5d79b5e1940c48
0a06fe98a9c5938e7f4befbf1d256a19e00adf6c
/projects/earthquake/rdseedv5.3.1/Parsers/free_72.c
57bc198c5d028897bf150cc28d0001d16c8ecf75
[]
no_license
chenyk1990/useful-utilities
44259cc7ceb8804b9da86133ec81fa9b65096cea
55d4a220f8467d666358b2ebff4b5cee1ade33c3
refs/heads/master
2023-08-15T18:42:55.899015
2023-08-10T03:00:13
2023-08-10T03:00:13
49,804,476
17
13
null
null
null
null
UTF-8
C
false
false
813
c
/*===========================================================================*/ /* SEED reader | free_type72 | time header */ /*===========================================================================*/ /* Name: free_type72 */ #include "rdseed.h" void free_type72 () { struct t...
[ "chenyk1990@gmail.com" ]
chenyk1990@gmail.com