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
a997803a847c8e294c2ad062bed76235a3ed7ba8
c47c254ca476c1f9969f8f3e89acb4d0618c14b6
/datasets/linux-4.11-rc3/arch/mips/ralink/rt305x.c
93d472c60ce467cfc4da3c8d72cef8a7fd9bc45d
[ "BSD-2-Clause", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
yijunyu/demo
5cf4e83f585254a28b31c4a050630b8f661a90c8
11c0c84081a3181494b9c469bda42a313c457ad2
refs/heads/master
2023-02-22T09:00:12.023083
2021-01-25T16:51:40
2021-01-25T16:51:40
175,939,000
3
6
BSD-2-Clause
2021-01-09T23:00:12
2019-03-16T07:13:00
C
UTF-8
C
false
false
8,622
c
/* * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. * * Parts of this file are based on Ralink's 2.6.21 BSP * * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org> * Copyri...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
3889fbce136ea0aef8965f67ed550415460fd953
d5c7e4eb3e4c920936ccb617689bef65839a3ece
/A-5/5.6.c
88d2197fcf8626988ab159a619de18e45d6b6f81
[]
no_license
YashJain2/C-Assignment
1d54c4b096ef30e1e59c543e3c270ce7f139fb49
72a75d9ae41f34367248baa1c877161ad6abea7e
refs/heads/master
2021-09-24T00:42:38.331681
2021-09-17T17:26:13
2021-09-17T17:26:13
208,190,000
1
0
null
null
null
null
UTF-8
C
false
false
272
c
#include <stdio.h> int main() { int x,y; for (y=1;y<=4;y++) { for (x=1;x<=20;x++) if (y%2==1 && x%5==1) printf ("0 "); else if (y%2==1 && !(x%5==1)) printf ("* "); else if (y%2==0 && x%5==1) printf ("* "); else printf ("0 "); printf ("\n"); } return 0; }
[ "noreply@github.com" ]
YashJain2.noreply@github.com
5f00e28c167b874338946a982d2fdc3ce77fd7e5
50fd00303e46f8400f7756e399f5247167acab82
/lualib-src/lualib-log.c
aa8fda513e296fd7a4b0a9290c19c364a9ff244e
[ "MIT" ]
permissive
wagulu/silly
8ebeddc28d2eae5b6366e6fe11fc1f89d81f6c20
a91f47137330b40fb54892892c8248e521b2634c
refs/heads/master
2021-01-23T11:32:24.488527
2017-05-20T12:39:28
2017-05-20T12:39:28
null
0
0
null
null
null
null
UTF-8
C
false
false
1,990
c
#include <assert.h> #include <unistd.h> #include <time.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <arpa/inet.h> #include <lua.h> #include <lauxlib.h> #include "silly_timer.h" #include "silly_env.h" static int today = -1; static pid_t pid = 0; static FILE *fp = NULL; sta...
[ "findstr@sina.com" ]
findstr@sina.com
07c87ac9e7cb22c7efe2c820ca29f971f4717f1c
73444c8bb06fff44f6bd80cdbf3d0078650d3c1e
/src/Mathieu/my_map.c
6c1f8ba6d7b799d0a9cf483b602a6d98abfad17a
[]
no_license
nathangranet/my_rpg
487cdcdc6a8eed1d4208887c13587b1a3d426dcf
059c5873532daa7c31b00e9659c98b46205fb7b7
refs/heads/master
2020-06-14T16:06:02.216964
2019-07-03T12:44:52
2019-07-03T12:44:52
195,049,937
0
0
null
null
null
null
UTF-8
C
false
false
2,515
c
/* ** EPITECH PROJECT, 2018 ** my_runner ** File description: ** my_runner */ #include "map.h" #include "rpg.h" void event_game(gestion_t *game, scene_t *scene, sfView* view) { while (sfRenderWindow_pollEvent(game->window, &game->event)) { if (game->event.type == sfEvtClosed) sfRenderWindow_cl...
[ "granola@localhost.localdomain" ]
granola@localhost.localdomain
ce9fb69b43318938b99908bfd0007de435cd900f
ea0d1663ce1b69e3f8f84b13c8808f52da7a09af
/TestUI/Pods/Headers/Private/ColorfulWoodUIBase/CWUBCell_ImgLeft_TitleLeft_InfoRight_Model.h
787c55850d7e4a92c8e3e32137b36a7d89376a65
[ "MIT" ]
permissive
gs01md/ColorfulWoodUIBase
2d18c0e74b078fc85269154b7aea26aa0b44b187
dc1a7c1eb742f7a32228657d3057630cfd200131
refs/heads/master
2021-01-11T09:28:16.744841
2019-09-16T01:51:16
2019-09-16T01:51:16
81,194,051
7
1
null
null
null
null
UTF-8
C
false
false
173
h
../../../ColorfulWoodUIBase/ColorfulWoodUIBase/ColorfulWoodUIBase/CocoapodFiles/CWUBModules/CWUBCell_ImgLeft_TitleLeft_InfoRight/CWUBCell_ImgLeft_TitleLeft_InfoRight_Model.h
[ "gshzyfx@163.com" ]
gshzyfx@163.com
01064aabdd4a314aaa00ba6112d55bbf23edda2f
fea23b4a928ae6ce82cc985e9bed642e306b811c
/src/vk_types.h
416458235ae3bcd9c527cd5a6b95e9a57c04f63d
[]
no_license
trimcao/vulkan-renderer
c45f907a27916b0c6508df74947a31f3dc005a6e
730537072c2b6f79684a75dd219de46ad1b4ffa3
refs/heads/main
2023-01-22T17:28:32.004909
2020-11-16T18:53:52
2020-11-16T18:53:52
308,178,958
0
0
null
null
null
null
UTF-8
C
false
false
197
h
// vulkan_renderer.h : Include file for standard system include files, // or project specific include files. #pragma once #include <vulkan/vulkan.h> //we will add our main reusable types here
[ "trimcao@gmail.com" ]
trimcao@gmail.com
91b24fb24a4035008de052a85f2d45db4a43a93b
fc1b8c323169e4b36685333125b5b2898d9d8e88
/libft/ft_memchr.c
a43dc5bb783334aa2705629e14ab038a99c7a7de
[]
no_license
Achopper/minishell
b838c3691a078bac8a34d243318bdf042bd2adea
a67985d457299156d82c0bedec5991397c2a5278
refs/heads/main
2023-06-23T06:38:35.432801
2021-07-26T20:03:09
2021-07-26T20:03:09
389,598,461
0
0
null
null
null
null
UTF-8
C
false
false
1,103
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memchr.c :+: :+: :+: ...
[ "achopper@student.21-school.ru" ]
achopper@student.21-school.ru
f267868a7cb03518c47bf010033a3e0946b9815d
aefa03556d1ee1497f39db707ee19047c802d7d0
/analysis/sys_All.C
20e90d2b77bc4b58bd47437b0e832ab633ef312d
[]
no_license
marrbnl/STAR
5424615055cf28433ac44007a27b3a2d52844dca
aa71baa6dee30fddd342037abdbd9df9fad87b17
refs/heads/master
2021-01-18T22:38:56.915466
2018-10-23T18:54:52
2018-10-23T18:54:52
19,166,403
0
0
null
null
null
null
UTF-8
C
false
false
12,199
c
TFile *f; const int year = YEAR; TString file_name; const int nSys = 5; const char *name[nSys] = {"SigExt","TpcTracking","PidCuts","MtdTrigEff","MtdRespEff"}; const TString legName[nSys+1] = {"Total","Signal extraction", "Tpc tracking", "Muon PID", "Trigger efficiency", "MTD matching"}; const int color[nSys+1] = {1, 2,...
[ "marrpku@gmail.com" ]
marrpku@gmail.com
61aa5b60ff6d3d84ee330290f81355f0462fa013
a87cfd2859d2d3798cf1668f53ab1923b41f5724
/3P/sqlite/3.6/src/sqlite3.h
687be6986462c7ab75f76d2a8c1a39491eefa241
[]
no_license
kfengbest/GenericDB
248a537c004fcf0636a66955f8e905c4ba92e9ca
ac4a0aada896b39ba7d81972a88d38dbb4d9344f
refs/heads/master
2020-05-01T02:15:20.343852
2013-01-28T15:56:47
2013-01-28T15:56:47
null
0
0
null
null
null
null
UTF-8
C
false
false
312,873
h
/* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. ** *******************...
[ "kfengbest@hotmail.com" ]
kfengbest@hotmail.com
a008ccd733d222af046ccd236fc4c4e9fd8a0964
f9184f36b696dd75c6d698a7523a83ca26cf1744
/pcp_generic/pcp_timer.c
fda140f6e29ee2c8d5123adcbd06595f6a1191c5
[]
no_license
now/slackedit
1e664b86c4d2a992cd93d8799024d959dc2c2871
852cbc0f123a7f5eccaa25d0e5d600bc02544c30
refs/heads/master
2016-09-06T13:58:01.450704
2010-03-15T20:40:03
2010-03-15T20:40:03
null
0
0
null
null
null
null
UTF-8
C
false
false
2,900
c
/***************************************************************** * FILE HEADER * ***************************************************************** * Project : pcp_generic * * File : pcp_timer.c * Created : 07/06/00 * Owner : pcppopper * Revise...
[ "now@bitwi.se" ]
now@bitwi.se
1afcd3b198a700afc2fc504ae9a57e5eca530f29
77b70aeead734b77c861a0e7bcd09f9b4a61850c
/SampleCode/RegBased/ROM_CONST_simple/ROM_const.c
2237c7d20c27cf0c9c70632b4ac2435e1051294a
[]
no_license
chenyanming1975/ML51_BSP_KEIL
ce4a177c8233296a18ba4660bb44329a07ee2fa6
b79aae9917bd162e43baa903fe12fc88569011e3
refs/heads/master
2020-06-01T22:33:54.594040
2019-05-08T09:44:56
2019-05-08T09:44:56
null
0
0
null
null
null
null
UTF-8
C
false
false
1,890
c
/*---------------------------------------------------------------------------------------------------------*/ /* */ /* Copyright(c) 2019 Nuvoton Technology Corp. All rights reserved. ...
[ "JCLiu@nuvoton.com" ]
JCLiu@nuvoton.com
c732f32fe7d5313058b340b08cc0998775732ff8
7899f0a11dab8ccb31a4a0b9e7f5cb4f34dfa7b9
/Haha.h
8f9e22e1096bfae3b16e17232c6b65a3466dd331
[]
no_license
LegendWing/ios-test
3655a43db0d4c175c3bef7ac482319a9bc48aa6b
4b78c16990c74cfb9bb26ee80407823ab52a6fb5
refs/heads/master
2021-01-15T21:34:26.140401
2012-09-25T03:40:33
2012-09-25T03:40:33
null
0
0
null
null
null
null
UTF-8
C
false
false
126
h
// // Haha.h // gittest // // Created by Cadrick on 9/24/12. // Copyright 2012 __MyCompanyName__. All rights reserved. //
[ "cadrickloh@gmail.com" ]
cadrickloh@gmail.com
9ab3629459b50668badf68bb5bfc584c9f7a5587
2f58e3f9c8d40806f3f87caa402874864b9ea36b
/srcs/ft_quit.c
9686b3fb0e7540057851e767fb8c38271db0d8a6
[]
no_license
misteurLeu/fractol
e1e6132f6b4b03266015cd45cc38379d6777d78a
7ec3c6f6dd9be0ead9106ea08373edcba8853f8b
refs/heads/master
2021-01-01T05:03:53.826886
2016-04-15T17:22:27
2016-04-15T17:22:27
56,335,366
0
0
null
null
null
null
UTF-8
C
false
false
1,098
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_quit.c :+: :+: :+: ...
[ "jleu@e2r5p6.42.fr" ]
jleu@e2r5p6.42.fr
6eaf44792639f284792dd1b8149ba33abb665b29
5d5b10b3b4b843bbda20f4915d1bab402b57549f
/ex01/ft_strncmp.c
bbd719cdb66fa9c5f5cf22accab27a27c3b9bfa1
[]
no_license
vincentRougier/finalgit
1898cb6d85cf0afa3caa4af132326f63b4e215df
324015794760dee6b125b1b17aa889cd15bf42cc
refs/heads/master
2020-06-30T13:27:34.548886
2019-08-13T00:28:16
2019-08-13T00:28:16
200,840,248
0
0
null
null
null
null
UTF-8
C
false
false
1,155
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcmp.c :+: :+: :+: ...
[ "vincent.rougier@hotmail.fr" ]
vincent.rougier@hotmail.fr
787a00f73996adcd51ca5076c9ceb628a0bb73b2
ba306f4dac6a16084d12d84e389769aa3fa2f4a2
/src/getentropy.c
630bcdcdcf3aa76adf7386d1d7b9dcf27eb92f7a
[ "BSD-3-Clause", "ISC", "BSD-4-Clause", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-bsd-unchanged", "Beerware", "MIT", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
somestupidgirl/libbsd
cd82d974aaf7b2493e5e12bce72887a2be38c649
6ef4ea624997817967ec56e56dbb65cda7885a2f
refs/heads/master
2022-01-19T01:45:57.572110
2019-02-12T14:39:52
2019-02-12T14:39:52
null
0
0
null
null
null
null
UTF-8
C
false
false
1,992
c
/* * Copyright © 2015 Guillem Jover <guillem@hadrons.org> * * 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 list of conditions...
[ "34170230+MCApollo@users.noreply.github.com" ]
34170230+MCApollo@users.noreply.github.com
0b22e135987559650f113840a7195a82c7b6371f
93be290ab8c36fd154ac4419e00a74419abb1d90
/korail128_sidedoor_v3/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_uart.c
5764896bd1c34cff557325017c4fcd3ee9390e9e
[]
no_license
EmbeddedSystemClass/kor128_F10
4ec53e3c88aa4437dd993c4251ad5647c6414802
2edd1df0bfe379d19ae75385eef65112a7a3054a
refs/heads/master
2021-05-18T01:43:47.001197
2020-02-14T07:30:28
2020-02-14T07:30:28
251,051,935
1
0
null
2020-03-29T14:28:39
2020-03-29T14:28:38
null
UTF-8
C
false
false
70,553
c
/** ****************************************************************************** * @file stm32f7xx_hal_uart.c * @author MCD Application Team * @brief UART HAL module driver. * This file provides firmware functions to manage the following * functionalities of the Universal Asynchron...
[ "tlsrhks6316@naver.com" ]
tlsrhks6316@naver.com
7483f807a703b64ed60c359a13db85d637b08e00
2ac5d072fe4b63beaabb734b217cf0f907a5a85e
/LostProj/BasicFuncTest/SUN_combi/SUN_combi/hypub/libsrc/gps/s_select.c
7d035367cb7206c18e59662adfce594b0b28b51e
[]
no_license
nawhizz/KAIT
62c148ecd623aad5a5eefa237aa4ca51e04feb01
ed4942db6978f56177cf49bc51df49e5afc65dc1
refs/heads/master
2020-04-02T04:45:26.691800
2017-02-26T02:49:58
2017-02-26T02:49:58
63,002,192
0
0
null
null
null
null
UTF-8
C
false
false
1,559
c
/* s_select() : LIB gps */ /*----------------------------------------------------------------------+ | FUNC : select read/write/exception event until timeoutsec | | option : 1(read/accept) 2(write) 4(except) bitwise OR | | return : >0 ( read/write/except readies bitwise OR ) | | 0 ( timeout ) | | <0 ( erro...
[ "nawhizz@gmail.com" ]
nawhizz@gmail.com
3191d8d05b9cad207bc351ed782cfc70ad7a0bc2
3b7cdefcad1272ce9ef9b5a2ea6f6c36d4604a6f
/mcu/pcore/custom/modem/el1_rf/MT6762_LTE_MT6177/Toolgen/lte_custom_mipi_dpd_ref.c
049e9794709c34ad00a960ba2ddcef3d6f3d9b62
[]
no_license
junkyard-2327/TK_MD_BASIC_MOLY.LR12A.R3.MP.V110.6
ad79a26ed395d5b333b718a6b0913003b556f15e
04ebd402fe9472e0c2e3da5a296c11819307b929
refs/heads/master
2022-12-25T23:24:05.155209
2020-10-09T04:37:19
2020-10-09T04:37:19
301,968,967
2
1
null
null
null
null
UTF-8
C
false
false
17,421
c
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "null" ]
null
d3cfa62855341196c442dcb1f1fcf0bce0cd182e
44d7aa8ac7746f5fa4d589deaaf9471b348a2354
/unused/lapack_cwrapper/testing/wrapper/fdlansy.c
f4f4c028c563a033407bfc59d519b3b0ece9b8f9
[]
no_license
mathematical-systems/blas-lapack-ffi
14853da997b7280f7dbfce710773ce6b0b05964c
781517becc93a27dc2eac91b76032117bced5396
refs/heads/master
2016-09-07T18:39:20.944501
2011-12-28T04:34:57
2011-12-28T04:34:57
3,864,092
1
0
null
null
null
null
UTF-8
C
false
false
610
c
#include "../../include/lapack_enum.h" #include "../../include/lapack.h" void fdlansy_(double* output, char* norm, char* uplo, int* n, double* a, int* lda, double* work) { enum lapack_norm_type normC; if (*norm=='1' || *norm=='O') normC = lapack_one_norm; else if(*norm=='I') normC = lapack_inf_norm; else if(*norm==...
[ "jianshi.huang@gmail.com" ]
jianshi.huang@gmail.com
15a3b46b76749a9c49d440d8f8b0bc9498211a00
5a15d9c47286270d4925261107e1e2dd4dd092fd
/software/rt-thread-master/bsp/stm32f40x/applications/oledfont.h
a74e834e1a73554ac6f3f621be25d0be666ea7f2
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
djw250/2019-Electronic-Design-Competition
af9e751c4e97e79f17ab7cbd2bac345849e27797
4123dc8463990ee2358abec94c19b69299c8173a
refs/heads/master
2023-06-19T18:03:56.880416
2020-06-23T08:12:12
2020-06-23T08:12:12
null
0
0
null
null
null
null
GB18030
C
false
false
52,751
h
#ifndef __OLEDFONT_H_ #define __OLEDFONT_H_ //常用ASCII表 //偏移量32 //ASCII字符集: !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ //PC2LCD2002取模方式设置:阴码+逐列式+顺向+C51格式 //总共:3个字符集(12*12、16*16和24*24),用户可以自行新增其他分辨率的字符集。 //每个字符所占用的字节数为:(size/8+((size%8)?1:0))*(size/2),其中size:是字库生成时的点...
[ "zengwangfa@outlook.com" ]
zengwangfa@outlook.com
4da0a57e4cf1cd82e72361eebbf728686669bbe7
216223851adadd98e1aea93fbf549d680987c28e
/ActivitySelection.c
e81e9e174fe5c427b042e4ca3e6b0a4bea458334
[]
no_license
Dorothy00/algorithm
270e08e2c005b219dbbba4eb27c0cd794399b6ae
ffebdce51682a3bae99a75b144212bfb202e68d9
refs/heads/master
2021-01-16T01:08:14.808058
2016-02-29T09:00:24
2016-02-29T09:00:24
42,525,273
1
0
null
null
null
null
UTF-8
C
false
false
612
c
#include <stdlib.h> #include <stdio.h> #include <stdbool.h> void ActivitySelection(int s[], int f[], bool a[], int n); int main() { int s[11] = {1, 3, 0, 5, 3, 5, 6, 8, 8, 2, 12}; int f[11] = {4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14}; bool a[11]; ActivitySelection(s, f, a, 11); for(int i = 0; i < 11; i++) { print...
[ "dorothy00dd@gmail.com" ]
dorothy00dd@gmail.com
95ed6c8609a15e50760958fa2c58b5caed67b1bb
4fb9f7a1368156306fb65f1387652cc7e842be4b
/ACInterface.c
1d975fb2eb50dc9db7a4921add85ad13d81c4ac7
[]
no_license
yuanhack/sicapwap
fad020ddd6229104947fc65a7888a5d4a0230a2d
86c0bc80842d1259afeeb16f37b3087cb7275182
refs/heads/master
2016-09-05T22:41:34.890497
2015-03-13T06:58:56
2015-03-13T08:52:50
30,633,452
0
0
null
null
null
null
GB18030
C
false
false
25,996
c
/************************************************************************************************ * Copyright (c) 2006-2009 Laboratorio di Sistemi di Elaborazione e Bioingegneria Informatica * * Universita' Campus BioMedico - Italy * * * * This program is free ...
[ "honeasy@163.com" ]
honeasy@163.com
b95ae6d7399dc96619d547c2500985cccb038c79
d829e5dde34dddf4ff3342ed5cf5d0f887351a40
/source/delay.h
80964793f10bb79abaacc8a0c1bdb41120995add
[]
no_license
krukm94/hal_f4
6375ddf3bd258ceaf3fe51244531ee22f46ac8a2
22073d5cdf3ac954d8828d7fcb99ba61bf9f66e2
refs/heads/master
2021-01-10T07:57:59.970625
2016-01-18T01:12:50
2016-01-18T01:12:50
49,338,339
0
0
null
null
null
null
UTF-8
C
false
false
223
h
#ifndef DELAY_SYSTICK_DELAY_SYSTICK_H_ #define DELAY_SYSTICK_DELAY_SYSTICK_H_ #include "stm32f4xx.h" #define SYSTICK_F 21000000 void delay_ms(int ms); void delay_us(int us); #endif /* DELAY_SYSTICK_DELAY_SYSTICK_H_ */
[ "misiael.kruk@gmail.com" ]
misiael.kruk@gmail.com
50f92a027e3ec18537a6b740f002d991472b0f09
88c0e520e2389e676fea559f944109e1ee7e157b
/include/process_741d5c34.h
61300df9d837a3a55bc841748c6eacada878e884
[]
no_license
jchoi2022/NtFuzz-HeaderData
fb4ecbd5399f4fac6a4982a0fb516dd7f9368118
6adc3d339e6cac072cde6cfef07eccafbc6b204c
refs/heads/main
2023-08-03T02:26:10.666986
2021-09-17T13:35:26
2021-09-17T13:35:26
407,547,359
4
0
null
null
null
null
UTF-8
C
false
false
4,325
h
#include <corecrt.h> #include <corecrt_startup.h> #include <corecrt_wprocess.h> _CRT_BEGIN_C_HEADER int __stdcall DllMain( _In_ void* _DllHandle, _In_ unsigned long _Reason, _In_opt_ void* _Reserved ); int __stdcall _CRT_INIT( _In_ void* _DllHandle, _In_ u...
[ "jschoi.2022@gmail.com" ]
jschoi.2022@gmail.com
4243e2423de8a54d930bea4715fa9c5eb4984921
f98b35bb4a3aee2b02593600ee1a8bd81ec01120
/ios/Pods/Headers/Private/ReactABI24_0_0/ABI24_0_0RAMBundleRegistry.h
aadca6adbae36163df8f3b8ade1f865db569c7bc
[ "MIT", "Apache-2.0", "CC-BY-4.0", "BSD-3-Clause" ]
permissive
WianNell/expo
485234aeda10613578e816dd24f6a6a220a57f0a
25371861066227fd8077497fc389d14e64afd2eb
refs/heads/master
2021-10-24T13:41:16.785171
2018-10-26T09:57:53
2018-10-26T09:57:53
154,829,509
0
0
NOASSERTION
2018-10-26T12:15:34
2018-10-26T12:15:33
null
UTF-8
C
false
false
103
h
../../../../versioned-react-native/ABI24_0_0/ReactCommon/cxxReactABI24_0_0/ABI24_0_0RAMBundleRegistry.h
[ "samelson.e@gmail.com" ]
samelson.e@gmail.com
7700c7bd0296642a14b2e639caf247389914b0ea
3c8916321cfe8a7b43cc115ceff7c7493e002195
/ts_queue.c
7858c010db65e5c2ae1483aca824298f2305096b
[]
no_license
yanshuyuan/siteanalyzer
b523774819bf7a91fc37c4602b76d8720e13197d
3ab5b9abbf4af6ebcfc72f23cd50456dc300ef99
refs/heads/master
2020-04-10T18:53:20.031991
2013-01-16T12:19:40
2013-01-16T12:19:40
null
0
0
null
null
null
null
UTF-8
C
false
false
1,467
c
#include "ts_queue.h" void ts_queue_init(ts_queue_t *ts_queue) { pthread_mutex_init(&ts_queue->mutex_lock, NULL); queue_init(&ts_queue->queue); } void ts_queue_destroy(ts_queue_t *ts_queue) { pthread_mutex_destroy(&ts_queue->mutex_lock); queue_destroy(&ts_queue->queue); } void _queue_lock(ts_queue_t ...
[ "bupt.yanshuyuan@gmail.com" ]
bupt.yanshuyuan@gmail.com
1714cce3e203670b932b9f8e2447f2b996bf44d5
95fbd390e71facbd450860a082e67bb67ae2529b
/5.c
2fb4216cabb59e59614562de5065f2df450b345a
[]
no_license
SuryaRider/2.c
a94457499b9710ccbf63304b689afa7eaa6a217b
6a1c8e808f2c9aeae3b517c13e143b8ae0c03001
refs/heads/master
2021-01-15T14:18:34.405373
2018-01-08T11:24:46
2018-01-08T11:24:46
99,683,634
0
0
null
null
null
null
UTF-8
C
false
false
343
c
#include <stdio.h> int main() { double n1, n2, n3; printf("Enter three different numbers: "); scanf("%lf %lf %lf", &n1, &n2, &n3); if( n1>=n2 && n1>=n3 ) printf("%.2f is the largest number.", n1); if( n2>=n1 && n2>=n3 ) printf("%.2f is the largest number.", n2); if( n3>=n1 && n3>=n2 ) printf("%.2f is the largest numb...
[ "noreply@github.com" ]
SuryaRider.noreply@github.com
512780c7123ab84b6123d0ac6e8e90621a72c0f1
b31c295787f7472db13bb493676b002bf1a9b94c
/UNIX_LINUX/UNIX_NET/tcp_model5/client/client2.c
934225e14a95270283c1eecdd42deced3dc89fcf
[]
no_license
guningyi/fitness
df26c6390b8a7eba5ca11df9d56946a1c1e72a75
f2e0fe9e9f6cce2a748efdc4c4a81e9c3258a9fd
refs/heads/master
2022-11-10T15:44:52.049484
2022-09-04T10:47:53
2022-09-04T10:47:53
9,937,865
0
0
null
null
null
null
UTF-8
C
false
false
1,662
c
#include "../include/unp.h" void str_cli(FILE *fp, int sockfd) { int maxfdpl; fd_set rset; char sendline[MAXLINE], recvline[MAXLINE]; FD_ZERO(&rset); for(; ;){ FD_SET(fileno(fp), &rset); FD_SET(sockfd, &rset); maxfdpl = max(fileno(fp), sockfd) + 1; //Select watch t...
[ "ningyigu@gmail.com" ]
ningyigu@gmail.com
26e160225f81c0b6458acc0f9f7044a525023d65
367e5d0c3c2b046ca70294593ab2e21d5a2a4984
/Classes/Native/System_Core_System_Linq_Enumerable.h
ed437fd3b26e215522e69569a560709474ca0bb8
[]
no_license
truckfights/truckfights_ios
514acea0d0cfc6de6b12a10c992274446dd6d404
4a06ad533175cfb5030880b0557f120074c43616
refs/heads/master
2021-01-10T01:58:57.564897
2015-12-15T16:29:44
2015-12-15T16:29:44
48,000,635
0
0
null
null
null
null
UTF-8
C
false
false
252
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Object.h" // System.Linq.Enumerable struct Enumerable_t1259 : public Object_t { };
[ "quinn.collins@tufts.edu" ]
quinn.collins@tufts.edu
b408ca53837123124170aa6ce2a7fff6fe9565a3
9c6f5fbb43a00fdd4838d78b4299cdf2c34e279b
/tdt/cvs/driver/wireless/rt2870sta/common/cmm_data.c
3aab2611b1ec0775b45d5522488cbf4d67d39394
[]
no_license
TitanNit/tdt
90ac830771170abc96255457ef59780687ff0a47
22a09713b68c881fd1d4e4f6247b314cd52f4d7a
refs/heads/master
2021-01-17T09:50:39.729337
2016-05-06T13:26:53
2016-05-06T13:26:53
34,450,580
2
2
null
null
null
null
UTF-8
C
false
false
70,315
c
/* ************************************************************************* * Ralink Tech Inc. * 5F., No.36, Taiyuan St., Jhubei City, * Hsinchu County 302, * Taiwan, R.O.C. * * (c) Copyright 2002-2007, Ralink Technology, Inc. * * This program is free software; you can redistribute it and/or modify * * it ...
[ "spworld2008@gmail.com" ]
spworld2008@gmail.com
08a680139feccc1272773f539623fcd1e55b3def
7d5691687676b900553628f9287b7cb9094dac9a
/3party/icu/common/propsvec.c
f91a155cf8da0d06de6b1037fcc658995729308f
[ "LicenseRef-scancode-public-domain", "BSD-2-Clause", "NAIST-2003", "BSD-3-Clause", "LicenseRef-scancode-unicode", "ICU", "GPL-3.0-or-later", "NTP", "LicenseRef-scancode-unicode-icu-58", "LicenseRef-scancode-autoconf-simple-exception", "Apache-2.0" ]
permissive
mapsme/omim
bf3ea4f419a547b7c124107e344d7f565d707c12
1892903b63f2c85b16ed4966d21fe76aba06b9ba
refs/heads/master
2023-02-20T16:31:08.733960
2021-04-27T13:57:41
2021-04-28T14:44:52
42,798,033
5,032
1,527
Apache-2.0
2022-10-03T08:28:24
2015-09-20T02:57:13
C++
UTF-8
C
false
false
15,613
c
/* ******************************************************************************* * * Copyright (C) 2002-2011, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* * file name: propsvec.c * encoding: ...
[ "d.volvenkova@corp.mail.ru" ]
d.volvenkova@corp.mail.ru
7792cfa73e53b88853ddbd1ac02b9f89ce0fbd0d
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/extr_usb.c_brcmf_usb_down.c
b0a761a4da7c5aa750fceca12c2f0eefdb19d700
[]
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
1,263
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
42c366fb111485aed7c1d4afdb6b96bcded61c96
c20de309e9f6068561e023a8e53e2656941963d7
/LAB-3/Lab3-3/mySTRFunc.c
d1fa0bdcf94b4cd3415ed90172c56cb380716302
[]
no_license
MalikRaza/SP_LAB
0322bb1fdc56c2c511720ed518bedad615c22b68
35806aa83d1f5b192cc1914711c19831ffb5c068
refs/heads/master
2021-01-25T13:47:27.681599
2018-06-29T18:11:18
2018-06-29T18:11:18
123,613,933
0
0
null
null
null
null
UTF-8
C
false
false
302
c
#include<stdio.h> int Palindrome(char *arr,int size) { int mid=0; int flag=0; for(int start=0,end=size-1;start<=size/2;start++,end--) { if(arr[start]!=arr[end]) { flag=1; break; } } if (flag == 0) return 1; else return -1; }
[ "noreply@github.com" ]
MalikRaza.noreply@github.com
4aca20dcfbf4886ad8148579b25f631c84265ae8
0bf786a79d54bb2e92f2d8e35f515c91ee3f0ce8
/nemu/src/cpu/test/alu_test.c
7fdc721b4e3d611f286cf643600e3e3e944981b9
[]
no_license
rookielxy/PA2017
586555c8223924033f02e2b7dd913583857fe0c9
50b9db457c8bd0cd3675629a2cea0ddf611d93b3
refs/heads/master
2021-10-09T15:44:46.227151
2018-12-31T07:36:49
2018-12-31T07:36:49
115,199,296
1
0
null
null
null
null
UTF-8
C
false
false
36,635
c
#include "nemu.h" #include "cpu/reg.h" #include "cpu/cpu.h" #include "cpu/intr.h" #include "cpu/instr.h" #include "memory/memory.h" #include <stdio.h> #include <assert.h> #include <stdlib.h> #include <time.h> typedef union { struct { uint32_t CF :1; uint32_t dummy0 :1; uint32_t PF :1; uint32_t dummy1 :1; ui...
[ "ryelovespython@gmail.com" ]
ryelovespython@gmail.com
3ac5723bb92dd37ac040c54ae229f82ed34ffcf1
6b4e8f506c6680175fefa4b320e2774d60c8bae1
/Sem1/Ass/4/4_3_old.c
a54885be843a5d00ffc0648864d95757a1cb1be9
[]
no_license
zubairabid/CPro
023de7d6d6dfa1202030ddc3c4c9238125fd3448
3ad879c3bcc1a2ee020cc95763fb88110217ab28
refs/heads/master
2021-09-06T22:01:45.142742
2018-02-12T10:02:03
2018-02-12T10:02:03
105,131,364
0
0
null
null
null
null
UTF-8
C
false
false
2,271
c
#include <stdio.h> char brackets[23]; unsigned long long int stores[1000000]; // stores all combos for any moment unsigned long long int temp[1000000]; unsigned long long int cstores = 0, ctemp = 0; char* conv(unsigned long long int, unsigned long long int); void compute(unsigned long long int); unsigned long long int...
[ "zubairabid1999+github@gmail.com" ]
zubairabid1999+github@gmail.com
8f162c19de595424d222c7e0dfa31a080aedf122
fc51649791b569b7947b1ffe6dfe812aa10a6cc8
/solver.c
36e1f72227808a0dfbc616de04779c3061e24d79
[]
no_license
aloysius-tim/Fillit
6e9eba4f8dc820ca60cc8dfb65e1a31ab0501034
9790fb3df9b2870db54d465e5ce8dc7a462c5365
refs/heads/master
2021-08-15T07:43:52.195955
2017-11-17T15:18:25
2017-11-17T15:18:25
111,117,737
0
0
null
null
null
null
UTF-8
C
false
false
2,882
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* solver.c :+: :+: :+: ...
[ "tkeynes@e1r5p4.42.fr" ]
tkeynes@e1r5p4.42.fr
3460b30779fdf1f217867eae271d3ee917585df6
68836b4c2c0be10cf6c56831005dddaefe0ae7b5
/src/errors.h
ec7d0466636a9e04768c5cda34163e6af577cb5f
[]
no_license
Moon4u/shattered-pixel-dungeon-save-editor
4e1f8f8a60a51a2528b4ea72d0b53045d82a8c30
157f04fe6531308eec0d87ab8232b19ef11c7420
refs/heads/master
2020-05-15T23:27:30.951479
2019-04-21T15:56:58
2019-04-21T15:56:58
182,553,596
2
0
null
null
null
null
UTF-8
C
false
false
446
h
#ifndef ERRORS_H #define ERRORS_H //////////////////////////////////////////////////////////////////////////////// #include <QMessageBox> //////////////////////////////////////////////////////////////////////////////// #define ERROR_MSG( msg ) \ do { \ QMessageBox msgBox; \ msgBox.setText( msg ); \ msgBox.e...
[ "daniel.kolev0@gmail.com" ]
daniel.kolev0@gmail.com
c1f26113db7d1374ff41e63cffb6b44215e1f9da
d39862de26c82d49ea7d5ac32c64cbc1478308c8
/Projeto2/home-banking-system/server_src/constants.h
e74611fcec0e59455a3e56143265c8956f6bc847
[]
no_license
MSR19/SOPE-FEUP-19
2c771dea33fe241094e4b2c7c6735573123c3577
e4bb509f37bc46e1da12a8b76e6d19bc15cba47a
refs/heads/master
2020-08-08T23:16:28.639108
2019-10-09T14:43:57
2019-10-09T14:43:57
null
0
0
null
null
null
null
UTF-8
C
false
false
822
h
#pragma once #define WRITE 1 #define READ 0 #define NOT_SHARED 0 #define MAX_BANK_OFFICES 99 #define MAX_BANK_ACCOUNTS 4096 #define MIN_BALANCE 1UL #define MAX_BALANCE 1000000000UL #define ADMIN_ACCOUNT_ID 0 #define MAIN_THREAD_ID 0 #define MIN_PASSWORD_LEN 8 #define MAX_PASSWORD_LEN 20 #define HASH_LEN 64 #define S...
[ "miguel_silveira_rosa@hotmail.com" ]
miguel_silveira_rosa@hotmail.com
0dc97e1f84a88c6178e214fc3a1e9558170ab27a
ace26cc33ebc9fa02199b0627699999adfba2164
/kernel/linux-5.4.152/net/ipv4/netfilter/arptable_filter.mod.c
b922ac55af6d8784ada1bd315aa65c54174fb9e7
[]
no_license
YJbonobono/linux-design
936d5b9880e2aac4d86c07c3ca6c260d90b3e135
1684b19645bcd523d51fe2d12805d0bbcdea6599
refs/heads/main
2023-08-07T21:55:30.484704
2021-10-12T17:01:04
2021-10-12T17:01:04
413,645,550
0
0
null
2021-10-05T02:34:49
2021-10-05T02:15:12
Shell
UTF-8
C
false
false
1,151
c
#include <linux/build-salt.h> #include <linux/module.h> #include <linux/vermagic.h> #include <linux/compiler.h> BUILD_SALT; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(.gnu.linkonce.this_module) = { .name = KBUILD_MODNAME, .init = init_...
[ "1004anny1@naver.com" ]
1004anny1@naver.com
5d9bb0df7f028d7ba7325962542558bcef0d671a
af7bec2901462c00d04080da7edc14e16b5c8734
/lib/libpt/srcs/m4_rotation.c
d4049b42f58874254b7090405ec826d4515ba0e3
[]
no_license
fchevrey/scop
7632c5e65fc1db8afabd9dd7ae452037e2e2f3ff
5954c884c1d41e54ed33d2c188c503bc05b36666
refs/heads/master
2020-04-30T00:44:57.063178
2019-06-12T07:58:59
2019-06-12T07:58:59
176,510,567
0
0
null
2019-04-09T19:38:13
2019-03-19T12:48:21
C
UTF-8
C
false
false
1,717
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* m4_rotation.c :+: :+: :+: ...
[ "fchevrey@student.42.fr" ]
fchevrey@student.42.fr
7ef49bb3b5cab69ccd686552b98bfc7403fc455f
eb7a1fb1c70fc82be0dfc0245255d5506433d156
/Microchip/SAME53_DFP/3.2.46/include/component/pdec.h
6ca46990997a1a560b8e3289472d776910a2b799
[ "Apache-2.0" ]
permissive
muthukrishnankarthik/dev_packs
c03f66ce3f32d34340c8053363121657a0a37474
60d97ca66b10c00b3c42430b0cf0b4ae7542f217
refs/heads/master
2021-01-06T13:26:53.637757
2020-02-10T23:49:35
2020-02-10T23:49:35
null
0
0
null
null
null
null
UTF-8
C
false
false
59,728
h
/** * \brief Component description for PDEC * * Copyright (c) 2019 Microchip Technology Inc. and its subsidiaries. * * Subject to your compliance with these terms, you may use Microchip software and any derivatives * exclusively with Microchip products. It is your responsibility to comply with third party license...
[ "thibaut.viard@microchip.com" ]
thibaut.viard@microchip.com
fac4649b93994f0cedd01bf1c4727aab1439927c
d660ccb43c3d0441ad0ef277e43245e780a562ec
/microcontroller/src-atmel/lib/lcdmenu/menu.c
3603af0879928b1278112d4e4a17a9e6b743e422
[]
no_license
astaliarou/legacy
0d83670a3e8a5f1a408cc28858321bfbbd4f868c
f4e6ab9e4c2aef6ffa20e0028084aa584c2c968b
refs/heads/master
2022-05-21T13:37:27.882589
2020-02-11T19:31:37
2020-02-11T19:31:37
null
0
0
null
null
null
null
UTF-8
C
false
false
6,303
c
//***************************************************************************** // // File Name : 'menu.c' // Title : LCD menu // Author : Patrick Rudolph mailto:siro@das-labor.org // Created : 2011-05-08 // Revised : // Version : 0.1 // Target MCU : Atmel AVR series // // This code is distributed...
[ "siro@b1d182e4-1ff8-0310-901f-bddb46175740" ]
siro@b1d182e4-1ff8-0310-901f-bddb46175740
6285a11fa47ccf4455a9e2eea70e7e2528b934d3
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/mfd/extr_da9063-i2c.c_da9063_i2c_probe.c
5c483d99db310bfe449f86d32907586fb4ee00e8
[]
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
3,193
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
157eb9badb112fb95c429d0dbcf2d2a9672623d2
ffb39a034e23d7fe48f9898c4737a06c8b222d1c
/Example/ios/Pods/Headers/Private/libksygpulive/libksystreamerbase.h
e53aa4b952eb84c3a924a9959b97ce2c8693f080
[ "MIT" ]
permissive
zdhgithub/react-native-rtmpview
95866c09a96781bd1fb53f4e5c3950d638bd0b34
63d0122206cd075beb65d1c5bfc7b0590801fb6f
refs/heads/master
2020-09-02T03:45:36.103008
2019-09-25T19:06:22
2019-09-25T19:06:22
219,126,115
1
0
MIT
2019-11-02T08:34:48
2019-11-02T08:34:47
null
UTF-8
C
false
false
76
h
../../../libksygpulive/prebuilt/include/KSYStreamerBase/libksystreamerbase.h
[ "eric@scruff.com" ]
eric@scruff.com
75b202be4ee0f8c70e3f407b0aa6bcc509e45458
9ead6d8802a24d49aebc805cd50e3a7f48dcccf4
/WDK-Samples/Microsoft Windows NT 3.51 DDK (3.51.1057.1)/SRC/COMM/PARSTAT/PS.H
b8e8f3ad6fca61f82a62fdaa24e1d982b6af9b4a
[]
no_license
tdyx87/Windows-samples
9048295507b03ee83f27e8c070a5b88b9aded0aa
554b4fa23c8e10edbe55aa3e6a64ae73a636e3b8
refs/heads/master
2023-04-29T00:24:27.771986
2016-09-30T09:00:49
2016-09-30T09:00:49
null
0
0
null
null
null
null
UTF-8
C
false
false
2,989
h
////////////////////////////////////////////////////////////////////////////// // Program Name: ParStat.h // Programmer: Norbert Kusters (NorbertK) // Mark Overby (MarkOv) // Description: Main header for parstat sources ////////////////////////////////////////////////////////////////////////////// #define ...
[ "0x9dec1980" ]
0x9dec1980
a003865bbaddbd1272ed94a366bb688447de7c9c
0dde4e977c748fe1dfa5458d9bf790e38ae5b3be
/trunk/calibration/TPECal/src/img/.svn/text-base/icon_background.h.svn-base
4e8dd63184633afdf2d304b10d2d84c925d512e5
[]
no_license
jasonbono/CLAS
e27a48f96b753e11a97803bbe4c782319c4f8534
c899062b8740cdb6ef04916d74f22cebc5d2c5f8
refs/heads/master
2020-05-24T03:56:12.542417
2019-05-16T17:50:31
2019-05-16T17:50:31
187,074,934
0
0
null
null
null
null
UTF-8
C
false
false
38,778
#ifndef ICON_BACKGROUND_H #define ICON_BACKGROUND_H /* XPM */ static const char * background[] = { "100 100 1141 2", " c None", ". c #748BAD", "+ c #778EB1", "@ c #738AAD", "# c #748BAE", "$ c #758BAE", "% c #7289AC", "& c #738AAC", "* c #758CAE", "= c #758CAF", "- c #7088AB", "; c #6F87AC", "> c #768DAE"...
[ "jason.s.bono@gmail.com" ]
jason.s.bono@gmail.com
06e8605272cef8b4b19bf9d9507d9bc4a39be551
44ce28fc2e9dc28df0a80cee2e3e8eb489db7ccf
/ch-2/1-2.c
148c7bb6626d6651e5036115faacb463f1101caf
[]
no_license
wwzyhao/Algorithms
f51e8c9a2890f788dc79ad6e6091f3849ec65bbd
0171b31cb7e489e9219fe089d73773d0d7b26bbf
refs/heads/master
2020-05-01T01:24:53.201624
2013-12-04T01:52:04
2013-12-04T01:52:04
null
0
0
null
null
null
null
UTF-8
C
false
false
563
c
#include <stdio.h> #include <stdlib.h> int num[] = {3, 2, 1, 4, 5, 8, 6, 0, 7, 9}; int result[10]; int insertor() { int i, j; result[0] = num[0]; for(i = 1; i < 10; i++) { int temp = num[i]; for(j = i; j > 0 && temp > result[j-1]; j--) result[j] = result[j-1]; result[j] = temp; } } int main() { int i ...
[ "wwzyhao@gmail.com" ]
wwzyhao@gmail.com
1478a7c3bd9583d64eaf5ec30921b96a23b86a0d
4a9f2637ebe5ddf902b506dcbbff64591c2c6a08
/parser.h
5640a076ea76b72537a5e67ec7fe37055d2726a4
[]
no_license
JRinderer/Parser
b48d373ffd6bb209a05b04cb21fcb74efa9534d3
5aab68c385a35036b7d245d918ba5c635817deaa
refs/heads/master
2021-05-13T15:13:23.394379
2018-03-02T14:06:29
2018-03-02T14:06:29
116,761,419
0
0
null
null
null
null
UTF-8
C
false
false
195
h
// // Created by jrinder on 2/9/18. // #include <bits/types/FILE.h> #ifndef SCANNER01_PARSER_H #define SCANNER01_PARSER_H void startParser(); int isEmpty(FILE *); #endif //SCANNER01_PARSER_H
[ "johnmrinderer@lewisu.edu" ]
johnmrinderer@lewisu.edu
65aeb119fcd355c80208131978a57c03a08a4ab3
0db28bf724b7d7b54ab8426e2b376a418a2e6d57
/CMC030/pd/open/pd_label.h
4774f89147d3dd13b165f3d2673463b4b96f4519
[ "MIT" ]
permissive
khandy21yo/aplus
48ea413a26a4a5e23ab557e6dd3560c6a579aba5
3b4024a2a8315f5dcc78479a24100efa3c4a6504
refs/heads/master
2021-01-11T06:53:05.825792
2019-03-08T23:30:37
2019-03-08T23:30:37
72,404,068
1
0
null
null
null
null
UTF-8
C
false
false
345
h
/* * File Layout for: PD.PD_LABEL on 21-May-01 * * Product Label Description */ #pragma member_alignment save #pragma nomember_alignment struct pd_label_cdd { /* Element = CODE Description = Label code */ char code[4]; /* Element = DESCRIPTION Description = Description */ char description[20]; }; #pragma ...
[ "khandy21yo@gmail.com" ]
khandy21yo@gmail.com
2f8c20ea75fc3a57a26962239268efcfe2d64164
55f4b6fec104be4503ecff9c9457f88491dea999
/.history/run_root_settings_20190416203018.c
e000a0ca0ae17c51c1dfa823d35288ec97dfd2a9
[]
no_license
einarzb/aodf
8845d529648675e544d1421cceae3b94e2c3c29e
cf3d0a13bcc5f19058e771cd9240c002a747c406
refs/heads/master
2023-01-08T16:57:30.618382
2019-10-11T04:00:01
2019-10-11T04:00:01
217,024,706
0
1
null
2023-01-04T12:41:29
2019-10-23T09:55:49
PHP
UTF-8
C
false
false
815
c
#include <stdlib.h> #include <unistd.h> #include <stdio.h> int main(int argc, char **argv) { // if(setuid(0)) // return -1; char *echoCommand = "echo "; switch(argc) { case 1: return execl("/usr/sbin/fw_printenv", "fw_printenv", (char *)NULL); case 3: switch(atoi(argv[1])) { case 1:...
[ "zivtaller@gmail.com" ]
zivtaller@gmail.com
aead35297eaffbc938257e649587c92c416a5636
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/MC/Bz/1700ppm/attic/Unblinded/MomBinnedAna/MomSymCuts/S12_FullModuloFit_1200_2200_trackReco_AQ.C
005a8a322221a4a786259925812055932e38e9d3
[]
no_license
sam-grant/EDM
486ea029bf766c968a3c7b41198ffcf9bc3c9b8a
525e41de5f675c39014488c79144f47562910736
refs/heads/master
2022-10-30T22:35:42.979799
2022-10-19T18:44:54
2022-10-19T18:44:54
296,421,806
0
1
null
null
null
null
UTF-8
C
false
false
22,389
c
void S12_FullModuloFit_1200_2200_trackReco_AQ() { //=========Macro generated from canvas: c/c //========= (Wed May 19 17:15:12 2021) by ROOT version 6.22/08 TCanvas *c = new TCanvas("c", "c",0,0,800,600); gStyle->SetOptStat(0); c->SetHighLightColor(2); c->Range(-0.6024336,-1.25,4.944727,1.25); c->SetFil...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
4aa31207cea246a0d8d09fb6808f60289ad29677
ae317050fc5d24ec88eb1b576e1a68ed3ccf9f32
/课后练习/7-2 简单的猜数字游戏[2]/main.c
6cdeefd7925a8e58e3a417f247f87d60829c9803
[ "MIT" ]
permissive
Mythologyli/C-Works
3ac8ed921a4419d959687e6a47a1909a10425115
c2b4df5aa8775b33878fbefdf721f3e9d3d692cc
refs/heads/master
2023-01-11T14:54:40.738239
2020-11-16T06:48:48
2020-11-16T06:48:48
211,076,804
2
0
null
null
null
null
UTF-8
C
false
false
368
c
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> int main(void) { int num, guess, n; scanf("%d", &num); for (n = 1; n <= 7; n++) { scanf("%d", &guess); if (guess > num) printf("Too big\n"); else if (guess < num) printf("Too small\n"); else { break; } } if (guess == num) printf("Lucky Y...
[ "lxbpxylps@outlook.com" ]
lxbpxylps@outlook.com
0f18978237174d71c9ee11f004b2a440679817c2
7378a2345bc8c32f8ee8d9f692a4421081572ba7
/applications/solvers/ExnerFoam/ExnerFoam/createFields.H
44867b11427094cd24494e5959d34c812d4f3a65
[]
no_license
AtmosFOAM/AtmosFOAM
7d8f1d36a83eff73c13b696c65deb526ae88bfe6
35f41f8a92e9d7c2dfe8331750ef9be1d3136af6
refs/heads/master
2023-08-07T22:30:00.176326
2023-08-02T13:03:48
2023-08-02T13:03:48
20,760,151
15
4
null
2017-11-24T12:16:29
2014-06-12T08:27:55
C++
UTF-8
C
false
false
3,484
h
// Read in prognostic variables Info<< "Reading field Uf\n" << endl; surfaceVectorField Uf ( IOobject ( "Uf", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); // Cell centre velocity volVectorField U ( IOobject("U", runTime.timeN...
[ "h.weller@reading.ac.uk" ]
h.weller@reading.ac.uk
3e170536731a5c8bc5d6afb27b56eef34f185ad9
4d5c4f4eebc659de2b421b33ebf258fe4829fdd8
/BombManager.c
bbc9332d35a41ed9b9affe5a31951098b48a46d4
[ "MIT" ]
permissive
rheehot/CheckMate
c3b1fc88dbcd99545d2553e9b2c51fb9bbc45282
4a998b3fcd93d6f708b88a215ad82b9d622ad56c
refs/heads/master
2022-02-27T03:49:21.334364
2019-10-30T10:29:59
2019-10-30T10:29:59
null
0
0
null
null
null
null
UHC
C
false
false
1,444
c
#include "BombManager.h" void InstallBomb(POINT bombPos) { bombMap[bombPos.y][bombPos.x] = '1'; POINT* installPos = (POINT*)malloc(sizeof(POINT)); installPos->x = bombPos.x; installPos->y = bombPos.y; HANDLE bombThread = (HANDLE)_beginthreadex(NULL, 0, (_beginthreadex_proc_type)BurstBomb, (LPVOID)installPos, 0,...
[ "qazasa123@gmail.com" ]
qazasa123@gmail.com
2882185235cce35eab37d2a88f140ea9cc456baa
b9c2437b50600e35a6e178d960ff19b2369288aa
/main/constants.h
2e13085ec7275803a5337398d021615caefc3e57
[]
no_license
ViniciusGambi/essences-machine
7fa5ce4f29ba569f2f12e3e73a2b12b81c4500c3
6746143ccdbb3865d81d9f6f265b288751794246
refs/heads/master
2023-03-20T21:39:28.722309
2023-03-14T16:04:49
2023-03-14T16:04:49
224,276,572
0
0
null
null
null
null
UTF-8
C
false
false
235
h
//editables #define MINIMUM_PRESSURE_TO_OPERATE 150 #define TURN_ON_PRESSURE 200 #define TURN_OFF_PRESSURE 450 #define INITIAL_BALANCE 300 //other constants #define SALES 0 #define INVENTORY 1 #define PRICE 2 #define PRESSURE 3
[ "viniciusgambi@gmail.com" ]
viniciusgambi@gmail.com
7540a9d7c2640a9bb70becb23860b4f33702495c
3b60e6f4bbc011003ac4929f01eb7409918deb79
/Analysis_v1/ANGenStudy/qcdtest/Class_gg2qqbar.C
a06c8a5f8c14bb62965c546e29eb1c4fef7bbbda
[]
no_license
uzzielperez/Analyses
d1a64a4e8730325c94e2bc8461544837be8a179d
1d66fa94763d7847011ea551ee872936c4c401be
refs/heads/master
2023-02-09T04:54:01.854209
2020-09-07T14:57:54
2020-09-07T14:57:54
120,850,137
0
0
null
2020-06-17T16:48:16
2018-02-09T03:14:04
C++
UTF-8
C
false
false
4,210
c
#define Class_gg2qqbar_cxx #include "Class_gg2qqbar.h" #include <TH2.h> #include <TStyle.h> #include <TCanvas.h> #include <math.h> void Class_gg2qqbar::Loop() { if (fChain == 0) return; Long64_t nentries = fChain->GetEntriesFast(); //counters int Ntotal = 0; int nDiphMinv = 0; int netaCut =...
[ "uzzie.perez@cern.ch" ]
uzzie.perez@cern.ch
bb34a9b78ca46cb9ab7a79236c343f46aaddd559
24b3cbcc315a67ab27caaf151e501acbd078d3da
/maze_gen.c
30fe005d3b8c57cdf6af4699f0fe7bbda831add9
[]
no_license
jordanlewis/visumazer
24713aa4a80fbbca3eca61809f8c6dc75a484255
eb661b2e2c4f1a720dfae349d07c8149a97addc9
refs/heads/master
2016-08-07T04:36:46.950649
2014-08-26T18:49:30
2014-08-26T18:49:30
23,362,903
2
0
null
null
null
null
UTF-8
C
false
false
4,562
c
#include <stdlib.h> #include <stdio.h> #include <time.h> #include "parse.h" int neighbors_pos[8] = {1, 0, -1, 0, 0, 1, 0, -1}; void shuffle(int *array, int array_len) //{{{ { // randomly permutes array. for (int i = array_len - 1; i >= 1; --i) { int k = (random() % i) + 1; // since random gives from 0...
[ "jordan@knewton.com" ]
jordan@knewton.com
82876f2b526e98ac05dd3ece97a2225ec62508ac
b7a3255a7fb322a8c89119a78c403a272fd4a53c
/Vorbis/Sources/analysis.c
7b9f2ec4d6e85e6929b63022f65cae06c39e4744
[ "BSD-3-Clause", "MIT" ]
permissive
rafaelmaeuer/open-apollo
030e39680ef51f3385a5c28376cc3bbb781c359a
6c13c54ab813944c8ae0ee9c6f952d8620478af0
refs/heads/main
2022-10-22T00:23:33.035678
2022-09-27T11:46:36
2022-09-27T11:46:36
212,215,977
11
4
MIT
2021-02-17T16:12:07
2019-10-01T23:07:44
C
UTF-8
C
false
false
3,081
c
/******************************************************************** * * * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * * GOVERNED BY A BSD-STYLE SOURCE LICENS...
[ "khaos.tian@gmail.com" ]
khaos.tian@gmail.com
d5c3c162bffc1d3e3a12154cb615462d1b296d44
46825a951cabc1bcd7dc6897671ebe875b503b19
/Chapter15/example11.c
808c4188cc65cf23adc3ea2be884e017fd71220b
[]
no_license
Cruzer-S/APUE
b175bf2ed3a89e25cbf1ddb4fdcdfe249caad535
d9326e1b17b6179a5464d6dbeefa300ac0662ef6
refs/heads/main
2023-04-07T06:54:03.050739
2023-03-21T01:45:07
2023-03-21T01:45:07
276,912,449
1
0
null
null
null
null
UTF-8
C
false
false
807
c
#include "slock.h" #include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <errno.h> struct slock *s_alloc() { struct slock *sp; static int cnt; if ((sp = malloc(sizeof(struct slock))) == NULL) return (NULL); do { snprintf(sp->name, sizeof(sp->name), "/%ld.%d", (long)getpid(), cnt++); sp->...
[ "yyyynoom@gmail.com" ]
yyyynoom@gmail.com
a3472370d728b2210743ae2f24d8e3d3a0c4714f
8bb0a1d6c74f3a17d90c64d9ee40ae5153d15acb
/ cs191-nds-project/splash_screen/CS191_Project/graphics/mario_jump.c
f432246a1d48c36daa388635e7327707328ccf9e
[]
no_license
btuduri/cs191-nds-project
9b12382316c0a59d4e48acd7f40ed55c5c4cde41
146b2218cc53f960a034d053238a4cf111726279
refs/heads/master
2020-03-30T19:13:10.122474
2008-05-19T02:26:19
2008-05-19T02:26:19
32,271,764
0
0
null
null
null
null
UTF-8
C
false
false
25,186
c
//----------------------------------------------------------------- // mario_jump.c // // Created by spritemaker.py at 2008-04-18 00:37:36.873000 // spritemaker.py by Dean Nevins //----------------------------------------------------------------- const unsigned short mario_jumpPalette[256] = { 0x7C1F, ...
[ "kingofcode@67d8362a-e844-0410-8493-f333cf7aaa27" ]
kingofcode@67d8362a-e844-0410-8493-f333cf7aaa27
1a38a0447010ef92a06feb31de14f28ff592d166
dbf9f9bc71bbf06c3d39c105acc6db4a6f0308d0
/Development/Src/LibBase/ZionUUID.h
64d25a92028c2e63d110254cce169133ece40968
[]
no_license
gamemake/sail
75b6daaa545aba4f95c32392ca6596823834a4d7
f15f5e22866f9c2331805d943159b7928d75009a
refs/heads/master
2021-01-01T05:10:15.978326
2016-05-23T10:12:57
2016-05-23T10:12:57
59,472,365
0
0
null
null
null
null
UTF-8
C
false
false
613
h
#ifndef __ZION_UUID_INCLUDE__ #define __ZION_UUID_INCLUDE__ struct A_UUID { _U32 data1; _U16 data2; _U16 data3; _U8 data4; _U8 data5; _U8 data6; _U8 data7; _U8 data8; _U8 data9; _U8 data10; _U8 data11; A_UUID(); A_UUID(const A_UUID& uuid); bool isEmpty() const; bool operator<(co...
[ "gamemake@gmail.com" ]
gamemake@gmail.com
22854cb7425167ce9c4571934be8f217402dd0b9
63a36f50b8bd2ab48d8b6adff4cce712cc7d69d9
/test/thread.c
df147c77c48062db8c743d4d02ef93cf3e29707c
[]
no_license
7zhang/learn-story
ec21d58ce754ae837e48a55cd2adaeee36ac3200
820602e17e7c6fc430d192b3023a37c261b73b0a
refs/heads/master
2021-01-16T19:31:17.683901
2013-06-01T11:54:50
2013-06-01T11:54:50
null
0
0
null
null
null
null
UTF-8
C
false
false
513
c
#include <stdio.h> #include <pthread.h> int thread(void) { int i; for(i=0;i<1000000;i++) printf("This is a pthread.\n"); return 1; } int main() { pthread_t id; int i, ret; ret=pthread_create(&id, NULL, (void*)thread, NULL); if(ret!=0){ printf("Create pthread error\n"); exit(1); } for(i=0;i<1000000;i++) ...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
44ea08245dbb7e3497a4a3e72bd8509915628b6f
e854fb1d3f58f1afe4c49ad2f68c737031186541
/compiled/src/c_arrayReads.C
f5bd1cbb12e15b567637804db2205cb00c4c7489
[ "Apache-2.0" ]
permissive
riga/DeepJetCore
3efe503f2f2e678015464f5c9f5a3019eab4e83e
cce84a4dceacf621faebfc2a98f65e42230d4915
refs/heads/master
2020-06-20T14:41:41.450953
2019-07-31T15:56:00
2019-07-31T15:56:00
197,154,086
0
0
null
2019-07-16T08:35:08
2019-07-16T08:35:07
null
UTF-8
C
false
false
7,629
c
#define BOOST_PYTHON_MAX_ARITY 20 #include <boost/python.hpp> #include "boost/python/extract.hpp" #include "boost/python/numeric.hpp" #include "boost/python/list.hpp" #include "boost/python/str.hpp" //#include "boost/filesystem.hpp" #include <iostream> #include <stdint.h> #include "TString.h" #include <string> #includ...
[ "jkiesele@cern.ch" ]
jkiesele@cern.ch
ffe4135fbb5ebf067baba896c310ec98db1806a9
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14738/function14738_schedule_1/function14738_schedule_1_wrapper.h
151da2dd9fe49fe33d2bd161dfb92e13522e7307
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C
false
false
375
h
#ifndef HALIDE__generated_function14738_schedule_1_h #define HALIDE__generated_function14738_schedule_1_h #include <tiramisu/utils.h> #ifdef __cplusplus extern "C" { #endif int function14738_schedule_1(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t *bu...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
3cd465dc0720c18e1d7bcb61eaf2724b5edc3c39
922dc243f758e594d6530304adcc62fba9ce0674
/workspace/SensorCalibration/BalanceTest_MDL_ert_rtw/BalanceTest_MDL.h
909dd172637799b3fd178388dab5c1751a3d3d1a
[]
no_license
MichaelMMMMM/CubeJump
0dc3008a9dee188bd68587a10199550860f62178
a8d594ca67752c8c0560f1f7d1b681c3a34c5137
refs/heads/master
2021-01-01T15:27:38.279647
2017-07-24T17:06:11
2017-07-24T17:06:11
97,622,171
0
0
null
null
null
null
UTF-8
C
false
false
12,435
h
/* * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * File: BalanceTest_MDL.h * * Code generated for Simulink model 'BalanceTest_MDL'. * * Model version ...
[ "cuba.hska@gmail.com" ]
cuba.hska@gmail.com
1698731ed0af6fdeef89f0d1b3e134fde4cf8240
1c8e4206a4515c7f057c5a9ca04ce31222b4d3d3
/update_state_3108.c
c5a67da7d5f92c13c4411daf0d141fcec95e1d8b
[]
no_license
lmpick/Property-1-Monitor
a6e4eb2e71a5d69fe822fec6c25b1afb53174170
f770e2768679ef0a95447b6c9246c44e3ee23c9c
refs/heads/master
2021-05-30T19:54:22.860231
2015-08-11T17:25:47
2015-08-11T17:25:47
null
0
0
null
null
null
null
UTF-8
C
false
false
528
c
/* File: "update_state_3108.c". Automatically generated by SBV. Do not edit! */ #include "internal.h" /* User given declarations: */ /*test 001*/ /*DotBegin digraph G { node [shape=box] 0 [label="file: ?????",color=red, style=filled] 1 [label="stream: 3105",color=crimson, style=filled] 0 -> 1 } DotEnd*/ /*@ ass...
[ "lmpick@zoho.com" ]
lmpick@zoho.com
d604f33256bd66b5b21cb2a07bde27940ac41afa
26e08a574460267188c98990e34a19308de2bc06
/src/funcionUltimo.c
178dd3a87973d5cd0d3fb94e9a2331d7a2dea5bd
[]
no_license
dguizado/Proyecto
f5c7ce2f69974d8cd3a87bc0ca2f551f2ceded28
23add4ba00acc523501e0d2dff60fb4c4badff8f
refs/heads/master
2021-01-13T06:14:45.773460
2017-06-26T04:58:43
2017-06-26T04:58:43
95,069,609
0
0
null
null
null
null
UTF-8
C
false
false
564
c
#include<stdio.h> #include<stddef.h> #include<stdlib.h> #include"miLista.h" //Funcion que lista el ultimo elemento de la lista ElementoLista *Lista_Ultimo(ListaEnlazada *lista){ if(lista->numeroElementos==0){ //Si no existe elementos en la lista, este retorna nulo return NULL; } else{ Elemen...
[ "angigiacolemar@hotmail.com" ]
angigiacolemar@hotmail.com
943efad118bd152de8cdb6e81026b43d61ef9a0e
b48e378d674f48a5f1ff830d4ee9fa4c70dd90b0
/includes/Utilities.h
2a75c97e976a788b2785ea1d8c2b6499662640af
[ "MIT" ]
permissive
almartson/LightmapperToy
1e71c782f58b053e07f9e62d333b953141f79856
fc5a7562f3eaaa162964de159941bb9a06fa96bd
refs/heads/master
2023-03-17T04:07:41.019296
2020-08-30T09:43:33
2020-08-30T09:43:33
null
0
0
null
null
null
null
UTF-8
C
false
false
1,463
h
#ifndef UTILITIES_INCLUDED #define UTILITIES_INCLUDED 1 function vector SampleEnvironment(vector rayDir) { matrix envTrans = maketransform(0, 0, {0, 0, 0}, set(0, -chf(chs("../env_light_path") + "/ry"), 0)); return environment(ch(chs("../env_light_path") + "/env_map"), rayDir * envTrans); } function vector Sa...
[ "lelefeng1992@gmail.com" ]
lelefeng1992@gmail.com
edd63c60dae482fff8df51443deb4a87f677f167
0e47f70ed0f4a08565fb1ed1f54cf3f804231d64
/libc/string/strchr.c
7012dc52982a673d5dcb77013fdc0be495d481d4
[]
no_license
varkenvarken/robin
88046e8026cf7599110a2b11a592f3139746691f
2018e89de80902dee63480efe8953a76cf261d58
refs/heads/master
2020-11-24T14:58:02.214189
2020-03-21T10:23:25
2020-03-21T10:23:25
228,203,372
6
0
null
null
null
null
UTF-8
C
false
false
121
c
char *strchr(char *str, char c){ while(*str){ if(*str == c) return str; str++; } return 0; }
[ "michel@michelanders.nl" ]
michel@michelanders.nl
cb92a1821867acbceac4c4f7688002a13801786b
a6b5b78fe6f83a92231337e1cdd9ac20bc10d478
/python/spam/spam.c
143c12d83acceaa6a2a2c7dd01eb0ea93ac7d544
[ "CC0-1.0" ]
permissive
guoxiaoyong/simple-useful
faf33b03f3772f78bbfd5e8050244ac365d90713
63f483250cc5e96ef112aac7499ab9e3a35572a8
refs/heads/master
2023-03-09T11:51:56.168743
2020-06-13T23:14:07
2020-06-13T23:14:07
43,603,113
0
0
CC0-1.0
2023-03-01T12:30:26
2015-10-03T15:12:43
Jupyter Notebook
UTF-8
C
false
false
798
c
#include "Python.h" static PyObject* SpamError; static PyObject* spam_system(PyObject* self, PyObject* args) { assert(self == NULL); const char *command; int sts; if (!PyArg_ParseTuple(args, "s", &command)) return NULL; sts = system(command); if (sts < 0) { PyErr_SetString(SpamError, "System comma...
[ "guo.xiaoyong@gmail.com" ]
guo.xiaoyong@gmail.com
dc25b70f3ab57033c59c83bcb5d2807f74f7d08c
cf149b3918258764e5590ea34c09860433e43cbd
/Chapter-5/example54.c
ad7fac32ffbf8bd14f2a1f5d876eef063b17f6d8
[]
no_license
leitao1019/C-and-pointers
42ea6517885491a92a0dcf1c6d3b07240a1f20ba
16b6c80ea048ea594dcaa27cd9662f7de5fa5c17
refs/heads/master
2021-01-01T20:14:03.917050
2017-08-09T12:19:33
2017-08-09T12:19:33
98,794,020
0
0
null
null
null
null
UTF-8
C
false
false
371
c
#include <stdio.h> int main(void) { char c; printf("please enter a character\n"); scanf("%c", &c); if(c >= 'A' && c <= 'z') { printf("%c is a character.\n", c); } else if(c >= '0' && c <= '9') { printf("%c is a digital.\n", c); } else { printf("%c is...
[ "leitao59@gmail.com" ]
leitao59@gmail.com
b96a88335658008e991b8a6972a5febc0e547b23
bcb36baf1b3d3eceffba383f72c2b5335cc7048d
/k_and_r/ch_1/1-1.c
75ada5c1f82bf25dc7a7d36945335a6288fa98bf
[]
no_license
paulghaddad/solve-it
0aa1400cefab783f4ea757921811668fb2c9477c
e0f72be0fca82bc0378def5499f7158bafff975b
refs/heads/master
2023-01-24T03:46:24.285793
2021-07-06T19:44:29
2021-07-06T19:44:29
200,406,482
2
0
null
2023-01-06T13:53:43
2019-08-03T18:07:53
Python
UTF-8
C
false
false
112
c
#include <stdlib.h> #include <stdio.h> int main(void) { printf("Hello, world!\n"); return EXIT_SUCCESS; }
[ "paulh16@gmail.com" ]
paulh16@gmail.com
d03d1a0edf8fb1737243966194aeb82f36ba6b02
8ae7a23f05805fd71d4be13686cf35d8994762ed
/mame150/src/mess/drivers/vector06.c
c706bde2df7f70f8c014a576feaafaca214ee62c
[]
no_license
cyberkni/276in1JAMMA
fb06ccc6656fb4346808a24beed8977996da91b2
d1a68172d4f3490cf7f6e7db25d5dfd4cde3bb22
refs/heads/master
2021-01-18T09:38:36.974037
2013-10-07T18:30:02
2013-10-07T18:30:02
13,152,960
1
0
null
null
null
null
UTF-8
C
false
false
12,800
c
/*************************************************************************** Vector06c driver by Miodrag Milanovic 10/07/2008 Preliminary driver. ****************************************************************************/ #include "includes/vector06.h" /* Address maps */ static ADDRE...
[ "dan@van.derveer.com" ]
dan@van.derveer.com
a9e007e727594b17dbd922d5ae4ece5cfd34064f
a6cfd820743eb1552db965a7fe7cbab30f97191d
/compiler-team-project/bin/esj/codegen/ForwardClassTest.c
b6d210b12ac8bd76b1b62290baf3439fd048dcaf
[]
no_license
JoyMitra/Java2CTranspiler
2e416813d322447087f239e1b0db1073fe3fc3f9
0659fc781dec51ae7139318a6b79f0db56fe3d70
refs/heads/master
2020-06-13T05:17:47.894241
2016-05-13T21:48:58
2016-05-13T21:48:58
75,441,523
0
4
null
null
null
null
UTF-8
C
false
false
869
c
#include<stdio.h> #include<stdlib.h> #include<stdbool.h> #include "staticlib.h" #include "my_alloc.h" typedef struct ForwardClassTest ForwardClassTest; typedef struct Foo2 Foo2; typedef struct Bar Bar; typedef struct Foo2{ Bar* b; }Foo2; typedef struct Bar{ int x; }Bar; int main(int argc, char *argv[]){ ...
[ "joymitro1989@gmail.com" ]
joymitro1989@gmail.com
28d3957244a4f7f048c5d3a7196cfbd4bae9a2a9
8bf28e73821a061a68f6b15424d2e11f8365f1cc
/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/PaxHeader/FBLoginDialog.15.h
b40e6a5f76310c8a9c9f745deec49f7fea019c71
[ "MIT" ]
permissive
jsj2008/goChef
98ccac0f9beaf83dbfd317980652114c019ff979
f04b9896372e26621115104ec7034a3e174d95e5
refs/heads/master
2020-12-29T03:06:27.914221
2013-03-21T19:28:22
2013-03-21T19:28:22
null
0
0
null
null
null
null
UTF-8
C
false
false
479
h
375 path=GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoChef/GoC...
[ "mario.rosales@mobivery.com" ]
mario.rosales@mobivery.com
4b6976f1a6ab6702678566d3ae57208790214942
50faa178501e8743c218bf0e02b58cf2096cf6f8
/build/test.c
15b86f0184e54914e341b7c8a2cb3b55c3242b47
[]
no_license
NicolasIRAGNE/woody
e557dc70e3cbc58cb006db2a2b027f43b8ae32fd
d22e53482972d04f2a98363669e7636ee15ed11b
refs/heads/master
2020-08-24T13:20:14.350002
2020-01-04T15:12:02
2020-01-04T15:12:02
216,833,069
0
0
null
null
null
null
UTF-8
C
false
false
63
c
#include <unistd.h> int main() { write(1, "test\n", 5); }
[ "ahab@localhost.localdomain" ]
ahab@localhost.localdomain
12de358fb83e4a13ca65ab4300bb2e43d7017426
57ac299f09b6b644f83822a3f4553cacd12a7a65
/src/cim/cim_vop.c
07f7f742bb4ae762fbb0902d3bea660084fa3ae6
[]
no_license
nicupavel/xf86-video-nsc-imedia
97ef36e080a5f90cf2101cb3c6c3be510056638c
5d565781d14ade75f0c1c5f988994074d32e225a
refs/heads/master
2023-02-15T03:45:03.881054
2021-01-04T17:24:54
2021-01-04T17:24:54
326,757,001
0
0
null
null
null
null
UTF-8
C
false
false
18,375
c
/* * <LIC_AMD_STD> * Copyright (C) 2005 Advanced Micro Devices, Inc. All Rights Reserved. * </LIC_AMD_STD> * * <CTL_AMD_STD> * </CTL_AMD_STD> * * <DOC_AMD_STD> * Cimarron VOP configuration routines. * </DOC_AMD_STD> * */ /*----------------------------------------------------------------------...
[ "npavel@linuxconsulting.ro" ]
npavel@linuxconsulting.ro
7b10a54c5ef2a3c9e8ae57ac262eda479898f91c
5c255f911786e984286b1f7a4e6091a68419d049
/code/0ed70b46-3cd1-4b11-b66a-61b37447215e.c
b3ef0be9c9ff3274cceca397eb52fc1410ffcfb3
[]
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
249
c
#include <stdio.h> int main() { int i=0; int j=12; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = l/j; l = l-j; l = l%j; l = i-j; k = k-k*i; printf("vulnerability"); printf("%d\n",l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
1f0837d629d243a73c63e87094561a9bca477811
db5340b84a20b1594d7a9af4d14a267e0eb09132
/m68klib.c
0ca56875b381c328a71cda9f24ec97f22b4bd1c7
[]
no_license
jordanbray/CECS-525-in-C-shell
4cea48448d11a9fdc653162a1ff15de162758cc5
3b5a98b09745624b092d89aed8966378a56d62e1
refs/heads/master
2016-09-06T05:59:15.602383
2011-12-13T16:16:02
2011-12-13T16:16:02
2,427,310
1
2
null
null
null
null
UTF-8
C
false
false
1,624
c
#include "m68klib.h" void __attribute__ ((interrupt)) excep_undef(void) { putstr("Unhandled exception!\n"); asm("move.l #0x4200,%sp"); //Reset stack pointer to avoid memory leaks main(); } void __attribute__ ((interrupt)) excep_bus_error(void) { putstr("Bus Error!\n"); asm("move.l #0x4200,%sp"); //Reset stack...
[ "mindbane@gmail.com" ]
mindbane@gmail.com
5bd53227f036e4f818aae3b4e65a16b7f86db582
9b7e48dba7e8367e1e1c4ed75021601ec1169ffb
/线程池Demo/线程池Demo/source/no_work.c
349d5472b80215b6583d543d29050fc9c7ae211d
[]
no_license
tomy145/code_c
ff7c27984d18cb231942d8a80fd0413630e7f1f7
21d0afc8a771c2ff70a413921ccbe084854c1856
refs/heads/master
2022-09-21T03:15:57.002437
2016-07-08T17:54:33
2016-07-08T17:54:33
null
0
0
null
null
null
null
UTF-8
C
false
false
433
c
#include <stdio.h> #include <unistd.h> #include <time.h> #include <stdlib.h> #include "thpool.h" int main4(int argc, char *argv[]) { char* p; if (argc != 2){ puts("This testfile needs excactly one arguments"); exit(1); } int num_threads = strtol(argv[1], &p, 10); threadpool thpool = thpool_init(num_threads)...
[ "184840719@qq.com" ]
184840719@qq.com
3ac7c741854c8c0206d74ebdc2bd21d74f9ea320
824bed58a8dccf77d5f0db715f4767fa6894ac9a
/2.socket_project/一个小游戏/UDP_FootBall_Game/common/udp_client.c
ac13d5355e0d99265d417147304151dd18b5f4d2
[]
no_license
hello-sources/Linux_OS
da93f8790a97ad21656c1dd19eeca80e09b73bf2
4ba5c9d7329393ffdaf88645076311b9991a60f7
refs/heads/master
2021-12-28T20:07:46.704105
2021-12-15T12:15:00
2021-12-15T12:15:00
247,025,132
4
0
null
null
null
null
UTF-8
C
false
false
500
c
/************************************************************ File Name : udp_client.c Author: Ginakira Mail: ginakira@outlook.com Github: https://github.com/Ginakira Created Time: 2020/06/04 18:54:38 ************************************************************/ #include "head.h" int socket_udp() ...
[ "3245849061@qq.com" ]
3245849061@qq.com
68a6d5dcf3a5b2c16c2f73de66e2e440ee5503ab
46979906b331cc10c7f0f009a158ce0996f14097
/dynchk/libs/libgtk-x11-2.0/gtk_paper_size_new_from_ppd.c
e915eaed8a29c5238f2414059cb8cb6482023ab9
[]
no_license
mwichmann/lsb-checkers
2f6a9674c9a23e39d69d35e8d2457c7a5b3881dc
1170e4486085731b129cbb060c693e7e6ebca027
refs/heads/master
2020-06-11T00:07:56.105656
2016-12-08T19:30:39
2016-12-08T19:30:39
75,857,254
3
3
null
null
null
null
UTF-8
C
false
false
1,598
c
// Generated by gen_lib.pl #include "../../tests/type_tests.h" #include "../../misc/lsb_output.h" #include "stdlib.h" #include <glib-2.0/glib.h> #include <gtk-2.0/gtk/gtk.h> #undef gtk_paper_size_new_from_ppd static GtkPaperSize *(*funcptr) (const char * , const char * , gdouble , gdouble ) = 0; extern int __lsb_chec...
[ "denis.silakov@rosalab.ru" ]
denis.silakov@rosalab.ru
760c35f589eb28b50ba414a2b31f629602f4983f
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/sound/core/oss/extr_pcm_oss.c__snd_pcm_hw_param_mask.c
34f08871f44add14d87dbde64772357d2f50db4f
[]
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
978
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
67302584d0ac0da702da3eaae1ec3b5989242b8c
103f5d4e37d793068b8c811c16a6104f049b5f34
/1201.c
2cbec988fcd74c93bb48c16cfb5afdee20c7985e
[]
no_license
LEEPSMART/cprimerplus6
6fe3f6e445066874159680d7779a7739c356df07
32a0e1410f4ed589204619c0d195056f65e5cbc9
refs/heads/master
2020-03-28T06:37:38.103362
2018-09-25T08:55:36
2018-09-25T08:55:36
147,848,342
0
0
null
null
null
null
UTF-8
C
false
false
394
c
#include <stdio.h> void critic(int * p); int main(void) { int units = 0 ; int * ptr = &units ; printf("How many pounds to a firkin of butter?\n"); scanf("%d", &units); while ( *ptr != 56) critic(ptr); printf("You must have looked it up!\n"); return 0; } void critic(int * p...
[ "noreply@github.com" ]
LEEPSMART.noreply@github.com
d811c7281add22df92ab3afc92e1cb907c288425
672f26394e810046c4d4e146bbbbb18d7651568b
/lib/ft_printf/ft_printf_conv_02.c
bc5435c2b52c57224f805cab3e4d36fceee82520
[]
no_license
jmartini89/42_so_long
2ac1f0f54d984104220b56de91826feda6276b32
72265199a93e0e73533b9dde30f622a02a227d87
refs/heads/master
2023-08-30T10:16:48.159288
2021-10-20T01:12:46
2021-10-20T01:12:46
388,529,381
1
0
null
null
null
null
UTF-8
C
false
false
2,525
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_printf_conv_02.c :+: :+: :+: ...
[ "jacopomartini89@gmail.com" ]
jacopomartini89@gmail.com
8a080a2ad5982ac99479a009a12b009b580114e7
bc0944de78224f060472f72f75f63ee066c3a87a
/trunk_ks218/APP/music_decode/get_musice_file.c
28da21c88a8ade48714fe696e50add4dc5801c7f
[]
no_license
xiaolaba/sc-cd-pro
837f7daa96416f9e19e2d3b626b45ba397a9814c
90fccdfb0352b4c159db157623bb0a53d98837d8
refs/heads/master
2020-09-11T12:59:40.754508
2013-10-10T14:48:22
2013-10-10T14:48:22
null
0
0
null
null
null
null
GB18030
C
false
false
10,963
c
/*--------------------------------------------------------------------------*/ /**@file get_musice_file.c @brief 文件查找 @details @author @date 2011-3-7 @note */ /*----------------------------------------------------------------------------*/ #include "Custom_config.h" #include "get...
[ "renan.alexs@gmail.com" ]
renan.alexs@gmail.com
9cb8da087396989b3f1e84c37b8ae05e4358fc24
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/MC/BeamGunTuning/Planes/Y_22.C
0f3203e66101cf7bc5e00ed46d3a5a47ed5380e2
[]
no_license
sam-grant/EDM
486ea029bf766c968a3c7b41198ffcf9bc3c9b8a
525e41de5f675c39014488c79144f47562910736
refs/heads/master
2022-10-30T22:35:42.979799
2022-10-19T18:44:54
2022-10-19T18:44:54
296,421,806
0
1
null
null
null
null
UTF-8
C
false
false
2,151
c
void Y_22() { //=========Macro generated from canvas: c/c //========= (Mon Nov 16 13:12:27 2020) by ROOT version 6.22/02 TCanvas *c = new TCanvas("c", "c",0,0,800,600); c->SetHighLightColor(2); c->Range(0,0,1,1); c->SetFillColor(0); c->SetBorderMode(0); c->SetBorderSize(2); c->SetFrameBorderMode(0...
[ "samuelgrant@x.local" ]
samuelgrant@x.local
4698beab755a3ea9ee9dcb3b960c70d47bddda57
8fa086e2c972eb7de3bf567baeb9b956a94d0419
/BasicDrawing/CommonCode/Shadings.h
5a7c37273700c0a47f84a2770d4bbce422eda5f5
[]
no_license
yarshure/ProgrammingWithQuartz-Code
f19084d81a1168b8e84d30ddac8370333158e0d0
42e1e15cdb7506f04de81db1bc22a0122bc6813b
refs/heads/master
2023-03-06T07:45:18.207207
2012-12-09T07:03:06
2012-12-09T07:03:06
7,076,109
6
3
null
2023-02-22T17:47:10
2012-12-09T06:04:28
C
WINDOWS-1252
C
false
false
3,042
h
/* * File: Shadings.h * * Copyright: Copyright © 2005 Apple Computer, Inc., All Rights Reserved * * Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in * consideration of your agreement to the following terms, and your use, installation, modification *...
[ "yarshure@gmail.com" ]
yarshure@gmail.com
83c105c21d288dd869228d35fee485d249900e81
aef0859675fa8327ef65da4b1179ff28e0c2e3d8
/common/vulkan_wrapper/vulkan_wrapper.h
0a0ca381cd43279efc299b7cc689bb312f52bf2b
[ "MIT" ]
permissive
daoshengmu/vulkan-android
a6ab2887dc61ddbf5bb55230ea33903f7c46844a
1be14e9b4fcbe5859c02569534b7a1f98c1b7551
refs/heads/master
2023-07-09T17:18:58.728922
2021-08-12T05:49:29
2021-08-12T05:49:29
286,339,501
0
1
null
null
null
null
UTF-8
C
false
false
11,445
h
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
[ "daoshengmu@gmail.com" ]
daoshengmu@gmail.com
18673892f007d4f512f5a1e39eaf87e01b435a2b
3d0b66f39b6b869f84ce0094b660707b7859702d
/Temp/il2cppOutput/il2cppOutput/System_System_Text_RegularExpressions_InterpreterFactoryMethodDeclarations.h
fb7262e993a210d920186faa7558eb0bd00ef7ac
[]
no_license
choirdesign/hack-slash
b12b2e86de09b2eec62685d40eec3856df619077
3754f5af407a783bfaf9d9eedbb61148cc50672c
refs/heads/master
2021-01-10T13:40:37.011080
2015-11-24T09:14:57
2015-11-24T09:14:57
45,164,312
0
0
null
null
null
null
UTF-8
C
false
false
2,704
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.Text.RegularExpressions.InterpreterFactory struct InterpreterFactory_t1000; // System.UInt16[] struct UInt16U5BU5D_t935; // System.T...
[ "wataruyamakawa@gmail.com" ]
wataruyamakawa@gmail.com
b738c18a419abd672272797257e45c474620439c
376f593f3374e83231d9a4a4af4c16ca6f2decf2
/hw1-2/R05922027/src/test.c
bc51a6a9708048e2ea5cc67e0dc2b46939ba1938
[]
no_license
gdoggg2032/MD2016
e56f745647e4a52192e98786cc20870bd4fc8cad
ae6ed9e4a57cf48994a38f6f84546b1be9e61702
refs/heads/master
2021-01-20T01:34:43.984495
2016-11-20T14:06:28
2016-11-20T14:06:28
70,344,278
0
0
null
null
null
null
UTF-8
C
false
false
2,595
c
#include <stdio.h> #include <stdlib.h> #include <math.h> #define MAX_STATE 55 #define MAX_SEQ 2001115 typedef struct{ int state_num; double transition[MAX_STATE][MAX_STATE]; double emission[MAX_STATE][MAX_STATE]; double initial[MAX_STATE]; }Model; Model model; FILE* fp; FILE* fp_result; int observ[MAX_SEQ...
[ "gdoggg2032@gmail.com" ]
gdoggg2032@gmail.com
81fedc19c35a9e0efe019bac573281b4fbb032d9
5abaa096a83c76c7192d318e10a30b90bf82fc10
/esp32_manager_storage.h
8f88ac088500fd8bc935495327a070b5baae9482
[ "MIT" ]
permissive
mburger82/esp32-manager
ebce1892835a5ccf521a27c5664be60b8cddc94f
95964378363b90fd09fea93f19d25f14db7f3081
refs/heads/master
2020-08-27T11:15:05.215639
2019-10-21T12:27:19
2019-10-21T12:27:19
null
0
0
null
null
null
null
UTF-8
C
false
false
6,933
h
/** * esp32_manager_storage.h * * (C) 2019 - Pablo Bacho <pablo@pablobacho.com> * This code is licensed under the MIT License. */ #ifndef _ESP32_MANAGER_STORAGE_H_ #define _ESP32_MANAGER_STORAGE_H_ #include <string.h> #include <math.h> #include "esp_system.h" #include "esp_err.h" #include "esp_log.h" #include "...
[ "pablo@pablobacho.com" ]
pablo@pablobacho.com
923e88f6c1e4f863c7b5abc10be6578f0481b562
f20c660341f2d0680be211c4f0335c60a6dc41af
/top.c
195dbc6f93b9632ce7a84fd689decbc09d14273e
[ "MIT" ]
permissive
adsr/phpspy
7fe54a6a71206820091ac18d33266a8f1f7a1bd1
e4f74f75ca93e49c4fc5665e26221f9b39538d9d
refs/heads/master
2023-07-31T16:09:31.618716
2023-04-19T04:34:14
2023-04-19T04:34:14
128,580,589
1,358
63
MIT
2023-09-11T20:45:37
2018-04-08T00:35:18
C
UTF-8
C
false
false
9,741
c
#include "phpspy.h" #define FUNC_SIZE 256 #define BUF_SIZE 512 typedef struct func_entry_s { char func[FUNC_SIZE]; unsigned long count_excl; unsigned long count_incl; unsigned long total_count_excl; unsigned long total_count_incl; float percent_excl; UT_hash_handle hh; } func_entry_t; sta...
[ "as@php.net" ]
as@php.net
9b6cebfc9e0e179fd546ff3a65b735fe8edfdb2e
c5246e3b8a78e58172af81a7a50278681865df8e
/hello.c
f8a567822aadea34e14d3cc2d06b6cc70ab314b2
[]
no_license
sacpv04/Himmat
9961a41d7ffc37436d0be2161783822f3b76cc69
7350d0a4825d4bd89b8899efe55f5aef9ed7e4a6
refs/heads/master
2023-02-15T12:05:36.113869
2023-02-03T02:02:38
2023-02-03T02:02:38
104,834,901
0
0
null
null
null
null
UTF-8
C
false
false
207
c
#include <stdio.h> #include <stdlib.h> #include <stdint.h> int main(int argc, char *argv[]) { int i; for(i; i < 10; i++){ printf("### Hello SOAFEE... %d \n ", i); } return 0; }
[ "noreply@github.com" ]
sacpv04.noreply@github.com
803012e4e0acf1a1010474a7a85881612b77e2f6
cea1f3940eabd7d7416fddd01f228c842b7c2d5c
/string.c
d72a5023e754ddc16d82f8153efaa8e07ecc2c25
[]
no_license
mujtabamujeeb/Sac-State
ed24bb8391446b6346fc4d5f320f27c995b7687c
2941a585f36a04a376e9d3af0b289466e2a38b54
refs/heads/main
2023-04-26T02:20:41.858264
2021-05-19T20:19:53
2021-05-19T20:19:53
368,990,373
0
0
null
null
null
null
UTF-8
C
false
false
3,297
c
/** * CPE/CSC 159 - Operating System Pragmatics * California State University, Sacramento * Spring 2021 * * String Utilities */ #include "string.h" /** * Sets the first n bytes pointed to by str to the value specified by c * * @param dest - pointer the block of memory to set * @param c - value to set...
[ "noreply@github.com" ]
mujtabamujeeb.noreply@github.com
a28b3b288e777f02b6fe90cdc91627044d3b62a9
1cffa80dd0fb3080af6d36553fe1e65bec5e45f3
/nanos-lite/src/loader.c
ca9f607a8b0f641e33af651c3d25e3e0cfdcb3c3
[]
no_license
fengjk12138/ics_nankai
008226039b1db6d164818fdafdf3d13bf6639fca
9dd172cf059ba1d8dff6382672fe8440736c814d
refs/heads/master
2023-06-03T19:18:32.338403
2021-06-21T05:37:03
2021-06-21T05:37:03
345,280,727
0
1
null
null
null
null
UTF-8
C
false
false
5,008
c
#include <proc.h> #include <elf.h> #include <fs.h> #ifdef __LP64__ # define Elf_Ehdr Elf64_Ehdr # define Elf_Phdr Elf64_Phdr #else # define Elf_Ehdr Elf32_Ehdr # define Elf_Phdr Elf32_Phdr #endif extern uint8_t ramdisk_start; extern uint8_t ramdisk_end; // 从ramdisk中`offset`偏移处的`len`字节读入到`buf`中 size_t ramdisk_read(voi...
[ "1327246148@qq.com" ]
1327246148@qq.com
c34eba8b231fee3d328b54a0660fcfda59c1520e
c05f9f6817f74263bdc078d3872ba8fab6f1b09b
/1494079327.c
3f18e40731a4a33c308488393d437b6510849255
[]
no_license
Saisi/secret-octo-wookie
71aa331779216775ee10d8d0a738dd364a5c5202
a8e52e3fed94ab6993d4baaeaa926d659cac3735
refs/heads/master
2021-01-23T18:59:00.780545
2017-06-03T05:33:28
2017-06-03T05:33:28
25,811,730
0
0
null
null
null
null
UTF-8
C
false
false
433
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.2.0 * Git version: dcef523 * Options: (none) * Seed: 3959351443 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ #pragma pack(push) #pragma pack(1) struct S0 { uint8_t f0; unsigned f1 : 13;...
[ "saisi@users.noreply.github.com" ]
saisi@users.noreply.github.com
fec0d784292f5897ed7ccf47b2def93c01f6b927
7578da0c7486a013d8a2698d647b11aabb3e85ba
/Pods/Headers/Private/CityDoCommon/UIColor+CityDoHexColor.h
394e6a13e5884bf3e46329979838689e892cc7c3
[ "MIT" ]
permissive
CityDo/CityDoUIKit
2dd1436a0a07668ba18e90fc3efed07d2d304bde
8c9ce60601741896b828e540214b43419af6dadd
refs/heads/master
2022-07-17T08:05:20.904223
2020-05-21T09:51:01
2020-05-21T09:51:01
265,795,134
0
0
null
null
null
null
UTF-8
C
false
false
81
h
../../../CityDoCommon/CityDoCommon/Common/Category/Color/UIColor+CityDoHexColor.h
[ "volientduan@163.com" ]
volientduan@163.com
8cebf67641e84ef300a0ab0c63a126b7f8e81d41
46367579a54a09dd220dd9a678b1452f06897f11
/tags/hdf5-1_4_3/src/H5Bprivate.h
8656788da9222ff379dc1af187ad1476b3566f4f
[ "LicenseRef-scancode-llnl", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
TPLink32/hdf5
33ff24c9b6133f0f51cb6cc2b722fba7bb1777dd
0d6987c15284bd9f34c7e44452a152833d42a738
refs/heads/master
2021-05-31T01:15:39.463663
2016-04-14T23:02:09
2016-04-14T23:02:09
null
0
0
null
null
null
null
UTF-8
C
false
false
5,544
h
/*------------------------------------------------------------------------- * Copyright (C) 1997 National Center for Supercomputing Applications. * All rights reserved. * *------------------------------------------------------------------------- * * Created: H5Bprivate.h * Jul 10 1997 * Robb Matzke <matz...
[ "(no author)@dab4d1a6-ed17-0410-a064-d1ae371a2980" ]
(no author)@dab4d1a6-ed17-0410-a064-d1ae371a2980
e290c359a2edd07f0f9652162acdf7770fb74a6e
e706788c482015d4c90861a4f0d9dbafd596f3d3
/fastboot_hi3716mv310/drivers/mtd/nand/hinfc620_gen.h
0e479a49f7612f74719407e13fa346f3a981cc71
[]
no_license
y33988979/nand_burnin
749996ed1733ff43dd1b484d330303520f2c6aff
4864f2abb85559e855d2d845a2a84d3183c489c7
refs/heads/master
2021-01-20T00:53:14.889495
2017-05-04T08:54:26
2017-05-04T08:54:26
89,206,603
4
2
null
null
null
null
UTF-8
C
false
false
1,212
h
/****************************************************************************** * COPYRIGHT (C) 2013 Czyong. Hisilicon * All rights reserved. * *** * Create by Czyong 2013-08-15 * ******************************************************************************/ #ifndef HINFC620_GENH #define HINFC620_GENH /*...
[ "33988979@163.com" ]
33988979@163.com