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
08b5506b9c2b9b94cbfa365c6a0ab7179b297b71
473fc28d466ddbe9758ca49c7d4fb42e7d82586e
/app/src/main/java/com/syd/source/aosp/external/vixl/test/aarch32/traces/assembler-cond-rd-rn-rm-t32-ssax.h
ba73d9138f88672a1c98851b84b18a579eda4e5c
[]
no_license
lz-purple/Source
a7788070623f2965a8caa3264778f48d17372bab
e2745b756317aac3c7a27a4c10bdfe0921a82a1c
refs/heads/master
2020-12-23T17:03:12.412572
2020-01-31T01:54:37
2020-01-31T01:54:37
237,205,127
4
2
null
null
null
null
UTF-8
C
false
false
59,003
h
// Copyright 2015, VIXL authors // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright notice, // this list of conditions ...
[ "997530783@qq.com" ]
997530783@qq.com
b7deca342aeae34a6a035ff8f2322a629b3d69c5
faecbeced8aaff006d00603e841eeac32881cfa4
/数据结构初阶_顺序表实现/数据结构初阶_顺序表实现/seqlist.c
55d63fbfcfff0528a05b3537516c9071a34ddbf0
[]
no_license
ttbeyond/Data-Structure_CodeStructure_Code
383a9462ba5e756797cdec3d9de4eac4e3c43b38
72357525026b172080de2144c1735da16d023fd8
refs/heads/master
2023-02-15T01:12:22.610984
2021-01-11T15:54:00
2021-01-11T15:54:00
328,687,311
2
0
null
null
null
null
GB18030
C
false
false
3,868
c
#include"seqlist.h"; void SeqListInit(SeqList* ps) { assert(ps); ps->_array = NULL; ps->_size = 0; ps->_capacity = 0; } void SeqListDestory(SeqList* ps) { assert(ps); ps->_capacity = 0; ps->_size = 0; ps->_array = NULL; free(ps->_array ); } //检查容量是否足够,不够按二倍扩容 void CheckCapacity(SeqList* ps) { assert(ps); if...
[ "2359738246@qq.com" ]
2359738246@qq.com
ee65284bfd6ce6ad0b2da3b617eb493c816fd501
1db219b6b321f419912b822ebe31a9a3b4975990
/shujian/d/city/jiangnan1.c
3243ed5516abd94c8599115221f4041f02a44613
[]
no_license
cao777/mudSJ2021
7403b34dc457fe1b4e9ee209190dc32f0cf4bd77
47f0a440dbea1018ca383fe84808807cf6d7ee10
refs/heads/main
2023-03-19T09:51:02.329590
2021-02-28T13:27:06
2021-02-28T13:27:06
null
0
0
null
null
null
null
GB18030
C
false
false
5,993
c
// Room: /d/city/jiangnan1.c #include <ansi.h> #define SHIP_TO __DIR__"jiangbei1" #define BOAT __DIR__"boat1" inherit ROOM; void check_trigger(); void on_board(); void arrive(); void close_passage(); void create() { set("short", "长江南岸"); set("long", @LONG 面前是一条波涛翻滚的大江(river)。 浊流滚滚,万舟竞发。两岸渡船来 来往往,江边...
[ "22929645@qq.com" ]
22929645@qq.com
642a78b605d3c3676b15fe82c89e318582505a1d
1eb5913dd36c0ea81ee190ed8dbe4e81161a7fc0
/src/search.h
c375e34beaf885c6a5111cb294e39042a443b500
[]
no_license
rrsilaya/POS
3c6ecbf070ff8aeb19641963c9b322e3086d11f1
9f6b673e0765d63450d023cff0e2be6cd405ad26
refs/heads/master
2021-06-20T21:34:06.107200
2017-06-29T14:42:39
2017-06-29T14:42:39
83,206,897
1
0
null
null
null
null
UTF-8
C
false
false
1,053
h
int isEmptyList(ITEM *head) { // checks if a list is empty if (head -> next -> next == NULL) { popmsg(1, "No items stored in the roster yet."); return 1; } else return 0; } int isEmptyCategory(ITEM *head, int category) { // checks if category is empty ITEM *reader = head; while (reader != NULL && read...
[ "rrsilaya@up.edu.ph" ]
rrsilaya@up.edu.ph
b24faadafd71af8e96e9ed847cd8c733bd8607f0
97b0793dc872963d1f816c7250857ffc4792b611
/Temp/StagingArea/Data/il2cppOutput/t983MD.h
91b8c40ebce4dcf0480c80620583f2988d19ca81
[]
no_license
JamesMoulang/LudumDare32
1e63f2d46dd8d9e8cf52cfc33a1f0f98b08d3119
9826e0eba56c85ed8161c510ba91af5bee52eea4
refs/heads/master
2020-04-27T08:17:58.678320
2015-04-23T15:33:15
2015-04-23T15:33:15
34,171,493
0
0
null
null
null
null
UTF-8
C
false
false
277
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" struct t983; struct t36; void m5355 (t983 * __this, MethodInfo* method) IL2CPP_METHOD_ATTR; t36 * m5356 (t983 * __this, MethodInfo* method) IL2CPP_METHOD_ATTR;
[ "james@jamess-MacBook.local" ]
james@jamess-MacBook.local
aa688f00e886669b09b15e8949285813b0f7d790
11965f9b825e8e9c105b4a0c2912971ff705e8e6
/CODE/USER/led.c
2eb7113dfeac65716385069bc259098c1f11d41c
[]
no_license
qinzhenhai1612/LedsBoard
ea1f637a1124793dfcc9c3b409226694e1fffb3d
f202a355cc6215896580a52d674b3cf251a8016e
refs/heads/main
2023-05-23T13:35:47.595754
2021-06-14T01:22:42
2021-06-14T01:22:42
376,415,388
0
0
null
null
null
null
UTF-8
C
false
false
4,819
c
#include "led.h" void LED_ON(unsigned int i) { switch(i) { case 1: LED1_ON;break; case 2: LED2_ON;break; case 3: LED3_ON;break; case 4: LED4_ON;break; case 5: LED5_ON;break; case 6: LED6_ON;break; case 7: LED7_ON;break; case 8: LED8_ON;break; case 9: LED9_ON;break; case 10: LED10_ON;break; case 11: LED1...
[ "527587913@qq.com" ]
527587913@qq.com
9d17a4e65486a711bea4b04c56acb0052b249ec8
6d1cf368966f923a6d91742a3f224a331dfaa2f7
/sm/sm2.h
b26f5cc8ca52e2990b2f3dc7428f9e755a4d6c41
[]
no_license
vwarship/Guomi
507e73d2d1c4302f679114eb16a6c33eab95ee3e
09048dea2922ef423ac87c823eb9595681ce134f
refs/heads/master
2021-08-19T19:18:41.366346
2017-11-27T07:34:07
2017-11-27T07:34:07
112,163,303
2
0
null
null
null
null
UTF-8
C
false
false
253
h
#ifndef SM2_H #define SM2_H #include "sm2_common.h" #include "ec_param.h" #include "xy_ecpoint.h" #include "sm2_ec_key.h" #include "util.h" #include "sm2_test_param.h" #include "part1.h" #include "part2.h" #include "part3.h" #include "part4.h" #endif
[ "vwarship@163.com" ]
vwarship@163.com
1cd012869584184d0676b8f91b383efd0f8db6a7
000cef8bf769732c20d5412f68b0fba102a48b66
/singleCPU/heatEquation3d/heat3d.h
d0782f30d507c34db64bc6b5d0999d594df93a73
[ "MIT" ]
permissive
Cxb1993/Matlab2CPP
31fcef8e7af7db308b6174eb7cec148acc34d853
b4a865fbcb006a342fb76acab12bd1a5d80a5339
refs/heads/master
2021-06-20T14:12:38.918251
2017-08-09T01:35:40
2017-08-09T01:35:40
null
0
0
null
null
null
null
UTF-8
C
false
false
1,808
h
#include <stdio.h> #include <stdlib.h> #include <math.h> #define DEBUG 0 // Display all error messages #define NX 32 // number of cells in the x-direction #define NY 32 // number of cells in the y-direction #define NZ 64 // number of cells in the z-direction #define L 10.0 // domain length #define W 10.0 // domain wi...
[ "manuel.ade@gmail.com" ]
manuel.ade@gmail.com
ecf450171cfee312ef3582f17332939833042c29
e6b597a7eadfc30337b35c7a1a41eb2a65526f38
/string_functions.c
d5c1fbbab72d902253e6ced33db1b169c08e306a
[]
no_license
claraberriel/simple_shell
b4549bacf817ed14d0dbcd7a5c75e2a1fc2a7d4d
72ec697281922d7b48695a27c64e267914c64532
refs/heads/main
2023-04-02T21:46:25.874331
2021-04-16T17:39:00
2021-04-16T17:39:00
null
0
0
null
null
null
null
UTF-8
C
false
false
2,482
c
#include "header.h" /** * _strlen - Counts the length of a string * @str: string to count * * Return: the ammount of chars of the string */ int _strlen(char *str) { int i; for (i = 0; str[i]; i++) { } return (i); } /** * _strdup - duplicates a given string * @str: string to duplicae * * Return: A poin...
[ "minipachru@gmail.com" ]
minipachru@gmail.com
8b053697710e24aa2dad951f5f5f2f8656669132
3b9b4049a8e7d38b49e07bb752780b2f1d792851
/src/native_client/toolchain/linux_x86/nacl_x86_glibc/x86_64-nacl/include/asm/page.h
d104aab4861b5434d51e3b34e90108405274c0a5
[ "BSD-3-Clause", "Apache-2.0", "Zlib", "Classpath-exception-2.0", "BSD-Source-Code", "LZMA-exception", "LicenseRef-scancode-unicode", "LGPL-3.0-only", "LGPL-2.0-or-later", "LicenseRef-scancode-philippe-de-muyter", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-intel-osl-1993", ...
permissive
webosce/chromium53
f8e745e91363586aee9620c609aacf15b3261540
9171447efcf0bb393d41d1dc877c7c13c46d8e38
refs/heads/webosce
2020-03-26T23:08:14.416858
2018-08-23T08:35:17
2018-09-20T14:25:18
145,513,343
0
2
Apache-2.0
2019-08-21T22:44:55
2018-08-21T05:52:31
null
UTF-8
C
false
false
78
h
# ifdef __i386__ # include "page_32.h" # else # include "page_64.h" # endif
[ "changhyeok.bae@lge.com" ]
changhyeok.bae@lge.com
66639dae9527524b89bdc659a5ccd6630a7891d0
22c57c75a7d1203d1f78b7571ca3e389ee061590
/spray/spray/submodels/Spray/BreakupModel/TAB/TABSMDCalcMethod1.H
9aeb6b216fb232093b9186b090b71bad6c03bb60
[]
no_license
amolrajan/Utilities
645bc8c7fff422d0d2be686ece7daab39de889bd
d63e280961b1360e7185e860d2fb041b51b80ab7
refs/heads/master
2020-03-26T05:07:36.351296
2014-12-17T07:52:05
2014-12-17T07:52:05
null
0
0
null
null
null
null
UTF-8
C
false
false
219
h
{ bool found = false; scalar random = rndGen.scalar01(); while (!found && (n<99)) { if (rrd_[n]>random) { found = true; } n++; } rNew = 0.04*n*rs; }
[ "niklas.nordin@nequam.se" ]
niklas.nordin@nequam.se
34de21c5df2663f55335c152b4e42e6ed8c9d795
075ed80a041ae98a7ae9bb20a9551b4be6493a86
/d/Artifact/std/sliver_desc.c
95d8f296814bb78c72707d9d703bcd7a9ce5d826
[]
no_license
simonthoresen/viking
959c53f97c5dcb6c242d22464e3d7e2c42f65c66
c3b0de23a8cfa89862000d2c8bc01aaf8bf824ea
refs/heads/master
2021-03-12T21:54:46.636466
2014-10-10T07:28:55
2014-10-10T07:28:55
null
0
0
null
null
null
null
UTF-8
C
false
false
2,258
c
#include "/d/Artifact/artifact.h" inherit ART_I_SLIVER_BASE; private string _type; private string _real_name; private string _base_name; private int _rank; private int _max_rank; static void create() { int pos; ::create(); _type = 0; _rank = 1; _max_rank = 1; _real_name = ...
[ "simon@hult-thoresen.com" ]
simon@hult-thoresen.com
b51311f2849d5b1004b3f24c4c6f10bfd97af665
63b22673ad691daf65f5914a2522a0399490fbfc
/src/GTK/device.h
6ed48c5207d9e378f79a92645286fec2ad938011
[]
no_license
jpzm/wii88
7c1c65b4fd51dca9ff2bfbaff6eb2a9cb6e45251
331f18440f5641dd05771298c62c016ab6995e11
refs/heads/master
2021-01-01T20:42:46.830188
2017-08-28T18:16:14
2017-08-28T18:16:14
98,914,767
6
1
null
null
null
null
EUC-JP
C
false
false
712
h
#ifndef DEVICE_H_INCLUDED #define DEVICE_H_INCLUDED #include <gtk/gtk.h> /* * src/GTK/ 以下でのグローバル変数 */ extern int gtksys_get_focus; /* 現在、フォーカスありかどうか */ /* * src/GTK/ 以下でのグローバル変数 (オプション設定可能な変数) */ extern int use_gdk_image; /* 真で、GdkImageを使用 */ void gtksys_set_signal_frame(GtkWidget *main_window); void gtk...
[ "jpsm@dct.ufrn.br" ]
jpsm@dct.ufrn.br
dd1909eea6a4406fda223b018a834a7e319fc4a4
7d19af9fbaf3bdb07cadb05c17fa5b6ee61e3062
/www/firefox60/patches/patch-media_libcubeb_src_cubeb__oss.c
b48354b670657a18b54746d5fffe6a6279edb185
[]
no_license
jrmarino/pkgsrc-synth
ff96437a20953c832777a70b9ad298229154fa35
dc200e5f34878e8b3d57d4a5c321077c79b42ec7
refs/heads/master
2022-06-07T17:08:57.130400
2022-05-01T00:22:20
2022-05-01T00:22:20
71,819,061
3
3
null
null
null
null
UTF-8
C
false
false
13,386
c
$NetBSD: patch-media_libcubeb_src_cubeb__oss.c,v 1.1 2018/06/28 14:04:10 ryoon Exp $ * Restore OSS audio support code --- media/libcubeb/src/cubeb_oss.c.orig 2018-05-09 10:25:44.118207555 +0000 +++ media/libcubeb/src/cubeb_oss.c @@ -0,0 +1,454 @@ +/* + * Copyright © 2014 Mozilla Foundation + * + * This program is mad...
[ "dragonflybsd@marino.st" ]
dragonflybsd@marino.st
a2fae381f569734018245caa371766832389378f
9d48ce43cbe23144870b0712b1d332fae9aa9e56
/test_referee.c
c60a494eb5a1d560ab4522755251725a8acc8e02
[]
no_license
azmr/referee_tmp
3564249f71f43f9b80ff20d2eb7e986890ddd2a2
90500f04cb69a5ff0aee3a984408bfb111f3e42a
refs/heads/master
2023-01-20T05:03:58.608649
2020-11-18T16:15:35
2020-11-18T16:15:35
313,989,353
0
0
null
null
null
null
UTF-8
C
false
false
2,425
c
#define SWEET_NOCOLOUR #include "sweet.h" #include "stdlib.h" #include "stdio.h" #include "refcount.h" #define REFCOUNT_TEST #include "refcount.h" #define struct(t) \ struct t;\ typedef struct t t;\ struct t struct (Tester) { int i; float f; char *s; } Test_Zero = {0}; int main() { /* Tester test = { 2, 3.3, "he...
[ "azmreece@gmail.com" ]
azmreece@gmail.com
bed3087e3afa7ba9dcf27173aecb1315c5012a02
ac24e3f262ba18468010750ac66c28ed35498990
/LAB4_2.c
7a10db0cb080c3d990e4c34bd3ac6157919e3c85
[]
no_license
grontis/microprocessors_coursework
6b8593dc225661c00c09105919e1eb72e257c3cd
d0dd5a6e42738abdab6395bd5efe1cc8c1be937a
refs/heads/master
2020-03-28T06:56:25.080943
2018-09-07T20:28:59
2018-09-07T20:28:59
147,871,136
0
0
null
null
null
null
UTF-8
C
false
false
4,180
c
#include <msp430.h> int R5_SW=0, R6_LED=0, temp=0, i=0; int main(void) { WDTCTL = WDTPW | WDTHOLD; // Stop watchdog timer P1OUT = 0b00000000; // mov.b #00000000b,&P1OUT P1DIR = 0b11111111; // mov.b #11111111b,&P1DIR P2DIR = 0b00000000; // mov.b #00000000b,&P2DIR ...
[ "noreply@github.com" ]
grontis.noreply@github.com
c1f0707e46978d0da29d3094f0b548726cc4169a
bc0c3d3c44819fdf725fbc7b7c584fdf123dfdb1
/M051_SI4432_RELAY/Lib/DrvEBI.c
890798816cae280de0f70f501bce5cd90d41c382
[]
no_license
freechw/si4432-m051
b5e82f4482118af718d4c33e09dba6286659999e
6f6ef5836b5928283abb09c321378f3d2917efb3
refs/heads/master
2020-03-21T20:08:24.334199
2017-12-26T09:26:39
2017-12-26T09:26:39
null
0
0
null
null
null
null
UTF-8
C
false
false
8,960
c
/*---------------------------------------------------------------------------------------------------------*/ /* */ /* Copyright(c) 2010 Nuvoton Technology Corp. All rights reserved. ...
[ "925295580@qq.com" ]
925295580@qq.com
623993f8210112f9e7db5dc4f42bb04a02d4f317
be5b0e78f19941e8319a9d8d76a38c3932d0a43e
/59.c
1e6393af60c1c7f571d5046615abd371bd9ca79d
[]
no_license
LEZLINBATHRUSE/BATHRUSE
d2477cece5cf762e8692edb02e610c313743521d
b76bbede2483f937a296357302295961cc395003
refs/heads/master
2021-05-11T01:04:33.286198
2018-03-16T09:42:58
2018-03-16T09:42:58
118,320,115
0
2
null
null
null
null
UTF-8
C
false
false
353
c
#include<stdio.h> void main() { int b[50]; int i,j,c; printf("Enter the array elements"); for(i=0;i<10;i++) { scanf("%d",&b[i]); } printf("The sorted array "); for(i=0;i<10;i++) { for(j=i+1;j<10;j++) { if(b[i]>b[j]) { c=b[i]; b[i]=b[j]; b[j]=c; } } } for(i=0;i<10;i++) { printf("\nThe array of sorted elements is %d",b[...
[ "noreply@github.com" ]
LEZLINBATHRUSE.noreply@github.com
3f54d38e77735347b710cb617138f954a4f3e0c0
e02a9b145addd071502da4a483041b946d1d2604
/spi.h
2e2120249d2106a809ba743bb6354ebfd08839f9
[]
no_license
Seine2017/communications
d0fec6b922322881c48cf5c5f3a5fe0b67bf9ae2
dcc0877df5706d3b31de936722cdf2536f200171
refs/heads/master
2021-01-17T11:56:21.463477
2017-03-06T15:39:42
2017-03-06T15:39:42
84,051,601
0
0
null
null
null
null
UTF-8
C
false
false
409
h
//spi.h //Used to use the SPI interface. //Based on code by Steve Gunn, obtained from the Year 1 C7 lab: https://secure.ecs.soton.ac.uk/notes/ellabs/1/c7/ #include <avr/io.h> #include <avr/interrupt.h> void init_spi_master(void); void init_spi_slave(void); void init_timer_and_interrupts(void); void init_pin_change_in...
[ "kiranptl27@gmail.com" ]
kiranptl27@gmail.com
09c87b64e93c6acbd6fb3a82cc304c735eadc1c9
4350d29029386b9121d1ec8c26ce351af6073a86
/base_offset_return/bin/base_offset_return-sh4-linux-gnu-gcc-9.reko/base_offset_return-sh4-linux-gnu-gcc-9_fini.c
78a5499cca9c87caacef630da13fc2fdd60e9142
[]
no_license
mewbak/reko-samples
a6f2d344f3affdd569521775c48018aa9b57aee5
7522b99718d252642a79717930345a3e2fb155af
refs/heads/master
2022-09-02T23:29:30.696530
2020-05-24T14:47:22
2020-05-24T14:47:22
null
0
0
null
null
null
null
UTF-8
C
false
false
357
c
// base_offset_return-sh4-linux-gnu-gcc-9_fini.c // Generated by decompiling base_offset_return-sh4-linux-gnu-gcc-9 // using Reko decompiler version 0.9.1.0. #include "base_offset_return-sh4-linux-gnu-gcc-9_fini.h" // 00000540: void _fini() void _fini() { word32 r12_15 = globals->dw0554 + 0x0554; int32 r1_16 = glob...
[ "smxdev4@gmail.com" ]
smxdev4@gmail.com
916d306186864f46407cc60501b51eb2fe110ed7
efc0e1be0067f169da875aa086465ffe17c24c3f
/runtime/libpgmath/lib/amd64/directives.h
33b20a653c6e744bab471713ffbf34f0b95bda9e
[ "Apache-2.0" ]
permissive
teamblubee/flang
aedc8de3b2bf5509d01884f78631ed94fbedf5b8
e96f211d5c520db72da4250ce4a2c299be0365dd
refs/heads/master
2020-03-28T12:51:20.355712
2018-10-04T16:17:41
2018-10-04T16:17:41
145,700,922
0
0
null
2018-08-22T11:40:09
2018-08-22T11:40:09
null
UTF-8
C
false
false
12,630
h
/* * Copyright (c) 1995-2018, NVIDIA CORPORATION. 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
[ "gurenchan@gmail.com" ]
gurenchan@gmail.com
d5ddbae21307dfa474893433230991a2990e3306
a3abdb9566b572fbcb32120e1988cf3a8471cd82
/PWGCF/FLOW/macros/AddTaskGammaDeltaPID.C
674ed5d3048615da99ad2db2063b592268abfb38
[]
permissive
raquishp/AliPhysics
1883b34e8f1e125b98ecec7f59d8c793d1c95624
a5a5aa30ad0785ae6c8468f2e890a2174d7b5a8c
refs/heads/master
2022-05-13T10:29:24.089942
2022-03-31T16:44:14
2022-03-31T16:44:14
351,432,925
0
0
BSD-3-Clause
2021-03-25T12:44:25
2021-03-25T12:44:24
null
UTF-8
C
false
false
7,275
c
void AddTaskGammaDeltaPID(Int_t gFilterBit = 768,Double_t fPtMin=0.2,Double_t fPtMax=2.0,Double_t fEtaMin=-0.8, Double_t fEtaMax=0.8,Double_t fChi2max=4.0,Int_t gNclustTPC=70, Int_t fparticle=0,Double_t nSigTPC = 3.0, Double_t nSigTOF = 3.0, Bool_t bSkipPileUp=kFALSE, TString sCentEstimator="V0M", Float_t fVzMin = -10...
[ "rihanphys@gmail.com" ]
rihanphys@gmail.com
08fe7ad440ae361463ed86755c3598236a04cc6c
3c7ab2aec22293ea861fd4d76a6120e768295e91
/http-server-app/src/hs-route-api-image-upload.c
381edc2ebbd96929c7739d6943c1ec18f85b1c3d
[ "Apache-2.0" ]
permissive
Samsung/tizen-iot-examples
daaad2f8cc76664eab3f55439df653dcf7ea5092
bad5a58540a3987b5a4a6aedd11aa471eb4a05cd
refs/heads/master
2023-08-31T09:05:13.977382
2021-08-09T09:13:30
2021-08-09T10:28:55
221,869,463
7
13
Apache-2.0
2023-04-07T10:15:02
2019-11-15T07:34:59
C
UTF-8
C
false
false
2,359
c
/* * Copyright (c) 2019 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 applicabl...
[ "jh1979.park@samsung.com" ]
jh1979.park@samsung.com
55323f9148147552430732ce4c3cb753d0d34af9
fd9f470e0b2ee6f40d46847c5e83406df7e6b2f7
/phone.c
5feb99a6cac0db75a006c436469b933b17ec653a
[]
no_license
higucheese/EEIC_IPphone
33a763772885f0fa9de25999e2bf38621a5a8412
ab416484a0bd5e0b5378d1d6fd3ccfb3c203b1cd
refs/heads/master
2021-01-19T06:06:22.703819
2016-08-02T19:47:31
2016-08-02T19:47:31
60,504,536
0
0
null
null
null
null
UTF-8
C
false
false
5,472
c
#include "IPhone4blib.h" const char REC[] = "rec -t raw -b 16 -c 1 -e s -r 44100 - 2>/dev/null"; const char PLAY[] = "play -t raw -b 16 -c 1 -e s -r 44100 - 2>/dev/null"; void die(char *str){ perror(str); pthread_exit(0); } int initialize_client(operator* o, uint16_t portnum, const char* IP){ /* クライアントとしての動作をまと...
[ "t.higuchi.robotech@gmail.com" ]
t.higuchi.robotech@gmail.com
e538c01b3125e473acbc6481f6131c68d015b6cd
fae5020671ab47fb9d3529be29d8d4a377f88339
/tree.c
4941fa8a9e862e35b227271599b48dc10a514598
[]
no_license
dsgzds/DianShell
dfb9df7d6880330ab73ecee45eafbd3e135c8468
03b82affdd641fb83607f0abf78eac7381eab44d
refs/heads/main
2023-05-01T22:03:54.030483
2021-05-18T07:18:52
2021-05-18T07:18:52
367,937,461
0
0
null
null
null
null
UTF-8
C
false
false
746
c
#include "common.h" extern BuiltinCmd blt[MAX_BUILTIN_FUNC_NUM]; int tree(int * retc, char ** retv, const int argc, const char ** argv) { if(retc) *retc = 0; if(argc == 0) return 1; int cmdIdx = findBuiltinCmd(argv[0]); if(cmdIdx < 0) { printf("command: %s, non-builtin comman...
[ "anna7736@163.com" ]
anna7736@163.com
514a879e10c4db2eacad6284827524af11e201f0
4e87df024f179be11bc6ad91d3fda019183c9e3b
/convert_dat_to_bmp/jlMap2Convert/Resource.h
7f990ada58b844c0a8300a1a14a3eabbfa54f673
[]
no_license
lanzheng1113/game_robot
54f03c8cb0b29ca7e38952187a45fdb00be1b508
c8efb0770e19a9baa9fef5de3992360993847917
refs/heads/master
2020-07-12T14:26:25.288847
2019-08-28T07:23:08
2019-08-28T07:23:08
204,839,436
0
0
null
null
null
null
GB18030
C
false
false
389
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by jlMap2Convert.rc // #define IDS_APP_TITLE 103 // 新对象的下一组默认值 // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 101 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1000 ...
[ "lanzheng_1123@163.com" ]
lanzheng_1123@163.com
6f671e5d952e3266ae52da7f70ce9af198f02d10
3f309b1dd9774ca1eef2c7bb7626447e6c3dbe70
/apps/trng/random_number/firmware/src/main_l2x.c
58af2fe8ffab8cd082e7ddffd0ef73efdefa5f3c
[ "LicenseRef-scancode-unknown-license-reference", "ISC", "LicenseRef-scancode-public-domain" ]
permissive
Unitek-KL/csp
30892ddf1375f5191173cafdfba5f098245a0ff7
2ac7ba59465f23959e51d2f16a5712b57b79ef5f
refs/heads/master
2020-12-10T13:42:26.878408
2019-10-14T17:55:22
2019-10-14T17:56:20
233,609,402
0
0
NOASSERTION
2020-01-13T14:04:51
2020-01-13T14:04:51
null
UTF-8
C
false
false
3,561
c
/******************************************************************************* Main Source File Company: Microchip Technology Inc. File Name: main.c Summary: This file contains the "main" function for a project. Description: This file contains the "main" function for a project. The ...
[ "http://support.microchip.com" ]
http://support.microchip.com
6895596d0ed0b47974685c020b9219478beb4dd3
5e8640301e3497b9eeb0206d127170f58a1a2521
/libft/ft_isalnum.c
42f6de54f51cbda10ab09b7114ed13bed6f66f2d
[]
no_license
mmativh/libft
10278537d2c1e78b1544afe31a98314d01f3db66
3bb222cb642e3ccac55c0224aaefdc5376ae4a48
refs/heads/master
2020-03-27T15:23:55.036217
2018-08-30T08:15:47
2018-08-30T08:15:47
146,715,548
0
0
null
null
null
null
UTF-8
C
false
false
1,018
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isalnum.c :+: :+: :+: ...
[ "mmathivh@e5r11p11.wethinkcode.co.za" ]
mmathivh@e5r11p11.wethinkcode.co.za
37b7f0b214416ede9025157b80d0cee06dbfcde0
6fa39539d4014cb5e09febde7ff8c7a6e29b609a
/zlog/test/test_bitmap.c
7d5d83badeeed43b13c1c4b90d2f51d944eef9c3
[]
no_license
yapingxin/WinZlog
99e2498b08d780c04869e7fe70aceb44a970e17b
9cf0ac653a3639850aeca0ed7b21fce6df925cd2
refs/heads/master
2022-06-21T12:24:23.815165
2020-05-13T03:14:01
2020-05-13T03:14:01
263,494,181
1
0
null
2020-05-13T01:28:16
2020-05-13T01:28:16
null
UTF-8
C
false
false
1,795
c
/* * This file is part of the zlog Library. * * Copyright (C) 2011 by Hardy Simpson <HardySimpson@gmail.com> * * The zlog Library 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 3 ...
[ "ll@gmail.com" ]
ll@gmail.com
68946d705bb23e96cacf3e16614ec87025d06075
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/cygwin-master/winsup/cygwin/libc/nftw.c.bak.c
6ae2f67ce93c79dfc8fe4c6a0ca0207f2eb0f8de
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
3,410
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* $OpenBSD: nftw.c,v 1.4 2004/07/07 16:05:23 millert Exp $ */ /* * Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby grant...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
e053b5a131072e3ca91840e4fd2d05209b5a1c5f
23b6c79b81bd8c82d98b2d18e5ed176010f2ae1a
/hashing.c
9012a0d2dfd474930b4aa1ebc09f9cc8ff2389dc
[]
no_license
ankitrajput9981/algo1
3e7864bd0005a4b8a16a5bd201e27cdf745ae093
a666b21445a487cdc7068ca9aab02a156489c8a6
refs/heads/main
2023-08-18T15:53:11.541182
2021-10-13T17:12:09
2021-10-13T17:12:09
415,071,899
1
6
null
null
null
null
UTF-8
C
false
false
590
c
#include <stdio.h> #define SIZE 10 int hash(int key) { return key%SIZE; } int probe(int H[],int key) { int index=hash(key); int i=0; while(H[(index+i)%SIZE]!=0) i++; return (index+i)%SIZE; } void Insert(int H[],int key) { int index=hash(key); if(H[index]!=0) index=probe(H,key); H[index]=key; } int Search(int...
[ "noreply@github.com" ]
ankitrajput9981.noreply@github.com
fe23cb418f13e55760e6ed754f47d7721ee4e13d
15ae68eb37acae2de8f485538773ff5fcd6edd31
/Source/Macros.h
eb1f742bd4ce5e15805aebd988819fbcd23d9cda
[ "MIT" ]
permissive
evstigneevnm/NLS_all_bounds
193f43a4a9080065d9126e622840bef72a1d473e
248951f073604210fcf8d7f5ba8ece4864698026
refs/heads/master
2020-03-12T23:44:49.778803
2018-05-01T19:46:25
2018-05-01T19:46:25
130,872,821
1
0
null
null
null
null
UTF-8
C
false
false
1,127
h
#ifndef __MACROS_H__ #define __MACROS_H__ #include "constants.h" #define BLOCKSIZE 64 //#define block_size_x 16 //#define block_size_y BLOCKSIZE/block_size_x #define FS for ( j=0 ; j<N ; j++ ){ #define FE } #ifndef I #define I(i,j) (i)*(Ny)+(j) #endif //* Type redifinition! #define real double #define cudaCo...
[ "evstigneevnm@gmail.com" ]
evstigneevnm@gmail.com
df37f66f7bdbcd9654efc54de226e30eff2db3e6
092668fe62e9d7826c5efecff37542ee42565870
/windows/core/ntcon/client/precomp.h
90aa1b145fe73ef98ff4cd239602f97b9c9fdea1
[]
no_license
CKOtherProject/Nt5Src-Lite
c7de0ed59dc4a55257ada104221b818a84594c79
ad41f6490f26c6adead2f0696c19133f060205f4
refs/heads/master
2023-09-02T22:47:44.039487
2021-11-11T13:29:59
2021-11-11T13:29:59
null
0
0
null
null
null
null
UTF-8
C
false
false
198
h
#include "condll.h" #include <windows.h> #include <nt.h> #include <ntrtl.h> #include <nturtl.h> #include <winbasep.h> #include <winconp.h> #include <stdlib.h> #include <string.h> #include <stdio.h>
[ "84119280+helloobaby@users.noreply.github.com" ]
84119280+helloobaby@users.noreply.github.com
3a9f627dffbc1874d4cff425709d91a782fe433b
0aef26863f142bef75a0e4aaf7da76fc95e3d8ae
/crypto_aead/estatetweaes128v1/ref/tweaes-128.c
991cabf688225ea0dd6f42050c7c051e8c405513
[]
no_license
jedisct1/supercop
94e5afadc56ef650d7029774a6b05cfe2af54738
7c27338ee73a2bd642ba3359faaec395914175a2
refs/heads/master
2023-08-02T20:12:39.321029
2023-05-30T03:03:48
2023-05-30T03:03:48
179,046,113
23
2
null
null
null
null
UTF-8
C
false
false
14,969
c
/* * TweAES-128 * * TweAES-128 is a minor extension of AES-128 [1], the NIST recommended * block cipher (based on the Rijndael cipher by Rijmen and Daemen * [2,3]), in that it accepts a very short tweak of size 1 nibble. * * 1. https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.197.pdf * 2. https://web.archive....
[ "github@pureftpd.org" ]
github@pureftpd.org
33f913bf38c2eceae70a3c14e988e710fb316445
f619c700cb0c2aaaf3d4fe0250378dc6a985cab1
/rarcproxy/gdal_helper.h
c89abfe56cfd5e8be0f40e60d4a876ffd922eb11
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
radovankavicky/r-bridge
7c6f399f6cedd882a277f3270da98976414ce3ce
1f66f8026c936c4e3fa7b0c0e0f67176600b07f8
refs/heads/master
2020-07-13T11:13:07.694802
2016-03-04T21:05:14
2016-03-04T21:05:14
null
0
0
null
null
null
null
UTF-8
C
false
false
108
h
#pragma once SEXP R_fromWkt2P4(SEXP str); SEXP R_fromP42Wkt(SEXP str); const wchar_t* set_gdal_data_path();
[ "dpavlushko@esri.com" ]
dpavlushko@esri.com
3b6ff7d73a7d7343142f3c54887442d7d01c86d5
e80e5374b8fd00379293adb35fc8cf017d5f4cc7
/qemu_mode/qemu-2.10.0/roms/u-boot/arch/x86/cpu/quark/dram.c
47beb86da3244e21a275a8c3b47a6f22c606edd8
[ "Apache-2.0", "LicenseRef-scancode-generic-cla", "GPL-2.0-or-later", "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", "LicenseRef-scancode-unknown-license-reference", ...
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
5,142
c
/* * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com> * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <errno.h> #include <fdtdec.h> #include <malloc.h> #include <asm/mrccache.h> #include <asm/mtrr.h> #include <asm/post.h> #include <asm/arch/mrc.h> #include <asm/arch/msg_port.h> #include <asm...
[ "longlong_vm@dell_book.com" ]
longlong_vm@dell_book.com
b55266f98c17a26e3a139a9e367815b2494dde6c
97b2366c9f372782aa17b1e20276423f40c1cd88
/lib/shell.h
0ba0edc6d5ff9bdf5cda02ade3ce875680efc7a3
[ "MIT" ]
permissive
hexagonal-sun/x1
3891bed03a75b5b711aade03eb57d62a48380869
c9d1eddfddc72c5c5494f7581ea7299db9ce27bd
refs/heads/master
2021-04-28T15:41:06.750893
2018-03-28T21:16:06
2018-03-28T21:16:06
121,995,352
1
0
null
2018-02-18T22:08:59
2018-02-18T22:08:59
null
UTF-8
C
false
false
3,389
h
/* * Copyright (c) 2015-2018 Richard Braun. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge,...
[ "rbraun@sceen.net" ]
rbraun@sceen.net
995abb2b69c9983030e3555eed93d698dd6cab3e
d4c83d97f7eff8363b95d8a6ceb771e76259608b
/generic_sort.c
d18ff7d68db39b34b28a79c695dd73580bc87c7b
[]
no_license
DSAA-KTTN/Week-2
b6798d94f6603156f371cb98fa84821e73ed9d28
b7e7fa0fe7d3f47f34568e36f8ccb78954294c64
refs/heads/main
2023-09-06T08:39:27.374810
2021-10-15T14:42:27
2021-10-15T14:42:27
416,411,925
0
0
null
2021-10-15T14:42:28
2021-10-12T16:21:08
null
UTF-8
C
false
false
2,743
c
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<stdbool.h> #include<stddef.h> // ---------------------------------------- // typedef struct { // int real; // char complex; // } data; // ---------------------------------------- void swap(size_t size, void *a, void *b) { void *temp ...
[ "noreply@github.com" ]
DSAA-KTTN.noreply@github.com
7cdf4f92a97d34e3de5ba82fd0e279bd42808b13
22e9c4201443c43f5ec38d4622d9217b09fe0228
/LegalAssistant/LegalAssistant/zxNavigationBar/ZXNavigationBarDefine.h
7d252c54bcc0e00ed34d1a0890bc1fb18868ca9f
[]
no_license
langNiGeTou/testGitCode
734a7c05a5eb9b0a1ae10a4e8fbeea848a35c79d
2df3bcdce1b44344fc87faa976431b8a2f726172
refs/heads/main
2023-05-31T21:05:03.058632
2021-06-24T08:16:30
2021-06-24T08:16:30
379,822,568
0
0
null
null
null
null
UTF-8
C
false
false
5,015
h
// // ZXNavigationBarDefine.h // ZXNavigationBar // // Created by 李兆祥 on 2020/3/7. // Copyright © 2020 ZXLee. All rights reserved. // https://github.com/SmileZXLee/ZXNavigationBar // V1.3.9 #ifndef ZXNavigationBarDefine_h #define ZXNavigationBarDefine_h #define ZXNavDefalutBacColor [UIColor whiteColor] #define Z...
[ "2374793142@qq.com" ]
2374793142@qq.com
cad05c1a25d13ef62458f859a668e10d183057bf
247338528d5216399870325c30dc56f9bc1260a5
/claseocho/copiadora.c
84a11d80db168bee0399b23d58a36034da1473bd
[]
no_license
INGCOM-UNRN-P1/ejemplo-c
098c09703112790c0b5e1e3d57d7dc739b31a8dd
ece44b5cfd199fd212be0f394117270a007bde5b
refs/heads/main
2023-08-25T03:36:30.431322
2021-11-02T22:35:32
2021-11-02T22:35:32
391,358,132
0
2
null
null
null
null
UTF-8
C
false
false
2,023
c
/* Algo que les quería comentar sobre la función `copiadora` pero entre la batería y mi memoria me terminé olvidando. (sin tipos) el prototipo de la función es `copiadora(origen, destino, capacidad_destino);` Y como les mostré, al tener el argumento `capacidad_destino` pueden hacer cosas que no son evidentes a simple ...
[ "martinvilu@gmail.com" ]
martinvilu@gmail.com
e404648ab849ece35d24306395b59f5180b3318b
c55f28e66b1398d918e01f6966b39ab932230153
/Projects/STM32L073RZ-Nucleo/Examples/Cortex/CORTEXM_SysTick/Src/main.c
fbf59cc79da81570c473b0b33c10196d5f4ea2f1
[ "BSD-2-Clause" ]
permissive
pengphei/STM32Cube_L0
a61b09a340cb6c815eb4f367bb40f929bb52977b
7988a1e2d431982d5245215d525f7faf855ded79
refs/heads/master
2021-01-17T06:35:43.344107
2016-07-23T10:08:06
2016-07-23T10:08:06
64,010,361
0
0
null
null
null
null
UTF-8
C
false
false
7,785
c
/** ****************************************************************************** * @file Cortex/CORTEXM_SysTick/Src/main.c * @author MCD Application Team * @version V1.7.0 * @date 31-May-2016 * @brief This example shows how to configure the SysTick. **************************************...
[ "pengphei@sina.com" ]
pengphei@sina.com
de4a74c24f99a6125ef28254e3a9a36c197a7d9e
ea623c033748c33648fa6db58eba2aa7240fe85c
/lib/lag/matrix_test.c
f9feea606dcab5a1434806da96cab8b3272827c7
[]
no_license
matrn/C-digit-recognition
13e182c2e83be24a444d8199a29b49c7b54a76fe
188e2ebe35e2fbf301150d00fdecb284d5f1d2a9
refs/heads/master
2023-07-13T23:30:02.426696
2021-08-27T16:16:16
2021-08-27T16:16:16
376,254,720
2
0
null
null
null
null
UTF-8
C
false
false
1,091
c
#include "include/matrix.h" int main(){ matrix_t mat; matrix_t out; matrix_init(&out); matrix_alloc(&mat, 5, 5); printf("%d\n", matrix_eye(&mat)); matrix_print_wh(&mat, true); matrix_add(&out, &mat, &mat); matrix_print_wh(&out, true); matrix_zero(&out); matrix_multiply(&out, &mat, &mat); matrix_prin...
[ "trnka.matej@seznam.cz" ]
trnka.matej@seznam.cz
444b6257586c07801367a84d700f33d187d98e12
2529e95db5f9732a2032931c0f22b6e2d3ac53f0
/src/script/scriptbase/script.c
83a336108be15e16d3136b686527a69800ad2bc7
[]
no_license
zhoumingzhe/sge
c6ec85af2051fe44b5e4139424423d55605997cf
bec850e4089c12853de98a1a0e0668caaf5c44f4
refs/heads/master
2020-06-30T03:44:02.740335
2013-12-20T05:20:15
2013-12-20T05:20:15
null
0
0
null
null
null
null
UTF-8
C
false
false
761
c
#include "script.h" #include "script_internal.h" enum sge_script_type sge_get_script_type(struct sge_script_obj* obj) { return VTABLE_CALL(obj, get_type)(); } void sge_destory_script(struct sge_script_obj* obj) { VTABLE_CALL(obj, destory)(obj); } sge_bool sge_exec_file(struct sge_script_obj* obj, const char*...
[ "zhoumingzhe@gmail.com" ]
zhoumingzhe@gmail.com
5c7ca21ee36cf1a241200b742ca56984c56d8820
fb98b2f74350e200aa571b03578b9f60c38ba47f
/src/xoroshiro128.h
e5f59435947aa9fea86e89964188bf8148730b54
[ "LicenseRef-scancode-public-domain", "CC-BY-4.0" ]
permissive
claytonkb/Babel
99fa36a7dadafb4e305209a5d331b562f498e774
09b18aefde83d1f74f6477f8e2f6f91d9ba2a970
refs/heads/master
2020-12-19T11:00:52.096236
2016-07-27T19:34:06
2016-07-27T19:34:06
2,368,994
3
1
null
null
null
null
UTF-8
C
false
false
1,615
h
// xoroshiro128.h // #ifndef XOROSHIRO128_H #define XOROSHIRO128_H /* Written in 2016 by David Blackman and Sebastiano Vigna (vigna@acm.org) To the extent possible under law, the author has dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is d...
[ "claytonkb@gmail.com" ]
claytonkb@gmail.com
33b28105420038edae8fb1a150aec67e419227f6
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5706278382862336_0/C/caf/A-elves.c
4bfdc67fa414e953475cc9acdeefea7732c183db
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C
false
false
738
c
#include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <string.h> long long gcd(long long a, long long b) { if (b == 0) return a; return gcd(b, a % b); } int ilog2fll(long long a) { int i; for (i = 0; (1LL << i) <= a; i++) ; return i - 1; } void do_test(int t) { lo...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
9c6910e2a72a256fafb924e10778b8ef992be251
08dcf47946e57ab55f5347a205198bf00a3286b2
/Lab/task1.c
add0ae59d02e3fd5663085a867ecc61081fad8c7
[]
no_license
Artfulbd/Workspace_C
0c300d4069364cfeb1428678a026efaac0f7fac8
bd7aee735b8174bf3cb2cd23e134928ab873ca35
refs/heads/master
2022-12-11T12:40:05.734304
2020-08-29T14:17:28
2020-08-29T14:17:28
290,953,052
0
0
null
null
null
null
UTF-8
C
false
false
254
c
#include <stdio.h> #define pi 3.1416 void areaPeri(int *r); main() { int a; printf("Enter radius: "); scanf("%d",&a); areaPeri(&a); } void areaPeri(int *r) { printf("Area is: %f",*r**r*pi); printf("\nPerimeter is: %f",2*pi**r); }
[ "md.artful.bd@gmail.com" ]
md.artful.bd@gmail.com
abe90acd12d3a1920608ac576cf1932df3ce5594
4f24e2388f183c299163cda825e0d24a560c8def
/STM32Cube_FW_F4_V1.10.0/Projects/STM32469I_EVAL/Examples/TIM/TIM_PWMOutput/Inc/main.h
fa5139e1f89d553442cac3ee262f850888836fbb
[ "BSD-2-Clause" ]
permissive
txson/ubuntu-stm32
a696885dbe33c47a64e904f04705d5e85f6936cd
805421fcd05154971320b119c6cf81588bb2e410
refs/heads/master
2020-03-12T09:09:05.390614
2018-04-22T07:49:00
2018-04-22T07:49:00
130,545,935
1
1
null
null
null
null
UTF-8
C
false
false
3,754
h
/** ****************************************************************************** * @file TIM/TIM_PWMOutput/Inc/main.h * @author MCD Application Team * @version V1.0.2 * @date 13-November-2015 * @brief Header for main.c module **************************************************************...
[ "“1154492168@qq.com”" ]
“1154492168@qq.com”
f11419fb7db005eaa7dda04d7f93c5e7527958e3
c4c62caff67517a608102a97577e9cd01ebd6624
/growhouse/end-devices/blemesh/v1.4/platform/Device/SiliconLabs/BGM13/Include/bgm13_prs_signals.h
9482af2ae27b3322f6a009c4e9d66631d475ad67
[]
no_license
ArrowElectronics/Growhouse
30ab3b6990206490b12188e7cc9a2982fc47f711
0d2eb763947be25704eb23f58da09a27319c7427
refs/heads/master
2023-02-17T15:07:34.363647
2021-01-19T17:02:44
2021-01-19T17:02:44
265,281,716
5
2
null
2020-06-03T10:14:03
2020-05-19T15:10:20
C
UTF-8
C
false
false
12,586
h
/***************************************************************************//** * @file * @brief BGM13_PRS_SIGNALS register and bit field definitions * @version 5.7.2 ******************************************************************************* * # License * <b>Copyright 2018 Silicon Laboratories Inc. www.sila...
[ "einfochips@einfochips.com" ]
einfochips@einfochips.com
7a45711a2fbbf1f97b2af0ba99e6491d09e3e47c
e3f82cdffe35cbc470659762e5fe86276111ef9d
/dist/src/mccp.c
52a9176bf2c54cdacc974f0d2c3682a87004de91
[]
no_license
jeremy-larose/DragonLandsMUD
9c42e34f0d4df976f3f343f003ef6dae618f7048
5df9d28d7b0aa57e056df583c6d69328c551ed79
refs/heads/master
2022-12-14T00:25:29.592228
2020-09-17T19:39:09
2020-09-17T19:39:09
296,422,172
1
1
null
null
null
null
UTF-8
C
false
false
5,108
c
/**************************************************************************** * [S]imulated [M]edieval [A]dventure multi[U]ser [G]ame | \\._.// * * -----------------------------------------------------------| (0...0) * * SMAUG 1.8 (C) 1994, 1995, 1996, 1998 by Derek Snider | ).:.( * * -----...
[ "53305810+jeremy-larose@users.noreply.github.com" ]
53305810+jeremy-larose@users.noreply.github.com
e75e763b48f79efaae140d614e1de9057e6b0f0c
4c583db8d1a8c8c84f9751de068632a90a3d85b8
/aoc/2018/day13/part_1.c
ac1d8ee3a467ea3f542308477f8c4cd658ce67c1
[]
no_license
pvrs12/junk
702d5762e38c8409c988264318b25b1b37fc0993
ff48f764dcaca970bca5f98011257f6653f740b8
refs/heads/master
2020-05-21T04:42:11.559256
2018-12-21T00:46:18
2018-12-21T00:46:18
46,739,622
0
0
null
null
null
null
UTF-8
C
false
false
6,469
c
#include <stdio.h> #include <stdlib.h> #include <time.h> const int GRID_LEN = 150; enum turn_direction { LEFT, STRAIGHT, RIGHT }; enum facing { NORTH = '^', EAST = '>', SOUTH = 'v', WEST = '<' }; struct cart { int id; int x; int y; int enabled; enum turn_direction next_turn; enum facing current_facin...
[ "pvrs12@gmail.com" ]
pvrs12@gmail.com
0543848307623a8abf1e66961ae65edfd0c3be21
e78f65ed918e8ffb4a2517422767313efc484654
/HorlogeDemo/inc/pwm.h
25269b284bd43a0856c05bc4b991984647447fdd
[]
no_license
sifourquier/firmwareDomotic
1a05e2662c1d9e5f0f6e5df7a49bd708aff1f551
071832a97febec9deec6fbc92dc5045fe58e443d
refs/heads/master
2022-01-21T00:49:15.591779
2019-07-20T13:56:11
2019-07-20T13:56:11
197,936,233
0
0
null
null
null
null
UTF-8
C
false
false
448
h
/* * pwm.h * * Created on: Nov 16, 2018 * Author: simon */ #ifndef PWM_H_ #define PWM_H_ #define MAX_POWER 1000 #define DIV_FREQU_PWM 48 #define DIGITAL (1<<7) extern volatile uint64_t time; //time in 1/1'000'000 seconde extern volatile uint32_t timeS;//time in s extern volatile uint8_t flagNewSec;//set ev...
[ "sifourquier@yahoo.fr" ]
sifourquier@yahoo.fr
c66e3f2d05baa073a2167c9175aef763e9b2ea6d
5c77fb7c825b4853ac70f988203a75437339e5ac
/MedToRoot/med/src/byte_order.c
bd35a5f4a6165aab153e66adfff2ce3e28bc1292
[]
no_license
Miniball/MiniballCoulexSort
56b20b8b4538b7db0818fdff84ab87d16ec5edd1
7c91fdd97f1b09627e1a5aff605af80108e21ee1
refs/heads/master
2022-07-28T03:58:14.793875
2022-07-06T22:43:52
2022-07-06T22:43:52
99,667,438
2
4
null
2020-02-25T10:46:28
2017-08-08T08:07:46
C++
UTF-8
C
false
false
3,726
c
/******************************************************************************/ /*! \file byte_order.c \brief Bytewise data access \details Provides functions to access data of different type with given byte ordering \author R. Lutter \version $Revision: 1.7 $ \date $Date: 2009-01-20 14:27:30 $ ***...
[ "user2@pcepisdaq6.cern.ch" ]
user2@pcepisdaq6.cern.ch
63662bed79139448651bbc32e2cb208d6a0395d8
e5c374e7edbe11ee382e95127d07d1df531caa5c
/Car.Headlight.Case.Study/4_Car_Headlight_Impl/src-gen/StatiCorneringLightLED.h
3122ad95235b88b2aa78766ca9a485ae39825664
[]
no_license
phil-hei/variability-management
b6031dba3a16754c9a77326f4ed831b75ff585f8
af2526bc996febb1c685a00f783bf179c2187ff3
refs/heads/master
2021-05-25T12:43:06.266858
2020-04-07T10:21:28
2020-04-07T10:21:28
253,758,535
0
0
null
null
null
null
UTF-8
C
false
false
99
h
extern void turnStaticCorneringLightLEDOn(void); extern void turnStaticCorneringLightLEDOff(void);
[ "philipp.heisig@fh-dortmund.de" ]
philipp.heisig@fh-dortmund.de
786a48abb38559239d228e054f1f586666365bea
e6da5a3210800cdfde59f3bbb7986ff3fc878598
/src/backend/utils/adt/inet_net_pton.c
ded7b7756276a4cca9ca84ae06e21d425e687bd3
[ "BSD-3-Clause", "PostgreSQL", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
Tencent/TBase
b66f13583ce6cd02ee5d453e2ce5a3a61e8b8f13
7cf7f8afbcab7290538ad5e65893561710be3dfa
refs/heads/master
2023-09-04T03:27:38.289238
2023-03-09T12:02:41
2023-03-09T12:18:46
220,177,733
1,433
283
NOASSERTION
2023-07-31T07:31:58
2019-11-07T07:34:03
C
UTF-8
C
false
false
15,310
c
/* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996,1999 by Internet Software Consortium. * * 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 ...
[ "chenzaini@sina.com" ]
chenzaini@sina.com
25c2ea8d9c679894186ae92c388f4149d646d2a9
943986211719218c5ec10a1f7f998f2493ce9da4
/afterFinals/hackerEarchPracticeChallengeQ1.c
ceabe413efef8c3d48d1ed99cbbbf341330f1f85
[]
no_license
BHASKARSDEN277GITHUB/practice_c_cpp
fcb7e1a83a572c9df066291b71c6ff334d059a1b
7e54572ed3607c94aa13d68acd545d3a0400d386
refs/heads/master
2021-01-17T14:57:52.861972
2016-06-16T16:58:43
2016-06-16T16:58:43
20,958,885
0
0
null
null
null
null
UTF-8
C
false
false
511
c
#include<stdio.h> //driver method to test the program main() { int T ;//test cases scanf("%d",&T) ; int a[T] ; int i ;//iterator for(i=0;i<T;i++) { scanf("%d",&a[i]) ; } i=0; int j ;//iterator while(i<T) { j=1; while(j<=a[i]) { if(j%3==0 && j%5==0) { printf("FizzBuzz\n"); j++; ...
[ "bhaskar@bhaskar-Dell-System-XPS-L502X.(none)" ]
bhaskar@bhaskar-Dell-System-XPS-L502X.(none)
df2f7deec00fe9ccb53d9f0b216add8e30f5d25d
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/5239383b-070e-44a8-8710-a2045a4c3d1c.c
0ac2b932b382f8a6e7dc7be023cc89bc7b739571
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
562
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i+j; l = l-j; l = l%j; l = l%j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; int b[87]; int c[87]; a = 0; do { ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
b1a132c761e17a24def48dcfae9476f49583e29a
943d51a06836e615d58a8888cef706d63d270a75
/DUMP/Player_Chaser_ProjectileThrow_DamageType_classes.h
50b821570724651ab9ddba5e849708d5c175f368
[]
no_license
hengtek/Back4BloodSDK
f1254133d004d7a5237013059d49c80f536879db
25ab4c4ce2e140b7e6b7afaac443e836802c3b2d
refs/heads/main
2023-07-05T03:23:01.152076
2021-08-15T15:03:38
2021-08-15T15:03:38
null
0
0
null
null
null
null
UTF-8
C
false
false
218
h
// BlueprintGeneratedClass Player_Chaser_ProjectileThrow_DamageType.Player_Chaser_ProjectileThrow_DamageType_C // Size: 0x60 (Inherited: 0x60) struct UPlayer_Chaser_ProjectileThrow_DamageType_C : UGobiDamageType { };
[ "hsibma02@gmail.com" ]
hsibma02@gmail.com
93a303acd6372520e7696343b40996c94dcf09bb
01aaaf35738434f24aef127205efd4feb7aad25d
/ft_lstpush.c
8c5d7eec3bd12de7a1c03753906bf69cc079477b
[]
no_license
Sisteem/libft
d61beecf890119b8af48c656d8e7f3b1e8017552
74350455933d96f7fe170c331bd72634470f57f0
refs/heads/master
2023-04-21T14:22:28.875485
2021-05-04T11:49:48
2021-05-04T11:50:49
348,814,253
1
1
null
null
null
null
UTF-8
C
false
false
1,097
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstpush.c :+: :+: :+: ...
[ "yousseflagtab@gmail.com" ]
yousseflagtab@gmail.com
7b07d417c126eb21dde43b7b7e0ec13f1001045c
7999e1411df7fc3e1e62d14618761d055f9f404c
/rtos/stm32f103/yyb/Drivers/BSP/X_NUCLEO_IKS01A1/x_nucleo_iks01a1_accelero.c
422e72978f11ddf1939326892b793845abe98778
[]
no_license
sprindy/yyb
9897844aae7f00a64897341c750fe39001b2bfe8
04f1305d11ee207cfa7b3a7072adf94b12d7f841
refs/heads/master
2020-05-22T21:24:19.151765
2017-11-05T13:57:47
2017-11-05T13:57:47
84,724,548
0
0
null
null
null
null
UTF-8
C
false
false
20,124
c
/** ****************************************************************************** * @file x_nucleo_iks01a1_accelero.c * @author MEMS Application Team * @version V2.0.0 * @date 10-December-2015 * @brief This file provides a set of functions needed to manage the accelerometer sensor *********************...
[ "sprindy_liu@htc.com" ]
sprindy_liu@htc.com
4dc711d073d48c9686b59ae07a8f3817bdbf12aa
deb3bd251bb1a6bcc6fa5b7b17c1088317608fab
/sdl/src/video/SDL_video.c
2e168ded5de771903212690e276e9eb49ada7ce7
[ "Zlib", "MIT" ]
permissive
wpbest/UWP
67790607af4819a3504411b89004409f9a787f6d
852e8a1d56abb404a59d3b2d20677f28522ae602
refs/heads/master
2021-01-23T08:43:39.233323
2015-08-04T16:26:15
2015-08-04T16:26:15
37,995,224
2
0
null
null
null
null
UTF-8
C
false
false
94,928
c
/* Simple DirectMedia Layer Copyright (C) 1997-2015 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
[ "william.best@WIn10Dev.corp.gds.jeppesen.com" ]
william.best@WIn10Dev.corp.gds.jeppesen.com
3f5174f5ca4283490cafc495162c48c1c1828854
969257e7ad5faea502321c2320023ddc0613c19e
/ti2720-d/svn/code/kernel/gpio_driver/user_gpio.c
b5563700bedc75eff8e76d1636fecc6f84a0fd0a
[]
no_license
deazurain/uni
71d275553c202cf0f70733fcb2119e5116c93e8d
324ba94d04fbf74dc9dab501a33745f7f1eddf8d
refs/heads/master
2020-06-04T07:10:59.901597
2012-01-13T16:50:52
2012-01-13T16:50:52
3,170,617
0
0
null
null
null
null
UTF-8
C
false
false
3,833
c
/* user_gpio.c Simple userspace routines to read and toggle GPIO pins on the SA-11x0. Uses mmap(2) on /dev/mem; so the program must have permission to access it. WARNING: Be careful not to change pins that the kernel assumes it has exclusive control over ! Created: 20010315, JDB. Modified: 200...
[ "mickfreeze@gmail.com" ]
mickfreeze@gmail.com
54d05c5a446ba4cb6db4e30d6e5b8f7d4e7f7586
a0c4ed3070ddff4503acf0593e4722140ea68026
/source/MVDM/WOW32/WGPRNSET.C
48f3cec003c83fda5ec5a40656f381e0357b4a2e
[]
no_license
cjacker/windows.xp.whistler
a88e464c820fbfafa64fbc66c7f359bbc43038d7
9f43e5fef59b44e47ba1da8c2b4197f8be4d4bc8
refs/heads/master
2022-12-10T06:47:33.086704
2020-09-19T15:06:48
2020-09-19T15:06:48
299,932,617
0
1
null
2020-09-30T13:43:42
2020-09-30T13:43:41
null
UTF-8
C
false
false
12,673
c
/*++ * * WOW v1.0 * * Copyright (c) 2000, Microsoft Corporation * * WGPRNSET.C * WOW32 printer setup support routines * * These routines help a Win 3.0 task to complete the printer set-up, * when a user initiates the printer setup from the file menu of an * application. * * History: * Created 18-...
[ "71558585+window-chicken@users.noreply.github.com" ]
71558585+window-chicken@users.noreply.github.com
6fcd591eeef9fe286659fd6089c05195ed980039
2bc3398063fd7251c46a2d93d2e301cd063befcd
/nitan/clone/goods/practice-emblem.c
9313cd3e3d872cda18f36f6c77b8369bada7da99
[ "MIT" ]
permissive
HKMUD/NT6
ae6a3c173ea07c156e8dc387b3ec21f3280ee0be
bb518e2831edc6a83d25eccd99271da06eba8176
refs/heads/master
2020-03-18T08:44:12.400598
2018-05-23T06:55:18
2018-05-23T06:55:18
134,525,191
9
4
null
null
null
null
GB18030
C
false
false
523
c
#include <ansi.h> inherit ITEM; void create() { set_name(MAG "紫金练习勋章" NOR, ({ "practice emblem", "emblem" })); set_weight(3000); if (clonep()) set_default_object(__FILE__); else { set("long", MAG "带在身上可以提升练习最大次数三百次。\n" NOR); set("unit", "块...
[ "xmlsdk@gmail.com" ]
xmlsdk@gmail.com
1e6c3b179f292f5054bbc1b99dcf839375427000
9d7c7495e53b0a031fb3968b9a7ff4cb5f4d7fce
/source/overclock_stm32f103.c
0f9436db07a521c6445585f1cafafafacb4f8141
[]
no_license
dimtass/stm32f103-ili9341-dma
a92a044e69d57ff89bec67e6aeb42cbcd0f74838
14e81f0c98cddb89de23cff56a7e55a784791172
refs/heads/master
2020-09-08T09:06:12.774045
2018-07-23T18:01:02
2018-07-23T18:01:02
221,088,172
13
2
null
null
null
null
UTF-8
C
false
false
1,234
c
#include "stm32f10x.h" /* Overclock to 128MHz */ uint32_t overclock_stm32f103(void) { /* RCC system reset(for debug purpose) */ RCC_DeInit(); /* Enable HSE */ RCC_HSEConfig(RCC_HSE_ON); /* Wait till HSE is ready */ ErrorStatus HSEStartUpStatus = RCC_WaitForHSEStartUp(); if(HSEStartUpStatus == SUCCESS) { /...
[ "dimtass@gmail.com" ]
dimtass@gmail.com
8cb0c2d75acf9bf28b357e9da0a807c19221c8a5
520decdac34bb4d11cb47470ac2acfc9c68794d8
/postgresql-9.0.0/src/backend/optimizer/plan/subselect.c
cf503d51135d2b34947cf3eca30b8cb75be96859
[ "PostgreSQL" ]
permissive
srush/postgres-provanence
a3e8b243fc379c11dc8e5209b7cd9a1a831dc984
885fd83418d22edcec66d2499a1b9a01c4c1c6d0
refs/heads/master
2020-05-29T22:27:32.090609
2010-12-12T17:39:32
2010-12-12T17:39:32
1,086,452
3
0
null
null
null
null
UTF-8
C
false
false
71,602
c
/*------------------------------------------------------------------------- * * subselect.c * Planning routines for subselects and parameters. * * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION * ...
[ "srush@srush-laptop.(none)" ]
srush@srush-laptop.(none)
6754974453b1a09fafc65ad3a95bce19079f6c5b
428befae60da20950b41e18151c9a2a7985ed159
/browser/src/vts-libbrowser/include/vts-browser/internalMemory.h
7a08f2953315d97bae304cf8ccfea4274ddd1f69
[ "BSD-2-Clause" ]
permissive
melowntech/vts-browser-cpp
e367a6c23911937a74ae192a9089b893931bbeb7
5a27ebc2ac55f998571f77be4d503d0f6da29e17
refs/heads/master
2022-01-21T11:47:13.475148
2021-05-11T10:32:30
2021-05-11T10:32:30
92,922,231
34
16
BSD-2-Clause
2021-09-26T07:01:33
2017-05-31T08:18:39
C++
UTF-8
C
false
false
1,775
h
/** * Copyright (c) 2017 Melown Technologies SE * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the f...
[ "tomas.maly@melown.com" ]
tomas.maly@melown.com
475bc21b46f7f051f0408da9c89c75b36ef2b4ed
b6aa06d9a83d8d08ac5af6e2b7f67bbfe3e0a4cf
/C/code/129.c
219e095f3fc3563554e9ab201b96a4b321719b10
[]
no_license
shuhongfan/Cdemo
7824770a18c3226e56d9df52c79e14d6a2ef28d4
fa7c5a0677634d9a7fd277092bf7fcb75c8e6b9b
refs/heads/master
2023-08-27T01:36:04.543258
2021-08-03T03:15:05
2021-08-03T03:15:05
423,831,923
0
0
null
null
null
null
UTF-8
C
false
false
109
c
#include <stdio.h> int main(){ int a[]={0,1,2,3,4,5,6}; for(int i=0;i<10;i++) printf("%d\n",a[i]); }
[ "shuhongfan@live.com" ]
shuhongfan@live.com
15cce0cafae43d239b62fc5f9954c48754510d71
87a5efba76f6242b15a4638835fe200b5443c36c
/src/qt/guiconstants.h
a7a813b7ddc71297ea94b5a3696275c92618200a
[ "MIT" ]
permissive
Roodtzmison/bitcoinx
cc0953ba8e78acc9433f62ec758d6b3b1c90e5ba
b16a295eb8fd70d4155781ec7cf41c47e3195028
refs/heads/master
2020-03-23T05:49:15.194561
2018-07-13T07:49:03
2018-07-13T07:49:03
141,167,968
1
0
MIT
2018-07-16T16:58:27
2018-07-16T16:58:26
null
UTF-8
C
false
false
2,009
h
// Copyright (c) 2011-2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_GUICONSTANTS_H #define BITCOIN_QT_GUICONSTANTS_H /* Milliseconds between model updates */ static const in...
[ "hoito.chiu@gmail.com" ]
hoito.chiu@gmail.com
4811f8d73b5b6605d010e6fc70b9c6e0b1f47730
71232717f94e6bc9557bc7da9680a76f3106d33d
/NoneApp/NoneApp/JuceLibraryCode/JucePluginDefines.h
dfba8e1eabee6e8857dcf8eb3d73d999a40ab499
[ "MIT" ]
permissive
0x07dc/none
a9652285124eb1f3f19c5a2b750cd25d186e5227
9fd20137427a92bab232e2af781f0fc5836a2656
refs/heads/master
2023-07-24T10:52:45.855687
2021-09-02T17:41:20
2021-09-02T17:41:20
400,630,338
1
0
null
null
null
null
UTF-8
C
false
false
4,856
h
/* IMPORTANT! This file is auto-generated each time you save your project - if you alter its contents, your changes may be overwritten! */ #pragma once //============================================================================== // Audio plugin settings.. #ifndef JucePlugin_Build_VST #define JucePlug...
[ "voss.jamil@gmail.com" ]
voss.jamil@gmail.com
e56cfc7c266a6ba93c29bef4c416c291b80afd57
1ec84a2416a9185f800e2aacbf53959ec72d31ce
/libft/ft_strsub.c
fc5a07c1ba2028704a94cc82e62f560f3dae2b12
[]
no_license
RyzhAlexWork/Lem_in
fcde93178f875865b1790103db04295881ea83ea
bbc8e30b7f1ebe8021b53a98af6e12ea2999227e
refs/heads/master
2021-01-01T14:33:29.825852
2020-02-09T15:20:23
2020-02-09T15:20:23
239,321,399
0
0
null
2020-02-09T15:20:24
2020-02-09T14:50:52
C
UTF-8
C
false
false
1,172
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strsub.c :+: :+: :+: ...
[ "ryzhalexwork@gmail.com" ]
ryzhalexwork@gmail.com
306c1bb1139b49d97057c38588b4c7f4f5c0887f
9d8fe725e79e5856b8b863abf0907a6a5f6f8a3c
/8123138.c
4d0fe90163028a052812cbf6bbc9ee1e2b4a8f36
[]
no_license
camthesaxman/ruby-c
08bb12c3c6662b113f558a2b43a4f232fedcbd91
afb59d795416468362ddf942d4cb1fca638f2bd6
refs/heads/master
2020-12-30T16:45:53.246386
2016-09-11T22:33:27
2016-09-11T22:33:27
91,023,059
0
1
null
null
null
null
UTF-8
C
false
false
216
c
int __fastcall sub_8123138(unsigned __int8 a1) { int v1; // r4@1 int v3; // [sp+8h] [bp-4h]@0 v1 = a1; BeginNormalPaletteFade(-1, 0, 0, 0x10u, 0); dword_3004B20[10 * v1] = (int)sub_8123170; return v3; }
[ "shadow962@live.com" ]
shadow962@live.com
54358d88de3cce8f577df42f84a50ddbee2bdbd5
5cf4e60bce6165f296fef3c1961567df3b36a4c8
/multipliers_8/source_c/mul8_155.c
d20f5e574406c943bb8d62f407b3dc525a91a3f9
[ "MIT" ]
permissive
mfkiwl/evoapprox8b
1b19476f82fcb979598bd019fbfeecb20a4f9c5f
ad6bb819bed0c641e26c882f06796efcfe406960
refs/heads/master
2021-10-10T19:59:44.757571
2019-01-16T12:40:35
2019-01-16T12:40:35
null
0
0
null
null
null
null
UTF-8
C
false
false
10,134
c
/*** * This code is a part of EvoApproxLib library (ehw.fit.vutbr.cz/approxlib) distributed under The MIT License. * When used, please cite the following article(s): V. Mrazek, R. Hrbacek, Z. Vasicek and L. Sekanina, "EvoApprox8b: Library of approximate adders and multipliers for circuit design and benchmarking of appr...
[ "imrazek@fit.vutbr.cz" ]
imrazek@fit.vutbr.cz
38276c1dacbe20c3382d868909d4a821f63ecb40
4b89dcd712d2c10cf615821ac698772b54475f98
/sources/manage_options.c
b870a68add918b01f30f45daf33673cca2e2a1f0
[]
no_license
jazalizil/allum1
b70439aa481b20fa1bbfb0977e77a6e053281682
8b43111322d1058d497165ff8090c2f6df26e9ed
refs/heads/master
2021-01-20T11:05:47.614307
2013-07-13T04:26:59
2013-07-13T04:26:59
null
0
0
null
null
null
null
UTF-8
C
false
false
1,136
c
/* ** manage_options.c for sources in /home/dabbec_j/projets/sysunix/allum1/sources ** ** Made by jalil dabbech ** Login <dabbec_j@epitech.net> ** ** Started on Tue Jul 02 12:52:27 2013 jalil dabbech ** Last update Fri Jul 12 15:12:16 2013 jalil dabbech */ #include <stdlib.h> #include <unistd.h> #include "my_prin...
[ "dabbechjalil@yahoo.fr" ]
dabbechjalil@yahoo.fr
f525332e6ccb152b2b4161a7db24476bed827f67
f729956ff02b66219d2ed8c8ef39f9fec7bac12a
/Project2/shell.h
3d0110e8b68fff759159c2b6ddd1b1048d2ca934
[]
no_license
deanzel/CIS340
7400bec311f925596e0f90854251595170178746
cc53e95180f7224935c207031b8fe6bf34b796cd
refs/heads/master
2021-01-25T07:55:09.079470
2017-09-14T20:26:51
2017-09-14T20:26:51
93,686,792
0
0
null
null
null
null
UTF-8
C
false
false
184
h
/* Dean Choi * Shell commands header file */ #ifndef SHELL_H_ #define SHELL_H_ //shell command variables and methods void printPrompt(); void printHelp(); #endif //_SHELL_H_
[ "deanchoi@gmail.com" ]
deanchoi@gmail.com
b19e5afb0d639436f2587229451b70270a7a184d
555ac1e019797951966321c581ddf5f4db8859c1
/計算機概論與程式設計/midterm exam/midterm_update/midterm/solutions/Q_2.c
f53c99973e956143e90b6cf2c63fe0678d748272
[]
no_license
SwallowLee/Code_language_practice
0048b60ad98add1ef475dee1a412efaa580663ac
dc8d4a08e659f73fa7f54b018301dafbb8f7a92a
refs/heads/master
2020-03-16T19:55:46.087467
2018-05-11T07:05:23
2018-05-11T07:05:23
132,938,210
0
0
null
null
null
null
UTF-8
C
false
false
877
c
#include<stdio.h> #define max_length 10 void swap(char *x, char *y); void permute(char *list, int now_pos, int final_pos); int main() { char ch; char list[max_length]; int list_length = 0; printf("Type text:"); while((ch = getchar())!= '\n') list[list_length++] = ch; printf("All per...
[ "annie1122.cs04@g2.nctu.edu.tw" ]
annie1122.cs04@g2.nctu.edu.tw
7769a76574dd05e4d539e6b7988c4d98ba9fe9dc
682ee3d17271fd524043adaca981dcbe9e3753a6
/main.c
9441906534e05ae453929b7432992df8697632c8
[]
no_license
weslownage/ZeldaBrickBreaker
fe9ce182720d0a64612713757c4c6c441ddb1213
e79b1c422ada45582627c94ca4b83c6eba0bffec
refs/heads/master
2020-03-29T22:15:44.524338
2013-04-16T01:56:57
2013-04-16T01:56:57
null
0
0
null
null
null
null
UTF-8
C
false
false
30,020
c
/************************************ * Name: John Wesolowski * Assignment: Project 2 * Class: CST 306 * Teacher: Dr. Byun * Date: 12/12/12 * Abstract: A legend of Zelda themed brick breaker. This game features 3 power ups, large paddle, speed up, and shooting. The player starts off with 3 ...
[ "jwesolowski@csumb.edu" ]
jwesolowski@csumb.edu
9e3e0bd853e73a0290d705ed599900f62d70de5f
e9748387450d738d335a4e13859a0852dcf0b832
/src/widgets/liqrecentsketches_tagging.c
43707aa37cd0972b64bd5368ae1656a5d2e89c16
[]
no_license
lcuk/liqbase-playground
7d7ad144ea53a46637634e1aca9b7b8669ef49e3
0c01a7499f6abcb04f8251916c4a9bb974ae9825
refs/heads/master
2016-09-06T19:21:50.403651
2011-05-31T15:48:17
2011-05-31T15:48:17
226,781
0
1
null
null
null
null
UTF-8
C
false
false
30,965
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <fcntl.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <errno.h> #include <dirent.h> #include <liqbase/liqbase.h> #include <liqbase/liqcell.h> #include <liqbase/liqcell_dllcache.h> #include <liqbase/liqcell_easyrun.h> #in...
[ "lcuk@lcuk-desktop.(none)" ]
lcuk@lcuk-desktop.(none)
1959681a4d2df67424e22eaaae882de286c0e4d3
461f3989b750162dd41407b950301bf6d1036070
/clib/ipcScheduler.c
85133732484fd64458ad1fa3278b91ac71290fc1
[ "MIT" ]
permissive
delao/SLUGS
4a463064eea95bcb17c9e4b43a5b5c15fb45e45e
5d666062cdb82a8843a58fcb6a610d543d210011
refs/heads/master
2020-12-25T09:28:25.995104
2010-11-27T19:21:25
2010-11-27T19:21:25
null
0
0
null
null
null
null
UTF-8
C
false
false
14,946
c
/* The MIT License Copyright (c) 2009 UCSC Autonomous Systems Lab Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
[ "malife@gmail.com" ]
malife@gmail.com
cab137a631a04894e077f7bad259b507ccddbcd4
55f4b6fec104be4503ecff9c9457f88491dea999
/.history/run_root_settings_20190416171611.c
9fc9f2bd09b9a2f844fbf65498ce08f2999eaa04
[]
no_license
einarzb/aodf
8845d529648675e544d1421cceae3b94e2c3c29e
cf3d0a13bcc5f19058e771cd9240c002a747c406
refs/heads/master
2023-01-08T16:57:30.618382
2019-10-11T04:00:01
2019-10-11T04:00:01
217,024,706
0
1
null
2023-01-04T12:41:29
2019-10-23T09:55:49
PHP
UTF-8
C
false
false
701
c
#include <stdlib.h> #include <unistd.h> #include <stdio.h> int main(int argc, char **argv) { // if(setuid(0)) // return -1; switch(argc) { case 1: return execl("/usr/sbin/fw_printenv", "fw_printenv", (char *)NULL); case 2: switch(atoi(argv[1])) { case 1: printf(argv[1]...
[ "zivtaller@gmail.com" ]
zivtaller@gmail.com
8c97fd3b809f79a5a05d94271a2f0f5d191e1a73
d21b76779581eaf626e2b72c3dfbf0c7a03cc3f2
/robottools/robot/robot71/mex/vmath.c
9466be38daaa0f72e6fde4babe90a2eea3fcbb2c
[]
no_license
XLforward/klreg_XL
1d3ea1e5dbdd79ba3c88187c6866145c31aef7fd
b9a272c55988386561bd5e8ac8b6aa8cf1818c36
refs/heads/master
2016-09-06T08:12:46.741323
2014-03-23T11:08:20
2014-03-23T11:08:20
17,617,173
1
0
null
null
null
null
UTF-8
C
false
false
3,245
c
/** * \file vmath.c * \author Peter Corke * \brief Simple vector/matrix maths library. * * Copyright (c) 2002 Peter I. Corke * * Permission to use and distribute is granted, provided that this message * is retained, and due credit given when the results are incorporated in * publised work. * * \note All vec...
[ "yutianyijian1@163.com" ]
yutianyijian1@163.com
eae7db09b59ed3f24c049b9d379a9292fcca915e
84b9f328944c69f3f1f78dcd3fe70468b0a959ad
/二叉树/二叉树/queue.c
47c82c4066026e6f5faef926614e7fae21e85feb
[]
no_license
Niceug/Algorithm
bb1ed35c0aef687bfa95066816cdf459b5fa1eb1
b93b548fb6cd54e4f3a7a15977af83df05777a10
refs/heads/master
2020-03-07T09:11:58.605487
2018-05-28T15:48:47
2018-05-28T15:48:47
127,401,142
1
1
null
null
null
null
GB18030
C
false
false
2,767
c
#include <stdio.h> #include <stdlib.h> typedef int DataType; /** *队列中的节点 */ typedef struct Node { DataType _data; struct Node* _pNext; }*PNode, Node; /** *队列 pHead 队头指针 pTail 队尾指针 size 队列大小 */ typedef struct Queue { struct Node* pHead; struct Node* pTail; }Queue; /** 初始化队列 */ void QueueInit(Queue* queue); /**...
[ "2235422344@qq.com" ]
2235422344@qq.com
93a35417a2cd3ed972411ed5d6933861235fe352
394f5926d91cca7c003452757115bd0bb96d96c1
/final/20180660.c
4a99ce8e4a77235cdd729c43c6aa6034b8af5a12
[]
no_license
kyagrd/cprog2018Fall
f73abc54ccd8138bbd6436d518abb5691d2a19da
e2f28e0c630c5c12f82021c513c051fb61ace2cf
refs/heads/master
2020-03-23T21:29:24.257601
2018-12-10T02:09:38
2018-12-10T02:09:38
142,110,748
0
4
null
null
null
null
UTF-8
C
false
false
1,056
c
// 인증코드:1358 #include <stdio.h> #include <stdlib.h> #include <assert.h> #include <stdbool.h> int char2shape(char); char shape2char(int); int char2value(char); char value2char(int); int getCards(int cards[][13]); void nextcardMeLast(int cards[][13], int yourshape, int yourvalue, ...
[ "kyagrd@gmail.com" ]
kyagrd@gmail.com
2ea7fa37f2d915a423884bbd59e9b9a0d544f46d
613eae293313a143b8dfc59b3c8dad2539e8a55c
/final-project/Core/Src/main.c
13eadac7aaf188a8c9b36b98990efe6cff580b5f
[]
no_license
MohamedElatroush/ECG-Embedded
d184f77f5a94d7990355a36015e7fe203adf7d5d
9698c4714c8915470916b682e92256a1c01b9f82
refs/heads/main
2023-01-30T14:33:42.695109
2020-12-19T10:22:57
2020-12-19T10:22:57
314,975,515
0
0
null
null
null
null
UTF-8
C
false
false
13,213
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body ****************************************************************************** * @attention * * <h2><center>&copy; Copyri...
[ "noreply@github.com" ]
MohamedElatroush.noreply@github.com
a858259304853b6941255ac3d96a952288c51652
69f0d7f0c41afb8a7ba6402ddf69ebfff6ea6d97
/Drivers/AS3933/AS3933.h
e41f5ced383c307b2dd9ec31a3864c3309643133
[]
no_license
AqueronteBlog/ARM
c42bf6de21f769f210d9f34320c6c18918c30d5f
dc7878c3c5a4c4e063b8a8f3810a42ef9c5b1eaa
refs/heads/master
2022-03-31T11:25:29.898751
2022-03-16T19:13:30
2022-03-16T19:13:30
68,955,200
9
14
null
2022-02-25T11:16:28
2016-09-22T19:30:09
C
UTF-8
C
false
false
48,198
h
/** * @brief AS3933.h * @details 3D Low Frequency Wakeup Receiver. * Header file. * * * @return N/A * * @author Manuel Caballero * @date 22/February/2018 * @version 22/February/2018 The ORIGIN * @pre N/A * @warning N/A * @pre This code belo...
[ "aqueronteblog@gmail.com" ]
aqueronteblog@gmail.com
d384a36ae51972c1785e772aa86ec9cbb31eb1d3
26e7542baa6e8f3be47ca11a5488eed10eb66a07
/src/proof/fra/fraSec.c
06011d2e9dfcd580db6519e6a283e5eab932a57d
[ "MIT-Modern-Variant" ]
permissive
topjohnwu/CAD-Contest-NP3
c9141aafc566bd9eab098d1ec708854ebbf078bc
77df6a439791af18d968a1d2188b5fbc88c27747
refs/heads/master
2020-12-11T04:09:28.197423
2016-09-07T02:59:52
2016-09-07T02:59:52
56,922,981
11
0
null
null
null
null
UTF-8
C
false
false
24,602
c
/**CFile**************************************************************** FileName [fraSec.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [New FRAIG package.] Synopsis [Performs SEC based on seq sweeping.] Author [Alan Mishchenko] Affiliation [UC Berkeley] Da...
[ "topjohnwu@gmail.com" ]
topjohnwu@gmail.com
35782b954aade8236ad9a126b8713efe6373cdfa
c5cb59dc1e39b170b957fcda988b43a407dd5aec
/h/define.h
b6f944de0e12c3c18d699a7d5811d059a02f4f42
[]
no_license
HarryAhuja/Travel_E_Guide
ac95a0abc802997781013518e5c9419d87768684
a7976e7842d918023241091c91dc902b30890bde
refs/heads/master
2023-06-10T17:18:06.507898
2021-07-01T09:44:26
2021-07-01T09:44:26
381,682,055
0
0
null
null
null
null
UTF-8
C
false
false
243
h
#ifndef __DEFINE_H__ #define __DEFINE_H__ #define MAX_N 1001 #define MAX_M 11 #define MAX_FRIENDS 21 #define MAX_PACKAGES 65536 #define bool int #define true 1 #define false 0 #endif
[ "harryahuja2@gmail.com" ]
harryahuja2@gmail.com
9d7586ae95f13f1ee57f688caa3bbdce6429fd09
ce169efa7693584f7165c1fe1abbd21eacc5880f
/funcs.h
8192eca286de03b0462c236927d78e2f06ae1877
[]
no_license
vmarkovskii/GlobalMyProject1
1c1a082c4a4cd5dcf0748ca384895c88519a08fa
3956c1e6343c6eadc76c2638dbf1cc0f12251d4b
refs/heads/master
2021-02-04T02:02:13.558906
2020-02-27T19:55:28
2020-02-27T19:55:28
243,600,364
0
0
null
null
null
null
UTF-8
C
false
false
223
h
//Hi! #ifndef __FUNCS_H__ #define __FUNCS_H__ double MySum(double, double); double MySub(double, double); double MyMul(double, double); double MyDiv(double, double ); double MyPow(double, double); #endif // __FUNCS_H__
[ "v-markovskii@mail.ru" ]
v-markovskii@mail.ru
6dff41bba719da12ab3cba6c2b071818f5e0c9e8
d5e596b9f61a7bb8474d16d00f53041ee91c7d56
/sdk/JN-SW-4170/Components/ZCL/Clusters/ApplianceManagement/Source/ApplianceEventsAndAlertsCommandHandler.c
9913c0b7b1ae44ee8e2413917f42b8ef0193a374
[ "BSD-3-Clause" ]
permissive
grostim/JN5169-for-xiaomi-wireless-switch
3134408d7a1b89eca979167b915df45865573a20
06a771795d3b2ab4095eb4d950244ee5f94690f4
refs/heads/master
2020-12-11T09:49:54.123791
2019-07-09T02:24:32
2019-07-09T02:24:32
233,812,882
1
1
NOASSERTION
2020-01-14T10:10:46
2020-01-14T10:10:45
null
UTF-8
C
false
false
16,618
c
/**************************************************************************** * * MODULE: Appilance Events And Alerts Cluster * * COMPONENT: ApplianceEventsAndAlertsCommandHandler.c * * AUTHOR: Shweta Chauhan * * $HeadURL: https://www.collabnet.nxp.com/svn/lprf_sware/Projects/Sm...
[ "248668342@qq.com" ]
248668342@qq.com
0066fced38bd5a3de015aa1df136270d8866bda5
8106d6f6a124751b6846da95443bea9c32d538ee
/apue-infomax/select_12/pthread_kill.c
d3ac9ecc60a28e9bc7c95bc1964761af168de756
[]
no_license
inpeterfomax/advanceUnix
4d6b97bb084ea78fa846f1a6ae714232f7b97622
a3436b869f7d02cf074af25da81dfddb42a30dcf
refs/heads/master
2023-08-18T15:08:38.708397
2023-08-07T13:53:31
2023-08-07T13:53:31
14,552,207
0
0
null
null
null
null
UTF-8
C
false
false
1,465
c
#include <assert.h> #include <errno.h> #include <pthread.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <unistd.h> #ifdef HAVE_ASM_UNISTD_H #include <asm/unistd.h> // __NR_gettid #endif static int s_debug = 1; static int getktid() { #ifdef __NR_gettid re...
[ "peter.gu@infomax.com.tw" ]
peter.gu@infomax.com.tw
048b6fe8650a14dd4164f24683376931276954b7
ae8dcdee2a209ad0a33fb4d7c91598be6132c026
/unit_5/exercise12.c
3649fc6a00c6ea6e1ec9d17a37c11c53c24c55d1
[]
no_license
Rbartoncello/algorithmAndProgramming
91d2c660cb5262d84ef5e3e01e9c79f7d74cd0d1
0e1a42bd752e134de6774bb82fed83c291872fdb
refs/heads/main
2023-01-21T17:59:29.093842
2020-12-05T21:14:39
2020-12-05T21:14:39
307,838,497
0
0
null
null
null
null
UTF-8
C
false
false
889
c
#include <stdio.h> #define ERROR_MSJ_NULL_ARRAY "ERROR!! array nulo" typedef enum { OK, ERROR_NULL_POINTER } status_t; typedef enum { JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC } month_t; status_t get_month_str (month_t, char *[]); int main (...
[ "rbartoncello@indec.gob.ar" ]
rbartoncello@indec.gob.ar
6fe828d04dc3aeed15f2c27d39105c20702abe09
769c4ff11fb6fb13f3accf7297c42f73a4a2fcb5
/demos/audio_sample/audio_play.c
c6d6e02d6c3ec7904f1d1d103798f2964ee1aeec
[]
no_license
sdut10523/dvr_rdk
ed285f33612047ba044d63770b37494c92369f3d
7d39a3380eb10c43635b569e3128bded169905e5
refs/heads/master
2020-12-11T06:08:44.139666
2015-10-28T12:40:19
2015-10-28T12:40:19
null
0
0
null
null
null
null
UTF-8
C
false
false
12,447
c
/******************************************************************************* * * * Copyright (c) 2009 Texas Instruments Incorporated - http://www.ti.com/ * * ALL RIGHTS RESERVED ...
[ "samhu66@163.com" ]
samhu66@163.com
99c1559c78d50ce73f1aca1ccdacaa4e3e3ac467
6fb39aaadfb3c2306920066448e0f927461633e2
/simulator/ms-tpm-20-ref/TPMCmd/tpm/src/command/Context/ContextSave.c
ff3c4cdf804c59aa74afa75cc8ed0136b7b1bce9
[ "BSD-2-Clause", "LicenseRef-scancode-proprietary-license", "Apache-2.0", "BSD-3-Clause" ]
permissive
google/go-tpm-tools
f6d9db521c4a1e823679d5312298419643affdc7
9e1f35d66b888ca2021fe0cb721b7ce5daf9eaef
refs/heads/master
2023-08-28T00:38:37.132933
2023-08-16T18:50:59
2023-08-16T18:50:59
161,976,966
181
57
Apache-2.0
2023-09-14T21:55:06
2018-12-16T07:10:09
C
UTF-8
C
false
false
10,551
c
/* Microsoft Reference Implementation for TPM 2.0 * * The copyright in this software is being made available under the BSD License, * included below. This software may be subject to other third party and * contributor rights, including patent rights, and no such rights are granted * under this license. ...
[ "noreply@github.com" ]
google.noreply@github.com
a05f70ae449231c61057b88f4af48c1f87e9e0dd
dac2ba865b4f8753c3fb5225301878d1768f769c
/ml_blobtestsrc/src/sys/gl3w.c
6905f88f3bcad4f6396ae7c93113cd4d9a4c6833
[ "Unlicense" ]
permissive
mudlord/demos
0be268989a89825c27bd203f443ba25e6bf1260e
359bada56a27ddbd4fcb846c0ff34bc474cb7f05
refs/heads/master
2023-04-10T08:50:58.065142
2021-06-04T08:11:17
2021-06-04T08:11:17
116,724,614
11
1
null
null
null
null
UTF-8
C
false
false
83,228
c
#include "gl3w.h" #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN 1 #include <windows.h> PFNGLCULLFACEPROC gl3wCullFace; PFNGLFRONTFACEPROC gl3wFrontFace; PFNGLHINTPROC gl3wHint; PFNGLLINEWIDTHPROC gl3wLineWidth; PFNGLPOINTSIZEPROC gl3wPointSize; PFNGLPOLYGONMODEPROC gl3wPolygonMode; PFNGLSCISSORPROC gl3wScissor; PFNGLTEXP...
[ "mudlord@protonmail.com" ]
mudlord@protonmail.com
9c87fad5aacc57c4e4647b4f691b326465fb8ad5
4fd6ac1d7b6f3bfe69ce45b7af0094e9b0164894
/imagecase/ser/imagecase.c
e19b58e13a31a0e859140e253ee715189b04f36b
[]
no_license
xingjinglu/ParaC-TestCase
dc9f6b1458f926967c0e954aca584fb7cb774fdd
be91ec489e7a9d8a1ea07bee84a10d1db593c4b4
refs/heads/master
2021-08-07T15:19:15.400353
2017-09-06T07:34:42
2017-09-06T07:34:42
109,969,140
0
0
null
null
null
null
UTF-8
C
false
false
5,951
c
#include <stdlib.h> #define ROWS 256 #define COLS 256 #define RATE 0.8 #define M 256 #define N 256 #define MRATE 205 #define NRATE 205 #define SIZE 3 #define MIN(a,b) ((a)<(b) ? (a):(b)) // M is height, N is width void rgb2grey(char oimage[M][N*3], char mimage[M][N]) { float arg[1][3] = {0.299, 0.587, 0.114}; fo...
[ "xingjinglu@gmail.com" ]
xingjinglu@gmail.com
49b0f7cf6dcd116646a383316e9dc228af919278
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/darwin-xnu/security/extr_mac_sysv_shm.c_mac_sysvshm_label_destroy.c
3ea461b3b78aca9927997a044801502beab7697d
[]
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
652
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
e99ee125c454ea721adbb30e776e73773bbea2c1
de71d5fc1c45e88f267513104f398927fdc661ff
/tests/src/test_example.c
3cf4365284aab5953823a193f462822b47320bd8
[ "ISC" ]
permissive
kl-cruz/cecc
a7aa37a33f13e9ccddc4d3cdab824059764a36ed
ceccef2a891db5bffba44cc38233660577a4d83d
refs/heads/master
2021-01-13T02:26:08.064831
2015-08-10T21:37:56
2015-08-10T21:37:56
40,506,879
0
0
null
null
null
null
UTF-8
C
false
false
271
c
/* * test_example.c * * All rights reserved. * * Created on: 17-10-2013 * Author: Karol Lasończyk */ #include <stdint.h> #include "platform_utils.h" #include "test_example.h" uint8_t test_example() { uint16_t i; while(i<0xff) { i++; } return 0; }
[ "karol.lasonczyk@gmail.com" ]
karol.lasonczyk@gmail.com
5b284891ed8fac79262cf184f6c9c96ad5bbed3a
57516371b0043c8806ad3973efbed499e6aee535
/devices/fm4/s6e2d3xj/common/mcu.h
1065798798c79429a73a0e45d6cafd66d43eacca
[]
no_license
mdhardenburgh/Cypress_PDL_2.1.0
14c94a4ca9197041deb2822a392733d8694984e1
277d5a96dfcfdff8c5927a2bb7bf97c27821a445
refs/heads/master
2020-07-09T04:40:31.942304
2019-08-22T21:45:36
2019-08-22T21:45:36
203,877,623
0
0
null
null
null
null
UTF-8
C
false
false
1,821
h
/******************************************************************************* * \file mcu.h * * \version 1.0 * * \date 7/29/2016 * * \brief Contains references to all device-specific header files. * ******************************************************************************** * Copyright 2016, Cypre...
[ "mdhardenburgh@gmail.com" ]
mdhardenburgh@gmail.com
1e33e0fcd31cf307262bfc9432a130167fad485a
2b0ff7f7529350a00a34de9050d3404be6d588a0
/013_TC++/範例/CH910/TIME01.C
b927a857ca413d38df9975e9c0f0e63486d4d8fd
[]
no_license
isliulin/jashliao_VC
6b234b427469fb191884df2def0b47c4948b3187
5310f52b1276379b267acab4b609a9467f43d8cb
refs/heads/master
2023-05-13T09:28:49.756293
2021-06-08T13:40:23
2021-06-08T13:40:23
null
0
0
null
null
null
null
UTF-8
C
false
false
393
c
/* program time01.c */ /* demo set time and gettime */ #include <dos.h> main() { unsigned i; struct time t; t.ti_hour = 0; t.ti_min = 0; t.ti_sec = 0; t.ti_hund = 0; settime( &t ); /* set the clock beginning */ for ( i=0 ; i<65535 ; i++ ) /* dummy loop */; gettime( &t ); printf("Total execution time : "); ...
[ "jash.liao@gmail.com" ]
jash.liao@gmail.com
ee541f81990d3048105027eb3f1b27143d72f96c
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/arch/powerpc/kvm/extr_e500.h_get_tlb_bytes.c
6980b95a872f1b57186d864ef69459bc048fe005
[]
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
719
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
d8c24e30fdff621f09acca6776b5669331c8f981
eaae3529ea65c9be62e4b177a498dd0459396052
/modified_ws_dw/qxect_Diamond_Inheritance.c
5a3ba02cbd9e70043bf8e0ac8b18420ed43776a8
[]
no_license
mgsanusi/blame-dodger
badac55079b0bc84c1c3ddff9357caffd480b512
c8b1f19d48e09200c9d59f3dda3b298ced7103d7
refs/heads/master
2021-01-20T04:50:14.975609
2018-01-12T00:02:14
2018-01-12T00:02:14
89,739,285
3
0
null
null
null
null
UTF-8
C
false
false
1,527
c
#include<stdio.h> #include<string.h> #include<time.h> #include<math.h> int n; double x[1005]; double y[1005]; int len[1005]; int in[1005]; int cmp(const void *p, const void *q) { int first_iteration; int pp = *((int *) p); int qq = *((int *) q); return len[qq] - len[pp]; } int chk() { int first_iteration...
[ "marina@virginia.edu" ]
marina@virginia.edu