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
cee4ab14abb238fcb03ceafc98945a324727466e
5c59df413590abc5b175aeff548c5ab0dfa42b35
/C_programs/Reverse_Linked_List.c
0cfab3ee5d2b4742d97f50007ed0f51701b322f2
[]
no_license
sravanvimalan/new-one
240df3776cf4c0af213ba0fc4730c76d78ae9b23
725019214a656da3af8da00fb7e745ad4737b951
refs/heads/master
2021-07-13T14:58:12.932056
2020-09-06T06:42:17
2020-09-06T06:42:17
204,461,204
4
0
null
null
null
null
UTF-8
C
false
false
1,568
c
/* Reverse Linked List input and output: sravan@sravan-DL-IPMSB-H61:~$ gcc reverse_linkedlist.c sravan@sravan-DL-IPMSB-H61:~$ ./a.out 10->20->30->40->50 Reverse the linkedlist shown below via iteration method 50->30->40->20->10 program: */ # include<stdio.h> # include<stdlib.h> struct node* root=NULL; struct node { in...
[ "noreply@github.com" ]
sravanvimalan.noreply@github.com
998e2c5071939388f60886aa52959116011e176c
3dffa4d03944d7b08b9e7252871806c291d4b44d
/0x08-recursion/5-sqrt_recursion.c
45f797d8086f7c702889b084462a0651c08f160f
[]
no_license
SimeonGetnetGesese/alx-low_level_programming
1a2ed031de5a6a80710964827081863aebe30fde
b540b4dd5bbc6e81f7155caf53b7494fe40aff1b
refs/heads/main
2023-08-27T11:18:32.659681
2021-10-14T02:57:39
2021-10-14T02:57:39
377,775,994
0
1
null
null
null
null
UTF-8
C
false
false
831
c
#include "holberton.h" /** * sqtRecursive - computes square root recursively doing binary search * @start: inital number * @end: last number within the limit of number * @m: given number * Return: 1 if not found sqrroot, else sqrroot **/ int sqtRecursive(int start, int end, int m) { long mid; if (end >= start)...
[ "simeongetnet@gmail.com" ]
simeongetnet@gmail.com
8e975bcf1883caf10f5b8122c336038cc6d5dd69
cd0c8caf47f073ee2edd86b8992955e5680ecf67
/Uncategorized/Class4/comma.c
ec58fa264681d24cada1817d96a7c732271de07f
[]
no_license
ercsonusharma/algorithms
fb758c0d2117e1d3e421720d2b8a9321367a02af
0b64cca3dec56cc0c0b0aab20c83ad7c53e02ba2
refs/heads/master
2021-06-29T18:56:48.822743
2020-09-20T04:45:02
2020-09-20T04:45:02
135,202,065
0
0
null
null
null
null
UTF-8
C
false
false
106
c
#include <stdio.h> int main() { int a = 1, 2, 3; int b = (1, 2, 3); int c; c = 1, 2, 3; return 0; }
[ "sonusharma.mnnit@gmail.com" ]
sonusharma.mnnit@gmail.com
4d953361ed3fe51b9cd21b67844977038169d1c9
35a2a7dab1d24708dc8375afe6ba8a4d513cf3aa
/include/resource1.h
145b654454b663c599b91265770a8e9eceae6a57
[]
no_license
laz2/ufs4tc
f68b3402218d42911ff335f421a96ab39783d64f
c4babad24ead57317950b63da4f0963d79a8cd1f
refs/heads/master
2016-09-05T19:09:06.544252
2014-01-14T21:28:56
2014-01-14T21:28:56
null
0
0
null
null
null
null
UTF-8
C
false
false
433
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by ufs4tc.rc // #define IDI_ICON1 101 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 102 #define _APS_NEXT_COMMAND_VALUE ...
[ "dilaz03@gmail.com" ]
dilaz03@gmail.com
1ef12603378e13f5640d220591c887fca48c25c1
e024f2fce36057567262b0a08c6fd314b1de0e2b
/SRC/BOOTLOADER/EBOOT/main.c
d69eb6b77e161ea1a92d3a52ceb271ab569135ff
[]
no_license
blueskycoco/dm3730-spi
bebfc1e11f396114d4690fecdb30a3034259606f
10336d1602dbe56214e18107c0b618d4cde8832a
refs/heads/master
2020-05-17T05:09:17.205894
2014-05-22T01:40:27
2014-05-22T01:40:27
25,949,868
0
3
null
null
null
null
UTF-8
C
false
false
32,029
c
// All rights reserved ADENEO EMBEDDED 2010 // Copyright (c) 2007, 2008 BSQUARE Corporation. All rights reserved. /* ================================================================================ * Texas Instruments OMAP(TM) Platform Software * (c) Copyright Texas Instruments, Incorporated. All Rights Re...
[ "Administrator@.(none)" ]
Administrator@.(none)
82b6498fde5fba989ada89555dd5d92b288bcf62
5aa8c94b33b727a92cc2c3ba8bc3f69f66f8bca1
/sys/sys/socketvar.h
516b0a5830bc94d4517e083705c653c5f844f027
[]
no_license
dank101/4.4BSD-Alpha
d6458c1d1cc82f6332f6f87dcdc223f7d1b2b0ee
b119e6613a15af07855e4cda5dd9f0e78adcbf40
refs/heads/master
2020-03-30T09:51:58.598180
2014-08-01T20:24:53
2014-08-01T20:24:53
22,526,911
1
2
null
null
null
null
UTF-8
C
false
false
8,226
h
/*- * Copyright (c) 1982, 1986, 1990 The Regents of the University of California. * 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...
[ "dank101@localhost.localdomain" ]
dank101@localhost.localdomain
50916a727029d56cc6930f0a44dc944732cfc56f
3832c66afa43fd38c1e62280edabb17f49be8a14
/CPractice/HelloFromC/Excercise21.c
85ba3655872259eb335237057abfd22a462417d2
[ "MIT" ]
permissive
TheAwesomeAray/CPractice
7c8f992996f18598aa65d3768079d7381417110b
f9428623fb53cdbde69bff20066e6f189e436963
refs/heads/master
2020-04-24T00:53:27.670750
2019-02-21T04:27:39
2019-02-21T04:27:39
171,579,385
0
0
null
null
null
null
UTF-8
C
false
false
1,096
c
#include <stdio.h> #define TABWIDTH 4 #define MAXLINE 1000 char line[MAXLINE]; int getline(void); void entab(char source[]); void entab(char source[]) { int defaultTabPosition = 0; int currentTabPosition = defaultTabPosition; char c; int i; int spaceCount = 0; for (int i = 0; (c = source[i]) != '\0'; i++) { ...
[ "andrewray4@gmail.com" ]
andrewray4@gmail.com
b968986dc13c1c00643afc2a1b8f41bcfd3948e3
acea543810fa0a368b66206587ead73a70b5bedd
/C/1021.c
ee7cd344d50e300cc56dfe7fda0d819ac13bdbc9
[ "MIT" ]
permissive
bmviniciuss/URI
ea7575c0fcbee0317153219c49e7549ef6a20886
cb57027e8b5f5309eb90770fb6028ffad1c703de
refs/heads/master
2021-09-09T16:20:45.338234
2018-03-17T22:38:34
2018-03-17T22:38:34
105,489,368
4
1
null
2018-01-28T08:53:27
2017-10-02T01:58:58
C
UTF-8
C
false
false
1,980
c
#include <stdio.h> int main(){ int inteira, decimal, c, m, m2; int values_c[ 6 ] = {100, 50, 20, 10, 5 ,2}; int values_m[ 6 ] = {100, 50, 25, 10, 5, 1}; int n_cedulas [ 6 ] = {0,0,0,0,0,0}; int n_moedas[ 6 ] = {0,0,0,0,0,0}; scanf("%d.%d", &inteira, &decimal); //printf("PARTE INTEIRA: %d\...
[ "bmvinicius11@gmail.com" ]
bmvinicius11@gmail.com
31f4ee8e6a2983879779a795aeff7a9f3f0bca30
17f88c4a4d1e3ac8552e527528a170891ed5f928
/libraries/include/caml/compact.h
3150da20ea87a8cb3a0faebec24ee4718bd96469
[]
no_license
rizo/snowflake-os
0b42dde09778add705168c73432ef5ef8455a937
51df43d9ba715532d325e8880d3b8b2c589cd075
refs/heads/master
2021-01-10T05:14:17.085386
2012-05-24T01:29:11
2012-05-24T01:29:11
44,558,472
5
0
null
null
null
null
UTF-8
C
false
false
1,150
h
/***********************************************************************/ /* */ /* Objective Caml */ /* */ /* Damien Do...
[ "jessica.l.hamilton@bda7e703-2156-0410-93e3-99e0a704cdff" ]
jessica.l.hamilton@bda7e703-2156-0410-93e3-99e0a704cdff
13413ecc7b1d9345f15067184a61c8e70cdc65f6
750af6b8aef0c0d339c16b7ae42db9bc2f22b549
/초보자를 위한 C언어 300제(원본)/024.c
74ac667aaf4f1594d042f950931b497cf3a56c9c
[]
no_license
xolbynz/C
a1312d6f2652d3a4aed62d6a82c6a98fab170ef0
2be4a2b90c76316c99fade46e8ecaa50ed3532c7
refs/heads/master
2022-11-09T06:10:50.020391
2020-06-23T06:56:46
2020-06-23T06:56:46
null
0
0
null
null
null
null
UTF-8
C
false
false
303
c
#include <stdio.h> int main(void) { int x = 1; printf( "x = %d \n", x++ ); // x = 1 printf( "x = %d \n", x++ ); // x = 2 printf( "x = %d \n", ++x ); // x = 4 printf( "x = %d \n", x-- ); // x = 4 printf( "x = %d \n", x-- ); // x = 3 printf( "x = %d \n", --x ); // x = 1 }
[ "okjaeook98@gmail.com" ]
okjaeook98@gmail.com
34788b306db7e738f2f882e8020d37ab8dfc5bec
f8e7ef7df32f2c82894c0a24598ce39eea7ced64
/OLDFaceTracker/ch6/chr6dm_usart.h
33c4844e3004e1d1d3ab8999625b8deeb88fd1cf
[]
no_license
Pyq2022/ImageSensor-ext
29fc3877f4cb33e82dd6e19d36edd694a23db7e3
318a39a14c5e287374f62561c49cf8fc6b02e64f
refs/heads/master
2023-03-17T00:42:00.436507
2020-08-11T07:59:44
2020-08-11T07:59:44
null
0
0
null
null
null
null
UTF-8
C
false
false
6,148
h
/* ------------------------------------------------------------------------------ File: chr6d_usart.h Author: CH Robotics Version: 1.0 Description: Function declarations for USART communication ------------------------------------------------------------------------------ */ #include "stm32f10x.h" ...
[ "23217476+apotnuru@users.noreply.github.com" ]
23217476+apotnuru@users.noreply.github.com
133529fdc6bba952d1a8292f05c604c76c953e62
26f7c777a81061a8bcc80fae91fdc6663ec2a7bf
/Utilities/MicronTracker/src/FL/fl_show_input.H
91ac5bb9c37d14994bdb4d3f7b06a38a9d801b95
[ "LicenseRef-scancode-other-permissive", "BSD-3-Clause", "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
JQiu/IGSTK-5.2
0af66324623d33d171ee775098894048e12e9023
605a87e177c6e68acc773efe1fe5206cfb15dfbd
HEAD
2016-09-05T13:55:54.626920
2014-11-23T15:57:09
2014-11-23T15:57:09
27,037,331
1
3
null
null
null
null
UTF-8
C
false
false
1,033
h
// // "Id" // // Standard input dialog header file for the Fast Light Tool Kit (FLTK). // // Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public // License as published by the Free Software Fou...
[ "jqvroom@gmail.com" ]
jqvroom@gmail.com
9c5c61cc12931915e8682ed79aeb0a33a0cd501c
073072fbfe90062479347813f5c6b7602f30e329
/clone/misc/city/city.c
3eb978dd8cf4271873a927ec50280617560d078b
[]
no_license
cao777/mudxkx2019
c06905cc8bf91de2d95e8bd0d6098e0c0c50f452
3abcba647e1342db1d73acdb09b5f6f3b6dd5e80
refs/heads/master
2023-03-16T05:57:31.164287
2019-04-10T09:33:47
2019-04-10T09:33:47
null
0
0
null
null
null
null
GB18030
C
false
false
19,292
c
// Last Modified by sir on 4.10.2002 // 要开发某个城市,必须圣旨任命官职。官吏 // 除了知府外,别的副官只能开发某部分指数。 // 可以任命一些巡抚,专门来挑刺。降低指数。 // 自然灾害,破坏城市指数。 // topten定期朝廷来个评价。 // title激励玩家。 // city : 综合评价 city_level 巨型都市 大型都市 中型都市 小型都市 // 人口 people 800万 500万 300万 100万 // 五项指数最大 8000 500...
[ "prion.w@gmail.com" ]
prion.w@gmail.com
63fe01b45f39ab44c680f84ac605c25b5ef7a9e3
f673d8de788484896af9108937461e85ef09ce29
/old/Lists/Simple_List2/Type.c
bcf9b8aa2795afcc6d4e7c52b4ea89895a9cd53e
[ "MIT" ]
permissive
PetropoulakisPanagiotis/algorithms-data-structures
b107d14ee43172a7d64dec29c3b8645777c2c40e
70ec78e9c4f8164bf29269fe621c1029969fc4f4
refs/heads/master
2023-08-06T23:36:20.230870
2021-09-30T13:06:23
2021-09-30T13:06:23
131,863,185
0
0
null
null
null
null
UTF-8
C
false
false
267
c
#include <stdio.h> #include "Type.h" void Set_Value(TE *EL1, TE EL2){ EL1->x = EL2.x; } void Read_Value(TE *EL){ scanf("%d",&EL->x); } void Write_Value(TE EL){ printf(" %d->",EL.x); } int Equal_Value(TE EL1, TE EL2){ return(EL1.x == EL2.x); }
[ "noreply@github.com" ]
PetropoulakisPanagiotis.noreply@github.com
317d9792f8f8c1234816bd2f0674833410f8a089
51635684d03e47ebad12b8872ff469b83f36aa52
/external/binutils-2.38/opcodes/ppc-opc.c
a424dd924dec28d173a4abfc85ae134ba83ad863
[ "GPL-3.0-only", "GPL-2.0-only", "LGPL-3.0-only", "GPL-1.0-or-later", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-copyleft", "LGPL-2.0-only", "LicenseRef-scancode-other-permissive", "GPL-2.0-or-later", "Zlib", "LicenseRef-scancode-public-domain" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C
false
false
526,169
c
/* ppc-opc.c -- PowerPC opcode list Copyright (C) 1994-2022 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support This file is part of the GNU opcodes library. This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License ...
[ "rink@rink.nu" ]
rink@rink.nu
57b92a4e8a25afcd2a6a8b18bdc6ebf77cfef3be
8da97a5d26c04066ba328dcea739827515d9930f
/daemon/skill/fall-steps.c
869e623f32aefb7ad20a495516856cce36d2e1f4
[]
no_license
mudchina/fy2
15045041bdf42e9a76525db7ce5cb61329a096a4
78599a39965ef63b38a815ce3ab774fb3361b3d2
refs/heads/master
2021-01-10T06:50:29.722868
2016-02-21T09:18:38
2016-02-21T09:18:38
52,199,056
4
3
null
null
null
null
GB18030
C
false
false
1,636
c
inherit SKILL; string *dodge_msg = ({ "$n一招「秋风起兮白云飞」轻轻巧巧地避了开去。\n", "只见$n身影一晃,一式「草木黄落兮雁南归」早已避在七尺之外。\n", "$n使出「兰有秀兮菊有芳」,轻轻松松地闪过。\n", "$n左足一点,一招「怀佳人兮不能忘」腾空而起,避了开去。\n", "可是$n使一招「泛楼船兮济汾河」,身子轻轻飘了开去。\n", "$n身影微动,已经藉一招「横中流兮扬素波」轻轻闪过。\n", "但是$n一招「箫鼓鸣兮发棹歌」使出,早已绕到$N身後!\n", "但是$n身形飘忽,轻轻一纵,一招「欢乐极兮哀情多」,避开这一击。\n", ...
[ "liming.xie@gmail.com" ]
liming.xie@gmail.com
f79b15bb8f28394953e557c0dbcc20b459b98fde
23aafe75c1ed1a61d332ad583d5fefa08c7208d3
/rip.c
97662965348c640a2b00b021777ba670584f5ac7
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
NCommander/rogue362
c948f02bcb1008bbc92686680616bfb08c6fbfac
dab02535fb61884bb756cd70f1c8aea1a25e4033
refs/heads/master
2020-05-18T11:05:51.507568
2019-05-01T04:42:31
2019-05-01T04:42:31
184,369,655
1
0
null
null
null
null
UTF-8
C
false
false
8,547
c
/* * File for the fun ends * Death or a total win * * @(#)rip.c 3.13 (Berkeley) 6/16/81 */ #include "curses.h" #include <time.h> #include <signal.h> #include <ctype.h> #include <sys/types.h> #include <pwd.h> #include <fcntl.h> #include "machdep.h" #include "rogue.h" static char *rip[] = { " ...
[ "michael@casadevall.pro" ]
michael@casadevall.pro
b9fc2c766a025a0be9729390bcf87cffcc051485
4cb2b918f070c956cf929734dd60ae1267bc7b39
/Singleton,cpp.c
edbb4894dfb5e116e878ea85e652674149584d09
[]
no_license
zbsunweijian/Pointers-ON-C
42192421c73c418f38509a28ae6b2af9ccead2f0
39cbe321f12c956fc9fddadfdeac2d1e3a1a849c
refs/heads/master
2021-01-19T08:42:54.745989
2015-09-28T14:30:12
2015-09-28T14:30:12
40,405,684
0
0
null
null
null
null
UTF-8
C
false
false
250
c
public sealed class Singleton { Singleton() { } public static Singleton Instance { get { return Nested.instance; } } class Nested { static Nested() { } internal static readonly Singleton instance = new Singleton(); } }
[ "zbsunwj@163.com" ]
zbsunwj@163.com
62bfad61c5235a7b1a95f096441741c7181c1654
0b12d6110fe8a54ccb3829f69707a229bfb35282
/naruto/u/m/mouse/attr/luffy.c
998777579fc9278b407180c5b5c883a42deb4ccb
[]
no_license
MudRen/mudos-game-naruto
b8f913deba70f7629c0bab117521508d1393e3b6
000f286645e810e1cd786130c52d7b9c1747cae8
refs/heads/master
2023-09-04T05:49:01.137753
2023-08-28T12:19:10
2023-08-28T12:19:10
245,764,270
1
0
null
2020-03-08T06:29:36
2020-03-08T06:29:36
null
BIG5
C
false
false
6,748
c
#include <npc.h> #include <ansi.h> inherit F_SEABANDIT; string *name = ({ "槍", "鞭", "圖章", "火箭炮", "網", "槍亂打", "螺旋彈", "戰斧", "攻城炮" }); string report_status(object ob) { int ratio; if( !ob->query_stat_maximum("hp") ) return "\n"; ratio = (int)ob->query_stat("hp")*100/(int)ob->query_stat_max...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
9312f02f711bb78b89536951fd33af590a04851d
5c255f911786e984286b1f7a4e6091a68419d049
/code/8912d842-3284-4cef-ba09-1e449b9084e2.c
aa97212a9aa1c39d0dff9cbe38f615006418675b
[]
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
241
c
#include <stdio.h> int main() { int i=0; int j=18; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l%j; l = l%j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
09e18b368f55ef26c1061a38973f60b49ba54cc8
bb5afad5153e341d8d52d76d4cb79ac67f3fa918
/piscine-reloaded/ex25/ft_foreach.c
e5dafba237956613438c18294ef468ad1c99deb2
[]
no_license
alanbarrett2/42
e35feebd34fae9c85008a094b6235d32d6763942
77f2cb4a5c1b9d3fbcff9b7fd68148c0023a1f96
refs/heads/master
2020-04-06T09:21:25.933928
2018-09-02T17:20:25
2018-09-02T17:20:25
157,339,005
3
0
null
2018-11-13T07:34:34
2018-11-13T07:34:33
null
UTF-8
C
false
false
1,016
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_foreach.c :+: :+: :+: ...
[ "vtouffet@e2r10p11.42.fr" ]
vtouffet@e2r10p11.42.fr
e861733b0997a6080ef5cfc897238f70116e12c8
9b99d94b49559d44454ddd03f86f296b6e1316c4
/free_cmds.c
6caaf387321cbf222a34343f97e74118f0cf27c1
[]
no_license
ademjemaa/minishell
9af2a03e46b79c1bc08e151016eb5ff2907e34d0
b6f2d283cc7bf80aa371d694969e3b9835792b4a
refs/heads/master
2023-07-01T12:48:52.195973
2021-07-24T14:48:18
2021-07-24T14:48:18
247,253,378
0
1
null
null
null
null
UTF-8
C
false
false
1,426
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* free_cmds.c :+: :+: :+: ...
[ "barboura@DESKTOP-QI7OTE2.localdomain" ]
barboura@DESKTOP-QI7OTE2.localdomain
8d2c1255299ff36d83d94211153be7eef537635e
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R5/contrib/lib/xview3/clients/textedit/textedit.c
3adac11aab8d877ef5647b0fa0f755e4d04c653e
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
yoya/x.org
4709089f97b1b48f7de2cfbeff1881c59ea1d28e
fb9e6d4bd0c880cfc674d4697322331fe39864d9
refs/heads/master
2023-08-08T02:00:51.277615
2023-07-25T14:05:05
2023-07-25T14:05:05
163,954,490
2
0
null
null
null
null
UTF-8
C
false
false
26,990
c
#ifndef lint static char sccsid[] = "@(#)textedit.c 15.50 90/05/22"; #endif /* * Copyright (c) 1986, 1987, 1988 by Sun Microsystems, Inc. */ /* * This textedit is the envelope that binds various text display and * editing facilities together. */ #include <sys/param.h> /* MAXPATHLEN (include types.h if removed...
[ "yoya@awm.jp" ]
yoya@awm.jp
4470ddc2ffa010ac0e7a1292d67d52438efbaf5e
c6636c2b4f71fbb776ee65df1a4f42cb31623ba6
/src/common/misc/z-hash.h
3554db3eeae6fb26abec2362aa12af67eb6dea16
[]
no_license
xtracker/agilefs
3d399bb07ca5af33a0cf3f31b577b7178ef1e779
6f3e0fb7cce5b618842154a7ec7f9834a51c3065
refs/heads/master
2020-04-14T17:57:53.809148
2012-12-14T03:27:06
2012-12-14T03:27:06
32,198,717
0
0
null
null
null
null
UTF-8
C
false
false
1,258
h
/** * * file: z-hash.c * author: Jarvis <jarvis.xera@gmail.com> * date: * descripttion: * */ #ifndef __Z_HASH__ #define __Z_HASH__ #if defined (__cplusplus) extern "C" { #endif #ifdef __USE_SHA1 /** * sha1 */ static const char zero_hash_key[] = { '\x1c', '\xea', '\xf7', '\x3d', '\xf4', '\x0e', '\x53...
[ "jarvis.xera@gmail.com@ada3ebe3-5b44-fc35-c700-b7f736483247" ]
jarvis.xera@gmail.com@ada3ebe3-5b44-fc35-c700-b7f736483247
0a6905748570f908606dc2135a05ba06f1379e4a
223877c71b8fef0baeb44243910e1cdf70afa152
/Cubic_AnimUI_HAL_v0.0.5/User/Azure/azure_c_shared_utility/sha.h
517fa8f42415de5461947be2a96eeca4b7611d09
[]
no_license
zhouyl007/AQI_MONITORING_DEVICE
3982ceebdc0c9e8b47b4b45f6a388770f03a6155
8ce74320127e15fe31c51b92ec8935ecae69d350
refs/heads/master
2020-04-08T22:35:40.367448
2019-01-25T03:38:24
2019-01-25T03:38:24
159,793,367
1
0
null
null
null
null
UTF-8
C
false
false
9,998
h
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /**************************** sha.h ****************************/ /******************* See RFC 4634 for details ******************/ #ifndef _SHA_H_ #define _SHA_H_ #i...
[ "email" ]
email
64bff7d58dd58962336703e3d875c32d7311ac8b
b12665d2bbe2765bdc0b690872229345585aacf8
/Server/Session/SessionNewChina/Define.h
9c10bcbe608fc366707bff0691500cd4e61a7c2c
[]
no_license
dingdin9/droiyan_server
cb80c0282e40be6ae2acab99709ba025cf4f136c
d9569efa0dd3db813231b6beca26551204458476
refs/heads/master
2020-03-23T12:13:19.174137
2017-01-12T08:27:28
2017-01-12T08:27:28
null
0
0
null
null
null
null
UTF-8
C
false
false
216
h
#ifndef _DEFINE_H_ #define _DEFINE_H_ #define IP_LENGTH 16 #include "CP_IP_MASKTable.h" typedef CTypedPtrArray <CPtrArray, CCP_IP_MASKTable*> CP_IP_TableArray; extern CP_IP_TableArray g_arCP_IP_Table; #endif
[ "74740716@qq.com" ]
74740716@qq.com
469ba87818d4d4719092cb902d1464a419d4a535
cc6526175593d06e59df19e97b00f9bb43133570
/engine_speed_sensor.cydsn/Generated_Source/PSoC4/ADC_1_UABH_B_CyUAB.c
2bef178d73798c5f7251aec5a53386123b10c3e0
[]
no_license
uLipe/psoc_engine_sensor
1af6d94adb27497c04ef586c163cfb78146f4d5a
187ba06b4e0ecf13a3070c78be207a91cb362c65
refs/heads/master
2021-01-21T05:20:09.496816
2019-01-05T18:31:26
2019-01-05T18:31:26
83,170,008
0
0
null
null
null
null
WINDOWS-1250
C
false
false
9,033
c
/*!***************************************************************************** * \file ADC_1_UABH_B_CyUAB.c * \version 1.10 * * \brief * API for Universal Analog Block (UAB) * ******************************************************************************** * \copyright * (c) 2014-2016, Cypress Semiconduct...
[ "user@iMac.local" ]
user@iMac.local
e492a915839fdc153b10ba85de2cef3f4ffc4b0e
8a46cfae791f583f2e97b5c8105745f91ec0daaa
/src/host.h
e7ef1c2a60b3e4a5747f928c3c2ffac560de9c98
[]
no_license
ska-sa/cbf_sensor_dashboard
5b9cc5314f556b6200db607150016693900b8200
8e12c367da632c9eca3b10755a919230ea08c05a
refs/heads/master
2020-04-29T04:11:36.411488
2020-02-18T07:22:26
2020-02-18T07:22:26
175,839,333
0
0
null
null
null
null
UTF-8
C
false
false
1,429
h
#ifndef _HOST_H_ #define _HOST_H_ /** * \file host.h * \brief The host type stores lists of devices and engines. */ struct host; struct host *host_create(char type, int host_number); void host_destroy(struct host *this_host); int host_set_serial_no(struct host *this_host, char *host_serial); int host_add_devic...
[ "james-smith-za@users.noreply.github.com" ]
james-smith-za@users.noreply.github.com
b8a6d310b1b158c78a3ec647e94c0ed8cc5c1f10
352626eae2670e70558207494c9e035f7f62fe03
/include/ljit/core/typedef.h
951da3cddee4783206a3321a56ac2aea3cdd7e26
[ "MIT" ]
permissive
alemic/LiteJit
e0cd39c5dab6725793dffd4b7f2ad2c32724dbe8
8227f533518a651a4994d9f3feb5138287ae2df2
refs/heads/master
2021-01-22T07:18:15.844480
2013-09-28T23:37:02
2013-09-28T23:37:02
null
0
0
null
null
null
null
UTF-8
C
false
false
4,145
h
/* Copyright (C) 2013 Baptiste COVOLATO <b.covolato@gmail.com> 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 without limitation the rights to u...
[ "b.covolato@gmail.com" ]
b.covolato@gmail.com
a7e86f3ff6d52a3783eba9cf29ea0a749945822e
a4f9192c8ad6be5e2c7f22855ebd96efcda9df35
/C and C++/C/Data Structure/Essentials.c
1034fc074f44daf249053d42fa4b72c8df6cef77
[]
no_license
AyushKoul00/Desktop-Files
888bfe171cf877f9f12be6e607a1ca39de110e88
914b4abf03f0eb5d53d7a75694f13cf6f7c825ae
refs/heads/master
2023-02-21T12:59:00.731134
2021-01-27T14:27:34
2021-01-27T14:27:34
null
0
0
null
null
null
null
UTF-8
C
false
false
826
c
#include <stdio.h> enum bool {false, true}; void print(int a) { printf("%d\n", a); } int add(int a, int b) { return a+b; } int sub(int a, int b) { return a-b; } int mult(int a, int b) { return a*b; } void f1() { printf("\nFunction 1 is called.\n"); } void f2() { printf("\nFunction 2 is ca...
[ "ayushkoul00@gmail.com" ]
ayushkoul00@gmail.com
8b8561b9d88ca38b66773969a5d96d251a0cdc0d
1c70b6b411516497a1b764338b991056322f0a0d
/main.c
a95ec569a83d3268805091f4948285aa11173f81
[]
no_license
roonmoltke/syscall
0509cbe85bf6b986073d8047b52f923b9f2b842d
d1525460b84067286cce216e2a4cacf44e05b114
refs/heads/master
2016-09-05T09:02:28.194220
2012-04-16T17:00:10
2012-04-16T17:00:10
null
0
0
null
null
null
null
UTF-8
C
false
false
327
c
/* imported from the kernel source tree */ #include "asm/unistd.h" /* for syscall() */ #include <unistd.h> #include<stdio.h> int gettid(void) { return syscall(__NR_gettid); } int main (int argc, char **argv) { int this_tid; this_tid = gettid(); printf("thread id is %d \n",this_tid); while(1){ } retur...
[ "roon.moltke@gmai.com" ]
roon.moltke@gmai.com
3764fdc901f65581e5a14a22bbce99ce05561706
96782b055a8736c4a3e66782d2043b3322eccaf5
/小车源码V2 测试/HARDWARE/IIC/IOI2C.c
a275e6c389d79a56a2225372aa1763aa3accc097
[]
no_license
Goodboy-dai/carV2
ccf645a533154d16a6cf4287af5a0b12341a5d2e
55fdae8aac68991e29679e10ade090b1eb6622fd
refs/heads/master
2022-11-13T08:23:04.846751
2020-07-08T09:01:16
2020-07-08T09:01:16
278,038,969
0
0
null
null
null
null
GB18030
C
false
false
11,215
c
#include "ioi2c.h" #include "sys.h" #include "delay.h" /************************************************************************** 作者:平衡小车之家 我的淘宝小店:http://shop114407458.taobao.com/ **************************************************************************/ /**************************实现函数******************************...
[ "daizisheng@outlook.com" ]
daizisheng@outlook.com
713262f1dcd9253f639750a06075efdea802a40b
44adb087fbb29fb90443076062418fbb29965bd6
/promethee/outputwriter.h
49581a0173cf9711153feb922f665192c4ebe6da
[ "MIT" ]
permissive
anayaml/PrometheeOptimization
7709e9d1d729988d138a976d784feeb731c8ea11
d8cbe61017b7df7ba804c3f59cbe8fd8774a146e
refs/heads/master
2023-05-14T16:29:04.154470
2018-08-06T20:32:05
2018-08-06T20:32:05
null
0
0
null
null
null
null
UTF-8
C
false
false
132
h
#include "types.h" #include <fstream> #include <iomanip> struct OutputWriter{ void write(string path, PrometheeResult result); };
[ "felipe.santos@ccc.ufcg.edu.br" ]
felipe.santos@ccc.ufcg.edu.br
7623823e3ad06a7fa74665bf8b8fa35162a0d69e
0b08c81817a3088a88a76c4f16a1fe6c294ff940
/lua-5.1.4/src/lstrlib.c
0f5a2dd5df5b3bc520a52178a882eb848ff028d2
[ "MIT" ]
permissive
dustin/labrea
6264e622c4e341d458b66140ad1bf533569405c8
10abf674f80d6290229da6a8d9e6740305b43a2f
refs/heads/master
2023-07-19T02:26:26.336486
2021-09-22T16:01:48
2021-09-22T16:01:48
1,075,410
52
4
null
null
null
null
UTF-8
C
false
false
23,479
c
/* ** $Id: lstrlib.c,v 1.132.1.4 2008/07/11 17:27:21 roberto Exp $ ** Standard library for string operations and pattern-matching ** See Copyright Notice in lua.h */ #include <ctype.h> #include <stddef.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #define lstrlib_c #define LUA_LIB #include "lua.h" ...
[ "dustin@spy.net" ]
dustin@spy.net
422b1402422a3caa8016f6be45ce7ee299506430
42447e0538188865d144e14d97ddc5f8c87e3e84
/Week5-4.c
02938c0f2998245967ca2331c3018bca6a1c02bb
[]
no_license
copoDOG/CS50_copoDOG
4c2959bb5e308cb8d00c56ee28f2e3022e031d6e
ede0d00a2e0a23117cc8f0b39714049597185afc
refs/heads/master
2023-02-28T19:55:50.814322
2021-02-16T13:05:37
2021-02-16T13:05:37
331,318,646
0
0
null
null
null
null
UTF-8
C
false
false
611
c
//메모리 비교 함수 memcmp 코드 구현 #include <stdio.h> #include <string.h> int main() { char str1[256]; char str2[256]; int n; size_t len1, len2; printf("Enter a sentence: "); scanf("%s", str1); printf("Enter another sentence: "); scanf("%s", str2); len1 = strlen(str1); len2 = strlen(str2); n = memcmp(s...
[ "leeguewon2001@gmail.com" ]
leeguewon2001@gmail.com
8ff3b3edf29e9a3dc90f5b125a614e611d3e981c
dd35d0b733876a0980b3f5470374bbc73a2d90ef
/python/include/max_A_from_V.h
1a9955ce4a78e3bbe4074acee18590f106b5132d
[ "BSD-3-Clause" ]
permissive
jpaulos/opt_control
2041b27cf1d6f7504074f8b97f1a5cae1b3279ee
f6a0899ce2c413a05a26980a95495bf5882936fb
refs/heads/master
2022-12-21T11:51:18.771194
2020-09-21T12:47:06
2020-09-21T12:47:06
271,090,050
1
1
BSD-3-Clause
2023-04-04T19:29:47
2020-06-09T19:19:38
C
UTF-8
C
false
false
606
h
/* * Student License - for use by students to meet course requirements and * perform academic research at degree granting institutions only. Not * for government, commercial, or other organizational use. * * max_A_from_V.h * * Code generation for function 'max_A_from_V' * */ #ifndef MAX_A_FROM_V_H #define MA...
[ "jpaulos@gmail.com" ]
jpaulos@gmail.com
476940beaae56f410c9684b2c872127cc7ed321f
3f94534d05933d4a9c341da22a2d033cc1bf3d6a
/public/trap1.c
b2d878c44b445453e0e71adeabcc95a8b5c78df0
[]
no_license
Phred7/CSCI112-C
6dff3a58b881c7d9de910fee4ff916016824c633
0a4d95b7474fbe072df0f601d109001fb35f5275
refs/heads/master
2021-02-08T04:55:30.647355
2020-03-01T08:17:20
2020-03-01T08:17:20
244,111,514
0
0
null
null
null
null
UTF-8
C
false
false
238
c
#include <stdio.h> #include <string.h> int main(void) { char a[] = "Blue"; char b[] = "Blue"; if (strcmp(a,b) == 0) { printf("is equal\n"); } else { printf("is not equal\n"); } return(0); }
[ "woward00@gmail.com" ]
woward00@gmail.com
d91be66d255f90bc085ffe5b64e58a0042c26747
43e510852a9b28c78c8df86d3f21016dd391e289
/UnixSystemCalls/myprog.c
df92e49683b67e6bf85447442ab0d8dff066d81f
[]
no_license
sarthakkaingade/Linux-Programming
4b1bd9f605188bb50899abfa1ef547b0cdc3ffa6
b8e9b6ffdc0978f657b659b7a8e72d2c23c65d45
refs/heads/master
2021-01-10T04:04:27.714772
2016-02-21T01:33:02
2016-02-21T01:33:02
49,923,096
2
0
null
null
null
null
UTF-8
C
false
false
295
c
/* File - myprog.c Author - Sarthak Kaingade <sarthakkaingade@yahoo.com> Description - Example program to support demostration of exec system call. */ #include<stdio.h> #include<unistd.h> int main(int argc, char *argv[]) { printf("Inside myprog: %s %s\n",argv[0],argv[1]); return 0; }
[ "sarthakkaingade@yahoo.com" ]
sarthakkaingade@yahoo.com
df7133315b272219ed0615fbcd0b9f2770f8c32d
a01baa2a29bc08c093a11144983133128bb2ffb1
/core/arch/riscv/kernel/unwind_rv.c
5c3a17ba6de18c24fb64571cae157df1423d55ba
[ "BSD-2-Clause" ]
permissive
gagachang/optee_os
e9166cb0a21117e4f5faff5ccdbc0ba429518122
3db1b3e3179fb98fba226bae3b7d6d1f5723e8ac
refs/heads/master
2023-08-30T13:34:50.650048
2023-07-18T07:07:59
2023-08-30T12:25:58
461,494,646
0
2
NOASSERTION
2022-02-20T13:23:13
2022-02-20T13:23:12
null
UTF-8
C
false
false
744
c
// SPDX-License-Identifier: BSD-2-Clause /*- * Copyright (c) 2023 Andes Technology Corporation * Copyright (c) 2015 Linaro Limited * Copyright (c) 2015 The FreeBSD Foundation */ #include <kernel/linker.h> #include <kernel/thread.h> #include <kernel/unwind.h> #include <riscv.h> #include <unw/unwind.h> #if defined(...
[ "jerome@forissier.org" ]
jerome@forissier.org
03353a324d9ac968e67e7516f3a5ec0ec3ea568f
595f9b54dc11b9991b0c6f0066208177113e21cf
/Progress of reaching a quine/Recursive File/RecursiveFile.c
7cc016a35bae1a9fcb1cdae8190ac9a21053bdc6
[]
no_license
mat4pat/C-Projects
357e7fb568e8fa026bc44ee584ae60571d7f12b5
d6ced6cad4266e20579bfc9dddabca3dd4454e98
refs/heads/main
2023-07-17T23:40:14.608322
2021-09-07T17:33:19
2021-09-07T17:33:19
372,942,189
0
0
null
null
null
null
UTF-8
C
false
false
781
c
#include <stdio.h> #include <stdlib.h> #include <conio.h> enum STATE_OF_SECOND_FILE { CLOSED, // Didn't recurse yet OPENED_BEFORE // Recruse now }; int main() { FILE * file = fopen("State.txt", "r"); int state; fscanf(file,"%d",&state); fclose(file); file = fopen("State.txt","w"); if (state==OPENED_BEFO...
[ "noreply@github.com" ]
mat4pat.noreply@github.com
a0344b8ba03b8b2887caaf1fb03200df9c617cc2
b97b2fcc3359c1f6fc2d16e8fd9b1bab6dcb6fc4
/test/src/fixtures.h
7ebcc1d1ca86f2c5863c4f4cc160a45b3c7831bd
[ "MIT" ]
permissive
rwest85/dancers
746385c06ce695463f0afd5f36cb82ad77b4af43
a822329dcf03b87e6ab15a0d4c5a1205dd93aed2
refs/heads/main
2023-02-12T01:46:45.398192
2021-01-10T07:58:51
2021-01-10T07:58:51
327,482,755
0
0
null
null
null
null
UTF-8
C
false
false
16,354
h
#pragma once #ifndef FIXTURES_H #define FIXTURES_H const uint8_t fixture_header[] = {0x84, 0xd9, 0x85, 0x00, 0x00, 0x01, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01}; const uint8_t __fixtures_packets_packet1_bin[] = { 0x80, 0xe6, 0x50, 0x24, 0xc1, 0xf6, 0xa8, 0x4e, 0x3f, 0xdf,...
[ "77085596+rwest85@users.noreply.github.com" ]
77085596+rwest85@users.noreply.github.com
c1d97b967ef459aec103063bac04b86a104dfd35
c59481c9f04f7d1085e8a9ade09d8eba016572d3
/ble_app_quote_srv/ble_app_quote_srv/ble_quote.h
ed37533c8c17ce1c65dff420c62dfe458aa68f94
[]
no_license
ranginenibalu/ble_quote_server
fc62646710405491e3c1c8065d24cc57f9419cb7
afac7170f1d0fc3516bc6f78cb895ebd5007494e
refs/heads/master
2021-01-02T08:33:03.525401
2014-11-24T19:07:49
2014-11-24T19:07:49
null
0
0
null
null
null
null
UTF-8
C
false
false
1,648
h
#ifndef _BLE_QUOTE_H_ #define _BLE_QUOTE_H_ #include <stdint.h> #include <stdbool.h> #include "ble.h" #include "ble_srv_common.h" #define BTS_UUID_BASE {0x23, 0xD1, 0xBC, 0xEA, 0x5F, 0x78, 0x23, 0x15, 0xDE, 0xEF, 0x12, 0x12, 0x00, 0x00, 0x00, 0x00} #define BTS_UUID_SERVICE 0x1522 #define BTS_UUID_WRITE_CHAR 0x...
[ "rangineni34@gmail.com" ]
rangineni34@gmail.com
583899f9f76213995dd0ae315bda8fa6ed0bec3a
0088f649630faec36db199e3fd9d91db0ef0ceae
/sources/libft/ft_atof.c
48bd5fb1e3d4981b9d9f9213866b8252b6789d55
[]
no_license
elopez17/RT
c4872ab75f2de8d3c3219335284b78eb9d3732ef
34b020ab7571f3bf8b3f895365b5f63bfe832f7b
refs/heads/master
2021-05-12T17:02:15.234522
2018-02-01T01:50:42
2018-02-01T01:50:42
117,032,254
2
1
null
null
null
null
UTF-8
C
false
false
1,415
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_atof.c :+: :+: :+: ...
[ "eLopez@Erics-Mac.local" ]
eLopez@Erics-Mac.local
703f5e94d1fdf7cbb9faaa8f5abf9f706a770c91
60967d5dbf049a642c20a14fb5eb5a51a7bdd848
/Assignment-5/syscall/tr2b.c
ae4d8f04890bcdbf24867eda413facb20ad3adc4
[]
no_license
kshah29/UCLA-CS-35L
c09f07fd685411dcfa7e54edd792b926c3e439ce
aaa3f03a5d0eae760381517ab89b1a23ff6153fd
refs/heads/master
2020-06-26T22:53:31.399826
2019-07-31T04:41:48
2019-07-31T04:41:48
199,779,506
0
1
null
null
null
null
UTF-8
C
false
false
1,365
c
#include<stdio.h> #include<stdlib.h> int main(int argc, char* argv[]) { //checking if enough arguments were passed if(argc != 3) { fprintf(stderr,"Not enough arguments. \n") ; exit(-1) ; } //getting arguments from command line for both the strings char* string1 = argv[1] ; char* string2 ...
[ "noreply@github.com" ]
kshah29.noreply@github.com
de64a4fcbc4e2265537788afaa72922065273ee8
4d1edb8d822cc56e4c8ff052a5f894862dbadc42
/LeetCode/排序/复杂度n2/插入排序/对链表进行插入排序/insertionSortList.c
194170641534c6d62c816cd2f71f9e69097740ff
[]
no_license
huoniao-huoniao/AhdProjectC
d0cfeb33a847065a7552557715d7d58d358842c2
0d675f8ac2fbf1180f00feaa2a3b9893a78c276a
refs/heads/main
2023-05-23T11:54:13.174285
2021-06-08T07:28:53
2021-06-08T07:28:53
358,786,833
1
0
null
null
null
null
UTF-8
C
false
false
1,364
c
/** * Definition for singly-linked list. * struct ListNode { * int val; * struct ListNode *next; * }; */ #include <string.h> struct ListNode { int val; struct ListNode *next; }; struct ListNode *insertionSortList(struct ListNode *head) { if (head == NULL) return NULL; struct ListNode *dyNode ...
[ "956762794@qq.com" ]
956762794@qq.com
2a9c730db59363acaeb612a4209e2bc82046c51f
5b84a4b6cbb1f2391d1ab04feccb368ac6b91f43
/udp_client.c
eefee3da42225bcd01f4191e2f4438e0f28e4709
[]
no_license
aungmyin23/Socket-programming-UDP-file-transfer
a6d5799d2b320be1a19f0f392bf89016d357c8c1
530064668e3d978a63582ac7dac20ffb054c89f1
refs/heads/master
2020-05-21T15:56:59.479088
2019-05-11T07:37:36
2019-05-11T07:37:36
186,102,633
0
0
null
null
null
null
UTF-8
C
false
false
3,347
c
#include "headhsock.h" void str_cli1(FILE *fp, int sockfd, struct sockaddr *addr, int addrlen, int *len); void tv_sub(struct timeval *out, struct timeval *in); int main(int argc, char *argv[]) { int len, sockfd; struct sockaddr_in ser_addr; char **pptr; struct hostent *sh; struct in_addr **...
[ "aungmyinkyawstar@gmail.com" ]
aungmyinkyawstar@gmail.com
d5d6ea476ddfd3fab3072e12197dc0b52c824c46
060bc5ba9a8f707bdac927f30842febf9a4676a1
/sys/hp300/dev/sdvar.h
dd86716a5f39e8eaaf92c7525d8c2c1adfdaf6cd
[ "BSD-4-Clause-UC", "LicenseRef-scancode-other-permissive" ]
permissive
sergev/LiteBSD
14ae93caa709d4707c3b122c243641c8214583c3
6f89c18880065a83d3d18661c80f72fb3397a888
refs/heads/master
2023-01-10T02:20:05.357875
2022-07-19T16:41:32
2022-07-19T16:41:32
19,167,171
318
58
NOASSERTION
2022-12-28T16:23:01
2014-04-26T02:55:34
C
UTF-8
C
false
false
3,336
h
/* * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Van Jacobson of Lawrence Berkeley Laboratory. * * Redistribution and use in source and binary forms, with or without * modification, are permitt...
[ "serge@vak.ru" ]
serge@vak.ru
251e222678fd5a7f555d611731af2d9c6a9f829b
b52bff327322182ae279f2e09e460e1b48d7ecbe
/STM32Cube_FW_F3_V1.4.0/Projects/STM32F303K8-Nucleo/Examples/SPI/SPI_FullDuplex_ComPolling/Src/stm32f3xx_hal_msp.c
874393d069394b7c456c4ddb0a46dd83e67109be
[ "BSD-2-Clause" ]
permissive
mwoelfer-tuwien/workspaceMicroboard
f6f18929605dc6849c786f2698d1a1ed6ef0f36f
acfc7e8801031ee6a02f2aa8d4aee86741dd3de1
refs/heads/master
2021-06-18T14:43:30.183473
2017-06-08T10:54:02
2017-06-08T10:54:02
null
0
0
null
null
null
null
UTF-8
C
false
false
5,347
c
/** ****************************************************************************** * @file SPI/SPI_FullDuplex_ComPolling/Src/stm32f3xx_hal_msp.c * @author MCD Application Team * @version V1.4.0 * @date 13-November-2015 * @brief HAL MSP module. *****************************************************...
[ "mwoelfer01@student.tgm.ac.at" ]
mwoelfer01@student.tgm.ac.at
8c72e37a6a953120dd24df8f232f8e20528babbe
9ca9170c88de951f072eedf30637cce50effb20c
/cs380c_lab1/src/csp.c
80956c23265c5d3c97e3d957cca0061c2936a7fb
[ "MIT" ]
permissive
sleepyblackcat/cs380c
b3e2baa8e6f75ae480d8b80e5d66713dfe077d31
b24431722e9ab6650a7b452035f9cd75696d386d
refs/heads/master
2021-03-24T12:05:18.203907
2017-12-27T15:16:31
2017-12-27T15:16:31
113,970,558
3
0
null
null
null
null
UTF-8
C
false
false
18,877
c
#include <stdlib.h> #include <string.h> #include <assert.h> #include "css.h" #include "csg.h" static int sym; static int instruct; static int tos; static CSGNode globscope; // This function searches for an object named id in the root scope. If // found, a pointer to the object is returned. Otherwise, NULL is ret...
[ "806218468@qq.com" ]
806218468@qq.com
73c8dc4841684e3bcd015801e206dc19cf0683df
653744e8054ee07a12228a613e98f93aeec98645
/Tests/Pods/Headers/Public/NinevehGL/NGLMeshElements.h
5339ecec5d5b27f8c9c108c36ee7751e2e1512c3
[ "MIT" ]
permissive
conquermobile/NinevehGL
36cad67e3f18e46d088f4488d79653c1cc44f1cf
37c5b68ac4b46b4aec11d590f3294451ba8de217
refs/heads/master
2021-01-14T13:44:07.936666
2015-12-02T00:51:51
2015-12-02T00:51:51
46,594,943
4
1
null
2015-11-21T00:48:55
2015-11-21T00:48:54
null
UTF-8
C
false
false
44
h
../../../../../Source/core/NGLMeshElements.h
[ "dineybomfim@gmail.com" ]
dineybomfim@gmail.com
530bc2b9162f19fd75078d0ab85551f89637c39d
4f9e5a33f5e59874aad0d54f15627f6285759864
/Homework6/DepthFirstSearchUsingStack.c
1c013cb66258d3f6843979ae1b623633076668ed
[]
no_license
AlexKaracaoglu/Algorithms
ae7904d8823e65d86aff31671f09cb20193d6051
9663d6fd236cc4759f94533217a1cccd55d4fed1
refs/heads/master
2020-04-10T11:31:14.680044
2018-12-09T02:17:59
2018-12-09T02:17:59
160,996,036
0
1
null
null
null
null
UTF-8
C
false
false
2,882
c
/* Alex Karacaoglu Algorithms Homework 6 Depth First Search Using Stack */ #include <math.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #include <assert.h> #include <limits.h> #include <stdbool.h> void printResultList(int* resultList, int size) { for (int i = 0; i < size; i++) { ...
[ "karacaog@bc.edu" ]
karacaog@bc.edu
4878f420f9a008e48a3f1a31b4dd41beb2bbb4d8
3c6602308276c188010b4ae158badba378fe00ed
/1_Respostas/Rascunho_Programas_C_Aulas_01_a_10/Aula_11/A11_Q08_PWM.c
a7944bdd852c578855ef5b26dffadecf514771a8
[]
no_license
DaviAntonio/Microcontroladores_e_Microprocessadores
b7ee28371cbb6750255c0f3c22e17abe724b8fbd
0aeafebb360b7e05679f3bfdc34c67197330bb3d
refs/heads/master
2021-01-15T20:08:53.822010
2017-12-03T02:47:39
2017-12-03T02:47:39
99,841,140
0
3
null
null
null
null
UTF-8
C
false
false
1,703
c
/*********************************************************************** * Configurar e ligar o Timer_A em modo de comparação. P1.6 já foi * configurado como saída do canal 1 de comparação do Timer_A. * Somente os valores {100, 200, 300, …, 1000} Hz são válidos para a * frequência. Somente os valores {0, 25, 50,...
[ "30875784+DaviAntonio@users.noreply.github.com" ]
30875784+DaviAntonio@users.noreply.github.com
19fe8294fd8f299367c2f53e3c365806a1426bd4
f02d8dc02a18e912762aa0c04b6e228bf4f86293
/include/util_bit_operations.h
9b759b0210c34e668e1f904f68ec16a7a915ab77
[]
no_license
SamCoulson/ZX48Kemu
2b433bb08e5711caa4da70a9801efdf938d2969e
03a43d6130ff7d5f85282315594b9fcf0d6c7082
refs/heads/master
2021-06-26T07:36:37.901210
2015-11-23T22:18:48
2015-11-23T22:18:48
23,746,335
0
0
null
null
null
null
UTF-8
C
false
false
324
h
#ifndef INC_UTILBITOPERATIONS_H #define INC_UTILBITOPERATIONS_H #include <stdio.h> #include <stdint.h> // Set the given bit in a byte to either 1 or 0 void setBit(uint8_t *byte, uint8_t pos, uint8_t bitval); int getBit( uint8_t *byte, uint8_t pos ); int byte_parity( unsigned char ); #endif //INC_UTILBITOPERATIONS_...
[ "samj_coulson@hotmail.com" ]
samj_coulson@hotmail.com
814fd6d41d248023385fceff16c2ef07f4247984
bccb1fffccfd62cdf99dd5fadf1f7c386922355c
/toyDB-b+performance/pflayer/pf.h
50336f119d73794f4d1479214e28d29c40b28306
[]
no_license
amitmalav/B-_Trees
9427471ed77578880ba36f98136412f727809ca0
c9472d8cad5c1783d8b3706bf5a4e013ebd5651e
refs/heads/master
2016-08-12T05:42:30.160060
2015-11-23T09:24:53
2015-11-23T09:24:53
46,709,236
0
0
null
null
null
null
UTF-8
C
false
false
1,560
h
/* pf.h: externs and error codes for Paged File Interface*/ #ifndef TRUE #define TRUE 1 #endif #ifndef FALSE #define FALSE 0 #endif /************** Error Codes *********************************/ #define PFE_OK 0 /* OK */ #define PFE_NOMEM -1 /* no memory */ #define PFE_NOBUF -2 /* no buffer space */ #define PFE_PAG...
[ "amitmalav96@gmail.com" ]
amitmalav96@gmail.com
0a98cade2bef60eabdacea66850420622696ce29
52a6f2e44a3d553eb12ce1ea18ae9cbaf1829f9c
/liboqs/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_clean/haraka.c
c345e74390a5121c16caa9fd0b382b6f0c24c05c
[ "CC0-1.0", "MIT", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "Apache-2.0", "LicenseRef-scancode-public-domain" ]
permissive
microsoft/Quantum-Safe-OpenSSH
624848cb410e65232cbe223e6c84ead8d27f56a7
07d1592ac37f4b45ab7b577c7fbcc00f0003a493
refs/heads/master
2023-04-26T20:02:09.651690
2020-12-17T18:24:35
2020-12-17T18:24:35
257,728,154
11
7
MIT
2023-04-24T08:54:19
2020-04-21T22:13:53
C
UTF-8
C
false
false
27,258
c
/* * Constant time implementation of the Haraka hash function. * * The bit-sliced implementation of the AES round functions are * based on the AES implementation in BearSSL written * by Thomas Pornin <pornin@bolet.org> */ #include <stddef.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include "...
[ "ljoy@microsoft.com" ]
ljoy@microsoft.com
5539b905b0473c3b70614d422cd1f83bbc05d468
fa1b6c57f16841c2b496078978771c29fd3ac185
/unix-programming/8/8-1.c
f3e27f1068178b8f0af066d08f48a17786b0a049
[]
no_license
linzhihong7/APUE-Code
8d7c54958ff1b7a1547c3761641b43cf0519ad25
7ed11c500829d4b3b512e9997ec2411de748cce4
refs/heads/master
2020-03-22T20:09:08.946486
2018-07-11T13:11:08
2018-07-11T13:11:08
140,576,595
0
0
null
null
null
null
UTF-8
C
false
false
440
c
#include<apue.h> int globvar = 6; char buf[] = "a write to stdout\n"; int main(void) { int var; pid_t pid; var = 88; if(write(STDOUT_FILENO,buf,sizeof(buf)-1) != sizeof(buf)-1) err_sys("write error\n"); printf("before fork\n"); if((pid = fork()) < 0) err_sys("fork error\n"); else if(pid == 0){ globvar+...
[ "lin13143513476@gmail.com" ]
lin13143513476@gmail.com
f01b207e559110bb538b98da6ea244fb12ae58ae
5be667b51506af4eaa99784bad901d73d9a969a9
/Pods/BuildHeaders/FontAwesome-iOS/NSString+FontAwesome.h
414403a61327de01d5723b3144fc435912b14c9c
[]
no_license
lrcrews/mapkep
ddb1815c3351874fa4e1bfaf9f79b872eee27eb6
45409fda66ccc659dd64c83a03869a15829f395d
refs/heads/master
2021-01-15T13:44:16.404979
2015-12-07T03:55:46
2015-12-07T03:55:46
16,041,053
0
0
null
null
null
null
UTF-8
C
false
false
44
h
../../FontAwesome-iOS/NSString+FontAwesome.h
[ "lrcrews@gmail.com" ]
lrcrews@gmail.com
4cea00b6db6696aa171692abe40533f518bbbe22
fbe0fd5d790b7e34d92339d939d910770fce0e71
/libbsp/c6678/drivers/csl/src/soc/common/csl_tsipGetBaseAddress.c
d73088f78801b4bb5dc21d11612584ce3916985f
[]
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
3,395
c
/** * @file csl_tsipGetBaseAddress.c * * @brief * The file contains routines which are TSIP Device specific * and need to be modified for each new device which has the * TSIP IP module. * * \par * ============================================================================ ...
[ "lmy2010lmy@gmail.com" ]
lmy2010lmy@gmail.com
08992d9813c7ee1cdd625a460217efd52b6a7171
f20f2231ae321e3b16cf5c68226f427ee83965c7
/Engine/source/scene/fogStructs.h
874d2542ea022a445268c8fa94cdeae8a326adb5
[ "MIT", "LicenseRef-scancode-unknown" ]
permissive
TwistedJenius/Torque3D
d2f900a7760d7b1ab7446db98be24080626200b4
60311375c769ff23afa922ca4441308289717b3f
refs/heads/master
2021-05-04T09:40:37.705912
2018-03-26T23:35:28
2018-03-26T23:35:28
5,898,944
0
0
MIT
2018-03-26T23:37:34
2012-09-21T08:55:46
C++
UTF-8
C
false
false
2,103
h
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
[ "davew@garagegames.com" ]
davew@garagegames.com
45ce2b31572efbc1b7e6a690c3b679faef263f71
1bd3bda3b45a6ee1be305d28e9db3e108ee8aa13
/lpcxpresso804/driver_examples/dac/lpc_dac_interrupt/pin_mux.c
eddeda1d89c2dc16b54905c0e827ebd639b27c50
[]
no_license
JohnHau/mcux-sdk-examples
22721dedeb2963ee863498ecd97d5b6296ea1b0d
62f5041d6d7da742ffd7ea0f8f017a670af450e8
refs/heads/main
2023-05-14T21:49:58.810657
2021-06-08T05:28:39
2021-06-08T11:57:07
null
0
0
null
null
null
null
UTF-8
C
false
false
4,101
c
/* * Copyright 2018 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ /*********************************************************************************************************************** * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file * wil...
[ "susan.su@nxp.com" ]
susan.su@nxp.com
3e3db71d36ebb0d4a7a7354047ffb6ff6924ae66
811465fa769a5596ac091bc06538867de723249b
/output/tim2.c
2d60bc12910e8d1df0355771229deb80a6d807df
[]
no_license
ThomasMoellerR/10_01_c_create_c_template
c5a81962ea80b722a1cc6a2e06fe276a48ba1490
17644fd041a24e0c1b290362c19afc1ea9a7d095
refs/heads/master
2020-04-22T12:55:05.419518
2019-05-08T12:54:30
2019-05-08T12:54:30
null
0
0
null
null
null
null
UTF-8
C
false
false
2,483
c
/****************************************************************************** * File : tim2.c * Version : 1 * Last Changes : 2019-05-08 14:53:40 ******************************************************************************/ /*****************************************************************...
[ "test" ]
test
5cb909c940ec4e43824c98cd34534c45faa2d676
6479152c13048be94a817b556781e963b807aa2c
/srcs/parssing/ft_get_args.c
0a43eb5acccf2c9e0180bdbae0ee44666015996f
[]
no_license
abettach/minishell
6e46f40795ac4097d21c54582e4bbcdcc0671246
1f5e5e007b811ed2ccec6a1bdc5535193babb7c5
refs/heads/master
2023-04-13T09:35:24.832427
2021-04-19T12:55:15
2021-04-19T12:55:15
339,778,820
1
0
null
null
null
null
UTF-8
C
false
false
1,897
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_get_args.c :+: :+: :+: ...
[ "abettach@e2r7p6.1337.ma" ]
abettach@e2r7p6.1337.ma
afe82b1f44495874fa7293da47892e5f7a16b546
9df2cc29fc82fb57e8159a436190bc3e8e6c513e
/include/bcmolt_system_types.h
84aaf910cd078493f38c8adb8107934c0902d967
[]
no_license
balapi/bal-api-3.0
11ad1b73336114b3ff39c9c480b0aefa4e57375c
12fa105c84f2965d707beb0086c25d423b29f166
refs/heads/master
2020-05-09T23:36:23.301601
2019-04-10T13:40:06
2019-04-10T13:40:06
null
0
0
null
null
null
null
UTF-8
C
false
false
1,372
h
/* <:copyright-BRCM:2018:DUAL/GPL:standard Broadcom Proprietary and Confidential.(c) 2016 Broadcom All Rights Reserved Unless you and Broadcom execute a separate written software license agreement governing use of this software, this software is licensed to you under the terms of the GNU General Public License ...
[ "balapi@broadcom.com" ]
balapi@broadcom.com
cc0d03932491c474fd47a8cfb90e649924b4e26a
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/xnnpack/src/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-x2.c
799e0be7b36cf406636f6bf9f8f62e217bd304ed
[ "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "BSD-3-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C
false
false
14,427
c
// Auto-generated file. Do not edit! // Template: src/f32-spmm/neon.c.in // Generator: tools/xngen // // Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <arm_neon.h> #incl...
[ "jengelh@inai.de" ]
jengelh@inai.de
cf59092001179af119c9ad986aed6dd2effcc00d
e7072062ef2c326300c02a9ffb45673e6dc8b268
/openbeacon_square/openbeacon-master/firmware/lpc13xx/openbeacon-sensor/src/main.c
e19c27a9ed93917c52510b21b923477ebe3bf9e3
[]
no_license
ppurwar/SocialNetworks_tagging
125f11b9c4dd91af84ccc26d3dae7bcbd79730d1
635271044480bea0a3f2df7c20252d5446421d55
refs/heads/master
2020-04-16T02:22:26.778316
2019-03-19T14:03:44
2019-03-19T14:03:44
52,976,688
1
0
null
2016-03-02T16:14:42
2016-03-02T16:08:40
null
UTF-8
C
false
false
10,258
c
/*************************************************************** * * OpenBeacon.org - main file for OpenBeacon Sensor (CR123A) * * Copyright 2010 Milosch Meriac <meriac@openbeacon.de> * *************************************************************** This program is free software; you can redistribute it and/or ...
[ "prateek3179@yahoo.com" ]
prateek3179@yahoo.com
21482adf5028de86eb9bf791349bbd66909a3273
059417d2f11760d15432a73537f7a42218bcc661
/tpi/TPIGlobal.h
a86e2fbd9c307fa77d19eb082e05fd9d8cf8efbf
[]
no_license
majanik/tpi_CALMweight
0a7f653491963ced622a100deef5903cd7f09eb6
32b24bd59abba7c7cfb55d19a459a47307cff007
refs/heads/master
2021-01-25T06:01:02.404991
2015-07-14T10:46:20
2015-07-14T10:46:20
39,067,411
0
0
null
null
null
null
UTF-8
C
false
false
528
h
#ifndef _TPI_Global_ #define _TPI_Global_ #include <TH1D.h> #include "ParticleCoor.h" #define PIPID 211 #define PI0PID 111 #define KPID 321 #define PPID 2212 #define SPPID 3222 #define LAPID 3122 #define XIPID 3322 #define ABSRAP 10.0 #define ETAABS 3.0 #define PTMIN 0.12 #define PTMAX 50 #define TMAX 500 #define CO...
[ "majanik@cern.ch" ]
majanik@cern.ch
01eb7d9982828f41c53df35f8c308cdee4cbf566
d3706f022d1340d5e52e3338b9d70136c316e40c
/Driver/SynapticsTouchDxe/SynapticsTouchDxe.c
1f2382a3fa0f54e77f4415fe1c5499f3c62e4198
[ "GPL-1.0-or-later", "GPL-2.0-only", "BSD-2-Clause" ]
permissive
yifengling0/Lumia950XLPkg
2d76290ecc3a05710b725a2c9877683369684a22
307dabfd577db31ce4e3b0bbd53ec8f0bd58471a
refs/heads/msm8994
2020-03-18T23:58:48.951604
2018-07-06T01:11:03
2018-07-06T01:11:03
135,444,293
0
0
BSD-2-Clause
2018-06-04T02:44:44
2018-05-30T13:08:21
C
UTF-8
C
false
false
10,679
c
#include <PiDxe.h> #include <Library/LKEnvLib.h> #include <Library/UefiBootServicesTableLib.h> #include <Library/MemoryAllocationLib.h> #include <Library/PcdLib.h> #include <Protocol/AbsolutePointer.h> #include <Protocol/QcomI2cQup.h> #include <Protocol/QcomGpioTlmm.h> #include "SynapticsRmi4.h" #include...
[ "i@imbushuo.net" ]
i@imbushuo.net
8f521660aa3b8e91b01462bffad140fe338c25de
df1949fba5c107eff267e8fe1c6c52dd22555dff
/target/classes/hfy4code/d/manglin/npc/wolf.c
6526741755e5b2190efe460442c3cb25f339be4e
[]
no_license
yiwugan/fyvidata
cf1d95f9e060be22a33549512d266967b3daea66
0f0129aa2fabbaf9c0735b88970cca18beeba4a4
refs/heads/master
2020-03-27T09:23:25.891788
2018-09-04T03:05:43
2018-09-04T03:05:43
146,336,668
0
0
null
null
null
null
GB18030
C
false
false
1,036
c
inherit NPC; void create() { set_name("灰毛恶狼", ({ "wolf", "big wolf" }) ); set("race", "野兽"); set("gender", "雄性"); set("age", 20); set("long", "这是一只凶猛无比的灰色恶狼\n"); set("str", 48); set("cor", 52); set("cps", 22); set("max_kee", 600); ...
[ "yiwugan2@gmail.com" ]
yiwugan2@gmail.com
de689ce94b76db3e25516c39e2ff13a3ff31bdaf
47402847a647c113be854380a516fb109fedded9
/include/Palette.h
4a6e358b2d3ccdabe54749393ae9fa7f9d9e8e47
[]
no_license
Tommislav/glitchjam
b1536bb5419175f5228322441089e1dee2dc6dd1
66a92c65c190d3050bcf9460ebb7708bb4b438c4
refs/heads/master
2021-01-25T04:02:53.940775
2014-11-15T17:07:15
2014-11-15T17:07:15
null
0
0
null
null
null
null
UTF-8
C
false
false
375
h
#ifndef PALETTE_H #define PALETTE_H static int const MOTHER_COLOR = 0x0E64E5; static int const SWARM_COLOR = 0x5E7AF0; static int const PLAYER_COLOR = 0xaeee00; static int const STAR_COLOR = 0x333333; static int const EXPLOSION_COLOR_S = 0xF0C945; static int const EXPLOSION_COLOR_M = 0xF07A28; static int c...
[ "tommy@salomonsson.se" ]
tommy@salomonsson.se
7bcab4eab3ea3c02c55e9e9000c979d02492a945
03610120426af326fcab91c388595c58675c6f87
/src/platform/pc/led_process.c
29b2b1a0cc6fd0f04b896594d1098c5bd9cbe20e
[ "MIT" ]
permissive
augusto-vieira/Raspberry_IPC_DBUS
c842d1390f8bdaa09d555d55e40239d72c44bc14
9e29f541b8bf36f6b149cc1af6529b54ea6a369c
refs/heads/main
2023-06-28T11:11:45.591064
2021-08-03T23:56:14
2021-08-03T23:56:14
null
0
0
null
null
null
null
UTF-8
C
false
false
724
c
#include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <fcntl.h> #include <sys/stat.h> #include <sys/types.h> #include <syslog.h> #include <led_interface.h> bool Init(void *object); bool Set(void *object, uint8_t state); int main(int argc, char *argv[]) { LED_Interface led_i...
[ "cristianosstec@gmail.com" ]
cristianosstec@gmail.com
63573f6a39448a3e43bf2402a325e1542d1cac70
5f9c2d9e47bdbe44d58059044418d4eeb55cc5ca
/hal/linux/hal_general.h
9183067c8168c30b8eb3310eb1bb21a0aab90cfc
[ "MIT" ]
permissive
muhlbaier/embedded-software
2bad3ed12df5442361d3d66f6bdec441e75da19e
5a3054dff77c9dbc04ae75f303af11515f71dd34
refs/heads/master
2023-01-27T20:11:32.038707
2022-12-05T14:36:33
2022-12-05T14:36:33
120,639,445
13
30
MIT
2023-02-04T16:09:59
2018-02-07T16:18:03
C
UTF-8
C
false
false
180
h
#ifndef _HAL_GENERAL_ #define _HAL_GENERAL_ #define DisableInterrupts() #define EnableInterrupts() #define BlockInterrupts() #define RestoreInterrupts() #endif // _HAL_GENERAL_
[ "mm@spaghettiengineering.com" ]
mm@spaghettiengineering.com
3bc0f41bce165cfebd06e1c19f58d7be8b90282f
fa32e1579b76c6e6e14001f10143ceeadea5aa72
/station/Middlewares/ST/STemWin/inc/SWIPELIST_Private.h
abae51650b37595df486044c733d2e87284a30d4
[ "MIT" ]
permissive
tigercosmos/bus-iot
0e155cb0a36a63969b1576f65865f913aa3098ec
a08427e41b33b9102c3dcc79f27599ad9b56b750
refs/heads/master
2021-01-19T15:17:18.752546
2020-03-09T04:04:59
2020-03-09T04:04:59
100,954,785
1
2
MIT
2020-03-09T04:05:00
2017-08-21T13:25:13
C
UTF-8
C
false
false
4,798
h
/********************************************************************* * Portions COPYRIGHT 2016 STMicroelectronics * * Portions SEGGER Microcontroller GmbH & Co. KG * * Solutions for real time microcontroller applications * ************************************...
[ "b04209032@ntu.edu.tw" ]
b04209032@ntu.edu.tw
0760031bdd2c273fea5beeffd064bdcde9525e6f
8f8700f97793ebdcbd2034d61781fb9747fc2dbe
/sx126xdriver/SX126xDriver/platform/platform_HAL/example/example_HAL_uart_init.c
fe39a7be4cfe4131765f76a7e8105585281698e1
[]
no_license
Mr-Wyff/Ra-01S-LoRa
1d7294784ebe473f4dc1c188615b54930dfe4762
80d95750262ede45a194b7f55017b42ae9ae0beb
refs/heads/master
2023-02-20T02:23:30.713709
2021-01-13T15:49:59
2021-01-13T15:49:59
329,349,147
1
0
null
null
null
null
GB18030
C
false
false
1,773
c
//和硬件无关的 #include "HAL_uart_API.h" #include <string.h> //和硬件相关的 #include "stm32f10x.h" //这个是串口驱动的例子 //效果 // uart1,PA_9(TX),PA_10(RX),波特率9600,不开启接收中断,可以发送数据,不能接收数据,初始化成功可以接收到“Uart1 init ok” // uart2,PA_2(TX),PA_3(RX),115200,开启接收中断,回调函数myUart2CallBack,可以收发数据,上电可以接收到一些debug信息和“Uart2 init ok”,输入可以实现echo回显(如果接收一个字符打印...
[ "wyffwinner@126.com" ]
wyffwinner@126.com
dd29bd2a350add2a0d6df2d14cb6f116dd1af666
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/248/235/CWE78_OS_Command_Injection__wchar_t_file_w32spawnl_54d.c
7ba394046aefbc345e4d19e7d99266a2149903c0
[]
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
1,915
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__wchar_t_file_w32spawnl_54d.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-54d.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: file Read input from a file * GoodSource:...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
101265fa420e43361afb9d21c0213a54f9838f72
b0e2f2c8d0c1110208f1f9468d2838e2b2da591a
/bsp/emWin-lpc178x/emWin/Application/GUIDEMO_Intro.c
94ff3220c20f061c178ca5eb51238b246024bd38
[]
no_license
tomyqg/industrial-control
8eaddc11185d0d28fe505ed514ae73573d0698b4
9970ed268e518991a62cebe3db13c61ec5c37af3
refs/heads/master
2020-03-18T14:54:42.117300
2017-09-10T15:53:17
2017-09-10T15:53:39
null
0
0
null
null
null
null
UTF-8
C
false
false
3,138
c
/********************************************************************* * SEGGER MICROCONTROLLER GmbH & Co. KG * * Solutions for real time microcontroller applications * ********************************************************************** * ...
[ "bo.zhang.zh@gmail.com" ]
bo.zhang.zh@gmail.com
73dc0c2074667884ade9cd7c3a3dc44946277ca8
bf5f39753bf5ef9f403b1ef66c5a30e919168549
/temperature-control/hamr/src/c/CAmkES_seL4/components/TempSensor_i_p_tempSensor/includes/sb_TempSensor_i.h
2401d1df06ca7aaab153bad9799893cad64f926a
[]
no_license
santoslab/iccps20-case-studies
daf904b182ea8bd532c72be6010b201ff0f22223
5f822555a8a8d148d99f5ce5bca1e052f8a48d95
refs/heads/master
2022-12-31T13:23:12.834232
2020-10-26T18:16:00
2020-10-26T18:16:00
302,124,366
0
0
null
null
null
null
UTF-8
C
false
false
252
h
// This file will be regenerated, do not edit #ifndef SB_TEMPSENSOR_I_H #define SB_TEMPSENSOR_I_H #include <sb_types.h> bool sb_currentTemp_write(const union_art_DataContent * value); bool sb_tempChanged_enqueue(void); #endif // SB_TEMPSENSOR_I_H
[ "belt@ksu.edu" ]
belt@ksu.edu
815619edfb202170ef5c42379fe627a7f608e250
b5c61d44949d13da5ff62df5488c651d01b25405
/package/wav6/iwlwav-hostap/wlantest/wired.c
52b5303283081b6053c92cb903fd8e789c174827
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
opensag/atom-openwrt
4346188e36ae7ee98d537111d6a908bf1be05d96
ff4f04f2f2c36a507d27406a040105cc763d2f89
refs/heads/master
2020-05-29T19:54:04.979614
2020-02-11T06:19:56
2020-02-11T06:19:56
189,340,026
3
2
null
null
null
null
UTF-8
C
false
false
6,464
c
/* * Received frame processing for wired interface * Copyright (c) 2010, Jouni Malinen <j@w1.fi> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #include "utils/includes.h" #include <net/ethernet.h> #include <netinet/ip.h> #include <netinet/udp.h> #incl...
[ "w28trees@126.com" ]
w28trees@126.com
68690c2dabf2c9e6f4158223ee42f8284168b119
725965d92e0eca570df597cbccc7c11d4731391d
/laplace_solver/advanced_multi_gpu_mpi_openacc/C/task1/poisson2d.c
8c2a462260d14027f1fe04a0f3052d2e5cd5b204
[]
no_license
StevenCHowell/accelerate
f5f42babcb4a950675eb48ac9427df2aa60eeb4f
b7d6790bcfc1940e3745fb2deb0d402c33475b10
refs/heads/master
2021-06-11T10:18:58.888662
2017-02-09T14:13:29
2017-02-09T14:13:29
72,563,485
0
0
null
null
null
null
UTF-8
C
false
false
5,758
c
/* * Copyright 2015 NVIDIA Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
[ "steven.howell@nist.gov" ]
steven.howell@nist.gov
2548f915cd5087f8c3856f62ab26c4288f7660c3
7cad4f5d9f12a29d02b3dda1aa5ffa0c671a2521
/src/layout.h
0fecd956735d8415dbd4e627d2bdbbb4ff73f895
[]
no_license
dascandy/rorsweb
582695f23f8c7b7b8c97a08d4e3b24f19eea0569
e9979b7151f0dc79e221821a4f4fd576fba7e2c7
refs/heads/master
2022-03-29T15:06:15.864603
2020-01-21T12:53:31
2020-01-21T12:53:31
235,342,073
1
0
null
null
null
null
UTF-8
C
false
false
78
h
#ifndef LAYOUT_H #define LAYOUT_H void applyStyles(Document *doc); #endif
[ "peter.bindels@tomtom.com" ]
peter.bindels@tomtom.com
60aab5e307080ca551f5a7b451642d9251d7ec45
f2880b6ab646ece3caf38bc58b3074d7c9fe1cfd
/decompiled_scripts/activity_creator_prototype_launcher.c
408676e64173ae8484c47eb4f9c74011045d541d
[ "Unlicense" ]
permissive
EllisDudesU/GTA-V-Decompiled-Scripts
83abe4e10eb2905fec62657d9640673dafe8def8
6b09b3b0ad9ee54d0be2bcb892c5abea76d29aaa
refs/heads/master
2023-01-24T05:51:49.433872
2020-12-15T14:20:31
2020-12-15T14:20:31
null
0
0
null
null
null
null
UTF-8
C
false
false
3,369
c
#region Local Var var uLocal_0 = 0; var uLocal_1 = 0; int iLocal_2 = 0; int iLocal_3 = 0; int iLocal_4 = 0; int iLocal_5 = 0; int iLocal_6 = 0; int iLocal_7 = 0; int iLocal_8 = 0; int iLocal_9 = 0; int iLocal_10 = 0; int iLocal_11 = 0; var uLocal_12 = 0; var uLocal_13 = 0; float fLocal_14 = 0f; var uLoc...
[ "63328889+Sainan@users.noreply.github.com" ]
63328889+Sainan@users.noreply.github.com
50bafcac481ebed619686d9f1f0c25aa47539166
03c3c53563cd06d97bef271cfcbea1a3fdd679fc
/lesson10/lesson104.c
7999570100339f4b5da6126bdffec81411c5fc16
[]
no_license
kurshakuz/csci151
37a25e02501ced69d755f0dfc5f42dd3ce603c86
edc36234bbac838269df9196ca7fdc6697dd036f
refs/heads/master
2020-03-09T07:42:46.598997
2018-04-08T18:39:08
2018-04-08T18:39:08
128,670,711
1
0
null
null
null
null
UTF-8
C
false
false
548
c
#include <stdio.h> #include <math.h> int c, b, i; int main(void) { setvbuf(stdout, NULL, _IONBF, 0); printf("Input some characters: "); while((c = getchar()) != '\n') { if (c != ' ') { ++i; } else { if (i > b) { b = i; } printf("%i...
[ "abilkasov@gmail.com" ]
abilkasov@gmail.com
2a14ba48c2ba69f1eb08959ce75726c395585e44
175b105a753bb09cbd0cff51c137fbaf2961d440
/HW4.X/font.h
616154eab64df2025c6f0ee3c916541d6292ab23
[]
no_license
MattG14/ME433
89441bb413cae9b15501b600c109130f9da13b5b
e6b55e278cbd3bb12cb8b03c32d5f204f9fd2300
refs/heads/master
2021-05-25T18:43:42.557880
2020-06-07T23:46:01
2020-06-07T23:46:01
253,875,190
0
0
null
null
null
null
UTF-8
C
false
false
4,107
h
#ifndef FONT_H__ #define FONT_H__ // make these functions: // void drawChar(...); // void drawString(...); // functions made in ssd1306.c // lookup table for all of the ascii characters static const char ASCII[96][5] = { {0x00, 0x00, 0x00, 0x00, 0x00} // 20 (space) ,{0x00, 0x00, 0x5f, 0x00, 0x00} // 21 ! ,{0x00, 0...
[ "matthewgrant2021@u.northwestern.edu" ]
matthewgrant2021@u.northwestern.edu
a8a0552f0f9d06dbe25671d1ffbc78d3b1216c7b
5d299ec78899b7668c537140e183022849463df6
/src/vdsp_proj/TestProject/TestProject.c
7b16ca8855f28ebf64e1187e4bf2d2b13d413e40
[]
no_license
senkolab/dsp_pid
d2b3dbcacf6b6994d9016bd26d27012542fca83f
f782c884939415b2a058a8be28fde483aaa301b5
refs/heads/master
2021-05-11T08:20:18.081722
2019-01-20T23:12:12
2019-01-20T23:12:12
118,050,156
0
0
null
null
null
null
UTF-8
C
false
false
1,073
c
/***************************************************************************** * TestProject.c * Tests the DSP-PID loop *****************************************************************************/ /* Place program arguments in the following string, or delete the definition if arguments will be passed from the ...
[ "rich@arbitrarytechnology.com" ]
rich@arbitrarytechnology.com
a6fe98838d2e3cfc4a8cb213599956545d81811e
3b7cdefcad1272ce9ef9b5a2ea6f6c36d4604a6f
/mcu/common/interface/service/hif/hif_trace.h
94a20c7532a45a1835f63e01761bbf1b033903e4
[]
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
4,529
h
#ifndef __INC_HIF_TRACE_H #define __INC_HIF_TRACE_H /* * Purpose: * Allow DHL index trace like message can be shown in console. * * Limitation: * 1. Not support string and floating point format specifiers. * * Usage: * step 1. Define HIF_CONSOLE_TRACE_ENABLED to 1 if you want to print * ...
[ "null" ]
null
ad28ab84004e944098a43ec8f01e2a85a7dbc8a3
d700178391ec734f5785546d51428683be9e71d5
/EXAMPLES/Lib/ADC0808.h
075110f5c337558a6d70c6ced56ded6ff0ced719
[]
no_license
hieunguyenbn/8051
cc865e6f3b0829e7b3ead8b3e4683a2f060d4a5d
81b71b52e2bd309a4f44d12507f0c8aaec7b3a49
refs/heads/master
2021-07-05T17:51:31.474980
2020-07-31T12:03:32
2020-07-31T12:03:32
136,686,511
1
0
null
null
null
null
UTF-8
C
false
false
403
h
// Yeu cau: Khai bao ket noi voi ADC0808 trong file Port.h //#define ADC0808_DATA P3 //sbit ADC0808_ADDA = P2^0; //sbit ADC0808_ADDB = P2^1; //sbit ADC0808_ADDC = P2^2; //sbit ADC0808_ALE = P2^3; //sbit ADC0808_START = P2^4; //sbit ADC0808_EOC = P2^5; //sbit ADC0808_OE = P2^6; #ifndef _ADC0808_H_ #define _ADC0808_...
[ "hieunguyenbn.dev@gmail.com" ]
hieunguyenbn.dev@gmail.com
0199aadba781e4a50087b48cad5a97464e53bd3c
80ff8c38ddf1407176555e720fa8f42066d56dc8
/uial_info_service.h
6650b792eeb8f6e8e2e27e981fd03bf75cbd016a
[]
no_license
qiuri2008/dataBroadCast
249e5eb315a6a968ce1c5a3726c9c8783ee5e228
786b1a1390909fe31aa9f2f54397f6535e43ebed
refs/heads/master
2021-05-12T03:36:08.434696
2018-01-16T02:43:59
2018-01-16T02:43:59
117,620,501
0
0
null
null
null
null
UTF-8
C
false
false
6,306
h
/******************************************************************************* * CONFIDENTIAL * Hangzhou GuoXin Science and Technology Co., Ltd. * (C)2008, All right reserved -------------------------------------------------------------------------------- ------------------------...
[ "jiangzhaowei2002@126.com" ]
jiangzhaowei2002@126.com
7190fa963ecc75958bfb1f57ebcb274da49cb082
d803b4b80128038acfa4f2a31626f2ebb85e71e9
/the_c_programming_language/ch01/exercise1-09.c
a145256be2fd6b6306f302b747ae1a8071191fb7
[]
no_license
igvtee/books
2b05a75359616d886fc99891f3a32c217e13aa4c
b3aff80e7364fd30454d5ba63e9e2f30f74afc26
refs/heads/master
2023-06-09T01:02:30.220059
2023-06-06T16:13:09
2023-06-06T16:13:09
70,047,754
4
1
null
null
null
null
UTF-8
C
false
false
244
c
#include <stdio.h> /* replace string of blanks with a single blank */ main() { int c, lastc; lastc = 1; while ((c = getchar()) != EOF) { if (c == ' ') if (lastc != ' ') putchar(c); if (c != ' ') putchar(c); lastc = c; } }
[ "igvtee@gmail.com" ]
igvtee@gmail.com
5c254249d8f132c3ca87fec10a668e0c5f0664a2
848ba12060ed1005d359ad6b92730c40a712c3fd
/JIRA/ADQT-4/performanceComparison.C
28a3ae6d80074c301c4c1f9079bce3cf0a276acc
[]
no_license
miranov25/RootInteractiveTest
29c1d9a857a8367ec020f81f8d8d3ac2462874e5
977a9669ab86a3264414189c34f25c183b4bd17c
refs/heads/master
2021-06-25T03:54:58.254628
2020-12-26T09:28:35
2020-12-26T09:28:35
169,422,722
0
5
null
2020-07-02T22:20:22
2019-02-06T14:54:56
Jupyter Notebook
UTF-8
C
false
false
5,427
c
/* gSystem->AddIncludePath("$AliPhysics_SRC/PWGPP/") gSystem->AddIncludePath("$AliRoot_SRC/STAT/") .L $AliPhysics_SRC/PWGPP/AliRootInteractive.h .L ~/github/RootInteractiveTest/JIRA/ADQT-4/performanceComparison.C InitTrees(); drawQMaxComparison() drawChi2ITSComparison() */ //#include "AliRootInteractive.h" ...
[ "marian.ivanov@cern.ch" ]
marian.ivanov@cern.ch
3df4e54b1642c5a512fcde4159428e678a1f0d0e
4edebf37c778226fd4158ec7f34a99365859f99e
/testsuite/csmith/gcc_O1/98.c
61f3dffd2e06922376469c8891df7a0e8051f943
[ "BSD-2-Clause" ]
permissive
mrcodechef/dwarf-synthesis
cb3e88d9de81dd872fb18a277e1e51fb0050f788
9344cad21d3f31fa03e1dd5e9a388efbeac7a279
refs/heads/master
2022-02-23T19:37:05.823621
2019-09-27T14:16:47
2019-09-27T14:16:47
null
0
0
null
null
null
null
UTF-8
C
false
false
56,260
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.3.0 * Git version: 30dccd7 * Options: (none) * Seed: 4017615675981490432 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ /* --- GLOBAL VARIABLES --- */ static int32_t g_2 = (-7L); static uint64_t...
[ "contact@tobast.fr" ]
contact@tobast.fr
acbf765a3102ebefa63bd5f255315a69a6b94a8a
ac2a304770b564751a6d7c702c4c4f1c66106b0c
/EIFGENs/static_analyzer/W_code/C12/ev1226d.c
f38566f1524113da32396f88c1d8ff51e44ec315
[]
no_license
omarabid59/Mathematical-Expression-Compiler
8b918aa3f5533ca6d8240ac5a357dd50d61c1a9b
c02b0a6b765fa87acee6801d8d2b0da9423a9e08
refs/heads/master
2021-09-02T02:40:48.920608
2017-12-29T19:59:54
2017-12-29T19:59:54
null
0
0
null
null
null
null
UTF-8
C
false
false
3,951
c
/* * Class EV_POSITIONABLE */ #include "eif_macros.h" #ifdef __cplusplus extern "C" { #endif static EIF_TYPE_INDEX gen_type0_1226 [] = {0xFF11,219,0xFFFF}; static EIF_TYPE_INDEX gen_type1_1226 [] = {0xFF11,236,0xFF12,1225,0xFFFF}; static EIF_TYPE_INDEX gen_type2_1226 [] = {0xFF11,1225,0xFFFF}; static EIF_TYPE_IND...
[ "omarabid-59@hotmail.com" ]
omarabid-59@hotmail.com
af65e3074d725c62e08a35c6fd868f20f73494ab
fbb8462e99f3d89b9508cd1ed9acc4b9d34c6377
/3_Programação_RPi/3.4_UART/Ex4.c
470ebf43d7500cf49a82172b93b245416356aaf4
[]
no_license
tiagorpereira/Sistemas_Embarcados
d4d71001d4cc7cd38ec26231b87402a81da1e162
1718d6e49b020dd1d06995c6bacaad3336bd1f3d
refs/heads/master
2023-03-24T01:24:06.315800
2021-03-10T19:01:18
2021-03-10T19:01:18
null
0
0
null
null
null
null
UTF-8
C
false
false
1,147
c
#include <stdio.h> #include <stdlib.h> #include <signal.h> #include <wiringPi.h> #include <wiringSerial.h> #include <errno.h> #include <string.h> // Para RPi 0, 1 e 2 // #define TTY "/dev/ttyAMA0" // Para RPi 0W, 3 e 4 #define TTY "/dev/ttyS0" int uart0_fd; void ctrl_c(int sig) { puts(" Fechando " TTY "..."); seria...
[ "diogogarcia@unb.br" ]
diogogarcia@unb.br
a31993875916468c9958b0627f1af670ca94147c
2f8261bcfc6416b200309b5969a7a46e29edfc8c
/utils/perl/c/i686-w64-mingw32/include/d3d11.h
77d81cfa542bb0567b1655f8a5467321c979d0cd
[ "LicenseRef-scancode-public-domain-disclaimer" ]
permissive
keenanlang/winepics
d0b385b93b8d7b099b95bf66c608637294da05fc
5cae5bb9905889ad8694ece05b2b749904d7d39d
refs/heads/master
2020-04-06T07:01:25.600675
2019-03-06T21:44:54
2019-03-06T21:44:54
42,735,349
0
0
null
null
null
null
UTF-8
C
false
false
759
h
/*** Autogenerated by WIDL from d3d11.idl - Do not edit ***/ #include <rpc.h> #include <rpcndr.h> #if !defined(COM_NO_WINDOWS_H) && !defined(__WINESRC__) #include <windows.h> #include <ole2.h> #endif #ifndef __WIDL_D3D11_H #define __WIDL_D3D11_H /* Forward declarations */ /* Headers for imported fil...
[ "klang@aps.anl.gov" ]
klang@aps.anl.gov
f96a95c13da07aa9040d06cc632a8c67bc763c81
0ce735bca910363a7eaa65d455af01fa6a0de086
/memory/page_size.c
9fd66d6224cf850d27f5435ef4d2fd8585cb7e6d
[ "MIT" ]
permissive
meghana-linux/c-practice
2b6010d931c23f00501cacf8e3d73b64b471d2ab
c5580622918fd535cafbf24ffd2612f05cd73cd0
refs/heads/master
2020-03-08T10:18:26.984512
2019-09-19T01:29:22
2019-09-19T01:29:22
128,069,760
0
0
null
null
null
null
UTF-8
C
false
false
197
c
#include<unistd.h> #include<stdio.h> #include<malloc.h> int main() { void* ptr; printf("\n ptr is %x \n", ptr); printf("\n ptr is 0x%x page size", getpagesize()); return 0; }
[ "meghana.linux@gmail.com" ]
meghana.linux@gmail.com
8631208c1f3523b03b7b26058c4e937c12eed755
4f719c4156736d21cd8f7e4fed3698da3cb8179c
/libraries/RF24/utility/ATXMegaD3/RF24_arch_config.h
53cc2f1af2ffba701ad8f3f3d49e12f0d827e89d
[ "LicenseRef-scancode-unknown-license-reference", "MIT", "GPL-2.0-only" ]
permissive
sldevand/activhome-arduino
e4a215da4fb87ee7599cc583f3165c0ffd874ea9
7979851c77fa3012b2a2e81d7a81aff8320a98ed
refs/heads/master
2022-11-15T10:15:39.565353
2022-11-07T21:50:31
2022-11-07T21:50:31
139,103,301
0
1
MIT
2022-10-28T19:25:04
2018-06-29T05:08:09
C++
UTF-8
C
false
false
1,891
h
/* Copyright (C) 2011 J. Coliz <maniacbug@ymail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. */ /** * @file RF24_arch_config.h * General defines and includes for RF24/Li...
[ "sldeveloperand@gmail.com" ]
sldeveloperand@gmail.com
9531f20963e2489097e1c7c1be80412de0c7606f
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant105006_optabs.c
b435746746dd0a15d30e3286d195b970cd93a701
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
231,403
c
/* Expand the basic unary and binary arithmetic operations, for GNU compiler. Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it a...
[ "agroce@gmail.com" ]
agroce@gmail.com
3c1ff144003e40626f6572f458dcb6f326402a9e
65eda420a8d95a023060dbf54989ca6887e9737a
/atlasBuild/src/blas/gemm/KERNEL/ATL_supKBmm55_1_1_bX.c
d08354e2136a1d29260714ebb461821164c96883
[]
no_license
ApostaC/sc17
91789164cdf334d0b821082625c7959333720290
0c6c5ec9194a3ea2b91973dd405eb679b3e6e31b
refs/heads/master
2020-12-02T22:08:09.557024
2017-09-07T14:21:43
2017-09-07T14:21:43
96,066,822
0
0
null
null
null
null
UTF-8
C
false
false
10,061
c
#define ATL_USERMM ATL_supKBmm55_1_1_bX #define ATL_USERMM_b1 ATL_supKBmm55_1_1_b1 #define ATL_USERMM_bn1 ATL_supKBmm55_1_1_bn1 #define ATL_USERMM_b0 ATL_supKBmm55_1_1_b0 #define ATL_USERMM_bX ATL_supKBmm55_1_1_bX #define BETAX #define SREAL #define MB 64 #define NB 64 #define KB 55 #define MBMB 4096 #define NBNB 409...
[ "Aposta@pku.edu.cn" ]
Aposta@pku.edu.cn
3ae095600fdb35e2f6390ca621de6642d2161fe3
df117ce1c71264f84f4e3f7f1a0036c665a9f3e3
/Operating Systems and Networks(C programming)/Prog03/Code/rotate.c
ec1302751b5e427bf3e50473eb8495fad5765a77
[]
no_license
plinek401/University-of-RI
8694e1d635cb2a5c41c6f6e9c821932ab7e59a5a
abc67dcbffca6b7e90c63f6ffb548e132df0e808
refs/heads/master
2022-11-29T02:35:12.994930
2020-08-11T17:43:06
2020-08-11T17:43:06
286,803,508
0
0
null
null
null
null
UTF-8
C
false
false
9,219
c
#include <stdlib.h> #include <stdio.h> #include <math.h> #include <string.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <dirent.h> #include "imageIO/imageIO_TGA.h" #include "imageIO/RasterImage.h" #define LOG_PATH "rotateLog.txt" //Function Declarations int checkFileExis...
[ "noreply@github.com" ]
plinek401.noreply@github.com
b9b24377ef6f94580f9ff613e48774b327430108
ba46aef4b6f538c41948535b9d2ecad3fcfbd11a
/srcs/optimization_five.c
61e7472802324f5c37b2b3b5191b82113ed392aa
[]
no_license
jalalium/Push_swap
e56364c4ede30025e0dbed10d793681696dc0e3e
542498c05b8702110985ac335fa3f6d77e08ec04
refs/heads/master
2020-09-04T13:20:50.773564
2019-11-05T12:55:41
2019-11-05T12:55:41
219,743,251
1
0
null
null
null
null
UTF-8
C
false
false
2,341
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* optimization_five.c :+: :+: :+: ...
[ "mmaaouni@e1r5p11.1337.ma" ]
mmaaouni@e1r5p11.1337.ma
2d35e1ce6811df79c2a58b3cc5fef2be9666146c
fb647033844db1e154d6e0a80201f3bdb98a3892
/formate.c
688a48ef6272367d1223701f0b33a94f897dc44b
[]
no_license
Cemp412/c-programs
62007c3123ec14b71d31f1faca511f3a545ecbae
cab8f0f48a45dc624e8a7a0794d0c08554c4e4d2
refs/heads/master
2022-12-16T14:42:51.551330
2020-09-25T15:31:06
2020-09-25T15:31:06
298,612,508
0
0
null
null
null
null
UTF-8
C
false
false
142
c
#include<stdio.h> int main() { int a = 8; float b = 7.1333; printf("hello world\n"); printf("%18.4f this",b); return 0; }
[ "chanchalsharma412@gmail.com" ]
chanchalsharma412@gmail.com
d2f4d0edfec10f0a035aa83f2a1d117f66f72bdb
9aee3a98fcbebd865084a9b74aa6bac3e9e4b16d
/Pods/Headers/Public/MyScriptInteractiveInk-Runtime/iink/IINK.h
15e1ff25525a6d60424356a60e561ff3897c0975
[ "Apache-2.0" ]
permissive
IolaniDev/KnowYourAngles
cb4c61a841e3f272309cef19aecd307e555e10f5
443d802a47ffe85b9e8022c9185b748083af5d81
refs/heads/master
2023-08-30T04:35:51.233939
2023-07-18T00:48:45
2023-07-18T00:48:45
84,870,204
0
0
NOASSERTION
2023-08-11T05:58:47
2017-03-13T20:14:55
Swift
UTF-8
C
false
false
62
h
../../../../MyScriptInteractiveInk-Runtime/include/iink/IINK.h
[ "enagoshi@iolani.org" ]
enagoshi@iolani.org