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
87bc4a91ea3a8a2c8ef070d9fe82cc49b62be551
98a97d604d43f5d8b71855576ebfacdc9bec6f88
/libft/ft_lstadd.c
fd5466d9636ff0162c1d0c54f623f3dc4d316bde
[]
no_license
dsoporan/Fdf42
7c61ad26e1f52164a23f6b9da79095849d685e42
6ff1df6eec3ef537600f014374e01dd82ef6db39
refs/heads/master
2021-01-21T10:33:28.082549
2017-02-28T15:35:20
2017-02-28T15:35:20
83,446,317
1
0
null
null
null
null
UTF-8
C
false
false
1,016
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstadd.c :+: :+: :+: ...
[ "rchioreanu@bitbucket.org" ]
rchioreanu@bitbucket.org
e9ad55c68769810a52b2610139d0429b835d08c5
9817081963d03259c666074aad04e2b77d3fd43a
/EIC-Beamtest-FW/SCROD_A5_RJ45/SCROD_Rev1/isim/cmdInerpreter_TB_isim_beh.exe.sim/unisim/a_3321449454_0621957688.c
c08857ef3617de5e70f4dc6f900ba07429b1e893
[]
no_license
nathankp/mRICH-FW
b3553f768cc82007c2d4381a5cbbca8d694aadea
a189edc039e989db136d15ffb2686b55dc6c41cb
refs/heads/master
2021-06-04T13:17:30.771931
2020-06-23T01:24:41
2020-06-23T01:24:41
148,863,832
1
2
null
null
null
null
UTF-8
C
false
false
33,553
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "nathankp@hawaii.edu" ]
nathankp@hawaii.edu
e08fe53bd2620460f62c7ff1e0995badf2514921
6119eb6af4643aeb511e33a30ff27aa4d467e5f7
/Lab 4 Battleship Completed/battleship-4/EIFGENs/battleship/W_code/C3/yy1035.c
54b21630a63d945b6176e685c5a60e9b0456cabc
[]
no_license
TheHackerGenesis/EECS-3311
b197e6a470bfeaf8e3cb9e7c3e1ce8afd05032e7
858d6c0e71e31c8dba6dd3abc05fca79e49d0130
refs/heads/master
2022-01-20T04:18:07.883224
2019-06-28T11:36:52
2019-06-28T11:36:52
null
0
0
null
null
null
null
UTF-8
C
false
false
903
c
/* * Code for class YY_PARSER */ #include "eif_eiffel.h" #include "../E1/estructure.h" #ifdef __cplusplus extern "C" { #endif extern void F1035_8952(EIF_REFERENCE); extern void EIF_Minit1035(void); #ifdef __cplusplus } #endif #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #ifdef __cplus...
[ "kishanpatel12@gmail.com" ]
kishanpatel12@gmail.com
32e1a018b99986b2d4528115614d6b23953371e1
be0754962fa961c3b5c7ab93e69116980353d224
/Lib/RTLib/fsl_semc.h
7d25023cdbade3a7a851fae2ff264df1f663b4df
[]
no_license
shlsyc/RT1052_Demo
88e4b63457b89f5669d52bffaf5c8ddb20c5ff99
88f2333f28fe26ff19652be4b62bc3aa9398ed5d
refs/heads/master
2020-03-06T15:51:43.972816
2018-04-12T09:22:43
2018-04-12T09:22:43
126,963,174
3
0
null
null
null
null
UTF-8
C
false
false
35,911
h
/* * Copyright 2017 NXP * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notice, this list * of conditions and the following disclaimer...
[ "shu8992767@163.com" ]
shu8992767@163.com
739a672434f3ab96cac8ca579741d06f1532604d
da7f6bf19efc9e42d77180bab29b5fb92561cdac
/patest_basiclevel/1019.c
175ca9012794b4f0adf8b9e2c8770efe3942c4c1
[]
no_license
Winchester-Yi/OJ
e2b5a7d39c6ada1b85a56ce873245e36d442e88e
cb1739e1f2ff451a415718a2ac0f3289efcefae9
refs/heads/master
2021-08-29T22:49:57.025854
2017-12-15T06:40:12
2017-12-15T06:40:12
110,206,194
0
0
null
null
null
null
UTF-8
C
false
false
775
c
#include <stdio.h> #include <algorithm> using namespace std; int inc, de; void gao(int x){ int a[4]; a[0] = x / 1000; a[1] = x / 100 % 10; a[2] = x / 10 % 10; a[3] = x % 10; sort(a, a + 4); inc = a[0] * 1000 + a[1] * 100 + a[2] * 10 + a[3]; de = a[3] *...
[ "619589959@qq.com" ]
619589959@qq.com
d38eb55414d7fe002a063fb3966122f617beb59e
0f345b5a7d2f6d2b55689dc95c1815c5590027c7
/TPSockets/Sockets - Exo 2/tcp_client.c
63c513a9d34ebf2763f20c61430197cc71be0fb9
[]
no_license
lucadebeir/FAR
fdb4812dc77504ad7c2801258fbc2ea81c834846
686af149b7b7e9b583387547e692eb5c207331f2
refs/heads/master
2021-09-10T14:04:07.126823
2018-03-27T13:29:34
2018-03-27T13:29:34
125,993,443
0
0
null
null
null
null
UTF-8
C
false
false
974
c
// $Id$ #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h> #define PORT 10000 int main(void) { int sock; struct sockaddr_in sin; /* Création de la socket */ sock = socket(AF_INET, SOCK_STREAM, 0); /* Co...
[ "noreply@github.com" ]
lucadebeir.noreply@github.com
7a4c82f7b90d10b29ef0b9835972c090d934c6c8
09cbe7e8c4df619a4b77ec01f332b20ce20827f2
/DredgeSlotBW/ComputeBedloadTransportRate.h
6c54e314d14365f284afc960e1cab57a8c2b6a23
[]
no_license
csdms-contrib/stm
fa3dcde184ab268fcc3e0cd24abd062387431f1a
28c1c54e19c06067ca50f59ab2c27a8149ec3894
refs/heads/master
2020-06-06T05:13:09.915881
2010-07-06T23:11:20
2010-07-06T23:11:20
31,040,498
0
0
null
null
null
null
UTF-8
C
false
false
204
h
/* * ComputeBedloadTransportRate.h * DredgeSlotBW * * Created by Andrew Leman on 7/29/09. * Copyright 2009 The University of Illinois-Civil Engineering Department. * All rights reserved. */
[ "huttone@c4ae7107-45b5-47ed-984a-6771847880d1" ]
huttone@c4ae7107-45b5-47ed-984a-6771847880d1
f1df7245624f0f5ac9a36ed4577727a5208fe66b
4c2e10c7f46fc925d2b355e458609fd6d84f11a4
/main/webserver_handler.c
945b700e9b16f411b61ee350993cd55b397939ca
[]
no_license
piwenjun/ESP32-Webserver-WifiConfig
34cbfc2748a45a47e852532773cd2a93113c6691
97ee7e9d1c239842683cfd1f0417f065813f986e
refs/heads/main
2023-06-02T05:02:15.908160
2021-03-14T08:47:15
2021-03-14T08:47:15
null
0
0
null
null
null
null
UTF-8
C
false
false
5,895
c
//webserver_handler.c /* System header files*/ #include "esp_system.h" #include "esp_spiffs.h" #include "esp_log.h" #include "lwip/api.h" #include "lwip/err.h" #include "lwip/netdb.h" #include "cJSON.h" #include "esp_err.h" /* own app header files*/ #include "auxiliary.h" #include "storage_handler.h" #include "webse...
[ "alexandru.gaal-ext@continental-corporation.com" ]
alexandru.gaal-ext@continental-corporation.com
cb7bce565eff28cdfe1935226fe5981c73f74633
1cc5d45273d008e97497dad9ec004505cc68c765
/cheatsheet/ops_doc-master/Service/misc/getdate.c
3210804852bb0508c8459c0ffdfd195c0f9c6c86
[]
no_license
wangfuli217/ld_note
6efb802989c3ea8acf031a10ccf8a8a27c679142
ad65bc3b711ec00844da7493fc55e5445d58639f
refs/heads/main
2023-08-26T19:26:45.861748
2023-03-25T08:13:19
2023-03-25T08:13:19
375,861,686
5
6
null
null
null
null
UTF-8
C
false
false
1,781
c
#define _GNU_SOURCE 500 #include <time.h> #include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { struct tm *tmp; int j; for (j = 1; j < argc; j++) { tmp = getdate(argv[j]); if (tmp == NULL) { printf("Call %d failed; getdate_err = %d\n", j,...
[ "wangfl217@126.com" ]
wangfl217@126.com
cfa0e51b6e2fce0e9a54af9a4dcb87238bf8e28e
ee91664824fce8618f8e8de772917b0a0f75cc44
/hw6/hw6.c
caef82b211c8bc2e7d5e93e23e8ae4716768181a
[]
no_license
bryanbocao/CSCI-5229-Computer-Graphics
8763de6623bf6a614efb11fac309bfb04b0e0858
fc6917458cfca3cef2fb20702ce01c37f7cbf74f
refs/heads/master
2022-08-21T13:04:47.618687
2016-10-24T05:36:33
2016-10-24T05:36:33
67,150,861
1
0
null
null
null
null
UTF-8
C
false
false
36,846
c
/* * HW6: Lighting and textures * CSCI-5229 Fall 2016 Computer Graphics * Instructor: Willem Schreuder * Student: Bo Cao * Email: boca7588@colorado.edu or bo.cao-1@colorado.edu * * Lighting * * Demonstrates basic lighting using a sphere and a cube. * * Key bindings: * l Toggles lighting ...
[ "bryan.bo.cao@outlook.com" ]
bryan.bo.cao@outlook.com
0467d3a507a44f70e3405fb69d89c995e4e9c209
cd8a4e65c81646ff2ff5fea85bf85ffdb2618629
/3. Maximum Subarray.c
2fc96cfc0e5ca1cef4f485ee7e7f1cc807383d6f
[]
no_license
egemengodeoglu/30-Day-LeetCodingChallenge
16567a2c5debc5ba536d9a390df4ea0c3c66a0cc
9b9e1976414d2113788d1951e30c16f57c603111
refs/heads/master
2021-05-22T18:02:35.589177
2020-04-04T16:28:05
2020-04-04T16:28:05
253,031,451
0
0
null
null
null
null
UTF-8
C
false
false
1,298
c
/* Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. Example: Input: [-2,1,-3,4,-1,2,1,-5,4], Output: 6 Explanation: [4,-1,2,1] has the largest sum = 6. Follow up: If you have figured out the O(n) solution, try coding an...
[ "noreply@github.com" ]
egemengodeoglu.noreply@github.com
1f8e69a51b98e3905512cd8ea5f7e050cca0b35a
5826dd4cdec013aa729286b3726079c029149d0c
/sqrt.c
353991c766b8f0c51c72152f370d74f5842a16e6
[ "MIT" ]
permissive
hbiede/Debugging-Testing_Workshop
484e105b41737f47396bea6928a2bccaa9bf3091
66227018cb7bdfb3e8a7109cbc6cc70b0ad7b187
refs/heads/master
2020-08-22T01:59:56.670228
2019-11-11T00:19:39
2019-11-11T00:19:39
null
0
0
null
null
null
null
UTF-8
C
false
false
912
c
#include <stdio.h> #include <stdlib.h> #include <math.h> double divideBy4(double n); int main(int argc, char** argv) { const double epsilon = 0.001; if (argc < 2) { fprintf(stderr, "Include a number to take the square root of\n"); exit(1); } double x = ...
[ "noreply@github.com" ]
hbiede.noreply@github.com
6e681e708b5a8d45b99152fda4f856f8495e3c50
bee9ebb37b1c086488e1cc035a7a15b089f06262
/src/hal/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c
1b7b318f25b8f7e537456aebfb6ff89bb19c29ac
[ "CC-BY-4.0", "BSD-3-Clause" ]
permissive
xusnow/foxBMS-primary
2c2ad7482528347ea8e0e0056bdd7a7bc6bb58fd
492bb51cd7fdf0960e5189004fc4c868379163ad
refs/heads/master
2021-01-21T09:34:44.661074
2017-05-10T17:35:58
2017-05-10T17:35:58
null
0
0
null
null
null
null
UTF-8
C
false
false
10,858
c
/** ****************************************************************************** * @file stm32f4xx_hal_dma_ex.c * @author MCD Application Team * @version V1.3.2 * @date 26-June-2015 * @brief DMA Extension HAL module driver * This file provides firmware functions to manage the following ...
[ "cfreund@iisb.local" ]
cfreund@iisb.local
0dff169307a2661e5db3c00fd3977863d592c74a
fb49b255ba5badf6afbbe09b89863d553fb1a205
/src/dpdk/drivers/net/cnxk/rx/cn9k/rx_80_95_mseg.c
4a3e254d09fb252325df5eaa01330b7f2369a0a5
[ "GPL-1.0-or-later", "GPL-2.0-or-later", "GPL-2.0-only", "Apache-2.0" ]
permissive
ramakristipati/trex-core
f6e0ea9b68a3054409802dd4f54a35ea9b80c01e
564fb7ba2a003065270a9bcc9946e7a7473f668e
refs/heads/master
2023-06-07T05:45:23.355164
2023-05-25T03:07:48
2023-05-28T13:35:13
152,258,061
0
0
Apache-2.0
2018-10-09T13:41:59
2018-10-09T13:41:58
null
UTF-8
C
false
false
240
c
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(C) 2022 Marvell. */ #include "cn9k_ethdev.h" #include "cn9k_rx.h" #define R(name, flags) NIX_RX_RECV_MSEG(cn9k_nix_recv_pkts_mseg_##name, flags) NIX_RX_FASTPATH_MODES_80_95 #undef R
[ "syaakov@cisco.com" ]
syaakov@cisco.com
2d44109a597c157e08b0660c5c19ccfa383cc34e
98c72455fd070cecdc89ca28501955e3665be9d1
/sys/src/cmd/audio/libFLAC/FLAC/file_encoder.h
147b3e824cae181cc008ae73758bd9de2e01e86e
[]
no_license
stux2000/plan9front
dc4b0a3f28af337cc632c24e3ea7e9ac80e24ca8
43798dfa5c6ea0f0946db45fb4cf9b1576b800eb
refs/heads/master
2016-09-01T20:09:20.699302
2015-03-25T16:42:51
2015-03-25T16:42:51
32,898,598
2
0
null
null
null
null
UTF-8
C
false
false
33,078
h
/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2002,2003,2004 Josh Coalson * * 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 ...
[ "cinap_lenrek@felloff.net" ]
cinap_lenrek@felloff.net
9456b54128d7e08dbc61c54026532690124e29d5
ef039463af13934b69c878604c891044d5fb2657
/Livefyre-iOS-master/examples/CommentStream/Pods/Headers/FilepickerSDK/UIImageView+FPAFNetworking.h
2e6cff53a9c1ec9f14de2b936f26e405be734d98
[ "MIT" ]
permissive
devappstech/Image-Cropper-Alll-kind
f5b26a204df7e762b43f2115e4d29eb4bb2d997a
7da0eba149fe712e43c71c4e843924fdf147ae96
refs/heads/master
2021-06-13T17:18:36.001080
2017-02-21T07:31:37
2017-02-21T07:31:37
null
0
0
null
null
null
null
UTF-8
C
false
false
72
h
../../FilepickerSDK/FPPicker/FPAFNetworking/UIImageView+FPAFNetworking.h
[ "ios.zaptl@zaptechsolutions.com" ]
ios.zaptl@zaptechsolutions.com
4d7fbde146849cb0ad547aa31b329b1bb1cb8175
a21f71bb3084677ba967c74513206aed74de413f
/apps/common/third_party_profile/sig_mesh/adaptation/storage.c
15262f6b184b888a4fe4004c9f37ee60778e38a6
[ "Apache-2.0" ]
permissive
hhy-ccj/fw-AC630N_BT_SDK
0aee38b599b87c5c53c4b796dcfed16fcb417078
9adaacb5681a0b91bb2bd18174731d632ebe8a9a
refs/heads/master
2022-11-12T12:09:02.107864
2020-07-06T09:20:08
2020-07-06T09:20:08
273,225,038
1
0
Apache-2.0
2020-07-03T02:42:29
2020-06-18T11:53:25
C
UTF-8
C
false
false
2,484
c
#include "adaptation.h" #include "vm.h" #define LOG_TAG "[MESH-storage]" /* #define LOG_INFO_ENABLE */ /* #define LOG_DEBUG_ENABLE */ /* #define LOG_WARN_ENABLE */ /* #define LOG_ERROR_ENABLE */ /* #define LOG_DUMP_ENABLE */ #include "mesh_log.h" #define NODE_INFO_CLEAR_DEBUG_EN 1 #define NODE_INFO...
[ "change.tsai@gmail.com" ]
change.tsai@gmail.com
cb426957874bc46be1d612506d8675f6bad711d1
01e1aba682fa8bc7a49d0bf942c5d08f7ee5aefe
/src/platform/win32/win32_main.c
96360116cfbb3fa9381361512cdd3c395af6317a
[ "MIT" ]
permissive
agelito/billiards
e267825ea26cca74ece05b6dea9956bc3079b1fe
e9af379dd8961e1c5e2553ca71a8de175d10e2d0
refs/heads/master
2021-06-22T08:40:37.454732
2017-08-16T12:53:26
2017-08-16T12:53:26
97,844,408
3
0
null
null
null
null
UTF-8
C
false
false
423
c
// win32_main.c #define WIN32_LEAN_AND_MEAN #include <Windows.h> #include "win32_window.h" int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { win32_window* window = win32_window_create(500, 500, "billiards"); while(window->is_open) { win32_window_...
[ "axel.wettervik@gmail.com" ]
axel.wettervik@gmail.com
bda59a754387faeeca4c76aa3b97f2673919c009
d2ba0389accde0370662b9df282ef1f8df8d69c7
/frameworks/cocos2d-x/cocos/scripting/js-bindings/jswrapper/v8/debugger/http_parser.c
80b90ff8ba204ec481570abdc62031cb77715802
[]
no_license
Kuovane/LearnOpenGLES
6a42438db05eecf5c877504013e9ac7682bc291c
8458b9c87d1bf333b8679e90a8a47bc27ebe9ccd
refs/heads/master
2022-07-27T00:28:02.066179
2020-05-14T10:34:46
2020-05-14T10:34:46
262,535,484
0
0
null
null
null
null
UTF-8
C
false
false
73,917
c
/* Based on src/http/ngx_http_parse.c from NGINX copyright Igor Sysoev * * Additional changes are licensed under the same terms as NGINX and * copyright Joyent, Inc. and other Node contributors. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this s...
[ "811408414@qq.com" ]
811408414@qq.com
9caa56e718d59e0f5d0ac3ff44a800d00d67d53c
c322776b39fd9a7cd993f483a5384b700b0c520e
/uuid.mod/glue.c
8e5552692aca295bb337696e20450654d52d662a
[]
no_license
maxmods/bah.mod
c1af2b009c9f0c41150000aeae3263952787c889
6b7b7cb2565820c287eaff049071dba8588b70f7
refs/heads/master
2023-04-13T10:12:43.196598
2023-04-04T20:54:11
2023-04-04T20:54:11
14,444,179
28
26
null
2021-11-01T06:50:06
2013-11-16T08:29:27
C++
UTF-8
C
false
false
2,174
c
/* Copyright (c) 2015 Bruce A Henderson 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 condit...
[ "woollybah@gmail.com" ]
woollybah@gmail.com
06a764a4ec556865c0ef06c73dd8aac3fab338ac
262da9ad8d3876a1d5707c4f1e6dc66239a8c03f
/tromboloid_with_4_functions.c
93ea6e5f597f6992b819be4a41bef34dbbba69bd
[]
no_license
ENG19CS0276SahanaS/sahanas-activity-1
b684053790262ff12ce1cef843252286aa1a895f
75b7fcf190c0b7acb8a5d98dc6edcc7d415f10ba
refs/heads/master
2023-04-09T23:16:21.797710
2021-04-14T15:00:42
2021-04-14T15:00:42
336,236,846
1
0
null
null
null
null
UTF-8
C
false
false
460
c
//WAP to find the volume of a tromboloid using 4 functions. #include <stdio.h> float input() { float hbd; printf("Enter the parameters: "); scanf("%f",&hbd); return hbd; } float volume(float h, float d, float b) { float vol=0; vol=(0.33)*((h*d*b)+(d/b)); return vol; } void output(float vol) { printf("The Volume...
[ "noreply@github.com" ]
ENG19CS0276SahanaS.noreply@github.com
d358901c8b68c798b022af4a988c3cd921529d3b
dd65f317db16127ff838020235abe4d4530f8c36
/C/01_Hello World program/helloworld.c
97f6c533b833a611817ffc2ba74709167e39415e
[]
no_license
SoundharyaDGRT/HackerRank
972321edf51819874d35eb93382b9a4f455519c3
f58cc66bfdf65ff3da44c480bce067db11c51a7d
refs/heads/main
2023-07-13T13:34:39.315401
2021-07-27T04:02:53
2021-07-27T04:02:53
324,938,273
0
0
null
null
null
null
UTF-8
C
false
false
120
c
#include <stdio.h> int main() { printf("Hello, World!\n"); printf("Welcome to C programming."); return 0; }
[ "soundnext123@gmail.com" ]
soundnext123@gmail.com
d851f4afc125f6ae77698f4130ab8191ce6b9daf
32d1fbbdbce7003756f98961cfc9bdbcf059f827
/third_party/mosquitto/src/signals.c
38ff68d5ff6044fbe41e07215c916510c2c29a3a
[ "BSD-3-Clause", "EPL-1.0", "CPL-1.0", "LicenseRef-scancode-generic-export-compliance", "MPL-1.1", "Apache-1.1", "Apache-2.0", "LGPL-2.1-only", "MIT" ]
permissive
jkrvivian/create_chid_benchmark
45d7c8f7999b6c0316ff515eec90d67f68c71085
f6bfa387c834aeafe27bc0aa33bc03bb1cedccbc
refs/heads/master
2020-11-28T17:06:16.831238
2019-12-24T05:31:45
2019-12-24T05:56:50
229,876,385
0
0
MIT
2019-12-24T05:28:32
2019-12-24T05:28:32
null
UTF-8
C
false
false
3,075
c
/* Copyright (c) 2016-2019 Roger Light <roger@atchoo.org> All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at http:...
[ "vulxj0j8j8@gmail.com" ]
vulxj0j8j8@gmail.com
f3a6989529e1688d63fac386fcbdce799d8e9dcd
161a41318f29e1cab092161bec886fe1960ce458
/djb2/pass-hash-djb2-virt1-d-call-o-stack-m-0-i-4-a-true-blk-collatz-nli-0-so-2-mm-8.c
d2d1128436303465c3524b2e5db6142cad8e6d6e
[ "MIT" ]
permissive
chubbymaggie/obfuscation-benchmarks
13319904af2b697c535a9de35ba642899e740b89
40af2259587a1199377df5a7e0e6d55a9930109d
refs/heads/master
2020-12-24T22:20:52.942202
2016-04-01T14:24:20
2016-04-01T14:24:20
null
0
0
null
null
null
null
UTF-8
C
false
false
148,806
c
/* Generated by CIL v. 1.7.0 */ /* print_CIL_Input is false */ struct _3_main__opaque_Node_1; union _4_main_$node; struct _IO_FILE; struct timeval; extern void exit(int status ) ; union _4_main_$node { void *_void_star ; unsigned long _unsigned_long ; int _int ; unsigned char _unsigned_char ; }; int _4_mai...
[ "banescu@in.tum.de" ]
banescu@in.tum.de
17c3c3255f32dbee333a32ea1c0cc96359bd9655
2cff9de7fe75c724647468b5145b9acabda615a7
/07-running/run-code/binfmtc-magic/hello-gcc.c
a423fdb4e801a14769670323c1b825a593ef7095
[]
no_license
sisyphus1212/elf
b24da78ba4ebb486b2173b1bbe1e8dee01e92147
b9017443812bc221781f6e315cb285f6f97fe3a4
refs/heads/main
2023-07-02T23:49:12.597647
2021-08-09T09:46:34
2021-08-09T09:46:34
394,234,248
0
0
null
null
null
null
UTF-8
C
false
false
98
c
/* c magic */ #include <stdio.h> int main() { printf("hello gcc magic\n"); return 0; }
[ "1" ]
1
574c66684584407ce7675dfead8bc44fd0eeec87
fced25ad3f3656b292a3b9240e7801b1e35e4ce4
/rvl/tsopt/include/doc.h
1a805fa530f4e62ef28924b11f37a8c75432efc5
[ "ICU" ]
permissive
wwsorcas/trip
77cfbed387cdf202498e5d229dd748b9f48a2035
5324b0d68b74b9419435f52a4d8727c86b564867
refs/heads/master
2023-08-31T13:31:09.606896
2023-08-20T04:17:36
2023-08-20T04:17:36
190,781,137
8
0
null
null
null
null
UTF-8
C
false
false
10,589
h
/** \mainpage The RVL Time Stepping Operator Class Author: William W. Symes<br> <p> <h2>Mathematical Setting</h2> <p> RVL::TimeStepOp and related classes define simulation operators derived from time stepping loops. <p> The mathematical setting is based on a several Hilbert spaces: <ul> <li> a control space \f$C\f$...
[ "symes@caam.rice.edu" ]
symes@caam.rice.edu
764acb36ab4fa172407508edfb7aff61f4d81f4e
f4765e2a48d555d90433060cefd350f5e0a93753
/STDFU/StdAfx.h
ccc67c0c29b1ae929354d7122c9a543f23ad98bf
[]
no_license
havenxie/winapp-dfuse
7bbd0323269577139969a2f64ee67faf3e58ae4c
b367ac547a3804c48354e80cc5479a2c895f0b9e
refs/heads/master
2021-06-05T03:49:20.538300
2020-12-16T02:30:51
2020-12-16T02:30:51
179,632,268
13
10
null
null
null
null
UTF-8
C
false
false
957
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__8AF8AF98_54E9_427C_A7B0_AE3C7B2ADDE5__INCLUDED_) #define AFX_STDAFX_H__8AF8AF98_54E9_427C_A7B0_AE3C7B2ADDE5__INCLUDED_ #if _M...
[ "1428876581@qq.com" ]
1428876581@qq.com
febad1cf7be5d379e69a5559c3e7f72ff6b0589c
ca3de103971caf7adf23a04389e95a809c983ecd
/ext/ice/i18n/plural/polish.zep.c
514f2413232b900a0e2f33793f84c614eb53150f
[ "BSD-3-Clause" ]
permissive
yahveh/framework
143a40059227cc65f2855cee084dc30b6bcb5386
11476aca2c8eea5da1f5fff1f0ca1c9a152aa47f
refs/heads/dev
2021-01-15T23:12:25.533547
2015-09-11T12:56:05
2015-09-11T12:56:05
41,395,486
0
0
null
2015-09-11T12:56:05
2015-08-26T00:42:01
C
UTF-8
C
false
true
2,500
c
#ifdef HAVE_CONFIG_H #include "../../../ext_config.h" #endif #include <php.h> #include "../../../php_ext.h" #include "../../../ext.h" #include <Zend/zend_operators.h> #include <Zend/zend_exceptions.h> #include <Zend/zend_interfaces.h> #include "kernel/main.h" #include "kernel/fcall.h" #include "kernel/memory.h" #in...
[ "mruz@poczta.onet.pl" ]
mruz@poczta.onet.pl
5a9cd3adca4a00c0944ad68441b9d559c1b14716
e937108317f9a75ca85919c4fe5c06a15c73b415
/apps/installed_libs/include/firmware_qcc512x_qcc302x/usb_hub.h
a341131a2018c2ad771e948f360cbfe6aead0e88
[]
no_license
Fangxihu/W1_V006
e2be343f0e80951940aad158d7de01c2b9e0752d
726ec248c371c22c63309bed9ed8bb6b96b5f11a
refs/heads/master
2020-06-05T19:16:20.780711
2019-07-09T01:27:40
2019-07-09T01:27:40
192,520,169
2
0
null
null
null
null
UTF-8
C
false
false
1,952
h
#ifndef __USB_HUB_H__ #define __USB_HUB_H__ #include <app/usb/usb_if.h> #include <app/usb/usb_hub_if.h> /*! file @brief Control of internal USB hub. ** ** The new USB device architecture includes an internal USB hub, these traps allow some control over it, like attaching/detaching device to/from the hub. */ #if TR...
[ "Fangxihu" ]
Fangxihu
8023891db76d20c95c36e3fd9a92bcd6c1620c68
13cefcd1d141002db496bf6e53865e6c74080832
/stlink/src/gdbserver/gdb-server.c
c50e5be32cbc85ac4b0a45a0f78197dcd39d2088
[ "BSD-3-Clause", "MIT" ]
permissive
gskielian/ARM-Studies
2a690574b95133be607a0c4bad2d85a8c27ff457
f697de9dd80d2d233e404e03967b0150d423bea1
refs/heads/master
2021-01-20T22:10:36.127067
2016-06-08T04:43:05
2016-06-08T04:43:37
60,394,612
1
0
null
null
null
null
UTF-8
C
false
false
54,201
c
/* * Copyright (C) 2011 Peter Zotov <whitequark@whitequark.org> * Use of this source code is governed by a BSD-style * license that can be found in the LICENSE file. */ #include <getopt.h> #include <signal.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> #if...
[ "gregory.kielian@gmail.com" ]
gregory.kielian@gmail.com
7294e33b8af211cb77f206a4346f3da854304cc6
800a4fbc9eb38fbe8d42365e3541b5c50d20543b
/Protobyte/IGConstants.h
f1f0329cbc845ef9864d2bc856219b155ea59037
[]
no_license
irajgreenberg/CLOSED_Research
4dd55fb3abd8a7aab1cbc9dfc8809598cc79540a
df595359a5145f735462dc373febcd1fca544fc5
refs/heads/master
2021-01-16T21:18:46.693155
2014-01-11T20:10:05
2014-01-11T20:10:05
8,106,350
1
0
null
null
null
null
UTF-8
C
false
false
500
h
// // IGConstants.h // animatingParticles // // Created by Ira on 8/31/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #ifndef animatingParticles_IGConstants_h #define animatingParticles_IGConstants_h static const int RENDER_POINTS = 0; static const int RENDER_LINES = 1; static const int REND...
[ "irajgreenberg@gmail.com" ]
irajgreenberg@gmail.com
b5b3ccae2c41e63fb95f5d7e3ddcf9aad7c7f99a
3aa759f71b9b70acd6d92bbdd8fb0d12ebd071cb
/NUEVO.c
58d9b46cc8bbd54277e79d8c0531aa58bd844fed
[]
no_license
mol14492/Proyecto1_Fase2
e68212bf08fa1ed89daa6f0e9ded0cd18e0e09e5
937ae51b156d55418cf8530afc4c276cfe38390b
refs/heads/master
2020-12-02T03:43:32.845422
2016-09-07T09:05:53
2016-09-07T09:05:53
67,318,467
0
0
null
null
null
null
UTF-8
C
false
false
2,683
c
////////////////////////////////////// //Univerisidad del Valle de Guatemala //ALgortimos y estructura de Datos //Proyeccto Semestral //Erick Bautista 15192 //Gerardo Molina 14492 //Diego Lopez 141222 ////////////////////////////////////// //////////////////////////////////////////////////////////////////// //Libreria...
[ "noreply@github.com" ]
mol14492.noreply@github.com
fd334efdf0bdc2532b406fea22c97c9a99ddb48f
b65a7535f7f5363396eadc56e50a8cd029ad63b0
/LUGE2/Temp/il2cppOutput/il2cppOutput/mscorlib_System_NumberFormatterMethodDeclarations.h
f2e1aff8cc7d1cf5d0c7571dd4e260a1e78edf34
[]
no_license
Folofl/L-U-G-E_final
8916b3f5a7a9cfc39bad39163b602fc27213933a
d4a6c3f18d9b13e75beb60e6e2274638546d7ae0
refs/heads/master
2021-01-18T01:23:48.069619
2015-12-15T16:22:46
2015-12-15T16:22:46
48,052,044
0
0
null
2015-12-15T15:35:49
2015-12-15T15:35:48
null
UTF-8
C
false
false
24,975
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.NumberFormatter struct NumberFormatter_t1_742; // System.Threading.Thread struct Thread_t1_422; // System.String struct String_t; //...
[ "jslavitz@gmail.com" ]
jslavitz@gmail.com
4b9c3a3429ae2aed0bff457a683f8c32e047fd6f
d8e50207d9c072c321fb961765679482d75a61b3
/GD32F20x/GD32F20x_Firmware_Library_V2.2.1/Utilities/gd32f20x_eval.c
d8afa2cb584db4179ee136e1c3516118282ca5af
[]
no_license
zhou-peter/gigadevice-firmware-and-docs
f22e6301051b788b2b547cb32da3f2f8f80ce9dc
c2f545f960f05371aa1945de5b5a72a45612fb7c
refs/heads/main
2023-07-17T19:15:46.501716
2021-09-04T17:57:12
2021-09-04T17:57:12
null
0
0
null
null
null
null
UTF-8
C
false
false
8,505
c
/*! \file gd32f20x_eval.c \brief firmware functions to manage leds, keys, COM ports \version 2015-07-15, V1.0.0, firmware for GD32F20x \version 2017-06-05, V2.0.0, firmware for GD32F20x \version 2018-10-31, V2.1.0, firmware for GD32F20x \version 2020-09-30, V2.2.0, firmware for GD32...
[ "jesse@keyboard.io" ]
jesse@keyboard.io
839cb95618b31b233e396d9b0aff93c4c480143d
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/gcc.target/i386/pr82662.c
ec08edc9824e5b90abf5eea350a2627b465233d5
[ "LGPL-2.1-only", "FSFAP", "LGPL-3.0-only", "GPL-3.0-only", "GPL-2.0-only", "GCC-exception-3.1", "LGPL-2.0-or-later", "Zlib", "LicenseRef-scancode-public-domain" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C
false
false
741
c
/* PR target/82580 */ /* { dg-do compile } */ /* { dg-options "-O2" } */ #ifdef __SIZEOF_INT128__ typedef unsigned __int128 U; typedef signed __int128 S; #else typedef unsigned long long U; typedef signed long long S; #endif void bar (void); int f0 (U x, U y) { return x == y; } int f1 (U x, U y) { return x != y; } int...
[ "rink@rink.nu" ]
rink@rink.nu
18a6555aa407d87934458d5e762d53fa6e625708
517848af126ed8f198b890a07a6bc5b7b1b94683
/sys/netinet6/in6_pcb.c
79cb21392ca57e610b5d7ff428d46262ab260c8e
[]
no_license
coolgoose85/FreeBSD
e9dbd33b95bf0a472a3e291451c273054b843a1f
ef72c1183400fd106d838c8ed0702649bc1b1b4e
refs/heads/master
2021-01-15T22:29:25.584742
2014-08-03T17:32:40
2014-08-03T17:32:40
22,535,409
2
1
null
null
null
null
UTF-8
C
false
false
26,219
c
/*- * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * 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 * noti...
[ "vaibhav123@gmail.com" ]
vaibhav123@gmail.com
a395cc02c559b0a795ff22e02bd03c52f9fa4997
47ec5f37319ab48fe4f06da25c0f65a007a65fd3
/hackerrank/tutorials/30days_of_code/day_01.c
827dec6d23b27d3366bcdc3a267d11ac509eb20d
[]
no_license
jsu/playground
74945d9e8c0bab9f37a8d97eb730064565f1e11f
de8186ee4fdef744122980b7ece7155b42c489e6
refs/heads/master
2021-01-10T09:26:25.417344
2018-12-18T06:18:23
2018-12-18T06:18:23
47,141,445
0
0
null
null
null
null
UTF-8
C
false
false
369
c
#include <stdio.h> #define MAX 40 int main(int argc, char **argv) { int i = 4; double d = 4.0; char s[] = "HackerRank "; int j; double e; char c, t[MAX], *ptr; scanf("%d %lf\n", &j, &e); ptr = t; while((c = getchar()) != EOF && c != '\n') *(ptr++) = c; printf("%d\n%.1...
[ "jsu317@gmail.com" ]
jsu317@gmail.com
b84724a30b57976b68d55133fbabe655f89760b7
21a21930c8bee818f104abae0ef117ede3ec7fd2
/Stacks/ParenthesisMatching.c
962bea05eedea47cfbbc6a766175e215ea616aa5
[]
no_license
Bashorun97/Udemy-ds-algol-course
721a276e30d68754213fcc8265f2c4d77c27d896
30f4af50d03decac52b54a9bb228fa55519c2134
refs/heads/master
2022-11-13T00:18:50.793716
2020-07-03T02:02:37
2020-07-03T02:02:37
254,677,342
1
0
null
null
null
null
UTF-8
C
false
false
1,166
c
#include <stdio.h> #include <stdlib.h> struct Node { char data; struct Node *next; // next pointer is of datatype `struct Node` }*top=NULL; void push(int x) { struct Node *t; // creates variable *t with `Node` datatype t=(struct Node*)malloc(sizeof(struct Node)); if(t==NULL) // if heap memory is full p...
[ "bashorun.emma@gmail.com" ]
bashorun.emma@gmail.com
66f808d7d4027a928e9a9fbe8bbb420a4d32aaf3
ab1b73b543ccca9a0ad820c9f45b19bd4f810b36
/MD5.c
669eecbc37b5fc55c46439177fe4e2ed12f98b37
[]
no_license
gkastrinis/talk-material
73abe6dff900fd804d3a7761c9b834673c5fad6e
79a429c80066e4c564e5edb377eb35ac22af2806
refs/heads/master
2021-01-18T22:31:12.642402
2016-06-09T11:37:42
2016-06-09T11:37:42
24,017,151
0
0
null
null
null
null
UTF-8
C
false
false
9,413
c
/* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. License to copy and use this software is granted provided that it is identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or...
[ "george.kast@gmail.com" ]
george.kast@gmail.com
224cbed73ae501aa11b82045059a598c18ca381b
16311c501154bf0117f5df7271e938772aca98ee
/Level1/ft_putstr.c
29c48385837e6cddb8e39b49d4a05f529162c0d7
[]
no_license
evansta7/Playing-around
e9df63d936a64e52a480d4e9d6086db104a2abcd
f38c008129ee20895944831f559b812e43670b29
refs/heads/master
2021-01-21T08:24:13.689682
2017-03-06T09:08:54
2017-03-06T09:08:54
83,342,620
0
0
null
null
null
null
UTF-8
C
false
false
243
c
#include <unistd.h> void ft_putchar(char c) { write(1, &c, 1); } void ft_putstr(char *str) { int i; i = 0; while (str[i] != '\0') { ft_putchar(str[i]); i++; } ft_putchar('\n'); } int main() { ft_putstr("hello"); return (0); }
[ "lizy.vs@gmail.com" ]
lizy.vs@gmail.com
dc9f087572d9bd4f2a7fea1fada5cadd7786a700
e2e0bce316c5192d82e33a6ddcf2c96a9b2295d6
/6º Período/CP/Tarefas/Tarefa XXVII/distribute_number.c
4f58de8dffd7efa0aae6fcbf3830cf452a20407a
[]
no_license
viniciusfdasilva/PUCMG
134a32d530929c11b911f48fa50d9f309c94c380
b4dca634856856eee2672aabd88436fc5ee453f4
refs/heads/master
2022-03-28T21:20:59.392675
2019-12-12T12:31:35
2019-12-12T12:31:35
null
0
0
null
null
null
null
UTF-8
C
false
false
735
c
#include <stdio.h> #include <stdlib.h> #include <mpi.h> #define TAG 5 void main(int argc, char* argv[]) { int i, rank, val, numProcs; MPI_Status status; MPI_Init(&argc, &argv); MPI_Comm_rank(MPI_COMM_WORLD, &rank); MPI_Comm_size(MPI_COMM_WORLD, &numProcs); if (rank == 0) { val = 51; // enviar o ...
[ "gabrielluciano26@gmail.com" ]
gabrielluciano26@gmail.com
2b15af52b8e31e73eb7541f8462e44850e8d57c2
23c2ad9f7bd6ba1b620da8f1462dbd09da7ddad2
/certs/ht_ourcrt.h
fbae7ffad746b44ec58190f22dd5325cf6f1243c
[]
no_license
bdodge/bnet
297cb1242d2a809f027926860e1b3342ed172c6a
18922e356c1ed8e3fa5f7e41ee8f6f9f4717d225
refs/heads/master
2022-06-15T22:19:30.221215
2022-05-24T13:24:04
2022-05-24T13:24:04
116,490,291
0
0
null
2018-03-21T19:45:20
2018-01-06T14:42:11
C
UTF-8
C
false
false
6,883
h
unsigned char ht_domain_crt[] = { 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x42, 0x45, 0x47, 0x49, 0x4e, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0a, 0x4d, 0x49, 0x49, 0x44, 0x41, 0x6a, 0x43, 0x43, 0x41, 0x65, 0x6f, 0x43, 0x43, 0x51, 0x44, 0x76, 0x77, 0x72, 0x...
[ "bdodge09@gmail.com" ]
bdodge09@gmail.com
bbcae53d8f4f68e7221554669cb719c050d5092a
58334c901e2696dc4d4b5cfdef5ce79e4a0d6ca5
/dev/neslib-CNROM.h
fbabb184dbcb7f6a85855e5ee2647bb73fb90f45
[]
no_license
mojontwins/Miedow_NES
c73d64cbe0073565df33aa103f65ecec69f4c555
62b9bf669bd1aae2a4171888d65a54d348021373
refs/heads/master
2021-05-09T00:50:44.649408
2018-05-03T21:46:22
2018-05-03T21:46:22
119,761,072
9
1
null
null
null
null
UTF-8
C
false
false
7,759
h
//NES hardware-dependent functions by Shiru (shiru@mail.ru) //Feel free to do anything you want with this code, consider it Public Domain //Versions history: // 120414 - removed adr argument from vram_write and vram_read, // unrle_vram renamed to vram_unrle, with adr argument removed // 060414 - many fixes an...
[ "nathan.asshantti@gmail.com" ]
nathan.asshantti@gmail.com
8ac3ae1e11e92c8a2bb850e168c540cad67a3951
6325d14ff09350d1b5d0ad480b918bea16764dbc
/mcu/mtk_rel/BIRD_A_P0MP2_K37MV1_BSP/LWG_DSDS_COTSX/dhl/include/l1audio_trace.h
84945050a135bc2dfd812f12b73e675aa320fb54
[]
no_license
cvolo4yzhka/MOLY.LR9.W1444.MD.LWTG.MP.V296
e68e3d8f854497d5fbfc25edf1b44ce5edbe6299
0a3bbdb62811c01599e5000f3d88b1c7f1718f86
refs/heads/master
2022-12-17T15:46:18.724611
2020-09-30T07:25:54
2020-09-30T07:25:54
null
0
0
null
null
null
null
UTF-8
C
false
false
36,795
h
#ifndef L1TRC_L1Audio_DEF_H #define L1TRC_L1Audio_DEF_H /******************************/ /* String category definition */ /******************************/ #define L1AUDIO_Str_Bool(v1) (unsigned char)(v1+0) #define L1AUDIO_Str_onoff(v1) (unsigned char)(v1+2) #define L1AUDIO_Func_Name(v1) (unsigned char)(v1+4) #defin...
[ "cvolo4yzhka@mail.ru" ]
cvolo4yzhka@mail.ru
5d8f0aea53421da1ed41ef5c0119eeac31fa91cc
e8d5c3c171399dcd48a46cf010082c78f099d75a
/assign1/ms4/contacts.h
542e2dad6b0181d4530d204c3d52ba2cf8391bc1
[]
no_license
happychild8p/ipc144
16a2d34a652e083dbedc7311bbbf3cd865099d55
9d87a58764cf5ec2b903d7ebcb6f8dbb2489894a
refs/heads/master
2020-11-30T07:53:29.661580
2019-12-27T23:21:44
2019-12-27T23:21:44
230,345,830
0
0
null
null
null
null
UTF-8
C
false
false
1,099
h
//========================================== // Name: Heedong Yang // Student Number: 146191168 // Email: hyang117@myseneca.ca // Section: NSA // Date: 11/08/2019 // ========================================= // Assignment: 1 // Milestone: 3 // ========================================= // Struct...
[ "happychild8p@gmail.com" ]
happychild8p@gmail.com
08c1e217c54115191ddf758ee1fc9e93ed1596bd
fe503311d885690896e0c67d61702fc87e98ff1f
/ft_median.c
9a12a8f1c072dafe52ede58bd7638d8a196a8687
[]
no_license
lmnyamen/Push_swap
585b7dfd791bbfd961a14cc14e23881b78482579
f35f6866f9dc06ed1379299eaec9057b4309ede3
refs/heads/master
2020-08-11T16:52:26.996168
2019-11-04T16:13:51
2019-11-04T16:13:51
214,597,803
0
0
null
null
null
null
UTF-8
C
false
false
1,409
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_median.c :+: :+: :+: ...
[ "noreply@github.com" ]
lmnyamen.noreply@github.com
8d9ceff9946cfbdd157620253a5623d08f1b3979
1edca9dc96b6291883731f24f45cda0f6cc8af27
/src/Car2.h
8ef15c5a8191ba49b749b5e2b22a7933c89d3a52
[]
no_license
zeyadomran/Frogger-RPI
154aca2b5324a877daab16d7c0f9bb419e45130b
4c0535145ca6a8c8ea6f4de62b954423c7499a12
refs/heads/main
2023-04-19T03:29:13.762790
2021-04-23T02:59:31
2021-04-23T02:59:31
353,490,615
0
0
null
null
null
null
UTF-8
C
false
true
13,501
h
/* GIMP RGB C-Source image dump (CAR2.c) */ static const struct { unsigned int width; unsigned int height; unsigned int bytes_per_pixel; /* 2:RGB16, 3:RGB, 4:RGBA */ unsigned char pixel_data[40 * 40 * 2 + 1]; } CAR2IMAGE = { 40, 40, 2, "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\0...
[ "ziomran@gmail.com" ]
ziomran@gmail.com
9010c554c571daf1f911304a8671eb9d7caa7cd6
9a65646b8b774bc2a786ea886f7fef6ca84ccb03
/fonts/Bm437_Compaq_Port3.h
1264f39afe10565d59bbafa80f5d79a3f1a0b4b6
[ "LicenseRef-scancode-proprietary-license", "MIT" ]
permissive
scryptic86/gfx_demo
9802985de1b64cae3364388e074c5a0abddd9e6f
8f744beb84522f1bc24617725a421a2f2b85aaca
refs/heads/master
2023-06-20T10:08:16.139011
2021-07-13T15:32:42
2021-07-13T15:32:42
386,621,719
0
0
MIT
2021-07-20T21:25:17
2021-07-16T12:00:47
null
UTF-8
C
false
false
28,363
h
#ifndef Bm437_Compaq_Port3_FON_HPP #define Bm437_Compaq_Port3_FON_HPP #include <stdint.h> #include <gfx_font.hpp> #ifndef PROGMEM #define PROGMEM #endif static const uint8_t Bm437_Compaq_Port3_FON_char_data[] PROGMEM = { 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,...
[ "gaztoast@gmail.com" ]
gaztoast@gmail.com
68d7eefe3215835bcdffa1a9d2540920cb128b43
f7d21283b6cdd6df96e724c2e43b1f57831cef83
/sorted-tree/EIFGENs/sorted-tree/W_code/C1/so975.c
7cb82f2b634160bbbeb9e126a144f38c3f71322c
[]
no_license
kishanpatel98/Eiffel-Labs
c9088d5969d69943447903ef9bd16c40852bc444
f6c5807f4e55f05be704520150fab2418d43f9f9
refs/heads/master
2020-09-10T04:05:32.948313
2019-11-14T08:03:58
2019-11-14T08:03:58
221,642,534
2
1
null
null
null
null
UTF-8
C
false
false
145,862
c
/* * Code for class SORTED_TREE_ADT_TESTS */ #include "eif_eiffel.h" #include "../E1/estructure.h" #ifdef __cplusplus extern "C" { #endif extern void F975_7404(EIF_REFERENCE); extern EIF_TYPED_VALUE F975_7405(EIF_REFERENCE); extern EIF_TYPED_VALUE F975_7406(EIF_REFERENCE); extern EIF_TYPED_VALUE F975_7407(EIF_REF...
[ "kishanaptel12@gmail.com" ]
kishanaptel12@gmail.com
732bf6b7dc4aa03990fd76cc9512e97ad5ed6d41
12797db4656df9aacdd34b50efcee2afa4627f05
/avr_codes/timer/led_contrast_control_using_joystick/LCD.h
4f2bb774f36212dd48f09e173aba5d0dba2934e5
[]
no_license
rtvj/ARM_AVR_CODES
60401aab3c512a4ebf874c781e94408dcf83f83e
f235170db6e6b3fdbfe1cd39b68e91b1f243c028
refs/heads/master
2020-06-05T13:47:35.586447
2014-10-16T04:52:05
2014-10-16T04:52:05
25,286,717
2
0
null
null
null
null
UTF-8
C
false
false
2,246
h
#define BIT(x) (1 << (x)) #define SETBIT(x,b) x|=b //Sets the partjcular bjt #define CLEARBIT(x,b) x&=~b //Sets the partjcular bjt #define LINE1 0x80 #define LINE2 0xC0 #define PORTUSED PORTA #define DDRUSED DDRA volatile unsigned int j; void lcd_init(void); void lcd_cmd(unsigned char cmd); ...
[ "rutvij@Cilicate.(none)" ]
rutvij@Cilicate.(none)
556ba30aa9ad08b08fbe822a1d479b0d0ee9a7ac
c0dffa026eb98d46c9c48d54dc8fd33062667bb3
/stm32f746g-disco_hal_lib/HAL_Driver/Inc/stm32f7xx_hal_irda.h
20c4b3fbae18c90a1f350b072a70df0eeec610d8
[ "Apache-2.0" ]
permissive
weimingtom/arm-cortex-v7-unix
322b7f339a62a016393d5dba44b290116ff5d23b
cd499fa94d6ee6cd78a31387f3512d997335df52
refs/heads/master
2022-06-02T21:37:11.113487
2017-07-21T13:14:42
2017-07-21T13:14:42
null
0
0
null
null
null
null
UTF-8
C
false
false
33,227
h
/** ****************************************************************************** * @file stm32f7xx_hal_irda.h * @author MCD Application Team * @version V1.2.0 * @date 30-December-2016 * @brief Header file of IRDA HAL module. **********************************************************************...
[ "warlockd@gmail.com" ]
warlockd@gmail.com
96f794098d78b0645327f1611e7722642413e46c
9569548eeff2989e0e9fb56f49e5e9862cc0d006
/Lista-selecao/18.c
75965cd80430eedb9624da291e32a0359edf3313
[]
no_license
igu/algoritmos
73c66cc3312ef48183a3882e0ca682e251e3f3cb
c52dbe40b1829e2725a11d2d2a20b1de011df3d4
refs/heads/master
2020-04-25T11:35:09.426417
2019-05-28T17:29:40
2019-05-28T17:29:40
172,749,163
2
0
null
null
null
null
UTF-8
C
false
false
1,433
c
#include <stdio.h> int main(void) { int d, m, a; scanf("%d %d %d", &d, &m, &a); if((a > 0 && (m >=1 && m <= 12))){ if(m%2 || m == 8){ if(d >= 1 && d <= 31){ if(d == 31){ d = 1; m++; }else d++; printf("Data amanhã: %d/%d/%d\n", d, m, a); }else printf("da...
[ "igoralissoncn@gmail.com" ]
igoralissoncn@gmail.com
98c0040d40a5eb0b0f0480265083ba7ae57e1616
a919131e32a6a398e2ac0814ae4c50f575c18b6c
/RACBabyDoodle/General/AppDef.h
8665454e82dd6d6025bed7b88ec92e0b84e4d22c
[ "MIT" ]
permissive
xbay/RACBabyDoodle
8660a9d50dea8f3b4180c7e8e77169fe6354ea55
bf38a614b21d6bd8265dcdf6e5aeda165a951221
refs/heads/master
2021-01-01T03:38:01.952187
2016-05-31T01:45:44
2016-05-31T01:45:44
58,120,505
0
0
null
null
null
null
UTF-8
C
false
false
1,520
h
// // AppDef.h // RACBabyDoodle // // Created by Qian Meng on 5/5/2016. // Copyright © 2016 thinktube. All rights reserved. // #ifndef AppDef_h #define AppDef_h #define XAppDelegate ((AppDelegate *)[[UIApplication sharedApplication] delegate]) #define RGBCOLOR(r,g,b) [UIColor colorWithRed:(r)/255.0f green:(g)/2...
[ "mactive@gmail.com" ]
mactive@gmail.com
dd24eb440280cf34fada679d069ac16c0d551247
3d736418c2d2277f70113b5fc47720a6fe5c9e93
/gcc/ch06/declaring_attributes_of_functions/always_inline/always_inline.c
c6ca4cf94d288599e1bed3d22a89e4d4d8ab207e
[]
no_license
mihkhub/gtoolchain-in-action
e68394eb590e824262b450ec8701a229f4269358
9d35eed02a0f672d3148e1802fb35daaffd51cf7
refs/heads/master
2021-09-22T10:16:42.091304
2018-09-08T01:10:27
2018-09-08T01:10:27
84,013,650
0
2
null
2018-09-08T01:10:28
2017-03-06T00:35:53
C
UTF-8
C
false
false
813
c
#include <stdio.h> #include <stdlib.h> #include <time.h> int __attribute__(( __always_inline__ )) ooo(int a) { return a >3? 1:0; } int __attribute__(( __always_inline__ )) ofoo(int a) { long ltime; int b[1000]; int sum; int stime; /* get the curretn calendar time */ ltime = time(NULL); stime = ltime / 2; s...
[ "changfeng.or.chen79@gmail.com" ]
changfeng.or.chen79@gmail.com
2ccee4ee43ee01a11e2d258a425cac7c76029dcc
928c181db06cb16256c2d06795a8f6bfd80c5a19
/STM32L162RD_nfc_node/src/stm32l1xx_it.c
020170e2bbeb8c72655d10e02ad3ac45b5c94018
[]
no_license
abkaya/II-Ambient-Intelligence-
db309690bdd84eb6b6f49c57e76e2892dad057b3
ec8fda3e40d9c853e327606fa935b705e36e2668
refs/heads/master
2021-03-30T16:47:10.488444
2017-06-16T12:12:00
2017-06-16T12:12:00
85,169,777
0
0
null
null
null
null
UTF-8
C
false
false
5,843
c
/** ****************************************************************************** * @file stm32l1xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * * COPYRIGHT(c) 2017 STMicroelectronics * * Redistribution and use i...
[ "abdil.kaya@student.uantwerpen.be" ]
abdil.kaya@student.uantwerpen.be
4ca6ec76215d693c2081423883756df1f26a61c8
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-CSEQ/MP+dmb.sy+data-rfi-pos-addr-pos.c
7bd54874a5f40f49058b2a56709dbbb8b60201a8
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C
false
false
1,742
c
/* Copyright (C) 2023 ARM-CBMC * This benchmark is part of ARM-CBMC */ #include <assert.h> #include <pthread.h> // Memory barriers #define FENCE() volatile int vars[3]; volatile int v_1_X0_1; volatile int v_1_X4_1; volatile int v_1_X5_1; volatile int v_1_X7_0; volatile int v_1_X9_0; void *t0(void *arg){ label...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
3ce57b955f08b6383bf322a98d48788e47696159
f326e17c231e145ce109e84213545c8fca956297
/ip_repo/pwm_1.0/drivers/pwm_v1_0/src/pwm_selftest.c
6608531223fd076d99a38f47ee09f6eca3793b78
[]
no_license
tinkerfuroc/tk2_zynq_hardware
8d8d8e42684ec7ee3fa81d5abf8e35c748f8ad03
447c02bd3c02240f1dc37ced64737764ea8b9c44
refs/heads/master
2021-01-17T09:35:58.703906
2017-07-15T12:00:42
2017-07-15T12:00:42
53,481,775
4
0
null
null
null
null
UTF-8
C
false
false
1,974
c
/***************************** Include Files *******************************/ #include "pwm.h" #include "xparameters.h" #include "stdio.h" #include "xil_io.h" /************************** Constant Definitions ***************************/ #define READ_WRITE_MUL_FACTOR 0x10 /************************** Functio...
[ "yht199505@gmail.com" ]
yht199505@gmail.com
c94eae6721a50e85dddb0964412de46293d6bd10
4e294da42f5a714d4f152cb442f9d399c7eacf58
/start_simulation.c
438be0d7145fc5bf7a24c7f8c274e2f96c7fff68
[]
no_license
scamargo/lem-in
2ff78039a27cc80f1945d3e88eda3791f5f86dc1
e0588b12cc1e5847c48ea7e2d88299cf56ca57c5
refs/heads/master
2021-09-10T17:32:08.721963
2018-03-30T04:30:50
2018-03-30T04:30:50
125,906,609
0
0
null
null
null
null
UTF-8
C
false
false
2,119
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* start_simulation.c :+: :+: :+: ...
[ "sergio.camargo813@gmail.com" ]
sergio.camargo813@gmail.com
14eb0c3a9e26bc1743ce542d53f739e9d2015684
70f7dc6a4643b6b4b15db8f922a7eb3afce4a83b
/directorySystemCalls/open_close_readDir.c
1c40e528a7b56e9be815d0ed534604dae2534459
[]
no_license
Chief-Rishab/Operating_Systems
0ce20306c5b8adf43ac4d230fbd65c7202850371
db5c2140ae49ee5e91d3f647b565bfdada662586
refs/heads/master
2022-02-28T13:31:23.857043
2019-11-04T16:24:13
2019-11-04T16:24:13
null
0
0
null
null
null
null
UTF-8
C
false
false
605
c
#include <dirent.h> //for dir* and dirent struct #include <unistd.h> #include <stdio.h> int main(int argc, char* argv[]) { DIR* ds; if((ds = opendir(argv[1])) == NULL) { perror("Error in opening directory.."); exit(1); } struct dirent* content; printf("Content of directory...
[ "harpinderjot36@gmail.com" ]
harpinderjot36@gmail.com
f899acab0575f40f2f6ec5dd27af700c2c15fae1
6367c84f8a8fe890a1ddcfd1217b4789c274d10f
/Accepted/Beginner/1004.c
410da401cce6bd0d468040fde2686d44ffbe24dd
[]
no_license
Imran4424/URI-online-judge-codes
8936b9a4791ffe81afc7d3a499825388eb48aaf2
d818f916cad38e99f6ec1d0831b5fa49d6bdb598
refs/heads/master
2021-04-03T01:29:08.116993
2018-04-10T09:41:37
2018-04-10T09:41:37
125,035,527
0
0
null
null
null
null
UTF-8
C
false
false
141
c
#include <stdio.h> int main() { int A,B,PROD; scanf("%d%d",&A,&B); PROD=A*B; printf("PROD = %d\n",PROD); return 0; }
[ "akashganga.programming.534363@gmail.com" ]
akashganga.programming.534363@gmail.com
d8b2504d49d66ea83d0735bf7b51af20f9ea4109
b44bf2739444921db3dd3c8e6efc41c70c6cb0b9
/操作系统/同济大学操作系统/05文件管理/例子/夏斯华/源文件/Filesystem/Filesystem.h
9f89f33074ff69e67353725e153e9348c330cde3
[]
no_license
satyrswang/os
ebf25df1964fe851e5aed48513aa3fa25c0907bd
79bc2778a530dd3a8866cf85320dac6ac2fa8b66
refs/heads/master
2021-05-05T18:11:31.396928
2017-09-15T21:59:27
2017-09-15T21:59:27
null
0
0
null
null
null
null
UTF-8
C
false
false
338
h
#if !defined(AFX_FILESYSTEM_H__8DFF573F_576D_40A2_B0CA_6CA4E3C0A99E__INCLUDED_) #define AFX_FILESYSTEM_H__8DFF573F_576D_40A2_B0CA_6CA4E3C0A99E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "resource.h" #endif // !defined(AFX_FILESYSTEM_H__8DFF573F_576D_40A2_B0CA_6CA4E3C0...
[ "863623756.com" ]
863623756.com
3d644e786a01d2c59c8d4bcb8ff929a29771fd15
65b492a65f52b7140f361d4f0f807a3fd381f8f4
/exercise-11/ex11.c
f32af7ebdf57891a65c8f5b592ea5f613eb6dc3e
[]
no_license
mtchavez/c-the-hard-way
2e522d207cbf1b790e7a4001930f0e067062fbfc
8c393bd6589474f367c62cd3d3bbb421afe7bc85
refs/heads/master
2016-09-06T09:33:13.925682
2013-10-05T18:26:20
2013-10-05T18:26:20
null
0
0
null
null
null
null
UTF-8
C
false
false
509
c
#include <stdio.h> #define SIZE(x) (sizeof(x) / sizeof(x[0])) int main(int argc, char const *argv[]) { char *states[] = { "California", "Oregon", "Washington", "Texas" }; int i = 0; while(i < argc){ printf("arg %d is %s\n", argc, argv[i]); if (i < SIZE(states)){ states[i] = argv...
[ "nailsbrokeandfell@gmail.com" ]
nailsbrokeandfell@gmail.com
1e2cd030d65d458871dc0c5bfa7eb41fbdea7df9
ec0246bb243126fcdc6120a8d2c6797354829189
/careercup_wyxyx_cpp/G1.h
fa5f40a1f632382b4ea1fa3471fe6500190c2629
[]
no_license
ziegfeld/careercup
a72def3507aa3a02ed350a27bac60d4217fb8521
3d386edd087471cb4504509e34bb54cd7663de03
refs/heads/master
2020-04-26T10:39:13.653111
2014-02-25T21:34:40
2014-02-25T21:34:40
null
0
0
null
null
null
null
UTF-8
C
false
false
735
h
//Write the code for a change vending machine. 100, 50, 20, 10, 2, 1 //Solution: //Greedy algorithm is proper here. we should find a way to provide the change with least coins void ChangMoney(int nMoney) { int nDiv = nMoney/100; if (nDiv > 0) cout<<nDiv<<" for "<<100<<endl; nMoney -= nDiv*100; nDiv = nMon...
[ "azureliar@qq.com" ]
azureliar@qq.com
a0957e9c32f75d42b669efeb9f79eb98c8d70915
fb67d488280306bc6d8ffaca9c168bf95e7a69e4
/lib/stm32f10x_tim.c
55d65f8d7d625a3286337f03d85da4705f2c48c3
[]
no_license
1zhangnuo1/F4_fly
a40ea381fd4774b55747acfe7cd0d43eeb052cbb
3289de8956fe5d16dba1b772f52d127b974f7729
refs/heads/master
2023-03-15T15:34:37.050844
2017-10-31T09:15:37
2017-10-31T09:15:37
null
0
0
null
null
null
null
UTF-8
C
false
false
104,356
c
#include "stm32f10x_tim.h" #include "stm32f10x_rcc.h" /* ---------------------- TIM registers bit mask ------------------------ */ #define SMCR_ETR_Mask ((uint16_t)0x00FF) #define CCMR_Offset ((uint16_t)0x0018) #define CCER_CCE_Set ((uint16_t)0x0001) #define CCER_CCNE_S...
[ "33221052+jumpcarrot@users.noreply.github.com" ]
33221052+jumpcarrot@users.noreply.github.com
5751ecfa93a9376efd0ea2fcdb226f3f72b10a0e
49780f24a92fcc9a7c855144fb195ae3736bf390
/examples/boards/eZ430-Chronos/Software Projects/Chronos Watch/IAR/Sports Watch/simpliciti/Components/mrfi/smartrf/CC1101/smartrf_CC1101.h
f014b1acfab4015c14a1eee82893bf7f3c654604
[]
no_license
PiBoxY/msp430ware
81fb264c86ff1f68f711965b793aa58794ae2f00
7c96db00f97bbfd3119843e18ac895a54b4a6d39
refs/heads/master
2020-04-21T07:29:13.386144
2019-02-06T11:32:42
2019-02-06T11:32:42
169,394,007
2
1
null
null
null
null
UTF-8
C
false
false
4,688
h
/*************************************************************** * SmartRF Studio(tm) Export * * Radio register settings specifed with C-code * compatible #define statements. * ***************************************************************/ #ifndef SMARTRF_CC1101_H #define SMARTRF_CC1101_H // ISM...
[ "admin@piboxy.com" ]
admin@piboxy.com
bb8efe907ef14138cd58af26a623cbfbde18c55d
406bbdacd14000771f17457312909bdb3823e7d2
/Syntax/array_and_pointer/comparison/main.c
a950c7bbaeff7528a5d49ec77e59f5e06c321ea1
[]
no_license
shi-hao/c_language_study
f1c9212eeb68fcec408b1bed27032431a4682e1f
ffeee77ddd820fc3e7732cd442cda3b90c8ad0ff
refs/heads/master
2022-09-16T10:29:42.571224
2022-09-16T07:21:09
2022-09-16T07:21:09
158,184,807
2
0
null
null
null
null
UTF-8
C
false
false
997
c
/* *数组和指针的比较 */ #define print(data,format) printf(#data"=%"#format"\n", data) #include<stdio.h> void main() { int i; int array[2][3][4]={1}; int *p,*r; char *q; /*指针*/ int (*r1)[3][4]=array; int (*r2)[4]=array[0]; int *r3=array[0][0]; p=&i; r=&i; r++; print(r-p,d); printf("array[2][3][4]\n"); /*测试1...
[ "shi7631470@163.com" ]
shi7631470@163.com
29883b45183e5cb428e8a12041c66f9228fdd6af
9f9c9da0f7c720aa318a2372bad3d710352f8a40
/work.c
270171e4e3500f3e8ba4fc6b05b1457fab53537f
[]
no_license
oliparvu/uC
872271ddf58cab7b51f077d9a696156bd1c17d10
dcc914905353ce83925dbf4575523aeef4e3d338
refs/heads/master
2020-09-02T21:05:29.591578
2019-11-03T13:16:02
2019-11-03T13:16:02
219,303,570
0
0
null
null
null
null
UTF-8
C
false
false
2,235
c
#include "hd44780.h" #include <avr/io.h> #include <util/delay.h> #define temp 0x43 #define temp2 0x41 unsigned int Mean(); unsigned int read_adc(); unsigned int Temp(); char l1[16]="I . E . ", l2[16]=" XX.XXV "; void main (void) { DDRA = 0x00; l1[6]=0xB2; //Caracter pt grade l1[15]=0xB2; l...
[ "oli.parvu@gmail.com" ]
oli.parvu@gmail.com
1b8ea59231bc3a0d2fdc818544f05acfc1c64112
38d93d8453a5db6e6dd6901cef9a85d5ad7e333e
/Pintos OS/src/userprog/syscall.c
1831b38d5c6f9a5494593096a3048fc3449124f6
[ "MIT-Modern-Variant", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
MohamedMurad/OS
6194473ecae95093d124934a8d98f5fcd237b16b
b6759000fd38c472f9b27fa6f027c7ea90fc3b88
refs/heads/master
2020-03-30T06:15:00.045949
2018-09-29T07:20:59
2018-09-29T07:20:59
150,847,524
1
0
null
null
null
null
UTF-8
C
false
false
5,703
c
#include "userprog/syscall.h" #include <stdio.h> #include <syscall-nr.h> #include "threads/interrupt.h" #include "threads/thread.h" #include "threads/vaddr.h" #include "list.h" #include "process.h" static void syscall_handler (struct intr_frame *); void* check_addr(const void*); struct proc_file* list_search(struct li...
[ "mohamedmorad.masry129@gmail.com" ]
mohamedmorad.masry129@gmail.com
b9370eefab3a2fcfb34621bec8b8851ba7403c9e
e3f61ae68884a7acaa694a91b396a0fa26798b9a
/lcdFunctions.c
1573ca3d931e0fd9e72865cb7a805c3243c817f6
[]
no_license
igor17400/ElevadorMSP430FR2355
41d6bf39fdbdfca3540353f878afba45c6d4e93f
8197e7f70417c1995f8eb18ec3a418e921d9060e
refs/heads/master
2020-11-25T10:19:02.694487
2020-10-20T23:00:27
2020-10-20T23:00:27
228,615,553
0
0
null
null
null
null
UTF-8
C
false
false
4,502
c
/* Resumo do programa: * configuração e funções do LCD*/ #include <msp430.h> #include <stdint.h> #include "lcdFunctions.h" #include "i2cFunctions.h" const uint16_t cursorMap[2][16] = { 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89, 0x8A, 0x8B, 0x8C, 0x8D, 0x8E, 0x8F, ...
[ "igorlima1740@gmail.com" ]
igorlima1740@gmail.com
53c9396ac410888b28c4617269e58adef3caae84
c4841ba26f73ae334e3ba52edf6be8815cc9141c
/Dump/WBP_StackedStatBar_classes.h
991e726d0c86254a3a0d8ae4cd098915b65b1943
[ "MIT" ]
permissive
ALEHACKsp/RogueCompanyDump
44e41f3d3e3e6feddeb7de90516c3a3ead1f22b6
fc83446500e8713f12e9f6a95cfa07f756a6b5c3
refs/heads/main
2023-02-04T10:02:00.895619
2020-12-25T15:19:07
2020-12-25T15:19:07
null
0
0
null
null
null
null
UTF-8
C
false
false
1,180
h
// WidgetBlueprintGeneratedClass WBP_StackedStatBar.WBP_StackedStatBar_C // Size: 0x278 (Inherited: 0x238) struct UWBP_StackedStatBar_C : public UUserWidget { struct FPointerToUberGraphFrame UberGraphFrame; // 0x238(0x08) struct USizeBox* BarGroup; // 0x240(0x08) struct UImage* CurrentBar; // 0x248(0x08) struct UIm...
[ "GoodGuyKali@amphibious" ]
GoodGuyKali@amphibious
9a859fef789ace564b89546329b383119dbfd1c1
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/90eabff8-7188-4f09-ae5e-2d763274b171.c
0f17a73a046b34beb87211b2ee0a4b4f5e5e175e
[]
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
591
c
#include <string.h> #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 = i/j; l = i/j; l = l/j; l = k-j*i; //variables /* START VULNERABILITY */ int a; char b[88]; char c[45]; a = 0; while (( a - 1 ) ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
d313df62583e2de93ca5cbd8dae27d6b19727454
293133027d828c75e3ffb0db7a51045e5e01c409
/pca10040/s132/ses/Output/slam_application Release/Obj/security_dispatcher_PP.c
d6503cf9268ec29daa13d654c3be021bd94e7191
[]
no_license
arilsten/slam
d15bbd06b66de8d51be1ceb24dd622554ad0811b
476a2b2a3626272705e71d9068181f53b7836de6
refs/heads/master
2021-05-25T07:50:36.191619
2020-06-21T19:46:58
2020-06-21T19:46:58
253,725,176
0
1
null
null
null
null
UTF-8
C
false
false
309,160
c
# 1 "C:\\nRF5_SDK_15.0.0_a53641a\\components\\ble\\peer_manager\\security_dispatcher.c" # 1 "C:\\nRF5_SDK_15.0.0_a53641a\\examples\\ble_peripheral\\slam_applicationLeithe\\pca10040\\s132\\ses//" # 1 "<built-in>" # 1 "<command-line>" # 1 "C:\\nRF5_SDK_15.0.0_a53641a\\components\\ble\\peer_manager\\security_dispatcher.c"...
[ "arilsten@stud.ntnu.no" ]
arilsten@stud.ntnu.no
0883378b1e4862add11091aefef0a5ceacc3d35b
b4828cf9403fedde5dd346b3338a5f4bf0f1eb96
/codechef_sols/FLOW002.c
82892f8f732fe0919a74313e93d70dd981a45ea1
[]
no_license
Masters-Akt/CS_codes
9ab3d87ca384ebd364c7b87c8da94b753082a7e3
1aaa107439f2e208bb67b0bcca676f90b6bc6a11
refs/heads/master
2023-01-24T00:11:05.151592
2023-01-21T18:45:57
2023-01-21T18:45:57
292,529,160
6
7
null
null
null
null
UTF-8
C
false
false
183
c
//Kumar Ankit #include <stdio.h> int main() { int T; scanf("%d", &T); while (T--) { int a, b; scanf("%d %d", &a, &b); int ans = a%b; printf("%d\n", ans); } return 0; }
[ "64123046+Masters-Akt@users.noreply.github.com" ]
64123046+Masters-Akt@users.noreply.github.com
13b46c8e8442634b78ffc3c25ab38d1360d556ab
4edd08fd5080c45bfee3d83b162d24bc442395e4
/userspace/personality_test/include/storage.h
fe3cdb9ef531a0d06cbfb9e9deeaabe43aead447
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
Palem1988/tock-on-titan
87ae850a0f6693ee749d3633c96120c86b36bc93
4a1b3a4b22b34690c9e55e3c6dc702d07db3c224
refs/heads/master
2020-08-09T09:02:43.407023
2019-10-03T15:51:01
2019-10-03T15:51:01
214,053,966
0
1
Apache-2.0
2019-10-10T00:54:54
2019-10-10T00:54:54
null
UTF-8
C
false
false
1,423
h
// Copyright 2019 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
[ "plevis@google.com" ]
plevis@google.com
c2b534021bec085a7dd527ffd4e73c56d5bed4ed
6c6b4a564da94e84f4a58bd5724e09a8d8cd53b8
/docker/greatlakes/infiniband/opensm/osm_verbose_bypass.h
ed68b55da5411c241d2ef5b2c3445095befa91bd
[ "BSD-3-Clause" ]
permissive
friedenhe/software
8894479c5c754b22c27db1b0e836b9c1742ee3cf
5aa1e2a73f7151bc7d9d159a6562f60431536c86
refs/heads/master
2021-03-10T16:25:34.220435
2020-02-05T16:27:23
2020-02-05T16:27:23
null
0
0
null
null
null
null
UTF-8
C
false
false
5,273
h
/* * Copyright (c) 2016 Mellanox Technologies LTD. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this...
[ "joaander@umich.edu" ]
joaander@umich.edu
2f254b26cbb9d051c0783ead1e9d93e327a5c9a1
1b69efcec2cd4e92c1ed35d05c7f48b776a41b89
/libs/LCD5110_Basic/examples/Arduino (ARM)/LCD5110_Bitmap/oshw_logo.c
80fa1459ffa65aa2e6d6b4447609fe6faf2e4490
[]
no_license
hsiboy/attiny85
c8ab148a699842b9cb1ff8c3f6b2f299c0746bc0
421cc194db858540cc1ca9b357eb1878ba7e6e14
refs/heads/master
2016-09-06T02:48:46.216195
2015-01-13T15:45:29
2015-01-13T15:45:29
29,196,985
3
0
null
null
null
null
UTF-8
C
false
false
2,819
c
// Generated by : ImageConverter BW Online // Generated from : oshw_logo.png // Time generated : Thu, 11 Aug 11 20:28:44 +0200 (Server timezone: CET) // Image Size : 56x48 pixels // Memory usage : 336 bytes const unsigned char oshw_logo[] ={ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0...
[ "github@j-notation.co.uk" ]
github@j-notation.co.uk
7e61b28ee7ef229ed7d3c880911ea38ecd403187
e86e110f97f2eece465c2ae45fb73663d9d93e58
/old/程序设计/矩阵转置程序及文件/矩阵装置(文件).c
b7d4a52679d0b3a7204b8e237c0000396f8507e3
[]
no_license
CollectionProject/cpp
87da66bb44846ffede034a48529b3896108cbfbf
148747ffdc27835b3a1c5a7af545f6f9e6fbefaf
refs/heads/master
2020-04-26T05:00:20.711726
2018-03-18T15:00:22
2018-03-18T15:00:22
null
0
0
null
null
null
null
GB18030
C
false
false
867
c
#include<stdio.h> #define MAXROW 10 #define MAXCOL 10 void fun() { FILE *p; int i,j,row,col,a[MAXROW][MAXCOL]; p=fopen("in.txt","r"); if(p==NULL) { printf("未知错误,输入文件打开失败!\n"); } fscanf(p,"%d%d",&row,&col); for(i=0;i<row;i++) { for(j=0;j<col;j++) { ...
[ "1325989310@qq.com" ]
1325989310@qq.com
ad13e0fe6bcd1c8c68819b26c4d14f0bf3c7d40e
a29917fa332ee7a2fd5e888428039b73d7279e3a
/srcs/ft_error_check_input.c
e281ffd2174cb327bdc4abf02126eb8561ee1bfc
[]
no_license
AlexValliere/algo1-puissance4
7400613b73b14e59f8f18a47bbdd7a9f89538c81
c622f62b445f1972d9255ffb7876a5988bd44d92
refs/heads/master
2023-01-09T01:25:02.983707
2014-05-22T22:25:28
2014-05-22T22:25:28
null
0
0
null
null
null
null
UTF-8
C
false
false
1,457
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_error_check_input.c :+: :+: :+: ...
[ "alexandre.petit.vilapon@gmail.com" ]
alexandre.petit.vilapon@gmail.com
535d8e76e001a8eb8a811fc8db44bc7781d7f2ac
782430258cc38d51ebcb80fe294934d71971c4fa
/ch03/practice/p05.c
644b319e0255c4faadc32bcdd61716db9d151cee
[]
no_license
Jarrah19/understandc
e829d55bd1d49f0b936563c47e8cc9ebe705dd76
68cb204ea28b632bb7923f494b8fc9bdd3015113
refs/heads/master
2022-03-20T18:16:37.357794
2019-10-20T16:49:54
2019-10-20T16:49:54
208,965,573
0
0
null
null
null
null
UTF-8
C
false
false
111
c
#include <stdio.h> int main(void) { int n = 3 ; printf("%d, %d\n", n == 3, n > 3); return 0; }
[ "jarrahtsui@outlook.com" ]
jarrahtsui@outlook.com
0b8080d2fb1727cb372331ec5603ab09f168e694
de6a1a95444071c5ae201e0add4a6133905492ee
/apps/driver/spi_eeprom/at25/at25_eeprom_read_write/firmware/src/config/sam_g55_xpro/definitions.h
e5ee5538dd0af56b0b1c367350aa6b05dfd232c3
[ "LicenseRef-scancode-unknown-license-reference", "ISC", "LicenseRef-scancode-public-domain" ]
permissive
fb321/core
bba2c99e7ab09d4c884fad7227fc4a98e1c38c81
ac3b1a4d576ee974ad9f1bcfdc7889a05c885a2d
refs/heads/master
2020-06-27T13:44:06.203997
2019-06-28T12:29:22
2019-07-02T14:15:32
199,966,101
0
1
NOASSERTION
2019-08-01T03:02:36
2019-08-01T03:02:36
null
UTF-8
C
false
false
6,307
h
/******************************************************************************* System Definitions File Name: definitions.h Summary: project system definitions. Description: This file contains the system-wide prototypes and definitions for a project. *******************************************...
[ "http://support.microchip.com" ]
http://support.microchip.com
f69538425c4c684195149f2fd96a9831f45629e5
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/fastsocket/kernel/drivers/infiniband/hw/qib/extr_qib_fs.c_qibfs_kill_super.c
3318e2986e1087b5ca4872851c9051736d0b6f17
[]
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
644
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
7d73bb328c34be187d0cede1eb08e3463f68ab7f
19bfbcb08cac7ce5585133d4d825c5e28666835c
/mpi-ring2.c
76d27ca9b53be60f39de2be05ed5541558f595a4
[]
no_license
alonanko/turnin_1
3676a6411cf0ae94b0ae4b0f339082beafce8f18
c1a6246308581c7ec974feadaa5fc1c0060156fa
refs/heads/master
2021-09-05T09:41:12.135212
2018-01-26T06:04:42
2018-01-26T06:04:42
119,012,617
0
0
null
null
null
null
UTF-8
C
false
false
2,574
c
/************************************* Alon Ankonina aankonin@ucsd.edu A12854998 ******************/ #include <stdio.h> #include <stdlib.h> #include <math.h> #include <mpi.h> #include "svalidate.h" #include "cs160String.h" #define DATATAG 100 #define MSGLEN 100 int main(int argc, char *argv[]) { MPI_Status status; ...
[ "aankonin@ieng6-202.ucsd.edu" ]
aankonin@ieng6-202.ucsd.edu
2d0e9cb0a7c915630a68c8fb4625f86dd1f2121e
caa264639c031433f24bb6710a9de3792e2f0154
/tools/padled/sixled.c
ca4759c4902fddc8948ff89d4fb345deebb35c2f
[ "MIT" ]
permissive
jawsper/snes_controller_emulator
167741d346e5d91bbda8d13ba864e6f26abcaba3
6f37688f80ec9ef4f7e2c790b87fc8e3c3a2930e
refs/heads/master
2016-09-09T18:53:08.264579
2015-06-18T19:00:27
2015-06-18T19:00:27
32,945,284
3
0
null
null
null
null
UTF-8
C
false
false
3,697
c
/* * * sixled - Set leds on sixaxis controllers * * Copyright (C) 2009 Bastien Nocera <hadess@hadess.net> * Copyright (C) 2011 Antonio Ospite <ospite@studenti.unina.it> * Copyright (C) 2013 Szymon Janc <szymon.janc@gmail.com> * Copyright (C) 2015 Jasper Seidel <jawsper@jawsper.nl> * * * This program...
[ "lenny@jawsper.nl" ]
lenny@jawsper.nl
c7dd25c39ce4cd369512c76e53d328366bda1a34
71b17b50714f25f3c6f45768c582002b531bc83c
/Libraries/Libraries/i2c.c
be46c00e1ee3d6c6d0bfe25012c888d78a4cd2c1
[]
no_license
1770763971/C51
ee1c73a865551d719e585053e4d621f79cea2aaf
ff04a105b9f60249ab791fa497cbb9f7a32f5f9c
refs/heads/master
2021-01-14T19:19:40.065412
2020-03-13T12:28:17
2020-03-13T12:28:17
242,727,665
0
0
null
null
null
null
GB18030
C
false
false
4,524
c
#include "common.h" #include "i2c.h" sbit SCL=P2^1; sbit SDA=P2^0; /******************************************************************************* * 函数名 : Delay10us() * 函数功能 : 延时10us * 输入 : 无 * 输出 : 无 *******************************************************************************/ vo...
[ "1770763971@qq.com" ]
1770763971@qq.com
5ff5369baf7a61b58c19ca709d4842954d0ae724
ef1360311214b04c7f394c2bbd3670ec49a01ef3
/ISTbd-21/Evtushenko A. A/lab_8.2/mycode.h
de25620aac77c9502dcdebcbece866e253fed67d
[]
no_license
Qui-Gon173/AiSD-2020
64ac282ee8ff9b931cef5a9593f531b2436cf6e7
5a07321590c047cd8add2563a67a7381db37277e
refs/heads/master
2023-02-17T00:14:06.089644
2021-01-15T16:07:23
2021-01-15T16:07:23
303,781,723
7
21
null
2021-01-15T16:07:25
2020-10-13T17:33:14
C++
UTF-8
C
false
false
92
h
#pragma once #include "stack.h" #include "math.h" #include "generator.h" #include "print.h"
[ "Evtushenko8sasha4mn@yandex.ru" ]
Evtushenko8sasha4mn@yandex.ru
38aed7005baf05ed20a63b7f135eb9cf115159f5
a1446c3f95df2dfe097a9bd6b463767b00f18140
/usr.sbin/bind/lib/isc/include/isc/list.h
520bd4343ab3f1a2a3853ada45b6e333edc31d88
[ "ISC" ]
permissive
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
5,885
h
/* * Copyright (C) 2004, 2006 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1997-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permissio...
[ "cludwig@net.t-labs.tu-berlin.de" ]
cludwig@net.t-labs.tu-berlin.de
f28cb7ac774b60ea7702c88f06652dcd29c14bb3
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/f8efb506-249d-4cb6-a225-419a3a9c5d06.c
b145f2a9b659637c2796b36670232dd3bed4b0a6
[]
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
582
c
#include <string.h> #include <stdio.h> int main() { int i=40; int j=12; int k; int l; k = 33; l = 64; k = i/j; l = i/j; l = l/j; l = l%j; l = l%j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; int b[82]; int c[48]; a = 0; while...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
7f8cb1c22b4fd0e9e703dc5ec710037e5cb784c6
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/g++.dg/coroutines/co-return-syntax-08-bad-return.C
148ee4543e8725e29d973026a5eef21347d17230
[ "LGPL-2.1-only", "FSFAP", "LGPL-3.0-only", "GPL-3.0-only", "GPL-2.0-only", "GCC-exception-3.1", "LGPL-2.0-or-later", "Zlib", "LicenseRef-scancode-public-domain" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C
false
false
1,024
c
// { dg-additional-options "-w" } #include "coro.h" struct Coro { struct promise_type; using handle_type = coro::coroutine_handle<Coro::promise_type>; handle_type handle; Coro () : handle(0) {} Coro (handle_type _handle) : handle(_handle) {} Coro (Coro &&s) : handle(s.handle) { s.handle = nullptr; } Co...
[ "rink@rink.nu" ]
rink@rink.nu
c18f836d8d1211489858a817203958e7e766fa63
e677ca9883ea6760fc320aa27b5b6abbe75c65f0
/SDK/GD32V103国产Risc V单片机/GD32VF103_Firmware_Library_V1.0.0/Template/main.c
91ed58d46cfd70e757c18ea15c182e726a524b35
[ "BSD-3-Clause" ]
permissive
hechao/GD32V
9aa5b2a18b348e826c20213c0f3554cdb2cfbd23
726ec83cd8d7b010fdfde70c4b802c8cde97c4b6
refs/heads/master
2020-12-07T12:28:02.102367
2020-01-09T12:35:22
2020-01-09T12:35:22
232,721,338
1
0
null
null
null
null
UTF-8
C
false
false
2,523
c
/*! \file main.c \brief running led \version 2019-6-5, V1.0.0, firmware for GD32VF103 */ /* Copyright (c) 2019, GigaDevice Semiconductor Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1...
[ "info@electrodragon.com" ]
info@electrodragon.com
d367e124e81ae7875524631bffcf22a5aeda1ed9
50a3c815c38c5272171b2bd17b44d4e818364e99
/code/main.h
39ed7aef9d4573b473c5d5d705ea9a58c2140f46
[]
no_license
LittleberryPi/internship-code
3c90c37714e57d0c90e0b45c3cb10cb1de13d1bf
e277713c2a7b0f96c0f70dcd22ebc2e6b230b19a
refs/heads/master
2022-04-10T09:21:12.800607
2020-01-03T13:07:56
2020-01-03T13:07:56
231,463,441
0
0
null
null
null
null
UTF-8
C
false
false
143
h
#ifndef MAIN_H #define MAIN_H void (*ntt_asm)(int16_t*, int16_t*); void (*invntt_asm)(int16_t*); void (*KeccakF1600_sve2)(uint64_t*); #endif
[ "gia_linh_hoang@hotmail.com" ]
gia_linh_hoang@hotmail.com
f92bb3475a22423ac99b56e21faaf691c5234185
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/5438e5b7-6ee5-4092-ab7b-446ca321ee5a.c
93fab7abf0c5247474f3fb370a66b97abe8cc3e4
[]
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
564
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=32; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = l/j; l = l%j; l = k-j*i; //variables //random /* START VULNERABILITY */ int a; int b[18]; int c[5]; a = 0; while (( a - 1 ) > ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
f97320869316087a65339972fa80ffbf774e924e
647ebed104cea381d07a3106b48345d6319874bf
/examples/goFB_only/c_tcrest/messagepasser_single_spm/c/Print.c
c1c4c3261fa93ed982a0e95bfc420276e7e6e631
[ "MIT" ]
permissive
PRETgroup/goFB
4155d09d9f7c5eda8bb5ae84fcc891eeff89f674
aee3c85299d74e36aed79faa2bfec3e1f3ab96ba
refs/heads/master
2021-06-05T09:49:46.583394
2021-04-02T16:32:44
2021-04-02T16:32:44
94,039,080
3
4
null
null
null
null
UTF-8
C
false
false
2,741
c
// This file has been automatically generated by goFB and should not be edited by hand // Compiler written by Hammond Pearce and available at github.com/kiwih/goFB // This file represents the implementation of the Basic Function Block for Print #include "Print.h" /* Print_preinit() is required to be called to * in...
[ "hammondpearce@outlook.com" ]
hammondpearce@outlook.com
438ca62cd27750dc5b543bf087117297a95ab0cf
bcb62f36caa6ab1f92715cffae29cf4353d247e8
/src/os/osPfsDeleteFile.c
ac784347a7ba39c89d69d490f1071d38d1a20d37
[]
no_license
n64decomp/mk64
4b74ffb8c896e739b908534b74bc1cb79a21ae60
c4c00f159845fddd1eced906c14cc25a0cb7a10b
refs/heads/master
2023-09-01T02:48:30.111868
2023-09-01T02:28:49
2023-09-01T02:28:49
304,205,548
476
88
null
2023-09-14T04:36:28
2020-10-15T04:01:57
C
UTF-8
C
false
false
3,676
c
#include "libultra_internal.h" #include "controller.h" s32 osPfsDeleteFile(OSPfs *pfs, u16 company_code, u32 game_code, u8 *game_name, u8 *ext_name) { s32 file_no; int k; s32 ret; __OSInode inode; __OSDir dir; u16 sum; __OSInodeUnit last_page; u8 startpage; u8 b...
[ "noreply@github.com" ]
n64decomp.noreply@github.com
0db31288091b6e38ea26a565c6c58a9cecadd681
4d693325973de4534ddd63352acb6a216f0d7ad0
/Libraries/drivers/K/src/adc.c
04497bb377116f791a25a8e1141f745675c49ccf
[]
no_license
ranyanhao/Freescale_smart_car
35d3f9de984f929f9dd8c531b99e230cf5d7aefb
01e15588623a82718280e90bc716e9606a78c8d6
refs/heads/master
2021-01-01T19:39:42.307498
2014-08-09T08:32:54
2014-08-09T08:32:54
22,724,431
3
2
null
2014-08-09T05:50:40
2014-08-07T14:32:57
C
GB18030
C
false
false
14,949
c
/** ****************************************************************************** * @file adc.c * @author YANDLD * @version V2.5 * @date 2014.3.25 * @brief www.beyondcore.net http://upcmcu.taobao.com * @note 此文件为芯片ADC模块的底层功能函数 *************************************************************...
[ "ranyanhao@gmail.com" ]
ranyanhao@gmail.com
574f5a8b601c136bd4f4fe9a71fedbf2de72254f
c669109a76ce3f7bdb9f19224949c5eceb2a4fa7
/pp-c/lab2/lab2.c
8556d2775177a4711509d6e1c75655c851f315c5
[]
no_license
hunteresler/college
a448e5ca805829eedb3d73c8db5c27a398c83506
1f623ce96bdbc9873c819710c745862288db4a90
refs/heads/master
2022-08-27T12:33:10.595381
2020-05-26T22:55:18
2020-05-26T22:55:18
267,163,772
0
1
null
2020-05-26T22:55:19
2020-05-26T22:20:37
null
UTF-8
C
false
false
10,471
c
/* *Author: Hunter Esler *Course: CSCI 4330 *Lab number: Lab 2 *Purpose: This lab will run the player and dragon "game" simulation described in the lab2.html *Due date: February 8, 2018 * */ #include <stdio.h> #include <stdlib.h> #include <pthread.h> //player object with id and type of player typedef struct { ...
[ "hunter.esler@gmail.com" ]
hunter.esler@gmail.com
6cb87541baed9f40c2040dac7e571958c903eb3e
cd844ce7a746bf575eb455222bc53d64b17181e9
/ch30_mode/modeserv.h
e5814a7ce55c29dc76deea235e2a902a7668b406
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
GongCun/UNIX_Network_Programming_3thEd_Volume1
e7ec83b0e068da1c2461f8ca70b07a0e76e0426b
9bce5d8994d2f458447644fbc20908a4215bb556
refs/heads/master
2021-01-10T23:47:52.468532
2016-12-21T12:24:55
2016-12-21T12:24:55
61,408,223
1
1
null
null
null
null
UTF-8
C
false
false
680
h
#pragma once #include "unp.h" #include <pthread.h> #define MAXN 16384 /* max bytes to request from server */ struct child { pid_t child_pid; int child_pipefd; int child_status; long child_count; }; struct Thread { int id; pthread_t tid; long count; }; int mode_connect(char *, char *, i...
[ "Gong Cun" ]
Gong Cun
d417cfde793dd35fadf51d0030c59c688a7a6759
ac7d520a2f0786355073bcc1edcd5fc74d9a46a9
/TP3/vex/advanced/simd/vex_simd.h
f11c3c18fe053e1d518260478261ac17fa980dff
[]
no_license
Althior/ASE-TP
821d205de68f367c175d082ccd115a2ccdc7f738
eb403588fa2786be9e3ea1ce46450b2ad156f938
refs/heads/master
2020-12-31T01:10:28.014565
2015-04-12T14:10:16
2015-04-12T14:10:16
null
0
0
null
null
null
null
UTF-8
C
false
false
7,206
h
#ifndef _VEX_SIMD_H #define _VEX_SIMD_H #define _UI8 unsigned char #define _UI16 unsigned short #define _UI32 unsigned int #define _OP_GROUP_MASK (1 << 6) #define _OP_GROUP_A 0 #define _OP_GROUP_B (1 << 6) /*** Subword sizes ***/ #define _OP_NSUB_MASK (1 << 5) #define _OP_NSUB_2 0 #...
[ "12007163@e003m03.istic.univ-rennes1.fr" ]
12007163@e003m03.istic.univ-rennes1.fr
377a559de5950125dc5c1e321b84e39a6ea5139f
5dc156f94350421074a2f87e28153bc9d6abec07
/app/src/main/jnilibs/jnetpcap/org_jnetpcap_packet_annotate_Header.h
d0feee1a41572f3d9db8874d3887cc76e5f4b7dd
[]
no_license
tommokmok/AndroidNetMonitor
0cd704886e2679013c81f52006d460317c7975d7
446fa13f2c496f391f0c89cd4297d4a63ba6dc78
refs/heads/master
2021-04-26T22:19:50.717420
2016-07-07T01:24:35
2016-07-07T01:24:35
null
0
0
null
null
null
null
UTF-8
C
false
true
313
h
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class org_jnetpcap_packet_annotate_Header */ #ifndef _Included_org_jnetpcap_packet_annotate_Header #define _Included_org_jnetpcap_packet_annotate_Header #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif
[ "christopherwuy@gmail.com" ]
christopherwuy@gmail.com
4ea457dbb3c2d45ecacd3016737d10d9b3c9d5de
12df19dfe94f6d54694d8c22ba19712f76303232
/3rd_party/SISL/src/sh1781_at.c
c8ffa57fa006609c66119f8a5590e08e4dfa5513
[]
no_license
cangyu/Sky
11e20ed8c24008afbbd01f675a28b963c679f6e7
3f7b769c9fc3edbfd808b9f98cd0c6ada159a01d
refs/heads/master
2021-01-24T00:42:03.102009
2018-04-15T14:52:34
2018-04-15T14:52:34
68,723,436
7
0
null
null
null
null
UTF-8
C
false
false
5,134
c
/* * Copyright (C) 1998, 2000-2007, 2010, 2011, 2012, 2013 SINTEF ICT, * Applied Mathematics, Norway. * * Contact information: E-mail: tor.dokken@sintef.no * SINTEF ICT, Department of Applied Mathematics, * P.O. Box 124 Blindern, ...
[ "yhcy1993@gmail.com" ]
yhcy1993@gmail.com
177ca4df1e846d9646d6b78d3f4cf5eb46a5616a
c9152dca788ed5cfef5ceb60b19f12753546f128
/xc_domain_restore.c
35bceffe0aebb32220f8996093a9bd65ad0be24a
[]
no_license
akorzan/xc_domain_save_restore_no_zeropages
f055d72ece706ce93fb3d4d37565e74d590d3c63
a02ba5ce65321f87ff29928af5ff85fef6ea6c2c
refs/heads/master
2021-01-25T10:06:08.390504
2018-02-28T20:24:04
2018-02-28T20:24:04
123,337,952
0
0
null
null
null
null
UTF-8
C
false
false
66,429
c
/****************************************************************************** * xc_domain_restore.c * * Restore the state of a guest session. * * Copyright (c) 2003, K A Fraser. * Copyright (c) 2006, Intel Corporation * Copyright (c) 2007, XenSource Inc. * * This library is free software; you can redistribut...
[ "antek@Anthonys-MacBook-Pro.local" ]
antek@Anthonys-MacBook-Pro.local