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
cf1aef65dbfc671d4b430733afcc161698ba1cb0
bb1ef37aca4e23e3851d88ebfcfa329325137319
/src/hmac.c
473235c1e19fd8eaf0db8bfc2a9037961e166e78
[ "MIT" ]
permissive
jonasschnelli/mcu
f78a2d14eacf562d195710c62da78db2b44e284e
1b735f76382fa8642f6353042f869e1305644e5a
refs/heads/master
2021-01-18T05:20:36.529126
2015-08-24T14:08:21
2015-08-24T14:08:21
38,867,846
0
0
MIT
2018-02-24T23:39:42
2015-07-10T07:42:56
C
UTF-8
C
false
false
1,856
c
#include <string.h> #include "hmac.h" #include "sha2.h" void hmac_sha256(const uint8_t *key, const uint32_t keylen, const uint8_t *msg, const uint32_t msglen, uint8_t *hmac) { int i; uint8_t buf[SHA256_BLOCK_LENGTH], o_key_pad[SHA256_BLOCK_LENGTH], i_key_pad[SHA256_BLOCK_LENGTH]; ...
[ "digitalbitbox@gmail.com" ]
digitalbitbox@gmail.com
cc3793269b60e886cbd64e32241e9a4eb694a9c2
317f2542cd92aa527c2e17af5ef609887a298766
/tools/target_10_2_0_1155/qnx6/usr/include/sys/protosw.h
86f3b0fa7985687c72a3127bd2d2403db661b00c
[]
no_license
sborpo/bb10qnx
ec77f2a96546631dc38b8cc4680c78a1ee09b2a8
33a4b75a3f56806f804c7462d5803b8ab11080f4
refs/heads/master
2020-07-05T06:53:13.352611
2014-12-12T07:39:35
2014-12-12T07:39:35
null
0
0
null
null
null
null
UTF-8
C
false
false
11,520
h
/* $NetBSD: protosw.h,v 1.39 2006/08/27 23:55:16 christos Exp $ */ /*- * Copyright (c) 1982, 1986, 1993 * 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 ...
[ "dev@dclark.us" ]
dev@dclark.us
ea43a270005b78150b745131978f4bf00da00203
c91ee335a30ba09c0854b1bd6253b3ce23f0c32a
/src/server.c
f8d8397958a0c19086000ae2b0d8dfeb9baf8b0c
[]
no_license
SiiLuu/MyFtp
1251b5b01fd96d21de5773a1d2133348c5c8a1a7
6dda8bea76e7ae0f63fdd85ca99a2d5a8a892455
refs/heads/master
2022-04-17T07:51:46.715086
2020-04-19T09:42:34
2020-04-19T09:42:34
null
0
0
null
null
null
null
UTF-8
C
false
false
1,420
c
/* ** EPITECH PROJECT, 2020 ** NWP_myftp_2019 ** File description: ** server */ #include "ftp.h" void init_server(server_t *server) { int option = 1; socklen_t len = sizeof(server->inf); if ((server->fd_server = socket(AF_INET, SOCK_STREAM, 0)) == -1) { perror("Socket failed"); exit(84); ...
[ "lucas.simao@epitech.eu" ]
lucas.simao@epitech.eu
0a942724cf433c37dcaa8cc634e6f0002747371c
104cede11570a6fb9b547a52d12e5a611e5d492c
/Libft/ft_strdel.c
f032a1b5a0c8fc11cf5a84d59075297d70124649
[]
no_license
vnguyen42/fractol
3412104b979a6433dcb19f56c5f0f83f31c806b8
65807e4262448897bff2fd68cf916948f93a10f5
refs/heads/master
2021-01-10T01:33:14.513683
2016-03-23T15:24:12
2016-03-23T15:24:12
54,038,329
1
0
null
null
null
null
UTF-8
C
false
false
995
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strdel.c :+: :+: :+: ...
[ "vnguyen@e1r5p16.42.fr" ]
vnguyen@e1r5p16.42.fr
8daf822ef06fdd276fad855e964186cf99c003ce
e9ab09ab30ab267f09963c11ae95cb25bbd88482
/Array prgrm/Array_address.c
7a94c482dd5425c56bb39d9fb28c4438c2453f44
[]
no_license
jominkmathew/Data-Structure
9c0ac900ff05ce1379a01f26ff044d3f90705b7b
bb7e0750e40a9bdda93d1cb8a77b53853168d02f
refs/heads/master
2023-06-09T22:09:45.746097
2021-07-01T07:38:23
2021-07-01T07:38:23
315,272,125
0
0
null
null
null
null
UTF-8
C
false
false
173
c
#include <stdio.h> int main() { int x[4]; int i; for(i = 0; i < 4; ++i) { printf("&x[%d] = %p\n", i, &x[i]); } printf("Address of array x: %p", x); }
[ "jominachu001@gmail.com" ]
jominachu001@gmail.com
e12bc2b36adf9cf20c8e7bebeaec66edfbcb1574
96195e201ec4aabddd83b772706afca0294453d8
/lib/expnode.c
2c6388f37a196d4898a000f2c3f5c3941424bef0
[]
no_license
ChungmanCheng/compiler_hw3
16ba9830a34a8f084c33a5160dea3bca6dc6540f
52c5b26eb5da932d69d76846e0c97b3cb68ea173
refs/heads/main
2023-01-28T03:14:05.464443
2020-12-09T07:24:48
2020-12-09T07:24:48
317,854,644
0
0
null
null
null
null
UTF-8
C
false
false
1,223
c
#include <stdio.h> #include "expnode.h" Node* newExpNode( int firstLine, int firstColumn, ExpNode* first, int op, ExpNode* least, int lastLine, int lastColumn ){ ExpNode* temp = (ExpNode*) malloc ( sizeof(ExpNode) ); temp->first = first; temp->least = least; temp->type = op; temp->node.type = _Exp...
[ "erwinchengchungman916@gmail.com" ]
erwinchengchungman916@gmail.com
f4de7cb541f09ec4e0b12c2471d739432112d945
fe692881320e10c55962cebd165d478c1434c359
/item/set10sao/tukim85_15/non.c
141fd1f468a79f48706188ead207965c0b783e77
[]
no_license
anho9339/chienquoc
130602c90c43053bbc99dfbfbc877de0b2d81dd7
cb5157d5eabcb4bb2ff71c292cfbdd5dc5fbb221
refs/heads/master
2021-07-04T07:51:49.408023
2021-02-01T15:15:58
2021-02-01T15:15:58
222,929,950
1
0
null
null
null
null
UTF-8
C
false
false
1,278
c
#include <ansi.h> #include <equip.h> #include <effect.h> inherit ITEM; inherit USABLE; int get_item_color() { return 2; } // 函数:构造处理 void create() { set_name("Trang bị Tử Kim cấp 85 [Nón]"); set_picid_1(3104); set_picid_2(3104); set_value(2); set_no_give(0); set_no_sell(0);...
[ "hothienan1993@gmail.com" ]
hothienan1993@gmail.com
fcb2a58941fe1fdcf80c6e312e653608870e03f0
8295713f41e924bb8babf6b1bbedf9e9da962e8e
/src/MatrixFunctionsStride/mat_mult_trans_cmplx_stride/kernels/plp_mat_mult_trans_cmplx_stride_i8s_rv32im.c
f49a8273eafad71c0b92a355fed7d193ea0fabcc
[ "Apache-2.0" ]
permissive
pulp-platform/pulp-dsp
2109b1ce91f92b54600d1e5c083c80885e751859
cc5594b9998b4f243be02c3a7e853db9c936302b
refs/heads/master
2023-03-15T18:43:02.575140
2023-03-01T16:16:00
2023-03-01T16:16:00
229,281,908
30
30
Apache-2.0
2023-03-01T16:16:02
2019-12-20T14:42:51
C
UTF-8
C
false
false
3,573
c
/* ===================================================================== * Project: PULP DSP Library * Title: plp_mat_mult_trans_cmplx_stride_i8s_rv32im.c * Description: 8-bit complex strided matrix transpose matrix multiplication kernel for RV32IM * * $Date: 18. July 2020 * $Revision: V0 ...
[ "tiborschneider@bluewin.ch" ]
tiborschneider@bluewin.ch
95c95d0a5f169b3fb015f7348f0c48ced831eca4
764e8dc99b4b3a1eaaa648749f0479f6bd580ce3
/chef_jewelStone.c
c02e291eaf270427a950b6f93afc18a80b625e6f
[]
no_license
dreamerHarshit/CodeChef
236dd76fc0868ed1777fac8e28c2577af769269a
10a6b1c67423e46d0d9424b24cc13878a7c977eb
refs/heads/master
2016-08-11T10:01:01.744889
2015-12-28T13:17:46
2015-12-28T13:17:46
48,367,681
0
0
null
null
null
null
UTF-8
C
false
false
421
c
#include<stdio.h> #include<string> #include<algorithm> #include<bits/stdc++.h> using namespace std; int main() { int i,p,count,t; string j,s; scanf("%d",&t); while(t--) { count=0; //p=0; //i=0; cin>>j; cin>>s; //cout<< s <<"length" << s.length(); for(i=0;i<j.length();i++) { for(p=0;p<s.length();...
[ "geniusharshit@gmail.com" ]
geniusharshit@gmail.com
ca3e470ea2477dd71e2464db594608128e324ec3
1f79a8635784a3c99a8af2f47ce01194c4c7b673
/src/common/vscp/vscp_class.h
a35d51c38a5277b5158ea3df99179d52ee3fc698
[]
no_license
mzanders/swali
0cb9e505fbc078f2d5958e17f36f528c92623563
c435421cd46a6699792fc5ff752fe8c4b09f9661
refs/heads/master
2021-07-07T22:11:13.074680
2020-12-20T12:17:16
2020-12-20T12:17:16
226,982,381
2
1
null
null
null
null
UTF-8
C
false
false
6,639
h
/** * @brief VSCP Level I/II class definition file * @file vscp_class.h * @author Ake Hedman, Grodans Paradis AB, www.vscp.org * * @section description Description ********************************** * This module contains the definitions for the * available VSCP class id's *******...
[ "maarten@zanders.be" ]
maarten@zanders.be
eb368983b57ecd3b4191906757fae01dc62124dd
35c04ea32351dc95bc18d46e5c70dda9c1e08668
/Examples/Eclipse/FRDM-K64F/FRDM-K64F_DataLogger/Sources/Application.h
559031a79bef5e559be800fcb210d76f4f6432b6
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
ErichStyger/mcuoneclipse
0f8e7a2056a26ed79d9d4a0afd64777ff0b2b2fe
04ad311b11860ae5f8285316010961a87fa06d0c
refs/heads/master
2023-08-28T22:54:08.501719
2023-08-25T15:11:44
2023-08-25T15:11:44
7,446,094
620
1,191
NOASSERTION
2020-10-16T03:13:28
2013-01-04T19:38:12
Batchfile
UTF-8
C
false
false
178
h
/* * Application.h * * Created on: 22.05.2014 * Author: tastyger */ #ifndef APPLICATION_H_ #define APPLICATION_H_ void APP_Run(void); #endif /* APPLICATION_H_ */
[ "erich.styger@steinerberg.com" ]
erich.styger@steinerberg.com
caa7df6b7fe9ae206d0b39a976a89d8beeb4580d
7f6e852229802df083d8e79bc3397d4a628f591b
/Intel/CannonLakeSiliconPkg/Pch/Include/Private/Library/PeiP2sbPrivateLib.h
5db0a366f0cacf162e05f74f169f1a6639540d4a
[]
no_license
jmpoep/BP_Mehlow_Server
5770f0f2e30a5215d87c77caa761422f74eea151
8c226ba15e67c6cf32d84f2ebb9383282dea2fab
refs/heads/main
2023-07-08T23:41:59.409696
2021-08-21T03:28:11
2021-08-21T03:28:11
398,455,908
0
1
null
null
null
null
UTF-8
C
false
false
2,738
h
/** @file Header file for PeiP2sbPrivateLib. @copyright INTEL CONFIDENTIAL Copyright 2017 Intel Corporation. The source code contained or described herein and all documents related to the source code ("Material") are owned by Intel Corporation or its suppliers or licensors. Title to the Material remains w...
[ "1069096459@qq.com" ]
1069096459@qq.com
c7090a042e176f8161700f2a0d369f67ce16ae33
45c2c2b0492dc0c08efaa2e7108ca3862b598628
/sort/heap_sort.c
be31cd1f0bccb667f18fe644f6bcf78bbe6b4abb
[]
no_license
bysun2013/algorithm
8fa9ed16ab4653dd73d658af22d73e9a92d77699
aab55dd4e7b738b11251a6a64eac773413aa7130
refs/heads/master
2021-01-10T21:24:05.852520
2015-06-29T01:02:48
2015-06-29T01:02:48
19,112,642
0
1
null
null
null
null
UTF-8
C
false
false
1,001
c
#include <stdio.h> #include <stdlib.h> /* bit swap bugs, if zero */ static inline void swap(int a[], int i, int j) { int tmp; tmp = a[i]; a[i] = a[j]; a[j] = tmp; } static int max_heapify(int a[], int n, int i) { int left, right; while(i <= n/2){ int tmp = i; left = 2*i; right = 2*i + 1; if(left <=n ...
[ "sunqing1617@gmail.com" ]
sunqing1617@gmail.com
6296509ea72356f1f7f48cd31f678933b0552833
de6a1a95444071c5ae201e0add4a6133905492ee
/apps/system/time/sys_time_multiclient/firmware/src/config/sam_d20_xpro/definitions.h
6f758351ae46f2894271ca1c730a565df16c035b
[ "LicenseRef-scancode-unknown-license-reference", "ISC", "LicenseRef-scancode-public-domain" ]
permissive
fb321/core
bba2c99e7ab09d4c884fad7227fc4a98e1c38c81
ac3b1a4d576ee974ad9f1bcfdc7889a05c885a2d
refs/heads/master
2020-06-27T13:44:06.203997
2019-06-28T12:29:22
2019-07-02T14:15:32
199,966,101
0
1
NOASSERTION
2019-08-01T03:02:36
2019-08-01T03:02:36
null
UTF-8
C
false
false
6,519
h
/******************************************************************************* System Definitions File Name: definitions.h Summary: project system definitions. Description: This file contains the system-wide prototypes and definitions for a project. *******************************...
[ "http://support.microchip.com" ]
http://support.microchip.com
7eaaaf07adcda4d11fca5c2a49247ba2529d9d28
f44fdb190b1a341e95a630e7322461a2606aef56
/TFT_ILI9163/src/init_LCD.c
521384b4c0510803c62003e08667692e8e55202b
[]
no_license
sciampoli/TFT_repo
dfcc928c93c686cad8f7f8a22f89e29bafdb7c77
32b5bfdc361c01146bad390dd2f45dea325af4e1
refs/heads/master
2020-04-23T09:16:02.452247
2013-07-07T21:17:17
2013-07-07T21:17:17
null
0
0
null
null
null
null
UTF-8
C
false
false
1,147
c
/* * init_LCD.c * * Created on: 07/lug/2013 * Author: sciampoli */ #include <avr/io.h> #include <util/delay.h> #define DDR_SPI DDRB #define SS DDB2 //PIN10 #define DD_MOSI DDB3 //PIN11 #define DD_MISO DDB4 //PIN12 #define SCK DDB5 //PIN13 /* LCD */ #define D_C DDB1 //PIN9 #define LCD_RESET DDB...
[ "silvestro.ciampoli@segula.it" ]
silvestro.ciampoli@segula.it
39dd67c9336c17fe8d20fbc8bcc40942d7b2d9bd
d8e7a11322f6d1b514c85b0c713bacca8f743ff5
/7.6.00.32/V76_00_32/MaxDB_ORG/sys/src/bd/hbd05.h
c682d7564355215bd8c4c370b1a703fc4ef3b401
[]
no_license
zhaonaiy/MaxDB_GPL_Releases
a224f86c0edf76e935d8951d1dd32f5376c04153
15821507c20bd1cd251cf4e7c60610ac9cabc06d
refs/heads/master
2022-11-08T21:14:22.774394
2020-07-07T00:52:44
2020-07-07T00:52:44
null
0
0
null
null
null
null
UTF-8
C
false
false
6,871
h
/*!****************************************************************************** @file hbd05.h ------------------------------------------------------------------------------ @author <unknown> @brief <unknown topic> \if EMIT_LICENCE ========== licence begin GPL Copyright (c) ...
[ "gunter.mueller@gmail.com" ]
gunter.mueller@gmail.com
c32ccd5cdb4fa86a2df200d294b5ea011f887d61
117f1373c627917057636e88aed46219af5b2055
/dynamic_stack.c
7815db4fb2872646371bff06758bd31f0889ede3
[]
no_license
sauryaacharya/Maze-Solver-Algorithm
a79d03d4055a3c5093fc31258c4c8389d95317d2
a9ad3518218f646b7c35e9af89d0543560748011
refs/heads/master
2021-01-25T06:06:32.658712
2017-06-06T14:33:27
2017-06-06T14:33:27
93,525,724
0
0
null
null
null
null
UTF-8
C
false
false
1,462
c
#include "dynamic_stack.h" dynamic_stack* create_stack() { dynamic_stack* temp = malloc(sizeof(dynamic_stack)); temp->top = NULL; return temp; } void delete_stack(dynamic_stack* s) { if(s != NULL) { stack_node* temp = s->top; stack_node* temp1 = NULL; while(t...
[ "noreply@github.com" ]
sauryaacharya.noreply@github.com
d136f8e723c35ae3d11a925527d88eb888c236e4
20d0cc5859790a6b22360148e95b18a8832904e5
/Projects/BSQ/srcs/strings/locate_mismatch.c
3a26afd5fe97d22601224cc675a17bfd11c35d3c
[]
no_license
a-lakhani/42SV-Piscine-Oct19
ba753a331ddf3c3de0fd650a7f381573548b7621
f36e861725369911f9aa03dec28cb6db8885009b
refs/heads/master
2023-07-25T13:18:49.807026
2021-08-25T17:19:34
2021-08-25T17:19:34
null
0
0
null
null
null
null
UTF-8
C
false
false
1,100
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* locate_mismatch.c :+: :+: ...
[ "56142442+a-lakhani@users.noreply.github.com" ]
56142442+a-lakhani@users.noreply.github.com
d94bec0c74086c74bff0eb4017065f7c538f5ffa
57e59af91ae6c3243e9486acf05bbd8d33077567
/src/suid.c
ef9d4d8e8834c4cf0c5843d7054d404628657373
[]
no_license
nchaimov/bdas-conf-startup
0881e3cc113eb562b2ca10de38a78dbe0edad87b
c809474b1598b96445aa4f883e3acc85b7635c87
refs/heads/master
2020-12-11T05:53:22.221988
2015-12-23T21:53:44
2015-12-23T21:53:44
48,148,046
1
0
null
null
null
null
UTF-8
C
false
false
481
c
#include <stdio.h> #include <sys/types.h> #include <unistd.h> int main(int argc,char *argv[]) { char *args[2]; if (argc<2){ fprintf(stderr,"Usage: %s <uid>\n",argv[0]); return -1; } args[0]="bash"; args[1]=NULL; if (getuid()!=0){ fprintf(stderr,"You must be root to do this\n"); retu...
[ "kzm98@hotmail.com" ]
kzm98@hotmail.com
ca727d9bb18f5abd8a85151826ef8174c0c80e19
52c8ed39b32ccc7c0673278c1adea3638797c9ff
/src/external/jpeg-9d/jfdctint.c
18ffdaaf68ef319d6fa2fbb531631b0814bb0b97
[ "MIT" ]
permissive
xboot/xboot
0cab7b440b612aa0a4c366025598a53a7ec3adf1
6d6b93947b7fcb8c3924fedb0715c23877eedd5e
refs/heads/master
2023-08-20T05:56:25.149388
2023-07-12T07:38:29
2023-07-12T07:38:29
471,539
765
296
MIT
2023-05-25T09:39:01
2010-01-14T08:25:12
C
UTF-8
C
false
false
163,428
c
/* * jfdctint.c * * Copyright (C) 1991-1996, Thomas G. Lane. * Modification developed 2003-2018 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains a slow-but-accurate intege...
[ "8192542@qq.com" ]
8192542@qq.com
73c845e2a5db7a154cc84abb7e595ac272234961
9e6eeb8dc4703d0927d0029b3600f87e137e4e91
/Source/sources/luajit-2.0/src/lib_package.c
cb5f64e7612d0987e63d2355fb66c2d65fb50a90
[ "MIT", "CC-PDDC" ]
permissive
uvbs/Arianrhod
cef0173ca993e700331ba4abc761a4a0351effdd
7a5fb53f89f7f362ea74cee6da5b97b4d3382f8c
refs/heads/master
2021-01-15T14:38:02.118196
2014-12-18T16:05:48
2014-12-18T16:05:48
28,196,882
1
0
null
null
null
null
UTF-8
C
false
false
17,077
c
/* ** Package library. ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** Copyright (C) 1994-2011 Lua.org, PUC-Rio. See Copyright Notice in lua.h */ #define lib_package_c #define LUA_LIB #include "lua.h" #include "lauxlib....
[ "Hiromi.Kaede@gmail.com" ]
Hiromi.Kaede@gmail.com
942b5265814a73439e0c171bf8a638dbc87d34c0
af6c181bfab958e0cf4a167ca6766a6b8d0781af
/Core/Src/stm32l4xx_it.c
6dbef67f00aa3112ae5e430f0888d82b634b6528
[]
no_license
SalomeWttx/Eurorack
350095b0f0d1e5ea5b05d17eaed4cd37c8ae6442
f70ef722e23fc01977c5bd981bb0954e03e0e017
refs/heads/master
2023-02-19T03:46:24.879065
2021-01-13T12:49:41
2021-01-13T12:49:41
null
0
0
null
null
null
null
UTF-8
C
false
false
6,273
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32l4xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * @attention * * <h2><center>&copy; Copyri...
[ "alexis.davidian@free.fr" ]
alexis.davidian@free.fr
6ddf34037d08c3b025ec418294b847ceedc01f70
79e7ad8b238265ac7d2d2959ebf11afc987759bc
/bcmdrivers/broadcom/include/bcm963xx/bcmmii_exports.h
a8e823968b2ff47b0a7e512bf75814adc691d296
[]
no_license
robcore/Actiontec_T3200M
5a8bbbb276c0f0e9e679d65b4dc60c4ba16edc9a
756696f61c17a604503a4ade6c7ff4f8e68d3c40
refs/heads/master
2021-01-04T12:39:43.718196
2020-02-14T16:27:11
2020-02-14T16:27:11
240,551,787
6
2
null
null
null
null
UTF-8
C
false
false
1,062
h
/* <:copyright-BRCM:2008:DUAL/GPL:standard Copyright (c) 2008 Broadcom Corporation All Rights Reserved 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 (the "GPL"). This program is ...
[ "robpatershuk@gmail.com" ]
robpatershuk@gmail.com
33c54247bbee7721e43ac1450150f58e9f5b5bec
724ef26ce19a35f90e840ec311421c47819fea5e
/BSP/SampleCode/SYS/demo_Cache.c
841ff85c47fb9b7b85d27c2fab707d78a025acdc
[]
no_license
linxioatu/N9H20_emWin_NonOS
565609430c494f4e9c5acf930172bda8892f3903
a2026e7be2755477b3389ca7e0335380e0ef68f9
refs/heads/master
2022-11-24T03:42:25.932997
2020-07-27T09:05:29
2020-07-27T09:05:29
null
0
0
null
null
null
null
UTF-8
C
false
false
2,251
c
/*************************************************************************** * * * Copyright (c) 2008 Nuvoton Technolog. All rights reserved. * * ...
[ "YCYen0@nuvoton.com" ]
YCYen0@nuvoton.com
357fcb9fdcb7b1b42addc9664cab3c6ab35e4e74
939d8e569add7fc5e0fdc3e46a9a3c61d8d19537
/samples_2016/en/itac/checking/global/deadlock/hard/MPI_Recv.c
f8a6d4dc55a9014039653c9c3683603099d49eef
[]
no_license
jiawen11/OpenCL-OpenMP-Cuda-and-Rodinia
35fd7ab9b9d49075f7044a5f9a04ede044b681d9
e809d1fdee12545298ad4cebbf471781e183d1a0
refs/heads/master
2021-06-06T12:35:37.100111
2016-04-08T20:02:13
2016-04-08T20:02:13
null
0
0
null
null
null
null
UTF-8
C
false
false
2,333
c
/*************************************************************************************** * * Intel(R) Trace Collector Library. * * Copyright 2004-2008 Intel Corporation. * All Rights Reserved. * * The source code contained or described herein and all documents * related to the source code ("Material") are owne...
[ "gentle.kevin1991@gmail.com" ]
gentle.kevin1991@gmail.com
9b33720724d190b3ed50fd4149c4f2c6396ada51
4a2e3aca94ee873dbe55727ab17bdf5a28604231
/lab1/Chapter_02_Source_tree/04_Debugging-1/kernel/kprint.c
7b3337967485c72f9d4bfbb2559ca359650e4a6c
[]
no_license
zjurelinac/fer.OSUR
22fe63c0a60525e44c9f3ea69c271cf0e275d607
05401b59dc4987b26704556b1ddbc71682273c3b
refs/heads/master
2021-01-24T09:56:49.943970
2018-02-26T21:06:47
2018-02-26T21:06:47
123,030,605
0
0
null
null
null
null
UTF-8
C
false
false
370
c
#define _K_PRINT_C_ #include <kernel/kprint.h> #include <lib/string.h> #include <types/io.h> console_t *k_stdout; int kprintf ( char *format, ... ) { size_t size; char buffer[CONSOLE_MAXLEN]; k_stdout->print ( "\x1b[31m" ); size = vssprintf ( buffer, CONSOLE_MAXLEN, &format ); k_stdout->print ( buffer ); ...
[ "zjurelinac@gmail.com" ]
zjurelinac@gmail.com
8fc97008cf0fa16d528a2480bf3fa5d29c781d4f
8460b755a3a15954fd49063bafcbbb283d6f8dcb
/nkoj/nkoj1550.c
4fe91fd1c9eb3eebffa3f1db878a804c7c3a3e5a
[]
no_license
scinart/MAC
9c63c6922038a1da1ab03c6eba416811e0ecc119
267448bfa5642b1794ebc763df74a6d5a011eb41
refs/heads/master
2016-09-05T20:48:05.333649
2014-12-30T14:28:22
2014-12-30T14:28:22
null
0
0
null
null
null
null
UTF-8
C
false
false
1,007
c
#include <stdio.h> char A[128]; int main() { A['='] = '-'; A['-'] = '0'; A['0'] = '9'; A['9'] = '8'; A['8'] = '7'; A['7'] = '6'; A['6'] = '5'; A['5'] = '4'; A['4'] = '3'; A['3'] = '2'; A['2'] = '1'; A['1'] = '`'; A['\\'] = ']'; A[']'] = '['; A['['] = 'P'; ...
[ "akubeej@gmail.com" ]
akubeej@gmail.com
5b571171bc76bb1f0fc9bdfe2aeb3d72b5095f33
6f193e787f8b8271adc8a3a5ccb48405ba96456a
/insertion sort.c
4190e5362bf29b2e0832c419a6728fc1846cf0e2
[]
no_license
jithin-source/sorting_techniques
fb7dda7bcaa43cb5d4a32424420fada572ae1467
d8684105a61dc07c0f22edcb68933c768d67d9c2
refs/heads/master
2022-12-05T23:33:35.862086
2020-08-25T07:20:43
2020-08-25T07:20:43
290,143,133
0
0
null
null
null
null
UTF-8
C
false
false
575
c
// program for insertion sort #include <stdio.h> #include<stdlib.h> void Insertionsort(int A[],int n) { int i,j,temp; for(i=1;i<n;i++) { j=i-1; temp=A[i]; while(j>-1 && A[j]>temp) { A[j+1]=A[j]; j--; } A[j+1]=temp; } } int main() { int A[100],number,i; printf("Enter the number ...
[ "noreply@github.com" ]
jithin-source.noreply@github.com
3d98858957a304ac760372323edd9fd7c717e98c
27ae1adc17f848a6c16bfda06384aa52e5d0b0b3
/Example/Pods/Headers/Private/MEAdvSDK/MPVASTWrapper.h
6be313ab5dd6193bfe5330343a3c4150982b3888
[ "MIT" ]
permissive
liusas/MEKSAdapter
b6174859b9fedac77fc70cb951af6d6c1a51e855
961eee8de4ba96a35493ce335c61768f5f54ce7d
refs/heads/master
2023-01-11T18:04:52.021368
2020-11-12T10:49:56
2020-11-12T10:49:56
281,351,694
0
0
null
null
null
null
UTF-8
C
false
false
90
h
../../../MEAdvSDK/MEAdvSDK/Classes/Platform/Mobipub/MobipubSDK/Common/VAST/MPVASTWrapper.h
[ "liufeng@mobiexchanger.com" ]
liufeng@mobiexchanger.com
7c902364a1101b48a77e0ad7b40305c55aeda576
38e5c3313ce857d815a7f1a1858798065151afb4
/libsvz/src/image.c
ff0883184137f75d64bc06f93973b1b71ea67807
[]
no_license
stricaud/svz
7a2371fac89cb2d70298a28702d5ba1e3fdf2fc2
d4a2fadb68a4f988dd4a64350585c2ec9a51852f
refs/heads/master
2020-04-13T02:37:34.834501
2020-03-04T03:52:09
2020-03-04T03:52:09
162,907,790
0
0
null
null
null
null
UTF-8
C
false
false
3,274
c
#include <stdint.h> #include <gif_lib.h> #include <svz/svz.h> #include <svz/image.h> #include <svz/gif-palette.h> #define GIF_EXP_COLORS 8 int svz_image_write_pixel(svz_t *svz, uint16_t x, uint16_t y) { uint32_t pos; char left; uint64_t index; if ((x <= 0) || (y <= 0)) { fprintf(stderr, "Error: pixel p...
[ "sebastien@honeynet.org" ]
sebastien@honeynet.org
d0176ce99570fd3ed039bd28cc5aa63e203bcf6e
6df7fcda67c563f8f528582c54ed5b31b9c24d3d
/menu.h
5a46c8bc5ad729807a5e52607e09a9b296a0a1c1
[]
no_license
blue119/xterm
81223d40c67782661e479326969e4a93a623caba
fd47e75173d6f0361f113d699c898c64c7299471
refs/heads/master
2020-04-05T11:03:08.374117
2018-11-09T06:35:32
2018-11-09T06:35:32
156,820,478
0
1
null
null
null
null
UTF-8
C
false
false
16,838
h
/* $XTermId: menu.h,v 1.141 2018/04/29 21:28:37 tom Exp $ */ /* * Copyright 1999-2016,2018 by Thomas E. Dickey * * All Rights Reserved * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software")...
[ "blue119@gmail.com" ]
blue119@gmail.com
93737558f2d328577580fe8c03cb70abd121859c
5c529642b31766c90038d59d748158ba3d0151f4
/code/src.bin/superdarn/tool/fit/time_image.1.05/csd.h
22c07863f9d61885aa196b63374452ed561e955c
[]
no_license
horit/RST2.10_stel
3ca50cfdf128709c0f22cd693b11c4a682e42f3e
60da58e952c452a8ccfc5fd43aea367220fd8556
refs/heads/master
2016-09-06T02:45:16.567584
2014-10-23T05:27:28
2014-10-23T05:27:28
25,215,211
0
0
null
null
null
null
UTF-8
C
false
false
2,074
h
/* csd.h ===== Author: R.J.Barnes */ /* Copyright 2004 The Johns Hopkins University/Applied Physics Laboratory. All rights reserved. This material may be used, modified, or reproduced by or for the U.S. Government pursuant to the license rights granted under the clauses at DFARS 252.227-7013/7014. For ...
[ "horit@stelab.nagoya-u.ac.jp" ]
horit@stelab.nagoya-u.ac.jp
472a2ae7f32a0952589ad148c3180ad0b0b221ed
456ba410821af25409ce0dd1b9557ded4ba48e98
/C1/ex1-14.c
d080a4978c821c489b4ccefb5ccc54451a47aa9a
[]
no_license
ruanha/K-R
3279017eb5932473d320a5e3e187776a2f493ad2
cdab85d7474667530bab5ed66ffe4bc7196fcea7
refs/heads/master
2020-03-14T08:43:49.197021
2018-05-21T18:36:54
2018-05-21T18:36:54
131,531,234
0
0
null
null
null
null
UTF-8
C
false
false
388
c
#include <stdio.h> #define MAXCHAR 'z'-'a' int main() { int chararr[MAXCHAR]; int i, j, c; for (i = 0; i <= MAXCHAR; ++i) chararr[i] = 0; while ((c = getchar()) != EOF) { if (c >= 'a' && c <= 'z') ++chararr[c-'a']; } printf("\n"); for (i = 0; i <= MAXCHAR; ++i) { printf("%c | ", 'a'+i); for (j...
[ "rune_hartvig@hotmail.com" ]
rune_hartvig@hotmail.com
46543b93a8637dac06091377f2eaf9c55cef6571
23b51537dcf80814b738cac56ea818f3077c5ae3
/adk/src/libs/device/device.c
74aa0ace717e233308830d72683a12fa51444943
[]
no_license
yijiangnan2002/304Xv265
b7be555d32c53d31194949a73b299449f1cf795c
1aa8eb42ade66dfde3895bfbc4485737ce2f07af
refs/heads/main
2023-07-19T09:20:53.725258
2021-09-08T09:12:53
2021-09-08T09:12:53
397,194,606
1
0
null
null
null
null
UTF-8
C
false
false
4,057
c
/*! \copyright Copyright (c) 2018-2020 Qualcomm Technologies International, Ltd.\n All Rights Reserved.\n Qualcomm Technologies International, Ltd. Confidential and Proprietary. \file \brief A device instance that represents a collection of profiles/services/etc. A device will usually...
[ "harry.huang@eastech.com" ]
harry.huang@eastech.com
eef912339309fd2f2cc2f42e2f1a0f7790f53344
585f0bee28f26ee94fd8c84a61c77860c4da15b1
/phalcon/mvc/collection.zep.c
2569b0e0c8751fb8e0eec11da828b2c2654e4ec1
[]
no_license
qipilangabc/phalcon
fd40669e2584a84dc23b36c1d0dfbb77f0879e0b
585257c4997ddadc573f23b37ea1242aa3eb879c
refs/heads/master
2020-12-24T15:13:33.316509
2014-12-15T19:45:07
2014-12-15T19:45:07
null
0
0
null
null
null
null
UTF-8
C
false
true
61,559
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/exception.h" #include...
[ "carlos@inforeason.com" ]
carlos@inforeason.com
d3c1ebbc70bb488c01a7fa024de6877582f2dedb
0b2f4ec0eab5ccc718bdb55c994be7ea226586ff
/driver/TrEE/TrEE/OpteeClientLib/OpteeClientRPC.c
72d6af0308767fae825e2a464cf9d06046305a72
[ "MIT" ]
permissive
dmcilvaney/imx-iotcore
d6a0ccceb1610484af67ee644848cd032fbcf1da
c7aa1f7498f57ebb244cf6358f1834188d39eef0
refs/heads/public_preview
2020-05-04T18:15:50.283788
2019-04-09T18:20:38
2019-04-09T18:20:38
179,345,681
0
0
MIT
2019-04-08T22:21:22
2019-04-03T18:17:16
C++
UTF-8
C
false
false
55,507
c
/** @file The OP-TEE RPC Interface that handles return calls from the OP-TEE OS in secure world that need to be processed by the normal world OS. **/ /* * Copyright (c) 2018, Microsoft Corporation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modi...
[ "hebeberm@microsoft.com" ]
hebeberm@microsoft.com
f5f9774409527fb7bf93b05a65bd2ac11bb58011
869dfdaf9d26f7dd02856c07b75da59324f842be
/array.c
ad48444a927c9d38c107409068c21aa58ca620ce
[]
no_license
mtklein/mtk
7dce8e313a4e7e3a167d1b2323c841bfa53c625b
db630f7edf74f5aae509874f86af4c44ca7abb89
refs/heads/main
2023-08-29T09:39:26.608053
2021-10-17T11:30:05
2021-10-17T11:30:05
376,352,737
0
0
null
null
null
null
UTF-8
C
false
false
598
c
#include "array.h" #include <stdbool.h> #include <stdlib.h> __attribute__((no_sanitize("unsigned-integer-overflow"))) static inline bool is_pow2_or_zero(size_t n) { return (n & (n-1)) == 0; } void* grow(void* ptr, size_t n, size_t sizeofT) { if (is_pow2_or_zero(n)) { ptr = realloc(ptr, (n ? 2*n : 1) *...
[ "mtklein@gmail.com" ]
mtklein@gmail.com
b512c075dd91e048dd14993e7e7f47900a6fcd26
bc949cbcded25afc8511d07c8d86509d5746b2a8
/dataset/12517.c
1eba3354982fe3e42393d9935cca953e6ae72a65
[]
no_license
hqjenny/CSmith_random_pgm
52aa1face59749a9d0656fc4088f6f921aac2dab
0ebf41b85201cbe791a13304cdb45e22504f0ce7
refs/heads/master
2023-08-17T23:28:24.519500
2021-09-15T19:55:23
2021-09-15T19:55:23
406,904,982
1
0
null
null
null
null
UTF-8
C
false
false
4,523
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.2.0 * Git version: dcef523 * Options: --no-structs --no-pointers --no-math64 --max-funcs 4 --no-unions --output 12517.c * Seed: 1938287238 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ /* --- G...
[ "hqjenny@hotmail.com" ]
hqjenny@hotmail.com
ade5f3838a0fdc4da1c89048a9510774c391107d
45ac28be549ee31fb8fd7b5ab485055786237fc0
/archive/piscine-reloaded/ex16/ft_strlen.c
c834bea011c25928ed764bc0619a6599160acc33
[]
no_license
twinturtle42/Fortito
7ba67576f3b596dc2c5e565a5e1cc1ba6c089258
e625f8fef6265d74a1ab8acb1a9241e10b9a7c97
refs/heads/master
2021-01-18T23:39:34.592948
2017-08-18T13:53:08
2017-08-18T13:53:08
87,120,052
0
0
null
null
null
null
UTF-8
C
false
false
975
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strlen.c :+: :+: :+: ...
[ "pringsta@e2r5p6.42.fr" ]
pringsta@e2r5p6.42.fr
34e79c973d92141b50d6ad843e92555c4ee00e42
4dc7e7c8ace82b6e847ca054c2a7337da267e6ad
/shell.h
1a6ca23aba9560850fa91adf38479fe608e33a8e
[]
no_license
artfly/shell
5e04b8cadd3e6b8aea8bbf190aff14aa7b627f66
1c21df8b138acfcae37fe23cf54ee85b666c2586
refs/heads/master
2020-04-06T04:29:31.817208
2015-05-18T19:38:27
2015-05-18T19:38:27
34,621,814
0
0
null
null
null
null
UTF-8
C
false
false
752
h
#ifndef SHELL_H #define SHELL_H #define MAXARGS 256 #define MAXCMDS 50 struct command { char *cmdargs[MAXARGS]; char cmdflag; }; #include <sys/types.h> #include <fcntl.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #include <setjmp.h> #include <unistd.h> #include <wait.h> #include <termios.h> ...
[ "artfly94@gmail.com" ]
artfly94@gmail.com
58a8c65790b3c983fec8d3c6d96209f34d2cc6f8
7c5d84b3a2bd6709c9c88328c9d15583024cc839
/childplay/dataflash.h
3eaefdbcce2846103cc9d618e402066017084ff2
[]
no_license
BackupGGCode/avrtoys
bbfd553554542bce6ca94574f2d88dbcf6862272
55cad3151a0482f4d7c3ffecebeeb067dbfd0302
refs/heads/master
2020-06-04T03:31:00.465949
2015-04-29T12:03:16
2015-04-29T12:03:16
34,781,886
0
0
null
null
null
null
UTF-8
C
false
false
2,757
h
#ifndef _DATAFLASH_H #define _DATAFLASH_H // Read command // Continuous Array Read #define DATAFLASH_CMD_CNTRDic 0x68 // Inactive Clock Polarity Low or High 68H #define DATAFLASH_CMD_CNTRD 0xE8 // SPI Mode 0 or 3 E8H // Main Memory Page Read #define DATAFLASH_CMD_PGR...
[ "ivalrom@87802841-9f3d-0410-a54f-ebbe79233eaa" ]
ivalrom@87802841-9f3d-0410-a54f-ebbe79233eaa
00c4230824673c444e30a421f7f530d091362392
b8762c869ea0ce6470e110559865060bdf830958
/Lab7_HeartBlock/main.c
b8741ed4c120596d73951a29f3eb73c0da13daae
[]
no_license
abdulbacitt/Embedded-Systems-Shape-the-World
b72b09b855634c9f190feefde10ef85f44f69fab
e290d592e213ed77c95ee1de403cc493afcf3a30
refs/heads/master
2023-03-15T15:10:48.085440
2016-12-22T21:47:03
2016-12-22T21:47:03
null
0
0
null
null
null
null
UTF-8
C
false
false
5,326
c
// 0.Documentation Section // Lab7_HeartBlock, main.c // Runs on LM4F120 or TM4C123 LaunchPad // Input from PF4(SW1) is AS (atrial sensor), // Output to PF3, Green LED, is Ready, // Output to PF1, Red LED, is VT (ventricular trigger) // Date: January 15, 2016 // 1. Pre-processor Directives Section #include "TExa...
[ "matthew.d.dias@gmail.com" ]
matthew.d.dias@gmail.com
00d47b4198c1eb916e35e0ec90e6c7e49994592a
9852e8c711abb5a97daec9da8e0ed16d2f94181c
/capture.c
72d1868d65fa72039b95559d5742ca498f3a905c
[ "MIT" ]
permissive
Stefannnnnnnnn/L2TP-Capture.c
545ad3eeb05ec6e07348b7e4bcb122e230faf91c
af376f3f3b32692bc9d94f8c22a2737105018d3b
refs/heads/master
2023-03-23T11:45:48.929605
2021-02-02T17:44:55
2021-02-02T17:44:55
null
0
0
null
null
null
null
UTF-8
C
false
false
13,742
c
#include <stdio.h> #include <pcap.h> #include <netinet/in.h> #include <netinet/if_ether.h> #include <arpa/inet.h> #include <string.h> /* * |-------------------| * | Ethernet II | eth_header * |-------------------| * | IPv4 | ip_header * |-------------------| * | UDP ...
[ "870033938@qq.com" ]
870033938@qq.com
b8945010c8b58c4a4aa506b3a5122a33f51cd4a4
566030da6e2160b1fe328b6f6a3939326fcd5462
/part_2/OpenMP/helloworld.c
e59ee730bfb6190bd126cc2598828df390aa2105
[]
no_license
arodr967/multithreading_fun
5b571f1213d1964216a73f82378ccb971bce9187
1b2c907c9c861fa8dcc2887382a32975bc266d4c
refs/heads/master
2020-12-03T02:25:42.320639
2017-07-10T03:44:04
2017-07-10T03:44:04
95,937,138
1
0
null
null
null
null
UTF-8
C
false
false
960
c
// COP4610 – Principles of Operating Systems – Summer C 2017 // Prof. Jose F. Osorio // Student: Alicia Rodriguez – 5162522 // // Assignment#: 3 // Project: Multithreaded Programming // Specs: OpenMP Hello World // Due Date: 07/09/2017 by 11:55pm // // Module Name: OpenMP Hello World // I Certify that this program code...
[ "alicia_rodriguez@ultimatesoftware.com" ]
alicia_rodriguez@ultimatesoftware.com
9a0f0adb6347f5bd3e43214ab5cd19f1cd31ecf5
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/fs/qnx6/super_mmi.c
d282c2c7340479e2208e194502dd5bc4a136904b
[ "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
3,887
c
// SPDX-License-Identifier: GPL-2.0 /* * QNX6 file system, Linux implementation. * * Version : 1.0.0 * * History : * * 01-02-2012 by Kai Bankett (chaosman@ontika.net) : first release. * */ #include <linux/buffer_head.h> #include <linux/slab.h> #include <linux/crc32.h> #include "qnx6.h" static void qnx6_mmi_c...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
5a0a85b78c1e95c7b37364f436664d8958ce569a
e2446222c787d892cc95460478bf7758386a7f38
/extl/type/traits/unit_test/is_class_or_union_test.h
085bc1ac55b6f55c62d0858f0aebc8442280999a
[]
no_license
gxfgithub/hnr
554bbc0223fc18ddc998c0b2e4b3d06a26953f5e
a843843e4e48ae14222ab5a04cf0f15f0f0dde19
refs/heads/master
2021-06-03T03:51:27.943129
2016-07-15T10:07:32
2016-07-15T10:07:44
null
0
0
null
null
null
null
UTF-8
C
false
false
1,449
h
/* /////////////////////////////////////////////////////////////////////// * File: is_class_or_union_test.h * * Created: 08.02.17 * Updated: 08.07.09 * * Brief: is_class_or_union unit-testing * * [<Home>] * Copyright (c) 2008-2020, Waruqi All rights reserved. * ///////////////////////////...
[ "waruqi@gmail.com" ]
waruqi@gmail.com
c23b511a5c8d967026330fc99c7683dba2859428
499cfc3a1213231e69f0b99ee1e9579bc28f58b8
/软件测试房/6036_Main_AU005/DAC.h
fce64790235a16bae52b7d086d1a9d23b65cb485
[]
no_license
Yosumer/RT6036
93cc79cd54c07547bfdc58725561460a4475d625
13975b3c8a31012f08dfd88af4ab2edfff1219e5
refs/heads/master
2021-04-07T22:22:58.883333
2019-01-03T01:28:14
2019-01-03T01:28:14
null
0
0
null
null
null
null
UTF-8
C
false
false
613
h
#ifndef __DAC_H__ #define __DAC_H__ #define DAC_CURRENT_1A 620 #define DAC_CURRENT_1_5A 930 #define DAC_CURRENT_2A 1241 #define DAC_CURRENT_2_5A 1552 #define DAC_CURRENT_3A 1862 #define DAC_CURRENT_3_5A 2172 #define DAC_CURRENT_4A 2482 #define DAC_CURRENT_4_5A 2793 #define DAC_CURRENT_5...
[ "541803942@qq.com" ]
541803942@qq.com
614bef9c6e0eb2f838754ee24dd5c27726c73033
6f5332b55866506c508ca617cf008250edcffea5
/main.c
36dbe0747d8ec68e74971974b081698d3e675b51
[]
no_license
redxef/bfint
b8994b9d3c7f982f2da2b9fec85df2211878bd99
38cb13d3794a4b7f119771980002a6e32f904494
refs/heads/master
2021-01-01T19:48:19.521099
2019-05-29T07:18:34
2019-05-29T07:18:34
98,691,396
0
0
null
null
null
null
UTF-8
C
false
false
11,054
c
/** * @author * @file main.c * @version 0.0.0-r0 * @since * * @brief A brief documentation about the file. * * A detailed documentation. */ #include <stdlib.h> #include <stdio.h> #include <stdint.h> #include <assert.h> #if defined __APPLE__ || defined __linux__ || defined __unix...
[ "m.federanko@cairobot.at" ]
m.federanko@cairobot.at
a0b5e087d9acff9810d69103b53770432fcefaaf
127c53f4e7e220f44dc82d910a5eed9ae8974997
/Client/Tools/MrSmith/LuaPlus/Src/lfunc.h
e6ffe08f1e05136e61627e92fa28fc7cbf1bc765
[]
no_license
zhangf911/wxsj2
253e16265224b85cc6800176a435deaa219ffc48
c8e5f538c7beeaa945ed2a9b5a9b04edeb12c3bd
refs/heads/master
2020-06-11T16:44:14.179685
2013-03-03T08:47:18
2013-03-03T08:47:18
null
0
0
null
null
null
null
UTF-8
C
false
false
671
h
/* ** $Id: lfunc.h,v 1.1 2007/09/26 03:11:19 zyh Exp $ ** Auxiliary functions to manipulate prototypes and closures ** See Copyright Notice in lua.h */ #ifndef lfunc_h #define lfunc_h #include "lobject.h" Proto *luaF_newproto (lua_State *L); Closure *luaF_newCclosure (lua_State *L, int nelems); Clos...
[ "amwfhv@163.com" ]
amwfhv@163.com
8de0e2fe0fc89d674ec9635b294c42ae1255a519
52bf39b54b1b9b4d205c56cedbb65f471980701e
/libft/ft_strncat.c
e5a73b3fe650854285b3657fa71070db9a674b19
[]
no_license
lxqnt/Forest_Hunter
fbba2705d6d4d9b1843197fc0b988e7da5bdd5d1
064563824d0c091cb8f3ad80177a2412df41e10f
refs/heads/master
2021-04-30T07:50:32.715648
2018-09-26T23:00:04
2018-09-26T23:00:04
121,357,137
0
0
null
null
null
null
UTF-8
C
false
false
1,149
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncat.c :+: :+: :+: ...
[ "lexiqt@gmail.com" ]
lexiqt@gmail.com
9b9b4fb827b1e77754c0f7b36806315024ecb4b4
7e83142981af68a4e492d502ae03b962b54aceda
/signal.c
f0631e97800329509412088c8b299087d5674058
[]
no_license
Barnabas27/simple_shell
e82163a5b030bac5bad16516e8ef67f562679612
c52b4708fcf02897eb3e9b4e3755d943ee3e8f74
refs/heads/master
2023-07-13T11:13:50.061851
2021-08-27T10:48:00
2021-08-27T10:48:00
398,197,110
0
0
null
null
null
null
UTF-8
C
false
false
235
c
#include "shell.h" /** * sigint_handler - Handles signal when user types ctrl + c * @signal: The signal * */ void sigint_handler(int signal) { (void)signal; printf("\n"); write(STDOUT_FILENO, "$ ", 2); fflush(stdout); }
[ "bnyambura032@gmail.com" ]
bnyambura032@gmail.com
3713f0999a2f20d792880d0a14ca7a5856eceb29
7aaa96c2a3b4847db65c5cb7959c41f8705c6db1
/3월/이미지 클래스/ImageClass2/Resource.h
ca0f865d558fbca4c24d02a7b92401108aeaf92b
[]
no_license
YeonWon123/2019_Image_Processing
9b16f50ba681d8b4f1bd088222512cb12c8d9a1a
cef1e69f4e16a7f3d6f45c156dce6322ae232fb3
refs/heads/master
2020-04-22T00:15:10.677469
2019-05-20T16:47:59
2019-05-20T16:47:59
169,972,612
4
1
null
null
null
null
UHC
C
false
false
566
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++에서 생성한 포함 파일입니다. // IppCreate.rc에서 사용됩니다. // #define IDD_ABOUTBOX 100 #define IDP_OLE_INIT_FAILED 100 #define IDR_MAINFRAME 128 #define IDR_IppCreateTYPE 130 #define ID_WINDOW_MANAGER 131 // 다음은 새 개체에 사용할 기본값입니다. // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READ...
[ "46421507+YeonWon123@users.noreply.github.com" ]
46421507+YeonWon123@users.noreply.github.com
8330d4a977a3bd65da9627105f0c226b93ebff9e
42af32cde232a8dc8d1e0f6e301bc4eb9e10d98f
/Source-codes/Fasta/print_pssm.c
818e914b51abcbc77160e1211c9d21ba42aab9d5
[]
no_license
Bader-Research/BioPerf
ba7f0a298242b3ba4ba547e5238b3505f941204f
37baf0078ca847f95764666bcb96edd6c18ed835
refs/heads/main
2023-02-03T03:26:30.803310
2020-12-19T18:47:31
2020-12-19T18:47:31
322,689,486
2
0
null
null
null
null
UTF-8
C
false
false
11,086
c
/* print_pssm.c - 21-Jan-2005 copyright (c) 2005 - William R. Pearson and the University of Virginia read a binary PSSM checkpoint file from blastpgp, and produce an ascii formatted file */ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <math.h> #include "defs.h" #include "mm_file....
[ "dbader13@gmail.com" ]
dbader13@gmail.com
78715cbb0c45b832005ffe6bde39ee03c3e484a8
261c55facba67dbf6c2294066f16d033ab98908a
/src/util.c
093df505923513c318b37e4f8a1d86d87284ea53
[]
no_license
igor-akhmetov/geonames
54571b3f10272e15bf8283c1cccf510e2ade3de3
4f711fbaf2dc6499b41a6625bf3b1021a84586b8
refs/heads/master
2021-05-27T13:28:17.945218
2010-03-01T16:49:04
2010-03-01T16:49:04
null
0
0
null
null
null
null
UTF-8
C
false
false
3,052
c
#include "standard.h" #include "log.h" #include "util.h" #include "ctype.h" void * xmalloc(size_t size) { void *p = malloc(size); if (!p) cerror("malloc"); return p; } void * xcalloc(size_t size) { void *p = calloc(1, size); if (!p) cerror("calloc"); return p; ...
[ "Igor.Akhmetov@gmail.com" ]
Igor.Akhmetov@gmail.com
e7d5f586e8a399421da984fbf4503b2276ff24bd
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.5/Unix-Windows/scilab-2.5/routines/menusX/wmen_scilab.h
c583e6730128779490870f12c7a2223b5048103e
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
C
false
false
6,196
h
/* Copyright ENPC */ #ifndef STRICT #define STRICT #endif #include <windows.h> #include <windowsx.h> #include <commdlg.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #include <ctype.h> #include "../wsci/wgnuplib.h" #include "../wsci/wresource.h" #include "../wsci/wcommon.h" #include "../sun/men_Sutil...
[ "claude.gomez55@gmail.com" ]
claude.gomez55@gmail.com
e5a01de86ac241c75b12c641ab84883f30cc8496
2961ea3256333c3242b668810fb4d1afc1f92643
/timus/problems/1607/1607.c
3c80a3a4f0ca449bd4b24913f00ef5851e1be997
[]
no_license
shaung/oj
39d404ee9d0b4969688b41c90a20ddd3972cc619
2e4b65649a19ce73184b5d98011d9198aff7aa9a
refs/heads/master
2021-01-10T20:17:49.760420
2011-01-09T11:35:48
2011-01-09T11:35:48
1,212,819
0
0
null
null
null
null
UTF-8
C
false
false
350
c
#include "stdio.h" int main(int argc, char* argv[]) { int ix = 0, dx = 0, iy = 0, dy = 0; int z = 0, rslt = 0; scanf("%d %d %d %d", &ix, &dx, &iy, &dy); z = (iy - ix) / (dx + dy); if(ix >= iy) rslt = ix; else if(iy - dy*z > ix + dx*(z+1)) rslt = ix + dx*(z+1); else rslt = iy - dy*z; printf("...
[ "shaun.geng@gmail.com" ]
shaun.geng@gmail.com
1ff619d6b7ec92b48fe8f3061ad67e6be8e699c8
e6c46d5aeac237bfc90cdb3153ecb2a8dfb0dc5c
/problem_3/problem_3_functions_3.c
1a028387e55b85b7278ead8e1fa2c19f99a5a4f9
[]
no_license
zacwoll/Project_Euler
b4a6c5afa1fe70a00986d92dc2b87615b56fff44
8a1bcef673f08c4c83567cad3645e8a1c45f94ad
refs/heads/main
2022-03-20T04:15:24.447934
2022-03-09T20:35:37
2022-03-09T20:35:37
50,964,872
0
0
null
2016-02-08T20:43:53
2016-02-03T01:28:25
null
UTF-8
C
false
false
2,256
c
#include <stdio.h> #include <stdbool.h> #include <math.h> #include <unistd.h> #include <time.h> const long long N = 600851475143; /** * This program shows an approach with three functions to the 3rd problem of * project euler. By further abstracting this logic, the steps of this * problem get easier. There's still ...
[ "zacwoll@gmail.com" ]
zacwoll@gmail.com
1bdc21ce19cbf0af82ceb4f9cfcbe2995e15c25c
15e818aada2b18047fa895690bc1c2afda6d7273
/avionics/cs/firmware/eop_interface.h
76f3be86f05e615fe9fa70eb4e072ebd92f2be48
[ "Apache-2.0" ]
permissive
ghomsy/makani
4ee34c4248fb0ac355f65aaed35718b1f5eabecf
818ae8b7119b200a28af6b3669a3045f30e0dc64
refs/heads/master
2023-01-11T18:46:21.939471
2020-11-10T00:23:31
2020-11-10T00:23:31
301,863,147
0
0
Apache-2.0
2020-11-10T00:23:32
2020-10-06T21:51:21
null
UTF-8
C
false
false
994
h
/* * Copyright 2020 Makani Technologies LLC * * 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 ...
[ "luislarco@google.com" ]
luislarco@google.com
5fd8a11437a5f907c69835bf8d038266ba0ccc05
db3c4bec82a143a66eca00560936aafa1d72f949
/Proyecto 2.- Newton-Raphson Mejorado.c
7fc65b20862fd1ac1168047aac8db0154743e003
[]
no_license
IsacLuna/Proyecto_2
0ac2f47f0c52539ffd108db8aaedc6c64dc424ed
a20c8ffafd0f50d4925e6f821418184322bca899
refs/heads/main
2023-07-29T06:35:41.415885
2021-09-15T15:10:57
2021-09-15T15:10:57
406,816,110
0
0
null
null
null
null
WINDOWS-1250
C
false
false
5,868
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <math.h> void ing_Datos(float ecuacion[], int iter); void calcDeriv(float ecuacion[], float primDeriv[], float segDeriv[],int grado, int grado1, int grado2); int iteraciones(float ecuacion[], float primDeriv[], float segDeriv[], int grado, int grado1,...
[ "65917254+IsacLuna@users.noreply.github.com" ]
65917254+IsacLuna@users.noreply.github.com
b8d801d60a6d400ed6fd481f1c02cda0c0dae439
1b8885836266cfa56675d42323afb8e8c319313a
/Practice/array_and_pointer/select_max.c
d210a5255b31655d83301d8f94d9b76a62ce1aae
[]
no_license
hotdis/C_Primer_Plus
2554e4214f9079dde11f5e9a8789fe49876d0d91
b7bdb20f976284354ff4e060d5c733cef32f992f
refs/heads/master
2020-05-17T12:50:23.344890
2019-04-27T02:34:28
2019-04-27T02:34:28
183,719,307
0
0
null
null
null
null
WINDOWS-1252
C
false
false
331
c
#include<stdio.h> #include<stdlib.h> int selectMax(int *arr,int n) { int max = *arr; for (int i = 1; i < n; i++) { if (max < arr[i]) { max = arr[i]; } } return max; } int main() { int arr[5] = { 3,4,5,4,54 }; int max = selectMax(arr, 5); printf("×î´óֵΪ£º%d\n", max); system("pause"); return 0; ...
[ "43771903+hotdis@users.noreply.github.com" ]
43771903+hotdis@users.noreply.github.com
2207bb084f52f4ea3e1efc0d6290fa94d66142db
b477697f95728fbf8d1759a73858860c9620c3ab
/peripheral/ddr/processor/ddr_p32mz2048efg144.h
2f3ff67ddac8e66d6443302ec08344e5139fc17c
[]
no_license
gmuro/harmony-v2_06-framework
12bcb30c2dc9f4737aab8762da8b25632822d00e
2196b67de35af9d1126b539b08324cf72ed13521
refs/heads/master
2022-12-07T19:24:34.649360
2022-11-18T22:16:49
2022-11-18T22:16:49
190,900,209
1
1
null
null
null
null
UTF-8
C
false
false
12,556
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _DDR_P32MZ2048EFG144_H #define _DDR_P32MZ2048EFG144_H /* Section 1 - Enumerate instances, define constants, VREGs */ #include <xc.h> #include <stdbool.h> #include "peripheral/peripheral_common_32bit.h" /* Default definition used for all API dispatch fu...
[ "gustmuro@gmail.com" ]
gustmuro@gmail.com
54cc6a3adfb449cac2f90be64ca58b4a49987e01
d506042c33c5d26e0aa7a40638820f6f111aa550
/mediatek/custom/common/cgen/inc/audio_hcf_default.h
79dbbb78e68b6b9a43bd1297cb2d988d596b114d
[]
no_license
openube/Kernel_Xperia_C_Custom-
653e37ac467b3c38210e1342464203f07a635444
4b8e78b49864a5c9e35ddb269770b54cd9b8f789
refs/heads/master
2020-06-16T06:47:30.096704
2014-07-01T01:15:19
2014-07-01T01:15:19
null
0
0
null
null
null
null
UTF-8
C
false
false
9,977
h
/******************************************************************************* * * Filename: * --------- * audio_hcf_default.h * * Project: * -------- * ALPS * * Description: * ------------ * This file is the header of audio customization related parameters or definition. * * Author: * ------- * T...
[ "cesar.maximo@gmail.com" ]
cesar.maximo@gmail.com
a211f064af7400b901ec4528251a908be32c93c6
eaae3529ea65c9be62e4b177a498dd0459396052
/modified_vars/Bounciness_FreeCell_Statistics.c
bb404dffdc9cdc5a1be0fecfcb2e74165474d9a0
[]
no_license
mgsanusi/blame-dodger
badac55079b0bc84c1c3ddff9357caffd480b512
c8b1f19d48e09200c9d59f3dda3b298ced7103d7
refs/heads/master
2021-01-20T04:50:14.975609
2018-01-12T00:02:14
2018-01-12T00:02:14
89,739,285
3
0
null
null
null
null
UTF-8
C
false
false
785
c
#include <stdio.h> #include <stdlib.h> int denom(int pD) { int minc; int fg = 100; for (minc = 0; minc < 2; minc++) if ((pD % 2) == 0) { fg /= 2; pD /= 2; } for (minc = 0; minc < 2; minc++) if ((pD % 5) == 0) { fg /= 5; pD /= 5; } return fg; } int Main() { int b; int p...
[ "marina@virginia.edu" ]
marina@virginia.edu
5acde7355a5da9b68690d7d20bdbe3c071a018fc
393fc02baaad6343047411a7830e0c496682f402
/Function/236.c
3404ce63057f83d5e04ff4c81d2325c4effff73b
[]
no_license
Shiritai/Judge_Girl
9d6c459024356a6b7de30d4be4e07c35d4ac0d96
f0f72f62e86f989cecb72a841895b8ca16e718c0
refs/heads/main
2023-05-11T08:59:58.646651
2021-05-30T08:29:25
2021-05-30T08:29:25
339,018,948
0
0
null
null
null
null
UTF-8
C
false
false
572
c
/* 236. Least Common Multiplier */ # include <stdio.h> int gcd_type1(int a, int b){ while(a != 0){ int tmp = a; a = b % a; b = tmp; } return b; } int gcd_type2(int a, int b){ if (a == 0) return b; return gcd_type2(b%a, a); } int main(void){ int num, lcm, tmp_gcd, ...
[ "56602991+Shiritai@users.noreply.github.com" ]
56602991+Shiritai@users.noreply.github.com
640e567683751ca5764608319ef12f7f18a48d3e
94c0a4616a7ebc5f38cde0f9e783deafd7b7c9f0
/misc/libcode/colquant.h
cdbe36b7cb1d65a467000b5d1a802ebca0f152ef
[]
no_license
beentaken/sgt
cc112f20a05b87ace4b6d3a7765c4611dfee4cc2
6661f85b8b51cdcce96167f4eb3d94170577f6c8
refs/heads/master
2020-04-05T20:17:39.666289
2014-10-23T19:19:02
2014-10-23T19:19:02
null
0
0
null
null
null
null
UTF-8
C
false
false
344
h
/* * Header file for a simple colour quantiser. */ #include "png.h" /* for png_pixel */ typedef struct colquant colquant; colquant *colquant_new(int ncolours, int depth); void colquant_free(colquant *cq); void colquant_data(colquant *cq, png_pixel *pixels, int npixels); int colquant_get_palette(colquant *c...
[ "anakin@pobox.com" ]
anakin@pobox.com
97abbc434b379f68d9d546e0d31b7438275c4f34
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/acpi/extr_property.c_is_acpi_device_node.c
f904a3c42828135f05b80c4729d4eface777616a
[]
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
700
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
844d0aad800a03b422a55ec4a28fe2b53c9cfa03
a3ba5998107609ef6fd6242445772a0e92eefdd8
/hw06/isPPM.h
3ac2163102f8942df06159bb08fa50165e9e6cf2
[]
no_license
Ilapera4/C-
58003d5fdd11eeeab2dc17ef022ec26093329628
333bb66de70a666a5cf7ad307399e2b3028ebd32
refs/heads/master
2020-03-27T14:55:10.830539
2018-11-24T08:18:36
2018-11-24T08:18:36
146,686,766
0
0
null
null
null
null
UTF-8
C
false
false
24
h
int isPPM(FILE* file);
[ "ilapera@my.hpu.edu" ]
ilapera@my.hpu.edu
bbf824863ae605b8ce9c9cb9e2e6f173244f9ae0
160dc51955968e969ffa0e15d4ba52f12b80532c
/objc4-756.2/编译素材/dyld-655.1.1/unit-tests/test-cases/threaded-flat-lookup/foo.c
3f2cbaf44a9106c9a2d83cc31f6505792e762d6b
[ "APSL-2.0", "MIT" ]
permissive
jayhe/objc4_debug
f7661995cff6278468378da4536c0cf3fc44650d
e6023c9bcaac7888950fa4b36d6260e5b313dc72
refs/heads/master
2021-03-18T01:12:44.941356
2021-01-30T03:39:15
2021-01-30T03:39:15
247,033,924
1
0
MIT
2020-03-13T09:29:22
2020-03-13T09:29:21
null
UTF-8
C
false
false
43
c
void foo() {} void bar() {} void baz() {}
[ "cooci_tz@163.com" ]
cooci_tz@163.com
650c9edf84cb9aa24ffd4064491e8793c9da6d72
2490c0cbc168878b43be8936f4007e413fb3b1cf
/libft/ft_strstr.c
86ffea340f291f07bd2145a6d46c344e3d4e9d12
[]
no_license
sign6891/gnl
ace5f32da5c790f39893b14a3b4bb79af2e60bf5
1b2be0377065993e4541d8b36e6c2b887be6f613
refs/heads/master
2020-08-31T21:15:09.584009
2019-10-31T14:42:58
2019-10-31T14:42:58
218,787,987
0
0
null
null
null
null
UTF-8
C
false
false
1,268
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strstr.c :+: :+: :+: ...
[ "jleyshre@mi-i6.21-school.ru" ]
jleyshre@mi-i6.21-school.ru
aca5efe76d47729d7bd67c39705b0ff71559e049
00f39ba64a4dac93b7a25bd613b776101b54d8ce
/SDK/sam0/utils/cmsis/saml21/include/instance/rtc_100.h
710dd436d357c138dbba11efe4600506f3fb22ea
[ "MIT" ]
permissive
hanyazou/bbq10kbd_i2c_sw
40d9e4e72a82ea3a51a054172a8c181c83972fb6
6ed081fd050972341cb6a52469b4bee257e71a37
refs/heads/master
2021-05-22T15:32:48.707403
2020-01-19T20:38:01
2020-01-19T20:38:01
252,983,180
0
1
MIT
2020-04-04T11:50:34
2020-04-04T11:50:34
null
UTF-8
C
false
false
9,073
h
/** * \file * * \brief Instance description for RTC * * Copyright (c) 2015 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * ...
[ "arturo182@tlen.pl" ]
arturo182@tlen.pl
2f8c72e6c0f0111c7ff24d15884cf74c61319ab5
09c98119a5fbaf5b89891e6ca009d2258028b724
/Projects/STM32469I_EVAL/Examples/I2C/I2C_EEPROM/Inc/main.h
a3d0a6bd578401ef1ad5322a1a6342eb7459ac8b
[ "BSD-2-Clause" ]
permissive
koson/STM32Cube_FW_F4
bf20f632625181189ea0b47e96653117a8946cd9
58e9769a397768882632079863e2453803951a82
refs/heads/master
2020-12-05T02:03:49.120409
2019-09-21T06:45:53
2019-09-21T06:45:53
null
0
0
null
null
null
null
UTF-8
C
false
false
4,460
h
/** ****************************************************************************** * @file I2C/I2C_EEPROM/Inc/main.h * @author MCD Application Team * @version V1.0.3 * @date 29-January-2016 * @brief Header for main.c module *************************************************************************...
[ "vuhungkt18@gmail.com" ]
vuhungkt18@gmail.com
a5ce592b2b8b4e8a8672a9469a4af051ed6d1e61
3ad28c6a741b5920efdffcf28e2e9025613ff7a0
/server/server_structs.c
009d03bd0abe2860a457873c84d35a41c986b78a
[]
no_license
marujeyakumar/text_conferencing
9437c993456ac4a3730eef394c5116484828f2f9
852d149da0980cfa536be1f310eb9ee60f233f39
refs/heads/master
2021-01-23T05:04:56.699620
2017-03-30T00:35:23
2017-03-30T00:35:23
86,276,483
0
0
null
null
null
null
UTF-8
C
false
false
3,006
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <netdb.h> #include <sys/types.h> #include <netinet/in.h> #include <sys/socket.h> #include <arpa/inet.h> #include "server_structs.h" Session_t* active_sessions; User_t* active_users; /************* session list ...
[ "jeyaku60@ug151.eecg" ]
jeyaku60@ug151.eecg
16f05b24910ea3f14beaf6b99f49dbd443ab51ae
443a91c5ec07ec0714764c46b509bae463cd63fd
/src/strlen.c
5e2cf3327532866d3baebb6e56c55181faab8983
[]
no_license
zeoneo/rpi-3b-wifi
34dc292f8e3b170b47b10577cccd483c6e62b4dc
e10b4c4fd68f4ed15bf56974990943691d14cdf8
refs/heads/master
2023-04-14T01:44:01.019071
2023-04-08T09:46:27
2023-04-08T09:46:27
233,222,654
10
0
null
null
null
null
UTF-8
C
false
false
128
c
#include <string.h> size_t strlen(const char* str) { size_t len = 0; while (str[len]) len++; return len; }
[ "zeo29021992@gmail.com" ]
zeo29021992@gmail.com
48e69737416082bb0be4f696816e8c25d71382e0
08b4611db6cf660615a1edebfd548f35c8dca55c
/stringlist/string_list.h
cb31d97809c0f131fcb38ed2608d0ffb88b5e0a7
[]
no_license
AlinBorcea/Experiments
b611ee55dbf54388ad6f25110dec3543da652f02
99c26f47681371a19b9c9b9a1c8e6cf25eb51d05
refs/heads/master
2022-11-14T11:58:00.797414
2020-07-14T13:09:16
2020-07-14T13:09:16
276,170,055
0
0
null
null
null
null
UTF-8
C
false
false
1,990
h
#ifndef string_list #define string_list #include <stdio.h> #include <stdlib.h> #include <string.h> typedef struct stringList { char *str; struct stringList *next; }strlist; void add(strlist **first, strlist **last, strlist *elem); void addAscending(strlist **first, strlist **last, strlist *elem); void makeSt...
[ "alinborcea2@gmail.com" ]
alinborcea2@gmail.com
cfb2b276efe3de2052f6aa650575ba17ac139068
030c7628b19142f3ec562f19575652b9ae2db5cc
/02_2018_Spring/CSE6220_High Performance Computing/programming1/SHK_pa1/score_analyser.h
cd7dfd756a877b03ca4a8f0f1f7b3367793a9752
[]
no_license
soo-pecialist/GeorgiaTech_CSE
4dcdc2e3193d1ab304bd8ee183b0ef9634d1e30b
5e3c22582dea92c8d9035ec9cf986942cc87d008
refs/heads/master
2021-07-20T05:37:40.641805
2018-07-19T18:28:02
2018-07-19T18:28:02
135,356,891
0
2
null
null
null
null
UTF-8
C
false
false
3,195
h
/** * @file score_analyser.h * @author Saminda Wijeratne <samindaw@gatech.edu> * @brief Define serial functions required to calculate grades * * Copyright (c) 2018 Georgia Institute of Technology. All Rights Reserved. */ /********************************************************************* * ...
[ "metm.sean@gmail.com" ]
metm.sean@gmail.com
0a735aa890580038feb0809f7a6c710582122985
ab85705e6ea36c2ae311d5f971c17531f5c82506
/test/spdif.c
548444ba6d752cdf80741075e3af38c0ceaa0ec2
[]
no_license
rlbartle/axpi-fpga
21439d98d658117adbc0976cea756698b3210190
775d3c221dd694431c947310b46ab09865c55618
refs/heads/master
2021-01-10T21:50:58.286638
2015-10-22T18:50:06
2015-10-22T18:50:06
36,190,033
0
0
null
null
null
null
UTF-8
C
false
false
6,438
c
/* * spdif.c * * Created on: 11/06/2015 * Author: Robert Bartle */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/socket.h> #include <linux/if.h> #include <sys/ioctl.h> #include <netinet/in.h> #include <unistd.h> #include <fcntl.h> #include <sys/mman.h> #include <errno.h> #include ...
[ "robert@axium.co.nz" ]
robert@axium.co.nz
c549f268986a4ebce932e75948be6bd8844fa41c
b5d615071f540ea73a2e7d416b96085e01e12ad1
/src/mat4/mat4_identity.c
dd612342a0691af84baa842e80535d74a088f409
[]
no_license
boatboatboatboat/minirt
4284712db84b63b86f227e353023557d635e2c60
a1c8ea11737213a9fc91b116d59bf98c9accd779
refs/heads/master
2020-12-10T02:13:23.476923
2020-01-13T00:12:34
2020-01-13T00:12:34
233,478,638
3
0
null
null
null
null
UTF-8
C
false
false
1,051
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* mat4_identity.c :+: :+: :+: ...
[ "dpattij@f0r4s13.codam.nl" ]
dpattij@f0r4s13.codam.nl
6feb24479855e8c98f9b0d95f3c9c67e7d77776e
0721ca76bb921ad461d2abd3ee0c00edeb149ea1
/include/filesystem.h
83abba9d4013539fe8980816dc025d219b8ddd40
[]
no_license
Podginator/OperatingSystem
d069faf34ddf2511ac33e96efb6ca584fa005c8a
df03650d9cab07d02397366138d2d8ebb39315c3
refs/heads/master
2021-01-20T09:06:37.356033
2017-02-23T17:47:22
2017-02-23T17:47:22
75,569,168
1
2
null
null
null
null
UTF-8
C
false
false
3,829
h
// Filesystem Definitions #ifndef _FSYS_H #define _FSYS_H #include <stdint.h> // File flags (Bit Flags) #define FS_FILE 0b1 #define FS_DIRECTORY 0b10 #define FS_INVALID 0b100 #define DIR_DIRECTORY 0x10 #define LONGFILENAME_ATTRIB 0x0F // Statics #define ENTRY_SIZE 32 #define PHYSICAL_PADDING 32 #define...
[ "Podginator@gmail.com" ]
Podginator@gmail.com
9a849e57d87aa54456692595698e97557347f998
eb32d73d43375360a52a32b59cf3c9bc6539eba5
/libft/ft_lstclear.c
94c0f36beac6f2dc019358e493d2dd8874362d77
[]
no_license
MintMalt/minishell
362595a4bef64deeea8c66ab0967fc4038402359
61c7fc02d7496524e8d5009fb18b214669f32fa9
refs/heads/main
2023-07-09T08:16:53.960012
2021-08-15T21:39:36
2021-08-15T21:39:36
null
0
0
null
null
null
null
UTF-8
C
false
false
1,171
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstclear.c :+: :+: :+: ...
[ "krul002@yandex.ru" ]
krul002@yandex.ru
fcbd7cf45a107ef9753bbd3ea4e733e97a7671bd
7a4b9855ef985f72db1698ba8009c76ef9c02e91
/characters_and_strings/string_length_count.c
db4aa49fdd667ac450e3ead3960ba31d7e1f05e1
[]
no_license
melvincabatuan/HelloC
29d8766948a6623c4b99d481e9630167b93a2a95
ebda68dd6a8405f141167f5a34a712a6ac0377b3
refs/heads/master
2022-06-26T07:11:15.869774
2022-06-16T04:15:33
2022-06-16T04:15:33
21,809,619
0
2
null
null
null
null
UTF-8
C
false
false
661
c
#include <stdio.h> #include <stdlib.h> int main(void) { char str1[] = "To be or not to be"; char str2[] = ",that is the question"; int count = 0; /* Stores the string length */ while (str1[count] != '\0') /* Increment count till we reach the string */ count++; /* terminating character. */...
[ "melvincabatuan@gmail.com" ]
melvincabatuan@gmail.com
a7d26049207db14c792448d81548774f1699771f
a24c553ec5af99eeba8e696dd2219037fc30a14b
/linked-list/doubly-linked-list.c
50bd8e7ad559b8af5c8da978d52f32e3e369ec25
[]
no_license
imakumar98/data-structures-practice
89b716defaf078bdb5335ac14fe75ee97ecd45ba
32fe103e71c2633e084e10964ee06c4f08f7a6eb
refs/heads/master
2020-06-23T03:47:22.500192
2019-10-17T16:45:33
2019-10-17T16:45:33
198,500,277
0
0
null
null
null
null
UTF-8
C
false
false
1,373
c
#include <stdio.h> #include <malloc.h> struct Node *GetNewNode(int x); struct Node{ int data; struct Node *prev; struct Node *next; }; struct Node *head = NULL; void InsertAtHead(int x){ struct Node *newNode; newNode = GetNewNode(x); if(head == NULL){ head = newNode; return; } head->prev = newNode; ...
[ "aksingh99903@gmail.com" ]
aksingh99903@gmail.com
274263f43a9693563b26719dafc5e3a0ad0a8ea2
3d88508d70d060ded2b0747bf5d9bc0e000339e8
/reading-code-of-nginx-1.9.2-master/nginx-1.9.2/src/lua-nginx-module-master/src/ngx_http_lua_exception.h
7332dda7809e25774b3ad40096d3adc6dced5d6f
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
zengrixi/architecture
2820f99b6fcda2f2beb328a458ca52558a320f3a
b9f40240e79df3ec93e98b6a4b00e84f01dd21f9
refs/heads/master
2022-04-26T06:26:26.294615
2022-04-02T14:14:48
2022-04-02T14:14:48
168,486,342
6
3
null
null
null
null
UTF-8
C
false
false
731
h
 /* * Copyright (C) Xiaozhe Wang (chaoslawful) * Copyright (C) Yichun Zhang (agentzh) */ #ifndef _NGX_HTTP_LUA_EXCEPTION_H_INCLUDED_ #define _NGX_HTTP_LUA_EXCEPTION_H_INCLUDED_ #include "ngx_http_lua_common.h" #define NGX_LUA_EXCEPTION_TRY \ if (setjmp(ngx_htt...
[ "zengrixi@outlook.com" ]
zengrixi@outlook.com
de44e749f4322a4388c779f5f58175d711a153ab
0163d63d3c41580072c3cb143136c5b58c23f5a4
/reftests/translation_unit-1183.c
044073a1113f51156ae873ced42840021913282c
[ "MIT", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
RamiHg/lang-c
0abe3c5d9e3e15bd78a8f7ac39da345f4ad6ff17
2ffd8892eb86fe5ff019e8bdb5dd7e1e12fd88e4
refs/heads/master
2022-11-28T10:15:26.835983
2022-11-17T01:55:28
2022-11-17T01:55:28
252,285,236
0
0
NOASSERTION
2020-04-01T20:57:45
2020-04-01T20:57:44
null
UTF-8
C
false
false
2,377
c
#pragma gnu extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__artificial__)) __attribute__ ((__warn_unused_result__)) char * __attribute__ ((__nothrow__ , __leaf__)) realpath (const char *__restrict __name, char *__restrict __resolved) {} /*=== TranslationUnit ExternalDeclaration Functi...
[ "kent@setattr.net" ]
kent@setattr.net
5abd62408c6863931aa4c87f483e1ce76e1dc247
b9cb255911bd78356d8d59b74fc500e094b1f46d
/0x07-pointers_arrays_strings/3-strspn.c
d52d87eb3845c273711e6cca151ebe8f96b5ce75
[]
no_license
Biruk-GD/alx-low_level_programming
5f21af9d8c233bea6aaaa8fc245cc6660f079daa
8f7a73065d9ba3a87cadb2549989732c7c1fa757
refs/heads/master
2023-03-16T09:00:56.556752
2021-03-05T11:47:00
2021-03-05T11:47:00
335,593,721
0
0
null
null
null
null
UTF-8
C
false
false
425
c
#include "holberton.h" /** * _strspn - gets the length of a prefix substring. * @s: A pointer * @accept: a pointer * Return: memory */ unsigned int _strspn(char *s, char *accept) { unsigned int bytes = 0; int ln; while (*s) { for (ln = 0; accept[ln]; ln++) { if (*s == accept[ln]) { bytes++; ...
[ "birukgizaw115@gmail.com" ]
birukgizaw115@gmail.com
a1f6c49fbeee38b167a06072484836b47ff21101
df0bd516e38ddc27fe7a3a161be443f0f9c6a617
/OS-FA16-master/system/future_netw_cons.c
9d350f0fef6cb76eeb398cec6eaa2b04bad575a5
[]
no_license
hiteshkumardasika/xinu-os
abe51dd60f07aeeae8fe44a0a3b6ae29721d54f2
9f8c5e53534e7aeb4c467374bbd33e8118dc60bc
refs/heads/master
2021-01-01T06:19:26.615724
2017-07-16T19:59:53
2017-07-16T19:59:53
97,407,686
0
0
null
null
null
null
UTF-8
C
false
false
485
c
#include <xinu.h> int future_netw_cons(future *fut) { int i, status; while (1) { while (fut->state == FUTURE_EMPTY || fut->state == FUTURE_WAITING) printf(""); status = future_get(fut, &i); if (status < 1) { //printf("future_get failed\n"); return -...
[ "hdasika@indiana.edu" ]
hdasika@indiana.edu
210f70194a8e108cb870015a17ab59bd98b1714b
5672c3383f2df00d70207f2959045068cc4ba34a
/libc/src/string/strerror.c
7b9dbfa101ae831aedc508ea5cf3a5bb295e0eea
[ "MIT" ]
permissive
dalalsunil1986/INWOX
4772b0842e1a2e619c6fb42cf9003c72782862ef
337a9495eefe8f203044d9b4cf8530da1774de5a
refs/heads/master
2023-06-02T13:14:47.781134
2021-06-20T08:16:30
2021-06-20T08:16:30
null
0
0
null
null
null
null
UTF-8
C
false
false
8,951
c
/** MIT License * * Copyright (c) 2020 Qv Junping * * 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 use, copy, modify,...
[ "qvjunping@gmail.com" ]
qvjunping@gmail.com
83f87500172d5dc869c9e91e65b3982bd2526efa
6beb050cfad98eaac9d894c52bf309f2379ebfad
/source_code/Utility/return_values.h
6faee935d7f03c657525c152c5a255dc761b24e0
[]
no_license
martin-garaj/gpu_cluster
58cdab75a0606ac91aaf4c6e42f0e31a79fe43ba
7d72461c55cd5f3b9aad915ff005e99b924029b3
refs/heads/main
2023-07-09T15:20:59.695466
2021-07-25T13:55:28
2021-07-25T13:55:28
387,174,678
2
0
null
2021-07-24T13:54:44
2021-07-18T12:50:09
null
UTF-8
C
false
false
765
h
/* CREDITS * Author : Martin Garaj <garaj.martin@gmail.com> * Date : 12/2017 * Project : HPC MPI Testing application * * REDISTRIBUTION * The software is meant for internal use at City University of Hong Kong only. * Further redistribution/sharing of the software or any parts of the source code wit...
[ "garaj.martin@gmail.com" ]
garaj.martin@gmail.com
70a5db9b57f6c3694e0130f3a3204991ec814036
99f362592f56352cbdd27c809e84132faa09cece
/jre_emul/android/platform/external/icu/data/_com_ibm_icu_impl_data_icudt58b_id_ID_res.h
d7e005ab829f31a2e006e3ab184713619c0ad74d
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
FD-/j2objc
77456f613169416880239e26a43fd3d16914e977
316bb5a9e9986fa05106fd267da93b8ae60ca212
refs/heads/master
2020-04-10T06:07:34.306149
2018-12-07T21:15:09
2018-12-07T21:15:09
160,846,398
1
0
Apache-2.0
2018-12-07T16:09:43
2018-12-07T16:09:43
null
UTF-8
C
false
false
806
h
// // Generated by gen_resource_source.py // #ifndef _COM_IBM_ICU_IMPL_DATA_ICUDT58B_ID_ID_RES_H #define _COM_IBM_ICU_IMPL_DATA_ICUDT58B_ID_ID_RES_H static jbyte _com_ibm_icu_impl_data_icudt58b_id_ID_res[] = { 0x00, 0x20, 0xDA, 0x27, 0x00, 0x14, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x52, 0x65, 0x73, 0x42, 0x03, 0x...
[ "antoniocortes@google.com" ]
antoniocortes@google.com
e3e4f14c7bfb017ebbe659ade1dc767fff7297a6
4170b034c8301ed3b781f12271f4fa1017d10406
/kernel/lib/util/interrupt_handler.c
c22f4aa396f98712952a021f52e22b30fe01950d
[]
no_license
ebell495/BasicOS
27d1c1ebbbd80dce2dfd5ef7c5bfe4db8a06fe2f
936ff055e01793bed7251632136295558c40a761
refs/heads/master
2021-07-11T19:02:54.715788
2020-08-15T21:13:02
2020-08-15T21:13:02
181,547,017
0
0
null
2020-06-21T17:30:10
2019-04-15T18:49:45
C
UTF-8
C
false
false
3,147
c
#include "../drv/hwio.h" #include "../drv/display.h" #include "../drv/ata.h" #include "timer.h" #include "../drv/ps2k.h" #include "../thread/process.h" #include "memlib.h" #include "../thread/sched.h" //Taken from https://wiki.osdev.org/Interrupts_tutorial unsigned long long system_tick_counter = 0; unsigned int syst...
[ "ericbell495@gmail.com" ]
ericbell495@gmail.com
c35dd16b0a52446f633de31e2cab10ad6919610c
3ddf93ea1ddb7fdd3f458c9d45a9253ac81555b6
/daacodes/convex_hull_net.c
71105af195b8e31d8469466ca0b8f4e83c18fe4b
[]
no_license
nikki1016/Codes-and-other-system-stuffs
4cb3694e6de2c73277f2d93c776d21997db266d4
376ab0438882532db8767abaee3e1fe4d804f917
refs/heads/master
2022-01-25T20:16:16.708229
2019-06-07T09:58:27
2019-06-07T09:58:27
83,215,517
0
0
null
2018-11-01T05:04:22
2017-02-26T14:38:24
C
UTF-8
C
false
false
13,539
c
2D Convex Hull in C++ using Divide and Conquer There are 2 files - cdll.h and chull.cpp. //CDLL.H #include<iostream> #include<vector> using namespace std; struct node { node* next; node* prev; int data; int data2; }; /************** Circular Doubly Linked List *****************/ class cdll { pub...
[ "noreply@github.com" ]
nikki1016.noreply@github.com
857c4128fecd46bbf4c71013b12ce8249188da90
351752493ad8a9dca01ec3f1399674778e12999b
/src/native/third_party/isa-l_crypto/aes/cbc_std_vectors.h
7bebcaed45c95f79d4b3106607027eb812fa9e49
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "BSD-3-Clause" ]
permissive
guymguym/noobaa-core
68373e5ba41f8544e970b94980d2b1e22a2441ef
c497a4f17104081b58bcafbf5b64979cbb0f9ebc
refs/heads/master
2023-08-31T00:01:35.615543
2023-08-27T12:31:38
2023-08-27T12:31:38
193,899,078
0
1
Apache-2.0
2019-06-26T12:22:36
2019-06-26T12:22:36
null
UTF-8
C
false
false
20,933
h
/********************************************************************** Copyright(c) 2011-2016 Intel Corporation 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 co...
[ "guymguym@gmail.com" ]
guymguym@gmail.com
18f3c9d7a8d250f076e5280ae14c4f5b4689e2b1
d37686c9ade3dfc385af47da1f4a5c96916f81f4
/scripts/4_World/Entities/ItemBase/ChemLight.c
6a52c947668c888aa237129151f521a1e8bde95d
[]
no_license
Da0ne/LegacyDayZOfflineMode
9b6f488c7a4c9bf87031c9e958fd79f5c5224d75
d9b707500f37c986477a35967ef503731ac8af62
refs/heads/main
2023-05-03T19:48:49.837897
2021-05-24T11:07:06
2021-05-24T11:07:06
369,494,822
8
1
null
null
null
null
UTF-8
C
false
false
174
c
class EN5C_Chemlight_ColorBase : ItemBase { void OnWorkStart() { SetPilotLight(true); } void OnWorkStop() { SetPilotLight(false); SetObjectTexture(0, ""); } };
[ "38754008+Da0ne@users.noreply.github.com" ]
38754008+Da0ne@users.noreply.github.com
a0cfa35bcc2c0df77ea754fad300c1be7361b2a1
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/drivers/storage/scsiport/verify.c
d21a0441e48df1bd87babeb2ed85e7e3471df858
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C
false
false
92,196
c
/*++ Copyright (C) Microsoft Corporation, 1990 - 2000 Module Name: verify.c Abstract: This module implements a driver verifier extension for the SCSI port driver. Scsiport adds some of its exports to the list of apis that get thunked by the system driver verifier, thus enabling scsip...
[ "112426112@qq.com" ]
112426112@qq.com
d1ab0399ac7ce4a6cb5dd47a383cd859ed2ba3c3
74cfedbb0d98e53c4dce7bc2c3216b9b49800380
/tests/example1.c
4e7f4035db59d238ea7ca1187b16917cfcc0c3b6
[]
no_license
Gueckmooh/python-CFG
aacca1800fc135b82a19d3ab11d39af66c66045f
71f7f80c83c75a142b3036db3c8b084f1eaa7253
refs/heads/master
2021-10-11T04:12:14.167306
2019-01-21T19:06:24
2019-01-21T19:06:24
null
0
0
null
null
null
null
UTF-8
C
false
false
161
c
int main (void) { int i = 1; if (i == 0) { for (int j = 0; j < 10; j++) { i++; } } else { i = 0; } }
[ "gueckmooh@gmail.com" ]
gueckmooh@gmail.com
2c1785aa18a89b36141f5fdbc24a5992d81c9a23
a646a1aadeba7c7e2d8598621eafe97d27acdd9c
/json_print.h
0453edf65a8602f2652e28fa185f2b565f26160d
[]
no_license
gejohan-dev/gj_json
7b550b7a497dee2762915565715ef062a3e3d93d
f7ddc2717c7be76df8d14ce5f015dadf8efea889
refs/heads/master
2023-06-22T18:31:34.558471
2021-07-24T15:19:21
2021-07-24T15:19:21
383,717,267
0
0
null
null
null
null
UTF-8
C
false
false
3,476
h
#if !defined(JSON_PRINT_H) #define JSON_PRINT_H #include "json.h" #if 0 extern void printf(const char* s); ////////////////////////////////////////////////////////////////////// // API ////////////////////////////////////////////////////////////////////// void gjson_find(JSON json, const char* key, const char* value...
[ "gejohan.dev@gmail.com" ]
gejohan.dev@gmail.com
67403a8a027561280d3e9593349b593514326e52
6d9c12ea21c776aa0de386fc7c90bff8c789105a
/Team/include/appeared_query_performer.h
f5aaf136bb8440bb37cfabbd53f5fcbf71c29fde
[]
no_license
fgiannotti/tp-2020-1c-operativos
32f8bf61b5cc01061b305835d1df5672b1fe4fb8
e1fcc6f7a9a11b6bc5210ff02a23525d3ce1b8e8
refs/heads/master
2022-12-05T20:40:11.439859
2020-08-27T02:47:50
2020-08-27T02:47:50
290,379,268
0
0
null
null
null
null
UTF-8
C
false
false
271
h
#ifndef DELIBIRD_APPEARED_QUERY_PERFORMER_H #define DELIBIRD_APPEARED_QUERY_PERFORMER_H #include "team_query_performers.h" void initialize_appeared_query_performer(); t_query_performer* appeared_query_performer(); #endif //DELIBIRD_APPEARED_QUERY_PERFORMER_H
[ "noreply@github.com" ]
fgiannotti.noreply@github.com
a04c2d9fc96cbd5e5410187f0def7165cfc4a3b5
f0770ac0a3a52b84922cad89040d70d15e7cad10
/navy-apps/libs/libc/src/libm/complex/catanl.c
0397b3cdec78aae26cc92af90dedb668fed4c30c
[]
no_license
FluorineDog/hust-pa
e919fb4f553eab2662aa9fada50a4161346f923a
a8767a002e9388e6eac6734316065429c2d8ff85
refs/heads/master
2020-04-09T23:37:51.027594
2019-10-21T03:32:49
2019-10-21T03:32:49
160,662,249
13
0
null
null
null
null
UTF-8
C
false
false
2,329
c
/* $NetBSD: catanl.c,v 1.1 2014/10/10 00:48:18 christos Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software written by Stephen L. Moshier. * It is redistributed by the NetBSD Foundation by permission of the author. * * Redistribution and us...
[ "fluorinedog@gmail.com" ]
fluorinedog@gmail.com
d5338586aa6949d693bcdaf94bc0636f9be7bc9d
42a4e0692a577ecc591709ed23d1d2d6f2beb187
/src/sys/dev/pci/drm/drm_memory.c
0108bffb5594c3007f201871f97b7f47a58955d2
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
adegroote/netbsd-drmgem
b86750c34ac73a2c65ff895a2746c4795618ebbd
2c875b8b709d8001310fe670ceb0e2258365d63b
refs/heads/master
2021-01-18T14:38:35.040225
2012-03-10T14:35:31
2012-03-10T14:35:31
null
0
0
null
null
null
null
UTF-8
C
false
false
4,953
c
/* $OpenBSD: drm_memory.c,v 1.22 2011/06/02 18:22:00 weerd Exp $ */ /*- *Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this soft...
[ "gregoire.sutre@gmail.com" ]
gregoire.sutre@gmail.com
96ae28706d6520da763c41219f9b167efe3ee6b5
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/ethernet/amazon/ena/extr_ena_eth_com.c_ena_com_cq_empty.c
7e5f79b67d8afdd07810ecaf44a6cacf707d5725
[]
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
751
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
73cb5435afa6ee12d10fa5cd74c1a5873bd4d9d6
14c5203f6581b0a69780e270e5d112688e82bd7d
/heartbeat_004/mavlinkv2/slugs/slugs.h
945cce7c343ef70b9bd9d25d8df2b414e439b90f
[]
no_license
tacdin/ArduinoMAVLink
697398b309711a42cd74389e09774904d34c780d
9328d470664b6a8018d88cfb7ff4f62ee53023aa
refs/heads/master
2021-10-24T06:18:19.897747
2019-03-22T21:32:19
2019-03-22T21:32:19
null
0
0
null
null
null
null
UTF-8
C
false
false
74,380
h
/** @file * @brief MAVLink comm protocol generated from slugs.xml * @see http://mavlink.org */ #pragma once #ifndef MAVLINK_SLUGS_H #define MAVLINK_SLUGS_H #ifndef MAVLINK_H #error Wrong include order: MAVLINK_SLUGS.H MUST NOT BE DIRECTLY USED. Include mavlink.h from the same directory instead or set ALL AND ...
[ "charles.johnson@okstate.edu" ]
charles.johnson@okstate.edu