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
6d9049112ae795af0dfdaa847341f6273a381921
da7d3a0d1618873bff634cec9db895879971f468
/hw/kdrive/smi/smi.h
19fdcbad4952d93bb2e7b97b676e1cba9a78e014
[]
no_license
GrahamCobb/maemo-xsisusb
3e5f7e12e1b32153e94bb5c1b6b09816b2f0ee6d
20dcec6989cca9cc4d9ca7ef7facc1199eac666e
refs/heads/master
2020-03-30T11:26:15.479248
2009-08-26T16:46:47
2009-08-26T16:46:47
38,566,595
0
0
null
null
null
null
WINDOWS-1252
C
false
false
7,001
h
/* * Id: smi.h,v 1.2 1999/11/02 08:17:24 keithp Exp $ * * Copyright © 2001 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both tha...
[ "GrahamCobb@users.noreply.github.com" ]
GrahamCobb@users.noreply.github.com
876eb2b53d624dc4eded763d0dbd92a986f33598
488b9385864869eec9d86539293cfc26bf0f2e1a
/week2/valid_triangle.c
fd4b6f3eaa4bab0a8ca4c33fe90c12dbea00cf01
[]
no_license
Nashavi/harv_cs50
017ebb0b90ef777a67e8eac9839647b0e3038ca7
a34582855594bd7acb44cf9802a470a59b7f1840
refs/heads/master
2020-12-30T16:02:16.368430
2017-06-16T03:42:38
2017-06-16T03:42:38
90,952,482
0
0
null
null
null
null
UTF-8
C
false
false
638
c
#include <cs50.h> #include <stdio.h> string check_validity(int a,int b,int c); int main(void) { printf("Input the first side\n"); int x = get_int(); printf("Input the second side\n"); int y = get_int(); printf("Input the third side\n"); int z = get_int(); string s = check_va...
[ "avinash.kamath@ucdenver.edu" ]
avinash.kamath@ucdenver.edu
daebd14219aa2c6cbbc514bbda5757d29a9deca7
4458b8968ab0e7427f91d2a7471c60ee3e1245df
/2.3.1/abc040_c.c
811c9af9687ec116219cec956b247dec30eee727
[]
no_license
knknkn1162/ant_competitive_solution
89be79bce55cec33db18ce7dd87b919c16f7a655
03c6db143a63680387614c734e77ae0c3f428b9a
refs/heads/master
2022-11-16T12:56:56.056393
2020-07-13T08:47:48
2020-07-13T08:47:48
258,682,506
2
0
null
null
null
null
UTF-8
C
false
false
902
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <stdint.h> // int64_t #define max(a,b) ((a) > (b) ? (a) : (b)) #define min(a,b) ((a) > (b) ? (b) : (a)) int get_int(void) { int num; scanf("%d", &num); return num; } // <arr[0]> <arr[1]> .. <arr[size-1]> int fget_array(int *arr, int size) { ...
[ "knknkn1162@gmail.com" ]
knknkn1162@gmail.com
56665b6c1220b31d77fc9d3cb612897b82de41e3
fb0092247b485cd6b249adf8585b8e4be733788c
/my_adts/my_list_polynomial.h
d01255b454b3f14092a87ac8e1481a475163dfc0
[]
no_license
youxin/solution_in_c
5ffa599867116b4b6b8842cd2c55e769bc310872
9da49304d8c36037dffa41ec30a2b4117a03532d
refs/heads/main
2023-01-31T15:41:09.039667
2020-12-16T09:27:00
2020-12-16T09:27:00
313,549,702
0
0
null
null
null
null
UTF-8
C
false
false
486
h
#ifndef _MY_LIST_POLYNOMIAL_H_ #define _MY_LIST_POLYNOMIAL_H_ #include "my_common.h" #ifdef __cplusplus extern "C" { #endif struct Term; typedef struct Term* PtrToTerm; typedef PtrToTerm Polynomial; typedef PtrToTerm Position; void zero_polynomial(Polynomial poly); void add_polynomial(Polynomial poly1, Polynomial ...
[ "youxin.huang@cn.bosch.com" ]
youxin.huang@cn.bosch.com
b0da6a9ae04596dd47a11e289d4a56ceb5541254
f075a6f4debb078c3231d9931f251dbc9de13d03
/kutta.c
e2e3fd37ed2478720705999243ade61d20a1b35a
[]
no_license
commandantekaustav/numerical-analysis-in-c
77b18172f8da1f7ebb0988239e7c509d9a6a6344
2c2ddd32f0e81a3e2482614094fc827d08c90be4
refs/heads/master
2020-05-02T19:05:29.603597
2020-04-08T13:47:26
2020-04-08T13:47:26
178,148,770
1
0
null
2020-04-08T13:47:27
2019-03-28T07:23:01
C
UTF-8
C
false
false
513
c
//kutta #include<stdio.h> #include<math.h> float f(float x,float y){ //return(sqrt(x+y)); return x+y; } main(){ float x0,y0,xn,h,k1,k2,k3,k4; int i,n; printf("x0,y0,xn,n: "); scanf("%f%f%f%d",&x0,&y0,&xn,&n); h = (xn-x0)/n; printf("\nh = %f",h); // while(x0<xn){ for(i=1;i<=n;i++){ k1 = h*f(x0...
[ "noreply@github.com" ]
commandantekaustav.noreply@github.com
3016c75f58d2ff5cf121446a8401aa8f50f47332
e59dd6c80d3117879e0f60737c34e3b146730d3d
/DHSVM3.1.2/sourcecode/WaterTableDepth.c
003ab3534a7d07b79d5cc237566f997469d796d2
[]
no_license
aadriance/DHSVM-Parallel
8610195604658f51bd99450a5653e120f958a10f
040c649a6356d138c1ce3bbe8ad808217f1c5107
refs/heads/master
2021-03-22T02:08:27.979472
2019-09-17T04:54:52
2019-09-17T04:54:52
104,395,415
0
0
null
null
null
null
UTF-8
C
false
false
6,565
c
/* * SUMMARY: WaterTableDepth.c - Calculate the depth of the water table * USAGE: Part of DHSVM * * AUTHOR: Bart Nijssen * ORG: University of Washington, Department of Civil Engineering * E-MAIL: nijssen@u.washington.edu * ORIG-DATE: Apr-1996 * DESCRIPTION: Calculate the dep...
[ "aadriance@users.noreply.github.com" ]
aadriance@users.noreply.github.com
911b6859a2a28819665aacb3ba15b01a8dfcf8bb
e66fceee9d201962b0668e1f58c46859854fceb4
/kungfu/skill/changquan/yuhuan.c
e344695e73ea3b2a40f502e00acdf3d778e7284c
[]
no_license
cao777/mudHYLib
a8a6e28d097afb87ef68ee0a3fae13a1c50fe822
dd7832cc0abad1a21c797692c3f5fafd98702fb6
refs/heads/master
2023-03-15T16:26:34.697435
2018-12-03T15:35:34
2018-12-03T15:35:34
null
0
0
null
null
null
null
GB18030
C
false
false
1,898
c
// tie@fengyun #include <ansi.h> #include <combat.h> inherit F_SSERVER; int perform(object me, object target) { string msg; int extra; int orforce; object weapon; extra = me->query_skill("unarmed",1); if( extra < 200) return notify_fail("你的少林长拳还不够纯熟!\n"); if( !target ) target = offensive_target(me); ...
[ "i@oiuv.cn" ]
i@oiuv.cn
76f9b1d6accf2e7c0fe7e0098187eb58bab94750
211821648d76eb57ecfc0f8390948bcd065729a1
/18/main.c
3905b60cb1676e58d86746ffcdff28fb70a48257
[]
no_license
mittrayash/C-Projects
6836d6a316bd2a0a67b52e12ba7eb26e48ddd05d
aa33952aadfd9daa63851f03427b0a0b84f76844
refs/heads/master
2021-07-06T08:00:19.316996
2017-10-02T06:39:05
2017-10-02T06:39:05
105,504,849
1
0
null
null
null
null
UTF-8
C
false
false
409
c
#include <stdio.h> #include <stdlib.h> #include <ctype.h> int main() { char tuna; printf("Enter a singleton (digit/alphabet/alphanumeric): "); scanf(" %s", tuna); printf("\n"); if ( isalpha (tuna) ){ printf("%s is a alphabet.", tuna);} else if ( isdigit (tuna)){ printf("%s is a digit...
[ "mittrayash@gmail.com" ]
mittrayash@gmail.com
2eb6735a170067ece2ae98f95eca1be33084eb53
fe4f40c794009d2e4e43c73200c934cdce02ed9c
/TA5/camkes-vm-build/projects/camkes-vm/components/Init/src/mc146818rtc.c
78f4a4d50e08202445b066bd44ab499a4af2d52f
[ "BSD-2-Clause" ]
permissive
loonwerks/CASE
204b15f688fd345d231e7d0b1e9df3be00c2855c
a959ce7f89000de3ab288d43746cff822930130f
refs/heads/master
2022-07-08T18:06:54.803247
2022-06-29T21:18:35
2022-06-29T21:18:35
129,441,109
15
8
null
2021-06-03T16:05:21
2018-04-13T18:44:46
C
UTF-8
C
false
false
24,658
c
/* * @TAG(OTHER_BSD) */ /* * QEMU MC146818 RTC emulation * * Copyright (c) 2003-2004 Fabrice Bellard * * 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...
[ "john.shackleton@adventiumlabs.com" ]
john.shackleton@adventiumlabs.com
ecd7d180bf25607057f389661fc71e98a3bf8c31
d5f7257da1fd3d94eed5c945f59a33fb9822c5c1
/vendor/intergrafx/LW/Daydream/data/png_WP2_E_back_320x480.h
b9e572df97efdff21ced55ca8d7461ea9dd77c4b
[]
no_license
dongdong-2009/2503D_MQTT
ce37cd3bd83fbd310e411d21aea663dd02d4ac6a
15f0ec65a56412935a810712807303362b2c5427
refs/heads/master
2023-04-22T21:33:57.079597
2021-04-25T11:36:43
2021-04-25T11:36:43
null
0
0
null
null
null
null
UTF-8
C
false
false
1,002,298
h
// Copyright (c) 2004 InterGrafx, Inc. All Rights Reserved. #ifdef __cplusplus extern "C" { #endif #if 0 /* under construction !*/ #endif unsigned char const png_WP2_E_back[] = { 0x42, 0x4D, 0x34, 0x5A, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x32, 0x02, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x40, 0x0...
[ "864876693@qq.com" ]
864876693@qq.com
1119b21b3e280ca8c2b69067617fa2d150867439
5f160bbf4441883256529f1e8c84fcd7e4cc600d
/AmdAgesaPkg/Proc/Fch/Common/FchCommon.c
e7764e6fcfdd976ed9649da6328f8c71a47e74f2
[]
no_license
fishbaoz/edk2ml
520c91893e1a7b86f451e7d629063893653e186b
b243dbc17fc02c6ebcfccdcd3fed3647388deabf
refs/heads/master
2021-01-10T11:42:48.301418
2014-04-11T05:10:14
2014-04-11T05:10:14
44,145,290
5
0
null
null
null
null
UTF-8
C
false
false
5,062
c
/* $NoKeywords:$ */ /** * @file * * FCH common * * * * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: FCH * @e \$Revision: 281178 $ @e \$Date: 2013-12-18 02:14:15 -0600 (Wed, 18 Dec 2013) $ * */ /* *********************************************...
[ "siyuan.wang@amd.com" ]
siyuan.wang@amd.com
c0b539af20189e005aa5283c78dc89e868d52136
8e089b97c3e057056ab79832d710714f3c738245
/kademlia_ConsSync/model.h
9891abf927d42315d5ccb0db06273bc6ba2afcc6
[]
no_license
philipp-andelfinger/GPUTW
e0522623e23cdb6fccadb442641c2375b70845fe
2abfe070eaa11950358b9ac179adf2f60a856d15
refs/heads/master
2020-12-08T07:55:48.273317
2020-01-10T00:08:59
2020-01-10T00:08:59
232,930,587
3
1
null
null
null
null
UTF-8
C
false
false
1,696
h
/* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be use...
[ "philipp.andelfinger@tum-create.edu.sg" ]
philipp.andelfinger@tum-create.edu.sg
75775322923f166a0f6129c906485b227461bf6a
5fd77b394ec9ab446d01eea5bfc7318ff306e9f9
/TinyMoodLamp/ledeffects/effects/colorwipe.h
5722407f4d5ebc149f8ba23227e993c6b8eba596
[]
no_license
sergiusz-roszczyk/ledmoodlamp
14bb96a0a66ec16babdd2493ce0a52d48d5dc6bb
9a35126b4a34807333df4172ffeb745faebf2c2d
refs/heads/master
2020-04-08T05:31:15.712303
2018-11-25T19:20:04
2018-11-25T19:20:04
159,063,913
0
0
null
null
null
null
UTF-8
C
false
false
476
h
/* * colorwipe.h * * Original source code: https://www.tweaking4all.com/hardware/arduino/adruino-led-strip-effects/ * * Some tweaks applied to fit into ATtiny85 platform and to keep C naming consistent. * For licensing and reusing constraints please refer to original article mentioned above. */ #ifndef COLORW...
[ "sergiusz@roszczyk.com" ]
sergiusz@roszczyk.com
53285c51e0415b3279d8ff59bcfd0fac8b492464
5ba33caffd36934a7759fd6dde6aacad0a882809
/components/mjd/include/mjd.h
64812b719588a293ef71f7e398b23128825bfe3c
[ "MIT" ]
permissive
pantaluna/esp32_bmp280_sensor_using_lib
338380ec2a5dd6002f595076d409a75e62b91933
27c67d41fc4c6a47acca99d52edd59ec770e7411
refs/heads/master
2020-04-07T01:01:06.648158
2019-05-03T11:03:03
2019-05-03T11:03:03
157,927,698
2
0
null
null
null
null
UTF-8
C
false
false
9,150
h
/* * */ #ifndef __MJD_H__ #define __MJD_H__ #include <float.h> #include <inttypes.h> #include <limits.h> #include <stdbool.h> #include <stddef.h> #include <stdint.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <time.h> #include "freertos/FreeRTOS.h" #include "freertos/event_groups.h" #includ...
[ "pantaluna@outlook.com" ]
pantaluna@outlook.com
4d4d0bac5dbbc1742d74539c9d555e3f96962a4e
356ef2046e7ed6e62326002b151bb83c4c246104
/suckless/build/dwm/patch/centeredmaster.h
1c0ec2a5779aef097d897d4c03b8e665e194acea
[ "MIT" ]
permissive
sadparadiseinhell/dotfiles
4f61f39c56928ddaa42d27019f57aecfa56b8ef9
1fb955a142f5bb70dccc1ef013efb22919ff26b6
refs/heads/master
2021-08-07T02:56:26.621047
2020-07-14T21:06:04
2020-07-14T21:06:04
200,513,137
50
4
null
null
null
null
UTF-8
C
false
false
40
h
static void centeredmaster(Monitor *m);
[ "atomica9999@gmail.com" ]
atomica9999@gmail.com
5f0cce27b57745c6392040cbc2d65ad5a3735ca1
44be33134cb04dcb1f4ffbb1bae53ca9ed3adf5f
/Projects/STM324xG_EVAL/Examples/Cortex/CORTEXM_ModePrivilege/Inc/stm32f4xx_hal_conf.h
7496b369dd50bce1cdf2f3acaa0d0de67b96a745
[ "BSD-2-Clause" ]
permissive
eemei/library-stm32f4
b69226e3342b0a57dc0a622f25be87433c8c34a3
626526fd452fcb8f9e64832f9367d2966d2be7a7
refs/heads/master
2016-08-11T08:43:55.413267
2015-11-23T05:27:12
2015-11-23T05:27:12
46,698,540
0
0
null
null
null
null
UTF-8
C
false
false
16,101
h
/** ****************************************************************************** * @file stm32f4xx_hal_conf.h * @author MCD Application Team * @version V1.2.1 * @date 13-March-2015 * @brief HAL configuration file. ****************************************************************************** ...
[ "lieweemei911@hotmail.com" ]
lieweemei911@hotmail.com
c99dd2bfccb4251a7689fcf3438cf32dfc79bf57
5116dffcd07a790fc7192a6b5784399b62055cc3
/Inc/BMX055.h
753cc36a33e4b8a3c393aee34eb0362abe4d6eb7
[]
no_license
takkaO/kalman
9f54d304cbf8360d1a917b90179ca1a9a9ffa224
0dc4c7a93733ad98c0d5a1754edd9eb61590b05d
refs/heads/master
2020-08-26T14:49:58.276989
2019-10-27T11:42:07
2019-10-27T11:42:07
217,045,537
0
0
null
null
null
null
UTF-8
C
false
false
3,793
h
/* * BMX055.h * * Created on: 2019/10/21 * Author: csel-pc05 */ #ifndef BMX055_H_ #define BMX055_H_ #include "i2c.h" #define BMX055_ACCL_SLAVE_ADDR 0x19 #define BMX055_GYRO_SLAVE_ADDR 0x69 #define BMX055_MGNT_SLAVE_ADDR 0x13 #define BMX055_ACCL_CHIP_ID 0xFA #define BMX055_GYRO...
[ "secondpc.sc@gmail.com" ]
secondpc.sc@gmail.com
719884006589cd2fdbfdea4ed9e4dcdd14ebc336
80ea830eeea7d4ad4084e6f24a75815e174f2bc8
/FDK/Tools/Programs/spot/source/GDEF.c
ddf9efd8e7f08ace8cd343725224d58082d444d2
[ "Apache-2.0" ]
permissive
behdad/afdko
ed7022f836df8b5d559a1d859603e3fe28c8900f
1f6bbb9a29989f046c12c2b49f43e438e767360c
refs/heads/master
2023-07-10T02:35:07.737246
2017-03-19T03:14:10
2017-03-19T03:14:10
88,560,929
1
0
null
2017-04-17T23:46:16
2017-04-17T23:46:16
null
UTF-8
C
false
false
15,867
c
/* Copyright 2014 Adobe Systems Incorporated (http://www.adobe.com/). All Rights Reserved. This software is licensed as OpenSource, under the Apache License, Version 2.0. This license is available at: http://opensource.org/licenses/Apache-2.0. *//*********************************************************************** ...
[ "rroberts@adobe.com" ]
rroberts@adobe.com
99b5efdaf4ef71eb484193014a686c227b0de235
29368fb88fc557b8481087000c62872999cb521d
/aix-4.1.3/bos/usr/ccs/lib/lib300/open.c
e05a865519fb4a1a12a6e591c450d63562541083
[]
no_license
legacy-codedigger/aix-4.1.3
07101a0795fe56fe97e8fe06d469142bb65371d5
2f37969bee9c0fb7c0a2490e5a82533acac03d39
refs/heads/master
2022-05-17T01:18:52.520939
2020-04-25T00:38:20
2020-04-25T00:38:20
258,655,180
0
0
null
null
null
null
UTF-8
C
false
false
1,686
c
static char sccsid[] = "@(#)48 1.1 src/bos/usr/ccs/lib/lib300/open.c, libt300, bos411, 9428A410j 9/30/89 15:42:08"; /* * COMPONENT_NAME: libplot * * FUNCTIONS: openvt, openpl * * ORIGINS: 4,10,27 * * This module contains IBM CONFIDENTIAL code. -- (IBM * Confidential Restricted when combined with the aggregated...
[ "zahir.meddour@protonmail.com" ]
zahir.meddour@protonmail.com
d2b6ed3b49a135c7a1471f3e2f649a76a32728ab
5ecf353e29b65f36a95848b3abc40cb4d38b437f
/NT/public/sdk/inc/wiadevd.h
53caa56d23456cf0a3f152a2f2b661c262428f6f
[]
no_license
Empyreal96/Easy-Build-2k
8d948c6e33082dc6d99f29f5c206f2b44f062c08
36fce23389e43918faf4cd88688c64aa2668ff8f
refs/heads/main
2023-04-09T07:47:57.734181
2021-04-07T09:45:50
2021-04-07T09:45:50
355,372,322
16
0
null
null
null
null
UTF-8
C
false
false
2,606
h
/**************************************************************************** * * (C) COPYRIGHT 1998-2000, MICROSOFT CORP. * * FILE: wiadevd.h * * VERSION: 1.0 * * DATE: 7/5/1999 * * DESCRIPTION: * Device Dialog and UI extensibility declarations. * *********************************************...
[ "64583248+Empyreal96@users.noreply.github.com" ]
64583248+Empyreal96@users.noreply.github.com
3a4e1df689f142163e24f485d85561e7d2216f34
609c30b7c1051b383a76e7eeddfe4d8b5c08d264
/src/adminserv.c
da2b1d3250d7db39a09c03adfd6b47ab0cac9969
[]
no_license
TheKing/xanadu-irc-services
2427fe67abd6b4e001ad31112a30fcb733bd02d2
7e61b1143255ec9e682f082b29b1a972f47cd460
refs/heads/master
2021-01-17T17:06:26.791746
2009-01-28T00:12:15
2009-01-28T00:12:15
116,205
1
0
null
null
null
null
UTF-8
C
false
false
323
c
/* AdminServ (Source) * * (C) 2009 Xanadu IRC Services Team * * Based on the original code of Anope by the Anope Team. * Based on the original code of Epona by Lara. * Based on the original code of Services by Andy Church. * * $Id: ns_addnick.c 01-17-2009 digitalman $ */ #include "services.h" #include "pseudo...
[ "zach@drivenirc.com" ]
zach@drivenirc.com
e4f84247fe0c14756512e38956646d246ce097ff
f668155292b04ce13e285505d166f7b31b5e7db8
/src/string/ft_tolower.c
b34ce1a13dc486c4110b6f277b820419d7e78a1a
[]
no_license
gaesim/Libft
4242cd1cae46ed79bf95d812e564cd61f3a01600
2f08a356030e2912e4c7f42d592fea50cab15329
refs/heads/master
2020-05-21T15:07:33.117912
2017-03-09T02:15:31
2017-03-09T02:15:31
47,802,494
0
1
null
2017-03-09T02:18:39
2015-12-11T03:21:35
C
UTF-8
C
false
false
986
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_tolower.c :+: :+: :+: ...
[ "gsimeon@e1r1p12.42.fr" ]
gsimeon@e1r1p12.42.fr
85d5f3cff5d5ec007d0c84802512e7e8843b33c7
c07859ab7810e74972f01a0d97e39db1455aad6f
/Urasandesu.Prig/InstanceGetters.h
258dc7a913661a335ef8651835ecf5e6ac52f359
[ "MIT" ]
permissive
wegged/Prig
5c18490db743973fc1567d9c70ed64280104b242
de2729c5397afb88ae12aaf12452a623033eeed8
refs/heads/master
2021-01-17T11:41:06.381708
2015-05-05T13:28:21
2015-05-05T13:28:21
32,882,615
0
0
null
2015-05-05T13:28:21
2015-03-25T18:18:21
C#
UTF-8
C
false
false
2,390
h
/* * File: InstanceGetters.h * * Author: Akira Sugiura (urasandesu@gmail.com) * * * Copyright (c) 2014 Akira Sugiura * * This software is MIT License. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files ...
[ "urasandesu@gmail.com" ]
urasandesu@gmail.com
502971613155ac710f60b04b91909ce2126d9250
42f0ce21eeff70f9fa1ea12e03d8ec0c3fdf4326
/_Project/tb/ac_link/audio_controller/audio_integrated_without_wishbone/isim/tb_audio_integrated_without_wishbone_isim_beh.exe.sim/work/a_0130960914_2372691052.c
ecf097d804aadf7b27f36b8355b50a7ac26de1ad
[]
no_license
nguyencanhtrung/embedded_system_lab
1714ab39213d1030aca3954735d414421132ba74
c905b9cf2b94c90c535180a5d10ac0e8634e9df9
refs/heads/master
2021-01-01T04:51:42.340616
2016-05-08T21:25:16
2016-05-08T21:25:16
58,077,386
0
0
null
null
null
null
UTF-8
C
false
false
8,890
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "nguyencanhtrung@me.com" ]
nguyencanhtrung@me.com
bcf048938af4832315301a51e27ee71bab00be57
ceba3d212076d1a739b4ce84b0b0f77428149fff
/AmiModulePkg/Include/PciHostBridge.h
56d13d7bbdcf424a3e3cd9c2fdd8d6a726850ccb
[]
no_license
mikeniu/RAIDOOBMODULE
5489879201d613a26114e832c239c362f527f618
abf3a08719182c16769d5549db1235e05ec97fc0
refs/heads/master
2022-01-08T15:46:35.079861
2018-10-05T10:23:22
2018-10-05T10:23:22
null
0
0
null
null
null
null
UTF-8
C
false
false
12,859
h
//**********************************************************************// //**********************************************************************// //** **// //** (C)Copyright 1985-2014, American Megatrends, Inc. **// //** ...
[ "linsundaysnow@gmail.com" ]
linsundaysnow@gmail.com
f2343f7d20456972c912bab5044f703e4843cdc3
97e762f16065b61082a2b37d8c26d7171daca3bb
/sem_1/c_lab/other/july11/july11_1.c
8f9dcaba4621e9b366283f98fe71ef48a9d1adf0
[]
no_license
Sheerabth/lab_main
5abd7445e0007bcdba5548357e086ba2bbf48697
6571c0e1b8f18a2900457f472f9ac30fd1c5ccd4
refs/heads/master
2021-09-08T23:29:50.813594
2021-09-06T23:52:48
2021-09-06T23:52:48
224,866,661
0
2
null
null
null
null
UTF-8
C
false
false
591
c
#include<stdio.h> #include<stdlib.h> #include<time.h> void main() { int a,x; printf("\n enter scissor or rock or paper"); scanf("%d",&a); x=rand()%3; printf("\n the computer's number is %d",x); if(a==0&&x==0||a==1&&x==1||a==2&&x==2) { p...
[ "sheerabth1610@gmail.com" ]
sheerabth1610@gmail.com
70db2fe5290575b1116dceb3b93fd35abb1dd11e
479e4f22df935dc81cfd403e3b3c294d36a6b9a5
/ShapeAnimation.h
ae66d5ab9758399454fc3a4e310297ad8a100d62
[]
no_license
mickeywaley/CrabPixelClock
d2c1b9d0f3b8f9c07fddc38b87923c4d6ac08c60
5c32591dd7b46fad8ee70949d7f2ba287893f396
refs/heads/master
2023-02-26T07:55:46.728652
2021-02-03T11:51:13
2021-02-03T11:51:13
null
0
0
null
null
null
null
UTF-8
C
false
false
6,568
h
#ifndef __ZCZ_SHAPE_ANIMATION #define __ZCZ_SHAPE_ANIMATION // See http://blog.riyas.org/2013/12/online-led-matrix-font-generator-with.html static unsigned char PROGMEM animationClear[] = { B00000000, B00000000, B00000000, B00000000, B00000000, B00000000, B00000000, B00000000 }; //钩子动画 sta...
[ "zczcyc0201@gmail.com" ]
zczcyc0201@gmail.com
bc4b503caa6a7daef58b8c1b4c0b029e84fdf16a
87e3aa0b00f37c85e1d7b37961a26583df9856c4
/3_Implementation/screen_rendering.c
ef134e3feae6e5ddfed8df30ac6579a1a28bfa0b
[]
no_license
piyush-112/Guns_project
ca9b3457eeea3c080ab83ece2adcf5b815b8f686
00c85c2a5b863bbceef947779125484b37b8a1c7
refs/heads/main
2023-06-20T12:17:12.502292
2021-07-08T08:21:39
2021-07-08T08:21:39
null
0
0
null
null
null
null
UTF-8
C
false
false
682
c
#include "header_files.h" void prepareScene(void) { SDL_SetRenderDrawColor(game.renderer, 96, 128, 255, 255); SDL_RenderClear(game.renderer); } void presentScene(void) { SDL_RenderPresent(game.renderer); } SDL_Texture* loadTexture(char *filename) { SDL_Texture *texture; SDL_LogMessage(SDL_LOG_CATEGORY_APPLICATI...
[ "rishab.angadi@gmail.com" ]
rishab.angadi@gmail.com
ccfa240587fef7bc4f014a1aa7180458d3c9f12a
668844fe44c29f71c7be1c8e0ef168d423b53bd2
/Unix C Function/unix c函数/vfork.c
69aae2b5d7c7b47dea66d3b15a02b5361cfd7ca9
[]
no_license
hy-wkh/learngit
3cca1a31a85c0587919bf680a4783785fe7f1bc1
69ba65d8c33d380b3d2e12c2182d5b57964b2659
refs/heads/master
2020-12-03T04:44:56.160645
2016-09-09T10:43:42
2016-09-09T10:43:42
67,786,340
1
0
null
null
null
null
UTF-8
C
false
false
1,377
c
vfork(建立一个新的进程) 相关函数 wait,execve #include<unistd.h> pid_t vfork(void); ----函数说明: vfork()会产生一个新的子进程,其子进程会复制父进程的数据与堆栈空间,并继承父进程的用户代码,组代码,环境变量、已打开的文件代码、工作目录和资源限制等。Linux 使用copy-on-write(COW)技术,只有当其中一进程试图修改欲复制的空间时才会做真正的复制动作,由于这些继承的信息是复制而来,并非指相同的内存空间,因此子进程对这些变量的修改和父进程并不会同步。此外,子进程不会继承父进程的文件锁定和未处理的信号。注意,Linux不保证子进程会比父进程先...
[ "haiyangrun@sina.com" ]
haiyangrun@sina.com
f369927929bb6b1ecf9999e79e54a098f3abdd79
51c69bda485dbff3892ea28e036856e500f6894f
/C1_BSF_V5_20160526/C1_BSF/Inc/usart.h
189c8d83662b71c1ba29412286b35f767798f92e
[]
no_license
BlueSkyNemo/C1NoBLE_V0
1c3c9f7526c0a174cf062de8be3dc5da89c8cdd5
82586ee922ac9f527980059c85590988580abc2e
refs/heads/master
2021-01-18T20:10:47.852518
2016-07-31T12:06:53
2016-07-31T12:06:53
64,591,491
0
0
null
null
null
null
UTF-8
C
false
false
2,741
h
/** ****************************************************************************** * File Name : USART.h * Description : This file provides code for the configuration * of the USART instances. ****************************************************************************** ...
[ "zongleix@163.com" ]
zongleix@163.com
4bf2b26e05420012a10910a76902b70c8473b120
3fbc2002805b58c878fcfab226f556518dc3e362
/port/GCC/ARM_CM7/r0p1/portmacro.h
ee9bdb8f26fa100b9dd938b019119b68fcaa56bf
[]
no_license
takumin/clib-freertos
00125a5149ee118b5baf4db18f3857751c6ca65b
2804ee13a9b871762ecf3e65c96a4592c2364afb
refs/heads/master
2022-07-09T05:27:13.625012
2017-09-24T03:16:07
2017-09-24T03:16:07
104,614,607
0
0
null
2022-04-19T06:41:53
2017-09-24T03:02:14
C
UTF-8
C
false
false
10,872
h
/* FreeRTOS V9.0.1 - Copyright (C) 2017 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. This file is part of the FreeRTOS distribution. FreeRTOS is free software; you can redistribute it and/or modify it under the terms of...
[ "takumiiinn@gmail.com" ]
takumiiinn@gmail.com
820a6c2bed84ae60eef89a3284575e251135021c
1cc3b7509eb796938a4536ce7161667c6d2dc1d9
/Whist/src/utils/Enums.h
292e9ee1dbf1baed4c6a7664f7f53fcbc82ec21d
[ "BSD-3-Clause" ]
permissive
Press-Play-On-Tape/GermanWhist
559236cde8c746f3a0d8c0fa7b533e091b3b5f24
338f4993e213c4d3da744ff54af5c190b32c5c83
refs/heads/master
2022-06-06T01:25:08.192333
2022-05-11T11:30:14
2022-05-11T11:30:14
204,353,782
0
2
BSD-3-Clause
2022-05-11T11:30:15
2019-08-25T21:52:08
C++
UTF-8
C
false
false
691
h
#pragma once #include <stdint.h> #include "Utils.h" enum class ScoreType : uint8_t { Fifteen, Pair, RoyalPair, DoubleRoyalPair, RunOf5, RunOf4, RunOf3, OneForNob }; enum class CribState : uint8_t { Empty, Hidden, Visible }; enum class TurnUpState : uint8_t { Empty, Hidden, Visible }; e...
[ "simon@bloggingadeadhorse.com" ]
simon@bloggingadeadhorse.com
656706595c6132249dfb100c1e9794179f3c66df
338fe762c64a0280b4236ce70e54421d26fb308f
/SumOfEvenNumbersinNumber_recursion.c
5acb5de4b8e0565a939efdf42a46a6d4ae65f80f
[]
no_license
saiankit/learning-c
7b489a4a3b59d380c3f5be36f031d4c344302ea0
a9b4f9fd5c536fe8e73aee90b0c37b0df53518db
refs/heads/master
2020-06-03T08:02:59.984622
2020-05-25T14:06:53
2020-05-25T14:06:53
191,503,932
1
0
null
2019-10-24T06:21:20
2019-06-12T05:33:10
C
UTF-8
C
false
false
408
c
#include <stdio.h> int sum(int n , int s) { if (n==0) { return s; } else { //if the digit is odd then (n+1)%2 will become zero and boom!! return sum(n/10,s+(n%10)*((n+1)%2)); } } int main() { int x,n; int s =0; printf("Please enter the number. \n"); scanf(...
[ "saiankit30@gmail.com" ]
saiankit30@gmail.com
6ec90ad6ccf29ab08e97b19977d980c8ac8e23fe
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/net/wireless/libertas/rx.c
c7366b07b568ab303985c651679b3bcdb409e051
[ "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-free-unknown", "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
7,551
c
/* * This file contains the handling of RX in wlan driver. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/etherdevice.h> #include <linux/hardirq.h> #include <linux/slab.h> #include <linux/types.h> #include <linux/export.h> #include <net/cfg80211.h> #include "defs.h" #include "host.h" #include "radi...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
de8d5e17b66c46120caf5cad21f1f4dd3bf67481
cc6f3c5719e9a0bbb52a724f43de81f5e58c82b6
/sys/dev/acpi/acpica/OsdSchedule.c
171a89798007cb0f52787d846a4980c4e8aef0d5
[]
no_license
noud/mouse-bsd-5.2
e2b08156b7a8482909d4c3cd6067e8c48bc22004
82d6a9798f4d4121bd5c202e1a17caead426c4aa
refs/heads/master
2023-02-25T02:02:41.193435
2021-01-19T20:42:32
2021-01-19T20:42:32
334,537,488
1
0
null
null
null
null
UTF-8
C
false
false
5,187
c
/* $NetBSD: OsdSchedule.c,v 1.8.8.1 2009/02/02 20:37:34 snj Exp $ */ /* * Copyright 2001 Wasabi Systems, Inc. * All rights reserved. * * Written by Jason R. Thorpe for Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the foll...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
bee9788598b8a2ac2f0cbd2d4c51d4dd64eac16c
f9d9a46a60e0fed13c2bfa324a7deb815a76cd20
/src/etph_bg_reweighting.c
d016c4733dbbd5d3bad76738f488d09caade8f39
[]
no_license
greyxray/isolated_photons_summer
2a7ae3c4d2354139e520b4647c7079d9aedfa0e9
1812cb27a7236883a98e679fc1391280f6989209
refs/heads/master
2021-03-22T02:14:20.087871
2017-10-13T14:39:24
2017-10-13T14:39:24
69,451,944
0
0
null
null
null
null
UTF-8
C
false
false
234
c
#include <TMath.h> #include "selector.h" Double_t selector::etph_bg_reweighting(Double_t et) { Double_t res = 1.; if(mc_type == "mc_bg_norad") { res = 0.792989 + 4.31617 * TMath::Exp(-0.538149 * et); } return res; }
[ "glusheno@nafhh-zeus02.desy.de" ]
glusheno@nafhh-zeus02.desy.de
18d5f1d7caff5d2848e36c6523559bc92d3a665b
6dc7c5601815941aaefcc9f7bc97f4339ebc1002
/shell/srcs/heredoc.c
27b47c7251a7e5b706a36585ab0c273fafd4436b
[]
no_license
simofilahi/21shell_nv
c5e5987c47e510a5e981f3bd80c03f2ac086844f
d9b00aea1387a1a8bbffc1fb7b4a165535107695
refs/heads/master
2022-01-19T08:20:57.854762
2019-08-07T19:15:49
2019-08-07T19:15:49
191,576,781
0
0
null
null
null
null
UTF-8
C
false
false
3,321
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* recall_readline.c :+: :+: :+: ...
[ "mohamedfilahi222@gmail.com" ]
mohamedfilahi222@gmail.com
f26b1e44ab780881095595c51a6804fb7e418ceb
a1885acacbc0b8df123bf31fede9d2f39097c43c
/file_io/fopen.c
d207751c9ad7e6caa981e61a771f525674fe0c07
[]
no_license
thomashaaland/learn_c
fa6ef037cc8762ff36f7d10b927311d10fae32d0
b82e51f63e88507263110e7a340aff274e96fd7b
refs/heads/main
2023-04-08T23:21:48.496290
2021-03-31T18:26:08
2021-03-31T18:26:08
345,600,009
1
0
null
2021-03-09T10:27:18
2021-03-08T09:28:03
C
UTF-8
C
false
false
206
c
#include <stdio.h> int main() { FILE *fp; fp = fopen("./text.txt", "w+"); fprintf(fp, "This is testing for fprint...\n"); fputs("This is testing for fputs...\n", fp); fclose(fp); return 0; }
[ "thomas.haaland@gmail.com" ]
thomas.haaland@gmail.com
7b1a7593d3c6d24134dae643dde8557886fdbf62
a28a2392d0a2face8b1ff3b6101951d8837aa040
/fillit/libft/ft_strcpy.c
8b870fe0498bb7b5e1173500edfb3db6f7b6a06e
[]
no_license
jaxon-khan/Priscine_42
28a694b92333e7c5d41d4d42a4c707a77cc4ee45
c73ea557df2c5250354afd04469ecce1ad577ca0
refs/heads/master
2020-07-11T15:45:44.549647
2020-04-18T00:27:30
2020-04-18T00:27:30
204,587,782
0
0
null
null
null
null
UTF-8
C
false
false
1,093
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcpy.c :+: :+: :+: ...
[ "52305456+jaxon-khan@users.noreply.github.com" ]
52305456+jaxon-khan@users.noreply.github.com
6782dc992394e5d4b0d28a019997b9b21bddfe4c
6a8aaf9c16f4856532cf9acc14dd33a602ccc115
/src/tmx/Asn_J2735/src/r63/VehicleSize.c
cc60c3f97ca8c3b5d3fd86eac73006b78d93796d
[ "Apache-2.0" ]
permissive
RCVWPHASEII/V2I-Hub
ffcbfa6cb445bed281d1406b8b7cb7fa5b8beff8
5ed6d672b92257af60db0eb06ea32acfcf7c3674
refs/heads/master
2023-05-07T20:08:42.223640
2021-05-18T02:46:40
2021-05-18T02:46:40
360,922,301
0
2
NOASSERTION
2021-04-30T21:58:32
2021-04-23T15:07:10
null
UTF-8
C
false
false
2,108
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "DSRC" * found in "../J2735_201603DA.ASN" * `asn1c -gen-PER -fcompound-names -fincludes-quoted -S/home/gmb/TMX-OAM/Build/asn1c/skeletons` */ #include "VehicleSize.h" asn_TYPE_member_t asn_MBR_VehicleSize_1[] = { { ATF_NOFLAGS, 0, of...
[ "zinkg@battelle.org" ]
zinkg@battelle.org
4f64cc0c262a5e74ff63b90cfbe345a6b856b1dc
dafa529eb1127ff2d43b23c67f15ee268249bf8b
/php-7.3.0/ext/standard/random.c
b95e58774be95bacc917251ee0e660c67ff6c288
[ "MIT", "BSD-4-Clause-UC", "BSD-3-Clause", "LicenseRef-scancode-other-permissive", "TCL", "ISC", "Zlib", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "blessing" ]
permissive
octalmage/wib
0524efd0cc2bb14db1d256336da04139288cf396
ca257ef20930ce029ed7e471a07d6b147fa4e9d0
refs/heads/master2
2020-04-23T12:56:40.947351
2019-02-19T19:36:49
2019-02-19T19:36:49
171,185,884
2
1
MIT
2019-02-19T19:17:15
2019-02-17T23:47:48
C
UTF-8
C
false
false
7,537
c
/* +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2018 The PHP Group | +---------...
[ "zrothauser@gmail.com" ]
zrothauser@gmail.com
64df1cd0b874279d8bd86a11da2d20b87db978e4
be0e02cdc1bce9b7e8381cca7c23c904e78c1252
/APP/display/led.h
3fccf48fee0e848926250ce5adde1dc7e23a8f24
[]
no_license
go2net/my-com-rec
baab7a872de43c98c467a2eff3279e426ce33726
a7a223b3259fcdee7f2d6bb529356c231ec8f0c7
refs/heads/master
2021-03-12T22:51:09.017613
2013-03-07T17:30:11
2013-03-07T17:30:11
38,824,003
0
0
null
null
null
null
GB18030
C
false
false
8,791
h
/*--------------------------------------------------------------------------*/ /**@file led.h @brief LED驱动头文件 @details @author @date 2011-9-8 @note */ /*----------------------------------------------------------------------------*/ #include "config.h" #ifndef _LED_H_ #define _LED_H_ ...
[ "renan.alexs@gmail.com" ]
renan.alexs@gmail.com
1c05120fec350b01365bf4a435fc4f866bc25876
12ab8bfcf487ca8007671f5b5659bb4c09bff7ce
/src/core.c
1ccbb6f99d92a06e59589ed397f7b92abe38dcf8
[ "Zlib", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-other-permissive" ]
permissive
ratalaika/raylib
7367ad04fc0da103d12499aec667904a4bf05258
2706fa86cdb327c2dc4a67729eb263cb486eb18a
refs/heads/master
2020-12-26T04:17:23.692410
2014-11-21T23:23:25
2014-11-21T23:23:25
26,981,702
1
0
null
null
null
null
UTF-8
C
false
false
68,814
c
/********************************************************************************************** * * raylib.core * * Basic functions to manage windows, OpenGL context and input on multiple platforms * * The following platforms are supported: * PLATFORM_DESKTOP - Windows, Linux, Mac (OSX) * PLATFORM_AND...
[ "raysan5@gmail.com" ]
raysan5@gmail.com
4c2afae93717fff2e0fdce8664d794ace711b6ad
f4ee5441cd8e0a2561406203babae3ed0aa40b1e
/dijkstras_machine/stack_machine.h
b19c10a614cde871c103f9c064eb6885748c91f8
[]
no_license
marwan-nabil/playground
df0a8490bf6115a8ef9fc3a524e8ed43d08670b0
4a7bf015285e0a71b78d42dd14a41150bbe6cdd5
refs/heads/master
2023-07-20T00:27:06.564913
2023-07-10T14:20:29
2023-07-10T14:20:29
161,254,071
1
0
null
null
null
null
UTF-8
C
false
false
3,349
h
#include <stdio.h> #include <stdlib.h> #include <string.h> #define MEM_SIZE 512 #define STACK_SIZE 128 typedef u_int8_t uint8_t; typedef u_int16_t uint16_t; typedef u_int32_t uint32_t; typedef u_int64_t uint64_t; /* NOTE: this is a little endian architecture, low significant bytes are stored in lower add...
[ "marwan.nabil.mohammed@gmail.com" ]
marwan.nabil.mohammed@gmail.com
0f6420415920c00fb3cd748cb8c82c65f53a9384
b1ae5667132b5484e6f25cf407be6f68c86abfde
/temp_sensor/temp_sensor/main.c
aa134a00c2db7649e0b5f1693daae58319f5b5a5
[]
no_license
MohamedHeikal0/Embedded-Interfacing
682ffe8ac795141366213ab684161b6e0d4a8109
3f54e496a9c6b590ed8fd0fddb69ba6218ba503f
refs/heads/master
2022-04-18T13:02:41.618619
2020-04-17T20:32:40
2020-04-17T20:32:40
null
0
0
null
null
null
null
UTF-8
C
false
false
1,798
c
/* * temp_sensor.c * * Created: 4/17/2020 9:27:19 PM * Author : Heikal */ #include <avr/io.h> #define F_CPU 16000000UL #include <util/delay.h> #include <string.h> #include <stdio.h> #include "lcd.h" #define ADMUX0 0 //ADC1 void ADC_Init(){ DDRA &=~(1<<0); DDRA &=~(1<<1); /* Make ADC port as inp...
[ "mohamed_2010heikal@yahoo.com" ]
mohamed_2010heikal@yahoo.com
a323b75427827f9dc4598bfaa5e726b891a27397
6480f3923d88445844d4788238c0c153a40df3aa
/Week11/Bonus.c
0be025ab0d795c60783735308b184707072f754e
[]
no_license
Thoughty/C-Programming-Lab
29bc614e2fe468776dac134d01bfea2c00985d37
9dd6838add6f00c12458fd0c63a3d2b0cb7a45ae
refs/heads/master
2020-06-02T13:59:33.097063
2019-06-10T14:02:00
2019-06-10T14:02:00
191,178,478
0
0
null
null
null
null
UTF-8
C
false
false
1,021
c
#include <stdio.h> int DATA[8] = {1, 0, 2, 6, 7, 5, 4, 3}; int min=99999; int found_idx = -1; int i=0; void search_for(int target); void minimum(); int main() { int target = 6; i=7; search_for(target); if (found_idx != -1) { printf("Found the...
[ "noreply@github.com" ]
Thoughty.noreply@github.com
1012ca215bcb56ed818ce24a3ed52f1368e6390e
b1b734ab75a6fe114733d3c0b8ca5046d54b407d
/third_party/cpuinfo/src/arm/linux/aarch32-isa.c
dce7add5ce81610bdd1aadaea5126820a900ab3d
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "BSD-2-Clause", "Apache-2.0", "LicenseRef-scancode-free-unknown" ]
permissive
waybarrios/video_nonlocal_net_caffe2
754fea2b96318d677144f16faadf59cb6b00189b
b19c2ac3ddc1836d90d7d0fccb60d710c017253e
refs/heads/master
2020-04-20T03:15:12.286080
2019-01-31T20:44:01
2019-01-31T20:44:01
168,593,110
0
0
Apache-2.0
2019-01-31T20:40:40
2019-01-31T20:40:39
null
UTF-8
C
false
false
6,600
c
#include <stdint.h> #if CPUINFO_MOCK #include <cpuinfo-mock.h> #endif #include <arm/linux/api.h> #include <arm/linux/cp.h> #include <arm/midr.h> #include <log.h> #if CPUINFO_MOCK uint32_t cpuinfo_arm_fpsid = 0; uint32_t cpuinfo_arm_mvfr0 = 0; uint32_t cpuinfo_arm_wcid = 0; void cpuinfo_set_fpsid(uint32_t fpsid...
[ "gemfield@civilnet.cn" ]
gemfield@civilnet.cn
f45c19446f5e8956a63c5a0882366172792feb02
71e5f96a29f5d643ab888b37677d38c33f8d765d
/cmds/feats/d/_deflection.c
0d1cced0840199df29f36cafb5f101efa36e4bd1
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Cherno-SuS/SunderingShadows
5f755fbebb79dc0b9d1c2a0541408be4afeb8b67
c3b4370beb2c4351ecc60826850c94892a42b685
refs/heads/main
2023-04-21T09:52:14.580024
2021-03-23T12:09:55
2021-03-23T12:09:55
349,490,686
0
0
NOASSERTION
2021-03-23T12:09:56
2021-03-19T16:40:12
null
UTF-8
C
false
false
829
c
#include <std.h> #include <daemons.h> #include <dirs.h> inherit FEAT; void create() { ::create(); feat_type("permanent"); feat_category("WeaponAndShield"); feat_name("deflection"); feat_prereq("Shieldwall"); feat_desc("The Deflection feat will increase the chance to block attacks when you are...
[ "law@shadowgate.org" ]
law@shadowgate.org
b27250d58b162974ba523cc7782e1102484943ad
8dde74fa83dbed189fb5b2f41d9e2a1009275a61
/ft_itoa_hexa.c
4814fe3bcf94a8d6d137be3f13b4bffdf730ff4d
[]
no_license
mokellat/ft_printf
fd476299283930b307f169bab30f6eac25815607
be23391f4aba8f65a33570bcc4368a430be964cf
refs/heads/master
2020-12-22T03:23:15.560685
2020-02-18T13:13:51
2020-02-18T13:13:51
236,655,863
0
0
null
null
null
null
UTF-8
C
false
false
2,039
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_itoa_hexa.c :+: :+: :+: ...
[ "fsociety103@gmail.com" ]
fsociety103@gmail.com
aa1201ca6d5386f1dab63afeae6b5bcdd726a2cd
e59783b10f1ac56134868c9decea2c7d416fdadc
/libft/ft_strmapi.c
26a88a58cbe7aa081fd7bf867352abad6b059b5d
[]
no_license
Ameight/FDF
f1dcea073c6ad823ddfcfba157fe3f1948673bbd
4badc5ff8358f90221e0a71cf7b27336fca4eabc
refs/heads/master
2021-02-06T05:40:42.443734
2020-03-08T01:15:39
2020-03-08T01:15:39
243,882,562
0
0
null
null
null
null
UTF-8
C
false
false
1,228
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strmapi.c :+: :+: :+: ...
[ "ejuana@oa-m2.21-school.ru" ]
ejuana@oa-m2.21-school.ru
f0da2806cba98f93c5a8b30b9c5be12447bca842
c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683
/GreenDemonstrator/src/Track/Generated_Code/KCG-Raspberry/CAST_Int_to_Q_DIRLRBG_TM_conversions.c
d8fc564b25a514c247669894886006fafbcf5f9c
[]
no_license
VladislavLasmann/srcAndBinary
cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10
13aa76e545b9596f6dac84fb20480dffae7584d8
refs/heads/master
2021-05-08T15:04:05.709079
2016-01-22T12:40:10
2016-01-22T12:40:10
null
0
0
null
null
null
null
UTF-8
C
false
false
1,827
c
/* $*************** KCG Version 6.1.3 (build i6) **************** ** Command: s2c613 -config R:/Repositories/modeling/model/Scade/System/OBU_PreIntegrations/Demonstrators/GreenTrackside\kcg_s2c_config.txt ** Generation date: 2015-11-10T18:22:11 *************************************************************$ */ #include...
[ "info@stefankarg-it.de" ]
info@stefankarg-it.de
cbb7173f285ecfaedbabb979de4746f6cde2ca81
0f55f2e2171d5dd7ac8fa4e0896fe90c308fd614
/programTest.c
b274421a6ef5e7456170f962972aacc5a86dd0d5
[]
no_license
trevinkr/CIS361project2
d4fdd6722b75c6847966dbe13a87787ed7dbf8a1
9037ee81e808ff1db274334d3c86ee15a0ad7042
refs/heads/master
2020-12-24T08:48:26.820474
2016-11-09T20:05:48
2016-11-09T20:05:48
73,317,299
0
0
null
null
null
null
UTF-8
C
false
false
891
c
//***************************************************** // programTest.c -Used for testing Project2 // // @author Kristopher Trevino // November 8, 2016 // **************************************************** #include <stdio.h> #include <stdlib.h> #include <string.h> typedef struct mystruct { int data ; }; ...
[ "trevinkr@mail.gvsu.edu" ]
trevinkr@mail.gvsu.edu
6cf5c54a40e6d12701fd11139ad95ba49577141c
080340254ce176bc29bcad51caddcf71c9e2cd72
/include/stdio.h
b4cff78857a23e0fac8a567b93b1514d2ed82822
[]
no_license
Fakeheart/OS_Project
692f0f5fc06e9c55554cf8605df20e2a7b75d6b8
139fc9036f02ca1a7b1f328ed6d760913776eb83
refs/heads/main
2023-07-15T23:37:56.636508
2021-08-26T03:09:45
2021-08-26T03:09:45
400,023,902
1
0
null
null
null
null
UTF-8
C
false
false
2,144
h
/* the assert macro */ #define ASSERT #ifdef ASSERT void assertion_failure(char *exp, char *file, char *base_file, int line); #define assert(exp) if (exp) ; \ else assertion_failure(#exp, __FILE__, __BASE_FILE__, __LINE__) #else #define assert(exp) #endif #include "type.h" /* EXTERN */ #define EXTERN extern...
[ "15324284586@163.com" ]
15324284586@163.com
3fff9835708f842c28b6a20a49d8d32b3e0ac849
9a184ab50166bcc624beaaec636c72a9cef8c7ef
/get_next_line/libft/ft_toupper.c
32344ace2fb9bf609c6b6d155d0e8b6236cdc687
[]
no_license
PROGERPEN/get_next_line
b046991c7cf1db1098efb16ab4aff4513364f075
07fa64d5de89eb479bba465ae5a7fd1a2712228e
refs/heads/master
2020-04-10T13:06:37.628019
2018-12-15T12:44:15
2018-12-15T12:44:15
161,040,826
0
0
null
null
null
null
UTF-8
C
false
false
978
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_toupper.c :+: :+: :+: ...
[ "fkhrazz@e2r12p5.21-school.ru" ]
fkhrazz@e2r12p5.21-school.ru
fa024f1356d742e9b22fcff631b46a0388d34d4a
2cd986dee35becd91cbd93ba7b35414e80e33f4f
/venv/include/python3.7m/structseq.h
537fe8a911cc167cb560a49c628799ffacdd0dbb
[]
no_license
HernanG234/sensors_async_sim
95ccb4e4fd188b8fc5be206bae3af4302f23e3e2
fce3701e2a0865198c0977ede5f42da77b8a7853
refs/heads/master
2020-05-07T09:43:57.354059
2019-05-11T19:07:23
2019-05-11T19:07:23
180,387,282
0
1
null
2019-04-29T15:42:53
2019-04-09T14:37:38
Python
UTF-8
C
false
false
41
h
/usr/local/include/python3.7m/structseq.h
[ "hernan.gonzalez@incluit.com" ]
hernan.gonzalez@incluit.com
bc221067923a1967b20eab280f012de7f159f153
ae7b54aae8a0b90edff590fa59ca212f09c6ad97
/linear_algebra_routines/power-method/main.c
7a8b931ce29492f9458a982b87c03b287bdd5ce5
[]
no_license
pulkitkd/simple-things
bc5e285c6ea92f5ca7e1908786270a59789386ca
81484276c8319dbebeb27f49ffd6705425a70086
refs/heads/master
2020-03-25T02:22:58.638866
2018-08-05T18:36:30
2018-08-05T18:36:30
143,287,288
4
2
null
null
null
null
UTF-8
C
false
false
2,445
c
#include <stdio.h> #include <stdlib.h> # define N 2 int add(int a, int b) { int c = a + b; return c; } void create_matrix(double m[N][N]) { int i, j; for(i=0; i<N; i++) for(j=0; j<N; j++) scanf("%lf", &m[i][j]); } void display_matrix(double m[N][N]) { int i, j; for(i=0; i<N; i...
[ "pulkitkd@users.noreply.github.com" ]
pulkitkd@users.noreply.github.com
3d038ed21835e65e65cc07c661c99e64aef2279a
d106046cf99810bb3c0d67d858f2a822362b278e
/chapter-01/exercise1-02/c-sources/49.c
6801eb4dba5c5b78ec0c938edcd596bfa22a52d9
[]
no_license
DmitriiTrifonov/the-c-prog-lang
4849ac09c8a2779ff319c9411c0ec46d7dfa7ff0
48f227147bee77a7f44ab5e68120503e1990c860
refs/heads/master
2020-06-25T04:01:58.672043
2020-03-16T14:43:02
2020-03-16T14:43:02
199,194,527
0
0
null
null
null
null
UTF-8
C
false
false
85
c
#include <stdio.h> int main() { printf("test escape \\o : \o"); return 0; }
[ "noreply@github.com" ]
DmitriiTrifonov.noreply@github.com
9a802eefcd949d973997c50dfa84537924eaa0a3
21c1de40f78646334c57421eeed408cf294783dd
/todonotes/tests/test_note.c
8c9e2b93d387bed8a6c16ae3c5320c1f4d930d23
[]
no_license
anokata/CStudy
33799d918b077a6b06a73be72b6231fd5091b928
aa4da0d220b5e99fc4ce43ce9f2e0b583c48d502
refs/heads/master
2021-07-18T19:50:23.478949
2017-10-25T13:53:46
2017-10-25T13:53:46
107,166,494
1
0
null
null
null
null
UTF-8
C
false
false
599
c
#include <stdio.h> #include "note.h" #include <glib.h> void note_test() { string t = strdup("hi"); string x = strdup("text"); Note n = note_new(t, x); char *free_me = note_show(n); printf("NOTE:%s\n", free_me); free(free_me); free_me = note_dump(n); printf("dump:%s\n", free_me); free(free_me); ...
[ "anokata8@mail.ru" ]
anokata8@mail.ru
14073c1ad58f44f98b69fd0bcf7b6f5707e5962c
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/drivers/media/dvb-frontends/dib3000mb_priv.h
2503966fb82f1f9aa3a1d185b54e35ce3a20c8d3
[ "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
15,732
h
/* SPDX-License-Identifier: GPL-2.0-only */ /* * dib3000mb_priv.h * * Copyright (C) 2004 Patrick Boettcher (patrick.boettcher@posteo.de) * * for more information see dib3000mb.c . */ #ifndef __DIB3000MB_PRIV_H_INCLUDED__ #define __DIB3000MB_PRIV_H_INCLUDED__ /* handy shortcuts */ #define rd(reg) dib3000_read_re...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
5cc9355c8ab4961334e3fe90b5501cbec196584d
2e8fffd58604722b16434703b32a4120b800a3f4
/arff.c
facc880d4522127a0357a0e014d19bc0557d35cd
[]
no_license
effigies/prelieff
4e6ec969cacf63f095b787a5e122cceb12b093f2
6ab9472ad8548025560b1299f5f25f76a85dc728
refs/heads/master
2021-01-20T06:59:47.586522
2010-04-21T17:06:09
2010-04-21T17:06:09
462,603
1
0
null
null
null
null
UTF-8
C
false
false
18,826
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include "arff.h" #include "util.h" #define SUCCESS(x) ((x) == 0) #define FAIL(x) ((x) != 0) #ifdef TRY #undef TRY #endif #define TRY(r,x) { if (FAIL(r = (x))) return r; } #define LOWERCASE(x) ((((x) >= 'A') && ((x) <='Z')) ? ((x) - 'A' + 'a...
[ "effigies@gmail.com" ]
effigies@gmail.com
f9819dde5033935d67cfae1cc3ae49c7c4909094
54da3bc209be95551c231592e1a390f6474390a5
/c_code/4_1/stdlib_memfiles.c
1be293d5cb46f2a2c7eb81b820aabec72c3dfefb
[]
no_license
doniexun/csources
a38aa6af2de79609a1ffbb1ebfe679b16f9ce538
a01cc6e539fad2a44875c1a9d9b6d48ff0b76309
refs/heads/master
2021-01-23T03:59:03.190977
2014-09-08T06:25:05
2014-09-08T06:25:05
null
0
0
null
null
null
null
UTF-8
C
false
false
11,506
c
/* Generated by Nimrod Compiler v0.9.5 */ /* (c) 2014 Andreas Rumpf */ /* The generated code is subject to the original license. */ #define NIM_INTBITS 32 #include "nimbase.h" #include <sys/mman.h> #include <sys/types.h> #include <string.h> #include <fcntl.h> #include <sys/stat.h> #include <unistd.h> #include ...
[ "dominikpicheta@googlemail.com" ]
dominikpicheta@googlemail.com
700115597b2df5d87f7ce7dab49989bcc5ce478f
2dabb6b6656c2c7e9ca9d0e41cce104c03f02cf1
/socket/largedata/client1.c
362ff2560b0e2e9678dd7eaec2274effb5ed3fbc
[]
no_license
yuxi-o/cfunction
52742f7316a555409d3c3db900cdad12d488bae8
c0a12c0b7b0d7611b69e2d55c39fa5699ed13b70
refs/heads/master
2023-08-17T13:32:24.785350
2023-08-13T12:01:09
2023-08-13T12:01:09
214,609,619
0
0
null
null
null
null
UTF-8
C
false
false
2,038
c
// cli.c #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <string.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <errno.h> #include <assert.h> #include <fcntl.h> #include <signal.h> #define SERV_IP "127.0.0.1" #define SERV_PORT 10000 #define BSIZE 1024 int setnon...
[ "88wangqh@163.com" ]
88wangqh@163.com
ffeb73419d972e54f78f9d637e9b9dce8942e22b
4f479014fc40dd03eaed3b0038842e865e65b1b5
/btchipArgs.h
05b47d1c7a13dce395d9120ae9e51a087ef0aebd
[ "Apache-2.0" ]
permissive
LedgerHQ/btchip-c-api
a89af70ac3b41f9e67d282de243efc1ac99d937a
1d1d85b4e98316d33f001f58b4b65730a16b2426
refs/heads/master
2022-11-06T18:42:02.812734
2017-05-12T09:22:57
2017-05-12T09:22:57
19,756,760
10
14
Apache-2.0
2022-10-26T10:26:58
2014-05-13T21:35:28
C
UTF-8
C
false
false
1,331
h
/* ******************************************************************************* * BTChip Bitcoin Hardware Wallet C test interface * (c) 2014 BTChip - 1BTChip7VfTnrPra5jqci7ejnMguuHogTn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
[ "contact@btchip.com" ]
contact@btchip.com
cd540012c7eb62612c498ef4248167bcf4218979
1606ed182e664cf1f08a2e2e4380aba61368a7f1
/CompletedDays/Day05/ex04/ft_strncpy.c
a09c0a123c3d99e01977e3f9b884f0934595d9f2
[]
no_license
Maofryy/piscine42
7fc492af2e7b4328465ab103e6c170bd87c5b463
323fd9e109d6dfe7cf700c37367e2c618df7ad40
refs/heads/master
2020-03-23T16:18:31.085768
2018-07-26T23:04:33
2018-07-26T23:04:33
141,803,350
0
0
null
null
null
null
UTF-8
C
false
false
1,110
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncpy.c :+: :+: :+: ...
[ "mbenhass@e2r4p21.42.fr" ]
mbenhass@e2r4p21.42.fr
ffaeaa9062dc9f07f0116b2ca7916adba6469e37
f84321cbc44eadc437dddeb4e3529ddcc1c5bcae
/mpi/rma/jed/math.c
e0fad0562833371a968345b00031510f4daf24ff
[ "MIT" ]
permissive
jeffhammond/HPCInfo
7d08fda4ab3a6301f6c7853bd72c7fbe06639f9f
8aff33b946cbd978b951f22c1b5a9140587be95e
refs/heads/master
2023-08-17T01:45:51.607023
2023-08-11T05:28:50
2023-08-11T05:28:50
12,674,497
261
60
MIT
2023-04-19T14:47:20
2013-09-08T01:45:33
C
UTF-8
C
false
false
233
c
#include <stdio.h> #include <quadmath.h> int main(void) { char tmp[128]; __float128 x = sqrtq(2.0Q); quadmath_snprintf(tmp, sizeof tmp, "%.45Qf",x); printf("%s\n",tmp); printf("%zu \n",sizeof(__float128)); return 0; }
[ "jeff.science@gmail.com" ]
jeff.science@gmail.com
efb153905e75bbb791d8afbf71af49514e4488f9
7f06c9d64f3f65f4fd22ca8d7903da9ac2180ce3
/stlc90.h
086a673249097558863bb3afc6ec41cd1b87020e
[]
no_license
r0ck3r008/stlC90
163da840bd51a53dc33ff5e1ee638d9e474972ca
19910d35fddacddae2125e1d43582e898820de8d
refs/heads/master
2023-03-31T03:05:07.962030
2021-04-04T02:19:54
2021-04-04T02:19:54
333,165,138
0
0
null
null
null
null
UTF-8
C
false
false
132
h
#ifndef STLC90_H #define STLC90_H #ifdef STLC90_Vector #include"vector/vector.h" #endif /* STLC90_Vector */ #endif /* STLC90_H */
[ "naman.arora@tutanota.com" ]
naman.arora@tutanota.com
44ed68361060a2ffa2235c62eed0f94a2c71dd69
6b952cdc72c0503be0ee498b3332189b9f74db36
/world/d/road/rxstocd3.c
d61b06c132f21f080a3c211f462d699052f8eca0
[]
no_license
wwwguess/4321
6d58e58396465ed6403b06b091e846227880a050
2322c6f5f34c594040a3bc352d9d1c63d77f2070
refs/heads/master
2021-01-17T10:52:06.325973
2017-04-28T02:43:35
2017-04-28T02:43:35
84,018,934
1
0
null
null
null
null
GB18030
C
false
false
564
c
#include <ansi.h> #include <room.h> inherit ROOM; int drop_him(object me); void create() { object san, sna; set("short",HIC "驿道" NOR); set("long", @LONG 这是一条宽广的大道! @来往的行人很多.旁边有很多的客栈和茶馆.时常有一匹匹快马 奔驰而过,扬起一阵尘烟,原来是官府的捕快在执行工务! LONG ); set("exits", ([ "west" : __DIR__"rxstocd2", "east" : __DIR__"rxstocd4", "sout...
[ "fanjiang008@gmail.com" ]
fanjiang008@gmail.com
43948e99d20a0c9be45b8f41728d52f7fd33af0d
926f4b5c79214581fca89348da8705915f7e04ec
/src/darray_sorts.h
504dc92ddeae2a33640686dc1a029688429582a0
[]
no_license
Gitlittlerubbish/libCx
713d78851a162a3826558c6d51e5bdf54007e12c
0801df93864dba7aed0e562274b0e324c86f6c80
refs/heads/master
2020-05-09T09:38:17.426045
2019-04-15T06:33:55
2019-04-15T06:33:55
174,131,536
0
0
null
null
null
null
UTF-8
C
false
false
382
h
#ifndef __libcx_darry_sorts_h__ #define __libcx_darry_sorts_h__ #include <stdio.h> #include <stdlib.h> #include "darray.h" #include "dbg.h" typedef int (*DArray_compare) (const void *a, const void *b); int DArray_mergesort(DArray *array, DArray_compare cmp); int DArray_heapsort(DArray *array, DArray_compare cmp); in...
[ "chenxiao@chenxiaos-MacBook-Pro.local" ]
chenxiao@chenxiaos-MacBook-Pro.local
e934fc616a79a014b2fa461a4f80c7dc2440ac0c
5397e9c96b8ae9221da5f39dd4a4e2f04fb80e47
/lib/libft/ft_memdel.c
fc120d5fa7b6514dcad457ae2a0b8b3f9e026f24
[]
no_license
momolapeche/Corewar
e32e849e285060f484e22def764787ae83be563d
d6187739e90baf95de2fc7c4fda9b903e161eaba
refs/heads/master
2021-01-21T21:09:32.875041
2017-05-24T16:19:41
2017-05-24T16:19:41
92,311,985
0
0
null
null
null
null
UTF-8
C
false
false
993
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memdel.c :+: :+: :+: ...
[ "rmenegau@e1r8p16.42.fr" ]
rmenegau@e1r8p16.42.fr
5ef92e2642d2a3e347bd8e83f45dbcf0f890926f
8b68ab4fc0d7f3079d7109bb125233acbb5e4b24
/filter_duplicated_data/filter_duplicated_data.c
1e88a8ae81f7e96b88fbf9a42cd17932fa4b30e3
[]
no_license
workholic365/useful_test_code
620d933d0175dac4dc59643fb76bcac60aafe36d
42e0dee66b0ed31d0ab6c8c520a574fbddeda9db
refs/heads/master
2023-03-06T05:36:54.405451
2021-02-19T09:29:33
2021-02-19T09:29:33
142,084,285
0
0
null
null
null
null
UTF-8
C
false
false
841
c
#include <stdio.h> #include <stdlib.h> #define N 30 int filter_duplicated_data(int a[],int n) { /*********Begin**********/ int i=0, sentinel; for(sentinel=0; i<n; sentinel++){ for(i=sentinel+1; i<n; i++){ if(a[i] > a[sentinel]){ a[sentinel+1] = a[i]; b...
[ "gitlabNO_001@gitlab.com" ]
gitlabNO_001@gitlab.com
2c0c688ab61d71824a86735696f26a6ce0f1db1a
7ed5db16543cde5957662527013aad37ea02c99e
/lib/my/my_strstr.c
ba79390f02a179b2e69fc24ac42e4d3e9f1b9477
[]
no_license
jferrier34/CPool_Day11_2018
d51371611a0692a4afb70b65795933a5204bb6f0
08700a8e9df7c48e05b69f320ecb8ae081fc7986
refs/heads/master
2023-07-28T01:13:31.625516
2018-10-16T18:21:52
2018-10-16T18:21:52
407,252,967
0
0
null
null
null
null
UTF-8
C
false
false
151
c
/* ** EPITECH PROJECT, 2018 ** my_strstr.c ** File description: ** Task04 */ char *my_strstr(char *str, char const *to_find) { return (0); }
[ "jferrier@localhost.localdomain" ]
jferrier@localhost.localdomain
de9529b097ba368e4904aa8f25eec952c15c07f0
9e3bc735349e5ca312338ee6551a309b59801018
/src/hids_service_report.h
42d4ecafbcb2b2590e970619f1bdd51a1cfe6a60
[ "BSD-2-Clause" ]
permissive
W61/AMJPureBLEKbd
6747a53e34a17fe11e4e300ac1c865168bb08bfb
a0da9d09d29e4b587521d9b7c30542cbc382a0be
refs/heads/master
2023-03-17T02:54:32.056410
2018-12-23T15:31:31
2018-12-23T15:31:31
null
0
0
null
null
null
null
UTF-8
C
false
false
529
h
/* * ===================================================================================== * * Filename: hids_service_report.h * * Description: * * Version: 1.0 * Created: 12/18/2016 01:30:04 PM * Revision: none * Compiler: gcc * * Author: YOUR NAME (), *...
[ "chen1324+git@gmail.com" ]
chen1324+git@gmail.com
3f0331429b5aedaa4c2fc339c216258f67d7cce7
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/66fe8595-7650-4e5e-a837-a3b201c341d7.c
f2756eb4d72882448e4b11d6ad6935a91452a456
[]
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
552
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=34; int k; int l; k = 538; l = 64; k = i%j; l = i/j; l = j%j; l = l+j; k = k-k*i; //variables /* START VULNERABILITY */ int a; int b[5]; int c[68]; a = 0; while (( a - 1 ) > -1) { ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
e9b17c8159abe28dc301c2452ac4f88c9f3d0c6e
aec7b856f7de844b92b8ab6705a4e468c22849f2
/src/XRaySpectrum.c
4ececb80c5b77b3b38519126ef869f9b55d7083b
[]
no_license
Palonz1/CTSim
312d9aa6491a4f543200067ccd0d593c2de29625
748b469122a23c5081f4a5147e713fc8d6b94143
refs/heads/master
2021-01-14T06:49:55.170725
2014-09-03T23:18:31
2014-09-03T23:18:31
null
0
0
null
null
null
null
UTF-8
C
false
false
3,448
c
/* * XRaySpectrum.c * * Created on: 18.07.2013 * Author: Alexander */ #include "XRaySpectrum.h" void setUpSpectrum(){ int tubeEnergy = cfg.tubeEnergy; char line[200]; char path[512]; int i = 0; FILE* read; int numAlloc = 0; logIt(DEBUG, "setUpSpectrum(int tubeEnergy) started."); if(tubeEnergy < 90)...
[ "alexander.winkler@mytum.de" ]
alexander.winkler@mytum.de
5524e75ea0c7505b958efa9d6c25565f259252ce
e22459029419a6630caa9aa25ed3f5415be5aabb
/APST/fpga/FORK2/3_fpga-app.c
f1280184e3b0b9272aac518353d0e33dca82f752
[ "MIT" ]
permissive
HiosJoA/IntegrationProject
dab87f6f44dd6e6c79f33cd0e4c67b070fb04002
923d0a6d451dfe673e683e8141a5f9193b73a514
refs/heads/master
2020-05-05T01:56:51.342290
2019-06-20T08:15:51
2019-06-20T08:15:51
179,619,304
0
1
MIT
2019-04-05T04:33:12
2019-04-05T04:33:12
null
UTF-8
C
false
false
12,947
c
#include <stdio.h> #include <fcntl.h> #include <errno.h> #include <unistd.h> #include <string.h> #include <stdlib.h> #include <sys/stat.h> #include <sys/types.h> #include <linux/i2c.h> #include <sys/ioctl.h> #include <linux/i2c-dev.h> #include <sys/wait.h> #include <sys/mman.h> #include <signal.h> #include <sys/ipc.h> ...
[ "bumsoo114@hanmail.net" ]
bumsoo114@hanmail.net
1006eff9dcded9ec79a7bf71c4a7c7e73f4eccb7
1d5ea35f483b4f28dd37b5f17294e0210002694a
/battle_for_midgard/include/my.h
bb77cbb0a6472fc48c932c877f7bfe3835fbef95
[]
no_license
Marvyne/ETNA
9d3130e1ad60087780095f9a6969b8ac30fef77c
b5d8f0846c7327249732227a4e4839a2b2784a73
refs/heads/master
2021-01-13T14:38:54.002932
2017-08-17T11:32:06
2017-08-17T11:32:06
76,720,612
0
2
null
null
null
null
UTF-8
C
false
false
4,358
h
/* ** my.h for in /home/kirito/etna/bfm/include ** ** Made by YOUSSEF seif-eddine ** Login <yousse_s@etna-alternance.net> ** ** Started on Mon Dec 5 09:57:37 2016 YOUSSEF seif-eddine ** Last update Fri Dec 9 05:14:03 2016 YOUSSEF seif-eddine */ #ifndef MY_H_ # define MY_H_ # include <stdlib.h> # include <...
[ "marvyne@Marvyne.etna.local" ]
marvyne@Marvyne.etna.local
c6ddf4396549b512f41fa83c3fb2cc1651b1597a
e110883050e6238d84177b6107336f1fdd4d3b6d
/cheatdll/rge_communications_speed.h
7c5388ef2da3f352a36cf48ea7d95d5339189426
[]
no_license
rva2895/efpatch
25b078866b65d820455760c80185c6d875ae560f
b01a27cdcec7e3150075902b5974206c8054270a
refs/heads/master
2023-07-06T16:11:41.311715
2023-07-03T20:16:38
2023-07-03T20:16:38
94,443,752
3
0
null
null
null
null
UTF-8
C
false
false
53
h
#pragma once void setRGECommunicationsSpeedHooks();
[ "vasiliy.ryzhakov@glowbyteconsulting.com" ]
vasiliy.ryzhakov@glowbyteconsulting.com
28110d5975c8714a89eea8b5d4d0a491d5f2ca06
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/sway/sway/commands/extr_bind.c_cmd_bindsym.c
4d1b56077011dde53a645b3ded93bbf24d7c472d
[]
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
612
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
66521e93f8fb09caa1cc26693e033daf108c8f3a
0d5eb5bf9178f6dd6bad291f793d1ee6de364fd3
/hip/test_kernel.cudafe1.stub.c
d8a0b2939b865b6abf3c78bbdd5eec84126ad572
[]
no_license
tutzr/intermediate-test
57adecee7fe6b1e548b961dd1b406f459372445b
ab2c476c3d7e3f0f62905bdcec27cc0b46cb66d0
refs/heads/master
2022-12-02T04:03:58.433136
2020-08-21T06:01:23
2020-08-21T06:01:23
287,793,285
0
0
null
null
null
null
UTF-8
C
false
false
3,199
c
#pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunused-function" #pragma GCC diagnostic ignored "-Wcast-qual" #define __NV_MODULE_ID _19_test_kernel_cpp1_ii_bb3ec4e5 #define __NV_CUBIN_HANDLE_STORAGE__ extern #if !defined(__CUDA_INCLUDE_COMPILER_INTERNAL_HEADERS__) #define __CUDA_INCLUDE_COMPILER_INTERNAL...
[ "s2002958@ed.ac.uk" ]
s2002958@ed.ac.uk
44e82e649ef2657e87c523db529ff1e8a2b5373f
3858d5708d4af6732a59d174c4900e384c29cae9
/Lib/open_file.c
2b9a5d95815e0f1002f5817664e1b0780f6c515b
[ "MIT" ]
permissive
Anglaisjulie/MY_LIB
a540f9a07760e38f2dbefd7fb6c6adbf756166fe
ee4682abc332eca0b26038d7828869b0e931b0bc
refs/heads/master
2022-10-05T16:38:33.048378
2020-06-06T16:57:06
2020-06-06T16:57:06
265,383,070
0
0
null
null
null
null
UTF-8
C
false
false
599
c
/* ** EPITECH PROJECT, 2019 ** CPE_lemin_2019 ** File description: ** open_file.c */ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <stdlib.h> #include <unistd.h> #include "lib.h" char *save_file_in_buffer(int fd) { char count[1]; int size = 0; char stock[10000]; char *file =...
[ "julie.anglais@epitech.eu" ]
julie.anglais@epitech.eu
956160db0fb8bd846d6c10626118b8d386b8e8c2
e6c50c3ad6362f7f05682d64c96748fab0ca025b
/src/f16-igemm/gen/6x8-minmax-neonfp16arith-ld64.c
77e27ee00fa7008c1a43710371de6d416c1b7adf
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
Maratyszcza/XNNPACK
537e670d0d172b3ec9f04808e07ed4a5436b01a7
16b3379825a5de3d148658af572a0a45eea3bfa3
refs/heads/master
2023-06-05T16:36:41.404271
2022-09-24T06:01:47
2022-09-24T06:02:47
218,375,282
1
0
NOASSERTION
2019-10-29T20:14:30
2019-10-29T20:14:30
null
UTF-8
C
false
false
14,083
c
// Auto-generated file. Do not edit! // Template: src/f16-igemm/neonfp16arith-ld64.c.in // Generator: tools/xngen // // Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <ar...
[ "xnnpack-github-robot@google.com" ]
xnnpack-github-robot@google.com
3a6eb08c7476dbacd3832515b4b32f3c2bea10b4
5251748c81d2a04c6b618bea3382137f7673a4a8
/src/examples/julia.c
de0f89ea04b8f28a1bc84e7e8e45eb168194c5d0
[ "MIT" ]
permissive
methusael13/fractals
a940d85af5082aa156c0bb8af0d28b5f4f021b0f
3bce42591b620b39c6c8d6bfce3f823dc7d94ea6
refs/heads/master
2021-07-15T16:46:34.545325
2017-10-21T21:35:30
2017-10-21T21:35:30
107,000,199
2
0
null
null
null
null
UTF-8
C
false
false
2,219
c
#include <math.h> #include <stdio.h> #include <time.h> #include <gfx/gfx.h> #include <lib/palette.h> #define kIterCount 100 #define WIN_WIDTH 800 #define WIN_HEIGHT 520 #define PALETTE_SZ 2048 #ifndef M_PI const double M_PI = 3.14159265358979323846; #endif const double M_TWO_PI = 2 * M_PI; const float kScale = 5.5f...
[ "blendit07@gmail.com" ]
blendit07@gmail.com
4676032943f2f55f1c1af0f2338bb75c211a3df8
38c0ef1759dc9a9b715589ea632dd1ac6b64d598
/Projects/STM32H7B3I-EVAL/Examples/HSEM/HSEM_ProcessSync/Src/main.c
0df56534aa9efb782d2aebbbfb41bc07eebf5886
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
engycz/STM32CubeH7
9fb379f88d80ca8813557c9ab4e9f83dd7a97bf5
91dd6590d8904651ac01380dd1adaf0b2e8a3068
refs/heads/master
2021-11-26T04:15:14.720718
2021-11-18T14:07:06
2021-11-18T14:11:23
235,042,695
0
0
NOASSERTION
2020-01-20T07:27:10
2020-01-20T07:27:09
null
UTF-8
C
false
false
11,204
c
/** ****************************************************************************** * @file HSEM/HSEM_ProcessSync/Src/main.c * @author MCD Application Team * @brief This example describes how to configure and use semaphore through * the STM32H7xx HAL API. **************************************...
[ "ali.labbene@st.com" ]
ali.labbene@st.com
02b80a3a668b526765d39dc691bd75ee0f0d1d92
2e46d62b264bfb5f84767931f3e1fc6bde4f1065
/modules/src/stabilizer.c
4c36114a9f3cda7d654e4c3ba5789783b2338797
[]
no_license
raceli/crazyflie_lh
a26f6e3861392b9f20b4c3127fdab1490b4ba58e
7cbaf1e11c0d39688bb83df4e48d12b37cfb28ab
refs/heads/master
2021-01-15T12:31:41.797492
2014-10-31T08:56:35
2014-10-31T08:56:35
null
0
0
null
null
null
null
UTF-8
C
false
false
17,550
c
/** * || ____ _ __ * +------+ / __ )(_) /_______________ _____ ___ * | 0xBC | / __ / / __/ ___/ ___/ __ `/_ / / _ \ * +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/ * || || /_____/_/\__/\___/_/ \__,_/ /___/\___/ * * Crazyflie Firmware * * Copyright (C) 2011-2012 Bitcraze A...
[ "wwfiney@hotmail.com" ]
wwfiney@hotmail.com
44340b6401464f0bd232e41b8341e30c6971c3e7
f98b35bb4a3aee2b02593600ee1a8bd81ec01120
/ios/Pods/Headers/Private/ReactABI24_0_0/ABI24_0_0EXLocationRequester.h
a8d259c1c1879fdf3d0df5883fb935baef6bf239
[ "MIT", "Apache-2.0", "CC-BY-4.0", "BSD-3-Clause" ]
permissive
WianNell/expo
485234aeda10613578e816dd24f6a6a220a57f0a
25371861066227fd8077497fc389d14e64afd2eb
refs/heads/master
2021-10-24T13:41:16.785171
2018-10-26T09:57:53
2018-10-26T09:57:53
154,829,509
0
0
NOASSERTION
2018-10-26T12:15:34
2018-10-26T12:15:33
null
UTF-8
C
false
false
101
h
../../../../versioned-react-native/ABI24_0_0/Expo/Core/Api/Permissions/ABI24_0_0EXLocationRequester.h
[ "samelson.e@gmail.com" ]
samelson.e@gmail.com
11ce0cb9bb91769c105c513f4a5f6ee0544f1506
fcfe5fee2c6196a1fc2a9617b24ee56a7e818ee1
/Clases/Practica/13-Archivos-Binarios/ejercicio_4.c
78d29ed7b773e01e51a9022c476723b41a365729
[]
no_license
Wolffoner/7540-Algoritmos-y-Programacion-I
7c7948434f6e8558ff8b0b57f4bb758f42127859
1908af9cceb51503fb76d7d12ccf2cbde9404be3
refs/heads/main
2023-06-23T17:09:23.071221
2021-07-27T16:15:17
2021-07-27T16:15:17
379,341,429
0
0
null
null
null
null
UTF-8
C
false
false
718
c
#include<stdio.h> #include<string.h> #define MAX_GENERO 30 #define MAX_GENEROS 20 typedef struct genero { char nombre[MAX_GENERO]; int id; } genero_t; int main(){ FILE* generos_archivo = fopen("genero.dat", "r"); /* chequeo de apertura */ genero_t generos_vector[MAX_GENERO]; size_t tope = fread(generos_vector...
[ "wolffoner@gmail.com" ]
wolffoner@gmail.com
0eac34565c87009dcd11c288dd30edf9edf445e6
8125765f805339a9ce6505ca1c6720a047a7237a
/0x05-pointers_arrays_strings/3-main.c
0e880aaa7f1702fa8ba96710af053d159ded83e7
[]
no_license
jfkquality/holbertonschool-low_level_programming
400e4c27346fa5e11e7fcc468cf32e7196af6543
8027b16c914fdf34c47c822450810c6a7d8a9015
refs/heads/master
2022-03-09T20:32:44.043975
2022-02-21T02:07:40
2022-02-21T02:07:40
192,841,305
0
0
null
null
null
null
UTF-8
C
false
false
269
c
#include "holberton.h" /** * main - check the code for Holberton School students. * * Return: Always 0. */ int main(void) { char *str; void _puts(char *str); str = "I do not fear computers. I fear the lack of them - Isaac Asimov"; _puts(str); return (0); }
[ "jfkquality@gmail.com" ]
jfkquality@gmail.com
be1d6cace278aab0b97f0096bc688435be66cb49
6191d998825916f53891f5115b86d7836ccb90f2
/project1/lex.yy.c
613ffbebde4eef98ae99272680784f8c61cd62c7
[ "MIT" ]
permissive
ETCHKILI/CS323-project1
145e5a1f6aa34f7173faf0d31380935a292787cc
15cfa123d64c32a2f7b616049a90c4562d6fe0d9
refs/heads/main
2023-08-30T06:29:26.515918
2021-10-11T14:19:39
2021-10-11T14:19:39
414,463,389
0
1
null
null
null
null
UTF-8
C
false
false
59,697
c
#line 3 "lex.yy.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 6 #define YY_FLEX_SUBMINOR_VERSION 4 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific ...
[ "guoyubinetch@gmail.com" ]
guoyubinetch@gmail.com
b23379ab0248182294c73eaa6454dea9faab945d
a1446c3f95df2dfe097a9bd6b463767b00f18140
/sys/netbt/hci.h
e9092e33bc12044e425b2c880226bc4f9d89ba15
[]
no_license
chrissicool/l4openbsd
e2fb756debc1c3bdc1c2da509fa228c25a3185e8
077177814444e08500e47bc2488502f11469bc60
refs/heads/master
2021-04-09T17:12:53.122136
2011-08-22T16:52:58
2011-08-22T16:52:58
1,706,491
18
4
null
2017-04-06T19:17:29
2011-05-05T14:08:03
C
UTF-8
C
false
false
88,724
h
/* $OpenBSD: hci.h,v 1.13 2008/11/25 14:00:12 uwe Exp $ */ /* $NetBSD: hci.h,v 1.28 2008/09/08 23:36:55 gmcgarry Exp $ */ /*- * Copyright (c) 2005 Iain Hibbert. * Copyright (c) 2006 Itronix Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm...
[ "cludwig@net.t-labs.tu-berlin.de" ]
cludwig@net.t-labs.tu-berlin.de
92fd4a65ceace969446051244c201f4b35c0a18d
2412f63538528ae8b13133c960c0c2ace3e2e2ef
/ath/at.h
cdf1a6d68a49b34b935cd8b9ccb24699efeef6a9
[ "MIT" ]
permissive
arekmd/ath
8f890bc9c435ab1265b171130dd4012588c69b82
3c6558f3006d892936d9f9d4cc4db9d16f105ca2
refs/heads/master
2020-03-15T18:11:22.716050
2018-07-23T08:05:55
2018-07-23T08:05:55
132,278,289
3
1
null
null
null
null
UTF-8
C
false
false
2,229
h
#ifndef AT_H #define AT_H #include "range.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #ifndef AT_INPUT_BUFFER_SIZE #define AT_INPUT_BUFFER_SIZE 32 #endif #ifndef AT_OUTPUT_BUFFER_SIZE #define AT_OUTPUT_BUFFER_SIZE 32 #endif enum AT_CMD_TYPE { AT_STANDALONE_COMMAND = 1, AT_ASSIGNMENT_COMMAND...
[ "a.marud@post.pl" ]
a.marud@post.pl
668cdde8780fb8228a7624a9f8d2c33ae7043979
75cf6e59f79a65ba8a79e7f34b6ee3bfe42594e2
/ciclo array/3_array.c
1d716b390ab74a46bdd31343cc9e4fdcc35e1ade
[]
no_license
amlopez9173/EDII-_TALLER_1
6b5dbf7a2bd08eba618a4d3bf23d050e20809910
9c87bf24b53169e78cf1fedfaab5b672bdffbe0c
refs/heads/master
2021-01-22T06:29:02.812856
2017-02-20T20:29:11
2017-02-20T20:29:11
81,767,900
0
0
null
null
null
null
UTF-8
C
false
false
2,933
c
#include <stdio.h> #include <math.h> int main() { int i, n=1, a, z, y, e; float x[4]; while(n==1) { system("cls"); printf("1: array de 4 numeros decimales\n"); printf("2: Arreglo bidimensional\n"); printf("3: array 4x4\n"); printf("digite la opcion: "); ...
[ "lopez0315@hotmail.com" ]
lopez0315@hotmail.com
2f4ce74c7dbbe60bb5e2d358bab542f034274b6e
ddb63e18391ab5a508ee0c3ad10b40898fff65cb
/components/sys/vfs/tty.c
762b338cea7695d1d5a781b69ea6d74999356311
[ "BSD-3-Clause" ]
permissive
criptych/Lua-RTOS-ESP32
ca4bae616c3a535e7852ab7dcf5db33ece165590
4a1be3976e73f8b0fd7b93c11c5426f17a814cc1
refs/heads/master
2022-11-13T11:44:30.242677
2020-06-19T23:33:29
2020-06-19T23:33:29
278,644,983
1
0
NOASSERTION
2020-07-10T13:47:33
2020-07-10T13:47:32
null
UTF-8
C
false
false
6,536
c
/* * Copyright (C) 2015 - 2018, IBEROXARXA SERVICIOS INTEGRALES, S.L. * Copyright (C) 2015 - 2018, Jaume Olivé Petrus (jolive@whitecatboard.org) * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are...
[ "jolive@iberoxarxa.com" ]
jolive@iberoxarxa.com
433da4070bc4c0cf6b01c3bebe31c33e5b8f7215
3ace736ee8ad0e65c58df04af9858c632f19255c
/Binary_translator/Executable_elf.h
1c1f7e48178c647993ac42b11a97f631ec36fbab
[]
no_license
s-a-v-a-n-n-a/Second_semester
e0ad2003909ed6a07b2a05439c366a2b4c2a6156
780e454a1fc3006622167df077eacca4e17270e2
refs/heads/main
2023-06-03T23:22:56.764785
2021-07-02T20:35:53
2021-07-02T20:35:53
338,305,895
0
0
null
null
null
null
UTF-8
C
false
false
2,657
h
#ifndef EXECUTE_ELF_FILE #define EXECUTE_ELF_FILE #include <elf.h> #include <stdio.h> #include <stdlib.h> #include <cstring> typedef struct Elf_header { unsigned int Elf_MAG = 0x464C457F; //magic numbers unsigned char Elf_CLASS = ELFCLASS64; //64-bit unsigned char Elf_DATA = ELFDATA2LSB; //little en...
[ "savchuk.ao@phystech.edu" ]
savchuk.ao@phystech.edu
ba0bd0b3faf7efa12450bcebce12d71eda4b0d5e
16c36597452771a1c16813057f4fde5df9121982
/PublicHeader/Platform.h
6c6236d349fcacaa7c174fd650d199c25ffa5494
[]
no_license
wsofc/gameplaza
a1ea8c59bb84a882d7e9255b39ba14b5a57a1ba2
af3f36b7483d6412a8579ea791c17be78de9ac33
refs/heads/master
2020-03-19T04:12:22.328190
2018-06-03T14:59:04
2018-06-03T14:59:04
135,805,062
3
0
null
null
null
null
GB18030
C
false
false
2,864
h
/********************************************************************** * * Copyright (C) 2016 - 一九七九 - All Rights Reserved * * 文件名称: Platform.h * 摘 要: 定义了一些与平台有关的宏 * * 作 者: zcc, * 修 改: * ***********************************************************************/ #ifndef __Platform_H__ #define __Plat...
[ "1663899600@qq.com" ]
1663899600@qq.com
13bb0ff9cf2219403e7777b25a2962adcae1bcda
ba3dea7508fcf1b7de85ff6d3ce0716f720eac5c
/headers/msp430-elf/include/cc430f6143.h
6b868325621c0089071c272afb0a662939263ab7
[]
no_license
mpsm/msp430-elf-headers
53f96543d6ac8ae9e2fdc06d2407561d342ebd49
da120c3301726b0a457be1d234660239514b8677
refs/heads/master
2021-01-13T02:07:06.654349
2014-08-27T18:54:32
2014-08-27T18:54:32
22,819,158
1
0
null
null
null
null
WINDOWS-1252
C
false
false
281,840
h
/* ============================================================================ */ /* Copyright (c) 2014, Texas Instruments Incorporated */ /* All rights reserved. */ /* ...
[ "smoczynski.marcin@gmail.com" ]
smoczynski.marcin@gmail.com
cc81ecae7f7c5227d7da22268fc44e05cd7f5aa9
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/drivers/staging/media/sunxi/cedrus/cedrus_h264.c
bfb4a4820a6741f3ecb8456979cc6f9036b0535f
[ "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
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
21,305
c
// SPDX-License-Identifier: GPL-2.0-or-later /* * Cedrus VPU driver * * Copyright (c) 2013 Jens Kuske <jenskuske@gmail.com> * Copyright (c) 2018 Bootlin */ #include <linux/delay.h> #include <linux/types.h> #include <media/videobuf2-dma-contig.h> #include "cedrus.h" #include "cedrus_hw.h" #include "cedrus_regs.h...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
b706405071d842169eb4928629cef75d719378a4
307a9d1afda5619e2c44d2bbda0a677f5f7c42f9
/jump_cp/m_mutant.c
16338c79f431d8c146786f9e66853f6631c9b0b1
[]
no_license
maxwagner/quake2_jumpmod
7c59ebe36b5b854f31ec2aaf38d9e02b6a58a84f
393aecedd7049837e9a6af106faeebcbdd47090a
refs/heads/master
2021-07-13T08:06:42.833435
2017-10-14T01:49:09
2017-10-14T01:49:09
106,889,205
0
0
null
null
null
null
UTF-8
C
false
false
14,727
c
/* Copyright (C) 1997-2001 Id Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in th...
[ "maxwell.v.wagner@gmail.com" ]
maxwell.v.wagner@gmail.com
1c556705cd302030db4b49a508913942958a557b
50109471cb160b338b5ef76dd530ec79d4c3e274
/CORE/MAC/src/include/sirParams.h
d3ccf9fdc2282aa7455e34ed935469b0d7fb2c1f
[]
no_license
cliff-ma/qca9377-lea2-lnx-4-14-driver-source
a419d22d45c8a8f6b954c9cc99ec821fcf6a6c16
2b0526ea81022f7adb0a9029de5a7f3b55a707e0
refs/heads/master
2022-04-02T19:00:37.364485
2020-02-05T19:28:29
2020-02-05T19:28:29
null
0
0
null
null
null
null
UTF-8
C
false
false
47,323
h
/* * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * * * 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 noti...
[ "chris.dimich@boundarydevices.com" ]
chris.dimich@boundarydevices.com
ed1cedd83f6f9f2885fbc01c1457317730281474
760f4e5984425799743a14ceb4a4644fd10e9780
/varray.c
b2d874329d54dc69c2ee516bc8fbbd0d698d9cbc
[ "MIT" ]
permissive
dongtl4/OpenGL
ab278da70de5bdffc9999c8662b44ff0999a9e28
7dce549bd69c95d356eb66c2c189156ee201ffa8
refs/heads/main
2022-12-30T11:38:40.326251
2020-10-17T15:50:54
2020-10-17T15:50:54
null
0
0
null
null
null
null
UTF-8
C
false
false
6,075
c
/* * Copyright (c) 1993-2003, Silicon Graphics, Inc. * All Rights Reserved * * Permission to use, copy, modify, and distribute this software for any * purpose and without fee is hereby granted, provided that the above * copyright notice appear in all copies and that both the copyright * notice and this pe...
[ "noreply@github.com" ]
dongtl4.noreply@github.com
45f8a7ef09e4ea0323123be25a1d568ec04a1a79
9dc6ea7f30fd107c0ff97c2bbb0d13198b62d1af
/include/draw_scene.h
10b2903f616bb6924e68b1e154783de912b90f78
[]
no_license
lapprenti18/MUL_my_rpg_2019
7efda17223174754d50fde2ac3ce2e76e6fc7a71
b7e06dd09890ed501d76083af698c0f315e3958e
refs/heads/master
2022-11-22T04:24:25.325294
2020-07-26T14:05:49
2020-07-26T14:05:49
282,661,846
1
0
null
null
null
null
UTF-8
C
false
false
265
h
/* ** EPITECH PROJECT, 2019 ** MUL_my_rpg_2019 ** File description: ** draw_scene.h */ #ifndef DRAW_SCENE_H_ #define DRAW_SCENE_H_ #include "./my.h" void draw_sprite(all_t *store, game_object_t *object); void draw_scene(all_t *store); #endif /* DRAW_SCENE_H_ */
[ "maximilien@localhost.localdomain" ]
maximilien@localhost.localdomain