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
7aeac1d4342e3b4aa8487899843bb57cb88494a0
b01939adc1b8c676bd6ddd09f98834bee1dcb914
/Easter_Project/thunder.c
78f1e66cad2ae5c7f116db1408d25268e274d587
[]
no_license
YanisMhdi/mes_projets
3756a0203eb7e26eb92029badf435d98d63e6eb0
790f3cd748f19a34a3ca1607fa9a29ca8f9f7f80
refs/heads/master
2021-01-01T05:46:52.353798
2015-04-23T19:08:54
2015-04-23T19:08:54
34,465,910
0
0
null
null
null
null
UTF-8
C
false
false
1,128
c
#include <stdlib.h> #include <stdio.h> #include <time.h> #include <unistd.h> #include <SDL/SDL.h> #include <SDL/SDL_ttf.h> #include <SDL/SDL_image.h> #include "my.h" #include "my_hero.h" #include "my_monster.h" void decoupe_thunder(SDL_Rect thunder[3]) { thunder[0].x = 641; thunder[0].y = 0; thunder[0].w = 40; ...
[ "mohamd_y@sm304-r1p09.local" ]
mohamd_y@sm304-r1p09.local
1c0eafc13a88208bb8b1b7a8cd6714afa8d4fbef
46b52266526659c204f395bb197b5b27b8fe5961
/TipCalculator/constants.h
80eb39a1df89fac2a31e3c4d36d7af6b205a09e6
[]
no_license
Beginning-iOS/tip_calculator
36e8408f0b554c54ef2f304d8d7bc9c31c6cfc15
53ce8eaa968b68995e2bbc169f89d64c98baa922
refs/heads/master
2016-09-15T22:02:10.276650
2013-11-09T04:54:31
2013-11-09T04:54:31
null
0
0
null
null
null
null
UTF-8
C
false
false
870
h
// // constants.h // TipCalculator // // Created by Mark Haskamp on 11/2/13. // Copyright (c) 2013 Mark Haskamp. All rights reserved. // #ifndef TipCalculator_constants_h #define TipCalculator_constants_h NSString *TOTAL_BILL_SECTION_HEADING = @"Tip Calculator"; NSString *BILL_SPLITS_SECTION_HEADING = @"Bill Spli...
[ "mark.haskamp@pinnsg.com" ]
mark.haskamp@pinnsg.com
ec920c04f6d7d0f7b2a20e863dd664404ab22463
9c3637a2cc59d2b9cf2f3c4fe2915b513581d451
/print_colors.c
f8a92455f081ac8c8b64e73700a600ee5c7a820e
[]
no_license
ayoubgm/ft_ls
06e57ec268d2bd81ce56ef05a08e1136cdbc6ecd
4c6b2a86538c36edb24638ef827310bb7203e7d1
refs/heads/master
2022-02-26T17:22:12.302597
2019-10-05T15:08:05
2019-10-05T15:08:05
null
0
0
null
null
null
null
UTF-8
C
false
false
2,132
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* print_colors.c :+: :+: :+: ...
[ "gayoub@e2r3p9.1337.ma" ]
gayoub@e2r3p9.1337.ma
ec7e20ae7c9ae3157996c3001fe5d9307647fc17
c655c4962ed9b34263ad9ea63236e0554527334c
/CC/UUP/example/who/utmplib.c
eb5c961effe159a13cbe6f9175019bcc8c3423b5
[]
no_license
PoetLiu/Book
f0d29ea54ba77f660f74ee6502bf12ca67f21e89
b20b08fc43ec479d30e5ea19855a4f812f3a5e83
refs/heads/master
2021-01-18T16:48:53.187400
2018-11-06T07:24:23
2018-11-06T07:24:23
100,468,043
1
0
null
null
null
null
UTF-8
C
false
false
1,298
c
/* * * Authored by Liu Peng on: Tue Oct 28 13:44:07 CST 2014 * * @desc:functions to buffer reads from utmp file * * @func: utmp_open(filename) - open file * return -1 on error * utmp_next() - return pointer to next struct * return NULL on eof * utmp_close() - close file * ...
[ "457566268@qq.com" ]
457566268@qq.com
e68440d910e7e0fc724f14a007f260db480a3439
b3e2cb2adc8a44f3913814504438238960ddc21f
/ch03/3.1.c
9d748df389d5381305f28cd51501ef18a8c0976b
[]
no_license
RocFang/apue3
d8f75b2c38c09a12c9020f8bf9195d9351d65abc
36ee46cfd3469c080985d2b6b5cc141d2ce280f3
refs/heads/master
2021-01-15T08:13:17.901302
2015-03-11T10:14:58
2015-03-11T10:14:58
28,795,166
0
0
null
null
null
null
UTF-8
C
false
false
169
c
#include "apue.h" int main(void) { if (lseek(STDIN_FILENO, 0, SEEK_CUR) == -1) printf("cannot seek\n"); else printf("seek OK\n"); exit(0); }
[ "fangpeng1986@gmail.com" ]
fangpeng1986@gmail.com
903f30bd5e88a093d60d516467d4eb94de5bc244
22f31a738cd7cb1350d4e6aaf8708e889c042443
/src/images/PPOT/Ppot_03.h
2a74c1c12755a953ae9830ac7c9d3d20ba7746c5
[ "BSD-3-Clause" ]
permissive
Press-Play-On-Tape/RoadTrip_Pokitto
d3876bfab56903065cf12cab03a027b5c770f2cc
a84e9837d1e9b180facc6ef11347ec220f9672c9
refs/heads/main
2023-05-23T04:57:39.306037
2021-06-12T23:38:05
2021-06-12T23:38:05
374,234,568
3
0
null
null
null
null
UTF-8
C
false
false
757
h
// Automatically generated file, do not edit. #pragma once inline constexpr uint8_t Ppot_03[] = { 16, 8, 0x93,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39, 0x39,0x39,0x0f,0x0f,0x0f,0x0f,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39, 0x39,0x0f,0x0f,0x39,0x39,0x0f,0x0f,0x39,0x6a,0x6a,0...
[ "simon@bloggingadeadhorse.com" ]
simon@bloggingadeadhorse.com
cfae72aa6c2f28c90e0c5764c67bad2433b79843
ececbc2572589cc135a4592a3f7f1c3fbe318a8a
/MPLAB_SRC/delay.h
01b3fc1f237338606246940b52ede3236bd9fb77
[]
no_license
Robotto/David_3D_360_degree_scan_rig
f75368a6ce5309bdb71cb629023172600f4c8ce9
0e211e302c5a6bac7356b2fad159bec10db808ea
refs/heads/master
2021-01-01T16:26:04.230031
2012-03-23T06:55:09
2012-03-23T06:55:09
null
0
0
null
null
null
null
UTF-8
C
false
false
539
h
#ifndef DELAY #define DELAY 40000000 //Calibration for delay after measurement #endif #define Delay200uS_count (DELAY * 0.0002)// 1080 #define Delay_1mS_Cnt (DELAY * 0.001) // 2950 #define Delay_2mS_Cnt (DELAY * 0.002) // 2950 #define Delay_5mS_Cnt (DELAY * 0.005) // 2950 #define Delay_10mS_Cnt (DEL...
[ "mark@moore.dk" ]
mark@moore.dk
cc6f1728915e55c5361370317fe15bde86bfc6be
3934cdf17301219728a967e8913237284ae57bd3
/src/f32-igemm/gen/f32-igemm-6x8-minmax-wasmrelaxedsimd-loadsplat.c
55ce862af70011c8dd034be012f456d163231ee6
[ "LicenseRef-scancode-generic-cla", "BSD-3-Clause" ]
permissive
google/XNNPACK
c1a709b570460dd9e352300b18ba75025ace34ac
c758a4a6601513736ae520dd87206c76e8f5f05a
refs/heads/master
2023-08-30T10:43:28.569336
2023-08-30T07:46:17
2023-08-30T07:47:37
208,364,128
1,565
313
NOASSERTION
2023-09-14T19:47:21
2019-09-13T23:48:37
C
UTF-8
C
false
false
8,991
c
// Auto-generated file. Do not edit! // Template: src/f32-igemm/wasmsimd-loadsplat.c.in // Generator: tools/xngen // // Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <was...
[ "xnnpack-github-robot@google.com" ]
xnnpack-github-robot@google.com
a108aaddbd31ebebc3d0b4679a3f9aa684a4c2a6
7cfc5c5c597cdb8bb2272c3059fe6fe5b01f3a0c
/ql-ol-crosstool/sysroots/armv7a-vfp-neon-oe-linux-gnueabi/usr/include/quectel-audio-lib.h
daffa8f4cadfe10673e4569e7734527645e70591
[]
no_license
haoxiaozi/AG35-LLP
bb9b5967835cd642151f93f1f9490b7ecf17a76f
accdd380e367ba7403b7a3054176090566c3b148
refs/heads/master
2020-11-26T12:31:51.527791
2019-10-22T07:38:20
2019-10-22T07:38:20
229,070,653
1
0
null
2019-12-19T14:24:29
2019-12-19T14:24:28
null
UTF-8
C
false
false
3,413
h
/* file name: quectel-audio-lib.h * author : jun * date : 20170211 * this file is quectel-audio-lib, provide some basic function for audio play and record */ #include <comdef.h> #include "alsa_audio.h" /* * describe : this function is use to set mixer * paras : * device: point to the mixer string * count...
[ "415306041@qq.com" ]
415306041@qq.com
c634afb98b5c48ed9c206883c2077e61d90e5c51
d93bf3342654b0ea05251f2eecab65cc2937a612
/parse.tab.h
085b86566eb11d9addaf81381c136e71c2476049
[]
no_license
913zdy/MiniC
ce031591f138f71859b9c450193832168a59d02c
78a001b2593deb0e41b28dfb1d09a33de2875006
refs/heads/master
2021-10-04T05:25:58.203620
2018-12-03T11:23:55
2018-12-03T11:23:55
null
0
0
null
null
null
null
UTF-8
C
false
false
3,122
h
/* A Bison parser, made by GNU Bison 2.4.1. */ /* Skeleton interface for Bison's Yacc-like parsers in C Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the term...
[ "yangwx0905@sina.com" ]
yangwx0905@sina.com
35698593ccfcc2ddc2d93eb7a01b2947b45c2eda
9e5a9991b69449f1c6361a0d662ab1fae7bbe63b
/pointer6.c
142fbdffd3e249bc5b02ed6ce8d84b55d42f9b3a
[]
no_license
pky0704/studyC
71b7bd38dc7ef05313f8fbd64f08a4793d9b8f59
4c7ac93374c3b7436daff0b6f600b386141587f6
refs/heads/main
2023-06-27T00:24:27.679037
2021-07-26T12:28:55
2021-07-26T12:28:55
385,900,579
0
0
null
null
null
null
UHC
C
false
false
534
c
/* 직접 주소 지정 방식으로 변수 값 교환하기 if문 조건을 만족해도 main함수의 start, end 값이 변경되지 않는다 => 포인터 변수 사용 필요 */ #include <stdio.h> void swap(int a, int b) /// 96, 5 { int temp = a; // temp = 96 a = b; //a = 5 b = temp; // b = 96 } void main() { int start = 96, end =5; printf("before : start = %d, end =%d\n", star...
[ "ghghgh0704@naver.com" ]
ghghgh0704@naver.com
0529395812a04e49eea54903082052790c8c0def
8345c273f7e47bd70fa9f2b67a6adfe5964ba4a9
/LuaNode_Esp32/LuaNode32/components/lua/include/lobject.h
dd31e01574a041ec26ea12f8de32a17c3f6e86ae
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
guneemwelloeux/LuaNode
1164c7d9e81da470a5cedf1eec46c58ecf8b7d38
1b39c18e286301c89bb5bc6334ee3d089f9f7474
refs/heads/master
2020-09-30T15:02:05.506205
2019-12-11T19:53:26
2019-12-11T20:18:23
227,311,681
0
0
NOASSERTION
2019-12-11T08:16:28
2019-12-11T08:16:27
null
UTF-8
C
false
false
14,322
h
/* ** $Id: lobject.h,v 2.20.1.2 2008/08/06 13:29:48 roberto Exp $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ #ifndef lobject_h #define lobject_h #include <stdarg.h> #include "llimits.h" #include "lua.h" /* tags for values visible from Lua */ #define LAST_TAG LUA_TTHREAD #define NUM_T...
[ "tulip-wangwei@163.com" ]
tulip-wangwei@163.com
cce738821868d51431e298e0986a1e40a11c8c88
a8a2879481ca461bb36d367aac8a5dc5a303baf4
/jolly jumper.c
edf2e47e87c525edf79b192ce0c56537e615befc
[]
no_license
mobassir94/Computer-Algorithms-implemented-using-c-
84ba0438d17b1c11027aaeaeb654d34030af6f3b
e5ca81c7f3c45ae054fef5a2b6ef87af48ca93d5
refs/heads/master
2021-01-09T05:50:36.548118
2019-04-21T10:38:56
2019-04-21T10:38:56
80,841,015
3
0
null
null
null
null
UTF-8
C
false
false
1,749
c
/* Problem 2 A sequence of n > 0 integers is called a Mux if the absolute values of the difference between successive elements take on all the values 1 through n − 1. For instance, 1 4 2 3 is a jolly jumper, because the absolutes differences are 3, 2, and 1 respectively. The definition implies that any ...
[ "noreply@github.com" ]
mobassir94.noreply@github.com
606986987ea40390417d138e843d74de65633efb
e65246f7393f2e54bb96039179acce585c88860f
/externals/vixl/vixl/test/aarch64/traces/sim-fjcvtzs-wd-trace-aarch64.h
f6d284226abdc0d96f403fad5916a205a987a72e
[ "0BSD", "BSL-1.0", "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
EmulationChannel/dynarmic
431539acd4bb26e0681ed5ca08b378c6e6bbae10
0b78139ba607a59aabc8d806a041d330d4fadc4b
refs/heads/master
2023-05-31T08:18:46.651851
2021-06-27T00:08:31
2021-06-27T00:08:31
380,618,313
0
0
0BSD
2021-06-27T00:08:32
2021-06-27T00:07:22
C++
UTF-8
C
false
false
5,302
h
// Copyright 2015, VIXL authors // 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 ...
[ "MerryMage@users.noreply.github.com" ]
MerryMage@users.noreply.github.com
8929eb1ab2b8280ed8ba4ba4e0d604a92b3aa13b
e9a31010230668da590b6219c8e062029637761f
/vm/lib/ft_printf/libft/ft_strclr.c
4526e4a3478f278982fbe7dcf604414c0b5b12e7
[]
no_license
enotii/Corewar
f66947afafc8eb98eff8ac0ea96939271710cade
2b6baf4891f24b543deab0fd0ca78dd32ef34ed9
refs/heads/master
2023-04-13T07:59:31.480840
2023-03-28T14:01:05
2023-03-28T14:01:05
208,978,499
1
0
null
2020-06-24T16:10:25
2019-09-17T06:41:53
C
UTF-8
C
false
false
957
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strclr.c :+: :+: :+: ...
[ "trepadeira0ru@gmail.com" ]
trepadeira0ru@gmail.com
2f344c23d1febb7ee002d8511b21ed080bbde903
2a47cb525ea479fdf9893dedbac084135b7b3d52
/Inc/stm32f7xx_hal_conf.h
bb8eafc1d38355541d7e82b11641bfc9abfbb1e5
[]
no_license
CarlosPastor/Power_converter_driver
7358a62b4de2dcb94eac855dd330ccf654f94dfd
ea2dc626644aaebc92dfb3236db7e4a5754f6016
refs/heads/master
2020-06-27T19:08:05.667025
2016-11-22T23:45:49
2016-11-22T23:45:49
74,523,364
0
1
null
null
null
null
UTF-8
C
false
false
17,284
h
/** ****************************************************************************** * @file stm32f7xx_hal_conf.h * @brief HAL configuration file. ****************************************************************************** * @attention * * <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</cen...
[ "pastor.ramirez.carlos@gmail.com" ]
pastor.ramirez.carlos@gmail.com
57908bb7eb3b7c9db304d8ddd23011744c5be83d
4415c5ede372070df91397b17cadff2567ed7178
/30=888142/week06/ex08.c
a81557ff725ac2ca9e352ece1733b2f68f1a96e9
[]
no_license
NitichaiSawangsai/BUU-Y1
67798d16930234c45eb50ca4098edaea84c66a76
ad8dc6fc59b46f7492874db24adf1e620bf73829
refs/heads/master
2023-07-11T05:45:20.299221
2021-08-22T01:47:44
2021-08-22T01:47:44
null
0
0
null
null
null
null
UTF-8
C
false
false
1,262
c
/* Program name : ex08.c Student : 59160668 Nitichai Sawangsai Section : 04 */ #include<stdio.h> void print_string (char*str); void print_n_star(int num); void print_n1_star(int num); int main (int argc,char*argv[]) { system("clear"); print_n1_star(6); print_string(" Nitichai Sawangsai "); print_s...
[ "NitichaiSawangsai@gmail.com" ]
NitichaiSawangsai@gmail.com
2b7518d5e39d8349e76227095cf05b84d2f92ae3
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/19c87930-e1e3-4b12-9c7b-1cb6a2bcf71c.c
ef7414a2174e15302456323681aafa76fae8a538
[]
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
595
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=141; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = j%j; l = i%j; j = i-j*i; //variables //random /* START VULNERABILITY */ int a; long b[6]; long c[46]; a = 0; while (( a - 1 )...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
8472a6155975f4b9f3d0daef51720ac322c06e37
49104064ccd9310f513530180fc184be6e7f9a31
/chapter_one/count_3s/threadv3.c
2cec0b4446ee581623de02e457ba5f309e8eeccd
[]
no_license
samgiles/parallel_experiments
65331695385b91cd241a3e3ba3b1344cc4754d45
91b642af606e969f8151470df71f5e705d353d2f
refs/heads/master
2021-01-01T06:55:10.375786
2013-05-30T17:53:59
2013-05-30T17:53:59
null
0
0
null
null
null
null
UTF-8
C
false
false
1,747
c
#include <stdio.h> #include "threes.h" #include <pthread.h> void count_threes(void* args); int count; pthread_mutex_t m; struct count_args { int* array; int length; int id; char padding[48]; }; struct local_count { char padding[60]; int value; }; struct local_count* ...
[ "aphro.cag@googlemail.com" ]
aphro.cag@googlemail.com
33f7d9010b6b90eae18c2341be0ce25265854acf
027416a33adcf3eb7e3fdfb9f51dd57b1e6959cc
/硬件驱动/mydevice -board2/user/protocol.h
2a08ad071996e89e3cf211237e69e807028876dc
[]
no_license
liumu97/Campus-Environmental-Monitoring-and-Management-System
a371eeae5389f95e4ab2b95f60153ddde525ab13
dce0f195dce54d3e2a9913e9d7daa44ede8fab66
refs/heads/master
2020-03-27T04:19:24.978684
2018-08-24T02:42:13
2018-08-24T02:42:13
145,930,523
0
1
null
2018-08-24T02:42:14
2018-08-24T02:13:28
C
GB18030
C
false
false
859
h
/******************************************************** *FileName: protocol.h *Destription: 用户协议封装模块 *Author: *CreateDate: 2018-7-15 *Copyright *Update: 修改人 修改内容 * 2018-7-15 添加初始化函数 ********************************************************/ #ifndef __PROTOCOL_H__ #define __PROTO...
[ "yanghs97@163.com" ]
yanghs97@163.com
e6f4198a01b75869a4e0cfd246d5d6fd357473f9
405b5ea023233da8c50db2c1f3e80d8f943ed60b
/OEM/13CRIX/OEM_BANK0/OEM_GPIO.C
2b533e31db371b2f0cb67f65a8309ae6b9b725cc
[]
no_license
Duni0810/EC
fcc97ddc115b840313ab16344bd25729161a8d9d
9e1dfa497283158b48a6e0d40fd49e0f122f2dfd
refs/heads/master
2023-01-05T15:20:21.280100
2020-10-21T07:45:34
2020-10-21T07:45:34
290,917,132
0
0
null
null
null
null
UTF-8
C
false
false
7,701
c
/*----------------------------------------------------------------------------- * TITLE: OEM_GPIO.C * * Author : Dino * * Note : These functions are reference only. * Please follow your project software specification to do some modification. *---------------------------------------------------------------...
[ "1486084728@qq.com" ]
1486084728@qq.com
29c619326fe917f1a6ef142f561cf652ce444d19
71a80e77f775875cb07cbb014f6a06e5d69a209f
/Old/t_clone.c
621021803dc089d6b65e9e99c01a3bb0f15df95c
[ "Apache-2.0" ]
permissive
Yannmm/tlpi
0dd7a902e72cc9e09386379712e751cc66880514
17a2c153488771674d0dd77de338b0145ff0dd7c
refs/heads/master
2021-01-07T09:30:02.421693
2020-03-05T13:03:09
2020-03-05T13:03:09
241,649,640
0
0
null
null
null
null
UTF-8
C
false
false
1,309
c
#define _GNU_SOURCE #include <signal.h> #include <sys/wait.h> #include <fcntl.h> #include <sched.h> #include "my_error.h" #ifndef CHILD_SIG #define CHILD_SIG SIGUSR1 #endif static int child_func(void *arg) { if (close(*((int *)arg)) == -1) { my_eexit("close"); } return 0; } int main (int argc, char *argv[]) { ...
[ "yannmm@foxmail.com" ]
yannmm@foxmail.com
fa7b65bda7070a62b19a4ac05546eb5f1cd537f5
1662cb8b19bb50dfb6eea4ba26e9044eee2b93f1
/strlen.c
f94481d7be12f9abc009d69af1f002854537708a
[]
no_license
Jaeeunykim/TheCProgrammingLanguage
b95c81e83be263683c9e1d56a8d42e86817f7fba
cb75b584e7b6304ce64232b04f1e6d5320a203c9
refs/heads/master
2020-12-30T11:58:47.868045
2017-06-06T07:39:51
2017-06-06T07:39:51
91,438,856
0
0
null
null
null
null
UTF-8
C
false
false
273
c
#include <string.h> //standard string headerfile에 정의 되어있는 strlen 함수는 //문자열에 null이 나올때까지의 계수를 확인하여 그수를 반환해주는 함수입니다 int strlen (char s[]) { int i; while(s[i] != '\0') ++i; return i; }
[ "jaeeun.kje@gmail.com" ]
jaeeun.kje@gmail.com
f68e3c4970d82655dd564e64457063b0ac57b9a5
a98b10e288cd8207a359ddc13352a11f00976b3e
/3rdparty/lazyusf2/memory/memory_impl.c
0b184841d903760a03c46282bb008167480cb96e
[]
no_license
mrandreastoth/zxtune
7e870bd66242f537f6dc5c2bab324069352d040b
7f677f1d49f3ac26a1048ca72a10545c1b17e414
refs/heads/master
2020-04-15T19:22:43.887077
2018-12-18T13:10:47
2018-12-18T13:10:47
null
0
0
null
null
null
null
UTF-8
C
false
false
13,307
c
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Mupen64plus - memory.c * * Mupen64Plus homepage: http://code.google.com/p/mupen64plus/ * * Copyright (C) 2002 Hacktarux * * ...
[ "vitamin.caig@gmail.com" ]
vitamin.caig@gmail.com
d15d6e99fd9221d8a59312f184821254291f7dbf
5147fbb5133dde60c5ef7179cc5a6feb8072a81e
/まいんすい~ぱ/mine_management.h
c9233b542fc58f6388d3237c886fd15d8abf2110
[]
no_license
ikedakenta/OldSource
dc7861e267faa52f0788cd3f5e12ab5956b91608
4ec75ba13bce1ea2cfa638898db3d1e9275983e6
refs/heads/master
2020-12-24T18:03:10.529867
2014-07-15T13:00:21
2014-07-15T13:00:21
null
0
0
null
null
null
null
SHIFT_JIS
C
false
false
1,845
h
/*=================================== マインスイーパ 作成者 池田 健太 ------------------------------------*/ //#define MINE_TABLE_HIGHT 5 /*テーブルの高さ*/ //#define MINE_TABLE_WIDTH 5 /*テーブルの幅*/ #define DIFFICULT 1 /*デフォルトでのゲームの難易度 1:EASY 2:NORMAL 3:HARD */ #define DIFFICULT_EASY 1 /*難易度EASY*/ #define DIFFICULT_NORMAL 2 /*難易度NORMAL*/...
[ "ikeda_pro@yahoo.co.jp" ]
ikeda_pro@yahoo.co.jp
2318f6d13126c933f4dd3cfb3deed01317317aa8
1b7d17967c271ce92d83264d3119b9fdb31b3477
/main.c
de1d78e6804e765449e651002a30170c0e234a8c
[]
no_license
seoyoung361/13_structure
63ad13be1a0aa67e072c332678368dfb84debf63
55d9297f6e3ecd4648459daffbb712eedc435e06
refs/heads/master
2020-09-17T21:39:24.420654
2019-12-03T06:41:33
2019-12-03T06:41:33
224,117,292
0
0
null
null
null
null
UTF-8
C
false
false
1,115
c
#include <stdio.h> #include <stdlib.h> #include "keyword.h" /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int is_whitespace(char c) { if(c==' ' || c=='\n'|| c=='\r'|| c=='\t'|| c=='(' ) { return 1; } return 0; } int fget_word(FILE* fp...
[ "chris7400@naver.com" ]
chris7400@naver.com
f13a240c1c178d2b2aee4fb30bc0efa27330dad6
1237207174ceed1a84e82f27b9e8536b6ac05a46
/NewCodes/fork.c
e42664d52da2b991bd286c085b8a75d825d4eb46
[]
no_license
harishch3/SampleCodes
8c358a5fb467270098df5efc9064c114b09c6d05
78420f3231a36e2e4f5f7216744d67191725f578
refs/heads/master
2020-03-24T05:57:09.639767
2019-12-25T08:19:34
2019-12-25T08:19:34
142,510,318
0
0
null
null
null
null
UTF-8
C
false
false
141
c
#include <stdio.h> #include <sys/types.h> int main() { fork(); fork(); fork(); printf("hello\n"); return 0; }
[ "ch.harish3@gmail.com" ]
ch.harish3@gmail.com
82c9038a41a4fa10c0c5e74adff94774cd6a8c51
f5e5491cff496dfd2fd5560e73d0819207b97c56
/projx/led.c
135161abd99f29d6840706fdd560653f565974c1
[]
no_license
katiehsieh/apcsp-pidev
6d06a8f7ebfe1f5431ae66d5ae662bf62f94293f
54b026088f2bc8bfd53ee87ea94a21c05f9a3f3e
refs/heads/master
2020-03-18T07:44:38.881104
2018-06-14T16:42:24
2018-06-14T16:42:24
134,470,806
0
0
null
null
null
null
UTF-8
C
false
false
400
c
#include <stdio.h> #include <wiringPi.h> #define BLED_GPIO 17 #define GLED_GPIO 27 #define RLED_GPIO 22 int main() { wiringPiSetupGpio(); pinMode(BLED_GPIO, OUTPUT); pinMode(GLED_GPIO, OUTPUT); pinMode(RLED_GPIO, OUTPUT); while(1) { digitalWrite(GLED_GPIO, HIGH); for(int i=0; i<50; i++) { } d...
[ "katie@iteh.net" ]
katie@iteh.net
6428f9f61b8b253ee0509bcf1e544b416261b2a5
1fb1edd7ae3e8a54b713829446653452a6754995
/app/src/main/cpp/gmssl/include/openssl/dsa.h
16795cb211a6416571503c8c43ccf919253ea8a2
[ "Apache-2.0" ]
permissive
VigorousLiang/GMJni
0c44610a3369ed974c6e82106dc5de9982f8571b
4b9fc5f7bcf466c4e9fc6c83328994fcb3f85a33
refs/heads/master
2020-03-26T16:11:22.365526
2019-02-19T09:37:51
2019-02-19T09:37:51
145,086,928
1
0
null
null
null
null
UTF-8
C
false
false
11,754
h
/* * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/lice...
[ "liangshuai@gtjas.com" ]
liangshuai@gtjas.com
f61918873704bd06ddb569f0757bc1e62345f15b
caeb6c2b48a345025eca48934a5681bebc365619
/external/transworhp/MinGW32/include/worhp/worhp_STL_c.h
55a6b517b70776395c00472117ec432c665045d7
[]
no_license
LuisLuettgens/motion_primitives
204c25f275869de63b99a47eb16801e70f2daaec
ab89ba64229bad763137b80c1885bd268cf999c0
refs/heads/master
2021-04-05T18:10:22.787043
2020-03-19T19:48:45
2020-03-19T19:48:45
248,586,125
0
0
null
null
null
null
UTF-8
C
false
false
425
h
#ifndef WORHP_STL_C_H #define WORHP_STL_C_H #include "C_std.h" enum { QueueSize = 10 }; typedef struct WorhpQueueStruct { double val[QueueSize]; int idx; int size; } WorhpQueue; DLL_PRIVATE void InitWorhpQueue(WorhpQueue *const Q); DLL_PRIVATE void Push(WorhpQueue *const Q, double val); DLL_PRIVATE doub...
[ "luis1@uni-bremen.de" ]
luis1@uni-bremen.de
5a2e3693311bbd8904c92171e635a98a1ac77c15
83e044cebaa183892d5f50fd431ad8f5394756a9
/raid/Setup/csetup.c
8c87a65e7498fec4736d1efc3d0b610867e2b9b0
[ "BSD-3-Clause" ]
permissive
OS2World/DRV-VRAID
b6bef0eafc696f7eed1efdaa66cb3cd801074a41
7154196d3d06293259354572f72fd3b36f39924c
refs/heads/master
2020-03-22T13:11:12.267918
2018-07-07T14:09:34
2018-07-07T14:09:49
140,089,407
0
0
null
null
null
null
UTF-8
C
false
false
26,392
c
/* * $Source: R:/source/driver/raid/setup/RCS\\csetup.c,v $ * $Revision: 1.5 $ * $Date: 1998/09/20 20:36:52 $ * $Locker: $ * * Commandline setup (isn't it visual? :). * * $Log: csetup.c,v $ * Revision 1.5 1998/09/20 20:36:52 vitus * - PDsk*() now in seperate include file physdsk.h * * Revision 1.4 1998/...
[ "martin@os2world.com" ]
martin@os2world.com
3ecb76e530c652de5bf91c301b1c268e1db08462
62050393a7c7ecbfe158436fcb7a21de7aa67e16
/MCFCRT/c/string/wmemset.c
245e3116d9117390aab95a2346b400f219f9b08e
[]
no_license
sunmike2002/MCF
25f7a7f5afc696df06bb40644b87a9203e1a080a
4291e21a31e502e1eca31f2a8aadd1c0e404b2b4
refs/heads/master
2020-05-29T11:51:07.905222
2014-01-28T13:14:48
2014-01-28T13:14:48
null
0
0
null
null
null
null
UTF-8
C
false
false
1,212
c
// 这个文件是 MCF 的一部分。 // 有关具体授权说明,请参阅 MCFLicense.txt。 // Copyleft 2013. LH_Mouse. All wrongs reserved. #include "../../env/_crtdef.h" #include "_stringasm.h" wchar_t *wmemset(wchar_t *dst, wchar_t ch, size_t cnt){ uintptr_t unused; __asm__ __volatile__( "mov " RCX ", %5 \n" "cmp " RCX ", 8 \n" "jb 1f \n" "tes...
[ "lh_mouse@126.com" ]
lh_mouse@126.com
0dbab006422eaace513d3f25f5476ced01c8f399
535df5be2c3d74ba4206ddb56f4c7c457e68a68c
/UserApp/rt-thread-4.0.0-tiny-user-v1002/bsp/stm32/stm32f103-fst-rc-tiny/applications/my_uart.c
5d4e4fec5caf88154e7a269236d9a36ee757873b
[]
no_license
YZRD/MyBootloader
24f018f5ec8acaa056c34e4d5114d4db789e9249
27553c0c1b57491208f90213c0e673fe62f29f99
refs/heads/master
2020-11-25T15:37:46.460541
2020-05-16T09:27:24
2020-05-16T09:27:24
228,741,767
2
2
null
2020-05-16T09:27:25
2019-12-18T02:32:54
C
GB18030
C
false
false
4,038
c
/**************************** (C) COPYRIGHT 2019 **************************** * 设计师: Tigerots * 创建时间: 2019.12.28 * 功能描述: iap串口初始化函数 * ***************************************************************************** * ********************************修改历史记录******************************** * 修改时间: * 版本号: * 修改内容: ...
[ "285277300@qq.com" ]
285277300@qq.com
19b02a87f632465c96bce80655edec4f626b2390
30159c86e52fd605043112d594a914eaa6e74700
/User/motor.h
b9c630ddb7e2c19285c8affffba011727b6eb5d4
[]
no_license
beizhaoFu/-
f556ad0f353fedb416219bd04bcc0b156d2eac1c
1299c38b6e0e9c41ee2ec3f1ae84a94cfdde42cc
refs/heads/master
2020-06-29T04:28:02.583107
2019-08-04T03:10:22
2019-08-04T03:10:22
200,441,447
3
1
null
null
null
null
UTF-8
C
false
false
298
h
#ifndef MOTOR_H #define MOTOR_H #include "stm32f10x.h" void MOTOR_configuration(void); void MOTOR_SetFrenquency(uint32_t Fren); void MOTOR_Set1DutyRatio(int PWM1_Val); void MOTOR_Set2DutyRatio(int PWM2_Val); void MOTOR_ForWard(int PWM_Val); void MOTOR_BackWard(int PWM_Val); #endif
[ "1570693445@qq.com" ]
1570693445@qq.com
6244cacae02061578746f0cb29685f4112d6e05f
a6ab6a77d6516f05c685e652844f1a34022f2c2d
/libft/ft_strncat.c
eedfcdc3becde91e0e4875da603e470409e955ca
[]
no_license
imanokan/ft_printf
f7a0f3c5128214f9b48b0184748bf9c1baa0e50c
de6f708c4b2ddca64e2cb5942252b26c7740aa68
refs/heads/master
2022-12-30T19:13:39.331006
2020-10-03T21:08:30
2020-10-03T21:08:30
246,839,344
0
0
null
null
null
null
UTF-8
C
false
false
1,136
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncat.c :+: :+: :+: ...
[ "audreymanoka@gmail.com" ]
audreymanoka@gmail.com
4e2c556bb66edbd4e3259087b5be276e4abb482c
ace28e29eaa4ff031fdf7aa4d29bb5d85b46eaa3
/Visual Mercutio/zModel/zModelRes.h
1c5980f233ff676c32dfea9fff13b18bc26d93de
[ "MIT" ]
permissive
emtee40/Visual-Mercutio
675ff3d130783247b97d4b0c8760f931fbba68b3
f079730005b6ce93d5e184bb7c0893ccced3e3ab
refs/heads/master
2023-07-16T20:30:29.954088
2021-08-16T19:19:57
2021-08-16T19:19:57
null
0
0
null
null
null
null
UTF-8
C
false
false
22,120
h
/**************************************************************************** * ==> zModelRes -----------------------------------------------------------* **************************************************************************** * Description : zMediator global resources file * * D...
[ "jean_milost@hotmail.com" ]
jean_milost@hotmail.com
6012c60ed0f450b1659c1d46eaf541b7b3ac1dfc
51bf8e3eb365926c22abaaa0d5b012785fda64d5
/lab5/lab5-sample2-main/src/main.tab.h
7d0f20dec8558df962c1641b6324ef87662e7a86
[]
no_license
VitalC-3026/Compilers
1024fbc413ee0f9264d1d838a5bba9e59cd57871
46a2a7ca8a66bb8528b6f77da9fb1a86e495c05b
refs/heads/master
2023-02-10T03:26:19.924840
2021-01-03T07:48:14
2021-01-03T07:48:14
null
0
0
null
null
null
null
UTF-8
C
false
false
2,269
h
/* A Bison parser, made by GNU Bison 3.0.4. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by t...
[ "1184649102@qq.com" ]
1184649102@qq.com
8165311f16d4fe94c8eb606d216015a0e2c04aca
8c59e58085196c950f4c83cd6efca9ebc000705e
/libplzma.h
039e49e33aa6277ec6ed65ebcbeddfcccbbc23f5
[ "MIT" ]
permissive
mtgto/PLzmaSDK
819de6ab52b07a0f29065ab4a41c5dd0488f4cb8
ea6124f34012e0639a7efee080f25f0e93b8a304
refs/heads/master
2023-09-04T12:48:46.851161
2021-08-30T13:22:35
2021-08-30T13:22:35
417,801,989
0
0
NOASSERTION
2021-10-16T11:04:33
2021-10-16T11:04:33
null
UTF-8
C
false
false
78,686
h
// // By using this Software, you are accepting original [LZMA SDK] and MIT license below: // // The MIT License (MIT) // // Copyright (c) 2015 - 2021 Oleh Kulykov <olehkulykov@gmail.com> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation ...
[ "oleh.kulykov@boerse-go.de" ]
oleh.kulykov@boerse-go.de
4f5a1942cef3718a6afdb49258dfe11b090ede09
602c8f0b6c5efb0f70e1c1ce18cb2fa96ec5c989
/exercise-Allan/specdata2.c
cd051cb9e01a2b76876217bf5a5531eaabac8780
[]
no_license
defined1007/learnAPUE
6edf9bfb7f4f6ae264183f58e566324905dc86d9
51de7ff8f8ddc6d450eb19334ef7b559bb713099
refs/heads/master
2020-12-14T17:14:24.914630
2020-03-05T09:35:10
2020-03-05T09:35:10
234,821,271
0
0
null
null
null
null
UTF-8
C
false
false
923
c
#include<stdio.h> #include<unistd.h> #include<stdlib.h> #include<pthread.h> pthread_key_t key; pthread_once_t init_done = PTHREAD_ONCE_INIT; void destructor(void* arg){ printf("destructor: hello %d\n", (int)arg); } void thread_init(){ printf("I'm thread init\n"); pthread_key_create(&key, destructor); } void* fun...
[ "502842026@qq.com" ]
502842026@qq.com
534ec2f0fb52ff8ba9fc9cbd67110cef4898e240
ecc4aa88b5fcc7170f9fa011baf061dedc025112
/triplet.c
d817e5c90ef2e44d796e6f5b7c5c62f5e2c53a9f
[]
no_license
amitjadhavv/gymdatabase
fdbbc35a987a91546e3608e7ab465e454b66ee08
af666bd38be9cffcd20db9a5d40867b507e92208
refs/heads/master
2022-12-09T14:22:02.289738
2020-09-09T06:52:02
2020-09-09T06:52:02
294,026,396
0
0
null
null
null
null
UTF-8
C
false
false
336
c
#include<stdio.h> int main() { int n, ar[50],c=0; scanf("%d",&n); for(int i=0;i<n;i++) scanf("%d",&ar[i]); int i=0; while (i!=n-1) { for(int j=i+1;j<n;j++) { if(ar[j]==ar[i]) { for(int k=j;k<n-1;k++) { ar[k]=ar[k+1]; } c++; n--; break; } } i++; } pr...
[ "noreply@github.com" ]
amitjadhavv.noreply@github.com
4b54e9a812d4ed10fac7597c4437c8a265c4bd0e
6d4e1a4e89bd83224fa2fd53e153ff73c451d671
/LuaNode_Esp32/esp-idf/components/wpa_supplicant/port/include/endian.h
e2df616b79b68fa7e6cbe250d17d94e518b4a6d6
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
loboris/LuaNode
156781f8eb876f1f521f2ccfbc726266c8345c28
0ac737e30e0fcd01fa5a0fc27efbbf292db89e30
refs/heads/master
2020-06-12T15:16:52.145161
2016-12-03T10:35:48
2016-12-03T10:35:48
75,809,292
2
0
null
2016-12-07T07:05:55
2016-12-07T07:05:55
null
UTF-8
C
false
false
5,426
h
/*- * Copyright (c) 2002 Thomas Moestl <tmm@FreeBSD.org> * 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, ...
[ "tulip-wangwei@163.com" ]
tulip-wangwei@163.com
a11ad4e73b7df8f75a1ee7adbd4b0b548ef64c8a
df9e5dd2d422a3e1940adba05c9a457a303b1d8d
/CH13/Programming Project/P09.c
a205538466da482d62853cd45d6a7658e1e6735a
[]
no_license
makkusu-3d/KNCPROG_EX
684b70745c3f5b0a235f0be0d42f6a480b4e44d8
c6762bb4e73bd3e11dc96759e1611ffa75999318
refs/heads/master
2021-06-23T18:27:09.136626
2019-06-10T07:29:58
2019-06-10T07:29:58
145,694,407
1
0
null
null
null
null
UTF-8
C
false
false
985
c
/** * Modify Programming Project 10 from Chapter 7 so that * it includes the following function: * * int compute_vowel_count(const char *sentence); * * The function returns the number of vowels in the string * pointed to by the sentence parameter. */ // Preprocessing Directives #include <stdio.h> #include <ct...
[ "noreply@github.com" ]
makkusu-3d.noreply@github.com
7c8908353aafa4a59ecf526196354e83646061d5
677002b757c0a1a00b450d9710a8ec6aeb9b9e9a
/tiago_public_ws/devel/include/pal_device_msgs/DoTimedLedEffectAction.h
9ba285e969ec19efc383d4b93cb876595d1c3a4d
[]
no_license
mrrocketraccoon/tiago_development
ce686c86459dbfe8623aa54cf4279021342887fb
a0539bdcf21b67ab902a4649b516dcb929c54042
refs/heads/main
2023-06-16T19:39:33.391293
2021-07-08T21:20:03
2021-07-08T21:20:03
384,249,894
0
0
null
null
null
null
UTF-8
C
false
false
96
h
/tiago_public_ws/devel/.private/pal_device_msgs/include/pal_device_msgs/DoTimedLedEffectAction.h
[ "ricardoxcm@hotmail.com" ]
ricardoxcm@hotmail.com
7fdd283a3e53447f27cd0e2835b6f3a54163b4ab
4d0eb91e889e05967df2ed2990d72c52b91b002d
/chap_13/13-2/find_nonwhite.c
0895f6962ab09d84f38c72b6a608ba56680850bb
[]
no_license
jguerra7/practical-c-programming
441a1cc2e90b7a119ebaa73ec90cf2bc8336f998
bfa7cd45ead840146c0903fe5dfcd469bc7f8504
refs/heads/master
2020-11-27T05:59:50.734201
2011-09-12T00:47:25
2011-09-12T00:47:25
null
0
0
null
null
null
null
UTF-8
C
false
false
1,289
c
/********************************************************************** * Write a function that takes a single string as its argument and * returns a pointer to the first nonwhite character in the string. **********************************************************************/ #include <stdio.h> #include <string.h> ...
[ "dan@tangledhelix.com" ]
dan@tangledhelix.com
ca25884fc566691fcfbb2f951e2b6a8b6cdb2891
17c87e23e01e074c684619ff0e56706b407f0b23
/omi-1.0.8/samples/Providers/Fastener/schema.c
b0a34dd92a7f3baef73a1c3a8aee37c0f6c33701
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
HuaweiSwitch/OMI
8856be28d0dbe22650dc70635e2749a908802c7d
bca42b3388f0e97d21fd1e872a949fa4032adbff
refs/heads/master
2021-01-10T17:51:50.818745
2016-03-31T09:15:47
2016-03-31T09:16:07
55,116,218
2
1
null
null
null
null
UTF-8
C
false
false
16,206
c
/* **============================================================================== ** ** Open Management Infrastructure (OMI) ** ** Copyright (c) Microsoft Corporation ** ** Licensed under the Apache License, Version 2.0 (the "License"); you may not ** use this file except in compliance with the License. You may obt...
[ "mao58398297" ]
mao58398297
0a5942620cbeb9462c598e8d8130d7d7dad8b43b
803defda42a220faee2d79ffa5f5b8610d10bdc4
/lib/tinyusb/src/class/msc/msc_device.h
fd74716a30aac2c80724a14bc344e4140d73bdb2
[ "BSD-3-Clause", "MIT" ]
permissive
beegee-tokyo/Circuitrocks_ISP4520_Bootloader
d6d0baee07024aa1a0209cca2ce936cf2d2f0ae8
f6d34bd8cc5812a3e1d39b7be8b1f8a7d43405e8
refs/heads/master
2020-08-06T20:19:36.581963
2019-10-06T09:29:57
2019-10-06T09:29:57
213,140,695
1
0
null
null
null
null
UTF-8
C
false
false
8,045
h
/**************************************************************************/ /*! @file msc_device.h @author hathach (tinyusb.org) @section LICENSE Software License Agreement (BSD License) Copyright (c) 2013, hathach (tinyusb.org) All rights reserved. Redistribution and use in sourc...
[ "bernd@giesecke.tk" ]
bernd@giesecke.tk
6a1a61cb3569eb3ca1b931ee6b5a9ac64190f175
53ce8db3746f83ac8a81565f38d9241a51b8a3bd
/packages/netlib/lapack/sggglm.c
6dcd6ddd34ef5f77d6b0f6dd8480d4983749dc08
[]
no_license
deepakantony/vispack
f3f848d3894ff70cf3456b73b9592fd03b695cbb
c777fccb05298dbd38d14129013134c7a497f553
refs/heads/master
2020-05-16T21:56:13.250146
2011-06-10T07:47:27
2011-06-10T07:47:27
1,868,999
1
0
null
null
null
null
UTF-8
C
false
false
7,225
c
#include "f2c.h" /* Subroutine */ int sggglm_(integer *n, integer *m, integer *p, real *a, integer *lda, real *b, integer *ldb, real *d, real *x, real *y, real * work, integer *lwork, integer *info) { /* -- LAPACK driver routine (version 2.0) -- Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,...
[ "deepakantony@gmail.com" ]
deepakantony@gmail.com
fbc3072a91267bdf5ea6e6fd308a82773fb319aa
de5e362db780429ac6304c11345f060e3149f498
/d/beijing/road3.c
629d074d3e6b01025388dce9b3207ad97e9160a3
[ "MIT" ]
permissive
caokang/mud
8058c0de0ac791fa8662224f82318e4e8b0b62bd
99025000097bbe4bc5028e216c8d0eb05ef9ac67
refs/heads/master
2023-06-17T18:37:14.304099
2021-07-15T12:51:40
2021-07-15T12:51:40
null
0
0
null
null
null
null
UTF-8
C
false
false
661
c
inherit ROOM; void create() { set("short", "大驿道"); set("long", @LONG 你走在一条尘土飞扬的大驿道上。四周人来人往。挑担子的、 行商的,赶着大车的马夫,上京赶考的书生,熙熙攘攘,非常热闹。 不时还有两三骑快马从身边飞驰而过,扬起一路尘埃。道路两旁是 整整齐齐的杨树林。东北方向是另一条大道。 LONG ); set("exits", ([ "northeast" : "/d/guanwai/laolongtou", "northwest" : __DIR__"road2", "south" : __DIR__"road4", ])); ...
[ "i@oiuv.cn" ]
i@oiuv.cn
93000d77b147e3efd4bbb3f0a4cd7cb2a3fed8d2
38852d72b22763ccc6cc28fed87a2b69e37d372f
/clang/test/Headers/nvptx_device_math_functions.c
22767d0cdeb98d01f24d4ab8ea575c48e2f59fb5
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
IDreamMedical/llvm-project
2cf0589f12ec5ba642922b03a7126a8923825fdb
22405f3097c10f04cbe19bcfc6efcaff9ab28d9a
refs/heads/master
2020-09-20T03:25:38.122840
2019-05-15T13:45:36
2019-05-15T13:45:36
null
0
0
null
null
null
null
UTF-8
C
false
false
1,082
c
// Test calling of device math functions. ///==========================================================================/// // REQUIRES: nvptx-registered-target // RUN: %clang_cc1 -internal-isystem %S/Inputs/include -include math.h -fopenmp -triple powerpc64le-unknown-unknown -fopenmp-targets=nvptx64-nvidia-cuda -emit...
[ "gheorghe-teod.bercea@ibm.com" ]
gheorghe-teod.bercea@ibm.com
a2759a9b02c64073aaf80051dd68801dd15155d1
0fc6985954f3300034e86f1a80477c4a25d90ff0
/j10/ex00/srcs/ft_putchar.c
5e0cee1d13b5a64e0834c5b3ab30a944e03b989e
[]
no_license
ccazuc/Piscine-42
777fe27a359ce2702369b434661746fc58e17d03
ff2250ea7c7b909ba86cbd14685a337a90216fb0
refs/heads/master
2020-12-03T00:36:19.736659
2018-09-12T15:29:01
2018-09-12T15:29:01
96,047,686
0
0
null
null
null
null
UTF-8
C
false
false
959
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar.c :+: :+: :+: ...
[ "ccazuc@e3r9p13.42.fr" ]
ccazuc@e3r9p13.42.fr
aec095f6fd7d515ab82f1db3dcd598e86a2f99e9
1873671740b919865400d3de6e43714c4c6e435f
/appli/persolib/motors.h
79bf840c336da67f2f1cffaea67ec91cb8e6bc25
[]
no_license
PSE-D2PROJECT/CODE-SOURCE
50c83fce30a45faf5a55f1f40a149095772178eb
f3276bf8b9dd51bbe1215ed80a33dbc680b17564
refs/heads/master
2023-01-30T19:10:41.974420
2020-12-15T13:30:52
2020-12-15T13:30:52
312,212,351
0
0
null
null
null
null
UTF-8
C
false
false
823
h
/* * motors.h * * Created on: 14 nov. 2020 * Author: simon */ #ifndef PERSOLIB_MOTORS_H_ #define PERSOLIB_MOTORS_H_ #include "stm32f1xx_hal.h" #include "macro_types.h" // FUNCTIONS void forward(void); void backward(void); void leftStatic(void); void leftDynamic(void); void rightStatic(void); void rightDyna...
[ "64204457+Kartodix@users.noreply.github.com" ]
64204457+Kartodix@users.noreply.github.com
3cf5d0c451b8ab5b205ff12a0aaddd3557409c2d
4f9c34d2f81f0a4270b6a37f003a11c1169daadd
/build/iphone/headers/JavaScriptCore/WebKitAvailability.h
6d69cccbfe4e62a0eca3695e99ecf5a6a0bd3236
[ "Apache-2.0" ]
permissive
DavidHLSilva/App_clima
5b41ab01fbee7c4bc4389dc0e70d2e4dea082a3f
b5b6d2697829821464333c98e210923df32dcad9
refs/heads/master
2020-03-26T22:30:59.245018
2018-08-21T14:46:01
2018-08-21T14:46:01
145,457,712
0
0
null
null
null
null
UTF-8
C
false
false
33,444
h
/** * Clima Clima License * This source code and all modifications done by Clima * are licensed under the Apache Public License (version 2) and * are Copyright (c) 2009-2014 by Clima, Inc. */ /* * Copyright (C) 2008, 2009, 2010 Apple Inc. All Rights Reserved. * * Redistribution and use in source and binary for...
[ "jezrel_mx@Efrens-MacBook-Pro.local" ]
jezrel_mx@Efrens-MacBook-Pro.local
c8b4e3e6c18b3085562eefd76a8031ad181a1c4c
ba5e6dfce2d238a599eeb23ed500c68ae00ee5ed
/behavioral/command/command/header.h
fd8c67a967bedd6383ff545ed4cccc5567fd7994
[]
no_license
kkoltunski/designPatterns
f803abdf95f532aa3c84ad2f28aba3555289c41f
f4eb456a637f141a4d2a755c7b414deb94e565ce
refs/heads/master
2022-12-07T22:33:04.055640
2020-08-22T08:27:36
2020-08-22T08:27:36
259,417,855
0
0
null
null
null
null
UTF-8
C
false
false
239
h
#ifndef HEADER_H #define HEADER_H #include "commandInvoker.h" #include <limits> LPCSTR pathToDirectory{ R"(..\exampleDirectory)" }; enum class commands : short { fileCreator, directoryCreator, fileRemover, finisher}; #endif // HEADER_H
[ "kkoltunski@sii.pl" ]
kkoltunski@sii.pl
b090a7968d42b5705fb4fdc276208ea4c99c3d33
cf9056b12deda80eb6b461e5ff4b8a5ec86c9d2d
/kernel/fs/devfile.c
bae0190a5f6f5d3531137a843564661802726f70
[ "MIT" ]
permissive
killvxk/MiraiOS
febcbcd9564f8023b2239297e4753a738fbad2b3
d18b33cbab198e1253fc6474799a22d8431a5b86
refs/heads/master
2020-03-06T23:05:58.523902
2018-03-21T14:43:49
2018-03-21T14:43:49
127,123,539
0
2
null
2018-03-28T10:24:34
2018-03-28T10:24:34
null
UTF-8
C
false
false
1,294
c
#include <fs/devfile.h> #include <errno.h> #include <mm/heap.h> #include <mm/memset.h> #include <sched/spinlock.h> struct Inode *fsCreateCharDev(struct Inode *dir, const char *name, struct DevFileOps *ops, void *privateData) { struct DirEntry entry; entry.nameLen = strlen(name); if (entry.nameLen > 31) { entry....
[ "l.nooteboom@gmail.com" ]
l.nooteboom@gmail.com
0360282950dfae9b45718c73b7ae356f961ea8f9
fefebea3de45192c29149980efc1430244fae426
/NWN2DataLib/MDBFormat.h
087a4f3691058b09d69d2e62651fff1fe210da9c
[]
no_license
fantasydr/nwn2dev
4ba8f02ec39a7a6155a9bc9018170fdd359e9059
be9b06435beb04e385c0b032426e3915f4de2271
refs/heads/master
2020-05-16T18:25:24.169263
2014-02-16T03:35:53
2014-02-16T03:35:53
16,663,693
3
0
null
null
null
null
UTF-8
C
false
false
1,757
h
/*++ Copyright (c) Ken Johnson (Skywing). All rights reserved. Module Name: MDBFormat.h Abstract: This module defines the general MDB on-disk layout definitions. --*/ #ifndef _PROGRAMS_NWN2DATALIB_MDBFORMAT_H #define _PROGRAMS_NWN2DATALIB_MDBFORMAT_H #ifdef _MSC_VER #pragma once #endif /...
[ "fantasydr.gg@gmail.com" ]
fantasydr.gg@gmail.com
da4b2a51f9e7ca0efe1b1d9a36d4fd83a4ac2aad
e195d2583b037d828baa2bbbd5c58fb7fd7a6fac
/src/f32-dwconv/gen/up4x25-minmax-wasmsimd-x86.c
bb0932bc4c6b19b398d940f95e192a49f3a0a1a4
[ "LicenseRef-scancode-generic-cla", "BSD-3-Clause" ]
permissive
mitchellspryn/XNNPACK
b09b34e376c66f4f80a97d7c70ac8c3d23619757
cf277de610b96e0c8ebdea48421570c307b827da
refs/heads/master
2023-06-17T23:07:44.567408
2021-07-08T06:33:14
2021-07-08T06:34:07
384,202,533
0
0
NOASSERTION
2021-07-08T17:33:48
2021-07-08T17:33:47
null
UTF-8
C
false
false
16,095
c
// Auto-generated file. Do not edit! // Template: src/f32-dwconv/up-wasmsimd.c.in // Generator: tools/xngen // // Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <wasm_simd...
[ "xnnpack-github-robot@google.com" ]
xnnpack-github-robot@google.com
b58bf4844af53d8851116e43a14c91ab074f8c3e
b0300783129286822ad937b8b3b363269efaee78
/tests/network/network_tests_support.c
d3c9d389e8dd11ae82efca03d9a4f59d6861ae9f
[ "BSD-2-Clause" ]
permissive
daalbano/cachegrand
11d7666a616f0efed936259bb79ca925f6469747
a0c019e760257df306cbf481e5ccd48f53ab6e4f
refs/heads/main
2023-04-14T21:12:30.206339
2021-04-22T19:10:53
2021-04-22T19:10:53
null
0
0
null
null
null
null
UTF-8
C
false
false
1,929
c
#include <stdbool.h> #include <stdint.h> #include <string.h> #include <netinet/in.h> #include <unistd.h> #include <assert.h> #include <errno.h> #include <arpa/inet.h> #include "log/log.h" uint16_t network_tests_support_search_free_port_ipv4( uint16_t start_port) { uint16_t port; int val = 1; struc...
[ "d.albano@gmail.com" ]
d.albano@gmail.com
c437e13a425b206b4cb97210c89a500b50e6ce9c
628ae308aaa67cbea9c5b839a979140ef8c1ce25
/src/geometry_msgs/msg/detail/twist_stamped__type_support.h
f412fad97d08bd21ab0647c4c196e082c1444f74
[ "Apache-2.0" ]
permissive
arafat877/micro_ros
f676a06bd2ca4828b3a6c07ae110914ac338e9b7
56676e56ceed07af4dedf1f92b8a4f4768691921
refs/heads/master
2023-05-09T18:11:00.706157
2021-06-14T15:12:33
2021-06-14T15:13:04
null
0
0
null
null
null
null
UTF-8
C
false
false
928
h
// generated from rosidl_generator_c/resource/idl__type_support.h.em // with input from geometry_msgs:msg/TwistStamped.idl // generated code does not contain a copyright notice #ifndef GEOMETRY_MSGS__MSG__DETAIL__TWIST_STAMPED__TYPE_SUPPORT_H_ #define GEOMETRY_MSGS__MSG__DETAIL__TWIST_STAMPED__TYPE_SUPPORT_H_ ...
[ "wuhanstudio@qq.com" ]
wuhanstudio@qq.com
5a65a3c166b236a7e8280612d0d28e9866a7e86a
6efacee87024c4a38e6097475edb239d628bff57
/single_core/isim/cmp_top_isim_beh.exe.sim/work/m_04720669450903807996_3390054330.c
9caa092d7a72cf89a544a4fe64b48c23a2b0aa74
[]
no_license
DavideConficconi/embedded_project
a496de3e8bfbc620f67c72d7b2de673d7b69a42b
7aab979e88f6e866aad2e2e14baf3be26b2dc249
refs/heads/master
2022-05-01T12:22:35.793239
2022-03-22T09:42:03
2022-03-22T09:42:03
75,631,672
0
0
null
null
null
null
UTF-8
C
false
false
109,981
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "davideconficconi@gmail.com" ]
davideconficconi@gmail.com
c5b049dc6243e3da9b2c239c8dde9d957210d203
6b5301fbc97550dd534046e2ab8dde3e9851f981
/src/interpreter/spyre.h
26685b9aad694d83a388dd23e63bdf1b910a0eed
[]
no_license
ForeverDev/spyre4
ea5222bb41454947819b53e8fc37877d56e8311f
84e67381600185043de8b4445f1884a91677a563
refs/heads/master
2021-01-10T17:21:11.026521
2016-03-11T05:51:21
2016-03-11T05:51:21
53,632,251
0
0
null
null
null
null
UTF-8
C
false
false
1,151
h
#ifndef SPYRE_H #define SPYRE_H #include <stddef.h> #include "const.h" typedef struct spy_state spy_state; typedef struct spy_memoryNode spy_memoryNode; typedef struct spy_memoryMap spy_memoryMap; struct spy_state { spy_memoryMap* heap_data; uint8* ip; uint64* sp; uint64* bp; uint8* code; uint8...
[ "david.wilson@govsacademy.org" ]
david.wilson@govsacademy.org
c1ed27aafccec98f0cc5b036b38989bcabaa4c2b
355a296d1256501b74258c84c908d1a0a231a6fa
/TFT_fonts/Arial27x27.h
d9a24f5e31ee24193451048f89267a82c6d91667
[]
no_license
bkht/TFT_FFT_Test
5f0216b97316e68c4ef14a2d7aed0e830320b095
12c1c355756e7e6d647ce6b66f028dcefd499d36
refs/heads/master
2020-03-12T00:38:34.415471
2018-04-20T13:00:03
2018-04-20T13:00:03
130,354,679
1
0
null
null
null
null
UTF-8
C
false
false
65,779
h
// FontName : Arial27x27 // FontSize : 27 x 27 __align(2) const unsigned char Arial27x27[] = { 109,27,27,4, // Length,horz,vert,byte/vert 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0...
[ "info@jacksoft.nl" ]
info@jacksoft.nl
52580420c7efdfddb8a65da3da70721bec747d27
b33a9177edaaf6bf185ef20bf87d36eada719d4f
/qtbase/include/QtPlatformSupport/5.6.3/QtPlatformSupport/private/application_p.h
846afe5a88c1e02f8b67e0eaef20d9c1763fca97
[ "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-commercial-license", "LGPL-2.0-or-later", "LGPL-2.1-only", "GFDL-1.3-only", "LicenseRef-scancode-qt-commercial-1.1", "LGPL-3.0-only", "LicenseRef-scancode-qt-company-exception-lgpl-2.1", ...
permissive
wgnet/wds_qt
ab8c093b8c6eead9adf4057d843e00f04915d987
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
refs/heads/master
2021-04-02T11:07:10.181067
2020-06-02T10:29:03
2020-06-02T10:34:19
248,267,925
1
0
Apache-2.0
2020-04-30T12:16:53
2020-03-18T15:20:38
null
UTF-8
C
false
false
81
h
#include "../../../../../src/platformsupport/linuxaccessibility/application_p.h"
[ "p_pavlov@wargaming.net" ]
p_pavlov@wargaming.net
877c7190776fa9d55a3563d6f843b43b3c8719b6
8ca577e62f370f2b6756fe2716db22230026df7f
/vendor/include/glad/glad.h
0ef309687da12cbac531f7cfa0575112131bd818
[]
no_license
AquariusJacky/CA_HW1_SoftSimulation
3feed01106c91588e35cec8c091ea7d2473a2021
50f3d8606aff44df13c6280187d3e629926a0905
refs/heads/master
2023-05-05T06:21:22.072682
2021-05-24T14:25:51
2021-05-24T14:25:51
363,968,559
0
0
null
null
null
null
UTF-8
C
false
false
144,145
h
/* OpenGL loader generated by glad 0.1.34 on Sat Mar 13 13:28:03 2021. Language/Generator: C/C++ Specification: gl APIs: gl=4.1 Profile: core Extensions: Loader: False Local files: False Omit khrplatform: False Reproducible: False Commandline: --profile="c...
[ "jacky14343@gmail.com" ]
jacky14343@gmail.com
7512e532fbfd77c0fce576fdcb12ac8208c5ad73
2ed084f3572ccdde6009067862b38041fbbd44c1
/lib/EMBOSS-6.6.0/emboss/preg.c
f789ea70bec12639081b0463258275c90cff4d38
[ "GPL-1.0-or-later", "LicenseRef-scancode-generic-exception", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.0-or-later", "LicenseRef-scancode-proprietary-license", "GPL-2.0-only", "CC-BY-4.0", "MIT" ]
permissive
frantallukas10/CodonShuffle
240c184dc4f79f96cea4d2e13f9843b379d22ede
4c408e1a8617f2a52dcb0329bba9617e1be17313
refs/heads/master
2020-06-16T20:18:46.419893
2015-11-09T14:19:28
2015-11-09T14:19:28
195,691,920
1
0
MIT
2019-07-07T19:59:49
2019-07-07T19:59:49
null
UTF-8
C
false
false
2,359
c
/* @source preg application ** ** Protein regular expression (perl style) ** ** @author Copyright (C) Peter Rice ** @@ ** ** This program is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License ** as published by the Free Software Foundation; either version 2 ** o...
[ "dmacedod@umich.edu" ]
dmacedod@umich.edu
2a57cc4ec32c1ebae677f0d933fbf32d49d9d00f
474454774049928e93ca58d064d9aa410e6ed070
/Wooh~PaperPlane_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/UnityEngine.TextRenderingModule_CodeGen.c
f22bfe2abf60778c3a563b165e4fb69831dd20b1
[]
no_license
ZhiQing-R/Whoo-Paper-Plane
8a92b8856202ab8a9d87c7a7b1609f80d271983e
589c8f8c8face4f780bd9a81e7ed09a14baff93d
refs/heads/master
2023-03-10T16:01:58.154961
2021-02-28T09:54:20
2021-02-28T09:54:20
343,007,437
0
0
null
null
null
null
UTF-8
C
false
false
13,994
c
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "codegen/il2cpp-codegen-metadata.h" IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END // 0x00000001 System.Boolean UnityEngine.TextGenerationSettings::CompareColors(UnityEngine.Color,UnityEngine.Color) exte...
[ "119010253@link.cuhk.edu.cn" ]
119010253@link.cuhk.edu.cn
94eedb088dbea1e4c707f28953b18d801a277043
47559e30315311dd140e2a51918455acdb550531
/src/lib/user/syscall.h
458c38485e627768859ad464242840ba3f8812b8
[ "MIT-Modern-Variant", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
HyunSeokki/Pintos
9efbea51fa29a599832ef59c5f1f132dea4803f9
9a3651f418cefa3259686893aa174e7b40c27233
refs/heads/master
2020-07-01T21:21:58.300479
2020-01-06T13:26:24
2020-01-06T13:26:24
201,304,361
0
0
null
null
null
null
UTF-8
C
false
false
1,378
h
#ifndef __LIB_USER_SYSCALL_H #define __LIB_USER_SYSCALL_H #include <stdbool.h> #include <debug.h> /* Process identifier. */ typedef int pid_t; #define PID_ERROR ((pid_t) -1) /* Map region identifier. */ typedef int mapid_t; #define MAP_FAILED ((mapid_t) -1) /* Maximum characters in a filename written by readdir(). ...
[ "hhs250@naver.com" ]
hhs250@naver.com
68b527ff0ee0fdf8f812830aaa6ce3dbacdc4a14
7e2671a6af6cce900197ffd96cf3c56f1567e38e
/GENSCSI/GENSCSI.H
8125fccb71b1bafb30ac29161665324e5e124422
[]
no_license
OS2World/DEV-SAMPLES-DRV-SCSIPG
1d5deaa2d34847296af0531ceb253c163896af97
acdd9656fc0364b438fe5980ca88c1f78a4f6c7c
refs/heads/master
2020-04-22T08:04:08.089712
2019-10-06T14:42:38
2019-10-06T14:42:38
170,231,845
0
0
null
null
null
null
UTF-8
C
false
false
60
h
#include "const.h" #include "struc.h" #include "externs.h" 
[ "miturbide@nextstep.com.ec" ]
miturbide@nextstep.com.ec
01066c2027a100eae3c818b30e27fb53034b7591
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/mpv-master/input/ipc-unix.c.bak.c
30cfdac2f1b12e81973758a50ac7ff8c99f6ac80
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
11,155
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* * This file is part of mpv. * * mpv 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 ...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
dbac31e8002245df5e06279e4ace4f3f00f104bc
7cd2c969be3145b617050222213af8f143041d2c
/Chapter 11/fgets2.c
80056539e0b24a7ea2224816d63f3a54dd771c90
[ "MIT" ]
permissive
YIHONG-JIN/Solution-for-C-Primer-Plus-6th
7daa7828e08326cf4a37a2ed84b040f237406169
6446da5d39ae64c5409cbd1413bb33635bba108e
refs/heads/main
2023-03-17T17:42:01.596430
2021-03-19T12:16:20
2021-03-19T12:16:20
315,095,034
2
0
null
null
null
null
UTF-8
C
false
false
270
c
#include <stdio.h> #define STLEN 10 int main(void) { char words[STLEN]; puts("Enter strings (empty line to quit):"); while (fgets(words, STLEN, stdin) != NULL && words[0] != '\n') { fputs(words, stdout); } puts("Done."); return 0; }
[ "JIN011112@outlook.com" ]
JIN011112@outlook.com
bc664ced0eaf7b3625443d06b230137d5a966d17
3c40c9ad2bbee817477738786c789069988acd84
/QUIZ I/2.c
62173d71c5af1e18da8facb40e9bf57fbeab2c2b
[]
no_license
ihsanulcode/CSE115-Programming-Language-I
81db1718dbf614022f18684e51ca384aa73f1e9a
7f05d7189441cfd7ab533636d5cf578fb6e7a167
refs/heads/main
2023-06-26T23:48:01.893219
2021-07-30T05:28:55
2021-07-30T05:28:55
345,749,084
2
1
null
null
null
null
UTF-8
C
false
false
229
c
#include<stdio.h> int main(void) { int temp = 6; for(int row=6;row>=1;row--){ for(int col=1;col<=row;col++){ printf("%d",temp); } printf("\n"); temp--; } return 0; }
[ "66785935+ihsanulcode@users.noreply.github.com" ]
66785935+ihsanulcode@users.noreply.github.com
bada4dab28347e3bd623b2108d8b7fc874fee8da
5b63b2e959ee26c54773a7beb33f507d998a884d
/VDText/VDText/VDTextContents.h
d18fc264dcca41889e21bea46a570836d490d882
[ "MIT" ]
permissive
vvard3n/VDText
0faf472818bbd4f2182219071cebd11cf4c82061
50b7598d1945ccbd4fb860622118117406718816
refs/heads/master
2020-11-23T20:40:34.533084
2020-10-22T09:13:53
2020-10-22T09:13:53
227,811,777
0
0
null
null
null
null
UTF-8
C
false
false
3,195
h
// // VDTextContents.h // VDText // // Created by Harwyn on 2017/4/27. // #ifndef VDTextContents_h #define VDTextContents_h //color /* Create UIColor with a hex string. Example: UIColorHex(0xF0F), UIColorHex(66ccff), UIColorHex(#66CCFF88) Valid format: #RGB #RGBA #RRGGBB #RRGGBBAA 0xRGB ... The `#` or "0x" s...
[ "vvard3n@gmail.com" ]
vvard3n@gmail.com
86501ff5cb26659cfb3a8633960f2c299dd6dae0
c2cedcf36667730f558ab354bea4505b616c90d2
/players/chip/venom2/OBJ/alarm.c
50eac1509e1e52c1bb241aeb3f63cbc37c491f2b
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
1,322
c
/* Alarm Object - reports when someone enters then destructs. will last 30 minutes otherwise. */ inherit "obj/treasure"; #include "/players/chip/ansi.h" #define OWNER find_living(owner) string owner; int done; reset(){ set_id("invis_alarm_symb"); set_weight(50000000); set_value(0); call_out("destroy_this", 1800...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
d441db4bffb82e06c6ad8a354a4ca6070847a0c0
5d6f9241f5c79a1c60995261d4d7bea62c397671
/Untitled1.c
95f8b3ccf93da41b67075f2d637a154cb52a77e0
[]
no_license
eben2911/misal
b30f8153713a285a09497af39dc988b4ad7236dc
43e83294c36a8af876681da4e1b345c4c51cf076
refs/heads/main
2023-04-08T23:13:10.818081
2021-04-11T12:40:14
2021-04-11T12:40:14
338,996,636
0
0
null
null
null
null
UTF-8
C
false
false
13,274
c
#include<stdio.h> #include<stdbool.h> #include<string.h> #include<time.h> #include<stdlib.h> #include<windows.h> #include<mmsystem.h> void mode(); void papan(); void menu(); void about(); void help(); void grid1(); void grid2(); void grid3(); void resetGrid(); int p, q, r, s,u,t; int skor1, skor2; c...
[ "noreply@github.com" ]
eben2911.noreply@github.com
fabecfab9652792ea5d7eda6906bedf86212526a
a947ed65175597d00c61b09407fdfff22feedcb2
/matrix.c
207e2052dd0a25f2fa2aee9d13c02a38028231fe
[]
no_license
cobaltblu27/hsd
b04db744bc3cf8ea55fd76508b7458a1de0c85ab
da6fa0a5771aadbb2e76aba4306efce9525a0833
refs/heads/master
2020-03-18T06:32:01.624373
2018-06-19T22:34:29
2018-06-19T22:34:29
134,401,455
0
0
null
null
null
null
UTF-8
C
false
false
746
c
#include<stdio.h> int main(){ float matrix[64][64]; float vector[64]; float answer[64]; FILE *f = fopen("./input_hex.txt", "r"); for(int i = 0; i < 64; i++) for(int j = 0; j < 64; j++) fscanf(f, "%x", (unsigned int*) &(matrix[i][j])); for(int i = 0; i < 64;i++){ fsc...
[ "cobaltblu27@gmail.com" ]
cobaltblu27@gmail.com
0c4bbc4cea87305d20b9caffde0660b61001c122
b6523acb8909eadd30818829d14bb09e12ad9875
/includes/loop_hook.h
c1d67f069d344718e60bee0a7a362811cde0fcad
[]
no_license
secondfry/school21-RTv1
e5a7d0e128bf3a8a847ba42d5a98e9899d22c00c
8a7bd827c3fd73c9a80128c753967d76e4a45a55
refs/heads/master
2023-06-18T13:11:50.815476
2021-07-19T19:01:05
2021-07-19T19:01:05
377,601,465
1
0
null
2021-07-19T10:11:46
2021-06-16T19:08:52
C
UTF-8
C
false
false
1,600
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* loop_hook.h :+: :+: :+: ...
[ "secondfry+github@gmail.com" ]
secondfry+github@gmail.com
279576b259e7c863a4da4b54eeb92c89bc8f8c22
e798011f1f41e2f9000aebb329813ec91eb44778
/rdpfuzz-dynamorio/suite/tests/client-interface/drx_buf-test.c
2372ec51e2703df429096592a46f365f9171a645
[ "BSD-3-Clause", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "LGPL-2.1-only", "BSD-2-Clause", "LGPL-2.0-or-later", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
fengjixuchui/rdpfuzz
3a7f210f1fa56d9b75dd26cdf6be310a9cf0fee4
4561b6fbf73ada553ce78ad44918fd0930ee4e85
refs/heads/main
2023-07-28T02:29:12.829741
2021-09-10T09:35:59
2021-09-10T09:35:59
401,266,187
0
0
Apache-2.0
2021-09-10T09:36:00
2021-08-30T08:12:51
null
UTF-8
C
false
false
8,234
c
/* ********************************************************** * Copyright (c) 2016-2017 Google, Inc. All rights reserved. * **********************************************************/ /* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following ...
[ "obporath@gmail.com" ]
obporath@gmail.com
8e9461c2ca6e4a0217727bf210785bee85dc9715
e2fe6c6dd983e3ee9d9d58701841e345b9b8e960
/apps/basic/uart/main.c
c26892da1fc01831335bcff1246fb01dff83ce1c
[ "MIT" ]
permissive
lab11/nrf52x-base
e91bb97528792a2b444ed66d982adb94c448eef4
04df75d45766fc1f9794f438a45080eddc7a0ec1
refs/heads/master
2023-08-24T04:49:01.382920
2023-08-07T22:43:35
2023-08-07T22:43:35
199,748,590
17
19
MIT
2023-01-25T22:03:45
2019-07-31T00:39:42
C
UTF-8
C
false
false
1,526
c
#include <stdbool.h> #include <stdint.h> #include <stdio.h> #include "nrf_gpio.h" #include "nrf_delay.h" #include "app_uart.h" #include "nrf_uarte.h" #include "nrf_power.h" // Pin configurations #define LED NRF_GPIO_PIN_MAP(0,17) #define UART_RX NRF_GPIO_PIN_MAP(0, 8) #define UART_TX NRF_GPIO...
[ "nealjack@umich.edu" ]
nealjack@umich.edu
77a1901f254dba8de45f72cbbdbf019c3a8250d9
c1bf2241856eaac1e738560212f17f4dc03091c0
/aula4/sistemagestaoescolar/SistemadeGestaoEscolar.c
99597ea12ee8c55717f387a843d3ff0490257a11
[]
no_license
felippe120/linguagemC
4d5cfd46ecbb368e9f17643541435d3481642cb3
d1dd6b66bad4585d6a63e8aa1179c06dc76aebfd
refs/heads/main
2023-03-15T13:50:23.927560
2021-03-04T14:48:46
2021-03-04T14:48:46
341,246,831
0
0
null
null
null
null
ISO-8859-1
C
false
false
2,133
c
#include <stdio.h> #include <stdlib.h> #include <locale.h> /* Sistema de gestão escola @autor Hendrik Vinicius */ int main(int argc, char *argv[]) { setlocale(LC_ALL,"Portuguese"); system("color 09"); printf(" ______ ______ __ __ _ _ _ \n"); printf("| __...
[ "noreply@github.com" ]
felippe120.noreply@github.com
ff43612c4f851d270abed2c62a68c17b69d37e36
c2cedcf36667730f558ab354bea4505b616c90d2
/players/fakir/castle.c
9a420835d29d7cd2adad0209afb2be724b69d63b
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
1,832
c
#define NAME "Fakir" #define DEST "room/eastroad5" #include "/players/fakir/color.h" /* * This is just the facade to a castle. If you want to enable the * "enter" command, move the player to a hall or something (which * you have to design yourself). * The predefined string DEST is where a player should come when h...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
d2204ac453f0a97b952096af96533e408243feea
d532ad5ae643e1f0b8b1a3884d07dddfcf7880e7
/libmp4/my_parse/my_parse.c
e1b29fa86bd52f1c3ce8caf7ada0f8592cc5b697
[]
no_license
samuelo91/metadata_parser
db7769909a9f346c4356bee3d24e6f22778674c4
ab4fea348b696bae389e77eb5e0b5a96353b62f8
refs/heads/master
2021-01-25T00:39:35.648418
2018-02-28T15:26:08
2018-02-28T15:26:08
123,303,593
0
0
null
null
null
null
UTF-8
C
false
false
11,448
c
/** * @file mp4_demux_test.c * @brief MP4 file library - demuxer test program * @date 07/11/2016 * @author aurelien.barre@akaaba.net * * Copyright (c) 2016 Aurelien Barre <aurelien.barre@akaaba.net>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, ...
[ "samuelo@student.ethz.ch" ]
samuelo@student.ethz.ch
10ee9d9231a5a6f9243a25a48ae9b98448e0acef
264cc34d1d5322c9c955f351e5ed710836f6a1a5
/cmake_targets/basic_simulator/ue/CMakeFiles/X2AP_R14/X2AP_M6delay-threshold.h
914ec73e719f13d4bf0c9a9d2ddee36c020aad92
[ "BSD-3-Clause", "BSD-2-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-generic-cla" ]
permissive
mr-ytseng/openairinterface5g
8d40a768b2046da8c521f58d34c0466226f1c154
54d541c22cdfcb774774089291c93e4e79294a1d
refs/heads/master
2021-10-27T20:56:33.843199
2019-04-19T15:37:55
2019-04-19T15:37:55
177,127,103
0
1
null
null
null
null
UTF-8
C
false
false
2,045
h
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "X2AP-IEs" * found in "/home/user/openairinterface5g/openair2/X2AP/MESSAGES/ASN1/R14/x2ap-14.6.0.asn1" * `asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterface5g/cmake_targ...
[ "yuchia.tseng@irt-systemx.fr" ]
yuchia.tseng@irt-systemx.fr
eb8fc5cc7033b64c8ee7aee2e19050c3affc298e
10e6af587b902bd7b9edd3710f7e5a03666f576d
/S700K/Portable.h
f9f7ef0da581ce8e87781dff9c2e226788cd0171
[]
no_license
yisea123/zhuanzhejiceshitai
1a801ae445dca78eb71b90448fbdacd9f6b40cfd
40b38af7bf48fb6728c4fcc48f660ab6e5ec8740
refs/heads/master
2020-09-04T15:23:46.424974
2017-03-27T15:08:50
2017-03-27T15:08:50
null
0
0
null
null
null
null
UTF-8
C
false
false
5,851
h
/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* */ /* WARNING: Do not add to, delete from, or otherwise modify the contents */ /* ...
[ "shuaiqi1234@gmail.com" ]
shuaiqi1234@gmail.com
70c9868f8866d64c43dc6754c01097a09b4853f2
c4e1dd7d0070fb840cfa5b5b8c7dd8e9e8bca051
/src/gbpAstro/gbpHalos/make_catalog_subvolume_stats.c
377ba5f0b2ccb04fb955f79d7b09dff6989456f4
[ "MIT" ]
permissive
gbpoole/gbpCode
1a96cfd454b05fe8cfc9231f39f3f47f1cacea55
5157d2e377edbd4806258d1c16b329373186d43a
refs/heads/master
2021-01-17T03:26:08.638552
2019-06-18T00:37:43
2019-06-18T00:37:43
20,125,725
1
4
MIT
2019-06-18T00:37:44
2014-05-24T08:51:38
C
UTF-8
C
false
false
5,585
c
#define _MAIN #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <gbpLib.h> #include <gbpHalos.h> int main(int argc, char *argv[]) { char filename_in_root[256]; char filename_in_base[256]; char filename_properties[256]; char filename_profiles[256]; char ...
[ "gbpoole@gmail.com" ]
gbpoole@gmail.com
504b96e036752ab71166fd7fcc99e46ba2039ff9
1c9b104e012ed325db3683fc0f0462eaf3aa0c15
/include/C/oxexport.h
2b9dacd665cb68c37d83737e720d34dc63d7634f
[ "BSL-1.0" ]
permissive
ferrall/niqlow
b105b426353f93c06382235b33d49ad08f9d74cf
fe1fd61cfdf79185b8e3f209b8c29a85e5a85a18
refs/heads/master
2023-08-26T07:10:39.203576
2023-03-10T20:22:55
2023-03-10T20:22:55
20,032,420
21
12
NOASSERTION
2023-08-09T19:07:21
2014-05-21T18:29:16
Ox
UTF-8
C
false
false
9,895
h
/*-------------------------------------------------------------------------- * oxexport.h - definitions/declarations Ox exported functions * * (C) Jurgen Doornik 1995 * *--------------------------------------------------------------------------*/ #ifndef INC_OXEXPORT #define INC_OXEXPORT #include "jdtypes....
[ "ferrallc@queensu.ca" ]
ferrallc@queensu.ca
f5554fa45b1be93ee8a819376eef89c9f7562472
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.3/Unix-Windows/scilab-2.3/routines/graphics/Graphics.h
fe9f18ec67c08d0e2ff5b4ba2513eed8c4e294af
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain", "MIT" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
C
false
false
65,546
h
#ifndef SCIG_PROTO #define SCIG_PROTO #ifdef __STDC__ #ifndef _PARAMS #define _PARAMS(paramlist) paramlist #endif #else #ifndef _PARAMS #define _PARAMS(paramlist) () #endif #endif /* Other functions */ extern void sciprint _PARAMS((char *fmt, ...)); extern void Scistring _PARAMS((char *str)); /*Actions.c *...
[ "claude.gomez55@gmail.com" ]
claude.gomez55@gmail.com
5a98b17d6cdeb5cfb569d3d640a731d469de51bd
26b003a42a2994233759e92cb46d7a4f2c07506e
/RemoteJoyLite_psp/hook_test.c
682f6fd9b344d40be0e5023589fd3c8fcdf5ab2e
[ "MIT" ]
permissive
ferion11/remote-joy-lite-fix-DA
9c4ff43fd1e80b15802a7923d9f96d80846cbf66
404f9a99e9b60961eedde0926c317984e3bc2717
refs/heads/master
2021-01-25T07:28:41.999596
2019-07-12T18:09:52
2019-07-12T18:09:52
10,012,202
4
0
null
null
null
null
UTF-8
C
false
false
1,323
c
/*------------------------------------------------------------------------------*/ /* hook_test */ /*------------------------------------------------------------------------------*/ #include <pspkernel.h> #include "debug.h" #include "hook.h" #ifndef RELEASE /*-----------------------------------...
[ "nahanaha.gachoon@gmail.com@8c889059-e6c0-4b14-ea69-7e3e91186022" ]
nahanaha.gachoon@gmail.com@8c889059-e6c0-4b14-ea69-7e3e91186022
a9c1f6d9e30a604ccd1606b42a12cd1e72abd0e9
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/237/688/CWE191_Integer_Underflow__int_fscanf_postdec_68a.c
f75f8b9943b9646efceacd35e9c376b71dfe5a8c
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C
false
false
3,204
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__int_fscanf_postdec_68a.c Label Definition File: CWE191_Integer_Underflow__int.label.xml Template File: sources-sinks-68a.tmpl.c */ /* * @description * CWE: 191 Integer Underflow * BadSource: fscanf Read data from the console using fscanf() * Go...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
2e8ee697330bfac38de6c9f0a194b15cab213cc8
1e006c14837be0e7b6ed9a0f5870907638dfd402
/usr/local/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/sys-root/usr/include/net-snmp/library/snmpIPv6BaseDomain.h
6cdcf512ffacb510af151eb873b0a866793123af
[]
no_license
slowfranklin/synology-ds
b9cd512d86ffc4d61949e6d72012b8cff8d58813
5a6dc5e1cfde5be3104f412e5a368bc8d615dfa6
refs/heads/master
2021-10-24T01:38:38.120574
2019-03-20T13:01:12
2019-03-20T13:01:12
176,933,470
1
1
null
null
null
null
UTF-8
C
false
false
784
h
/* IPV6 base transport support functions */ #ifndef SNMPIPV6BASE_H #define SNMPIPV6BASE_H #if HAVE_NETINET_IN_H #include <netinet/in.h> #endif #include <net-snmp/library/snmp_transport.h> #ifdef __cplusplus extern "C" { #endif /* * Prototypes */ NETSNMP_IMPORT char *netsnmp_ipv6_fmtaddr(const c...
[ "slow@samba.org" ]
slow@samba.org
15af57fa1271507876d3ba076f09ab94a84d16b1
c7bca5d6a5fd9909eb1a98ba8182a5ae4b3e4377
/background.c
0d3f672f21a1a4e51099a372dedfa33127171c94
[]
no_license
weimingtom/hw7
2f65bbbf78113ba86d47f92ab263a1a4ac2ee080
dbae16b6ab24ecb552753c8a74c7ee99bb00662c
refs/heads/master
2021-01-10T01:36:39.936471
2008-07-22T19:35:45
2008-07-22T19:35:45
44,463,396
1
0
null
null
null
null
UTF-8
C
false
false
29,377
c
//{{BLOCK(background) //====================================================================== // // background, 256x256@8, // + palette 256 entries, not compressed // + 81 tiles (t|f reduced) not compressed // + regular map (flat), not compressed, 32x32 // Total size: 512 + 5184 + 2048 = 7744 // // Time...
[ "andygivens@7e032dc2-ec51-0410-b278-cb4d121e4200" ]
andygivens@7e032dc2-ec51-0410-b278-cb4d121e4200
a6b011bb384abd1b355931f7d17b98b4c73a4a98
df61f537f064beacfd5e47638ee64bd94dedee08
/test/hello_nc.c
81061437df17aa9a92e180731550b6eefa1fcdc8
[]
no_license
sellep/terrap
29f971f54d033b5dd31a196f6543602b78319f24
1cc51a89d688d66375b2fb0cbc9d01576345ddb7
refs/heads/master
2021-01-25T04:48:17.569950
2017-09-17T11:10:09
2017-09-17T11:10:09
93,478,507
0
0
null
null
null
null
UTF-8
C
false
false
9,561
c
#include <ncursesw/ncurses.h> #include <unistd.h> #include <string.h> #include <locale.h> #include <wchar.h> #include <stddef.h> #include <stdlib.h> #include <stdio.h> #include "terra_log.h" //gcc `ncursesw5-config --cflags` hello_nc.c `ncursesw5-config --libs` #define GRID_OFFSET_TOP 2 #define GRID_OFFSET_BOTTOM 5 ...
[ "p.selle@aw-systems.net" ]
p.selle@aw-systems.net
c52330ed2a1f212e000ca2dd71197aa57d38bb40
545aaa434c52dab32749858771ec64aea933d1ce
/us/twix/access.c
8e8383c960aba5c3987d0e712d60f11d9d5fc635
[ "BSD-3-Clause", "MIT" ]
permissive
Wjt1127/twizzler-1
68b4b0928c96d9005e1c1b66effe10d7e51628cf
a73bdde1ddab66be12bee7f4222fdd836e2b0d54
refs/heads/master
2023-06-13T04:51:47.094019
2020-07-29T00:41:06
2020-07-29T00:41:06
null
0
0
null
null
null
null
UTF-8
C
false
false
3,980
c
#include <errno.h> #include <fcntl.h> #include <string.h> #include <sys/stat.h> #include <twz/hier.h> #include <twz/io.h> #include <twz/name.h> #include <twz/obj.h> #include "syscalls.h" int twix_openpathat(int dfd, const char *path, int flags, objid_t *id) { (void)flags; // TODO int r; if(path[0] == '/') { r = ...
[ "danielbittman1@gmail.com" ]
danielbittman1@gmail.com
e24681aa5d75bd739498f915c0c982632ab9370b
9de0d5e17f0ce3242a4c85974a692041d847b46b
/C/Code/16300/16394 - 홍익대학교.c
3828e7af0a2ef6be129dbac446b25c1926b3bbc0
[]
no_license
Joe2357/Baekjoon
1da08d50cd1a465940444c843e4735c42fa53ebc
ed79018d86dc4d730b16424bd77705614c0f742c
refs/heads/master
2023-08-27T01:20:35.158046
2023-08-03T04:17:25
2023-08-03T04:17:25
216,210,841
1
0
null
null
null
null
UTF-8
C
false
false
96
c
#include <stdio.h> int main() { int n; scanf("%d", &n); printf("%d", n - 1946); return 0; }
[ "50836915+Joe2357@users.noreply.github.com" ]
50836915+Joe2357@users.noreply.github.com
be80113c7bac4c7efa1c07f004003bf70d2f935a
9d7c89564b49c6cd6bb930ee4520a429e9d2f329
/constant.c
ed1e1b0706db1f05e0dc7cd15daf484970802cfe
[]
no_license
sagarkb/c-programs
00bce1e6816ef3c09cb45f35f874ad0f61b207a4
080d0634d95c58c64ff79e3e2b284b3c0ea128c5
refs/heads/master
2023-01-12T10:13:16.005335
2020-11-19T14:25:13
2020-11-19T14:25:13
307,465,050
1
0
null
null
null
null
UTF-8
C
false
false
173
c
#include<stdio.h> //#define pie 3.14 int main(){ // int x='a'+10; // printf("%d",x); const float pie=3.14; //pie++; printf("%.2f",pie); return 0; }
[ "sagarbhatiahar210@gmail.com" ]
sagarbhatiahar210@gmail.com
1ba53d4a597092b18dd1bb21208bbebf9e922580
45ea3e9c65b85ff002f6c200070b1f1f976ece71
/ext/panko_serializer/common.h
abc6dc1c1c7a6b411366fa6068dffa2eab66789a
[ "MIT" ]
permissive
sferik/panko_serializer
2c9a96f1c74abe6f4e77a8b4596608943cb7d2dc
6668bb33649fcaa925252b85e9e5d14fc73a15aa
refs/heads/master
2023-09-01T09:10:48.444924
2019-06-01T20:39:56
2019-06-01T20:39:56
194,152,173
1
0
MIT
2019-06-27T19:30:05
2019-06-27T19:30:04
null
UTF-8
C
false
false
229
h
#pragma once #include <ruby.h> #define PANKO_SAFE_HASH_SIZE(hash) \ (hash == Qnil || hash == Qundef) ? 0 : RHASH_SIZE(hash) #define PANKO_EMPTY_HASH(hash) \ (hash == Qnil || hash == Qundef) ? 1 : (RHASH_SIZE(hash) == 0)
[ "yosy101@gmail.com" ]
yosy101@gmail.com
8e5669ab097f5250b3cea01b31bc550dbdcfeff2
5d417f03f724f4e23000f28cd629c92bc9297a23
/sam0/drivers/tcc/quick_start_dma/samr30_xplained_pro/conf_dma.h
6ec7ee8eeebd67335e03736b1c660418c96ba4e8
[]
no_license
siliconunited/atmel-asf
5ac78a123cb0f5026ffb9a0ba66b75abcccb788f
19e02800a6cc33d203f5d12f7dfca0c39195d879
refs/heads/master
2021-01-22T21:34:10.563981
2017-03-19T04:45:30
2017-03-19T04:45:30
85,439,630
6
3
null
2020-03-08T01:34:35
2017-03-18T23:56:24
C
UTF-8
C
false
false
1,985
h
/** * \file * * \brief SAM R30 Direct Memory Access Driver Configuration Header * * Copyright (C) 2016 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follo...
[ "robksawyer@gmail.com" ]
robksawyer@gmail.com
91f956f38edb8b522ebdea1a97d818ef134beeec
d4a24af773b05ea08198c8a68347d222ae7d1215
/include/openssl/aes.h
ffe2d5a69baa53475be24837c2a00f91028703eb
[ "OpenSSL", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows" ]
permissive
ezhangle/openssl-1
70e700d65c25a41aa595b26a02276d8027c344f2
783c14eae93db11f291ea82fb24f521fb7b545db
refs/heads/master
2020-12-26T03:44:02.360348
2015-12-03T15:33:14
2015-12-03T15:33:14
null
0
0
null
null
null
null
UTF-8
C
false
false
37
h
openssl-1.0.2e/../../crypto/aes/aes.h
[ "ab@php.net" ]
ab@php.net
9e0b5279123843150baa678f9f4ca817c61bcb4f
c0c1f2184755b8d069777921add8657d721e88ed
/serverfunctions.h
cdefcca485897b41aa6ccd17e816b5e80a24c6d2
[]
no_license
kellandrosu/one-time-pad-with-socket
2a5f8cb19d2f5f897dfce90dbbf9362e9beee7fe
0870249e87e6c8d2eb978235df466478c1edefbb
refs/heads/master
2021-04-12T01:54:44.009829
2018-03-17T18:43:56
2018-03-17T18:43:56
125,660,974
0
0
null
null
null
null
UTF-8
C
false
false
682
h
/* Author: Andrius Kelly Date: March 13, 2018 Description: CS 344 Project 4 Note: Network code modified from server.c file provided. */ #ifndef SERVER_FUNC #define SERVER_FUNC #define true 1 #define false 0 #define CHILD_TOTAL 5 #define BUF_LEN 1024 // PROTOTYPES char enc_cipher(char ms...
[ "kellandr@os1.engr.oregonstate.edu" ]
kellandr@os1.engr.oregonstate.edu
d685d96a99f64c275c3c690ec294e87410228378
8a5877748607359683cdfc2949ccbe1e88e752cf
/HAL/Delay/mydelay.h
6a28fe8ff4c6af31ced96c63e7ef57041507a743
[]
no_license
ahmad737/SDK_AVR_ATMEGA32
4ac2e8bf160a1e44bb13627bc5e2476cc614d3c3
4b25358c6555d8b0c5445664a10a9f809294907f
refs/heads/master
2020-06-16T03:27:30.151762
2019-06-26T09:29:13
2019-06-26T09:29:13
null
0
0
null
null
null
null
UTF-8
C
false
false
410
h
/* * delay.h * * Created on: Aug 4, 2017 * * Author: Ebrahim Hamouda * */ #ifndef MYDELAY_H_ #define MYDELAY_H_ #include "Data_Types.h" // the "NOP" takes 1 Cycle only #define clock 1000000 #define error_ratio 30 uint32 DelayCount; #define DELAY_MS(x) \ for( DelayCount = ((clock/1000)*x/error_rati...
[ "ebrahim.hamouda25@gmail.com" ]
ebrahim.hamouda25@gmail.com
df9047b0a32b112adb6c2021359c4590c4c00aef
dd5e1c345ac285a24fd361ca3842c456754665eb
/NORDIC_SDK/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_0.h
1b06e9a8c5a38b874315a82cf9fc2f25743abedc
[ "Apache-2.0" ]
permissive
ZJ-TEK/ZJ-SDK-RT-Thread-NORDIC
e68b2822fe42d3922c1f639cd12dba4feb14e237
69ee04bdff4871cb5dbf265e82e4831155352f6d
refs/heads/master
2022-12-07T08:44:31.451296
2022-11-22T12:07:59
2022-11-22T12:07:59
162,685,557
74
51
Apache-2.0
2020-03-08T10:26:09
2018-12-21T08:08:24
C
UTF-8
C
false
false
3,503
h
/** * Copyright (c) 2015 - 2018, Nordic Semiconductor ASA * * 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,...
[ "450547566@qq.com" ]
450547566@qq.com
33aa9d8edca7f0449d20cddc0482617881722397
6fa6be3e7dcb10d020209f7a73de393a1f24bd45
/linux-3.4/drivers/target/target_core_tpg.c
0e17fa3da01b1eec3e573091f0b932828693232a
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "Apache-2.0" ]
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
23,583
c
/******************************************************************************* * Filename: target_core_tpg.c * * This file contains generic Target Portal Group related functions. * * Copyright (c) 2002, 2003, 2004, 2005 PyX Technologies, Inc. * Copyright (c) 2005, 2006, 2007 SBE, Inc. * Copyright (c) 2007-201...
[ "yeashenlee@163.com" ]
yeashenlee@163.com