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
379fd5ec04ece15afe5f9c5e9f29fc72d3305ba1
67fbd1820aca5a9ebeb961118b8eac973011d7b4
/C/Ipol/Modulo6/parte_b/dijkstra/heap.h
77a84f3e35781229464c7dea19696f9dadfc251d
[]
no_license
juanibraun/codeJIB
125e9921ba10a923400786254ae75db4da680bab
2935500c26a0f09d49f8138ee064154f6e6bec0d
refs/heads/master
2016-09-10T12:49:30.362923
2013-10-23T04:12:13
2013-10-23T04:12:13
null
0
0
null
null
null
null
UTF-8
C
false
false
922
h
/* * File: heap.h * Author: juanignaciobraun * * Created on April 30, 2013, 8:42 PM */ #include "tree.h" typedef struct{ int label; int value; int id; } ITEM; typedef struct{ long size; long index; ITEM** data; } HEAP; extern int heap_isEmpty(HEAP *h); extern int heap_isFull(HEAP*h); exte...
[ "juanignaciobraun@Juans-MacBook-Pro.local" ]
juanignaciobraun@Juans-MacBook-Pro.local
6a052fd89d41bc4311252d15967864e75c33ab44
a8194cf6ffd12f7551eaba53572744080a0bfef3
/module/vfu_device/vfu_virtio.c
96e219af1b5224f0712f8c21f70749c7c2b0e8d2
[ "Intel", "BSD-2-Clause", "BSD-3-Clause" ]
permissive
spdk/spdk
51294f67104b8c3d18f19147d63a212e9486c687
d62a3810364cb87be352c66acf7c7f968508ca17
refs/heads/master
2023-08-08T16:07:41.263000
2023-08-02T09:06:56
2023-08-08T07:01:20
39,042,157
2,708
1,158
NOASSERTION
2023-08-11T09:50:50
2015-07-13T23:15:15
C
UTF-8
C
false
false
48,941
c
/* SPDX-License-Identifier: BSD-3-Clause * Copyright (C) 2022 Intel Corporation. * All rights reserved. */ /* * virtio over vfio-user common library */ #include "spdk/env.h" #include "spdk/bdev.h" #include "spdk/bdev_module.h" #include "spdk/stdinc.h" #include "spdk/assert.h" #include "spdk/barrier.h" #incl...
[ "tomasz.zawadzki@intel.com" ]
tomasz.zawadzki@intel.com
3db6fddaf90e4290bd9b34366329e8a58a3c54eb
8551168c7b71c31eebad0f9b0c71eebbcc743000
/src/game/pak.c
88e461dc4fcbf0297323346cfcc810ae25b351bf
[ "MIT" ]
permissive
n64decomp/perfect_dark
0db80e8ecba74741b959962e55c835a91c920f44
0235a971d6fb1a0d4421856d5a65aa8067bd4658
refs/heads/master
2023-08-31T04:27:53.864767
2023-08-29T11:36:58
2023-08-29T11:36:58
241,214,589
452
47
MIT
2023-08-21T08:53:40
2020-02-17T21:46:45
C
UTF-8
C
false
false
152,015
c
#include "versions.h" #include <ultra64.h> #include "constants.h" #include "game/bossfile.h" #include "game/camdraw.h" #include "game/filelist.h" #include "game/menu.h" #include "game/crc.h" #include "game/gamefile.h" #include "game/lv.h" #include "game/mplayer/mplayer.h" #include "game/pak.h" #include "game/utils.h" #...
[ "ryandwyer1@gmail.com" ]
ryandwyer1@gmail.com
9460f608c65d186f1f787ab8c5202158f3b2b74b
24d6c5babc0925290f38e17d22bd226ae1bd2c90
/jmeshAPP/APP_protocol.c
f10aaf3849a70ac212ae4aed2482e35eb837b5d9
[]
no_license
liyz-home/test2
49fd3eec11da23638889ca184caa312c71fd72cd
288adf168cbb3c7bff4e2f5f80cf5da334145768
refs/heads/master
2020-12-03T01:00:48.367508
2020-01-01T03:09:07
2020-01-01T03:09:07
231,166,354
0
1
null
null
null
null
GB18030
C
false
false
33,314
c
#include "APP_protocol.h" #include "_470_phy.h" #include "kehua_gas.h" #include "beidian_app_cfg.h" #include "app_config.h" #include "kehua_window.h" #include "kehua_transfer_arm.h" #include "jmesh_remote_control.h" #include "sm4.h" #define ENCRYPT_ENABLE 0 const UINT8 app_output_version[9] = { 'X','M', ...
[ "2992975841@qq.com" ]
2992975841@qq.com
e6b153014cda497064f995cfcddbb24c66dbb358
b781a16d3629ffde35ca0e6dcb045104b1326741
/block/pci/pci-driver/my_pci_driver.c
42239544d823a23999e8e712832ce470f0ac7298
[]
no_license
hongruixing/Linux-Device-Driver
d2a81034275b5835690e8e23bf1db99901f90bb4
0cd7621ca1752226bf637374fbe196ba77e441eb
refs/heads/master
2022-12-17T10:10:34.660913
2020-09-12T02:42:21
2020-09-12T02:43:25
null
0
0
null
null
null
null
UTF-8
C
false
false
1,850
c
#include<linux/module.h> #include<linux/kernel.h> #include<linux/pci.h> #include<linux/proc_fs.h> #include <linux/seq_file.h> static struct pci_device_id my_pci_driver_ids[]={ {PCI_DEVICE(PCI_ANY_ID, PCI_ANY_ID)}, {0,}, }; /*This pci_device_id structure needs to be exported to user space to allow the hotplug...
[ "vvverma2792@gmail.com" ]
vvverma2792@gmail.com
99a447f74b3d8b6d2377b20cb263ce59ed433252
160a1f078f1972b1bbee13766d8c50951e8b8208
/Environmental_Chamber_V1-Test_without_Console/Environmental_Chamber_tecsci/main/command.c
e0878b8d77047f2dba1215828a6602f9d9898a0e
[ "Apache-2.0" ]
permissive
EmbeddedSystemClass/Environmental_Chamber_tecsci
c95031a157ffe809f1a16799c03e5eedca6b3869
1f2495b197c009ea0e4e9774ba9a3d9aecab03e0
refs/heads/master
2022-03-22T02:06:48.910207
2019-12-04T16:21:25
2019-12-04T16:21:25
null
0
0
null
null
null
null
UTF-8
C
false
false
7,897
c
// // #include <stdio.h> // // #include "process.h" // #include "tinysh.h" // #include "mod_queue.h" // #include "app_main_dipcoater.h" // #include "environmental_chamber_process.h" // // // extern process_t processDipCoating; // extern flagRun_t entry; // // // /*PROCESS STANDARD HANDLERS*/ // // void CommandLOADPROGR...
[ "mancinilucas95@gmail.com" ]
mancinilucas95@gmail.com
682b76e1171f4d390d93dfb59d0af2f4d24178b6
885eeeb23505ca404e9609a103f9d67dbae4a350
/g2uiutil.c
30904cec3d6b25587141c8d16a7bbc354d674d1c
[]
no_license
dfotland/igowin-engine
69f31ced2ccc45a971c3b1d47744cb59906d3cac
db1472b01bec9bb7b8310f1e57b81d5ed0fa9ee9
refs/heads/main
2023-02-13T12:16:59.999352
2021-01-05T05:30:37
2021-01-05T05:30:37
326,896,512
2
0
null
null
null
null
UTF-8
C
false
false
28,567
c
/* Copyright 1984-2007 David Fotland. All rights reserved. * This source code is being distributed under a nondisclosure * agreement. Do not distribute it without written permission * from David Fotland. Do not show it to anyone not party to the * nondisclosure. Maintain good security on any computers or ...
[ "fotland@smart-games.com" ]
fotland@smart-games.com
1085cdf36e2c826d68ff1b2b94b6164deb3d569b
df05f707dced557fb802889f69b71feb9f8fd3c9
/mcc_generated_files/system.h
248cd6446faa7d029571e4325dfc80fad7eb7eb9
[]
no_license
agysft/08_FreqCounterWaveform.X
d8196f3187b4e909f7972e748283f8e148f76025
4aaa65ae8dfacca05697b55ebea8eeed11349a11
refs/heads/master
2023-02-23T03:43:21.682577
2021-01-26T11:36:37
2021-01-26T11:36:37
269,950,703
0
0
null
null
null
null
UTF-8
C
false
false
2,240
h
/** @Generated PIC24 / dsPIC33 / PIC32MM MCUs Source File @Company: Microchip Technology Inc. @File Name: system.h @Summary: This is the system.h file generated using PIC24 / dsPIC33 / PIC32MM MCUs @Description: This header file provides implementations for driver APIs for all...
[ "hn.egi3819.43apple@gmail.com" ]
hn.egi3819.43apple@gmail.com
31c35201e9cd8de0fbf8995878449917623a40e1
1eda06585a8d3d5066fb3f61285e04aceb67e37a
/optiga/cmd/optiga_cmd.c
a7bee1bf49f144e9703f7039348df2bc30cefd02
[ "MIT" ]
permissive
creiter32/optiga-trust-m
20b51feb237cbc62f2e5e5e9923409b66a3687f5
dce2af30497969c0c991dbbcf677fae7ce89b828
refs/heads/master
2020-06-10T15:51:36.136571
2019-07-02T12:05:33
2019-07-02T12:05:33
193,664,241
0
0
MIT
2019-07-02T12:05:34
2019-06-25T08:12:32
C
UTF-8
C
false
false
141,450
c
/** * \copyright * MIT License * * Copyright (c) 2019 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 ...
[ "Artem.Yushev@infineon.com" ]
Artem.Yushev@infineon.com
c0078032065df1b867ce99f3aaebe712c7f6f207
a64c8960dd37ba5e2e0953aa5c24c9f312ac8546
/Example/Pods/Headers/Public/YLT_PJSip/pjlib-util/pcap.h
bcf8a62af5c1967a7beaf483771fd29e01f367f6
[ "MIT" ]
permissive
YLTTeam/YLT_SIP
643dc04a68779ed50e2c8d988fe9323f0378ba28
274cb6d4df4afb07eac2ceccbd05397e0ce4563d
refs/heads/master
2021-09-01T13:49:04.326422
2017-12-27T08:58:37
2017-12-27T08:58:37
108,919,049
0
0
null
null
null
null
UTF-8
C
false
false
65
h
../../../../YLT_PJSip/YLT_PJSip/Classes/include/pjlib-util/pcap.h
[ "xphaijj0305@126.com" ]
xphaijj0305@126.com
9ac452e977b92a2c202397d5b63cad364cc64a2a
18630d6f74f1bef429ab1c982b2adb974d3f28da
/1.0zi/Source/Debug/write_dem.h
67a10a7fea1f98bb322984d649984d5752c5c22e
[]
no_license
zitan/geotop1zi
586624e1e90e3ffab1f88db6bf315f1b1e6820a7
784948430cc5890f1c409e79a5f14feb5990e9a4
refs/heads/master
2016-09-06T19:38:24.970206
2013-10-10T21:07:18
2013-10-10T21:07:18
null
0
0
null
null
null
null
UTF-8
C
false
false
3,124
h
/** Name: elements_dem Version: 1.0 Synopsis: void shortmatrix_dem(SHORTMATRIX *matrix, FLOATVECTOR *U, FLOATVECTOR *V, char *outputname, char *comment, short print); Description: write an array of the specified type on a specified file in the turtle DEM format Authors & Date: Giacomo Bertoldi, Septe...
[ "tanzicode@gmail.com" ]
tanzicode@gmail.com
267c1a435058b6d91856d28d7bd7b8596e5769d9
ed79978287e6324cbaadfb1e6bd2ad2d49f45181
/ft_lstlast_bonus.c
31d0b346ca539a8cee46db4750b12203f84b8607
[]
no_license
IonianPlayboy/libft
99dc8567c16d551c119957efd46aa9b37cea2e20
8547d034a34e11f2e2e3aa8b870bbac31555a58f
refs/heads/master
2022-02-25T09:31:09.351141
2019-10-18T13:30:29
2019-10-18T13:30:29
214,238,028
0
0
null
null
null
null
UTF-8
C
false
false
1,009
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstlast_bonus.c :+: :+: :+: ...
[ "alabreui@student.42.fr" ]
alabreui@student.42.fr
f4238ce9778e1a78e380aab37db64de69b99c69c
fd2837aef61176323fb6d8eb647b20debe7995f5
/CSAPP/sa-bAbi/working/2317ccdb0f.c
b58d881b954df86c96659994083b5d655f3b1952
[]
no_license
callMeBigBen/CourseWork
b0ef17b5cfe07ba61404abd68812d2b56393db87
41d68c07f7b1411dbca7dc7d5e2efeceb9edee27
refs/heads/master
2020-04-10T08:18:21.617984
2019-05-22T05:26:38
2019-05-22T05:26:38
160,902,512
1
0
null
null
null
null
UTF-8
C
false
false
499
c
#include <stdlib.h> // Tag.OTHER int main() // Tag.OTHER { // Tag.OTHER int* entity_5; // Tag.BODY int* entity_6; // Tag.BODY entity_5 = new int(rand()); // Tag.BODY int entity_2; // Tag.BODY entit...
[ "33094628+callMeBigBen@users.noreply.github.com" ]
33094628+callMeBigBen@users.noreply.github.com
df7d5b6088b2e0445cf500c970388f0bc0444475
e73547787354afd9b717ea57fe8dd0695d161821
/src/battle/area/arn/actor/hyper_paragoomba.c
2ef9da3be5b42915c9e088c3107400408c4f14da
[]
no_license
pmret/papermario
8b514b19653cef8d6145e47499b3636b8c474a37
9774b26d93f1045dd2a67e502b6efc9599fb6c31
refs/heads/main
2023-08-31T07:09:48.951514
2023-08-21T18:07:08
2023-08-21T18:07:08
287,151,133
904
139
null
2023-09-14T02:44:23
2020-08-13T01:22:57
C
UTF-8
C
false
false
76
c
#include "../area.h" #include "battle/common/actor/hyper_paragoomba.inc.c"
[ "noreply@github.com" ]
pmret.noreply@github.com
c40e00c1f410000031e15a8c8e285d8d0cdcc71f
e4d2880091a7fadd42de38be2cd4456b5e6d9f8f
/DataStructByWin/DataStructByWin/p2/07_QueueStructBySeq.c
079fa2ca7183a96601d94af38149214a48683f2d
[]
no_license
fanweimei/mooc_learn_book
c46bace05bde4bf13efa7643a8d4b470654f27fd
49d59ef251df16c770e5824c72e40430bada3c9f
refs/heads/master
2020-04-24T13:47:06.191001
2019-03-01T10:28:36
2019-03-01T10:28:36
171,999,605
0
0
null
null
null
null
GB18030
C
false
false
1,255
c
// 队列的顺序存储实现 #include <stdio.h> #include <stdlib.h> #define MAXSIZE 10 struct QNode { int Data[MAXSIZE]; int rear; int front; }; typedef struct QNode * Queue; Queue CreateQueue() { Queue queue = (Queue)malloc(sizeof(struct QNode)); queue->rear = 0; queue->front = 0; } /* (1)最多存放MAXSIZE-1个元素,否则当rear==front的时候无...
[ "1329455832@qq.com" ]
1329455832@qq.com
c69efaaf9add12c72f6dbe5a0855d2bab8a7aa57
6fa91e2fcb9f624a2e2d452af9eaa58ee570d34e
/data structures/stackoperations.c
744ad6f050bf7d7cfb8b0727ec6dac4718dcf85d
[]
no_license
CHALLANIKITHA/coursera-test-1
0dfe04544c6a37629e57213506c394d722fe343e
ac0a33cc6596bf5204309aeda4aa7a75c53a4382
refs/heads/master
2023-01-08T02:09:11.079040
2020-11-06T05:51:10
2020-11-06T05:51:10
270,971,375
0
1
null
null
null
null
UTF-8
C
false
false
2,315
c
/* * C program to implement stack. Stack is a LIFO data structure. * Stack operations: PUSH(insert operation), POP(Delete operation) * and Display stack. */ #include <stdio.h> #define MAXSIZE 5 struct stack { int stk[MAXSIZE]; int top; }; typedef struct stack STACK; STACK s; void push(void); int pop(vo...
[ "challanikitha22@gmail.com" ]
challanikitha22@gmail.com
54b4448f9e0c7be6d1fd8fccd729dc4b07643059
21a4b5fd560169eda0ef2da9b9670dcdbe2bb0b6
/c_code/8_2/compiler_lexer.c
522aa4a7811b8bd96274822bc81b07ff958e9034
[]
no_license
sriramnrn/csources
694b389f2456742ccefa88ce250f74a5f0347b8c
5938a27a43f4bf3ad920f9725f3e8aa3d324b4a1
refs/heads/devel
2021-01-22T15:01:26.212148
2015-01-24T14:32:09
2015-01-24T14:32:09
29,775,787
0
0
null
2015-01-24T12:27:27
2015-01-24T12:27:26
null
UTF-8
C
false
false
102,916
c
/* Generated by Nimrod Compiler v0.9.3 */ /* (c) 2012 Andreas Rumpf */ /* The generated code is subject to the original license. */ #define NIM_INTBITS 64 #include "nimbase.h" #include <string.h> #include <stdio.h> #include <setjmp.h> typedef struct NimStringDesc NimStringDesc; typedef struct TGenericSeq TGenericS...
[ "dominikpicheta@googlemail.com" ]
dominikpicheta@googlemail.com
1fa2e370d54c10c71c04c3d60c14ea88ce130efa
835b990501e0cf88fd23a4f7fc3af3fd27aa2c56
/usr.sbin/snmpd/smi.h
594aededf5a51d1c38c90da3a890a0b047c5ffda
[]
no_license
botovq/src
af77b69208823763c20d851b1d5a893614a9fdc1
59f5133ebe9a9b6db385e0bf3f3cfee74c50fbf6
refs/heads/master
2022-03-19T06:45:00.219052
2022-03-14T22:38:43
2022-03-14T22:38:43
111,651,772
0
0
null
2017-11-22T07:41:18
2017-11-22T07:41:18
null
UTF-8
C
false
false
1,166
h
/* $OpenBSD: smi.h,v 1.1 2022/01/19 10:25:04 martijn Exp $ */ /* * Copyright (c) 2021 Martijn van Duren <martijn@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission no...
[ "martijn@openbsd.org" ]
martijn@openbsd.org
f4ffb323d623fe009ef2391a6f198360bb7a3bee
5a229b96f52edfd40c22f2cc7b63185c705af9a2
/Complier Design/FILEC.C
364defe218f4a1d1051fc64cc84978fcb5862eff
[]
no_license
NishchaySharma/Lab
f0aa19e05a730060303cb16c189f45510defb32f
313299f55df29b3bc69fc0f42ce478181ddee3ca
refs/heads/master
2020-03-26T21:08:41.866033
2019-11-13T11:04:06
2019-11-13T11:04:06
145,369,158
0
1
null
null
null
null
UTF-8
C
false
false
211
c
#include<stdio.h> #include<conio.h> void main(){ FILE *fp; char a[]="This is CSE-BDA"; fp=fopen("abc.txt","w"); fseek(fp,10,SEEK_SET); // SEEK_CUR and SEEK_END fputs("Compiler Lab",fp); getch(); }
[ "noreply@github.com" ]
NishchaySharma.noreply@github.com
6247016d81d5fbaca3adaea19f0d2723add07b06
829821bb057a79c36794a1f92b6e9caff3646e7a
/exti_irq_vector/startup.c
b3cdfd5efc174c0ab3537f9ec81c4a6bba35eb82
[]
no_license
hshanz/dat017
4ce838fb8422491dcb6469627bacd2a0513e6b8e
80cf011cae54380d94753a9aa1566919bc967fbb
refs/heads/master
2021-01-05T23:24:40.652992
2020-03-10T08:27:09
2020-03-10T08:27:09
241,166,058
0
0
null
null
null
null
UTF-8
C
false
false
3,900
c
void startup(void) __attribute__((naked)) __attribute__((section (".start_section")) ); void startup ( void ) { __asm volatile( " LDR R0,=0x2001C000\n" /* set stack */ " MOV SP,R0\n" " BL main\n" /* call main */ "_exit: B .\n" /* never return */ ) ; } #define PORT_E 0x40021000 #define PORT_E_Moder ((volat...
[ "noreply@github.com" ]
hshanz.noreply@github.com
32535b96093c5761c57fa791f6282bbac180a863
c84994d624eb81920057db186fd84147246d816a
/EncryptionDetector.c
43054e59c19e2be9fe297fcfb54e69f1154fc8cc
[ "Apache-2.0" ]
permissive
Windows-Works/lightweight-reactive-snapshot-service
0131ed8cf26b960a6aab602d79bf9c704df5c27a
6cf99bb79ca020fcced71b9a78850adb59e24edc
refs/heads/master
2023-03-15T06:24:53.349095
2017-09-17T13:59:03
2017-09-17T13:59:03
null
0
0
null
null
null
null
UTF-8
C
false
false
4,866
c
/*++ Source file for logic to attempt to determine whether files are encrypted Author: Conor McLaughlin Date: June 7, 2017 --*/ #include "EncryptionDetector.h" BOOLEAN isEncrypted(PFILE_OBJECT file, PFLT_INSTANCE instance, ULONG sectorSize) { LARGE_INTEGER readOffset = { 0 }; ULONG totalBytesRead = 0; ...
[ "noreply@github.com" ]
Windows-Works.noreply@github.com
941848aa50881c115d41833497958fc7b7a38280
e80e5374b8fd00379293adb35fc8cf017d5f4cc7
/qemu_mode/qemu-2.10.0/roms/skiboot/external/common/arch_flash_arm.c
4e71dd999a816f7e84f8feb56ac1c91662baea40
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-generic-cla", "GPL-2.0-only", "LGPL-2.1-only", "GPL-1.0-or-later", "LGPL-2.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-warranty-disclaimer", "BSD-3-Clause" ]
permissive
CAFA1/afl
dcebf3a3acae3e9783bbb79d8cff6958b496fa34
01c113b61ab70c3b02f3d7c74e6dfa20cfc7813d
refs/heads/master
2023-04-10T14:30:34.901666
2020-07-27T01:06:32
2020-07-27T01:06:32
272,596,630
0
2
Apache-2.0
2021-04-15T00:56:55
2020-06-16T03:03:26
C
UTF-8
C
false
false
8,806
c
/* Copyright 2015 IBM Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writi...
[ "longlong_vm@dell_book.com" ]
longlong_vm@dell_book.com
4c2b61b88cdfc908198e96790f7445cdca82f950
088c7a57cf1eb94b84f8f32e65bc12b71bb9ff68
/led_light_self_detect_test_16/main.c
6a002c21edeb437ddb0f38e545d63ccde6dbb2b3
[]
no_license
bleetoteelb/lg_sw_test
1b6994c40ac27db71c83a517b3580570d3e1bc7b
2c242da94ba5698a7ca12c64b2866ad8683e16a3
refs/heads/master
2020-05-02T03:28:32.334624
2019-04-26T11:37:48
2019-04-26T11:37:48
177,729,520
0
0
null
null
null
null
UTF-8
C
false
false
4,653
c
#define MAX_LED 20 typedef struct LedConfig_ { int powerMin; int powerMax; int numOfLED; } LedConfig; typedef struct TestInput_{ LedConfig ledConfig; int ledPowers[MAX_LED]; } TestInput; /* [작성 내용] */ /* 1. 테스트 케이스를 아래 배열에 추가하시오. 배열의 이름은 수정 불가함, 디폴트로 주어진 내용도 수정 불가함 */ /* 2. 테스트 케이스 구조 : { {최소 입력 전력, 최대 입력 전력, L...
[ "sohwan.park@lge.com" ]
sohwan.park@lge.com
b92db834dad694817a498588f744391a4523e7c6
7a62a9bf2660ae6dd2d5ed00ab2a7fb9eae38e6b
/SmallVideoRecord/SmallVideoLib/src/main/cpp/include/libavutil/spherical.h
a7952875af76ec50e7b09d50bf87b657c6eab756
[ "Apache-2.0" ]
permissive
zerochl/FFMPEG-AAC-264-Android-32-64
a9cb71dea69cfa75431a14bece17db6a577992e6
d5f8f80d46093bb26e8881b3f6d9385edd55b277
refs/heads/master
2022-12-06T11:50:13.120314
2022-11-29T02:35:03
2022-11-29T02:35:03
98,956,354
279
72
null
null
null
null
UTF-8
C
false
false
7,524
h
/* * Copyright (c) 2016 Vittorio Giovara <vittorio.giovara@gmail.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the Lice...
[ "hl.chen@dudunangnang.com" ]
hl.chen@dudunangnang.com
2d79ce6ba107559a82379fa6c421e8654bec346c
e937108317f9a75ca85919c4fe5c06a15c73b415
/apps/libs/obex/obex_client.c
f45af5ae58019739efd361356d6e67385ebba1e0
[]
no_license
Fangxihu/W1_V006
e2be343f0e80951940aad158d7de01c2b9e0752d
726ec248c371c22c63309bed9ed8bb6b96b5f11a
refs/heads/master
2020-06-05T19:16:20.780711
2019-07-09T01:27:40
2019-07-09T01:27:40
192,520,169
2
0
null
null
null
null
UTF-8
C
false
false
6,239
c
/**************************************************************************** Copyright (c) 2010 - 2015 Qualcomm Technologies International, Ltd. Part of 6.3.0 FILE NAME obex_client.c DESCRIPTION This file defines all API functions for a OBEX client session. The library allows creation of multiple OB...
[ "Fangxihu" ]
Fangxihu
a6bbc4818212b4176466988bad3102a2ec1d030b
bc865704977a40f877bdba20e35d74dc07bc00c9
/ft_putchar_fd.c
47c058990e1afccd4de2ed60057dadfcb19dfc41
[]
no_license
movereCrus/libftWIP
09abdc9c32a7f8be3a6125ca96ebd2c369da6b6a
46ae01cc9578006d6b354cee260759bdff12e53a
refs/heads/main
2023-09-04T19:06:51.751615
2021-10-29T18:14:52
2021-10-29T18:14:52
415,354,801
0
0
null
null
null
null
UTF-8
C
false
false
970
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar_fd.c :+: :+: :+: ...
[ "vance200045@gmail.com" ]
vance200045@gmail.com
9100b316e4ed7d4d4a4255870ac55188794a15dc
dd16b347f286e2985d4a2b199f9f22614df9173d
/controlSUITE/device_support/~Utilities/serial_flash_programmer/serial_flash_programmer/linux_macros.h
0477c9d5347087ff8c2006ee266495dac1d0cbf2
[]
no_license
droneshire/ti
21501f55de172fd204c1016085ab954d962f46fa
ba8c4cc7e9eb5e1b5b0cc1765e9d4b77630e52a5
refs/heads/master
2022-12-10T00:35:37.791680
2017-01-14T06:00:11
2017-01-14T06:00:11
null
0
0
null
null
null
null
UTF-8
C
false
false
1,811
h
//########################################################################### // FILE: linux_macros.h // TITLE: Linux macros to make windows code compatible. // //########################################################################### // $TI Release: F28X7X Support Library$ // $Release Date: Octobe 23, 201...
[ "ross@skydio.com" ]
ross@skydio.com
b49265377e081d03e1cb7abf45c40582a64e828a
765b4bae7db84e08dc54ab6fae21f7a6e61fd548
/matlab/serial_write_mac.c
84f0996cfb8b67fb76e277bbeda1f27b5ba7ecda
[]
no_license
jeffchenhr/dev-barometer
7c9c39f5047626c8e5b2a6a7607f18ff690bc617
cc12c955a60c0611ed96b802e412129ba8157458
refs/heads/master
2021-01-13T02:11:27.028650
2014-07-22T08:01:09
2014-07-22T08:01:09
null
0
0
null
null
null
null
UTF-8
C
false
false
19,845
c
#include <mex.h> #include <sys/types.h> #include <sys/stat.h> #include <stdlib.h> #include <string.h> #include <strings.h> #include <sys/ioctl.h> #include <termios.h> #include <unistd.h> // for read and return value of lseek #include <sys/time.h> // for select_time extern int kbhit(void); extern in...
[ "jeff@jeffs-mbp.cable.rcn.com" ]
jeff@jeffs-mbp.cable.rcn.com
d1e845dbbff9901bd7cd5cb4157d7b01b3557cd3
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE194_Unexpected_Sign_Extension/s02/CWE194_Unexpected_Sign_Extension__listen_socket_memmove_22b.c
78f88660593dad61257be4694a1255f808ffadbe
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
5,658
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE194_Unexpected_Sign_Extension__listen_socket_memmove_22b.c Label Definition File: CWE194_Unexpected_Sign_Extension.label.xml Template File: sources-sink-22b.tmpl.c */ /* * @description * CWE: 194 Unexpected Sign Extension * BadSource: listen_socket Read data u...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
27ce696d63f5eb652f950901e71cd8f2c7a1566b
61c994fdf79f1f5627c3e800a807bf5bbb6e301d
/1-10/day1_Easy.c
2febc49dbcfe4e67c7b18b74842334efde15e14d
[]
no_license
shitalkallole/DailyCodingProblem-Solution
975943b50dad630cecb2e229bf8742c4675845c4
84c26d3db839113d6e05f4d975012df194ae3d03
refs/heads/master
2020-07-10T15:36:06.512269
2019-10-20T07:11:56
2019-10-20T07:11:56
204,300,731
0
0
null
null
null
null
UTF-8
C
false
false
660
c
#include<stdio.h> #include<stdlib.h> int main() { int n,add,temp,got=0; int *data,i,status[100]; printf("Enter Add num : "); scanf("%d",&add); printf("Enter Total Elements : "); scanf("%d",&n); data=(int*)malloc(sizeof(int)*n); printf("Enter Elements (1 to 100):\n"); for(i=0;i<n;i++) { scanf("%d",&dat...
[ "noreply@github.com" ]
shitalkallole.noreply@github.com
1a858e71e3bd28a6cf8f6af58c35fb1ea8754a71
ac0894b411507bfd027696b6bf11b5e384ed68fc
/need-to-do/c------download-problem--of--leetcode/677.map-sum-pairs.c
a122aca96683f1c124829ca7a4d905d42408f69b
[]
no_license
mkzpd/leetcode-solution
1d19554628c34c74012fa52582c225e6dccb345c
60c9b218683bcdee86477a910c58ec702185c726
refs/heads/master
2020-05-31T05:56:48.985529
2019-09-20T09:10:49
2019-09-20T09:10:49
190,128,627
0
0
null
null
null
null
UTF-8
C
false
false
1,483
c
/* * @lc app=leetcode id=677 lang=c * * [677] Map Sum Pairs * * https://leetcode.com/problems/map-sum-pairs/description/ * * algorithms * Medium (51.58%) * Total Accepted: 26.3K * Total Submissions: 51K * Testcase Example: '["MapSum", "insert", "sum", "insert", "sum"]\n[[], ["apple",3], ["ap"], ["app",2]...
[ "sodgso262@gmail.com" ]
sodgso262@gmail.com
e7f257ff596bb373e5964265508e72bb8209a72f
296b264c929b4d212ab756d9cc802f3a7058aeb0
/Ftp/src/ftp_nobody.c
a6588f75c4240cf777b45d2f3632952a80d284c9
[]
no_license
chenhanzhun/NetWorkProgramming
bf92b9f8748f2cead817a24b26560d2b71e3d814
5980a0c8cfa3506dbc9ac5eef3feb846063c19fb
refs/heads/master
2021-01-13T02:30:32.273338
2015-03-31T06:37:18
2015-03-31T06:37:18
18,622,033
5
1
null
null
null
null
UTF-8
C
false
false
2,706
c
#include "ftp_nobody.h" #include "common.h" #include "sysutil.h" #include "priv_ops.h" #include "priv_sock.h" void set_nobody(); void set_bind_capabilities(); int capset(cap_user_header_t hdrp, const cap_user_data_t datap); /* nobody时刻准备接收来自子进程的命令 */ void handle_nobody(session_t *sess) { /* 设置帐号nobod...
[ "chenhanzhun@gmail.com" ]
chenhanzhun@gmail.com
bbca3ea94f4a5536c1d1bdfdb1e391e0b23ab2dc
e4e86719cb8fca6500911f80dcc21f587d2cb6e7
/ASSIGNMENT-8/3.c
6d1a4b4ade42fc72ca99555081e6cd061a36d34c
[]
no_license
rohit162/CP
93eaa5ecde9df6d74344b1ac8419ed329d52e7c3
9aa7c28c41721bbda2944c97cf5fb52e1f801c64
refs/heads/master
2020-07-25T01:00:23.055660
2019-09-22T17:25:33
2019-09-22T17:25:33
208,105,858
0
0
null
null
null
null
UTF-8
C
false
false
194
c
#include<stdio.h> int main() { int a,i,m=0,n; printf("enter the terms"); scanf("%d",&n); for(i=1;i<=n;i++) {scanf("%d",&a); m=m+a/10;} printf("the sum of the last digits is %d",m); }
[ "noreply@github.com" ]
rohit162.noreply@github.com
5d53da2dfcad35b00b28e80ae0583124fa0d214d
1b759a450107e4676c51e1d46e58222d96e90243
/shingleserver/shingle/shingle.h
b9fb92f41ebdf463356bc78109eb51869935ac37
[]
no_license
sirilanka/news-duplicated
651728baaf0fd8f97357ba7412a5e7909c95a52a
70c4718a9eea47f5d0d898bd0710c31b6e82c6ea
refs/heads/master
2020-02-26T15:09:28.462196
2014-02-25T13:40:18
2014-02-25T13:40:18
null
0
0
null
null
null
null
UTF-8
C
false
false
1,917
h
#if !defined(_SHINGLE_H_) #define _SHINGLE_H_ #include <stdio.h> #include "html.h" #include "fprint.h" struct shingle_s; typedef struct shingle_s *shingle_t; shingle_t shingle_new(unsigned windowsize, unsigned nminima); /* return a new shingle_t suitable for shingling documents. "windowsize" is the shingling windo...
[ "xyl2937@126.com" ]
xyl2937@126.com
ab51729eaf3593c4b5bb9cac2325a7d40e2dc758
4c46d0e57afe9f25628c6fa6827737772b9fc1e5
/src_linux/olc_save.c
03e91acd680fa6dc2886d8a22400d6001b4e50a5
[]
no_license
DikuMUDOmnibus/GMud
1aa6f09f249c1c81027b37c61de2d2049fa5beed
48bf3447a734af6b785f0ea6c439f76d024bdd58
refs/heads/master
2020-03-22T10:33:04.350516
2018-07-05T23:36:00
2018-07-05T23:36:00
139,910,783
1
0
null
null
null
null
UTF-8
C
false
false
35,826
c
/************************************************************************** * File: olc_save.c * * * * Much time and thought has gone into this software and you are * * benef...
[ "peterjschroeder@gmail.com" ]
peterjschroeder@gmail.com
b66c34a955fa194897bb4595578fed1e1b4cf832
a329723620c38717aca09112a3588efe72ab2830
/app/includes.h
ba522f9315b6faa63de5426cc84e0fc90d7060e9
[]
no_license
szp35/ucosIII-lwip
88c1af0aaecaa6d76b6149b6059a127104a6fe8f
90ff5a7e104e033f34b70f11a0c9970204483951
refs/heads/master
2023-03-18T00:08:23.789838
2017-12-28T13:05:52
2017-12-28T13:05:52
null
0
0
null
null
null
null
UTF-8
C
false
false
2,250
h
/* ********************************************************************************************************* * EXAMPLE CODE * * (c) Copyright 2009-2011; Micrium, Inc.; Weston, FL * * All rights reserved. Protected by international copyri...
[ "lee.rw.cs@gmail.com" ]
lee.rw.cs@gmail.com
abab322fe160e2617cd2c4791d6a9567dea7cf5c
da309b05c8cb912bfc39ca210cee7a8c2c7103aa
/src/algos/GeneticAlgo/GAfile.c
8660da2e105237a88494e685f1f7ea8a3e9ced6d
[]
no_license
JaciyWang/kinmonJSS
6c2a4e5e8fa7c42ae350a958d82b29691d47fa10
e9e7352a42a72f4d5e9bc077b66ee8d541cc5817
refs/heads/master
2020-03-18T20:55:16.305578
2018-05-21T15:10:45
2018-05-21T15:10:45
null
0
0
null
null
null
null
UTF-8
C
false
false
7,038
c
/* * @Author: Nihil Eon * @Date: 2018-05-20 15:48:29 * @Last Modified by: Nihil Eon * @Last Modified time: 2018-05-20 15:48:29 */ #include "GAfile.h" #include <stdlib.h> #include <string.h> #include <stdio.h> /*! * @file GAfile.c * jobs begin wtih 0 machines begin with 1 so that we can check whether the job has ...
[ "6077521+Animam@users.noreply.github.com" ]
6077521+Animam@users.noreply.github.com
ef0285c639cb4e8b0b5e96dd8050df48e16e0458
3f644298379bdab106ef498ceefec1cb761b7c10
/libft/ft_memcmp.c
60f5653a6d8696e834c34690f54d9701d2764751
[]
no_license
lmorgana/minishell
4f69931f3f6df969f8f072bbc2062a5133f32241
54775a8dc77a4e88eec34128bb6b130456c7c6d7
refs/heads/master
2023-07-12T21:44:06.398854
2021-08-27T08:47:34
2021-08-27T08:47:34
null
0
0
null
null
null
null
UTF-8
C
false
false
1,239
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcmp.c :+: :+: :+: ...
[ "lmorgana@et-k6.kzn.21-school.ru" ]
lmorgana@et-k6.kzn.21-school.ru
2b1b2c2d3a60634c118f267d4266f0f07568379b
13aa67c599f4756fb0fd950db0cd32254eaaafa1
/7-clang-optimize/bubblesort.c
6b4553259a7fd8d895307b26bf0f6df7210dd1f4
[]
no_license
rdassi/compiler-design-lab
b42b133a25f554d31c85c90b5601e707994dc433
a7aa1f7c6a25548354ea0b0da2e3559beddbf9e2
refs/heads/master
2023-07-17T05:49:16.739310
2021-08-10T07:02:49
2021-08-10T07:02:49
376,088,974
0
0
null
null
null
null
UTF-8
C
false
false
791
c
#include <stdio.h> void swap(int *xp, int *yp) { int temp = *xp; *xp = *yp; *yp = temp; } // A function to implement bubble sort void bubbleSort(int arr[], int n) { int i, j; for (i = 0; i < n-1; i++) // Last i elements are already in place for (j = 0; j < n-i-1; j++) ...
[ "rishadassi1@gmail.com" ]
rishadassi1@gmail.com
9f6920edc55cc7ac3b7e81f41bad9a22d0368d4a
02b259e4d888c2ca7a787916d91f2715cce85f92
/package/strace-4.15/mq.c
1970f930d699e79399733e6a8ac43882878c3b81
[ "BSD-3-Clause" ]
permissive
kiki-good/Buildroot
cb93b41fec14a70ab95e959184bbc9bbffa4265c
4684a90ca38ed5ff2983dbae4ee86a34074c2282
refs/heads/master
2020-12-02T21:10:34.722754
2017-07-06T17:09:27
2017-07-06T17:09:27
96,259,934
2
0
null
null
null
null
UTF-8
C
false
false
3,104
c
/* * Copyright (c) 2004 Ulrich Drepper <drepper@redhat.com> * Copyright (c) 2005-2015 Dmitry V. Levin <ldv@altlinux.org> * 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. Redistributi...
[ "testId@test.com" ]
testId@test.com
71b026c5a4d800ff3b9671a5a08a9121b79bb554
2fe4e069831dc13785d6d85d48ff5b3e7917e49a
/xdk-asf-3.x/sam/utils/cmsis/sam4e/source/templates/system_sam4e.c
01103c691b523b00f3f3757db5d26a0afb588e06
[]
no_license
nandojve/embedded
2c349bf2dbffa1ef5e0fa80c60b7d9a7c589e554
da9fb2810a06980821bd4736ae622a80de6025d3
refs/heads/master
2021-01-21T12:27:09.764365
2015-01-05T23:09:53
2015-01-05T23:09:53
18,577,491
4
0
null
null
null
null
UTF-8
C
false
false
6,241
c
/** * \file * * \brief Provides the low-level initialization functions that called * on chip startup. * * Copyright (c) 2011 - 2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are per...
[ "nandojve@gmail.com" ]
nandojve@gmail.com
c6aef15e300fc3fd7fba349b670d7dcad57866f1
fd2b1e2ff8fe55f38a9110ecf1e5eadf424dcae6
/main_files/134-main.c
913b85fc1acb468d8a63ea07c62acc8aaa03555c
[]
no_license
jicruz96/binary_trees
cb33f229e38d50f39fe200afcf199181d7f04c3c
c47e07b3e6f9180ef586a3cf3921ddc1b78d2a33
refs/heads/master
2022-11-21T01:53:01.425920
2020-07-28T05:50:36
2020-07-28T05:50:36
null
0
0
null
null
null
null
UTF-8
C
false
false
986
c
#include <stdlib.h> #include <stdio.h> #include "binary_trees.h" /** * print_array - Prints an array of integers * * @array: The array to be printed * @size: Number of elements in @array */ void print_array(const int *array, size_t size) { size_t i; i = 0; while (array && i < size) { if (...
[ "accounts@jicruz.com" ]
accounts@jicruz.com
13791d0792f7fed2f988fed1edff7c244f2de64d
8ce16eb8f0c52e472e69bb8963839da9a9520f12
/semantico/programa.c
e894f7b0210ef3c613ba426c062b3cf396ce1c26
[]
no_license
mrluizandre/compilador_mgol
b07009c0b387dcc65719097bf68f17b2bec3d18a
1ec80001967ac9b4aad6fe2d19d88837aedf8360
refs/heads/master
2023-02-27T05:54:42.206534
2021-02-03T23:12:23
2021-02-03T23:12:23
131,150,761
0
0
null
null
null
null
UTF-8
C
false
false
568
c
#include <stdio.h> typedef int bool; typedef char lit[256]; void main(void) { /*----Variáveis temporárias----*/ bool T0; bool T1; int T2; int T3; int T4; /*-----------------------------*/ lit A; int B; int D; double C; printf("%s","Digite B:" ); scanf("%d", &B); printf("%s","Digite A:" ); scanf("%s", A); T0 = B > ...
[ "mr.luizandre@gmail.com" ]
mr.luizandre@gmail.com
e5c768e4a9645922021d7756737a8e46668b0b1e
19eb97436a3be9642517ea9c4095fe337fd58a00
/private/net/sockets/winsock2/wsp/msafd/addrconv.c
e02f7ed6839627523182049e652dca49d3660d08
[]
no_license
oturan-boga/Windows2000
7d258fd0f42a225c2be72f2b762d799bd488de58
8b449d6659840b6ba19465100d21ca07a0e07236
refs/heads/main
2023-04-09T23:13:21.992398
2021-04-22T11:46:21
2021-04-22T11:46:21
360,495,781
2
0
null
null
null
null
UTF-8
C
false
false
10,006
c
/*++ Copyright (c) 1992 Microsoft Corporation Module Name: addrconv.c Abstract: This module contains address conversion routines. Author: Keith Moore (keithmo) 8-Jan-1996 Revision History: --*/ #include "winsockp.h" PWINSOCK_HELPER_DLL_INFO SockFindHelperDllForAddr...
[ "mehmetyilmaz3371@gmail.com" ]
mehmetyilmaz3371@gmail.com
c31c258513d63329183b44655edb0179f688f643
c9b1d9481663f35a745533e215e512c31f00f945
/vendors/realtek/sdk/amebaZ2/component/common/drivers/wlan/realtek/include/wifi_constants.h
7d2bc8945d9bdaede4048b5e573a53095f9e416e
[ "Apache-2.0", "MIT" ]
permissive
ambiot/amazon-freertos
199d8c8cfebf7d4ce41cdf0377a6622c56ea3f7c
ef61d5f521de921cc931d9262e3d5af9b75fbd2e
refs/heads/master
2023-08-24T08:06:28.437220
2021-07-08T13:33:49
2021-07-08T13:33:49
191,755,880
14
16
MIT
2022-09-20T23:47:06
2019-06-13T12:09:22
C
UTF-8
C
false
false
17,927
h
/****************************************************************************** * Copyright (c) 2013-2016 Realtek Semiconductor Corp. * * 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 * ...
[ "hank.su@realtek.com" ]
hank.su@realtek.com
9025fb8435e2bd4d755b8d27e2298c8676db5d52
28c2860d3ad88511ed993332d0857a92c4ab33ec
/TP1/writenoncanonical.c
edc9571de2a7b4afb39a2d76e1fc642f4ba7a4d0
[]
no_license
rodykings/FEUP-RCOM
1275d7ddc29d43ebaed28bc8cbad30307aa242ec
3d5cfb3338ba40761f24a52bf258f85dc650534a
refs/heads/master
2023-02-13T12:16:47.196954
2020-12-22T23:50:23
2020-12-22T23:50:23
298,223,331
2
0
null
2020-12-15T18:08:01
2020-09-24T08:56:26
C
UTF-8
C
false
false
2,380
c
/*Non-Canonical Input Processing*/ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <termios.h> #include <stdio.h> #define BAUDRATE B38400 #define MODEMDEVICE "/dev/ttyS1" #define _POSIX_SOURCE 1 /* POSIX compliant source */ #define FALSE 0 #define TRUE 1 volatile int STOP=FALSE...
[ "rodrigocreis.12@gmail.com" ]
rodrigocreis.12@gmail.com
fea28b6c7503d126388efdb0658ff7560350f0f9
478570cde911b8e8e39046de62d3b5966b850384
/apicompatanamdw/bcdrivers/os/ossrv/glib/src/toption.c
6a16d522d654641a399db0fe14805b5f4c3ca815
[]
no_license
SymbianSource/oss.FCL.sftools.ana.compatanamdw
a6a8abf9ef7ad71021d43b7f2b2076b504d4445e
1169475bbf82ebb763de36686d144336fcf9d93b
refs/heads/master
2020-12-24T12:29:44.646072
2010-11-11T14:03:20
2010-11-11T14:03:20
72,994,432
0
0
null
null
null
null
UTF-8
C
false
false
5,220
c
/* * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/ep...
[ "none@none" ]
none@none
59a89c0d27aa34d2bd670bd7f7076a0b04e183e1
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/inetcore/winhttp/v5.1/inc/defaults.h
62ebbe44708167a1d6421d9f097a45a445761528
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C
false
false
2,732
h
/*++ Copyright (c) 1995 Microsoft Corporation Module Name: defaults.h Abstract: Contains all default manifests for WININET Author: Richard L Firth (rfirth) 15-Jul-1995 Revision History: 15-Jul-1995 rfirth Created --*/ // // default timeout values and retry counts // #define DEFAULT_...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
2cb7410d2cb90130d2e2e989120388e8b5b13bfd
eee607847f6188c84181a355f0629ad4c395d41d
/TMEExam/ex1c.c
06025216f1b9fe4ce78ed388980d853fb14cfbe1
[]
no_license
nsalleron/Programmation-Repartie
cbe11e0c7cf95b1e085a159e58ec4769be49ef7c
b75a52e36c7d1473d24391b1c1db8239b6450c31
refs/heads/master
2021-01-21T05:13:44.511220
2017-02-25T22:23:19
2017-02-25T22:23:19
83,150,125
0
0
null
null
null
null
UTF-8
C
false
false
1,845
c
#define _XOPEN_SOURCE 700 #include <stdlib.h> #include <sys/types.h> #include <sys/wait.h> #include <stdio.h> #include <unistd.h> #include <sys/stat.h> #include <fcntl.h> #include <string.h> #include <errno.h> #include <time.h> /*Écrire un programme qui prend en paramètre un nom de fichier et un entier naturel n, e...
[ "nicolas.salleron@gmail.com" ]
nicolas.salleron@gmail.com
92d42ec503b340d379a9dde9d5f5b36a7a0b6bf5
925ad89a6db51d749f516e561fd31315f8bff43a
/kmod2/jtrD3D/DriverTemplate.c
bb9836094eaf4aa56143c44b5f04a383cfacec9f
[]
no_license
Firebrand-mx/fb-korax
567057661c4bbef89bf52fcabde0488edfbb7a41
0b235de9dc16732509a4c0a640c711360c925a5a
refs/heads/master
2021-08-28T17:10:17.770677
2017-12-12T19:53:18
2017-12-12T19:53:18
105,460,830
2
0
null
null
null
null
UTF-8
C
false
false
3,772
c
// dr???.dll // The Doomsday graphics library driver for ??? #include "../dd_gl.h" // The APIs. gl_import_t gim; gl_export_t gex; int Init(int width, int height, int bpp, int fullscreen) { return DGL_OK; } void Shutdown(void) { } int ChangeMode(int width, int height, int bpp, int fullscreen) { return DGL_OK; ...
[ "769407+janisl@users.noreply.github.com" ]
769407+janisl@users.noreply.github.com
f083d90b5e511db0244ac27cb415f04cf8e6c0fa
9deb5e3a0fd0a0bbd6e34ceb76de2331c0d43e9b
/2014-2015/stuff/PS2 controller/tetrix controller.c
cea75314f08c7b404dea87407d8e1612551dbd6a
[]
no_license
Cyberducks/CyberducksRobotC
6fbf6fa8543988e2f0b3d2437068bba8de1bfd81
5b4f3a335642376bd8466a14883a11aa2fe3a921
refs/heads/master
2020-12-02T19:26:10.057411
2016-02-27T06:26:01
2016-02-27T06:26:01
41,809,421
0
0
null
null
null
null
UTF-8
C
false
false
864
c
#pragma config(Hubs, S1, HTMotor, HTServo, none, none) #pragma config(Sensor, S1, , sensorI2CMuxController) #pragma config(Motor, mtr_S1_C1_1, motor, tmotorTetrix, openLoop) #pragma config(Motor, mtr_S1_C1_2, motorE, tmotorTetrix, openLoop) #pragma config(Servo, sr...
[ "evanblanke@gmail.com" ]
evanblanke@gmail.com
bd320ddebd63200e3cd9c507a1f3b351483bccde
849a691b3025e0449144883d77245bf76d280b9a
/include/msp430f6749.h
ccaa2731f43c8552d4a7836dfce6e59593126ee9
[]
no_license
YuboLuo/mspgcc_v7.3.2.154
22f974e2b0e78472892d7c4dc99f138adcbb87e4
194a28f2f73cc1d5f02c2331fa9ef3017c790fce
refs/heads/master
2023-06-12T22:46:16.503134
2021-05-14T18:04:25
2021-05-14T18:04:25
367,441,100
0
0
null
null
null
null
UTF-8
C
false
false
395,503
h
/* ============================================================================ */ /* Copyright (c) 2018, Texas Instruments Incorporated */ /* All rights reserved. */ /* ...
[ "luo6590@gmail.com" ]
luo6590@gmail.com
ca6d77afe514d01728aff5de0eef4f4a54e6938b
81302ee42c1b3c25ce1566d70a782ab5525c7892
/daq/old_daq_dp_systems/multiDAX/src/global.h
8e9ce48ff529e6d39679fab1103d0e75d93c5f90
[]
no_license
mdanthony17/neriX
5dd8ce673cd340888d3d5e4d992f7296702c6407
2c4ddbb0b64e7ca54f30333ba4fb8f601bbcc32e
refs/heads/master
2020-04-04T06:01:25.200835
2018-06-05T00:37:08
2018-06-05T00:46:11
49,095,961
0
0
null
null
null
null
UTF-8
C
false
false
6,711
h
//------------------------------------------------------------------- // global.h -- multiDAX: DAQ for neriX // // contains global #defines and variable definitions // // 25.01.2008 MS (changed 24.06.2008) //----------------- // 30.07.2013 GP multiDAX version //-------------------------------------------------...
[ "mda2149@columbia.edu" ]
mda2149@columbia.edu
9b4921d510bcfeea585200530385d6479994719d
f765dcd8cf15f42fb64004e9c61f4ed138a93225
/j05/ex02/ex02.c
108b67558e9faf8029e513fb19d363c731ce611f
[]
no_license
richielee/French-Swimming-Pool
ed6f23c7bd0c1222df6de4b05848802a2856d3c8
6ad8bf07cdf9fd781bedc09b5d30c13cdcfea8f9
refs/heads/master
2021-01-18T16:12:14.544050
2017-03-30T16:52:50
2017-03-30T16:52:50
86,725,946
0
0
null
null
null
null
UTF-8
C
false
false
1,668
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ex08.c :+: :+: :+: ...
[ "rili@e3r9p14.42.fr" ]
rili@e3r9p14.42.fr
9718c7d246909408da78142577bf624a2bfaaf44
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE194_Unexpected_Sign_Extension/s01/CWE194_Unexpected_Sign_Extension__fgets_memcpy_45.c
48f0e0f2501fd47b8c77c9a84e103a777a9192ed
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
3,925
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE194_Unexpected_Sign_Extension__fgets_memcpy_45.c Label Definition File: CWE194_Unexpected_Sign_Extension.label.xml Template File: sources-sink-45.tmpl.c */ /* * @description * CWE: 194 Unexpected Sign Extension * BadSource: fgets Read data from the console usi...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
0f9081114caebd838d66e2ef8bbc68c4e44d76fa
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/scsi/esas2r/extr_esas2r_flash.c_esas2r_print_flash_rev.c
272eded262196a830918b843264066441245b7a8
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,339
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
d202e332195c7db4f29731c9f97d4251816caabc
0cc3084d75dc01cb9d3460470a4afee82104a58d
/4-IpcTest/sema/14/temp.c
5635c2c1771c449d15fdcb57cd8c8e32164e05f4
[]
no_license
vpreethamkashyap/plinux
972fb9249889e95f6f3040a6cda9735418e9c741
f09bdb23e41e6b0965bf3eb2f3c79131cd8f0a94
refs/heads/master
2020-03-20T20:28:54.786603
2018-08-07T02:28:14
2018-08-07T02:28:14
137,689,738
1
0
null
null
null
null
UTF-8
C
false
false
594
c
#include<sys/ipc.h> #include<sys/types.h> #include<sys/sem.h> union semun { int val; /* value for SETVAL */ struct semid_ds *buf; /* buffer for IPC_STAT, IPC_SET */ unsigned short *array; /* array for GETALL, SETALL */ /* Linux specific part: */ s...
[ "tarun.garg15@gmail.com" ]
tarun.garg15@gmail.com
955b5a05475949c2086e124d58413c047ee49bda
0ed7c6605c84541c7323b4f056375237f393738c
/src/X/fakeglx.c
7b60698e34e7cb880eac020445b1f1ed5faa586f
[]
no_license
simonrules/Mesa-3.4.1-riscos
8be94a06884a8932c896db789c72a30da4d208e6
07c522f0e7b4ba9bdf2942f0788f3599b65ccff8
refs/heads/master
2023-08-07T08:42:36.588543
2021-10-03T02:20:22
2021-10-03T02:20:22
394,821,362
1
0
null
null
null
null
UTF-8
C
false
false
54,389
c
/* $Id: fakeglx.c,v 1.34.4.7 2001/01/24 04:49:27 brianp Exp $ */ /* * Mesa 3-D graphics library * Version: 3.4 * * Copyright (C) 1999-2000 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files ...
[ "ksattic@gmail.com" ]
ksattic@gmail.com
4a8cf42b807cb7feab295b3030209ea5034f4703
19a566972ef16f3d71e58f09739ca4e3f62f04a6
/ECE391/mp2/text.h
0f31f3ea710ea8b276d6f5d02a143aa2948ac23c
[]
no_license
hjung35/CompE
bafbec4bba95312779d5c50f379cb44a33e9d66f
7115a0b01074495f053945c1ce58387a5da69cb3
refs/heads/master
2023-06-14T16:06:36.766281
2021-07-12T14:43:07
2021-07-12T14:43:07
384,880,297
0
0
null
null
null
null
UTF-8
C
false
false
2,429
h
/* tab:8 * * text.h - font data and text to mode X conversion utility header file * * "Copyright (c) 2004-2009 by Steven S. Lumetta." * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose, without fee, and without written agreement is * hereby granted,...
[ "hjung35@illinois.edu" ]
hjung35@illinois.edu
96a344342cd22381f8c8495a9cc48983d1dfd717
d5b73ff6f12199303883b8f09e7b9cde3f4dfc4d
/any/any.get.c
067f7222d8c33e75540f056085d15b2ede941bf1
[]
no_license
phorward/phosphor
305187ba6cdd8c07fe3c32524bbe17e4bf2ffd19
f8494b5ce8a712b0f28f64b8388401c977037292
refs/heads/master
2020-04-11T13:26:21.958074
2019-10-17T07:29:35
2019-10-17T07:29:35
161,816,296
4
1
null
null
null
null
UTF-8
C
false
false
6,916
c
/* * WARNING: * THIS FILE IS GENERATED - DO NOT EDIT MANUALLY - IT WILL GO AWAY! */ #include "phosphor.h" /** Returns the ``pboolean``-value of //val//. //val// is the pointer to the pany-object. If the pany-object exists in another data type, it will be converted. The function returns the value assigned to //va...
[ "jmm@phorward.de" ]
jmm@phorward.de
20f3fce84c5786ab174cb5ac3ca6006e5a12ecc2
cc520af19c8a79fab9800f104aa08463768748c8
/curl_accel_soc/software/u-boot-socfpga/drivers/video/ati_radeon_fb.c
4a9bd07e01943c363b26db8f63afc4527b015198
[ "MIT", "GPL-1.0-or-later", "GPL-2.0-only", "GPL-2.0-or-later" ]
permissive
DLTcollab/iota_fpga
e729ab6eb83d6d8485f7fc02553fe7f330553fb3
820f5f557b919523e7e7068aa85729a8b7dc2b47
refs/heads/master
2023-07-22T17:42:45.272518
2021-06-18T02:46:31
2021-06-18T02:46:31
176,052,430
1
1
MIT
2019-04-11T16:03:02
2019-03-17T03:36:48
C
UTF-8
C
false
false
24,475
c
/* * ATI Radeon Video card Framebuffer driver. * * Copyright 2007 Freescale Semiconductor, Inc. * Zhang Wei <wei.zhang@freescale.com> * Jason Jin <jason.jin@freescale.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/...
[ "korotkiy.eugene@gmail.com" ]
korotkiy.eugene@gmail.com
605cf4f70768df813f6a092043ccff47f5940521
2b650b68ee3a9680724b29f61691679f29e0a007
/jni/libjdrebr/miracl/mrio2.c
738ac7eab05d5a07f74703ba045fd4e4db519e4e
[]
no_license
bluegatar/read-android
db076f9e1242c61a6fd516e60115f4dee0e0fddc
b611092c9886815cc6460586c5974af2678ea6fc
refs/heads/master
2021-12-15T01:23:49.021013
2017-07-11T06:34:43
2017-07-11T06:34:43
null
0
0
null
null
null
null
UTF-8
C
false
false
3,840
c
/* * MIRACL I/O routines 2. * mrio2.c * * Copyright (c) 1988-1997 Shamus Software Ltd. */ #include "miracl.h" static void cbase(_MIPD_ big x,mr_small oldbase,big y) { /* change radix of x from oldbase to base */ int i,s; mr_small n; BOOL done; #ifdef MR_OS_THREADS miracl *mr_mip=get_mip...
[ "18218724438@163.com" ]
18218724438@163.com
ec2c3725787012febe4fa73a238447ccf9858b60
a565dc8a731c4166548d3e3bf8156c149d793162
/PLATFORM/COMMON/SRC/SOC/OMAP35XX_TPS659XX_TI_V1/INC/oal_intrex.h
86db25fb8b984f64930cc9863a4db089de999ca3
[]
no_license
radtek/MTI_WINCE317_BSP
eaaf3147d3de9a731a011b61f30d938dc48be5b5
32ea5df0f2918036f4b53a4b3aabecb113213cc6
refs/heads/master
2021-12-08T13:09:24.823090
2016-03-17T15:27:44
2016-03-17T15:30:48
null
0
0
null
null
null
null
UTF-8
C
false
false
1,566
h
/* ================================================================================ * Texas Instruments OMAP(TM) Platform Software * (c) Copyright Texas Instruments, Incorporated. All Rights Reserved. * * Use of this software is controlled by the terms and conditions found * in the license agreement under w...
[ "ruslan.sirota@micronet-inc.com" ]
ruslan.sirota@micronet-inc.com
599e44bf0c51101f18f458308f863fb19ca3ca8b
cb7d251a2a86b86d2713240ed31650a8e8e35c45
/src/punch_type.h
636eff590c52440e55be80c8018268fe28b8e9e6
[ "MIT" ]
permissive
dmtaylor/Hackathon-2015-team-skip
d2adff9173def558d457228601d7b5f00247fa08
36e29dbcbf7e11dc212b46265987eaa709f4067a
refs/heads/master
2020-05-16T21:17:31.983951
2015-09-10T05:04:17
2015-09-10T05:04:17
29,042,481
0
0
null
null
null
null
UTF-8
C
false
false
110
h
#ifndef __PUNCH_TYPE_H__ #define __PUNCH_TYPE_H__ enum punch_type {ERROR,JAB,HOOK,UPPERCUT,SPEEDBAG}; #endif
[ "me@justinlardinois.com" ]
me@justinlardinois.com
b8e50ca624c5e1aa7cdd3791f3bf4d1e17005527
6c379dcf9f3e36aecc15becf363cb2a58f339d61
/include/typecheck.h
5aac39cbad6df694546991b01cfd9aa65e86ab15
[]
no_license
igstan/rtc
b2b6b7fca62a3a54818b0c362ef93a4073500cdf
fb91c620269b57b454979b1c47dd8c577e68f2b5
refs/heads/master
2021-01-10T10:17:55.311022
2016-03-29T08:55:18
2016-03-29T08:55:32
54,960,865
0
0
null
null
null
null
UTF-8
C
false
false
8,551
h
/* - This file describes function renamings, * for main, and for library functions that * have typecheck versions written. * - This file is to be included by each to-be- * instrumented file BEFORE being instrumented. * - This file is NOT to be included by any * runtime code. */ #ifndef _TYPECHECK_H #def...
[ "ionut.g.stan@gmail.com" ]
ionut.g.stan@gmail.com
07a44b4038eae5bc39de0fc460d65ff050e066a8
fc1a35d05497f7d9fee41850379dfd526635bc9a
/北理珠/C程序设计/三角形三边求面积.c
41d34b13564b824d5bf0f3b63ffaa4ef8b7b530e
[]
no_license
lyz05/Sources
addf71b9f40bb52233f12e84e2f7bdbb4d3db9a7
20939b1aca08af49498f56468af025aaf7a18594
refs/heads/master
2023-04-30T15:14:09.157298
2022-04-24T05:06:24
2022-04-24T05:06:24
52,012,937
5
0
null
2023-04-21T20:45:23
2016-02-18T14:27:04
HTML
GB18030
C
false
false
246
c
#include <stdio.h> #include <math.h> int main() { float a,b,c; printf("请依次输入三角形的三边长\n"); scanf("%f%f%f",&a,&b,&c); float p = (a+b+c)/2,s = sqrt(p*(p-a)*(p-b)*(p-c)); printf("三角形的面积S=%f",s); return 0; }
[ "liuyuanzhe0515@gmail.com" ]
liuyuanzhe0515@gmail.com
c2190af982c8713a50ac030fc1bd1b14062cc941
38c10c01007624cd2056884f25e0d6ab85442194
/third_party/libvpx_new/source/libvpx/vp9/common/vp9_loopfilter.h
7f943ea09efde98eb3dc69ebdbf38cb357f1b120
[ "BSD-3-Clause", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0" ]
permissive
zenoalbisser/chromium
6ecf37b6c030c84f1b26282bc4ef95769c62a9b2
e71f21b9b4b9b839f5093301974a45545dad2691
refs/heads/master
2022-12-25T14:23:18.568575
2016-07-14T21:49:52
2016-07-23T08:02:51
63,980,627
0
2
BSD-3-Clause
2022-12-12T12:43:41
2016-07-22T20:14:04
null
UTF-8
C
false
false
5,617
h
/* * Copyright (c) 2010 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributin...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
a1efc93987102e9b7cd8609cb4217b2c8f995650
0b381a9cc53b1872e4ceb68e4e9398301305045e
/for_changsul_bonsun/lib/MODE_EVENTS/mode_events.h
d5487af7c8815ea90ea0edff17b3ab352f1942f5
[]
no_license
Lee-taeyun/URP2020_NUCLEO
6f42eababf4219dc75f90c8a366c876a44e13917
ab2afe18f6219b91630b926955ec08f307fa662a
refs/heads/master
2023-01-13T03:15:43.636752
2020-11-16T13:23:28
2020-11-16T13:23:28
290,434,160
1
1
null
2020-09-20T09:06:39
2020-08-26T08:01:13
C++
UTF-8
C
false
false
702
h
#ifndef MODE_EVENTS_H #define MODE_EVENTS_H #include <mbed.h> #include "def_pins.h" #include "AccelStepper.h" #include "stall_load_detector.h" extern InterruptIn ms1; extern InterruptIn ms2; extern InterruptIn ms3; extern DigitalOut stall_; extern DigitalOut force_dir_; extern AnalogOut force_mag_; enum EVENTS{SAM...
[ "taeyun90243@snu.ac.kr" ]
taeyun90243@snu.ac.kr
f3ace1ba724df266ce18883b0a87d74d777d1f4d
b49700dd58b96e9e7438eb3c5bba335ee65a58fb
/c_src/sign.c
292e31c8e7bb5c2f5311e1c2ba1b70e0eb477b26
[ "MIT" ]
permissive
aadavids/enacl
0e897aec0e741d434642a018ac20dd610f92fab7
b07432e2679e5d81c878047f54a23e272b1c37ce
refs/heads/master
2021-06-23T22:29:37.260472
2020-10-21T19:42:28
2020-10-21T19:42:28
137,401,644
0
0
MIT
2020-10-21T19:42:30
2018-06-14T19:43:06
Erlang
UTF-8
C
false
false
13,112
c
#include <sodium.h> #include <erl_nif.h> #include "enacl.h" #include "sign.h" typedef struct enacl_sign_ctx { ErlNifMutex *mtx; crypto_sign_state *state; // The underlying signature state int alive; // Is the context still valid for updates/finalization } enacl_sign_ctx; ErlNifResourceType *enacl_sign_ctx_rty...
[ "jesper.louis.andersen@gmail.com" ]
jesper.louis.andersen@gmail.com
437562dc86dd6f270e81dcce9014644ea5217929
11e97f87deb25babb4a32c80941e7ff4e476c92a
/OPT/HRS_510/SMDll/include/AXL/AXM.h
6a92f320dad86718d0128baafdff1df91faca342
[]
no_license
xhyangxianjun/Builder6-program
b9d03d98658db5a5a8cf1586210a373bc391dc48
a12d811d7a5fa3dba6d3e8c05989a41cb89783de
refs/heads/master
2022-04-03T00:25:47.274355
2019-09-19T08:26:56
2019-09-19T08:26:56
null
0
0
null
null
null
null
UHC
C
false
false
75,871
h
/**************************************************************************** ***************************************************************************** ** ** File Name ** --------- ** ** AXM.H ** ** COPYRIGHT (c) AJINEXTEK Co., LTD ** ***************************************************************************** ***...
[ "sheepdw@gmail.com" ]
sheepdw@gmail.com
c23e05db87a7d21b1d2a5f2aa1d843425094d129
b8ff1fc60858ec8610ee809c640da8b432d43056
/SampleCode/NMPlayer_CMD/src/StartUp/main.c
a64bf18af61ecae8a2fda8aa21528c8942f1b0a2
[]
no_license
yiguilin77/NVTMediaSDK
ce32fac3acd1dbd39f134345e7a8e684a53cd8f9
e637c025d47934b254a513ba06aca536844cb330
refs/heads/master
2023-07-02T18:39:54.399366
2021-08-10T01:33:49
2021-08-10T01:33:49
null
0
0
null
null
null
null
UTF-8
C
false
false
9,928
c
/**************************************************************************//** * @copyright (C) 2019 Nuvoton Technology Corp. 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 ...
[ "chchen59@nuvoton.com" ]
chchen59@nuvoton.com
a2a92af04c71b7982f91cf5aa387ba9c1a85753a
219be32fc6958365deb47e9f1037abfe23be46a2
/HackerRank/sherlock.c
c37419bc51bac9f163ee08edfaf8c719f6166b33
[]
no_license
JustinHoyt/interview-practice
65179ec56df71b2e807d4b6c548889058e8a3000
c1608c166290cac892576043f8d3b84f7a756fc8
refs/heads/master
2022-06-30T00:25:55.694391
2022-05-30T02:37:20
2022-05-30T02:37:20
73,835,577
7
1
null
null
null
null
UTF-8
C
false
false
1,617
c
#include <stdio.h> #include <stdlib.h> #include <string.h> typedef struct letter_map { int count; } letter_map; void countLetterMap(letter_map * map, char* string); int checkValid(letter_map * map); int compareFrequencies(letter_map *map); int main(int argv, char** argc) { int i = 0; char * stringInput ...
[ "justinhoyt24@gmailcom" ]
justinhoyt24@gmailcom
1f343ebc8c38ca9161504fa5f63fb92a4448e95b
af5bc497c6dd7430307c8655e2814458f89f13c7
/project/ePotato/test/test.h
13dc70d1292973c57bb482a5c97466d6d8260290
[]
no_license
aibittek/xradio-skylark-sdk
7aada81293ac402405a145e4045660001e48499f
ff9089acc75716e57d456a8af3bab8ac6341c668
refs/heads/master
2023-08-10T16:27:35.640229
2021-09-22T09:26:30
2021-09-22T09:26:30
405,338,147
0
0
null
null
null
null
UTF-8
C
false
false
70
h
#ifndef _TEST_TEST_H #define _TEST_TEST_H void allTest(void); #endif
[ "55239610@qq.com" ]
55239610@qq.com
07386ed04461ca60e6fa44543922a5fba2db5886
e306ce1a29384d6846cd7c0f3bba84f77e59b09b
/source/fuzzymod.h
d0ca111077e8ca933c0f3438ed1b4a550480b662
[]
no_license
mslazynski/FuzzyCLIPS
85f70e61cb7f94d0eb31e1d29f433779df38dc3a
69a085e6db43944a4002c2cb869e88aa5d8b9f37
refs/heads/master
2020-12-03T05:20:32.787023
2015-05-08T12:25:26
2015-05-08T12:25:26
35,277,841
1
0
null
2015-05-08T12:22:37
2015-05-08T12:22:37
null
UTF-8
C
false
false
3,058
h
/* $Header: /dist/CVS/fzclips/src/fuzzymod.h,v 1.3 2001/08/11 21:05:56 dave Exp $ */ /*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* A Product Of The ...
[ "webcygal@gmail.com" ]
webcygal@gmail.com
7a37de0360ba2c8b33ea8c064897ee3b2c1f6058
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/d/shouxihu/xichuntai.c
00babf18c732c2b2021fc3acb8a27cc4a7fb51c9
[]
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
1,124
c
// Room: /yangzhou/xichuntai.c // Last Modified by Lonely on Jul. 20 2000 #include <ansi.h>; inherit ROOM; void create() { set("short","熙春台"); set("long",@LONG 熙春台面东三楹,二层重檐,前加抱厦,七架梁,歇山,上覆铬绿 琉璃瓦,脊饰龙藻图案,飞甍反宇。四面廊,楼层四周围以槛窗,以便 远眺二十四桥和湖山胜景。底层,上悬康殷手书“春台祝寿”匾额,两 柱悬挂江湘岚楹联(lian)。迎面有巨幅“玉女月夜吹箫图”,为扬州漆 画工艺品。漆画前设置漆器琴桌...
[ "i@oiuv.cn" ]
i@oiuv.cn
ae8a34eeebc4375d607474d90c058637b83533ca
9542683798956524c3a88d502d2779adf98d347c
/stm32-扩展例程/3,扩展例程/1,普通扩展例程/1,寄存器版本/扩展实验3 ATK-7' TFTLCD电容触摸屏模块测试实验/HARDWARE/TIMER/timer.c
fb838e35bbe805ab64704089473f941fb4eafaeb
[]
no_license
luorongwei/github-20200112-
015894010c95e15238344c32159927fc03d0db27
b9e618dbf13c796e2257df1c541f12e19ff301d2
refs/heads/master
2022-03-27T12:54:45.191616
2020-01-12T14:05:54
2020-01-12T14:05:54
null
0
0
null
null
null
null
GB18030
C
false
false
6,752
c
#include "timer.h" #include "led.h" #include "usart.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //ALIENTEK战舰STM32开发板V3 //定时器 驱动代码 //正点原子@ALIENTEK //技术论坛:www.openedv.com //创建日期:2015/1/10 //版本:V1.4 //版权所有,盗版必究。 //Copyright(C) 广州市星翼电子科技有限公司 2009...
[ "2992975841@qq.com" ]
2992975841@qq.com
0013ece1fafa2e6c7f12b87583045d01e21f48ce
849d4771faca8d072f19c1bb0eb5b51b251addd9
/Inc/stm32f1xx_it.h
3131c75e449b614dfdcf0eb4df384fc692337073
[]
no_license
srepenko/TEST103
4808f0e6dee15761a91d09f29109e50e1300789f
99473af9dc8afa279c5010dea7d1e990d6459669
refs/heads/master
2020-06-14T11:08:20.694712
2016-11-30T14:48:54
2016-11-30T14:48:54
75,193,073
0
0
null
null
null
null
UTF-8
C
false
false
2,898
h
/** ****************************************************************************** * @file stm32f1xx_it.h * @brief This file contains the headers of the interrupt handlers. ****************************************************************************** * * COPYRIGHT(c) 2016 STMicroelectronics * * Re...
[ "srepenko@gmail.com" ]
srepenko@gmail.com
ba909b18d6a57acb51f2701cf30ed8e6eeb8236f
04740867e2d498e42aa63f23eb04f98741bed0fa
/C_codes/CpuntingWords.c
42282379326936f72fc1148ac18ef0f679be251c
[]
no_license
ayushjaiswal-aj/Programs
37cbab04bc876e185b6d155b06c2906239d7a6ff
d8d4b22e4deb82db4717f8ec04dba5c3978625ae
refs/heads/master
2021-07-02T15:53:29.920826
2020-03-22T15:22:30
2020-03-22T15:22:30
164,196,643
2
1
null
2020-10-15T08:45:52
2019-01-05T08:31:11
C
UTF-8
C
false
false
389
c
// this program counts the words in sentences. #include<stdio.h> #define in 1 #define out 0 int main() { int c,nl,nw,nc,state; state = out; nl=nw=nc= 0; while ((c = getchar()) != EOF) { ++nc; if (c == '/n') ++nl; if (c == ' ' || c == '/n' || c == '/t') state = out; else if (state == out) { state =...
[ "ayushjaiswalaj@outlook.com" ]
ayushjaiswalaj@outlook.com
a460782711e58ecb0ed6e0d5028c903e3ace7896
7862b9c172b660d0e56a40d61eadb9c2c3fd4b68
/AudioSampleD_1.h
c2b51b0242ae7e5a113974f8259fb9252eea5d1f
[]
no_license
jeevy222/Key-Board
fb89eaeb7eaee2ee79a070ac59ec9005c2ff40d8
59329d320185c98c30c2a43a2eb13f782345df19
refs/heads/master
2022-01-19T00:31:13.337855
2019-05-29T03:30:00
2019-05-29T03:30:00
189,144,135
0
0
null
null
null
null
UTF-8
C
false
false
104
h
// Audio data converted from WAV file by wav2sketch extern const unsigned int AudioSampleD_1[3785];
[ "noreply@github.com" ]
jeevy222.noreply@github.com
86b879ceef447b4d38e5c87ff8e7421e5efdf564
8c57e40c3800b4f53ba14d821a9f63168bdc9b32
/lab4/ast.c
a409b17e18c70a3299b4ebda0775d03d2db07c0d
[]
no_license
cocopudding/csc467
fd0e267dba23a2eb8ee9237175f38c822c6b284e
650142379ceadb7e7824d5dd6c33953148516b23
refs/heads/master
2020-03-09T21:46:49.050765
2018-04-11T01:56:33
2018-04-11T01:56:33
129,018,311
0
0
null
null
null
null
UTF-8
C
false
false
17,297
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "ast.h" #include "common.h" #include "parser.tab.h" #define DEBUG_PRINT_TREE 0 int scope_print = 0; node *ast = NULL; node *ast_allocate(node_kind kind, ...) { va_list args; // make the node node *ast = (node *) malloc(sizeof(node)); memse...
[ "amywenying.zhang@mail.utoronto.ca" ]
amywenying.zhang@mail.utoronto.ca
fb7384239e64fbfd5066dd163712f6abd8d6f7d8
6432ffa0649947cdb0c2045a3a7b2b2bee27e8c2
/d/heimuya/npc/obj/hongchouxiaoshan.c
f5dd3d82a0907966a17c91cb969fbf2e8f107896
[]
no_license
MudRen/xkx100
f2e314a542e459502e28f311cd9f20ee7f7c6f43
dfca57e056460d7c0532a6e19a5e4add94a5588d
refs/heads/main
2022-03-05T00:08:01.398338
2022-01-25T09:00:27
2022-01-25T09:00:27
313,971,845
6
3
null
null
null
null
UTF-8
C
false
false
441
c
// hongchouxiaoshan.c // // This is the basic equip for players just login. #include <armor.h> inherit CLOTH; void create() { set_name("红绸小杉", ({ "cloth" }) ); set_weight(5000); if( clonep() ) set_default_object(__FILE__); else { set("unit", "件"); ...
[ "freddy.chua@ey.com" ]
freddy.chua@ey.com
658162ab4c98f66271c5c734c1c8e9b31618578d
3fe4d392e1951beddcdbe88d58a947c7c67e1921
/ast/ast_node_print.h
55f47b5dfb83c40cf66f837f74e49c1dc9bc6de8
[]
no_license
Giulianos/atlc-2018a
a9d4104d3be2c54f0254a87306a727d7909721cc
d7d61c8c7780b1bff6dac4d22fd689ef8c398c57
refs/heads/master
2020-05-29T18:02:12.005817
2019-05-29T20:22:53
2019-05-29T20:22:53
189,294,066
0
0
null
null
null
null
UTF-8
C
false
false
931
h
#ifndef AST_NODE_PRINT_H #define AST_NODE_PRINT_H #include <ast.h> #include <scheduler.h> /** ast node printers */ void ast_program_print(ast_program_t program); void ast_globals_print(ast_globals_t globals); void ast_global_print(ast_global_t global); void ast_tasks_print(ast_tasks_t tasks); void ast_task_print (as...
[ "daliberman@itba.edu.ar" ]
daliberman@itba.edu.ar
8a2873e3a246c1c49ee67735bc3a497310eba1a0
a3055c74955449067334cb56b96e91a36a2ec6dc
/d/hangzhou/majiu.c
ed3c1f2e9e43725eebc1c44c3cd1551fbed4b2b3
[]
no_license
flyinglb/jyqx
32dfac5b15b373919ae32688c0d1119bcb4592ff
1a6f8e002a206b05a5ba90554893f1b78dc91bb4
refs/heads/master
2020-09-26T18:18:33.949628
2019-12-06T11:47:47
2019-12-06T11:47:47
226,309,372
5
2
null
null
null
null
GB18030
C
false
false
1,117
c
//Room: majiu1.c 马厩 //Date: Oct. 2 1997 by That inherit ROOM; void create() { set("short","马厩"); set("long",@LONG 这是天外天客店后的马厩,常年供应新鲜草料。杭州自古号称天堂, 杭州的客店汇集四海宾客。马夫们会把马牵到马厩好生照看,将它们喂饱 饮足,再洗刷得干乾净净,一直伺候到客人上路。马厩雨檐下的烂木柱上 钉着一块破木牌(paizi)。 马厩中堆放著几堆草料,正中有一口泔槽。 LONG); set("outdoors", "city2"); set("no_fi...
[ "flyinglb@qq.com" ]
flyinglb@qq.com
46d536f7d914d54cc12f105b85fb5330dc8cbe05
682abed8b17b22d494113498b9c8f033efb0dd38
/quicksort_OpenMP.h
8858edfca1530c0e96c5191aeb9cd7b7a1e04aaf
[]
no_license
RowanHodson/HPC-OpenMP-MPI
f4f1b4b621b7fb7bcd87670516e31f3e25fe53d3
ef78865a66fa602e46382dbb5f9579a4cfea5ed8
refs/heads/master
2020-05-30T02:05:48.830119
2019-05-31T06:32:05
2019-05-31T06:32:05
189,491,619
0
0
null
null
null
null
UTF-8
C
false
false
1,208
h
// Original Author Eduard Lopez #include "omp.h" void quickSort_parallel(int* array, int lenArray, int numThreads); void quickSort_parallel_internal(int* array, int left, int right, int cutoff); void quickSort_parallel(int* array, int lenArray, int numThreads){ int cutoff = 1000; #pragma omp parallel num_thre...
[ "noreply@github.com" ]
RowanHodson.noreply@github.com
4f3725a50761cb2e0b3e1c91265d02f5a40382d6
2817e57093a37ebb8ecdee3858072f2204e6e469
/packet.c
c03e7642bbb4642584aebe756300961a61ddd5a2
[ "MIT" ]
permissive
mikoim/rogue
1325f03fcc4f1db0a456cef935d5a71b69f5a06b
aee5cc5e061b58a0d88786c2404988ab1eee5300
refs/heads/master
2021-07-13T09:04:41.750867
2016-10-20T14:48:01
2016-10-20T14:48:01
29,466,302
0
2
null
2015-01-28T02:19:56
2015-01-19T10:48:33
C
UTF-8
C
false
false
1,447
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <netinet/in.h> #include "socket.h" #include "packet.h" #include "config.h" int no_printf = 0; void packet_no_printf(int flag) { no_printf = flag; } ssize_t packet_send(int sock, void *data, size_t size) { ssize_t ret; char *packet; s...
[ "omochi@luna.miko.im" ]
omochi@luna.miko.im
c3d712b45780a4eb27c074ce1a56f8bba285dd0f
8142b96d731fe226425da293690b2a29257852a2
/BLE_UART_peripheral_OTHER.cydsn/codegentemp/Song2Trigger_PM.c
c87a9ab533dbe6644288482fd4c5c26eabc1d94e
[]
no_license
aaronwubshet/115_final
89c2f0044e99476b8db79566780ad67c181b5931
a6c51478a8126b620e417d32a57e5a9bfb411367
refs/heads/master
2021-07-03T06:24:46.711904
2017-09-23T00:05:29
2017-09-23T00:05:29
104,528,045
0
0
null
null
null
null
UTF-8
C
false
false
3,672
c
/******************************************************************************* * File Name: Song2Trigger.c * Version 2.20 * * Description: * This file contains APIs to set up the Pins component for low power modes. * * Note: * ******************************************************************************** * Copyr...
[ "awubshet@mit.edu" ]
awubshet@mit.edu
0d79b6460a48a4eca1836b95f52256280c8e0080
7aa35a43707ffff87f21292c58a058729829b94c
/usr/lib/posix/file/isatty.c
3f7708d63557323baaebb98c9b9297661bfc6df3
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "DOC", "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
champyen/prex
035be62743c52be65b888a86a10aafebe9b240a7
f78ee0d5421fbcb5b516284c58953bdedb86802d
refs/heads/master
2023-02-22T00:02:29.933594
2021-01-24T02:30:44
2021-01-24T02:30:44
327,615,948
5
3
null
null
null
null
UTF-8
C
false
false
1,868
c
/* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyr...
[ "champ.yen@gmail.com" ]
champ.yen@gmail.com
3927a53542871dd44f0deda07077d792c8fbf122
cfe69fc556729bdecf2118fa5bc329343c42ed80
/10.0.10240.16384/ntoskrnl/Functions/AslRegistryGetKey.c
cbf4ba7e35eebe45b212dc01d08f77e36f318ff7
[]
no_license
Myprivateclonelibrary/W10M_unedited-decomp
8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a
67b05851a3e262ff8a5d11ee50db34f28c350f16
refs/heads/main
2023-08-31T06:00:37.303105
2021-05-15T23:53:23
2021-05-15T23:53:23
null
0
0
null
null
null
null
UTF-8
C
false
false
1,719
c
// AslRegistryGetKey int __fastcall AslRegistryGetKey(_DWORD *a1, int a2, int a3, int a4) { int v5; // r4 int v6; // r0 int v8; // [sp+10h] [bp-30h] BYREF unsigned int v9; // [sp+14h] [bp-2Ch] int v10; // [sp+18h] [bp-28h] int v11; // [sp+1Ch] [bp-24h] int *v12; // [sp+20h] [bp-20h] int v13; // [sp+2...
[ "64583248+Empyreal96@users.noreply.github.com" ]
64583248+Empyreal96@users.noreply.github.com
44a805a4e15a88ad86128f740e9729cb591e6e55
6fa6be3e7dcb10d020209f7a73de393a1f24bd45
/linux-3.4/net/ipv6/exthdrs_core.c
72957f4a7c6c9f6c24056a5c3eb6046b61c7a3ea
[ "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
okshall/v3s-linux-sdk
f9eb73a1e271ebf02320f98befabccdb6c462944
776196306198f14ec6f10c316950a81b7e417886
refs/heads/master
2021-07-07T11:44:34.667911
2021-01-22T04:43:38
2021-01-22T04:43:38
225,315,340
1
0
Apache-2.0
2019-12-02T07:46:23
2019-12-02T07:46:22
null
UTF-8
C
false
false
3,507
c
/* * IPv6 library code, needed by static components when full IPv6 support is * not configured or static. */ #include <linux/export.h> #include <net/ipv6.h> /* * find out if nexthdr is a well-known extension header or a protocol */ int ipv6_ext_hdr(u8 nexthdr) { /* * find out if nexthdr is an extension header...
[ "yeashenlee@163.com" ]
yeashenlee@163.com
99132a429a2cecf892f61c96e03a8df3a108b8f4
b36f34b6a24d019d624d1cc74f5b29062eef2ba4
/frameworks/cocos2d-x/cocos/navmesh/CCNavMeshUtils.h
8ec1d72ade552934e273ea5c9e5b98ca8a66bf21
[ "MIT" ]
permissive
zhongfq/cocos-lua
f49c1639f2c9a2a7678f9ed67e58114986ac882f
c2cf0f36ac0f0c91fb3456b555cacd8e8587be46
refs/heads/main
2023-08-17T17:13:05.705639
2023-08-17T06:06:36
2023-08-17T06:06:36
192,316,318
165
63
MIT
2023-08-14T23:59:30
2019-06-17T09:27:37
C
UTF-8
C
false
false
4,523
h
/**************************************************************************** Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and assoc...
[ "codetypes@gmail.com" ]
codetypes@gmail.com
a69bb383aebc1c03766a0950c45d7226d84d7c6e
1c6a7ae5dca2a38c68fde97a676478c6573bca02
/linux-3.0.1/net/ipv4/proc.c
b14ec7d03b6e70b9a5a1823261ac18cb40462035
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "Apache-2.0" ]
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
17,857
c
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * This file implements the various access functions for the * PROC file system. It is mainly used for debuggi...
[ "kyh1022@163.com" ]
kyh1022@163.com
54132886241fe1b1df80e71315904e1459ef4d04
17c87e23e01e074c684619ff0e56706b407f0b23
/omi-1.0.8/samples/Providers/TestClass_AllDMTFTypes/schema.c
9475e008b2838a1710956d2a4ec3378cadfc23a9
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
HuaweiSwitch/OMI
8856be28d0dbe22650dc70635e2749a908802c7d
bca42b3388f0e97d21fd1e872a949fa4032adbff
refs/heads/master
2021-01-10T17:51:50.818745
2016-03-31T09:15:47
2016-03-31T09:16:07
55,116,218
2
1
null
null
null
null
UTF-8
C
false
false
97,682
c
/* **============================================================================== ** ** Open Management Infrastructure (OMI) ** ** Copyright (c) Microsoft Corporation ** ** Licensed under the Apache License, Version 2.0 (the "License"); you may not ** use this file except in compliance with the License. You may obt...
[ "mao58398297" ]
mao58398297
2c46b705c44995bc91bc021e9d67b8ec3f18fd48
2e676e3b1cebfbb9d20f9b935ceacd507c57d36a
/Octave/octave-4.2.1/include/octave-4.2.1/octave/mx-ui32-ui16nda.h
c94dc07ea300cf509709bb58f45c4503d442fc9b
[ "MIT", "Zlib", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
vohrahul/ML-ang-coursera
239469e763b290aa178b7aa8a86eda08e4e7f4be
4c24fd2ecfb9f3de7df15e3a9f75627f782f9915
refs/heads/master
2022-12-28T03:45:54.810173
2020-10-16T12:33:25
2020-10-16T12:33:25
304,620,441
1
0
null
null
null
null
UTF-8
C
false
false
350
h
// DO NOT EDIT -- generated by mk-ops.awk #if ! defined (octave_mx_ui32_ui16nda_h) #define octave_mx_ui32_ui16nda_h 1 #include "octave-config.h" #include "oct-inttypes.h" #include "uint16NDArray.h" #include "mx-op-decl.h" SND_CMP_OP_DECLS (octave_uint32, uint16NDArray, OCTAVE_API) SND_BOOL_OP_DECLS (octave_uint32, uint...
[ "rvohra91@gmail.com" ]
rvohra91@gmail.com
ded42c2f9711f756df0de6cdab9fe736c83e525f
e1b8c2ff3d08a102d52b9ac75f53c8e7108f9056
/GBA.emu/src/vbam/Util.h
9067b54efaa4a729c00c2d245da374fc0558ec2e
[]
no_license
langresser/emu4all
1d7ab7ed9fc8454a8f5a55f976ec187dbe3efefe
d1ce7728292e0b9c94e9ff302d2f6971c2981097
refs/heads/master
2021-01-19T12:36:27.199761
2013-03-17T09:19:09
2013-03-17T09:19:09
8,774,018
2
0
null
null
null
null
UTF-8
C
false
false
1,499
h
#ifndef UTIL_H #define UTIL_H #include "System.h" enum IMAGE_TYPE { IMAGE_UNKNOWN = -1, IMAGE_GBA = 0, IMAGE_GB = 1 }; // save game typedef struct { void *address; int size; } variable_desc; bool utilWritePNGFile(const char *, int, int, u8 *); bool utilWriteBMPFile(const char *, int, int, u8 *); ...
[ "robert.broglia@gmail.com" ]
robert.broglia@gmail.com
00c62daa228d3aedf81fc91d13e54c157d157eab
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/23098.c
80a3e500f23e3c0b1b97c4709ca5ad3f6d63f497
[]
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
1,759
c
cocci_test_suite() { struct platform_driver cocci_id/* sound/soc/samsung/pcm.c 588 */; dma_filter_fn cocci_id/* sound/soc/samsung/pcm.c 486 */; struct s3c_audio_pdata *cocci_id/* sound/soc/samsung/pcm.c 485 */; struct resource *cocci_id/* sound/soc/samsung/pcm.c 484 */; struct platform_device *cocci_id/* sound/soc...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
829726521ec2122b2b697fb302b6291131c22849
8eae6774231f4a313e7aa8ac30d5c678dc1c2a42
/SWUST OJ/最简单的C程序0612.c
b578e59c11a7f90d10f3044d267b5fc41a0de9f1
[ "MIT" ]
permissive
windcry1/My-ACM-ICPC
c97b203e5e54d355168ed14db888f4a1b3e6c363
b85b1c83b72c6b51731dae946a0df57c31d3e7a1
refs/heads/master
2021-09-06T20:47:56.525749
2021-08-22T14:06:10
2021-08-22T14:06:10
231,622,263
0
0
null
null
null
null
UTF-8
C
false
false
143
c
#include<stdio.h> int main() { printf("Welcome to the OnlineJudge of Southwest University of Science and Technology!\n"); return 0; }
[ "lanceyu120@gmail.com" ]
lanceyu120@gmail.com
0dda71015814e049aef93e3e69e28f58c4720079
624511f6ad0cf17a2ba1a1ea1f25c3b139ce4295
/baselib/lc/lc_client/lcclient_include.h
134d4776fcde181fcbf50f1377c6755de19e9177
[]
no_license
lightchainone/lightchain
7d90338d4a4e8d31d550c07bf380c06580941334
6fc7019c76a8b60d4fd63fba58fa79858856f66b
refs/heads/master
2021-05-11T05:47:17.672527
2019-12-16T09:51:39
2019-12-16T09:51:39
117,969,593
23
6
null
null
null
null
UTF-8
C
false
false
851
h
#ifndef __LCCLIENT_INCLUDE_H_ #define __LCCLIENT_INCLUDE_H_ #include "lcclient_manager.h" #include "lcclient_ioc.h" #include "lcclient_struct.h" #include "lcclient_nshead.h" #include "lcclient_utils.h" #include "lcclient_strategy.h" #include "lcclient_healthycheck.h" #include "lcclient_connectmanager.h" #include ...
[ "lightchainone@hotmail.com" ]
lightchainone@hotmail.com
6d4d2b02dfe9b1a909074d5339793ef29f2891ed
678b454f4767b18f0fc1dd6b7e8f7ea2bc02b242
/C/AULA2/Josinaldo/8.c
a252a5a6927e20e2329a0f08cfa1f4819113eb88
[ "Apache-2.0" ]
permissive
GADS2014M/Exercicios
1dcc4697c25ef1e8947d2f712eddbf5c803e6fda
da09c69db6b15fa220666de26aa2a7ab16ff6cc3
refs/heads/master
2020-12-30T14:56:10.111132
2015-04-30T10:20:32
2015-04-30T10:20:32
25,061,516
1
1
null
null
null
null
UTF-8
C
false
false
1,113
c
#include <stdio.h> // Entrada e saida #include <locale.h> // Caracteres especiais main (){ setlocale(LC_ALL,""); // Caracteres especiais // Variáveis int octeto; printf("\n [ ------------------- Verificador de classes de IP ------------------- ] \n"); // Solicita o octeto printf("\n Por fav...
[ "josinaldo.web@gmail.com" ]
josinaldo.web@gmail.com
8b0f8a6239d22127be87f8b10cc21717c3c95acd
f1e40210c00ee371c89164738a757da46dc8173b
/SC12/src/httpcli.c
805ea7f24237713b0d1cd49a197d95b2eb50dbde
[ "MIT" ]
permissive
dries007/ModernMasterMind
ac8694a8620ff8165a4ef8ba6f1ea97f14dfb336
e999d40df125e388a631e26a42f4ae315cb9cf1d
refs/heads/master
2021-01-01T19:19:43.731647
2015-05-21T17:20:21
2015-05-21T17:20:21
34,607,842
1
0
null
null
null
null
ISO-8859-10
C
false
false
12,886
c
/****************************************************************************** * * (c) 2005-2009 by BECK IPC GmbH * ******************************************************************************* * * Disclaimer: This program is an example and should be used as such. * If you wish to use this program...
[ "admin@dries007.net" ]
admin@dries007.net
badfa6e5e6d37a9feb68e86b4ad6681bfc1ac6e9
5b69f73a79c25a5f1dfd392ad9799b258d655b19
/exynos4/hal/include/audio.h
1275db39b0a9cbca8e8c9b480d09ee2e791486a6
[]
no_license
LineageOS/android_hardware_samsung
60863a35d4094c9921a77ceda78070cf55209bdc
0e6c373ef1114d0d4a899bf98a643acf2d817ff8
refs/heads/lineage-19.1
2023-08-28T13:29:07.457446
2023-08-15T15:26:44
2023-08-15T15:26:44
75,639,523
65
696
null
2022-10-02T20:16:17
2016-12-05T15:38:40
C
UTF-8
C
false
false
9,071
h
/* * Copyright@ Samsung Electronics Co. LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
[ "daniel.hillenbrand@codeworkx.de" ]
daniel.hillenbrand@codeworkx.de