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
cdfff947149c41279172c2abb605abfda652c092
6d5b9b85d7ebee5899166a776a49597a520133cb
/STM32Cube_FW_F7_V1.8.0/Projects/STM32746G-Discovery/Examples/BSP/Src/system_stm32f7xx.c
f1fe1204d7fe9e429314ab68caa6f60cb22f0d27
[ "BSD-2-Clause" ]
permissive
koson/STM32-Tests-Project
291531c504b256fc70b484467fc285ef2349fed9
25fb44d23362e89df3ae489285dae1a4be3d0414
refs/heads/master
2022-04-12T17:33:56.763263
2020-04-04T23:02:45
2020-04-04T23:02:45
null
0
0
null
null
null
null
UTF-8
C
false
false
14,072
c
/** ****************************************************************************** * @file system_stm32f7xx.c * @author MCD Application Team * @brief CMSIS Cortex-M7 Device Peripheral Access Layer System Source File. * * This file provides two functions and one global variable to be called from * user ...
[ "i.orfanidi@mail.ru" ]
i.orfanidi@mail.ru
03a88c975880fedcce84ea4b4b4574c9ebc4893e
a441045a0567a6754bdac2f7d0dc28f73af58558
/Inc/stm32f4xx_it.h
bef61b3837a54fbabed48a9e2395e76624a8c532
[]
no_license
gbrault/M4-446RE-Serial-ICS43432
26a3b4084d9343e2f040e6542b95fe368f7afad6
1a9e2e494b8495571b8b9064ca26ffbb3bb16c18
refs/heads/master
2021-01-10T11:14:48.823472
2016-03-09T16:21:30
2016-03-09T16:21:30
53,428,794
2
2
null
null
null
null
UTF-8
C
false
false
2,728
h
/** ****************************************************************************** * @file stm32f4xx_it.h * @brief This file contains the headers of the interrupt handlers. ****************************************************************************** * * COPYRIGHT(c) 2016 STMicroelectronics * * Re...
[ "gilbert.brault@hotmail.com" ]
gilbert.brault@hotmail.com
aec322576ebbee12b54550ab94e06f1e0310c2d8
7bde4e6869538fd4bb25c2382e45d06f5187a28a
/Example/Pods/Headers/Private/YLT_BaseLib/YLT_AuthorizationHelper.h
bbf5ceafdcdb1311ee903fc1c60636b66ad84a54
[ "MIT" ]
permissive
YLTTeam/YLT_Player
591543fe625964a9495d23caa841d8b687bdf1e3
beb4d41fec3cdf3b612a6c0957cf329168f46038
refs/heads/master
2021-08-22T10:14:18.986066
2017-11-30T00:19:38
2017-11-30T00:19:38
110,982,235
3
1
null
null
null
null
UTF-8
C
false
false
73
h
../../../YLT_BaseLib/YLT_BaseLib/Classes/Helper/YLT_AuthorizationHelper.h
[ "xphaijj0305@126.com" ]
xphaijj0305@126.com
4fba44d4a26378515667f091e3674792ac8625b7
7ca8e3a386cad8795525e711d92406e53de73081
/tdcCh.C
ae4a3257b607989c65edc1c66b605d9b6793a0cf
[]
no_license
WmHenryTemple/Moller_Analysis
15942112735172c10565c0984b9d82ddd8376df6
d97c0c889ba52851304bd99e13f23785b13e2e45
refs/heads/master
2020-06-19T07:26:43.679451
2019-07-12T19:08:26
2019-07-12T19:08:26
196,616,506
0
0
null
null
null
null
UTF-8
C
false
false
5,223
c
#include<iostream> #include<fstream> #include<TFile.h> #include<TTree.h> #include<TRoot.h> #include<TCanvas.h> int tdcCh(){ TFile * f1=new TFile("../raw-ntup/moller_data_16018.root"); TFile * f2=new TFile("../raw-ntup/moller_data_16013.root"); TFile * f3=new TFile("../raw-ntup/moller_data_led_16023.root"); TTr...
[ "billyh@temple.edu" ]
billyh@temple.edu
112b780504b72be13b9cc0d306efb3c74adb1b90
b6a44257cb5c52b4f470c5135c5c109152695166
/convert1.h
997fc773986f47631060c97276150f608b6522d4
[]
no_license
itivardan/emulator-in-c-
70f38684685ade674e53a05c4cdb2455ff68b0b8
babb0b9f8d2a9f928342fe0d16ab26199ec1f450
refs/heads/master
2021-01-02T08:36:16.467322
2017-08-01T18:27:27
2017-08-01T18:27:27
99,029,934
1
0
null
null
null
null
UTF-8
C
false
false
368
h
#include<string.h> #include"convert2.h" string convert111(unsigned short val) { int g,i=0,j,k; char temp,a[10]; string str; while(val>0) { g=val%16; val=val/16; a[i++]=(convert2(g)); } a[i]='\0'; str= (string(a)); for(k=0;str[k]!='\0';k++) { } j=k;int h; for(int u=0, h=j-1;u<j/2;u++,h--) { temp=str[u];...
[ "shreyabansalsre@gmail.com" ]
shreyabansalsre@gmail.com
b7192c666d2fe9f9ed48d9d6a9488cd7563eeb7e
5b039f40b73690783f7a0025f0b7448521b1cb7c
/src/ao_main.c
44e455be806f71d137d87b1ee2799c17ce9aa4a4
[]
no_license
plaes/airown
353bb66477ff3d97f166f9ddb0ea8d1abb44efa6
826062378b151ab7bc687f8e5e2734e9b8ca9448
refs/heads/master
2020-04-08T20:16:31.394286
2010-08-24T13:49:46
2010-08-24T13:49:46
null
0
0
null
null
null
null
UTF-8
C
false
false
10,088
c
/* * Airown - main * * Copyright (C) 2010 sh0 <sh0@yutani.ee> * * 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 of the License, or * (at your option) any later version. ...
[ "sh0@altamira.eu" ]
sh0@altamira.eu
a933edc77998e3cc1453df252669492187710e98
fa532f2dcddf6fdc5621f094de56eb59763f5a0d
/Struct/challenge-struct-2.c
363940e5d76e4779ed8d870ea4ee5fa15f95b2bd
[]
no_license
hunghly/C-Course
f2ee50c34841cf81e6bb552fe233a9ecdea52fd7
d71aa35e4e2c3d072957da750efd76d6e88ab051
refs/heads/master
2023-01-07T01:54:42.308796
2020-11-12T17:53:40
2020-11-12T17:53:40
297,517,002
0
0
null
null
null
null
UTF-8
C
false
false
1,256
c
#include <stdio.h> #include <string.h> #include <stdlib.h> struct item { char *itemName; int quantity; float price; float amount; }; void readItem(struct item *item) { // read in a produce name, price, and quantity from user and store into item printf("Please enter the item name: "); scanf...
[ "hunghly@gmail.com" ]
hunghly@gmail.com
1e678523c3df9ad3d01e2b549391acb97df6a4e1
928936aef39d07dbeb569eea0b31b9f6aff0a93e
/asrtifact32/artifact32big/Syscalls.h
97824e5721aef6f9d26756b35a53f774bed0d851
[]
no_license
GUANCAIBAN/artifact32
7bdb6682b054b103dab2659fc5e4e020605bb1d8
8275dbaa1f2164c4d751a837e0a5bfe4e8a74955
refs/heads/main
2023-08-04T19:11:42.241893
2021-09-25T07:47:10
2021-09-25T07:47:10
null
0
0
null
null
null
null
UTF-8
C
false
false
109,665
h
#pragma once // Code below is adapted from @modexpblog. Read linked article for more details. // https://www.mdsec.co.uk/2020/12/bypassing-user-mode-hooks-and-direct-invocation-of-system-calls-for-red-teams #ifndef SW2_HEADER_H_ #define SW2_HEADER_H_ #include <Windows.h> #define SW2_SEED 0x874DD416 #define SW2_ROL8...
[ "noreply@github.com" ]
GUANCAIBAN.noreply@github.com
b360501cfcaa11487d61b75488c77ff7a915f67c
515756675f130c5f7cf356fcb187104576bd4abf
/andEngineMODPlayerExtension/src/main/jni/loaders/rad_load.c
4b4d1bece23330156f33838c4080dbaeb81a1d88
[]
no_license
stephtelolahy/AndEngineDemo
0a87e56b19d3113640ebef2abd1677001f56e7f4
d8a492323479b77c6da80a393e39948bd77376c4
refs/heads/master
2020-12-26T03:01:21.121824
2014-10-29T18:52:08
2014-10-29T19:07:01
25,823,289
2
1
null
null
null
null
UTF-8
C
false
false
5,439
c
/* Extended Module Player * Copyright (C) 1996-2010 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See doc/COPYING * for more information. */ #ifdef HAVE_CONFIG_H #include "config.h" #e...
[ "stephano.telolahy@gmail.com" ]
stephano.telolahy@gmail.com
06e5cb7f81f084028a1114d50b22a121cffab92d
86a699fa32e134d2534bfad65112cae6b684ed39
/gokart.c
414d5f9ca2457f8c233521a38ad4df774688a4af
[]
no_license
llesiecki/Microcontrollers
5b14393673be5c8c9dcc59461fe32f981cd39349
9777fda4c373ab6334ddf4d5d4bfaba892d6bac3
refs/heads/master
2023-07-15T19:26:45.083826
2021-08-22T17:54:24
2021-08-22T17:54:24
224,092,989
0
0
null
null
null
null
UTF-8
C
false
false
8,454
c
/* * gokart.c * * Created: 2020-11-19 01:44:31 * Author : Łukasz Lesiecki */ #define F_CPU 1000000UL // analog inputs #define aiACC PORTC5 #define aiBRK PORTC4 // digital inputs #define diBWD PORTD0 #define diLight PORTD1 #define diNeon PORTD2 #define diFWD PORTC1 #define diL PORTC3 #define diR PORTC2 // digit...
[ "noreply@github.com" ]
llesiecki.noreply@github.com
7aa6940cbfbf532ea74c604f06074fb67d091583
83f57d38e34d767126c7a3c99fa89499fdf8940a
/corewar/virtualMachine/operations/xor.c
7243ad294696a60972e8258beae3377acde9f572
[]
no_license
atlekbai/School42Projects
d4d2b418d6dff5718e40912173496a4d5f187421
c3684393b8bb84b62cfb73674751e520f1746e0e
refs/heads/master
2020-04-09T02:20:04.928479
2018-12-11T10:10:21
2018-12-11T10:10:21
159,936,817
1
0
null
null
null
null
UTF-8
C
false
false
1,980
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* xor.c :+: :+: :+: ...
[ "tlekbalkai@gmail.com" ]
tlekbalkai@gmail.com
c9cf92d1bc4dfd719c747de7ef09ff9ccbc7ec6f
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/ec9fb0fd-2118-487c-89b2-02f972521a8d.c
2f9299ed5183aebbde9dcc75aa94ddd6fa3bc74d
[]
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
608
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=12; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = l%j; l = l%j; k = i-k*i; //variables //random /* START VULNERABILITY */ int a; long b[19]; long c[20]; a = 0; while (b[( a - 1...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
384ef1aa096d8e3510c340c608997de5dbee9e70
79731a4c601c6f4379bacb2cf7f17117bd22aae7
/peripherals/nvic.h
31a79d931a2d693047678c2341496c891ac069ff
[]
no_license
gotoco/lowPowerFreeRtos
8bbb9145c1fada92aa6401f77c1043f67c5173ea
d40bd38bd07e16ec2fc46c7b6c870d75d39aefb0
refs/heads/master
2020-04-15T19:25:56.518595
2016-01-19T00:27:46
2016-01-19T00:27:46
21,348,012
5
1
null
null
null
null
UTF-8
C
false
false
8,981
h
/** ****************************************************************************** * @file misc.h * @author MCD Application Team * @version V1.1.1 * @date 05-March-2012 * @brief This file contains all the functions prototypes for the miscellaneous * firmware library functions (add-on to ...
[ "Maciej.grochowski89@gmail.com" ]
Maciej.grochowski89@gmail.com
ef757043b0e41dc678a706073bccefc03d24e6bf
81e2fb4b0c929179aa9bef40b38c9c23ee8b97b9
/Drivers/AudioDxe/HdaCodec/HdaCodec.c
70ea4fa4d0adc4c920d0294cb1b0304a3d091a36
[]
no_license
unofficial-mirror/cloverefiboot
3b151c008a28f870faac1b451f53f891baf24242
a2f3297eeedef5c376818398d23085922e1578fa
refs/heads/master
2020-04-15T13:08:42.425217
2019-01-08T16:47:51
2019-01-08T16:47:51
164,704,082
0
0
null
null
null
null
UTF-8
C
false
false
47,805
c
/* * File: HdaCodec.c * * Copyright (c) 2018 John Davis * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, ...
[ "slice2009@52d7a1c0-eba5-4e63-a9d7-e3186cd7c462" ]
slice2009@52d7a1c0-eba5-4e63-a9d7-e3186cd7c462
454672e9ede1632029cd4612918a55c64113f801
a70b0a8cf754e6aff8f4fea57561293b41e44d3e
/src/Debug.h
c38b315fb5668ca84bfe64728d10770cc849bcb9
[]
no_license
ixnes/IXNES
ffa37655df877f8d50db9303ad85cb61203b0fa7
252445dd8d905918dbec7a6cbd3e72f75794a7f4
refs/heads/master
2020-09-06T06:42:05.031824
2020-01-16T21:16:23
2020-01-16T21:16:23
219,617,813
0
0
null
null
null
null
UTF-8
C
false
false
388
h
#ifndef DEBUG_H #define DEBUG_H //#define DBG_OPCODE //#define DBG_MEM_FETCHES //#define DBG_PPUREG_ACCESS //#define DBG_APUREG_ACCESS //#define DBG_VRAM_ACCESS //#define DBG_FRAME //#define DBG_SCANLINE //#define DBG_VBL_NMI //#define DBG_UNKNOWN_OP //#define DBG_SPRITE_EVAL //#define DBG_PIXEL //#define DBG_OAM_ACCE...
[ "lampe.erik@gmail.com" ]
lampe.erik@gmail.com
d439632e9bf3e080f12bf606c228a19c4859944e
429c04c343e1377997200bcdb39868c27d3d637d
/Timesheet/Timesheet/iOS/MBS/includes/public/lite/moCommon.h
f4b63aa9471cb8f7ef350b7630a1d61fad310daf
[]
no_license
afurusawa/hr-s
6f9d33ef0a1494b52f381809506d6ef37fba63c0
e9937a10dc6591b966cee2ca854f85760a444028
refs/heads/master
2021-01-10T19:37:04.598590
2013-01-14T21:09:39
2013-01-14T21:09:39
5,844,323
1
0
null
null
null
null
UTF-8
C
false
false
3,642
h
/****************************************************************************** * Copyright 2001 - 2003 Extended Systems * Source File : moCommon.h * Platform Dependencies : * Notes : ******************************************************************************/ #ifndef MO_COM...
[ "afurusawa@rapidconsultingusa.com" ]
afurusawa@rapidconsultingusa.com
2802bfde7489961015db2b597e26bd034d041035
fd2837aef61176323fb6d8eb647b20debe7995f5
/CSAPP/sa-bAbi/working/2382505db9.c
762c14a054afaa54f8073b4a0d928eacebbd7a32
[]
no_license
callMeBigBen/CourseWork
b0ef17b5cfe07ba61404abd68812d2b56393db87
41d68c07f7b1411dbca7dc7d5e2efeceb9edee27
refs/heads/master
2020-04-10T08:18:21.617984
2019-05-22T05:26:38
2019-05-22T05:26:38
160,902,512
1
0
null
null
null
null
UTF-8
C
false
false
497
c
#include <stdlib.h> // Tag.OTHER int main() // Tag.OTHER { // Tag.OTHER int entity_8; // Tag.BODY entity_8 = rand(); // Tag.BODY int* entity_5; // Tag.BODY int* entity_6; // Tag.BODY entit...
[ "33094628+callMeBigBen@users.noreply.github.com" ]
33094628+callMeBigBen@users.noreply.github.com
24e1294687375d5c016c066f5b10d2a22a06b639
f0d22137ab4aba3a70c25b42b628e3f09743d936
/plugins/swscale/Resource.h
9624765c2ed8d00d204d1dcaa58476a33697b930
[]
no_license
duxq/vlc_2.1.0-vs_2010
6da94eac73bb70604162558e46a266f9acfc0e56
218172f619c9e248b709e479e5c10e197127a88e
refs/heads/master
2021-06-18T12:02:28.079902
2017-06-28T02:33:56
2017-06-28T02:33:56
118,862,081
1
0
null
2018-01-25T04:27:09
2018-01-25T04:27:08
null
UTF-8
C
false
false
366
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by swscale.RC // // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 21000 #define _APS_NEXT_CONTROL_VALUE 21000 #define _APS_NEXT_SYMED_VALUE 21000 #define...
[ "jiayayao@126.com" ]
jiayayao@126.com
7c006c634634d5a3548a70da6f713b5bdef5a39c
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/Telegram-master/TMessagesProj/jni/boringssl/crypto/bn/convert.c.bak.c
945d9058ff49602c77a4b864c25042d408779e68
[]
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
12,762
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* 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 librar...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
f0824fdb5aab105df4da131287b4500bc8a56d66
5c255f911786e984286b1f7a4e6091a68419d049
/code/dc7e8686-9799-4631-b38d-693e9a0f0de4.c
a830b78b21ef0e46e56738b4a15990f35d729098
[]
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
238
c
#include <stdio.h> int main() { int i=0; int j=142; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = i%j; l = l-j; k = k-k*i; printf("vulnerability"); printf("%d\n",k); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
3451d60e5027fde65182361f1cf613a99a395892
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/transform_mips.c
e5d35f2b73c1a2e2701fbcb7f911519ccc50fb67
[ "BSD-3-Clause", "LicenseRef-scancode-google-patent-license-webrtc", "MIT", "GPL-1.0-or-later", "LicenseRef-scancode-takuya-ooura", "BSL-1.0", "LicenseRef-scancode-unknown-license-reference", "MS-LPL", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown", "LGPL-2.0-or-later", "Apa...
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C
false
false
79,124
c
/* * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
07c66c98639a59a73ea37b9a2fe1271a2d928edd
ace26cc33ebc9fa02199b0627699999adfba2164
/kernel/linux-5.4.152/drivers/iio/dac/ad5360.mod.c
361ef8a0b9e48ec8c375edafe9f37b9a35dcb8ee
[]
no_license
YJbonobono/linux-design
936d5b9880e2aac4d86c07c3ca6c260d90b3e135
1684b19645bcd523d51fe2d12805d0bbcdea6599
refs/heads/main
2023-08-07T21:55:30.484704
2021-10-12T17:01:04
2021-10-12T17:01:04
413,645,550
0
0
null
2021-10-05T02:34:49
2021-10-05T02:15:12
Shell
UTF-8
C
false
false
1,661
c
#include <linux/build-salt.h> #include <linux/module.h> #include <linux/vermagic.h> #include <linux/compiler.h> BUILD_SALT; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(.gnu.linkonce.this_module) = { .name = KBUILD_MODNAME, .init = init_...
[ "1004anny1@naver.com" ]
1004anny1@naver.com
5d0cd8af0557790d1f35ed67b600f102f703de7d
c7792b5e5ae5e74d643518a5b0644020288fc6da
/compilable_mutants/fuzzgoat.mutant.17982.c
09a9d21a2792df4c37f4a783bb47b551e470f81b
[ "BSD-2-Clause" ]
permissive
agroce/fuzzgoattriage
0dc99daf2d061aaa0f58ceef3657b6f9ff411613
173c585cc7e87bcb2b82ae22fde56935352cd597
refs/heads/master
2020-07-29T14:49:39.691056
2019-09-20T18:07:19
2019-09-20T18:07:19
209,830,892
0
0
null
null
null
null
UTF-8
C
false
false
32,154
c
/* vim: set et ts=3 sw=3 sts=3 ft=c: * * Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved. * https://github.com/udp/json-parser * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1...
[ "agroce@gmail.com" ]
agroce@gmail.com
d63b66bf0c84c366d1c325a7cc86bff3a430bddd
b58597ddba3d1bdc32ccf54932645ff9d27139a3
/036_quota/me2fs_inode.c
ba22283974ec5aa5afecf2eef3b44b2ec756b21d
[]
no_license
kalmuthu/Learning-Ext2-Filesystem
209693951b2f2495e32e32f0130bfa27fe72045a
52663511e95d59b99407d8ebafb4be603f5f7102
refs/heads/master
2020-06-20T01:41:52.351925
2016-03-28T12:05:06
2016-03-28T12:05:06
null
0
0
null
null
null
null
UTF-8
C
false
false
81,078
c
/******************************************************************************** File : me2fs_inode.c Description : inode operations for my ext2 file system *********************************************************************************/ #include <linux/buffer_head.h> #include <linux/writeback.h> #include <lin...
[ "mail@softwaretechnique.jp" ]
mail@softwaretechnique.jp
6cb8b872fa0a7b3eddd9599f06fd24f813695071
2bc3398063fd7251c46a2d93d2e301cd063befcd
/nitan/clone/fam/super/user/tianbu_xmgu.c
47775fbabf6973012f102af55c07292bf38ef009
[ "MIT" ]
permissive
HKMUD/NT6
ae6a3c173ea07c156e8dc387b3ec21f3280ee0be
bb518e2831edc6a83d25eccd99271da06eba8176
refs/heads/master
2020-03-18T08:44:12.400598
2018-05-23T06:55:18
2018-05-23T06:55:18
134,525,191
9
4
null
null
null
null
GB18030
C
false
false
1,420
c
#include <ansi.h> inherit ITEM; void create() { set_name(HIR "血蘑菇" NOR, ({"xuemogu"})); set_weight(1); if (clonep()) set_default_object(__FILE__); else { set("long", HIC "血蘑菇乃吸收了99种生物之血化成。\n" + "服食(fushi xuemogu)后可永久提升精力上限5点。\n" HIC ...
[ "xmlsdk@gmail.com" ]
xmlsdk@gmail.com
4b5c6be9ceaa88f3c6d8f521ba547e5fb3730fa1
db506a840c96dd707930bfd44947d4694e9f1dc2
/paging.h
69f5e1e26deed593eba4416ec076f00c6c9573ef
[]
no_license
fabriceleal/Os-Plays
6d337b19d8c24cd25ee441cc1e1cf62d04af1327
0d6554406c1f8f6c1b985edb433b07732950f4d0
refs/heads/master
2021-01-22T05:28:19.126288
2012-02-13T22:18:01
2012-02-13T22:18:01
3,156,802
0
0
null
null
null
null
UTF-8
C
false
false
2,070
h
/** * @file paging.h * @author Fabrice Leal <fabrice [dot]leal[dot]ch[at]gmail[dot]com> * * @section LICENSE * * < ... goes here ... > * * @section DESCRIPTION * * < ... goes here ... > * */ #ifndef ___VAMI_PAGING #define ___VAMI_PAGING #include "common.h" #include "isr.h" #define MAX_SZ 1024 typedef ...
[ "fabrice.leal.ch@gmail.com" ]
fabrice.leal.ch@gmail.com
7c9048f9a956e09d11b461e7add8b4ce021575d5
86322f8ed734adf618e210bec0fa9ad1b794c8e8
/vendor/libxively/src/libxively/xi_printf.h
c25e562137f232ec8b0d4ae559bba496f4156b22
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
wangdong/laputa-pod
2849e8d3be5c3073bd9ce551adcf87276bff0f5e
8cd9d1d9dcb43fc46bf9abfd0a4213f2fdb7da90
refs/heads/master
2016-09-03T06:26:28.120790
2014-05-28T15:27:08
2014-05-28T15:27:08
9,635,929
0
2
null
2013-05-23T03:35:15
2013-04-24T00:00:19
Objective-C
UTF-8
C
false
false
844
h
// Copyright (c) 2003-2013, LogMeIn, Inc. All rights reserved. // This is part of Xively C library, it is under the BSD 3-Clause license. /** * \file xi_printf.h * \author Olgierd Humenczuk * \brief Our custom `printf()` hook * * This is needed on embedded devices, as there is no way to redirect * th...
[ "wangdong@kingsoft.com" ]
wangdong@kingsoft.com
01fd376fb0d21e7fbc4782aa8defea645ef5060e
a2aa6a197dfb35cd3554d125e36fc7d4cb153440
/T1/Entrega/tokens.h
3fed3fd397da5bb8e730603271de0898cac7c309
[]
no_license
victormeloufrgs/Compiladores-T1
7a9a5e17fb1156118432236e4bf2b5fd2b91de58
6f8da75deb6b6896ad170a2221ba980f3f1b9c27
refs/heads/master
2023-01-23T15:31:32.500792
2020-11-24T19:41:19
2020-11-24T19:41:19
288,813,369
0
1
null
null
null
null
UTF-8
C
false
false
928
h
/* * Lista dos tokens, com valores constantes associados. * Este arquivo serah posterioremente substituido, nao acrescente nada. * Os valores das constantes sao arbitrarios, mas nao podem ser alterados. * Cada valor deve ser distinto e fora da escala ascii. * Assim, nao conflitam entre si e com os tokens represent...
[ "victor.contas@outlook.com" ]
victor.contas@outlook.com
4644566530a61bc2e904e3e7766fcae56a3ed4a8
a8624dc99f7e50e7e31b9bbff05064575e96edee
/c_and_with_def/math.h
9c26e066ced7219e95de50858e9d1381e6236adf
[]
no_license
NewMai/DLL_TEST
df4254b87d200885a2aec3df8de9bf11dba02b5c
eeb82b1694f2faf2fd73e0e3ca0140907f82237d
refs/heads/master
2022-10-19T13:01:28.863232
2022-10-07T02:36:45
2022-10-07T02:36:45
153,746,031
0
0
null
null
null
null
UTF-8
C
false
false
102
h
#include <stdio.h> int MyAdd(int a, int b); int MySub(int a, int b); int MyMul(int a, int b);
[ "–610098201@qq.com" ]
–610098201@qq.com
5fded437762bef6706b514d38a2401d6234f3951
10285be9960532973f82e70164d2a2a451d76e40
/2562.c
31609a06e77d1ccae2598abd38ad1a65db636793
[]
no_license
Minuuu/algorithm
b0233345c9d897065991683532aa53156d7f7b8f
d84eb8837e3d2af263656c1fb3e0f6042fd0ed64
refs/heads/master
2020-05-04T12:46:03.528697
2019-11-11T11:27:19
2019-11-11T11:27:19
179,134,174
2
0
null
null
null
null
UTF-8
C
false
false
230
c
#include<stdio.h> #include<algorithm> int main() { int arr[9]; for(int i=0;i<9;i++) scanf("%d", &arr[i]); int *idx = std::max_element(arr,arr+9); printf("%d\n", *idx); printf("%d\n", std::distance(arr,idx)+1); return 0; }
[ "minwoo@minwooui-MacBookPro.local" ]
minwoo@minwooui-MacBookPro.local
a7216ecbe29850489a38f76579a44cb6dc9019a3
860caa51165415fe6be20dac71ecab7e08db31a5
/tabsymboles.h
7047527c6cdccba30faade40865081a782fec2d8
[]
no_license
JJandot/Compil
e3b943c03e70eeb446afa6a70e9e9eaccf8092b9
05408ee5efa55a113d66fbe309715c34c270eae3
refs/heads/master
2021-05-09T10:04:10.505970
2018-01-25T18:20:56
2018-01-25T18:20:56
118,950,202
0
0
null
null
null
null
UTF-8
C
false
false
1,710
h
#ifndef __TABSYMBOLES__ #define __TABSYMBOLES__ #include "tabsymboles.h" // Nombre maximum d'identificateurs (globaux + locaux dans 1 fonction) #define MAX_IDENTIF 1000 // PORTÉES #define P_VARIABLE_GLOBALE 1 #define P_VARIABLE_LOCALE 2 #define P_ARGUMENT 3 // TYPES #define T_ENTIER 1 #define T_TABLEAU_ENTIER 2 #de...
[ "julienjandot@orange.fr" ]
julienjandot@orange.fr
42e1d93a6ec24360e1e4fe735b26211bcf84bed1
d1175971bee60b5d909a78f668e651715c09a28d
/2048/src/common.c
53c5ce9c89fbb1dae92647f9d1ef5595b5c92a6a
[]
no_license
irelia97/MyProject
eb60e39f59671818772aaa573f0da7897184843e
49af54c59c11d39086c0dee8987604f0a966994a
refs/heads/master
2021-05-14T14:46:56.069634
2019-01-08T09:12:39
2019-01-08T09:12:39
115,978,029
2
0
null
null
null
null
GB18030
C
false
false
5,230
c
#include <stdio.h> #include <conio.h> #include <windows.h> #include "common.h" int Get_key(int key) { char ch; while(1) { ch = getch(); if(ch == -32) { ch = getch(); if(ch == UP) key = 1; if(ch == DOWN) key = 2; if(ch == LEFT) key = 3; if(ch == RIG...
[ "noreply@github.com" ]
irelia97.noreply@github.com
d01594f014f6ca9b611ad359dcc689c6dfa24c1c
6c0b282afbc51212ab360fc4b212dcef9541d134
/bb.c
f2dbfa689ffd47ceff29052f3903148f7902c29e
[]
no_license
Sundarabharathi/bharathi123
e76b3034007bd4b39f796e9439d1878f617a7373
e742a82275c267fc114fd86ce01cbc419330ca27
refs/heads/master
2020-04-02T04:42:43.754573
2016-07-21T09:38:38
2016-07-21T09:38:38
63,856,021
0
0
null
null
null
null
UTF-8
C
false
false
408
c
# bharathi123 #include<stdio.h> #include<conio.h> void main() { int i, j, k; char str[100]; char rev[100]; printf("Enter a string\t"); scanf("%s", str); printf("The original string is %s", str); for(i = 0; str[i] != '\0'; i++); { k = i-1; } for(j = 0; j <= i-1; j++) { rev[j]...
[ "noreply@github.com" ]
Sundarabharathi.noreply@github.com
f9c2a5284d01673509f3ffaf1f62f4665d43fedb
23169dc1a7de2c4744ab672f862ac500ebddbc0f
/linux-3.10.49/net/ipv4/ip_gre.c
0231b7b53838d1171a4811178c05a8181038b686
[]
no_license
yeomii/iack-project
e75777d6eb1c7d0827e9af5d2307651afaa41a64
b1c83ead289684749948d274cb8b0573e888ea89
refs/heads/master
2021-01-10T01:12:39.080436
2015-12-23T07:06:26
2015-12-23T07:06:26
45,966,455
1
1
null
null
null
null
UTF-8
C
false
false
26,639
c
/* * Linux NET3: GRE over IP protocol decoder. * * Authors: Alexey Kuznetsov (kuznet@ms2.inr.ac.ru) * * 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 of the License, o...
[ "tusbea@gmail.com" ]
tusbea@gmail.com
a419f49b44cb05ed3fb349ab838b1c82596f2b71
018b131088f375e0c216e43fd658836558176d3e
/montage-tech/prj/dvbc/rabi/ads/divi/ui_ad_gif_api.h
8d53a742a636c804b0af789cd66d3b0fb62035f4
[ "Apache-2.0" ]
permissive
kuikuitage/NewCool-UC-3.1.0-priv
6d8eb4edbd4fc4be42e4d3bc005df1b50ce4d6da
16198d4eae1dd1a1bf4f4ba4b54652688078c018
refs/heads/master
2021-01-10T07:57:45.704763
2016-03-07T09:59:26
2016-03-07T09:59:26
52,131,605
0
3
null
null
null
null
UTF-8
C
false
false
296
h
#ifndef __UI_AD_GIF_API_H__ #define __UI_AD_GIF_API_H__ void divi_ads_pic_osd_init(void); void divi_ads_pic_rolling_hide(void); void divi_ads_pic_rolling_show(void); void divi_ads_update_pic_osd_show(BOOL direction); RET_CODE divi_gif_osd_start(void); BOOL divi_ads_osd_over(void); #endif
[ "gongwei@thinewtec.com" ]
gongwei@thinewtec.com
f3024b983a2d462688ed8df19317abf50a66d914
9320f57c075240dcacbd8c755afb98809b7e140f
/09-PlaySound/sin_table.h
8b44f5511faca2947d509774e3544b01c50cc7eb
[]
no_license
ADTL/stm32f4-discovery
1299278ffed82a2572aff20cd05f5f42f0eb1de5
017631b168c514e5d26a0988ae74e38fb794c88c
refs/heads/master
2021-01-18T16:07:14.707662
2012-11-13T17:39:13
2012-11-13T17:39:13
17,554,771
1
1
null
null
null
null
UTF-8
C
false
false
119,295
h
0, 12, 25, 37, 50, 62, 75, 87, 100, 113, 125, 138, 150, 163, 175, 188, 201, 213, 226, 238, 251, 263, 276, 289, 301, 314, 326, 339, 351, 364, 376, 389, 402, 414, 427, 439, 452, 464, 477, 490, 502, 515, 527, 540, 552, 565, 578, 590, 603, 615, 628, 640, 653, 665, 678, 691, 703, 716, 728, 741, 753, 766, 779, 791, 804, 816,...
[ "tseeker@nocternity.net" ]
tseeker@nocternity.net
f1cbf441b8b300607904351d5f1b730c76e34947
4470cbab2829d062ef3bf1e5e73374c965941361
/0x0C-more_malloc_free/0-malloc_checked.c
cee6709c6a84a7df1b874c544e70a2aded532906
[]
no_license
johnconnor77/holbertonschool-low_level_programming
15972f335911386f5c078d1c26e9d56d81bbb48b
8ee700c05f50635e9ce6a131ac6f34013f37fb7f
refs/heads/master
2020-06-06T13:44:55.745243
2020-04-17T05:16:29
2020-04-17T05:16:29
192,755,842
0
1
null
null
null
null
UTF-8
C
false
false
349
c
#include "holberton.h" #include <stdio.h> #include <stdlib.h> /** *malloc_checked - function that allocates memory using malloc *@b: size for allocating pointer *Return: k pointer allocated with b */ void *malloc_checked(unsigned int b) { void *p; p = malloc(b); if (p == NULL) exit(98); /* status value if mal...
[ "jfcalleh@unal.edu.co" ]
jfcalleh@unal.edu.co
2e6dfa895d0e0c97db9468db922b56d161b01485
1366b31d2a4c9d92f99a854f4a759ef1a479fa88
/power/power.c
4e5b802387b64b6476e54093ea7dd7b0ecb8fe37
[]
no_license
Okeys/device_oppo_find7op
c82a3f372489efc8b1a321bf84aa13284c906700
cd526231afdd7c3e9674c1317b39c7cc20143b9e
refs/heads/master
2021-04-15T14:10:38.977969
2018-04-07T15:02:19
2018-04-07T15:02:19
125,045,809
0
0
null
null
null
null
UTF-8
C
false
false
6,084
c
/* * 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...
[ "Olegrus1100@gmail.com" ]
Olegrus1100@gmail.com
d45f3832852766baf8172b8ee3585bbdb0f89844
a2bb1396ebe7a848658246873bb126f3ca6211b2
/moc_moc.h
44be1be2c6c85af97ef7d4ba022201fad3ba24ee
[ "MIT" ]
permissive
fanaticscripter/annie-mingui
c940a1b9f11c5f25d35e61252a0e1e8136d1f907
ef8fed2e5a931d15f361e2c94331ab8bb750baa8
refs/heads/master
2021-01-28T01:50:13.353219
2020-02-27T10:12:25
2020-02-27T10:12:25
243,490,334
4
1
null
null
null
null
UTF-8
C
false
false
3,587
h
/**************************************************************************** ** Meta object code from reading C++ file 'moc.cpp' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.13.0) ** ** WARNING! All changes made in this file will be lost! **************************************************************...
[ "i@zhimingwang.org" ]
i@zhimingwang.org
aff089dc1d316524377b6947ab068701bf65e012
c838510da78f9176fc47bcd86a22d4891fcd810e
/16/y10.c
8cee87ae17966acf42e2855ce0ee727b2461e894
[]
no_license
vasily256/c-programming-a-modern-approach
430980f28630be057db5474b5089bbbe26577687
b4e605a28be0ca1039bce71dfb9d725f884482e0
refs/heads/master
2022-12-14T03:16:09.164930
2018-09-27T18:01:11
2018-09-27T18:01:11
null
0
0
null
null
null
null
UTF-8
C
false
false
1,818
c
#include <stdio.h> #include <stdbool.h> struct point { int x, y; }; struct rectangle { struct point upper_left, lower_right; }; int area(struct rectangle r); struct point center(struct rectangle r); struct rectangle move(struct rectangle r, int x, int y); bool is_inner(struct rectangle r, struct point p); int main(v...
[ "vasily@markov.biz" ]
vasily@markov.biz
3ea1d28c11814ed84264f2f58b2da2a4187cd1c6
fe39e4d1bca62d7bff7b6713b8b596d88f8aa354
/src/plugins/3rdparty/LLVM/include/llvm-c/Core.h
20b057b7aa266e4cf4922bb74cf4b1d5645423f3
[]
no_license
panpanSun/opencor
a29a806475f43adb0f64047631d4dc044f05e030
71449e1ecaa988ea8b6cfea7875d9f3593a8dc26
refs/heads/master
2020-12-24T11:53:33.902565
2013-04-20T18:59:29
2013-04-20T18:59:29
null
0
0
null
null
null
null
UTF-8
C
false
false
85,670
h
/*===-- llvm-c/Core.h - Core Library C Interface ------------------*- C -*-===*\ |* *| |* The LLVM Compiler Infrastructure *| |* ...
[ "agarny@hellix.com" ]
agarny@hellix.com
cd21294946979888c81587d6e1ef32045445e7f2
45169c7938f0def212890f994a8d4fb9523f9404
/t/fuzzy_fast.c
8858cecc7db45f9b371cbf49840f61f3bb3b9f95
[]
no_license
fotonmoton/malloc
598dadeae66e9a0a8a703b67dd53c63baa90e903
0b4b3f5239bc6cf5ecfd4e83e100512374caefd1
refs/heads/master
2022-12-13T04:18:06.707085
2019-05-10T17:03:50
2019-05-10T17:03:50
296,400,914
0
0
null
null
null
null
UTF-8
C
false
false
3,806
c
// gcc -O2 -o main main.c -lz #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <assert.h> #include <unistd.h> #include <fcntl.h> #include <errno.h> #include <zlib.h> #include "ft_malloc.h" struct item { void *ptr; size_t size; size_t hash; }; int dev_urandom_fd = -1;...
[ "neogen570@gmail.com" ]
neogen570@gmail.com
a9406be56547f414e3323a9669280a41c0f0000d
27dbfcb6f6fc6c83816feb158472a14fb7152441
/c13.02_tinyOS/Source/tCpu-DESKTOP-S7AK72Q.c
ddeb93f9ff9247c54e996867fb983b2435d9bddb
[]
no_license
netyiming/DIY-RTOS-Learning-tinyOS-
5bcdbbe404e3fe16bb77366cb08045c1d839d23d
0c3ec12569d5ea82cf69f4877a7ee2990bda8f8d
refs/heads/master
2022-01-08T12:20:21.309404
2019-04-27T10:23:48
2019-04-27T10:23:48
null
0
0
null
null
null
null
UTF-8
C
false
false
386
c
#include "tinyOS.h" #include "stm32f10x.h" void tSetSysTickPeriod (uint32_t ms) { SysTick->LOAD = ms *SystemCoreClock/1000 -1; NVIC_SetPriority(SysTick_IRQn, (1 << __NVIC_PRIO_BITS) -1); SysTick->VAL = 0; SysTick->CTRL = SysTick_CTRL_CLKSOURCE_Msk | SysTick_CTRL_TICKINT_Msk | SysTick_CTRL_ENABL...
[ "ierenshu@gmail.com" ]
ierenshu@gmail.com
b83655e2117687f9f309526cbbc7478d12693f1e
37c8f8d45e9318457eb28d7c850692321c653642
/Fillit/srcs/clear.c
ebeaf513716697fee6ecb00b340b2e24f15ecda9
[]
no_license
odnaks/C
3872e30f636600a452274902f6fc6590e394e4a1
9aefc4a9b3091afa58fb64af3904088092f6fb13
refs/heads/master
2020-04-07T08:44:41.707815
2019-02-17T16:00:57
2019-02-17T16:00:57
158,225,795
0
0
null
null
null
null
UTF-8
C
false
false
1,932
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* clear.c :+: :+: :+: ...
[ "noreply@github.com" ]
odnaks.noreply@github.com
6b79e83ad156efef4edf1792f6beebb0ed6afa0c
3baf82fcfef6b39dfac392a9c80574642acbfb60
/lapack-netlib/SRC/slassq.c
d6e5ee7a557e5daf39013675e1d18889aecd8791
[ "BSD-3-Clause-Open-MPI", "BSD-3-Clause" ]
permissive
carlkl/OpenBLAS
cc35f0ebb3c7d23c2ea3bc297e13b525c4bc3c3f
a4303ae37817e85eacf459327dea834df6cd23d8
refs/heads/develop
2023-03-20T07:24:53.838299
2022-07-25T04:14:30
2022-07-25T04:14:30
355,603,348
1
0
BSD-3-Clause
2021-04-07T15:56:10
2021-04-07T15:56:09
null
UTF-8
C
false
false
18,398
c
#include <math.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <complex.h> #ifdef complex #undef complex #endif #ifdef I #undef I #endif #if defined(_WIN64) typedef long long BLASLONG; typedef unsigned long long BLASULONG; #else typedef long BLASLONG; typedef unsigned long BLASULONG; #endif #if...
[ "noreply@github.com" ]
carlkl.noreply@github.com
2f352415391468ad41b7041284224edc1541df7c
5174df5032e16c09c68fb673bdcd20153b08ec2a
/mcu/common/interface/sap/md/ddm_msgid.h
ec5b1eeea537667159ed3aa89fd20a42dd3181ce
[]
no_license
junkyard-2327/TK_MD_BASIC_MOLY.LR12A.R2.MP.V130.4
63c19463d08bb4dfc773db9f652da340679e69eb
aec0f9f0499e8f7e97eab71c1337d2d73409122c
refs/heads/master
2022-12-30T20:34:31.706552
2020-10-09T04:31:21
2020-10-09T04:31:21
301,932,174
1
1
null
null
null
null
UTF-8
C
false
false
8,666
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "null" ]
null
b9007e04e8603178df05286a6b508557f7cab1c1
2ab9d061b2c307d1f033f4b2465e7f74c41b098f
/rogueclone2s-utf8/src/level.h
409a073187cc96150b046bdab53ee6ba45310f27
[]
no_license
suzukiiichiro/Rogue_Archive.Official
a85680d716235bf470ef4be35ab8c801878ff863
570c42c30e783b2ffd1a34e41ddaa75b8381d444
refs/heads/master
2022-04-17T09:58:37.354025
2020-04-15T02:10:53
2020-04-15T02:10:53
255,669,579
2
1
null
null
null
null
UTF-8
C
false
false
1,247
h
#if !defined( __LEVEL_H__ ) #define __LEVEL_H__ extern void make_level(void); extern void make_room(short rn, short r1, short r2, short r3); extern int connect_rooms(short room1, short room2); extern void clear_level(void); extern void put_door(room *rm, short dir, short *row, short *col); extern void draw_simple_pass...
[ "suzuki.iichiro@gmail.com" ]
suzuki.iichiro@gmail.com
ec5c8b4f371cb2eee61f2b7a5ba4c40fca4c8cd9
4c8b1083c5fd63da6eb3547302b2a5368a8ba204
/0x18-dynamic_libraries/4-strpbrk.c
af202a089e822b6e8b6aba0e9d0b9ff86dde437f
[]
no_license
olalekanlukman/alx-low_level_programming
dab11267b30473cdded9c9e4698d914e9269aab3
d6ba89f1095e3336fafba473a10950432405ad89
refs/heads/main
2023-08-31T16:10:05.367428
2021-09-20T16:51:33
2021-09-20T16:51:33
377,737,099
0
0
null
null
null
null
UTF-8
C
false
false
423
c
#include "main.h" #include <stdio.h> /** * _strpbrk - searches a string for any of a set of bytes * @s: the sting with characters to be search * @accept: this is the searched string * Return: s or NULL */ char *_strpbrk(char *s, char *accept) { int i, j; for (i = 0; s[i] != '\0'; i++) { for (j = 0; accept[...
[ "olalekanlukmanmohammed@yahoo.com" ]
olalekanlukmanmohammed@yahoo.com
3e401f5007c712b1240c1c837bf29051ee6a187d
6f0279b3830fa71a576c0bb06a0e8f13dc7f8790
/memshr22.c
9835114a66e299d88d433b3642fe60cbcf9a6127
[]
no_license
JorgeR-TEC/OSCodes-202014
76552e4f3837ee97e2e69dc144803590b0766244
ecdd56dde0ac86d0874dd266c05a135e12a0edf1
refs/heads/master
2023-01-12T14:05:16.572254
2020-11-12T03:09:56
2020-11-12T03:09:56
296,120,687
4
0
null
null
null
null
UTF-8
C
false
false
566
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <sys/wait.h> #include <sys/mman.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> int main(){ //char *text=(char *)malloc(sizeof(char)*20); int fileDescriptor=open("/mnt/c/User...
[ "jorger@tec.mx" ]
jorger@tec.mx
df70a17573b8c13c57369d96aeb08d495f5c58b8
5cf9b9db173411f1d38b7cfcd1f29189120323b1
/Driver/KEY/key.c
cb7ad371cf5a0a41b6cc246cc1fc9941cb988e1b
[]
no_license
zjh3123629/iCtrl
1249e0f61ef17cfa79cb9fe29962ed1c94396c33
b4ac9890d3e608f3692dc85485db2646071a7b4a
refs/heads/master
2021-01-10T20:00:49.043755
2014-11-30T15:30:57
2014-11-30T15:30:57
null
0
0
null
null
null
null
GB18030
C
false
false
1,233
c
#include "key.h" #include "delay.h" //按键初始化函数 void KEY_Init(void) //IO初始化 { GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA|RCC_APB2Periph_GPIOC,ENABLE);//使能PORTA,PORTC GPIO_InitStructure.GPIO_Pin = GPIO_Pin_2;//PA3 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_IPU; /...
[ "zjh3123629@163.com" ]
zjh3123629@163.com
80027b91c854639b22d1256f6e3a653245a6a6e5
04b1803adb6653ecb7cb827c4f4aa616afacf629
/third_party/win_build_output/midl/chrome/credential_provider/gaiacp/arm64/gaia_credential_provider_p.c
d8cd3c7589007a5a844263d82220947ee5d4a9fe
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C
false
false
24,430
c
/* this ALWAYS GENERATED file contains the proxy stub code */ /* File created by MIDL compiler version 8.xx.xxxx */ /* at a redacted point in time */ /* Compiler settings for gen/chrome/credential_provider/gaiacp/gaia_credential_provider.idl: Oicf, W1, Zp8, env=Win64 (32b run), target_arch=ARM64 8.01...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
558a25f92bf89c569531458cdd3894276bafcef7
3a0b948ecb4edd97f03687011e2656b8f2df2992
/PROYECTO FINAL/COMPRIMIDO/compresas.c
a334ca9d991180ac8adf6bd9dead2e62acf23a70
[]
no_license
xavgar9/Data_Structure
f9ee5d3274c2ceaf05b025c8127a1d698b6a674c
25bf1a02f227bb24f3634d9a04cebd488838d76d
refs/heads/master
2020-07-30T14:54:29.321582
2019-09-23T05:13:35
2019-09-23T05:13:35
210,269,271
0
0
null
null
null
null
UTF-8
C
false
false
14,310
c
#include "compresas.h" TipoLista CrearLista(){ TipoLista lst; for(int i=0; i<MAX; i++){ lst.datos[i] = 0; lst.cols[i] = -1; lst.cfilas[i] = 0; } return lst; } int LongLista(TipoLista lst){ int n=0; while(lst.cols[n]!=-1){ n++; } return n...
[ "xg@javerianacali.edu.co" ]
xg@javerianacali.edu.co
84aecae46dda4dc48848626566e28dbf0050dff2
a3300955c094f9323bea7a5e899a685e6797789a
/src/modules/bluetooth/linux/device.h
6028f5692616cf4a1605fce1cb8a946a6e22eee6
[ "Apache-2.0" ]
permissive
bswhite1/artik-sdk
bb4560860a8985fc3d4b89f53aa151f1ade833e0
e4dc8d6720d3627ef126596ea47d5c60d2a517a0
refs/heads/master
2020-04-01T02:04:24.337826
2018-11-29T17:03:36
2018-11-29T17:03:36
152,764,529
0
1
Apache-2.0
2018-10-12T14:42:09
2018-10-12T14:42:08
null
UTF-8
C
false
false
2,034
h
/* * * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
[ "g.lemercier@samsung.com" ]
g.lemercier@samsung.com
965364358c144598007ed2c7ae1a2cdd4cc167da
d200629ba4b6a3544a0094adfab2baf6b0ebf7ad
/FernandezFloresParcial/mascotas.c
d33e20f9e04636c3764d35fb8ad065a65d5f4eb6
[]
no_license
maikff/FernandezFlores.PPLAB1Parte2.1G
74ab71f34dd4259a6cb926b71a69744b7f5dfe1a
9d3d655b5ce0f532d196b866df10ab52f2b013b1
refs/heads/master
2022-07-20T07:41:11.223056
2020-05-23T00:54:03
2020-05-23T00:54:03
null
0
0
null
null
null
null
UTF-8
C
false
false
9,151
c
#include "mascotas.h" #include <stdio.h> #include <stdlib.h> #include <conio.h> #include <string.h> void inicializarMascota(sMascota mascota[],int tamMascota) { for(int i = 0; i < tamMascota; i++) { mascota[i].isEmpty = 1; } } void harcodearMascotas(sMascota mascota[],int tamHC) ...
[ "noreply@github.com" ]
maikff.noreply@github.com
3f6db9105d8d2e6c6c3bc9e761bae344d682223b
07327b5e8b2831b12352bf7c6426bfda60129da7
/Include/10.0.14393.0/um/iddcx/1.0/IddCx.h
04b5e1cae88428a110eee9706f8310586992153e
[]
no_license
tpn/winsdk-10
ca279df0fce03f92036e90fb04196d6282a264b7
9b69fd26ac0c7d0b83d378dba01080e93349c2ed
refs/heads/master
2021-01-10T01:56:18.586459
2018-02-19T21:26:31
2018-02-19T21:29:50
44,352,845
218
432
null
null
null
null
UTF-8
C
false
false
93,372
h
/*++ Copyright (c) Microsoft Corporation. All Rights Reserved Module Name: IddCx.h Abstract: Indirect Displays class extension and the client driver interface. Environment: User-mode Driver Framework --*/ #define DXVA2_API_DEFINED #define DO_NOT_USE_DIRECTX_OR_DXVA2 #include <Op...
[ "trent@trent.me" ]
trent@trent.me
c0a019f305494042fd60ecb0626671af77294543
67d9527be1a477541a56dafe6c794290d9796071
/20160126/sem/sem_init.c
3cf0f30da25c55d0cb56f1925d289b7442b8e821
[]
no_license
bailili/learngit
e53536c4cf88735c4366667e58ea330e26a304db
b87029e297756e6ae01f243bdc13074ae13b1a9f
refs/heads/master
2021-01-10T14:03:54.715379
2016-03-08T22:12:03
2016-03-08T22:12:03
52,516,161
0
0
null
null
null
null
UTF-8
C
false
false
244
c
#include <stdio.h> #include <sys/ipc.h> #include <sys/shm.h> #include <sys/types.h> int main() { int shmid; shmid=shmget((key_t)5,1<<11,0600|IPC_CREAT); int* p; p=(int*)shmat(shmid,NULL,0); *p=0; printf("*p is %d\n",*p); return 0; }
[ "1946366528@qq.com" ]
1946366528@qq.com
4c8b3fc3e90e1943c5de16ab853b5dea8fcff794
12a1c85ddbdd4e9f473943a47e1540a7e9eae211
/parser.c
f6c9ed9c28e67a3272efa4cdf2c296be09877067
[]
no_license
pixlark/simple-lang
2a71c66b60eea79e9cee152349e7577e18c5151d
21a8249682c3b3b93888934fe6363e69dfb936db
refs/heads/master
2020-03-21T19:11:51.989808
2018-07-06T01:18:50
2018-07-06T01:18:50
138,934,706
0
0
null
null
null
null
UTF-8
C
false
false
9,423
c
#include "parser.h" char * op_to_str[] = { [OP_NEG] = "NEG", [OP_LNEG] = "!", [OP_ADD] = "+", [OP_SUB] = "-", [OP_MUL] = "*", [OP_DIV] = "/", [OP_MOD] = "%", [OP_EQ] = "==", [OP_GT] = ">", [OP_LT] = "<", [OP_GTE] = ">=", [OP_LTE] = "<=", }; Operator_Type token_to_bin_op[] = { ['+'] = ...
[ "t1000.pixlark@gmail.com" ]
t1000.pixlark@gmail.com
ddbd333331da6300f2a261df4b3b08d7f944631f
b28cee04c408d85cc092a4cd21817eefacfd023c
/mergesort.C
8ae1ad0b60d5ddf3e2b8aaae58aadb42f6218aa9
[]
no_license
RajarsiGit/DAA
444df742615efed82e450f1b6a73a6062d5adcb6
db4ccac49fc932933bb14f5cab2bc43b0c15d0a7
refs/heads/master
2020-08-23T23:59:08.017256
2019-11-06T09:42:01
2019-11-06T09:42:01
216,728,355
0
0
null
null
null
null
UTF-8
C
false
false
1,354
c
#include<stdlib.h> #include<stdio.h> void merge(int arr[], int l, int m, int r) { int i, j, k; int n1 = m-l+1; int n2 = r-m; int L[n1], R[n2]; for (i = 0; i < n1; i++) L[i] = arr[l + i]; for (j = 0; j < n2; j++) R[j] = arr[m + 1 + j]; i = 0; j = 0; ...
[ "noreply@github.com" ]
RajarsiGit.noreply@github.com
63be4f91135ea13d36dd526d11f09e714c43163a
517f664228064d1983ddda238d4a62706913a122
/指针操作/prt9.c
1a3db6e70c16aaee7db0e339bd8a6529317eedec
[]
no_license
Koala111/C
5760596454e600e95f12546b8e91ae8deb11d23d
95b9d0e46db7d596e901105962043829aa34fadb
refs/heads/master
2021-01-04T18:29:33.446534
2020-03-22T13:58:34
2020-03-22T13:58:34
240,709,613
0
0
null
null
null
null
UTF-8
C
false
false
301
c
#include<stdio.h> #define main main_prt9 int main(void) { char *Week[]= { "Monday","Tuesday","Wednesday","Thursday","Friday","Saturdya","Sunday" }; int i; printf("Please enter a number for week\n"); scanf("%d",&i); printf("The week is:"); printf("%s\n",Week[i-1]); getch(); return 0; }
[ "dx@email.com" ]
dx@email.com
db381210d9c05e850616474655eb86aaa1aa63fe
1a22821e9abe0144cf060cda217e8ff846ed4810
/bscc/bgbdy/base/dyc_ns.c
46a0841015ee1c399780ed2c010c499ef585a106
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
cr88192/bgbtech_engine
1d3a8b13dee46b4bc557a5a29b6d39370493df93
03869a92fbf3197dd176d311f3b917f4f4e88d1a
refs/heads/master
2021-01-10T13:18:32.756889
2015-11-25T05:11:30
2015-11-25T05:11:30
46,181,763
1
0
null
null
null
null
UTF-8
C
false
false
3,629
c
#include <bgbgc.h> #include <bgbdy.h> BGBGC_Namespace *bgbdyc_nsroot=NULL; BGBGC_Namespace *BGBDYC_LookupNamespaceInner( BGBGC_Namespace *ns, char *name) { BGBGC_Namespace *cur; cur=ns->first; while(cur) { if(!strcmp(cur->name, name)) return(cur); cur=cur->next; } return(NULL); } BGBGC_Namespace *BGBD...
[ "cr88192@gmail.com" ]
cr88192@gmail.com
71c881e02c8b6bca0be1a484d35375e477639895
d3bb2fa7ae0ffe2d16a1e7dd255997b7fbe91c98
/path.h
74ed6265867dc380eb0ff86c3fc12d1aa41e7181
[]
no_license
PenGoFox/Snake
0c60a644c43c635ab4b1db31f2a190860d1626c2
cd64b13a60b91e7d3069f37b385f8ea2882e2af7
refs/heads/master
2022-01-17T20:06:23.862712
2017-07-19T17:53:35
2017-07-19T17:53:35
null
0
0
null
null
null
null
UTF-8
C
false
false
12,139
h
//路径处理模块 #ifndef PATH_H #define PATH_H /* 函数Map.findMaxPath(): 计算两个位置间的最长路径 算法建立在DFS与贪心算法的基础上。每次遍历邻接点时,离目标位置最远(使用曼哈顿距离估计)的位置将会被优先遍历到。另外,为了使路径尽可能直,如果两个位置到目标位置的距离相等,在当前移动方向上的位置将被优先遍历到。这个问题是一个NP完全问题,此算法得出的结果路径只是一个近似最长路径。 */ //////////////////////////////////////////// /* 贪吃蛇AI算法介绍 //////////////////////// 函数Snake...
[ "noreply@github.com" ]
PenGoFox.noreply@github.com
3665b5a5da62f482b00e79159670f5538e5b9895
a364f5e25e4ec3563c2a6e366069488786927948
/usr.bin/ftp/ruserpass.c
c80c9a93e23456846e43acf87a7438c0b445822f
[]
no_license
noud/mouse-bsd
b044db5ba4085794b94ea729eb4148e1c86d73b5
a16ee9b253dbd25c931216ef9be36611fb847411
refs/heads/main
2023-02-24T06:22:20.517329
2020-08-25T20:21:40
2020-08-25T20:21:40
334,500,331
1
0
null
null
null
null
UTF-8
C
false
false
7,707
c
/* $NetBSD: ruserpass.c,v 1.25 1999/10/24 12:31:41 lukem Exp $ */ /* * Copyright (c) 1985, 1993, 1994 * 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 * ...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
41a8fd8a2364233d85d03127ecd96b2dd6461f95
ff7598e88f8ab3b7d35debaf555c8e3a1086fd40
/projects/projet_corewar/CPE_2015_corewar/include/corewar.h
2f58a3dc7fc8c6734ebec95ebcea9d9015a4a659
[]
no_license
Siphonay/epitech_projects
3616c55c631013bdc7afec744c192b938a101e44
ed5dccbfaf7fe9c5bb56529cf09d7fd8d156a6d9
refs/heads/master
2020-12-30T15:08:44.972820
2017-05-12T17:15:36
2017-05-12T17:15:36
91,112,015
1
0
null
null
null
null
UTF-8
C
false
false
458
h
/* ** corewar.h for corewar in /home/ruffet_m/rendu/CPE/CPE_2015_corewar/include ** ** Made by mathieu ruffet ** Login <ruffet_m@epitech.net> ** ** Started on Fri Feb 26 10:22:47 2016 mathieu ruffet ** Last update Wed Mar 30 19:58:56 2016 Victor Herlin */ #ifndef COREWAR_H_ # define COREWAR_H_ /* **** INCLUDE */ ...
[ "alexis.viguie@epitech.eu" ]
alexis.viguie@epitech.eu
344b32549bf9e36fc9f95355784bf87e1d8c4a7c
d50cb90d25d5d355b2da2fc640ae6214bc5b867f
/tools/backbone_set.c
9a8aa60f6961b02fc35422996935af6b72ff8a2e
[ "MIT" ]
permissive
wenxin-wang/flowlabel-switching
2cb18b0a0dc77c68c3b3d46521fa52262200ddc0
c6943f80d98f23fc0cc6db1eaed69c751cfdc46a
refs/heads/master
2020-04-17T14:56:34.534242
2019-02-11T15:11:01
2019-02-11T15:11:01
166,678,750
2
1
MIT
2019-02-14T16:47:20
2019-01-20T15:47:46
C
UTF-8
C
false
false
1,928
c
#include "subcommands.h" #include "addr_utils.h" #include "../bpf/flsw_backbone_xdp.h" #include <bcc/libbpf.h> #include <stdio.h> #include <string.h> #include <errno.h> #include <stdlib.h> #include <limits.h> extern const char BPF_BACKBONE_MAP_PATH[PATH_MAX]; extern const char *PROG_NAME; extern const char *FORWARD_...
[ "i@wenxinwang.me" ]
i@wenxinwang.me
79313a8399eeecca4dfdc7610548c838d54583da
cb8c337a790b62905ad3b30f7891a4dff0ae7b6d
/st-ericsson/multimedia/imaging/ite_nmf/src/grab/ite_grab.c
ed4161faf521c9358520ea86b8a48155a0acd492
[]
no_license
CustomROMs/android_vendor
67a2a096bfaa805d47e7d72b0c7a0d7e4830fa31
295e660547846f90ac7ebe42a952e613dbe1b2c3
refs/heads/master
2020-04-27T15:01:52.612258
2019-03-11T13:26:23
2019-03-12T11:23:02
174,429,381
1
0
null
null
null
null
UTF-8
C
false
false
6,568
c
/* * Copyright (C) ST-Ericsson SA 2010. All rights reserved. * This code is ST-Ericsson proprietary and confidential. * Any use of the code for whatever purpose is subject to * specific written permission of ST-Ericsson SA. */ #include "ite_grab.h" #include "VhcElementDefs.h" #include "ite_sia_init.h" ...
[ "xiangxin19960319@gmail.com" ]
xiangxin19960319@gmail.com
bea0a2b30509d4f9a33c3ada4dee7979a44a5ad7
7ada008609a31f98e747ff85b10fd0aa39f8e3c5
/Stack_paranthesisMatching_v2.c
1dfac3084002acccb265af884052cc9352877a8b
[]
no_license
KrishhDude/C-programs
3e4d0bba31133ed8ddb1a4f7418d4cf2f7bc35ee
afcb3ed46f898c70e67e599cd4e5111718751508
refs/heads/main
2023-01-14T20:26:24.396203
2020-10-28T17:00:39
2020-10-28T17:00:39
307,108,588
0
0
null
null
null
null
UTF-8
C
false
false
1,337
c
#include<stdio.h> #include<stdlib.h> #include<string.h> struct stack { int top; int size; char *s; }; void push(struct stack *st, char x) { if(st->top == st->size) printf("\nstack is full"); else { st->top++; st->s[st->top]=x; } } char pop(struct stack *st) { int x = -1;...
[ "krishna.arakkal@gmail.com" ]
krishna.arakkal@gmail.com
5cfb757508be8b253e89b83242d8340b24d349b9
2fa54839b3b8ac84ee77fe1d53a9d07fb990c6d7
/PSU_project/nmobjdump/nms/nm32.c
1dab486228469467b381d10cc504f2b970c07480
[]
no_license
AERAFALASTRALIS/tk2
16cf1295c59986c54fa2270e19dda96a7e23d9d5
af96de8a1bfd4f82fcf93ba9d703a944aeaf90d4
refs/heads/master
2023-05-31T13:47:42.353695
2021-06-28T07:39:50
2021-06-28T07:39:50
353,984,334
0
0
null
null
null
null
UTF-8
C
false
false
1,936
c
/* ** EPITECH PROJECT, 2021 ** nm32 ** File description: ** nm32 */ #include "my.h" void asigne_sym64(t_symbols *sym, Elf64_Ehdr *elf, Elf64_Shdr *se, Elf64_Sym *symbol) { sym->name = (void *)elf + ((typeof(se))((void *)elf + (elf->e_shoff + se->sh_link * elf->e_shentsize)))->sh_offset + symbol->st_name; ...
[ "antoine.viala@desktop-iba2251.home" ]
antoine.viala@desktop-iba2251.home
34b2ff1cc7ac14f4dd90f0d4ef935510a488d712
33ffba71a8b679861f42e36f722a9e27a855ac18
/Chapter 11/Exercises/11.10.c
5c714558520ddea3b1ad69b4c83ec9eb75a625d5
[]
no_license
Feroz455/programming-in-ansi-c-by-balaguruswamy
1bd00b2ad6c2df4610729e1443ebb3c405e48eec
205300ee0b398daea03fcb3c5aca1ba345724077
refs/heads/main
2023-05-14T00:59:29.154638
2021-05-30T07:02:44
2021-05-30T07:02:44
371,787,526
0
0
null
null
null
null
UTF-8
C
false
false
1,285
c
/** page 394 programming Exercises 11.10 11.10 Write a function (using pointer parameter) that compare two integer arrays to see whether they are identical.The function returns 1 if they are identical , 0 otherwise. */ ///program begin #include<stdio.h> #include<conio.h> int compare(int *a, int *b, int len);...
[ "noreply@github.com" ]
Feroz455.noreply@github.com
08d3a5c4e5ec8206674d08951c8483a204afd675
95129dfda02b17547ebd12428aa5abdc4f027f4e
/Proj2/MatrixMult-cpu/MatrixMult.c
3448fda9d423a02ce69ae516714b93509a20dd9a
[]
no_license
melcz/WFU-Projects
5ab4fc08f7c22b3e7d420e0b075abd04410c0927
ef93d6b550c035876efc2b919e603309407c0c80
refs/heads/master
2021-01-10T06:30:41.714604
2016-01-16T22:59:51
2016-01-16T22:59:51
49,591,472
0
0
null
null
null
null
UTF-8
C
false
false
2,163
c
#define _XOPEN_SOURCE #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdbool.h> #include <time.h> //-------- Generation of matrix of random single point precision numbers --------// float * generateMatrix(int n){ float* matrix = malloc(n*n*sizeof(float)); for(int i=0; i<n*n; i++){ matrix[...
[ "melisacz@gmail.com" ]
melisacz@gmail.com
78f92649bb48f53c11865bd1ed0af7c172971396
4b823f78b4edb42cd073899ae5b0b6572c4961dc
/glib_test/gbytearray.c
dcfc9e818422b9377ee9a6668e0e89c52333c202
[]
no_license
teddyxiong53/c_code
c942593d8cecd24dea81920a8082bd7176fd49ba
0ed4cfa62c90eb1a568ccf4236d9141e3555ed60
refs/heads/master
2022-08-07T07:09:48.150955
2022-08-01T03:32:45
2022-08-01T03:32:45
78,743,068
0
0
null
null
null
null
UTF-8
C
false
false
2,107
c
#include <glib.h> static gint sort(gconstpointer p1, gconstpointer p2) { char a, b; a = *(char *)(p1); b = *(char *)(p2); return (a > b ? +1 : a == b ? 0 : -1); } static gint sort_r(gconstpointer p1, gconstpointer p2, gpointer user_data) { char a, b; a = *(char *)(p1); b = *(char *)(p2)...
[ "1073167306@qq.com" ]
1073167306@qq.com
02dc85b2c6911d88e31ed36c7cb2932c4cc2e49a
68f52d86cc2db3bf4aa81272735abd889f84ba91
/String/pattern/pat27.c
020dde74e62bcd8a07161d9d2fa7f268a33c3a65
[]
no_license
singhsonu/sonu
93efce7d03c25516119c02410bfdb7a9240784e3
9a3f707eb342ee5f5bad96290737e1dd32ad72b0
refs/heads/master
2020-03-28T01:43:49.994725
2018-09-06T12:03:10
2018-09-06T12:03:10
147,526,837
0
0
null
null
null
null
UTF-8
C
false
false
356
c
#include<stdio.h> int main() { int i,j,n,k; scanf("%d",&n); for(i=1;i<=n;i++) { k=i; for(j=1;j<=2*n-1;j++) { if(j>=n+1-i&&j<=n-1+i) { printf("%d",k); j<=n-1?k--:k++; } else printf(" "); } ...
[ "noreply@github.com" ]
singhsonu.noreply@github.com
a9bb6c6f9350c24d5d416b736efecadc8d8efb8c
b5b4246affc799645660e9a28757cdec90ae51c2
/src/level1/mkdir_creat.c
6274945c94a12b62f62b2d4d3e21aeaf3062a992
[]
no_license
joshshep/ext2fs
fc324d272d654c6242e690007c56dd526fdcabb1
0d3df599fdd370b80b33ba6b0afe31a9fa4c70d4
refs/heads/master
2021-09-23T14:11:07.452605
2018-04-29T11:43:10
2018-04-29T11:43:10
103,257,870
1
0
null
null
null
null
UTF-8
C
false
false
4,551
c
#include "../../include/level1cmd.h" int mymkdir(MINODE *pmip, const char *name) { int ino = ialloc(pmip->dev); int bno = balloc(pmip->dev); v_printf("mkdir(): new ino=%d ; bno=%d\n",ino,bno); MINODE * mip = iget(pmip->dev, ino); INODE * ip = &mip->INODE; ip->i_mode = 0x41ED; // OR 040755: DIR type and permis...
[ "joshashep@gmail.com" ]
joshashep@gmail.com
2e3da0bd3cdfd5d1d96421dfa1c4780e948f261c
acb8f247f7f27186835c54dd353f6ab7ab53d9bb
/include/mysql_proc.h
b6101afda4235b135ab6637e48e8a9156afe8985
[]
no_license
DanYauL/cloud_disk
437b5ecfbf38b2a13fb41d7191ec867034959ade
6b61598c77925810e89344ae4ebe5a72ae7c233d
refs/heads/master
2021-01-07T03:22:17.303896
2020-02-20T12:00:47
2020-02-20T12:00:47
241,565,223
0
0
null
null
null
null
GB18030
C
false
false
900
h
#ifndef _MYSQL_PROC_H #define _MYSQL_PROC_H #include <mysql/mysql.h> #define SQL_MAX_LEN (512) //sql语句长度 /* param conn (in) param msg (int) 用户错误信息 */ void print_error(MYSQL *conn, const char *msg); /* param user_name (in) 数据库用户 param passwd (in) 数据库密码 param db_name (in) 数据库名字 */ MYSQL ...
[ "3062514213@qq.com" ]
3062514213@qq.com
6b1a7732cd7903ff90c078508a7822562f36640f
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant104290_reload1.c
1ed9f9480a1dd610c6fc53b90fdfe5b794f13be0
[]
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
285,381
c
/* Reload pseudo regs into hard regs for insns that require hard regs. Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 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 m...
[ "agroce@gmail.com" ]
agroce@gmail.com
9b923d6a35ef5d972e12a730295090c5496685d0
c20672912256f0408cb62750f71172e4d6bb2495
/TFT/src/User/Menu/Popup.h
64492ca6358a1fe9f26c5c953b21fcb4e6883416
[]
no_license
barkhaneum/BigTree_TFT35_V2.0_Dev
fb266af0276949d4e81e90a624d792a1dbbc1fd2
60ee44e48f8d760e09e4223e0cb7612d0703db89
refs/heads/master
2020-08-26T23:23:36.024074
2019-10-24T01:54:22
2019-10-24T01:54:22
217,180,335
0
0
null
null
null
null
UTF-8
C
false
false
1,281
h
#ifndef _POPUP_H_ #define _POPUP_H_ #include "GUI.h" #include "variants.h" //TODO:fix here for more resolution #if LCD_WIDTH == 320 && LCD_HEIGHT == 240 #define POPUP_RECT_WINDOW {30, 25, 290, 215} #define POPUP_RECT_SINGLE_CONFIRM {110, 165, 210, 205} #define POPUP_RECT_DOUBLE_CONFIRM {40, 165, 140,...
[ "majingazzz@naver.com" ]
majingazzz@naver.com
7e8d0642c0c804d5dcc2ef603361cd9220009591
d7a4090b0162660c52d64f72aa3642e9ce6f6eaa
/macros/FluxErr.C
57a545a1eb769b8eead4b6237d44d34f9e3a7737
[]
no_license
cvson/pmcc1picoh
be710548f451466526ad3eeffcd1896f4b610dd7
2e0f954efcef7f8991e6a682e3a3d721c2f35e40
refs/heads/master
2020-12-30T15:09:03.748486
2017-06-04T15:46:23
2017-06-04T15:46:23
91,115,210
1
0
null
2017-09-19T03:56:58
2017-05-12T17:36:56
C
UTF-8
C
false
false
6,095
c
//#define MKPLOT #define nbin 43 //#include "/home/kikawa/set_plot_style2.C" TRandom3 rand; void draw_matrix(float mat[nbin][nbin]){ //set_plot_style2(); //gROOT->ProcessLine(".x /home/cvson/rootlogon.C"); //gROOT->ProcessLine(".L /home/cvson/basicPlotUtil.C"); gStyle->SetOptStat(0); gStyle->S...
[ "cvson@utexas.edu" ]
cvson@utexas.edu
bceb2f6f37fa50aa598a497368f7d7a9988a02e6
2508537c4b3567f13ff78059796952e1900dad0f
/src/backend/executor/execMain.c
a48cbce19dae724750a5ef4274699f2b1c9b209d
[ "PostgreSQL" ]
permissive
houjibofa/postgresql
b0c65d24eabe2434af3bea7bfc093553a83fc56b
b49a48009983994b51b2f889fefeb8c368eee767
refs/heads/master
2021-01-25T11:49:03.312522
2018-04-06T02:30:40
2018-04-06T02:30:40
123,432,829
0
0
null
null
null
null
UTF-8
C
false
false
72,750
c
/*------------------------------------------------------------------------- * * execMain.c * top level executor interface routines * * INTERFACE ROUTINES * ExecutorStart() * ExecutorRun() * ExecutorFinish() * ExecutorEnd() * * These four procedures are the external interface to the executor. * In each cas...
[ "450822486@qq.com" ]
450822486@qq.com
3f43a925060a857375a7d992ba6086e8c3569151
8c9771e9b394c2b6ca48c2fd51607136cf9af2aa
/src/move.h
4d52450765ac9863b3f6b2970783cd7ef9f5fc38
[ "Unlicense" ]
permissive
MartinMSPedersen/traxfig
022351b4d67cb286c608ccae16b1ccb7d0b59c5b
f75215d980b2861af003a0c0373834dfcea3a800
refs/heads/master
2023-03-05T19:17:40.271234
2023-02-21T08:36:07
2023-02-21T08:36:07
17,428,482
2
1
Unlicense
2023-02-07T19:20:40
2014-03-05T04:59:23
C
UTF-8
C
false
false
555
h
#ifndef __MOVE #define __MOVE #define MAX_X 50 #define MAX_Y 50 #define HEIGHT (MAX_Y * 2 + 1) #define WIDTH (MAX_X * 2 + 1) typedef struct { int x; int y; int tile; } MOVE; typedef struct { int height; int width; int left_x; int up_y; int area[WIDTH][HEIGHT]; int mv_nb[WIDTH][HEIGHT]; } GAME_AREA; #defi...
[ "traxplayer@gmail.com" ]
traxplayer@gmail.com
24ec7ba7c45738f7ca17afed5e6550620bf8176d
afd41af9f91e76e78ce47f9a5d5d39606d315db5
/nemu/src/cpu/instr/add.c
af088ea072489bd12d48c824e4150e369eae0092
[]
no_license
zybbigpy/ICS_PA
3e7cb702aba1dcba1cb7fb545415be4e8016c996
1f5a812df3d8d095ad2d92d27987ac8ac4111923
refs/heads/master
2021-08-04T09:04:29.099441
2020-05-18T06:30:31
2020-05-18T06:30:31
172,722,719
2
1
null
2019-09-01T13:02:14
2019-02-26T14:02:30
C
UTF-8
C
false
false
722
c
#include "cpu/instr.h" static void instr_execute_2op() { operand_read(&opr_src); operand_read(&opr_dest); //printf("opr_src-val is: 0x%x\n",opr_src.val); //printf("opr_dest-val is: 0x%x\n",opr_dest.val); opr_dest.val = alu_add(sign_ext(opr_src.val, opr_src.data_size), opr_dest.val, opr_dest.data_size); //...
[ "miaowangqian@icloud.com" ]
miaowangqian@icloud.com
7b70e130631089f5c9de6b9326531ec844a6e1d4
e8f55271c60eb013241b68f504bbb90db6c6a3f4
/ospfd/src/cksum.C
fdfbfb7d0293d8aea4db39b42991d288d257af46
[]
no_license
atulnandan/Modified-Open-OspfV2-Stack
3156615e1b3487f34670bb6c3224b0f61a7aef66
cba3462b7ff69f11bb361d841966412fc2371917
refs/heads/master
2020-04-26T00:08:10.392975
2019-06-11T13:37:26
2019-06-11T13:37:26
173,167,769
1
0
null
null
null
null
UTF-8
C
false
false
1,949
c
#include "machdep.h" #include "spftype.h" #include "ip.h" #include "arch.h" #include "lshdr.h" /* Calculate the fletcher checksum of a message, given * its length an the offset of the checksum field. * Uses the algorithm from RFC 1008. MODX is chosen to be the * length of the smallest block that can be checksummed ...
[ "noreply@github.com" ]
atulnandan.noreply@github.com
63c3670dbf1fcac3ec89ba5153e884a71d8852f6
4fb2940150e1279168ee69c71e7cffd96e2f6920
/drivers/staging/crystalhd/crystalhd_hw.h
7e309b1afdc8216a3ff841518d2f88f06b42bd6a
[]
no_license
mhrsolanki2020/Dhollmen_Kernel
740d33825301dd191cc6243f5fc7ef9cb67ed3fb
c144e86a40e514c21c28621ba43f37fae8f1c0d1
refs/heads/master
2021-01-18T20:17:29.719478
2014-04-15T00:16:49
2014-04-15T00:16:49
19,468,965
0
1
null
null
null
null
UTF-8
C
false
false
12,214
h
/*************************************************************************** * Copyright (c) 2005-2009, Broadcom Corporation. * * Name: crystalhd_hw . h * * Description: * BCM70012 Linux driver hardware layer. * * HISTORY: * ********************************************************************** * This fi...
[ "usuario@localhost.localdomain" ]
usuario@localhost.localdomain
aebab5597ff3bd47604d556c50a83bb6635054bf
5521c3d77ff8bdbc5d6e1e34c6b1bfd633a86f5a
/src/pallette_clr.c
994c25eb1d9ed6b9a008e72ce806a58265c3b619
[]
no_license
toboutal/fdf
910eeca546d255f2ee79d155aa935345a6f09d79
d9806163cc56fc7b9ff8f01a6723fdfd47a779a4
refs/heads/master
2020-05-18T03:47:19.805533
2019-05-15T23:26:44
2019-05-15T23:26:44
184,155,083
0
0
null
null
null
null
UTF-8
C
false
false
2,002
c
/* ************************************************************************** */ /* LE - / */ /* / */ /* pallette_clr.c .:: .:/ . .:: ...
[ "tomboutaleb@MacBook-Air.local" ]
tomboutaleb@MacBook-Air.local
e58491b60f277757f41f8f6a17d61fda191e6270
9bb7134eea39a999f81fe40df69367e4ecdbb11f
/afl-0.80b/config.h
60d3bf9149b18b2d6ac3e11443164284b03dac04
[]
no_license
309972460/software
d30c21ba18b875d5bdee2faeb112ff900bd992bd
92f0cecbc1dacbdbf723162c5568f9f7807f29e9
refs/heads/master
2021-01-17T22:20:59.736165
2015-06-25T15:26:30
2015-06-25T15:26:30
54,437,456
0
1
null
2016-03-22T02:01:13
2016-03-22T02:01:13
null
UTF-8
C
false
false
7,330
h
/* american fuzzy lop - vaguely configurable bits ---------------------------------------------- Written and maintained by Michal Zalewski <lcamtuf@google.com> Copyright 2013, 2014 Google Inc. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this ...
[ "johnballard91@gmail.com" ]
johnballard91@gmail.com
ab220f42373983ec8c76c18f0b201f9b650bad11
cdeb97635a3b6cd7531f13ad8ee027a8bf235246
/basic_system_programming/ex3/frac_arithmetic.c
46c0c109062f96052f940ab68b2e7828d58cd611
[]
no_license
tanimutomo/assignment
49143dbdb507d229e7e32a00881f96621c65f3e4
7daf5d837be80af02d43a949dcc7a34c9c591377
refs/heads/master
2021-06-25T10:11:45.861796
2020-12-06T04:24:30
2020-12-06T04:24:30
166,627,853
0
0
null
2019-01-20T15:46:44
2019-01-20T05:46:43
Haskell
UTF-8
C
false
false
2,900
c
#include <stdio.h> #include <stdlib.h> #define MAXLINE 256 struct frac { int shi, bo; }; // Calcurate the G.C.D. int gcd(int a, int b) { int c; while(b != 0){ c = a % b; a = b; b = c; } return a; } // exception handling void reduce(char operation, struct frac *...
[ "tanimu@ht.sfc.keio.ac.jp" ]
tanimu@ht.sfc.keio.ac.jp
57970d070ae930d3e1e7f9ae78648e40f0c24ef8
1626b89ace65e281821631af7ae401a40d8c5b15
/TASBot.cydsn/Generated_Source/PSoC5/ConsolePort_2_TmrClock.c
790d546f5b5e73cd177170d207a9a066bdde6ac0
[]
no_license
ChristopherEdwards/tasbot
e0cad6b869964ea503634fe41425cb07eea28db3
5e50397181df70690e123d3321b30a8290a8347f
refs/heads/master
2020-03-14T02:47:57.426186
2019-03-12T00:44:13
2019-03-12T00:44:13
131,406,433
1
0
null
2018-05-09T23:39:08
2018-04-28T12:10:34
Python
UTF-8
C
false
false
19,680
c
/******************************************************************************* * File Name: ConsolePort_2_TmrClock.c * Version 2.20 * * Description: * This file provides the source code to the API for the clock component. * * Note: * ********************************************************************************...
[ "cje1985@gmail.com" ]
cje1985@gmail.com
922a5a5ef8873b78ad6767b3cf27c56627fd5cf7
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/241/565/CWE761_Free_Pointer_Not_at_Start_of_Buffer__wchar_t_console_13.c
f6d067e613e4361ab9a6c431255cdaf34dcf669c
[]
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
6,379
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE761_Free_Pointer_Not_at_Start_of_Buffer__wchar_t_console_13.c Label Definition File: CWE761_Free_Pointer_Not_at_Start_of_Buffer.label.xml Template File: source-sinks-13.tmpl.c */ /* * @description * CWE: 761 Free Pointer not at Start of Buffer * BadSource: console Rea...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
16e5f6b808b3d94c319d2f0217f5a783546b5f91
7b25defe7dfb523ebbd558f8446fb2e85439bd29
/src/backend/pgxc/pool/poolutils.c
c61379ac669203aaf9e16725647516a160941bd7
[ "BSD-3-Clause", "PostgreSQL", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
marc47marc47/TBase
a3b67990d9bdf6d181625b6c0a7b33f8d53da631
83347e4a5e04ff515c1c6fb3dfbf53f3d119d35b
refs/heads/master
2022-12-28T18:09:26.302518
2020-10-16T06:05:37
2020-10-16T06:05:37
257,465,566
0
0
NOASSERTION
2020-04-21T03:04:43
2020-04-21T03:04:42
null
UTF-8
C
false
false
14,991
c
/*------------------------------------------------------------------------- * * poolutils.c * * Utilities for Postgres-XC pooler * * Portions Copyright (c) 2012-2014, TransLattice, Inc. * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 2010-2012 Postgres-XC Develop...
[ "chenzaini@sina.com" ]
chenzaini@sina.com
36989015ba54e4f5462dd1d49c737b5fd1019d83
008060072ef30e7ee7920e92e32cce337d85030d
/feeds/ipq807x/qca-nss-drv/src/nss_log.h
1d27e9498ce034187fbc663952a337dbc696828d
[ "BSD-3-Clause" ]
permissive
Kenneth-Lu/wlan-ap
2859803835876137427da3fc94d828c9f99a7cce
4468e90d2c0edf4d4b68b33e7b22259f8501ba40
refs/heads/plume/dev
2023-07-14T20:23:04.325249
2021-02-26T14:14:27
2021-03-01T15:44:14
357,393,186
1
1
BSD-3-Clause
2021-06-09T04:51:30
2021-04-13T01:54:40
null
UTF-8
C
false
false
3,635
h
/* ************************************************************************** * Copyright (c) 2014-2015, 2018, 2020 The Linux Foundation. All rights reserved. * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyri...
[ "john@phrozen.org" ]
john@phrozen.org
9b9952f36b36349e86fb131be04d4a34142b83d8
c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683
/openETCS_Releases/v0.4-D3.6.4/KCG_GreenField/C_P011_fs_struct_to_array_ntc_T.h
2215df7611475ed61c77adbed728001202413e51
[]
no_license
VladislavLasmann/srcAndBinary
cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10
13aa76e545b9596f6dac84fb20480dffae7584d8
refs/heads/master
2021-05-08T15:04:05.709079
2016-01-22T12:40:10
2016-01-22T12:40:10
null
0
0
null
null
null
null
UTF-8
C
false
false
1,062
h
/* $**************** KCG Version 6.4 (build i21) **************** ** Command: kcg64.exe -config D:/Github/modeling/model/Scade/System/OBU_PreIntegrations/openETCS_EVC/KCG_GreenField/config.txt ** Generation date: 2015-12-03T13:39:50 *************************************************************$ */ #ifndef _C_P011_fs_st...
[ "bernd.hekele@deutschebahn.com" ]
bernd.hekele@deutschebahn.com
5f5e935ac642ff4a91ea94acae156b7a2b13583c
0eb15ba5ba92e6ecbdb3fdc6da23b943174f36e8
/wifisdk_for_rtk_871x/project/realtek_amebaz_va0_example/tuya_user/rtlbn_light_rgb/rgb.si4project/Backup/irDecode(7074).h
46df840372c7c499c04fd530ed03494c227da547
[]
no_license
ghsecuritylab/StudyDocs
d4c0e36bfd08a3b9aaa47533ae8c22ce3e3c5f3d
846700ef1bcc76190a0ecfff907658d000724046
refs/heads/master
2021-02-26T08:58:52.331052
2020-01-02T02:18:44
2020-01-02T02:18:44
245,513,531
0
0
null
2020-03-06T20:47:04
2020-03-06T20:47:03
null
UTF-8
C
false
false
4,117
h
#ifndef __IRDECODE_H__ #define __IRDECODE_H__ #include "tuya_device.h" #include "adapter_platform.h" #include "tuya_cloud_error_code.h" #include "tuya_iot_wifi_api.h" #include "tuya_cloud_types.h" #include "tuya_led.h" #include "tuya_uart.h" #include "tuya_gpio.h" #include "tuya_key.h" #include "uni_time_queue.h" #inc...
[ "1234" ]
1234
bbd5f73395ae5b13f13a9787843fe9435cc503f5
3d9eff985b33d617a1c73ea0a78ea62594a309c6
/libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_KPSDK_CODE/utilities/sw_timer.h
fbd4660517682adab12c20f9251b11e7351cf8fa
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
IlliniSolarCar/mbed
1dfd83d93eb3fb1f5c405c11866958feac477ca0
58a1f8e76c443988eadae3447d4c7681266edb80
refs/heads/master
2023-05-15T02:47:06.532504
2022-06-16T18:53:17
2022-06-16T18:53:17
201,303,329
4
0
Apache-2.0
2022-06-16T18:53:18
2019-08-08T17:10:08
C
UTF-8
C
false
false
8,493
h
/* * Copyright (c) 2013 - 2014, Freescale Semiconductor, 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: * * o Redistributions of source code must retain the above copyright notice, th...
[ "bogdan.marinescu@arm.com" ]
bogdan.marinescu@arm.com
c65aa8df1ae989b2f47cc10c6389251b6852cbc5
2f28185d5157f996f61f5743583b17dc64b378cb
/Q-municate/QMConstants.h
56f47c9238a8b80ae89bc51e36ac22b2184b938f
[ "Apache-2.0" ]
permissive
haithamkhedre/q-municate
19462cd9e86728758826f0fffba4653e485e57dd
ca7b430756566334391b1d4e22d05c6454d13864
refs/heads/master
2023-01-29T14:18:42.731034
2020-12-10T04:06:59
2020-12-10T04:06:59
319,564,953
0
0
Apache-2.0
2020-12-10T04:13:43
2020-12-08T07:49:51
Objective-C
UTF-8
C
false
false
1,312
h
// // QMConstants.h // Q-municate // // Created by Vitaliy Gorbachov on 3/19/16. // Copyright © 2016 Quickblox. All rights reserved. // #ifndef QMConstants_h #define QMConstants_h #ifdef DEBUG #define ILog(...) do { NSLog(@"%s %@", __PRETTY_FUNCTION__, [NSString stringWithFormat:__VA_ARGS__]); } while(0) #else ...
[ "vitaliy.gorbachov@quickblox.com" ]
vitaliy.gorbachov@quickblox.com
48934180254cc595a7fa86a89d963d77235f09d2
d94e91a69332b752b3bf7753fa61a71e10fbd71a
/linux_c/io/test.c
f3ee8b50c3714f9d7878b00893d488e8d91a1c36
[]
no_license
zhangpeichuan/learnC
2775b98656a1c78f5edf41140aec31a521e02148
33283dc7653877cb3835c562e97364e949d40750
refs/heads/main
2023-02-28T14:58:28.125770
2021-02-07T02:49:03
2021-02-07T02:49:03
319,175,686
0
0
null
null
null
null
UTF-8
C
false
false
146
c
#include <stdio.h> int main(){ char *ptr = "abc"; printf("%s \n",ptr); ptr[0] = 'x'; printf("%s \n",ptr); return 0; }
[ "zhangpeichuan@126.com" ]
zhangpeichuan@126.com
b6823f8fda5e6c9e9c38f5fa0b065b44da0f2fad
7c3cf038de286ab431be1d84ad8dc6420c0ff830
/core/net/mac/chaos/lib/multipaxos/multipaxos.h
98b6278e41a1f13231c40b76eed88c3cc4ca8202
[ "BSD-3-Clause" ]
permissive
iot-chalmers/wireless-paxos
d7f5bdebe322888f4fd49e1ceaead50643a1c798
cb753d37adddafa7f5a97fd407b1e67ec28d73b8
refs/heads/master
2022-02-11T16:44:31.777856
2022-01-28T12:25:30
2022-01-28T12:25:30
162,137,699
4
6
null
null
null
null
UTF-8
C
false
false
12,055
h
/******************************************************************************* * BSD 3-Clause License * * Copyright (c) 2017 Beshr Al Nahas, Valentin Poirot and Olaf Landsiedel. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided ...
[ "poirotv@chalmers.se" ]
poirotv@chalmers.se
365b1dc98f691ef56ff510fdbd8b5ec2cc221957
c56e249b65d3216d7f9591128bc5b37d1a8be294
/Chart19-9/input.c
814aeadc866986960277f41b562e3fa3f48895b2
[]
no_license
ieyeppo/StudyC
9f2a9fcc96c8d8a0b6159347eed1c79a991c5853
9e2698ec4babd4f3bc4c47a0c063955b3fb04fb7
refs/heads/main
2023-04-28T00:47:12.553418
2021-05-12T08:19:07
2021-05-12T08:19:07
361,931,235
0
0
null
null
null
null
WINDOWS-1252
C
false
false
368
c
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> extern int count; int total = 0; int input_data(void) { int pos; while (1) { printf("¾ç¼ö ÀÔ·Â : "); scanf("%d", &pos); if (pos < 0) break; count++; total += pos; ...
[ "ieyeppo@gmail.com" ]
ieyeppo@gmail.com
516c5c4b48d20b395e949cc91869fee3f2db8191
cab01e230a31265b0c1dc66dea070b05dd6e0614
/product/sgi575/scp_ramfw/config_cmn600.c
56c6f0d1dad7244586d2883f611148de31d1f083
[ "BSD-3-Clause" ]
permissive
taotieren/SCP-firmware
7c403ae4616c63556de7cd2467bcc4aa5f87a1b6
fca4c49be57c7c108413e5e74a573c819babccbd
refs/heads/master
2020-04-06T22:22:34.246152
2018-10-26T06:36:05
2018-11-15T10:04:19
157,833,985
1
0
NOASSERTION
2018-11-16T08:08:22
2018-11-16T08:08:21
null
UTF-8
C
false
false
2,901
c
/* * Arm SCP/MCP Software * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <fwk_macros.h> #include <fwk_module.h> #include <fwk_module_idx.h> #include <mod_cmn600.h> #include <scp_sgi575_mmap.h> #include <config_clock.h> /* * CMN600 n...
[ "39518861+ronald-cron-arm@users.noreply.github.com" ]
39518861+ronald-cron-arm@users.noreply.github.com
0ba4301fb425afdb7585813443ce55e6e9e8c884
dfd1258a366ea3d38cd8ae061e2af4e950cd19f4
/62nConnection/vect.h
454b8ff0e12d188f626f5732f58546a0200fb99c
[]
no_license
molata/HIT_PMSM
833125ce08e1999c34a6868ab9c62c7ad9c78613
a46df6f0412bf95695d969ed0a4ca70fad8a122b
refs/heads/master
2020-12-24T20:33:26.409494
2016-05-27T04:17:06
2016-05-27T04:17:07
55,974,169
0
0
null
null
null
null
UTF-8
C
false
false
18,746
h
/***********************************************************************/ /* */ /* FILE :vect.h */ /* DATE :Tue, Apr 26, 2016 */ /* DESCRIPTION :Definit...
[ "expect923371272@163.com" ]
expect923371272@163.com
fdcf4922ca132bb261c3f67e0cea1e7e2ddd5cb8
4e8c86fc1eb47ed8037d419487f9503df22c7083
/Optimization/LevmarAndroid/jni/Thirdparty/clapack/TESTING/LIN/slqt03.c
b6f50d5e70fbe71fac91c95053935dc54d799c77
[ "BSD-3-Clause", "MIT" ]
permissive
dalek7/Algorithms
c993f6d922a5574e54c2d8ece70bd0f9dd281a26
657275472d116f3b117c67e366a7e45de8e9c0e7
refs/heads/master
2020-04-12T01:40:56.502302
2019-09-07T16:46:09
2019-09-07T16:46:09
51,481,437
4
2
MIT
2019-07-09T10:58:28
2016-02-10T23:39:20
C
UTF-8
C
false
false
7,688
c
/* slqt03.f -- translated by f2c (version 20061008). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end of...
[ "dalek@kaist.ac.kr" ]
dalek@kaist.ac.kr
33b8b7a5f7e0e8e3a0b4d2581d1db294df1eb743
317f2542cd92aa527c2e17af5ef609887a298766
/tools/target_10_2_0_1155/qnx6/usr/include/ares_dns.h
5585b3a59e9f3f2ec888fcdb11a3014393a9a9ca
[]
no_license
sborpo/bb10qnx
ec77f2a96546631dc38b8cc4680c78a1ee09b2a8
33a4b75a3f56806f804c7462d5803b8ab11080f4
refs/heads/master
2020-07-05T06:53:13.352611
2014-12-12T07:39:35
2014-12-12T07:39:35
null
0
0
null
null
null
null
UTF-8
C
false
false
4,700
h
/* Copyright 1998 by the Massachusetts Institute of Technology. * * Permission to use, copy, modify, and distribute this * software and its documentation for any purpose and without * fee is hereby granted, provided that the above copyright * notice appear in all copies and that both that copyright * notice and ...
[ "dev@dclark.us" ]
dev@dclark.us
3aa52c81bd2d67421020b90965cb88875f3bbee0
cbfffa046898c1561a5317c6c92a7458bd8586ff
/resource.h
38cc7adb263ca1b472116f2d3b5727e53dbcf65f
[]
no_license
BialekPL/modulo-calculator
c3d55ec0b34dd49e4b6aad0db35dc1815255456f
79a5e73b110aee105e1ccda3e7d39a74409588d9
refs/heads/master
2022-10-21T20:56:56.093770
2020-06-15T09:49:15
2020-06-15T09:49:15
268,237,456
0
0
null
null
null
null
WINDOWS-1250
C
false
false
521
h
//{{NO_DEPENDENCIES}} // Plik dołączany wygenerowany przez środowisko Microsoft Visual C++. // Używany przez: modulo-calculator.rc // #define IDI_ICON1 101 #define IDI_ICON2 102 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMB...
[ "mbialecki157@gmail.com" ]
mbialecki157@gmail.com