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
b2b95336e7da232086c9f53f4c0580d111e52290
49b94592125b7c944887a08c654f0967111696ef
/items.h
3869a99a6d3cfbc4f45a3ed9541de4fb5298360a
[]
no_license
vnknt/c_game_project
6eb63672e504bd4f3e7af070f9af0d7183580e71
00c4775bab92046d4a96d68a2bdf59703744f5e5
refs/heads/main
2023-03-17T18:35:56.427166
2021-03-13T01:25:39
2021-03-13T01:25:39
347,199,032
0
0
null
null
null
null
UTF-8
C
false
false
197
h
#pragma once struct item { float x; float y; int position; bool live; float speed; float radius; float edgeRate; float edgeRate2; float x2; float y2; char type;//1-block, 2-gold };
[ "kanatvn@gmail.com" ]
kanatvn@gmail.com
e673b6e3e7902b8882b922ed52a911a1202cfb83
88416babc7f0db44732bef061029262fab798318
/Pods/Headers/Public/openssl/safestack.h
c13a034a9abced4781f106c17281222f73dfffc8
[]
no_license
codeguesser/Base
6388cabae87ba214cca5f8c8ffb4241969f0db1c
5180da13154c0607f91ddf200f7a34e1b92c41bd
refs/heads/master
2016-09-11T14:34:15.264139
2016-05-06T03:43:48
2016-05-06T03:43:48
36,813,193
0
0
null
null
null
null
UTF-8
C
false
false
48
h
../../../openssl/Pod/Classes/openssl/safestack.h
[ "wangshuguan@gmail.com" ]
wangshuguan@gmail.com
3819d4d0ca9570a4b097cfadaa65f4f9d28b5b14
abd31295dae5ed54a7acc96be2c0f2b751aed10b
/ft_bzero.c
2bc4aa3bf448dfdc25628a6fad429df10a577dd4
[]
no_license
dlongfel/libft_42
194e8237f8c9cfe4e0732dbaac31201a8b067540
69e03db4431011b245e5068d6fac7567f91cda25
refs/heads/master
2022-11-20T02:08:46.931585
2020-07-24T11:48:15
2020-07-24T11:48:15
210,506,452
0
0
null
null
null
null
UTF-8
C
false
false
1,030
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_bzero.c :+: :+: :+: ...
[ "doloreslongfellow@gmail.com" ]
doloreslongfellow@gmail.com
63436f5d4e5620a3b1f9cfae19291354fa6c63bf
6657a273e4fcb887c8d8d4b17e3b9254b711d1d5
/Projects/wbt101key/ch04a/ex01_key_LED/key_LED_db.h
9c695965ca95c1b99e6fbe5d3e2ccfd5dc42d9f7
[]
no_license
phuongtg/CypressAcademy_WBT101_Files
fedb2b3436b86a81e31348e406cdee2607006379
45c5dbcfdd3eb2a8368153af5a544f7d687959fe
refs/heads/master
2020-04-16T14:51:43.861560
2019-01-09T16:32:17
2019-01-09T16:32:17
null
0
0
null
null
null
null
UTF-8
C
false
false
1,739
h
/* * This file has been automatically generated by the WICED 20719-B1 Designer. * Definitions for constants used in the device's GATT database and function * prototypes. * */ // key_LED_db.h #ifndef __GATT_DATABASE_H__ #define __GATT_DATABASE_H__ #define __UUID_WICEDLED 0xf1, 0xe8, 0xd1, 0...
[ "gjl@cypress.com" ]
gjl@cypress.com
056d3a4ee08f0fab983dba9c49b7b9c883372828
7c1c441a66cdbb022f9dbbe0b81c9ed039d9be71
/Project 1/src_files/socket.c
4883c8466900772b63138b5c0698c7d9d0be559b
[]
no_license
harsimran2421/AESD-5013-002-
e6b0d035453075af565f8e9935d3a706bcf3ae1a
faae388ca3fd5bb9981bb0e2ebbe1e9e8a78dc01
refs/heads/master
2020-04-18T08:34:47.939109
2019-04-30T05:34:45
2019-04-30T05:34:45
167,401,509
0
0
null
null
null
null
UTF-8
C
false
false
5,100
c
#include "logger.h" #include "light.h" #include "temperature.h" #include "socket.h" void *socket_function(void *arg) { struct sockaddr_in client_address; int listen_fd = 0; int result_client; int addr_length; struct sockaddr_in server; int nbytes_recieve, nbytes_send; char recieve_buffer[MAXBUFSIZE]; b...
[ "harsimransingh.bindra@colorado.edu" ]
harsimransingh.bindra@colorado.edu
16400323c3bb7eef8d4e918ec30b722703aed95e
787e4fef0fd4e09e27102fe200decca98e76c183
/Chapter5/Chapter5/Chapter5.h
e4630deba0c41b41a806ae81be4610622fa06c3b
[]
no_license
horiK94/learn_directX
304f70035ee624b44f01eaff7ce0281b961cd3e9
49eb24295218339d6d370af9755323b35e45d083
refs/heads/main
2023-01-24T12:42:26.541822
2020-12-14T16:04:56
2020-12-14T16:04:56
303,779,328
0
0
null
null
null
null
SHIFT_JIS
C
false
false
952
h
#pragma once #include <Windows.h> #include <mmsystem.h> #include <d3dx9.h> #include <tchar.h> #include <dinput.h> #pragma comment(lib, "winmm.lib") #pragma comment(lib, "d3d9.lib") #pragma comment(lib, "d3dx9.lib") #pragma comment(lib, "dinput8.lib") #pragma comment(lib, "dxguid.lib") struct Model { //メッシュ LPD3DXM...
[ "hazemi94basic@gmail.com" ]
hazemi94basic@gmail.com
c9c58cc1a1e259c6b890d9b5c00cb70b7f74fd3e
7c6d52578899988488ea29033c43063367f5c319
/AFL-VERSION/RERS/Wtest24-B7.c
ef1871c1438b5fbeed7481433cd3ad99ff9502c9
[]
no_license
tracer-x/PROGRAM-DATABASE-TEACHING
e803aca2a007bf366460b3466d2614e7ce8f66ce
a3c47853e656af890d77b5c7afae9c310c15345b
refs/heads/master
2021-01-07T05:54:47.151186
2020-02-19T10:40:46
2020-02-19T10:40:46
241,597,951
0
0
null
null
null
null
UTF-8
C
false
false
57,169
c
//This program is Problem4.c from RERS-2017 #define BOUND 7 int kappa; int input,output; #include <assert.h> #include <math.h> #include <stdlib.h> // inputs int inputs[] = {2,5,3,1,4}; int errorCheck(); int calculate_output(int); int calculate_outputm1(int); int calculate_outputm2(int); int calculate_ou...
[ "sanghu1790@gmail.com" ]
sanghu1790@gmail.com
f27d783a8dbd9185150811cb232c52248462372b
74b4e4e5535071899258d52c0307c97e71db9905
/nuitka/build/static_src/HelpersOperationBinaryPow.c
d877c3d50a809a7b367979caaa638ba61c916c2d
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
ORG-MARS/Nuitka
3baa6edf2aa65b2ee83a3ead5f2912c92d2fdafd
bdc3a2f74fa96c1565cee5ee808bc15328d8338d
refs/heads/master
2023-03-30T07:38:11.024084
2021-04-04T14:40:47
2021-04-04T14:40:47
null
0
0
null
null
null
null
UTF-8
C
false
false
100,925
c
// Copyright 2021, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in co...
[ "kay.hayen@gmail.com" ]
kay.hayen@gmail.com
388b85c17b06a06cb781c0e5d450fb7948817e3b
d3e4ff2671841b86dd7744efc770e723a233b1da
/operatingSystems/ics2015/nemu/src/cpu/exec/logic/shl-template.h
d3fa0a1771447facdc3dc7ce59ef13bf71bd9df7
[ "MIT" ]
permissive
sabertazimi/hust-lab
4a88ce0067c497439c36b9d3b4dd0cfe0682e95e
1f821fb9f50fa670bd1887d0d99c0bf6ca3c7a31
refs/heads/main
2022-06-11T23:55:02.656231
2022-03-10T21:08:40
2022-03-10T21:08:40
53,782,623
37
11
MIT
2021-09-12T16:08:13
2016-03-13T11:56:10
C
UTF-8
C
false
false
493
h
#include "cpu/exec/template-start.h" #define instr shl static void do_execute () { DATA_TYPE src = op_src->val; DATA_TYPE dest = op_dest->val; uint8_t count = src & 0x1f; dest <<= count; OPERAND_W(op_dest, dest); /* There is no need to update EFLAGS, since no other instructions * in PA will test the flags ...
[ "sabertazimi@gmail.com" ]
sabertazimi@gmail.com
7c6ded84cb54a3172e37aa57ca4a0c721cb3b56e
a02d84c9ff1e4777c27b8e18538a0d4c35752b9d
/single_cycle/simulator/memory.c
d667ca85f164afbffc8dda15d1de5e2757ff3947
[]
no_license
k0079898/2017-Computer-Architecture-Project-1
3027513cc7c976340191711b71834eb7b7ab63e7
bf0927dbf683859b15aafdc14994dd60faa73217
refs/heads/master
2021-06-13T19:54:21.498015
2017-03-31T22:03:35
2017-03-31T22:03:35
null
0
0
null
null
null
null
UTF-8
C
false
false
1,750
c
#include "memory.h" void readBin() //Read iimage.bin & dimage.bin into buffer { unsigned int iimageSize = 0, dimageSize = 0; //Open file iimage = fopen("iimage.bin","rb"); dimage = fopen("dimage.bin","rb"); //Get file size fseek(iimage, 0, SEEK_END); fseek(dimage, 0, SEEK_END); iimageSize = (unsigned ...
[ "k0079898@gmail.com" ]
k0079898@gmail.com
b510b1fc4c9e07e9f9f31037daa57689e4e1401d
b9cd0fa3659967512772f41244b5b02c0290719b
/P8/DieWithMessage.c
1eaec709164a8f2d96b41a9c2c6ed256a908d886
[]
no_license
Gargi1027/TCP
71f2e096b64cc9a0d0cb693c90affe640a20b401
4e439f085675eae64020e535513b0981beaa3044
refs/heads/master
2021-01-20T10:04:38.726694
2017-03-04T22:46:41
2017-03-04T22:46:41
83,929,756
0
0
null
null
null
null
UTF-8
C
false
false
1,150
c
#include <stdio.h> #include <stdlib.h> #include"Practical.h" void DieWithUserMessage(const char *msg, const char *detail) { fputs(msg, stderr); fputs(": ", stderr); fputs(detail, stderr); fputc('\n', stderr); exit(1); } void DieWithSystemMessage(const char *msg) { perror(msg); exit(1); } void HandleTC...
[ "gargi1027@gmail.com" ]
gargi1027@gmail.com
fbffd55ed6c2a584962dc9cbfdd5c9e4e0b21c9b
3b1ce49b4e63cb23eb287af94fa87f2ea8e7ad68
/tui/window.c
9b92d2e1c453ed52d0d91b122ac546378c56b947
[]
no_license
llseek/XXXTool
d6d6a49cd351d762c902d47d71b8c9139b5c7441
e5c75ad35ac490fb7840d50100433f23cde8f9d2
refs/heads/master
2020-06-23T23:29:53.072286
2019-07-25T07:52:55
2019-07-25T08:47:51
198,784,882
0
0
null
2019-07-25T07:54:34
2019-07-25T07:54:34
null
UTF-8
C
false
false
12,381
c
#include <stdint.h> #include <string.h> #include <errno.h> #include "window.h" #define WINDOW_DEVICE_HEIGHT (6) #define WINDOW_TAB_WIDTH (20) #define WINDOW_STATUS_HEIGH (3) #define DEFAULT_WINDOW_SIZE (80) /* 95 full window size */ struct WindowContext *AllocWindowContext(void) { return xAlloc(sizeof(...
[ "wangyang7902@gmail.com" ]
wangyang7902@gmail.com
704b140cca10ede270b84599982c7269cf80c5f1
2e6b51a1d6335a21167803c1868c9afa1be916d2
/src/vec.h
2352dac72946b864345b0c25210f1cfa6bd88af4
[ "MIT" ]
permissive
fdb/frequensea
9e23224b6630d00ef382e9a2d28de0640ae4db5d
403e92a181a98f28ec57ffc39682b5d34c0cffb9
refs/heads/master
2022-12-08T11:50:33.551134
2022-12-07T07:53:37
2022-12-07T07:53:37
28,041,197
160
21
null
2015-05-24T17:45:49
2014-12-15T14:54:48
C++
UTF-8
C
false
false
1,790
h
// Vector and matrix math #ifndef VEC_H #define VEC_H typedef struct { float x; float y; } vec2; typedef struct { float x; float y; float z; } vec3; typedef struct { float x; float y; float z; float w; } vec4; // Stored in column order: // 0 4 8 12 // 1 5 9 13 // 2 6 10 14...
[ "frederik@debleser.be" ]
frederik@debleser.be
8ee98ab7674c9ce34118958479bd9445f26fc578
681e9f38c29813f2a5297e245614badebebf74d5
/WickedEngine/ShaderInterop_FFTGenerator.h
883be945f380282a051c4b94859ee38f5a074f4a
[ "MIT", "Zlib", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
vfx-fuhao/WickedEngine
8e98e79b7521846396cb1298187b04d6e40d6dab
c2b6f443e913918753464fc6686f8c6da2de034f
refs/heads/master
2020-08-12T04:20:50.220118
2019-10-12T16:06:58
2019-10-12T16:06:58
214,687,667
1
0
NOASSERTION
2019-10-12T17:30:19
2019-10-12T17:30:18
null
UTF-8
C
false
false
292
h
#ifndef WI_SHADERINTEROP_FFTGENERATOR_H #define WI_SHADERINTEROP_FFTGENERATOR_H #include "ShaderInterop.h" CBUFFER(FFTGeneratorCB, CBSLOT_OTHER_FFTGENERATOR) { uint thread_count; uint ostride; uint istride; uint pstride; float phase_base; }; #endif // WI_SHADERINTEROP_FFTGENERATOR_H
[ "turanszkij@gmail.com" ]
turanszkij@gmail.com
bace1f8867f4bc32ae0519dfc35242c596c6a390
1aeebf6bc3274022e3c8491265dc6e806868e4a9
/task1-d.c
21936daa67f2260d67e8667a7aab4caf04b4d99f
[]
no_license
wangjiadong1993/CS5250
0cdfe017896b5a7f619c6e42a94b90a6bef3aa2d
1986548d539334b8c44517f4cfbeedab4276581e
refs/heads/master
2020-03-08T15:42:35.834436
2018-04-04T21:37:01
2018-04-04T21:37:01
128,219,119
0
0
null
null
null
null
UTF-8
C
false
false
436
c
#include<linux/kernel.h> #include<linux/init.h> #include<linux/module.h> #include<linux/moduleparam.h> MODULE_LICENSE("GPL"); //parameters static char *who = "nobody"; module_param(who, charp, 0000); MODULE_PARM_DESC(who, "who"); static int hello_init(void){ printk(KERN_ALERT "hello %s\n", who); return 0; } static ...
[ "wangjiadong1993@gmail.com" ]
wangjiadong1993@gmail.com
7baf0a0b94d715086053b2184742a5d0eca3d3b8
90c8a1d4c4e4108668ad4b2581918f327740599a
/trace_line.c
9abfcf43ffb50ea0c5dfa78b0bcf960648829afa
[]
no_license
fanno42/FdF
17f7971fbc175e7832e813b5aa961d7ea1fd96e2
427e513c12c96bc2b48bfbc242f14538ccdf165c
refs/heads/master
2021-01-10T18:08:26.925006
2016-11-20T13:10:30
2016-11-20T13:10:30
71,905,216
0
0
null
null
null
null
UTF-8
C
false
false
2,290
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* trace_line.c :+: :+: :+: ...
[ "fanno@e1r8p11.42.fr" ]
fanno@e1r8p11.42.fr
19ea8a364cba308cf32ee367dae56f6ba7152ecb
6fa6be3e7dcb10d020209f7a73de393a1f24bd45
/linux-3.4/fs/btrfs/reada.c
ac5d010858848d007e380d529476ad9eb4f6fb31
[ "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
okshall/v3s-linux-sdk
f9eb73a1e271ebf02320f98befabccdb6c462944
776196306198f14ec6f10c316950a81b7e417886
refs/heads/master
2021-07-07T11:44:34.667911
2021-01-22T04:43:38
2021-01-22T04:43:38
225,315,340
1
0
Apache-2.0
2019-12-02T07:46:23
2019-12-02T07:46:22
null
UTF-8
C
false
false
24,138
c
/* * Copyright (C) 2011 STRATO. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHO...
[ "yeashenlee@163.com" ]
yeashenlee@163.com
88b9173bb554efb40fec9596187753d194b8a10c
2352db9ea3a83c9ee78d02221a1a9e751d50c9cc
/BJLiveUI/demo/Pods/Headers/Private/BJLiveUI/BJLAppearance.h
2997255ac7f46d5d9ef2f0502d7e39ee4dbf61f4
[]
no_license
ryomikasa/BJLiveDemo
2daa32eb2c6cbe737e8306a588d6f8443c6a336d
1a8f3be8c273fe6cc6fdd0b6e2da8b4e6a854bd8
refs/heads/master
2020-04-01T19:29:09.608913
2018-10-24T05:38:30
2018-10-24T05:38:30
153,556,150
0
0
null
null
null
null
UTF-8
C
false
false
51
h
../../../BJLiveUI/classes/utilities/BJLAppearance.h
[ "" ]
5c3201d0caaf4885a5d60b03de424c02caf4f3ac
c85c91cf4bec490f3d06b7a67a7e96001cfc5257
/Design01.cydsn/c_digital.c
77af9bf921b0cb7801088844eb592e6053a3065c
[ "BSD-3-Clause" ]
permissive
YoshihiroOgura/sjc_mrubyc_boad
372ab02b8b582e399709aa98558c6ddecb647a45
380e1359c1dec182f7f448caad3dc8f79f6c480d
refs/heads/master
2021-07-09T09:27:59.331049
2020-08-04T02:29:16
2020-08-04T02:29:16
176,616,850
0
0
null
null
null
null
UTF-8
C
false
false
1,735
c
/* ======================================== * * Copyright YOUR COMPANY, THE YEAR * All Rights Reserved * UNPUBLISHED, LICENSED SOFTWARE. * * CONFIDENTIAL AND PROPRIETARY INFORMATION * WHICH IS THE PROPERTY OF your company. * * ======================================== */ /* [] END OF FILE */ //===...
[ "ogura.yoshihiro@sjc-inc.co.jp" ]
ogura.yoshihiro@sjc-inc.co.jp
9fdb1728cfa347662d952a91623029a20443813f
fe6174e1803165329193b37795e1819995ca51da
/src/stackmachine/removed-code/result.c
ed49fb6217c7f7c117f4c02550cbc25cb2e4ab59
[ "MIT" ]
permissive
lukedsmalley/oo-kernel-hacking
be8d4962d1f8427de976b8e5c02a5ad12a89fdf8
57161ae3e8a780a72b475b3c27fec8deef83b8e1
refs/heads/master
2021-01-02T21:06:34.122815
2020-05-04T01:40:50
2020-05-04T01:40:50
239,800,095
2
0
null
null
null
null
UTF-8
C
false
false
897
c
#include "memory.h" #ifndef __RESULT__ #define __RESULT__ #define Result(type) type * Result(char) Error(char *message) { char *end = 0; while (*end != NULL) { end++; } char *error = allocate(end - message + 1, Error); for (char *i = message; i <= end; i++) { *i = *message; } return error; } ...
[ "lukedsmalley@gmail.com" ]
lukedsmalley@gmail.com
320b6e0bab4cb63b44a8b0c80d68c82b41006194
9ecc12889a7fd7fa8726b2b828c5e23d766f8bb2
/components/htcert/include/openssl/err.h
8d5150d49e0ad4a9d2cdf1f927106d89945ce72f
[ "BSD-3-Clause" ]
permissive
sluckywhh/haitaibrowser
2fde9e24d0f39c79965ff4bcf081b6c7f1c992e1
aa2e9d99322b8202831c1ce5433736bd95d12253
refs/heads/master
2023-07-10T06:23:14.187530
2021-01-30T14:10:47
2021-01-30T14:10:47
null
0
0
null
null
null
null
UTF-8
C
false
false
16,884
h
/* crypto/err/err.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-comm...
[ "zuojiang.wen@haitaichina.com" ]
zuojiang.wen@haitaichina.com
a39a24d01a6cdbb28757028dbebec9b3582a41bb
27eca4e7a55798e7b935281498ca6a4b22f301d4
/SDK1O/proj/drivers/dfifo.c
5d29889eebb8015c29690a97ffb8d1bfea352ed4
[]
no_license
Ai-Thinker-Open/Telink_Mesh
73d9b945e8e96a1895957f6f5d87cfc98376853c
c464652674e26d5b38d6515d33c7e630b73d2fd0
refs/heads/master
2022-11-08T23:04:59.923560
2020-06-29T09:54:33
2020-06-29T09:54:33
260,215,867
8
3
null
null
null
null
WINDOWS-1252
C
false
false
4,251
c
/******************************************************************************************************** * @file dfifo.c * * @brief for TLSR chips * * @author telink * * @par Copyright (c) Telink Semiconductor (Shanghai) Co., Ltd. * All rights reserved. * * The...
[ "ospanic@qq.com" ]
ospanic@qq.com
e4cb320f3caaa5e50f8894e726e470b8b5a69e5e
fbdbc07bbea4971bff3216be46889c96a370563f
/Lab4.X/mcc_generated_files/adcc.h
df31950be44b52a7d3ae95d3711031e766c511a7
[]
no_license
Taric25/MicroprocessorsIILab4
deec444c8250c7fa409cfa094a657889f44904f5
7fe26cddba80a4bf44bbc0ac4f158f80b63141ca
refs/heads/master
2021-01-18T22:17:20.124847
2016-12-12T21:12:59
2016-12-12T21:12:59
76,270,908
0
0
null
null
null
null
UTF-8
C
false
false
13,864
h
/** ADCC Generated Driver API Header File @Company Microchip Technology Inc. @File Name adcc.h @Summary This is the generated header file for the ADCC driver using MPLAB(c) Code Configurator @Description This header file provides APIs for driver for ADCC. Generation Infor...
[ "noreply@github.com" ]
Taric25.noreply@github.com
77736f79d7ed88099179d7f0a62c317d21d1632e
3190a9606fdb6a32b68b4012869c1074a5933ca4
/c++/20140709/pfunc.c
764d3ae07999d8377a77aa1f3dcf7011860bb775
[]
no_license
lvchao0428/ultrapp
caa5971eddc98226bb62d8269b7be2537c442ca3
614c85e88dce932663389a434297f516ea3c979b
refs/heads/master
2021-01-23T17:31:10.722025
2015-09-22T03:30:57
2015-09-22T03:30:57
21,064,395
0
0
null
null
null
null
UTF-8
C
false
false
593
c
/************************************************************************* > File Name: pfunc.c > Author: lvchao > Mail:lvchao0428@163.com > Created Time: Wed 09 Jul 2014 06:52:23 PM CST ************************************************************************/ #include <stdio.h> #include <stdlib.h> #include <str...
[ "lvchao0428@163.com" ]
lvchao0428@163.com
6e5fb78be98168a1de17129594503fc102f1fd00
ec391de469698e0509b2544dd58a988e9420fcd6
/Efficiency/test/macros/controlRegion.C
9755cbc84006b2f3ad120c219551460121b84c46
[]
no_license
ndaci/HLTStudies
0daaa36df32260c4b1361612e1e309d8164b311d
2d785810ad108c74b8331f4fe29a3003bedc7c99
refs/heads/master
2021-06-03T04:53:11.940817
2015-03-25T08:53:27
2015-03-25T08:53:27
28,916,127
0
0
null
null
null
null
UTF-8
C
false
false
1,151
c
// Headers #include <iostream> #include <algorithm> #include <map> #include <vector> // #include <TROOT.h> #include <TChain.h> #include <TFile.h> #include <TSelector.h> #include <TStyle.h> #include <TH1D.h> #include <TH2D.h> #include <TH3D.h> #include <TEfficiency.h> #include <TCanvas.h> #include <TPaveText.h> #include...
[ "daci.nadir@gmail.com" ]
daci.nadir@gmail.com
23c870188f0ed3a5413db2e0c323571050a4027b
f454be35ca8bc48a8d312a0f843c6ebc75aa5bf6
/120lex.c
a518610cf64512fe887625dc7afdb23257a5aa8a
[]
no_license
johngoettsche/cs445c
8d96cc000825da236f6d8404efcdc3ff014a686b
cdfeb54b8fc6da54cbfc5f9c78c4aff8deb39c5e
refs/heads/master
2016-09-01T17:44:04.946051
2014-12-12T23:37:14
2014-12-12T23:37:14
null
0
0
null
null
null
null
UTF-8
C
false
false
86,590
c
#line 3 "<stdout>" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific...
[ "goet0969@vandals.uidaho.edu" ]
goet0969@vandals.uidaho.edu
1b0cb93d2db2981ecc8db3a28b56497739184c0d
a28ac4a41e31641f2a6067b79f2fc1680ba51722
/Pods/Headers/Private/GDFileManagerKit/GDGoogleDrive.h
15fb207fd07b184062c2b927a67e476d03cbd474
[]
no_license
ProsenjitGoswami/GDFileManagerExample
919febba5bdd2b9314d0558eb6d422ee63a6b91f
679c54108debeb4e727545ab8b71ca109bd400e9
refs/heads/master
2021-01-19T00:54:12.301643
2016-11-09T14:31:54
2016-11-09T14:31:54
73,291,393
0
0
null
null
null
null
UTF-8
C
false
false
48
h
../../../GDFileManagerKit/Source/GDGoogleDrive.h
[ "PG@MacPCAIM00160.local" ]
PG@MacPCAIM00160.local
9be241730ee698937ec52925273356461206e7af
ecce427678ecff2a93a47f3b1b664202c7d27617
/levels/thi/areas/1/6/geo.inc.c
0e4f9125072d606cdec5dd8b5bc349fc21c4ee01
[]
no_license
sm64pc/sm64ex
ecf37f31b3f7426c4874254660d856030d789714
54cd27ccee45a2403b45f07a00d6043c51149969
refs/heads/nightly
2023-08-11T12:14:34.424168
2023-07-01T11:45:50
2023-07-01T11:45:50
262,091,731
795
238
null
2023-07-01T11:45:51
2020-05-07T15:43:27
C
UTF-8
C
false
false
475
c
// 0x0E0005B0 const GeoLayout thi_geo_0005B0[] = { GEO_CULLING_RADIUS(300), GEO_OPEN_NODE(), GEO_DISPLAY_LIST(LAYER_OPAQUE, thi_seg7_dl_07007648), GEO_CLOSE_NODE(), GEO_END(), }; // 0x0E0005C8 const GeoLayout thi_geo_0005C8[] = { GEO_CULLING_RADIUS(300), GEO_OPEN_NODE(), GEO_SCALE(0x00, 1...
[ "n64" ]
n64
b6bd73cb7dde87c7ce7109c03fc8f306a1afc991
ec7125f1c311d74dd9ccee59fcc53e040e7a8231
/baseboard/asurada/baseboard.h
1658d4a3afa0e3397c4aca5f8896d89cd793a2ff
[ "BSD-3-Clause" ]
permissive
joshloo/chrome-ec
2758f2c6a87c25fc131796d26d8582b0e00aff32
9c219a90250c3899ea649164a18544d5d24577a3
refs/heads/main
2023-06-12T03:40:09.061403
2021-06-29T14:05:56
2021-07-06T03:40:11
null
0
0
null
null
null
null
UTF-8
C
false
false
5,835
h
/* Copyright 2021 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* Asurada board configuration */ #ifndef __CROS_EC_BASEBOARD_H #define __CROS_EC_BASEBOARD_H /* IT81202-bx config */ /* * NOTE: we need to make...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
94e503cbd1ec66840c36c5875962c4db764fe47c
6680910326e975c20fbe36e1aa31d35539d97c75
/progbase/practice/309/main.c
0674280c6c716555e325d845da7aa52e08931ed4
[]
no_license
TGIfr/courses
9c927ac23921ec9a6f6503e0e7831f47c28060e3
99c4bc9b77a41f731d61bf7d5fa2616c610e737d
refs/heads/master
2020-03-14T08:45:50.322966
2018-05-01T11:35:12
2018-05-01T11:35:12
131,532,044
0
0
null
null
null
null
UTF-8
C
false
false
1,454
c
#include <stdio.h> #include <stdlib.h> #include <time.h> #include <progbase.h> #include <string.h> int main(int argc, char * argv[]) { /* int arr[10];*/ int startElem = 0; char arg[100] = ""; int counter = 0; int i = 0; /*srand(time(0)); printf("1\n"); for ( i = 0; i < 10; i++){ ...
[ "mihail.lukjanec@gmail.com" ]
mihail.lukjanec@gmail.com
c4fa3ffa586fc191bb31e6632ffafde7a60de272
d0bcea2a0acd3535c09b1d358fc619217387dff5
/stm32-Project1/Inc/usb_host.h
9d8d3bf4a8bfd6f7a5a08541b208bb6f10d481e5
[]
no_license
jpmolden/udemy-arm-dma-programming
d533a7b637effd583b930d68da59d651a8e1657a
f2ac2731090b9559522502443475d8980568ae42
refs/heads/master
2020-04-19T08:52:32.359826
2019-02-06T08:06:29
2019-02-06T08:06:29
168,091,712
0
0
null
2019-02-06T08:06:30
2019-01-29T04:56:55
C
UTF-8
C
false
false
4,167
h
/** ****************************************************************************** * @file : usb_host.h * @version : v1.0_Cube * @brief : Header for usb_host.c file. ****************************************************************************** * This notice applies to any and all ...
[ "john.paul.molden@gmail.com" ]
john.paul.molden@gmail.com
49bcd1c004008b104f488be6a4a5106dbdbb23f4
a460c7315894d5523642edf6bda3550339da2106
/Furukawa/furukawa-sce-fw/Drivers/HAL_Driver/Inc/stm32l0xx_hal_smartcard.h
08cf7eaed55296cc2b12f4b2e098427ad1f810ac
[]
no_license
IBTI-Brasilia/Furukawa
0b868f4f60091854880d243b2e0620c1870d4e0e
9d4bed43933b127f5692473ad4e464d025265a89
refs/heads/main
2023-04-02T02:19:49.208961
2021-04-07T13:46:54
2021-04-07T13:46:54
353,360,455
0
0
null
null
null
null
UTF-8
C
false
false
51,096
h
/** ****************************************************************************** * @file stm32l0xx_hal_smartcard.h * @author MCD Application Team * @brief Header file of SMARTCARD HAL module. ****************************************************************************** * @attention * * <h2><center>&cop...
[ "infra@ibti.org.br" ]
infra@ibti.org.br
a6e1965e9bc6a8d4628b2b0a54742109d01f9559
2dd770e968c6adc96f31eee8e24c104d9ad9652e
/code/Kernel/Scaler/RL6213_Series_Base/Header/RL6213_Series_ScalerInclude.h
690400ce72d01adecfc6a61250bbc0898fe944e5
[]
no_license
makyta3000/MonitorPro
6056f0aaf81d69bd195c870a639ab2f3b5df769c
e1acf7e807b730c760920e4c80f07b0d35b2a06b
refs/heads/master
2023-03-15T22:19:03.726986
2017-12-01T03:02:40
2017-12-01T03:02:40
null
0
0
null
null
null
null
UTF-8
C
false
false
2,217
h
/********************************************************************************/ /* The Software is proprietary, confidential, and valuable to Realtek */ /* Semiconductor Corporation ("Realtek"). All rights, including but not */ /* limited to copyrights, patents, trademarks, trade secrets, ...
[ "xiangjianhe@cvte.com" ]
xiangjianhe@cvte.com
d119e047a89032245b4f608786e489dfec3a7c05
48a5903133f726b921eb9426dbb64a64ba0c73a3
/T06ANIM/ANIM.C
72347bbbe7628be82c2526548d85d6489459ed3e
[]
no_license
Ppasha9/SUM2015
71c419f90475acc547a83a817e4244b569405ce5
d6563992f6430a800e4ebfb3309d5eaf3c2046ac
refs/heads/master
2021-01-10T16:01:48.031706
2015-06-19T12:28:08
2015-06-19T12:28:08
36,715,341
0
0
null
null
null
null
WINDOWS-1251
C
false
false
11,782
c
/* FILENAME: ANIM.C * PROGRAMMER: PD6 * PURPOSE: Animation system module. * LAST UPDATE: 08.06.2015 */ #include "anim.h" #include "render.h" #include <stdio.h> #include <mmsystem.h> #pragma comment(lib, "winmm") /* Получение значения оси джойстика */ #define PD6_GET_AXIS_VALUE(Axis) \ (2.0 * (ji.dw ## Axis ## p...
[ "ppasha9@mail.ru" ]
ppasha9@mail.ru
2403178f1904c9fb32dbecc6465e3c8cc48272d0
ca52ace028e33889b1206f274681f6d7578631a7
/task/thread/lab/producer_consumer/1_buffer_mutex/main.c
d8c69cd97118d1af86e8c0ce909ae69ce3957f69
[]
no_license
yueshan723/lab
44a8ada7a81769f6d52a67571ac9be88abf9b504
2b48c6923be1b5640f219a51a4a3e257008f1fa2
refs/heads/master
2020-03-22T23:23:26.297962
2018-06-16T14:23:05
2018-06-16T14:23:05
null
0
0
null
null
null
null
UTF-8
C
false
false
507
c
#include "buffer.h" void *tfn(void *args) { int myitem; while(1){ if(getitem(&myitem) != 0){ fprintf(stderr, "error has occured!"); break; } printf("retrieved %d from the buffer.\n", myitem); /* sleep 30 ms */ usleep(30000); } return (void *)0; } int main(void) { pthread_t tid; pthread_create(...
[ "18620373040@163.com" ]
18620373040@163.com
4c29a7d042ad9deea3d9985ac5c878fb86c30cf1
9dd8fff400f32d9ef2db478ca9b9ecd5a47f0a30
/bookcode/CH17/AirlineInformation/Resource.h
11827740123b11e119ac98170b430f42ea8cbbb5
[]
no_license
j2doll/Inside-C-sharp
d7acde215ee1e634062868790002d02bf0bf3ec5
8c8279731c083166c435f4ba54beb29a76667f7d
refs/heads/master
2022-06-19T13:28:33.597927
2020-05-08T13:58:30
2020-05-08T13:58:30
262,336,172
1
0
null
null
null
null
UTF-8
C
false
false
494
h
//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by AirlineInformation.rc // #define IDS_PROJNAME 100 #define IDR_AIRLINEINFO 101 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_...
[ "j2doll@gmail.com" ]
j2doll@gmail.com
39c702e0460b09179316023a8b9d5a2754148b19
e790fc4babb466d47452aa938a61152ed7e2d1ce
/src/mpich-1.2.0/src/mpich-1.2.0/examples/test/coll/coll5.c
971bca328ab9e3ed9105ea0d8f4fe64043c1cd79
[]
no_license
MartinLidh/tddc78
7a8b609576cbcf83b00f2d74956c3348fa84ca52
3fffe1d1253c980aeafb94da40f7f6740152c024
refs/heads/master
2021-01-01T05:08:50.149544
2016-05-17T14:24:20
2016-05-17T14:24:20
56,607,059
2
0
null
null
null
null
UTF-8
C
false
false
1,553
c
#include "mpi.h" #include <stdio.h> #include "test.h" #define MAX_PROCESSES 10 int main( int argc, char **argv ) { int rank, size, i,j; int table[MAX_PROCESSES][MAX_PROCESSES]; int row[MAX_PROCESSES]; int errors=0; int participants; ...
[ "marli994@student.liu.se" ]
marli994@student.liu.se
646acb27a1c16c759070c71328b2a0135e9477fe
8f9c4af65ddee838492fad8295d97de2812b5d80
/APP project/bsp/GNSS/app/spi_flash.h
63e8c399c2d985e5df84093a69137da75ba606b4
[]
no_license
quanhengwen/A1707
7f4f175cbab721da62b4e3efa74a3d67c0b39020
f1887b9006679977ffb2128a35ea11111fd8dc44
refs/heads/master
2022-01-11T15:47:27.202073
2019-06-14T08:53:18
2019-06-14T08:53:48
null
0
0
null
null
null
null
GB18030
C
false
false
972
h
/*************************************************************************************************** * (c) Copyright 1992-2019 Syncretize technologies co.,ltd. * All Rights Reserved * *\File spi_flash.h *\Description *\Note *\Log ...
[ "taofuqiang@ahdinfo.com" ]
taofuqiang@ahdinfo.com
32a238dba4b335f06b16c479695039e669d4cf9a
acb8d4c4f974d872f31997f591fea4d748f94b93
/inherit/weapon/halberd.c
7d6a9e327c9bbbd6ee21a2a2a35217249c9240c8
[]
no_license
MudRen/SZMUD
8ae6b05718b1a83363478469185e0d776b0fda5c
e3b46e6efa6d353f7f0d00ef676f97d5c0ec3949
refs/heads/master
2023-05-27T16:04:35.845610
2021-06-18T12:47:19
2021-06-18T12:47:19
361,736,744
1
2
null
null
null
null
UTF-8
C
false
false
453
c
// Code of ShenZhou // stick.c #include <weapon.h> #ifdef AS_FEATURE #include <dbase.h> #else inherit EQUIP; #endif varargs void init_halberd(int damage, int flag) { if( clonep(this_object()) ) return; set("weapon_prop/damage", damage); set("flag", (int)flag | LONG ); set("skill_type", "halberd"); if( !query("...
[ "i@oiuv.cn" ]
i@oiuv.cn
1e00da588f7b10c83512fc1911550fc76f1b5a83
9128a48a9d196690e8e3e3b734a28364c923dcd9
/Engine/porting/Win32/assert.c
be68bb8e55c3e93805b59a0f8edb45ba9d0333ad
[]
no_license
donghlcxx/SpineACT_PlaygroundOSS
94ce25745cafc625f4108967d94f5d548b8a53c3
7a73614ba3adf7e72520839b1e862324527e29fb
refs/heads/master
2022-11-10T04:17:42.933846
2020-06-24T02:43:18
2020-06-24T02:43:18
270,545,386
0
0
null
null
null
null
UTF-8
C
false
false
1,157
c
/* Copyright 2013 KLab Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed ...
[ "261709905@qq.com" ]
261709905@qq.com
e88c862f10edd441b4c2913f9e010543a7f1fbc2
089f49cfc89c435382d7ef83cf272ffbf5e98e06
/board/MakefileBasedBuild/app/usbh.h
38b041f5e5204b7f7ff7eb26e16c9d73f934baee
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-3-Clause", "Apache-2.0" ]
permissive
kareemn/CalPolyLEDBoard
b6fe48d1451f4af88ca47c87b1b527e550cd602e
9165b168a28f6daeae2af7cfafb8c3e20ff7dafa
refs/heads/master
2021-06-02T00:44:02.329542
2013-03-20T21:42:42
2013-03-20T21:42:42
null
0
0
null
null
null
null
UTF-8
C
false
false
2,865
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...
[ "knassar89@gmail.com" ]
knassar89@gmail.com
77d496b89ebff50b1edc0ff68d5ded8d3d2d8d65
e20117908acee5fb8343b75954f7804772fa35b8
/STM32F_RTT/mySTM32F1-RTT-HAL/user/board_debug.c
f9ef6f25a011e6be659a90f2f9eb5d40c0a0db1e
[]
no_license
yisea123/mySTM32F_MDK
fc779bb01e09417477468b9b98ad3d01c7cef2bf
9d1d4be3224c6778dd4c780b8994eb7b36bc6b40
refs/heads/master
2020-07-09T23:30:28.700116
2018-06-30T00:58:27
2018-06-30T00:58:27
null
0
0
null
null
null
null
GB18030
C
false
false
5,093
c
#include "board_debug.h" #include "delay.h" #include "gpio.h" #include "at24cxx.h" #include "motor_motion.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include "sys.h" #include <rtthread.h> #define INPUT1 PBin(5) #define INPUT2 PBin(6) #define INPUT3 PBin(7) #define INPUT4 PBin(8) #define INPUT5 P...
[ "canping.xie@incubecn.com" ]
canping.xie@incubecn.com
07dfb0474af882ed52f7dd9ce064a0aebb594e08
afe3b9f82c5b57e83e903d08d9ec7b4d3bd80c97
/Mercury5/proj/sc/middleware/mmmanager/pub/srv_resmgr_mmlvideosdk_types.h
0fb03d6cfbb94017e3bf0111ed9fcafee321e07c
[]
no_license
xtxbruin/SDK_pulbic
bbb79f9eb642aa9ecaa3825944ffc20430cd9057
c1436fa7446457e8d6547874d27ee4e34be150cf
refs/heads/master
2022-03-24T09:27:12.825861
2020-01-01T07:31:36
2020-01-01T07:31:36
null
0
0
null
null
null
null
WINDOWS-1250
C
false
false
11,083
h
//////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2006-2009 MStar Semiconductor, Inc. // All rights reserved. // // Unless otherwise stipulated in writing, any and all information contained // herein regardless in any format shall remain the sole proprietary of // MSta...
[ "695732416@qq.com" ]
695732416@qq.com
53169096cee567da5241656b7074ff01bce367ae
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/0712cc9d-408e-4bdd-8f18-a683c49cfeec.c
086cee1f5e1fe846c58740a898bc071c318fde69
[]
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
567
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=124; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = l%j; l = l-j; j = k-k*i; //variables //random /* START VULNERABILITY */ int a; long b[39]; long c[17]; a = 0; do ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
1ba2cc9190d687ebfde5d57a3402ff0235c8d0cf
a0c4ed3070ddff4503acf0593e4722140ea68026
/source/NET/SVCDLLS/BROWSER/SERVER/BRDMMSTR.C
ec6028264bb0c9650bc28ab33db7b334a2ba2084
[]
no_license
cjacker/windows.xp.whistler
a88e464c820fbfafa64fbc66c7f359bbc43038d7
9f43e5fef59b44e47ba1da8c2b4197f8be4d4bc8
refs/heads/master
2022-12-10T06:47:33.086704
2020-09-19T15:06:48
2020-09-19T15:06:48
299,932,617
0
1
null
2020-09-30T13:43:42
2020-09-30T13:43:41
null
UTF-8
C
false
false
7,650
c
/*++ Copyright (c) 2000 Microsoft Corporation Module Name: brdmmstr.c Abstract: This module contains the routines to manage a domain master browser server Author: Rita Wong (ritaw) 20-Feb-2000 Revision History: --*/ #include "precomp.h" #pragma hdrstop //----------------------------------------...
[ "71558585+window-chicken@users.noreply.github.com" ]
71558585+window-chicken@users.noreply.github.com
67a6051649fcedc92363ad2d4fdab19e337e2b6f
dd63b2c6512b6d2aa670f49b807d68c16017ecb5
/src/fontData.c
c688075403b387e5069ddaca7289449b180ee47c
[]
no_license
bblodget/RunningManBareMetal
ea8260b3c375669827961ca41e1028fb534728b2
177bc10369fdcfdbe5b51daaf6734a971b76b580
refs/heads/main
2023-08-14T08:20:08.331058
2021-09-27T01:43:17
2021-09-27T01:43:17
410,451,436
1
0
null
null
null
null
UTF-8
C
false
false
22,985
c
// lat1-16 console font (ISO-8859-1) // // Taken from the Linux "kbd - Keyboard and Font Utilities" package // by Andries Brouwer <aeb@cwi.nl> // Alexey Gladkov <gladkov.alexey@gmail.com> // Portions by Paul Gortmaker // Licensed under GPLv2+ // #include "common.h" static const unsigned width = 8; stat...
[ "brandon.blodget@gmail.com" ]
brandon.blodget@gmail.com
8af00945a4da2a2b7a2ebbb18de24a586476f87a
4d90f99b322478b22b2baa5991335208706544bc
/Src/mma845x.c
edde5353406e65e00f8a39f4d783af6feac69561
[]
no_license
Tickthehero1992/STM32L1-with-MMA845x
201082c494e30e6f328a4e1b87400bf22bbf8702
2093089e89c23a3ddc433161fe70b2b2d7dbf026
refs/heads/master
2020-07-04T16:13:55.041679
2019-12-05T13:52:43
2019-12-05T13:52:43
202,334,704
0
0
null
null
null
null
UTF-8
C
false
false
11,074
c
#include "mma845x.h" uint16_t slave_address =MMA_845XQ_DEFAULT_ADDRESS; I2C_HandleTypeDef hi2c1; UART_HandleTypeDef huart1; uint8_t scale; _Bool _highres; float step_factor; float xg; float yg; float zg; /* typedef enum Interrupt_name { FIFO_INT, TRANS_INT, LDPT_INT, PULSE_INT, FF_MT_INT, DRDY...
[ "pereirasanchez@mail.ru" ]
pereirasanchez@mail.ru
1854c7388bcea3a81f478b9e64c6256600982f1f
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/work/kernel/linux-3.0.8/arch/s390/include/asm/ebcdic.h
249bbf423cbf60231e6d7dddcebbf629f3be0f3e
[]
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
686
h
#define _EBCDIC_H extern __u8 _ascebc_500[256]; extern __u8 _ebcasc_500[256]; extern __u8 _ascebc[256]; extern __u8 _ebcasc[256]; extern __u8 _ebc_tolower[256]; extern __u8 _ebc_toupper[256]; static inline void codepage_convert(const __u8 *codepage, volatile __u8 * addr, unsigned long nr) #define ASCEBC(addr,nr) codepa...
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
cb2fb957347b1800a7489d57004d47833820d41f
a556c07ecfa1031dae46fd3433762941ceca68b1
/d/jinyang/yanmenguan/shanlu3b.c
d0f83cb75431c87812e09266a2a60e4ace0dc594
[]
no_license
yqzcabao/pkuxkx-utf8
53c3c24f4e3a9125372bca72b6a4b10aa6293a7f
0eaf237c9970795a51aa4cc04b5b762003300cbd
refs/heads/main
2023-04-01T21:16:23.894845
2021-04-09T13:33:24
2021-04-09T13:33:24
null
0
0
null
null
null
null
UTF-8
C
false
false
448
c
#include <ansi.h> inherit __DIR__"yanmenguan.c"; void create() { set("short", "山路"); set("long", @LONG 这里是一段郁郁葱葱的山路,行走起来极为艰难。 LONG ); set("exits", ([ "northeast" : __DIR__"shanlu2b", "southwest" : __DIR__"shanluend", ])); set("road_no",13); set("objects", ([ _...
[ "i@oiuv.cn" ]
i@oiuv.cn
c003c1afa115872c220e60c8b02adfba132f876f
6095552ceef1df08244948f6537d7bc4d4529595
/General/Multicore Events and Synchronisation/1. Callback/Tutorial/callback.c
a9cbb9b24e4a7f80a000259558cf35c203c012ec
[]
no_license
JauneArc/Past-Projects
6abb5bf77620a8ed11a8d2f5acbd37182d85f23b
38b580b9064d8080031004b9d55894ab4d270877
refs/heads/master
2022-11-07T02:03:25.702432
2020-07-02T04:53:37
2020-07-02T04:53:37
276,234,747
0
0
null
null
null
null
UTF-8
C
false
false
5,393
c
#define _CRT_SECURE_NO_WARNINGS #define PROGRAM_FILE "callback.cl" #define KERNEL_FUNC "callback" #include <stdio.h> #include <stdlib.h> #include <string.h> #ifdef MAC #include <OpenCL/cl.h> #else #include <CL/cl.h> #endif void CL_CALLBACK kernel_complete(cl_event e, cl_int status, void* data) { printf("%s", (cha...
[ "liamwisperwind@gmail.com" ]
liamwisperwind@gmail.com
eb778679276b2560126f9c944b25047cdbb0d0dd
f5c289f539a3ea7b1adc293664b0e6b5e938e5d6
/libacars/asn1/FANSReportedWaypointPosition.h
c560c9d5c12247fba60c91a6ab46a70826eb7273
[ "MIT", "BSD-2-Clause" ]
permissive
szpajder/libacars
a7f5ab97bee035744c3f53395cb4b85d4af3981e
64eec704397f0df03197296519f14f048d282ee0
refs/heads/master
2023-07-21T13:45:16.492979
2022-03-06T20:37:58
2022-03-06T20:37:58
158,755,940
84
16
MIT
2022-04-17T10:15:57
2018-11-22T22:36:24
C
UTF-8
C
false
false
1,263
h
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "FANSACTwoWayDataLinkCommunications" * found in "../../../libacars.asn1/fans-cpdlc.asn1" * `asn1c -fcompound-names -fincludes-quoted -gen-PER` */ #ifndef _FANSReportedWaypointPosition_H_ #define _FANSReportedWaypointPosition_H_ #inc...
[ "szpajder@gmail.com" ]
szpajder@gmail.com
ab7458a75e82fb93cf30c3da8585497900e4be0f
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/net/ethernet/sfc/mcdi_mac.c
1003f309cba77c0a611c438ff25ff206325f971b
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
3,523
c
/**************************************************************************** * Driver for Solarflare Solarstorm network controllers and boards * Copyright 2009-2010 Solarflare Communications Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Publi...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
4e361e13fc45a08b5d91cb2163d812b3587cc712
2008701e81663b1b3c957742623b475742c81760
/peripheral/pcache/processor/pcache_p32mx430f064h.h
46896aa50ceac306d3b45c4ea360e4c5074ff675
[]
no_license
darsolano/PIC32MX
4cec0c63b88241a6d3b8a4637ec2f1a976984468
e6ec671f8b69f0f7ec8a573ac235ec3ff5f06da4
refs/heads/master
2022-11-12T19:16:26.762869
2020-06-26T07:03:00
2020-06-26T07:03:00
275,093,747
0
0
null
null
null
null
UTF-8
C
false
false
14,963
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _PCACHE_P32MX430F064H_H #define _PCACHE_P32MX430F064H_H /* Section 1 - Enumerate instances, define constants, VREGs */ #include <xc.h> #include <stdbool.h> #include "peripheral/peripheral_common_32bit.h" /* Default definition used for all API dispatch functions */...
[ "darwin.solano@gmail.com" ]
darwin.solano@gmail.com
5fca07ee1ec574a4c0811eec3e8324d980791d00
8402db1f2dce7613df9047c46c9462b61856d2c3
/modules/mod_string/mod_string_exports.h
8f86da446465f61d1437948a08e048c93367794a
[ "Zlib" ]
permissive
retrofw/bennugd
7be592867cfdfeeecb537131e5d851ce39f5aea8
5b59c36cbaea4d1ebb38417f1d68b21d80b4d064
refs/heads/master
2020-05-28T02:07:58.544542
2019-05-27T13:39:24
2019-05-27T13:39:24
188,850,126
2
0
null
null
null
null
ISO-8859-1
C
false
false
3,188
h
/* * Copyright © 2006-2013 SplinterGU (Fenix/Bennugd) * Copyright © 2002-2006 Fenix Team (Fenix) * Copyright © 1999-2002 José Luis Cebrián Pagüe (Fenix) * * This file is part of Bennu - Game Development * * This software is provided 'as-is', without any express or implied * warranty. In no event will the ...
[ "pingflood@gmail.com" ]
pingflood@gmail.com
1bd6abd3da6b0af561b8730ade0245ce7796e55a
5871c6c717aac69e049b88278181b884b6c736d4
/StudyNotes/Reverse Engineering/iOS AntiDebug/AntiDebug/fishhook.c
a4df70b74f8a06f652df3ea17503fd20decbc732
[ "MIT" ]
permissive
coderZsq/coderZsq.practice.native
f33c03b4d3a35581b28ec3e188a7625f9b8de910
e44dd6e50b794b66218f0a706d3dd3cda5142525
refs/heads/master
2023-08-09T02:24:23.477843
2023-08-08T14:11:25
2023-08-08T14:11:25
87,806,175
44
7
MIT
2023-08-10T06:42:08
2017-04-10T12:06:35
Swift
UTF-8
C
false
false
8,630
c
// Copyright (c) 2013, Facebook, Inc. // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // * Redistributions of source code must retain the above copyright notice, // this list of conditions ...
[ "a13701777868@yahoo.com" ]
a13701777868@yahoo.com
dc97e7f8e756102c16837c0e47fc90cb4ac318f7
17449f878f2334ba74b7fcddd43d1a4a407f02b8
/Source.c
e40146e2a76ee37b4044f48d57ed8dbd99e8d73d
[]
no_license
nagy-nabil/turtle-graphics-in-c
b2f9fe9c11c07c01ec1d64b560893a269c15537e
cc7523cc1541b26daa1b1ba85f84675f0634a9df
refs/heads/main
2023-02-09T05:34:12.574527
2021-01-04T16:48:02
2021-01-04T16:48:02
326,747,623
2
0
null
null
null
null
UTF-8
C
false
false
2,623
c
#include<stdio.h> #define ROW 50 #define COL 50 void print(int arr[][COL], int row); void takeData(int arr[], int size); void process(int arr[][COL], int row,const int data[], int size); int main() { int floor[ROW][COL] = { 0 }, inf[100] = { 0 }; printf("\t\t\twelcoem to TURTLE GRAPHICS\nintialy you start go...
[ "noreply@github.com" ]
nagy-nabil.noreply@github.com
0349e56172b0612f6e7bdb77f0ea3852dccefd37
3c5923b2954950a52072fd31556ecbbc4faf04a8
/Board1-RPi.cydsn/Generated_Source/PSoC4/I2CIF_scl.c
750280b5df37e55ec26d13aa63e83e247787c47d
[]
no_license
tslator/DualBoard-043
efb1e846e3d5d2e2e396d67b9d84f35b59e7fe38
58f40bb8d2b9812eff5bdb5a9c7ea22e2c8ec112
refs/heads/master
2021-01-21T13:04:06.203829
2016-04-24T12:07:14
2016-04-24T12:07:14
55,915,182
0
0
null
null
null
null
UTF-8
C
false
false
9,830
c
/******************************************************************************* * File Name: I2CIF_scl.c * Version 2.20 * * Description: * This file contains API to enable firmware control of a Pins component. * ******************************************************************************** * Copyright 200...
[ "theslators@gmail.com" ]
theslators@gmail.com
e6846b5b15a671cb46ee72b4f041ecf86fa29b80
40598bcb6a10018c6de45505e2ec2b1abd7d96d7
/src/multigrid_iteration.c
5fe597c0201343316a8eb6e0cd37aaed73cae10d
[]
no_license
wangziteng/gm4poisson
8c39a44480dd3f1d25c354fe276beef4ddc75c00
a14b41cf066025f640d1ae50810cbc0b4423bee2
refs/heads/master
2020-06-02T07:08:10.135474
2013-04-15T14:38:59
2013-04-15T14:38:59
7,691,612
1
0
null
null
null
null
UTF-8
C
false
false
11,687
c
/** * @file multigrid_iteration.c * @brief Different MG cycling including V-cycle, Full-MG, PCG * @author Ziteng Wang * @version 1.0 * @date 2013-02-23 */ #include <stdio.h> #include <time.h> #include <math.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include "multigrid_functs.h" /** * @br...
[ "kronos1980.wang@gmail.com" ]
kronos1980.wang@gmail.com
d938ebb339d648ffefb6cb6723a821e39fa50d7f
5a98168b4ca293f9f0e58cd4f7a55239b51d2d62
/gordon/resources/libft/ft_memdel.c
887010bc27f2023f035b16806cd5b32d70cfbb47
[]
no_license
rim31/rt_group
7f298ed7cb50ed3e1acd3c50ac28cbaa3b11d5b0
aaa731b3a503a810a11dcf42c873f53b82981ecf
refs/heads/master
2021-01-23T12:32:10.151730
2017-06-02T12:57:26
2017-06-02T12:57:26
93,165,236
0
0
null
null
null
null
UTF-8
C
false
false
967
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memdel.c :+: :+: :+: ...
[ "oseng@e2r1p5.42.fr" ]
oseng@e2r1p5.42.fr
7e642ef8540e5225a0e2422502ba8595bb5dbae8
20e76498a186474906b2ce5a180533c107f341f2
/HTTPCore/trunk/Scanner/webforms.h
c2adaaca220ccf7421bb7a725f10eb1d0337de27
[]
no_license
BackupGGCode/fhscanhttplibrary
fe70c687ab429dbc767a9436806af122d24aa2e0
bbcf1db586fc2c2c10bd706251d8ae217fae2520
refs/heads/master
2020-04-06T03:55:53.546531
2015-04-30T12:30:07
2015-04-30T12:30:07
34,757,141
0
2
null
null
null
null
UTF-8
C
false
false
761
h
#ifndef __WEBFORMS_H #define __WEBFORMS_H #include <stdio.h> #ifdef __WIN32__RELEASE__ #include <windows.h> #endif #define RAWUSER _T("!!!RAWUSER!!!") #define RAWPASS _T("!!!RAWPASS!!!") #define B64USER _T("!!!B64USER!!!") #define B64PASS _T("!!!B64PASS!!!") #define MD5USER _T("!!!MD5USER!!!") ...
[ "atarasco@gmail.com@b5171942-c3d4-11de-8b01-0f61d55110ad" ]
atarasco@gmail.com@b5171942-c3d4-11de-8b01-0f61d55110ad
f7000003b326788879ec4c9d8ec4273f81f07f61
a4329011b4a17d3e6d64a08e31ba733914087ee8
/inc/x86.h
d01bc40406e29278cafe68fd69997a19cf95743c
[ "BSD-4-Clause-UC" ]
permissive
demanLiu/myos
6803180579807daf2d89b1548bbf58efa6ff68dc
3baf5af59534efd5ca5b1434c8f8141a78dabf7c
refs/heads/master
2022-06-12T20:07:28.461978
2022-05-15T14:52:18
2022-05-15T14:52:18
137,905,494
1
0
null
null
null
null
UTF-8
C
false
false
4,626
h
#ifndef JOS_INC_X86_H #define JOS_INC_X86_H #include "types.h" static inline void breakpoint(void) { asm volatile("int3"); } static inline uint8_t inb(int port) { uint8_t data; asm volatile("inb %w1,%0" : "=a"(data) : "d"(port)); return data; } static inline void insb(int port, void *addr, int cnt) { ...
[ "qq384012351@gmail.com" ]
qq384012351@gmail.com
69089333a49e241d1126124e3dfd70d3d762c521
f41b17ba398d1ceb02c04b46a70756c8ba44cb47
/parent_child.c
bb50704b562cf0b9a06445895a7d4fdf8ef36a09
[]
no_license
frost64/Operating-System
a7043714511a6c1a1a5a2d6d1acd804f14212a4f
fdbc5da487e1ef7ad2624634032e3e8616b90012
refs/heads/main
2023-08-28T11:06:44.575242
2021-10-26T07:29:01
2021-10-26T07:29:01
381,231,572
0
0
null
null
null
null
UTF-8
C
false
false
722
c
#include <stdio.h> #include <sys/types.h> #include <unistd.h> #include<sys/wait.h> #include <stdlib.h> int main(){ int pid; pid = fork(); if(pid>0){ // This is Parent printf("Parent is waiting->\n"); // Parent is running here wait(NULL); // P...
[ "noreply@github.com" ]
frost64.noreply@github.com
5a4d19e11c9b244a87538d907571a9941acf1c9c
cfe69fc556729bdecf2118fa5bc329343c42ed80
/10.0.10240.16384/ntoskrnl/Functions/MiDeleteCachedSubsection.c
0afb1f8749f6b36ca3bfef9e93e24b815814c350
[]
no_license
Myprivateclonelibrary/W10M_unedited-decomp
8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a
67b05851a3e262ff8a5d11ee50db34f28c350f16
refs/heads/main
2023-08-31T06:00:37.303105
2021-05-15T23:53:23
2021-05-15T23:53:23
null
0
0
null
null
null
null
UTF-8
C
false
false
11,624
c
// MiDeleteCachedSubsection int __fastcall MiDeleteCachedSubsection(int a1) { _DWORD *v2; // r5 int v3; // r6 _DWORD *v4; // r8 _DWORD *v5; // r10 unsigned int v6; // r1 int v7; // lr int v8; // r1 unsigned int v9; // r0 int v10; // r7 _DWORD *v11; // r1 __int64 v12; // kr00_8 int v13; // r3 ...
[ "64583248+Empyreal96@users.noreply.github.com" ]
64583248+Empyreal96@users.noreply.github.com
95bacf71f0c6c29faccc5b9d99c8ee422523b2cd
6947c31b19421fa2ea30240eb646c0bbff764226
/BSP/ME-PCB-173-01-Ports.h
ca3ddfd7642fb1ef4e02840aab461cbd76d4c13d
[]
no_license
Neil-Mernok/Vision-Firmware
91f491010981226838a54d3f59346f17739a2426
e6ce7a02c2892c6b751a69b05a70f9b2f6150350
refs/heads/master
2020-04-07T12:05:45.695366
2018-11-20T08:24:32
2018-11-20T08:24:32
158,354,286
1
1
null
null
null
null
UTF-8
C
false
false
7,114
h
/* * ME-PCB-173-01-Ports.h * Created on: AUG 2014 * Company: Mernok Elektronik * Author: J.L. Goosen */ #ifndef ME_PCB_173_01_H_ #define ME_PCB_173_01_H_ //includes #include "Global_Variables.h" #ifdef __cplusplus extern "C" { #endif typedef struct { uint16_t Pin; GPIOMode_TypeDef GPIO_Mode; GP...
[ "neil@mernok.co.za" ]
neil@mernok.co.za
0bd6f06d7b3772027d2ba77da751b488dcb6b390
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE190_Integer_Overflow/s07/CWE190_Integer_Overflow__char_max_preinc_06.c
b7b8a098caac5ed03cd481a6665071d4232f1a9e
[]
no_license
arichardson/juliet-test-suite-c
cb71a729716c6aa8f4b987752272b66b1916fdaa
e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9
refs/heads/master
2022-12-10T12:05:51.179384
2022-11-17T15:41:30
2022-12-01T15:25:16
179,281,349
34
34
null
2022-12-01T15:25:18
2019-04-03T12:03:21
null
UTF-8
C
false
false
5,081
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE190_Integer_Overflow__char_max_preinc_06.c Label Definition File: CWE190_Integer_Overflow.label.xml Template File: sources-sinks-06.tmpl.c */ /* * @description * CWE: 190 Integer Overflow * BadSource: max Set data to the max value for char * GoodSource: Set ...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
92c0c2c33ced68e5e53184c47c6c220defa6731c
59762d987f830d04fae2752a36b923b1ab11d7d9
/src/oam.c
dfa533ec5f92d5a63bf9fc64ac8112894a786709
[]
no_license
boviex/fe8
0c8698189319b29658394ec07927ddf8a9ca7a46
ff808160fdc2ca13ec59ec84447781d2158e0a97
refs/heads/main
2023-08-13T07:16:14.556531
2021-10-12T16:24:40
2021-10-12T16:24:40
null
0
0
null
null
null
null
UTF-8
C
false
false
1,603
c
#include "global.h" #include "oam.h" #include "hardware.h" #include "armfunc.h" struct OamSection { u16* buf; void* oam; u16 offset; u16 count; }; static struct OamSection sOamHi; static struct OamSection sOamLo; // Needed for generating gap static bool dummy; void InitOam(int loSz) { sOamLo.b...
[ "deindall@outlook.com" ]
deindall@outlook.com
5c05274dbe72f030ff4459a33263f2462e3fa63b
f9b5883f506b3a66ec52b5813e1114b38011ae5b
/rmini/rmini/main/names.c
15425a156aa36d9e8d9d8fe6eddc0842cb74eb99
[]
no_license
goshng/cocoa
53991c024793adf96dd6bc81ac1428fd010308af
a9a0752ccffbefb0963836e5923960c39accbc4b
refs/heads/master
2020-04-06T04:38:42.012354
2014-09-24T23:35:28
2014-09-24T23:35:28
8,891,311
1
2
null
null
null
null
UTF-8
C
false
false
54,132
c
/* * R : A Computer Language for Statistical Data Analysis * Copyright (C) 1995, 1996 Robert Gentleman and Ross Ihaka * Copyright (C) 1997--2013 The R Core Team * Copyright (C) 2003, 2004 The R Foundation * * This program is free software; you can redistribute it and/or modify * it under the terms of th...
[ "goshng@yahoo.co.kr" ]
goshng@yahoo.co.kr
8ed0597dc92f6de7e62030ea36ad3aad058793b1
897395e6a1bd0b28634c99e9e68d96b79323c014
/eip1962cpp/src/g1_multiplication.h
ff3c7caac24d7ef7bbe3d200194e1bcb60a1d397
[]
no_license
matter-labs-archive/eip1962_cpp
0a83b745068745529cc129b9d0849f31165df0bd
3e8b0ce2214f94b1ed7106b52d639c035dabd108
refs/heads/master
2022-03-30T22:36:18.746004
2020-02-06T14:50:31
2020-02-06T14:50:31
197,945,155
2
2
null
null
null
null
UTF-8
C
false
false
2,038
h
static unsigned char models_g1_multiplication_json[] = { 0x7b, 0x22, 0x62, 0x61, 0x73, 0x65, 0x22, 0x3a, 0x20, 0x5b, 0x5b, 0x34, 0x2c, 0x20, 0x31, 0x38, 0x30, 0x5d, 0x2c, 0x20, 0x5b, 0x35, 0x2c, 0x20, 0x32, 0x35, 0x35, 0x5d, 0x2c, 0x20, 0x5b, 0x36, 0x2c, 0x20, 0x32, 0x38, 0x35, 0x5d, 0x2c, 0x20, 0x5b, 0x37, 0x...
[ "alex.m.vlasov@gmail.com" ]
alex.m.vlasov@gmail.com
30f17e9fd6da8e31625c98f4c4c57c0d96175373
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/19f8fe30-357f-4a14-9a48-c4ad939ea65b.c
37bd9c2076c8f411bd8f9a71aa993197c9f006d3
[]
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
597
c
#include <string.h> #include <stdio.h> int main() { float i; float j; float k; float l; i = 6; j = 9; //variables /* START VULNERABILITY */ int a; long b[97]; long c[60]; a = 0; while (b[a] != 0) { //random /* START BUFFER SET */ *((long *)c +...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
597e53559c31ed7a992b502f24cf5e0cf548e051
61a48cf181a505bd4e48aae0a1318af2f42bfd7a
/evaluation/database/APIMU4C-single-file-case/CWE415_Double_Free/CWE415_Double_Free__malloc_free_struct_41/CWE415_Double_Free__malloc_free_struct_41.c
04204298a09d133e924626fbf7f85f3685bc8bf6
[ "MIT" ]
permissive
apicad1/artifact
8a96ace051d84aad7f295f7763aabd83fdef9e13
d08e08d997d49741ef5eeb63bb9924109718df74
refs/heads/master
2023-02-20T07:21:29.655642
2023-02-20T07:14:38
2023-02-20T07:14:38
587,245,401
3
0
null
null
null
null
UTF-8
C
false
false
4,107
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE415_Double_Free__malloc_free_struct_41.c Label Definition File: CWE415_Double_Free__malloc_free.label.xml Template File: sources-sinks-41.tmpl.c */ /* * @description * CWE: 415 Double Free * BadSource: Allocate data using malloc() and Deallocate data using free() * ...
[ "Blank" ]
Blank
5978f87094b55d379b92ce7cc7aaf1d2f2f9fa68
2a7e77565c33e6b5d92ce6702b4a5fd96f80d7d0
/fuzzedpackages/OpenMx/src/omxBVN.h
ee8e9ef69187a2ef595b653839f8e366889e8fc6
[]
no_license
akhikolla/testpackages
62ccaeed866e2194652b65e7360987b3b20df7e7
01259c3543febc89955ea5b79f3a08d3afe57e95
refs/heads/master
2023-02-18T03:50:28.288006
2021-01-18T13:23:32
2021-01-18T13:23:32
329,981,898
7
1
null
null
null
null
UTF-8
C
false
false
1,283
h
#ifndef _OMX_BVN_H #define _OMX_BVN_H #ifdef __cplusplus extern "C" { #endif double F77_CALL(bvnd)(double*, double*, double*); #ifdef __cplusplus } #endif inline double pbivnorm1(double pt1, double pt2, double cor) { return F77_CALL(bvnd)(&pt1, &pt2, &cor); } inline double pbivnorm(double lower1, double lower2,...
[ "akhilakollasrinu424jf@gmail.com" ]
akhilakollasrinu424jf@gmail.com
b21f0e49e1fe447de34fee8bc2d3d765398c85d4
3c73cd399c2751fdb798febdcbc00e74ed4926be
/ch09/practice/p10.c
d11ea1a632d43eb43464da97f3fc7908df7f3f4d
[]
no_license
LTJX/understandc
7a4ba859ee9d7569e4ff9426fc1f5b205ed95aa5
7b734578ae7c7659ad42cdcabafe584d9e69f4bf
refs/heads/master
2022-02-24T01:10:46.439514
2019-10-09T07:15:16
2019-10-09T07:15:16
208,965,570
0
0
null
null
null
null
UTF-8
C
false
false
340
c
#include <stdio.h> void del_digit(char s[]) { int i = 0; int j = 0; for (; s[i] != '\0'; i++) { if (s[i] < '0' || s[i] > '9') { s[j++] = s[i]; } } s[j] = '\0'; } int main(void) { char s[] = "AB1C9"; del_digit(s); printf("删除数字字符后为:%s\n", s); return 0;...
[ "wh919551518@163.com" ]
wh919551518@163.com
22dbc384224898410d2831b2a7eb9d1abed56779
0886487d6f835965f336edcc317e43088f891d7d
/SingleLL.c
70da4674222ea322b7043f50fa6987dd929b5474
[]
no_license
lax04/LockdownCoding
10910063aea39c1b2eb129705fc247f5833e348c
d32ba7a0ce1b8adcbb8bac78a06ea3011abceabc
refs/heads/master
2022-11-20T11:32:29.990217
2020-07-16T08:46:46
2020-07-16T08:46:46
265,208,597
1
0
null
null
null
null
UTF-8
C
false
false
1,144
c
#include <stdio.h> #include <stdlib.h> struct Node { int data; struct Node* next; }; static void reverse(struct Node** head_ref) { struct Node* prev = NULL; struct Node* current = *head_ref; struct Node* next = NULL; while (current != NULL) { next = current->n...
[ "noreply@github.com" ]
lax04.noreply@github.com
ca54f7ed394189f38180b5c1c7f567d9f18e8b6a
868a89a6851caebe7cacbee6464547d3f1573f59
/buble.c
c41afd529b36e8658a560531680329a4260cb2fa
[]
no_license
sahajit1996/jitsprogram2
d4ea25e0e4ee708bf799b38c92d3ffcca1210e03
dec2fc37ecf4d28f3adbafb63e4afaa59e8bff80
refs/heads/master
2020-03-20T05:47:24.527629
2018-08-09T03:58:40
2018-08-09T03:58:40
137,226,121
2
0
null
null
null
null
UTF-8
C
false
false
438
c
#include<stdio.h> #include<conio.h> main() { int a[10],i,j,k,n; printf("\nEnter te value of n\n"); scanf("%d",&n); printf("Enter the array value\n"); for(i=0;i<n;i++) { scanf("%d",&a[i]); } for(i=0;i<n;i++) { for(j=0;j<n-1;j++) { if(a[j]>a[j+1]) { k=a[j]; a[j]=a[j+1]; a...
[ "noreply@github.com" ]
sahajit1996.noreply@github.com
f28d27ae2dc037146ec4d7a2a920c9d0540c2e40
78d4afd431b4bf99485665d2adce8e5a556286ce
/FrogGlasses/UI设计/home V1.2 – 1_slices/symbol_temp_ch.c
5fe4baf870c39e5779b87e6567cf6245a48ec9a2
[]
no_license
fanzhoujiangshang/FrogGlass
17be16ef17a39f6307f95a1307abf7a3addf2dd7
7c8050a699ceb7fbd8d403006cc3da407577715e
refs/heads/master
2020-08-30T18:20:19.513209
2019-10-30T06:10:13
2019-10-30T06:10:13
218,455,368
0
0
null
null
null
null
UTF-8
C
false
false
1,553
c
const unsigned char gImage_symbol_temp_ch[296] = { 0X10,0X10,0X00,0X0C,0X00,0X0C,0X01,0X1B, 0X84,0X10,0XA5,0X14,0X84,0X10,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00, 0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0XA5,0X14,0X00,0X00,0X84,0X10,0X21,0X08, 0X00,0X00,0X63,0X10,0XA5,0X14,0XA5,0X14,0X84,0X10,0X00,0X00,0X00,0...
[ "1184654642@qq.com" ]
1184654642@qq.com
2fa6b61a74c23824c51edc92f913a6230d458621
24d856d98c85a319d53be2768ccc176a50873fa3
/linux-lts-quantal-3.5.0/drivers/scsi/mac_scsi.h
e33691f43b84694a0da482c015becb3c1da065db
[ "BSD-2-Clause", "GPL-1.0-or-later", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
dozenow/shortcut
a4803b59c95e72a01d73bb30acaae45cf76b0367
b140082a44c58f05af3495259c1beaaa9a63560b
refs/heads/jumpstart-php
2020-06-29T11:41:05.842760
2019-03-28T17:28:56
2019-03-28T17:28:56
200,405,626
2
2
BSD-2-Clause
2019-08-03T19:45:44
2019-08-03T17:57:58
C
UTF-8
C
false
false
1,637
h
/* * Cumana Generic NCR5380 driver defines * * Copyright 1993, Drew Eckhardt * Visionary Computing * (Unix and Linux consulting and custom programming) * drew@colorado.edu * +1 (303) 440-4894 * * ALPHA RELEASE 1. * * For more information, please consult * * NCR 5380 Family * SCSI Protocol Controller ...
[ "jflinn" ]
jflinn
3bcf3200bc02fb75146d6c7d34db2c2832921226
a24b1c2cb0bf8b5a9aa945c8914e75de9ea154fc
/components/fonts/nimbus_sans_bold_30.c
56abb6dbff9f46bf30715f7663f3b84f01405bd5
[]
no_license
bkgoodman/ESP32_IDF_EINK
a89c1d581e28b4d5fffc5039adb26e79b6522711
313e793d1bf307dfe21a947ea953b4467aebe4e4
refs/heads/master
2023-04-09T02:21:20.572749
2021-01-10T22:24:37
2021-01-10T22:24:37
326,068,248
0
1
null
2021-01-06T22:24:38
2021-01-01T22:42:19
C
UTF-8
C
false
false
53,725
c
#ifndef PROGMEM #define PROGMEM #endif #include <stdint.h> const uint8_t oledfont_Nimbus_Sans_Bold_30[] PROGMEM = { 15 , // Width 44 , // Height 32 , // First Char 95 , // Number of Characters // Jump Table: 0xff, 0xff, 0x00, 15, // Char 32 - Nodata 0x0, 0x0, 0x1d, 0x7, // Char 33 ! 0x0, 0x1d, 0x44, 0xe, // Cha...
[ "brad@bradgoodman.com" ]
brad@bradgoodman.com
48aca6a3513234f4b26144e73ae5c479f3c0accf
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant101661_global.c
b28a893e0d4bbf3fdc81e118bebc89bd5e2073f0
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
59,158
c
/* Allocate registers for pseudo-registers that span basic blocks. Copyright (C) 1987, 1988, 1991, 1994, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of ...
[ "agroce@gmail.com" ]
agroce@gmail.com
d81a9c4778bc2fe92da0f3bcda09237f8536cfeb
5fa785d5ee4b54f54366956b678de71d49b59436
/W828C_V3_yigaoKuaiYun/src/module_Operations/Op_Operations/Op_hyco/Hyco_DaiShouKuan.c
33435b89f1a0b3773f22224ec783e60655e7d4a4
[]
no_license
gdgly/W828_YiGao
22904ad425bf902bbf79fc2f8524658579db958a
f2a50af7eaca21a0ca959b08b7b156629ac17196
refs/heads/master
2021-05-26T12:28:02.190766
2013-03-14T03:58:14
2013-03-14T03:58:14
null
0
0
null
null
null
null
GB18030
C
false
false
19,630
c
/*---------------------------------- 代收货款 -----------------------------------*/ #include "hyTypes.h" #include "Common_Widget.h" #include "Common_Dlg.h" #include "Op_Common.h" #include "Op_Struct.h" #include "Op_BarRuler.h" #include "Rec_Info.h" #ifdef VER_CONFIG_HYCO //浩创版本 const U8 *const gcPayType[]=...
[ "lubin1229@gmail.com" ]
lubin1229@gmail.com
c7124eacf47df2cc2bb2a6a2cc9216ab977a1718
dd2eed73d762001a7ca0b3270a6782080bb31504
/Core/Inc/main.h
5a7f0696ca5ab0644d74a9c8f6495108753cf317
[]
no_license
garmelito/02_GPIO
453490486ca42cefa948e6d91f98dcadd141fbf4
d3558ce200ba52b24dbbd280f7f9e75bc8294566
refs/heads/master
2023-01-14T00:11:49.034383
2020-11-18T08:43:01
2020-11-18T08:43:01
313,873,506
0
0
null
null
null
null
UTF-8
C
false
false
2,519
h
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.h * @brief : Header for main.c file. * This file contains the common defines of the application. *************************************************...
[ "pwachowicz98@gmail.com" ]
pwachowicz98@gmail.com
7d74557ffc45cbced0ce1e10c6eabcfd95589443
7323bee247e09c80ae15f476d4303b3fafc98b8c
/hwThree.c
b270df4d895fcb6bb5b9c9d428694d83013ecdbb
[]
no_license
excisionhd/CS256
abd89e223eb9e81bb086be24b357ac513c7022c6
4a30fc4ad0d18044aba869b27b611817cedc28c4
refs/heads/master
2020-03-07T21:01:31.074968
2018-06-01T21:42:41
2018-06-01T21:42:41
127,714,748
0
0
null
null
null
null
UTF-8
C
false
false
5,412
c
/***************************************************** * FILENAME : hwThree.c * * DESCRIPTION : * Homework Assignment #3 * * AUTHOR : Amir Sotoodeh * START DATE : 4/15/18 * ******************************************************/ #include <stdio.h> #include <math.h> #include <stdlib.h> #define PI 3.14159 float ...
[ "excisionhd1@gmail.com" ]
excisionhd1@gmail.com
7cc751f0b9ea45387e4817ace49c2797c6033b1b
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/b657f5bf-e0ec-4621-93d8-4ddf574f4788.c
d6d39bec34c4756fd6783bdd12285b58a04cdb4c
[]
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
621
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=42; int k; int l; j = 533; l = 64; k = i/j; l = i/j; l = l/j; l = i/j; l = l-j; l = l-j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; char b[78]; char c[98]; a ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
947ec88812009af7f8c9d7ce28ad2e68432f8b65
c995e6caa6dc526f84276a4fb89475079f3280bc
/leetcode解答/二叉树-验证镜像树-中序遍历-迭代-递归-101.c
21153b63f20df44a335410b0a4aa5c194aa0f423
[]
no_license
cocoa0409/LeetCodeSolutions
3e32228fe1d42f766b1d63b4ed9a8ba96e32c6a2
3297073006018cf8ce7924ec9e9292fa805a05d8
refs/heads/master
2021-03-24T02:08:25.840311
2020-06-02T10:59:54
2020-06-02T10:59:54
247,506,085
0
2
null
null
null
null
UTF-8
C
false
false
1,760
c
// // 二叉树-验证镜像树-中序遍历-迭代-递归-101.c // LeetCodePlayground // // Created by 兆吉 王 on 2020/3/24. // Copyright © 2020 兆吉 王. All rights reserved. // struct TreeNode { int val; TreeNode *left; TreeNode *right; TreeNode(int x) : val(x), left(NULL), right(NULL) {} }; //判断两棵树是否相等 bool isSameTree(TreeNode* p, Tr...
[ "zjwang@buaa.edu.cn" ]
zjwang@buaa.edu.cn
76e12ec3b70f8a4ef61b16dd28c2600370093beb
6da0716b442d0371d3cdb9acb184d12cde7e877a
/resolve.c
7b17e38982638955af0922e2f93544da4c3e4dc8
[]
no_license
vanhineam/SymRes
bbae2a88d2d795aeb751186c91932315d029f6ed
02417b0f3b86f611b2ed50200abc9540670c9c5d
refs/heads/master
2016-09-06T12:27:09.891644
2014-04-02T19:54:29
2014-04-02T19:54:29
null
0
0
null
null
null
null
UTF-8
C
false
false
3,602
c
/* * Name: Adam Van Hine * Description: This program performs the resolution task of a linker. * It takes as input a list of .o files and archive files * and keeps track of undefined and defined symbols. All * symbols in a .o file are added to one of the two lists. * ...
[ "vanhineam@appstate.edu" ]
vanhineam@appstate.edu
b46715634eaf9bd3fcf86068065c86ee64032e9c
bb0f005fc5bc3ffe2bdd9f0485684db57b4cdbb5
/il2cpp_output/Qualcomm_Vuforia_UnityExtensions_Vuforia_DataSet.h
9a3422e52a8686c3e355ed15c9ba2cb81eee7c76
[]
no_license
18945661022/yun1125pm
276b1d2c6e79f1e548d19ab55569f07b7f23283d
37cc8db5676630e4e9cf34505352967f2b73674e
refs/heads/master
2020-04-04T19:11:06.362644
2018-11-05T09:57:39
2018-11-05T09:57:39
156,195,516
1
1
null
null
null
null
UTF-8
C
false
false
241
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" // Vuforia.DataSet struct DataSet_t723 : public Object_t { };
[ "Apple@chengdedeMac-mini-10.local" ]
Apple@chengdedeMac-mini-10.local
b11addc3289eb89caf5fc29335e0ff1f3a8329ba
ef927955ec4904a79f11be34038af7f6f75bd31f
/grxsdk/inc/Ge/GeIntervalArray.h
c9676c2c3d3393bbfd5de9435042f24698a37b82
[]
no_license
15831944/arxloader
610842b913b1fea16133564ff532a4207daf076a
b9d2888953b04ab53743ddae6751d871d2a23dae
refs/heads/master
2023-04-13T14:54:28.462797
2021-04-27T12:37:05
2021-04-27T12:37:05
null
0
0
null
null
null
null
UTF-8
C
false
false
1,616
h
/////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2002-2021, Open Design Alliance (the "Alliance"). // All rights reserved. // // This software and its documentation and related materials are owned by // the Alliance. The software may only be incorporated into applica...
[ "dengtao@gstarcad.com" ]
dengtao@gstarcad.com
1cb73c2943cda7457461745b4ee8e9fb5c3f2341
68e920f653b12b13542439b0d8057fce36059356
/include/CmdLineRulesDef.h
9b57a34a7cab5201df2b1c7f3b707c4896c63d5f
[]
no_license
perseus102/SAP
b6bf21244682887fcedaa60f23298ff73f70b71c
601c7b1637907dab09e0c6fb2409132a56166f86
refs/heads/master
2023-03-18T07:18:07.477822
2021-02-23T03:02:53
2021-02-23T03:02:53
302,589,050
1
0
null
null
null
null
UTF-8
C
false
false
278
h
#pragma once enum {CMD_LINE_RULE_EXACT_MATCH, CMD_LINE_RULE_START_WITH, CMD_LINE_RULE_CONTAINS}; enum {CMD_LINE_CASE_SENSITIVE, CMD_LINE_CASE_INSENSITIVE}; enum {CMD_LINE_ACTION_NONE, CMD_LINE_ACTION_BLOCK, CMD_ACTION_LET_USER_DECIDE, CMD_ACTION_NEVER_TRUST_PERMANENTLY};
[ "72599310+perseus102@users.noreply.github.com" ]
72599310+perseus102@users.noreply.github.com
1bf556b93f9691c728c3a53eb16917a3e089a796
7d1f13814586cc37931a3a66ab7ccc2d2d4997f0
/My_Project/apps/freertos_blink_led_mutex/freertos_blink_led_mutex.c
e8edc35aaf2cdef9c91abfe01ddad3b79f7e44b1
[]
no_license
hokim72/XIL_EDK
162a7dfad6a4c2e7b1bf1c561a6acd9ed1437eb4
e30aadabd03e6a4c5204a3a8e4e5dbd0adf68f5b
refs/heads/master
2021-01-10T10:03:55.773760
2015-11-08T11:11:48
2015-11-08T11:11:48
44,044,189
0
0
null
null
null
null
UTF-8
C
false
false
4,344
c
#include "FreeRTOS.h" #include "task.h" #include "semphr.h" #include "xil_printf.h" #include "xil_cache.h" #include "xparameters.h" #include "xstatus.h" #include "xgpio.h" #define GPIO_DEVICE_ID XPAR_LEDS_4BITS_DEVICE_ID #define LED_CHANNEL 1 #define BLINK_PERIOD 1000 #define mainLED_ON_TASK_PRIORITY (tskIDLE_PRIO...
[ "hokim72@gmail.com" ]
hokim72@gmail.com
c5ba9c4e9b97aac56cda00020c76c1df81abb77c
1c2ce4cd769c12e67d05af8b1c7fa6306f1c54e7
/bell/include/cmdhead.h
7450bd35ffa78693572ab3dcd2ef658b5bb9ce22
[]
no_license
caren888/bell-project
940c926451c0885f66cbc270d712af8eaea22d31
5533af6af7cdef1a186ca0cd2beb5975ad94d6b5
refs/heads/master
2020-05-30T11:55:28.940168
2019-06-30T09:12:21
2019-06-30T09:12:21
189,717,726
0
0
null
null
null
null
UTF-8
C
false
false
8,053
h
#ifndef __CMD_HEAD_H_ #define __CMD_HEAD_H_ //IPC command #define CGI_SET_BASE 0x8000 #define CGI_GET_BASE 0x9000 #define CGI_SET_LABEL 0x8001 #define CGI_GET_LABEL 0x9001 #define CGI_SET_PPPOE 0x8002 #define CGI_GET_PPPOE 0x9002 #define CGI_SET_ALARM 0x8003 #define CGI_GET_ALA...
[ "lizhiguo_at@outlook.com" ]
lizhiguo_at@outlook.com
a191a09eedd3be5e41019f28a4e58bab91bc2c58
b15db5851008e384ce1a276ef3418da7b455fa18
/lib/XGen/dist/build/autogen/cabal_macros.h
409fc710c9ae8ab0640db5b8bf22d8010a6c0acb
[]
no_license
ostollmann/code
cf3921801fb00749971046786197ae153a7f5a67
6592fd30ff5d80aab2f1a10c883e0eb4c3b9b661
refs/heads/master
2023-07-23T05:24:38.194241
2011-06-30T00:13:41
2011-06-30T00:13:41
null
0
0
null
null
null
null
UTF-8
C
false
false
436
h
/* DO NOT EDIT: This file is automatically generated by Cabal */ /* package array-0.3.0.1 */ #define MIN_VERSION_array(major1,major2,minor) \ (major1) < 0 || \ (major1) == 0 && (major2) < 3 || \ (major1) == 0 && (major2) == 3 && (minor) <= 0 /* package base-3.0.3.2 */ #define MIN_VERSION_base(major1,major2,mi...
[ "oliver@stollmann.net" ]
oliver@stollmann.net
c17f3c0277dfa4d52fa1531f6939b2fb3deca12e
c7be5b45ee13d3f2bad32902f8602ee00dff13c0
/numeric/AKWF_2008.h
75488c516e2b257919202abca25d956bdadb93d6
[]
no_license
DatanoiseTV/AKWF_WaveForms_1024
d38ed856416b093d3b0c0b7ef8203cd3fdf20f20
54c9d55511f007feacfac3d437e0eb1d1f214d5e
refs/heads/master
2021-01-19T22:01:48.646095
2014-07-08T12:34:35
2014-07-08T12:34:35
21,574,675
3
1
null
null
null
null
UTF-8
C
false
false
7,406
h
// Converted by AKWF2Teensy from AKWF_2008.wav. // AKWF2Teensy - Beerware by Datanoise.net. const int16_t AKWF_2008[1025] = { 90, 582, 1095, 1595, 2083, 2576, 3071, 3554, 4035, 4514, 4991, 5460, 5927, 6391, 6848, 7300, 7750, 8193, 8631, 9064, 9493, 9915, 10331, 10744, 11149, 11548, 11941, 12...
[ "github@ext.no-route.org" ]
github@ext.no-route.org
39689775989d232c3a1e25e620ab3f532ccbd335
668c000795dc4b92ddeea0fffde256cadd9f3bf4
/task-10/pset2/caesar/caesar.c
045309b2c6138879d3d560677b4375970c74e44a
[]
no_license
iampranavdhar/amfoss-tasks
cb93d506840f2ed8ae8b0445ffb4a6af7d90ec86
fbc6b5158813928b49dd05e25c78d527298cd3ef
refs/heads/main
2023-04-12T17:58:33.807730
2021-04-24T15:27:55
2021-04-24T15:27:55
306,649,559
6
0
null
null
null
null
UTF-8
C
false
false
1,159
c
#include <stdio.h> #include <cs50.h> #include <string.h> #include <ctype.h> #include <math.h> #include <stdlib.h> bool is_valid_key(string s); int main(int argc, string argv[]) { if (argc != 2 || !is_valid_key(argv[1])) { printf("Usage: ./caesar key\n"); return 1; } string s = get_str...
[ "noreply@github.com" ]
iampranavdhar.noreply@github.com
6ef5470a6943e3ca6ff4da192f6237236eeca9d9
8838eb997879add5759b6dfb23f9a646464e53ca
/src/net/socket/netlink_stub.h
55f5c346e4d8657cc4ba89e9e27f232171f3c605
[ "BSD-2-Clause" ]
permissive
embox/embox
d6aacec876978522f01cdc4b8de37a668c6f4c80
98e3c06e33f3fdac10a29c069c20775568e0a6d1
refs/heads/master
2023-09-04T03:02:20.165042
2023-09-02T14:55:31
2023-09-02T14:55:31
33,078,138
1,087
325
BSD-2-Clause
2023-09-14T16:58:34
2015-03-29T15:27:48
C
UTF-8
C
false
false
439
h
/** * @file * * @date Oct 7, 2020 * @author Anton Bondarev */ #ifndef SRC_NET_SOCKET_NETLINK_H_ #define SRC_NET_SOCKET_NETLINK_H_ struct netlink_msg { char stub[16]; }; struct net_device; static inline int netlink_notify_newlink(struct net_device *net_dev) { (void)net_dev; return 0; } static inline int net...
[ "anton.bondarev2310@gmail.com" ]
anton.bondarev2310@gmail.com
12aa55fa3b2226eaa6fe886cf2d955c77bc4c4f6
ac362bb8969d647cd219430bc71c831d894e531c
/lib/libc/gen/sysctl.c
0550a8c22a4119dcfc910b8fe0e67f0903188190
[]
no_license
noud/mouse-bsd-4.0.1
efb3b16fcc872ab227e6bb651cf1e836796a0804
4c0a1e08df407a759afac2d6a98507df94f5f814
refs/heads/master
2023-02-24T23:42:54.060718
2020-08-16T20:10:53
2020-08-16T20:10:53
334,536,412
0
0
null
null
null
null
UTF-8
C
false
false
11,716
c
/* $NetBSD: sysctl.c,v 1.29 2006/02/24 19:33:09 drochner Exp $ */ /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: *...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
3579139deee4c56e5a6b1eb5432d3f91a5557d10
4e5ba3017dc969c73169ede6d3657ff5d128a798
/lectureNassignment/lec3/series03/powN.c
cf0ad90d1bba18d57f204d9b135a7c5335c2097b
[]
no_license
cybandy/scientific_programming_mathematics
d67431e05ffe08741f8374b318e9b09d208df6f4
0c9b30d67eaf627c4d641a33b271c7f8e33d0631
refs/heads/main
2023-08-22T01:58:20.343680
2021-10-15T14:22:37
2021-10-15T14:22:37
null
0
0
null
null
null
null
UTF-8
C
false
false
749
c
#include <stdio.h> #include <stdlib.h> // A POWER OF A NUMBER double powN(double x, int n){ double prod = 1; int j=0; if (n==0 && x != 0 ){ return 1; } else if (x==0 && n>0){ return 0; } else if (n>0 && x != 0){ for (j=1; j<=n; j+=1){ prod*=x; ...
[ "andyboat75@gmail.com" ]
andyboat75@gmail.com
d44dcdf42169cd43f92838e70a6f85f926a57647
110ee27cd49af4e1fbfd683ef29b664d666c13d2
/src/tree_compilers/string/string_tree.h
f6317272acc03c83c20ba568b3d165a5ea77ed3f
[ "BSD-3-Clause" ]
permissive
michaelstorm/ReOS
fa2e837cdf6eec621eff984c88dd3cf7c0fcf930
16f92b85532cf8b3231cc0e5d76ae8e759234188
refs/heads/master
2020-05-18T20:57:37.975875
2011-01-22T19:15:12
2011-01-22T19:15:12
null
0
0
null
null
null
null
UTF-8
C
false
false
590
h
// Copyright 2007-2009 Russ Cox. All Rights Reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. #ifndef STRING_TREE_H #define STRING_TREE_H #include "standard_tree.h" #ifdef __cplusplus extern "C" { #endif enum { OpString }; enum { NodeString }; Tre...
[ "michael@nobody.(none)" ]
michael@nobody.(none)
d0b9b99f041327aa1ddd575f5c9553316502402b
ff1cb99249f0b638001d17fce872b90fa3f03f09
/sys/arch/sparc64/sparc64/ofw_machdep.c
98bcda94627ae1f3443c5b643078d6c141f96574
[ "BSD-2-Clause", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
justincormack/rumpkernel-netbsd-src
b49062d3e2ce653aef301f9b142a92c01ce8f322
8622e2cb5bcb4deb3dd80497e66a9a1afd2c5ac2
refs/heads/master
2020-12-26T01:13:21.420318
2013-10-27T20:43:27
2013-10-27T20:43:27
13,952,941
1
0
null
null
null
null
UTF-8
C
false
false
22,282
c
/* $NetBSD: ofw_machdep.c,v 1.40 2013/07/09 20:32:11 martin Exp $ */ /* * Copyright (C) 1996 Wolfgang Solfrank. * Copyright (C) 1996 TooLs GmbH. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * ar...
[ "pooka@iki.fi" ]
pooka@iki.fi
dd4f8ffe701e5787ba83ae20aa679c82d3866c22
41f803e1186b6a8703f17fec197b747fd7c9005c
/Pods/BuildHeaders/AWSiOSSDKv2/AWSMobileAnalytics.h
fd3f75244281ae362d3430f4599af1af0d194f2c
[]
no_license
VandyApps/vandyvans-ios
c91d4b492ce0283d7f162a8c9ea8088729565e79
c58968a8133c9747e40f7a6cebb96584df9f4692
refs/heads/master
2019-01-02T06:37:05.707327
2015-03-16T03:54:34
2015-03-16T03:54:34
5,935,633
2
0
null
2015-03-16T00:15:50
2012-09-24T14:23:04
Objective-C
UTF-8
C
false
false
70
h
../../AWSiOSSDKv2/AWSCore/MobileAnalytics/include/AWSMobileAnalytics.h
[ "sethfri@gmail.com" ]
sethfri@gmail.com
95feb49301fe54817b3f403cdcff8f1f367eefdb
5c2a8ce330d176bd2888e0c647a04e6d5f79024d
/参考代码/代码/data/inputs2.h
a7fc44876f383de71b818f7b38504b03014e4fe6
[]
no_license
liusong123-code/stm32
b02528c58ffa8c9a56ab3e69d88704baecfa0e4e
520922c7fae6605b228d23e47478b2f5f5b3773e
refs/heads/master
2022-03-26T20:03:01.347671
2020-01-06T12:57:03
2020-01-06T12:57:03
null
0
0
null
null
null
null
UTF-8
C
false
false
4,065
h
U8 charinputs2[]={ /*-- 调入了一幅图像:E:\share\ker\pp\input2.bmp --*/ /*-- 宽度x高度=120x52 --*/ 0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x80, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x80,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x...
[ "496388549@qq.com" ]
496388549@qq.com
5b25d3375d27bafb966b4ccfff7a92604b752e6a
7bb34b9837b6304ceac6ab45ce482b570526ed3c
/external/e2fsprogs/e2fsck/problemP.h
616118986c3ee09f06fac9d098ca8a37d8321afc
[ "Apache-2.0", "BSD-3-Clause", "NTP", "GPL-2.0-only", "LGPL-2.0-only", "LGPL-2.0-or-later" ]
permissive
ghsecuritylab/android_platform_sony_nicki
7533bca5c13d32a8d2a42696344cc10249bd2fd8
526381be7808e5202d7865aa10303cb5d249388a
refs/heads/master
2021-02-28T20:27:31.390188
2013-10-15T07:57:51
2013-10-15T07:57:51
245,730,217
0
0
Apache-2.0
2020-03-08T00:59:27
2020-03-08T00:59:26
null
UTF-8
C
false
false
1,347
h
/* * problemP.h --- Private header file for fix_problem() * * Copyright 1997 by Theodore Ts'o * * %Begin-Header% * This file may be redistributed under the terms of the GNU Public * License. * %End-Header% */ struct e2fsck_problem { problem_t e2p_code; const char * e2p_description; char prompt; int flag...
[ "gahlotpercy@gmail.com" ]
gahlotpercy@gmail.com