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
aebe097823b11c99fe9c51a6c14e78e2546f3c5f
698da9009a01fa54e6e87b65eaf79fef2d74c1cb
/spider.c
1c7b92d7009b39eb45466d71d87fabbff5cd8b28
[]
no_license
judochampion/Paganitzu
b77d6b5e11922afdf1f514bcb7bcfc84b5d050fb
6e206cfa08a412e2f5e109f3b4e7390b946a005b
refs/heads/master
2021-01-25T14:26:43.105685
2018-10-30T09:04:08
2018-10-30T09:04:08
123,697,224
0
0
null
null
null
null
IBM852
C
false
false
9,724
c
#include "game.h" #include "system.h" #include "ai.h" #include "gui.h" #include <string.h> #include <stdio.h> #include <stdlib.h> #include <assert.h> #include "spider.h" int check_if_spider_is_next_player(LevelState* level_state){ int result=0; //hier wordt code wat ingewikkelder omdat we moeten controleren of pl...
[ "jallybel@outlook.com" ]
jallybel@outlook.com
c22781ef783afdfa81806c138827efc6bc493892
8f4e7054724f53497b46e385907672ef6aae674d
/ft_charcapifeven.c
e33a29c072432ff0b273622c60278a3a20169913
[]
no_license
dracoeric/42Libft
59b445b7d81a0bed700035cb2d4046339e36cfb6
d38d61feaaa7bda495331c91ee437560e2a19a5f
refs/heads/master
2020-04-05T00:28:13.035108
2018-11-15T09:21:48
2018-11-15T09:21:48
156,398,078
0
0
null
null
null
null
UTF-8
C
false
false
1,075
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_charcapifeven.c :+: :+: :+: ...
[ "erli@student.42.fr" ]
erli@student.42.fr
78787048475ebea69b02f4a51bab3d91f0aa762d
05b458a94b13328c4ab0bb474513e69c5f253ec0
/analysis-sources/ruby-analysis/_cppstats_featurelocations/ruby/ext/digest/sha2/sha2cc.h
54f1300d827a7079e7102a461d8509407a35e615
[]
no_license
paulobernardoaf/dataset-files
c7b3a5f44f20a6809b6ac7c68b9098784d22ca52
6cc1726ee87e964dc05117673e50e3e364533015
refs/heads/master
2022-04-23T06:52:15.875641
2020-04-25T18:28:48
2020-04-25T18:28:48
253,626,694
0
0
null
null
null
null
UTF-8
C
false
false
993
h
#define COMMON_DIGEST_FOR_OPENSSL 1 #include <CommonCrypto/CommonDigest.h> #define SHA256_BLOCK_LENGTH CC_SHA256_BLOCK_BYTES #define SHA384_BLOCK_LENGTH CC_SHA384_BLOCK_BYTES #define SHA512_BLOCK_LENGTH CC_SHA512_BLOCK_BYTES #define SHA384_CTX CC_SHA512_CTX static DEFINE_UPDATE_FUNC_FOR_UINT(SHA256...
[ "paulomax9002@gmail.com" ]
paulomax9002@gmail.com
f39f57c7baabd7da7a58ec6403593b8f44913476
8725ba28eac39651fa9cd1f055c6f55b8527ffbb
/src/testprogs/test-io.c
e30163df596e1973e0318ee31818776b3e122b56
[]
no_license
niitsuma/wwwoffle-par
788bfbe663d7be3ec22e9524056c8ac612183c24
05c8f2a24569254c64282eaa9c348e36317c3dc6
refs/heads/master
2021-01-10T06:26:54.832277
2012-01-14T10:43:05
2012-01-14T10:43:05
36,093,300
0
0
null
null
null
null
UTF-8
C
false
false
6,205
c
/*************************************** $Header$ File IO test program ******************/ /****************** Written by Andrew M. Bishop This file Copyright 2003 Andrew M. Bishop It may be distributed under the GNU Public License, version 2, or any higher version. See section COPYING of the GNU Public licen...
[ "p.a.rombouts@home.nl" ]
p.a.rombouts@home.nl
937f5753335fb943fb0e0140ee282d5cce8623cb
d18f4c1ced0f71ca336045b40aec33b6cc92cf89
/c07/test/ft_split.c
c769264ed98b728e1bd042210364e029d86c418c
[]
no_license
gojung/bus
e1e3a7fc653d75cd95b7f74159bd8cf8ed1861b0
35ba88fc7804fb05ed51b060e4f40dcb0603b86b
refs/heads/master
2023-03-25T00:43:35.896078
2021-03-13T17:06:11
2021-03-13T17:06:11
null
0
0
null
null
null
null
UTF-8
C
false
false
1,155
c
#include <stdio.h> #include <stdlib.h> int is_charset(char a, char *charset) { int i = 0; while (charset[i]) { if(charset[i] == a) return 1; i++; } return 0; } int how_many_tokens(char *str, char *charset) { int i = 0; int ctr = 0; while (str[i]) { if(is_charset(str[i], charset)) ctr++; i++; }...
[ "replituser@example.com" ]
replituser@example.com
b47181ee8556162d1433362b231891da2cb781ec
2d693d9fa78d67920f21b5c88466c224d5bbbedb
/Lab2/Lab2D2.X/ADC.c
357e1328c3899ddd735b8b66b6d2c8bdc62eebe0
[]
no_license
JoseLuisA-P/CodigosDigital2
f94ae68bd363fc7213c37cbd910ee82d47eaecf8
3b64572350c382bc4691fe6ff436b2b11bf3b16c
refs/heads/main
2023-08-30T18:37:22.429515
2021-11-07T20:48:37
2021-11-07T20:48:37
384,571,184
0
0
null
null
null
null
UTF-8
C
false
false
2,183
c
#include <xc.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include "ADC.h" //****************************************************************************** // configuracion del ADC //****************************************************************************** void ADCconfig(uint8_t canal, uint8_t j...
[ "alv19392@uvg.edu.gt" ]
alv19392@uvg.edu.gt
1b6c12548505bcd57ff637ceee606fbcbe45439d
f7ddc15be01cd229f426c44b4fa7ff7208ddd8b3
/proto/usb_communication/Inc/stm32f1xx_it.h
eeab6f89342f577952e9d3330e778eff10b4f059
[ "Apache-2.0" ]
permissive
dimomite/brbuttonsystem
a5350dc10ee668cbe9c5165816691fedacec46d9
27650d4f559d77fa02064223aed8dd816bb857ab
refs/heads/master
2021-12-25T10:27:09.109477
2021-08-19T15:48:29
2021-08-19T15:48:29
193,969,229
0
0
null
null
null
null
UTF-8
C
false
false
2,140
h
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f1xx_it.h * @brief This file contains the headers of the interrupt handlers. ****************************************************************************** * @attention * * <h2...
[ "dkuzkz@gmail.com" ]
dkuzkz@gmail.com
f562f127bdb3903c6ec61355e5c406b613e56084
e4339f834721da32fc807992321a396c8c4fd3d1
/csc501-lab2/TMP/paging/xm.c
754bdb944bc220d9a6cc8f8203df36b3ccecdc63
[]
no_license
ioctls/Xinu-501
7d1c8320cf83b230a0f6ecd8c9187ddf0414dd70
bbe8a31780160dfb972f95dfd3f3dc43e3bc73d3
refs/heads/master
2022-02-18T22:42:07.487861
2019-09-07T02:46:23
2019-09-07T02:46:23
null
0
0
null
null
null
null
UTF-8
C
false
false
1,131
c
/* xm.c = xmmap xmunmap */ #include <conf.h> #include <kernel.h> #include <proc.h> #include <paging.h> /*------------------------------------------------------------------------- * xmmap - xmmap *------------------------------------------------------------------------- */ SYSCALL xmmap(int virtpage, bsd_t source,...
[ "shantanuchandorkar@gmail.com" ]
shantanuchandorkar@gmail.com
f29efa58fa546dd756b79d2b76df77343e942c49
3ed518a0129bdb45229d8505336a4caa87baf94e
/D07/ex00/ft_strdup.c
b95fc5b114472f53af8660275e7dee97d5ae721b
[]
no_license
Jake33rus/MyProjects
0a51e16b75bad637157565b98092db426e7f7eec
1a53f2f9021ab12e2e2a8d16aefa5e44686a77db
refs/heads/master
2020-03-28T12:44:09.906940
2018-09-11T14:43:30
2018-09-11T14:43:30
148,328,727
0
0
null
null
null
null
UTF-8
C
false
false
1,323
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strdup.c :+: :+: :+: ...
[ "bcasper@e4r10p9.21-school.ru" ]
bcasper@e4r10p9.21-school.ru
7e92f59921887bd2e2aea6f93dcf62db0459b4a4
c2b0d6ca31cc9728858db9ad0097923f20a8536f
/Pertemuan 1/Latihan 1/Latihan 1/main.c
347b48c8daf537a9a84a315cd5afee44d25f1b70
[]
no_license
cahyaadi123/cahyaadi
0d5b7eb3b632479d79f883ae0bbe3068afd33b9d
48f8a2289112bbbbf39f241c7d372ff7d05999f3
refs/heads/master
2021-02-15T21:08:02.750153
2020-03-04T15:59:56
2020-03-04T15:59:56
244,931,371
0
0
null
null
null
null
UTF-8
C
false
false
625
c
#include "header.h" int main() { int angka1,angka2; printf("Masukan angka1 = "); scanf("%d",&angka1); printf("Masukan angka2 = "); scanf("%d",&angka2); printf("\tHasil pertambahan = %d ",tambah(angka1,angka2)); printf("\n"); int angka3,angka4; printf("Masukan Angka3 = "); scanf("%d",&angka3);...
[ "cahyaadi105@gmail.com" ]
cahyaadi105@gmail.com
a502d190bbee3dfd334f758ddf2c72eacc1af86c
dbf63b7bcafaa71528746f77b560b8b51b8ab164
/pkg/torch/generic/TensorOperator.c
d6337aeb0494c38639471de038a4d59017bcf56a
[ "BSD-2-Clause" ]
permissive
liuchang8am/torch
234dc5e311bce5c668904fa4b74b5767e8037e74
0c18766156d66bde7a004e8a41cb96dcdc7dcf43
refs/heads/master
2021-01-10T08:44:46.987394
2016-02-14T10:15:53
2016-02-14T10:15:53
48,321,799
1
0
null
null
null
null
UTF-8
C
false
false
4,943
c
#ifndef TH_GENERIC_FILE #define TH_GENERIC_FILE "generic/TensorOperator.c" #else static int torch_TensorOperator_(__add__)(lua_State *L) { THTensor *tensor1 = luaT_toudata(L, 1, torch_Tensor); THTensor *tensor2 = luaT_toudata(L, 2, torch_Tensor); THTensor *r; if(!tensor1 && !tensor2) luaL_error(L, "expect...
[ "liuchang8am@gmail.com" ]
liuchang8am@gmail.com
baccb6db8125018179c0a641076365be4f41151c
ece46d54db148fcd1717ae33e9c277e156067155
/SDK/zrxsdk2021/arxport/IAdHostWindow.h
0063879542deab42036a81c7e5b9280599effd63
[]
no_license
15831944/ObjectArx
ffb3675875681b1478930aeac596cff6f4187ffd
8c15611148264593730ff5b6213214cebd647d23
refs/heads/main
2023-06-16T07:36:01.588122
2021-07-09T10:17:27
2021-07-09T10:17:27
384,473,453
0
1
null
2021-07-09T15:08:56
2021-07-09T15:08:56
null
UTF-8
C
false
false
243
h
#ifndef __IADHOSTWINDOW_H__ #define __IADHOSTWINDOW_H__ #include "adhostableui.h" #include "../inc/zIAdHostWindow.h" #ifndef IAdHostWindow #define IAdHostWindow IZdHostWindow #endif //#ifndef IAdHostWindow #endif //__IADHOSTWINDOW_H__
[ "3494543191@qq.com" ]
3494543191@qq.com
4abb73eb2caaeba5dc9278637525784037b8743f
f2ebff148a36b26b6747aa51a8379c319cd78edb
/abes/include/abes/util/abe_util.h
f0d347bf3bace3963a5d7f9ad7199b1e8268ef5c
[]
no_license
stevenli2020/sBoxCLibSourceCode
fb62e2d3c8391ea108c8f585bc30dc92d086684b
a331d10c5d4d88f91179336607402a0e068e07aa
refs/heads/master
2022-11-23T15:58:31.734234
2020-07-28T03:34:36
2020-07-28T03:34:36
283,060,817
0
0
null
null
null
null
UTF-8
C
false
false
1,129
h
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ // #include "common.h" // #include "io.h" // #include "pbc.h" #define TYPE_DEF_PARAMS "pbc.properties" #ifndef ABEUTIL_H #define ABEUT...
[ "stevenli2020@github.com" ]
stevenli2020@github.com
215307550cf1453031a1a66bc8656f82e7c8e160
78ef5a96abb8c69ea097bff3bd642592208221a7
/miniFS/miniFS/miniFile.h
8b7ed436b1bf7827e282f4e79dc79c367c9dd31c
[]
no_license
hbprotoss/miniFS
af3a2d7a460f4ad0f2f9ceb8fe5a2bfe8142f86d
237ec5c311e0bc90c9fce4322a791939fa29f4d8
refs/heads/master
2021-01-19T14:30:55.378018
2020-04-03T14:19:05
2020-04-03T14:19:05
5,766,512
0
1
null
2020-04-03T14:19:06
2012-09-11T14:45:55
C++
UTF-8
C
false
false
6,536
h
#ifndef MINI_FILE_H #define MINI_FILE_H #include <cstdio> #include <ctime> #include "miniError.h" #define MAX_NAME 12 #define MAX_PATH_NAME 256 #define MAX_MAGIC 4 #pragma pack(push, 1) //////////////////////////////////////////////////////////////////////////////////////////// // 文件系统 typedef unsi...
[ "gamespy1991@gmail.com" ]
gamespy1991@gmail.com
27c2cde00f5b68a5951c46e4579155841340804f
09ab1552c2833fc888655ecd270b1564becff1d5
/src/tbox/memory/large_allocator.c
d56632afea91f022647fae5736480bc5e98cc196
[]
no_license
rikxqd/tbox
654d805799fe1ea12346b2d187557ce545953c33
df41bac33dd6042cfc03b74312b4b3810a398211
refs/heads/master
2021-01-22T15:22:06.534970
2016-08-09T12:37:22
2016-08-09T12:37:22
65,430,814
1
0
null
2016-08-11T02:13:55
2016-08-11T02:13:55
null
UTF-8
C
false
false
1,426
c
/*!The Treasure Box Library * * TBox is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * TBox is distributed in the h...
[ "waruqi@gmail.com" ]
waruqi@gmail.com
c525df79c6939b4942c3c9ff10f6ba985da992ac
8c9c87d521e68054e6954e3b1b6088d81a74d019
/np_pgms_dw/climulti.c
a815f5b233eddfa1139e09051f69359f15df6aa5
[]
no_license
arundhatikurup/Network_Programming_Lab
660290af57249eb3dc42fae0f3e17fa1d4379f54
8d9f53518e82bf28ff1f792888522f6a2fd1aedb
refs/heads/master
2020-03-10T01:30:56.763919
2018-04-11T15:05:04
2018-04-11T15:05:04
129,111,671
0
0
null
null
null
null
UTF-8
C
false
false
1,733
c
/* NAME:ATHUL RAJ ROLL NO:16 DATE:27th MARCH 2018 PROGRAM: CLIENT FOR MULTICHAT */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <unistd.h> #include <errno.h> #define BUFSIZE 1024 void send_recv(int i,...
[ "arundhatikurup@yahoo.com" ]
arundhatikurup@yahoo.com
f57bbfe1d12cb2e220e86ed847d597d99ee27aee
c7308b6f7534ec1d08d02ff7882020636f42a2cb
/test/bugs/codegen/funcall_crash.c
af7811886db0ff09ff4a2e62190d5b06e515b927
[ "MIT" ]
permissive
bobrippling/ucc-c-compiler
0d8808a31bb8b0b6403d1e757b866753ac969e23
d0283673261bbd5d872057ee169378fdf349a6fa
refs/heads/master
2023-06-21T22:25:07.825365
2022-03-01T22:33:16
2022-12-12T17:03:27
2,223,381
74
10
null
null
null
null
UTF-8
C
false
false
296
c
f() { unsigned char uuidBuffer[32]; g(uuidBuffer[0], uuidBuffer[1], uuidBuffer[2], uuidBuffer[3], uuidBuffer[4], uuidBuffer[5], uuidBuffer[6], uuidBuffer[7], uuidBuffer[8], uuidBuffer[9], uuidBuffer[10], uuidBuffer[11], uuidBuffer[12], uuidBuffer[13]); }
[ "robpilling@gmail.com" ]
robpilling@gmail.com
601a3ff66a9df87c7dc4dea9a07f74f4f490e1b2
3229fddbf04e391de71901cc6c32c8f67d704914
/Library/StdDriver/inc/sc.h
aa263579d703ac62bb752ba832eccacef504f8f8
[ "Apache-2.0" ]
permissive
BaoXingxing-13/M251BSP
33e037a8407046eebe973ab9328811e8d800adf8
62a4fd92280d6bf5113a60ce58df704931970df6
refs/heads/master
2023-07-10T17:32:51.546767
2021-08-26T09:51:47
2021-08-26T09:51:47
null
0
0
null
null
null
null
UTF-8
C
false
false
16,074
h
/**************************************************************************//** * @file sc.h * @version V3.00 * @brief Smart Card(SC) driver header file * * SPDX-License-Identifier: Apache-2.0 * @copyright (C) 2019 Nuvoton Technology Corp. All rights reserved. ********************************************...
[ "CHHsieh3@nuvoton.com" ]
CHHsieh3@nuvoton.com
e1fc92cc2ed80eeb162ba798f204dc4eb7b19728
db2e869b93cc9bb2256edc1a1288f1f9c45afa2f
/config.h
06c13c08c438ad457f0b39512d2750a9bdeabc41
[ "MIT" ]
permissive
LiSheep/lquad
f8249dda5cc2d0636ba0356591c71bc18ddb7493
32ab85492c62f9bbe51715511e44a8aa561c2115
refs/heads/master
2021-01-10T20:28:41.687341
2014-04-07T02:10:35
2014-04-07T02:10:35
18,462,365
10
3
null
null
null
null
UTF-8
C
false
false
124
h
#ifndef CONFIG_H #define CONFIG_H #define MEGA //#define PROMICRO //#define debug_control //#define debug_pid #endif
[ "ltcmailhome@gmail.com" ]
ltcmailhome@gmail.com
1d4d181df36f951514ca3072a0b6999eb719a2f9
e5a516ef9edb9a7303f8e67d4ffbe97e21ba07a3
/learn/OpenGL/opengl_subroutine/subroutine.h
b316f516fefacbde29ab42d87aec3ebb739f96e3
[ "MIT" ]
permissive
MuggleWei/Muggle_Toy
eb50b28f782b49742dd07b5b7b692f141fa344d6
75c974df697ee3127da9476fb1313e6493e6ee7b
refs/heads/master
2020-04-15T14:03:50.098528
2016-11-19T13:59:43
2016-11-19T13:59:43
56,066,486
1
0
null
null
null
null
UTF-8
C
false
false
293
h
#ifndef __OPENGL_SUBROUTINE_H__ #define __OPENGL_SUBROUTINE_H__ #include "base/base.h" EXTERN_C_BEGIN MG_DLL void Init(); MG_DLL void Update(); MG_DLL void Render(); MG_DLL void Destroy(); void PrepareData(); void PrepareShader(); void CreateVBO(); void CreateVAO(); EXTERN_C_END #endif
[ "mugglewei@gmail.com" ]
mugglewei@gmail.com
a48c1072fbec97500d35ca6a05ce976c6fb0c578
05942a22b42d0fefb7de69cf8a9fb70faeeb1733
/srcs/fl_init.c
1ee585bd3379b41d7dd75c82f24f1f21bd689591
[]
no_license
allenARM/ft_ls
216eb027e5450652405815a04567c3bb4f741876
356aef7f47abd79f643b5e1c901fbf812e1c974d
refs/heads/master
2020-04-04T12:10:18.930621
2019-06-19T20:12:19
2019-06-19T20:12:19
155,916,594
1
0
null
null
null
null
UTF-8
C
false
false
1,204
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* fl_init.c :+: :+: :+: ...
[ "allenwem@gmail.com" ]
allenwem@gmail.com
d0b857ac84f80427cb6aef4171f1882759dc29d7
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/gpu/drm/nouveau/nvkm/subdev/timer/extr_nv41.c_nv41_timer_init.c
c0c332100b39b363cb16028f728139bcd6e31d1b
[]
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,737
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
0feb54fdf1881bba27defd8fc583cb78bf45c537
c07e923c0e7f19721020092d2fbbbeba46eff7e4
/SRC/LIB/GALOIS/spreadsheet.C
dbcfc2339a26fe7ee3cafa586b7e3336e7828ad9
[]
no_license
jayant91089/orbiter-mod
42e2bbc607dc1350b71bb56bfe3d2b75b1d017d4
9765f498abf17105108ca650e06d3979260234c4
refs/heads/master
2021-01-10T10:36:34.725889
2015-11-19T16:20:53
2015-11-19T16:20:53
46,003,326
0
0
null
null
null
null
UTF-8
C
false
false
21,423
c
// spreadsheet.C // // Anton Betten // July 18, 2012 // // moved to GALOIS: March 15, 2013 // #include "galois.h" INT strcmp_with_or_without(BYTE *p, BYTE *q); spreadsheet::spreadsheet() { null(); } spreadsheet::~spreadsheet() { freeself(); } void spreadsheet::null() { tokens = NULL; line_start = NULL; line_...
[ "jayant91089@gmail.com" ]
jayant91089@gmail.com
f2719793b37592384ed143744cb5a8ef9ee3cd46
eea9082a148ef6ec74036268f3a7afbf3090d3b3
/lib/STM32/Inc/delay.h
b2d63d0e8e5d105e3831dbfbc114447a82a5c269
[]
no_license
tobbad/nfc05_uart_reader_c
3f0848372fdb5462f69929166292f09c9c9d952a
170847df03d0a37b70828210615abfb336f21650
refs/heads/master
2020-03-18T04:04:50.251715
2018-05-27T16:44:26
2018-05-27T16:44:26
134,268,404
4
0
null
null
null
null
UTF-8
C
false
false
2,160
h
/****************************************************************************** * @attention * * <h2><center>&copy; COPYRIGHT 2016 STMicroelectronics</center></h2> * * Licensed under ST MYLIBERTY SOFTWARE LICENSE AGREEMENT (the "License"); * You may not use this file except in compliance with the License. ...
[ "badi@baerospace.ch" ]
badi@baerospace.ch
19623efae39c87b7567906db63b48f37fef22a50
0b12d6110fe8a54ccb3829f69707a229bfb35282
/naruto/world/area/sifa_isle/house2.c
19039c9a846ee2b0402558373721116848fd96cc
[]
no_license
MudRen/mudos-game-naruto
b8f913deba70f7629c0bab117521508d1393e3b6
000f286645e810e1cd786130c52d7b9c1747cae8
refs/heads/master
2023-09-04T05:49:01.137753
2023-08-28T12:19:10
2023-08-28T12:19:10
245,764,270
1
0
null
2020-03-08T06:29:36
2020-03-08T06:29:36
null
BIG5
C
false
false
1,486
c
#include <ansi.h> inherit ROOM; void create() { set("short", "庭院房間"); set("long", @LONG 房間內佈置的像個庭院,有涼亭和流水,還有小橋與一群小動物 ,看起來很和諧的樣子。在房子的正中間有一個男子,正趴在地上睡 覺,只見他的身旁放著一袋看起來好像很重的袋子,袋子上還寫個大 大的「錢」字,該不會是錢袋吧。 LONG); set("exits", ([ "north" : __DIR__"hall2.c", ])); set("detail", ([ ...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
cd9425f4cdfb17b57ca9bc8818f965953dab1723
c1a8e75227512a30db772c92973c7b179d4eaa67
/Test/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen_72MethodDeclarations.h
bb42a0dbf9530a8452f204427d686121ccc6b9d0
[]
no_license
joshtwynham/dissertation
266f5463d970e15bf5b0842c881ff65c9c85389c
b860fc4ae2b6152d0aea15b36036904b4a88bd15
refs/heads/master
2021-01-10T09:20:17.128871
2016-04-17T16:07:36
2016-04-17T16:07:36
49,824,777
0
0
null
2016-02-02T11:36:07
2016-01-17T16:14:25
C++
UTF-8
C
false
false
2,184
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> #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_Array_InternalEnumerator_1_gen_0MethodDeclarations.h" // System.Void System.Ar...
[ "psyjt1@nottingham.ac.uk" ]
psyjt1@nottingham.ac.uk
ca58b6e01c4bc866f8494c758fd697a00046f621
6f3e0000993816afa03d64c5a02b94fca2931200
/sys/dev/md.c
286a0845e8b77620c31d4d516028aadaaf3a28a2
[]
no_license
fallen/NetBSD6
b6dc7a2593846816b8cb6f47cf26054ca2811667
44e0ac4ada812ace1f9ca8ce4792e287d83bd951
refs/heads/master
2022-04-09T14:50:47.274147
2020-03-08T14:01:38
2020-03-08T14:01:38
8,187,676
2
2
null
2020-03-08T14:01:39
2013-02-13T20:57:45
null
UTF-8
C
false
false
16,243
c
/* $NetBSD: md.c,v 1.67 2012/06/30 10:52:31 tsutsui Exp $ */ /* * Copyright (c) 1995 Gordon W. Ross, Leo Weppelman. * 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 o...
[ "yann.sionneau@gmail.com" ]
yann.sionneau@gmail.com
451ed20ebb763e26c1d84b2b86f24a7b8810c563
2a01d8d0b5715216cb77d08b973676fe8295bb6a
/cpp/hanser_c_und_linux/svgalib-1.9.25/lrmi-0.9/lrmi.c
892a63a9b39b5fcc418cc08cc3c1dbfe2ac9d954
[ "BSD-3-Clause" ]
permissive
maximilianharr/code_snippets
78cb72de2f5765f8578ee46b381bb8abf25918bc
8b271e6fa9174e24200e88be59e417abd5f2f59a
refs/heads/master
2022-12-12T23:13:12.184496
2020-09-04T16:54:47
2020-09-04T16:54:47
261,803,121
0
0
null
null
null
null
UTF-8
C
false
false
22,068
c
/* Linux Real Mode Interface - A library of DPMI-like functions for Linux. Copyright (C) 1998 by Josh Vanderhoof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
[ "maximilian.harr@daimler.com" ]
maximilian.harr@daimler.com
a57dca61362d142da572b9137eae3bddfed50d16
46979906b331cc10c7f0f009a158ce0996f14097
/dynchk/libs/libasound/snd_ctl_elem_info_get_max.c
f23e104a91dceeb3bb46c9500bf05cee33bcea97
[]
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,125
c
// Generated by gen_lib.pl #include "../../tests/type_tests.h" #include "../../misc/lsb_output.h" #include "stdlib.h" #include <alsa/control.h> #undef snd_ctl_elem_info_get_max static long int(*funcptr) (const snd_ctl_elem_info_t * ) = 0; extern int __lsb_check_params; long int snd_ctl_elem_info_get_max (const snd_ct...
[ "denis.silakov@rosalab.ru" ]
denis.silakov@rosalab.ru
9d2f9629f7ec3e2981825f3f46523f16bb97f5be
11d5eb853450724e409cec7a58ce84cc6837f372
/updates/03/source/mom/mw.h
10159a58e5208c485621571fd570233e8117984b
[]
no_license
OSU-CEOAS-Schmittner/UVic2.9
76a8d56f3192d9892ea54e68d7024c9b5c05f3ba
53c38f2fca6d186b2a7f4fe018ec5b2a0c8eabef
refs/heads/master
2022-10-12T14:29:46.891593
2022-07-22T20:45:28
2022-07-22T20:45:28
100,750,942
12
14
null
2022-07-22T20:45:29
2017-08-18T21:19:22
Fortran
UTF-8
C
false
false
12,727
h
!======================= include file "mw.h" =========================== ! M E M O R Y W I N D O W ! Data layout on disk ! On disk, a latitude consists of a row of prognostic quantities. ! Latitudes are ordered from south to north on two logical disk ! units...
[ "jpi@informatik.uni-kiel.de" ]
jpi@informatik.uni-kiel.de
483253ea169232156d6d3d59beff5a45128cc3a6
601086ed79267ada7718b533a0a6fb8c0a0b805c
/Tree/TreeStack.c
ea74d32ff4deb470098990905b02d2f1bf63f9c8
[]
no_license
Mrwangkedong/C_data-structure
441892513ac2ce8b011a163bda6c7ed388d521d5
a538661b8aa084decc27c55086c7412f08c854a0
refs/heads/master
2023-02-15T10:04:51.894460
2021-01-08T08:06:53
2021-01-08T08:06:53
327,837,665
0
0
null
null
null
null
UTF-8
C
false
false
1,344
c
// // Created by Cristiano-Ronaldo on 2020/7/26. // #include<stdio.h> #include<stdlib.h> #include "../LineList.h" #define bool int #define false 0 #define true 1 //二叉树栈的初始化 LinkTreeStack TreeStackInit(){ LinkTreeStack TS; TS = (TreeStackNode*)malloc(sizeof(TreeStackNode)); if(TS == NULL) printf("申请空...
[ "www.1241925557@qq.com" ]
www.1241925557@qq.com
ed96d36578090a537a81bf50881d609ca2d9a9bf
746b383e363d2a84094e5a9acee5a5d10b71d2c2
/PhysListHadrG4/gconfig/FTFP_BERT_HP/g4Config.C
563f34553dce4817d70091883453b7e22616d9be
[]
no_license
atomssa/panda-work
485bd08f875be751afac0420e30f455dba70ae3f
1c155d9367dabd03ec1da6f2bce9dafc4fa24280
refs/heads/master
2021-01-21T04:36:22.426511
2016-04-18T11:29:28
2016-04-18T11:34:36
25,123,698
1
0
null
null
null
null
UTF-8
C
false
false
2,760
c
// Configuration macro for Geant4 VirtualMC void Config() { cout << "$$$$LocalErmias$ Geant4 VirtualMC configuration macro" << endl; /// Create the run configuration /// In constructor user has to specify the geometry input /// and select geometry navigation via the following options: /// - geomVMCtoGean...
[ "atomssa@ipno.in2p3.fr" ]
atomssa@ipno.in2p3.fr
1904e38305cc83e0b209e61d163e91fd76aa92bf
8775868dc635b83978544647a9c10033c32cf7d0
/lib/yd.c
1421d6c5b007fce4e30ef9698385b35c4c924004
[ "BSD-3-Clause" ]
permissive
mathjoh/dateutils
23ea631c58cc09d3f6b3ce019220a0bbdb92dd10
5d824901d3b6348b69ff0d9d52d46770dfe37d2f
refs/heads/master
2020-04-08T15:19:41.205958
2018-11-14T13:02:26
2018-11-14T13:02:26
159,473,878
0
0
null
2018-11-28T09:09:29
2018-11-28T09:09:29
null
UTF-8
C
false
false
18,835
c
/*** yd.c -- guts for yd dates that consist of a year and a year-day * * Copyright (C) 2010-2018 Sebastian Freundt * * Author: Sebastian Freundt <freundt@ga-group.nl> * * This file is part of dateutils. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provid...
[ "freundt@ga-group.nl" ]
freundt@ga-group.nl
31aa9b0fd86dd5d1b1139e4c20f59606dd64d856
eee9c62b8fd2b035c6ad190c769557a9fbe4d378
/old/ch5/pmath/main.c
79d9eb3e1de50f42c1f4b07527d4b6206e4b59b2
[]
no_license
bonedaddy/l2-c
4a2b1904c45d86acc42aa821d83c1165648f8510
fcc5d08de45997685d2526c4ca8044a9749937b1
refs/heads/master
2020-12-27T14:08:07.888058
2020-06-25T22:22:07
2020-06-25T22:22:07
237,929,156
0
0
null
null
null
null
UTF-8
C
false
false
674
c
#include <stdio.h> int main(int argc, int *argv[]) { int numbers[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; int *pa = numbers; printf("%d", *pa); // print 1 printf("%d", *(pa+1)); // print 2 printf("%d\n", *(pa+2)); // print 3 for (int i = 0; i < 10; i++) { printf("%d\n", *(pa+i)); } ...
[ "postables@rtradetechnologies.com" ]
postables@rtradetechnologies.com
02deba573dac655175bce6dbb5ebaf3497f492ca
2371e5d9bf19b9233732e2e950f94b86f8aabc6d
/darknet_lgz/src/detection_layer.h
07a7c3dc3c6305ecc21dafda3c13c710a2a5f066
[]
no_license
debughacker/YOLO
5eae9ac7bd451889834e21f484cfb4b7bce55665
f3444cdc6dd2dab1f519f1de009d4ce518fd9a3d
refs/heads/master
2020-03-13T18:32:08.999684
2017-06-16T06:06:03
2017-06-16T06:06:03
null
0
0
null
null
null
null
UTF-8
C
false
false
1,307
h
<<<<<<< HEAD <<<<<<< HEAD #ifndef DETECTION_LAYER_H #define DETECTION_LAYER_H ======= #ifndef REGION_LAYER_H #define REGION_LAYER_H >>>>>>> b5b3d7367411302dd6e73c8fe583d6860a786445 ======= #ifndef REGION_LAYER_H #define REGION_LAYER_H >>>>>>> 07267f401b3d9c82c5f695f932c9f504d2b6a592 #include "layer.h" #include "networ...
[ "david.luo@musical.ly" ]
david.luo@musical.ly
2d3eabf190a3fe08552656946c7a9e9094c63204
5589e80361c37e7c02d47394219d0081ca4c5139
/Ejercicio-48(Matrices)/funciones.c
fb1f7b375428dc681ebc460ab89f9ca850c1580d
[]
no_license
facundoVega/Guia-Ejercicios-2da-parte-lab1
56f2a567a0fd64b8648549bba3b6adb896e7cb52
4f4c4b76afc2889fa89430579e654c62ed3c79cf
refs/heads/master
2020-05-20T06:13:08.430124
2015-06-15T10:11:39
2015-06-15T10:11:39
37,457,987
0
0
null
null
null
null
UTF-8
C
false
false
12,096
c
#include <stdio.h> #include <stdlib.h> #include "lib.h" #include "funciones.h" /*Inicializa una matriz de tipo float a un numero especifico /*el cual es recibido por parametro */ void inicializar_matriz(float mat[][COLUMNA],float num) { int i,j; for(i=0;i<FILA;i++) { for(...
[ "horacio_facundo.vega@hotmail.com" ]
horacio_facundo.vega@hotmail.com
e74c82baeba69c846ea59059be155420b777c348
6fc76d48c6d3c6751aa24b271850850df1400643
/sudoku/penAndPaperSolver.c
b51294bfb95207e144cd7a9f2077ca939b69856a
[ "MIT" ]
permissive
kamil-sita/sudoku-solver-c
4f7771de541552d7fb1f009eadb1ee4c21b02533
057b03c29057d58bd03b1b355484da7e724c0bcc
refs/heads/master
2023-03-06T23:09:46.338089
2021-02-14T17:42:20
2021-02-14T17:42:20
337,121,106
0
0
null
null
null
null
UTF-8
C
false
false
11,533
c
#include <stdio.h> #include "penAndPaperSolver.h" #include "board.h" #include "../helper.h" int penAndPaperSolver(struct sudokuBoard *board, int limit) { struct helperStructure helper[BOARD_SIZE * BOARD_SIZE]; bool flagSimpleSolution; bool solvingPossible = true; int valuesLeftToFill = BOARD_SIZE * B...
[ "gtnetr@gmail.com" ]
gtnetr@gmail.com
eb1d03f43194f83ea7609c57a8632e54c5dbe628
d7e8daaad684f8c6740dc73e271412cbf03f0c8a
/Slave_Air/main.c
c97620aa31311ec5de3ae78a97ae177315f420d4
[]
no_license
konymart/MainBoard2014
5651f68465d4da6e99561d313bf73bb1f81920ae
810ea6308e6cfa9bdc85099a70aaa336fed8d9e7
refs/heads/master
2021-01-01T05:30:59.843503
2015-06-19T04:50:31
2015-06-19T04:50:31
37,702,019
0
0
null
null
null
null
UTF-8
C
false
false
432
c
/* * main.c * * Created: 2014/06/21 15:08:29 * Author: tatsuro */ #include <avr/io.h> #include <avr/interrupt.h> #include <stdbool.h> #include "./globalDef.h" #include "./RS485/RS485.h" #include "./Switch/Switch.h" #include "./Led/Led.h" #include "./Air/Air.h" int main(void){ cli(); SwitchInitialize(); LedI...
[ "konymart.tatsu.i+github@gmail.com" ]
konymart.tatsu.i+github@gmail.com
4b069d46c0c691ba811faa41f32fe0744fcf8fbc
3b4a04c5bcfa0b72d5e9c7ebeeb1915ca5dd698b
/0x0F-function_pointers/3-op_functions.c
d8cd94b80486ffd5f466a12259b5859d17a9cf8f
[]
no_license
adonis7ejeda/holbertonschool-low_level_programming
6fe042af5be6b64f0a1d63239ef1d09ee65554e5
d18a40249074a3a673692a33af201d2f6ca229aa
refs/heads/master
2020-12-29T05:43:08.978884
2020-08-28T03:31:25
2020-08-28T03:31:25
238,476,483
0
0
null
null
null
null
UTF-8
C
false
false
677
c
#include "3-calc.h" /** * op_add - add two numbers * @a: var * @b: var * Return: sum */ int op_add(int a, int b) { return (a + b); } /** * op_sub - subtract two num * @a: var * @b: var * Return: sub */ int op_sub(int a, int b) { return (a - b); } /** * op_mul - mul * @a: var * @b: var * Return: mul ...
[ "adonis7ejeda@gmail.com" ]
adonis7ejeda@gmail.com
f06a1dbbdf7f7e5fc9c2dce1deffdfc0146d40ff
4d2ad054dd0b36b845a5082ad4f013137f21ce2e
/PR/semaine3/src/thread_rand.c
79526905a5e0310bd843d5121749b62547f8b868
[]
no_license
gallexis/M1
b89d0f4dd57368c0eb971224408813d69d32d678
19bac4c3187574e60f2e5f74da503e2e30c2f933
refs/heads/master
2021-01-17T10:03:14.394789
2016-07-08T17:42:52
2016-07-08T17:42:52
43,749,345
4
0
null
null
null
null
UTF-8
C
false
false
1,087
c
#include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <time.h> #include <unistd.h> #include <sys/wait.h> #include <string.h> #include <pthread.h> #define N 5 int global; pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; void *f() { int r; srand(time(NULL)); r = (int) (10*((dou...
[ "3500491@ppti-14-406-07.ufr-info-p6.jussieu.fr" ]
3500491@ppti-14-406-07.ufr-info-p6.jussieu.fr
6ae2d7fe4e87441640fc6dd9b7f39c9aad5defe6
4fe4d00c0c9a98d888d1626dedfbf8bd06451e2a
/piscine_reloaded/ex10/ft_swap.c
aa9d1dbc921b47f090b15fd0c52c10e2e44a3df7
[]
no_license
gguichard/42-workspace
00234e3e1108d1e0f2b7de067b875713df6b6362
9fafb1f3f536f2277cb454cb96a306504dd178b4
refs/heads/master
2021-07-10T13:02:37.527351
2020-06-25T07:40:59
2020-06-25T07:40:59
156,335,619
0
0
null
null
null
null
UTF-8
C
false
false
968
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_swap.c :+: :+: :+: ...
[ "gguichar@student.42.fr" ]
gguichar@student.42.fr
0957324664a3e655877633614810307bf28b7d8b
10a0069d5920678a91c49200eee3c31a67cd671b
/include/tvm/logging.h
fdd063082a8867dbe58d3ee67efa08c2f3302e68
[ "Apache-2.0" ]
permissive
TuSimple/tvm
5a22571c8a8388573a53a8bc51492ffd2928c579
d375291d44920f40526948807d14ba2100bc1e1d
refs/heads/master
2021-06-27T03:25:24.485808
2020-06-09T06:35:57
2020-06-09T06:35:57
147,449,671
2
5
Apache-2.0
2020-10-13T08:55:56
2018-09-05T02:41:55
C++
UTF-8
C
false
false
4,444
h
/*! * Copyright (c) 2018 by Contributors * \file logging.h * \brief logging utilities on top of dmlc-core */ #ifndef TVM_LOGGING_H_ #define TVM_LOGGING_H_ // a technique that enables overriding macro names on the number of parameters. This is used // to define other macros below #define GET_MACRO(_1, _2, _3, _4, ...
[ "huangzehao@outlook.com" ]
huangzehao@outlook.com
568a4601679abdf85e9cc436b7b3311554e0e9df
68cd41f65a63214bb61e10b961a7df4e08731718
/animal2.c
e406883d743faeeb7e80b7bfdce6a0775c305131
[]
no_license
tbehailu/animal-guessing-game
3c34df04c78ca56ba40b10c2d9d9698bf8a6bb07
668eb98fd470ffc04ab07cd27604bee6fdc8a307
refs/heads/master
2021-01-02T09:07:23.565907
2013-11-11T21:02:33
2013-11-11T21:02:33
null
0
0
null
null
null
null
UTF-8
C
false
false
4,810
c
typedef int boolean; #define FALSE 0 #define TRUE !FALSE #define MAXSTR 80 #define MAXNUMQS 32 #include <stdio.h> #include <string.h> #include <stdlib.h> #include "animal.h" char Write(TreeType tree); /* Represent the tree as an explicitly linked tree */ struct treeStruct { char *string; struct treeStruct *le...
[ "tsionbehailu@gmail.com" ]
tsionbehailu@gmail.com
77ed3f64839afb179dcd43fff37e8722c10ffc6b
0cb85cd0c88a9b9f0cca4472742c2bf9febef2d8
/include/Mail/plugin/p_mailwasher.h
b08b1d90f2b3f9e49c38961a7fc5bab0c5a36eaa
[]
no_license
seth1002/antivirus-1
9dfbadc68e16e51f141ac8b3bb283c1d25792572
3752a3b20e1a8390f0889f6192ee6b851e99e8a4
refs/heads/master
2020-07-15T00:30:19.131934
2016-07-21T13:59:11
2016-07-21T13:59:11
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
2,152
h
// AVP Prague stamp begin( Interface header, ) // -------- ANSI C++ Code Generator 1.0 -------- // -------- Friday, 08 April 2005, 18:39 -------- // ------------------------------------------- // Copyright © Kaspersky Labs 1996-2004. // ------------------------------------------- // Project -- Not defined ...
[ "idrez.mochamad@gmail.com" ]
idrez.mochamad@gmail.com
63e1217df3e107b7799cefebe8e0e238932febe7
3a0f9f87d807e9aa33b87568b0829edd92da4ef3
/overlays/esdk-master/opt/adapteva/esdk/tools/e-gnu.armv7l/epiphany-elf/include/stdatomic.h
3fa2d96466f81db48bca1da680266f215674b163
[ "MIT" ]
permissive
Patuxent62/parallella-base-fs-gen
eb3c13ba41e3f4f76ab32a159e40ae7ee529a52f
67f85909185ad633433f95007b5a6a4c4aab096c
refs/heads/master
2023-03-18T16:38:44.763305
2021-03-05T20:21:39
2021-03-05T20:21:39
343,282,601
0
0
null
null
null
null
UTF-8
C
false
false
130
h
version https://git-lfs.github.com/spec/v1 oid sha256:3ceed215c277f7c5ad201531617065372787468a20a33dab84102d05f81a7e6c size 14400
[ "patuxententerprises@gmail.com" ]
patuxententerprises@gmail.com
fa8168c0df500c63633401811b90639352695a19
17d9e39f8af4436cec5495e5803ddfe64a658acc
/file_system/create-file.c
20cd977fa2149fb41fd08bc4214306a81bd892c5
[]
no_license
nikasakandelidze/OSUtilities
5a4f5c085a4bada3697fe985ae245aaa66b29a49
1e44e2636a3a5a7f48691e8e8b8736a39196f27a
refs/heads/master
2023-07-25T03:02:33.000243
2021-08-31T17:11:47
2021-08-31T17:11:47
400,305,336
0
0
null
null
null
null
UTF-8
C
false
false
362
c
#include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <assert.h> int main(int argc, char* argv[]){ if(argc <2){ printf("Please specify exactly 1 argument\n"); return -1; }else { char* name = argv[1]; int rc = creat(name, S_IRWXU); a...
[ "nikasakana@gmail.com" ]
nikasakana@gmail.com
798e591ff35d06eef3afb3cf9c7d7af768a0b3c1
724c1863bcb8b80c6e4dc535d3c336ec6d4074fd
/pp19/pp19/pp19.c
0528967814dd7f9e14537d8017674a1129ed983b
[]
no_license
wandering22/pp
ec9009b88b5f6059afd89aef8c229c171cfdc9d0
144ca52bf59774e0c84debf57e3abb8b14ee1b68
refs/heads/master
2020-07-27T23:49:43.946366
2019-10-22T12:58:43
2019-10-22T12:58:43
209,247,647
0
0
null
null
null
null
GB18030
C
false
false
323
c
#define _CRT_SECURE_NO_WARNINGS //实现一个函数判断year是不是闰年 #include <stdio.h> int y(int year) { if (year % 4 == 0 && year % 100 != 0 || year % 400 == 0) printf("它是闰年"); else printf("它不是闰年"); } int main() { int year; while (1) { scanf("%d", &year); y(year); } return 0; }
[ "2249655703@qq.com" ]
2249655703@qq.com
526c47974427706532d330f62da0107dfe1c896a
ff18f06f3b558fd9f58f4df9ddd649c8a04ea644
/include/cdata.h
1dc4606c46d122209d2a490f4ef9c5a42143d331
[]
no_license
br4zil/Anubis_Warrior
00229e4dc1fd503f711691680711e221f2780b60
e675c31865651640f2cde834a720b3dba02898b2
refs/heads/master
2020-03-28T16:00:05.101760
2018-09-27T01:46:38
2018-09-27T01:46:38
148,648,397
0
0
null
null
null
null
UTF-8
C
false
false
1,426
h
/* * cdata.h: arquivo de inclusão de uso apenas na geração da libpithread * * Esse arquivo pode ser modificado. ENTRETANTO, deve ser utilizada a TCB fornecida. * Se necessário, pode-se ACRESCENTAR campos ao TCP * * VERSÃO: 17/03/2018 * */ #include "../include/support.h" #ifndef __cdata__ #define __cdata__ #in...
[ "pwtebr4zil@hotmail.com" ]
pwtebr4zil@hotmail.com
9d5c4570d6c314f7d8054631afcc669b555c128f
8d34fc4bcca2d7bb9f12094dada3179147ea3b43
/mudlib/cmds/creator/uptime.c
2b82debc8cdb2679de5b68b1fb82c1515ab3f2b1
[]
no_license
Shea690901/fr
20c8adffb1b130f77ef3cd2a73ef60cdef8995d6
16308bd1b17caafba478a16c032bbeb996eb7d42
refs/heads/master
2021-04-28T13:53:23.280635
1998-11-10T20:06:02
1998-11-10T20:06:02
null
0
0
null
null
null
null
UTF-8
C
false
false
814
c
#include <standard.h> #include <cmd.h> inherit CMD_BASE; void setup() { position = 1; } protected int cmd(string str, object me) { int tim, num; string *bits; write("Up for "); tim = uptime(); bits = ({ }); if (tim > 60*60*24) bits += ({ (num=tim/(60*60*24))+" day"+(num==1?"":"s") }); if (tim > 60...
[ "quixadhal@gmail.com" ]
quixadhal@gmail.com
d9a378db2d735b49ff8dba5b10fd44bb734343b7
07e557360f781783f8c7710561369e8c6aa890b0
/Software/Embedded_Linux/source/module_2015-01-09/vcap300/vcap_dev.h
909d09653bda40ff941609b0e282e3a22daceaeb
[]
no_license
irwin0112/gm8136_sdk
44a50bf6c69300daf42e258d08c8d901bdf5c1f6
34d03991c6a6e46ac9e1097459c569df3489149a
refs/heads/main
2023-03-16T21:16:56.776114
2020-11-10T14:26:14
2020-11-10T14:26:14
null
0
0
null
null
null
null
UTF-8
C
false
false
56,929
h
#ifndef _VCAP_DEV_H_ #define _VCAP_DEV_H_ #include <linux/version.h> #include <linux/types.h> #include <linux/kfifo.h> #include <linux/spinlock.h> #include <linux/interrupt.h> #include <linux/semaphore.h> #include <linux/kthread.h> #ifdef CONFIG_PLATFORM_A369 #include <mach/platform/spec.h> #else #include <mach/platfo...
[ "wadim.mueller@continental-corporation.com" ]
wadim.mueller@continental-corporation.com
41791232af9a6ca8fbef6852593893ee830c086f
3286f38f37da2b40eaeb3664d5d55e27b0c31bf3
/training_data/s9_1024_16384_1.c
fd9b9fd03cf1bd2d5b1e64c7b84aff036d1b6467
[ "BSD-3-Clause" ]
permissive
intel/neuro-vectorizer
e20e207c2fbd934bbe3bd8c6182a762c4733343c
28b65ab7cdcbae81b7e379e628bbf3bf85211000
refs/heads/master
2023-06-02T16:54:02.487191
2023-01-07T00:10:24
2023-01-07T00:10:24
219,954,590
79
35
BSD-3-Clause
2020-05-23T01:52:24
2019-11-06T09:04:15
C
UTF-8
C
false
false
1,970
c
/* Copyright (c) 2019, Ameer Haj Ali (UC Berkeley), and Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this ...
[ "ameerh@berkeley.edu" ]
ameerh@berkeley.edu
46ec7ca63f63f3a3e82a3f05b18a5b4154dfe771
63ab8b0a7d601c8b9d99dfba0c7af635c208035b
/boolector/utils/btorhash.h
5d87be323db15d550518dda5dabc83eeb1220c28
[ "LicenseRef-scancode-other-permissive" ]
permissive
mechaphish/cgc-boolector
83e267affe8fd900f44fc57426f1cf638db75002
ac8a5e77eea1f95a1604a6d2f631ade39f485526
refs/heads/master
2020-12-25T14:13:17.606234
2016-07-04T05:27:38
2016-07-04T05:27:38
66,311,454
1
3
null
null
null
null
UTF-8
C
false
false
3,691
h
/* Boolector: Satisfiablity Modulo Theories (SMT) solver. * * Copyright (C) 2007-2009 Robert Daniel Brummayer. * Copyright (C) 2007-2012 Armin Biere. * Copyright (C) 2013-2014 Aina Niemetz. * Copyright (C) 2012-2015 Mathias Preiner. * * All rights reserved. * * This file is part of Boolector. * See CO...
[ "nick.d.stephens@gmail.com" ]
nick.d.stephens@gmail.com
1e6ff4c1b4f2543ef8c046b501ec628522c0f11c
c55d472c09da4d0f62997bcfc7e8bfe7d8be7fdb
/apue/io/sysio/open.c
cb4fe502554fd3d5ecab0f5e6776ce22df4bf286
[]
no_license
zzy0119/emb20210322
83492cf990541f98250038118fd804127ba85818
7adb8ac29fca551cf2e068f0096a2e0633508577
refs/heads/master
2023-05-15T19:52:18.701457
2021-06-18T03:47:35
2021-06-18T03:47:35
357,404,476
0
0
null
null
null
null
UTF-8
C
false
false
699
c
#include <stdio.h> #include <string.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h> #define BUFSIZE 10 int main(int argc, char *argv[]) { if (argc < 2) return 1; int fd; int cnt; char buf[BUFSIZE] = {}; // fd = open(argv[1], O_RDWR | O_CREAT | O_TRUNC...
[ "you@example.com" ]
you@example.com
b11671dcf2e161ff903f90550088f0a5b40b27fd
f2d5f615c2d650a77b6aa128169df64436c9f5b2
/samg55_esp8266/atmel_iot_gateway/src/ASF/thirdparty/lwip/lwip/src/include/lwip/udp.h
ef411a615c5ec1c35a07191a5df9078b3a0857cd
[ "BSD-3-Clause" ]
permissive
waterzhou/SAMG55-ESP
14aa2d1001f622ccdde11d38776b28dc13ff1d78
69b1e2e2dde18226ead839620623661583735a45
refs/heads/master
2020-04-11T12:13:09.420130
2017-01-24T03:00:10
2017-01-24T03:00:10
67,983,622
0
1
null
2020-03-08T00:50:55
2016-09-12T06:53:41
C
UTF-8
C
false
false
8,730
h
/* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * 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 cop...
[ "water.zhou@yandex.com" ]
water.zhou@yandex.com
093a9fe3ebb057893fafbd99f1c2f9471ccdb2ae
e784cc4c0fe6d17cc98501805d99e7716c808d18
/libft/ft_memcpy.c
836c02762842b02b3d9fcb36380c30be0497669d
[]
no_license
vlytvyne/Get_Next_Line
e665ba74fabcd80721ae1ee0b1e0a286f138abb8
cde0e47bdb096e00a17fe0a0c0349ab1a5618bb5
refs/heads/master
2020-04-06T11:18:48.319519
2019-02-22T20:12:59
2019-02-22T20:12:59
157,412,070
1
0
null
null
null
null
UTF-8
C
false
false
1,144
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcpy.c :+: :+: :+: ...
[ "vlytvyne@e2r12p11.unit.ua" ]
vlytvyne@e2r12p11.unit.ua
1e2faa3cd0ac02025fb7867dc93c6356be4f1b93
f1f475f5176d0b02e002db2d2f68751567fcbbf8
/14/problem_14/UART_KL36_20200915/07_NosPrg/isr.c
4c8f48a4350e74f28d48e7626ae5636f505b72ad
[]
no_license
lihaifeng0710/qianrushi
4ccd48a03c381507f2e6d0cfb540681165184f46
58baf7da83c748c849e03c085a83b967707292c2
refs/heads/master
2023-02-02T22:19:03.961427
2020-12-18T15:45:40
2020-12-18T15:45:40
322,557,204
1
0
null
null
null
null
GB18030
C
false
false
3,930
c
//===================================================================== //文件名称:isr.c(中断处理程序源文件) //框架提供:SD-ARM(sumcu.suda.edu.cn) //版本更新:20170801-20191020 //功能描述:提供中断处理程序编程框架 //===================================================================== #include "includes.h" #include <string.h> //内部函数声明 uint8_t CreateFrame(uin...
[ "helloworld_glb@qq.com" ]
helloworld_glb@qq.com
bbb92715ce014e77ca0e67256a94d6ccc09708c0
16a76ee66d9b2f59c9beee4a4a0e104ce347e32a
/from_pouet.net/with_source_198/ia32_com/by_r2dec.c
9664c004d6dcf19ab99a91c21cb472f509fb8d6c
[]
no_license
rfalke/decompiler-subjects
4cee3263fa9116285b4bc4b6373efd2e4efa925f
7187fa93b285c32325826eecd0128e907a28809b
refs/heads/master
2023-08-10T08:24:27.198393
2023-07-28T19:44:41
2023-07-28T19:44:41
3,725,678
41
12
null
2023-03-15T16:14:41
2012-03-15T06:01:36
null
UTF-8
C
false
false
181
c
/* r2dec pseudo code output */ /* SUBJECTS/from_pouet.net/with_source_198/ia32_com/subject.exe @ 0x0 */ #include <stdint.h> void fcn_00000000 () { x16 = 0xfffffffffff9a274; }
[ "i-git-stone@rf.risimo.net" ]
i-git-stone@rf.risimo.net
c23509ce5288fd1fef006f0da4365666848c95ba
3cf6bb62295c532fc0bbe83892035a73798288b7
/frameworks/camera_metadata/include/system/camera_metadata_tags.h
1aabaeba67f96fc9926d1d5bddbea82b851bf529
[ "MIT", "Apache-2.0" ]
permissive
qiangzai00001/QuectelShare
4698c270fde9b2a3fb88f9633302553582a34a8c
92fbb0f6117219f63b3a83887e16e4f8335ab493
refs/heads/master
2022-12-14T20:21:13.450593
2020-01-14T04:56:44
2020-01-14T04:56:44
null
0
0
null
null
null
null
UTF-8
C
false
false
44,956
h
/* * Copyright (C) 2012 The Android Open Source Project * * 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 app...
[ "tommy.zhang@quectel.com" ]
tommy.zhang@quectel.com
4c77e757ca2491e318d7cab571c4ffee44b96be1
f684157cd3e5a1001368c5689d02c9443252c493
/Basic Algorithm/nearestto100.c
22a84168e9091ac89eedc80033e3139d0047caea
[]
no_license
Yatharth00/Life-in-C
89ee115aadce24d981c115a5b4e352d18fc5ce45
17a72d202d10d037e1f6c45d5e2f1d582b823c7f
refs/heads/master
2022-11-27T22:29:24.501315
2020-08-10T05:45:24
2020-08-10T05:45:24
282,607,515
0
0
null
null
null
null
UTF-8
C
false
false
497
c
// Write a C program to check which number nearest to the value 100 among two given integers. // Return 0 if the two numbers are equal. #include<stdio.h> int main() { int a,b; printf("enter two numbers\n"); scanf("%d %d",&a,&b); int c = nearest(a,b); printf("%d",c); } int nearest(int...
[ "noreply@github.com" ]
Yatharth00.noreply@github.com
d4bfbdd7359c00791ab9b561f1be2cce50fdb277
ff84cbc2998502f84af7fb3f05c7630f9c90f048
/ED(Estrutura de Dados)/Projeto_final/Arvore/projetoFinalArvore.c
14bd7de470d3e8d353d5e8a842de6dfe611c13f5
[]
no_license
PauloAraujoNobre/College
691a9f227b014e17b2cdfc342775b4993a782fc4
27a8a2820c556cb7ef8a312b102fbad255ca1d2d
refs/heads/master
2022-07-09T03:57:02.488779
2021-10-07T14:30:29
2021-10-07T14:30:29
217,118,803
1
0
null
2022-06-22T04:23:13
2019-10-23T17:47:27
Python
UTF-8
C
false
false
1,229
c
#include <stdio.h> #include <stdlib.h> #include "lib.h" //variaveis globais node vetor_possi[10000000]; int tam_pos = 0; int ultimo_visitado = 0; int count_bfs = 0; int main(int argc, char const *argv[]){ //int nodo_inicial[9] = {1, 2, 0, 3, 4, 5, 6, 7, 8}; //Estado p exemplo //int nodo_inicial[9] = {1, 2,...
[ "pauloaraujonobre@gmail.com" ]
pauloaraujonobre@gmail.com
528e064cddd4dd096e10c276959358b828e63f4c
6c995bf94fb18cc767e0e8b4ea7ffdc6b05dd5d8
/net/client/system.h
f8670fb6643bbf10dcddfa81591f0d12e825e80c
[ "BSD-2-Clause" ]
permissive
xtools/xt
facbb2183fd35d6b9c39b27b3a0548b134c162ac
3ae0a3e7c2f88819932e431ed7244843ece23191
refs/heads/master
2016-08-05T14:17:51.400061
2012-03-26T18:20:41
2012-03-26T18:20:41
2,188,615
1
0
null
null
null
null
UTF-8
C
false
false
1,879
h
#ifndef xt_net_client_system_h #define xt_net_client_system_h #include "xt/core/log.h" #include "xt/case/list.h" #include "xt/core/message.h" #include "xt/core/imessage.h" #include "xt/net/post/ipost.h" struct xt_net_client_system_t; typedef struct xt_net_client_system_t xt_net_client_system_t; typedef void (*xt_net...
[ "clownfysh@gmail.com" ]
clownfysh@gmail.com
2357eb3dbb359a5edf144ca2b890b0c6e9d80168
c01033791350d8774512719dc355ab3108961010
/NTupleMaker/test/plots_mutau/OverlapQCDTFRTauEnDown.C
80f65d985e1d117ff14ee668e4c1b5ad304d46e2
[]
no_license
bobovnii/Stau
6a89180e686785e51d9d65064b569ddb3966c985
f442a26fb5c5f94190ee45f74f8184dc20861e8d
refs/heads/8020
2021-01-11T18:32:12.304538
2018-09-28T10:12:23
2018-09-28T10:12:23
79,561,902
1
1
null
2019-06-06T10:41:09
2017-01-20T13:36:42
C++
UTF-8
C
false
false
23,265
c
#include <cmath> #include <sstream> #include <iomanip> #include "TChain.h" #include "TH1.h" #include "TH1D.h" #include "THStack.h" #include "TTree.h" #include "TKey.h" #include "Riostream.h" #include "TCanvas.h" #include "TFile.h" #include "TH2.h" #include "TH3.h" #include "TLegend.h" #include "TROOT.h" #include "TFram...
[ "ilya.bobovnikov@desy.de" ]
ilya.bobovnikov@desy.de
7c5dcbf88747a20f6138479a75595dec18869990
2dcaecf2d4794b77e37a3d1ca36f709f20939d0b
/dcdc-usb.h
1bbdc6af98b0a19db441143a4083e0bc9b265e38
[]
no_license
Synergyst/dcdc-usb-parser
20ec27697012f49bfe298148bc8c0f5038eaf9e2
06e44a9d7ef85334c9eaa5cc90f51624f67938a4
refs/heads/master
2021-05-16T09:12:08.760118
2017-09-23T15:20:08
2017-09-23T15:20:08
104,379,661
0
0
null
null
null
null
UTF-8
C
false
false
3,786
h
#ifndef DCDCUSB_H #define DCDCUSB_H #define DCDC_VID 0x04d8 #define DCDC_PID 0xd003 #define MAX_TRANSFER_SIZE 24 /* USB communication wrappers */ struct usb_dev_handle * dcdc_connect(); int dcdc_send(struct usb_dev_handle *h, unsigned char *data, int size); int dcdc_recv(struct usb_dev_handle *h, ...
[ "noreply@github.com" ]
Synergyst.noreply@github.com
773aee5cd756b09bb14249c95486fdd7491a874b
9d2bafb07baf657c447d09a6bc5a6e551ba1806d
/ros2_ws/build/test_communication/rosidl_generator_c/test_communication/msg/static_array_primitives__functions.c
ec6734c14336a2910086d71fa229d77d71b8a8ac
[]
no_license
weidafan/ros2_dds
f65c4352899a72e1ade662b4106e822d80a99403
c0d9e6ff97cb7cc822fe25a62c0b1d56f7d12c59
refs/heads/master
2021-09-05T20:47:49.088161
2018-01-30T21:03:59
2018-01-30T21:03:59
119,592,597
1
0
null
null
null
null
UTF-8
C
false
false
4,610
c
// generated from rosidl_generator_c/resource/msg__functions.c.em // generated code does not contain a copyright notice #include "test_communication/msg/static_array_primitives__functions.h" #include <assert.h> #include <stdbool.h> #include <stdlib.h> #include <string.h> // include message dependencies // string_val...
[ "austin.tisdale.15@cnu.edu" ]
austin.tisdale.15@cnu.edu
7038d12ab6d0b97ea9a8be70fbc6b21e9e4478a3
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/fastsocket/kernel/arch/ia64/kernel/extr_smpboot.c_sync_master.c
90b42b570829e522e3b35fd52703891fa5c51f7a
[]
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
957
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
4b496f66dc8603d10db25218748af1b420f70533
87f5ba78b5c8144254e6be2d0533062f876f1699
/test/list_splice_init.c
99903853db73562d890192eaf893f78d5885cb49
[]
no_license
ecsv/linux-like-list
34130d70ef05ccfe3bf0c2a9e30c19c3a5d73513
7387290ad18b9dc973ad006c239fc3eced2d09d8
refs/heads/main
2022-07-08T09:23:20.237619
2022-05-28T17:46:05
2022-05-28T18:39:31
19,463,506
4
5
null
null
null
null
UTF-8
C
false
false
1,466
c
// SPDX-License-Identifier: MIT /* Minimal Linux-like double-linked list helper functions test * * SPDX-FileCopyrightText: Sven Eckelmann <sven@narfation.org> */ #include "../list.h" #include <assert.h> #include <stdlib.h> #include "common.h" int main(void) { struct list_head testlist, testlist2; struct listite...
[ "sven@narfation.org" ]
sven@narfation.org
cb283d5bdffe32545595ed622f3e05ca9d38afc2
5342739e69ee50c518afadb0a48b78e8f968e043
/sys/create.c
a695702c6190b28c5c997143f749b0f4c1948fc5
[]
no_license
orbangre/Schedulers-for-XINU-OS
514cc00111c6ef914ae0cd2d14b143cd14c20e5f
3d3b76397fd5059a06ede9feab415ff81e6263d4
refs/heads/master
2022-03-31T09:42:12.528432
2019-05-17T15:03:20
2019-05-17T15:03:20
null
0
0
null
null
null
null
UTF-8
C
false
false
3,481
c
/* create.c - create, newpid */ #include <conf.h> #include <i386.h> #include <kernel.h> #include <proc.h> #include <sem.h> #include <mem.h> #include <io.h> #include <stdio.h> #include <lab1.h> LOCAL int newpid(); /*------------------------------------------------------------------------ * create - create a p...
[ "pranjalsharma3108@gmail.com" ]
pranjalsharma3108@gmail.com
1d09bef5901d47bd7214452ecd3c72fccbf7574c
02e60887f2fb375913ea24c36bf5b39d457df239
/kernel/execve/crts/klibc/stdio.c
7f68a5f9675da37442262844e63ae7d2c48113d6
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
jorgeluisrezende/gramado
761cd8957d9d739acd1d2af7d86fb96f3942b880
eb41ea70650759019c727e8d066d0eae5e101b38
refs/heads/master
2020-05-27T23:55:29.813124
2019-05-26T23:15:12
2019-05-26T23:15:12
188,825,117
2
0
BSD-2-Clause
2019-05-27T10:47:53
2019-05-27T10:47:53
null
ISO-8859-1
C
false
false
35,443
c
/* * File: execve/crts/klibc/stdio.c * * Descrição: * +Rotinas de input/output padrão. * +Algumas rotinas de console. * * Environment: * >>> Ring 0 <<< * * * @todo: Buffering and pipes. * Priorizar operações com disco. * * Credits: * printf support - Georges Menie's tutorial. * ...
[ "freddynora@gmail.com" ]
freddynora@gmail.com
44e755cb119fcff30edda6438631cc1e63b6301f
a6e16f8b4e3e9dfb7a8b6f323b7e35fb82537222
/C/Dale Schumacher/DLIBS12/DLIBSRC/SETBUF.C
15a6f2e7fb701d9a39bd5f6dc787d754945f095e
[]
no_license
pjones1063/Atari_ST_Sources
59cd4af5968d20eb3bf16836fc460f018aa05e7c
fe7d2d16d3919274547efbd007f5e0ec1557396d
refs/heads/master
2020-09-04T20:21:44.756895
2019-10-30T12:54:05
2019-10-30T12:54:05
219,878,695
2
0
null
2019-11-06T00:40:39
2019-11-06T00:40:39
null
UTF-8
C
false
false
352
c
#include <stdio.h> void setbuf(fp, buf) register FILE *fp; unsigned char *buf; { fp->_flag &= ~(_IOFBF | _IOLBF | _IONBF | _IOMYBUF); fp->_cnt = 0; fp->_ptr = buf; if(fp->_base = buf) /* assignment intentional */ { fp->_flag |= _IOFBF; fp->_bsiz = BUFSIZ; } else { fp->_flag |= _ION...
[ "ggn.dbug@gmail.com" ]
ggn.dbug@gmail.com
8fc5ae148a6d0bd9c3953579cf2eb15e27990744
b1e19be2993a8d9c83f02893f6006ddaaa6ec829
/PMFLOPPY.H
82b721630464bfcf72fc6290cf7806609c1a6910
[ "BSD-3-Clause" ]
permissive
OS2World/UTIL-DISK-PMFloppy
0a6e3a192611b488e34f1bcf8987f257ff6ec69f
bbdf029e88328158e9d48e5ea6b38253a18588b9
refs/heads/master
2022-12-14T09:23:35.922652
2020-09-17T14:05:08
2020-09-17T14:05:08
296,343,457
0
0
null
null
null
null
UTF-8
C
false
false
1,303
h
/* pmfloppy.h */ #ifndef PMFLOPPY_H #define PMFLOPPY_H #define NUM_IMAGES 20 #define NUM_THREADS 5 #define MAXMSGLEN 127 #define STACK_SIZE 4096 #define MAX_SEG 65536 #define READ_SOURCE 1 #define COPY_TARGET 2 #define EXIT_DSKCPY -1 #define DSKIM_ERROR_WRONG_FORMAT 0xffbf #define DSKIM_ERROR_WRONG_FILE 0xff...
[ "martiniturbide@gmail.com" ]
martiniturbide@gmail.com
2fd15610da745d5620953cd91a6bdb18676a5486
7222a822f5470da490b12eb8250cf00a57dcb647
/lib3p/libwebsockets/lib/jose/jwe/enc/aeskw.c
8fb428b7a2f9966d18433884394abe95a5b6b09a
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-public-domain", "Zlib", "Beerware", "LicenseRef-scancode-other-permissive", "BSD-3-Clause", "Apache-2.0" ]
permissive
TrellixVulnTeam/rc20User_TFHJ
d6b0c5706b0fbbd432444aaa0d732956bc6f4fb1
f0f211b69751776a1932a85f9d41adf0433a8d39
refs/heads/master
2023-03-17T06:20:11.106175
2020-09-29T04:45:56
2020-09-29T04:45:56
null
0
0
null
null
null
null
UTF-8
C
false
false
5,730
c
/* * libwebsockets - small server side websockets and web server implementation * * Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in ...
[ "pavani120695@gmail.com" ]
pavani120695@gmail.com
817183c32bb9670ec36848ec590b133cf446c4a3
25ea32b2511448c56b0be96fc000935e02560867
/av_capture/framework/csl/kermod/inc/csl_sysDrv.h
2ed8e5fa228ab03f4978c2674a3376650ca26ccf
[]
no_license
pamsimochen/acs1910
c9cad7d5e9679b39c5b690802ed557f4af43519b
f5b05e2b9c36d93639ed2ba7d402476b11634afa
refs/heads/master
2021-01-25T01:20:56.152135
2017-06-19T07:46:49
2017-06-19T07:46:49
94,744,547
2
2
null
null
null
null
UTF-8
C
false
false
1,308
h
/* DM360 Evaluation Software (c)Texas Instruments 2007 */ #ifndef _CSL_SYS_DRV_H #define _CSL_SYS_DRV_H #include <csl_sys.h> #include <csl_ccdcIoctl.h> #include <csl_ipipeifIoctl.h> #include <csl_ipipeIoctl.h> #include <csl_rszIoctl.h> #include <csl_ldcIoctl.h> #include <csl_vpssIoctl.h> #include <csl_faceD...
[ "82425509@qq.com" ]
82425509@qq.com
4b8a52909a08a66eafe80b72f43e2d7e0de1d84b
7329692b03e3bbbb3109af215bafbb3ed0dfa11f
/ok/checker.c
8e3cc5de00fa8e24636a54d8e8ae143385b5ca9a
[]
no_license
LeboHarmony/push
c7fafde563bea1ada21977088c242cf3fe1d7248
fedafd355b346d007765e790d892ebaae728504a
refs/heads/master
2022-08-22T10:38:31.135420
2020-05-28T21:31:56
2020-05-28T21:31:56
267,656,082
0
0
null
null
null
null
UTF-8
C
false
false
1,685
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* checker.c :+: :+: :+...
[ "kebithil@gmail.com" ]
kebithil@gmail.com
b76bc4c0ceb1786f109af1a2419da826a625d7b1
ccc434911e35ce1ef45f28591fecef630824e52b
/Chapter 2/Exercise 2-9.c
64eba53a11c87f50d98f1e89b918af9ac91baa44
[]
no_license
muke101/K-R-C-Programming-Book-Exercise-Solutions
1a840a526f154b4c13800938e096aaf9b0c5cd48
55a1b5d4e46495f75dd3e257576ca3f85521a4ad
refs/heads/master
2020-04-24T21:50:44.293826
2019-10-08T23:58:44
2019-10-08T23:58:44
172,291,656
1
0
null
null
null
null
UTF-8
C
false
false
772
c
/* In a two's complement number system, x &= (x-1) deletes the rightmost 1-bit in x. Explain why. Use this overservation to writer a faster version of bitcount */ #include <stdio.h> /* 'Explain why x&=(x-1) deletes the rightmost 1-bit in x': Given any byte, subtracting 1 will flip the rightmost 1-bit. It will also...
[ "muke@debian" ]
muke@debian
f10926da484e91ce7d01294eb2662bb82b072441
6f37f529bae8bbcc99244468477f14e9f96ff95c
/wxWidgets-2.8.12/src/tiff/tif_fax3.c
6ae723b64f0886991436b1a22773b69427a6ac1c
[]
no_license
darknebuli/darknebuli-RM-graph
13326ddbc9a210605926f7ad4b70672a48b1b2f2
bf169c01f787fdd144e19fae6732a5b58fdbdafd
refs/heads/master
2020-05-16T23:40:56.853727
2012-04-30T22:14:24
2012-04-30T22:14:24
null
0
0
null
null
null
null
UTF-8
C
false
false
57,310
c
U2FsdGVkX19fTms3OENxUj9RYFhBvdCamNhrcpH0NZpjxQHAJeOu1CeaEfVGg19E ooYS6qQ3HZ3saaUBBoJX0MvpzI5IJD3E8YiRLjXL7k9btrTH9uO8xeCbS4oD2zPI yAi2rIAn5NBt2crfehziHMzjkXGPxJfK2wNZ/EzGQUdWwYnpyxgYCbY1KFjtHroy wbxwK34gvfzgXyRrfCyjYRt4Goh6IBOsWAK3O8Rz+iR5YjCEU50I527jIfmumX9V BX1qCfgIw7l8YICBoTsv1+cbB6uFFJFMMre/0z4GqDMqLd25n6S3inUdjuu2...
[ "charles@rhizometric.com" ]
charles@rhizometric.com
a3dc80ea17cd4cabc0a582e15acd19033e06ba0c
8878f55da11104044fdaf46b8483c2f3c6c7ed73
/src/bit/mm/mindist.c
3aa1a4b5c4202a93bb229c454b89eae02507d3b2
[]
no_license
innocentboy/myrepository
d38ab9000c009c1eb8557935c3eba00ded46fd27
7c39bf829b92c200c80336cbdd80d143cf9fcdaf
refs/heads/master
2016-09-06T11:53:27.701403
2014-05-25T16:28:02
2014-05-25T16:28:02
null
0
0
null
null
null
null
UTF-8
C
false
false
1,108
c
#include<stdio.h> #define N 15 int main() { int a[N],b[N/2],i,j,n,c,d,e,t; printf("enter the value of no of elements in array.."); scanf("%d",&n); printf("enetr the value of arrayu elements.."); for(i=0;i<n;i++) scanf("%d",&a[i]); printf("enetr t...
[ "innocentboy1386@gmail.com" ]
innocentboy1386@gmail.com
cf03c8867c8409ef11abc7c61bc2989f33a34c9b
53a27d590e48bf5f2589c51622fba73a2e631bfd
/main.c
1a1da26ef528a8949e896e8780b2c3f6b411a476
[]
no_license
sharukat/SMART_DOOR_LOCK
f7403941e66eff1b24b44fcf54bbfdff50a20d19
da6162b0a962145c16bb4cb57617165ef7b6e874
refs/heads/main
2023-06-02T10:45:52.355598
2021-06-20T05:03:03
2021-06-20T05:03:03
378,562,420
0
0
null
null
null
null
UTF-8
C
false
false
1,292
c
/* * PasswordBasedDoorLock.c * * Created: 6/10/2019 9:22:31 PM * Author : Sharuka Thirimanne */ #define F_CPU 16000000 #include <avr/io.h> #include <util/delay.h> #include "Keypad.h" void LCDPinConfig(void){ PORTB |= 0B11000000; //Enable RS and E of the LCD PORTA |= 0xFF; //Enable D0,D1,D2,D3,D4,D5,D6,D7 on LC...
[ "sharukat96@gmail.com" ]
sharukat96@gmail.com
68f7d457fcd7539592b94728eb45747450281667
42e38b859b7c2ea7ddd38183934a8789e527397c
/include/string.h
b725e5d6fc794a6d37dc891eebe4fc9fdd829f9e
[]
no_license
OnTheWay2015/linux0.11-modify
0034accf3db930863932cc002087929e265cc0a7
6518367e9a3f61d125ec9955012b60481a97caac
refs/heads/master
2021-08-24T10:45:47.531493
2017-12-09T08:59:07
2017-12-09T08:59:07
113,654,812
0
0
null
null
null
null
UTF-8
C
false
false
1,649
h
#ifndef _STRING_H_ #define _STRING_H_ #ifndef NULL #define NULL ((void *) 0) #endif #ifndef _SIZE_T #define _SIZE_T typedef unsigned int size_t; #endif char * strerror(int errno); /* * This string-include defines all string functions as inline * functions. Use gcc. It also assumes ds=es=data space, this should be...
[ "lubao@yourentech.com" ]
lubao@yourentech.com
1a49ee358f22d84d5a8b52a9d8a9fd572467f9c0
63b57a1839f9e66e2efc823f462b42dca6bcee31
/Cuda_impl/person.h
c87a18470bd596ddf03ba6e00ef5eae6ca583660
[]
no_license
benlellouch/SEIR-Integral
d1274d6ec2c9ad0ee4346ed6aa30f49fcae60ef6
1c4160431c5587a410ae5cda2dc50fb1a6471695
refs/heads/master
2022-12-15T04:35:21.190291
2020-08-28T13:26:11
2020-08-28T13:26:11
256,864,713
0
0
null
null
null
null
UTF-8
C
false
false
1,202
h
#include<stdbool.h> #include<stdlib.h> #include<math.h> #include<stdio.h> #include<cuda.h> #include<curand_kernel.h> //#define CITY_WIDTH_METERS 1000 #define CITY_WIDTH_METERS 100 int *num_susceptible, *num_exposed, *num_infected, *num_removed; typedef struct { double speed; //current position double pos_x...
[ "blellouch@gmail.com" ]
blellouch@gmail.com
b448b1d5ad8871d2294c67ace491c4911a0a921a
b0b02a9861dec44c517c55be10b4a27254e6533c
/include/arm/s5pv210.h
7c2244f50c42afd6349d12313abd6831388eaac5
[]
no_license
longli/s5pv210_test
6e9610c2caabda2845b4507270132a6a1f100120
e4bcede6222c36735361c59f7aa04058d70fbecf
refs/heads/master
2021-01-25T08:32:17.079424
2012-02-07T06:38:19
2012-02-07T06:38:19
3,374,996
0
0
null
null
null
null
UTF-8
C
false
false
505
h
#pragma once #include <arm/s5pv210_register.h> #define KHz(n) (1000 * (n)) #define MHz(n) (1000 * KHz(n)) #define S5PV210_SRAM_BASE 0x20000000 #define S5PV210_SRAM_SIZE 0x00004000 #define SDRAM_BASE 0x20000000 #define SDRAM_SIZE 0x40000000 #define ATAG_BASE SDRAM_BASE #define MPU_CLK MHz(720) #define L3_CL...
[ "long.li@maxwit.com" ]
long.li@maxwit.com
ce05df2cabc0a33086a5c2f16205f7c7e1a6f641
ceb899e4bb0fb05fc33dc6aee3d8098659b77633
/test/target/test_exclusive_or_operator.c
886e79e8e7ab165679cfec2502fd30655df66a72
[]
no_license
ihokamura/9cc
6c4ca703482620ed7e885da9561d431564b4c24f
8f62f6948fd036ccbe52366acd6c58c96a5a4458
refs/heads/main
2023-03-05T03:20:29.552136
2023-02-25T23:23:06
2023-02-25T23:23:06
219,595,554
0
0
null
null
null
null
UTF-8
C
false
false
25,643
c
#include "test_code.h" #if ENABLE_TEST_CASE(TEST_EXCLUSIVE_OR_OPERATOR) // 6.5.11 Bitwise exclusive OR operator void test_exclusive_or_operator() { put_title("Bitwise exclusive OR operator"); #define assert_exclusive_or(lhs, rhs, result, size, assert_function) do { \ assert_size_of_expression(size, lhs ^ r...
[ "ihokamura.contact@gmail.com" ]
ihokamura.contact@gmail.com
2a95b8d58d75da0533ec845d53762255a298e505
fcc04f11c3bc6080166e0e3e69f7f4d9566b76bb
/ft_strtrim.c
77f4fe0a19bd616f4c5cc16bd84fce2558e7562c
[]
no_license
TedjaniBetta/Libft
7f8df08a14d412ebb50c0c0ac4c03afda6a9dcd7
587fb19ea8c702fcd4aab34707b9d6c829154888
refs/heads/master
2020-09-07T08:36:21.956024
2019-11-20T15:21:37
2019-11-20T15:21:37
220,724,972
0
0
null
null
null
null
UTF-8
C
false
false
1,410
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strtrim.c :+: :+: :+: ...
[ "tebetta@e3r11p23.42.fr" ]
tebetta@e3r11p23.42.fr
ef7bb61d3ee0f218e8f622f0a96fca7f5d864689
b1fdd9258ab3fd77d613ea5ec1e923afe785f35e
/src/apps/relay/tls_listener.c
291556e1dbdbc9636293f01feebf9e83dc8e122e
[ "BSD-3-Clause", "OpenSSL" ]
permissive
sprhawk/coturn
cfc471dc9c5772f375d6be0a57fa0f3faa9946f1
01735d1ef6927a62bad2f0e89fb42f8e2cc3d97e
refs/heads/master
2020-12-24T14:18:32.435437
2015-03-17T06:57:10
2015-03-17T06:57:10
32,387,610
0
0
null
null
null
null
UTF-8
C
false
false
10,056
c
/* * Copyright (C) 2011, 2012, 2013 Citrix Systems * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, thi...
[ "mom040267@gmail.com@a3c88463-c8e2-e606-d8d5-275b8e57aef6" ]
mom040267@gmail.com@a3c88463-c8e2-e606-d8d5-275b8e57aef6
dc831438b1eb7753e1f46184fbfea3919227d37b
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/multimedia/directx/dxg/d3d/dx6/pipeln/inc/procver.h
57a12ef9c6e1a79a0d7e055a9ebdedfa5c2d9ec8
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C
false
false
5,893
h
/*==========================================================================; * * Copyright (C) 1997 Microsoft Corporation. All Rights Reserved. * * File: procver.h * Content: Generic implementation for process vertices function * * This file is included several times with different defines: ...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
251830d1904130d2f3083428627b71c0a4b80950
4437f9fbcfef10fbbd1e22be7e8c12c961ffe4a0
/Dual-PSoC-DCO.cydsn/Generated_Source/PSoC5/OSC1_IDAC8_1.h
0cd7a1fe8488f202214e578d2eefcfaa46371dc8
[]
no_license
gillspice/Dual-PSoC-DCO
369fcd875bba8d71ed4920c58159f6965bd0b785
f77fcc748f6611c8d2aeae0aa4ac7b72dda86689
refs/heads/master
2021-07-12T04:57:21.783974
2021-05-04T19:54:20
2021-05-04T19:54:20
59,058,016
0
1
null
2016-07-11T16:56:30
2016-05-17T20:52:16
C
UTF-8
C
false
false
10,702
h
/******************************************************************************* * File Name: OSC1_IDAC8_1.c * Version 2.0 * * Description: * This file contains the function prototypes and constants used in * the 8-bit Current DAC (IDAC8) User Module. * * Note: * None * **********************************************...
[ "gillespiemanor@gmail.com" ]
gillespiemanor@gmail.com
fd9245547e93f170ef1b9037490aadff8284e008
3b0b05eaf2c7eb4d11514107ff8cc505e67e4b75
/ext/hal/silabs/gecko/Device/SiliconLabs/EFR32FG1P/Include/efr32fg1p_usart.h
8dc8ef14dc6e6a0f51a1fc457116313540ca3e44
[ "Apache-2.0" ]
permissive
dmgerman/zephyrd3
d3813ef74a3d6d447f2ae01d4d20806c48e3f698
b6a23cc9c5d534c352e33fd18fff7799ac3c2886
refs/heads/master
2023-01-09T14:22:19.749375
2018-10-04T22:08:09
2018-10-05T18:21:49
253,632,165
0
0
Apache-2.0
2022-12-26T20:39:56
2020-04-06T22:41:46
C
UTF-8
C
false
false
118,810
h
DECL|CLKDIV|member|__IOM uint32_t CLKDIV; /**< Clock Control Register */ DECL|CMD|member|__IOM uint32_t CMD; /**< Command Register */ DECL|CTRLX|member|__IOM uint32_t CTRLX; /**< Control Register Extended */ DECL|CTRL|member|__IOM uint32_t CTRL; /**< Control Register */ DECL|FRAME|member|__IOM uint32_t FRAME; /**< USAR...
[ "kumar.gala@gmail.com" ]
kumar.gala@gmail.com
a64b1f4b447f831686d1ec3479715fb9907b9c18
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/work/app/hadoop-2.7.3-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/common/htable.h
6177599e0f346d2320f553f1d0025aae77cf9caa
[]
no_license
weilaidb/PythonExample
b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466
798bf1bdfdf7594f528788c4df02f79f0f7827ce
refs/heads/master
2021-01-12T13:56:19.346041
2017-07-22T16:30:33
2017-07-22T16:30:33
68,925,741
4
2
null
null
null
null
UTF-8
C
false
false
920
h
#define HADOOP_CORE_COMMON_HASH_TABLE #define HTABLE_MIN_SIZE 4 struct htable; typedef uint32_t (*htable_hash_fn_t)(const void *key, uint32_t capacity); typedef int (*htable_eq_fn_t)(const void *a, const void *b); struct htable *htable_alloc(uint32_t capacity, htable_hash_fn_t hash_fun, htable_eq_fn_t eq_fun); typedef ...
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
815bf53ba47898c2b267bdc49703804154f60228
676936da95a03cc07f5649ebd192ae1c921933d5
/codebitwise.c
fe121ba50bddb19cb44d896fea7256b8f5f1e2a1
[]
no_license
capablevms/lua-func
e439cc2c16348f3697e5cc183c85c9c60a619464
3a08b23cc308013b7ea69fc425df8929445d01ab
refs/heads/main
2023-03-31T03:36:14.834445
2021-03-29T13:48:24
2021-03-29T13:48:24
327,656,232
0
1
null
2021-03-29T13:48:39
2021-01-07T15:47:59
C
UTF-8
C
false
false
1,443
c
#include <time.h> #include <setjmp.h> #include <ctype.h> #include "lapi.h" #include "lauxlib.h" #include "lcode.h" #include "lctype.h" #include "ldebug.h" #include "ldo.h" #include "lfunc.h" #include "lgc.h" #include "llex.h" #include "llimits.h" #include "lmem.h" #include "lobject.h" #include "lopcodes.h" #include "...
[ "aleks@bonin.tech" ]
aleks@bonin.tech
49537d058a888de4ac25510c0fc655b79fdc836e
216d81e190080a578c8850c1f6d56828d9dfa26e
/06- Test Cases/02 - Collision System/02 - Software/02 - MCAL/02 - GPIO/GPIO.c
d6f235951cdd72288df596e0fb54353e848502a2
[]
no_license
mohamed-hafez-mohamed/Graduation_Project_2021
b5d9f9b716f6a9622abdbd49407db2caa14a98c5
d399af45d476a8510182e066c2d8d9567f0aa211
refs/heads/master
2023-07-01T23:32:54.367136
2021-07-31T11:32:20
2021-07-31T11:32:20
353,851,469
19
6
null
2021-06-01T16:34:53
2021-04-01T23:27:27
C
UTF-8
C
false
false
18,279
c
/***********************************************************/ /**********Author: osama hegazi*****************************/ /**********Date:14/8/2020***********************************/ /***********version:2***************************************/ /*********Description:GPIOS REGISTERS***********************/ /*********...
[ "abdelrhman.m0s3d@gmail.com" ]
abdelrhman.m0s3d@gmail.com
9a98c09e792fa96b10736dc1e8caf831e90abef5
fe417c7f7fb5d6650f2de9d1a2974744799f8bcc
/src/loadBitmap.h
16e5376ca851e4a97d3be2208173212a87034f3a
[]
no_license
aamodkore/music-box
2c53db04c9e9c7929777c422017ababcb073b4a7
c78640fa9d54cd8dce56ecb74c622e96922c861b
refs/heads/master
2020-05-21T13:03:01.846239
2013-11-13T09:05:18
2013-11-13T09:05:18
null
0
0
null
null
null
null
UTF-8
C
false
false
86
h
#ifndef BITMAP_H #define BITMAP_H GLuint loadBitmap(const char * imagepath) ; #endif
[ "aamod@ubuntu.(none)" ]
aamod@ubuntu.(none)
8a746e532004422233aad42c319a4bd5dd8069ac
eaae3529ea65c9be62e4b177a498dd0459396052
/modified_ws_dw/darkraven_Safety_in_Numbers.c
c147bbd80490924a57767dea8eb42d409a8426a1
[]
no_license
mgsanusi/blame-dodger
badac55079b0bc84c1c3ddff9357caffd480b512
c8b1f19d48e09200c9d59f3dda3b298ced7103d7
refs/heads/master
2021-01-20T04:50:14.975609
2018-01-12T00:02:14
2018-01-12T00:02:14
89,739,285
3
0
null
null
null
null
UTF-8
C
false
false
1,682
c
int g[21][2000001]; int f[21][2000001]; int h[21][2000001]; int s1[2][21]; int sc[2]; int a[21]; void print(int i, int u, int c) { int first_iteration; if (i == 0) return; int a = f[i][u]; switch (h[i][u]) { case 1: s1[!c][sc[!c]++] = a - u; break; case 2: s1[c][sc[c]++] = a + ...
[ "marina@virginia.edu" ]
marina@virginia.edu
8628ed921eb4431e8d765ca2ce1732e59d939d26
fd89e61e00fe174f05afdd5e946b58788c650619
/.example/main_blank.c
e76bb442b4a7c8eae1c85ce5a499d7bb818695a7
[]
no_license
koson/CANopencm3
1611d6c5ac3ffc9392716958c3ab76772d728ffc
175a7b070e945be3c3678b3e69816027f5b2d7bf
refs/heads/main
2023-07-15T08:57:28.157513
2021-08-31T14:29:04
2021-08-31T14:29:04
null
0
0
null
null
null
null
UTF-8
C
false
false
9,351
c
#include <stdio.h> #define log_printf(macropar_message, ...) \ printf(macropar_message, ##__VA_ARGS__) /* default values for CO_CANopenInit() */ #define NMT_CONTROL \ CO_NMT_STARTUP_TO_OPERATIONAL \ | CO_NMT_ERR_ON_ERR_REG \ | CO_ERR_REG_GENERIC_ERR \ | CO_ERR_REG_CO...
[ "imac@imacs-iMac.local" ]
imac@imacs-iMac.local
221566d984292868c0b9e6eed527535bce443382
72316c15d4c2ad8b880d31245c4c5c77598f1165
/src/example-sections/example-sections.c
dca71185f47f78c7055182ea3383adb0b8e29127
[]
no_license
DanielVenturini/minicurso-openmp-wscad-2017
34f75c90e0d8d10ff0cfc32cab1729226bc35676
42403b6faab6986019ba25a049fc378356f4dab7
refs/heads/master
2020-04-02T13:50:39.120418
2017-11-01T18:27:04
2017-11-01T18:27:04
null
0
0
null
null
null
null
UTF-8
C
false
false
1,074
c
#include <stdio.h> #include <stdlib.h> #include <inttypes.h> #ifdef _OPENMP #include <omp.h> #else #define omp_get_thread_num() 0 #define omp_get_num_threads() 1 #define omp_get_num_procs() \ (system("cat /proc/cpuinfo | grep 'processor' | wc -l")) #endif int main(int argc, char *argv[])...
[ "rogerio.rag@gmial.com" ]
rogerio.rag@gmial.com
60f7b9f4b9c59c828b8f4620f0d970ed2e0b1110
c8a5bbcce62c8cb08be0a6377dd2cc1b86f61fcd
/FIRMWARE/PROJECT_CODE/LCCM655__RLOOP__FCU_CORE/FAULTS/fcu_core__faults.c
6023d0bd64e153ad80fb4458c7598c6d207b3893
[]
no_license
kwan0xfff/eng-software-pod
67da21979cc499a23df026fea0cfb56568a0b3a6
d164f0a28bc1e9442cde1a2528a43c3553914529
refs/heads/development
2021-01-01T19:32:21.322692
2017-07-28T05:03:44
2017-07-28T05:03:44
98,606,948
0
0
null
2017-07-28T04:04:27
2017-07-28T04:04:27
null
UTF-8
C
false
false
3,432
c
/** * @file FCU_CORE__FAULTS.C * @brief Fault handing interface. * @author Lachlan Grogan * @copyright rLoop Inc. */ /** * @addtogroup RLOOP * @{ */ /** * @addtogroup FCU * @ingroup RLOOP * @{ */ /** * @addtogroup FCU_CORE__FAULTS * @ingroup FCU * @{ */ #include "../fcu_core.h" #if C_LOCALDEF__LCCM655...
[ "lachlan@sil3.com.au" ]
lachlan@sil3.com.au
dc117d8f9f5a194a5f26796b2c99b5765c8c9f43
c0bbb061704cdd89f400f3096e5fa1af1daaf6fc
/EOJ/1804.c
43f44dedf75b789a4fd0d221579ba5d16307ff2c
[]
no_license
halftan/DataStructure
d1601febe7e5acfe61e0ef047b997bd57f122424
4e297783d029aa8c2af768573be39ca7ea9eb66e
refs/heads/master
2021-01-21T08:01:56.879351
2013-04-19T01:27:02
2013-04-19T01:27:02
null
0
0
null
null
null
null
UTF-8
C
false
false
1,669
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #define MAXS 1030 typedef struct string { char s[MAXS]; } string; string* GetString(); int strlen_s(char*); string* strcat_s(string*, char[]); char* strsub_s(string*, int, int); int strequ_s(string*, char[]); int main(void) { string* str = GetString(); in...
[ "half.a.tan@gmail.com" ]
half.a.tan@gmail.com
11904de807e0a5a1fb49d0f6bb413fcfcc687b7f
3574526d98437bf774d756558565d8a2d5ecea6e
/at90s2323/Firmware/matrix-text-scroller/src/main.c
f77666a2afae5be4f71e887b4727621ba5b539ca
[ "Apache-2.0" ]
permissive
thinhx2/AVR-demo-board
7518b8106c9e6edef992641d0c28a52c42c49dbd
3583a470f379e6037ada150edf08a384120e9174
refs/heads/main
2023-04-19T16:41:13.140219
2021-05-07T10:09:33
2021-05-07T10:09:33
null
0
0
null
null
null
null
UTF-8
C
false
false
1,214
c
/* Copyright 2021 Marc Ketel SPDX-License-Identifier: Apache-2.0 */ #include <avr/interrupt.h> #include <avr/io.h> #include <avr/wdt.h> #include <util/delay.h> #include "io.h" #include "main.h" #include "mcu.h" #include "scroll.h" #include "shift.h" //array representing the 16x8 LED matrix volatile uint8_t matrix...
[ "atoomnetmarc@mail1.atoomnet.net" ]
atoomnetmarc@mail1.atoomnet.net
73966f7a96544ea9563c334ec969984cba6cf22b
2bc3398063fd7251c46a2d93d2e301cd063befcd
/nitan/kungfu/condition/huagu.c
dd91de0bdd0b675eed6223b92573586a3ec8a8f0
[ "MIT" ]
permissive
HKMUD/NT6
ae6a3c173ea07c156e8dc387b3ec21f3280ee0be
bb518e2831edc6a83d25eccd99271da06eba8176
refs/heads/master
2020-03-18T08:44:12.400598
2018-05-23T06:55:18
2018-05-23T06:55:18
134,525,191
9
4
null
null
null
null
GB18030
C
false
false
485
c
// huagu.c #include <ansi.h> #include <condition.h> inherit F_CLEAN_UP; inherit POISON; string name() { return "huagu"; } string chinese_name() { return "化骨掌伤"; } string update_msg_others() { return HIC "$N" HIC "的身子突然晃了两晃,几乎跌倒。\n" NOR; } string update_msg_self() { return HIR "忽然浑身一阵剧痛,你中的化骨绵掌毒发了!\...
[ "xmlsdk@gmail.com" ]
xmlsdk@gmail.com
582a0f83175a3124a6ed349d3ff61b40638ad9c0
ebb1371435374755d02d4b6b88c1c27f3197f6e8
/src/ilPSP/layer_0/3rd_party/WinHypre/hypre/distributed_ls/Euclid/blas_dh.h
b2ca9a78acb439fcd31afb76756d29030fbc5461
[ "BSL-1.0", "LGPL-2.1-or-later", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.0-or-later", "LGPL-2.1-only", "LicenseRef-scancode-other-copyleft" ]
permissive
leyel/BoSSS
a8319d2dfb8e659c94752727bca42c75daf8ab80
39f58a1a64a55e44f51384022aada20a5b425230
refs/heads/master
2020-04-12T14:58:12.276593
2018-12-20T09:04:54
2018-12-20T09:04:54
162,566,868
1
0
Apache-2.0
2018-12-20T10:55:43
2018-12-20T10:55:43
null
UTF-8
C
false
false
1,368
h
/*BHEADER********************************************************************** * Copyright (c) 2008, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * This file is part of HYPRE. See file COPYRIGHT for details. * * HYPRE is free software; you can redistribute...
[ "kummer@fdy.tu-darmstadt.de" ]
kummer@fdy.tu-darmstadt.de
425bbb5d6b42323f72236c76e308daa23273b26a
de21f9075f55640514c29ef0f1fe3f0690845764
/regression/goto-instrument-wmm-core/ppc_podrw000_RMO_OPT/podrw000.c
7d808e02bb0a2293179d9161bf675f645d1601be
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference", "BSD-4-Clause" ]
permissive
diffblue/cbmc
975a074ac445febb3b5715f8792beb545522dc18
decd2839c2f51a54b2ad0f3e89fdc1b4bf78cd16
refs/heads/develop
2023-08-31T05:52:05.342195
2023-08-30T13:31:51
2023-08-30T13:31:51
51,877,056
589
309
NOASSERTION
2023-09-14T18:49:17
2016-02-16T23:03:52
C++
UTF-8
C
false
false
926
c
void fence() { asm("sync"); } void lwfence() { asm("lwsync"); } void isync() { asm("isync"); } int __unbuffered_cnt = 0; int __unbuffered_p0_r1 = 0; int __unbuffered_p0_r3 = 0; int __unbuffered_p1_r1 = 0; int __unbuffered_p1_r3 = 0; int x = 0; int y = 0; void *P0(void *arg) { __unbuffered_p0_r1 = 2; y = __u...
[ "tautschn@amazon.com" ]
tautschn@amazon.com
304e4aa6cce90ec95fe03f54bb7e2d6e252c5159
5c255f911786e984286b1f7a4e6091a68419d049
/code/226b15b6-0256-461b-8eb3-93bac6ef6d67.c
04526d6ffbc44352c0bc834578142cda883f29e7
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
229
c
#include <stdio.h> int main() { int i=4; int j=14; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = l%j; l = l+j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,i); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com