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
ca9f8d6bf8065b2b7717b8fadb8c70e6d3ef4f09
a899dd06a5d618601145c3d4d05b3237d7523906
/px3se_linux/external/mpp/mpp/codec/inc/mpp_rc.h
773d1748234fc22838d20325c91af986760213a0
[]
no_license
lzhlee/px3se-linux
e85cf1afb0b3f850f1c19224008c386ea0f9f89e
cbc07637962df3e52f2d60034c6ed59c7ce4ab0f
refs/heads/master
2020-04-19T02:25:03.477105
2019-01-29T11:02:02
2019-01-29T11:02:02
167,901,747
0
0
null
null
null
null
UTF-8
C
false
false
8,722
h
/* * Copyright 2016 Rockchip 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...
[ "Lee.li@youmap.com" ]
Lee.li@youmap.com
1fe3ee0c3826c49d4b53fdb8b2624e1eefd9ae8a
b5220b341549ba3f7efec9424971c12d4ca3fef0
/graph/traverse/dfs_matrix.c
77830e1cee86e8747befa42912d0719b4bea7659
[]
no_license
xxllss/Data-Structures-and-Algorithms
c234d9b2aa4ce7d261d337318c445d51c800d099
346561c4e5ada6e79052bd5a5031b39862908d12
refs/heads/master
2022-04-25T14:54:49.104707
2020-05-04T16:16:35
2020-05-04T16:16:35
115,269,148
0
0
null
null
null
null
UTF-8
C
false
false
794
c
#include <stdio.h> #include <stdlib.h> #include "../create/create_matrix_graph.h" /** 创建邻接矩阵头文件 */ typedef enum{ FALSE, TRUE }BOOLEAN; BOOLEAN visited[MAXVEX]; void dfs(MGraph *,int); void dfsTraverse(MGraph *); int main(){ MGraph *G; G = (MGraph *)malloc(sizeof(MGraph)); createAdjGraph(G); ...
[ "2795457128@qq.com" ]
2795457128@qq.com
1d3dee85b7fff6e4d495b50f1239a0b16a0cc217
6cefa51cd5f5a9f5528307a3c449929cdf9aab3f
/threads/thread.h
8a3607ccf7f38519ba10ff66bdf8672237a4112b
[ "MIT-Modern-Variant", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
JSalazr/Pintos_VM
d9909a5f0438886fdf8e8407ddcc9ead031b8e21
0d61f4c8ac2811736a412dad08403b4b331c865b
refs/heads/master
2021-07-03T19:01:18.398667
2017-09-25T21:25:28
2017-09-25T21:25:28
104,831,195
0
0
null
null
null
null
UTF-8
C
false
false
7,373
h
#ifndef THREADS_THREAD_H #define THREADS_THREAD_H #include <debug.h> #include <list.h> #include <stdint.h> #ifdef VM #include "vm/page.h" #endif /* States in a thread's life cycle. */ enum thread_status { THREAD_RUNNING, /* Running thread. */ THREAD_READY, /* Not running but ready to run. */ ...
[ "jonathansalazar96@gmail.com" ]
jonathansalazar96@gmail.com
9d1bee2ccc3b4798753afbbb1576f84f63948b85
9a32ac3855cb70620491485c9a7f815846995c38
/.src/Tests/ConvexHull/Test_ConvexHull.h
5278935dd8c582a792e2fd4b7719424485af8ca2
[]
no_license
rcharron/climgRL
de85a477fb6af0c17d7f4688fb122dbb53e20247
a8acc55fa267619ec81862914f2682ba6b3e0e82
refs/heads/master
2020-06-11T20:17:24.871772
2015-05-04T22:11:06
2015-05-04T22:11:06
34,468,950
0
1
null
2015-05-01T10:23:43
2015-04-23T16:45:36
C
UTF-8
C
false
false
316
h
#ifndef TEST_CONVEXHULL_H #define TEST_CONVEXHULL_H /////////////////////////////////////////////////////////////////////////////// #include "../../MetaImage.h" #include "../../Modifieurs/ConvexHull.h" /////////////////////////////////////////////////////////////////////////////// void Test_ConvexHull (); #endif
[ "laureline.pinault@ens-lyon.fr" ]
laureline.pinault@ens-lyon.fr
ac5cca9da89bbc3e16f00b983c3a32d511f99209
63a772d116048fae24789e2c3e740aaadba3e76b
/main/main.c
641ddce02f981cba7f1da72c65b5cac9cfb9bc91
[]
no_license
timef1yer/expertC
c4939378508467d66b33912e17b53bfb191338d1
6bc28542eaf414df40d75fd9fdafdc9ca7d62fca
refs/heads/master
2023-01-03T21:43:11.149398
2020-10-30T23:59:06
2020-10-30T23:59:06
null
0
0
null
null
null
null
UTF-8
C
false
false
2,006
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <getopt.h> #include "conf.h" #include "version.h" static struct option long_options[]={ {"conf", required_argument, 0, 'c'}, {"help", no_argument, 0, 'h'}, {"version", no_argument, 0, 'v'}, {0, 0, ...
[ "15225434259xue@gmail.com" ]
15225434259xue@gmail.com
4f5f552a6bd587e49b04f482c374da37a576b888
bec784321a1439820d1ddda0342867c1da2eed25
/thirdparty/cyrus-sasl-2.1.23/sasldb/db_gdbm.c
8f4a79059203c9918aea9ad570e9eb7bb77effa1
[ "Apache-2.0", "BSD-Attribution-HPND-disclaimer" ]
permissive
sarvex/Impala
b701cf218f15e14174714aea3cd35331c38cabcc
e8d9eee772ae58b45a12941933d57d0ab26f99b7
refs/heads/cdh5-trunk
2023-05-13T21:51:35.396275
2023-05-02T03:02:22
2023-05-02T03:02:22
32,574,358
0
0
Apache-2.0
2023-05-02T03:02:23
2015-03-20T09:18:06
C++
UTF-8
C
false
false
9,366
c
/* db_gdbm.c--SASL gdbm interface * Rob Siemborski * Rob Earhart * $Id: db_gdbm.c,v 1.4 2003/02/13 19:56:14 rjs3 Exp $ */ /* * Copyright (c) 1998-2003 Carnegie Mellon University. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided ...
[ "henry@cloudera.com" ]
henry@cloudera.com
e01d6f38d144cd8a6a24bcc4c5d40069c9184b5d
b5952058aba7e2bb54874015d6e5f29d7bc24657
/set2,5.c
f4f996b0b407bb148c0b6634b2f5c4f83b2e71b2
[]
no_license
SrinithiSri/player
1dc898306489fb68ec8fdc8f2eb7eae9d8c03f4f
202b7d51585e3de73e9adca794d31f9fa0afb37c
refs/heads/master
2020-04-23T10:52:55.056433
2019-04-03T16:23:36
2019-04-03T16:23:36
171,117,350
0
0
null
null
null
null
UTF-8
C
false
false
433
c
#include <stdio.h> int main() { char a[50],b; int i,j,c=1,l=0,m=1; scanf("%s",a); for(i=0;a[i]!='\0';i++) { l++; } for(i=0;i<l;i++) { for(j=i+1;j<l;j++) { if(a[i]==a[j]) { c++; } if(c>m) ...
[ "noreply@github.com" ]
SrinithiSri.noreply@github.com
cdfcd969987d7d58197d5fb744450313528889fa
6c9947ef8b752851ed76e044b7ca2b5f8530d610
/GV_FW_PLC_RF_Production_FW/sampleapp/inc/smartplug_driver.h
a2bcefac3e58c288fb146b2d6b3b9de5cc4d7b8e
[]
no_license
greenvity-pankaj/production-tool
68694cd30288a44977670890375aded2806d4ab7
b703cda1aa1fad058fb9eeb231a27d6ffa7cb810
refs/heads/master
2020-04-16T02:17:13.034200
2017-02-20T12:23:07
2017-02-20T12:23:07
29,185,421
0
0
null
null
null
null
UTF-8
C
false
false
7,418
h
/* ======================================================== * * @file: smartplug_driver.h * * @brief: This file exports all metering Api's * * Copyright (C) 2010-2014, Greenvity Communications, Inc. * All Rights Reserved * * =========================================================*/ #ifdef SMAR...
[ "kiran_nevaskar@greenvity.com" ]
kiran_nevaskar@greenvity.com
c19b3f767965fbedc59d765620962b1a8b764721
40fc8d2dcebde022d97b27c70e2c94b94de37df9
/ft_strcmp.c
cbfc9d3caf9455ad4f18af10b337e237c0a88314
[]
no_license
bouillon21/libft_gnl
73fe4764759938534daa8689eb5d24d53e8e8b88
cb27108a07fedf14d6bd3ac65c5c9a02e7aff418
refs/heads/main
2023-04-19T02:47:29.473513
2021-05-01T16:43:39
2021-05-01T16:43:39
363,450,346
0
0
null
null
null
null
UTF-8
C
false
false
1,116
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcmp.c :+: :+: :+: ...
[ "b.barzhanov@yandex.ru" ]
b.barzhanov@yandex.ru
8876ccd986d9e63ac85570ea8027789b44216ef3
b500b8704c2b2b9d0ee21124f6aa6f1ace10af6a
/src/core/lib/iomgr/network_status_tracker.h
74a1aa8135fb2c46014dc91086ffaa2d5b8a13ee
[]
no_license
enfinYH/gRPC
edc7464d9b8dcd36d302df2d05bf69b31bd6c3b5
8edb64d6f98e4cccc1f09e6a28afa4469d9c4bd0
refs/heads/master
2020-07-07T06:32:21.394948
2016-09-07T05:57:07
2016-09-07T05:57:07
67,402,645
4
2
null
null
null
null
UTF-8
C
false
false
1,955
h
/* * * Copyright 2016, Google Inc. * 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 condi...
[ "sunyh@gcks.cn" ]
sunyh@gcks.cn
61f88b2bd411cf371b75a641fce6742d7afb466f
40ea91d91c81e989836b9b7797605314dc5c6a29
/LogicalStep/software/Board_Diagnostics_bsp/system.h
bbfc85528cd20a45c88c1c151e808c676ce372f3
[]
no_license
udallmo/Wave_player
b6d2dbd9d931f13e4035364fa0d81d1052b321c2
7d5d88673a7d856cdc1bbba215b2a5fd30b075ef
refs/heads/master
2020-06-17T22:48:34.823798
2019-07-09T21:34:20
2019-07-09T21:34:20
196,085,858
0
0
null
null
null
null
UTF-8
C
false
false
16,218
h
/* * system.h - SOPC Builder system and BSP software package information * * Machine generated for CPU 'nios2_gen2_0' in SOPC Builder design 'QD1' * SOPC Builder design path: ../../QD1.sopcinfo * * Generated: Thu Sep 13 11:00:22 EDT 2018 */ /* * DO NOT MODIFY THIS FILE * * Changing this file will have subtle...
[ "udall_mo@outlook.com" ]
udall_mo@outlook.com
b1bf40a18342e750063faa7908c611412e42819e
5f95342549413dc14e4b5b83c517076d556d52c9
/sys/dev/ic/tcic2.c
c74acc74ee592dbd7573a8dd26e9089306da3967
[]
no_license
mikekmv/aeriebsd-src
ee4ce27893e6be0768acb9729fde21f08e3d5c17
04a0f2dffa69cbdb3b9d3f593c9317681eaa6302
refs/heads/master
2021-01-17T12:07:14.334767
2013-03-09T23:52:38
2013-03-09T23:52:38
10,635,652
1
1
null
null
null
null
UTF-8
C
false
false
35,511
c
#undef TCICDEBUG /* * Copyright (c) 1998, 1999 Christoph Badura. All rights reserved. * Copyright (c) 1997 Marc Horowitz. 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. Redistribu...
[ "root" ]
root
27d67660ea4a3d678b0dabd9edc64bfed1aa901d
f311072a5ac74e4d749c28491755e24840102951
/gridspec_api/data/tst_timedata.c
a5fd8bb22203a8f20a1508b709a20050c9c3a9f7
[ "NetCDF" ]
permissive
CDAT/libcf
eec934f88e5e07d1ab339d96dea3eaf372dde7b3
774d060da73e896ddb55e6fb9d1f4c87d6e03c02
refs/heads/master
2022-07-08T06:39:52.971525
2022-05-18T22:48:58
2022-05-18T22:48:58
84,498,087
0
0
NOASSERTION
2022-05-18T22:48:54
2017-03-09T23:24:00
C
UTF-8
C
false
false
3,159
c
/** * Unit test exercising time dependent data creation * * $Id: tst_timedata.c 767 2011-06-06 23:20:19Z pletzer $ */ #include <nccf_data.h> #include <assert.h> #include <math.h> #include <nccf_utility_functions.h> #include <nccf_coord.h> #include <nccf_grid.h> #include <nccf_handle_error.h> int main() { in...
[ "doutriaux1@llnl.gov" ]
doutriaux1@llnl.gov
7bfeffadf614b44d217314fd67f860102b655da5
5ec309e5278067a4651f3dfc92baf9f189776368
/Book_Lesson_Files/Answers/ex1102.c
6045199b8c5fe2d51cb55f2b7406558436f48bba
[]
no_license
ewomack/C_Lessons
2fb153b7a3588afd26774e20bfdb937ddf6ab40f
d38ab633eb3b67a20a448e2c8d212069f2775ad6
refs/heads/master
2021-01-22T21:17:06.254848
2016-01-05T05:04:46
2016-01-05T05:04:46
7,952,328
2
1
null
2018-02-10T23:42:58
2013-02-01T05:19:29
C
UTF-8
C
false
false
246
c
/* Exercise 11.2 */ #include <stdio.h> void print_value (int x); int main(void) { int x = 999; printf("%d\n", x); print_value(x); return 0; } void print_value (int x) { printf("%d\n", x); }
[ "eric@jadenshouse.com" ]
eric@jadenshouse.com
0ec84a1712f8b75f20a2d6c9462311c45b82b7e3
a181518c8678c2be1535ae26dd839d82eb055288
/programmi/485Test/lib/LnRS485_protocol.h
d63a5b83409ff37f30145c81458f8ff19253a6ba
[]
no_license
Stevetdr/steve
eb77891980588fc6bc9a6c1b80be7b86768bb8d5
d9716dca3745c8df7c69ef66273dbaab5eed51d7
refs/heads/master
2021-08-28T15:30:47.011811
2017-12-12T16:18:59
2017-12-12T16:18:59
114,003,192
0
0
null
null
null
null
UTF-8
C
false
false
2,116
h
// ######################################## // Author: Loreto notarantonio // Version: LnVer_2017-07-12_17.29.32 // ######################################## #if defined(ARDUINO) && ARDUINO >= 100 #include "Arduino.h" #else #include "WConstants.h" #endif #if not defined I_AM_RS485_PROTOCOL_H #define I_AM...
[ "stevetdr@gmail.com" ]
stevetdr@gmail.com
a5c351741ffdcbd7540ca0eeaf3e1ce0559169a7
755597987227ee9edd10c24d892ec1394c022161
/lab5/graphic.h
28af9ed2d95f1cf59f6a3506b1be8251a6c4e1d8
[]
no_license
Miguel26-pixel/LCOM_Labs_Dinossaur_project
ad09547b626f55bfd0bcb25985bfb563fb63ae30
524efa7a4017d7bcd13d00ec9515cf115fcc1412
refs/heads/main
2023-03-10T04:47:37.608350
2021-02-10T18:58:10
2021-02-10T18:58:10
337,774,425
1
0
null
null
null
null
UTF-8
C
false
false
947
h
#pragma once #include <lcom/lcf.h> #include "keyboard.h" #include <math.h> void mem_mapping(uint16_t mode); void *(vg_init)(uint16_t mode); void *(vg_rec_init)(uint16_t mode); int (vg_draw_hline)(uint16_t x,uint16_t y,uint16_t len,uint32_t color); int (vg_draw_rectangle)(uint16_t x,uint16_t y,uint16_t width,ui...
[ "migamorim2012@gmail.com" ]
migamorim2012@gmail.com
86c41a5a8310cbf362c09914dad8f1ff472db124
bfb2ec5bba8ae64c0db6c108ace933fbcdfdb43f
/Thiago_Xavier_A2/Exercicio_7/main.c
39c4f7146d07a3777a56da2ccee6ed4503c65eff
[ "MIT" ]
permissive
xaviergthiago/CProjects
914327af11e61159bc21225be8f853a81ddf1b6c
245dd192db812b1a6e3b720e54be77fd1a3e3907
refs/heads/master
2022-11-21T15:57:21.077753
2020-07-18T07:10:16
2020-07-18T07:10:16
280,603,043
0
0
null
null
null
null
UTF-8
C
false
false
731
c
#include <stdio.h> #include <stdlib.h> int main(void){ int vetor[5]; int p1,p2,p3, p4, p5, eq1, eq2, eq3, eq4, eq5; p1=(int*)malloc(sizeof(int)); p2=(int*)malloc(sizeof(int)); p3=(int*)malloc(sizeof(int)); p4=(int*)malloc(sizeof(int)); p5=(int*)malloc(sizeof(int)); printf("\nDigite um numero: "); scanf("%d"...
[ "th.thiago@gmail.com" ]
th.thiago@gmail.com
4e2547cca05bb21af3b2ccc9b4a5d1de2cb7e51b
f8010b82e6b87611858e14ad975070e596ad093d
/Computer Arithmetic/Adder_Circuits/Submit_Answer/Adders/Adders/isim/Adder2Bits_tb_isim_beh.exe.sim/work/a_4171665948_3212880686.c
0e6207be5b47c4d975030145a53dd129ae7c2729
[]
no_license
pty41/2016_2017_course_assignment
e2b2ad5412634e3d3223c1282fe3a1359146e055
870a01a5a41ef9887208b7f416a5af013c22f15b
refs/heads/master
2021-05-13T13:14:08.990308
2018-01-08T18:57:11
2018-01-08T18:57:11
116,693,615
0
0
null
null
null
null
UTF-8
C
false
false
1,208
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "shan_kuan@shan-kuande-MacBook-Air.local" ]
shan_kuan@shan-kuande-MacBook-Air.local
bcfd1bb3197584bd636eceab06c8c7674449b8b3
7aa75215614411567b89382cd79e076b3360b654
/.history/tpfinal-estructuras1/libs/list_20201209182514.c
e3db9da12373f70981064a35e0f40fc4217eb8ff
[ "Apache-2.0" ]
permissive
IgnacioKase/estructura-datos-1
7060173b2ddb7853bd68f199bd3b39048242c482
2a0be56a6546a214c011ccc38774b7625885cfd5
refs/heads/master
2021-04-17T11:29:00.419081
2020-12-10T02:06:21
2020-12-10T02:06:21
249,441,692
0
0
null
null
null
null
UTF-8
C
false
false
7,593
c
#include "list.h" #include <stdlib.h> #include <stdio.h> #include <assert.h> #include "registro.h" // #include <unistd.h> /* - Devuelve una lista vacia */ List list_crear() { return NULL; } /* - Toma una Lista (@list) Y una función del tipo Destruir y destruye la lista. */ void list_destruir(List lista...
[ "ignacio@kasevich.com.ar" ]
ignacio@kasevich.com.ar
afa52d9c0f64677f582c35e0b4f7e1c922841586
16291ea44517cfdef7bda4755af06acaafb5cf39
/3.3a1/Universal/Interfaces/CIncludes/DigitalSignature.h
801798d8c05171b714a6fc0148909e310a28eeea
[]
no_license
elliotnunn/UniversalInterfaces
93c12c52f54c95f227f1e726132faa70393ea403
328d38f2b72b2d4ceda30170eea32ca6b9de218a
refs/heads/master
2020-06-16T07:51:18.059086
2019-07-06T07:23:20
2019-07-06T07:23:20
195,511,216
5
0
null
null
null
null
UTF-8
C
false
false
18,193
h
/* File: DigitalSignature.h Contains: Digital Signature Interfaces. Version: Technology: AOCE toolbox 1.02 Release: Universal Interfaces 3.3a1 Copyright: © 1994-1999 by Apple Computer, Inc., all rights reserved. Bugs?: For bug reports, consult the following page on the World Wide Web: ...
[ "elliotnunn@me.com" ]
elliotnunn@me.com
12b26523ffffe5703fc34faeed9533b1de24869b
df65f1e0f859bcb6f9fd4128e1ff991a4bd017e0
/display.h
658aa4716076f4055ce72c017012bfd02a2ea0ca
[]
no_license
giurgiur99/Food-ordering
4b0cf6f0032ff488d152867448620e95d41e1b37
80b3d047be68cb57ffdf72e48db4bf68cbaf4fa3
refs/heads/master
2020-09-28T08:04:47.502988
2020-01-16T20:42:27
2020-01-16T20:42:27
226,729,356
0
0
null
2020-01-16T20:42:29
2019-12-08T20:47:23
C
UTF-8
C
false
false
840
h
#ifndef FOOD_ORDERING_DISPLAY_H #define FOOD_ORDERING_DISPLAY_H #include "food.h" #define MAX_CUTLERY_NAME 20 void foodOrderDsiplay(foodType *b, int nrOfFoodTypes); void foodModelDisplay(int nrSpecType, char * foodType, char ** specTypes, double * prices); void displayDrinks(char * foodType,int nrDrinks,char ** drink...
[ "giurgiur99@gmail.com" ]
giurgiur99@gmail.com
95807d5c154a519cf2916f85bfabc6b4e16894f7
0c4c8b8dd6cfe916ffff3a6d015ca0896eb10dd4
/source/fun_struct/queue_list.h
ddcbeb3a02b0aabdded59216d8d49b348166e103
[]
no_license
vendorapp/BigBox
30296e245a79ef4f3764360d89cbecd54f128e35
7c270ead6930bb3ed1b794111ba942c01cc6da46
refs/heads/master
2023-01-21T05:41:59.349094
2020-11-24T14:14:57
2020-11-24T14:14:57
null
0
0
null
null
null
null
UTF-8
C
false
false
13,567
h
#ifndef QUEUE_LIST_H #define QUEUE_LIST_H #ifdef __cplusplus extern "C" { #endif #include <stdio.h> /* *@brief 单链表 */ #define LW_SLIST_HEAD(name, type) \ struct name { \ struct type *slh_first; /* first element */ \ } #define LW_SLIST_HEAD_INITIALIZER(head) \ { NULL } #define LW_SLIST_E...
[ "hongtao_v@globaldidi.com" ]
hongtao_v@globaldidi.com
ae570d1484817abe15b33ce9ea100693ac1227b8
37c593b4c9b42d38ebfcac8d7160282c43fdb324
/model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/KCG/CAST_Int_to_Q_LINK_TM_conversions.c
5170e2275b90cc24b14e3f02bfff271e78ba8ea8
[]
no_license
stefan-karg/modeling
d4211778a2e7f2d4948ea38442096edb0f317051
c0855d85430e5d8313c04a9b8918cd3d596e48ec
refs/heads/master
2021-01-16T19:56:51.201532
2015-08-26T13:55:57
2015-08-26T13:55:57
26,961,581
0
0
null
null
null
null
UTF-8
C
false
false
1,497
c
/* $*************** KCG Version 6.1.3 (build i6) **************** ** Command: s2c613 -config C:/GITHUB/modeling/model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/KCG\kcg_s2c_config.txt ** Generation date: 2015-07-21T17:59:23 *************************************************************$ */ ...
[ "mairamou@lea-energy.com" ]
mairamou@lea-energy.com
a0eda235b0ccbd0eb72696da53e034eb89f542f5
3aaa3e452b57efdec2ba5e1fc85a95cc5c81b262
/INSTALL/EXAMPLES/SIMPLE/HELLOPRO.C
1e1a23da705a61fb1d3ae65b8dccc72a41f90a2e
[]
no_license
machineroom/D7314A
ce26686aadd86cfad8c966d21c16d9c9b0ef5ca8
2efe84ba4f5309c95a3ac0d4b60076a9c9aa36ff
refs/heads/master
2020-08-04T06:18:23.017092
2019-10-01T07:21:56
2019-10-01T07:21:56
212,035,380
0
0
null
null
null
null
UTF-8
C
false
false
768
c
/* (c) Copyright INMOS Limited 1992. */ /* This program starts a process to put out a simple message to stdout */ #include <stdio.h> #include <stdlib.h> #include <process.h> /* The process is declared as a function */ void hello_proc (Process * p) { p = p; printf ("Hello, world.\n"); return; } ...
[ "macihenroomfiddling@gmail.com" ]
macihenroomfiddling@gmail.com
bd607366cab6e4ec3a3a4efb66e7336fb4ee7787
2cda394f17b097c318f65783a36dcb450918f205
/tx/atmel/samg55/fpga/nios-0/proj-tx/src/config/conf_board.h
19fba8a59724fd85cded895d6c070fe6894dd6b0
[]
no_license
liyenho/lgdst_module_private
4d463bbec68fd2b5abfc0c7c0b2f8a0bbd20bda5
96a1a4ce5f570d8c41ea4be3cf211520ac44a859
refs/heads/master
2021-01-09T23:34:07.906644
2017-12-02T01:32:45
2017-12-02T01:32:45
73,219,040
0
0
null
null
null
null
UTF-8
C
false
false
4,242
h
/** * \file * * \brief Board configuration. * * Copyright (c) 2014-2015 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * ...
[ "lho@yuneecusa.com" ]
lho@yuneecusa.com
738d49b3ba9b5ef0928289c9283e4c9fc4f4ceab
dfd839e373a2a585524aa207a7aadd40a678c25e
/resource/resource.c
dd41b5ab2d5a3acc32f9e6dd73cfa37d1b3cdeb4
[]
no_license
victoryang/elibot-apiserver
b644f5faa2ec3365ee831b400bdc64155aea8793
e289eac00a9837bb342cd39bd00fa8e94df5850a
refs/heads/master
2023-03-16T07:01:38.931988
2020-10-10T02:49:17
2020-10-10T02:49:17
130,959,707
1
0
null
2023-03-06T23:22:08
2018-04-25T06:19:17
C
UTF-8
C
false
false
14,523
c
#include "resource.h" static void get_cRobLB_with_range(cJSON* root, int num, int start, int end) { unsigned int *base; int count; if (start >= LB_COUNT || num >= CALL_NEST_NUM) { return; } if (end > LB_COUNT) { end = LB_COUNT; } base = SHARE_RES(locvar)[num].cRobLB + start;...
[ "yangtao3601@126.com" ]
yangtao3601@126.com
0b0dbb4867f36597cb60b7b839d8dde559d9441e
aa16783b4e3b5c1a170c160b736b39648ceb7046
/src/iasync.h
66cfc1225108b32ca31047d1e6942e58b7611de9
[ "BSD-3-Clause" ]
permissive
iplinux/libmpdclient
b71d2a5df59dfd2e0fff52a45d3c041023f67fe7
014c8a5bba923548c98a99b0d61630ebbf60dd5f
refs/heads/master
2020-04-16T00:48:50.076717
2009-10-06T22:03:05
2009-10-06T22:04:17
68,026,000
0
0
null
null
null
null
UTF-8
C
false
false
1,814
h
/* libmpdclient (c) 2003-2009 The Music Player Daemon Project This project's homepage is: http://www.musicpd.org 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...
[ "max@duempel.org" ]
max@duempel.org
955f87f7a0dbe9d32c8b5ce94d11be1d6d963902
f5abc33c4cfb34a039e136f86a6a8e86cb6e0621
/_examples/onewire-relay/application.c
10a14a8df7767ea8c8b798aa1a47808e79df36de
[ "MIT" ]
permissive
RadekSchauer/bcf-sdk
a4979a641c58f0c33ef06b2cbc18d15fe0da0725
62ee55beed40a47f8537ec44a01ca0b3eb0fa2cb
refs/heads/master
2020-09-07T06:56:44.296608
2019-11-01T21:02:52
2019-11-03T09:35:09
220,693,734
0
0
MIT
2019-11-09T19:36:10
2019-11-09T19:36:09
null
UTF-8
C
false
false
932
c
#include <application.h> #include <bc_onewire_relay.h> // 1-wire relay instance bc_onewire_relay_t relay; // lookup table bc_onewire_relay_channel_t q_table[] = { BC_ONEWIRE_RELAY_CHANNEL_Q1, BC_ONEWIRE_RELAY_CHANNEL_Q2, BC_ONEWIRE_RELAY_CHANNEL_Q3, BC_ONEWIRE_RELAY_CHANNEL_Q4, BC_ONEWIRE_RELAY_CH...
[ "karel.blavka@bigclown.com" ]
karel.blavka@bigclown.com
0917b2c486c856167d71d1f15ce8b39e96d6aacb
0a501fdb2ed0040c80ae324cc870f4295fe2096b
/srcs_fdf/ft_fdf_read.c
30ce9547cb54796fe2e626c78a06d5071e45a275
[]
no_license
Lnieto-101/FdF
bed0d6e0f153ba87aa5dd84367ca6b85e5a84a17
bf3cb8e59d127bb5940ab6ec3d1bd3d9a4878736
refs/heads/master
2020-04-08T23:11:44.769636
2019-01-29T14:00:30
2019-01-29T14:00:30
159,815,245
0
0
null
null
null
null
UTF-8
C
false
false
2,206
c
/* ************************************************************************** */ /* LE - / */ /* / */ /* ft_fdf_read.c .:: .:/ . .:: ...
[ "vasalome@student.le-101.fr" ]
vasalome@student.le-101.fr
e11c295c28b084b062d0a5a8446384de7e2a8b7a
80db84295a01958d0f38aef2bd84168f9ac2d939
/NewModes/back/dPySjets_20200816_update_figure_List/d08_JELKRatio_DataPyRaio_pp.C
781002daa36a0509162a4c58e5a2808199ce5d9e
[]
no_license
PengyaoCui/pythia
374e47510acc5ad28c7c7e9c27ba75ce8967e1aa
f038caf2e749be802055dc85c49d04adef8dda6a
refs/heads/main
2023-06-11T11:29:04.379212
2021-06-22T12:21:20
2021-06-22T12:21:20
302,209,839
0
0
null
null
null
null
UTF-8
C
false
false
3,197
c
#include "inc/PyJetUtils.h" void d08_JELKRatio_DataPyRaio_pp(){ //============================================================================= auto f = TFile::Open("./data/Data/pp.root", "read"); auto l = (TList*)f->Get(Form("Lambda_sum_toKRatio")); f->Close(); auto h = (TH1D*)l->FindObject(Form("hJER")); au...
[ "pengyao.cui@cern.ch" ]
pengyao.cui@cern.ch
346d25f06cca7cc6e30d130caf5492b3558d6be3
5792b184e71a9de7779e0bd21b6833f8ddfdb4b5
/sysvr3/301/usr/src/cmd/graf/src/vtoc.d/levcal.c
fa3fa9100396ce1f30771aeb08b53bdb1ea8a8ad
[]
no_license
ryanwoodsmall/oldsysv
1637a3e62bb1b9426a224e832f44a46f1e1a31d4
e68293af91e2dc39f5f29c20d7e429f9e0cabc75
refs/heads/master
2020-03-30T06:06:30.495611
2018-09-29T09:04:59
2018-09-29T09:04:59
150,839,670
7
0
null
null
null
null
UTF-8
C
false
false
580
c
/* Copyright (c) 1984 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ /* The copyright notice above does not evidence any */ /* actual or intended publication of such source code. */ #ident "@(#)graf:src/vtoc.d/levcal.c 1.1" extern char *nodename; #include "vtoc.h" l...
[ "rwoodsmall@gmail.com" ]
rwoodsmall@gmail.com
c1bc1e70c4ec7b2328555d024b1dad647fba2af5
991226fbe3de02d01ac84e6e68a94a46450768fb
/Firmware/PumpMinder_v2.BLE/BSP/nRF52/components/softdevice/common/softdevice_handler/softdevice_handler.h
8421086d24e976918966c1908c059f66fca3d93b
[]
no_license
IWPengineering/PumpMinder_v2.BLE
a3b1217e150041ebe4c718abd4c681bdd4bba2e8
2778ea291ee661c7d8841593813e314dd365bf3d
refs/heads/master
2016-09-13T07:11:59.798020
2016-04-18T23:32:13
2016-04-18T23:32:13
56,167,761
0
0
null
null
null
null
UTF-8
C
false
false
7,754
h
/* Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferable use...
[ "kk1311@messiah.edu" ]
kk1311@messiah.edu
6501966581aea262a55aebdf0379ee920f0fa0a8
d0f5f4497d8a5edaef64f391b7d5fa84a251bf64
/0x01-python-if_else_loops_functions/linked_lists.c
42be1fe7cab53016f5a6a6893d83350747657d07
[ "MIT" ]
permissive
darkares23/holbertonschool-higher_level_programming
34117bdb6df4adf2eb6f566dc91b41720f41c78e
931b1b701d8a1d990b7cd931486496c0b5502e21
refs/heads/master
2020-09-29T03:03:41.603798
2020-06-27T18:40:23
2020-06-27T18:40:23
226,934,625
0
0
null
null
null
null
UTF-8
C
false
false
1,423
c
#include <stdio.h> #include <stdlib.h> #include "lists.h" /** * print_listint - prints all elements of a listint_t list * @h: pointer to head of list * Return: number of nodes */ size_t print_listint(const listint_t *h) { const listint_t *current; unsigned int n; /* number of nodes */ current = h; ...
[ "desarrollojuseca@gmail.com" ]
desarrollojuseca@gmail.com
7db49533e4a6085cef904605b33d777529ca063c
c79d7239fc3fb70016e39ca183a46a15efea95c8
/GPTM/GPTM.h
f7ba670559a0d23003aa37ad87de22867e30bd76
[]
no_license
Monairy/Password-Based-Lock
ef1197336a65120f42673d6378bd88257ec46714
0874ef337bc8f723b72312b2138ffeca58ac2620
refs/heads/master
2021-01-26T03:47:12.471298
2020-03-29T19:39:21
2020-03-29T19:39:21
243,297,277
1
2
null
2020-03-09T19:13:52
2020-02-26T15:31:38
C
UTF-8
C
false
false
178
h
#include "stdint.h" #include "C:/Keil/EE319Kware/inc/tm4c123gh6pm.h" void gptm_inIt(uint64_t count); void gptm_delayMs(uint32_t msecs); //void gptm_delayS(uint32_t secs);
[ "noreply@github.com" ]
Monairy.noreply@github.com
3741b11fea2005c5df3a055b50381f29f9eb151e
1f53322acddd3c28a9db184b6efb2bce50c383c2
/ck/include/gcc/sparcv9/ck_f_pr.h
9801be61f3d96c1d0dcb3edcd627b3ed3c08b741
[ "Apache-2.0", "BSD-2-Clause" ]
permissive
interwq/memcached_parsec
821edc752afe9f53176a6b09ed156f2152d1e959
3b0e1f8ae531299f5a68a1a7878dbabc699a2a8a
refs/heads/master
2020-03-31T02:51:16.651786
2015-07-17T15:34:47
2015-07-17T15:34:47
39,260,921
2
2
null
null
null
null
UTF-8
C
false
false
650
h
#define CK_F_PR_CAS_64 #define CK_F_PR_CAS_64_VALUE #define CK_F_PR_CAS_PTR #define CK_F_PR_CAS_PTR_VALUE #define CK_F_PR_FAS_32 #define CK_F_PR_FAS_UINT #define CK_F_PR_FAS_INT #define CK_F_PR_CAS_32 #define CK_F_PR_CAS_32_VALUE #define CK_F_PR_CAS_UINT #define CK_F_PR_CAS_INT #define CK_F_PR_CAS_UINT_VALUE #define CK...
[ "interwq@gwu.edu" ]
interwq@gwu.edu
c325456c73dc5af95cbc43c1bec2de75c2ec0efa
31ef80c7f9fbf0877b9b4882d769fcb1bbd46c4b
/examples/xref.c
dcf09db7da969a3a75e4ed5d69c1e9ae1d03b2de
[ "MIT" ]
permissive
mrkeng/CII
b0dc7120dfa3193d589e5989cf953f447618c8a2
832dd1f9468fa97a68ee47745a017f4bb60f94c8
refs/heads/master
2021-01-15T14:47:55.112280
2012-10-13T05:50:53
2012-10-13T05:50:53
null
0
0
null
null
null
null
UTF-8
C
false
false
3,151
c
static char rcsid[] = "$Id: xref.c 6 2007-01-22 00:45:22Z drhanson $"; #include <stdio.h> #include <stdlib.h> #include <errno.h> #include "table.h" #include <string.h> #include "atom.h" #include "set.h" #include "mem.h" #include "getword.h" #include <ctype.h> int compare(const void *x, const void *y); void print(Table_...
[ "thaidn@gmail.com" ]
thaidn@gmail.com
247d9ddc96239b865f021c86f59c7c1a3fff4cb1
38cfa0f31f115c9ba39d6b226c42be4b5005e56d
/3rdparty/mongo-c-driver/tests/test-sasl.c
84344cceff01945a7d5345ee5562557b1ceb4859
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
WebWorksCollection/treefrog-framework
66a86c3de7b758ca659b94965aaec2e5b5de964f
9da400135c5fa6c4effa878cca395d8f200cf0f0
refs/heads/master
2020-03-21T14:19:56.229031
2019-02-25T12:28:45
2019-02-25T12:28:45
138,652,149
0
0
BSD-3-Clause
2019-02-25T12:28:46
2018-06-25T21:30:28
C++
UTF-8
C
false
false
4,002
c
/* * Copyright 2015 MongoDB, Inc. * * 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 ...
[ "aoyama@ideeinc.co.jp" ]
aoyama@ideeinc.co.jp
cc946b8165fdfbacd06341941c86b5985da99a4c
8648494f74ae52bf53f242dcc8922cfca37fd645
/src/gui/form_setting_alarm.c
052a1fb17faa96fecc8bb353bb6be2c03ce51a13
[]
no_license
bill611/cat_eye
bb8504fa18be92b4b9a838fbcff755c8250fed33
356a3bb1d39fd80cf26e57897f9471cdbf865c3f
refs/heads/master
2020-05-16T11:17:02.937287
2020-01-08T13:24:48
2020-01-08T13:24:48
183,009,582
5
4
null
null
null
null
UTF-8
C
false
false
11,196
c
/* * ============================================================================= * * Filename: form_setting_Alarm.c * * Description: Alarm设置界面 * * Version: 1.0 * Created: 2019-12-05 23:32:41 * Revision: none * * Author: xubin * Company: Taichuan * * ===...
[ "bill4regist@163.com" ]
bill4regist@163.com
9958883d68f5767ac5de3524643ec04b29425a7b
4274c712c761d2355461d15d3724a1e9790bacd3
/bisection.c
9e2791bf9ff8de543aed828af269f23e08e080b2
[]
no_license
sumartoyo/crout
440fd9daa51f29d8501786c828941880bed1c7aa
bab619440f57b37fdd43c283c6332b549dec012a
refs/heads/master
2021-01-01T03:31:59.883318
2016-05-16T14:47:29
2016-05-16T14:47:29
56,764,562
0
0
null
null
null
null
UTF-8
C
false
false
776
c
#include <stdio.h> #include <stdlib.h> #include <math.h> #define err 0.00001 float f(float x) { return exp(x)-5*pow(x,2); // slide // return ((x * pow(2.1-0.5*x, 1/2)) / pow((1-x)*(1.1-0.5*x), 1/2)) - 3.69; // 1.a // return tan(x) - x + 1; // 1.b // return 0.5*exp(x/3) - sin(x); // 1.c } int main(int argc,char *...
[ "dimas.gs@outlook.com" ]
dimas.gs@outlook.com
802b0902b0bbec2aa27652a531a94a7d95ad0e18
46b718a2cf7e0c3b11cfaf0e7e31c958c7b5cb84
/Lib/Stm/Stm32F10x_StdPeriph_Lib_V3.5.0/Project/STM32F10x_StdPeriph_Examples/CRC/CRC_Calculation/system_stm32f10x.c
0391a1ac495a0a37593214e068b2f78d57d7757b
[]
no_license
dvzlenko/Stm32
9b733766bbc240393f3b0d17168a9f4a6a9b5120
d398f3672189fb6f45c8af6058927584390b2472
refs/heads/master
2020-04-06T09:38:48.460117
2017-03-18T12:11:42
2017-03-18T12:11:42
null
0
0
null
null
null
null
UTF-8
C
false
false
34,756
c
/** ****************************************************************************** * @file CRC/CRC_Calculation/system_stm32f10x.c * @author MCD Application Team * @version V3.5.0 * @date 08-April-2011 * @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Source File. * * 1. This file ...
[ "n4git@jme.de" ]
n4git@jme.de
b16d6056a4f9de35da3a97c447477ce241f4b361
26340f693988d3ade2b2893a42f2e2776ab8a102
/program/3_18.c
c55fb78c658635b3cfb1ca8c5598bd993109349e
[]
no_license
yeon0926/C
c52c5e208ff36040c775e2a9f81c3d639195407b
ba213f8588743e79fffe69d398c92381ada96583
refs/heads/main
2023-03-12T21:33:28.090652
2021-03-06T06:15:05
2021-03-06T06:15:05
344,485,764
0
0
null
null
null
null
UTF-8
C
false
false
196
c
#include <stdio.h> main() { int ch = 'Z'; /*조건 (ch >='A')이 참이면 반복 실행하고 거짓이면 while문을 벗어난다. */ while (ch>='A') printf("%c", ch--); printf("\n"); }
[ "noreply@github.com" ]
yeon0926.noreply@github.com
8e16822a9de34713809b2affb2308d33d120773d
2f5ebde35b59d9dc3a5f36e32b894e10f42e8976
/JUBADriveing/common/macros/SharedConst.h
d93f301d67b4834c491057080221bc58c5f9bcd3
[]
no_license
nic4005/IOS
43dcdd47b2453ceee45f8feb0dd31612ae95de2f
51ef948efb26ab72f6e5db0acd00b3875c326b5b
refs/heads/master
2020-12-24T13:21:07.624068
2014-07-16T02:35:58
2014-07-16T02:35:58
null
0
0
null
null
null
null
UTF-8
C
false
false
3,914
h
// // SharedConst.h // ciwenKids // // Created by ciwenkids on 14-3-26. // Copyright (c) 2014年 xhb. All rights reserved. // #ifndef ciwenKids_SharedConst_h #define ciwenKids_SharedConst_h #pragma mark - #pragma mark BASE URL //#define BASE_URL_SCHEME @"http://192.168.1.1:8081/" #define BASE_URL_SCHEME @"http://d...
[ "liuyr_1001@LiuYR.local" ]
liuyr_1001@LiuYR.local
2867f81f30b44608239a9b9b47a3f16c654df52a
24a0e1bf3b53785bdfbbe1c99a3021646f9421cf
/322. Coin Change/322_c_chou.c
4de65b445c9d66acb25c0cac2e9735f689d8fa7f
[]
no_license
jowhan79/LeetCode
b2730b457117ec55ecd32ee6adde8d1bf680b561
cad0c63d64659f7cfecea01398d5123c53185b29
refs/heads/master
2021-08-31T00:23:25.491582
2017-12-20T00:27:56
2017-12-20T00:27:56
108,988,932
0
1
null
null
null
null
UTF-8
C
false
false
614
c
// 2017/11/29 Peony #define MIN(a,b) a>b ? b: a int _coinChange_dp(int* coins, int coinsSize, int amount){ int table[amount+1], i, j, head, curmin; memset(table, 0, sizeof(table)); for(i=1; i<=amount; i++){ for(j=0, curmin=amount+1; j<coinsSize; j++){ if((i-coins[j])>=0){ ...
[ "noreply@github.com" ]
jowhan79.noreply@github.com
7247e49c4820994171cc5e77571d3109c52908bb
67422d372d4da11435e39126753dbbb2ec9b3ace
/ucore_modified/libs/defs.h
c49ff98a97396812fb8e5a8c702f70f9daa64a83
[]
no_license
JamisHoo/Cache-CPU
b123271a93909ca37a7cba072bf56147b9ceceb7
b54f9024c18a1088399e8d29e906dd4db3d4c08b
refs/heads/master
2020-06-09T05:44:33.387204
2015-03-02T07:18:38
2015-03-02T07:18:38
29,780,693
10
0
null
null
null
null
UTF-8
C
false
false
2,315
h
#ifndef __LIBS_DEFS_H__ #define __LIBS_DEFS_H__ #ifndef NULL #define NULL ((void *)0) #endif #define __always_inline inline __attribute__((always_inline)) #define __noinline __attribute__((noinline)) #define __noreturn __attribute__((noreturn)) #define CHAR_BIT 8 /* Represents true-or-false values */ typedef...
[ "hoojamis@gmail.com" ]
hoojamis@gmail.com
a991a8ce7b0260b12efbce9baca307e9fe4a9242
c69c0bc624b4f8d934a939f47dec512e1be0b695
/bsp/ls2kdev/drivers/ata/ahci.h
42a876e562451b0c6a21387f7acdb9a8e94365cf
[ "Apache-2.0", "LicenseRef-scancode-generic-cla", "GPL-2.0-only" ]
permissive
Michael0066/rt-thread
8914a25415f0cf3cbeb1a4cae2981426680dee12
24cae50de88b9070e9dc7b6e7153bc835f3a4257
refs/heads/master
2023-02-25T15:41:37.251958
2020-11-13T02:19:58
2020-11-13T03:00:38
288,968,718
0
0
Apache-2.0
2020-08-20T09:52:53
2020-08-20T09:52:53
null
UTF-8
C
false
false
8,731
h
/* * Copyright (c) 2006-2020, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2020-08-19 lizhirui porting to ls2k */ #ifndef _AHCI_H_ #define _AHCI_H_ #define AHCI_PCI_BAR 0x24 #define AHCI_MAX_SG 56 /* hardware max is 64K */ #d...
[ "michael5hzg@gmail.com" ]
michael5hzg@gmail.com
a943ab87ec094b8c3c2229a85df776ab7f7be2a3
0c31ce3041c39e3760f488d1b11003922889e5a5
/noodle/noodle.c
cf3b812a924b38c7a179f34daeaaed839c19cd15
[]
no_license
cashev/OSJN
a56c9ee7f2c5594664b7b40a52f5a34a38517c47
0eda16230329eeba9da0918b7122d3581b513358
refs/heads/master
2022-12-06T20:57:12.903858
2020-08-31T14:16:33
2020-08-31T14:16:33
179,056,431
0
0
null
null
null
null
UTF-8
C
false
false
690
c
#include <stdio.h> #include "apilib.h" void HariMain(void) { char *buf, s[12]; int win, timer, sec = 0, min = 0, hou = 0; api_initmalloc(); buf = api_malloc(150 * 50); win = api_openwin(buf, 150, 50, -1, "noodle"); timer = api_alloctimer(); api_inittimer(timer, 128); for (;;) { sprintf(s, "%5d:%02d...
[ "42924021+cashev@users.noreply.github.com" ]
42924021+cashev@users.noreply.github.com
9c254625634c4e037d5da3dc4bcd00a88e9f1e40
c05f9f6817f74263bdc078d3872ba8fab6f1b09b
/1490062890.c
fa810620c8893809f8f7a90ab4fafc7179c10638
[]
no_license
Saisi/secret-octo-wookie
71aa331779216775ee10d8d0a738dd364a5c5202
a8e52e3fed94ab6993d4baaeaa926d659cac3735
refs/heads/master
2021-01-23T18:59:00.780545
2017-06-03T05:33:28
2017-06-03T05:33:28
25,811,730
0
0
null
null
null
null
UTF-8
C
false
false
646
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.2.0 * Git version: dcef523 * Options: (none) * Seed: 2762426198 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ /* --- GLOBAL VARIABLES --- */ static int32_t g_3 = 0x81F947F9L; static int16_t g_2...
[ "saisi@users.noreply.github.com" ]
saisi@users.noreply.github.com
45d4ee05c17984d9100bc8e3a80f4830c1439a87
9791a7a24160c3acacb1d0bb1b5b4453361b2151
/WinDDK/7600.16385.1/src/general/perfcounters/kcs/kcs.c
07e514d11c8d24985dfdddae2a66d763758eb987
[]
no_license
kcrazy/winekit
fedc7bfa3fa702423f93447a8a19e2a4d358241e
7948f5f42a60225d9f94930be539f0a1d6202dbc
refs/heads/master
2021-01-10T08:18:48.598427
2017-02-17T05:34:15
2017-02-17T05:34:15
50,400,541
2
0
null
null
null
null
UTF-8
C
false
false
8,841
c
/*++ Copyright (c) Microsoft Corporation. All rights reserved. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. Module Name...
[ "thekcrazy@gmail.com" ]
thekcrazy@gmail.com
190121d8b5a0bd6db0341511bde4225f0f30b375
784ceba7d8dfa6ee80e14303b3b6a0c74bdf61c9
/02/ft_strrev.c
ec69af22c121cbe219065c76a37487cfc4a38ba6
[]
no_license
KonstantinBelov/42_Exam_Beginner
ce36bbefddc565c820481a7bddb406f18ba6d9c4
a4130347db36435b9a726f3f60d1b78594b2dc19
refs/heads/master
2020-04-18T21:17:40.991806
2019-07-31T23:56:23
2019-07-31T23:56:23
167,761,578
0
0
null
null
null
null
UTF-8
C
false
false
1,221
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strrev.c :+: :+: :+: ...
[ "kbelov@e1z1r2p11.42.us.org" ]
kbelov@e1z1r2p11.42.us.org
49f23793a00b45ea6d08e37579a4cfe5d56a91bc
feaaa1ec2ca205e77f41017d260988f5901f37f4
/pacote-download/Linguagem C/aut.c
581c2b0d1afc20d048208d087991cede057b3e3b
[ "MIT" ]
permissive
natalialbraz/exercicios-C
750524ff73e6db94f150654de52f5b417f108738
3616f44ac809af55ba63234e8555a902253ea50c
refs/heads/master
2022-12-06T19:21:49.482254
2020-09-01T16:51:13
2020-09-01T16:51:13
292,052,418
0
0
null
null
null
null
UTF-8
C
false
false
363
c
#include <stdio.h> #include <stdlib.h> int main () { int tipo; float preco; float novopreco; printf ("Informe o tipo do automovel. 1=Popular, 2= Nao popular: \n"); scanf ("%i", &tipo); printf ("Informe o preco do automovel: \n"); scanf ("%f", &preco); if (tipo= 1) { novopreco = preco*5/100; } else { novopreco = preco*...
[ "natalialbraz@gmail.com" ]
natalialbraz@gmail.com
5697c9d294e86c20c3f1dceb4b68b3dcb9fe4628
a2e1ca24c2685ff367e80dc2b53563950e6d104a
/cpstwinning/plcruntime/inc/pous_patch.h
669a703541df107bd2c9267171c1753bf74aed58
[ "MIT" ]
permissive
MatthiasEckhart/cps-twinning
ffbb7856c310aa97065b18a776c4fa61440977e1
e6983fcfdc22565b6e75f550ea141dd3460a3231
refs/heads/master
2020-03-22T15:39:32.672288
2018-07-09T15:55:38
2018-07-09T15:55:38
140,267,570
1
0
null
null
null
null
UTF-8
C
false
false
495
h
#ifndef INC_POUS_PATCH_H_ #define INC_POUS_PATCH_H_ void set_callback(void *addr); #undef __SET_LOCATED #define __SET_LOCATED(prefix, name, suffix, new_value)\ if (!(prefix name.flags & __IEC_FORCE_FLAG)) *(prefix name.value) suffix = new_value;\ set_callback(&(prefix name)) #undef __SET_VAR #define __SET_VAR(prefi...
[ "35877748+cps-twinning@users.noreply.github.com" ]
35877748+cps-twinning@users.noreply.github.com
4dd6b3d3eac279b2317851002ca422c9324d69d4
b4ec3a046d7bd36e944943195bf5ca9c8de8c5c7
/benchmark/fourier/parallel/pi/cpu/pthreads/how-many-cpu-cores.c
d11b16e724462d9ed6238ce0ea5e06599f2c2d07
[ "MIT" ]
permissive
elenasolano/CS87Project-msolano2
48f45e2d2cd3df391185854d7ab95bfa25a6174c
0bdd4b38a65477ea5618fba38ab7acde20208aaa
refs/heads/main
2023-06-03T21:12:51.476644
2021-06-16T05:01:56
2021-06-16T05:01:56
377,368,852
0
0
null
2021-06-16T04:22:47
2021-06-16T04:19:34
null
UTF-8
C
false
false
929
c
// CS 87 - Final Project // Maria-Elena Solano // // This utility simply counts how many CPU cores are in this node // #include <stdio.h> // C's standard I/O library #include <stdlib.h> // C's standard library #include <unistd.h> // C's POSIX API // macro/con...
[ "noreply@github.com" ]
elenasolano.noreply@github.com
2031f8ddb25dd9ba293462a7182efb0429cf3476
21ea3804b7bd33ba7e81ec2b159802afea201ffb
/MCU1/DIO.h
a9b22c592c6d410fb8a1c2913e1a648db7f6d571
[]
no_license
MohammedAlaaNassar/Vehicle-State-Estimator
0ff9e9a688bf328d4923ba7a3cf7f8d35349eb2e
94b86b395211f1f8dab6554e01b9ce08e42c609f
refs/heads/master
2020-08-11T02:08:09.487162
2019-10-17T16:29:05
2019-10-17T16:29:05
214,468,139
0
0
null
2019-10-17T16:29:06
2019-10-11T15:16:39
C
UTF-8
C
false
false
469
h
/* * DIO.h * * Created on: Oct 17, 2019 * Author: Mohammed */ #ifndef DIO_H_ #define DIO_H_ #include "DIO_cfg.h" #define MAX_NUM_OF_PINS (uint8)32 typedef enum {BUTTON1,BUTTON2,NUM_OF_PINS} ECU; typedef struct { uint8 PORT; uint8 PIN; uint8 DIR; uint8 VALUE; uint8 PULL; ui...
[ "noreply@github.com" ]
MohammedAlaaNassar.noreply@github.com
423a747225129012fde3a4b95ae8ff2c551fbeb8
428989cb9837b6fedeb95e4fcc0a89f705542b24
/erle/ros2_ws/install/include/rmw/allocators.h
00db10cc9f82351ebe761fc1f0b1ba6c2aa10c1e
[]
no_license
swift-nav/ros_rover
70406572cfcf413ce13cf6e6b47a43d5298d64fc
308f10114b35c70b933ee2a47be342e6c2f2887a
refs/heads/master
2020-04-14T22:51:38.911378
2016-07-08T21:44:22
2016-07-08T21:44:22
60,873,336
1
2
null
null
null
null
UTF-8
C
false
false
60
h
/home/erle/ros2_ws/src/ros2/rmw/rmw/include/rmw/allocators.h
[ "igdoty@swiftnav.com" ]
igdoty@swiftnav.com
199aa550875d24ec07ac1c5931ecc43d14c8dec4
1f007f5ba41494916c3403ede752684e5a653069
/CS415/proj2/attr.c
695035884e8624f13d1d2bcad08719adb95afcf7
[]
no_license
Hardware-Man/Mech-Garage
38ea32f64163fcdb131a263ed64d7c4f5342196e
3dddeb284ed4bc9a40ef51a44f9e4926c43f67c5
refs/heads/master
2022-06-27T09:55:08.500842
2022-06-09T02:00:47
2022-06-09T02:00:47
191,845,720
0
0
null
null
null
null
UTF-8
C
false
false
187
c
/********************************************** CS415 Project 2 Spring 2021 Student Version **********************************************/ #include "attr.h"
[ "kmishra686@gmail.com" ]
kmishra686@gmail.com
415e6001569444c295f27599479f52685815aff7
5a8d61c1d33959948b5c75077e6aaa8c1257ce3b
/simulation_dp_serov/dp_UKF_grt_rtw/builtin_typeid_types.h
5de4a5c5c6bab8c30aa6d99b3d2b5e6cc46f65b3
[]
no_license
brucewayne1248/matlab
1d99896f7c9446e2f5bdbff666e68c599a7533c3
614d3163e88977e043dc01c707c710833d66ed0f
refs/heads/master
2020-06-10T23:12:15.815033
2017-03-28T10:51:47
2017-03-28T10:51:47
75,848,640
0
0
null
null
null
null
UTF-8
C
false
false
1,672
h
/* * builtin_typeid_types.h * * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * Code generation for model "dp_UKF". * * Model version : 1.28 * Sim...
[ "andreasserov@gmx.de" ]
andreasserov@gmx.de
bad15f7a2498c00c216a52bdf8a05eb2ad63b0d6
2bc3398063fd7251c46a2d93d2e301cd063befcd
/nitan/d/wuliang/npc/tang.c
eb4c332078887e06c4d9013a6c45291a613bbf30
[ "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
1,149
c
// Npc: /tang.c // Date: Oct.18 1999 by Winder inherit NPC; void create() { set_name("唐光雄", ({ "tang guangxiong", "tang", "guangxiong"})); set("gender", "男性"); set("attitude", "friendly"); set("age", 18); set("shen_type", -1); set("per", 20); set("str", 20); ...
[ "xmlsdk@gmail.com" ]
xmlsdk@gmail.com
1088592aa049897c9c35bb4b92d9903445231d7a
ff5e7a4ed7f3688ea155785123c207f7bd554894
/CardboardDemo_iosBuild/Classes/Native/UnityEngine_UnityEngine_BoundsMethodDeclarations.h
f4ea0f83b2dbd0f62d6c672ac69c66e844aa407e
[]
no_license
VendorLisy09/CardboardDemo
b24c45b700bf1368425994d07de8dbc41a227d5d
850ed8b3aed712b11e8387e2e930179fb2ee9671
refs/heads/master
2021-05-29T20:38:28.960540
2015-11-24T07:18:30
2015-11-24T07:18:44
null
0
0
null
null
null
null
UTF-8
C
false
false
8,400
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Object struct Object_t; // System.String struct String_t; #include "codegen/il2cpp-codegen.h" #include "UnityEngine_UnityEngine_Bou...
[ "suiyan.li@dena.com" ]
suiyan.li@dena.com
a618698f49342f5d1944364abb0bcce234c04a22
95d1d1ed1db9b3daa8a0e552c399aa8ae33628c2
/RUSH_01/ex00/main.c
35b40239e408af229a1f49a9e80a97ba3093a5f3
[ "MIT" ]
permissive
Alfredo-Neto/basecamp42SP
9d01671c8b004a8a23436041a7d2ec8badef7010
d2fc7710e251e357658a39bf33d13049c282b4cd
refs/heads/main
2023-04-10T06:51:11.081157
2021-04-17T09:42:18
2021-04-17T09:42:18
358,815,292
0
0
null
null
null
null
UTF-8
C
false
false
1,473
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: ...
[ "fakira-f@student.42sp.org.br" ]
fakira-f@student.42sp.org.br
8c9b8db6070c51edb9918375eaaea2974fdac603
cbe814ca276deb6a89de43064cbb23a91819d95e
/src/opbox/uloop.c
86526ab0ee9834aa62e3af9dea743ce4bbfb741f
[]
no_license
isir-service/openserver
6b5f20ff3455b0422742552019ecbec2e3e59e98
6d7a040b8b4730d0d9ab8588d2d79cd050ccff09
refs/heads/master
2022-11-13T12:55:38.393725
2022-10-12T15:09:20
2022-10-12T15:09:20
207,054,358
0
0
null
null
null
null
UTF-8
C
false
false
15,004
c
/* * uloop - event loop implementation * * Copyright (C) 2010-2016 Felix Fietkau <nbd@openwrt.org> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copi...
[ "isirtel@sina.com" ]
isirtel@sina.com
5082b6c60fe93c4741ee19ffab84921396c9c848
35d4ba791db3b37af3bb6e3bc81594b68dfa9d4e
/aron/prova-final/q3/supervisor.c
5e18b447548593e35af18703f2307a2ee3d3914a
[]
no_license
gubenites/ar
95f027a74859fe9ef778808297f70320d175b085
3f44c34ba74d5bd09c7d70dac8ac1ab01f2551b2
refs/heads/master
2022-11-12T00:08:12.820533
2020-06-30T03:00:13
2020-06-30T03:00:13
275,957,537
0
0
null
null
null
null
UTF-8
C
false
false
489
c
#include <unistd.h> #include <stdio.h> #include <unistd.h> #include <stdio.h> #include <time.h> #include <sys/types.h> #include <sys/resource.h> #include <sys/wait.h> #include <stdlib.h> int main(int argc, char *argv[]) { while (1) { char prog[] = "ls"; // a lista de argumentos sempre começa com o...
[ "gubenites99@gmail.com" ]
gubenites99@gmail.com
1a3182fcc1470385c806863980959dc545c42a4b
fdbb74a95924e2677466614f6ab6e2bb13b2a95a
/libc/calls/utimensat-nt.c
24098cedc784764a119b280f3a88d46473c8b345
[ "ISC" ]
permissive
jart/cosmopolitan
fb11b5658939023977060a7c6c71a74093d9cb44
0d748ad58e1063dd1f8560f18a0c75293b9415b7
refs/heads/master
2023-09-06T09:17:29.303607
2023-09-02T03:49:13
2023-09-02T03:50:18
272,457,606
11,887
435
ISC
2023-09-14T17:47:58
2020-06-15T14:16:13
C
UTF-8
C
false
false
3,632
c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney ...
[ "jtunney@gmail.com" ]
jtunney@gmail.com
97ab0fbc19991b7a80734cfacad4cddd5d64e46c
2e7732bdd5ebf8a3df1d62625d7bace8a41d3907
/bin/hxecom/com1_new.c
46c2f598c009607f896563ad519245b50eccb810
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
kyle-ibm/HTX
1db082bd232f9c93b7c87016c26a54627011ce37
d0321b4d96b1460f5053e57cd1a2884781db99b1
refs/heads/master
2020-12-25T03:49:18.108948
2016-06-28T09:17:48
2016-06-28T09:17:48
62,125,553
0
0
null
2016-06-28T09:17:48
2016-06-28T08:53:25
C
UTF-8
C
false
false
19,132
c
/* IBM_PROLOG_BEGIN_TAG */ /* * Copyright 2003,2016 IBM International Business Machines 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/LIC...
[ "mehul.patel@in.ibm.com" ]
mehul.patel@in.ibm.com
cc00cd20f103976241452f6c9cb671623fb403a5
c197c0eb6b2a8335831157aaa7123a4f67709f2f
/HALLIB/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c
6faa54701fca9fbc9843a8495c079cc51ceb98de
[]
no_license
zdatou/STM32F4_USART_DMA_IDLE
14616acb6dca9956deece34aa2a0e1864b2ecc54
279e97d980c1f48d79ae67f721536a2d5c7c8feb
refs/heads/master
2020-04-03T09:31:59.836917
2018-10-30T09:45:39
2018-10-30T09:45:39
155,167,508
3
1
null
null
null
null
GB18030
C
false
false
19,061
c
/** ****************************************************************************** * @file stm32f4xx_hal.c * @author MCD Application Team * @version V1.7.0 * @date 17-February-2017 * @brief HAL module driver. * This is the common part of the HAL initialization * @verbatim =========...
[ "826173462@qq.com" ]
826173462@qq.com
684341b219fa3f49ee85a7f3ef959ad7a0080477
f09c37c2c11243a5045e9e4ab9b85198fca193a8
/userdb.c
765b12ccf6cef7132dab9964e8d9e9d9f29a24a0
[ "MIT" ]
permissive
AsherBond/ObsessBook
3636784007b6b2ff7585e7c6ca036a703d6a5978
5a3240984f01b1fb73f7696566d47f79b8cb00e9
refs/heads/master
2021-01-15T13:06:56.939531
2013-04-10T18:15:31
2013-04-10T18:15:31
null
0
0
null
null
null
null
UTF-8
C
false
false
2,953
c
#include <stdio.h> #include <stdlib.h> #include "user.h" #include "userdb.h" int const READLINE_BUFFER_SIZE = 1024; int const MAXLIST_SIZE = 1024; userdb * userdb_load( f ) FILE * f; { char *buff; buff = malloc( sizeof( char ) * READLINE_BUFFER_SIZE + 1 ); fgets( buff, READLINE_BUFFER_SIZE, f ); ...
[ "mateusz@adamowski.pl" ]
mateusz@adamowski.pl
40e87649157ddb42b1d4802b117e3889273b4a4f
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/include/dt-bindings/leds/leds-pca955x.h
78cb7e979de7b13968c538c9bc4b9b0ea33e92c8
[ "Linux-syscall-note", "GPL-2.0-only", "MIT" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
482
h
/* * This header provides constants for pca955x LED bindings. * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #ifndef _DT_BINDINGS_LEDS_PCA955X_H #define _DT_BINDINGS_LEDS...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
e7b4d56e66bf0591df4c45ce9093ed8e21051027
9bc1b4f054eb85b60ea0e0eaad122359aa305bbf
/Source/saac/tcpip_util.h
166ff82fbf58ffd8dd9ed4697a408abe8f58eadf
[]
no_license
alrightlook/StoneAge-1
65c67c029471831cb4f85c6804f64ab815e218a3
9e6c8ce2cd8ed532a7157773acd1c61582c178b5
refs/heads/master
2021-04-24T14:02:51.145921
2019-12-17T06:28:41
2019-12-17T06:28:41
250,127,196
0
2
null
2020-03-26T00:58:55
2020-03-26T00:58:54
null
UTF-8
C
false
false
1,194
h
#ifndef _TCPIPAC_H #define _TCPIPAC_H #include "version.h" #ifdef _TCPIP_UTIL #define MAXTCPCONNECTION 15 int MEMBUF_InitSize( int mem_use, int db ); int MEMBUF_unregMemBuf( int ti ); int MEMBUF_findregBlankMemBuf( void ); int MEMBUF_findregBlankCon( void ); int MEMBUF_getFreeMem( void ); int MEMBUF_appReadBuffer( ...
[ "5825014+jpark730@users.noreply.github.com" ]
5825014+jpark730@users.noreply.github.com
531ed4bbd347edfc625a083cb887d09626aed268
a364f5e25e4ec3563c2a6e366069488786927948
/usr.bin/tn3270/general/globals.h
b8d477a8554ff771d9221fbd5d25160fbf7696fc
[]
no_license
noud/mouse-bsd
b044db5ba4085794b94ea729eb4148e1c86d73b5
a16ee9b253dbd25c931216ef9be36611fb847411
refs/heads/main
2023-02-24T06:22:20.517329
2020-08-25T20:21:40
2020-08-25T20:21:40
334,500,331
1
0
null
null
null
null
UTF-8
C
false
false
4,184
h
/* $NetBSD: globals.h,v 1.4 1998/03/04 13:16:09 christos Exp $ */ /*- * Copyright (c) 1988 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: * ...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
b35b65c4cb777f31d0ff1ac696885627f032b007
f7e8786b1e62222bd1cedcb58383a0576c36a2a2
/src/fusl/src/thread/pthread_cond_destroy.c
fad746e5e69d400aaba1ffc468b4050363c85542
[ "BSD-3-Clause", "LicenseRef-scancode-mit-nagy", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "MIT" ]
permissive
amplab/ray-core
656915553742302915a363e42b7497037985a91e
89a278ec589d98bcbc7e57e0b80d055667cca62f
refs/heads/master
2023-07-07T20:45:40.883095
2016-08-06T23:52:23
2016-08-06T23:52:23
61,343,320
4
5
null
2016-08-06T23:52:24
2016-06-17T03:35:34
C++
UTF-8
C
false
false
323
c
#include "pthread_impl.h" int pthread_cond_destroy(pthread_cond_t* c) { if (c->_c_shared && c->_c_waiters) { int cnt; a_or(&c->_c_waiters, 0x80000000); a_inc(&c->_c_seq); __wake(&c->_c_seq, -1, 0); while ((cnt = c->_c_waiters) & 0x7fffffff) __wait(&c->_c_waiters, 0, cnt, 0); } return 0;...
[ "pcmoritz@gmail.com" ]
pcmoritz@gmail.com
c210926899513f95f9ca6758a46e8851b7b3cf14
a6d32fc65b4bddc39eb68b081e0fdaf3291c104e
/java2native/main.h
673642a9b8eabb0c768eb18f144476b3f9750d21
[]
no_license
imbaya2466/java2native
64d73de685c7d9651785ee33569b243df2b3b424
b6b24177cf6b13e569cd9febf6a1f2c58450a2ff
refs/heads/master
2020-04-08T02:00:41.198488
2018-12-18T13:39:21
2018-12-18T13:39:21
158,918,840
4
0
null
null
null
null
UTF-8
C
false
false
65
h
#ifndef MAIN_H #define MAIN_H #include "front/AST.h" #endif
[ "2466318163@qq.com" ]
2466318163@qq.com
ff0428f7120d051a3b9d5a46c65f7ff84aef2449
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/e2fe99f9-b0fa-43a7-bd39-6bb3c9488e69.c
50b0346ef9c0a81e2f41b991ef4fdd10c4826f38
[]
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
588
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=52; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = l/j; l = l-j; l = l%j; l = j%j; k = k-j*i; //variables /* START VULNERABILITY */ int a; char b[6]; char c[47]; a = 0; do { ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
56e705cd5cbb6a7437275a21c096e034bc3da561
9b4f7c71cba437798b1f488c20b4a4c2dd5e50a7
/test/Floats/ceil.c
c1b59caac475360308ee7360e6e39bcf0d69b452
[ "NCSA" ]
permissive
mob-group/klee
645a6b6f41a7d454afd08a6e5f215c05a3957551
390f1e443f0daa9a340a6e4909c6b432100a053f
refs/heads/master
2023-02-28T16:24:06.191116
2021-02-12T18:54:48
2021-02-12T18:54:48
null
0
0
null
null
null
null
UTF-8
C
false
false
542
c
// RUN: %clang %s -emit-llvm -O0 -g -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: %klee --libc=klee --fp-runtime --output-dir=%t.klee-out --exit-on-error %t1.bc > %t-output.txt 2>&1 // RUN: FileCheck -input-file=%t-output.txt %s // REQUIRES: fp-runtime #include "klee/klee.h" #include <math.h> int main() { float ...
[ "alexey.pleshakov@huawei.com" ]
alexey.pleshakov@huawei.com
cd589cff4a7acbbf6d5ff59762b557907080a46b
7169d3628c70f1e62f2c971a31762e9f2bc1849c
/example3/php_example.h
dff0c5226ae45cefe54f901e3b5510eeb23d56c3
[]
no_license
gursimar/swig-experiments
9c52b7a800fc159413e621a8dd5f24db51a88fd5
a2e3874974decf4b7575b2171d3738361d0346af
refs/heads/master
2020-12-03T04:39:57.981763
2016-09-11T15:49:26
2016-09-11T15:49:26
67,421,427
0
0
null
null
null
null
UTF-8
C
false
false
1,245
h
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 1.3.40 * * This file is not intended to be easily readable and contains a number of * coding conventions designed to improve portability and efficiency....
[ "gsingh@automata-awesome-dev.(none)" ]
gsingh@automata-awesome-dev.(none)
43294a5cfb5132a1b258365254591998dde202d0
c0e0138bff95c2eac038349772e36754887a10ae
/mdk_release_18.08.10_general_purpose/mdk/examples/Sipp/SippFw/HwFilters/testHwColorComb/leon/testHwColorComb.h
c821f88e9f3211b8bfadd4d9c01c8e35c01e4acb
[]
no_license
elfmedy/vvdn_tofa
f24d2e1adc617db5f2b1aef85f478998aa1840c9
ce514e0506738a50c0e3f098d8363f206503a311
refs/heads/master
2020-04-13T17:52:19.490921
2018-09-25T12:01:21
2018-09-25T12:01:21
null
0
0
null
null
null
null
UTF-8
C
false
false
1,614
h
/// /// @file /// @copyright All code copyright Movidius Ltd 2014, all rights reserved. /// For License Warranty see: common/license.txt /// /// @brief This file contains the source code of the SIPP pipeline /// generated by the SIPP Graph Designer. /// /// /// **********************...
[ "palani.andavan@vvdntech.com" ]
palani.andavan@vvdntech.com
69454c9f4f5e6df17fa574ea7941995966f2d9b9
10b2dd2f228da319608be0e7e50c942681616918
/cwrapper/sp_Invalidate.c
bb001d844c63dd2b2f6466217c8990d891d56e4e
[]
no_license
suborb/splib2
4f631afb448b1f601427833e0af1cd0d8a6e4b81
bd78f08468020cf5b6e1dab85f3577bd2addfbab
refs/heads/main
2023-08-16T23:27:23.775918
2021-10-09T20:34:48
2021-10-09T20:34:48
356,656,264
0
0
null
null
null
null
UTF-8
C
false
false
922
c
/* * Sprite Pack V2.0 * * Spectrum and Timex Computers Game Engine * Visit http://justme895.tripod.com/main.htm * * Alvin Albrecht 01.2003 */ #define _SPLIB #include "spritepack.h" void sp_Invalidate(struct sp_Rect *area, struct sp_Rect *clip) { #asm EXTERN sp_fixcliprect, SPInvalidate...
[ "dom@suborbital.org.uk" ]
dom@suborbital.org.uk
a458c07dc1b957bfcb7a9327e9dfc68af315931f
9d8fe725e79e5856b8b863abf0907a6a5f6f8a3c
/8087654.c
68462ee3e2922dd92bca451089c420ed836288da
[]
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
121
c
int __fastcall sub_8087654(char a1) { int v2; // [sp+0h] [bp-4h]@0 CreateTask((int)sub_808766C, a1); return v2; }
[ "shadow962@live.com" ]
shadow962@live.com
85281452e14f0a3f08d88614fc2551d344737b0e
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE401_Memory_Leak/s01/CWE401_Memory_Leak__int64_t_malloc_54b.c
a5847c05932da91fea8ad38e43c9fa3c220131de
[]
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
1,511
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE401_Memory_Leak__int64_t_malloc_54b.c Label Definition File: CWE401_Memory_Leak.c.label.xml Template File: sources-sinks-54b.tmpl.c */ /* * @description * CWE: 401 Memory Leak * BadSource: malloc Allocate data using malloc() * GoodSource: Allocate data on th...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
d2d6f91c854d0d16af65933eb8f866ff82100036
6cba7d01ccfd2a3e722cfb802c5b18f2bf056089
/main.c
88dd5900e4af3ee317ff468f9892ee7b7b890326
[]
no_license
fralvarezz/Mosaic
08a8c41410f9527876a94dfbe7abc6d56e2179ae
d9a975fffb3bbb79ee3c2217965ebaa61b76a8a3
refs/heads/master
2020-12-01T23:20:22.888515
2019-12-29T22:05:54
2019-12-29T22:05:54
230,808,531
0
0
null
null
null
null
UTF-8
C
false
false
1,340
c
#include <stdio.h> #include <stdlib.h> #include <opencv/cv.h> #include <opencv/highgui.h> int main(int argc, char** argv) { if (argc != 3) { printf("Usage: %s image_file_name\n", argv[0]); return EXIT_FAILURE; } //CV_LOAD_IMAGE_COLOR = 1 forces the resultant IplImage to be c...
[ "noreply@github.com" ]
fralvarezz.noreply@github.com
da7d54a98ae6e77254cc8d16dfe823659b9db7a7
12b2316eab3c379e45e839e0ea173d7a7a8d8e93
/source/ai.c
1c0e73b5b35bbfbd624b1659b818b535b282ae0a
[ "ISC" ]
permissive
heckendorfc/deepness
228d448fc64d5db15e8d5730334c71e9c141f7d0
e87500cd62b64d00e5eeafe48e160d093af90717
refs/heads/master
2016-09-06T19:08:43.256691
2013-08-15T00:54:34
2013-08-15T00:54:34
null
0
0
null
null
null
null
UTF-8
C
false
false
13,197
c
#include <stdlib.h> #include <stdint.h> #include "ai.h" #include "player.h" #include "battle.h" #include "map.h" #include "util.h" #include "equipment.h" #define NUM_OPTIONS 10 #define NO_ACT_GROUP 0xFF struct turn_opt{ struct move{ uint8_t x; uint8_t y; }move_opt; struct act{ uint8_t x; uint8_t y; uint8_...
[ "heckendorfc@gmail.com" ]
heckendorfc@gmail.com
73414d1c936e6d3711306952b4a602cf5629d2db
2ece2086eead4703dbb037ad64e156ed475db84a
/sources/host/shell_commands.c
944ac78ac4f8833a060f1f063bda84ef4ae9a8b6
[]
no_license
jcondor98/avrtmon
fba2e2190a7f5de13c7337bc319c40e101ed0347
eb5e9bcba6bedf9952bb5ef827d23eff85ca852e
refs/heads/master
2020-06-19T18:38:25.576501
2020-05-07T21:15:33
2020-05-07T21:15:33
196,823,343
2
0
null
null
null
null
UTF-8
C
false
false
17,981
c
// AVR Temperature Monitor -- Paolo Lucchesi // Program shell - Commands #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <string.h> #include <assert.h> #include "shell.h" #include "list.h" #include "serial.h" #include "temperature.h" #include "communication.h" #include "debug.h" // Declare a shel...
[ "paololucchesi98@gmail.com" ]
paololucchesi98@gmail.com
1182bc71dc00ded0859fdc1dbaba9f2b62e66989
2d9f969c344faac63c7f3b71b18910dee3006542
/tlib.h
e7cc3d7683cf6ad3874ce3e70871bff19e625123
[]
no_license
gunesbatmaz/cs342-spring-2017
c2f013ec7ced45c56edd2c9fb04f035bb6acb82c
5f1561672acb237f4d942d5ecc12556b461dea36
refs/heads/master
2020-05-22T20:00:57.052387
2017-03-19T19:08:11
2017-03-19T19:08:11
84,720,213
0
0
null
null
null
null
UTF-8
C
false
false
740
h
#ifndef _ULT_H_ #define _ULT_H_ #include <ucontext.h> #define TLIB_MAX_THREADS 1024 #define TLIB_MIN_STACK 32768 /* You will define your TCB structure here */ typedef struct TCB{ struct TCB *next; int t_id; ucontext_t *context; }TCB; /* Some definitions below */ static const int TLIB_ANY = -1; static const ...
[ "noreply@github.com" ]
gunesbatmaz.noreply@github.com
60ec4938932b19d1313fb80ba5fbaae620aabddd
f208b0c882b4dc7a4b046d739fe03aeb4982e1fa
/test.c
0476a32f618077f71565e76d1ccc1a7b902a2df8
[]
no_license
maskung/bat
ebacf03eaa7182612b6dce7004318e79693013ad
ecd7436aaab72381e9a92ca25b0a14f9e3a95411
refs/heads/master
2021-01-23T13:08:20.265649
2017-06-04T07:43:13
2017-06-04T07:43:13
93,223,467
0
0
null
null
null
null
UTF-8
C
false
false
439
c
#include <stdio.h> #include <stdlib.h> #include <wiringPi.h> #include <wiringPiI2C.h> #define RELAY (int)14 void setup() { wiringPiSetup(); pinMode(RELAY, OUTPUT); digitalWrite(RELAY, HIGH); } int main(void) { setup(); while (1) { digitalWrite(RELAY, HIGH); delay...
[ "suphanut@gmail.com" ]
suphanut@gmail.com
d35c617aba59cfc7d233816145aded2c344728d6
5715940df7537706ace9dc354e992625ebca5205
/outFile.c
13fb9f209e2a24eb38cf58a8843beec819309f3d
[]
no_license
barakyaari/comp
1a3e8b31a42f6c3acdca5fa6fb7d2b40d37eec27
32b2a602df3054d39a6f4b266898dd03fcbffe92
refs/heads/master
2021-01-12T06:58:05.069828
2017-03-05T17:15:49
2017-03-05T17:15:49
76,881,898
0
0
null
null
null
null
UTF-8
C
false
false
151,036
c
#include <stdio.h> #include <stdlib.h> #define DO_SHOW 1 #include "arch/cisc.h" #include "arch/debug_macros.h" int main() { #define TRUE 5 #define FALSE 3 #define SOB_NIL 2 #define SOB_VOID 1 #define LOC_ENV 0 #define NUMOFARGS 1 #define SYM_TAB_START 1309 START_MACHINE; JUMP(LETS_START); #include "arch/char.lib" #inc...
[ "barakyaari@gmail.com" ]
barakyaari@gmail.com
96fddbec11e6bd9452396118e1d8c7d3cd90bd30
e592320df0aeb6495db1a09cfa5d69b326ac17dc
/count_bingo.h
c587aaac2c9b055a0f9d9667637a14bb35bdb08f
[]
no_license
kimseowoo/bingo
24e614e7889c98a6c7f6af2df921bc80f8529f70
057661738278e766511fc7a08c6e880fdb67d4cc
refs/heads/master
2020-04-05T21:07:15.369202
2018-11-21T14:09:05
2018-11-21T14:09:05
157,208,220
0
0
null
null
null
null
UHC
C
false
false
835
h
#include <stdio.h> #include <stdlib.h> #include <time.h> #define N 7 #define M 3 int count_bingo(int (*s)[N]) { int i,j; int bingo=0; int x,y,z,w=0; //x=가로, y=세로, z=\대각선, w= /대각선 for(i=0; i<N; i++) { x=0; for(j=0; j<N; j++) { if(s[i][j]==-1) x++; //가로빙고 수 체크 if(i=j)...
[ "swoo422@naver.com" ]
swoo422@naver.com
289460f413df2fe810575be8c46599ddac1fba85
f02f3315d06781d5a2d802afcdfce5c3dbccc6bc
/Easy/CielAndAMinusBProblem.c
c3ea439a434043c0cd0f73e2538126c6ce0edff9
[]
no_license
nikhil0269/Codechef
b5fd646690f0984553f587a510db9ffd02468151
a77dfda3d887d13451727ed9ce2e01e31d9b9304
refs/heads/master
2021-01-16T18:11:11.800472
2018-02-16T04:59:41
2018-02-16T04:59:41
100,050,260
1
1
null
2018-01-12T16:28:11
2017-08-11T16:19:24
C
UTF-8
C
false
false
246
c
#include<stdio.h> int diff(int a,int b) { if(a<b) return b-a; else return a-b; } int main() { int a,b,x; scanf("%d%d",&a,&b); x=diff(a,b); if(x%10==9)x--; else x++; printf("%d",x); return 0; }
[ "noreply@github.com" ]
nikhil0269.noreply@github.com
b1f2a5d9ecc31ee731b8e2b71cea8bf9cd372bc0
0f9ff42bd1791ead7cde5d7f8f3719129597d54c
/include/LibraryHeaders/song341.h
52efe3c6a2a23d336f1aa2bc8994144a46b7504b
[]
no_license
kimi-chen/GBA-Pokemon-Engine
5ce58b634ca08040a6053c0c36c9a14bc60fe05d
425481f3476836090795fbb663f648e6788d1b40
refs/heads/master
2020-06-06T18:13:31.899645
2018-04-29T22:10:43
2018-04-29T22:10:43
null
0
0
null
null
null
null
UTF-8
C
false
false
124
h
#ifndef GBPAUDIO_SONG_341_H_ #define GBPAUDIO_SONG_341_H_ #include "Audio/M4A/EngineM4.h" const SongData song341; #endif
[ "jambo51@hotmail.co.uk" ]
jambo51@hotmail.co.uk
4e4b12600beeb4177f7cd79d2725ce3b41dc32a2
caf10062969e5136fc7e6c08d4462bb0046e0ca9
/src/http_chunk.c
28daaa3b9a55c5466588301a75f7bf85101589e6
[ "BSD-3-Clause" ]
permissive
wangdu89/lighttpd
a3e61478831937786920857c0bbaa27bf764619d
c3d91774860faf14a08cf61da701738e6a600fd9
refs/heads/main
2023-02-22T15:02:22.086193
2021-01-29T05:32:03
2021-01-29T05:32:03
334,046,175
0
0
null
null
null
null
UTF-8
C
false
false
18,416
c
/* * http_chunk - append response to chunkqueue, possibly in "chunked" encoding * * Fully-rewritten from original * Copyright(c) 2019 Glenn Strauss gstrauss()gluelogic.com All rights reserved * License: BSD 3-clause (same as lighttpd) */ #include "first.h" #include "http_chunk.h" #include "base.h" #include "chu...
[ "you@example.com" ]
you@example.com
f02f49bd4c1b385f90834b17b296842501bb436e
38f4c44472c85cc8ce1f4a0c287d24775db62b28
/server.c
96deb47a14df37d15684e717a1a9add287e6bc9a
[ "MIT" ]
permissive
pcx436/network-systems-pa2
3453af23074731ab428449257928c1b9f6e588e3
4dd02352b15245fb1ac464757a0233b8039e947d
refs/heads/main
2023-01-02T12:07:25.060238
2020-10-20T05:11:39
2020-10-20T05:11:39
302,724,688
0
0
null
null
null
null
UTF-8
C
false
false
9,649
c
/** * server.c - A concurrent TCP webserver */ #include <stdio.h> #include <stdlib.h> #include <limits.h> #include <string.h> /* for fgets */ #include <strings.h> /* for bzero, bcopy */ #include <unistd.h> /* for read, write */ #include <sys/socket.h> /* for socket use */ #include <netinet/...
[ "pcx436@yahoo.com" ]
pcx436@yahoo.com
1a1c272246cfbb0d5f8b44675ceb491cb88b7602
1c6e184cbea82de3ec414dbb8470550fc0d26722
/liblist/src/support/f_memory/f_memdel.c
cd850e24626a22997f76126749feac410b868408
[]
no_license
PhilipStubbs/Corewar
aac20efb0b7b9bfb456bbbc3372fbab5949cb607
b62c9694c98446829c4221f15df282e63521c2a3
refs/heads/master
2020-03-30T03:55:28.924769
2018-09-27T09:48:46
2018-09-27T09:48:46
null
0
0
null
null
null
null
UTF-8
C
false
false
996
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* f_memdel.c :+: :+: :+: ...
[ "24510543+PhilipStubbs@users.noreply.github.com" ]
24510543+PhilipStubbs@users.noreply.github.com
335b938ffd6ec719d659306a17564e567ef749a7
7c8e15753b3e37940b7e87fdebdaefee2d5ed77d
/src/hci/lexer/sh_verification.c
e662208ff9f69126b4adcdbdf7e5b521b9e0a418
[]
no_license
pguillie/minishell
3ab5ae1247283a95f47bf683ea49d29d0b6b9ead
a1e699f1b2f41f063cae56879513aaaea64af885
refs/heads/master
2021-03-24T12:46:14.729875
2017-09-25T17:28:03
2017-09-25T17:28:03
103,932,574
0
0
null
null
null
null
UTF-8
C
false
false
776
c
#include "shell.h" static int sh_syn_err(char *lexeme) { ft_putstr_fd("Syntax error near unexpected token `", 2); ft_putstr_fd(lexeme, 2); ft_putstr_fd("\'\n", 2); return (SYN_ERR); } int sh_verification(t_token *lex) { if (lex->category > NEWLINE) return (sh_syn_err(lex->lexeme)); while (lex->next) { if...
[ "pguillie@student.42.fr" ]
pguillie@student.42.fr
c52c9c11b6c0d5b7d57c3a5ce0626333e7daa6c0
cfd33821398cede8c2aadd847d59b89d72d7e0a6
/NotWorkingStuff/Deprecated/Dbx_tree_cryptors/encryption/ARC4/src/Version.h
af110007498d05510930edf7aa8ca58f039994af
[]
no_license
miranda-ng/deprecated
1c922e502d7ec35371a454131b9e5fa019e241fd
137526f743d2e8237845b7faea992989a7e8fbd7
refs/heads/master
2023-01-28T20:57:12.499530
2023-01-13T23:32:54
2023-01-13T23:32:54
71,989,840
3
3
null
2017-08-22T18:52:34
2016-10-26T09:53:01
C++
WINDOWS-1252
C
false
false
375
h
#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 0 #define __BUILD_NUM 1 #include <stdver.h> #define __PLUGIN_NAME "ARC4" #define __FILENAME "ARC4.dll" #define __DESCRIPTION "Streamcipher - 8bit step, fast." ...
[ "watcherhd@gmail.com" ]
watcherhd@gmail.com
a756a7aa846c39d5fce9fdd227d007d435fc15ee
dede097ffb4559a8021c1663de4d13d400a6e1a1
/BOOSTED2_REGBANK/isim/register_bank_easy_isim_beh.exe.sim/work/m_00000000002438398552_0600329934.c
ebdce62107116674cf4a29fc198e7a16b7260c2f
[]
no_license
mregueira/EV-20-Grupo2
7d3ffc71a88f0745986120541c8448dd0b015df6
1aae2e9cd6e26271a1258222be3b02b15c02da94
refs/heads/master
2022-11-10T08:05:43.866722
2020-06-29T20:15:00
2020-06-29T20:15:00
265,878,189
0
0
null
null
null
null
UTF-8
C
false
false
1,243
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "jmestanza@itba.edu.ar" ]
jmestanza@itba.edu.ar
a16d3d65b064a51b4b884234282311bb52cc4b35
b0cea19b5567cc461903730d7b73ea586801040e
/b28.c
4ed6c0feb0847e0e7f2de5f6cf8751e33c726b7f
[]
no_license
MaxPiLab/trakray
0fe8cc8609e07230322e02fd32c0b8dfcb5948ec
120e0d12b7d8e29671b2d56394d11e1f13e5c87f
refs/heads/master
2020-03-19T06:41:22.795810
2018-06-04T15:34:15
2018-06-04T15:34:15
136,045,903
0
0
null
null
null
null
UTF-8
C
false
false
20,265
c
// // Example program for bcm2835 library // Shows how to interface with SPI to transfer a number of bytes to and from an SPI device // // After installing bcm2835, you can build this // with something like: // gcc -o spin spin.c -l bcm2835 // sudo ./spin // // Or you can test it before installing with: //...
[ "noreply@github.com" ]
MaxPiLab.noreply@github.com
55bb7463989df6d53a1ca99ffcf00fb7b91042af
ff4e5520632bd7ab6ea40b17e4744f4a7cdd4a98
/src/configs/sandybridge/bli_gemm_asm_d8x4.c
c1f4e833ae67dce1fadb53f2875e59b2d82e3a92
[]
permissive
devinamatthews/tblis
d91e98ef5676826997c5b9b6552b89b0c6638d14
4de1919dfe194f5e47dfc93660ce4206d8e12c4e
refs/heads/master
2023-04-28T06:15:49.429670
2023-04-22T19:57:23
2023-04-22T19:57:23
43,445,371
100
30
BSD-3-Clause
2023-04-22T19:57:24
2015-09-30T16:44:25
C
UTF-8
C
false
false
217,751
c
/* BLIS An object-based framework for developing high-performance BLAS-like libraries. Copyright (C) 2014, The University of Texas at Austin Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redist...
[ "dmatthews@utexas.edu" ]
dmatthews@utexas.edu
2dc3b97b88025138d15a4260a4e1302aa72d46b3
994943b7ba927929aa37150c29627b6e5a4e6817
/Clash of Particles/src/event.c
fb898984cf0cddce1b1dbbefccc68c113d11b4f7
[]
no_license
KnutEBakke/ISAE
3ae34936977695a3b0a55651807bf8b3754644bc
fe8999b17add9f12ad2629b7fc50ac0029364164
refs/heads/main
2023-03-01T18:13:23.173342
2021-02-08T14:55:40
2021-02-08T14:55:40
337,095,965
0
0
null
null
null
null
UTF-8
C
false
false
1,280
c
#include "event.h" #include <assert.h> bool refreshing_event(event* p_e) { return ((p_e->p_particle_a == NULL) && (p_e->p_particle_b == NULL)); } bool vertical_event(event* p_e) { return ((p_e->p_particle_a == NULL) && (p_e->p_particle_b != NULL)); } bool horizontal_event(event* p_e) { return ((p_e->p_partic...
[ "k.bakke@pcb61-08-01.isae.fr" ]
k.bakke@pcb61-08-01.isae.fr
7e93cb193cc4a8e57ab276603f60f681da68c3b1
ccaa508cbb0b2caee5a7aa2eaf728b68638ccc77
/3、设计模式/03、结构类模式/Adapter/media.h
ca4376b038f4ae59a24bdd9839608d71cfdb9297
[]
no_license
Seventeen-coding/something-for-C-language
03d260357789066924ff048c792e9aa7f0b95681
3db08591a94f202ee12a538727926b7e844a7a4f
refs/heads/master
2022-11-23T15:19:54.673494
2020-07-27T10:19:01
2020-07-27T10:19:01
72,769,379
1
0
null
null
null
null
UTF-8
C
false
false
369
h
#ifndef MEDIA_H #define MEDIA_H #include <stdio.h> typedef enum { MP3, MP4, //新增支持 MKV, //不支持 MAX_COUNT }decode_type; typedef int (*play_func)(void *this_media,decode_type type,const char *path); typedef struct _Media{ play_func play; }Media; int CreatMedia(Media *media,dec...
[ "741253078@qq.com" ]
741253078@qq.com
0e7e7dcebcf7b486376db55705d68168fe74a68a
74ee6575e4ed7485757e3e6af074f6f16a485c15
/PROJECT_2/UNIT_TEST/TIVA_UT/tiva_I2c_unit_test.c
487f73e4d2491b66f38d5be4f4666f845c66c383
[]
no_license
jayaramvignesh/AES-Fall-17
99a7a0e08c3ca01bdeb6e60f7098448d97bbdb89
29ae2eb587c7db0ba6c65baa7a22b21a4b696ab3
refs/heads/master
2021-01-22T01:12:04.985647
2017-12-15T05:57:03
2017-12-15T05:57:03
102,211,718
0
0
null
null
null
null
UTF-8
C
false
false
4,007
c
/* FreeRTOS 8.2 Tiva Demo * * I2C_unit_test_TIVA * * Author:: Arundhathi Swami, Vignesh Jayaram * * Credits: Andy Kobyljanec * * Basic source file for testing I2C read and write * * */ #include <stdint.h> #include <stdbool.h> #include <stdio.h> #include <string.h> #include "main.h" #...
[ "jayaramvignesh@gmail.com" ]
jayaramvignesh@gmail.com
305ee552eb1f6fa8e6b5eef837a1c7203b64db5b
c4b4d60f54588f6ea6325407b19f9970a34fc4c6
/Abalone/Matrix2D.c
38c9213c89ae0e87bd50c4e5a2523b44e6120f77
[]
no_license
Ehlnofey/Abalone
b4c07c3a9ee70c871152d6c9ff7d7e051ee07727
4188b302f1efb8ba7ac8b84e552c60b710afe3e7
refs/heads/master
2021-01-20T11:41:53.736934
2017-06-06T18:08:53
2017-06-06T18:08:53
83,728,797
1
0
null
null
null
null
UTF-8
C
false
false
4,808
c
#include <stdlib.h> #include <stdio.h> #include <assert.h> #include "Matrix2D.h" Matrix2D* newEmptyMatrix2D() { Matrix2D *m = malloc(sizeof(Matrix2D)); m->n = 0; m->m = 0; m->mat = newEmptyMatrix(); return m; } Matrix2D* newMatrix2D(unsigned int n, unsigned int m) { Matrix2D *m2D = malloc(sizeof(Matrix2D)); m...
[ "valentin.debenath@gmail.com" ]
valentin.debenath@gmail.com
e81e1e8d17d9f6816fa8eb8aed7567504bf37eb4
6c4b3bc3384ec6d607a6dbce6ac2aed8894d2606
/ftserver.c
767cb78b887d029a8675d75ab906f08272843cd7
[]
no_license
djbauman/SimpleFTP
99afe4105f86fb9c8ffa32663704d4dde2274e46
5577bf855721ab28fb7d39477f4be4451ebb4d53
refs/heads/master
2020-04-11T01:22:09.301866
2018-12-12T00:58:53
2018-12-12T00:58:53
161,412,548
0
0
null
null
null
null
UTF-8
C
false
false
7,991
c
/* Daniel Bauman (ftserver.c) Program Description: This program listens on a user-determined port for a client connection. Upon receiving a specific command from a client on this port, it uses another port to send either a list of the files in its directory, or a specific file requested by the client. */ #include <s...
[ "danieljbauman@gmail.com" ]
danieljbauman@gmail.com
0485076b0490ef9948af4319a865328aa88d02f0
33299b8af967ad7cc9ef4a3ddd2c5344f3532bdd
/VTR7.0/abc_with_bb_support/src/map/if/ifUtil.c
f3fa049e1288867c604e47ef225b24ba5a1ebe7a
[ "MIT-Modern-Variant", "MIT" ]
permissive
meijianyue/Verilog-to-Bitstream2.0
ee672688606be0a74ba224391552127d670dc1f3
d9c73ffd1c4a9d593e8692e5e145e95ea9ec6edf
refs/heads/master
2023-04-22T12:50:08.345687
2021-05-11T12:33:20
2021-05-11T12:33:20
295,656,113
2
3
null
2020-09-16T03:22:17
2020-09-15T07:58:42
null
UTF-8
C
false
false
13,677
c
/**CFile**************************************************************** FileName [ifUtil.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [FPGA mapping based on priority cuts.] Synopsis [Various utilities.] Author [Alan Mishchenko] Affiliation [UC Berkeley] D...
[ "1103328413@qq.com" ]
1103328413@qq.com