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
6152ddc4b0c76efa28b67d41c7194173e65b78b7
e2c7e3cecf32fc92082c6e33726dfc07d4e1e33c
/02-simple-echo-program/Blocking-IO/blocking.c
c11217d34932abaedda428ecd7b757179dde6dfc
[]
no_license
u-niversitystudent/Network-Programming-Lab-Assignments-NCIT
5ca76a7d1856402df9d3d3b1d0ca5c625953dbcf
1d5adbc9d2ca71fb25ab7126bae225090c1c0f19
refs/heads/main
2023-06-26T23:53:02.377682
2021-08-02T08:16:59
2021-08-02T08:16:59
null
0
0
null
null
null
null
UTF-8
C
false
false
2,694
c
#include <stdio.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <sys/types.h> #include <time.h> #include <netdb.h> #define MAXLINE 1024 #define LISTENQ 10 typedef struct sockaddr SA; void get_time(char *b...
[ "aakrist666@gmail.com" ]
aakrist666@gmail.com
6cc20e234e187919a21d02f5e356ba2bfb3ef0c9
7d1b21520e2ac1e43c11ffd618f0806807126dec
/Forgotten_Realms/Forgotten_Realms/functions/headers/load_screen_thread.h
9d5ddb552239b21358fb06803a14c1b5e0766089
[]
no_license
Saroko-dnd/Forgotten_Realms-main-repository-
14a8e15a976973826f40e4b49d909c6ba102673f
9d56fedcf8f64b8dca7b316ac0166c5627ff7613
refs/heads/master
2021-01-13T01:55:07.536022
2015-09-14T16:19:40
2015-09-14T16:19:40
41,598,349
1
0
null
null
null
null
UTF-8
C
false
false
95
h
#pragma once #include <SDL.h> void loading_screen_function(SDL_Renderer *, SDL_Texture *);
[ "isaroko@mail.ru" ]
isaroko@mail.ru
12dafcb2d31e49805e6782b6e04572fd3e76eb86
69e9ef51126651f9482fd0b4925cb9710648bd69
/C_Study_Example/Part1/Part1/6-11.c
4172ea3b76a64f7ba05a336c98eda75a26b104c8
[ "Unlicense" ]
permissive
SekyuShin/C_Project
7249a0100d10c85808363148a10eaad45e697223
90892c8374dad9eb02eadba04c3bd34379e38bfe
refs/heads/master
2020-04-14T07:42:24.080377
2019-01-06T05:11:09
2019-01-06T05:11:09
163,720,090
0
0
null
null
null
null
UHC
C
false
false
186
c
/* 6-11.c #include <stdio.h> int main(void) { int num1=100; // 정수 double num2=3.14; // 실수 printf("%lf \n", num1+num2); // 정수 + 실수 return 0; } */
[ "doublesk0810@gmail.com" ]
doublesk0810@gmail.com
566bbaff4ffb038a5ed05ae85f25d9a0747c98e3
612a699a3d29262c2c396e241ba26879240db1cc
/vendor/ncurses/progs/infocmp.c
d3fdc526175e797ed59ed45f72ca9445280a0c8c
[ "X11-distribute-modifications-variant", "MIT" ]
permissive
jakolehm/ruby-packer
c621e268935a94699ebecaf0c57249d883120c3e
01d9501af0ea20558bc16e8e47ede273e136e1d5
refs/heads/master
2021-10-10T02:02:40.177897
2018-11-23T11:33:56
2018-11-23T11:33:56
124,843,864
1
1
MIT
2018-11-23T11:33:57
2018-03-12T06:31:11
C
UTF-8
C
false
false
48,289
c
/**************************************************************************** * Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy ...
[ "pmq2001@gmail.com" ]
pmq2001@gmail.com
65d15ab4dbb5022ae20a36d27abee11cd90e9574
9db73ee721bedf400eb1e0b82ffbdf3499d30a4f
/C言語/coding/coding5_ファイル操作.c
84af245beb3dadec4f0bef605d675ba6e4f57004
[]
no_license
Onadius/learnEIL
4d57d0e5d6515c5379060c0591546bcfbc8b5303
ddf92c8e79acddbd498a71964362850bc0a970a7
refs/heads/master
2021-01-20T06:29:09.781691
2017-07-06T00:28:06
2017-07-06T00:28:06
89,885,580
1
0
null
2017-07-06T00:28:07
2017-05-01T00:24:02
C
UTF-8
C
false
false
940
c
//ファイル入力 /* #include <stdio.h> int main(void) { FILE *fp ; char s[10000] ; char c ; if((fp = fopen("message.txt", "r")) == NULL) { printf("error!\n") ; return 1 ; } // fscanf()で取得 printf("----------------------------------\n") ; while(fscanf(fp, "%s", s) != EOF) { print...
[ "orezigokusyounenn@gmail.com" ]
orezigokusyounenn@gmail.com
9996fdbc5780508dd18791e995f59d3662ac517f
4716956eb10970a241f657f77e17370618e15cde
/openssl/crypto/asn1/p5_pbev2.c
f85096ba93987d46a00dc57583717103943039cb
[ "LicenseRef-scancode-unknown-license-reference", "OpenSSL" ]
permissive
WeilerWebServices/Sketch
062d0bcfee39c54694a49269daa8f27dee723938
688bd1a179f66edef3d30e2b2e433b57be469fd1
refs/heads/master
2022-11-10T20:57:07.061334
2020-07-03T16:53:40
2020-07-03T16:53:40
260,155,866
1
0
null
null
null
null
UTF-8
C
false
false
8,623
c
/* p5_pbev2.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999-2004. */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or wi...
[ "nateweiler84@gmail.com" ]
nateweiler84@gmail.com
530338233783fabbc5ac41744137a3975f788eee
961c28efd25db8779f5cf9317e1347933bac807d
/Application_clignotement_Led/lib/App/blinker.c
4609e6c6cdf4cf40582a5bf4ba715a62a281faca
[]
no_license
chucknouri/Stage_4A_repo_github
56736160bb852df2d8fee851ab89db9cb0bf62aa
e193bccc2d7c2fe94c1d352103d98c0d7cf020bd
refs/heads/master
2023-07-18T01:56:34.800388
2021-08-19T14:24:01
2021-08-19T14:24:01
397,971,180
0
0
null
null
null
null
UTF-8
C
false
false
2,090
c
#include "blinker.h" #include "main.h" #define BLINKTIME 200 container_t *app; typedef enum { BLINKER_APP = LUOS_LAST_TYPE } App_type_t; int8_t id_led; unsigned long myTime; //Used to keep track of time uint8_t led_last_state = 0; //Is the LED on or off? static void Blinker_MsgHandler(container_t *container, m...
[ "nouri.huseynov@u-psud.fr" ]
nouri.huseynov@u-psud.fr
b6c7e2929dfdda6a2176a45c82e3fe7d981cabc6
1693bb2b60414a0ecfc13353d10e289b7412cb59
/examples/frdmk64f_lin_test/utilities/fsl_str.h
3807e5d614e6e625eb3b7afa142b283ac0710d09
[ "MIT" ]
permissive
sansergio/lin_driver
47d67f2eb542661f7f385e0ae27e72ce97412708
b765b8f5020bfd8f39632eb1c57d248226b6daab
refs/heads/master
2023-04-27T19:43:51.771133
2023-04-25T23:44:17
2023-04-25T23:44:17
204,532,150
0
5
MIT
2019-11-17T21:22:37
2019-08-26T18:01:25
C
UTF-8
C
false
false
3,374
h
/* * The Clear BSD License * Copyright 2017 NXP * All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided * that the following conditions are met: * * o Redistributions...
[ "sergio.n.santana@gmail.com" ]
sergio.n.santana@gmail.com
08fdfcf388079f081b5777d2c6be2f8d325c21eb
0882f688dc935a2ab6a2f68c71c0ea1d04e6f027
/CustomMethodCall/src/precompiled.h
167250d007272f9d61d0ef1c6c5d1ebfeb8f6f6a
[ "BSD-3-Clause" ]
permissive
BalzGuenat/Envision
34abe666e3f3f81bb605fbfd791e33730ebc3b01
9fa37ec43ac806bf4afb69ee24e87c4ddb0838de
refs/heads/development
2021-01-21T15:31:07.835384
2015-08-26T09:34:32
2015-08-26T09:34:32
28,993,565
0
0
null
2015-06-02T08:29:05
2015-01-09T00:44:24
C++
UTF-8
C
false
false
2,867
h
/*********************************************************************************************************************** ** ** Copyright (c) 2011, 2014 ETH Zurich ** All rights reserved. ** ** Redistribution and use in source and binary forms, with or without modification, are permitted provided that the ** following c...
[ "dimitar.asenov@inf.ethz.ch" ]
dimitar.asenov@inf.ethz.ch
8f1bc9b8a83c259d4d9eed79ee1effdbe2aa96ab
afea0089bb93d61f65f15c5a32b6191bf85c9f33
/src/backend/fcgi.c
ff99607dfce09b5fdc37f289e8d8c50b3f8e4f3b
[ "BSD-3-Clause" ]
permissive
DevSpouk/Tofu
2e7d0a4e5af308d59d5bc3ca7409d635ce01322b
734349cbc29a452cce632ee15b47da9aab71ca10
refs/heads/master
2020-12-29T01:10:37.151061
2012-01-03T15:03:59
2012-01-03T15:03:59
null
0
0
null
null
null
null
UTF-8
C
false
false
3,114
c
/* * (Yet another) C web framework * * Copyright (c) 2011, Alessandro Ghedini * 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 retain the a...
[ "al3xbio@gmail.com" ]
al3xbio@gmail.com
0ad99de4db8a0640d4fc0ef9be901779227a08dc
c9be7e4b9ca402f2a7970d3e5c775d4613927fa0
/platforms/ios/plus/Pods/Headers/Public/WXDevtool/WXTimelineDomain.h
a67ddfa2c80f40749c5d7f2b00c3fd1964234a9d
[ "MIT" ]
permissive
yunagile/weex-saoa
35af34b2ab65304ccdc13ed684a8859e4c26fa3c
3f9c3956d1e84458cbf08706994622fdae3c711d
refs/heads/master
2020-03-10T13:01:44.887326
2019-02-26T15:44:50
2019-02-26T15:44:50
129,390,511
15
5
null
null
null
null
UTF-8
C
false
false
72
h
../../../../WXDevtool/WXDevTool/Source/DerivedSources/WXTimelineDomain.h
[ "476743842@qq.com" ]
476743842@qq.com
dd7ab3a50db823e7659b21a0545bc5a5b993dbc9
c1e04263c9d7c6b41d62b0ee5868fd35a99cad07
/Monkey/ViewControllers/WebViewController.h
17407272ad18787ece924bbfff7b316a45c8a83e
[]
no_license
408396871/Monkey
4c02bab8ad7bbc0a399e57b70c47f4cb23eaba02
5a0e2509bae4095b880f8b076c8ffeb7ebee5c5a
refs/heads/master
2020-04-06T04:29:01.924012
2015-07-08T06:12:38
2015-07-08T06:12:38
38,735,727
0
0
null
null
null
null
UTF-8
C
false
false
280
h
//// //// WebViewController.h //// GitHubYi //// //// Created by coderyi on 15/4/4. //// Copyright (c) 2015年 www.coderyi.com. All rights reserved. //// // //#import <UIKit/UIKit.h> // //@interface WebViewController : UIViewController //@property NSString *urlString; //@end
[ "dongjiang@dongjiang.local" ]
dongjiang@dongjiang.local
7c750c0cdbd446ec03a5507ed4924fc91f78f81d
df167ab65753a1d42fdcc1046cdb14c0f31a5f0a
/MI014 POSIX/TME7/src/envClientTCP.c
5ae69879a07375f29d1172927349f5e34cc7ec90
[]
no_license
SUN-XIN/M1_s1
c4c83c802763be952b504951d65039fc6580fd24
73561be2a051b1cf7713e1c5502a033d543577ea
refs/heads/master
2021-01-01T05:33:38.145946
2013-03-30T17:59:45
2013-03-30T17:59:45
null
0
0
null
null
null
null
UTF-8
C
false
false
2,220
c
#define _XOPEN_SOURCE 700 #include <stdlib.h> #include <stdio.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> #include <sys/wait.h> #include <unistd.h> #include <netdb.h> #include <netinet/in.h> #include <arpa/inet.h> #include <fcntl.h> #include <ctype.h> #define P 7100 ...
[ "xin.sun0@gmail.com" ]
xin.sun0@gmail.com
134cb0f43c5e2a62612954386295afd494dd8e80
a78b4255c76bb1e292c17c86a50816473dfd6006
/src/wchar/wmemmove.c
5a67abe26ac5154846605831f208a3f72b8ed544
[ "MIT" ]
permissive
ung-org/libc
be61b73696766d8ca003dd3e2e94d57ea695e151
55fc64c7ffd7792bc88451a736c2e94e5865282f
refs/heads/master
2022-12-01T22:24:51.479128
2020-08-17T19:39:58
2020-08-17T19:39:58
null
0
0
null
null
null
null
UTF-8
C
false
false
392
c
#include <wchar.h> #include <stdlib.h> #include "_assert.h" wchar_t * wmemmove(wchar_t * s1, const wchar_t * s2, size_t n) { ASSERT_NONNULL(s1); ASSERT_NONNULL(s2); if (s1 < s2) { return wmemcpy(s1, s2, n); } /* reverse memcpy() */ while (n > 0) { s1[n] = s2[n]; n--; } /* last byte */ s1[n] = s2[n]; ...
[ "jkk@ung.org" ]
jkk@ung.org
a53d62a2198da60cb03062271919af984338b639
a45c1a82521c790ac30a5927982e058c4a951372
/Mathematics/Fundamentals/Handshake.c
85e681a845bc6efe54acecd6d6a16d2f5b71ca8e
[]
no_license
Nix07/HackerRank
ab1ef45c9ab5b50c1966145e6ded1ffd2992c91e
26944bcb6cb99f5164073d3d086eab44976a0150
refs/heads/master
2021-09-03T06:41:45.573794
2018-01-06T14:19:24
2018-01-06T14:19:24
103,934,769
0
0
null
null
null
null
UTF-8
C
false
false
166
c
#include <stdio.h> int main() { int t,i=0; scanf("%d",&t); while(i<t) { int n,m; scanf("%d",&n); m = (n*(n-1))/2; printf("%d\n",m); i++; } return 0; }
[ "nikhil07prakash@gmail.com" ]
nikhil07prakash@gmail.com
f785d57a307aa5549c9d682178c68c57d769ed06
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE78_OS_Command_Injection/s01/CWE78_OS_Command_Injection__char_connect_socket_execlp_21.c
afcd1a0701704146b0cdd58a8c6071401d9958b6
[]
no_license
arichardson/juliet-test-suite-c
cb71a729716c6aa8f4b987752272b66b1916fdaa
e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9
refs/heads/master
2022-12-10T12:05:51.179384
2022-11-17T15:41:30
2022-12-01T15:25:16
179,281,349
34
34
null
2022-12-01T15:25:18
2019-04-03T12:03:21
null
UTF-8
C
false
false
7,721
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__char_connect_socket_execlp_21.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-21.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: connect_socket Read data using a...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
0cf7737552c4622f643111698506d6c5561654f7
df990c19f9c208feb0fde58a0823325680323a1e
/test/xnet/ausplit.c
f88523338e363f4caf74685c74f06922cec6b83c
[]
no_license
Cloudxtreme/Pomegranate
30143b2266c32e9252ea073f57fd18447823210c
3add0cb0ffa9cae96d453df0422752423eaa495b
refs/heads/master
2021-05-27T22:26:31.849308
2011-06-07T19:41:53
2011-06-07T19:41:53
null
0
0
null
null
null
null
UTF-8
C
false
false
27,620
c
/** * Copyright (c) 2009 Ma Can <ml.macana@gmail.com> * <macan@ncic.ac.cn> * * Armed with EMACS. * Time-stamp: <2010-11-02 18:17:54 macan> * * 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 * ...
[ "ml.macana@gmail.com" ]
ml.macana@gmail.com
ff31a8c1d453cf6fcf8499958ae2704d2aaf1395
fc63b1b326867eec1e12ba4264f229501acdb19e
/BLDC_V1.0/USER_PROJECT/Uart.c
03bf5334fa141c08831a3c16f780c8630300b8a1
[]
no_license
zhyifang/111111
a323729b757a1449285c483032e6cc04e3cc5aeb
3581bc62e7e66225903d063216dc796fe34432c1
refs/heads/master
2020-12-13T02:15:23.840669
2020-01-17T09:51:51
2020-01-17T09:51:51
234,285,476
7
3
null
null
null
null
GB18030
C
false
false
7,147
c
/*************************************** * 文件名 :usart1.c * 描述 :配置USART1 * 实验平台:MINI STM32开发板 基于STM32F103RCT6 * 硬件连接:------------------------ * | PA6 - USART1(Tx) | * | PA7 - USART1(Rx) | * ------------------------ * 库版本 :ST3.0.0 * 文件名 :usart2.c * 描述 ...
[ "15602900556@163.com" ]
15602900556@163.com
cc90f96c5a9d2b256dc17ec7306e884c78292d4f
233b654a09622ce391ab6cc62eb0347a02fd9ef7
/pr/lab7/c/prodkons/kolejka.h
43122f4194cc0bfcf09b4dc1bef585ff709c1699
[]
no_license
niemcu/agh-stuff
d1db58fbfb8225455ccca787217e5d1c5202d5d5
02986ac1ef04baf8f57d0dc9379d04c8d49ed8e6
refs/heads/master
2020-04-16T00:50:51.949222
2016-07-23T05:43:41
2016-07-23T05:43:41
35,327,145
1
0
null
null
null
null
UTF-8
C
false
false
1,568
h
#ifndef _kolejka_ #define _kolejka_ /*** Definicje typow zmiennych ***/ typedef struct{ int* A; int indeksmax; int glowa; int ogon; } kolejka; /*** Deklaracje procedur interfejsu stosu ***/ /*--------------------------------------------------------- kolejka_inicjuj - procedura inicjuje kolejke i zwraca uch...
[ "szniemcu@gmail.com" ]
szniemcu@gmail.com
f51df307a5f4fc247a04729f521d0f3f6e95d3ed
6ebbd3c38c198d8561ac9ee9410c1bb09d549942
/HAL/Atmel/SAMD5X/Clock/Config/Trunk/Clock_cfg.h
736fbd2002955d08ef75505d05a6588588eb4199
[]
no_license
liwei12400/SoftwareLibraries
5596921dc6f0044c803525a35cabf9d8019ad08d
2a9e8fb761beb528920fb0eec27f7e2f6a94f223
refs/heads/master
2023-02-19T05:32:15.455978
2021-01-20T19:32:09
2021-01-20T19:32:09
null
0
0
null
null
null
null
UTF-8
C
false
false
1,640
h
/****************************************************************************** * @file Clock_cfg.h * * @brief * * This file * * @copyright Copyright (c) 2012 CyberIntegration * This document contains proprietary data and information of CyberIntegration * LLC. It is the exclusive property of CyberIntegratio...
[ "wbasser@gmail.com" ]
wbasser@gmail.com
37afc9e6a4ee3721043caa6118e1ab1de6aa6c11
ace26cc33ebc9fa02199b0627699999adfba2164
/kernel/linux-5.4.152/drivers/bluetooth/bluecard_cs.mod.c
f3aeef4097498e0b85b2c154606e1dc19d8968d9
[]
no_license
YJbonobono/linux-design
936d5b9880e2aac4d86c07c3ca6c260d90b3e135
1684b19645bcd523d51fe2d12805d0bbcdea6599
refs/heads/main
2023-08-07T21:55:30.484704
2021-10-12T17:01:04
2021-10-12T17:01:04
413,645,550
0
0
null
2021-10-05T02:34:49
2021-10-05T02:15:12
Shell
UTF-8
C
false
false
2,091
c
#include <linux/build-salt.h> #include <linux/module.h> #include <linux/vermagic.h> #include <linux/compiler.h> BUILD_SALT; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(.gnu.linkonce.this_module) = { .name = KBUILD_MODNAME, .init = init_...
[ "1004anny1@naver.com" ]
1004anny1@naver.com
a0484f2a43f710a46d9d340b9c716c108335e9e3
86a7713048c9e51b113b1d869d7c8be77a6abf30
/Compilador-Micro-V1.1.0/scanner.c
01bb7d822a40626d98502ecae7cb9cdeec8223bf
[]
no_license
christian-quisbert/sintaxis
9f4c9cbbfdaf26fbe7ec0bd45e1e94e133901ab6
12b2602d26714ac4574e13be5f400f63ae35b5d2
refs/heads/master
2021-01-19T16:20:39.429413
2017-11-21T19:32:33
2017-11-21T19:32:33
101,001,107
1
0
null
null
null
null
UTF-8
C
false
false
4,188
c
/** \file funciones.c \brief Contiene las funciones para el scanner. \author Chistian Leonel Quisbert (christianquisbert@gmail.com) \date 2017.11.14 \version Versión 1.1.0 */ #include <ctype.h> #include <stdio.h> #include <string.h> #include "micro.h" #include "scanner.h" /** \fn columna \b...
[ "christianquisbert@gmail.com" ]
christianquisbert@gmail.com
0d77e5bb11d76f6561ccda9b62edbbb4d3d7d8cc
c201b2587cae0b3d40a6fe6b8af8db26d9c70fb6
/Fengwei (Tim) Yang/software libraries/hdf5-1.6.10/tools/lib/h5tools_str.c
f0150547806a28dffac2e416c20d1a311af0bcc7
[ "LicenseRef-scancode-llnl", "LicenseRef-scancode-hdf4" ]
permissive
timondy/PhaseFieldBenchmarking
b97f01637941b789653493f18751e4499aa9ccae
676382ed149b2441b862bb823738be27814e6b4d
refs/heads/master
2023-07-13T05:51:13.307900
2023-06-29T19:25:47
2023-06-29T19:25:47
152,245,104
10
5
null
2019-01-10T15:21:34
2018-10-09T12:12:46
C++
UTF-8
C
false
false
37,671
c
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
[ "timondy@hotmail.com" ]
timondy@hotmail.com
dafa62944999c9f9bb521f3bffefc158bafa31cb
beed478898aec190474cbc7817596af43b9dfd52
/compiladores2018/geracao_codigo/saidas/professor/BojV20Rl.c
1d0e77edee58b6a3ce7eacce1043272a7bc17e89
[]
no_license
harryporto/compiladores
4a9cf33d70ab1e5b967b27f0012d8219c9330d6d
8f7c49ef8936229ce57394a7a2aa181951f552e0
refs/heads/master
2021-09-19T21:22:53.797300
2018-07-31T20:05:28
2018-07-31T20:05:28
109,142,448
0
0
null
null
null
null
UTF-8
C
false
false
138
c
[programX 286 /nX 262 /n [var-declarationX 284 /nX 1 /nX 274 /nX 270 /n]X 262 /n [var-declarationX 284 /nX 1852399981 /nX 284 /nX 270 /n]]
[ "harry_portoseguro@hotmail.com" ]
harry_portoseguro@hotmail.com
443c7efa0692644e663953a924b78b87011deee4
8af3b1d36a7d2b347c2b98ee5dca00843f020527
/RTE/Device/STM32F303VCTx/MX_Device.h
545d0393dcea04ea7965203c8c52000102a5a57b
[]
no_license
namviet2612/FreeRTOS_Demo
fff620003c570089aad78f2ba7d487e0c3647327
d4e8780b5041d6ac16fc4dddfc585f1e0a322db6
refs/heads/master
2020-04-21T11:12:11.263392
2019-02-17T16:17:33
2019-02-17T16:17:33
169,514,769
0
0
null
null
null
null
UTF-8
C
false
false
2,403
h
/****************************************************************************** * File Name : MX_Device.h * Date : 07/02/2019 15:56:37 * Description : STM32Cube MX parameter definitions * Note : This file is generated by STM32CubeMX (DO NOT EDIT!) **********************************************...
[ "namviet2612@gmail.com" ]
namviet2612@gmail.com
063369df79d92290b8b80c22dd8f26937351972f
2a34b0c2779c8220272cd3781a39c5867146b615
/src/libc/stdio/getdelim.c
165d473bfaf1cf249af0e6c2ac27670da7bd2e84
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
yurydelendik/cloudlibc
f824043879ee7147049eb2bf5b243e7b0b5ac530
b25d9232b3e5b3757231afdc888d2b9072673917
refs/heads/master
2020-04-10T02:42:27.618187
2018-12-15T00:53:03
2018-12-15T00:53:03
160,750,519
0
0
NOASSERTION
2018-12-07T00:43:43
2018-12-07T00:43:43
null
UTF-8
C
false
false
2,632
c
// Copyright (c) 2015 Nuxi, https://nuxi.nl/ // // SPDX-License-Identifier: BSD-2-Clause #include <common/stdio.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> static inline size_t roundup2(size_t lowerbound) { // Never allocate a buffer smaller than 16 bytes. size_t value = 16; while (value < l...
[ "ed@nuxi.nl" ]
ed@nuxi.nl
e2db4df97a09e1a1b0a1df9d778f9f9c68f9d8b3
2d46a63b9949ddf6efc6755c3a07ca1427ec1275
/firmware/STM32_Workspace/AWE BSP stm32f769i s1.0/Audionterface/Lib/AWEInclude/Modules/ModImpulseMsecSourceFract32.h
8ed695b527d79cbb6e21e040d7e61695506743ba
[]
no_license
xinghuaman/Klanghabitat_Quantum
6f02ce60afb7a0a4d0a6a53d42c8e034611c407e
b5aa9261b4ad98d911953cb40bfdadb0b7932d0d
refs/heads/master
2023-04-15T01:05:42.732026
2021-04-21T14:35:20
2021-04-21T14:35:20
null
0
0
null
null
null
null
UTF-8
C
false
false
2,827
h
/**************************************************************************** * * Audio Framework * --------------- * **************************************************************************** * ModImpulseMsecSourceFract32.h *************************************************************...
[ "christian.sager@etteplan.com" ]
christian.sager@etteplan.com
73045775e7cb900d358ba94e0d87adfdd4469e92
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/gpu/drm/stm/extr_dw_mipi_dsi-stm.c_dsi_write.c
93aaba180e8e817df9750434c3f9e24de22d03d3
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
649
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
977cbf8d0cce62740f585a19291fa106bc11297f
b3db27980f5359c62c092df2e5049ec9d69ed3a1
/inc/xmltester.h
1f18e2befb72821e5a4fdcf12255cdeae296ea51
[]
no_license
JonM0/xmlJtest
391b700aaede76c271ad1f719bb54bb1d59117db
d78013dfede41e63eda6665bb632154d7739d070
refs/heads/master
2023-01-13T06:51:24.045312
2020-11-19T23:11:26
2020-11-19T23:11:26
314,325,115
0
0
null
null
null
null
UTF-8
C
false
false
466
h
#ifndef XMLTESTER #define XMLTESTER #include <libxml/tree.h> typedef enum { passed, failed, broken } test_result; typedef test_result (*test_function)(const xmlNode *); typedef struct _xmltester xmltester; xmltester* xmltester_create(); void xmltester_free(xmltester* tester); int xmltester_run_file(c...
[ "61517667+JonM0@users.noreply.github.com" ]
61517667+JonM0@users.noreply.github.com
f66c4033bcdb3c6e904c8e49d37ba35cc6e6c52e
7e41167bfae6d2c38689b7e0993b308e045cbd05
/libinfo/rpc.subproj/xdr_float.c
1ef6f0453ee3ef73024d8a03291cac21f9a0c1fe
[ "LicenseRef-scancode-sun-rpc", "BSD-3-Clause", "curl", "GPL-1.0-or-later", "MIT", "Python-2.0", "LicenseRef-scancode-unknown-license-reference", "APSL-1.0", "LicenseRef-scancode-generic-trademark", "LicenseRef-scancode-warranty-disclaimer", "APSL-1.1" ]
permissive
holzschu/ios_system
7b18993dbcb33331c353e0257ca54847a5d1b1bb
6a83eb1c6c383a562fbe33a7e97677e88d305b51
refs/heads/master
2023-08-14T09:11:40.627903
2023-04-18T15:12:29
2023-04-18T15:12:29
113,187,304
882
155
BSD-3-Clause
2023-08-19T19:15:35
2017-12-05T13:42:50
C
UTF-8
C
false
false
8,531
c
/* * Copyright (c) 1999 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * Portions Copyright (c) 1999 Apple Computer, Inc. All Rights * Reserved. This file contains Original Code and/or Modifications of * Original Code as defined in and that are subject to the Apple Public * Sour...
[ "nicolas.holzschuch@inria.fr" ]
nicolas.holzschuch@inria.fr
d18fa495540f73e0d8560512d2eca478837edbd0
89c2e943377bc52acc51886dd68764c015720b4d
/STM32_ThreadX/Core/Src/gpio.c
e28ff4f9f258895186090c519ae66aebc9681a69
[]
no_license
alambe94/STM32_H7_Playground
1a1c9a791f5a7f668dceb09102d65a53318f2edc
89bbd9caea4d5653a031b1208768501a1ccac3b4
refs/heads/main
2023-02-22T01:09:04.757698
2021-01-27T13:35:24
2021-01-27T13:35:24
326,209,745
1
0
null
null
null
null
UTF-8
C
false
false
15,317
c
/** ****************************************************************************** * @file gpio.c * @brief This file provides code for the configuration * of all used GPIO pins. ****************************************************************************** * @attention * * <h2><center>&cop...
[ "you@example.com" ]
you@example.com
7b673217450dd84f78d09aa5b3ed1d2711bbaef8
2ac5d072fe4b63beaabb734b217cf0f907a5a85e
/LostProj/BasicFuncTest/SUN_combi/SUN_combi/hypub/testsrc/kshutil/txlogconv/txlogconv.c
c695c365d66371197f7660b2a92fb4f545493340
[]
no_license
nawhizz/KAIT
62c148ecd623aad5a5eefa237aa4ca51e04feb01
ed4942db6978f56177cf49bc51df49e5afc65dc1
refs/heads/master
2020-04-02T04:45:26.691800
2017-02-26T02:49:58
2017-02-26T02:49:58
63,002,192
0
0
null
null
null
null
UHC
C
false
false
8,423
c
/* txlogconv.c */ /*----------------------------------------------------------------------* | Descrip. txlog format 전환 | | | | Project DLTP | | System DLTP | | Pgid txlogconv | | | | Date 2001.04.17 | | | *-------------------------------------------------------------...
[ "nawhizz@gmail.com" ]
nawhizz@gmail.com
bfbb791b8034edf3f6cd9026708a618241ca283d
de2d62acae9aa04150b0a59c69515fa321cb1bdd
/server/libmy/my_strcat.c
f0855bf9b369e6946bad5d428b8bf5d4aef45a7c
[]
no_license
Kumatetsu/SoftWar
c9768488fa526f8f57fef03cdbc2e3b3a7cce6a7
dfe6634f9a96e47421c85ad8d6288169b08de226
refs/heads/master
2020-04-05T14:36:09.522980
2017-10-12T14:23:39
2017-10-12T14:23:39
94,706,351
0
3
null
2017-10-12T14:23:41
2017-06-18T18:46:46
Python
UTF-8
C
false
false
862
c
/* ** my_strcat.c for libmy_finale in /home/aurelien/repertoire_rendu/piscine_C/Jour04/castel_a ** ** Made by CASTELLARNAU Aurelien ** Login <castel_a@etna-alternance.net> ** ** Started on Fri Oct 21 12:49:49 2016 CASTELLARNAU Aurelien ** Last update Mon Apr 24 23:20:52 2017 CASTELLARNAU Aurelien */ #include <std...
[ "aurelien@Debian" ]
aurelien@Debian
639a301d8932d623ca0f0e0c50828b9b04fb9543
804f4cc92ba12e7dfb16632442a69260ac7b491b
/libft/ft_strtrim.c
53776b2ca44e55e4b839efed3ac9f697c5673387
[]
no_license
FaronTait/fdf
775ded2dfa2a3b53e5244d4b54895f84cccc3561
459f5f2385095a8d47dd2d8eb225ea1413d66a36
refs/heads/master
2020-03-29T05:33:33.901828
2018-09-20T09:48:17
2018-09-20T09:48:17
149,587,505
0
0
null
null
null
null
UTF-8
C
false
false
1,382
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strtrim.c :+: :+: :+: ...
[ "ftait@e4r8p8.wethinkcode.co.za" ]
ftait@e4r8p8.wethinkcode.co.za
e0bbf7a83e10f1a2b17700782e5f54e98ee609b6
ca7519fc2bf304b2acee6924b3c5ee5c34ff330a
/TWMapper/TWMapper/stdafx.h
71230a0ad25635637aad27e1ad7d3aa12311f9a0
[ "Apache-2.0" ]
permissive
zbeckerman/attac
2cac84c34183700d4ae441a3e403aba0a8158d0c
ca07aeb7fbb14e2aea8d19aeb0b044bbc27721e7
refs/heads/master
2020-04-19T15:49:54.585073
2019-04-30T06:36:34
2019-04-30T06:36:34
168,285,390
1
0
null
null
null
null
UTF-8
C
false
false
1,905
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, // but are changed infrequently #pragma once #ifndef VC_EXTRALEAN #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #endif // Modify the following defines if you have to ...
[ "zbeckerman@users.noreply.github.com" ]
zbeckerman@users.noreply.github.com
54da861756d8089f0dd499b50721a4c9e4efaf28
700655f30905cd456d1a1eb1ade415c6ff30590b
/seg_info/mod_4_logica_prog_C/inversebit.c
0676ab85ee8167b9394e4ad96f605814127de5a1
[]
no_license
Nthingtech/cod_aulas
9ef0f7be10165b01fd55463700937ebadbcba6ae
a48824c2b4c20368e95bd3c8412059abf3dbffd9
refs/heads/main
2023-06-18T02:02:13.116362
2021-07-08T21:15:05
2021-07-08T21:15:05
345,830,139
0
0
null
null
null
null
UTF-8
C
false
false
137
c
#include <stdio.h> int main(void) { int x = 127; printf("x= %d\n", x); printf("Negação de x= %d\n", ~x); return 0; }
[ "store.nthing@gmail.com" ]
store.nthing@gmail.com
bdda79a546d2035bbbe1247cd5222ee7bd485f99
454ee09724ef8e9a9f22071b943d4222889e50fd
/include/IIDM/extensions/connectablePosition/version.h
8a3f3da8110269a8efb344c0a96d18788e1be6e0
[]
no_license
alirezamasoom/DynaEMT
23b9c4b148c7ba84bdfc480d18f2bf9d6213fc71
f18d20b9540763a41ba6736fd557b6d7d5f99c13
refs/heads/master
2022-12-13T15:52:40.788488
2020-09-15T15:15:18
2020-09-15T15:15:18
295,464,460
1
0
null
null
null
null
UTF-8
C
false
false
896
h
// // Copyright (c) 2016-2019, RTE (http://www.rte-france.com) // All rights reserved. // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // SPDX-License-Identifier: MPL...
[ "alireza.masoom@polymtl.ca" ]
alireza.masoom@polymtl.ca
8dd14741eeb059be82f2a74c32d8691a67239a4d
6432ffa0649947cdb0c2045a3a7b2b2bee27e8c2
/d/beijing/dongmen.c
d3e06a11a484b4a5dba924efb5b959c25fbea115
[]
no_license
MudRen/xkx100
f2e314a542e459502e28f311cd9f20ee7f7c6f43
dfca57e056460d7c0532a6e19a5e4add94a5588d
refs/heads/main
2022-03-05T00:08:01.398338
2022-01-25T09:00:27
2022-01-25T09:00:27
313,971,845
6
3
null
null
null
null
UTF-8
C
false
false
963
c
// Room: /beijing/dongmen.c inherit ROOM; string look_gaoshi(); void create() { set("short", "东门"); set("long", @LONG 这是东城门,城门正上方刻着“东门”两个大字,城墙上贴着几张 官府告示(gaoshi)。一条笔直的青石板大道向东西两边延伸。东边是郊 外,越过城门可以看到驿道上人来车往,尘土飞扬。西边通往城里。西 北边是朝阳门。 LONG ); set("outdoors", "beijing"); set("item_desc", ([ "gaoshi" : (: look_gaoshi :), ]...
[ "freddy.chua@ey.com" ]
freddy.chua@ey.com
226158346971c01161dbbedbc907a05cbf47b534
b78b581a3da2f8cb8f7f5f4a5351bd8022cb2b08
/Classes/Source/lag2~.c
1038236e5d27751aa82bed7b23c54d96d5132793
[ "LicenseRef-scancode-unknown-license-reference", "WTFPL" ]
permissive
emviveros/pd-else
32c3e3b1b86482bfa14d14b9f9749db63ea7b78a
697aa09209c0a1a34e15d7e7eba275cc84cfff5f
refs/heads/master
2023-04-06T17:23:29.504239
2021-05-18T02:15:28
2021-05-18T02:15:28
301,863,816
0
0
WTFPL
2020-12-04T21:41:16
2020-10-06T21:55:01
C
UTF-8
C
false
false
2,379
c
// Porres 2017 #include "m_pd.h" #include <math.h> #define LOG001 log(0.001) typedef struct _lag2{ t_object x_obj; t_float x_in; t_inlet *x_inlet_ms_up; t_inlet *x_inlet_ms_down; t_outlet *x_out; t_float x_sr_khz; double x_ynm1; int x_reset; }t_lag2; s...
[ "porres@gmail.com" ]
porres@gmail.com
9449a8e067695d202003f8d85dc001cdf0b0823d
4312f0d3800d99bff36950f5365e9406d3434089
/pruebas_alumno_lista.c
8874d7bedd7ab99e1a678342160ea98691caf942
[]
no_license
cpared/Linked-List
ecc707180fc676dd6d54aa52f190b441f99c8909
4792193f18d00c7e85479074d6e9876b31d18646
refs/heads/master
2020-08-03T09:54:22.162562
2019-09-29T18:50:24
2019-09-29T18:50:24
211,710,182
1
0
null
null
null
null
UTF-8
C
false
false
10,720
c
#include "lista.h" #include "testing.h" #include <stddef.h> #include <stdio.h> #include <stdlib.h> #define MAX_VOLUMEN 1000 #define MAX_ELEMENTOS 500 #define CANT_CARACTERES_ASCII 255 #define CANT_ELEMENTOS_ARR 7 //Creo un puntero a un entero dinámico con un valor int* crear_entero_dinamico(void){ int* entero_di...
[ "capared91@gmail.com" ]
capared91@gmail.com
9c708d443beffd92db057b8bea3f5e77c9587059
0c8c3766211fbc2d973bf2cb17e5abf32271daa1
/alumnos/3961-DanielMartinezColl/tp4/service.c
284bd0cba21046feaef37944fb7485d6ba217d52
[]
no_license
DanielMartinezColl/lab
e482d5310a99199d65af63644baee4fd9311ab21
d3ce3f804d47b7fd1b9d4df262f5a96111b07bcc
refs/heads/master
2020-12-11T09:09:23.638534
2017-10-03T12:42:06
2017-10-03T12:42:06
33,938,163
0
0
null
2015-04-14T14:54:04
2015-04-14T14:54:04
null
UTF-8
C
false
false
2,019
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h> #include "service.h" int service(int sdc) { char buff[1024]; char buffer[1024]; int leido,fd; char *token; char *resultado = NULL; char archivo[256]; ...
[ "largui@largui-VirtualBox.(none)" ]
largui@largui-VirtualBox.(none)
2d4e1b2c48c046585ad81933c1084e74e8f6a12d
e82a5bcd41d64962924ea66fcb1ee7b9cc0f4118
/src/plane.h
cddc3ae9cc7670c9677e1dc1213c9cdd609e72ff
[]
no_license
Karethoth/Bullseye-Trainer
90979caf3e90e8b2851d13a9ea31c0eb38f685f1
f71ec80d24b9296a95bb3269b3b17133a3767e28
refs/heads/master
2020-04-28T21:12:49.042967
2012-04-26T21:29:56
2012-04-26T21:29:56
null
0
0
null
null
null
null
UTF-8
C
false
false
121
h
#ifndef PLANE_H #define PLANE_H typedef struct { float distance; float bearing; float heading; } sPlane; #endif
[ "karethoth@gmail.com" ]
karethoth@gmail.com
e3314f367e892e9c4b9a5ce35b880abb858f58a0
51c7cd70b823cff364d8487cf7e485959f78e0c2
/Temp/StagingArea/Data/il2cppOutput/Il2CppTypeDefinitions.c
6bb5a94ea03f03bf653b73728464c05662b6bbee
[]
no_license
patruq/coin-quest
92bee90f962acd27063779232ba599791d70ddc0
894af15bd3209d623f07c65b3fa90a6e27d893e5
refs/heads/master
2023-01-18T13:50:01.807331
2020-11-24T20:00:58
2020-11-24T20:00:58
315,739,308
0
0
null
null
null
null
UTF-8
C
false
false
5,755,085
c
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "codegen/il2cpp-codegen-metadata.h" IL2CPP_EXTERN_C_BEGIN extern const Il2CppType Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0; extern const Il2CppType DS_t79917654E7C7DD9C4B85FC70179677948A467...
[ "pattymac.pm@gmail.com" ]
pattymac.pm@gmail.com
fc0f8cc85845975a35ff9444dcc45c6bf8674ad0
961aaf9e325b4b6268d5a4f972f98b8f0d47fdc5
/cocos2d-x-2.2.1/cocos2dx/platform/third_party/linux/libjpeg/jmemsys.h
09ec5a59a1b066888f44bd0ccc0e2b7a2569d2c7
[ "MIT" ]
permissive
rex729/coffeedonut
1cacfa4c7dede15995721ab88567ada074e200db
898b38f30eee4ebb1c8b50afe7272e44f1344476
refs/heads/master
2021-01-19T05:49:07.652977
2014-07-19T17:32:34
2014-07-19T17:32:34
null
0
0
null
null
null
null
UTF-8
C
false
false
8,626
h
/* * jmemsys.h * * Copyright (C) 1992-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This include file defines the interface between the system-independent * and system-dependent ...
[ "uck729@gmail.com" ]
uck729@gmail.com
eca8b85adc855034e348d756cff8281805f3616c
4e98954e5757d9fd3293a6d2ada0abea64583ea3
/test/src/test_with_clause_parser.c
e452fa7946d0356ed318ddfbb7c7d5ee54a0b1c8
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "PostgreSQL", "LicenseRef-scancode-free-unknown" ]
permissive
cevian/timescaledb
b5283fe0502e9b88e183a96cebe6477931610bdf
6acae07272c02b32a805ba213bbc8f72e4a816bf
refs/heads/master
2022-12-23T21:30:04.152610
2019-05-01T18:51:30
2019-05-01T18:54:05
140,483,782
0
0
Apache-2.0
2019-02-11T21:20:50
2018-07-10T20:27:34
C
UTF-8
C
false
false
7,039
c
#include <postgres.h> #include <fmgr.h> #include <funcapi.h> #include <access/htup_details.h> #include <commands/defrem.h> #include <catalog/pg_type.h> #include <utils/array.h> #include <utils/builtins.h> #include <utils/lsyscache.h> #include <utils/memutils.h> #include "export.h" #include "with_clause_parser.h" #de...
[ "joshua@lockerman.info" ]
joshua@lockerman.info
ddeee3889bed1135be026a0e02e049f1804ec99b
69bd92ef430212402e577010122d28d5cf48e08c
/iVault/MoneroLib/moneroWrapper.h
9f799f7aebd8cec2df32e59ef2cf725564b5e7ab
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
hytproject/iVault
653ed60703dcc18a7fbb10e8d781b50f4dac6bc1
13d3acacf38e791abf942090bd5af0755d754b84
refs/heads/main
2023-07-30T00:46:15.645145
2021-09-14T12:51:13
2021-09-14T12:51:13
null
0
0
null
null
null
null
UTF-8
C
false
false
4,561
h
// // moneroWrapper.hpp // XWallet // // Created by loj on 15.08.17. // #ifndef moneroWrapper_h #define moneroWrapper_h #include "stdbool.h" #include "stdint.h" #include "time.h" #include <uuid/uuid.h> #ifdef __cplusplus extern "C" { #endif enum monero_status { Status_Ok, Status_Error, ...
[ "cryptoamity@gmail.com" ]
cryptoamity@gmail.com
692e051ff4726039fce0c7c38b3adb13388491fb
e7860f3be0224302e611b19b0cf377f18259c27d
/middleware/wireless/nwk_ip_1.2.1/core/interface/thread/thread_network.h
76f55fb9b7e9f52c20376415c58ee3d0dec47064
[]
no_license
ERNE196077/COM_Practica2_Router
97227cf6cf4fa87d86f56edfcd699bca3e578850
a2c5f7bc884238ac927e4e8a78a503208c35930b
refs/heads/master
2021-01-20T12:55:28.934724
2017-05-09T01:38:16
2017-05-09T01:38:16
90,429,413
1
1
null
null
null
null
UTF-8
C
false
false
34,838
h
/*! ********************************************************************************* * \defgroup NWK Thread Network Interface * @{ ***********************************************************************************/ /* * Copyright (c) 2014 - 2015, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * * Red...
[ "ramoscaciqueernesto@hotmail.com" ]
ramoscaciqueernesto@hotmail.com
011b83afb908ee745e66dbfe508d851cf66ab77b
a9943359a9c1539e87f4dca80f854b9d6cb16047
/lib/my/my_str_isnum.c
8bc7fa374b20e158189a94680bc467a8772e339f
[]
no_license
VasMaxence/Defenders
a82f97c1e3dbc3ecd10832588b8fdb75b5b50bf9
bb8d9461232be20ca2eec5d08359ea8d522ddae0
refs/heads/master
2020-05-09T13:46:01.099038
2019-04-13T12:34:19
2019-04-13T12:34:19
181,166,280
1
0
null
null
null
null
UTF-8
C
false
false
402
c
/* ** EPITECH PROJECT, 2018 ** MY_STR_ISNUM ** File description: ** made by MAXENCE.V */ #include "my.h" int my_str_isnum(char const *str) { int i = 0; int nb_carac; int j = 0; nb_carac = my_strl(str); while (str[i] != '\0') { if (str[i] <= 57 && str[i] >= 48) j++; i++...
[ "MaxenceV@localhost.localdomain" ]
MaxenceV@localhost.localdomain
c6b98f79f79afa9a250e80e0eb68711feab2ea80
dd80a584130ef1a0333429ba76c1cee0eb40df73
/device/lge/hammerhead/libsensors/sensors.h
6ea70e606efb4dc217157ea3d516c29a195b1933
[ "MIT" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C
false
false
1,502
h
/* * Copyright 2013 The Android Open Source Project * * 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 applica...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
cf83d9723a2495452b6832f365d0828ec9891083
e5672e70b6554bf6f82e9594bc7bcd3725b4a03d
/Gizmondo SDK/Examples/Camera/Camera.h
fd6e6e04e60f323f40d7ee3b7f95fa269c44d156
[]
no_license
hamie96/Gizmondo-SDK
aef02923c0ce2d130fab6ad1bad82325590f4a93
de599dd2e1e39a4b4b24b0d011bd0a1938dda7da
refs/heads/master
2022-12-01T12:22:42.261223
2020-08-18T02:19:09
2020-08-18T02:19:09
288,321,149
1
0
null
null
null
null
UTF-8
C
false
false
1,152
h
#if !defined(AFX_CAMERA_H__55BFFB7F_9066_40B8_94F8_EF1E6E9158F2__INCLUDED_) #define AFX_CAMERA_H__55BFFB7F_9066_40B8_94F8_EF1E6E9158F2__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "resource.h" #define NUM_BUFFERS 2 // Preview buffer structure typedef struct { DWOR...
[ "hamie96@gmail.com" ]
hamie96@gmail.com
0e6a2d9d4dccdca51edbd9479158135bdb7d9e63
5b7d0f4b79a411e2fba1ea24c9cf1d4af20f813d
/iOS7.0.3/System/Library/CoreServices/Encodings/libLatin5Converter.dylib/libLatin5Converter.dylib-Symbols.h
32dcadff46b5076808c9175262792d911c08860d
[]
no_license
ichitaso/iOS-iphoneheaders
07ebebac9afb043f10d921c15f24c44ce664b800
e0e0b2f57eeb94a0d07036e6dc14472cd1972843
refs/heads/master
2023-06-08T08:07:00.244639
2023-05-28T11:03:07
2023-05-28T11:03:07
21,318,634
81
57
null
2018-05-14T19:47:30
2014-06-29T07:24:01
null
UTF-8
C
false
false
65
h
___CFStringEncodingGetLatin5ConverterDefinition dyld_stub_binder
[ "willfeeltips@gmail.com" ]
willfeeltips@gmail.com
cd492a3b34c7a2b98f4de70876dbcfecd7d60682
a3421ecebedf3ba47a5480776078132be98ee61c
/lib/secure/cmds/creators/tail.c
2c4951bb92bad6b3b28e80b0430a1976d089750c
[]
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,022
c
/* /secure/cmds/creator/tail.c * from the Foundation II Object Library * Displays the last screenful of information from a file * created by Descartes of Borg 950915 */ #include <lib.h> inherit LIB_DAEMON; mixed cmd(string args) { string *lines; string buff; int scr; if( !args ) retu...
[ "overmind2017@yandex.ru" ]
overmind2017@yandex.ru
cdf4b8fdfb1bfff718b9d8a316d4bad7ec3242eb
75fe06bc7dcb79320ad6a25a7e4e7712c6984618
/gem5/dma_interface.c
61d97494413325d47f6e86cd8f83c057de6595ea
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
huangqiancun/ALADDIN
9342f5e77c923dde9f5c364b1d64a72a7973a112
e041287ee04e4db8c68f6160508d9c0b605e59f9
refs/heads/master
2021-07-18T05:04:02.822647
2017-10-10T02:09:37
2017-10-22T00:58:40
null
0
0
null
null
null
null
UTF-8
C
false
false
696
c
#include <assert.h> #include <string.h> #include "dma_interface.h" #ifdef DMA_INTERFACE_V2 void* dmaLoad(void* base_addr, size_t src_off, size_t dst_off, size_t size) { assert(size > 0); memmove(base_addr + dst_off, base_addr + src_off, size); return NULL; } void* dmaStore(void* base_addr, size_t src_off, size_...
[ "samxi@seas.harvard.edu" ]
samxi@seas.harvard.edu
d9c02a8ccb1e57fb15c192def434153be3561030
5651cadb9f17b741ce1503cb1bf9b0c18a09b06f
/code2.c
df5b63b39926c77ee2a52f4406d608d753e90ea9
[]
no_license
armandfargeon/Compi_TD5
11a64d72c122cdd579b125dca0797e69b7748c75
3bd29bda9270d169ad66bd97d4c64d3cd1fd1e8d
refs/heads/master
2023-01-10T19:44:30.053138
2020-11-17T09:47:56
2020-11-17T09:47:56
310,148,435
0
0
null
2020-11-06T17:00:04
2020-11-05T00:20:38
C
UTF-8
C
false
false
5,249
c
/* * code2.c -- Production of code for a stack machine * * Copyright © 2015 Erick Gallesio - I3S-CNRS/Polytech Nice-Sophia <eg@unice.fr> * * Author: Erick Gallesio [eg@unice.fr] * Creation date: 21-Oct-2015 15:31 (eg) * Last file update: 4-Nov-2015 17:06 (eg) */ #include <stdio.h> #include <stri...
[ "armand.fargeon@gmail.com" ]
armand.fargeon@gmail.com
e38e48e37f67da4c1f009b2989d2bb37ab49fddf
3f29a9d6f3559dc0c75a31c557fac3d1cc0487f3
/chapter3/03-intermediary/Action.h
dd8aa220376854c5e6be3aa35d3c1f044dd30edd
[]
no_license
drsysmts/design-patterns-for-embedded-system-in-c
8017825485bce919fa7abb3c67255469430bc1d5
bc045c6633ff1a3893683e032a12e8efc078af6c
refs/heads/master
2023-06-28T11:04:31.022356
2018-12-25T09:34:34
2018-12-25T09:34:34
null
0
0
null
null
null
null
UTF-8
C
false
false
445
h
#ifndef Action_H #define Action_H #include<stdio.h> typedef struct Action Action; struct Action { int rotatingArmJoint1; int rotatingArmJoint2; int rotatingArmJoint3; int rotatingArmJoint4; int slidingArmJoint1; int slidingArmJoint2; int manipulatorForce; int manipulatorOpen; }; void ...
[ "zhanghao163mail@163.com" ]
zhanghao163mail@163.com
6d1de9a659372cac43d5a156c87f85501c41e2e4
0ec532bf5eeac3b839ee51dc5c558015fc5dddac
/example/book_chapter_10_irq/irq_example2.c
b22cfd1f6d6355fbfe14bea0eba6d79f938f896d
[]
no_license
gmphoenix/trochili-1
39a60c3fc8bd158e002fef89480dec79ff97a007
a8279e9d7104b5fd601ac16a1990acc0161f3258
refs/heads/master
2021-01-21T03:16:19.068474
2016-08-07T16:08:15
2016-08-07T16:08:15
null
0
0
null
null
null
null
GB18030
C
false
false
4,035
c
#include "example.h" #include "trochili.h" #if (EVB_EXAMPLE == CH10_IRQ_ASR_EXAMPLE) /* 用户线程参数 */ #define THREAD_LED_STACK_BYTES (512) #define THREAD_LED_PRIORITY (5) #define THREAD_LED_SLICE (20) #define THREAD_KEY_ASR_STACK_BYTES (512) #define THREAD_KEY_ASR_PRIORITY (5) #define THREAD_KEY_ASR...
[ "liuxuming@trochili.com" ]
liuxuming@trochili.com
d04dbc2ae56fdc05194ca434ba56f0ff84260332
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/d/luoyang/kezhan.c
e17af79519b681295d3e0e12bdb3605d8c96f6da
[]
no_license
fluffos/nt7
ceef82b2465cf322549c7ece6ce757eaa8ec31ff
52727f5a4266b14f1796c2aa297ca645ca07282a
refs/heads/main
2023-06-17T10:07:33.000534
2021-07-15T11:15:05
2021-07-15T11:15:05
308,148,401
9
9
null
2021-06-28T14:11:57
2020-10-28T21:45:40
C
UTF-8
C
false
false
945
c
inherit ROOM; void create() { set("short", "白马客栈"); set("long", @LONG 这是洛阳城里最大的一家客栈,紧靠洛阳中心,以洛阳的名胜白马寺 来命名,曰“白马客栈”,由于价格公道,因此到这里来借宿的客人川流 息,络绎不绝,生意及其兴隆,大堂内摆了七八张桌子,店小二跑来跑去 接待着从四面八方来的客人。二楼上是雅厅,客栈后面是马厩。 LONG); set("no_fight", 1); set("valid_startroom", 1); set("no_sleep_room",1); ...
[ "i@oiuv.cn" ]
i@oiuv.cn
6f4130c5a494f8d5add2f3c5a6ae6368a0646c67
b78b290827811c8d65011cb4097733eab3482043
/openresty-php5.6/opt/cphalcon/ext/phalcon/debug/dump.zep.c
dda52001f23b8fd282c16a32d2a705c7f0990d94
[ "BSD-3-Clause" ]
permissive
lilclimate/Docker-Webservice
60112997b5a02e8a0cfe130bcd2311bbe8829e14
f12c3234b427ca1e2c66634e5b5fb81a8807c613
refs/heads/master
2021-01-11T17:22:28.118343
2017-04-09T02:30:10
2017-04-09T02:30:10
79,767,174
1
1
null
null
null
null
UTF-8
C
false
true
33,721
c
#ifdef HAVE_CONFIG_H #include "../../ext_config.h" #endif #include <php.h> #include "../../php_ext.h" #include "../../ext.h" #include <Zend/zend_operators.h> #include <Zend/zend_exceptions.h> #include <Zend/zend_interfaces.h> #include "kernel/main.h" #include "kernel/object.h" #include "kernel/memory.h" #include "k...
[ "zhangyuanxi@meizu.com" ]
zhangyuanxi@meizu.com
c4e7f8232e65fd158d7bb44e5a2d2ee0d09e7970
a512b8893b0d2de827d6292e810f3a98b41e132c
/Week4/Day5/Solutions/C/prog1.c
51029404625a58353e9d8f925d1c5179475886b8
[]
no_license
Audarya07/Daily-Flash-Codes
d771079fd0d470e2d3e05679f17f32fb64b4f426
cf96ca2b1676b038e243fac67be778381492ffeb
refs/heads/master
2022-11-06T15:37:47.180729
2020-06-25T16:20:55
2020-06-25T16:20:55
274,960,651
0
0
null
null
null
null
UTF-8
C
false
false
225
c
int printf(const char*,...); int scanf(const char*,...); void main(){ int x,cnt=0; scanf("%d",&x); for(int i=1;i<=x;i++) if(x%i==0) cnt+=1; if(cnt==2) printf("It is Prime!!\n"); else printf("Not Prime!!\n"); }
[ "audiuttarwar2000@gmail.com" ]
audiuttarwar2000@gmail.com
34ee0940db687d7be6011e068ad63d700a370e41
0d9a644ef4d90f3068d07228dfcf54ae940cfcba
/guilds/aeromancer/lightning/thunderclap.c
3fcefeb3a4961157f3b0199ad34ce68907f49685
[]
no_license
cellboy/core-lib
3584d8dec497a435d3742f2a7326c3b19beda0c8
9ddaa6416c538bbcd51a15c834ea6d5ec744ea40
refs/heads/master
2023-08-12T17:57:18.183853
2021-09-22T21:09:37
2021-09-22T21:09:37
null
0
0
null
null
null
null
UTF-8
C
false
false
6,577
c
//***************************************************************************** // Copyright (c) 2021 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/mod...
[ "abc@maelstrom.cc" ]
abc@maelstrom.cc
dacd35bc64fb08e406d0519fa41e9c73801f84ba
b90686cda12a6ab290e30687969d3587a648a223
/openmax/dump.h
58a7a632902c42585adcfb188a31b2ff713dc6f6
[]
no_license
whdlgp/rpi-udp-stream-server
70fc75f700d6e0b3ae959f928ec4b58b78f69d3a
f0e16cfcc2cfaf58f9fda22f4010359048349957
refs/heads/master
2021-04-03T01:53:36.590408
2018-06-21T16:47:48
2018-06-21T16:47:48
124,354,413
1
0
null
null
null
null
UTF-8
C
false
false
928
h
#ifndef DUMP_H #define DUMP_H #include <stdio.h> #include <string.h> #include <IL/OMX_Broadcom.h> #include "../common_util/common_util.h" const char* dump_OMX_COLOR_FORMATTYPE (OMX_COLOR_FORMATTYPE color); const char* dump_OMX_OTHER_FORMATTYPE (OMX_OTHER_FORMATTYPE format); const char* dump_OMX_AUDIO_CODINGTYPE (OMX_...
[ "whdlgp@gmail.com" ]
whdlgp@gmail.com
98f9c1b5ab90f04d767d73271072aef9fc730635
27531860a59cea361c43da20634cd1e3c1e9d638
/server.c
157322c6f86de82e35ba8d393396b34a454954f4
[]
no_license
jaivar15/CITS3002
e9312d18036e9d221bdd76aab8594f45eb126ab8
509e8f3de195201082e12d4be11378396d8b370f
refs/heads/master
2020-05-26T10:02:27.896682
2019-05-23T08:53:37
2019-05-23T08:53:37
188,196,870
0
0
null
null
null
null
UTF-8
C
false
false
7,130
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdbool.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <unistd.h> #include <arpa/inet.h> #include <errno.h> #include "server.h" #include "game.h" #define BUFFER_SIZE 1024 int *clients, server_fd, totalPlayers = 0;...
[ "noreply@github.com" ]
jaivar15.noreply@github.com
89dae3832de0e3e6e66f7269cb6ab90e34bff82e
dcf26a6bcf853a3f8f6f50f9379998ef4d8aad40
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/tirpc_rpc_call_complex.c
6122a19cd24e3f11bd71d2c707677e13938fe3fa
[]
no_license
small-seven/testmem
c5f3202dce1c369e9d84cdaaccc2008b827c16d8
2771460c617439bd1be562ffdc94543ea170a736
refs/heads/main
2023-03-12T22:16:28.824577
2021-03-03T04:24:59
2021-03-03T04:24:59
343,847,762
1
0
null
null
null
null
UTF-8
C
false
false
180
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <pthread.h> #include <errno.h> #include "rpc.h" #define CALCTHREADPROC 1000 #define VERSNUM 1
[ "huihuigong@users.noreply.github.com" ]
huihuigong@users.noreply.github.com
3475a7294014ab4bd3a5ff3315fa93b78b8fe575
69e19d620bf15af9c9e33001c3d0e96f5b463024
/src/lib/libipw/bih/imgsize.c
76f04d89a7dd7522eb827d9f1e7a407fe5a5a16e
[]
no_license
vitellizana/ipw
280f98507867115c494eb18c55281273c41257ed
2e802fc01000e0426c77a0c9b9959cfc807b2d65
refs/heads/main
2023-03-15T15:55:35.616113
2020-03-20T14:50:09
2020-03-20T14:50:09
null
0
0
null
null
null
null
UTF-8
C
false
false
2,507
c
/* * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that: (1) source distributions retain this entire copyright * notice and comment, and (2) distributions including binaries display * the follo...
[ "scott@ice.boisestate.edu" ]
scott@ice.boisestate.edu
ffe0cb3e21284e0631603b01951502e6496d1d64
1f63dde39fcc5f8be29f2acb947c41f1b6f1683e
/Boss2D/addon/ffmpeg-n3.2.2_for_boss/libavformat/tls_gnutls.c
991b36b95fc8bd83e143eddb1720586a2584b42d
[ "MIT", "LGPL-3.0-or-later", "IJG", "LGPL-2.0-or-later", "GPL-1.0-or-later", "LGPL-3.0-only", "GPL-2.0-or-later", "GPL-3.0-only", "GPL-2.0-only", "Apache-2.0", "LicenseRef-scancode-other-permissive", "LGPL-2.1-or-later", "LicenseRef-scancode-proprietary-license", "LGPL-2.1-only" ]
permissive
koobonil/Boss2D
09ca948823e0df5a5a53b64a10033c4f3665483a
e5eb355b57228a701495f2660f137bd05628c202
refs/heads/master
2022-10-20T09:02:51.341143
2019-07-18T02:13:44
2019-07-18T02:13:44
105,999,368
7
2
MIT
2022-10-04T23:31:12
2017-10-06T11:57:07
C++
UTF-8
C
false
false
7,947
c
/* * TLS/SSL Protocol * Copyright (c) 2011 Martin Storsjo * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at...
[ "slacealic@gmail.com" ]
slacealic@gmail.com
2e4efc3c09d326fd01c51364207c69c70c45b993
ba862663455884279c4311c7c101ba614712c7b6
/Memoria/isim/memoria_test_bench_isim_beh.exe.sim/xilinxcorelib_ver/m_00000000000277421008_4213745204.c
8e6175d92ebd77f565867c32ff8d34acdbc3eafb
[]
no_license
FrancoLM/ArquitecturaComputadoras
6f59b3aec9b7cde9b3645137834725f95cdefe49
39d9cd6462e05d4369aff3296246167f0f7cd4e8
refs/heads/master
2021-01-20T05:05:09.423863
2014-08-19T17:36:44
2014-08-19T17:36:44
null
0
0
null
null
null
null
UTF-8
C
false
false
364,637
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "martinez.franco.leonardo@gmail.com" ]
martinez.franco.leonardo@gmail.com
34d0f03ef90bd588fcdb75975ae2b06fb185fb0c
1e72299d6843a931138706778a157c5ad3b91925
/PyGLM/types/vec/uint8/vec1.h
cf796ec08617f289c1549e010ac79a876d96d583
[ "Zlib", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
ch00en/PyGLM
7d6fb98346c9b987c8d782247b3d096f9b8c5851
ea1b1e0840c125186dd9f5c59b28d2fcecb13766
refs/heads/master
2023-06-20T14:39:23.674681
2021-07-20T19:47:59
2021-07-20T19:47:59
null
0
0
null
null
null
null
UTF-8
C
false
false
6,681
h
#pragma once #include "../forward_declarations.h" typedef vec<1, glm::u8> vec1_uint8_t; static PyMemberDef hu8vec1_members[] = { { (char*)"x", T_UBYTE, offsetof(vec1_uint8_t, super_type.x), 0, (char*)"u8vec1.x" }, { NULL } /* Sentinel */ }; static PyMethodDef hu8vec1_methods[] = { { "__copy__", (PyCFunction)gene...
[ "noreply@github.com" ]
ch00en.noreply@github.com
b7af05383c4225e7a4d142fcf4b9cbfcd62ef4a2
c4f0504ba7a9a68884c0d14b080ec4193ca8cca7
/pdclib/opt/nothread/tss_create.c
7faa4f9f72637a4ffa99cf539c6a1459989d34af
[]
no_license
elazarl/nopOS
c3e85e3eb03100612971dbf41d258aba5c847a98
a18ae8f5a30509eb8ceb7683ac10827bcf6a220b
refs/heads/master
2023-03-26T22:50:47.944821
2016-08-15T10:35:33
2016-08-15T10:42:17
52,334,404
1
0
null
null
null
null
UTF-8
C
false
false
295
c
#ifndef REGTEST #include <threads.h> int tss_create(tss_t *key, tss_dtor_t dtor) { key->self = key; key->value = NULL; return thrd_success; } #endif #ifdef TEST #include <_PDCLIB_test.h> /* Tested in tss_get.c */ int main( void ) { return TEST_RESULTS; } #endif
[ "elazarl@gmail.com" ]
elazarl@gmail.com
87ec0f4d7df730351836a4ed0765c4d689043ec0
d8157c97b64c1d7087d419007e5dc5e6e1106d0f
/test2/test2/Service/RTOS/Kernel/Linked_List.h
29512c845c5c0ba17422b5c819f1e9c6bbab2845
[]
no_license
mohamedwael8440/RTOS_DEV
fa102fa8d23ead52c053175a529e4f08d05b1cf5
ff00a5f72962f0e7968bfdfdaf5db0ab2cfe1419
refs/heads/main
2023-03-30T03:58:30.182581
2021-04-01T17:13:03
2021-04-01T17:13:03
353,772,739
0
0
null
null
null
null
UTF-8
C
false
false
560
h
/* * Linked_List.h * * Created on: Dec 17, 2020 * Author: MahmoudH */ #ifndef KERNEL_LINKED_LIST_H_ #define KERNEL_LINKED_LIST_H_ #include "data_types.h" /* ready and waiting lists (next and prev)*/ void LL_Insert(TCB** pList, TCB* pTcb, OrderType order, OrderDirection direction); TCB* LL_ExtractHead(TC...
[ "mohamedwael8440@gmail.com" ]
mohamedwael8440@gmail.com
13e0cf86e129dcfdb3b02b4fabd5fdbe7a8e990e
094c5a11caf841561dff959005ac6ff22da90f3b
/Vortex/src/Vortex/Core.h
04e8d1b1cb0486f9a81d53e1848bfe6f6f2a2096
[ "Apache-2.0" ]
permissive
MohakAoki/Vortex
e550924a6202cef1f95d940fde3164d58028dc0b
eeadadcc4b09a1a47d8092d2dc05a111b0e3588a
refs/heads/main
2023-08-11T19:08:39.930300
2021-09-30T23:00:11
2021-09-30T23:00:11
411,065,528
0
0
null
null
null
null
UTF-8
C
false
false
211
h
#pragma once #ifdef VX_PLATFORM_WINDOWS #ifdef VX_BUILD_DLL #define VORTEX_API _declspec(dllexport) #else #define VORTEX_API _declspec(dllimport) #endif #else #error Vortex Only Supports Windows! #endif
[ "hossainakbari001@gmail.com" ]
hossainakbari001@gmail.com
795fed43d19e749c024734cadc590871200c0817
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/03e5d496-e105-4f29-9238-1e12c0412f9f.c
925ed64564ba7c1e7e133e52df92b32c480c8203
[]
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
567
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=120; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i%j; l = i+j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; long b[79]; long c[30]; a = 0; while (a > -1) ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
1feae33f8ebae6d9bfdcd82b1f769362da837bed
96ff03de20a3ccd274286194241efbf3e2f6cc7d
/src/perimetro.c
fb11d5613aed89fa0e63ec5312c19a2c8b7cbd2e
[]
no_license
juanmrodri/ejercicio_triangulo
8ddac80fd245e2f11ce89cda8aaded07082651f5
c9bdd8c4848a2d2f0b7e076c5396edbc0a2f0b3a
refs/heads/master
2023-08-22T04:13:05.017461
2021-09-30T21:59:27
2021-09-30T21:59:27
412,236,217
0
0
null
null
null
null
UTF-8
C
false
false
381
c
/* * perimetro.c * * Created on: 28 sept 2021 * Author: juanm */ #include <stdio.h> #include <stdlib.h> #include "triangulo_estructura.h" #include "triangulo.h" #include "perimetro.h" float trianguloPerimetro(eTrianguloEscaleno triangulo) { float retorno; retorno = triangulo.ladoUno+t...
[ "juanmrodriguez1989@gmail.com" ]
juanmrodriguez1989@gmail.com
715e59591bca04c8c2bc1af60e0c47bba4ff88d4
096d674366c1114f98d21b76fbc49664f6dd20c6
/source/anyka_ipc/device/include/isp_conf_file.h
a9004ae5d3cbb9100e797ac1490f000e2a89d93b
[]
no_license
github188/SmartCamera
09ff86109420cb0126dd99ed0ed4d59e13a32a82
a5bece938ff0dc019ead3d62fa6adefbc8c497fe
refs/heads/master
2020-04-28T10:24:22.890431
2018-04-28T10:08:52
2018-04-28T10:08:52
175,199,992
0
1
null
2019-03-12T11:48:52
2019-03-12T11:48:52
null
UTF-8
C
false
false
459
h
/** @file * @brief Define the ISP config file api * * Copyright (C) 2015 Anyka (GuangZhou) Software Technology Co., Ltd. * @author * @date 2015-07-24 * @version 1.0 */ #ifndef __ISP_CONF_FILE_H__ #define __ISP_CONF_FILE_H__ #include "anyka_types.h" #define ISP_CFG_MAX_SIZE (1024*32) T_BOOL ISP_Co...
[ "1124427436@qq.com" ]
1124427436@qq.com
4825facfb4aa43405c9f4b3b0ee3a28e6d997718
84a66daa24b66a884a4a12be6b6ada17c1b8d516
/ST/Project/ks103/inc/nvic_app.h
139282e6a8a1783e6029904f7aa9fb57b370678a
[]
no_license
MKwiatosz/cortexm3
1716242542329d8ea9b3bbd752623a8770f775bf
b024d2c0695575cadeca6a7eb7c6f4fab3b893cd
refs/heads/master
2021-01-10T17:00:42.925325
2013-03-06T00:52:17
2013-03-06T00:52:17
47,031,024
0
0
null
null
null
null
GB18030
C
false
false
1,140
h
/********************** (C) COPYRIGHT 2013 AEE ********************************/ /*! * @file nvic_app.c * @brief nvic app。 * @author meegoo tsui * @version 1.0 * @date 2013/03/01 * * 版本历史: * - <meegoo tsui,2013/03/01>:初始版本; */ /* Define to prevent recursive inclusion -----------...
[ "developer.cortex@09a6722a-bd84-11de-9a97-2195d4080351" ]
developer.cortex@09a6722a-bd84-11de-9a97-2195d4080351
9aea6ca6e420770344b2be38534186c23f3ab452
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/arch/h8300/kernel/extr_process.c_get_wchan.c
cb2b5bb5907192941fa14e0590ad59c9d339e203
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,223
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
a161847f5eee6694d5f6695273aa1e2c3bf7c861
8c8e0e8e1f16ac3b03fe30351d755533b6bb8e1a
/src/dkcpu_definition.h
ac9630c3a47a1eaa0ce904091c33a73f8045b9be
[]
no_license
dankar/hwarch
da101342076884b16a200257303ca93a27ca40fe
3aee8e4e72434e81eaf7cad7a74b44d972f0d37e
refs/heads/master
2021-01-13T11:12:52.721057
2016-10-07T22:41:49
2016-10-07T22:41:49
68,856,947
0
0
null
null
null
null
UTF-8
C
false
false
66
h
#pragma once #include "cpu.h" void LoadCPUInstructions(CPU *cpu);
[ "daniel.karling@gmail.com" ]
daniel.karling@gmail.com
02f1e43f6cf6c796290ad52e226f708958883d9d
e4ec1d185233caf7a26f04cce097a9565f6367b7
/1-c代码库/14-网络/2_select/server.c
6387e73924732ba45b71998f41f7347b2d609e12
[]
no_license
github-lvbing/Code-github
7291213ec829e68dfee53ab6f093a88568007c93
d4b84b463363656fd3969eff5bd271c63d0a9737
refs/heads/master
2020-04-02T03:31:34.676700
2019-11-22T17:25:47
2019-11-22T17:25:47
153,970,757
0
0
null
null
null
null
UTF-8
C
false
false
2,848
c
//TCP服务器的实现 #include <stdio.h> //printf #include <arpa/inet.h> //inet_addr htons #include <sys/types.h> #include <sys/socket.h> //socket bind listen accept #include <netinet/in.h> //sockaddr_in #include <stdlib.h> //exit #include <unistd.h> //close #include <sys/select.h> #include <sys/time.h> #include <string....
[ "lvyanbing9@gmail.com" ]
lvyanbing9@gmail.com
790bcdfb434f92685f19d6c1cdfc1bfa4430305b
450dbfa81aca2d87e10ec3513065ae526f6f12a0
/C/data/常用算法程序集_C_CPP_by_徐士良/ch6/6gaus0.c
dbd4a3460ffbc86d8cb8cc6dc0d5275077c0aba2
[]
no_license
shihyu/C_and_CPP
cd6eac18e724409d9dff0d4601db525d830e179e
d69e3089a9b6ee191548a492612b54bb037e7df2
refs/heads/master
2020-12-15T22:29:42.675236
2016-09-25T07:01:08
2016-09-25T07:01:08
14,917,164
1
8
null
null
null
null
UTF-8
C
false
false
432
c
#include "stdio.h" #include "6gaus.c" main() { int i; double a[4][4] = { {0.2368, 0.2471, 0.2568, 1.2671}, {0.1968, 0.2071, 1.2168, 0.2271}, {0.1581, 1.1675, 0.1768, 0.1871}, {1.1161, 0.1254, 0.1397, 0.1490} }; double b[4] = {1.8471, 1.7471, 1.6471, 1.5471}; if (gau...
[ "gigi" ]
gigi
990b13ecfd6dc9e110df30d8bd2474ff5c258dd1
6cf9df275bf6d8b8d8aa15e998e362f9046fe4f1
/ready/src/jscon.h
171f7bd1cde81607f90cac1311c35458d55183cd
[ "MIT" ]
permissive
MaxFork/OpenTuring
a19d40f1e1f1e97e81e41219c48b8a84a7894602
d4d476236ee7b53b61513665ed81ab77cdf98031
refs/heads/master
2020-05-27T16:27:18.473973
2019-05-26T15:33:38
2019-05-26T15:33:38
188,700,759
0
0
NOASSERTION
2019-05-26T15:32:44
2019-05-26T15:32:43
null
UTF-8
C
false
false
2,200
h
/***********/ /* jscon.h */ /***********/ #ifndef _JSCON_H_ #define _JSCON_H_ /*******************/ /* System includes */ /*******************/ /******************/ /* Other includes */ /******************/ #include "jstop.h" #include "edtext.h" //#include "edglob.h" /**********/ /* Macros */ /*...
[ "tris.hume@gmail.com" ]
tris.hume@gmail.com
5e9defe433812dfc936a6dbda0da814ca8ad572e
c30beb817a4788c3eb9027c5cede0c7ae4006578
/demos/dependencies/ffmpeg/include/libavcodec/packet.h
ca18ae631f362476109d931264da80f4d23e4797
[ "GPL-3.0-or-later", "GPL-3.0-only", "MIT" ]
permissive
f1nalspace/final_game_tech
232c34ce6d737b9069073b53c665bf14e513898c
33b63dc0664e16682d4298371f3166869c233b0f
refs/heads/master
2023-06-25T07:27:01.747802
2021-09-07T08:03:17
2021-09-07T08:08:08
91,165,055
178
18
MIT
2023-01-04T12:40:05
2017-05-13T09:59:36
C
UTF-8
C
false
false
24,401
h
/* * AVPacket public API * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. ...
[ "finalspace@gmail.com" ]
finalspace@gmail.com
f98521adad767de16795fdbee59ab1785fdab841
d632a03d15f29418550037f0c13d33fcb94d81ab
/Src/Common/Helper/NetworkHelper.c
92584d64ee90cb8b028c3c4f4da95b8cffb5deae
[]
no_license
Fasten90/FastenHomeAut
4419c1cd439976df1a0f62919186d6c0d8121583
b30d5456b6a638f7cc8bb447565957832cdc4309
refs/heads/develop
2023-04-27T21:09:52.709222
2023-01-14T21:13:34
2023-01-14T21:13:34
185,872,150
0
0
null
2023-01-14T21:13:35
2019-05-09T21:10:10
C
UTF-8
C
false
false
3,125
c
/* * Network.c * Created on: 2017-01-14 * Author: Vizi Gabor * E-mail: vizi.gabor90@gmail.com * Function: Network general functions * Target: STM32Fx */ /*------------------------------------------------------------------------------ * Header files *---------------...
[ "fasten90@gmail.com" ]
fasten90@gmail.com
9787f8edae6c5a39957724fe099d2b6ca0bd59f1
209a26a170f981bc8ca441504dd27fcf875fc44d
/CMake/common/ittnotify.h
2bafa1c316d373fc8780039f07c9ba9fa062160e
[ "BSD-3-Clause" ]
permissive
VMML/vmmlib
1fd7933467f94c8e33b0ba79fdca7032535abd33
364732e348679893686ae46e8747cb17b0656d86
refs/heads/master
2023-03-03T13:59:07.448871
2021-10-12T06:05:17
2021-10-12T06:05:17
4,820,095
61
20
NOASSERTION
2023-02-23T14:06:26
2012-06-28T12:08:48
CMake
UTF-8
C
false
false
155,169
h
/* This file is provided under a dual BSD/GPLv2 license. When using or redistributing this file, you may do so under either license. GPL LICENSE SUMMARY Copyright (c) 2005-2012 Intel Corporation. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms...
[ "egparedes@ifi.uzh.ch" ]
egparedes@ifi.uzh.ch
083becb46fed09741ad6124708b3c8cdf1b3b6c4
79d296b4ee7ae4255d1105a2a70ea1ffe4351f76
/arifpucit-spvl-repo/37/tcpechoserver_select.c
2eb04fa3d4363a5abf0a0b83be5e6522b7712f7f
[]
no_license
usmanfcit/SP-VLecs
d876b410078e5b3f84aae8c5e8104b48f75a9501
cdb35ac04dfbf92f118cf801d8213c1851524a18
refs/heads/master
2023-08-22T15:54:05.024449
2021-09-27T11:55:47
2021-09-27T11:55:47
null
0
0
null
null
null
null
UTF-8
C
false
false
2,918
c
/* * Video Lecture: 37 * Programmer: Arif Butt * Course: System Programming with Linux * tcpechoserver_select.c: Server programs runs on ubuntu server * binds itself to ip 192.168.100.20 and port 54154, * waits for client connections * do a multiplexing on all descriptors * receives a string from client * and...
[ "arifpucit@gmail.com" ]
arifpucit@gmail.com
7bb8bde3432b42c670ee0083eadbb81ed85252ac
2f95f8bf1c2ace2e0f5604475124957dde113613
/user/button.c
fa73f85881fdb6fd5f99ea9f13aad21837b46415
[]
no_license
ktain/mm-mickey
1e0707e25d36349e88203646b33f86b639cf7682
fabc78dfcf658194e53a568e249eabb6dba6b7ae
refs/heads/master
2021-05-14T06:06:03.487729
2018-01-04T08:40:37
2018-01-04T08:40:37
116,235,956
0
0
null
null
null
null
UTF-8
C
false
false
2,844
c
#include "main.h" int32_t destX1 = 7; int32_t destY1 = 7; int32_t destX2 = 7; int32_t destY2 = 8; int32_t destX3 = 8; int32_t destY3 = 7; int32_t destX4 = 8; int32_t destY4 = 8; void button0(void) { delay_ms(100); switch(option) { case 0: delay_ms(2000); searchProfile = 0; searchSpeed = 0.5; // ...
[ "ktain@ucsd.edu" ]
ktain@ucsd.edu
4a0ddb09a2f72ff1321ed0faf4b06224a3989891
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14392/function14392_schedule_41/function14392_schedule_41_wrapper.h
80c5566c67271bd9c35e370fdbd326671c6a90cf
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C
false
false
426
h
#ifndef HALIDE__generated_function14392_schedule_41_h #define HALIDE__generated_function14392_schedule_41_h #include <tiramisu/utils.h> #ifdef __cplusplus extern "C" { #endif int function14392_schedule_41(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
cdec6ae6886b7d53afe1b4bebae030dc3a8ed749
693a0cc386104a4eede2463954cb600e61d703b4
/Laba15/prog2.c
55b66e2df7e589bdbe798ca520ae276f13b1fcb9
[]
no_license
Micael006/Projects
19d83080a7a15d9ad0838ed465805f05c87b1179
b1bf679f7ea695e9efabc863f2505fb53d708782
refs/heads/master
2020-09-14T02:50:33.588422
2020-06-01T13:18:07
2020-06-01T13:18:07
222,991,986
0
0
null
null
null
null
UTF-8
C
false
false
966
c
#include<stdio.h> struct matrix{ int a[64]; int n; }; int get_matrix(struct matrix* m){ if(scanf("%d",&m->n) == EOF) return 0; for(int i=0;i<(m->n)*(m->n);i++) { scanf("%d",&m->a[i]); } return 1; } int sum(struct matrix* m, int current_diag){ int k=0; while(((current_diag+1)%m->n!=0)&&(current_dia...
[ "noreply@github.com" ]
Micael006.noreply@github.com
2d066203f3bc618660fc398c467cf9253fc58754
561aa2adc505467f987886c1a1025691e5922f4c
/DispositivoDesarrollado/Software/micro_fsm.h
60726c68307aca533ddc13848f919f7c49a11758
[]
no_license
mvillalbap/TFM_miguelvp
1652d6198ade0bf41f5b403877122c079ba29294
28b17e65eb4439cd4de24e11b43665cdff42b09c
refs/heads/master
2020-06-06T10:54:25.362570
2019-06-27T19:08:46
2019-06-27T19:08:46
192,720,866
0
0
null
null
null
null
UTF-8
C
false
false
349
h
/* * micro.h * * Created on: 15 ene. 2019 * Author: miguelvp */ #ifndef MICRO_FSM_H_ #define MICRO_FSM_H_ #include "fsm.h" #include "shareData.h" #define VIN_LENGTH 17 #define HEADER_STN 13 fsm_t* init_micro(car *coche); void cambiaLED(leds color); void enciendeLED(leds color); void apagaLED(leds color)...
[ "miguelvp@b105.upm.es" ]
miguelvp@b105.upm.es
6886fb77831f8d2e9b0d91d46fb79b0eb2f650ec
3cd44c5190814c436f0ea8cae32c81c64c088eaf
/cw06/Zad02/server.c
0469fb824a9cd417b5ba32566b6b767a1cf19b61
[]
no_license
Fudalinm/Sysopy
0d2cc8368f581a43eb0f3eac880917b94581f3a5
ad3e49a080d72e045119a823fc8fca23a348c1a5
refs/heads/master
2020-04-20T06:26:01.904018
2019-02-01T10:56:35
2019-02-01T10:56:35
168,683,694
0
0
null
null
null
null
UTF-8
C
false
false
5,234
c
#include <stdio.h> #include <mqueue.h> #include <sys/types.h> #include <unistd.h> #include <string.h> #include <stdlib.h> #include <fcntl.h> #include <string.h> #include "header.h" int stillProc = 1; mqd_t publicQueue = -10; int nextId = 0; //MAX_CLIENTS 20 int privateQueues[MAX_CLIENTS][2]; // PID |...
[ "noreply@github.com" ]
Fudalinm.noreply@github.com
d0a06fdc4e029c80d53e17d5b1b73332d2ec7afb
81f073f2fb89b6f94ef0315c95e34952db0ef5bc
/finalCode/baseStationCode/xRay/mca_to_csv/XRFconstants.h
e1504580e70b8207930866110fdfbec36366a2d2
[]
no_license
huskyroboticsteam/2015-16
c883d1469ac58b73015be4361be7efb9da85819f
defe647096ecf36763d1e96d94670dae603e71ce
refs/heads/master
2020-12-24T07:04:38.764034
2016-06-08T15:24:57
2016-06-08T15:24:57
37,219,601
3
29
null
2016-02-10T03:43:14
2015-06-10T20:01:55
Python
UTF-8
C
false
false
1,379
h
#ifndef XRFconstants_h #define XRFconstants_h // various constants for use in x-ray fluorescence calculations #define MINIMUM 1.0e-30f #define MAXIMUM 1.0e+30f // From Physics Today Buyer's Guide, August 2001 // (CODATA recommended values 1998) #define PI 3.141592653598793f // CRC Handbook 1996 page A-1 #define AVOGA...
[ "aakash.k.sethi@gmail.com" ]
aakash.k.sethi@gmail.com
0eadba20e70dd1ebb54d3649198937f0db60e373
009691cb20546187b2f0b83453daa4f7ce9bc309
/21sh/libft/ft_putchar_fd.c
b58a15b923286c839aa075a60ea23bc80829e568
[]
no_license
Yassine-Ait-Alla/42sh
b6f9e4b8a9c09fe5e5d60a70c7b63e82b8dbf1e1
c7c31e5e53e6b91a54ecd78b6dddfc28ecb576ea
refs/heads/master
2021-01-12T10:55:47.553178
2017-02-18T23:10:33
2017-02-18T23:10:33
72,756,513
0
0
null
null
null
null
UTF-8
C
false
false
970
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar_fd.c :+: :+: :+: ...
[ "yaitalla@e2r4p14.42.fr" ]
yaitalla@e2r4p14.42.fr
719e9b5500d9c3b73af5b18f02f21784dc036839
ae5f6dd58b72f55d84d59cee550d110ddaf92ff5
/Alarm/isim/smiu_isim_beh.exe.sim/work/m_00000000004033572549_2850168338.c
934cfe791ea448493acd133ff816b39acc9dede2
[]
no_license
yehiahesham/Alarm-Verilog
de750c8c9f0f179194e66ca173d061fbe50bd1d6
02fb2ed7b130b84146bb6e8ec39022fe3c141190
refs/heads/master
2016-09-01T17:05:05.703551
2016-01-04T21:47:23
2016-01-04T21:47:23
32,929,925
0
0
null
null
null
null
UTF-8
C
false
false
4,909
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "yehia.hisham2012@gmail.com" ]
yehia.hisham2012@gmail.com
022ecf2b7020fa2872bd8cfa3e1f7cbbe5b9d17f
6569878ba8d8b28aaa42cf5c103e88f6e3ca5d5c
/01time/LinkQueue.c
41c90704974182f3b432e3774573cbe1b99bfcc7
[]
no_license
fanhong-maker/Data_structure_algorithm
31f509064444fea937a6e2dbf758ea191f7af666
a0ee950d3102104ccf599f75a1b3a1891d4ecfe0
refs/heads/main
2023-08-28T10:30:04.078459
2021-10-31T05:25:59
2021-10-31T05:25:59
422,783,609
0
0
null
null
null
null
UTF-8
C
false
false
2,378
c
#include<stdio.h > #include<stdlib.h> #define OK 0 #define FALSE 1 #define status int typedef struct { int data; }elemtype; typedef struct Lnode { elemtype data; struct Lnode* next; }Lqueue; typedef struct { Lqueue* rear; Lqueue* front; }Qptr; status queueinit(Qptr* q) { ...
[ "2660148656@qq.com" ]
2660148656@qq.com
c6539976457d79a79da9f2b7bbf793613ebc9367
4f102e2eb3c5bc7a59f178d90564365c7b123288
/chapter59_internet_domain_socket/inet_pton.c
f227e955c35fee24a82c10561281fab249b004de
[ "MIT" ]
permissive
Andrewpqc/unix-linux-system-programming
8c57023f733ffe64dc22edd921894f602c952099
132c57e52e1a283e7eaec037ca11ebe6527a42c4
refs/heads/master
2020-04-04T05:15:21.915736
2018-11-20T15:11:36
2018-11-20T15:11:36
155,739,357
0
0
null
null
null
null
UTF-8
C
false
false
278
c
#include <arpa/inet.h> #include "../lib/tlpi_hdr.h" int main(int argc, char **argv) { struct in_addr addr; if (inet_pton(AF_INET, "120.77.220.239", &addr) != 1) errExit("error inet_pton"); printf("%llu\n", (unsigned long long) addr.s_addr); return 0; }
[ "m13636038496@163.com" ]
m13636038496@163.com
0b26693807225c2dcb587c5c1872012b084559b7
bfbc1e3b667f11fb41a4b8ceb354d88f40266cfd
/hc32f460_sdk/驱动库及样例/hc32f46x_ddl/example/icg/icg_wdt_reset_hw_startup/source/main.c
e46b40353d37ae9558ce9d5d55471c994320afe1
[]
no_license
wellrun/hc32f460
40a613d7479fa560e6d72c33f2f1b83c27d8c18c
f8576ca78bfd52cd56d4ff89ea5133711a202c8a
refs/heads/master
2020-06-17T00:30:04.501954
2019-07-08T02:21:54
2019-07-08T02:21:54
195,743,343
6
6
null
2019-07-08T05:36:35
2019-07-08T05:36:35
null
UTF-8
C
false
false
9,129
c
/******************************************************************************* * Copyright (C) 2016, Huada Semiconductor Co., Ltd. All rights reserved. * * This software is owned and published by: * Huada Semiconductor Co., Ltd. ("HDSC"). * * BY DOWNLOADING, INSTALLING OR USING THIS SOFTWARE, YOU AGREE TO BE BO...
[ "levizhangxl@gmail.com" ]
levizhangxl@gmail.com
72be6c38dde108dfcff2c388873f3bb648501c20
b9ac8508cddd14c4933fa2c0752612a3ec3d89a7
/cellml-benchmarks/c/tentusscher_noble_noble_panfilov_2004_a/Tentusscher2004McellNetwork/SlowTimeDependentPotassiumCurrentXsGate/slow_time_dependent_potassium_current_xs_gate.c
af18cc68f314caefad1fefb40e175984dc0c2bc0
[ "MIT" ]
permissive
nallen01/phd-thesis-benchmarks
c5373a5aadd56617e85594e6901ebd1e7cebdcc3
bbeb1ec2f9079b36015693717b0ef99a8a276119
refs/heads/main
2023-02-17T21:37:13.445161
2021-01-13T05:20:52
2021-01-13T05:20:52
328,660,453
0
0
null
null
null
null
UTF-8
C
false
false
1,846
c
#include "slow_time_dependent_potassium_current_xs_gate.h" // slow_time_dependent_potassium_current_Xs_gate Initialisation function void SlowTimeDependentPotassiumCurrentXsGateInit(SlowTimeDependentPotassiumCurrentXsGate* me) { // Initialise State me->state = SLOW_TIME_DEPENDENT_POTASSIUM_CURRENT_XS_GATE_Q0; ...
[ "nathan.allen.nz@gmail.com" ]
nathan.allen.nz@gmail.com
4a66c040e1e1a47b4b40455227515d60f745ac87
acc866a81d0b41e8cd9971f77afd3dc6060daccf
/sound_sb_dsp.h
5126f552257fec565152c39512e214888b93fc73
[]
no_license
gconker/pcem-plus
c8d4b63d456853466ca6fa97bd4228a5e080b976
888b9f5823834686004691d5d01044e24ee597fd
refs/heads/master
2016-09-10T20:45:35.055163
2014-05-06T20:50:45
2014-05-06T20:50:45
32,107,365
0
0
null
null
null
null
UTF-8
C
false
false
1,672
h
typedef struct sb_dsp_t { int sb_type; int sb_8_length, sb_8_format, sb_8_autoinit, sb_8_pause, sb_8_enable, sb_8_autolen, sb_8_output; int sb_8_dmanum; int sb_16_length, sb_16_format, sb_16_autoinit, sb_16_pause, sb_16_enable, sb_16_autolen, sb_16_output; int sb_pa...
[ "gconker@gmail.com@24acf345-63b3-12a3-bd5c-2859f5870e6c" ]
gconker@gmail.com@24acf345-63b3-12a3-bd5c-2859f5870e6c
15d64b8214100841f9ebbf72ef28212947591ad3
831e080152bdcd63dd2e646997fc9acc8c2763bc
/libft/ft_strncmp.c
ce7f2cda7e7307e76ca5ac89fdfda2a9aa7f678b
[]
no_license
alrickemilien/libft
fe6e44629cd7efd64cec3b6c0f193af6aa6f4ca8
24f048c17d6e483a607094cd4711b1bd6fbd6837
refs/heads/master
2020-03-27T21:07:06.091954
2018-12-15T11:24:22
2018-12-15T11:24:22
147,115,816
0
0
null
null
null
null
UTF-8
C
false
false
1,203
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncmp.c :+: :+: :+: ...
[ "aemilien@stduent.42.fr" ]
aemilien@stduent.42.fr
0d419b3a0a67369965f78b8fee9f0acd5dbcf908
fb4b65833abb983df8f3332aca2ebd00d6f233e7
/lsmod/xprintf.c
0893e62b3300f2c12ea6ef700617e546be2b4ded
[ "AFL-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
GameHackingDotOrg/artemis-ps2-archive
53ddf3ede467bd1c6948c7a8b9e85797291549fc
4f2caa0c4604b40c197128979f029c911dd98879
refs/heads/master
2022-12-18T09:04:42.281144
2020-09-22T13:33:54
2020-09-22T13:33:54
297,624,857
0
0
null
null
null
null
UTF-8
C
false
false
33,902
c
/* * xprintf.c from ps2sdk/ee/libc/src adapted to IOP * * Copyright (C) 2007-2008 misfire <misfire@xploderfreax.de> * * Licensed under the Academic Free License version 2.0. See file LICENSE. * * Unfortunately, some sysclib functions like sprintf and vsprintf are broken * (at least on my machine). There...
[ "LBGSHI" ]
LBGSHI
bb0a90629c9de8f46a731f586152865f16507e92
9a8aad74b3b5d374bb148a640c4fa0ee33382efa
/problems/080/080.c
298a4f672ad88d2afbcc6c168768aa21d1493d5d
[ "MIT" ]
permissive
melwyncarlo/ProjectEuler
614c4b4f5b2bcd23a4231fdb4fbfa282072d4623
c4d30ed528ae6de82232f3d2044d608c6e8f1c37
refs/heads/main
2023-07-01T18:56:50.793733
2021-08-08T11:30:00
2021-08-08T11:30:00
363,627,495
0
0
null
null
null
null
UTF-8
C
false
false
3,967
c
#include <math.h> #include <stdio.h> #include <string.h> /* Copyright 2021 Melwyn Francis Carlo */ # define DECIMAL_PRECISION 102 /* 102 decimal digits (RHS), 1 integer digit (LHS), */ /* 1 decimal point character, and 1 null terminating character. */ # define MAX_CHAR 105 void square_root(char ...
[ "melwyncarlo@gmail.com" ]
melwyncarlo@gmail.com
00e3d69f852187f42595cd030d2d99f45186db2e
49ee0aef40f0cdf6d7d8313c1a38205fb29a468d
/NB15230赵铭骐/大作业 test4ios/Classes/Native/mscorlib_System_Collections_Generic_EqualityComparer_1_Defau_15.h
ef217a140fd10872b9f3723899a3b78ecea88f47
[ "MIT" ]
permissive
Rakerth/iPhone2015
50ddf5e2dd8f7eb2128a7ac931da4103406c213b
b27f4f65a67f6332b46bf95fd88aa2b61fdd8712
refs/heads/master
2021-01-19T07:23:12.672214
2016-01-13T09:01:43
2016-01-13T09:01:43
48,903,194
0
0
null
2016-01-02T15:06:05
2016-01-02T08:06:21
Objective-C
UTF-8
C
false
false
368
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Collections_Generic_EqualityComparer_1_gen_15.h" // System.Collections.Generic.EqualityComparer`1/DefaultComparer<System.TimeSpan> struct DefaultComparer_...
[ "rex60513@126.com" ]
rex60513@126.com