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
2e0c1169fc6f8e4058c1d9af20aa062870badd00
27c94b0609c4a0232b4a59177c4d24670ba18160
/C-Coding/Pointers/Exercise/e4.c
7670a8dd4ae8e0e0375666d7d9bc5608c539fc73
[]
no_license
amitchauhan18may/kernel-prog
4db04fa8591eb49c0f2782df7c59dd909920978b
e876286dff8fa7eb1d5009eaa74ecb2155f6b0f4
refs/heads/master
2022-07-11T20:04:43.386397
2022-07-01T16:04:44
2022-07-01T16:04:44
139,715,893
0
0
null
null
null
null
UTF-8
C
false
false
425
c
#include <stdio.h> void swap(int *, int *); void exchange(int **, int *); int main () { int c = 10; int d = 20; printf("Before swap: c = %d | d = %d\n", c, d); swap(&c, &d); printf("After swap: c = %d | d = %d\n", c, d); return 0; } void swap (int *cc, int *dd) { exchange(...
[ "amitchauhan18may@gmail.com" ]
amitchauhan18may@gmail.com
c0047173473cec5aac93ab12285392bd458b8450
b20353e26e471ed53a391ee02ea616305a63bbb0
/trunk/implib/inc/max8sdk/maxscrpt/kernlpro.h
5b94e0b84b93946932bc8a5dee27c640b22ea9b4
[]
no_license
trancx/ybtx
61de88ef4b2f577e486aba09c9b5b014a8399732
608db61c1b5e110785639d560351269c1444e4c4
refs/heads/master
2022-12-17T05:53:50.650153
2020-09-19T12:10:09
2020-09-19T12:10:09
291,492,104
0
0
null
2020-08-30T15:00:16
2020-08-30T15:00:15
null
WINDOWS-1252
C
false
false
538
h
/* * kernel_protocol.h - def_generics for the MAXScript kernel protocol * * see def_abstract_generics.h for more info. * * * Copyright © John Wainwright 1996 * */ def_mapped_generic_debug_ok ( print, "print"); def_generic ( eq, "=="); def_generic ( ne, "!="); def_g...
[ "CoolManBob@a2c23ad7-41ce-4a1d-83b7-33535e6483ee" ]
CoolManBob@a2c23ad7-41ce-4a1d-83b7-33535e6483ee
a169f8aa4a500479bca2f107d16928c754584573
7206f0824ed12c561ea35d09123846894d3eef53
/贪吃蛇(控制台版)/menu.c
3f31a3f18b96309fa5ae0cb617f7e00e9090e4be
[]
no_license
byx2000/GreedySnake-console
c6f3ca02fab989eed278122807467734aec71892
077186112d5a7bbf22a1e9a06fb1bfee18597067
refs/heads/master
2021-07-06T04:32:26.742469
2020-07-31T01:20:47
2020-07-31T01:20:47
147,349,122
0
0
null
null
null
null
UTF-8
C
false
false
4,817
c
#include <stdio.h> #include <windows.h> #include <conio.h> #include "def.h" #include "console.h" #include "inf.h" void PrintMenu1(int w, int h, POS * p) { //清屏 system("cls"); //确定坐标 int xL1 = (w / 2 - 11) / 2; int yL1 = (h - 9) / 2; int xL2 = (w / 2 - 3) / 2; int yL2 = yL1 + 2; int xL3 = xL1; int yL3 = y...
[ "18023699313@163.com" ]
18023699313@163.com
e87503a380473b14937e9e6134a19f4f4d01349b
68e1dbf3676f2af77dd05b304fed8d9c21826e9b
/iOSPluginTest/TowerQuest/Classes/Native/mscorlib_System_Text_DecoderFallback.h
2ee95a57e057f9c6919daceadc2ddb977ee6e27e
[]
no_license
tacryt-socryp/tower-quest
d7e75afec54474827ebd49db6a71f644c59af18c
679ec9a1b721e3c09322978bdc4c8cc0bbc9e5db
refs/heads/master
2021-05-29T15:40:30.167151
2015-09-27T13:55:13
2015-09-27T13:55:13
null
0
0
null
null
null
null
UTF-8
C
false
false
771
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Text.DecoderFallback struct DecoderFallback_t1204; #include "mscorlib_System_Object.h" // System.Text.DecoderFallback struct DecoderFallback_t1204 : public Object_t { };...
[ "loganallc@gmail.com" ]
loganallc@gmail.com
8a93b260d16c14aa94e67aed2cab0a0b927ac17e
ebcabb42d0bca5e1f3c232df102e27079d52853f
/final/string.c
cc3ecea3d247fc5e25915dc2e1f168b5d633f222
[]
no_license
HaewonSeo/LinuxSystemProgramming
fe68e1ade3ac06a7f0f4cfdca0f9e11bea730bf1
5883d09bed997835a56fb699bad8a36dffaff6ad
refs/heads/master
2020-11-27T11:18:07.097660
2019-12-21T11:44:49
2019-12-21T11:44:49
229,417,042
1
0
null
null
null
null
UTF-8
C
false
false
1,529
c
#include <stdio.h> #include <string.h> // string compare by ASCII Code int strncmp_p(char *dst, char *src, int n) { int i; for(i=0; i<n; i++){ // if *dst == *src , continue the while() if(*dst == *src){ *dst++; *src++; if( (*dst == '\0') && (*src == '\0') ) return 0; } // if *dst > *src , re...
[ "lsp24@celinux1.celinux1.khu.ac.kr" ]
lsp24@celinux1.celinux1.khu.ac.kr
548bf51d0c24313af581485ec7c3af8d5914757d
c68bb4ecb293bf620c2ad67faa1d43b92101ea82
/Phase 3/test.c
a0bf1384b859d242815d19311eed1d464548a128
[]
no_license
ANDREWADEL99/operating-system
371cbbecdca155a1c3766a8b5ab23faab6dfaf58
b636517089a3d3d63469f726c3fe2898f7efb253
refs/heads/main
2023-02-11T20:52:30.090450
2021-01-17T02:00:49
2021-01-17T02:00:49
null
0
0
null
null
null
null
UTF-8
C
false
false
534
c
#include <sys/ipc.h> #include <sys/msg.h> #include <string.h> #include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <string.h> #include <sys/stat.h> #include <sys/file.h> #include <sys/shm.h> #include <signal.h> int main() { char cc[100]; int *address = &cc; *address = 1500; for (int i ...
[ "mohammed@DESKTOP-ME73TCT.localdomain" ]
mohammed@DESKTOP-ME73TCT.localdomain
62c64636f76b0bac3b0158cdab891d8fa92d398a
be5680705f17a98c05c866c3d233db68c2889f22
/src/interpret.c
a5d73f136a9b0bafb67d39b2d3acaeeb163bbeb9
[]
no_license
izcet/ft_ssl_des
58d63e87eb45a28109b511fd05ce5e871f26c44b
3cbb2b3a60978daf57cddeaa1854555eb1d31fd8
refs/heads/master
2021-03-24T14:05:15.066234
2018-03-06T06:53:00
2018-03-06T06:53:00
101,000,029
3
0
null
null
null
null
UTF-8
C
false
false
1,673
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* interpret.c :+: :+: :+: ...
[ "isaacjrhett@gmail.com" ]
isaacjrhett@gmail.com
3d313716c64253e1846206b72a4bb42bf35bba68
853836d31866c25b32da1af4511f1b9bd0ea0f92
/osd/osd.h
4f16ed898cd9dd753a71ed3636b6d5f1c6c3bd0a
[]
no_license
stellartech/sowb
854252b7a7593360a50c9a9ebe00d5c23c6aa5dc
352061c99b8c228e525c430f9b75a18b0a6eb07b
refs/heads/master
2021-03-27T11:55:29.270349
2017-01-09T12:05:51
2017-01-09T12:05:51
null
0
0
null
null
null
null
UTF-8
C
false
false
2,119
h
/**************************************************************************** * Copyright 2010 Andy Kirkham, Stellar Technologies Ltd * * This file is part of the Satellite Observers Workbench (SOWB). * * SOWB is free software: you can redistribute it and/or modify * it under the terms of th...
[ "andy@spiders-lair.com" ]
andy@spiders-lair.com
05f76c26749242264872d88d00204ce9d6e95102
b2160acfcadfee67867e514a94504ec6ede2bd4d
/25.c
4fd96660d9daa310dc5ebe15dccc29384ed44150
[]
no_license
gopisellamuthu/Gopinath
bba0c8385ac1004ffaff40f88e3a65cb72f66da4
d679068f9760457a044a70fc8b3067b69bf563e5
refs/heads/master
2021-01-01T16:53:06.037047
2017-08-16T00:52:01
2017-08-16T00:52:01
97,941,077
0
0
null
null
null
null
UTF-8
C
false
false
160
c
#include <stdio.h> int main() { int k; for(k=0; k<=255; k++) { printf("ASCII value of character %c = %d\n", k, k); } return 0; }
[ "noreply@github.com" ]
gopisellamuthu.noreply@github.com
15351c73e20fb1ebe298a6bc0e72befad4d74f2b
6596c1c9c9c3e837677aa161de67a3a850e9140e
/introclass-results/canonical/checksum/1b31fa5c50f7725ce468ebf24282f2d080a83aed87e4ee35522ae7710c8e0136bc263cc460b8ec7bf2c3519cb59af4a138e114d36541515b2609ab56ad2b8ee9/1/000526.c
7d7b7c80d60282ab8fff6168600b71e36f0bc42c
[]
no_license
eduardodx/gecco2018-checkpoints
f42cfb4161b810235d5acedecfd689b5ecf6c883
34f501bd8c4470e594a0a5e8248ef91f13af4f69
refs/heads/master
2020-03-11T10:07:52.660538
2018-08-19T21:31:05
2018-08-19T21:31:05
129,933,410
0
0
null
null
null
null
UTF-8
C
false
false
16,943
c
typedef unsigned long size_t; typedef unsigned char __u_char; typedef unsigned short __u_short; typedef unsigned int __u_int; typedef unsigned long __u_long; typedef signed char __int8_t; typedef unsigned char __uint8_t; typedef short __int16_t; typedef unsigned short __uint16_t; typedef int __int32_t; typedef unsigned...
[ "eduardodx01@gmail.com" ]
eduardodx01@gmail.com
c3937b5d477172cef4730e9c1293c2c8ac293d1e
4a4b93ad8e261460dedf3478a261994b0ef92018
/nopoll32/include/nopoll_config.h
73b47fceffe326885233737dd57e2cdc2f3fc763
[ "ISC" ]
permissive
mifki/df-webfort
1b3a1a5b840a29f6453e73e36e89bd678daaa645
9534e78ea09927f5c535ee1c5be9357d460fc735
refs/heads/master
2016-09-06T04:33:48.096567
2015-05-25T03:57:12
2015-05-25T03:57:12
21,594,918
4
0
null
2014-12-02T16:44:10
2014-07-08T02:23:17
C
UTF-8
C
false
false
2,021
h
/* * noPoll Library nopoll_config.h * Platform dependant definitions for Win32 platform. * * This file is maintained manually for those people that do not * compile nopoll using autoconf. It should look really similar to * nopoll_config.h file created on a i386 linux platform but changing * NOPOLL_OS_UNIX to NOP...
[ "pronvit@mifki.com" ]
pronvit@mifki.com
c11fdfb1345e28a451621d0bf73543a8c391fe48
201a48cfa839e5330984bc63ba12ab05eec8e9bc
/keylogger.c
fd9e48455b1c1bf81fcdb6fa08462e99f0c45a62
[]
no_license
gparasyris/keylogger
ee95ca881a52167658b16386178ec1da8c0b340c
626dd45eb60014170a58a630f733fb2fc1b16ec8
refs/heads/master
2020-03-09T00:18:33.531321
2018-04-07T01:04:33
2018-04-07T01:04:33
128,484,864
0
0
null
null
null
null
UTF-8
C
false
false
9,796
c
/* * Linux keylogger * * HY457 * Assignment 3 */ #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <unistd.h> #include <string.h> #include <fcntl.h> #include <linux/input.h> #include <signal.h> /* unknown keystroke */ #define UK "UNKNOWN" /* change it with your keyboard device event number *...
[ "gparasir@gmail.com" ]
gparasir@gmail.com
3282472270e97dd6db995a299e06ce39c1059809
beda853d0781c4e4cac43c1142e27dcb502aa093
/ArrayList.c
0cae7c7f2c5bb43286c925a1cac42a54d3c06e3c
[]
no_license
yh-raphael/heatbloodDS
35842801a1a109855ebe32d00bbf732519ec9aa8
9fd3f1d431d149dceeb03b2f1e6a5d8b47314b1d
refs/heads/master
2023-06-15T19:45:55.264500
2021-07-15T11:54:52
2021-07-15T11:54:52
383,320,634
0
0
null
null
null
null
UHC
C
false
false
994
c
#include <stdio.h> #include "ArrayList.h" void ListInit(List* plist) { (plist->numOfData) = 0; (plist->curPosition) = -1; } void LInsert(List* plist, LData data) { if (plist->numOfData >= LIST_LEN) { puts("저장이 불가능합니다. "); return; } plist->arr[plist->numOfData] = data; (plist->numOfData)++; } int LFirst(L...
[ "yhcho12@o365.sogang.ac.kr" ]
yhcho12@o365.sogang.ac.kr
5a5a08a040beb6c2e892fce354200d0304bcfae6
84504b7c1d1d04a8415ad781b03f5362f911bdc2
/proj03/daemon/modules/processes/processes.c
55a31c5a94b7f93283546ee598977e99df98dabb
[ "MIT" ]
permissive
sjchmiela/os
4084dfbff501fad442a367f132e175b6dd5bb682
8eb28353306c678c1d43b2db502aaf6803a98e40
refs/heads/master
2021-01-20T06:55:26.845049
2015-06-16T12:02:58
2015-06-16T12:02:58
37,527,388
0
0
null
null
null
null
UTF-8
C
false
false
3,997
c
#ifndef COMMON_H #include "../../../common/common.h" #endif #include "processes.h" #define FILENAME_LEN (sizeof(TEMP_PATH)+sizeof("XXXXXX")) short processes_exited = false; char old_processes_filename[FILENAME_LEN]; char new_processes_filename[FILENAME_LEN]; char added_command[sizeof(ADDED_DIFF_EXEC)+1+FILENAME_LEN+1...
[ "sjchmiela@gmail.com" ]
sjchmiela@gmail.com
acdf552f11dd93959d630e398712000d7a3fb3a1
9a76f898ddd1b8c874ed42ac643ccafa5aec2e74
/src/barsoi/checkmolc.c
708bd191e40537364076dec5e5c30c1f0397980d
[]
no_license
RitaDo/pgchem
de51004cb07610b48e93bd03dc57c31fe5298fbb
657729aab797f10284f2732ce1c5ecde8e7360dd
refs/heads/master
2021-01-21T03:31:04.271012
2010-10-24T17:51:38
2010-10-24T17:51:38
null
0
0
null
null
null
null
ISO-8859-1
C
false
false
489,373
c
/* Modified to run w/o p2c libraries 2007 Ernst-Georg Schmid Modified to run as shared library 2007 Ernst-Georg Schmid pgchem@tuschehund.de compile with gcc without optimizations (except -march= -mcpu=) or it gets SLOWER! THIS VERSION HAS extended_molstat SWITCHED ON BY DEFAULT! ...
[ "sneumann(at)ipb-halle.de" ]
sneumann(at)ipb-halle.de
363b5fd39b0faac627a9393c7662e7c35bc14b4f
e279602fd9195847e5a3e66059a733fe2aab131d
/TestStochasticGapGrowth.h
0b4deb6d10abf8e78f626f004042c0604c1142a3
[]
no_license
LMurphy186232/Core_Model_Tester
c79790cca322f119f9faec0c5b3d02730ec42676
b27464daf579d86bc4f38287c7e6f813e65ced6c
refs/heads/master
2023-08-25T01:34:00.495799
2023-08-16T16:41:52
2023-08-16T16:41:52
39,648,065
1
0
null
2023-08-03T12:59:21
2015-07-24T17:39:38
C++
UTF-8
C
false
false
844
h
//--------------------------------------------------------------------------- // TestStochasticGapGrowth //--------------------------------------------------------------------------- #if !defined(TestStochasticGapGrowth_H) #define TestStochasticGapGrowth_H /** * Writes a parameter file for normal processing. There ar...
[ "murphyl@caryinstitute.org" ]
murphyl@caryinstitute.org
f548baae8f9720df142d4187b517a1bc342916a5
935bdf473875503f38c6d28c62cfafe3147e0f29
/epiphan_sdk/epiphan/samples/v2u_dshow/v2u_dshow_uuid.c
520b60d44a4484395ec1747f25bcb35718a5fe9e
[]
no_license
danying/v2uros
30dcb9dfb581d76c6b39e7afd684a3af53ba229a
16fedd75e973d783501a58c1bc8d7c3a96320514
refs/heads/master
2020-04-22T16:45:39.974253
2015-09-16T02:58:14
2015-09-16T02:58:14
37,883,693
0
0
null
null
null
null
UTF-8
C
false
false
2,762
c
/**************************************************************************** * * $Id: v2u_dshow_uuid.c 18886 2012-10-18 20:27:30Z monich $ * * Copyright (C) 2010-2011 Epiphan Systems Inc. All rights reserved. * * UUIDs * ****************************************************************************/ #...
[ "danyinghu@yahoo.de" ]
danyinghu@yahoo.de
c2b73710ebd96cb60f6ba169ff37cba0484ed4d7
602081ab2feaa26d91b9c256f9b7d49e08111639
/examples/optiga/example_optiga_crypt_hash.c
0fa0832b255aa3eb371de0eb86a1bed3870343ad
[ "MIT" ]
permissive
Abiram-Ifx/optiga-trust-m
f44ee7f618dd1a5124c54d06f327f9a5ba84f22c
a116eaaf52f33f1730b6cc3625ea04320ff39c81
refs/heads/trust_m1_m3
2023-08-21T09:00:51.196878
2021-03-03T08:57:43
2021-03-03T08:57:43
337,008,022
0
0
MIT
2021-03-03T08:57:43
2021-02-08T08:30:36
C
UTF-8
C
false
false
8,748
c
/** * \copyright * MIT License * * Copyright (c) 2020 Infineon Technologies AG * * 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 ...
[ "12692378+ayushev@users.noreply.github.com" ]
12692378+ayushev@users.noreply.github.com
cefb08b8105df758c1cb8d5a969d0a152ffe9add
fb1ef513518cf578e29fed19dc1dc4b4975c8791
/a1/MyMap/EIFGENs/mymap/W_code/C8/fu233.c
9d6cbde0ef46de84dc12c5f78968ffc8bbe1af80
[]
no_license
MichaelWilliams92/EECS3311
9fb31ac91127a16519a0020a13540bd3a3b1d63f
1cf53864e12b044c1a3635b6fb0dd4bbe6dccd20
refs/heads/master
2020-03-07T07:45:55.768230
2018-03-29T23:29:24
2018-03-29T23:29:24
127,357,883
0
0
null
null
null
null
UTF-8
C
false
false
20,907
c
/* * Code for class FUNCTION [G#1, BOOLEAN] */ #include "eif_eiffel.h" #include "../E1/estructure.h" #ifdef __cplusplus extern "C" { #endif extern EIF_TYPED_VALUE F233_4401(EIF_REFERENCE); extern void F233_4402(EIF_REFERENCE, EIF_TYPED_VALUE); extern EIF_TYPED_VALUE F233_4403(EIF_REFERENCE, EIF_TYPED_VALUE); exte...
[ "37806280+MichaelWilliams92@users.noreply.github.com" ]
37806280+MichaelWilliams92@users.noreply.github.com
25de5ca6c119051628a45b0845c252e071865f31
f1bedae21268bdf8790f344aad164a2827030e1c
/DS1302.c
b0cb19fd06e332f5375cc630e37e5751951c06b3
[]
no_license
isliulin/WF_Device
cae22ede5ee89a18d41d0d36196da7833de0191a
2e69518d8a0b0eebbaba425e6dd1faa053d2b69c
refs/heads/master
2022-12-17T23:48:53.010350
2020-09-22T08:52:26
2020-09-22T08:52:26
null
0
0
null
null
null
null
GB18030
C
false
false
5,906
c
#include "HardwareProfile.h" #include "TypeDefine.h" #include "DS1302.h" DS1302_TIME DS1302_Time;//秒;分;时;日;月;星期;年; void DS1302_WriteCommand(uint8_t cmd,uint8_t data); void DS1302_WriteByte(uint8_t tx); uint8_t DS1302_ReadByte(void); //DS1302初始化函数 void DS1302_Init() { DS1302_DATA_IO=0; DS1302_CLK_IO=0; DS1302_CE_IO=...
[ "13009999100@163.com" ]
13009999100@163.com
4c55c7cd5cb681b2f1f24d96d3bffad08ece410e
bf8109ac0e99bb21e11eb2922b7ee74872e377c2
/IOCtl/ioctl_adapter.h
d5591c510780eba1ef58e9dbd37763d5f4b6912d
[]
no_license
milankragujevic/tutk-iotc-kalay-p2p-ubia-sample
bf7c505c98a09066196965de66db43a8468469c6
5ab05f86d06d55644fbe246fd052f7771e37de92
refs/heads/master
2021-01-16T05:09:38.416228
2020-02-25T11:51:08
2020-02-25T11:51:08
242,986,074
2
1
null
null
null
null
UTF-8
C
false
false
554
h
/** @file []   * @brief IO子进程   * @note * @author wangfengbo   * @date 2013-9-2   * @remarks 增加注释 */ #ifndef __IOCTL_ADAPTER_H_ #define __IOCTL_ADAPTER_H_ #include "common/utils.h" /**  * @brief   查找cmd对应的处理函数  * @author   <wfb>   * @param[in] <pstMsgContainer: 接受消息>  * @param[o...
[ "milankragujevic@gmail.com" ]
milankragujevic@gmail.com
73b01370b466f12d922b6a42abda643dc8061190
a86995a16ba2e574376c882c3a9eead8143dd4f8
/STM32Cube_FW_F4_V1.9.0/Projects/STM32F429I-Discovery/Examples/DMA2D/DMA2D_MemToMemWithBlending/Src/stm32f4xx_hal_msp.c
51df289c913d978895290a51de8d3867c7c45f1f
[ "BSD-2-Clause" ]
permissive
umapathiuit/Stm32-Tools-Evaluation
ded5f569677c8e9cbe708a57b5db19780a86fd6c
e9fd061f48f50501606bc237c6773c2b6c28d345
refs/heads/master
2020-12-02T17:11:19.014644
2015-11-23T07:45:38
2015-11-23T07:45:38
null
0
0
null
null
null
null
UTF-8
C
false
false
8,107
c
/** ****************************************************************************** * @file DMA2D/DMA2D_MemToMemWithBlending/Src/stm32f4xx_hal_msp.c * @author MCD Application Team * @version V1.2.3 * @date 09-October-2015 * @brief HAL MSP module. ***************************************************...
[ "git@jme.de" ]
git@jme.de
1e279f24f868df302914dbe0d17e8f00bbfad5c2
a3c96283eeaeb3f633242bc55117b41d7dc099dc
/match_n_match/test.c
705fe141d6d318ca6937de32e6ceb99a8848ac63
[]
no_license
Lynux2142/piscine_projects
9ae1292e03126e78964470a6f65df23ba0e09879
62f179c74cc8315291f969ae9ce70203c3d1ed08
refs/heads/master
2021-09-23T03:25:51.198503
2018-09-20T08:39:22
2018-09-20T08:39:22
null
0
0
null
null
null
null
UTF-8
C
false
false
1,068
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* test.c :+: :+: :+: ...
[ "lguiller@student.42.fr" ]
lguiller@student.42.fr
454e75297b8a5aa81bc2bfaeddb3654635172612
06fac6b1e7298d99fb5488383ee5ab18e4961bfd
/23-I2C-读写EEPROM/User/i2c/bsp_i2c_gpio.h
8a27c1519af15d86d2730a798b960e514c1e4257
[]
no_license
Embedfire-stm32f103-mini/ebf_stm32f103_mini_hal_code
3ba31bf908a03c856cf10e9e60feb047a24b2715
9992f2c8b0eea26ba457e1ef21db4e15df16fb53
refs/heads/master
2023-07-01T08:22:35.482909
2021-08-09T05:55:44
2021-08-09T05:55:44
229,208,168
0
0
null
null
null
null
GB18030
C
false
false
2,341
h
#ifndef _BSP_I2C_GPIO_H #define _BSP_I2C_GPIO_H #include <inttypes.h> #define EEPROM_I2C_WR 0 /* 写控制bit */ #define EEPROM_I2C_RD 1 /* 读控制bit */ /* 定义I2C总线连接的GPIO端口, 用户只需要修改下面4行代码即可任意改变SCL和SDA的引脚 */ #define I2Cx_SDA_GPIO_CLK_ENABLE() __HAL_RCC_GPIOA_CLK_ENABLE() #define I2Cx_SCL_GPIO_CLK_ENABLE() __...
[ "2322695834@qq.com" ]
2322695834@qq.com
b9ab923a2a9326101d0650b9a9dfedc2920acf27
9139d7fda7b1e530e64ae272fe28daf751f1bdda
/includes/list.h
7036121372449a62c34d95e64c80915367281394
[]
no_license
Ortes/Gru
217542169f2bd86f7ac5c75c4f29f20a1e4a5bc1
57854dbdc632522afdcdaeb361cd41c357ee1e81
refs/heads/master
2020-03-21T22:34:40.222178
2018-06-29T10:21:13
2018-06-29T10:21:13
138,065,364
0
0
null
null
null
null
UTF-8
C
false
false
237
h
#ifndef LIST_H_ #define LIST_H_ typedef struct List_s { void *data; struct List_s *next; } List; List* list_add_elem(List* list, void *elem); List* list_merge(List* list, List *other); unsigned int list_len(List* list); #endif
[ "romain.allee@epitech.eu" ]
romain.allee@epitech.eu
0fec8a3db1106b93fc6aad7da2539e6e0f5d9621
5b78a18b80ee55099027f4bef5cf36a48dc53e2f
/seqlist.c
6f206a4e2aa55e9b3066c444f5386b3734ab8350
[]
no_license
isgasho/DataStructure
c89b179310dcf62974e2adede6abaee943f3ef07
9d349f35bc403417cfc7874c54f9279e4f6a7297
refs/heads/master
2022-04-07T23:38:09.478496
2020-02-03T10:07:49
2020-02-03T10:07:49
null
0
0
null
null
null
null
UTF-8
C
false
false
4,113
c
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> /* 构造存储结构 */ #define SIZE 8 typedef int datatype; typedef struct seqlist{ datatype data[SIZE]; int last; }seq_list, *seq_plist; /* 初始化 *list:顺序表 */ void init_seqlist(seq_plist *list) { *list = (seq_plist)malloc(sizeof(seq_list)); /* 申请内存空间 */ ...
[ "sanjaywu@yeah.net" ]
sanjaywu@yeah.net
6d0be32dbdddfb8fc34ec46c06125f25febe01b7
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/fastsocket/kernel/drivers/media/video/cx18/extr_cx18-av-audio.c_set_bass.c
5ecab19eca1f1a4fa2cd4820db8290528e5d1b30
[]
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
645
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
2e69ceb9b78664015fe1ee0fda293d9ecc671550
80c45bcb66b6cb57aedde932c47e46ce3d3e38a6
/sofeware/remote control/HARDWARE/control/control.h
8634029a44c578899c63f8b0704e38e1c427097f
[]
no_license
Hyf338/Remote-Sensing
bf56fa2043fb1068f47dfca7edecf3d79f1e1757
5a15818de929f456bf41e886b187477016de6a08
refs/heads/master
2020-08-09T09:13:25.483498
2020-02-10T07:39:26
2020-02-10T07:39:26
214,055,044
14
4
null
null
null
null
UTF-8
C
false
false
179
h
#ifndef __CONTROL_H #define __CONTROL_H #include "sys.h" u8 mode_select(u8 mode); void display(u8 mode); void adc_data_process(void); void data_send_process(u8 mode); #endif
[ "1036852991@qq.com" ]
1036852991@qq.com
14398336b3203ecb1f80d37101d8833bf3e9190e
336d8be3fe285e17589194a4a6ee158f150c6dc9
/linklist.c
0c611db581637960a2831b07a6be164892ae4c4c
[]
no_license
abhishekabhay910/C-PROGRAM
635ff33ad9cb45fb5d3ee641532956f115f8f49e
cf1bbfe827182341a7e6229c499be8dc4d9cdfe0
refs/heads/master
2020-11-30T14:32:56.513728
2019-12-27T10:02:26
2019-12-27T10:02:26
230,418,234
0
0
null
null
null
null
UTF-8
C
false
false
624
c
#include<stdio.h> #include<stdlib.h> struct node{ int num; struct node *ptr; }; int main(){ typedef struct node NODE; NODE *head,*first,*temp=0; int count=0,choice=1; first=0; while(choice){ head=(NODE *)malloc(sizeof(NODE)); printf("Enter data:"); scanf("%d",&head->num); if(first!=0){ temp->ptr=head; t...
[ "noreply@github.com" ]
abhishekabhay910.noreply@github.com
7141e346ce9942ef857a7bb1db7b79f25421b914
03922635f0f3cea711c2d22477b32192374cc933
/Distance-Sensor/src/vl53l0x_api_core.h
bc4b3e1d8e650e78e393ef04a337bd3ae143d33d
[]
no_license
seeedproject/Distance-Sensor
c927002bf760d49020ea0804e03c7874fd1e9f4f
cc500345aec9c25abad6a8f70a4bab28430951ca
refs/heads/master
2020-03-22T15:17:25.180185
2018-07-09T06:31:27
2018-07-09T06:31:27
140,240,969
0
0
null
null
null
null
WINDOWS-1252
C
false
false
4,273
h
/******************************************************************************* Copyright © 2016, STMicroelectronics International N.V. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributi...
[ "jianghong_023@163.com" ]
jianghong_023@163.com
4d4be4fee8e55e85c743b073039b78f4c588c7ef
eea1c89ab0e41c809afda4955ffb75c0afeb5d15
/chapter5/list10.c
dd6c820c57cc1a6fa3f34f9dd257fe396c20c4ea
[]
no_license
turborql/test
32069713c6a6f20f152ec58ca52083de8fb5190f
939a931345577e77d37d2a2fb40576a33cb60d40
refs/heads/master
2020-06-20T03:03:18.379014
2019-11-08T12:14:45
2019-11-08T12:14:45
196,909,133
0
0
null
null
null
null
UTF-8
C
false
false
109
c
// 编写一段程序,求4行3列矩阵和3行4列矩阵的乘积。各构成元素的值从键盘输入。
[ "edz@edzdeMacBook-Air-2.local" ]
edz@edzdeMacBook-Air-2.local
aa842947a2a2c447e74978068ceaef17ccc4620a
824774fa41d387242d65a3ef925299fd4614bd74
/src/ft_send.c
385670fd52b4f7c7effc84e2be0977c1b7f4cc69
[]
no_license
jonas-shanheping/facker
4398634a1248ab8f88694901c9f1cccfe64c76f0
70c409f5424668301833f971856ca429d81d6155
refs/heads/master
2021-01-19T12:45:13.895509
2017-04-14T10:09:21
2017-04-14T10:09:21
88,043,096
0
0
null
null
null
null
UTF-8
C
false
false
1,274
c
/** ****************************************************************************** * @file TIM/TIM_TimeBase/Src/ft_send.c * @author Jonas * @version V1.0.0 * @date 12-April-2017 * @brief it is the facker task send file **********************************************************************...
[ "jonas.shan@goertek.com" ]
jonas.shan@goertek.com
5905cb1105292bc3a50b49768881ee4c4bdf8465
09f20286ed7799408d3bc26365a6972f7eb25103
/test/dbus_method_call.c
c18b8d1773866de0388a1338e610bd1b6c16dd9c
[]
no_license
usufu/dbus_proxy
be379795353a7ff99efac27d530e9d5191be2432
c5b69a56d9b2f8e90df3f659e9fa3b6920b31ce6
refs/heads/master
2016-09-03T07:01:28.861199
2013-08-24T10:02:55
2013-08-24T10:02:55
12,017,432
0
2
null
null
null
null
UTF-8
C
false
false
1,342
c
#include <time.h> #include <sys/time.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <dbus_proxy.h> #define DBUS_PROXY_BUS_NAME "plustest.plus" typedef struct argu { int a; int b; }argu_t; int main(int argc, char *argv[]) { int i,j; argu_t parameters; int nRsize ; DB...
[ "charmsky@gmail.com" ]
charmsky@gmail.com
87cc35030c31546c789f90a5557eea68686daef8
3db023edb0af1dcf8a1da83434d219c3a96362ba
/windows_nt_3_5_source_code/NT-782/PRIVATE/MVDM/WOW16/COMMDLG/FIND.C
0fe3fd7ec6bcb974518b3396bac53f097436c8d0
[]
no_license
xiaoqgao/windows_nt_3_5_source_code
de30e9b95856bc09469d4008d76191f94379c884
d2894c9125ff1c14028435ed1b21164f6b2b871a
refs/heads/master
2022-12-23T17:58:33.768209
2020-09-28T20:20:18
2020-09-28T20:20:18
null
0
0
null
null
null
null
UTF-8
C
false
false
21,918
c
/******************************************************************************* * * MODULE : Find.c * * DESCRIPTION : Find/replace dialog functions and related reutines. * * FUNCTIONS : FindText() - * ReplaceText() - * FindTextDlgProc() - * Re...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
f5b581fd9edeeee7e7bb0953f2397dec5a2f1655
2a928ef93060976c639b6f128767247a8a5d5c25
/openmpi-2.0.4/ompi/mpi/c/alloc_mem.c
7134d3543c69a81f7aca846353c0bdf6820cacd9
[ "BSD-3-Clause-Open-MPI" ]
permissive
ywangdg/CS239_High_Performance_Computing_Project
49bc3418d76ed2942155257731a378dcba3ce031
70f797a6941389d2993f8ce381701c3c2374f9ad
refs/heads/master
2022-03-27T06:30:37.361679
2019-12-11T20:39:18
2019-12-11T20:39:18
225,093,233
0
0
null
null
null
null
UTF-8
C
false
false
2,579
c
/* * Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2005 The University of Tennessee and The University * of Tennessee Resea...
[ "carolynyen@s-164-67-226-70.resnet.ucla.edu" ]
carolynyen@s-164-67-226-70.resnet.ucla.edu
2cbfa265916106d5f63c0637ded33b6e00527a3a
deb91ec48ea7ea55853325b9275ef6a6246dfdcd
/02.Kernel64/Source/Loader.c
51e080d03adfeca3defcf28be690f108cae8cbda
[]
no_license
HanJun-Lim/MINT64-OS
e28c913a3b8f794a50759ec8f3c894fd6ce6cd20
472e45fde069299c7dd7182d7b33c4a234f7caf1
refs/heads/main
2023-08-21T05:59:14.388279
2021-10-19T17:19:00
2021-10-19T17:19:00
null
0
0
null
null
null
null
UTF-8
C
false
false
16,852
c
#include "Loader.h" #include "FileSystem.h" #include "DynamicMemory.h" /* * How to execute Application Program * * 1. analyze ELF64 File Header * 2. analyze Section Header Table * 3. calculate Memory size to load Application Program * 4. allocate Memory refer to the result of Procedure 3 * 5. chan...
[ "bjj7399@naver.com" ]
bjj7399@naver.com
dbe06c02a145c99e597371c118ebd235809b0234
4f05e4817bf666cab9c7734280e23fb376ba6cbe
/lib/my/my_getnbr.c
0fd56dc4040c420150fb30769e2e10069cfe4604
[]
no_license
ArthurDassier/MyHunter_2017
ad8f533dd7a1f7cc198e5595a802208b82926ca8
a92c6623314672499e78ec95df89e31026f40a3d
refs/heads/master
2020-05-06T20:04:12.920421
2019-11-09T10:51:51
2019-11-09T10:51:51
180,219,664
0
0
null
null
null
null
UTF-8
C
false
false
486
c
/* ** EPITECH PROJECT, 2017 ** my_getnbr.c ** File description: ** my_getnbr */ #include <unistd.h> #include <stdio.h> int my_getnbr(char *str) { int nb = 0; int isneg = 1; int i = 0; if (str[i] == '+' || str[i] == '-') { if (str[i] == '-') isneg = isneg * -1; i = i + 1; } while (str[i] != '\0' && nb < ...
[ "arthur.dassier@epitech.eu" ]
arthur.dassier@epitech.eu
58ff33a750f1424ca94a404448f69d61fa5656cd
8c3def66d99671d2defca576c0d9b1e101ff3d15
/char_array.c
4d170606a5b7989cd56a8c9798ebc261faab4ff3
[]
no_license
Michaellawlight/learn-c
e78194b84cc8bffea753cb9f2faf55aedb34f405
2edd539a727589623e241087606e761017980a50
refs/heads/master
2020-03-27T23:49:37.673200
2017-07-01T09:19:34
2017-07-01T09:19:34
null
0
0
null
null
null
null
UTF-8
C
false
false
914
c
// learning about char arrays #include <stdio.h> #include <string.h> #include <stdlib.h> void last_name(char[], const char[], char**); int main(int argc, char const *argv[]) { char *name; last_name("Rafi", "Khan", &name); printf("My name is %s\n", name); return 0; } void last_name(char first_name...
[ "zetoslab@gmail.com" ]
zetoslab@gmail.com
5954519d03c38feb9fe7870a6f70dfbbf14ebe64
f7f043523dcacb348f7a387430ae5b7b2932b56a
/vendor/github.com/coreswitch/openconfigd/cli/sig.c
3b62ea5d7c5d8ee42da516248958372bcca5ca50
[ "Apache-2.0", "FSFAP", "GPL-3.0-or-later", "GPL-3.0-only", "LGPL-2.0-or-later" ]
permissive
coreswitch/zebra
2f3dcbb0f1aa0350fe63d664e5533d6895030e85
1931dde592c81398707a07d90d00f90321dc9b46
refs/heads/master
2021-12-15T02:26:03.510038
2019-05-19T12:00:34
2019-05-19T12:00:34
107,520,729
105
22
Apache-2.0
2019-05-17T01:23:34
2017-10-19T08:42:40
Go
UTF-8
C
false
false
18,296
c
/* sig.c - interface for shell signal handlers and signal initialization. */ /* Copyright (C) 1994-2013 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. Bash is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as p...
[ "ishi@hash-set.com" ]
ishi@hash-set.com
261facfe3374e42d8b3a2dd82b0de86080e2e774
6a86d740f9b17721677b9ee193f2009a2333a3be
/lib/instances/items/materials/plumage/seagull-feather.c
80308cc6f927f1d508a2ac7a38fcaf8d3fa750b2
[]
no_license
realms-mud/core-lib
b2a0cc727fd0b1eb47fa244d6fb05de322abe88f
293089e8900b5a0d46f64619f89c78deea7477e5
refs/heads/master
2023-07-06T07:04:25.390271
2023-06-27T21:20:29
2023-06-27T21:20:29
113,914,065
69
20
null
null
null
null
UTF-8
C
false
false
620
c
//***************************************************************************** // Copyright (c) 2023 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "...
[ "abc@maelstrom.cc" ]
abc@maelstrom.cc
f8be2457f555efe4d105064ae86603471cb7d630
72437648d8ffe1b736fd4941a7739b96a1e01535
/libft/ft_memset.c
ca09d0776e8025d981d66e21bb012b9076518181
[]
no_license
chanhl22/42cursus
458a6391e98c43a44e408ade5f7cca30c09fa0d5
3d81ef5e6d7705dc9a197943d54f53528df03565
refs/heads/master
2023-06-03T15:25:51.616182
2021-06-20T06:52:35
2021-06-20T06:52:35
331,021,615
1
0
null
null
null
null
UTF-8
C
false
false
1,117
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* memset.c :+: :+: :+: ...
[ "chanhlee@student.42seoul.kr" ]
chanhlee@student.42seoul.kr
3e7e4b13406b7a967c8c66aecde244f424dc7a5a
0da9c4b08685658838dcf1a349c9f79b59c8f776
/20170323-Audi_7010_HW_V13-IAP2_V1_00/Project/Source/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dbgmcu.h
133ff6bb68810e4cc1f8ae059ab2753fa76f24b1
[]
no_license
lian447882949/new.one
f839828004df9c93427b709f2d5a89771c6567bb
aa43ce12ed94fb3e16208c43d486b5ecd648648c
refs/heads/master
2020-05-21T09:52:32.882849
2017-06-02T15:43:42
2017-06-02T15:43:42
17,253,458
1
0
null
null
null
null
UTF-8
C
false
false
3,774
h
/** ****************************************************************************** * @file stm32f10x_dbgmcu.h * @author MCD Application Team * @version V3.5.0 * @date 11-March-2011 * @brief This file contains all the functions prototypes for the DBGMCU * firmware library. *************...
[ "447882949@qq.com" ]
447882949@qq.com
e7734bb05698ccfd9c09fa8caa066318f60a9665
242faf5e877b25b1010c8eb356d8cd5ee657c701
/TheLongNight/tileConsts.h
fa1a17bf0d2ca985623bcf4ad2b07b35946d3a8d
[]
no_license
laughingpanjandrum/TheLongNight
0c52529f8b6fd3d45c0037118dbda50c03f231f3
88a88acb5b39c9fea5173032df3bd1f9c05aea9d
refs/heads/master
2021-01-12T02:06:43.316935
2017-03-28T15:03:05
2017-03-28T15:03:05
78,474,237
0
0
null
null
null
null
UTF-8
C
false
false
3,613
h
/* This file defines which font characters correspond to which tiles. */ #ifndef TILE_CONSTS_H #define TILE_CONSTS_H //Interface (no need to change these) const int FULL_COUNTER_TILE = 177; const int EMPTY_COUNTER_TILE = 176; const int VIGOUR_GLYPH = 4; const int HEALTH_GLYPH = 3; const int FRAGMENT_GLYPH = 7; const...
[ "cory.isaak@gmail.com" ]
cory.isaak@gmail.com
130ba6bc7ecf82bbbcb56cd77359f2a253a291a9
0fa76a2898609bcb5ccd4f8711d9a9682aacf9cd
/j05/ex00/ft_putstr.c
662c0f672d3dcc040fe4ab969ca2d5472b2e4b60
[]
no_license
doliG/42_pool
b2a137ceea5ce6ab7cd168b710f33b1f17dad92e
f537e9e92de619c6f1db7326f854dcacc0d17600
refs/heads/master
2021-01-20T01:28:59.052630
2017-08-24T12:14:03
2017-08-24T12:14:03
101,291,212
0
0
null
null
null
null
UTF-8
C
false
false
1,024
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr.c :+: :+: :+: ...
[ "glodi.stud42@gmail.com" ]
glodi.stud42@gmail.com
e403dbed90ad6246572bbe0029106d55f0d71de5
70a23b6efea7a05adbe3cea1bb4755cff22fd9e8
/Estruturas de Repetição-for_while_doWhile/media-3-alunos.c
77739c829d893f508e2f442580e91b738b8e5d7c
[ "MIT" ]
permissive
Tiagoksio/logicaDeProgramacaoEm_C
9745c6b7bcef1a15bf55de9a1a48809aeeeb176a
9c31075f324877897bce07b3f3719ecbc0860582
refs/heads/main
2023-07-31T05:43:01.641880
2021-09-30T04:53:51
2021-09-30T04:53:51
312,672,511
0
0
MIT
2020-11-19T06:25:05
2020-11-13T20:05:31
C
UTF-8
C
false
false
767
c
#include <stdio.h> void main(){ int count; float nota1, nota2, nota3, media; count=1; while (count<=3) { printf("\nNota do %dº aluno \n\n", count); printf("\nInforme sua primeira nota: \n"); scanf("%f", &nota1); printf("\nInforme sua segunda nota: \n"...
[ "67693562+Tiagoksio@users.noreply.github.com" ]
67693562+Tiagoksio@users.noreply.github.com
96d5d1db6e21072b20c9fb401fa075fc1eed1d12
94730bdd0a8f78e1b7bc170b7933b5702a854949
/TesseractOCR/Leptonica/leptonica-sources/src/pngiostub.c
d3e292a0bb43097f0822c9eb11e016b7192466cf
[ "BSD-2-Clause", "CC-BY-2.5", "MIT", "Apache-2.0" ]
permissive
doo/Tesseract-OCR-iOS
720617d304dc7b86caa5e5d2d14ce70988182e29
0058f6b30334c47ab66f394d4d6a022ec24f5a39
refs/heads/development
2022-02-08T02:10:05.729743
2020-10-19T17:10:39
2020-10-19T17:10:39
37,975,679
0
2
MIT
2021-01-27T14:07:34
2015-06-24T09:36:00
C
UTF-8
C
false
false
5,023
c
/*====================================================================* - Copyright (C) 2001 Leptonica. All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source c...
[ "sebastian@scanbot.io" ]
sebastian@scanbot.io
d931e7ead4e5ac9522803fd708f1b6aa3f1ad226
98beb68baeeeb6812fe81ee698dc2584dc5fe460
/Praktek/Tugas Studi Kasus 2/Matrix.c
5ab4b1f5d8abe505e534def63ebe133a83f6dae3
[]
no_license
arsalfadilah/SDA-Praktek
2294cc4b41e2005cef42e6f5726e2f2da76bfdf5
add5f474010f3dc95b0bb315570697f42eb9b10b
refs/heads/main
2023-06-15T10:52:35.662819
2021-07-08T23:57:56
2021-07-08T23:57:56
384,265,460
0
0
null
null
null
null
UTF-8
C
false
false
1,562
c
/** ADT untuk mengoperasikan sebuah matrix untuk mempermudah belajar mata kuliah aljabar linier **/ #include "Matrix.h" /**Definisi Tipe Data**/ //typedef int [][] Matrix; //typedef Cell Ordo; //typedef struct { // int M; //Baris // int N; //Kolom //} Cell; // //typedef struct { // Matrix X; ...
[ "arsal.fadilah.tif420@polban.ac.id" ]
arsal.fadilah.tif420@polban.ac.id
f442310177d76220b6770d14cc19deeece5cff1e
ac67548cde433e6a21eafbcc2f50c4e0c3a8331e
/ex00/ft_print_alphabet.c
d2a70f523f4b97dd089c05c37259156eebd7cda2
[]
no_license
msibiya-jhb/day02
50f34863f4c9192e417949f31282577d9d59143d
2e9cd5b9886487c436143bc911606afe0b88ab1d
refs/heads/master
2022-11-18T07:05:08.237090
2020-06-21T12:19:13
2020-06-21T12:19:13
273,163,110
0
0
null
null
null
null
UTF-8
C
false
false
1,057
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_print_alphabet.c :+: :+: :+: ...
[ "msibiya@c5r2s2.wethinkcode.co.za" ]
msibiya@c5r2s2.wethinkcode.co.za
e061b36665fc288b6b0f598ec252cf49b1deb69d
d6f53d81f0ee89f4fd2341f3996bf5af2e7c6bf2
/st.h
ef7c10f166a9c773a0e4a393471d73561ff94dbb
[ "MIT" ]
permissive
feloniousBonk/st-bonk
07a37f234a733baf26e2c9358163ff0eea4c97b9
a1ca33cba8c0dc3d09ba0461b1e9c7cd8ed61843
refs/heads/master
2023-01-07T19:18:27.650750
2020-11-12T02:48:33
2020-11-12T02:48:33
296,985,380
2
0
null
null
null
null
UTF-8
C
false
false
3,438
h
/* See LICENSE for license details. */ #include <stdint.h> #include <sys/types.h> /* macros */ #define MIN(a, b) ((a) < (b) ? (a) : (b)) #define MAX(a, b) ((a) < (b) ? (b) : (a)) #define LEN(a) (sizeof(a) / sizeof(a)[0]) #define BETWEEN(x, a, b) ((a) <= (x) && (x) <= (b)) #define DIVCEIL(n, d) (((n) + ((d) - 1))...
[ "dcrodentech@gmail.com" ]
dcrodentech@gmail.com
13deef4e6e79f9cb5b6afe36968f5628767e4743
0cb85cd0c88a9b9f0cca4472742c2bf9febef2d8
/Components/Updater/KeepUp2Date/Client/PragueWrapper/UpdaterConfigurator/p_updaterconfiguratorimplementation.h
c349430dd6cc10f9397df4ea418793b741a5a68a
[]
no_license
seth1002/antivirus-1
9dfbadc68e16e51f141ac8b3bb283c1d25792572
3752a3b20e1a8390f0889f6192ee6b851e99e8a4
refs/heads/master
2020-07-15T00:30:19.131934
2016-07-21T13:59:11
2016-07-21T13:59:11
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
1,596
h
// AVP Prague stamp begin( Interface header, ) // -------- ANSI C++ Code Generator 1.0 -------- // -------- Friday, 27 October 2006, 16:45 -------- // ------------------------------------------- // Copyright © Kaspersky Lab 1996-2006. // ------------------------------------------- // Project -- Updater //...
[ "idrez.mochamad@gmail.com" ]
idrez.mochamad@gmail.com
ff3376c0547373669a82ffd6a8de915dcad0631c
1bbad623519939fd7cb2103d641fc3d0c70bb111
/src/test/mpu_test.c
eda93b959479cfef9f36e2607fe06e8c9f410344
[]
no_license
parkdoje/aero
0a2f704da14950fae912bbeffc8399cf2747d0f6
699509728e46a5b2c419b40896ddab99ea068ccc
refs/heads/master
2020-04-17T21:56:41.301654
2019-05-28T19:21:19
2019-05-28T19:21:19
166,973,123
0
0
null
null
null
null
UTF-8
C
false
false
504
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include "../include/i2c.h" #include "../include/mpu9250.h" int main() { i2c_dev_t* i2c = init_i2c("/dev/i2c-1"); mpu9250_t* mpu = init_mpu9250(i2c, 0); data_t acc; data_t gy; while(1) { read_accel_data(mpu, &acc); read_...
[ "bumdori2@gnu.ac.kr" ]
bumdori2@gnu.ac.kr
be16e9f462844327af50988dde54136114ca4342
0b2aa3ed83af7961d1ff4171b8b5a7e3a481d36d
/CFiles/114-1.c
9ad537fa8086d98fae02fe4f36b1e39b875c267f
[]
no_license
SeungYongSon/C-Study
a4415cecbc02e98bac4b9f0689525d4b8467beaf
8a5e5894d1b395476bf4e0da02e24d100e674b55
refs/heads/master
2021-08-30T19:36:17.051162
2017-12-19T06:41:11
2017-12-19T06:41:11
110,694,793
0
0
null
null
null
null
UHC
C
false
false
327
c
#include <stdio.h> int main() { int a, b, c, wide=0, max = 0; printf("운동장 3개의 가로, 세로의 길이를 차례로 입력하세요.\n"); for(c = 0; c < 3; c++) { scanf("%d %d", &a, &b); wide = a*b; if(wide>=max) max = wide; } printf("가장 큰 운동장의 넓이는 %d 입니다. \n", max); }
[ "space010127@gmail.com" ]
space010127@gmail.com
1f677645e300e9edd2b2dc2ecbd16fb2b494b470
38fe5986a1495e73e22e111f3e6f0b58ff2207e6
/Src/NewLink.h
957f83e610194010bf7b40ba86cc641f05972b92
[]
no_license
mbarashkov/Address-XT
7345fabe9a42a23d57141c9de7c9d38d6ae48e63
6b54dfdc18d02be02e0c0dd498dcb7f205429f61
refs/heads/master
2022-12-03T04:54:20.722005
2020-08-17T17:34:01
2020-08-17T17:34:01
288,243,400
2
2
null
null
null
null
UTF-8
C
false
false
338
h
#pragma once #include <Form.h> #include <Event.h> #include "AddressRsc.h" /************************************************************ * Function Prototypes *************************************************************/ Boolean NLHandleEvent(EventType * event); #define MAX_LINKTYPES_NUM 3 #define MAX_...
[ "mbarashkov@gmail.com" ]
mbarashkov@gmail.com
098ee852504fc26b5cd1c4e052e5d80017f62551
325ab3fe664a327ed7ebfa0427c3a79ce1899d4b
/LCD/Core/Inc/main.h
2f7d7f54a5cd7d1092430d94b49cff44581a0394
[]
no_license
petkovgogo/nucleo
c98331ce1456a882fe24bd3b10c562bea4d13579
7639a51a87d5c34fc067a681eb1d7e27482c4f44
refs/heads/master
2023-06-03T07:34:11.604900
2021-06-24T12:06:37
2021-06-24T12:06:37
379,904,912
0
0
null
null
null
null
UTF-8
C
false
false
3,332
h
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.h * @brief : Header for main.c file. * This file contains the common defines of the application. *******************************************...
[ "petkovgogo@gmail.com" ]
petkovgogo@gmail.com
8b4a6b29cf62a38d68d660ee709e81c5d77c35ae
7ef72a9cd9dc460a2732e0fdf347d91a2c82c94e
/pFuncion/main.c
79555744aee1a1b410ad6641b2f56668957ef1d2
[]
no_license
nogueral/programas_practica_labo_program_1
d177e80326702c4cd0f3a5cac95b5fcf4323a379
a9482df67fd7e9cc1716d81bb152170222a3d2fa
refs/heads/master
2022-11-23T01:43:02.107084
2020-07-04T16:39:08
2020-07-04T16:39:08
274,776,303
0
0
null
null
null
null
WINDOWS-1250
C
false
false
4,513
c
/* 3. Crear una funcion que reciba como parametros un array del tipo Alumno (legajo, nombre, promedio). Dicha función permitirá realizar el ordenamiento del array por nombre, y ante igualdad de nombre, por promedio de menor a mayor. Realizar las comprobaciones desde el main. */ #include <stdio.h> #include <string.h> #d...
[ "nogueraleandro@hotmail.com" ]
nogueraleandro@hotmail.com
288e3404cfaf03725ea378fa3a21b6a002b9a8b5
97fe45e2fb35dadfb7ad18bd28786cf4cb115981
/test/testWrite1.c
6756c2dfef8a93056c28928fd049fa829de5a027
[]
no_license
gonzalodelatorre/nachOS
ee64d37f36a2d4a4e433ce18248b7cc4b171cd9f
377ae3b52fae638614641ddda39dcc9c7a046381
refs/heads/master
2022-04-21T11:36:17.742788
2020-04-22T18:25:51
2020-04-22T18:25:51
255,674,610
0
0
null
null
null
null
UTF-8
C
false
false
152
c
#include "syscall.h" int main() { OpenFileId o = Open("../test/XXXXXX.txt"); Write("1\n",3,o); Close(o); /* not reached */ }
[ "noreply@github.com" ]
gonzalodelatorre.noreply@github.com
d8b9c7d51f037456398bf1b1afc16d4d3348840b
3bf4b888650ae737b4758038779d63350c73e6b3
/Other/ExportCap/resource.h
5f9a487b34cfff741a338b670645aa7310875168
[]
no_license
ducthangho/3D
e2135976008a355f8fedfda26c36c2aa10380d6a
5397a9f658fa065bfb7f484c414017e9f375456b
refs/heads/master
2020-04-12T02:29:51.232028
2017-06-21T15:56:43
2017-06-21T15:56:43
55,460,461
1
1
null
null
null
null
UTF-8
C
false
false
913
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by ExportCap.rc // #define IDS_LIBDESCRIPTION 1 #define IDS_CATEGORY 2 #define IDS_CLASS_NAME 3 #define IDS_PARAMS 4 #define IDS_SPIN 5 #define IDS_C...
[ "zzunio@gmail.com" ]
zzunio@gmail.com
57ae288ef99a170c3619af5d41e643e7f28e7de4
fbdb3e4df3925b330739e599d7f539a5aea4f163
/cmds/std/answer.c
de2230b602d225663e9bb05cb16d766d89e6bd51
[]
no_license
MudRen/ZHLib
2be4566998800d1a8ed50bf379d0e43a7c97e8ac
73111626fed37f302ca433dd1628730ca07e7dc2
refs/heads/master
2020-04-04T15:43:26.136616
2018-11-04T04:42:20
2018-11-04T04:42:20
156,049,634
2
3
null
null
null
null
GB18030
C
false
false
5,606
c
// reply.c #include <ansi.h> #include <net/dns.h> inherit F_CLEAN_UP; int help(object me); int main(object me, string arg) { string st, target; object ob, obj, env; mixed info; if (! arg || arg == "") return notify_fail("你要回答什么?\n"); env = environment(me); if (me-...
[ "i@oiuv.cn" ]
i@oiuv.cn
baa474a6763689257dad828eb1d8caf9324e5f74
8af103832383f500ffc89bec8817c909fcb946fd
/LinearSearch/main.c
e5b6d190eb525af57bf155a7faed48e2a540653c
[]
no_license
stokekld/alg-datastruct
e86e25a350dacdbdef3753947ed44378fe554bf8
bf542475d33f9fd559842d25a5e5a10d202f4534
refs/heads/master
2020-05-26T19:03:03.006924
2019-05-30T20:40:12
2019-05-30T20:40:12
188,342,326
0
0
null
null
null
null
UTF-8
C
false
false
352
c
#include <stdio.h> #include "lsearch.h" int main() { int array1[10] = {1, 3, 4, 7, 9, 12, 14, 45, 62, 93}; printf("Index of the value 14: %d\n", linearSearch(array1, 10, 14)); printf("Index of the value 62: %d\n", linearSearch(array1, 10, 62)); printf("Index of the value 100: %d\n", linearSearch(arra...
[ "joy_warmgun@hotmail.com" ]
joy_warmgun@hotmail.com
cf89fb8fc82b4cad0a343c1e4673c384b850406e
4a291ad1379e96701e2424dd96e8da3b20c7c15d
/examples/WiFi/Complex_Select_WiFi/Credentials.h
b7d3bc5aa4a559fa085e2eed7df4f4620c9a42f6
[ "MIT" ]
permissive
Ngugisenior/MySQL_MariaDB_Generic
9c9c8e3bb13afc413e8442303bad2ef9718fdc2e
3252842acf5214ff33b9eed7e50c1c7ab7fddd88
refs/heads/master
2023-01-01T06:10:07.492860
2020-10-21T20:45:23
2020-10-21T20:45:23
306,144,751
0
0
MIT
2020-10-21T20:53:01
2020-10-21T20:51:03
null
UTF-8
C
false
false
1,885
h
/**************************************************************************************************************************** Credentials.h Library for communicating with a MySQL or MariaDB Server Based on and modified from Dr. Charles A. Bell's MySQL_Connector_Arduino Library https://github.com/ChuckBell/MySQ...
[ "noreply@github.com" ]
Ngugisenior.noreply@github.com
c1b2368913995dc722c881b6f039497339fa84cd
dbbee2b2b369520e6761d898b7270bca983eec7a
/xnbtutils.c
54a5cd42155c77c47850d9f26fc18ed7dfce859d
[]
no_license
x4m/pg2m
93348476be9097a8e0e026c071653afcecb548fd
b5dbd3998628558357d5a2143370908bc53c5511
refs/heads/master
2023-03-14T10:14:07.861311
2021-02-27T15:45:38
2021-02-27T15:45:38
342,855,324
0
0
null
null
null
null
UTF-8
C
false
false
86,717
c
/*------------------------------------------------------------------------- * * nbtutils.c * Utility code for Postgres btree implementation. * * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION *...
[ "amborodin@acm.org" ]
amborodin@acm.org
075183852a1cdabf23aa0e9df938c4ea9861f2db
3d4fc68a80a47ec939029c092cab8721486eafa0
/pretty.h
1b71564a4b0f7f0205399f55195ca40d779e662e
[]
no_license
coltonrileyanderson/COLT
f6ad48c1168b223fd05ead4974f3a648bfea0db3
92dacf2a7ce4ddd11d7953399f2b0ff279ff93ac
refs/heads/master
2020-04-24T22:43:30.369333
2019-02-26T18:41:53
2019-02-26T18:41:53
172,321,176
0
0
null
null
null
null
UTF-8
C
false
false
649
h
/* - pretty.h - by Colton Andreson - Jan 25, 2019 - */ #ifndef __PRETTY_INCLUDED__ #define __PRETTY_INCLUDED__ #include "parser.h" extern void pp(Lexeme *); extern void pDefine(Lexeme *tree); extern void pFunction(Lexeme *); extern void pFblock(Lexeme *tree); extern void pLambda(Lexeme *tree); extern void pLblock...
[ "cranderson2@crimson.ua.edu" ]
cranderson2@crimson.ua.edu
bde6ed0bbfbac4f2601d2ab254a55924a18cf0a5
d60d41cc8edcb1249e5c38f1e3b7f87f35782ac4
/20210129/20210129_7.c
111a94ee947fe4163dfd0f7a3b99277b2e53d762
[]
no_license
GerganaLp/CodeAcademy
d5b7b94f43f7dd18077c76a6d05fcc2459b1b4e6
c21af04d27c37f0f461286af9f07c7533ad53225
refs/heads/main
2023-03-31T19:16:24.849769
2021-04-01T22:06:04
2021-04-01T22:06:04
327,880,037
0
1
null
2021-04-01T22:06:05
2021-01-08T11:10:09
C
UTF-8
C
false
false
1,024
c
/* Напишете програма на С, която съдържа 2 функции. 1.Първата смята лице на правоъгълен триъгълник. 2.Втората използва лицето на триъгълника, за да сметне лице на четириъгълник със същите дължини на страните, като раменете на триъгълника. Напишете прототипите на функциите най-отгоре, а телата им под мейн функцият...
[ "noreply@github.com" ]
GerganaLp.noreply@github.com
7075267cdec83f40246b8c95a9085d20e9fb233c
4c93c08e818a8568a74b0d95f427e3b06e43d61a
/xnet_tiny_c0701/src/xnet_tiny/xnet_tiny.h
d7c1497b610d2b73cc18756659b3524096e4d270
[]
no_license
vehar/Learning-DIY-TCPIP_WEB
2fab867d3ec8eedc44f4ff46e2c5f4439c58d87d
0703bf33bc8e72824e3eb6b4f3b3ece2bdea27de
refs/heads/master
2023-03-16T10:35:17.627465
2020-08-01T05:46:35
2020-08-01T05:46:35
null
0
0
null
null
null
null
UTF-8
C
false
false
11,665
h
/** * 用1500行代码从0开始实现TCP/IP协议栈+WEB服务器 * * 本源码旨在用最简单、最易懂的方式帮助你快速地了解TCP/IP以及HTTP工作原理的主要核心知识点。 * 所有代码经过精心简化设计,避免使用任何复杂的数据结构和算法,避免实现其它无关紧要的细节。 * * 本源码配套高清的视频教程,免费提供下载!具体的下载网址请见下面。 * 视频中的PPT暂时提供下载,但配套了学习指南,请访问下面的网址。 * * 作者:李述铜 * 网址: http://01ketang.cc/tcpip * QQ群1:78034806 QQ群2:1063238091 (加群时请注明:tcpip),免费提供关于该...
[ "527676163@qq.com" ]
527676163@qq.com
685676c5dd7ca456b2d8ada1c9500b66723e486f
d8e50207d9c072c321fb961765679482d75a61b3
/GD32E50x/GD32E50x_Demo_Suites_V1.2.0/GD32E507Z_EVAL_Demo_Suites/Projects/25_USBHS/USB_Host/Host_MSC/inc/usb_lcd_conf.h
7e387b34772239ba7d802be6703f7e8eaea45de5
[ "BSD-3-Clause" ]
permissive
zhou-peter/gigadevice-firmware-and-docs
f22e6301051b788b2b547cb32da3f2f8f80ce9dc
c2f545f960f05371aa1945de5b5a72a45612fb7c
refs/heads/main
2023-07-17T19:15:46.501716
2021-09-04T17:57:12
2021-09-04T17:57:12
null
0
0
null
null
null
null
UTF-8
C
false
false
3,133
h
/*! \file usb_lcd_conf.h \brief LCD driver configuration \version 2020-06-30, V1.0.0, demo for GD32E50x \version 2020-08-26, V1.1.0, demo for GD32E50x \version 2021-03-31, V1.2.0, demo for GD32E50x */ /* Copyright (c) 2021, GigaDevice Semiconductor Inc. Redistribution and...
[ "jesse@keyboard.io" ]
jesse@keyboard.io
f465a6194ca76a62f5fe8226496645cf81e479ee
dcc23f054bf3573bb2ab3a0e99b5aaee0c6ef8b0
/ProgramasEmC/Trabalhos Oficiais/Trab 5 - Folha de Pagamento como um join de tabelas.c
a1847eacb0b05b48ba46f51c8d6bce0e1f5d8c24
[]
no_license
JotaFox/LPI
b2f3bb42475e36c4f148154f1bfeb13cafdbdbe6
8ad5f17415325f0ed9115547f31087e9c0780d87
refs/heads/master
2020-05-18T02:46:05.148359
2016-09-06T16:45:26
2016-09-06T16:45:26
26,786,437
0
0
null
null
null
null
UTF-8
C
false
false
4,979
c
#include <stdio.h> #include <string.h> typedef struct{ char nome[51], matricula[13], endereco[66], cpf[12], codBanco[4], agencia[6], conta[9]; float valorHora; }funcionario; typedef struct{ char matricula[13]; int totalDeHorasTrabalhadas; }cargaHoraria; typedef struct{ char nome[51], cpf[12], ...
[ "emiliano.tec92@gmail.com" ]
emiliano.tec92@gmail.com
2a64fcb0389000dd424d4ec42992278cee966ac1
c7b6e97e145cdf17787283ea2cae5c2198853f29
/include/sys/uvm/uvm_fault.h
9b817fd7179378b2d3cf90c187021faba44e6319
[]
no_license
shivshankardayal/Universal-C-C--
36640ced556f52893f906d8123ddbe5ce73f5d74
cead882b61c280096cabea640492aebdb9bc1ff1
refs/heads/master
2016-09-05T23:03:23.442410
2012-09-23T12:15:17
2012-09-23T12:15:17
2,559,971
1
0
null
null
null
null
UTF-8
C
false
false
3,274
h
/* $NetBSD: uvm_fault.h,v 1.8 1999/03/25 18:48:51 mrg Exp $ */ /* * * Copyright (c) 1997 Charles D. Cranor and Washington University. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1...
[ "root@myhost.(none)" ]
root@myhost.(none)
b6aa6a0a5903400cce66b819b4e77c7b0f7a3770
f976e5825e75a400516764bd4818d5d0c530a9f8
/samples/7300b/7300bDbfDI/7300mdi.c
3adda4a673f6c0eaf5a4d52c292764f60aac9fe0
[]
no_license
ericsims/pci-dask
dfb13b63b65758ff3788d674938a3cebbe5bc73d
7e6090ad51cc1b6238144d0e1eabace178f54a3a
refs/heads/master
2021-05-15T04:43:40.840673
2012-04-02T11:03:10
2012-04-02T11:03:10
null
0
0
null
null
null
null
UTF-8
C
false
false
3,530
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <pthread.h> #include "dask.h" #include "conio.h" #define MAX_SIZE 100000 //in words U32 data_size=MAX_SIZE, j=0, count; FILE *fp; I16 card=-1, card_number = 0; char *file_name="7300b.dat"; BOOLEAN clear_op; U16 in_buf[MAX_SIZE], i...
[ "petrsum@gmail.com" ]
petrsum@gmail.com
e26ffb5ef3a953bdf7b3a99269b41b5797988bf3
4246d439f531c2041468f00a52cf0381890a80f7
/Repaso_Vivado/Gpio/Gpio.sdk/ledControlwithSW_bsp/ps7_cortexa9_0/libsrc/gpio_v4_4/src/xgpio_g.c
b6364d09602e9ef9e1e6036d271fc4252dd90d92
[]
no_license
DanielEstrada971102/Implementaciones_FPGA
1cffad2b5cffbbec892d688b703fed70e60284f9
3c53b8cd65d7b926d4f415f696ccbd21d04353a4
refs/heads/master
2023-04-02T09:04:31.610466
2021-04-07T02:39:30
2021-04-07T02:39:30
267,514,839
0
0
null
null
null
null
UTF-8
C
false
false
2,052
c
/******************************************************************* * * CAUTION: This file is automatically generated by HSI. * Version: 2019.1 * DO NOT EDIT. * * Copyright (C) 2010-2020 Xilinx, Inc. All Rights Reserved.* *Permission is hereby granted, free of charge, to any person obtaining a copy *of this ...
[ "daniel.estrada1@udea.edu.co" ]
daniel.estrada1@udea.edu.co
462c1494e3a0d0e42513c2783235c9916e9fe818
e66b75848da8ee9c54c981daed7d9a528d35a461
/src/TagAndProbeZ/plots_dataZee_mcGJet/hlt75/pid_pfIsoFPRPhoton03_preselEB.C
5ac822584787cdc0bd8bb9d9ecc8466f6c3a226e
[]
no_license
gdimperi/GammaJets
77d9348315484e38f090c1fdc529c25feffef976
4af9914fdeb7efce5d24d94bb207d7e390682ffb
refs/heads/master
2021-01-20T21:40:27.712423
2015-01-15T16:40:51
2015-01-15T16:42:05
11,812,757
0
0
null
null
null
null
UTF-8
C
false
false
28,079
c
{ //=========Macro generated from canvas: pid_pfIsoFPRPhoton03_presel/pid_pfIsoFPRPhoton03_presel //========= (Sat Nov 29 17:29:15 2014) by ROOT version5.32/00 TCanvas *pid_pfIsoFPRPhoton03_presel = new TCanvas("pid_pfIsoFPRPhoton03_presel", "pid_pfIsoFPRPhoton03_presel",1,1,1000,876); gStyle->SetOptStat(0); ...
[ "giulia.dimperio@roma1.infn.it" ]
giulia.dimperio@roma1.infn.it
b2757ee4a59230d78637e35f9f77d61d267376f7
eae4ece91ca890b2a2dd4548d1e24a1f4f2cd312
/WizFi360-S2U_Nucleo-F401/Src/stm32f4xx_it.c
9859a94514d29b4d83f80d7152e66862757056a3
[]
no_license
TeddyWiz/WizFi360-S2U_Nucleo-F401
904c0e2f4d899ea8090b499d3591e888210278d8
cb72ad7d93d861539cf5c5a7fc6b8285b28a3fb7
refs/heads/master
2022-04-19T01:28:22.945422
2020-04-16T08:25:41
2020-04-16T08:25:41
256,142,995
0
0
null
null
null
null
UTF-8
C
false
false
7,619
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f4xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) ...
[ "teddy@wiznet.io" ]
teddy@wiznet.io
613bcf85a39c7839dc19dfbca851f041acdd67c1
3d8a50661bddd5471360b5ecc1e16158d75c5d25
/std/player/pklog.c
fe394ae14cb291661e0bc1c966d0bcdf1ab514a3
[]
no_license
MorgenGrauen/mg-mudlib
adfff46d2bf796845d8d0f558cb5723408043931
611f1d244503d71af98a55bfd5b707c035f4b7c6
refs/heads/master
2023-09-01T07:23:33.684130
2023-08-29T19:33:43
2023-08-29T19:33:43
63,437,274
16
5
null
2019-08-11T18:27:39
2016-07-15T16:51:17
C
UTF-8
C
false
false
3,488
c
// MorgenGrauen MUDlib /** \file /std/player/pklog.c * Funktion zur Detektion und Loggen von Angriffen von Spielern auf Spieler. * \author Zesstra * \date 12.08.2008 * \version $Id$ */ /* Changelog: */ #pragma strong_types #pragma save_types #pragma no_clone #pragma no_shadow #pragma range_check #include <defines.h> #...
[ "mud@mg.mud.de" ]
mud@mg.mud.de
e843cc0baadc390813b357252c72dbd06c19dac6
4f1b29e8b12066f1480396cbfa59e9d8c90bffa6
/jit_compiler/jit_compiler.c
4cd4a6ac407a98fb3383a79f3a2b557cf9c6717f
[]
no_license
DrozdikGleb/os-course
c95d80ee45c03e3bcfa96c5a0c16132ef5643742
9c71d7934ce123707f20cf91032f85116a8613a9
refs/heads/master
2020-04-21T22:57:00.867447
2019-02-10T01:04:40
2019-02-10T01:04:40
169,929,810
0
0
null
null
null
null
UTF-8
C
false
false
1,254
c
#include <stdio.h> #include <sys/mman.h> #include <string.h> #include <stdlib.h> const size_t SIZE = 1024; typedef int (*func)(int); void* alloc_memory(size_t size){ void* ptr = mmap(0, size, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); if (ptr == (void*)-1) { perror("mmap"); return NULL; } r...
[ "drozdov.gleb.spb@gmail.com" ]
drozdov.gleb.spb@gmail.com
e1ab7598031ec5809efe2e3e8830150ecdeb4323
c2cedcf36667730f558ab354bea4505b616c90d2
/players/jareel/areas/entrance/road5.c
c78fbd77a888dff1ce9a154030cffc4ab8ff68fa
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
1,128
c
inherit "room/room"; #include "defs.h" void reset(int arg) { if(!present("guard")) { MOCO("/players/jareel/monsters/town/yelmalian_infantry.c"),this_object()); } if (arg) return; set_light(1); short_desc = GRN+"The Chaos Wood"+NORM; long_desc= ""+GRN+"###"+YEL+"S"+GRN+"##"+NORM+" This wid...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
5b67591e50e5ec35f2824a3a8dfe7fbbbc915baa
f8ada37132932ddccf0abc9de6ea9cfeed81b7a2
/programming-elixir/sequence/rel/sequence/erts-8.0/include/internal/ethread_header_config.h
40c633dbf186bd9c2d521ce450553ee724a13535
[ "Apache-2.0" ]
permissive
tdenkinger/exploring-otp
471e44d855a52bbdf078df1f65e612d3880755d4
192c0f6f72e40744468e049df2025807d8204855
refs/heads/master
2020-04-18T08:44:19.347088
2016-10-13T11:05:07
2016-10-13T11:05:07
66,462,570
0
0
null
2016-09-29T11:02:43
2016-08-24T12:35:46
C
UTF-8
C
false
false
10,030
h
/* include/internal/x86_64-apple-darwin14.1.0/ethread_header_config.h. Generated from ethread_header_config.h.in by configure. */ /* * %CopyrightBegin% * * Copyright Ericsson AB 2004-2016. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except...
[ "tdenkinger@gmail.com" ]
tdenkinger@gmail.com
ebee99ea75c8b67aa0dc07d165530c47f763f57b
82bc63e909cd79507a749331657bc15dba5f98b5
/gsc_sch_MKL25Z128/Sources/app/RGB_LEDs.c
a43116de8a654046143183f178bf8c217e8d75bf
[]
no_license
osmarcarmona/Practica-4
e67a1980ee8770f85b6c860a1d365b4184991211
bedf973da53579fa644fc53e0c06cef177460899
refs/heads/master
2021-01-10T18:49:44.515016
2016-05-02T03:44:34
2016-05-02T03:44:34
57,864,268
0
0
null
null
null
null
UTF-8
C
false
false
9,576
c
/**************************************************************************** * Project developed as a simple Blink the LED's to * demonstrate basic CodeWarrior functionality and capability. * Borrowed from Freedom Example Projects: Blinky * * Date: 11 Sept 2012 * Author: M. Ruthenbeck * Revision Level 1.0 */...
[ "imposible_no@hotmail.com" ]
imposible_no@hotmail.com
4ed603c106e16a2395516ed3794d3a3691b06087
1c6a7ae5dca2a38c68fde97a676478c6573bca02
/linux-3.0.1/drivers/staging/keucr/smscsi.c
a6fa77f9c48e08f29e28133234bf66f377f1e4c7
[ "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
tonghua209/samsun6410_linux_3_0_0_1_for_aws
fab70b79dc3e506dc03ac1149e2356137869c6ca
31aa0dc27c4aab51a92309a74fd84ca65e8c6a58
refs/heads/master
2020-04-02T04:24:32.928744
2019-01-20T13:51:34
2019-01-20T13:51:34
154,015,176
0
0
Apache-2.0
2018-10-24T14:51:04
2018-10-21T14:07:31
C
UTF-8
C
false
false
6,235
c
#include <linux/sched.h> #include <linux/errno.h> #include <linux/slab.h> #include <scsi/scsi.h> #include <scsi/scsi_eh.h> #include <scsi/scsi_device.h> #include "usb.h" #include "scsiglue.h" #include "transport.h" //#include "smcommon.h" #include "smil.h" int SM_SCSI_Test_Unit_Ready (struct us_data *us, struct scsi...
[ "kyh1022@163.com" ]
kyh1022@163.com
9b2f58e46981b6a82d8c62030efa42c9c788f4be
71e5f96a29f5d643ab888b37677d38c33f8d765d
/d/dagger/Torm/road/path45.c
3030d262bb68943477ca00a7fc9b3705b1318850
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Cherno-SuS/SunderingShadows
5f755fbebb79dc0b9d1c2a0541408be4afeb8b67
c3b4370beb2c4351ecc60826850c94892a42b685
refs/heads/main
2023-04-21T09:52:14.580024
2021-03-23T12:09:55
2021-03-23T12:09:55
349,490,686
0
0
NOASSERTION
2021-03-23T12:09:56
2021-03-19T16:40:12
null
UTF-8
C
false
false
1,017
c
#include <std.h> #include "/d/dagger/Torm/tormdefs.h" inherit ROOM; void create() { ::create(); set_terrain(ROCKY); set_travel(DIRT_ROAD); set_property("light", 2); set_short("Beside the walls of Torm"); set_long( "%^CYAN%^" " The low green walls of Torm rise to the south, leaving the great ex...
[ "law@shadowgate.org" ]
law@shadowgate.org
65f1b55d8359d6628ea6b83bdea18a013b406687
5a53b563573ba1088d66db71d3bda479c5a9757a
/libteecrypt/teecrypt/tee_api_objects.c
f0545fff948c032d8b93c0048ebd17d0434919fe
[ "MIT" ]
permissive
sigma-random/libteecrypt
36df57b0a2842c78e2defb22d1f04afa9372a08f
7ead022b117c611c1d197e12e72d8790e04b84be
refs/heads/master
2021-01-18T15:21:56.562804
2015-08-14T15:38:46
2015-08-14T15:38:46
40,722,052
1
0
null
null
null
null
UTF-8
C
false
false
7,118
c
/* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, ...
[ "random1990s@gmail.com" ]
random1990s@gmail.com
14dee14adea099ca623fdde9d78419690c1a2748
4c150b7d19e8d0ecd0b4cb6dd3cdb8fbbf960b73
/test_case.c
c967282573b17538224a1238ff33c1084f19b1c5
[]
no_license
mightyme/language_feature
a5dadda959e69d7416fecf3c48f5ff459809c203
523a48a390b157f0dcf15afbf6386493198df999
refs/heads/master
2021-01-23T07:35:20.557626
2015-01-23T03:27:01
2015-01-23T03:41:27
18,400,015
0
0
null
null
null
null
UTF-8
C
false
false
284
c
#include <stdio.h> int main(int artc, char **argv) { printf("begin switch()\n "); switch(0x1) { case 1<<0: printf("bit 0\n"); break; case 1<<1: printf("bit 1\n"); break; case 1<<2: printf("bit 2\n"); break; case 1<<3: printf("bit 3\n"); break; } return 0; }
[ "qudao@meizu.com" ]
qudao@meizu.com
0795e4e91242d0bb27abbfebb16bc844689470bf
56a5b89d5a3e91505e7ec338b0ece630b6c58124
/pragama.c
592626028b8f4254ecda87b2b2d4065461bd85d2
[]
no_license
RajendraPaymode/Gstreamer
d1a6d1c841bc3a7d74f8a9d972360c9f2015ac6f
a6683c87794438560a2f22200ec2d6cf69adb56e
refs/heads/master
2020-04-05T13:09:10.377341
2017-08-13T03:21:26
2017-08-13T03:21:26
95,125,397
0
0
null
null
null
null
UTF-8
C
false
false
360
c
#include<stdio.h> void func1(); void func2(); void __attribute__ ((constructor)) func1(); void __attribute__ ((destructor)) func2(); void func1() { printf("Inside func1()\n"); } void func2() { printf("Inside func2()\n"); } struct tag { int b; //static int c; } main() { printf("Inside main()...
[ "noreply@github.com" ]
RajendraPaymode.noreply@github.com
c639491b884b2acb8a7ea9cfdc76f8e072737c91
0aa823b7190caae43a46897853fecd6ad30be0a7
/Adding_nodes_Linked_list.c
20a077c6d4f9e214c09df950ca622ea1239e45d5
[]
no_license
Lovecase/unrealproject.1
ef9b2ff15a7483fc3ac1483f152ca3fc2660af93
92f6f4052a6d4de3fd857b239256e28cac8a467e
refs/heads/main
2023-08-28T13:07:48.352924
2021-10-25T12:00:58
2021-10-25T12:00:58
null
0
0
null
null
null
null
UTF-8
C
false
false
1,139
c
#include<stdio.h> #include<malloc.h> struct node{ int data; struct node* next; }; struct node* head=NULL; struct node* getnewnode(int val) { struct node* temp; temp= (struct node*)malloc(sizeof(struct node)); temp->data =val; temp->next= NULL; return temp; } insertbeg(int val) { struct node* ptr; ptr=getne...
[ "noreply@github.com" ]
Lovecase.noreply@github.com
613d22e377c55213ab4a6c3005655795b87aa9c4
1b3c132fc529ea8a19ae174d8599fa9d717e84f6
/qnx/src/ipc3x_dev/ti/syslink/procMgr/hlos/knl/loaders/Elf/Qnx/DLOAD/DLOAD/ArrayList.c
53a096e88a3517015dc4b5d1a71e13992d29c50a
[]
no_license
Hashcode/ipcdev
aad3722b2ac8c1e83b3ef3cfee97027c0f477bbc
439ea47dfad073f1ee8905c289453c3ee8aff6b1
refs/heads/master
2020-04-05T22:53:17.259532
2014-01-23T23:38:43
2014-01-23T23:38:43
16,190,227
1
2
null
null
null
null
UTF-8
C
false
false
4,913
c
/* * ArrayList.c * * Array_List is a C implementation of a C++ vector class. * * This class emulates a resizable array along the lines of a C++ * vector or Java ArrayList class in C, and uses the convention * of passing a pointer to the current "object" as the first * argument. * * Usage is defined as follows: * * Arra...
[ "vwan@ti.com" ]
vwan@ti.com
761cdcc0ec02c9d984bbdd438d52b09a3a2edc92
1ae06dc85014fbb658aba733053763165950d318
/vendor/github.com/spdk/spdk/dpdk/drivers/crypto/qat/qat_sym.h
bc6426c327b79e5eca0621abce9ab16a6fc672ad
[ "BSD-3-Clause", "GPL-2.0-only", "Apache-2.0" ]
permissive
intel/oim
4bc003da0a6b75d1fe50c848aa9bb68145fc69c0
ee179563970db92487d76b373cc3b25dc2c99ca5
refs/heads/master
2023-09-03T01:15:52.079309
2022-08-04T22:47:56
2022-08-04T22:47:56
168,253,801
18
9
Apache-2.0
2019-03-04T15:20:47
2019-01-30T00:48:36
Go
UTF-8
C
false
false
4,614
h
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2015-2018 Intel Corporation */ #ifndef _QAT_SYM_H_ #define _QAT_SYM_H_ #include <rte_cryptodev_pmd.h> #ifdef BUILD_QAT_SYM #include <openssl/evp.h> #include "qat_common.h" #include "qat_sym_session.h" #include "qat_sym_pmd.h" #include "qat_logs.h" #define B...
[ "patrick.ohly@intel.com" ]
patrick.ohly@intel.com
00755841e79197cb26a4b656a66a163bfa894aab
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/h2o/deps/yoml/extr_yoml-parser.h_yoml__new_node.c
3368c5d3084cbf66f0c11cd3c08f1ce0cdb52908
[]
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
2,162
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
ec6ef0dab7511f13c412966f2daadf43d29212e0
e77d88b99e5ca962b6b3c41fa5344f0cd3e93b43
/bytehook/src/main/cpp/bh_hook.h
d0975a6bde566dbb9e39aa08c181aef5b10a5edf
[ "MIT", "BSD-2-Clause", "BSD-3-Clause" ]
permissive
whulzz1993/bhook
db2da92bd2d705503c693fdf50999ccc539dd91c
4fc5554f0adc0227703973bd995fff1caabb55af
refs/heads/main
2023-08-24T19:13:52.856078
2021-10-18T09:52:42
2021-10-18T09:52:42
395,535,524
0
0
NOASSERTION
2021-08-13T05:52:52
2021-08-13T05:52:52
null
UTF-8
C
false
false
2,012
h
// Copyright (c) 2020-present, ByteDance, Inc. // // 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, merg...
[ "caikelun@gmail.com" ]
caikelun@gmail.com
7c3fc190dfcc0ed43d7391eb9bb4116751986a9f
421c5ddcb45ea9f903746105e042f485b6d5892a
/mpi-io/mpi_examples/basic_mpi/03_dividing_the_pie/src/cpi.c
f8d14be6ff0a1c3102ebc75b27fc4490edf02d74
[]
no_license
lwh1990/IO-Example-Codes
fae2dcc29859a67a6fe5a8df238b6dece596b2fe
fac65bb8521cecea5796b40e983b8fd6ec9d2d16
refs/heads/master
2021-08-16T06:17:30.284279
2017-11-19T05:02:06
2017-11-19T05:02:06
111,264,879
0
0
null
null
null
null
UTF-8
C
false
false
2,578
c
/****************************************************************************** * * * Basic MPI Example - Dividing the Pie * * *...
[ "lwh1990@126.com" ]
lwh1990@126.com
5319d55619ce36ef2405e8bf3bad703b4d9e66e5
6c314d9de329df3f64953e283477d422d8340ed3
/corewar/libft/srcs/math/ft_ldabs.c
2318fd540c27b56773670cf60b86c73ad58d9d3f
[]
no_license
Maeril/homework
3fd0b548949c9d15e227e44e5e5ca7f820d068d7
c7525d48991693cfd2b0462538e5ac4d098fe701
refs/heads/master
2021-06-28T03:56:28.696032
2020-10-28T16:38:54
2020-10-28T16:38:54
157,708,137
0
0
null
null
null
null
UTF-8
C
false
false
960
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_ldabs.c :+: :+: :+: ...
[ "Maeril@Avesta.local" ]
Maeril@Avesta.local
a0a8d64828511d587cb02fde88802ecd4f6af6fa
eb19984330a980a7ab26729cceb9e80eeefaecf6
/matrizes.c
514ec470f082d1d1787ea33ffce2eb1697e9f7b9
[]
no_license
barraponto/fatec-ial004
bbeca1b35058f2f7dc2639550467ae62fb492332
b82d772b273f3c7e005abe80b2af286f7e43cf51
refs/heads/master
2020-03-21T03:06:57.432872
2018-06-20T13:30:12
2018-06-20T13:30:12
138,037,059
0
0
null
null
null
null
UTF-8
C
false
false
1,070
c
#include <stdio.h> #include <stdlib.h> int ** generate_matrix(int rows, int columns){ int **matrix = malloc(sizeof(int *) * rows); if (matrix) { for (int row=0; row<rows; row++) { matrix[row] = malloc(sizeof(int) * columns); } } else { return NULL; } return mat...
[ "barraponto@gmail.com" ]
barraponto@gmail.com
c37e5d105e23a3d5891a8c865a8c52cf00fdddbe
3d421229ae820fa874510479b8a29c8b6a56c928
/CLcutils/tests/cutils_tests_main.c
7819aac0be4ebf804e3b1bc2d73e7218cd6b8f1e
[ "BSD-3-Clause" ]
permissive
ettore/CLutils
dbde6e5e77132f0cba43e3c3b52d13daa1c8fd84
6b7e3d22010b3e30883b1a5e14794cbdb1bf498e
refs/heads/master
2020-12-24T19:17:19.596533
2016-05-14T18:13:32
2016-05-14T18:13:32
906,005
2
0
null
null
null
null
UTF-8
C
false
false
434
c
#include "cl_debug.h" #include "tests_cutils_carbon.h" #include "tests_cutils_bsd.h" const char *kOurProductName = "cutils_tests"; // ----------------------------------------------------------------------------- int main(int argc, const char * argv[]) { #pragma unused(argc, argv) cutils_carbon_run_all_tests(); ...
[ "e@cubelogic.org" ]
e@cubelogic.org
d2171790e3303892b710c3047c6e6d860cfa8c00
43124e9a583ffd4cf654b1d17c04d4b2bb5f36df
/Pretty/data/coreutils/methods-only/11-pinky.c
7e0fda4d54bd2f5abfab550d1a2594109ebef6f9
[]
no_license
roncoleman125/Pretty
a86d87904281e76031db47264ffb65ff6c536740
227c3174d9bf15016d57b3a50d3df71fa6798306
refs/heads/master
2020-04-15T16:53:44.581854
2017-10-13T11:24:59
2017-10-13T11:24:59
32,341,194
0
0
null
null
null
null
UTF-8
C
false
false
1,613
c
int main (int argc, char **argv) { int optc; int n_users; initialize_main (&argc, &argv); set_program_name (argv[0]); setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); atexit (close_stdout); while ((optc = getopt_long (argc, argv, "sfwiqbhlp", longopts, NULL)) != -1...
[ "ronncoleman@gmail.com" ]
ronncoleman@gmail.com
8fe93a0cd589ff58e8e847a73f69fe6fad25437e
1c295135c9065d9f5dad0710833fc3055641cb90
/src/SpyRuntimeError.c
f7d54661dd2392af81bae2f1724e30d15eed6e19
[ "MIT" ]
permissive
xkenokabe/SsdDriver
93b580669999d864c933bfa8e879a3db88786dd0
471bbff8e8839af689e4caaf21aa73cbd142509a
refs/heads/master
2022-09-21T14:53:08.113741
2019-04-20T08:49:00
2019-04-20T08:49:00
null
0
0
null
null
null
null
UTF-8
C
false
false
511
c
#include "SpyRuntimeError.h" static const char *message = "No error"; static int parameter = -1; static const char *file = 0; static int line = -1; void RuntimeError(const char *m, int p, const char *f, int l) { message = m; parameter = p; file = f; line = l; } void SpyRuntimeError_Reset(void)...
[ "ken.okabe.1.168@gmail.com" ]
ken.okabe.1.168@gmail.com
49ea0dac63d155b8443b0c90ac8e0b373f1ba309
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/codecs/sun8iw19-codec.h
c863b3a7c9b90b9d39b1620a9a0b2e9efbf2c057
[ "Apache-2.0", "Zlib", "LicenseRef-scancode-proprietary-license", "MIT", "BSD-3-Clause", "X11", "BSD-4-Clause-UC", "LicenseRef-scancode-unknown-license-reference" ]
permissive
RT-Thread/rt-thread
03a7c52c2aeb1b06a544143b0e803d72f47d1ece
3602f891211904a27dcbd51e5ba72fefce7326b2
refs/heads/master
2023-09-01T04:10:20.295801
2023-08-31T16:20:55
2023-08-31T16:20:55
7,408,108
9,599
5,805
Apache-2.0
2023-09-14T13:37:26
2013-01-02T14:49:21
C
UTF-8
C
false
false
10,179
h
/* * Copyright (c) 2019-2025 Allwinner Technology Co., Ltd. ALL rights reserved. * * Allwinner is a trademark of Allwinner Technology Co.,Ltd., registered in * the the people's Republic of China and other countries. * All Allwinner Technology Co.,Ltd. trademarks are used with permission. * * DISCLAIMER * THIRD PARTY LI...
[ "noreply@github.com" ]
RT-Thread.noreply@github.com
38c256d2069bc27fed4f65613153408b1fd9a497
5fd0ad7f603959a9510d0b16fd0bf880b0accca3
/Hash 2016/getWord.c
d7a1445ddfe1705af36920e3bd35fafb62efc501
[]
no_license
dciupei/C
48fb9adad6981f4fac2075ceefdcfc360ae2b963
e8fe159576dfe3319801e801da47fcbe9cd354f0
refs/heads/master
2021-01-19T22:52:21.484226
2017-04-09T22:53:38
2017-04-09T22:53:38
83,781,197
0
0
null
null
null
null
UTF-8
C
false
false
4,953
c
// // main.c // Hashtables // // Created by David Ciupei on 1/28/16. // Copyright © 2016 David Ciupei. All rights reserved. // #define _GNU_SOURCE #include <string.h> #include <assert.h> #include <ctype.h> #include <stdio.h> #include <stdlib.h> //#include "getWord.h" #include "hashtable.h" #define DICT_MAX_WORD_...
[ "noreply@github.com" ]
dciupei.noreply@github.com
2a334f35d2b78409808878e13fe92ed60416d085
d3d02baa4f4eb71c27a3c75adf9dca1043b1782d
/cgroom/shading.h
affb6c9c8530a2aab2950d87222ed51931e11543
[]
no_license
1f0/glroom
860bf068879e36a62a05ea7ecfdd9452a51d715d
7446e287ce54413d3fecbe0a7bfde31e66ab3d1a
refs/heads/master
2020-03-18T01:04:10.131403
2019-08-03T07:29:30
2019-08-03T07:29:30
134,125,843
0
0
null
null
null
null
UTF-8
C
false
false
135
h
#pragma once #include <stdlib.h> #include <GL/glut.h> void makeShadowMat(GLfloat pts[3][3], GLfloat lgtPos[4], GLfloat dstMat[4][4]);
[ "strain_tea@163.com" ]
strain_tea@163.com
fb13e11800716909c83b2cce85cbb95236a4a926
e11dbf4c7ebf5d85f7a7564a348c92d99bc0caaf
/VECTORES EJ/Vectores_2/Array.h
52d348e07b8fe8cc5cb26c7536a047f936314ac0
[]
no_license
fedegalv/Programacion
a5da714f34b4a1f8e3f7af39b75a1aa75573ff15
85cd21de40a9d618ffd9e621c55a56d1e450ff03
refs/heads/master
2020-05-20T15:45:26.575688
2019-06-27T17:47:18
2019-06-27T17:47:18
185,651,613
0
0
null
null
null
null
UTF-8
C
false
false
130
h
void cargarVector(int[],int); void mostrarVector(int[],int ); void inicializarVector(int[], int); int sumarValores(int[],int );
[ "fedegv.4991@gmail.com" ]
fedegv.4991@gmail.com
a021385c2de19a91c7d450a7b336dcf0e3b1e699
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/staging/netlogic/extr_xlr_net.c_xlr_mii_probe.c
763b0b899ecb92ba4470e64eda8f787588f098c0
[]
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
2,082
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
2b5c33a7bf9cc19da68a20e8000c182e49a5f4c6
24d856d98c85a319d53be2768ccc176a50873fa3
/linux-lts-quantal-3.5.0/drivers/block/drbd/drbd_req.c
8e93a6ac9bb65e3497f53c92723a67429ffdf946
[ "GPL-1.0-or-later", "Linux-syscall-note", "GPL-2.0-only", "BSD-2-Clause" ]
permissive
dozenow/shortcut
a4803b59c95e72a01d73bb30acaae45cf76b0367
b140082a44c58f05af3495259c1beaaa9a63560b
refs/heads/jumpstart-php
2020-06-29T11:41:05.842760
2019-03-28T17:28:56
2019-03-28T17:28:56
200,405,626
2
2
BSD-2-Clause
2019-08-03T19:45:44
2019-08-03T17:57:58
C
UTF-8
C
false
false
40,522
c
/* drbd_req.c This file is part of DRBD by Philipp Reisner and Lars Ellenberg. Copyright (C) 2001-2008, LINBIT Information Technologies GmbH. Copyright (C) 1999-2008, Philipp Reisner <philipp.reisner@linbit.com>. Copyright (C) 2002-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. drbd is free soft...
[ "jflinn" ]
jflinn
6937b22291f0a1642652e8ef1f3be00a55f1f6ff
64d0765fc943d240f9448731a1ec1e57df568382
/AccHw_Crypto/STM32L4/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h
6439aad572851848a1c1f9664e88692f0a539b17
[]
no_license
nickfox-taterli/x-cube-cryptolib
54bb648e5fd7c2b0de846cb45e6f5c8107b615ee
e5efcb19b31c2ed2ccec0edd78dac796f8ad1d9a
refs/heads/master
2021-04-28T04:20:16.770554
2018-02-20T05:27:21
2018-02-20T05:27:21
122,158,497
17
11
null
2020-01-20T09:40:01
2018-02-20T05:19:27
C
UTF-8
C
false
false
24,671
h
/** ****************************************************************************** * @file stm32l4xx_hal.h * @author MCD Application Team * @version V1.0.0 * @date 26-June-2015 * @brief This file contains all the functions prototypes for the HAL * module driver. ***********************...
[ "admin@lijingquan.net" ]
admin@lijingquan.net
e3bf79b834b9951ac45ab3903df924b919bdf400
25e80e23b2379a1016c27a2da5199c74d9aadccd
/sources/libft/ft_lstnew.c
2367b14e1db87b28046dff4ae233088ed0945dee
[]
no_license
guyb27/ft_printf
c2a5ccacf190d980685558fbce0628c3ba3f80f4
3dd179edbbaa28d55047d1a8138483a76ac2786d
refs/heads/master
2020-04-11T15:44:05.312446
2018-12-29T02:29:15
2018-12-29T02:29:15
161,901,166
0
0
null
null
null
null
UTF-8
C
false
false
1,197
c
/* ************************************************************************** */ /* LE - / */ /* / */ /* ft_lstnew.c .:: .:/ . .:: ...
[ "madec.guillaume@hotmail.fr" ]
madec.guillaume@hotmail.fr