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
399abba8c7ec5daef04481769b0a4809293d53e0
6945b15e24f9cb9ea247a766f6bfb55c6451c610
/e3372h-vendor-src/vender/platform/hi6921_v711/gbbp_interface.h
c8552353e3f29a4f41278b77f6993a16d148bbcb
[]
no_license
im-0/e3372h-kmods
7619f43c357de5c8426bd2a8e4f7644dfd7abf22
e5f2da610abd78946786fdcd7ec6c744c9feb697
refs/heads/master
2021-01-25T14:23:40.397133
2018-06-08T02:50:29
2018-06-08T02:50:29
123,693,933
7
4
null
null
null
null
GB18030
C
false
false
210,416
h
#ifndef __GBB_PINTERFACE_H__ #define __GBB_PINTERFACE_H__ #ifdef __cplusplus #if __cplusplus extern "C" { #endif #endif /***************************************************************************** 1 其他头文件包含 *****************************************************************************/ #include "soc_in...
[ "mironov.ivan@gmail.com" ]
mironov.ivan@gmail.com
20e859dd80c149fa8955c5b5a54f3ba1ce177c5c
f341be48ac5868f4fb846077621c3d3903a6b88e
/logs.h
decafe37b6187f6a1306f2dfef1e2c8498847f40
[]
no_license
retro-node/TiC89TacToe
39b52c464ea66086d9465ff2f087eacf5fd4fb98
5bcfc3c56152b7e2e8730ffdd4df6bea103de8b0
refs/heads/master
2020-08-06T23:34:31.416983
2019-10-23T04:45:49
2019-10-23T04:45:49
213,200,895
0
0
null
null
null
null
UTF-8
C
false
false
1,365
h
#ifndef LOGS_H #define LOGS_H #include <stdio.h> #include "linked_list.h" /* struct to hold turn-by-turn data such as player, move num in the game and coords placed in */ typedef struct{ int movenum; char player; int x; int y; } MoveLog; /* MOVELOG STRUCT FOR TURN BASED DATA, position player and number ...
[ "56121080+retro-node@users.noreply.github.com" ]
56121080+retro-node@users.noreply.github.com
f89c1fc925dd9f043a2f6a2a241743d277979239
e4eb519b801234878d0d69e36adbb5dada3650fc
/src/types.h
afcd0d00120a4052fff876bbfb4683ca4c2587c9
[]
no_license
rkhmelyuk/compiler
b26363506a93cf853f48602335b179938289e3da
f9c7b0f535855ff6ceb0911dc58088bfd3e078da
refs/heads/master
2021-01-18T13:46:46.071495
2010-08-08T18:39:21
2010-08-08T18:39:21
1,103,381
0
0
null
null
null
null
UTF-8
C
false
false
353
h
/* * types.h * * Created on: Jun 28, 2010 * Author: ruslan */ #ifndef TYPES_H_ #define TYPES_H_ #include <stddef.h> #define null NULL typedef unsigned short uint16; typedef unsigned int uint32; typedef unsigned long uint64; typedef signed int int32; typedef signed short int16; typedef unsigned cha...
[ "ruslan.khmelyuk@gmail.com" ]
ruslan.khmelyuk@gmail.com
937e9be7a9caa3320009e2d3b44f2d2435f56086
a61c46dd90b912b5267c70af30c692ed76a0b78d
/avr32/hmatrixb_130.h
829c9aba0b0ec585bd1ac82ea95798f4b751b39c
[]
no_license
saaadhu/beemboy
a8a7a9c0172c7bc01b4e3aa61b2cefcdde29107d
e455df07880e2a8ce80b950853e2eacaec4c3b41
refs/heads/master
2016-09-05T13:20:51.723375
2014-06-08T16:04:51
2014-06-08T16:04:51
null
0
0
null
null
null
null
UTF-8
C
false
false
159,475
h
/***************************************************************************** * * Copyright (C) 2010 Atmel Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistribution...
[ "senthil.thecoder@gmail.com" ]
senthil.thecoder@gmail.com
12f7c0e36b06ce363d7432c5705eff826da12ac4
e2a5aed1d81e2e040472c326c20af0298098181b
/power-ucontext.h
203f6927fbc1e25f025d44690335acc537f868cd
[ "dtoa", "MIT" ]
permissive
sidgwick/libtask
237a10bb791712ada6c2cf6ad12c25f8888becf6
78a67b78660fe93992f48beeb7d8e84069f4c5f5
refs/heads/master
2022-11-17T11:49:40.912394
2020-07-21T15:21:31
2020-07-21T15:21:31
271,562,095
0
0
null
null
null
null
UTF-8
C
false
false
1,035
h
#define setcontext(u) _setmcontext(&(u)->mc) #define getcontext(u) _getmcontext(&(u)->mc) typedef struct mcontext smcontext_t; typedef struct ucontext sucontext_t; struct mcontext { ulong pc; /* lr */ ulong cr; /* mfcr */ ulong ctr; /* mfcr */ ulong xer; /* mfcr */ ulong sp; /...
[ "songzhigang@didichuxing.com" ]
songzhigang@didichuxing.com
537a0407d1be2838c3c70f4cbf6a934a59c7c100
fb02fa4533aadbb4196ca811b724f844314176a1
/FSL_Thread_Stack_0.6.0/KSDK/rtos/mqx/mqx/source/kernel/lwtimer.c
826947c8bd55e0ea83bc1924192511540a87ba2c
[]
no_license
smachin1000/thread_nxp
50ad1a981ac487a43872203a8ecd5354ae402689
dc3e2585050dcf05779b0a42ec0ba182a12cdd71
refs/heads/master
2021-01-11T18:07:57.329299
2017-01-23T19:35:26
2017-01-23T19:35:26
79,491,040
1
0
null
null
null
null
UTF-8
C
false
false
12,803
c
/*HEADER********************************************************************** * * Copyright 2008 Freescale Semiconductor, Inc. * Copyright 2004-2008 Embedded Access Inc. * Copyright 1989-2008 ARC International * * This software is owned or controlled by Freescale Semiconductor. * Use of this software is gover...
[ "smachin1000@gmail.com" ]
smachin1000@gmail.com
658c990da4943b7f496b4b6f8431e46ae9c32a12
9db860f293a343f306c09a4f3545760679d05273
/Ottobock_Active_Wrist.cydsn/Generated_Source/PSoC5/SD_sclk0_aliases.h
b874c1407c64963090d7ae5416714956b1b26c80
[]
no_license
ciottisimone88/qb_psoc5_firmware
e56f10609644802b26b446678e2b521106108e4f
a5f2986fef45c0f7439ae458fb21d3b1fbf762fd
refs/heads/master
2023-04-14T13:16:24.072288
2021-04-01T14:45:40
2021-04-01T14:45:40
353,945,684
0
0
null
null
null
null
UTF-8
C
false
false
1,060
h
/******************************************************************************* * File Name: SD_sclk0.h * Version 2.0 * * Description: * This file containts Control Register function prototypes and register defines * * Note: * ******************************************************************************** * Copyri...
[ "mattiapoggiani@gmail.com" ]
mattiapoggiani@gmail.com
74a689e67a94cd6e00c465b1acb873601c785a70
d8596b9ff21df9a7e44f67a42132ae504a032ecd
/peripheral_zephyr/i2c/build_secure/zephyr/dev_handles.c
c60b3f4a6c588911fc544c11fb687de170dc5459
[]
no_license
gabs4/ncs_projects
1f3440b1f4c5cbf8277c5d204ff8b01615ab6f3e
5e2bfc1a80e86e838d39425dc5a2882d0c6c0549
refs/heads/main
2023-07-12T16:40:39.151787
2021-08-20T11:02:59
2021-08-20T11:02:59
null
0
0
null
null
null
null
UTF-8
C
false
false
1,665
c
#include <device.h> #include <toolchain.h> /* 1 : /soc/peripheral@50000000/clock@5000: * - (/soc/interrupt-controller@e000e100) * - (/soc/peripheral@50000000) */ const device_handle_t __aligned(2) __attribute__((__section__(".__device_handles_pass2"))) __devicehdl_DT_N_S_soc_S_peripheral_50000000_S_clock_5000[] = {...
[ "carl.fosse@nordicsemi.no" ]
carl.fosse@nordicsemi.no
6aa7d908f10637e893743408504f9e59141bd0bc
31b2ef562de20b1b0947db041a89e9d1c5364098
/notfinished/norminette/include/lexer.h
6ec98b92825ca27fb11275af2c7e8b20c45618f0
[]
no_license
aqw42/scripts
58aae9812f7fc2f8c10cf97ec071775aaf3aebd3
af3353cc05d62b604d0db030e11fd1861d5c6ad6
refs/heads/master
2022-04-26T00:01:27.567064
2020-11-06T17:37:20
2020-11-06T17:37:20
170,170,771
0
0
null
null
null
null
UTF-8
C
false
false
1,912
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* lexer.h :+: :+: :+: ...
[ "corentin.noel@aliceadsl.fr" ]
corentin.noel@aliceadsl.fr
42f1b8dd1a6ebb41015f9096a153acf16d0f4ec6
14d9092522998ee50524f35423b627eb7db7cf2f
/optimized_controller/slprj/_sfprj/hyd_hyb_2_int_cont_1_new3_5cyc/_self/sfun/src/c36_hyd_hyb_2_int_cont_1_new3_5cyc.h
fb38d8e5ed4989bb5a0c973135a0f53c1ba91e58
[]
no_license
alzizou/Hybrid_Vehicle_IntelligentControl
510086cbd3b76bfc99d7591ad0c72500cce27cd0
7a375f556b5f90e441d6ad518f12ecc66ce44495
refs/heads/main
2023-02-12T10:15:42.389897
2021-01-14T03:58:18
2021-01-14T03:58:18
325,576,891
0
0
null
null
null
null
UTF-8
C
false
false
1,311
h
#ifndef __c36_hyd_hyb_2_int_cont_1_new3_5cyc_h__ #define __c36_hyd_hyb_2_int_cont_1_new3_5cyc_h__ /* Include files */ #include "sfc_sf.h" #include "sfc_mex.h" #include "rtwtypes.h" /* Type Definitions */ typedef struct { const char * context; const char * name; const char * dominantType; const ch...
[ "ali@humanitas.io" ]
ali@humanitas.io
2df38b67fb44e163a4d3d0f0dad05b742216f263
74bd9787458d22a623f62b4f32828bb5765a4348
/libft/ft_putmem.c
369342704b423773111add1b765816544e8458f4
[]
no_license
bjones3/wolfenstein3D
d96879309e78f599564d2b7e917cf8eaca200787
d4f8a22ffd4d9fbba0b835c961aa5d4e25163ea3
refs/heads/master
2020-06-04T10:55:38.959452
2019-06-14T19:14:54
2019-06-14T19:14:54
191,992,602
0
0
null
null
null
null
UTF-8
C
false
false
1,030
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putmem.c :+: :+: :+: ...
[ "bjones033@gmail.com" ]
bjones033@gmail.com
dcc562307f634169b7f1e727e74358e6770e1b83
5be734b26d45d943246b2a53045e02ec54d1dc2f
/srcs/list.c
d1d8749c0baada6ace6baa12971cb00d80bf02e0
[]
no_license
Traezar/Select
46390e1145e6665150cde1539f20123c434839fe
7df1f4cfdc83c71670d540386b32cdb2d18391a5
refs/heads/master
2020-04-18T21:17:41.953128
2019-02-22T20:01:33
2019-02-22T20:01:33
167,761,590
0
0
null
null
null
null
UTF-8
C
false
false
2,220
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* list.c :+: :+: :+: ...
[ "rsathiad@student.42.us.org" ]
rsathiad@student.42.us.org
98dc4ffe6c275d0aa7667d24d5f82a7cb877b5ac
f7f27c66a145c7b6fa5f56f7d6ce086c5a8c2509
/src/nr/zbrent.c
7a5f847569bf4bb2d756e0c6c76325c1db6cc97a
[]
no_license
h6294443/shape-cuda-git-v1.1
f77276522d5ca16c85546e3cd84322e47da53b5b
b23f63bf60c375df0e172792bd3e57f030a3c414
refs/heads/master
2020-12-31T06:57:24.110974
2017-04-29T19:00:35
2017-04-29T19:00:35
86,596,681
0
0
null
null
null
null
UTF-8
C
false
false
1,291
c
#include <math.h> #include <stdio.h> #include "../nr/nr.h" #define ITMAX 100 #define EPS 1.0e-15 double zbrent( double (*func)(double), double x1, double x2, double tol) { int iter; double a=x1,b=x2,c,d,e,min1,min2; double fa=(*func)(a),fb=(*func)(b),fc,p,q,r,s,tol1,xm; void nrerror(); if (fb*fa > 0.0) nrerror(...
[ "matthiascharlain.engels@gmail.com" ]
matthiascharlain.engels@gmail.com
41d203e9d15c575047768d8190c82d7414966971
5b99ce8a17f22744b8b2e3fab649e07de1966fd0
/orte/tools/prte_info/output.c
38bfe95485d9226109071de413c931592443ed08
[ "BSD-3-Clause-Open-MPI" ]
permissive
gvallee/prrte
d02bc1cf1ae35d4fd403e5f69720e94a112c8fa1
70b72b7ea9f1be771f962d1c3f205f3dab6bf529
refs/heads/master
2020-09-16T13:00:37.237137
2019-11-19T22:13:53
2019-11-19T22:13:53
223,775,072
0
0
NOASSERTION
2019-11-24T16:32:23
2019-11-24T16:32:22
null
UTF-8
C
false
false
6,260
c
/* * Copyright (c) 2004-2009 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2006 The University of Tennessee and The University * of Tennessee Resea...
[ "rhc@open-mpi.org" ]
rhc@open-mpi.org
4d6914fa1d81034d5a71b53a4a2bfbb564c6c799
fc48b588dc5f329947df43410e856d411865be88
/vscp/vscp_type_diagnostic.h
6bcc9235507f8b45317fc018c72ad316aaa1f9ae
[ "MIT" ]
permissive
onitake/vscp-framework
25db03cac3a3f16d6dfefe9ae28d78e3faedd4f1
cc3a6d9097686c5a08aa3ade6038edc5896496f9
refs/heads/master
2022-12-03T19:05:55.144525
2020-06-03T20:52:56
2020-06-03T20:52:56
290,039,530
1
0
NOASSERTION
2020-08-24T21:03:58
2020-08-24T21:03:57
null
UTF-8
C
false
false
11,788
h
/* The MIT License (MIT) * * Copyright (c) 2014 - 2020, Andreas Merkle * http://www.blue-andi.de * vscp@blue-andi.de * * 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 ...
[ "vscp@blue-andi.de" ]
vscp@blue-andi.de
ced86c65cca7a3ab147968baa179411e35936ea8
24643916cd1515911b7837ce81ebd17b0890cc81
/frameworks/compile/libbcc/runtime/lib/ashldi3.c
0a65a15d9c93876d5e9ffb186ef7179ccebaafcd
[ "NCSA", "Apache-2.0", "BSD-4-Clause", "LicenseRef-scancode-public-domain" ]
permissive
touxiong88/92_mediatek
3a0d61109deb2fa77f79ecb790d0d3fdd693e5fd
5e96a7bb778fd9d9b335825584664e0c8b5ff2c7
refs/heads/master
2020-05-02T10:20:49.365871
2019-04-25T09:12:56
2019-04-25T09:12:56
177,894,636
1
1
null
null
null
null
UTF-8
C
false
false
1,300
c
/* ====-- ashldi3.c - Implement __ashldi3 -----------------------------------=== * * The LLVM Compiler Infrastructure * * This file is distributed under the University of Illinois Open Source * License. See LICENSE.TXT for details. * * ===------------------------------------------------------...
[ "sunhouzan@163.com" ]
sunhouzan@163.com
66c2d99d4c8e36535785ba8ca1d11d4fa0a6c167
95e0aae5e33a1858894b52a245f6dad67ae6a225
/crypto/crypto_init.c
107813ca9a168c703c91beb01bac83535a1d2b10
[ "BSD-3-Clause" ]
permissive
S-hree/pooja-new
b039065f5c1a3b4c40e28089213928fb891d533f
ddbbd9f1132d9fd2abac2ee87cbed2ba700299ed
refs/heads/master
2021-01-21T19:47:40.803736
2017-05-24T10:33:50
2017-05-24T10:33:50
92,158,953
0
1
null
null
null
null
UTF-8
C
false
false
864
c
#include <tommath.h> #include <tomcrypt.h> #include <atlk/sdk.h> #include <platform/common.h> #include <platform/osal.h> #include <crypto/crypto_rng.h> static osal_once_t crypto_once = OSAL_ONCE_INIT; static void crypto_init_once(void) { const struct ltc_prng_descriptor *prng; int err; /* Initialize math pr...
[ "noreply@github.com" ]
S-hree.noreply@github.com
70429ad18d73c4c9820bc4f96817a9198642be4c
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/e5002aaf-0fd9-45c6-bcd1-12b35d0d1001.c
164d6883e7cb33715791c360c0fbbb64c2b37aee
[]
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
538
c
#include <string.h> #include <stdio.h> int main() { float i; float j; float k; float l; i = 6; j = 9; //variables /* START VULNERABILITY */ int a; int b[82]; int c[35]; a = 0; while (a > -1) { /* START BUFFER SET */ *((int *)c + a) = *((int *)b + a); ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
6f29a2413deea67a2591f679258b8955ec2247be
a9ed9cc41f2c40a8ccf47b6d4889d11d3aaee710
/UNM/CS241L/lab3/sizes.c
e4a2d35bde8dca60de790308f5ef72cf8fe72395
[]
no_license
Letthemknow/school
5e7198756a9293bab2fac3e3641350f619857290
77022746d23837f91c67b2e47a427907e6eafac3
refs/heads/master
2023-01-19T12:53:06.224385
2020-12-02T01:24:30
2020-12-02T01:24:30
null
0
0
null
null
null
null
UTF-8
C
false
false
276
c
#include <stdio.h> #include <limits.h> int main(void) { printf("Char: %d Bytes\n", sizeof(char)); printf("Int:%d Bytes\n", sizeof(int)); printf("Long:%d Bytes\n", sizeof(long)); unsigned long int i = ULONG_MAX; printf("Long: maxvalue: %u\n", i); return 0; }
[ "WGalczak@gmail.com" ]
WGalczak@gmail.com
c8cc7732e5940be503994780d880177051b8e1d4
2adb92d740c00024c6fc86bef1299d8007623cd2
/roboscoop/roboscoop_lib/EIFGENs/roboscoop/W_code/C22/ty704.c
3d6d7bf9357c61cfbe74c2568032e79257d459b4
[]
no_license
mafilipp/RPL_Ass1
ac0a56a6129e0c92a8e71263eee44143fc26864e
1a5f64b8fcc1b5c441e7affd08170867cb1e4d21
refs/heads/master
2021-03-12T19:44:12.586165
2014-10-04T08:33:40
2014-10-04T08:33:40
24,785,188
1
0
null
null
null
null
UTF-8
C
false
false
39,741
c
/* * Code for class TYPE [NATURAL_32] */ #include "eif_eiffel.h" #include "../E1/estructure.h" #ifdef __cplusplus extern "C" { #endif extern EIF_TYPED_VALUE F704_5266(EIF_REFERENCE); extern EIF_TYPED_VALUE F704_5267(EIF_REFERENCE, EIF_TYPED_VALUE); extern EIF_TYPED_VALUE F704_5268(EIF_REFERENCE); extern EIF_TYPED...
[ "mpippo@bluewin.ch" ]
mpippo@bluewin.ch
1a9474bfb761909294dd6a1b56aa7e07dca1742b
aeede083ed826e5b2487575fd6fff5f6d953ed3d
/EIFGENs/tictac/W_code/C19/ki1551d.c
858951d9357e7bd526e8c94f8fbdeec618684189
[]
no_license
santiago-elustondo/eiffel-tictactoe
1f36da17432bc7809713fcca3bd60be4a2e5537c
881da9aa36a7de27af57124965a52580f35db04e
refs/heads/master
2021-04-03T07:59:42.331548
2018-03-12T22:50:19
2018-03-12T22:50:19
124,836,088
2
0
null
null
null
null
UTF-8
C
false
false
5,226
c
/* * Class KI_PATHNAME */ #include "eif_macros.h" #ifdef __cplusplus extern "C" { #endif static const EIF_TYPE_INDEX egt_0_1551 [] = {0xFF01,231,0xFFFF}; static const EIF_TYPE_INDEX egt_1_1551 [] = {0xFF01,244,1550,0xFFFF}; static const EIF_TYPE_INDEX egt_2_1551 [] = {0xFF01,1550,0xFFFF}; static const EIF_TYPE_IN...
[ "elus2012@gmail.com" ]
elus2012@gmail.com
e811aad29d99bc878774889b2f68c7d26cfe85e8
bdb1e24f0a0be7fd2d1c1a202fdb6f33b0b23dac
/Source/General/Driver/Font/Freetype/Core/builds/vms/ftsystem.c
d6aaa8d7a276a301337120847414545716ea0fb9
[ "MIT", "FTL" ]
permissive
paintdream/PaintsNow
42f297b9596d6f825017945d6ba24321fab0946e
71581a89585594c3b898959cea5ee9c52c9249ed
refs/heads/master
2023-08-17T13:52:49.714004
2023-08-07T14:21:01
2023-08-07T14:21:01
162,007,217
11
3
null
null
null
null
UTF-8
C
false
false
11,841
c
/***************************************************************************/ /* */ /* ftsystem.c */ /* */ /* VM...
[ "paintdream@paintdream.com" ]
paintdream@paintdream.com
693207da590c5dee1525c4ba46d01a418deaacd3
82044f5fc5afd1dcb491ecc71021c047810ad52d
/include/charsprites.h
f471492e1d8d43ead4f6dc9ae2a0e0527d6647d8
[]
no_license
I-Hudson/MegaManGBA
c65909f0b635cc963cd0184ed587f17f9d4e1349
3d5e597b9df5f0a8a1929b7338962b09d6af304d
refs/heads/master
2020-06-23T11:52:31.638373
2019-07-24T11:01:19
2019-07-24T11:01:19
170,660,069
0
0
null
null
null
null
UTF-8
C
false
false
734
h
//{{BLOCK(charsprites) //====================================================================== // // charsprites, 64x64@8, // + palette 256 entries, not compressed // + 64 tiles Metatiled by 2x2 not compressed // Total size: 512 + 4096 = 4608 // // Time-stamp: 2019-03-30, 10:26:53 // Exported by Cearn's GBA Image T...
[ "cuffy94@gmail.com" ]
cuffy94@gmail.com
d05d8432a4eae6decb426b2f6705b3a6cf61b648
3b04925b4271fe921020cff037b86e4a5a2ae649
/windows_embedded_ce_6_r3_170331/WINCE600/PRIVATE/SERVERS/SMB/INC/smbcommands.h
be42b171efaa88758739581829b339629a024919
[]
no_license
fanzcsoft/windows_embedded_ce_6_r3_170331
e3a4d11bf2356630a937cbc2b7b4e25d2717000e
eccf906d61a36431d3a37fb146a5d04c5f4057a2
refs/heads/master
2022-12-27T17:14:39.430205
2020-09-28T20:09:22
2020-09-28T20:09:22
null
0
0
null
null
null
null
UTF-8
C
false
false
2,960
h
// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft shared // source or premium shared source license agreement under which you licensed // this source code. If you did not accept the terms of the license agreement, // you are...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
58e8a80a29d8348f8ce84d860c1f599bd83fe99b
45cb3cb6f0272ab8c7d480f2081d1f60402a7bbd
/Semester3-1/LinuxSP/quiz0522/1.c
190ebd22184c2f10ffffe18874bfc48dbe1771f3
[]
no_license
KimHyungkeun/3rd_grade
dee9cbdd961b03a1b1faaa70551ae82c7fa6335c
f19d45f493dfafd60f34ed17a8111fd22c120038
refs/heads/master
2023-02-12T23:15:05.939858
2021-01-16T11:20:10
2021-01-16T11:20:10
175,435,216
0
0
null
null
null
null
UTF-8
C
false
false
480
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <signal.h> int main(void) { sigset_t pendingset; sigset_t sig_set; int count = 0; sigfillset(&sig_set); sigprocmask(SIG_SETMASK, &sig_set, NULL); while (1) { printf("count : %d\n", count++); sleep(1); if (sigpending(&pendingset) == 0)...
[ "fnfn9087@gmail.com" ]
fnfn9087@gmail.com
50fe3e32229bd76d1b0e1035dff3058245353ad2
7ed0ae88162b0bd4798e35c557d7a5f596401651
/c_code/chapter_3/3.2.c
b91c30ef01a7a2a14430e2a460b0019e6f9c59a3
[]
no_license
jsutterfield/C_Cpp_code
6b09d304db23e2888e91210ac65236a500a7edcf
fd1f7defd39b0f6cc6e95634ca98d35337a81f04
refs/heads/master
2020-05-17T00:59:49.954549
2014-02-13T17:22:06
2014-02-13T17:22:06
null
0
0
null
null
null
null
UTF-8
C
false
false
2,627
c
#include <stdio.h> #define MAX_STRING 1000 void escape(char s[],char t[]); void unescape(char s[], char t[]); main() { char t[] = "This is \\n the start \\t of something \\\" cool"; char s[MAX_STRING]; unescape(s, t); printf("%s\n", s); return 0; } /* escape: converts characters like newlin...
[ "james.sutterfield@gmail.com" ]
james.sutterfield@gmail.com
7126113d11046b4ce33daa250d4bb93c3a957559
6696e148f8bcf75cd5232aa2bcd865085575a0e4
/mcc_generated_files/memory.h
990223056f547b91ecdc78d7379b775e1a2b93fe
[]
no_license
paulhey/SegmentDriver.X
b3114da5c4247b06d495a9898ab98335e7307b7e
8057a13a64d1e659fffd35879aaadec5dfdaefb4
refs/heads/master
2021-01-10T05:26:03.153500
2015-12-06T19:59:59
2015-12-06T19:59:59
47,473,886
0
0
null
null
null
null
UTF-8
C
false
false
6,909
h
/** MEMORY Generated Driver API Header File @Company Microchip Technology Inc. @File Name memory.h @Summary This is the generated header file for the MEMORY driver using MPLAB® Code Configurator @Description This header file provides APIs for driver for MEMORY. Generation...
[ "paulhey@gmail.com" ]
paulhey@gmail.com
41952a2c785a533a0e7776859b59445ccb035e2a
fd2837aef61176323fb6d8eb647b20debe7995f5
/CSAPP/sa-bAbi/working/185e6a9e7b.c
4d8fc5f0fa0e3ac06bf4eb08232377ee78008571
[]
no_license
callMeBigBen/CourseWork
b0ef17b5cfe07ba61404abd68812d2b56393db87
41d68c07f7b1411dbca7dc7d5e2efeceb9edee27
refs/heads/master
2020-04-10T08:18:21.617984
2019-05-22T05:26:38
2019-05-22T05:26:38
160,902,512
1
0
null
null
null
null
UTF-8
C
false
false
497
c
#include <stdlib.h> // Tag.OTHER int main() // Tag.OTHER { // Tag.OTHER int entity_8; // Tag.BODY int* entity_2; // Tag.BODY int* entity_7; // Tag.BODY entity_8 = rand(); // Tag.BODY entit...
[ "33094628+callMeBigBen@users.noreply.github.com" ]
33094628+callMeBigBen@users.noreply.github.com
0f43ad89b6228b9b8dabb1129346f276c78fee0b
f031c6d1a080484028d23cdc52e20af47d08e3b3
/ROK/src/resonances/search_resonant_frequencies.c
c6c11ff1f6023d2bc0cb0608a48d5a698e03bf0d
[]
no_license
Priscilla-/ROK
b044465087068dcc6ed7344a61581b4febffcab7
461f06169890cbc1f60ce846f47d7edb00ce6dd4
refs/heads/master
2020-11-26T16:04:53.504832
2014-12-02T16:04:52
2014-12-02T16:04:52
null
0
0
null
null
null
null
UTF-8
C
false
false
7,016
c
/*============================================================================== This routine searches the fundamental frequencies associated with a given resonant geodesic (with a fixed k*w_th + n*w_r condition), once the orbital parameters (e,p,inc) are specified. The expressions computed here are quoted in F...
[ "pcm@ast.cam.ac.uk" ]
pcm@ast.cam.ac.uk
1a74a0ec9fb48567519e6bfe6bdb95b6b4ca0dba
a08ce24c3f6876bf5661791081e34c1227a86051
/freertos-common/include-common/rtc-tegra.h
57c6eb258f249ed29314b7014f7769f9db184f67
[]
no_license
Abdob/nx_rtos
9c4c7d9d790bac2ea52aecb9d8e9592b932ec6e2
17ab979b10955c40289090706800ee348ea04bc8
refs/heads/master
2022-11-06T06:59:47.196235
2020-07-03T04:22:59
2020-07-03T04:22:59
276,805,986
0
0
null
null
null
null
UTF-8
C
false
false
2,883
h
/* * Copyright (c) 2015, NVIDIA CORPORATION. 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 c...
[ "abdo.babukr@gmail.com" ]
abdo.babukr@gmail.com
9bab7ab74aec109c6d2689ee058b9f24bebb9281
b8d1127a2f31381aedf74318760838ef0f1243f1
/hamm.c
4d816c6fb761ebbe640d33e4125c652e6d118815
[]
no_license
arbennett/rosalind
00fb2e55745540b36ba551e4e650fb212c79ec53
915026841d0d0aad24b008a5e63e96a8727ed965
refs/heads/master
2020-04-06T05:41:23.878055
2014-07-08T03:16:59
2014-07-08T03:16:59
null
0
0
null
null
null
null
UTF-8
C
false
false
1,426
c
/** * gc.c * Solution to a problem for the Rosalind project. * * Given two strings s and t of equal length, the Hamming * distance between s and t, denoted dH(s,t), is the number * of corresponding symbols that differ in s and t. See Figure 2. * * Given: Two DNA strings s and t of equal length (not exceeding 1 ...
[ "bennett.andr@gmail.com" ]
bennett.andr@gmail.com
971882fe47135cae53c5b9b697d1e55770ecd87e
44baaf803df65f43c6279ffe96db79af6c91eb96
/If Else.c
91730cc05d4d6e98e9cb252ed22970efaae4c1cd
[]
no_license
RaihanulVU/c
c7f1efb9f793ba9147f9d4adbdc4821ef4e08f32
86a66dff4e5895996eba7637d239c2c8d5fce148
refs/heads/master
2021-01-10T16:07:26.266332
2016-03-29T21:30:13
2016-03-29T21:30:13
54,958,866
1
0
null
null
null
null
UTF-8
C
false
false
278
c
#include<stdio.h> int main() { int a; printf("\n\n\t\t Enter a number:"); scanf("%d", &a); if(a%2==0) { printf("\n\n\t\t The Number is Even....."); } else { printf("\n\n\t\t The Number is Odd......"); } return 0; }
[ "raihanulvu80@gmail.com" ]
raihanulvu80@gmail.com
97ae6ca912bfa599470b678c514265634e9558c2
8fcec27c2cdad7e2b01f4b4623ef0ac26545133e
/butano/include/bn_config_game_pak.h
99669e1650486eeac39bc949ed3d350dfe037e33
[ "Zlib" ]
permissive
colorstheforce/butano
47ed5fd549afa463637c8c4a3a4219fbc9ce5b34
b068ab5fc88b0c8b0e8e09d7c28215cf718877b3
refs/heads/master
2023-01-24T20:09:46.790260
2020-12-06T20:51:13
2020-12-06T20:51:13
null
0
0
null
null
null
null
UTF-8
C
false
false
1,396
h
/* * Copyright (c) 2020 Gustavo Valiente gustavo.valiente@protonmail.com * zlib License, see LICENSE file. */ #ifndef BN_CONFIG_GAME_PAK_H #define BN_CONFIG_GAME_PAK_H /** * @file * Game Pak configuration header file. * * @ingroup game_pak */ #include "bn_game_pak_wait_state.h" /** * @def BN_CFG_GAME_PAK_P...
[ "gustavo.valiente@protonmail.com" ]
gustavo.valiente@protonmail.com
d93631ec89d1ea1fa328c152d77d8cf2924dcea0
f2f5f8f66dd119552a9f29320c294dcb0dc8c9d9
/Core/Src/stm32f4xx_hal_msp.c
16b0a5a2e977b763a47d19220722c9ee989d77c1
[]
no_license
qkiet/Test_Security_System
a6ab0bab95489c4c8ea7688443112fb313789538
3a9f642ed6321159c9a2299b3dc14a94ae40a675
refs/heads/main
2023-02-07T10:44:19.891521
2020-12-28T16:34:40
2020-12-28T16:34:40
310,301,055
0
0
null
null
null
null
UTF-8
C
false
false
3,369
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * File Name : stm32f4xx_hal_msp.c * Description : This file provides code for the MSP Initialization * and de-Initialization codes. ****************************...
[ "qkiet97@gmail.com" ]
qkiet97@gmail.com
6591882e0a55e62d4cf26bad1dec9929112d6773
71e5f96a29f5d643ab888b37677d38c33f8d765d
/d/islands/spriggans/spriggan.h
0673bba72e08558281e956b2ed0b949d401a1314
[ "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
368
h
#define PATHEXIT "/d/islands/spriggans/room/"+ #define SBEACH "/d/islands/spriggans/inherit/beach_inherit" #define SCLIFF "/d/islands/spriggans/inherit/cliff_inherit" #define GTOWN "/d/islands/spriggans/inherit/gnome_inherit" #define SCAVE "/d/islands/spriggans/inherit/cave_inherit" #define SOBJ "/d/islands/spriggans/o...
[ "law@shadowgate.org" ]
law@shadowgate.org
0282de500a96c82352448db267a1e4092e81943f
f136ca5b412f8047d26b80a7bffa4acf2946878b
/src/log.h
d0871b1304e0587ca2303fc503920f6bc125b84a
[]
no_license
HeitorRaimundoPrado/c-stock-management
9715c72b9b0cd22e0abacd55143a60292ed44a29
520f336ef3bc48fa58646369d2d59344c6d6ce6d
refs/heads/main
2023-07-01T04:15:10.102769
2021-08-09T20:31:03
2021-08-09T20:31:03
391,225,661
0
0
null
null
null
null
UTF-8
C
false
false
283
h
#ifndef C_STOCK_MANAGEMENT_SRC_LOG_H_HEADER #define C_STOCK_MANAGEMENT_SRC_LOG_H_HEADER #include <stdio.h> #include <time.h> #include <stdlib.h> /* * Function to log toWrite to debug.log file automatically */ void csmLog(char *toWrite, char* desc, char* file, int line); #endif
[ "heitorrdpp@gmail.com" ]
heitorrdpp@gmail.com
a89ca57db33a9fcb44d36ce7a08a5cc1ddb24d1f
f85ceff2ea18fffc4a51bea16fad1a442b411d6d
/pith/osdep/mimedisp.c
b146268586708373973b00128df1a135cd31f919
[ "Apache-2.0", "BSD-4-Clause-UC" ]
permissive
moenaxel/dpkg-alpine
81c081c56d5db745db6cbd1a5c519aa3c47aeb0a
1c1236536f04aac8b756f8067ff57df52ddfef81
refs/heads/master
2023-03-18T21:45:08.321584
2015-05-31T05:40:53
2015-05-31T05:40:53
null
0
0
null
null
null
null
UTF-8
C
false
false
11,800
c
#if !defined(lint) && !defined(DOS) static char rcsid[] = "$Id: mimedisp.c 942 2008-03-04 18:21:33Z hubert@u.washington.edu $"; #endif /* * ======================================================================== * Copyright 2006-2008 University of Washington * Copyright 2013-2015 Eduardo Chappa * * Licensed unde...
[ "unit193@ubuntu.com" ]
unit193@ubuntu.com
702398c5f22505d266684a7c72ddf22b62cc4e9f
014a5472a1c08188721b13c49849644bd2271986
/test/src/Input.h
673e22e74d674208a7522d2e6c8a3a1053d34216
[]
no_license
youcando2019/C_SDL_GLES2
88e99e70f746fb5f4b0dfe7674ce52e003381a47
8311588f0a0a70cab0ea6a652ff8801fafc47d05
refs/heads/master
2020-06-12T10:09:00.711046
2019-09-03T18:24:18
2019-09-03T18:24:18
194,267,416
3
0
null
null
null
null
UTF-8
C
false
false
1,078
h
#ifndef INPUT_H #define INPUT_H // Include #include <SDL2/SDL.h> // Classe typedef struct { SDL_Event m_evenements; int m_touches[SDL_NUM_SCANCODES]; // BOOL int m_boutonsSouris[8]; // BOOL int m_x; int m_y; int m_xRel; int m_y...
[ "youcando2019@gmail.com" ]
youcando2019@gmail.com
4c183df43fa2d928923d590b81a1fcd7f7636004
e5cead3b7f2aac6b4cf48c09ff03f772555c8d7a
/Pods/Headers/Private/ProjectOxfordFace/MPOAccessories.h
651de57c33acbc77473dc27319eda720ac668c03
[]
no_license
viditagrawal/faceAttend
e8e92b3aee9aca9bc2861738152f4b8b7d861f6f
e46819dfb5b8a148ff54f677164fe860b056181e
refs/heads/master
2023-04-27T19:35:59.160676
2021-05-18T05:36:07
2021-05-18T05:36:07
273,060,816
0
0
null
null
null
null
UTF-8
C
false
false
55
h
../../../ProjectOxfordFace/Pod/Classes/MPOAccessories.h
[ "vdagrawal16@gmail.com" ]
vdagrawal16@gmail.com
5363e779638c4f0308616a38f4a6d80c35f8d233
08e48fee4a423f5e74f1b3299a5f4f8397326fb0
/Rendering/OptiX/CUDA/Common.h
be387046cef3e1b8a8768aeacaf161e08cdae17b
[ "BSD-3-Clause" ]
permissive
keithroe/vtkoptix
8bcf0ff226c6eac9c7443d173131caa937387381
c5bbfa0105552af3022811a7c81efec640fb810f
refs/heads/master
2020-07-15T09:07:10.075657
2016-09-09T16:14:42
2016-09-09T16:14:42
67,068,295
0
0
null
null
null
null
UTF-8
C
false
false
261
h
#pragma once #include <optix_world.h> #define RADIANCE_RAY_TYPE 0 #define OCCLUSION_RAY_TYPE 1 struct RadiancePRD { float3 result; }; struct OcclusionPRD { float3 occlusion; }; struct IntersectionRecord { float3 N; float3 Ng; };
[ "kmorley@nvidia.com" ]
kmorley@nvidia.com
b46aa29f38abbacd276ffabdbf482e52cfa3ac76
4c4ac45dadd143c2de854a6b6087250a249f2706
/src/cores/temperpce/debug.c
51dce8c760c80565f80ba22d6dd9f3a069732994
[]
no_license
TBirdSoars/VirtuaNES
5cf9e5a88115e9d5dccfb7844ed26b00cfe50958
cc4e5fa9e003f75d8b000bb22adb37961f33bf3e
refs/heads/master
2023-05-29T13:33:35.601498
2023-05-03T03:30:47
2023-05-03T03:30:47
208,385,383
20
2
null
2020-05-08T00:52:14
2019-09-14T03:51:29
C++
UTF-8
C
false
false
12,873
c
#include "common.h" debug_struct debug; void print_segment(u8 *offset) { u32 i, i2; printf("\n "); for(i = 0; i < 16; i++) { printf("%02x ", i); } for(i = 0; i < 16; i++) { printf("\n%02x: ", i * 16); for(i2 = 0; i2 < 16; i2++) { printf("%02x ", offset[(i * ...
[ "bubble2k16@gmail.com" ]
bubble2k16@gmail.com
eec258a4c58320f4313d5622117d9ebf2e533e0b
66a0dd385b87d3396e9c940e1e3bce975e692f77
/Road Map/main.c
af78c3e6b840f27a5cef089fe8f9e99691cf6bf9
[]
no_license
mitravinda462/Road-Map
002201134fbfbb880bcd2d860994d22857a30293
8b0b0514a326ccd764a3099cd32704ca7123aeba
refs/heads/master
2023-08-02T12:56:34.115828
2021-10-09T12:34:25
2021-10-09T12:34:25
279,927,785
0
0
null
null
null
null
UTF-8
C
false
false
11,538
c
// list representation of graph #include <stdio.h> #include <stdlib.h> #include <limits.h> // A structure to represent a node in adjacency list struct AdjListNode { int dest; int weight; struct AdjListNode* next; }; // A structure to represent an adjacency list struct AdjList { s...
[ "noreply@github.com" ]
mitravinda462.noreply@github.com
bd40a6c67699a36b7fff8175f795ee0ed0612ccd
63717d81f8c5df6933d2cc5006a0adc391d1b43d
/main/simple_wifi.c
2071e6c6d982e1ed26193a380b6a726259638995
[]
no_license
lmmp/example
fe96ae7143eb0c68d7274028272352ffc8d7cdde
d7606b72c30ea950184331b7c95fb253cf45f06e
refs/heads/master
2020-04-22T20:17:58.911402
2019-02-18T05:54:49
2019-02-18T05:54:49
170,636,443
0
0
null
null
null
null
UTF-8
C
false
false
5,160
c
/* Simple WiFi Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <string.h> #...
[ "you@example.com" ]
you@example.com
6ff167d79209ac4a8ea49ec6f838c6355a61c695
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R4/contrib/toolkits/InterViews/src/InterViews/Std/time.h
1768a725ea37e3203ae0cd8ce7a9f3a18fad2c84
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-mit-old-style", "LicenseRef-scancode-other-permissive" ]
permissive
yoya/x.org
4709089f97b1b48f7de2cfbeff1881c59ea1d28e
fb9e6d4bd0c880cfc674d4697322331fe39864d9
refs/heads/master
2023-08-08T02:00:51.277615
2023-07-25T14:05:05
2023-07-25T14:05:05
163,954,490
2
0
null
null
null
null
UTF-8
C
false
false
2,169
h
/* * Copyright (c) 1989 Stanford University * * 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 that * copyright notice and this permission notic...
[ "yoya@awm.jp" ]
yoya@awm.jp
cf80b8cb3b0981380098a988fb19096c02aa28ca
af7977991477325ddc604b6d3e2ac3cb4aa29337
/FlappyBirdGame3D2.0/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Security_Cryptography_MD51573111663.h
119b9514a25652518d42d7f86e9fb8ee001d22ed
[]
no_license
jpf2141/FlappyBird3D
b824cf5fac6ca3c5739afc342b659af1f2836ab9
fe4e9c421ec8dc26a7befd620f9deaf3c6361de5
refs/heads/master
2021-01-21T13:53:25.062470
2016-05-06T02:39:28
2016-05-06T02:39:28
55,712,365
3
1
null
null
null
null
UTF-8
C
false
false
321
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Security_Cryptography_HashAlgorit_1530054766.h" // System.Security.Cryptography.MD5 struct MD5_t1573111663_0 : public HashAlgorithm_t_1530054766_0 { };
[ "jpf2141@columbia.edu" ]
jpf2141@columbia.edu
7ce48612d23d4a1db6ae8e41e9ed36898f7cea94
cfe69fc556729bdecf2118fa5bc329343c42ed80
/10.0.10240.16384/ntoskrnl/Functions/sub_521C24.c
4c1c380b808f563c544621c48563b0c2530c1b5f
[]
no_license
Myprivateclonelibrary/W10M_unedited-decomp
8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a
67b05851a3e262ff8a5d11ee50db34f28c350f16
refs/heads/main
2023-08-31T06:00:37.303105
2021-05-15T23:53:23
2021-05-15T23:53:23
null
0
0
null
null
null
null
UTF-8
C
false
false
711
c
// sub_521C24 void __fastcall sub_521C24(int a1, int a2, int a3) { int *v3; // r6 int v4; // r8 int v5; // r1 __int16 v6; // r7 int *v7; // r2 int v8; // r1 int v9; // t1 v5 = *(_DWORD *)(a1 + 20); v6 = *(_WORD *)(a1 + 4) - 4; *(_WORD *)(a1 + 4) = v6; if ( (v5 & 0xFFF) != 0 ) *(_DWORD *)(a...
[ "64583248+Empyreal96@users.noreply.github.com" ]
64583248+Empyreal96@users.noreply.github.com
d37e8c87086c4774e49a26e72f019ca0b7855e24
670a3389f27cce3e7f146a73ed062bcfacf4bf6a
/Doc microchip DM164137 Curiosity Development Board/Curiosity Demo Code/Curiosity Demo Code/183xx/PIC16F18344_Cur_v355.X/Labs/Lab02_Blink/Blink.c
6df8615b49019cc62513be3af1438bd04c0dff37
[]
no_license
ghost54770/Projet-1-DM164137.X
0ac0aec82e50a987fa1e1a3296bbeff8f18bab52
64a5874abd8e07b0a498f96f15cc46cbeec8693f
refs/heads/main
2023-05-25T19:34:39.954704
2021-06-12T17:17:38
2021-06-12T17:17:38
376,346,350
0
0
null
null
null
null
UTF-8
C
false
false
2,626
c
/** Blink Lab Source File Company: Microchip Technology Inc. File Name: Blink.c Summary: This is the source file for the Blink lab Description: This source file contains the code on how the Blink lab works. Generation Information : Product Revision : PIC10 / PIC12 / PIC16 / P...
[ "ghost54.lol@hotmail.fr" ]
ghost54.lol@hotmail.fr
d8412081bd5ba1273efb90c65fb1e195388f515f
931fe2bfb188893dfbf7aac5346b8e5d75059d86
/src/gccinlines.h
b905449def8e00f6618dc20ff930a7db16c0510e
[]
no_license
sneakernets/zdoom
fb244ccaf0cefd9d9b4c3c3c8658d20a76a0cb1d
2d896d2b47b9c752ae010049bb21e7d314d7b2dc
refs/heads/master
2021-01-22T20:59:45.931303
2014-06-17T08:25:53
2014-06-17T08:26:49
27,842,389
8
1
null
null
null
null
UTF-8
C
false
false
7,554
h
// "Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman // Ken Silverman's official web site: "http://www.advsys.net/ken" // See the included license file "BUILDLIC.TXT" for license info. // // This file is based on pragmas.h from Ken Silverman's original Build // source code release but is meant for use w...
[ "rheit@zdoom.fake" ]
rheit@zdoom.fake
1148414186704fbced24e1edec05733ea5446857
c8a412bb50338d3b4e659f809458171c47332a2b
/The Castle Gate.c
0a5d95a45eee5e295aa589451ac6917b6b6e1e7d
[]
no_license
shubhamshinde7/HackerEarth
2f91e1d393639da4af933eb265cb018f71e95e40
3d10169a68c6a4b4aa364cee39c2eb6b0f6a3b78
refs/heads/master
2020-07-29T04:05:27.448518
2016-11-14T14:30:03
2016-11-14T14:30:03
73,684,117
0
0
null
null
null
null
UTF-8
C
false
false
335
c
#include <stdio.h> int main() { int t,n,i,j,k,count=0,xo; scanf("%d",&t); for(i=0;i<t;i++){ scanf("%d",&n); count=0; for(j=1;j<n;j++){ for(k=j;k<=n;k++){ xo=10000; if(j!=k) xo=j^k; if(xo<=n) count++; } } printf("%d\n",count); } ...
[ "noreply@github.com" ]
shubhamshinde7.noreply@github.com
4b3060dff8b4f65984678666edda69c7c4091e4e
f1072da7dbff060ca7b538a81d3936571fec56ea
/src/svr/payment/svr/src/payment_svr_adapter_type.h
c0e7f9e8583e61cb3b2daf627a389a65c39eaada
[]
no_license
Hkiller/workspace
e05374d30a6f309fa8cf1de83887ccb5d22736f9
660fc5900300786d7581a850a3fefc90f8d07a93
refs/heads/master
2021-03-30T22:44:17.469448
2017-04-12T06:08:02
2017-04-12T06:08:02
125,022,632
2
0
null
2018-03-13T09:07:03
2018-03-13T09:07:03
null
UTF-8
C
false
false
2,570
h
#ifndef SVR_PAYMENT_SVR_ADAPTER_TYPE_H #define SVR_PAYMENT_SVR_ADAPTER_TYPE_H #include "payment_svr.h" typedef int (*payment_svr_adapter_init_fun_t)(payment_svr_adapter_t adapter, cfg_t cfg); typedef void (*payment_svr_adapter_fini_fun_t)(payment_svr_adapter_t adapter); typedef int (*payment_svr_adapter_send_fun_t)( ...
[ "570385841@qq.com" ]
570385841@qq.com
9710563c7c5bc5d1172a46917834a36d52c08a3c
5a6e95ea550c1ab70933db273782c79c520ac2ec
/DDK/src/input/pnpi8042/i8042str.c
660bdf0e96f2e210cf3c1da51551b2c605be6b3c
[]
no_license
15831944/Longhorn_SDK_And_DDK_4074
ffa9ce6c99345a6c43a414dab9458e4c29f9eb2a
c07d26bb49ecfa056d00b1dffd8981f50e11c553
refs/heads/master
2023-03-21T09:27:53.770894
2020-10-10T03:34:29
2020-10-10T03:34:29
null
0
0
null
null
null
null
UTF-8
C
false
false
3,853
c
/*++ Copyright (c) 1990-1998 Microsoft Corporation, All Rights Reserved Module Name: i8042str.c Abstract: These are the string constants used in the i8042prt drivers. Using pointers to these string allows for better memory utilization and more readable code Revision History: 08/26/96 - Initia...
[ "masonleeback@gmail.com" ]
masonleeback@gmail.com
714f453c9b61718e0659a8761164af49d8119766
28b2d13a903b52fab6292919302b33d791de154f
/Data Structure and Algorithm/Lab Assignments/C Programs/Queue/queue.c
5fc77d3056ef491475f04879155f10becf753e86
[]
no_license
Charvik2020/Collage-Work
f3480e2d3a54d7b0aab06e61e3de0d636aa2b5ee
fedbd558ed6800064c68beef9394befcd37d9f5f
refs/heads/master
2021-06-19T09:48:35.654132
2017-06-21T07:25:33
2017-06-21T07:25:33
66,243,315
1
0
null
null
null
null
UTF-8
C
false
false
3,659
c
/* Program for implementation of FIFO data structure (queue) */ #include "queue.h" char ch; /* temporary variable for getting i/p */ struct NODE *front=NULL; /* points to the FRONT (start) of the Q from which item may be deleted */ struct NODE *rear =NULL; /* points to the REAR (end) of the Q from whi...
[ "patelcharvik@gmail.com" ]
patelcharvik@gmail.com
bcb6b9b3f67450e33eb5c5cd5b77fcd8cd4d1eb8
1484355bb5c9bdbab8e0aedfe7370b41c6ff12b8
/Logica/Characters/PaCEman/PaCEman.c
126050555a0751d30408ccc61cd1033f68a56909
[]
no_license
RoJoSaVs/PaCE-Man
f55317bf9a460d9501a81fd607f777a70f02ae79
5b0e3487cdf56921d51bc37a5106823b55e7588f
refs/heads/master
2022-11-29T17:39:20.398448
2020-08-07T20:01:00
2020-08-07T20:01:00
282,540,101
0
0
null
null
null
null
UTF-8
C
false
false
1,954
c
#include "PaCEman.h" /*EN CASO DE SER NECESARIO ESTABLECER POR SEPARADO EL VALOR PARA LOS PAC-DOTS */ struct PaCEman createPaCEman(){ struct PaCEman Paceman = {{.posX = 23, .posY = 14}, 2, 0, false}; return Paceman; } /** * Cambia los valores en la cual se encuentra PaCEman * @param paceman * @par...
[ "noreply@github.com" ]
RoJoSaVs.noreply@github.com
1b445de1bffb07284327001d2ad1019482ae5467
c13596d37732de8466b45835b0f9c91e58a70558
/Pods/Headers/Private/XLPhotoBrowser/SDWebImageManager.h
429a73cec19067a3cf97961ab6af4166ead87cdf
[]
no_license
zqkgit/BigShow1949
319d4140b1058b78ff3b9896e0a87f000fded0ab
8328fa2c7197e68fdf582fa820f48b89f58bae73
refs/heads/master
2020-03-22T08:42:46.747763
2018-06-30T03:48:11
2018-06-30T03:48:11
139,785,569
1
0
null
2018-07-05T02:33:14
2018-07-05T02:33:14
null
UTF-8
C
false
false
70
h
../../../XLPhotoBrowser/Pods/SDWebImage/SDWebImage/SDWebImageManager.h
[ "1029883589@qq.com" ]
1029883589@qq.com
f890abc771fea1edf74a27df998f11313a4c4696
1ca76f254bca397b38caec2621a96388867c69dc
/linux/iio/adc/stm32-dfsdm-adc.h
e7dc7a542a4ee785cb4df891536b5f61df2387b4
[ "Unlicense" ]
permissive
gameslayer12/system_call
3a79d6e59c345ad954437dffece8e572b58c7631
36d4789b17409e9a995f97bde2e44e7131ecc434
refs/heads/master
2020-08-08T12:17:56.354786
2019-10-12T03:16:10
2019-10-12T03:16:10
213,830,368
0
0
Unlicense
2019-10-09T05:41:56
2019-10-09T05:41:53
null
UTF-8
C
false
false
509
h
/* SPDX-License-Identifier: GPL-2.0 */ /* * This file discribe the STM32 DFSDM IIO driver API for audio part * * Copyright (C) 2017, STMicroelectronics - All Rights Reserved * Author(s): Arnaud Pouliquen <arnaud.pouliquen@st.com>. */ #ifndef STM32_DFSDM_ADC_H #define STM32_DFSDM_ADC_H int stm32_dfsdm_get_buff_cb...
[ "kyeung5@mail.sfsu.edu" ]
kyeung5@mail.sfsu.edu
d1792c32001143182ab79963a8684548baa38e49
1e07cd2493f065aee1af9d86add2585f4abb54d4
/chapter4/connect-demo.c
aa4c4373309b8e70bdebd2f3717e6bb4fab43981
[ "MIT" ]
permissive
foolishflyfox/UNP-experiment
fda967e6b383b1b27a56ee72002b9fd1cb460b7b
7c4aad60b69bb4b5acfe469f8ee714e2b6f2e3fd
refs/heads/master
2022-12-09T06:09:23.280794
2020-09-11T03:53:28
2020-09-11T03:53:28
255,194,138
2
0
null
null
null
null
UTF-8
C
false
false
921
c
// connect-demo.c #include <stdio.h> #include <sys/socket.h> #include <arpa/inet.h> #include <netinet/in.h> #include <time.h> #include <strings.h> #include <stdlib.h> #include <errno.h> int main(int argc, char *argv[]){ if(argc!=3){ fprintf(stderr, "Usage: %s ip port\n", argv[0]); exit(1); } ...
[ "fenghuabin1992@163.com" ]
fenghuabin1992@163.com
cb59ee909491dee83c4c176494b2fcfa6a5b3621
f5d3ab8d6bd3fd6f6d2cdbbce6760fdc4c2bc0c3
/b.c
c48805352e6a18db276f32efacc842db7a08c744
[]
no_license
S-rajalakshmi/sample_repo_1
e16bfa9d7751cbf6e89330eeb72896b3f7010f0c
54f3ca0227013afa3ebc79c293ccb9d5141b5c04
refs/heads/master
2021-01-10T16:16:06.763888
2016-03-23T10:00:05
2016-03-23T10:10:23
54,552,874
0
0
null
null
null
null
UTF-8
C
false
false
56
c
#include<stdiodsmsdlmsd dsfsldfmsdf dsfsdfsdf sdfsdfsdf
[ "raji.mecse@gmail.com" ]
raji.mecse@gmail.com
446421100523bd9de8c652cce3c82340158a193a
ab56f881e1320dbe4a63a235fe1e7a2c7a85d32c
/bonus libft/ft_lstadd_back.c
527390c446050b03059391033c4602e831ec8a53
[]
no_license
loccupy/libft
67cd39ec45c64fac833acb49b3c99a8c3477e558
45c6f1f0bd6b492931614391d766c543d57a5aa4
refs/heads/master
2023-05-27T16:02:31.371081
2021-06-18T07:41:51
2021-06-18T07:41:51
378,071,876
0
0
null
null
null
null
UTF-8
C
false
false
163
c
#include "libft.h" void ft_lstadd_back(t_list **lst, t_list *new) { t_list *t; if (*lst) { t = ft_lstlast(*lst); t->next = &*new; } else *lst = new; }
[ "loccupy@pr-p5.kzn.21-school.ru" ]
loccupy@pr-p5.kzn.21-school.ru
4a4ad72468d6c9db0c0fde9d3ce0db9e5dde8a4c
fa5f92c088fbf3f83f5845b87acf2ebec2bc0ea3
/esercizi/simpletron/v2/memory.c
1f4f904ec0998b24e2ff27aaa9bc962cd644d02d
[]
no_license
FabioZTessitore/laboratorio
467022fec5d795ddda788c9b8d71bfe070f907bf
7a561e7b301468000dd3bf79a9130d6cbec4a695
refs/heads/master
2022-04-26T10:39:28.755696
2022-03-15T18:03:29
2022-03-15T18:03:29
77,329,068
17
8
null
2017-01-21T16:17:22
2016-12-25T14:18:15
C
UTF-8
C
false
false
1,019
c
/* memory.c */ #include <stdio.h> #include <string.h> #include "memory.h" int memory_addressCheck(int address); Memory memory_make(void) { Memory aMemory; memset(aMemory.cells, 0, sizeof(int)*MEMORY_SIZE); return aMemory; } int memory_get(const Memory * const pMemory, const int address) { if (memory_addr...
[ "fabioztessitore@gmail.com" ]
fabioztessitore@gmail.com
94c3fb27f64aa09c203c27cd5f1133b5c67e8fe9
5482779701358ccb6cdf39f9e1d114958d32c40b
/lib/libft/ft_strcpy.c
fbe428c88ec519677aefa8e80379727d35cdb4c1
[]
no_license
guysharony/cub3d
43137601f6565a7a40e8a08e0ee7e89e7b454d5a
c36f4006932559e782f99ec848c43e66d0952ea7
refs/heads/master
2022-04-05T23:08:47.442798
2020-01-26T19:02:51
2020-01-26T19:02:51
219,717,093
0
0
null
null
null
null
UTF-8
C
false
false
1,081
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcpy.c :+: :+: :+: ...
[ "sharonyguy@gmail.com" ]
sharonyguy@gmail.com
3f8624b9fe0e5333a1d3c98836b29f4ca541b94e
60f3a0d76e9442c1a3aa317981b9e533e3ddecfd
/Code/CORE/CORE_COMMON/CORE_Memory.C
46ed37968ea16b867dcf3111c2de8610b6050805
[]
no_license
lancangyi/RN1503
f1ca9624d5cc6543a1c0d73dc29e655c97cf55e6
5e18b832becf5ada2b08588f39ff94e06746f786
refs/heads/master
2020-04-08T08:07:59.597880
2018-11-26T12:50:13
2018-11-26T12:50:13
159,166,647
1
0
null
null
null
null
UTF-8
C
false
false
9,761
c
/*----------------------------------------------------------------------------- * Filename: CORE_MEMORY.C For Chipset: ITE.IT85XX * * Function: Memory Definition for extern all code base reference * * [Memory Map Description] * * =Chip Internal= 0x00-0xFF * 0x00-0xFF For Kernel and Chip Level use * **...
[ "1163369458@qq.com" ]
1163369458@qq.com
79395477c06434b3a91796a0aad99e98fed9de6c
309a9f46785b7a9417baa50d2dae7b7f452f4fda
/libft/ft_lstdelone.c
4888fca95feaa96e0d61a0a289195ca8f624a732
[]
no_license
Orycterope/corewar
275c88d509289d1e4cea3ebb340d35faab73b17d
385f045ff90bb4c8d9e314a4e2bf9ab5b252a0f2
refs/heads/master
2021-01-10T15:55:15.118852
2019-03-16T13:42:08
2019-03-16T13:42:08
53,338,833
2
0
null
null
null
null
UTF-8
C
false
false
1,084
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstdelone.c :+: :+: :+: ...
[ "tvermeil@student.42.fr" ]
tvermeil@student.42.fr
bb8b3feac53845d646ab63dcab2646e78369b200
049e4d99262b191affd381507bf31898e3c4edbf
/UEFI/vUDK2017/Build/MdeModule/DEBUG_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/AutoGen.h
a75350776dc90d75f3b71f50311d68ef9fcce6e5
[ "BSD-2-Clause", "OpenSSL" ]
permissive
campital/SerranonOS
aecdb19e126efc9bc8987463a1e392d0c6bbcaee
62ad737e7a9109211833f268f41a5acd7777daca
refs/heads/master
2021-09-05T09:33:13.222811
2018-01-26T01:43:58
2018-01-26T01:43:58
115,940,750
2
0
null
null
null
null
UTF-8
C
false
false
8,804
h
/** DO NOT EDIT FILE auto-generated Module name: AutoGen.h Abstract: Auto-generated AutoGen.h for building module or library. **/ #ifndef _AUTOGENH_9B3ADA4F_AE56_4c24_8DEA_F03B7558AE50 #define _AUTOGENH_9B3ADA4F_AE56_4c24_8DEA_F03B7558AE50 #ifdef __cplusplus extern "C" { #endif #include <Base.h> #i...
[ "33563097+campital@users.noreply.github.com" ]
33563097+campital@users.noreply.github.com
ca8f111324c18205d8e9f5b198313cd8cb7a6d93
bd6f75569c79cdd3aed5ea64e52d413c5ccb2fe0
/core/src/xmake/os/islink.c
1bc53a9f45124d0c1237d0f83efe9b98a3f0e19d
[ "MIT", "Apache-2.0", "CC-PDDC", "LicenseRef-scancode-public-domain", "Unlicense" ]
permissive
codehz/xmake
e01bccb1bc58e44dd3b255809e3498cad5747048
77c589d08366ec183f03e54106f0899ec127feb9
refs/heads/master
2020-11-25T07:49:57.320594
2019-12-15T07:43:18
2019-12-15T07:43:18
228,563,386
1
0
Apache-2.0
2019-12-17T07:56:54
2019-12-17T07:56:53
null
UTF-8
C
false
false
1,795
c
/*!A cross-platform build utility based on Lua * * 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...
[ "waruqi@gmail.com" ]
waruqi@gmail.com
1175000e15aacf39ff2dbbf4ed3fe744c5418b6c
7d2dc91c7635648132af8c8e455c9b3f138e4572
/randunif.c
5cfa9cbec67cb8ec62509be535ff92d22b2f7d25
[]
no_license
bradduthie/Inbreeding
d3cdf7bc019b243b73844971a2fdd9920b9b41bb
38c4a4c119939cc063d9e4040279df59fa5cb808
refs/heads/master
2020-12-28T21:16:40.450879
2016-08-04T14:21:02
2016-08-04T14:21:02
47,828,744
2
0
null
null
null
null
UTF-8
C
false
false
646
c
/***************************************************************/ /* Program: randunif.c By: Brad Duthie Description: Will produce a uniform distributed random number Compile: gcc randpois.c -ansi -Wall -pedantic */ /**********************************************...
[ "brad.duthie@gmail.com" ]
brad.duthie@gmail.com
95a35f77539889055fa8ecef0dcf4e83a81bf47a
10a4151ad6143d75a000b2c71957e2b698f704fa
/3052.c
f3ba12cbb507bbf96a51432841fa2d177b0385c8
[]
no_license
Yabby1997/Baekjoon-Online-Judge
2f811507be6d725bfcf33c1e1dd2ccbf052fba47
3aa74d89f8accc98fbcdba1bf705d5291a80178c
refs/heads/master
2021-12-30T02:53:56.897972
2021-12-26T07:18:46
2021-12-26T07:18:46
231,369,092
0
0
null
null
null
null
UTF-8
C
false
false
374
c
#include<stdio.h> int main(){ int remainderArray[42] = {0, }; int counter = 0; for(int i = 0; i < 10; i++){ int tempIn; scanf("%d", &tempIn); remainderArray[tempIn%42]++; } for(int i = 0; i < 42; i++){ if(remainderArray[i] != 0) counter++; }...
[ "yabby1997@gmail.com" ]
yabby1997@gmail.com
eccb3aca8c22e38f87ddb6ef10b3c7ad82920a77
418ddcb9d9fdba672ab76c77540e1ef5c6cdad63
/Analyzers/macros/MakeTDRPlots.C
4a4d22e542892673faf73ee898eb51028c79ccaf
[]
no_license
nickmccoll/ME0Analysis
483ea8925456370907c5cef1a301cbcb221c2cd9
be5e16cfec40cb2e09aaed19f85974756ec0f8fe
refs/heads/master
2022-03-04T02:57:57.536356
2019-10-03T16:38:24
2019-10-03T16:38:24
74,914,355
0
1
null
null
null
null
UTF-8
C
false
false
18,482
c
#if !defined(__CINT__) || defined(__MAKECINT__) #include "TLatex.h" #include "TString.h" #include "TFile.h" #include "TString.h" #include "TLine.h" #include "HistoPlotting/include/Plotter.h" #include "HistoPlotting/include/PlotTools.h" #include <iostream> #include "TGraphAsymmErrors.h" #include "HistoPlotting/include/...
[ "nickmccoll@gmail.com" ]
nickmccoll@gmail.com
3c46633f1834ced3cce24c689b371f46b3513270
99fd76e27e8c0af2c53f6cb2f71d652d65573ca0
/nemu/src/cpu/exec/arith/mul-template.h
1b779ad1ad8b460f1427653c88de2ed4a86cd499
[]
no_license
Rshcaroline/FDU-ics2015-Nemu
ce1397fbd4ee3d3c9532216723b241b89a7b970e
7e6ebb6139b2aa65eaf612668275783636bdd8df
refs/heads/master
2021-01-25T06:07:24.476435
2017-06-06T15:07:09
2017-06-06T15:07:09
93,531,906
2
1
null
null
null
null
UTF-8
C
false
false
566
h
#include "cpu/exec/template-start.h" #define instr mul static void do_execute() { uint64_t src = op_src->val; uint64_t result = REG(R_EAX) * src; #if DATA_BYTE == 1 reg_w(R_AX) = result; #elif DATA_BYTE == 2 REG(R_EAX) = result & 0xffff; REG(R_EDX) = result >> 16; #else REG(R_EAX) = result & 0xffffffff; REG(R_...
[ "rshcaroline@163.com" ]
rshcaroline@163.com
a6169e5f80f4c1df2334113b99c5cc6bdb3f6b26
ab8908ce5bf2b95656f837b87dea886793cec9e0
/code/glucose-syrup-4.1/core/Constants.h
6127577309a131c3b919d70933cd2bbbbe5eed52
[ "MIT" ]
permissive
derflallys/DMCoca
2724d5f7b3e543c25e8213aec39256e103f3f4ff
4211c708f0ce30e1d52b7c2a4725844992b88a91
refs/heads/master
2020-04-02T00:19:12.901752
2018-11-08T18:03:17
2018-11-08T18:03:17
153,798,804
0
0
null
null
null
null
UTF-8
C
false
false
3,267
h
/***************************************************************************************[Constants.h] Glucose -- Copyright (c) 2009-2014, Gilles Audemard, Laurent Simon CRIL - Univ. Artois, France LRI - Univ. Paris Sud, France (2009-2013) ...
[ "guillaume.ned33@gmail.com" ]
guillaume.ned33@gmail.com
9cdba4caa50a1c6928ebfc337a31550c9c9ccb7f
87eb2cd82ea5b617f359989a95589db76fd1d812
/archive/master/v0.0.4-721-gc27ca25/arty/base/picorv32.minimal/software/include/generated/git.h
1f6955c60f6e432fe876eb0384968dddf49b8a24
[ "MIT", "BSD-2-Clause" ]
permissive
timvideos/HDMI2USB-firmware-prebuilt
d6872785c7b97d5a1a2fe3418458824d944c3f37
bf8ee7bf8ec3569980b02ab39c9700bf4b9ce5a9
refs/heads/master
2023-05-04T14:30:57.741336
2020-01-30T16:52:41
2020-01-30T16:52:41
11,761,544
9
14
null
2018-04-27T21:25:04
2013-07-30T09:33:09
Verilog
UTF-8
C
false
false
372
h
//-------------------------------------------------------------------------------- // Auto-generated by Migen (0d0e17a) & LiteX (02bfda5e) on 2020-01-30 16:29:47 //-------------------------------------------------------------------------------- #ifndef __GENERATED_GIT_H #define __GENERATED_GIT_H #define MIGEN_GIT_SHA1...
[ "robot@timvideos.us" ]
robot@timvideos.us
058046998a7f71f571f232dfc963a9bfc0f02280
be2a4b8d0baac4aaa7073f380d89bb3cd85867e6
/includes/minirt.h
3a17db65762497f9724562a9518e96b46d68d86b
[]
no_license
cos18/miniRT
cc93d472c4bffa8f02d1047a14e41531be4431ca
2002bc9218c5d5be3a636df1667573d5a598c836
refs/heads/master
2023-01-11T06:27:14.388691
2020-11-10T16:18:11
2020-11-10T16:18:11
276,921,859
1
1
null
null
null
null
UTF-8
C
false
false
4,088
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* minirt.h :+: :+: :+: ...
[ "codest99@gmail.com" ]
codest99@gmail.com
9f1f29848ab2ad836ad4307420cdf92db6613d9b
243af6f697c16c54af3613988ddaef62a2b29212
/firmware/uvc_controller/mbed-os/targets/TARGET_STM/TARGET_STM32L5/STM32Cube_FW/STM32L5xx_HAL_Driver/stm32l5xx_ll_comp.h
de9d997d0584dca16c843cdd3d2eafa3acdcfc63
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "MIT" ]
permissive
davewhiiite/uvc
0020fcc99d279a70878baf7cdc5c02c19b08499a
fd45223097eed5a824294db975b3c74aa5f5cc8f
refs/heads/main
2023-05-29T10:18:08.520756
2021-06-12T13:06:40
2021-06-12T13:06:40
376,287,264
1
0
null
null
null
null
UTF-8
C
false
false
33,083
h
/** ****************************************************************************** * @file stm32l5xx_ll_comp.h * @author MCD Application Team * @brief Header file of COMP LL module. ****************************************************************************** * @attention * * <h2><center>...
[ "13125501+davewhiiite@users.noreply.github.com" ]
13125501+davewhiiite@users.noreply.github.com
f0da7b5ef18ac74671db49e3ec4e18dfe59e3744
57091f6b809027a73ab49ecf4931153c93701d6a
/linux/7f26a24b2791b871bc2a.c
1541eaa04e065ed935da4c222a4b47346acbfa75
[ "Apache-2.0" ]
permissive
dvyukov/syzkaller-repros
660997cfa055d79a552bb9ebeda90b48e1599df3
026c8891a19e672bba71481be250080e1a302ed8
refs/heads/master
2022-06-01T18:03:25.480964
2022-05-16T07:36:42
2022-05-16T07:39:01
213,603,012
39
11
Apache-2.0
2022-05-16T07:39:02
2019-10-08T09:36:27
C
UTF-8
C
false
false
7,469
c
// INFO: task hung in nbd_add_socket (2) // https://syzkaller.appspot.com/bug?id=7f26a24b2791b871bc2a // status:0 // autogenerated by syzkaller (https://github.com/google/syzkaller) #define _GNU_SOURCE #include <dirent.h> #include <endian.h> #include <errno.h> #include <fcntl.h> #include <pthread.h> #include <signal....
[ "dvyukov@google.com" ]
dvyukov@google.com
a9119d7b5c40f6d4b37ce47e0335d6a4dccc653f
03dbe33628068153ade426a0f1d98372a90eb47c
/Wifi_Module/src/ESP8266_PROG.c
c52b624b1d53ce527a55afbaf380ec7a8f10d813
[]
no_license
Abdelrahmanhossam777/STM32F103C8T6
7a5ced8ce927c2684a7c57ffbf91174e22d9c277
d114faf46977cd9260d6f769079beed4b877c9c8
refs/heads/master
2023-02-14T18:43:30.119977
2021-01-11T14:53:03
2021-01-11T14:53:03
300,831,169
1
0
null
null
null
null
UTF-8
C
false
false
4,391
c
/***************************************************************************************/ /**************************** IMT School Training Center ******************************/ /***************************************************************************************/ /** This file is developed by IMT School training ...
[ "61624734+Abdelrahmanhossam777@users.noreply.github.com" ]
61624734+Abdelrahmanhossam777@users.noreply.github.com
40bfbe2d899d3e9831e7a47b0b897d3794f7ae5d
63b4a698bc22fd54857c8fa097b1331f79c39e5a
/src/gdb/gdb-7.11/gdb/amd64fbsd-nat.c
63a7197459fc94393db68c6d3f26604842a1220b
[ "Apache-2.0", "GPL-3.0-or-later", "GPL-1.0-or-later", "GPL-3.0-only", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer", "AGPL-3.0-or-later", "LGPL-3.0-only", "LGPL-2.0-or-later", "LicenseRef-scancode-other-copyleft", "GPL-2.0-only", "LGPL-2.0-only", ...
permissive
MinimSecure/unum-sdk
67e04e2b230f9afb3ae328501a16afa4b94cdac6
30c63f0eccddba39a760671a831be3602842f3f4
refs/heads/master
2023-07-13T07:33:43.078672
2023-07-07T13:52:05
2023-07-07T13:52:05
143,209,329
33
22
Apache-2.0
2021-03-05T22:56:59
2018-08-01T21:13:43
C
UTF-8
C
false
false
9,543
c
/* Native-dependent code for FreeBSD/amd64. Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. 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 ve...
[ "denis.bakin@minim.co" ]
denis.bakin@minim.co
5e0353d444476f9330748d9e459a130602f716ab
c97d2b0845a6e812911b90437106239a19277c34
/swapfun.c
90c29957138101229cf4b5928b6118d9ec86e7e7
[]
no_license
pradnya39/C-Program
7e8da9f249647918ef9dedd55cde55bf8085aaeb
b6355638dfd75562761b89ffe6cd1efd069dcaf9
refs/heads/main
2023-06-17T07:39:08.568264
2021-07-18T16:58:57
2021-07-18T16:58:57
387,224,594
0
0
null
null
null
null
UTF-8
C
false
false
226
c
#include<stdio.h> void swap(int,int); int main() { int a=10,b=20; printf("\n before swap a=%d b=%d",a,b); swap(a,b); printf("\n After swap a=%d b=%d",a,b); } void swap(int a,int b) { int t; t=a; a=b; b=t; }
[ "noreply@github.com" ]
pradnya39.noreply@github.com
a6fa52d1bd55584885e0ddc6e226cd778aea508a
7e15909f1baf545706380fae21e882bbd68cf889
/Src/stm32f4xx_hal_timebase_TIM.c
16e820d4397f269c0b994b2cb287a80b61ef7039
[]
no_license
hakanaydn/stm32_dimmer_zero_crossing
077f87484a36d0f5467567362b0ad08a85b3c2d7
bed3160b8022a1dd9e942e96f7e47f6cc7b6302b
refs/heads/master
2021-05-17T16:20:14.909482
2020-03-07T11:44:50
2020-03-07T11:44:50
250,868,528
0
0
null
null
null
null
UTF-8
C
false
false
5,768
c
/** ****************************************************************************** * @file stm32f4xx_hal_timebase_TIM.c * @brief HAL time base based on the hardware TIM. ****************************************************************************** ** This notice applies to any and all portions of ...
[ "aydinhakan91@gmail.com" ]
aydinhakan91@gmail.com
379230b6a8cd3c6f206ea8500fd01df2c1e9d03b
5c255f911786e984286b1f7a4e6091a68419d049
/code/bbf7c354-fd42-4e50-97ef-99aff0d141c5.c
4c68017d4b75e504e54dbc5bd1319abada3acbca
[]
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
229
c
#include <stdio.h> int main() { int i=0; int j=12; int k; int l; i = 53; l = 64; k = i/j; l = i/j; l = l/j; l = j-j; l = k-4*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
0b626c8af3752ec44655a330e2c96bcd2497ac9b
1ad4dd5261a185f3cf92d7fd3226de28679747c5
/kernel/sound/soc/sh/hac.c
624aaf569feff86a042056a15da5a7557636fae9
[ "Linux-syscall-note", "GPL-2.0-only", "MIT" ]
permissive
oslab-swrc/libmpk
b30c8fa2eea834a8ab441fdd9f7789296781ec17
a0b20ab8819d60d22d2a90f0d54eccae40ae6b05
refs/heads/master
2022-05-01T01:36:07.491532
2022-03-18T05:44:14
2022-03-18T05:44:14
223,290,854
0
0
MIT
2019-11-22T00:30:13
2019-11-22T00:30:12
null
UTF-8
C
false
false
8,185
c
/* * Hitachi Audio Controller (AC97) support for SH7760/SH7780 * * Copyright (c) 2007 Manuel Lauss <mano@roarinelk.homelinux.net> * licensed under the terms outlined in the file COPYING at the root * of the linux kernel sources. * * dont forget to set IPSEL/OMSEL register bits (in your board code) to * enable...
[ "spark720@gatech.edu" ]
spark720@gatech.edu
77e94924b2c8ad71307b13dca7d1ce9a07385e75
4d48900772a8c7f6e2b37b17800c6adcecdb6757
/GDAL/include/H5HFprivate.h
790f5ea4594e8941a1d919addd97fb064a611642
[ "LicenseRef-scancode-unknown-license-reference", "MIT", "Zlib", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
boltej/Envision
42831983d5cf04dfc98b5ea95722e29472af3ca6
eb90284c03ac709fd99e226834821b09eb9e50e6
refs/heads/master
2023-08-09T02:24:34.509337
2023-07-19T17:32:49
2023-07-19T17:32:49
179,588,778
5
4
null
2022-11-29T17:19:52
2019-04-04T22:55:26
C++
UTF-8
C
false
false
6,589
h
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
[ "john.bolte@oregonstate.edu" ]
john.bolte@oregonstate.edu
60240e2187648425f5561ed51816122968061b37
3cf6bb62295c532fc0bbe83892035a73798288b7
/vendor/qcom/proprietary/qzhost/quartz-host/quartz/serializer/genedit_files/host/qapi_zb_cl_wincover_host_cb.c
3e7404e390954b7142db83757ca06a2c9fb3086b
[]
no_license
qiangzai00001/QuectelShare
4698c270fde9b2a3fb88f9633302553582a34a8c
92fbb0f6117219f63b3a83887e16e4f8335ab493
refs/heads/master
2022-12-14T20:21:13.450593
2020-01-14T04:56:44
2020-01-14T04:56:44
null
0
0
null
null
null
null
UTF-8
C
false
false
839
c
/* * Copyright (c) 2018 Qualcomm Technologies, Inc. * All Rights Reserved. * Confidential and Proprietary - Qualcomm Technologies, Inc. */ #include <string.h> #include "qsCommon.h" #include "qsHost.h" #include "qsCallback.h" #include "qapi_zb.h" #include "qapi_zb_cl_wincover_host_cb_mnl.h" #include "qapi_zb_cl_winc...
[ "tommy.zhang@quectel.com" ]
tommy.zhang@quectel.com
de145da4bf7680bb92e495b5b36bc93f489e2ff1
3e25441387dc3f6e387a113d8efe01f650835725
/Application/PavpProvision/PavpProvision.c
591315b1d6f2c571cf1613214605411ceebb8d0c
[ "BSD-3-Clause" ]
permissive
phonex34/OpenCorePkg
50f590bc0db94f252d1858c128e1360f589b0d71
32a5dd1053614c5cc141810e93eae35585cdf727
refs/heads/master
2022-06-09T15:43:01.864664
2020-05-06T00:41:08
2020-05-06T00:41:08
261,667,812
1
0
BSD-3-Clause
2020-05-06T06:09:31
2020-05-06T06:09:31
null
UTF-8
C
false
false
15,616
c
/** @file Provision EPID key. Copyright (c) 2019, vit9696. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/li...
[ "vit9696@users.noreply.github.com" ]
vit9696@users.noreply.github.com
9007960bd946526c1dcbdf6d1d2e8f5088e9ac6c
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE675_Duplicate_Operations_on_Resource/CWE675_Duplicate_Operations_on_Resource__open_64a.c
4adfeef0233b9ae750e0e3b62042d0640b9be6b4
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
3,093
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE675_Duplicate_Operations_on_Resource__open_64a.c Label Definition File: CWE675_Duplicate_Operations_on_Resource__open.label.xml Template File: sources-sinks-64a.tmpl.c */ /* * @description * CWE: 675 Duplicate Operations on Resource * BadSource: Open and clos...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
673985733bc9cd6bc7745e8fb5ba3daf6e0f3326
fbe0fd5d790b7e34d92339d939d910770fce0e71
/libbsp/c6678/drivers/drv/pa/pa.c
7e55d8041da92eb36d0998a4f8116fc8f3d9eb5a
[]
no_license
Maxul/ArchMinix
59c089bf372ec03c18ecf8962f847e7394bf1584
1928c72539eb075c2e04e4829148ae0a9020f897
refs/heads/master
2023-04-27T16:13:42.502697
2023-04-16T01:51:04
2023-04-16T01:51:04
84,574,223
9
0
null
null
null
null
UTF-8
C
false
false
178,133
c
/****************************************************************************** * FILE PURPOSE: Main Routines for PA LLD ****************************************************************************** * FILE NAME: pa.c * * DESCRIPTION: Main PA LLD functions * * FUNCTION DESCRIPTION * ...
[ "lmy2010lmy@gmail.com" ]
lmy2010lmy@gmail.com
8ec463e1806d2fbbaa8a933d9ac751e71e015a8f
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/cc33b35d-5c13-4282-9855-a916392d2d18.c
790fa4d7e934938cb591719adb3c881b1094e6aa
[]
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
556
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l%j; l = l%j; l = l-j; k = k-l*i; //variables /* START VULNERABILITY */ int a; long b[99]; long c[78]; a = 0; do { /* S...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
095b505d8d932a0509e1885ecb4d76095059f162
3286f38f37da2b40eaeb3664d5d55e27b0c31bf3
/training_data/s8n_16384_sub_4.c
12af87612b81c863a261ea85338c8cd01e87ac40
[ "BSD-3-Clause" ]
permissive
intel/neuro-vectorizer
e20e207c2fbd934bbe3bd8c6182a762c4733343c
28b65ab7cdcbae81b7e379e628bbf3bf85211000
refs/heads/master
2023-06-02T16:54:02.487191
2023-01-07T00:10:24
2023-01-07T00:10:24
219,954,590
79
35
BSD-3-Clause
2020-05-23T01:52:24
2019-11-06T09:04:15
C
UTF-8
C
false
false
2,017
c
/* Copyright (c) 2019, Ameer Haj Ali (UC Berkeley), and Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this ...
[ "ameerh@berkeley.edu" ]
ameerh@berkeley.edu
4fea36f80da3423b47a9ff1117461e655a1b4739
8f5886bd2bb2fcf8720d8fe59a07388d465cfc91
/src/ctrl/ctrl.c
2d8528fe0daaad561fac6e42de7773c88a30c6a9
[]
no_license
anlaneg/application
26efe590fd5dbccef2ca2e699335b78b2b6c10ff
3335b447ef2c0b438fd4d47be08ca8d512bd1e40
refs/heads/master
2020-03-25T03:50:00.811388
2019-08-17T15:23:40
2019-08-17T15:23:40
143,362,407
0
0
null
null
null
null
UTF-8
C
false
false
912
c
/* * ctrl.c * * Created on: Aug 24, 2018 * Author: anlang */ #include <stdint.h> #include <stdbool.h> #include <assert.h> #include <linux/netlink.h> #include <inttypes.h> #include "../arp/karp_table.h" #include "../route/kroute_table.h" #include "event2/event.h" #include "event2/event_struct.h" #include "c...
[ "anlaneg@126.com" ]
anlaneg@126.com
e7e77191e0da0a47bd437785a137cd8b976903e5
9f951b6669106530c9d90077995338674193ce76
/src/lexer.c
51db21d8644503b128041766a52979cb8ba09059
[]
no_license
kounelios13/helix
f513a1e19f170a43ed37ddcfff6ae0fd69cb2c9e
961c10361960a32d58b5aad3884b28e231239a14
refs/heads/master
2021-06-07T14:26:05.837745
2016-11-06T20:12:22
2016-11-06T20:12:22
null
0
0
null
null
null
null
UTF-8
C
false
false
2,909
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include "core.h" #include "constructs.h" #include "error.h" #include "regex.h" extern int line; extern int chr; extern char *source; extern long source_size; void eat_space(void) { infinite { if (source[chr] == ' ' || source[chr] == '\t') { ++chr; ...
[ "imbrianseymour@gmail.com" ]
imbrianseymour@gmail.com
653b957633604384dfa6fd5410f4c0a17ffb5699
74437898d1e405a0b58df98321e2d03d43b2ce29
/Leetcode/RomantoInteger/RomantoInteger.c
e24977ee2e27d84b1e60a69c478ad2057d8c3386
[]
no_license
lp4083331/WorkAlgorithm
33a219c7cf1806cd714850f8cacfd4860faf0ecd
651c3c24bf66fbf66e8fcd273b576c520ca5c449
refs/heads/master
2021-01-21T10:33:37.011633
2017-03-08T13:46:31
2017-03-08T13:46:31
83,446,898
0
0
null
null
null
null
UTF-8
C
false
false
757
c
#include <stdlib.h> #include <stdio.h> int to_number(char s) { switch (s) { case 'I': return 1; case 'V': return 5; case 'X': return 10; case 'L': return 50; case 'C': return 100; case 'D': return 500; case 'M': return 1000; } return 0; } int r...
[ "lipeng@163.com" ]
lipeng@163.com
a581ab82f3e9ae8b703bc5a9f96e9db4ed49449f
6a4fc0dedff6029c70c33bd4fcde6fe6547987c0
/Mine_Clearance2.c
0f8aff8399d04455e3e1ee54f07873073e117772
[]
no_license
NTK3H/Mine_Clearance
afefe4d04be11e57523ad093f970163c6ee20796
4bdaec733e3457ce08c972d449dbcd0179893111
refs/heads/master
2020-03-28T22:12:00.866453
2018-10-05T11:54:50
2018-10-05T11:54:50
149,212,734
3
0
null
null
null
null
GB18030
C
false
false
22,981
c
#include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> typedef struct _Console_Mouse_Click_Event { unsigned int Button:2; unsigned int DoubleClick:1; COORD cPos; } MCE; int Mouse_ReadConClickEvent(MCE *m) { INPUT_RECORD inRec; DWORD nRead; ReadConsoleInput(GetStdHandle(STD...
[ "noreply@github.com" ]
NTK3H.noreply@github.com
2dd3364bcd462a75c4e58ff81a843c4520f3afc5
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R5/contrib/examples/OReilly/Vol4/ch12/xdialog.c
636864c545dc66528ad12146031a9a7813d24c47
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-permissive" ]
permissive
yoya/x.org
4709089f97b1b48f7de2cfbeff1881c59ea1d28e
fb9e6d4bd0c880cfc674d4697322331fe39864d9
refs/heads/master
2023-08-08T02:00:51.277615
2023-07-25T14:05:05
2023-07-25T14:05:05
163,954,490
2
0
null
null
null
null
UTF-8
C
false
false
5,087
c
/* * Copyright 1989 O'Reilly and Associates, Inc. * See ../Copyright for complete rights and liability information. */ /* * xdialog.c */ /* * So that we can use fprintf: */ #include <stdio.h> /* * Standard Toolkit include files: */ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> #include <X11/S...
[ "yoya@awm.jp" ]
yoya@awm.jp
2a87aa4d2d9fdd4a6a596199f0fcdb746ba2e9c5
46f9043de3cd72328e2d5734d79a53dfab8f5591
/algs4/sort/heapsort.c
ce47d9b33c234b25d58db459c1aa6b04b22c4043
[]
no_license
bycool/programming
cc32715d6c499e1ec22264e52ba25320ebab52cf
964c8d3371d85433634932a327819a64e2f16e58
refs/heads/master
2021-06-16T00:55:37.512190
2021-04-07T13:20:15
2021-04-07T13:20:15
22,365,690
0
0
null
null
null
null
UTF-8
C
false
false
701
c
#include <stdio.h> void display(int* arr, int len){ int i = 0; for(i=0;i<len;i++) printf("%d,",arr[i]); printf("\b \n"); } void subtreesort(int* arr, int i, int len){ int child, tmp; for(;2*i+1<len;i=child){ child = 2*i+1; if(arr[child]<arr[child+1] && child+1<len) child++; if(arr[i]<arr[child]){ ...
[ "shenlie.06@163.com" ]
shenlie.06@163.com
50a81a79377a9f98af7adb45a864e747d9181fa2
d9ea2d8438c64f4e1f29808bdb28e621b4e9e3de
/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_smbus.h
bd25a83785f306fcc48d2dc910e42481283bb206
[]
no_license
glegrain/STM32-SPI-Bootloader-host
5eb3f4ab7f8a4286206e53d2a7c5a32b7ffc985f
6c91c69c593e99ac7dfcb746d5ed8bb85a7ff8f1
refs/heads/master
2021-01-20T07:12:33.883760
2017-05-02T00:23:23
2017-05-02T00:40:30
89,974,362
28
6
null
2017-06-21T00:20:21
2017-05-02T00:20:50
C
UTF-8
C
false
false
33,160
h
/** ****************************************************************************** * @file stm32l4xx_hal_smbus.h * @author MCD Application Team * @version V1.7.0 * @date 17-February-2017 * @brief Header file of SMBUS HAL module. *************************************************************...
[ "legrainguillaume@gmail.com" ]
legrainguillaume@gmail.com
7efab56d6d968b26e7408b8b178a6cb85a8b87dd
2048495027eddad86df7a4864736e781efc31d1f
/pi/gpio.c
0c269b19b9d1e55bec6f3b846cf8151327336808
[]
no_license
bernisys/s0
afb38b02967e4ef9512c365aa9e1e3523d73676d
59731df6d3320fb91d30cab2907d79727d6b185d
refs/heads/master
2021-03-30T21:28:00.248698
2018-03-09T10:31:27
2018-03-09T10:31:27
124,522,549
0
0
null
null
null
null
UTF-8
C
false
false
4,213
c
/* * gpio.c: * Wait for Interrupts on all GPIOs, increase counters accodringly * * Test: * gpio mode 0 up ; gpio mode 0 down * * Uses wiringPi: https://projects.drogon.net/raspberry-pi/wiringpi/ * *********************************************************************** */ #include "gpio.h" #include "time.h" ...
[ "pi@raspberrypi.(none)" ]
pi@raspberrypi.(none)
0c0487bf90f418e16a693289eeae52e502b0bd31
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/drivers/gpu/drm/amd/display/dc/irq/dce120/irq_service_dce120.c
15380336cb515b8af615265b0f2c7485e6c7ec7a
[ "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
8,200
c
/* * Copyright 2012-15 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
af8ecd90b571209569f469fe393d89c6eb1c61b5
1c95749a12e76537656a12f25abb90901a6306f9
/demo/d52.fs.h
750591268483b730a325c013d634946ce8e64196
[ "BSD-2-Clause" ]
permissive
asurati/x03
cc4bd26d178a671a939e7fe421c432c27f339d85
48a60b5e498b3f00dca60717bd03d4e57dcca492
refs/heads/main
2023-08-13T14:07:26.780061
2021-10-15T04:44:32
2021-10-15T04:44:32
321,892,315
0
0
null
null
null
null
UTF-8
C
false
false
1,670
h
// SPDX-License-Identifier: BSD-2-Clause // Copyright (c) 2021 Amol Surati #include <stdint.h> static const uint32_t fs_code[] __attribute__((aligned(8))) = { 0x203e303e, 0x100049e0, // fmul r0, vary_rd, a15; 0x019e7140, 0x10020827, // fadd r0, r0, r5; 0x203e303e, 0x100049e1, // fmul r1, vary_rd, a15; 0x019e7340...
[ "asurati@users.noreply.github.com" ]
asurati@users.noreply.github.com
18dc9c7ae44830b424b530e45c801b6696f88fc4
32e338c2759d2722b1143f42c9ac80ec28cde99f
/Aula 7 - Exercício 12.c
a778085eba681fe44bd828e7d9f0f008e185cd12
[]
no_license
RedHollister/AulasdeProgramationIIESAMC
a8498f16514f7458e793d05450692a339ab3a100
99ca243213258b9b7c7d60173d89a73c6a40411d
refs/heads/main
2023-01-19T12:11:28.027952
2020-11-25T02:06:18
2020-11-25T02:06:18
315,802,228
0
0
null
null
null
null
ISO-8859-1
C
false
false
886
c
/* Nome:Aula 8 - While Ainda Copyright: ESAMC - Francisco Author: Elton Date: 13/04/2020 - 20:10 Description: Exercício 1 - Eleições das 3 chapas */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <conio.h> int main () { int voto, i1, i2, i3, ivoto; iv...
[ "noreply@github.com" ]
RedHollister.noreply@github.com
631a086f007e8933b98e8d7bf9cbdb60978f3bb0
40d441f18bdba257a46e0f7ffe32a07b7914eedc
/Archived Projects/BMS_Code/Core/Src/stm32f4xx_it.c
837e4a29df3a1b92e08ea6ad3d1b66e83936731e
[]
no_license
waterloop/BMS
45920e495be308e51ddd86b30ac12e5e2092ebce
7c593403177444f10403a67580b0ca08cd019496
refs/heads/master
2021-07-07T12:19:22.343328
2021-02-06T17:19:24
2021-02-06T17:19:24
245,700,345
2
2
null
2021-05-24T01:41:49
2020-03-07T20:24:58
C
UTF-8
C
false
false
6,089
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f4xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) ...
[ "bj2hu@uwaterloo.ca" ]
bj2hu@uwaterloo.ca
f1da6c2a4a52d9ee20de3223605b3fc5731792b5
e2990cde74213c8858d1b56adb64fa7e479ec7bc
/auto-gen/factory/factory_method/two_stage/serializer.c
1380ab53e9f54aa84518b39e52a47bea3d96a1db
[ "MIT" ]
permissive
huawenyu/Design-Patterns-in-C
2b0c23c16460d2b220f74b23eab64c5defbce3b5
e18e87d39ea894d24f77b2d1e6ca37db231f1908
refs/heads/master
2023-04-10T13:10:39.251309
2023-04-05T16:38:18
2023-04-05T16:38:18
18,507,912
382
123
MIT
2022-08-01T14:08:10
2014-04-07T06:12:51
C
UTF-8
C
false
false
595
c
/** * serializer.c 2014-04-29 17:03:57 * anonymouse(anonymouse@email) * * Copyright (C) 2000-2014 All Right Reserved * * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR ...
[ "hyu@fortinet.com" ]
hyu@fortinet.com
bf7b6afed63362d88e2feec4520e6dd23d5c854d
91bf57835fd96ee06d5f67e9ad1f56a33fd6935f
/CSCD340/Shell/command/command.c
f1c06c962534ad949da27d3cfc1a18eddb63d270
[]
no_license
ConnieDev/School_Projects
30158e6127cc7e56b87bd372da78a4ccda406d4c
9eedc912ff4cb0a8b1f8090037fbd7369bce123d
refs/heads/master
2020-04-04T21:23:13.609682
2018-11-05T21:33:26
2018-11-05T21:33:26
156,284,056
0
0
null
null
null
null
UTF-8
C
false
false
894
c
#include "command.h" void printTypeCommand(int index, void * passedIn){ Command * c = (Command *)passedIn; printf(" %d %s\n", index, c->str); } void printArgs(Command * com, int a){ for(int t = a; com->argv[t] != NULL ; t++){ printf("%s\n", com->argv[t]); } } char * toStringTypeCommand(void * passedIn){ Comm...
[ "43556970+ConnieDev@users.noreply.github.com" ]
43556970+ConnieDev@users.noreply.github.com