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
09d4b55275a9503701be8c568528f39f2b30d11a
306a349b03ad2bef3a4c953f78298842b8e30222
/AppWarrior/Source/Libs/QTDataHandler/AppWarrior/AW Headers/AWMacros.h
2e6c32b980ac3c0c36c247c5fbf7324be02626b7
[]
no_license
Schala/GLoarbLine
812fcc0f0b6d99fde7be880b3bf903903cfa17bc
9e700253050afd3b0968a424f320a3908eeb17e9
refs/heads/master
2021-01-10T15:33:39.220985
2016-04-12T00:13:28
2016-04-12T00:13:28
55,819,341
0
1
null
null
null
null
UTF-8
C
false
false
4,774
h
/* (c)2003 Hotsprings Inc. Licensed under GPL - see LICENSE in HotlineSources diresctory */ #ifndef _H_AWMacros_ #define _H_AWMacros_ #if defined(__MWERKS__) #define COMPILER_CW 1 #elif defined(_MSC_VER) #define COMPILER_MSVC 1 #elif defined(__GNUC__) #define COMPILER_GCC 1 #else #pragma message("Unknown compi...
[ "schalaalexiazeal@gmail.com" ]
schalaalexiazeal@gmail.com
dce856073e6acff97d3a7619f745309b0cc76d56
c1bbfd340d7291b51f59851fec5c247a6703c883
/bitcpy.h
745a8d9cbeb87dbdca0bb100a1f8f7bd871e7a5f
[]
no_license
shangxt/bitcpy
6ff48c1bdf813591b16e6960035820fd448e4b0a
54015b6490608eed167e5cd6fa2a4947ea6d241b
refs/heads/master
2023-03-15T17:37:56.760698
2020-04-04T04:44:13
2020-04-04T04:44:13
null
0
0
null
null
null
null
UTF-8
C
false
false
929
h
void bitcpy(void *_dest, /* Address of the buffer to write to */ size_t _write, /* Bit offset to start writing to */ const void *_src, /* Address of the buffer to read from */ size_t _read, /* Bit offset to start reading from */ size_t _count); void bitcpy_re...
[ "yaya573142@gmail.com" ]
yaya573142@gmail.com
1a3854b1814b32dd1187d55ada67626548316e34
86821f12ad35c01d2c60ec05486a274f27613141
/0x05-pointers_arrays_strings/7-puts_half.c
5e3cfd04bca0c6490d551546842d896f96fc615d
[]
no_license
DiegoRmsR/holbertonschool-low_level_programming
65d588560c14082e43732e6f5d63b54895e67d47
4be1d31cda974c6ffc0dc4e4662d30fad3432de4
refs/heads/master
2020-06-06T14:13:32.154838
2020-01-17T05:20:30
2020-01-17T05:20:30
192,760,539
0
0
null
null
null
null
UTF-8
C
false
false
349
c
#include "holberton.h" /** * puts_half - print half of a string * @str: the string */ void puts_half(char *str) { int count = 0, print; while (*(str + count)) count++; if ((count % 2) == 0) { print = count / 2; } else { print = (count + 1) / 2; } while (*(str + print)) { _putchar(str[print]); pr...
[ "Diegoramos.mt@gmail.com" ]
Diegoramos.mt@gmail.com
9d674a33ee01286d8a4a7b2d64ee8ee97436227d
e02bbd1d46a7cbd4f98c4716009df27a5c40c9ca
/edk2-platforms/Vlv2TbltDevicePkg/FmpSample/FmpSample.h
a681509f8d57180dfd6cfdce4c7f563e711143ef
[ "BSD-2-Clause" ]
permissive
wilson9chen/UDK2018-MinnowBoard
112b850bf6369004884733d9fd7a2ce6d0f9b8e1
40c2e8e702d1e82a4a0055baea288aa96ee131b6
refs/heads/master
2022-02-23T23:27:08.334052
2019-10-20T23:12:51
2019-10-20T23:12:51
null
0
0
null
null
null
null
UTF-8
C
false
false
5,175
h
/** @file FmpSample header file Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found...
[ "minnowware@hotmail.com" ]
minnowware@hotmail.com
a8cbc8c77f54f4fbceb7faec5e0a2e3a4392dd71
812b20942235d404ddfd1c0a60d243c607c5fc1e
/ctestcx/day06/main.c
775e5896d64ce55fa5c4332823fd074b35b92e24
[]
no_license
DCX776113582/ctest
6bf29c820bf2e89568e885c9b5509667640c9df8
e52ace85f93ec807657ef2d79975021ce25ca8b5
refs/heads/master
2020-03-19T15:42:03.177048
2018-06-09T01:49:41
2018-06-09T01:49:41
136,681,829
0
0
null
null
null
null
UTF-8
C
false
false
14,495
c
// // main.c // day06 // // Created by mac on 17/12/19. // Copyright (c) 2017年 duanchuanxin. All rights reserved. // #include <stdio.h> int main(int argc, const char * argv[]) { //switch……case的使用,计算某年某月某日在一年中的第几天 // int day,month,year,sum,leap; // printf("请输入年、月、日:"); // scanf("%d,%d,%d",&year,&month...
[ "776113582@qq.com" ]
776113582@qq.com
be43107697c4296761fd9dfec8a22af4d5727b08
f81fe2b8d23fcd00da2c3a9e5794405a94d8b0d9
/libft/src/ft_wordcount.c
85a46aabce147116920798d0deefeb3723cfa843
[]
no_license
simonbharris/ft_ssl_md5
2c74cd63a716261b8fb275a5f800c2e8e8ec6d50
fa3b84e55fdf110c1ded82b65e22df7dd52c8edf
refs/heads/master
2020-04-09T02:06:43.109372
2019-03-15T03:49:42
2019-03-15T03:49:42
159,928,940
0
0
null
null
null
null
UTF-8
C
false
false
1,092
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_wordcount.c :+: :+: :+: ...
[ "simonbharris@gmail.com" ]
simonbharris@gmail.com
1f0661ae19cae2a1b7b5df1fb9e87d6c55837f53
6d54bb81dd4da3242b8d0e3670c5f88f03e3b33a
/Voting14 - SDN/app_voting.h
9d265e8370751626dece0f5d1569a7f845b5b92d
[]
no_license
gremount/CRANA_Voting
5d7804d341ad280775867493dd4bb085916b977b
0c8d0c31ec4e0d114677cbade20a81b61555eef0
refs/heads/master
2020-04-07T05:29:03.655034
2017-03-26T13:33:00
2017-03-26T13:33:00
44,086,357
3
0
null
null
null
null
GB18030
C
false
false
7,723
h
#ifndef APP_VOTING_H #define APP_VOTING_H #include"app.h" #include"voting.h" //线性拟合 1/(c-x) double linearCal(double load, double capacity) { double util=load/capacity; if(util<0.3333) return load/capacity; else if(util<0.6667) return 3*load/capacity - 2.0/3.0; else if(util<0.9) return 10*load/capacity - 16.0/3.0;...
[ "wangshichao1030@gmail.com" ]
wangshichao1030@gmail.com
96cf55ffc7bc2cc9a423db2b756a22ca7967c663
1928e9104ed201f9cf9acaf0a2334cde40cf366f
/Platform/Intel/MinPlatformPkg/Flash/SpiFvbService/Common/SpiFvbServiceCommon.h
876f14dc8c5e34bc0fd9ab4c75334f869107ba54
[ "BSD-2-Clause" ]
permissive
hwu25/edk2-platforms
f832c0c4bee9502e80a008142daa8b33d1e4fd24
94b23488bbda4361b6753adf6025c8a1dfabe27b
refs/heads/master
2020-05-22T21:25:28.235334
2019-05-01T21:32:40
2019-05-13T22:14:22
186,525,532
0
0
BSD-2-Clause
2019-05-14T01:57:16
2019-05-14T01:57:16
null
UTF-8
C
false
false
5,156
h
/** @file Common source definitions used in serial flash drivers Copyright (c) 2017, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies this distribution. The full text of the...
[ "liming.gao@intel.com" ]
liming.gao@intel.com
38e857b2528d4b749fb8512af8bb4f86197501b5
9a88986d49a829f51244c9692fb4fc2fc57288d9
/libft/libft/src/ft_isprint.c
5212a76986be67a3daf4bb5ec79143d342a23edc
[]
no_license
pelease/FdF
90a5605885546cde36f8dddfeb12dbc8114637cf
2610cd7e55b85850b7d004dfb320360895706848
refs/heads/master
2021-01-15T01:56:56.793261
2020-02-24T20:51:06
2020-02-24T20:51:06
242,840,234
0
0
null
null
null
null
UTF-8
C
false
false
1,063
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isprint.c :+: :+: :+: ...
[ "pelease@oa-i1.21-school.ru" ]
pelease@oa-i1.21-school.ru
4c58743169554d5858fc58ed353a5d02c3ab8178
87bcd691a2697c6b5098e630b8ee50394fb107cc
/hw/hw3/src/hdecode/pQueue.h
35b29fef3fa9b4c5dfdbf2bd22bbad9bf65216ff
[]
no_license
elnamy/CPE357
4ab35f7a33c8412b484ec0f1c0d0038a6bdbf7f4
b4c5013db198e9abf9c9b9dfe4d83cb4334d5f6c
refs/heads/master
2020-09-10T17:50:25.486323
2019-06-15T05:43:36
2019-06-15T05:43:36
null
0
0
null
null
null
null
UTF-8
C
false
false
601
h
#ifndef PQUEUE #define PQUEUE #include <stdio.h> #include <string.h> #include <stddef.h> #include <stdlib.h> #include "node.h" typedef struct nodeList{ Node *curr; struct nodeList *next; }listNode; listNode *newListNode(char c, int freq, Node *left , Node *right); int size(listNode *head); void pushNewNode(...
[ "vdelaplaines@aol.com" ]
vdelaplaines@aol.com
91f5fd3f2d8ab16191705e84eb4f749d5ab40eb6
7e47b6ad8e056e307d114abb71a7acc2df643eab
/Julia_800_array_a.c
78f543ccb48dababe05439ed522314e3bb60a74b
[]
no_license
icebowl/openGL
b77ca645e56d4c1a701d6ae5a4deab60a001f4ae
1c662d83d9b1ab1906c037d50d7d7e8c0db2ae28
refs/heads/master
2021-06-08T23:48:19.551175
2021-04-13T11:36:46
2021-04-13T11:36:46
162,996,886
0
0
null
null
null
null
UTF-8
C
false
false
4,756
c
// line_0.c cwc // 181225 // g++ line_0.c -lglut -lGL -o line0 #include <stdio.h> #include "GL/glut.h" #include "GL/gl.h" //float color256[] float color[16][3]= { { 0.0 , 0.1686 , 0.2117 }, { 0.0274 , 0.2117 , 0.2588}, { 0.3450 , 0.4313 , 0.4588}, { 0.3960 , 0.4823, 0.5137}, { 0.5137 , 0.5803 , 0.5882}, { ...
[ "icebowl1967@gmail.com" ]
icebowl1967@gmail.com
ec72eafb6ef08a58b16dd30681f876d8c75da8e9
856169edae8137d6f8c93c4b84e2b4a6830aa714
/sndfile/libsndfile-src/tests/fix_this.c
5c697ea81e006e5468b6062bb37f84b23c3454da
[ "MIT", "LGPL-2.1-only", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
fbaro/AudioXCFrameworks
ae37eb5da01910c44c40e8247f11024132447593
da654176c7cd3d39b49d845981c642ff0c0a6664
refs/heads/main
2023-04-02T19:29:42.034769
2023-02-10T17:18:17
2023-02-10T17:18:17
330,354,527
0
0
MIT
2021-01-17T09:25:14
2021-01-17T09:21:46
null
UTF-8
C
false
false
9,978
c
/* ** Copyright (C) 1999-2014 Erik de Castro Lopo <erikd@mega-nerd.com> ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free Software Foundation; either version 2 of the License, or ** (at your option) any later ve...
[ "noreply@github.com" ]
fbaro.noreply@github.com
72368ad33697e3b728f7009f612bea787152940d
f3ebfbe3daaa4c1eb2ab2cb3570757c53c628cb8
/src/msgs.c
0931a7a9924cb71e58a15564730e693eaff5b1d4
[]
no_license
alessandrolenzi/msg-osproject2010
75b82dd5373ef76c15d9784f6d2d6aa20a0ef574
b65379a38319917893c9252926088d733210f1cc
refs/heads/master
2020-05-09T21:03:21.463357
2014-07-01T08:31:37
2014-07-01T08:31:37
null
0
0
null
null
null
null
UTF-8
C
false
false
3,113
c
/** Il messaggio esteso viene normalizzato e formattato secondo le * regole imposte per il messaggio verso un unico utente. * \param msg puntatore a un messaggio esteso di tipo MSG_TO_ONE * * \return message_t il messaggio da inviare formattato correttamente * \return NULL in caso di errore (sets errno) * * \...
[ "aless.lenzi@gmail.com" ]
aless.lenzi@gmail.com
0df8fa5acdc965fe930397bd1b039f277c01b046
ff09f773edbf8cbc1bc13b8ba9bb3fbefc6fe3ae
/5/p5-4_2.c
dc43ed6aadcef3d5e35450bd7f6591fe7175b663
[]
no_license
jervanGM/Parallelsys
25eee97e91959c0aa20ead496a6856ba8ed03a6e
6674c4ac1e08b61d1eb99949f221f2bb356e3aa9
refs/heads/master
2023-02-16T13:42:28.095801
2020-12-26T08:35:47
2020-12-26T08:35:47
324,513,635
0
0
null
null
null
null
UTF-8
C
false
false
884
c
/* Crea una zona de memoria común, escribe en ella y la borra */ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/ipc.h> #include <sys/shm.h> #include <string.h> #include <unistd.h> #include "shmz.h" /* Fichero que contiene la información de la estructura de datos a compartir */ /* Función pr...
[ "example@example.com" ]
example@example.com
0199af6277310045f071f37223c0c7a3e1f5029b
8ccb62b1952a47e08441e919dc0d989737ec1b4d
/C/Lecture 3/binarySearch.c
3e036068a3d8823f5e7bb998c20cbbbcb724520f
[]
no_license
ekmahama/CS50-Spring2020
380a0827d9d201fd54397e042f4c24a83ad4553b
7b9ab8db17d9841e532e429f0b6e0f729957ccb9
refs/heads/master
2022-11-11T19:43:37.268951
2020-07-03T19:12:11
2020-07-03T19:12:11
265,043,464
0
0
null
null
null
null
UTF-8
C
false
false
1,736
c
/* Binary Search */ #include <stdlib.h> #include <stdio.h> #include <cs50.h> int binarySearch(int array[], int n, int sz); void printArray(int arr[], int n); int main(int argc, char *argv[]) { int searchItem = atoi(argv[1]); int array[] = {-5, -3, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 18, 23, 27, 34, 39}; ...
[ "mahamaek@gmail.com" ]
mahamaek@gmail.com
88fe8fcb125df95cb3b2a2779aff677b9b80c5a0
387ad3775fad21d2d8ffa3c84683d9205b6e697d
/snmp-subagent/tags/start/saHpiHotSwapTable.c
112a429ddb13a79616c0a7abd1ca95478493b441
[]
no_license
kodiyalashetty/test_iot
916088ceecffc17d2b6a78d49f7ea0bbd0a6d0b7
0ae3c2ea6081778e1005c40a9a3f6d4404a08797
refs/heads/master
2020-03-22T11:53:21.204497
2018-03-09T01:43:41
2018-03-09T01:43:41
140,002,491
0
0
null
null
null
null
UTF-8
C
false
false
36,252
c
/* * Note: this file originally auto-generated by mib2c using * : mib2c.array-user.conf,v 5.15.2.1 2003/02/27 05:59:41 rstory Exp $ * * $Id$ * * * For help understanding NET-SNMP in general, please check the * documentation and FAQ at: * * http://www.net-snmp.org/ * * * For help understandin...
[ "nobody@a44bbd40-eb13-0410-a9b2-f80f2f72fa26" ]
nobody@a44bbd40-eb13-0410-a9b2-f80f2f72fa26
04d7d80d41ae0a09377e2ac0d2c2ed0f28c5d6ec
7a1bb77a6e0c796ffe37fd969e5804283723b653
/union_intersection_linked_list.c
566ba2d8dc6f5a5371d7ce55ee015a1fed698cf9
[]
no_license
vidit1/online-questions
81d28e25da728ea50470678282a89b71b30d4c5a
6d607cc35efe0a6ec56987fa559db8a766e383b4
refs/heads/master
2021-01-02T09:53:09.719210
2017-05-14T17:06:00
2017-05-14T17:06:00
41,598,765
0
0
null
null
null
null
UTF-8
C
false
false
4,852
c
#include<stdio.h> #include<conio.h> #include<stdlib.h> //prototype of display function void display(); /*Definig the structure of each nod of the linked list*/ struct node_type { int data; struct node_type * next; }; //varia;be to keep track of linked list int length=0; typedef struct node_type node; /*create_node is...
[ "viditgupta.vg@gmail.com" ]
viditgupta.vg@gmail.com
cee6a02e4c91351c2f7f32eecae9a51d52204ffe
130cf2546feb157b2af8635ed8dece35b33a646c
/metal/bufferoffsets-metal.c
f8d09ae3e349eff2b2e88f90c72dfb3822a81829
[ "MIT" ]
permissive
westymatt/sokol-samples
08755f0483abf351210b79c5a8fd901736f25258
89f5825ab5d36906b2dc219efbce3d00be9e7cdf
refs/heads/master
2023-02-25T10:07:20.735817
2021-01-21T15:10:20
2021-01-21T15:10:20
null
0
0
null
null
null
null
UTF-8
C
false
false
3,565
c
//------------------------------------------------------------------------------ // bufferoffsets-metal.c // Render separate geometries in vertex- and index-buffers with // buffer offsets. //------------------------------------------------------------------------------ #include "osxentry.h" #include "sokol_gfx.h" t...
[ "floooh@gmail.com" ]
floooh@gmail.com
beb7d58ab24e2ae2b92e890f1e31b61c424f30b3
23874779fbfd8eed90fbd71a5e6e43319b3f0516
/Carlos/ft_strcpy.c
98eed85ec125152c600ca7e07a4bbdeed52fcf25
[]
no_license
missvaltiel/42examprac
341b147e8ddcfdad82bb589e16ea0c24da474519
7b82b76bce74254e8c343b634a3bdaf8e75e9053
refs/heads/master
2021-01-19T05:01:48.376733
2016-08-05T07:12:51
2016-08-05T07:12:51
64,798,610
0
0
null
null
null
null
UTF-8
C
false
false
1,023
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* exam7.c :+: :+: :+: ...
[ "carloscruzbanales@gmail.com" ]
carloscruzbanales@gmail.com
372dc1e09b8181e04bc43e44cee2ed8eae766a4b
f1b8c9d3759b0d29dacf302aaca57bc33a118650
/SDRAM_DIMM_Pinout/SDRAM_8_IDEmaybe.c
de1b3e42080e5d511f7aab84f7faad720c463780
[]
no_license
mteletin/sdramThingZero
b4c08578ae5b79d54917224be75f9784c7411b2b
b6b73dbaf4463b41f40beaa4954dceb362c0ac5f
refs/heads/master
2022-02-10T12:49:10.605055
2016-10-10T12:55:22
2016-10-10T12:55:22
null
0
0
null
null
null
null
UTF-8
C
false
false
15,828
c
/* mehPL: * This is Open Source-ish, but NOT GPL. I call it mehPL. * I'm not too fond of long licenses at the top of the file. * Please see the bottom. * Enjoy! */ THIS FILE copied from sdrfr/4.00ncf/NOTES/SDRAM_Pinout.txt And modified to show the current wiring... (a/o sT3.5-16) THIS also pieced-to...
[ "ericwazhung@gmail.com" ]
ericwazhung@gmail.com
ad5b1a25e65709c1a840c140462809cdfc7c5d54
c1e9ea23d8c2a22d3ad4e709ddbb8aa0bf422a16
/libft/ft_isalnum.c
46bba4ab890146e85955f6160ab0a4271650b953
[]
no_license
GogaUPoroga/School21
4a89b2e3aa66ee65fb88a31acbda8c9f33edbda6
82415a74c183900239773888d609b7b399956c3d
refs/heads/master
2023-06-28T15:46:20.182103
2021-07-23T15:12:49
2021-07-23T15:12:49
388,782,412
0
0
null
null
null
null
UTF-8
C
false
false
168
c
#include "libft.h" int ft_isalnum(int c) { if ((c >= 'a' && c <= 'z') || \ (c >= 'A' && c <= 'Z') || \ (c >= '0' && c <= '9')) { return (c); } return (0); }
[ "vlefford@er-a4.kzn.21-school.ru" ]
vlefford@er-a4.kzn.21-school.ru
482e7fb4901b88e7b97b63e5c1be5317f67e63b5
bccad6cf85ddefb1ffadb60aa338e85139b6a438
/src/z80asm/dev/z80pack-1.21/z80asm/z80apfun.c
8938a9b99d5ff6a4bc27ed984d7cd28c7678214d
[ "ClArtistic", "MIT", "Artistic-2.0" ]
permissive
tschak909/z88dk
1486945106be919177ef8c9f339050815aad8a17
5b0a27dd191be5cb139508e08bc6428fe3fcc1e8
refs/heads/master
2021-12-02T07:57:42.262997
2021-07-26T21:50:22
2021-07-26T21:50:22
153,861,034
2
0
NOASSERTION
2018-10-20T02:09:27
2018-10-20T02:09:27
null
UTF-8
C
false
false
7,852
c
/* * Z80 - Assembler * Copyright (C) 1987-2014 by Udo Munk * * History: * 17-SEP-1987 Development under Digital Research CP/M 2.2 * 28-JUN-1988 Switched to Unix System V.3 * 22-OCT-2006 changed to ANSI C for modern POSIX OS's * 03-FEB-2007 more ANSI C conformance and reduced compiler warnings * 18-MAR-2007 use...
[ "pauloscustodio@gmail.com" ]
pauloscustodio@gmail.com
03ff8e3c83b1a38b248b20cdccdbc7ad4e67ac15
5ab0d054066f8e8425301656e42a9a2204f1d71c
/src/boot_O1/boot_0x8008D350.c
286673654161df5988dfdc265832da0ac477fb5e
[]
no_license
saneki/Majora-Unmasked
67a4e0b8bba1f978b09376cda1000927d5fcdeb8
664bb49a5d3e01333811ff1417b5df5ee2d0cdd2
refs/heads/master
2020-11-30T11:08:03.519874
2019-12-24T09:52:37
2019-12-24T09:52:37
null
0
0
null
null
null
null
UTF-8
C
false
false
680
c
#include <ultra64.h> #include <global.h> u32 func_8008D350(void) { u32* spC; u32 sp8; u32 sp4; u32 sp0; sp8 = 0x400000; do { spC = (u32*)(sp8 + 0xA0000000); sp4 = *(u32*)(0xA0000000 + sp8); sp0 = *(u32*)(0xA00FFFFC + sp8); *(u32*)(0xA0000000 + sp8) = *(u32*)(0x...
[ "uberpanzermensch@gmail.com" ]
uberpanzermensch@gmail.com
e263217092822482ab48cee6c5090bc8672147b1
30bfd39dd7ed67be85d17994c9f62ab99a1c774d
/padre.h
84534a4e385450f6a3b95ced6a5ed6c2d82ca4bf
[]
no_license
koruss/Progra-II-Estructuras
09705154777f97388c7748c3aeb7353e22225831
41646942f5fca0f62c7959638ebb94bba5a4163a
refs/heads/master
2020-05-30T10:19:35.298542
2019-06-14T19:35:26
2019-06-14T19:35:26
189,669,737
0
1
null
null
null
null
UTF-8
C
false
false
52
h
#ifndef PADRE_H #define PADRE_H #endif // PADRE_H
[ "kcorrales33@gmail.com" ]
kcorrales33@gmail.com
f24720106f3b5b2d1a9b5e63d875551402a24b7c
fc7fae8c55a8a1d3fdc743d766d5a85d8c989d05
/solver/src/load_file_2d.c
21933455f470e33a13b2c23054f69e7ea06dde42
[]
no_license
meredith-lbj/Dante-s-Star
6c1369b95aaf5bbb72fc5014305282a48299910a
6ccbe56ebf65187798c5ad4c323f25d9e1558fe9
refs/heads/main
2023-07-29T12:51:46.120288
2021-09-10T17:35:53
2021-09-10T17:35:53
405,159,702
0
0
null
null
null
null
UTF-8
C
false
false
2,200
c
/* ** EPITECH PROJECT, 2021 ** load_file_2d ** File description: ** No file there, just an epitech header example */ #include "solver.h" #include <stdlib.h> #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> int check_chr(char *str, maze_t *maze_i) { for (int i ...
[ "meredith.labejof@epitech.eu" ]
meredith.labejof@epitech.eu
9f801fd6c833f1834ffcd3c53b36e2b41a3500fb
b0bf7998d91f64236654d5bae42171810fe2a98e
/ourproject/Temp/StagingArea/Data/il2cppOutput/t370.h
8496745fe97c05f458f289fc393fa4dda163eb21
[]
no_license
starinu/493Project
b91ee6cdd2837fbb86fe4e43cb6b949d0851cfdd
3906b5292741694685f95a35ae6475ae96831033
refs/heads/master
2021-01-10T03:43:20.298633
2015-11-21T05:23:07
2015-11-21T05:23:07
46,602,286
0
0
null
null
null
null
UTF-8
C
false
false
190
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "t19.h" struct t370 : public t19 { };
[ "liuth@0587357572.wireless.umich.net" ]
liuth@0587357572.wireless.umich.net
c3f5a9fe61d1516ac3860239a9b93780124b6f9c
7129ce0902cacd4c40464387df05a3863b00d451
/source/Drivers/GAMES/pong/Pong.h
fa28f58c79561b0bd1718978d16237a8005ddd39
[]
no_license
foggmatias/gaming-console
525647f372025baedc79c6836a91abe874a264b1
f4ef8b5e5790e8977754abe14d30d3d37857b3db
refs/heads/main
2023-07-21T22:56:02.756593
2021-09-06T22:27:40
2021-09-06T22:27:40
null
0
0
null
null
null
null
UTF-8
C
false
false
411
h
#pragma once #include <stdint.h> typedef enum { PONG_RIGHT, PONG_LEFT }pong_direction_t; typedef enum { PONG_BOARD_EMPTY, PONG_BOARD_BAR, PONG_BOARD_WALL, PONG_BOARD_FLOOR, PONG_BOARD_PONG, PONG_BOARD_BRICK }pong_board_token_t; void pong_begin_game(); void pong_next_level(); uint8_t * pong_get_board(); uint8...
[ "mfogg@itba.edu.ar" ]
mfogg@itba.edu.ar
3c4eeaf925a9d1ddebafa3d7f506da771924149f
e0837fec64290d5fde3a63c8885e998eebefa9f9
/src/pokemon/gfx/toxicroakPAL.c
c02e0ee5930c737bd0e4ea661c5d726370619004
[]
no_license
EternalCode/Dark-Wish
5b9ef00cefa3e68251770fd0a2a6eef3d04b5449
5e5450bfca5fe6f27e3896624b08a43f09e4216f
refs/heads/master
2021-07-09T01:03:48.749029
2020-07-20T17:33:55
2020-07-20T17:33:55
168,088,353
2
9
null
2019-11-29T01:19:18
2019-01-29T04:22:08
C
UTF-8
C
false
false
754
c
//{{BLOCK(toxicroakPAL) //====================================================================== // // toxicroakPAL, 16x16@4, // + palette 20 entries, lz77 compressed // Total size: 40 = 40 // // Time-stamp: 2019-03-03, 16:27:17 // Exported by Cearn's GBA Image Transmogrifier, v0.8.14 // ( http://www.coranac.com/pro...
[ "dilshan.gunasekera@mail.utoronto.ca" ]
dilshan.gunasekera@mail.utoronto.ca
19f279d9c826bc55d44565916135e40833dd4fb9
b9952b6e8473071646bf94ce607745e2da03f7ad
/libft/ft_strcpy.c
8f5f1ec2664361a36dc3ff764fd137bce94d4400
[]
no_license
MuSuareZ/Fractol
0f0dec364fa979344566bf4894cacef542d75684
f96b784b602b20cb459ae89360ae8b75c15fd7fd
refs/heads/master
2022-09-27T08:55:24.983074
2022-09-13T00:21:29
2022-09-13T00:21:29
243,779,816
3
0
null
null
null
null
UTF-8
C
false
false
1,055
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcpy.c :+: :+: :+: ...
[ "msuarez-@c2r4p2.hive.fi" ]
msuarez-@c2r4p2.hive.fi
8ff115ad72eab053fad0aa68ddee933a7139811f
ee8d74387ffb644d35137b95cae9fcf6af3b0e02
/LLNL-yorick-fda4a1e/gist/xfancy.c
fa8072a19e4f4f408b734ead345a628ef7bafbda
[ "BSD-3-Clause", "MIT" ]
permissive
dle8/Kronos
c5b41d9cad708dca34e229b2cc11be498d0b960c
fefa5dc620c8b303016339536d126182c651fa49
refs/heads/master
2022-08-29T17:45:37.777518
2020-06-05T05:48:27
2020-06-05T05:48:27
226,998,855
1
2
MIT
2022-07-06T20:32:22
2019-12-10T01:02:29
C
UTF-8
C
false
false
28,975
c
/* * $Id: xfancy.c,v 1.7 2008-10-28 04:02:30 dhmunro Exp $ * Implement the basic X windows engine for GIST. */ /* Copyright (c) 2005, The Regents of the University of California. * All rights reserved. * This file is part of yorick (http://yorick.sourceforge.net). * Read the accompanying LICENSE file for details....
[ "dle8@u.rochester.edu" ]
dle8@u.rochester.edu
cefb96bc69c8d8feec5d7832d047f0721395a0ff
fa78118d8dbf60b2ee35efa2722b34e746225834
/Temp/StagingArea/Data/il2cppOutput/t3463653320.h
81334f5a33c19f7d67829988e5396de78a501e6b
[]
no_license
nsbingham/unity-roll-a-ball
2935c2783763e7935d1a7659b58d577db7ae19f6
be9f18afa7ad71acf3db12b03fda0f3257dba9d7
refs/heads/master
2021-01-10T05:44:47.996328
2016-03-31T21:47:37
2016-03-31T21:47:37
55,182,176
0
0
null
null
null
null
UTF-8
C
false
false
211
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "t837106420.h" struct t3463653320 : public t837106420 { };
[ "nsbingham@gmail.com" ]
nsbingham@gmail.com
d6d5b555e6f4bc6a489d393549392d6374a409af
44d6bfc1c83e33cc12cee7913643c8b1163d546e
/vstream/h264_cavlc.c
6e16d55b81398d3c034c02246b55118d560eb42e
[]
no_license
polachok/envytools
cdac8c6f404204613752828f33f35cdc6461a184
48da3cef558298256916436c9c9c948c6a0bfa6a
refs/heads/master
2021-01-25T12:02:43.808632
2012-05-02T00:57:58
2012-05-02T00:57:58
4,202,627
2
1
null
null
null
null
UTF-8
C
false
false
23,726
c
/* * Copyright (C) 2011 Marcin Kościelnicki <koriakin@0x04.net> * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitatio...
[ "koriakin@0x04.net" ]
koriakin@0x04.net
9cd1476c0ce0d0d64e5b568c6e18f82159768f4d
b53b65ca012109203a7936b8f8ead3818c4de645
/apps/examples/testcase/ta_tc/st_things/stc/stc_st_things_main.c
7c8b8de9d7a52c77718ffbedbf4ec126ff6a6c88
[ "Apache-2.0", "BSD-3-Clause", "MIT" ]
permissive
rajendrasamsung/TizenRT
85ef598b16e94c2aa4b944980292a7cb0a68d44d
77b6986bf5b7b639f537ee81061cfc30da849b5c
refs/heads/master
2020-04-08T07:35:19.589364
2018-11-27T06:56:36
2019-02-11T11:01:07
159,144,153
0
0
Apache-2.0
2018-11-26T09:32:53
2018-11-26T09:32:53
null
UTF-8
C
false
false
20,269
c
/* **************************************************************** * * Copyright 2018 Samsung Electronics All Rights Reserved. * * 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 * * ...
[ "raje_ndra.s@samsung.com" ]
raje_ndra.s@samsung.com
1018c4c706ddaa9b6a28d0fd89cc76bff77cc08f
662da558826552109e802082c06ed950b42a53cd
/src_note/develop/others/android/src/led/jni/led4412.c
b53cccd371deac1aec4aeb37ff6f0d4c2c160d7c
[]
no_license
windygu/mybackup
ebb3b82e0928496fa4685a4259f79fc3541f9ebb
eee2cb6f9916bf409a68fdd2106903df1f2f02ab
refs/heads/master
2023-03-28T18:02:01.317278
2021-04-07T16:29:52
2021-04-07T16:29:52
null
0
0
null
null
null
null
UTF-8
C
false
false
977
c
#include <jni.h> #include <sys/ioctl.h> #include <fcntl.h> #include <unistd.h> jint Java_led_test_Led_ledon(JNIEnv *env,jobject job,jint ledarg) { int fd; if((fd = open("/dev/tiny4412led",O_RDWR)) < 0){ return -1; } if(ioctl(fd,100,ledarg) < 0){ return -2; } close(fd); return 0; } jint Java_led_...
[ "k_y_z_s@yeah.net" ]
k_y_z_s@yeah.net
7338f67a6c698b127dec614710d522c3ad281e93
2fe359d87773d32f0dd5ecb43dead9ff0c440d64
/drivers/webp/utils/utils.c
35aeae6ab81146a3323f9d8dd6d107b9c337b1cf
[ "BSD-3-Clause", "MIT", "CC-BY-4.0", "CC-BY-3.0" ]
permissive
rohankumardubey/godot
43bf4061ac4f0913abac983a329949c33075dc2c
820dd1d0016763cda6177104e66e09c8634150be
refs/heads/2.0
2023-06-15T16:38:42.382203
2016-07-10T09:45:08
2016-07-10T09:45:08
386,188,159
0
0
NOASSERTION
2021-07-15T06:43:07
2021-07-15T06:26:58
null
UTF-8
C
false
false
7,339
c
// Copyright 2012 Google Inc. All Rights Reserved. // // Use of this source code is governed by a BSD-style license // that can be found in the COPYING file in the root of the source // tree. An additional intellectual property rights grant can be found // in the file PATENTS. All contributing project authors may // be...
[ "reduzio@gmail.com" ]
reduzio@gmail.com
e8fb5082c48b1eda4b93c7ad47527e7bf72f1b9e
01fdd17530a3c0bda040cf330124132800c0e9c2
/tests/pool_allocator_setup.c
9782d0feb4a70cab608e5179ff34c20a1e9a0d88
[ "Apache-2.0" ]
permissive
soda0289/mod_MP
fed98708b750cad9877f59c89781f4cb11e8cc14
bc87e3772c9fa60a2a0bbd60523f3c57aa0c36aa
refs/heads/master
2016-09-05T18:14:14.149192
2014-09-18T16:02:16
2014-09-18T16:02:16
null
0
0
null
null
null
null
UTF-8
C
false
false
488
c
#include <apr_pools.h> #include "pool_allocator_setup.h" //Globals used for test cases apr_allocator_t* allocator; apr_pool_t* pool; static int abort_alloc (int retcode) { return -1; } int setup_pool (void) { int status; status = apr_allocator_create(&allocator); if (status != 0) { return status; } status = ...
[ "reyad.attiyat@gmail.com" ]
reyad.attiyat@gmail.com
921a4117bf16ebab14c1a63ee01fb20ddf8cfa66
cc130c42a0876149e4e3b31a2f24263b4095c95b
/Metal Plus/Dual Extruder/Source/2019-12-30 11-20-16/Configuration.h
f7757671d13f7d061c61b8823c60589755d2eaed
[]
no_license
Sts0mrg0/SKR
1b909e570b4e355999a20e1278daafd7134f2665
b5e8e17dc23173e413d32ae2d406573063c5d3a4
refs/heads/master
2021-01-03T17:40:28.251274
2020-01-20T20:06:54
2020-01-20T20:06:54
null
0
0
null
null
null
null
UTF-8
C
false
false
80,642
h
/** * Marlin 3D Printer Firmware * Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
[ "pmally@gmail.com" ]
pmally@gmail.com
125d65cf3077b15aa28106a6c268eaa0d7378fdd
ce6dc33bfee278cd96302a1a22a3b41df281fb87
/marathon/sprint09/t07/inc/minilibmx.h
e7a6a4568311f64de56c2a1ec1bc5a868b79b46c
[]
no_license
EricGolovin/Marathon-C
2c18f1b81619fd862e3e6ec4450397e3917049b4
b64fcd9643f85aaca2accc6b07e5e441b3e0e2ec
refs/heads/master
2020-09-11T23:11:15.611418
2020-02-04T23:52:34
2020-02-04T23:52:34
222,221,302
2
0
null
null
null
null
UTF-8
C
false
false
186
h
#ifndef MINILIBMX_H #define MINILIBMX_H #include "../src/mx_add.c" #include "../src/mx_div.c" #include "../src/mx_mod.c" #include "../src/mx_mul.c" #include "../src/mx_sub.c" #endif
[ "ericgolovin@outlook.com" ]
ericgolovin@outlook.com
b32190135df6df5a5ce4383f26623df8673e7737
01bae7f8c49296d8c0e22b24b674c2e214941b81
/unix_colors.h
903da36b2d01bc2d43fac953df38b1f7afaab9aa
[]
no_license
motaylormo/UNIX-Colors
f38fb385908ef68ad92ff41f4f5d64d2e5f1fb01
8360d1c4aeb18aab14047fe1b7d27ea380580357
refs/heads/master
2020-06-02T05:37:57.593686
2019-06-10T16:04:45
2019-06-10T16:04:45
191,056,907
0
0
null
null
null
null
UTF-8
C
false
false
2,281
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* unix_text.h :+: :+: :+: ...
[ "noreply@github.com" ]
motaylormo.noreply@github.com
e379173ef9228bfebc2c5dcac40e69055e485735
8d3b04146089ab48204094fde7b2f2c7a453915a
/odev3/Delta.c
aebba757b1efe9b8cdd378f79a601bd7e42d413a
[]
no_license
wemrekurt/ProgGiris2-c
d843d67fa5e243c7e20a62beaf95eb07af806b84
cdbb869166262906a10d83d097af3278365bf071
refs/heads/master
2021-01-21T13:03:01.116678
2016-05-12T13:16:29
2016-05-12T13:16:29
53,511,798
0
0
null
null
null
null
UTF-8
C
false
false
535
c
#include <stdio.h> #include <stdlib.h> #include <string.h> int main(int argc, char *argv[]){ int sum=0,i = 2; sum = atoi(argv[1]); while (i < argc){ if(strcmp(argv[i], "+") == 0){ sum = sum + atoi(argv[i+1]); }else if(strcmp(argv[i], "-") == 0){ sum = sum - atoi(argv[i+1]); }else if(st...
[ "emre.kurt@bil.omu.edu.tr" ]
emre.kurt@bil.omu.edu.tr
5eba7bd255311b7078afee7ba7a7deeecec25109
ecb356bb337460db9a4028ae33f39f115725c0c5
/src/event2/changelist-internal.h
c89c0b315b5070b13a3877ae942eded2474d9c2e
[ "MIT" ]
permissive
xiabo0816/CHTTPResponse
9a2969174871619cdabe0c8489cfd42596d015df
e5d5176dafcc545b7f2c1128c9b66bff4082857f
refs/heads/main
2023-04-17T00:21:07.645764
2021-03-28T02:55:29
2021-03-28T02:55:29
348,181,629
0
0
null
null
null
null
UTF-8
C
false
false
4,620
h
/* * Copyright (c) 2009-2012 Niels Provos and Nick Mathewson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
[ "xiabo@mengxiangyaoyou.com" ]
xiabo@mengxiangyaoyou.com
77554a8b3ec15c1e60eff9194679933a368ae938
56576b96d8fa41c5ea11d966349fd9aab0c95b6f
/dominion/mutanttesting/killed/mutant100569_dominion.c
d30535b113844881a6104205ba7e38a8a5d5d697
[]
no_license
cs362sp16/cs362sp16_minnerp
9f45847caa77acb4f390e07478139ac7dd681203
12cba30f398c2e18aa4b7138c6034503fba8624f
refs/heads/master
2021-01-21T11:40:18.310073
2016-06-06T18:01:45
2016-06-06T18:01:45
55,734,691
0
0
null
null
null
null
UTF-8
C
false
false
32,228
c
#include "dominion.h" #include "dominion_helpers.h" #include "rngs.h" #include <stdio.h> #include <math.h> #include <stdlib.h> int compare(const void* a, const void* b) { if (*(int*)a > *(int*)b) return 1; /* MUTANT (rep_op) */ if (*(int*)a <= *(int*)b) return -1; return 0; } struct gameState* newGame() { str...
[ "minner.paul@gmail.com" ]
minner.paul@gmail.com
52e6fb07d58338ebb78f71970c56d6c4707e0973
4feaed629faa10d446d79cfdf8c0482b4a67a97d
/framework/peripheral/sb/processor/sb_p32mx564f128h.h
0522947fd4d8ad61f76b5d42aaed4b53b2c7172d
[]
no_license
venkatarajasekhar/mplab-harmony
6711a3e748bbc7c592f7f6413a3dd9c47305ea71
e0a303afae1a37c14d567ae5ad1f528706bb5a6e
refs/heads/master
2021-01-25T05:57:18.269113
2016-10-12T15:00:00
2016-10-12T15:00:00
null
0
0
null
null
null
null
UTF-8
C
false
false
7,994
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _SB_P32MX564F128H_H #define _SB_P32MX564F128H_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 function...
[ "mmitchel@gmail.com" ]
mmitchel@gmail.com
5c4b98948a87ed96dd95c44002b0abf91b50291f
9bf8a469ab41d1b359245ffd70c87efaa5009b55
/vcu-ctrl-sw-xilinx-v2018-3/lib_encode/Sections.h
188ba531943684e7426d2e1575a91bb216318439
[]
no_license
mollex/workspace_uz7ev_vcu_20183
b439003e25a656938905c7c9834a8990c9dd1850
f9640b21ddf32a7ee4ad6ce4910df0f369320f42
refs/heads/master
2020-07-14T19:14:22.704282
2019-09-16T12:14:58
2019-09-16T12:14:58
205,381,185
0
0
null
null
null
null
UTF-8
C
false
false
2,881
h
/****************************************************************************** * * Copyright (C) 2018 Allegro DVT2. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software wi...
[ "mollex85@gmail.com" ]
mollex85@gmail.com
ac14d80df1acfa64a50a77022df9b46447328fb4
7aab0b8269441e6d20d62a30d557f77744b098ad
/nope/src/useful_fun.c
6240ec3dc4eb8b4194901f60f1834a1bf0d47aff
[]
no_license
FrancescoArrighi/LabSO
0233f7d9eccf3fb24ede07c269cc3417ffda3334
b3810370d170838b3a32c4917c79a5ad73f2775c
refs/heads/master
2020-05-13T21:16:56.451804
2019-05-26T19:29:47
2019-05-26T19:29:47
181,661,832
0
0
null
null
null
null
UTF-8
C
false
false
14,968
c
//Header #include "useful_fun.h" int override(int_list * figli, int myid, int win_stato, int bulb_stato, int fridge_stato, int fridge_delay, int fridge_termos){ msgbuf messaggio, risposta; int rt = FALSE; int my_queue; crea_queue(myid, &my_queue); crea_messaggio_base(&messaggio, DEFAULT, HUB, DEFAULT, myid,...
[ "francesco.arrighi@studenti.unitn.it" ]
francesco.arrighi@studenti.unitn.it
4a7528851cac57ca841a0548bf9cc628913dae9e
6ee79237cca71f764238715e692ba2776998665e
/C_Codes/workspace/KEYPAD_Prog.c
9cc81211841002639f8f1d192d6b18a70792a872
[]
no_license
megahed08/C_2018_IntroductionToC-EmbeddedSystemsCourse
9dd98821a2c0f5221f4f1c765532a7e89f90e20e
cc8c44f0b4c826cbde84d6b8740ebe50bedd7918
refs/heads/master
2020-06-11T13:54:34.971023
2019-06-26T23:13:33
2019-06-26T23:13:33
193,988,886
0
0
null
null
null
null
UTF-8
C
false
false
1,021
c
#include "DataTypes.h" #include "utils.h" #include "DIO_Int.h" #include <avr/io.h> // Set Keypad buttons u8 KEYPAD_Array[4][4] = {{1, 2, 3, '/'}, {4, 5, 6, '-'}, {7, 8, 9, '.'}, {'+', 0, '*', '='}}; // Read Keypad Clicks u8 KEYPAD_u8Read(void){ u8 KEYPAD_Rows; u8 KEYPAD_Columns; //Fill PortD 1111 ...
[ "noreply@github.com" ]
megahed08.noreply@github.com
23397967b533eb9b9a526d88a3198b6491524a1b
fc4cfe11a4bb8051e59375376e2661652f80bc86
/src/device_management.h
e355e3579343ed63dbde4c6076a74b2e41b4f0d0
[]
no_license
Kiprop-Kimutai/Demotwo-testbed
e151dbf27c1efb21e3c7488a4c45135a7289cc75
e6b7646633b5ac74a8f4bb74a45810bfdda0647f
refs/heads/master
2020-05-18T20:33:45.992790
2019-06-03T09:48:24
2019-06-03T09:48:24
184,637,834
0
0
null
null
null
null
UTF-8
C
false
false
728
h
/* * device_management.h * * Created on: Dec 5, 2018 * Author: linux */ #ifndef SRC_DEVICE_MANAGEMENT_H_ #define SRC_DEVICE_MANAGEMENT_H_ typedef struct configurations { char IpAddress[50]; char portNumber[50]; char apn_username[50]; char apn_password[50]; ...
[ "jonah.kimutai@compulynx.com" ]
jonah.kimutai@compulynx.com
fb962de19e53f396a5e3c48cfcb9af0c4c55460e
40de3da30239862f11a946166b50438174c2fd4e
/lib/guilds/spell_obj/amulet.c
e7d70744240965ce1595a5366a881391fbebed45
[ "MIT" ]
permissive
vlehtola/questmud
f53b7205351f30e846110300d60b639d52d113f8
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
refs/heads/master
2020-12-23T19:59:44.886028
2020-01-30T15:52:16
2020-01-30T15:52:16
237,240,459
0
0
null
null
null
null
UTF-8
C
false
false
1,363
c
inherit "obj/armour"; int power; reset(arg) { ::reset(arg); if(arg) return; set_name("amulet"); set_short("A shining amulet"); set_long("You can 'tune_amulet' to boost some stat. This amulet will lose it's power in reboot.\n"+ "It cannot be reloaded.\n"); set_weight(1); set_slot("amulet");...
[ "ville.lehtola@iki.fi" ]
ville.lehtola@iki.fi
cc88db012f109cbf58ecc9173dc61027a300b2c4
6e0e8252c5672079444897f4e25f25e4d31b8221
/build/build/qmk_firmware/keyboards/planck/keymaps/sdothum/config.h
1fa3a97814fee2574010b982e731ab6dcf98a50a
[ "MIT" ]
permissive
henryhuypham/dotfiles
db9b0ff4391055645ba174be5503ac6d2ff33f98
d933c582c8c50592ab337af0c1ce1b43cde30d11
refs/heads/master
2020-06-30T05:42:39.257796
2016-11-21T06:12:30
2016-11-21T06:12:30
null
0
0
null
null
null
null
UTF-8
C
false
false
322
h
#ifndef CONFIG_USER_H #define CONFIG_USER_H #include "../../config.h" // required because lower/raise modifiers are redefined by colemak-dh #define PREVENT_STUCK_MODIFIERS // tap dance key press termination interval #define TAPPING_TERM 200 // additional keyboard layouts // #define QWERTY // #define DVORAK #endi...
[ "sdothum@gmail.com" ]
sdothum@gmail.com
0c3bc65b4ffae842035bcc8ed5c4f06dab4cc096
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/net/ceph/extr_osdmap.c_free_pg_mapping.c
a8af58304306ebff3e96d049bd5c70c6ede938a2
[]
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
731
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
02b58fc6343fbbfb51e19f66fb273292e97bea59
99fcc235c49697c3050a17375f49d6d6dca31cb0
/try2.c
2448069cb53f665d49140c981c665b4b8d6e3062
[]
no_license
MrDmrc/C-Programming
9f8a2bc0c1d1461fa3f304606c65a8be1331e10c
3770691afdacf71d197ebe7550b156b1d6a620f9
refs/heads/master
2022-12-11T09:59:10.026901
2020-09-15T22:40:34
2020-09-15T22:40:34
295,864,639
0
0
null
null
null
null
UTF-8
C
false
false
616
c
#include <stdio.h> #include <math.h> typedef struct { float x, y; } Point_t; float cal_distance(Point_t p1, Point_t p2) { float rx = (p1.x - p2.x)*(p1.x - p2.x); float ry = (p1.y - p2.y)*(p1.y - p2.y); return sqrt(rx + ry); } void printpoint(Point_t p) { printf("(%f, %f)\n", p.x, p.y); } i...
[ "noreply@github.com" ]
MrDmrc.noreply@github.com
ff10cc35ee2c32c90f250b83c6c52cacdc6c82e4
f26e88454b97808380af51d18d1ff01f5705f0c7
/sim/sim.h
798439028c6b0728931335d32d5c56a6990b1341
[]
no_license
aidielse/compOrgFinalProject
c5f40ed3d9420fd1e8d013df9c2f9573411df315
977891705ab99c8e73ad6e467d5ac38e93f060ed
refs/heads/master
2021-05-26T21:18:49.256916
2014-04-30T21:57:17
2014-04-30T21:57:17
null
0
0
null
null
null
null
UTF-8
C
false
false
3,286
h
/** @file @author Andrew D. Zonenberg @brief Main program include file */ #ifndef sim_h #define sim_h /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // System headers #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <linux/el...
[ "aarons104@gmail.com" ]
aarons104@gmail.com
9c96b2a3d18a520bbf835129583a712fb34c4c20
16a76ee66d9b2f59c9beee4a4a0e104ce347e32a
/malware_via_email/malware_0698/ia32_pe/by_decompiler.sf.net.h
8beca51931973910a2b427c54d585ba7076576cf
[]
no_license
rfalke/decompiler-subjects
4cee3263fa9116285b4bc4b6373efd2e4efa925f
7187fa93b285c32325826eecd0128e907a28809b
refs/heads/master
2023-08-10T08:24:27.198393
2023-07-28T19:44:41
2023-07-28T19:44:41
3,725,678
41
12
null
2023-03-15T16:14:41
2012-03-15T06:01:36
null
UTF-8
C
false
false
7,437
h
// subject.h // Generated on TIMESTAMP by decompiling malware_via_email/malware_0698/ia32_pe/subject.exe // using Decompiler version VERSION /* // Equivalence classes //////////// Eq_1: word32 globals_t (in globals : (ptr (struct "Globals"))) Eq_2: (fn word32 (Eq_4)) T_2 (in GetModuleHandleA : ptr32) T_3 (in signat...
[ "does_not_matter@risimo.net" ]
does_not_matter@risimo.net
50c0f93b47725880cf85b822308384173cf52b8d
7069cb71852cf1a5995133b1858bab3e46b501f9
/source/ekernel/subsys/avframework/eyesee-mpp/middleware/sun8iw19p1/media/LIBRARY/libisp/isp_cfg/SENSOR_H/imx317/imx317_60fps_ini_sdv.h
5d72e779dc926e4ca0a42e622d5ab15c55aae44a
[]
no_license
lindenis-org/lindenis-v833-RTOS-melis-4.0
d2646c7093851d45645679a55bcf1462b8d4d18e
71ab8faeee960e27ef83a9ff2e4ae4b7f33eda20
refs/heads/master
2023-06-24T01:40:55.111140
2021-07-23T08:01:43
2021-07-23T08:09:40
388,733,103
14
13
null
null
null
null
UTF-8
C
false
false
193,556
h
/* ****************************************************************************************** * * imx317_60fps_ini_sdv.h * * Hawkview ISP - imx317_60fps_ini_sdv.h module * * Copyright (c) 2016 by Allwinnertech Co., Ltd. http://www.allwinnertech.com * * Version Author Date Description...
[ "given@lindeni.com" ]
given@lindeni.com
bd2260c66f49c41045960c686b8a2b940798ba53
e0385b30fb3fddbdf3c390bad6e0019a0742592d
/ParalleX_src/arch/i386/include/vargs.h
c0032e05f2764c7e9c9be59c092db09503dda1f2
[]
no_license
zmr961006/ParalleX_Distributed_operating_system
c17da7ffec5efb8bb59b30b5716856e74c4cdf57
c5fc017ca47a9375fb957fed5425e38d02f1f3a7
refs/heads/master
2020-07-01T21:58:05.987728
2016-11-22T13:23:07
2016-11-22T13:23:07
74,253,294
0
1
null
2016-11-21T14:52:32
2016-11-20T04:43:20
C
UTF-8
C
false
false
645
h
/************************************************************************* > File Name: include/vargs.h > Author: > Mail: > Created Time: 2016年10月27日 星期四 23时06分31秒 ************************************************************************/ #ifndef _VARGS_H #define _VARGS_H #include"console.h" typedef __builtin_va...
[ "1721267632@qq.com" ]
1721267632@qq.com
ecf313437c5af78e2bf2954bac655055bbfddc00
a1da92c2201ad01895011a8fbb491fb0b39d67ec
/signals/signal.h
0466cf6181ea1c440d2aca74386b1818dd769afe
[]
no_license
Humanity123/Pintos
1e2d0bce63bda12f7600a710af60a2a83b9705b8
1e5b29830d2bc4b1bcded5d8cfad918105aaf3b1
refs/heads/master
2021-01-09T21:47:57.724579
2018-03-08T14:17:22
2018-03-08T14:17:22
100,127,005
0
0
null
null
null
null
UTF-8
C
false
false
919
h
#ifndef THREADS_SIGNAL_H #define THREADS_SIGNAL_H #include <debug.h> #include <list.h> #include <stdint.h> struct thread; #define SIG_CHLD 0 #define SIG_USER 1 #define SIG_CPU 2 #define SIG_UBLOCK 3 #define SIG_KILL 4 #define SIG_COUNT 5 #define SIG_BLOCK 0 #define SIG_UNBLOCK 1 #define SIG_SETMASK 2 #defin...
[ "yashagrwl.iitkgp@gmail.com" ]
yashagrwl.iitkgp@gmail.com
390060816e219b621d6f4f2b1b95ff86f83bf18e
a369234d4f0265a56eb0fdd9c5dc27d5b93c39bc
/lab5/isim/test_source_isim_beh.exe.sim/work/a_2163560181_2372691052.c
88f9d6ff92d5a32fbef7d93e84f6e47c97fe9430
[]
no_license
cubuspl42/isp
5e965f9fbdf1133f8f6cb85d656841af15356330
4b15f5ec760eab118d5237d8eccfa3e7e6a29a5e
refs/heads/master
2021-01-19T10:24:33.980876
2017-06-16T12:00:03
2017-06-16T12:00:03
87,863,115
0
0
null
null
null
null
UTF-8
C
false
false
19,444
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "cubuspl42@gmail.com" ]
cubuspl42@gmail.com
6accaac82ec45a04639b246267a2f652cfff774a
027d68c96692f7a8dd5acb153f47395ba99ce05c
/Summers_2013/NPL/temperature/resources/capacitorChargeTankMethod/capacitor_chargetank_WORKING_withaveraging.c
9ead2a06a7aa853b0d8a4786e4ad8c4f4cecc98b
[]
no_license
toAtulArora/IISER_repo
8a88e5befb6619b0d13b7cbfc089d6fc4b8a18ac
3e6e8a95fd94349de70c48763155ce0208c83b73
refs/heads/master
2020-05-30T07:13:46.901098
2016-09-08T16:49:51
2016-09-08T16:49:51
5,365,758
0
0
null
null
null
null
UTF-8
C
false
false
6,724
c
/* CAPACITIVE TANK BASED CAPACITANCE METER */ // Version: 0.1 //#include <global.h> #include <avr/io.h> //included so we can use the text label for ports, pins etc. #include <avr/interrupt.h> //include interrupt support #include <util/delay.h> #include <stdio.h> #include "lcd.h" //GLOBAL VARI...
[ "toatularora@gmail.com" ]
toatularora@gmail.com
6283ddc00d6e1046a3322b0df69fa48e09570435
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/data/warcraft/zhengqi.c
c543c4bef3b712f3bc567552bbad6af1b2c7e1d0
[]
no_license
fluffos/nt7
ceef82b2465cf322549c7ece6ce757eaa8ec31ff
52727f5a4266b14f1796c2aa297ca645ca07282a
refs/heads/main
2023-06-17T10:07:33.000534
2021-07-15T11:15:05
2021-07-15T11:15:05
308,148,401
9
9
null
2021-06-28T14:11:57
2020-10-28T21:45:40
C
UTF-8
C
false
false
521
c
// warcraft.c #include "/clone/npc/warcraft.h" void setup() { set_name("正气", ({"zqj"})); set("gender", "女性"); set("long", "正气麒麟 它是正气诀的魔幻兽。 "); set("race_type", "麒麟"); set("magic/type", "earth"); set("own...
[ "i@oiuv.cn" ]
i@oiuv.cn
80c8b60a159f032fa32149906bdfdb230f9b79e8
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-CSEQ/_cs_Z6.2+poreleaseonce+ctrlonceonce+fencembonceonce.c
696ca05c8cf834752969c6bbfa852c138bbf354d
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C
false
false
28,932
c
/* * generated by CSeq [ 0000 / 0000 ] * * instance version {} * * 2023-06-04 12:21:11 * * params: * -i /home/osboxes/llvm_bmc/llvm_bmc/examples/litmus/c/run-scripts/../c-litmus-CSEQ/Z6.2+poreleaseonce+ctrlonceonce+fencembonceonce.c, * */ #define __cs_MUTEX_INITIALIZER -1 #define __cs_COND_INITIAL...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
d63bf37ac7f6287cac632d060b2a35ff37f02d14
f1dcc687892427ddc4070b00950d508f6eed01a6
/初赛代码/LKH/IsCommonEdge.c
60c4a6cef8ea8cc6b121a2f1b74d597e9e628b05
[ "Apache-2.0" ]
permissive
liu-wenwu/CodeCraft-LTZ
266ed6784a29d6b1b2fc1b5cee82aa12696a9a58
61820dc7f27918f370a6e6cafe39d1ec4ce2c8d4
refs/heads/master
2021-01-17T19:14:02.177991
2016-06-07T03:14:17
2016-06-07T03:14:17
60,577,304
0
0
null
null
null
null
UTF-8
C
false
false
270
c
#include "LKH.h" int IsCommonEdge(const Node * ta, const Node * tb) { int i; if (MergeTourFiles < 2) return 0; for (i = 0; i < MergeTourFiles; i++) if (ta->MergeSuc[i] != tb && tb->MergeSuc[i] != ta) return 0; return 1; }
[ "liu-wenwu@foxmail.com" ]
liu-wenwu@foxmail.com
6ba8a5eb87dcf433eb161df70d262f10df48be11
7670bb2046d3f9d5b85ae1034e3105d6b58a9a42
/0x05-pointers_arrays_strings/holberton.h
ee61825242e4bbc5f300ec690cb623647000e936
[]
no_license
shaas6/holbertonschool-low_level_programming
b377f932e4b2fe64e442daa6d923af99d023e044
09f8a8ea5de268e8c5df7752fb17ee739de99e74
refs/heads/main
2023-07-29T04:11:53.904584
2021-09-09T03:19:38
2021-09-09T03:19:38
379,669,132
0
0
null
2021-09-09T02:18:32
2021-06-23T16:41:29
C
UTF-8
C
false
false
346
h
#ifndef HOLBERTON_H #define HOLBERTON_H int _putchar(char c); void reset_to_98(int *n); void swap_int(int *a, int *b); int _strlen(char *s); void _puts(char *str); void print_rev(char *s); void rev_string(char *s); void puts2(char *str); void puts_half(char *str); void print_array(int *a, int n); char *_strcpy(char *d...
[ "seanhaas@live.com" ]
seanhaas@live.com
b8094723126a04497660ebb5bbc4a9796b493a9b
07c78840a1d6547795c4927edde997638b8e7b7b
/apps/ac/ac_wav_gen/firmware/src/config/sam_c21n_xpro/definitions.h
b9bb23413a4d2ca3320fcfc4e4dbc4db345e4231
[ "LicenseRef-scancode-unknown-license-reference", "ISC", "LicenseRef-scancode-public-domain" ]
permissive
zhuyi7891/csp
b8dd1f71d963d27b2f841bac1dc8ff93a53d58b2
d61c00a0c2d9375860eb165900ee9ef369db5161
refs/heads/master
2020-06-14T13:57:39.737274
2019-05-16T11:59:59
2019-05-17T18:49:00
195,020,933
0
1
null
2019-07-03T09:21:25
2019-07-03T09:21:25
null
UTF-8
C
false
false
4,803
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
91174d143a50449e17df88a31387b84b692759ec
065015ce73279aef441f3771a1253570853c6c95
/src_C/lib/zg.h
8c0cd5e42e98df1a33fd95689065519d5d77502c
[]
no_license
zheddie/samplecodes
5a4501875787f144f9849167183b12a19c86ae5c
71f12f49055c3fa2f66967bc6917045031e36163
refs/heads/master
2021-12-15T18:52:50.215809
2021-12-08T10:26:49
2021-12-08T10:26:49
211,623,187
0
0
null
null
null
null
UTF-8
C
false
false
84
h
#ifndef _ZG_HEADER_ #define _ZG_HEADER_ int echoprintf(); int echowrite(); #endif
[ "zhanggan@cn.ibm.com" ]
zhanggan@cn.ibm.com
b225e463fb870008dafd2cbf620e2eb72a1b9292
0a720917ad83503eebc8942921e6022b08d5702b
/2wk/overflow_1.c
b8c3bd879074ee4087c6844ac68b2c30d05ce1f7
[]
no_license
Chad4545/C_programming
f3830b03eacb5cace651e2bb36fd50bb9141f168
e46e3507af7b085136199079f2bbeb19d75d28fe
refs/heads/master
2020-05-01T08:51:40.225970
2019-05-15T03:57:56
2019-05-15T03:57:56
177,387,365
0
0
null
null
null
null
UTF-8
C
false
false
360
c
#include <stdio.h> int main(void){ int x; unsigned int y; x = 2147483647; printf("x = %d\n",x); printf("x+1 = %d\n",x+1); printf("x+2 = %d\n",x+2); printf("x+3 = %d\n",x+3); y = 4294967295; printf("y = %u\n",y); printf("y+1 = %u\n",y+1); printf("y+2 = %u\n",y+2); pri...
[ "genom1324@gmail.com" ]
genom1324@gmail.com
aa5e80951a84b3f3c5d26a8341b1da6d70e7929b
0194aab913a8a684dbd217bb526442a4f27da351
/VAD_NC_iOS/VAD_NC_iOS/SpeechProcessing.h
383feae3f3499f71777f1b1346c3d11cc835e2e8
[ "MIT" ]
permissive
ssprl/Integrated-VAD-and-Noise-Classifier
55eea5c949ec495099799ea7da9b1fece14e5d23
e5e107be19554fbfc2708f914077e690a26a11f8
refs/heads/main
2023-02-17T09:56:28.592476
2021-01-16T06:10:15
2021-01-16T06:10:15
330,097,386
0
0
null
null
null
null
UTF-8
C
false
false
1,555
h
// // SpeechProcessing.h // SPP RF+SB // // Created by Sehgal, Abhishek on 5/4/15. // // Copyright (c) 2015 UT Dallas. All rights reserved. // #ifndef __Speech_Processing_Pipeline__SpeechProcessing__ #define __Speech_Processing_Pipeline__SpeechProcessing__ #include <stdio.h> #include <math.h> #include <stdlib.h...
[ "68095196+ssprl@users.noreply.github.com" ]
68095196+ssprl@users.noreply.github.com
179161fe98fd8293cf171a0df06efb7ed9e7e4f2
ef457a73763c6f78fefaaeec9c2318f49789a00b
/src/ymdeltat.h
717907a6577f93f8ca570defb2aefffd54ed3c1b
[ "BSD-2-Clause-Views", "LicenseRef-scancode-unknown-license-reference" ]
permissive
bopbopbopbop/dingux-msx
34091e21ea279824ed3abb08ae7ea567eb8cb1b1
3ba9781c95b913255cbbe8a861b5e183f3e07e64
refs/heads/master
2020-04-24T21:08:22.234940
2019-03-23T22:12:14
2019-03-23T22:12:14
172,266,914
0
0
NOASSERTION
2019-02-23T21:37:17
2019-02-23T21:37:17
null
UTF-8
C
false
false
2,487
h
#ifndef __YMDELTAT_H_ #define __YMDELTAT_H_ #define YM_DELTAT_SHIFT (16) #ifndef OSD_CPU_H #define OSD_CPU_H typedef unsigned char UINT8; /* unsigned 8bit */ typedef unsigned short UINT16; /* unsigned 16bit */ typedef unsigned int UINT32; /* unsigned 32bit */ typedef signed char INT8; /* signed 8bit */ ...
[ "pingflood@gmail.com" ]
pingflood@gmail.com
27ac5a2359d5a5c31d238b895674338de94da45c
a8eef641e05e24fc44b159979503cd7d098943a9
/easy/done/Candle/candle.c
f6c16e7ccec7e273e2fad61853ac4a96965ce5e5
[]
no_license
Shmuma/cc
7f60f7072c4213062abfb2855af2b9f02111e33f
b0b510a055be21132d6dd9e68575807fd5c2c4ea
refs/heads/master
2020-07-20T11:23:16.840552
2012-09-03T08:31:49
2012-09-03T08:31:49
591,364
0
0
null
null
null
null
UTF-8
C
false
false
1,100
c
#include <stdio.h> #include <stdlib.h> int find_min (int* dig, int* count) { int res = 1, i; *count = dig[1]; for (i = 2; i < 10; i++) if (*count > dig[i]) { *count = dig[i]; res = i; } /* zero has special case, so check it last */ if (*c...
[ "max.lapan@gmail.com" ]
max.lapan@gmail.com
0a1af0f1102bb9125511f5f662aa89ac7fde27e1
0a5ca99089196d95caaf75275e33c9f10746e870
/memoriaDinamica/src/memoriaDinamica.c
7298b615ebadce1adc5f79ac5375fb02a0fa8574
[]
no_license
NahuelBarrios/Actividades1e
6811f0a8d00dbb2f3599b595a7909ae90926bdba
d368982c54a8de7219364aeb3900c6b816017d18
refs/heads/master
2022-11-12T04:01:44.558516
2020-06-23T06:20:41
2020-06-23T06:20:41
258,892,883
0
2
null
null
null
null
UTF-8
C
false
false
5,119
c
/* ============================================================================ Name : memoriaDinamica.c Author : Version : Copyright : Your copyright notice Description : Hello World in C, Ansi-style ============================================================================ */ /* typedef...
[ "retro_io@hotmail.com" ]
retro_io@hotmail.com
b7d569d8cd13847b89306c45bb6e99b0c26ffd5b
d62a63089f8bf8544e3dc1d523d201912ef35a9a
/Integration/ECU2_integration/main.c
cb7ded7602b997c26d22ae9e59e0387246c70754
[ "Apache-2.0" ]
permissive
Omar-Emad/communication-stack
7e50fcb926681530e73f67f4d872626d8b2763bd
837bd05c869e240f4ac3170c736bea78a7502558
refs/heads/master
2020-06-24T21:19:26.219374
2019-08-27T21:17:01
2019-08-27T21:17:01
199,093,763
0
0
Apache-2.0
2019-07-26T23:56:21
2019-07-26T23:56:20
null
UTF-8
C
false
false
3,972
c
/* * Copyright (c) 2018-2019 Faculty of Engineering Ain Shams University Dr.Sherif Hammad Email: Sherif.hammad@eng.asu.edu.eg Eng.Mohamed abdelhay Email: mhmd.a.elhay@gmail.com. * * This file is part of ASUSAR * (see https://github.com/asusar/communication-stack). * * Licensed to the Apache Software Foundation (A...
[ "minamourice2@gmail.com" ]
minamourice2@gmail.com
eb050dc02c76122937d37d00cbf32b3c80215719
a603484f026a079bf8c9ef689f83ad82457ce143
/source/COSMOS-Coarse/SM/SM_InitDataFileBulkLoad.c
8dcbea07878a43c67de07fafe31cd040d8b98423
[ "BSD-3-Clause" ]
permissive
odysseus-oosql/ODYSSEUS-OOSQL
52340abe46a04218ca9cc7439b0482543e8a7a92
49a5e32b6f73cea611dafdcc0e6767f80d4450ae
refs/heads/master
2021-07-13T19:20:29.912766
2021-02-11T02:48:36
2021-02-11T02:59:23
66,819,066
7
0
null
null
null
null
UTF-8
C
false
false
8,521
c
/******************************************************************************/ /* */ /* Copyright (c) 1990-2016, KAIST */ /* All rights reserved. ...
[ "admin@mozart.kaist.ac.kr" ]
admin@mozart.kaist.ac.kr
fe0eacff9e6fcfcd79492ff295dc7a395eda76a0
cf40e3879ad31ea2265a06b8f59deaf8536ebd0e
/Examples/MC13213_SRB/SRB_RNet/Sources/src/Shell.c
c39c5af7a951a444ec78d685f1c351d53a7bc356
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
sdorf/mcuoneclipse
dc8698ca252a5e9b0ff822c116956cac2019d3ec
b01c699a6c8b8f5b72498209439a3f5c33dd21a2
refs/heads/master
2021-01-16T22:13:52.953930
2015-04-04T17:31:52
2015-04-04T17:31:52
33,415,020
1
0
null
2015-04-04T18:08:11
2015-04-04T18:08:11
null
UTF-8
C
false
false
5,344
c
/** * \file * \brief Shell and console interface implementation. * \author Erich Styger * * This module implements the front to the console/shell functionality. */ #include "Platform.h" #if PL_HAS_SHELL #include "Shell.h" #include "CLS1.h" #include "Application.h" #if PL_HAS_RTOS #include "FRTOS1.h" #endif #if...
[ "erich.styger@steinerberg.com" ]
erich.styger@steinerberg.com
2bd0c2707390e86fa9eb17a805e86ae79ec208b1
103b4eba2f4bb04fd12534cc00dae6ab9ae8a324
/src/ofxFANN.h
21158d9802196b6ce7cf3ef8c2f53c8dad1fb42a
[]
no_license
perevalovds/ofxFANN
16480ec6136116c67eff9c61a59f626c1b234cd7
1a20eb30cb52d39ede8e6db88555e7e5eea14462
refs/heads/master
2020-08-28T21:12:10.375819
2019-11-19T20:52:37
2019-11-19T20:52:37
217,822,652
4
0
null
null
null
null
UTF-8
C
false
false
1,891
h
#pragma once #include "ofMain.h" #include "floatfann.h" #include "fann_cpp.h" //TODO FANN lacks mini-batch and dropout //so, emulate mini-batch by multiple runs of batches struct ofxFANN_MLP_Train_Param { //TRAIN_INCREMENTAL learns at each train example //TRAIN_BATCH learns by whole batch //Mini-batch is current...
[ "perevalovds@gmail.com" ]
perevalovds@gmail.com
ef6879ad9070b66b22b85a060f1efa5642e56de6
bf119be1d289526093fceee6b77010c5d286f63c
/Source/Akagi/gootkit.h
96113d57aeb51d45285e4d504b27eac919020aa0
[]
no_license
ikarius6/UACME
bbf2c50683d551336ed15e9e442ddda3950e971d
1aae8230beb765c2ebed0330cfa63cabd2bfc1fe
refs/heads/master
2020-12-25T22:31:00.399609
2015-04-06T07:08:14
2015-04-06T07:08:14
33,523,683
1
0
null
2015-04-07T05:19:32
2015-04-07T05:19:32
null
UTF-8
C
false
false
626
h
/******************************************************************************* * * (C) COPYRIGHT AUTHORS, 2014 - 2015, original idea (?) mzH * * TITLE: GOOTKIT.H * * VERSION: 1.10 * * DATE: 27 Mar 2015 * * Prototypes and definitions for Gootkit method. * * THIS CODE AND INFORMATION IS PROVIDED "...
[ "hfiref0x@users.noreply.github.com" ]
hfiref0x@users.noreply.github.com
0bfd324fa20a4da47e4241dd221b824736787a7e
2d7a00619ceee740f9a9a7db5e557ba62268692a
/worldmath.c
6e73233e921591deacaae1e76aed82617df3ee79
[]
no_license
DavidOberholzer/CDoomStyleEngine
c05e80a1d0e2812284184864093758f869c5056e
7ad56df4dcb6bad1f40856e7ea29de0c32134a66
refs/heads/master
2021-01-25T10:00:10.287055
2018-09-16T19:06:16
2018-09-16T19:06:16
123,332,717
10
1
null
2018-09-14T21:06:31
2018-02-28T19:35:27
C
UTF-8
C
false
false
5,733
c
// External Includes #include <math.h> #include "structures.h" float DotProduct(float vx1, float vy1, float vx2, float vy2) { return (vx1 * vx2 + vy1 * vy2); } float CrossProduct(float vx1, float vy1, float vx2, float vy2) { return (vx1 * vy2 - vx2 * vy1); } float SideOfLine(float px, float py, float x1, fl...
[ "david.oberholzer@praekeltconsulting.com" ]
david.oberholzer@praekeltconsulting.com
a1ddeb7d3784e02eb500592e39dd640d112b45f1
e5ae18b95032eb0740ef5c24d6d35e7845bd041b
/framework/MorphClip.h
b2f999b5086301ebca53ab1398c2cd30dc5057e2
[ "MIT" ]
permissive
mattmw/charsim
cbcbb4767ee4a91ae890b0ac9966cd726529e593
537101d751f167af1d0fb8179b9d04dec32f829c
refs/heads/master
2016-09-05T09:25:05.279948
2014-09-09T10:17:38
2014-09-09T10:17:38
22,684,975
3
0
null
null
null
null
UTF-8
C
false
false
982
h
/* * MorphClip.h * * Data for vertex morphing-based animation (such as facial expressions). * _keyFac is the ratio of interpolation between the base mesh and one of its * morph meshes. It is factored with each morph vertex in the vertex shader. * * _keyId links the morph factor with a morph mesh. Each morph mesh...
[ "mmwragg@gmail.com" ]
mmwragg@gmail.com
0ba4158279358e264a2b27a3eaeda1d5c0117dad
f497c9e4a4b5fd1eb4b8a6c52f293cd6502f4da6
/jogo.c
9bc2408428b481b575dcf9369e256baed773db30
[]
no_license
arthurboss/battleship-in-c
37399ee3fc970c42654746e4768043a80f102b08
c5ef999b4fe61a183af13ee27d609be7fe2e0d53
refs/heads/master
2020-04-28T12:48:18.209934
2019-03-12T20:15:10
2019-03-12T20:15:10
175,287,191
1
0
null
null
null
null
ISO-8859-1
C
false
false
31,425
c
//BIBLIOTECAS #include <stdio.h> #include <stdlib.h> #include <time.h> //PERMITE A GERAÇÃO DE NÚMEROS ALEATÓRIOS #include <windows.h> //PERMITE MANIPULAR DEFINIÇÕES DO CONSOLE #include <conio2.h> //CONSTANTES #define TAMANHO 15 //CONSTANTES TECLAS #define ENTER 13 #define ESC 27 #define CIMA 72 #define ...
[ "noreply@github.com" ]
arthurboss.noreply@github.com
d4abd15c4433578609912522ef3aec971a51183f
1238bbbf12613d4cb580105edb0f09b4642a102f
/Bwl.SmartHome.EasyLeak.Fw/libs/bwl_uart.h
f8b54050b35a35046b8dac17f62498eb9e4a3561
[]
no_license
Lifemotion/Bwl.SmartHome.AVR
a3d0b372e962e42f08f85d5b98b8f21df1cb0fe1
15c92111f80d818785fe74fa4066ccf329e9cea6
refs/heads/master
2020-05-22T01:32:19.994148
2018-12-16T12:23:21
2018-12-16T12:23:21
64,594,632
1
1
null
null
null
null
UTF-8
C
false
false
873
h
/* * Bwl UART lib for AVR: mega48/88/168/328 * * Author: Igor Koshelev and others * Licensed: open-source Apache license * * Version: 29.07.2015 */ #ifndef BWL_UART_H_ #define BWL_UART_H_ void uart_init_withdivider_x2(unsigned char port, unsigned int ubrr); void uart_init_withdivider(unsigned char port,unsign...
[ "gus10@DESKTOP-OD82L8C" ]
gus10@DESKTOP-OD82L8C
8f0917e59e236c7790d29afb7c5142d0aecc35d4
fa40becc4da6223e0b8e18d59bbf0dfe36ffe3c4
/drivers/exampledriver.c
cc21f2df54218402d6f203b846d651f77cb7c720
[]
no_license
jimalexcarroll/PerSi
6ff6f08232c8c8a7ca84b1d054f9b2cad52539ca
20c0170c0b7dad9a27ec1b30fe78e0ed0d2f05bf
refs/heads/master
2016-09-10T23:11:55.101212
2010-10-24T17:06:15
2010-10-24T17:06:15
null
0
0
null
null
null
null
UTF-8
C
false
false
3,388
c
/* An example peripheral device driver: Character driver for counter Supported APIs, reset count and read count */ #define __PERSI__ // #undef __PERSI__ #ifdef __PERSI__ #include "mapmanagerexports.h" #endif #include "exampledriver.h" #include "memorymap.h" MODULE_LICENSE("GPL"); module_init(exampledriver_i...
[ "jimalexcarroll@yahoo.co.uk" ]
jimalexcarroll@yahoo.co.uk
f185240393f80291854474e707bc1767665799b9
5d417f03f724f4e23000f28cd629c92bc9297a23
/common/drivers/nvm/example/atuc256l4u_stk600-rcuc3l4/conf_nvm_example.h
720df124e5e413dfb57c5d6c50e426359eebe407
[]
no_license
siliconunited/atmel-asf
5ac78a123cb0f5026ffb9a0ba66b75abcccb788f
19e02800a6cc33d203f5d12f7dfca0c39195d879
refs/heads/master
2021-01-22T21:34:10.563981
2017-03-19T04:45:30
2017-03-19T04:45:30
85,439,630
6
3
null
2020-03-08T01:34:35
2017-03-18T23:56:24
C
UTF-8
C
false
false
2,242
h
/** * \file * * \brief NVM example configuration. * * Copyright (c) 2014-2015 Atmel Corporation. All rights reserved. * * \asf_license_start * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribut...
[ "robksawyer@gmail.com" ]
robksawyer@gmail.com
dd1365ea18d10c85e0ced2794246a75c26be79d2
6d8751984c5e369cfa3eaca901b69143e7d65ea2
/include/server.h
dbfc071d02dde53ff34a9846ae0a8bd7b0f0c595
[]
no_license
why1901/smart_home
4fa47bbcedcba25eb11e25d17d31d50f33e7784a
edfb6278c09621cd7e61723c95236bc6041c558b
refs/heads/master
2020-04-01T04:00:01.155322
2018-10-13T07:08:21
2018-10-13T07:08:21
152,845,314
0
0
null
null
null
null
UTF-8
C
false
false
516
h
#ifndef __SERVER_H #define __SERVER_H #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/socket.h> #include <sys/types.h> #include <netinet/in.h> #include <arpa/inet.h> #include <unistd.h> #include <errno.h> #include <pthread.h> #include <sys/wait.h> #include <time.h> #include "phone_list.h" #d...
[ "41321697+why1901@users.noreply.github.com" ]
41321697+why1901@users.noreply.github.com
52e68e05374e6e2ed1c1c67c04c28a7a3bb12656
ffe3227c047c218915f2fdef4a4adee8d3f8f169
/samples/sockets/server-pthreads.c
6880a0133471d562ef2ff961fd19b278cf5463d5
[]
no_license
aazer-siddiqui/cmsc23320
2152c8b1e389b871af8feb5a4a0e0f3fa4c94d20
53438a41f2df6bcb4438ba0c3029ed54e5310548
refs/heads/master
2023-02-16T20:50:47.840694
2021-01-15T16:07:04
2021-01-15T16:07:04
null
0
0
null
null
null
null
UTF-8
C
false
false
7,327
c
/* * * CMSC 23320 - Foundations of Computer Networks * * A simple multi-threaded server * * Written by: Borja Sotomayor * */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #inclu...
[ "borja@cs.uchicago.edu" ]
borja@cs.uchicago.edu
aa0911ecf2e91ba96723cba035dd11add488ba70
f367f1ef0d798bb6c25c7a911d0d027b93dda0b5
/ft_printf/ft_printf.c
751145719765d558ba6aaf30f11ef6ccc108948b
[]
no_license
bokyungkim/42cursus
476eed8ebba71aac2a575da2b2d87ddbc1f99a8e
f161cc07988498298124c68debca01179ebc36bc
refs/heads/master
2023-08-18T23:47:02.178499
2021-10-04T17:40:54
2021-10-04T17:40:54
363,788,288
0
0
null
null
null
null
UTF-8
C
false
false
1,858
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_printf.c :+: :+: :+: ...
[ "ohholyday@naver.com" ]
ohholyday@naver.com
0f12fd866cc57ffc8df8ec1b5a5cd53ada8a385b
e09e4f13ee239f0d948ad9d1b9e89c78863651fc
/tracert/tracert.h
88c241b4f18b74471f4610c12f2b8285266f887f
[]
no_license
poluner/computer-network
764b99306f82ef23cb6ab0af298e330097893f85
4453cf2ad31ecf44aabec21b99174b75920889b2
refs/heads/master
2020-04-06T03:55:55.088540
2017-02-25T02:13:33
2017-02-25T02:13:33
83,098,864
0
0
null
null
null
null
UTF-8
C
false
false
1,092
h
//IP数据报头 //8位BYTE char //16位WORD short //32位DWORD long const DWORD TIMEOUT = 3000; //默认超时时间,单位ms const int ICMP_DATA_SIZE = 32; //默认ICMP数据部分长度 const int IP_SIZE = 1024; //最大IP数据报的大小 const int MAX_HOP=30; struct IpHeader {//p127 //按字节传输,字节中从高位到低位一次传输比特流 BYTE len_hdr : 4; /// 头部长度单位是4字节 BYTE version : 4;...
[ "noreply@github.com" ]
poluner.noreply@github.com
f5f103c4926cc14659c6b4dd1e4269fc24268039
90859bae792ca487f94748abac7aa26df423f1aa
/SERVING_ROBOT/line_follower/line_follower.c
b2f9e0088197181b928ad2b0ae5e1af02cf83f52
[]
no_license
AhteshamSiddiqui/Academic-Projects
fff46af14a1c2d1c597a624336f915382eaaeba5
9d7ff206c932ff6188624894c86a38e5d8144476
refs/heads/master
2020-09-19T19:07:37.814367
2019-11-27T06:40:32
2019-11-27T06:40:32
224,271,185
0
0
null
null
null
null
UTF-8
C
false
false
1,460
c
#define F_CPU 16000000 #include <avr/io.h> #include <util/delay.h> #include <compat/deprecated.h> #include "lcd.h" #include "usart.h" #include <avr/interrupt.h> void line_follower(); char x; SIGNAL(USART_RXC_vect) { x=UDR; } int main(void) { init_usart(103); sei(); lcd_init(); DDRD=0x00...
[ "ahteshamsiddiqui.ars@gmail.com" ]
ahteshamsiddiqui.ars@gmail.com
f791d3eb978dc559448e347f771540333d22514e
944d9bf2ad80ddb9eb63d0c956b72633e0bc2c16
/FF-v2.3/memory.c
a75107c7908962ae12fa7ac2986de02b1078a104
[]
no_license
joseli82/RyPA
5b61dbf589c2e16741e31b8fb8c26d97f3ed1dd2
a6cf26d5df20a9942a0b96ec23fda9efeeb5cef2
refs/heads/main
2023-03-14T11:52:11.822905
2021-03-04T10:06:24
2021-03-04T10:06:24
343,893,886
0
0
null
null
null
null
UTF-8
C
false
false
15,761
c
/********************************************************************* * (C) Copyright 2001 Albert Ludwigs University Freiburg * Institute of Computer Science * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as publishe...
[ "noreply@github.com" ]
joseli82.noreply@github.com
a361e8415ec31fc26af5aa83d9e08280ff3e99ba
eb87cfcb4469ab416c0b73436609c53505af6a9d
/kernel/ipc.c
b7022eb0d8a002482d2696657fa6077ef335c1db
[]
no_license
achintverma/tos
3729fa6d1b2a666686c664d5dc156e806114de01
34fcb845ac9a5f44d01f2ea1982bbb6c5124f4ea
refs/heads/master
2020-12-24T14:36:20.333446
2016-01-06T03:58:38
2016-01-06T03:58:38
34,081,156
1
0
null
null
null
null
UTF-8
C
false
false
4,872
c
#include <kernel.h> PORT_DEF port[MAX_PORTS]; PORT next_free_port; PORT create_port() { return create_new_port (active_proc); } PORT create_new_port (PROCESS owner) { PORT p; volatile int flag; DISABLE_INTR (flag); assert (owner->magic == MAGIC_PCB); if (next_free_port == NULL)...
[ "pmk.2429@gmail.com" ]
pmk.2429@gmail.com
497ff35ee93cffd515f1eaae3b1cfae66ea2cd2d
b7caf2924e72efe763f7154ed0bb3cd2a455fab6
/rbdd/src/gmp-6.1.2/mpz/2fac_ui.c
81e31d4f095693424d30de836df5192ce7b925fa
[]
no_license
braguti/rbdd
96a47677333647a3ffec8781fe80e238abba57ad
c69b2df90f5e5b9a5eb9a4e96d9dabae79d098b3
refs/heads/master
2023-09-01T12:00:34.317924
2023-08-25T08:33:49
2023-08-25T08:33:49
266,183,881
0
0
null
null
null
null
UTF-8
C
false
false
3,077
c
/* mpz_2fac_ui(RESULT, N) -- Set RESULT to N!!. Contributed to the GNU project by Marco Bodrato. Copyright 2012 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General...
[ "sergio.bra88@gmail.com" ]
sergio.bra88@gmail.com
94c17d110077b4af823a8600e2923f3e9547f8f0
f2d5e6393d4d8faddfa48d43bc83f2533fdb6755
/bonus/include/mylist.h
c483234c9719bc2eece1fb6f9601dd079ac4a4bd
[]
no_license
ccchristiant/Pushswap
44b1cb48a29f49466548b821530716adeb39e876
694c9ac91f69db286e76fe372d6b565e0ddccba0
refs/heads/main
2023-07-24T05:09:15.430253
2021-09-06T17:48:02
2021-09-06T17:48:02
403,125,562
0
0
null
null
null
null
UTF-8
C
false
false
1,515
h
/* ** EPITECH PROJECT, 2021 ** mylist.h ** File description: ** mylist */ #ifndef MYLIST_H_ #define MYLIST_H_ typedef struct linked_list { int data; struct linked_list *next; } linked_list_t; typedef struct two_lists { linked_list_t *l_a; linked_list_t *l_b; }lists; typedef struct numbers { int n...
[ "ctran@localhost.localdomain" ]
ctran@localhost.localdomain
fd8b7528192ca5d33a0092732396440e4cfdf8db
9d751e644415edae9800dd9f095b921190f20f82
/HardWare/UART.h
6be16eea4adcaa61b6c745d635d60ee614e3ee71
[]
no_license
kevin-ni/STM8TST
35c4d8220f761682bc0d867b10bc9348a0e1f151
aa71d34cb787a01b9a70153155afd0efffb00270
refs/heads/master
2021-01-06T16:47:16.846972
2020-02-22T07:44:12
2020-02-22T07:44:12
241,404,493
0
0
null
null
null
null
UTF-8
C
false
false
234
h
#ifndef __UARTT_H #define __UARTT_H #include "stm8l15x.h" #include <stdio.h> #include <string.h> #include "LED.h" void UART1_Init(u32 baudrate); u8 SendDataToUart1(u8 *buf, u8 len); u8 ReadDataFromUart1(u8 *buf); #endif
[ "ni.deji@yuzhen-iot.com" ]
ni.deji@yuzhen-iot.com
a76c07d739933cee6a32b7623bdaf27672730d6b
d1fa0790e20f2e76678dae2fc172729d723ea200
/ios-demo/myappp/myappp-Bridging-Header.h
3ac032390a83ef5f1451d8747b2339f75a8e822e
[]
no_license
liy1046381890/client-demo
1e48f430154bf2b4f0322f01c539c32b309395e3
13499b4501bd837aa3703a2197512c3f01cb249f
refs/heads/master
2022-12-07T18:31:08.360750
2020-08-24T08:26:47
2020-08-24T08:26:47
281,075,526
0
0
null
null
null
null
UTF-8
C
false
false
266
h
// // myappp-Bridging-Header.h // myappp // // Created by lucian on 2020/8/12. // Copyright © 2020年 lucian. All rights reserved. // #ifndef myappp_Bridging_Header_h #define myappp_Bridging_Header_h #include <ifaddrs.h> #endif /* myappp_Bridging_Header_h */
[ "liyang@syscloud.cn" ]
liyang@syscloud.cn
928f1c45ef5449b5c4048c4f5e18baee0de3895a
db8dfd7ef00432842d187335ca6598341edc1922
/ion/src/device/userland/boot/isr.h
3d7c13e6184cf3e5803ade8529362a393c581562
[]
no_license
EmilieNumworks/epsilon
a60746285ede5a603916e5dc9361a689926f0fbd
bb3baa7466f39f32b285f2d14b6dc1f28e22e7a5
refs/heads/master
2023-01-28T20:49:55.903580
2022-09-02T13:15:05
2022-09-02T13:15:05
102,631,554
1
0
null
2017-09-06T16:20:48
2017-09-06T16:20:48
null
UTF-8
C
false
false
171
h
#ifndef ION_DEVICE_USERLAND_BOOT_ISR_H #define ION_DEVICE_USERLAND_BOOT_ISR_H #ifdef __cplusplus extern "C" { #endif void start(); #ifdef __cplusplus } #endif #endif
[ "emilie.feral@numworks.com" ]
emilie.feral@numworks.com
3554c3cefe4d36dfdfc34acd4128d17085202f13
381a5a32d8568fdc587a6010d2444f4946b75cf6
/nrdiag.c
c8be361cae4a333cc65c18d58d5c7c96671eeb77
[]
no_license
djw1149/trdiag
5195f4a09f787685501807cb60e14d138ab7cfd2
37e987c72715704d6107691d97865c0e498f86fc
refs/heads/master
2021-01-06T19:42:22.496324
2020-02-18T20:53:21
2020-02-18T20:53:21
241,464,481
0
0
null
null
null
null
UTF-8
C
false
false
8,921
c
/* * $Header: nrdiag.c,v 1.3 87/12/08 17:54:53 djw Locked $ * * file: diag.c * * synopsis: router diagnosis simple user interface module * this module uses rd_utils.c, D*.c (only Dil.c now), showdevcnt.c, * and rcp.c to implement a simple user interface for remote router * diagnosis. See the man...
[ "djw@fsi.io" ]
djw@fsi.io
b85e97817c1b9b471539877e2d6f4dc74054bbcb
3d9fe21384093d81c94571fb89a0f91f8844147f
/main.c
f04847dca0e23136670e8c1b6fc2558e17f69eb6
[]
no_license
talevy/curt
7f7d30bb5be321132bc5511addd7821ee5c6fff0
2c47eb35e8bf8474989c950f938bce4b121ab5cb
refs/heads/master
2020-05-17T04:17:12.802026
2013-07-08T03:17:14
2013-07-08T03:17:14
null
0
0
null
null
null
null
UTF-8
C
false
false
5,305
c
#include "server_eh.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <netinet/in.h> #include <unistd.h> #include <sys/types.h> #include <signal.h> #include <ev.h> #include "leveldb/c.h" leveldb_t *DB; leveldb_cache_t *ldb_cache; leveldb_options_t *ldb_options; static struct http_server server; i...
[ "tal@quixey.com" ]
tal@quixey.com
3ba84ed3cc81651da4ba6008d40e5f1305fc2d66
ee6ff3af175a37c2b2377c5ed5f184609e134755
/oshgui/Dependencies/Include/freetype/ftadvanc.h
8f7e2fce5edef11aed8d84ddbcde7c5e8e2b8b17
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
EternityX/DEADCELL-CSGO
c1363ecf5a62941954514d946137a4b791da3b36
7b873216637977d914b2eeb6893cb0cc4708aff2
refs/heads/master
2023-08-28T07:09:39.914038
2021-11-30T12:27:01
2021-11-30T12:27:01
175,938,531
597
233
MIT
2020-09-27T02:29:08
2019-03-16T07:07:59
C++
UTF-8
C
false
false
10,576
h
/***************************************************************************/ /* */ /* ftadvanc.h */ /* */ /* Qu...
[ "jeramie@protonmail.com" ]
jeramie@protonmail.com
6842a08ee51415972a6f28561412a55c73ee4572
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/7670.c
b774eddbaebb42504ee3b62f33fa414ef09bb94a
[]
no_license
jajajasalu2/cocci-lkmp-c-files
3eb7d451929dca5cb6beb56aabd69fe3f7fc176c
5da943aabe1589e393a131121dbf8e7a84b3cf2a
refs/heads/master
2020-12-02T17:30:14.411816
2020-01-29T08:36:30
2020-01-29T08:36:30
231,053,574
1
0
null
null
null
null
UTF-8
C
false
false
12,212
c
cocci_test_suite() { const struct pci_device_id cocci_id/* drivers/tty/synclink_gt.c 97 */[]; char cocci_id/* drivers/tty/synclink_gt.c 868 */; const unsigned char *cocci_id/* drivers/tty/synclink_gt.c 813 */; struct ktermios *cocci_id/* drivers/tty/synclink_gt.c 766 */; struct tty_ldisc *cocci_id/* drivers/tty/sy...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
f07bc4fb6f39f5ad9d2f6561002b96d44ff117b8
de1ccbbec8ca16f158e77edab72bc74e3086c629
/UNIT_2/RE_2/RE22.c
d1132d3ec6b0e7b24cb8e4170ffe26d82a1923ff
[]
no_license
howlettjames/Introduction-To-Automata-Complexity-Theory
aa4daa8f81672c40e16b82cb9cf35b50d2745dc7
cede0076b8082c6411e9a4850e873506e3e91065
refs/heads/master
2022-12-15T05:38:21.746418
2020-09-02T06:03:07
2020-09-02T06:03:07
292,191,960
0
0
null
null
null
null
UTF-8
C
false
false
5,342
c
#include <stdio.h> #include <windows.h> #include <time.h> #include <stdlib.h> #include <string.h> #define RANDOM_TOP 1000 int main(void) { int option = 0, k = 0, i = 0, j = 0; long int length = 0; int index; char *string1, *alpha_string; FILE *write_fp; srand((unsigned) time(NULL)); for(;;) ...
[ "jamesf6888@gmail.com" ]
jamesf6888@gmail.com
40eb96c5c67108c7f5408429e30a4a493308765d
af1137d858d4d16d841a720ec0affa2b7a72aa2e
/System/Library/PrivateFrameworks/NewsToday.framework/NewsToday-Structs.h
5dff27db3df7d4307e17a654f2a500920b19b741
[]
no_license
rajkumar234345/iOS-13.5-Headers
b324c38fa97e2f4bf89a947d696a8a0e951e7933
a6bc5c1295d53f025e0bd43f5b12a64deb31f6a4
refs/heads/master
2023-03-16T03:33:59.439358
2020-09-07T07:27:17
2020-09-07T07:27:17
null
0
0
null
null
null
null
UTF-8
C
false
false
546
h
/* * This header is generated by classdump-dyld 1.0 * on Monday, September 7, 2020 at 2:34:04 PM US Time * Operating System: Version 13.5 (Build 17F75) * Image Source: /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */ ty...
[ "45226508+udevsharold@users.noreply.github.com" ]
45226508+udevsharold@users.noreply.github.com
477af65f784786e5a3aeea334064fba078f322ad
2632b863f3de1365127410a959df9f88346b3983
/lib/libkern/subdi3.c
f9d17bff79cd91b6214a22ae62249e6fe0076704
[]
no_license
avsm/openbsd-xen-sys
0009f3fac21a10d0b92a88ab0640a480084d4299
2b77d73be1ddbdbe811ead9694add098014b7bde
refs/heads/master
2021-01-23T13:47:43.846224
2007-06-11T07:34:19
2007-06-11T07:34:19
764,337
3
0
null
null
null
null
UTF-8
C
false
false
2,294
c
/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed to Berkeley. * * Redistribution and use in source and bi...
[ "devnull@localhost" ]
devnull@localhost
5bb99cf7df367ad434b9695019086763a6300021
db3febc3c119758902fa324db0a9e6c20946294d
/graph-adjacency/node-double/scc/kosaraju.h
a60baa0e8437f2d4c1e6e5e7828b125e699c9eb7
[]
no_license
kzhang2/c-stuff
fe5bae99187c1436892812da344b0e7b6c2d688f
bbcc233cbbcb3cec1144ef102e05a35de6c2cdca
refs/heads/master
2020-03-24T21:16:26.839326
2018-08-04T04:26:12
2018-08-04T04:26:12
143,022,743
0
0
null
null
null
null
UTF-8
C
false
false
116
h
#include "../dfs/dfs-i.h" graph* reverseGraph(graph *g); int* totalReversePost(graph *g); void kosaraju(graph *g);
[ "kevin.wenfa.zhang@gmail.com" ]
kevin.wenfa.zhang@gmail.com