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
7eb190d37a4ad81b145a44aefb2e68c4dbee38ba
6b13c88d123eea12403c72f199a00cb15801d5ba
/嵌入式/通过wifi向服务器上传数据/User/stm32f10x_it.c
2d623b0d375a6f96603e6c470a2fc61682cfc05d
[]
no_license
Raymaa/SmartHouse
93f64b9141af4a786601f841071680197965c7b4
7eb11497f1d126ba07822a0d4046a527a54ad078
refs/heads/master
2020-11-29T21:27:43.075234
2019-12-26T07:50:42
2019-12-26T07:50:42
230,219,168
5
1
null
null
null
null
GB18030
C
false
false
5,480
c
/** ****************************************************************************** * @file Project/STM32F10x_StdPeriph_Template/stm32f10x_it.c * @author MCD Application Team * @version V3.5.0 * @date 08-April-2011 * @brief Main Interrupt Service Routines. * This file provides template f...
[ "958816028@qq.com" ]
958816028@qq.com
4752f80c538bff4e5a53f48334b038ecbe567f7f
9a30d627083ffff56802b5e4e1aea58fd20752eb
/correzione/PX988/lesson_06/person.c
b33c2e1190de656524525be1e7235dda01e3396b
[]
no_license
tcappellari/IRES2016_langc
9d0a5b844d9a5891f47fed999f870d9b17825b69
cdf76cbf943b6fcd47b6b90d0e9cba40d5b170f8
refs/heads/master
2021-01-10T02:47:58.829430
2016-02-26T09:51:04
2016-02-26T09:51:04
50,825,198
1
1
null
null
null
null
UTF-8
C
false
false
1,159
c
#include <stdio.h> // define printf #include <stdlib.h> // define EXIT_SUCCESS #include <string.h> /* TODO: per casa modificare l'esercizio azienda, persona usando lo heap. */ typedef struct { char* name; char* surname; int age; } Person; void Person_setName(Person* this, char* name) { int length = strlen(name...
[ "tcappellari@nabertech.com" ]
tcappellari@nabertech.com
ec5c31c76c3c076fb7f5c64c8d3a9120de5c6ca4
d14edf0ea3719fb6707f325ad3250b28b4fed197
/c-langue/compute/expression/time-different.c
146256a3574d6a3569a42387592af3462c8f982c
[]
no_license
estarsyang/computer-knowledge
b582d78dda02410540601ab0735c7f31ff99ff16
2c5297875273d38d95e19de821402a895f3f5dda
refs/heads/main
2023-08-03T06:56:10.592865
2021-09-16T09:11:00
2021-09-16T09:11:00
403,862,136
0
0
null
null
null
null
UTF-8
C
false
false
405
c
#include <stdio.h> int main() { int time1, minutes1; int time2, minutes2; printf("请输入第一个时分,以空格分开"); scanf("%d %d", &time1, &minutes1); printf("请输入第二个时分,以空格分开"); scanf("%d %d", &time2, &minutes2); int t1 = time1*60+minutes1; int t2 = time2*60+minutes2; int t = t2-t1; printf("时间差为%d时%d分", t/60, t%6...
[ "455089957@qq.com" ]
455089957@qq.com
ffaf97fba3c6ac184c174bbd625ed79d80c11e0a
854cde050a979a7cdd598082902af936a78c1b98
/sum.c
861f6c34fd28e8fede804d133d5c0ab81762fb3e
[]
no_license
iamhrg/Makefile
903a9b74eb3f7fb92f641f5e138e17a3078f3dde
a9ab48b1aaa8ad9d705a773b6042045a8a9e5d0e
refs/heads/master
2020-03-26T09:36:45.850668
2018-08-14T18:03:55
2018-08-14T18:03:55
144,755,071
0
0
null
null
null
null
UTF-8
C
false
false
109
c
#include "header.h" int sum(int a, int b) { int c = a+b; printf("Sum is = %d\n", c); return 0; }
[ "noreply@github.com" ]
iamhrg.noreply@github.com
c8e30c261684aeff82336d60f9fc9bb62983720c
9f275713fcb7930ddd22aa14123d1e3bb8da793d
/drivers/memc/sifive_ddrregs.h
9e03444ed724e3ab621f1ce00c4edfc995e2dbe8
[ "Apache-2.0" ]
permissive
antmicro/zephyr
5f2bd515507057fb34efe40ba3b756584e9749e7
51a7de2beb13249804200164610358158088588e
refs/heads/master
2023-08-30T21:44:04.126331
2023-04-02T05:01:06
2023-04-12T11:10:39
91,610,223
10
10
Apache-2.0
2020-12-22T16:15:48
2017-05-17T18:55:26
C
UTF-8
C
false
false
58,138
h
/* * Copyright (c) 2018 SiFive, Inc * Copyright (c) 2023 Antmicro <www.antmicro.com> * * Based on: * - https://github.com/sifive/freedom-u540-c000-bootloader/blob/master/fsbl/regconfig-phy.h (Apache-2.0) * - https://github.com/sifive/freedom-u540-c000-bootloader/blob/master/fsbl/regconfig-ctl.h (Apache-2.0) * - ...
[ "carles.cufi@nordicsemi.no" ]
carles.cufi@nordicsemi.no
117d23b05efd965d1de2cbc371f2e26adb854d40
96e99df2dafd76b9aa350fa500d5ba4e3c928b81
/Datastructuren/assignment_3/maze.c
fdb0b5c2d94664594afda13a3a9b519fdec73122
[]
no_license
Snuggert/Share
fa56fb208a3f7e380a140b29ee0520952ff5b18a
b78bc50755f979cf0b165bb3b2f426c680563299
refs/heads/master
2020-04-01T21:12:47.874429
2013-05-13T21:51:31
2013-05-13T21:51:31
null
0
0
null
null
null
null
UTF-8
C
false
false
3,486
c
/* * File: maze.c * * This file contains the functions used by a maze struct. * * Author: Abe Wiersma (Snuggert) * Date: 23-02-2013 */ #include "stdlib.h" #include "stdio.h" #include "string.h" #include "maze.h" #include "walker.h" // initialize the struct with the size of the given array. struct maze_t *ini...
[ "abe.wiersma@hotmail.nl" ]
abe.wiersma@hotmail.nl
a0eb26ae1ab0cdec864920fc2f3e6f33fdba32cb
20be2e5541b10a2f570ea5f843da61ef04e29442
/snmpfwk_1_0_0/snmpfwk/epilogue/epilogue/src/epilogue/envoy/auxi/null_set.c
c9e3d508027f950fe5dc689af86455446dbfdba5
[]
no_license
barby1138/fridmon
e3925530f1ba402e7ad843219056fa015b2dc8c5
a1e0583b10a4db1a68cb00cdeabb61f982803bfb
refs/heads/master
2020-03-30T12:04:18.781879
2020-02-29T09:19:44
2020-02-29T09:19:44
151,206,729
2
0
null
null
null
null
UTF-8
C
false
false
3,429
c
/* $Header: /services/cvsroot/fridmon/snmpfwk_1_0_0/snmpfwk/epilogue/epilogue/src/epilogue/envoy/auxi/null_set.c,v 1.1 2006/06/29 12:17:25 smasyutin Exp $ */ /**************************************************************************** * * *** Restricted Rights Legend *** * * The programs and information c...
[ "tsis@tsis.com" ]
tsis@tsis.com
75ce93446f14181842fc04ec3c6a26fd2559bc64
a1091ad42e6a07b6fbb6fe876feb03547a8da1eb
/MITK-superbuild/ep/src/CTK-build/CTK-build/Plugins/org.commontk.configadmin/org_commontk_configadmin_Export.h
c92006dbe24d26e49e1a8208d2cb7deaad4892a9
[]
no_license
Sotatek-TuyenLuu/DP2
bc61866fe5d388dd11209f4d02744df073ec114f
a48dd0a41c788981009c5ddd034b0e21644c8077
refs/heads/master
2020-03-10T04:59:52.461184
2018-04-12T07:19:27
2018-04-12T07:19:27
129,206,578
1
0
null
null
null
null
UTF-8
C
false
false
789
h
// .NAME __org_commontk_configadmin_Export - manage Windows system differences // .SECTION Description // The __org_commontk_configadmin_Export captures some system differences between Unix // and Windows operating systems. #ifndef __org_commontk_configadmin_Export_h #define __org_commontk_configadmin_Export_h #in...
[ "tuyen.luu@sotatek.com" ]
tuyen.luu@sotatek.com
d961f396c2b584842ecead1cd1863d18a089699c
acde6d4b350dd273b8979129a6a99442fac1d19f
/OpenMP/main.c
e5ece1e8e0992f7670e5bf14ab23b473965d7cf9
[]
no_license
florinrm/ProiectAPP
7d1e2e654f85c1c8591e7d886ff2b2dd61d6bc13
00a0c3f32ce826015e05c097c3e3109b60cf8266
refs/heads/master
2020-08-03T22:43:31.944202
2019-12-06T21:15:12
2019-12-06T21:15:12
211,908,086
2
0
null
null
null
null
UTF-8
C
false
false
5,672
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <omp.h> #define COLOR 6 #define GRAYSCALE 5 #define NO_THREADS 8 float blurMatrix[3][3] = {{1.f / 16, 2.f / 16, 1.f / 16}, {2.f / 16, 4.f / 16, 2.f / 16}, {1.f / 16, 2.f / 16, 1.f / ...
[ "florin.razvan.mihalache@gmail.com" ]
florin.razvan.mihalache@gmail.com
d9e828328533ec4432cef3d12ac6b460a749a0bc
b5fc4ecd580edd3b9f27add31e02a4b5a2eab72f
/talker.c
363c8eafe688905d456ea89f3dafd0ec681393ee
[]
no_license
SANG-IL-HAN/os-assignment-UCO
7b100e97609bdc47880f3ecdca76ac25dd6e6726
73fd414e78ae8434630be37a170a405fd01795ff
refs/heads/master
2021-10-27T05:12:15.273323
2019-04-16T04:43:01
2019-04-16T04:43:01
181,612,941
0
0
null
null
null
null
UTF-8
C
false
false
2,149
c
//sangil han (hsi3348495@gmail.com) //talker.c //this program is UDP client in linux //a.clinet program using a transport layer protocol #include <stdio.h> // Standard Input/Output library #include <stdlib.h> // Standard library #include <errno.h> // Error library #include <string.h> // String libra...
[ "noreply@github.com" ]
SANG-IL-HAN.noreply@github.com
9e365245c3cbe8dd7afae4b1052c3a0d89cc590a
838a4f36504c5850a5f8dc6e788948710d2d4f37
/libft/ft_lstnew.c
d32e5c21ec579a324cea8ae09a871bbf183baa42
[]
no_license
vlytvyne/Lem-in
1833d2048dd373d8740ff50c8100073883c4b9d5
3ee6011ed04aadc71171969c55c459fcbcab9789
refs/heads/master
2020-04-11T23:18:23.916275
2019-02-22T20:19:30
2019-02-22T20:19:30
162,162,727
0
0
null
null
null
null
UTF-8
C
false
false
1,368
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstnew.c :+: :+: :+: ...
[ "v.lytvynets61@gmail.com" ]
v.lytvynets61@gmail.com
cf17f4126a91268299086db8302bf092422046db
133fbd505839bf530f808589e81441efa4474a8d
/rozdzial8/ćwiczenie8.c
6dae287c1a436282499e0fecddfa37cfaca1fecf
[]
no_license
wkorol/C_Szkola_Programowania
62145a121c06aa45f8fdd8e33d8cd539d797ba71
400c753230508f28091c0269d1b217f369cdebfb
refs/heads/master
2021-06-07T07:17:49.409162
2021-05-30T11:20:26
2021-05-30T11:20:26
83,083,173
4
0
null
null
null
null
UTF-8
C
false
false
2,542
c
// // ćwiczenie8.c // // // Created by Wiktor Korol on 13.09.2015. // // #include <stdio.h> #include <ctype.h> void dodawanie(); void odejmowanie(); void mnozenie(); void dzielenie(); void wprowadzanie(); int main() { char ch; printf("Wybierz jedno z dzialan:\n"); printf("a. dodawanie b. o...
[ "wiktorkorol@MacBook-Pro-Wiktor.local" ]
wiktorkorol@MacBook-Pro-Wiktor.local
e787dcffd574900904c7e749af06038409c7e247
0ae42de5c456a3bbd1e89ed9e99d032079ed0e0b
/Soft/PWRMETV0.1/Inc/stm32f0xx_hal_conf.h
e6ac6c657ff7f038386df8db81bc51bb026533d6
[]
no_license
bklemencz/PWRMET_24G
97c3ddc5f27d7e844fbdbefc92548c2e2233b59d
55c4be56e1c28130646e6ae1a354f7ba535f5c55
refs/heads/master
2021-01-21T09:39:00.222769
2017-12-04T08:59:22
2017-12-04T08:59:22
91,662,680
0
0
null
null
null
null
UTF-8
C
false
false
11,861
h
/** ****************************************************************************** * @file stm32f0xx_hal_conf.h * @brief HAL configuration file. ****************************************************************************** * @attention * * <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</cen...
[ "bklemencz@gmail.com" ]
bklemencz@gmail.com
b8c756a9a9af78a0ab58bba22e40e846b582513b
653d5b7ec6d62a78acf427f1e5ecce88ca313879
/FEUP-SOPE-TPS/class_01/exercise_05/Exercise_05_b.c
c5002e55803aca151dbec0c78aed8b4af6e72116
[]
no_license
Jumaruba/FEUP-MIEIC-TPS
b8e03eed107e05b7acc4d2741d9926f143132e54
e63dbc7bf2a04a35fa85a5e27218ce361b21b519
refs/heads/master
2023-06-06T07:26:40.774345
2021-06-20T09:52:02
2021-06-20T09:52:02
378,610,102
0
0
null
null
null
null
UTF-8
C
false
false
209
c
#include <stdio.h> #include <stdlib.h> #include <string.h> int main(int argc, char* argv[], char* envp[]){ int i = 0; while (strstr(envp[i], "USER=") == NULL){ i++; } printf("%s\n", envp[i]); }
[ "juliane.marubayashi@gmail.com" ]
juliane.marubayashi@gmail.com
64ed4001cf8db252420d2e5964ef8410eead70aa
24dd26707f6fbb51e13ea43db2b957ab32b89957
/firewall_vpn/lab6/client6.c
1c385ba236ee242fc4bc22264c75b1229b1ae524
[]
no_license
Raaazor/seedlab_solution
9a000306d91ab439e9988f8ccad3624826219cea
611beecfe98836622ac631613ffe3e377adf6e67
refs/heads/master
2020-08-08T00:57:25.626467
2019-05-17T12:23:18
2019-05-17T12:23:18
213,650,133
2
0
null
2019-10-08T13:32:15
2019-10-08T13:32:14
null
UTF-8
C
false
false
5,306
c
#include <arpa/inet.h> #include <fcntl.h> #include <linux/if.h> #include <linux/if_tun.h> #include <netdb.h> #include <openssl/err.h> #include <openssl/ssl.h> #include <stdio.h> #include <sys/ioctl.h> #include <unistd.h> #define NAME_LENGTH 100 #define PASSWORD_LENGTH 100 #define BUFF_SIZE 10000 // #define DEBUG // a...
[ "chialekuan@qq.com" ]
chialekuan@qq.com
9dd4cfa22f88a10528d1d5fac3e3a208cb807e8c
14eb98ed92ccccc2a6f5d6aa58172e8fffbcfe2a
/driver/windows_driver_development_internals/chap11/Test1/DriverA/Header.h
702d9d8400945c302329fe00405ca20fc11074e5
[]
no_license
lyyyuna/durian_cake
197b7b7e0387ff1639fa58cbcb3b1953639a6936
0bf0e9fc06e06378fd434614910c480cc1560627
refs/heads/master
2023-04-09T01:57:36.932139
2023-01-19T02:27:00
2023-01-19T02:27:00
17,127,504
1
0
null
2023-03-24T23:42:53
2014-02-24T06:34:49
C
UTF-8
C
false
false
981
h
#pragma once #ifdef __cplusplus extern "C" { #endif #include <NTDDK.h> #ifdef __cplusplus } #endif #define PAGEDCODE code_seg("PAGE") #define LOCKEDCODE code_seg() #define INITCODE code_seg("INIT") #define PAGEDDATA data_seg("PAGE") #define LOCKEDDATA data_seg() #define INITDATA data_seg("INIT") #define arraysize(...
[ "lyyyuna@gmail.com" ]
lyyyuna@gmail.com
17dc826d4c33f43e539783158a57a2b7c48c39b7
2bbb34693538a805bf86d3f68c43b067ff0a24b2
/06/ex05.c
6275ebc90f9196c92b91bfe225fce89126fe6926
[]
no_license
outlawCoder223/c-primer-plus
6c796190c2b8dcd452010c39012929dd04c6e171
eaef8bdf16a656cd90df3ec9ecf75de435bfdfc5
refs/heads/master
2022-11-27T05:02:04.999309
2020-08-08T13:23:53
2020-08-08T13:23:53
null
0
0
null
null
null
null
UTF-8
C
false
false
518
c
#include <stdio.h> int main(void) { char input, letter; int rows, col, spaces, i, j; printf("Enter an uppercase letter: "); scanf("%c", &input); spaces = input - 'A'; rows = spaces + 1; col = rows * 2 + 1; for (i = 0; i < rows; i++) { for (j = 0; j < spaces; j++) printf(" "); for (letter...
[ "rancewcampbell@gmail.com" ]
rancewcampbell@gmail.com
c05f394b448211570d0189c4d30c289b7cb9d293
98e70403c633804f8d659d4cac3568ee16c94e00
/crypto_hash/md6d224/ref/md6_mode.c
230317fb42973cc27426a26a0fdecaf7c3d1d5db
[]
no_license
jsmithlabs/supercop
21419ae386e21086b6a80db805645e731ba5dbfc
ac57babdd8b35b0920ae955030b0e277b36083a1
refs/heads/master
2021-01-12T13:22:08.719603
2017-02-28T14:41:06
2017-03-09T17:13:48
72,211,208
3
2
null
2016-10-28T13:46:35
2016-10-28T13:46:34
null
UTF-8
C
false
false
28,971
c
/* File: md6_mode.c ** Author: Ronald L. Rivest ** Address: Room 32G-692 Stata Center ** 32 Vassar Street ** Cambridge, MA 02139 ** Email: rivest@mit.edu ** Date: 9/25/2008 ** ** (The following license is known as "The MIT License") ** ** Copyright (c) 2008 Ronald L. Rivest ** ** Permissi...
[ "jksmit3@tycho.ncsc.mil" ]
jksmit3@tycho.ncsc.mil
7a27329f22e5721b8deef870fb1ad4780d99a4d9
e4ec50441691a7d9a4d8ebe7138dad9c4e191dae
/libft/get_next_line.c
b16e1a9532caa33a25d6a3a92fc49e3751d67ad0
[]
no_license
emaveric/ft_printf
ace2e4808890c5b83f10dc51c4d2dc844f2b446e
8b10f8a8ebcccf3c3ea7c764944dac4cc9ac7977
refs/heads/master
2022-11-10T04:01:15.290654
2020-07-02T01:47:47
2020-07-02T01:47:47
234,333,734
0
0
null
null
null
null
UTF-8
C
false
false
2,157
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.c :+: :+: :+: ...
[ "emaveric@il-b4.msk.21-school.ru" ]
emaveric@il-b4.msk.21-school.ru
035661f15b314865f50427a372f1231f0c38fe8b
4ed14732392645dce4c2eceb4392e3b6dde6b861
/src/loader/periph/bcm2835/mailbox.c
f99326167974ef079b5e32eaf20d8ffc46594b31
[ "BSD-2-Clause" ]
permissive
zhengruohuang/toddler
d1c5f06dc766f9a3e08805f558fa9091b8350cd8
0d7bde9aaf1fab8fed5f37973eeda9eaa100bd7a
refs/heads/master
2021-01-16T23:49:46.483492
2019-09-01T18:30:47
2019-09-01T18:30:47
50,973,605
86
11
null
null
null
null
UTF-8
C
false
false
7,269
c
#include "common/include/data.h" #include "loader/include/arg.h" #include "loader/include/lib.h" #include "loader/include/periph/bcm2835.h" static volatile struct bcm2835_mailbox *mailbox0; static volatile u32 mailbox_buf[8192] __attribute__((aligned(16))); static volatile u32 mailbox_index; void init_bcm2835_mail...
[ "zhengruohuang@gmail.com" ]
zhengruohuang@gmail.com
2e04606b841f8144baae55599037df8a1c2251a8
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/236/324/CWE190_Integer_Overflow__int_max_postinc_53b.c
fb7d99af2fdd57e4d2672121a6951d5d76e1ea7c
[]
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
1,565
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE190_Integer_Overflow__int_max_postinc_53b.c Label Definition File: CWE190_Integer_Overflow__int.label.xml Template File: sources-sinks-53b.tmpl.c */ /* * @description * CWE: 190 Integer Overflow * BadSource: max Set data to the max value for int * GoodSource: Set dat...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
e7b07a225b7205d5fd26cb51791491dc6ed604e7
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/sound/drivers/vx/extr_vx_core.c_vx_read_status.c
7324e578bf474c3cd178e6ff9ddc597e34cab8f4
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
2,657
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
3338646b638f37cc382d5410136d81b97e626946
1f63dde39fcc5f8be29f2acb947c41f1b6f1683e
/Boss2D/addon/fdk-aac-0.1.4_for_boss/libAACenc/src/psy_main.h
7bdcc38af8d1b6d839b9107fb0b285387004ba77
[ "MIT", "FDK-AAC" ]
permissive
koobonil/Boss2D
09ca948823e0df5a5a53b64a10033c4f3665483a
e5eb355b57228a701495f2660f137bd05628c202
refs/heads/master
2022-10-20T09:02:51.341143
2019-07-18T02:13:44
2019-07-18T02:13:44
105,999,368
7
2
MIT
2022-10-04T23:31:12
2017-10-06T11:57:07
C++
WINDOWS-1250
C
false
false
7,952
h
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android © Copyright 1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION...
[ "slacealic@gmail.com" ]
slacealic@gmail.com
3907ffc7bae52862aa19bb1d5217dd29e8fbd513
e5d8ee3bc8fb3bc0ae7b45609e545e0a0486df5f
/Webrtc_cmy/jni/speex/include/speex/speex_echo.h
65c2f5c829230a40204e67e0d77ac3ae6f52a966
[]
no_license
lo5252/android
943f945bdedd648b2807b69cbf69bde156b6fba0
ab8c7d6129b66cb1b085e20bcbf32bd80dacb93b
refs/heads/master
2023-03-22T11:13:07.053107
2021-03-26T03:06:39
2021-03-26T03:06:39
null
0
0
null
null
null
null
UTF-8
C
false
false
6,454
h
/* Copyright (C) Jean-Marc Valin */ /** @file speex_echo.h @brief Echo cancellation */ /* 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 no...
[ "chenmy@qq.com" ]
chenmy@qq.com
e500926aa38ca0dbb0ccab6645e5603c174343cc
76550b64e1502a97c63f1aa5a32fdfd3a6a73bfd
/dragon.c
5de9b5051c60cc0acb3590f5f91e9fe8ca1bb307
[]
no_license
Dash-L/dragon_curve
be85b93f54faed36a93f13aadd035eabc1fad75a
b45edac67cc7dbc874d5235b800e41efd8a3fbdf
refs/heads/master
2023-05-02T08:24:16.187332
2021-05-01T13:05:46
2021-05-01T13:05:46
363,126,920
0
0
null
null
null
null
UTF-8
C
false
false
2,689
c
#include <string.h> #include <math.h> #include <stdio.h> #include "raymath.h" #include "raylib.h" #define WIDTH 800 #define HEIGHT 640 #define MAX_ITERS 17 #define WAIT_FRAMES 60 /***************** * Dynamic Array * *****************/ typedef struct Array { Vector2* data; int len; int cap; } array; array arr...
[ "dashiell.elliott@yahoo.com" ]
dashiell.elliott@yahoo.com
cf2fb6a79289ce00d442a223dd89fcd3761af905
91632a443cc828c88592a3640049781ecb87dfa7
/src/fillit.c
8dcc97a140ead85acc1cc4dd2258c4af9a037c3b
[]
no_license
oboualla/fillit
a0176d81ce996c022af04b136eab1fc710a87f24
baccfef650fd4e4718eab96252305601206123de
refs/heads/main
2023-01-29T17:33:41.188227
2020-12-04T10:35:57
2020-12-04T10:35:57
318,483,264
0
0
null
null
null
null
UTF-8
C
false
false
1,456
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* fillit.c :+: :+: :+: ...
[ "obouallam1337@gmail.com" ]
obouallam1337@gmail.com
c08c936031a3dbc16f2e1ec48252008fc6c29c6a
e80e5374b8fd00379293adb35fc8cf017d5f4cc7
/qemu_mode/qemu-2.10.0/roms/u-boot/include/spl.h
ffadce93c7be28ac6b409f28ff7eeaed3a37da71
[ "GPL-2.0-only", "LGPL-2.1-only", "GPL-1.0-or-later", "LGPL-2.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "GPL-2.0-or-later", "Apache-2.0", "LicenseRef-scancod...
permissive
CAFA1/afl
dcebf3a3acae3e9783bbb79d8cff6958b496fa34
01c113b61ab70c3b02f3d7c74e6dfa20cfc7813d
refs/heads/master
2023-04-10T14:30:34.901666
2020-07-27T01:06:32
2020-07-27T01:06:32
272,596,630
0
2
Apache-2.0
2021-04-15T00:56:55
2020-06-16T03:03:26
C
UTF-8
C
false
false
8,550
h
/* * (C) Copyright 2012 * Texas Instruments, <www.ti.com> * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _SPL_H_ #define _SPL_H_ /* Platform-specific defines */ #include <linux/compiler.h> #include <asm/spl.h> /* Value in r0 indicates we booted from U-Boot */ #define UBOOT_NOT_LOADED_FROM_SPL 0x13578642 /* Bo...
[ "longlong_vm@dell_book.com" ]
longlong_vm@dell_book.com
7c81b4cf8511efcf44c36129fb4a8b160f067d20
6c2f9a3c8e69007d9ae26e38312443e91222d39a
/47.c
32295636d99a6c5b82d06be1cf6d186ec0084ffb
[]
no_license
g4idrijs/C-Classic-code
d8c1bc2727c5c8fcd6a7ef7beb1ce3ebf4f56f7e
48ef2b7b4f6a104daa76ec02dfc3d14b20546676
refs/heads/master
2021-01-19T08:58:09.462718
2015-01-23T15:48:53
2015-01-23T15:48:53
29,356,729
0
0
null
null
null
null
UTF-8
C
false
false
425
c
//题目:宏#define命令练习(2) //1.程序分析:             //2.程序源代码: #include <stdio.h> #define exchange(a,b) {\ /*宏定义中允许包含两道衣裳命令的情形,此时必须在最右边加上"\"*/ int t;\ t=a;\ a=b;\ b=t;\ } int main(int argc, char *argv[]) { int x=10; int y=20; printf("x=%d; y=%d\n",x,y); exchange(x,y); printf("x=%d; y=%d\n",x,y); return 0; }
[ "g4idrijs@gmail.com" ]
g4idrijs@gmail.com
19cd55ef47e046b9e446c0267b27bf78b7ff1407
3c257fb07b9d769f3de6b72c71fa70c56f64dca3
/tm4c123gh6pm_startup_ccs.c
9ce49ed7b790a542a84801c765784748e3adce8e
[]
no_license
vxj9800/RTOS_TM4C123GH6PM
ef18109c27a93ec722cd5fd52b2ccffa6193467f
ece69b472f0e2bf175b80d5f9b073d7414f27fb4
refs/heads/main
2023-06-28T05:23:03.568603
2021-07-31T17:54:53
2021-07-31T17:54:53
369,091,047
0
0
null
null
null
null
UTF-8
C
false
false
14,795
c
//***************************************************************************** // // Startup code for use with TI's Code Composer Studio. // // Copyright (c) 2011-2014 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Software License Agreement // // Texas Instruments (TI) is s...
[ "noreply@github.com" ]
vxj9800.noreply@github.com
db560ba76a0e7757116169858c0cf270a08ea067
c2cedcf36667730f558ab354bea4505b616c90d2
/players/mizan/etheriel/ROOMS/itchy.c
95cb2ac59ea520af6fccba0bc7edab17f8dbba91
[]
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
757
c
inherit "players/mizan/closed/RandomRoom.c"; reset(arg) { ::reset(arg); if(arg) return; set_light(1); short_desc="Plane of Etheriel"; long_desc="\tSwirling masses of color pass through your body. You are not\n"+ " getting used to this very well... Movement in this realm is a strange\n"+ " new thing, accomp...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
47f88a4e4d159e0b045d4fb58a5ce546f33b397b
51726d092ac990a55a819afb61794e7c2721308a
/branches/3.0.1/plugin/Lib/Includes/HTypes.h
65c1daeb008fc6ad2f475f61036c7c45e8c4f562
[]
no_license
BackupTheBerlios/mrs-svn
3be8368d68e83437aa6cfa784aac9d3d06ded557
56d3893ad9ea72143bc26bb7a8ee94c2d1159176
refs/heads/master
2016-09-05T20:12:06.966301
2008-06-18T19:57:40
2008-06-18T19:57:40
40,749,226
0
0
null
null
null
null
UTF-8
C
false
false
2,291
h
/* $Id: HTypes.h 331 2007-02-12 07:44:10Z hekkel $ Copyright Hekkelman Programmatuur b.v. Maarten Hekkelman Created: 10 August, 1999 20:25:32 */ /*- * Copyright (c) 2005 * CMBI, Radboud University Nijmegen. All rights reserved. * * This code is derived from software contributed by Maarten L. Hekkelman ...
[ "hekkel@56de0a5b-be05-0410-9d44-921623777a7a" ]
hekkel@56de0a5b-be05-0410-9d44-921623777a7a
7658688efa1644fc131c052a9e38403f2464dd7f
93cfed1b3f6b76d16ff848b3598b2d9548d67c0f
/runcodes/runcodes_sum_odd_index.c
3c3ecf5e39c0fd9a877caccde826bdd9d77822f3
[]
no_license
XandeBarros/usp-ippe-c
462cb8540190c05629d4cc5ba287f854e4f37bcc
a71909931b6efcaebf1fa15e3a09aba9deb6e900
refs/heads/main
2023-06-22T16:05:31.620117
2021-07-20T16:43:53
2021-07-20T16:43:53
367,459,812
0
0
null
null
null
null
UTF-8
C
false
false
249
c
#include <stdio.h> int main() { int arnumbers[10], aux=0; for(int i = 0; i < 10; i++) { scanf("%d", &arnumbers[i]); } for(int i = 0; i < 10; i++) { if(!(i % 2 == 0)) { aux += arnumbers[i]; } } printf("%d ", aux); }
[ "barrosalex6@gmail.com" ]
barrosalex6@gmail.com
d149357e06168e19dc39c7942e8fecf20149ac36
b6cd08e111ef200fe739c9bae4383088ff1fe2bb
/作业/串口/Chip/inc/kinetis/MK20DZ10.h
db9e9a6fa15af9753d146cf76839bc95163e1285
[ "MIT" ]
permissive
yirrk/BJTUwh-dlqx-Intelligent-Car
93fe2b5875970d7680297c2dfffb7013af271b3c
e37ec4e181cc63ddd2472fa34395ddab1312245f
refs/heads/master
2020-09-05T21:23:22.001104
2020-02-17T09:35:14
2020-02-17T09:35:14
220,216,897
2
0
MIT
2020-02-15T03:15:28
2019-11-07T11:04:48
C
UTF-8
C
false
false
795,154
h
/* ** ################################################################### ** Processors: MK20DN512ZVLK10 ** MK20DX256ZVLK10 ** MK20DN512ZVLL10 ** MK20DX256ZVLL10 ** MK20DN512ZVLQ10 ** ...
[ "1295795230@qq.com" ]
1295795230@qq.com
478eab4e95471f7c7ad824fc5a84a3db1deb7b29
d69742c085718fc59c45a7a222d43a533d3176ca
/A2/clock.c
853ae8f13872953a42c0be085acbd9910a15f9b5
[]
no_license
QiiLin/Operating_System_Assignment
1a6f16676ccfffae5faebef26d407d162cab55cb
abf0d50246dc96a9e0a6bdaf898b30250f9a9260
refs/heads/master
2022-12-16T19:37:32.968206
2020-09-16T23:49:56
2020-09-16T23:49:56
296,171,852
0
0
null
null
null
null
UTF-8
C
false
false
1,842
c
#include <stdio.h> #include <assert.h> #include <unistd.h> #include <getopt.h> #include <stdlib.h> #include "pagetable.h" extern int memsize; extern int debug; extern struct frame *coremap; int clock_index; /* Page to evict is chosen using the clock algorithm. * Returns the page frame number (which is also the ...
[ "qii.lin@mail.utoronto.ca" ]
qii.lin@mail.utoronto.ca
fe8595e2250320c18021ba7d079778abc499fc1d
29d7b933847d5029f51110324941ab957449d77f
/Ch10_BetterStructures/sum_to_nan/sum_to_nan.c
5b6d78e1463014f7d37bedf777a510116fda2e4d
[]
no_license
TheGhostHuCodes/21CC
6f9bfa64aae3aeb290e84990975cf85128cbd0cb
aea2afbb808c31712b8c4cec262947ffc187c0fc
refs/heads/master
2021-01-23T04:53:50.742819
2017-04-16T18:42:25
2017-04-16T18:42:25
86,252,416
0
0
null
null
null
null
UTF-8
C
false
false
393
c
#include <math.h> #include <stdio.h> double sum(double in[]) { double out = 0; for (int i = 0; !isnan(in[i]); ++i) { out += in[i]; } return out; } int main() { double list[] = {1.1, 2.2, 3.3, NAN}; printf("sum: %g\n", sum(list)); // typecast compound literal to double[] before pas...
[ "yungjinhu@gmail.com" ]
yungjinhu@gmail.com
3f5c944095420c5f07becce059540b68bb507c04
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/watchdog/extr_zx2967_wdt.c_zx2967_wdt_readl.c
337601d1f401ccbd408a39912e0e2875d33c21a1
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
684
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
fd9ea4172f3d8ed2f07420e82d562420a1e04082
a58522fa49904ccaef999236602c350defa6474f
/GFV/LAB4/Scale.cydsn/main.c
78a9895c6bea60cfcef845fc6796da129423380b
[]
no_license
rasmoller/Semester3
fb1e6e384cb602d2e1063fde40d621c4ece67b88
77bba34c5f2818a08761955d0b1dfdefa37571ea
refs/heads/master
2023-02-01T12:29:11.455922
2020-12-21T17:56:54
2020-12-21T17:56:54
293,516,388
0
1
null
2020-10-21T06:27:34
2020-09-07T12:03:24
C
UTF-8
C
false
false
1,734
c
/* ======================================== * * Copyright YOUR COMPANY, THE YEAR * All Rights Reserved * UNPUBLISHED, LICENSED SOFTWARE. * * CONFIDENTIAL AND PROPRIETARY INFORMATION * WHICH IS THE PROPERTY OF your company. * * ======================================== */ #include "project.h" #include <stdio.h> ...
[ "gustav.knudsen96@gmail.com" ]
gustav.knudsen96@gmail.com
212085232a14ef910e01cafd556a68a6a4b8e3e9
c13530117514c0cd6a2faafb5d60349c5cbfdbbb
/cannon/slave-cannon.c~
9555b17efd172ca3807fc9c0c8ddb1b99808efbe
[]
no_license
AlexBondor/PDC_PVM
cadea045495fee9a3f8552360d552679435f5d38
9444a7a476014d2fe4be77ced61d1a26fc90bc3d
refs/heads/master
2021-01-13T00:48:45.497145
2015-11-17T08:58:17
2015-11-17T08:58:17
null
0
0
null
null
null
null
UTF-8
C
false
false
1,090
#include <stdio.h> #include <stdlib.h> #include "pvm3.h" void main() { int left, right, top, bottom, temp, block_size; int ptid; int i, j; int **matrixA; int **matrixB; int **result; ptid = pvm_parent(); pvm_recv(ptid, 0); pvm_upkint(&left, 1, 1); pvm_upkint(&right, 1, 1); pvm_upkint(&top, 1, 1); pvm_upk...
[ "alexandru.viorel.bondor@gmail.com" ]
alexandru.viorel.bondor@gmail.com
37251f63d65472a762e708d9bb141fbe5d514485
deefe1453221c1405e83bd1de78ffc095a6859b5
/examples/simpletexcoords/Resource.h
20652cf44e1f6b36a0760348aba639aec9d06095
[]
no_license
tolik7071/OpenGL_Super_Bible_7
81f7e8503e745bd6f419cbbb9a896399bf173e12
f33271856fc83a72f039edfa3ceebf086f8d2375
refs/heads/master
2021-01-22T10:56:50.944252
2018-08-12T17:12:52
2018-08-12T17:12:52
92,663,338
0
0
null
null
null
null
UTF-8
C
false
false
736
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by simpletexcoords.rc // #define IDS_APP_TITLE 103 #define IDR_MAINFRAME 128 #define IDD_SIMPLETEXCOORDS_DIALOG 102 #define IDD_ABOUTBOX 103 #define IDM_ABOUT 104 #define IDM_EXIT 105 #define IDI_SIMPLETEXCOORDS 107 #define ID...
[ "tolik7071@gmail.com" ]
tolik7071@gmail.com
21c707d3f63aae75b0673977379fada21e0fe296
51d517ef2d5f9e2edaf03ca76b6162f2011ec0e2
/HARDWARE/RAM/ram.c
2eff06d2add6aaa65e7c18f98b628dcd04fffc59
[]
no_license
woody5418/STM32F103_SD_Camera
2859bb8ca069a03118c220b2668cb6c3278815ad
2d1151629bb64b4ba5be916d905c072fe30c6cf2
refs/heads/master
2022-02-03T11:04:37.933814
2019-05-10T10:09:31
2019-05-10T10:09:31
185,966,344
0
1
null
null
null
null
GB18030
C
false
false
4,997
c
#include "ram.h" //内存池(32字节对齐) __align(32) u8 mem1base[MEM1_MAX_SIZE]; //内部SRAM内存池 //内存管理表 u16 mem1mapbase[MEM1_ALLOC_TABLE_SIZE]; //内部SRAM内存池MAP //内存管理参数 const u32 memtblsize[SRAMBANK]= {MEM1_ALLOC_TABLE_SIZE}; //内存表大小 const u32 memblksize[SRAMBANK]= {MEM1_BLOCK_SIZE}; //内存分块大小 const u32 memsize[SRAMBANK]= {MEM1_M...
[ "wmayan@qq.com" ]
wmayan@qq.com
524a1dedcbc5d5b76c191023a98c696d3e54c5b1
4d011ad68e8d5528f8b2d23266425beca04be3b0
/blas_shell.h
034981448e65482326a7140a12ab11eb5b44feed
[ "BSD-3-Clause" ]
permissive
plasmasimulation/SymPIC
66c12f4a67d64145084bca19fc92d993e6d762a7
dfc29a2439161fc43190e986e272b033d9f51c10
refs/heads/master
2020-09-16T16:39:16.554165
2019-11-24T14:38:12
2019-11-24T14:38:12
null
0
0
null
null
null
null
UTF-8
C
false
false
4,717
h
#include "pubdefs.h" int c_blas_sum_Field3D_Seq (Field3D_Seq * pthis ,Field3D_Seq * y ) ; int openmp_blas_sum_Field3D_Seq (Field3D_Seq * pthis ,Field3D_Seq * y ) ; int blas_sum_Field3D_Seq (Field3D_Seq * pthis ,Field3D_Seq * y ) ; double blas_sum_Field3D_MPI (Field3D_MPI * pthis ,Field3D_MPI * y ) ; int c...
[ "xiaojy@ustc.edu.cn" ]
xiaojy@ustc.edu.cn
3d48851b02b1b11a8b2181b50b53744b4e6df482
609f742df5d1a4cdf73dec239e900a426e4a84da
/src/crypto/tests/PBKDF2_SHA256_test_vectors.h
d9297e9ad4fdc6ff9b44c63a7d38d056a0b6a04c
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
kedars/connectedhomeip
d92c19606134299105dc4223c1d72f838383657c
9cbf36240c902944419caa881f613a1ad3622d72
refs/heads/master
2022-12-19T15:34:32.037442
2020-07-01T21:52:13
2020-07-01T21:52:13
276,534,775
1
0
Apache-2.0
2020-07-02T03:01:09
2020-07-02T03:01:08
null
UTF-8
C
false
false
11,505
h
/* * * Copyright (c) 2020 Project CHIP Authors * * 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 requir...
[ "noreply@github.com" ]
kedars.noreply@github.com
994817abcc42b7e9b5effdb3f06335acea7370a4
b0bf7998d91f64236654d5bae42171810fe2a98e
/ourproject/Temp/StagingArea/Data/il2cppOutput/t1641MD.h
8112ceffbdfef4c537df37001ad70aab1d3d4384
[]
no_license
starinu/493Project
b91ee6cdd2837fbb86fe4e43cb6b949d0851cfdd
3906b5292741694685f95a35ae6475ae96831033
refs/heads/master
2021-01-10T03:43:20.298633
2015-11-21T05:23:07
2015-11-21T05:23:07
46,602,286
0
0
null
null
null
null
UTF-8
C
false
false
649
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> struct t1641; struct t14; struct t655; #include "codegen/il2cpp-codegen.h" #include "t824.h" extern "C" void m10086 (t1641 * __this, const M...
[ "liuth@0587357572.wireless.umich.net" ]
liuth@0587357572.wireless.umich.net
bcb0d68a716b11437476f2776464820143ca81e0
5cdda4965a381fbc03be0d229496a11c30aac527
/Generated_Code/PE_Const.h
2206e900d835cb15ca20333a7f2930f22936de49
[]
no_license
juanferfranco/PETest
98de26e294293700ce97c6974976b5e8b5a77b9f
c1492a8e1dde14e12718c35acb05ac40285231e2
refs/heads/master
2021-01-22T12:08:12.917843
2015-10-02T15:48:13
2015-10-02T15:48:13
15,614,487
0
0
null
null
null
null
UTF-8
C
false
false
2,328
h
/* ################################################################### ** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : PE_Const.h ** Project : ProcessorExpert ** Processor : MC9S08PT8VLD ** Component : PE_Const ** Version : Driver 01.00 ** Co...
[ "juanferfranco@gmail.com" ]
juanferfranco@gmail.com
f2955cd3758a1b06470b8671b7e14a58358e841d
01ab6cce2677c4fc4de2faf7ca48ebe429d0c2f7
/Libraries/iolib/xv/cdialog.h
f187610c4e2a7ef0f84ce15bb250180060e9ddef
[]
no_license
kryptine/clean-libraries
a064d5e5e4c75bda38ab29b47fa248d1c9355c60
e6355b600e99fa7e8a7cef8c2ddd64a646f9e66c
refs/heads/master
2022-04-14T08:53:44.757626
2020-03-06T12:26:21
2020-03-06T12:26:21
254,569,920
0
0
null
null
null
null
UTF-8
C
false
false
31
h
extern void init_dialog(void);
[ "ronny@cs.ru.nl" ]
ronny@cs.ru.nl
ff001b6764aa88d9ee26ee3844a0de4c13c33c1e
63b4a698bc22fd54857c8fa097b1331f79c39e5a
/src/gdb/gdb-8.3/gdb/gdbserver/debug.c
a5b791b6dfbc9a392523e81660a108044abfbd28
[ "Apache-2.0", "GPL-3.0-only", "LGPL-3.0-only", "GPL-2.0-only", "GPL-1.0-or-later", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-copyleft", "LGPL-2.0-only", "LicenseRef-scancode-other-permissive", "GPL-2.0-or-later", "LicenseRef-scancode-unknown-lic...
permissive
MinimSecure/unum-sdk
67e04e2b230f9afb3ae328501a16afa4b94cdac6
30c63f0eccddba39a760671a831be3602842f3f4
refs/heads/master
2023-07-13T07:33:43.078672
2023-07-07T13:52:05
2023-07-07T13:52:05
143,209,329
33
22
Apache-2.0
2021-03-05T22:56:59
2018-08-01T21:13:43
C
UTF-8
C
false
false
2,837
c
/* Debugging routines for the remote server for GDB. Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GDB. 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; e...
[ "denis.bakin@minim.co" ]
denis.bakin@minim.co
bc909d3266cca183a0d1d8ed01dac3f40ef66a09
4949b75d479c369b125880b9646b47e4ce9b8e7c
/apple and orange.c
ae6d516db816aec23c6806c81bfec1d46b9e6ac0
[]
no_license
abhayrai8299/HackerRankCodechefcode
af7406419e7ad6e3fb6cad05a59ef88a0bd0a4d1
0405d725113316254a785e21d711d4de04a28ca9
refs/heads/master
2022-09-18T12:58:22.953469
2020-05-30T06:27:53
2020-05-30T06:27:53
268,018,399
0
0
null
null
null
null
UTF-8
C
false
false
674
c
#include <stdio.h> #include <stdlib.h> int main() { long long int p[100000],q[10000],s,t,a,b,m,n; int i,d,count=0,count1=0; scanf("%lld\t",&s); scanf("%lld\n",&t); scanf("%lld\t",&a); scanf("%lld\n",&b); scanf("%lld\t",&m); scanf("%lld\n",&n); if(s>=1&&s<=100000&&t>=1&&t<=100000&&a>=1&&a<=100000&&b>=1&&b<=1000...
[ "abhay.rai122@gmail.com" ]
abhay.rai122@gmail.com
38dedd2b556ca288debf36d53540b034e136c617
5888565a8bbb64ea6e0f1ae58404be96cc61137a
/src/minimizer/vertex.c
3d8d81d44eb1a3063539956c355f687cd7f31dbb
[ "MIT" ]
permissive
lsund/graph-visualization
8ce5b165ff88a2f6e0dd65b528f7a70551c2167c
b0194f204aa801c467fea4edf94d44dd856f7f6a
refs/heads/master
2021-01-18T23:01:02.723652
2016-10-16T12:31:00
2016-10-16T12:31:00
37,622,895
2
0
null
null
null
null
UTF-8
C
false
false
2,835
c
/***************************************************************************** * File Name: vertex.c * Author: Ludvpig Sundström * Description: * Creation Date: 28-07-2015 *****************************************************************************/ #include <stdlib.h> #include <stdio.h> #include <math.h> #inc...
[ "lud.sund@gmail.com" ]
lud.sund@gmail.com
25a5e5861f3d016855c39d32f74afbcc7b1ca4b3
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/staging/rtl8723bs/core/extr_rtw_mlme.c_rtw_free_mlme_priv.c
4803eb8d44b742de07c98732e21f9f9841dcb8ca
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
813
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
1682d4046f562cd1dcbc4a2496698f262178d14d
289836dceccf56fd5d21ba3d9be133b9ab6eaa65
/src/sonar.c
171869371d7494ef4145ee074e5cde3c885381da
[]
no_license
mzdemezer/ASKinator
25e460b145fba440b62c65b63ce112ada74ae608
0d3672088b21d1cf4984473bbf33f1e0662b748a
refs/heads/master
2021-05-26T20:47:48.124633
2013-04-10T22:40:15
2013-04-10T22:40:15
null
0
0
null
null
null
null
UTF-8
C
false
false
5,700
c
#pragma inline #include <dos.h> #include <stdio.h> #include <time.h> #define BIOSTICK (*(volatile unsigned long far *)(0x0040006CL)) #define LPT_DATA 0x378 #define LPT_STATE 0x379 #define LPT_CONTROL 0x37A #define bool unsigned char #define false 0 #define true 1 #define FREQ_DIVI 12 #define IO_DELAY 2 ...
[ "jedi1156" ]
jedi1156
442e6c26fe1bf464f1fa19861d54b807df3cda2c
c937b088d516ac381f0c015cfc5257733d98cbe4
/libft/ft_itoa.c
af74d4e9115d992896c103b17f25150d98ff8727
[]
no_license
Czalewsk/GNL
942876275329177a52ff5f6e689d1e89a459b812
94d9087614b94e99f564f39c53cbedc0580de316
refs/heads/master
2021-12-26T15:09:49.115066
2016-11-28T18:26:25
2016-11-28T18:26:25
75,001,572
1
0
null
null
null
null
UTF-8
C
false
false
1,304
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_itoa.c :+: :+: :+: ...
[ "czalewsk@e2r8p13.42.fr" ]
czalewsk@e2r8p13.42.fr
bfcd95bdeb283270642ea33db23d72894c2677b2
aea9d3afcaea4bf4d0b93a0395afe9f0534a60d4
/libft/ft_putchar_fd.c
3cb3ff141c1bf5fb6c43783a2de5a437f204abf2
[]
no_license
isousa42/42_Libft
043fcc0bf9f153cd429eb1b7d1f1b88676a36817
c5df514850dcb4a82f66372111e5d28ccc7f3f09
refs/heads/main
2023-03-25T12:12:59.720303
2021-03-17T19:01:30
2021-03-17T19:01:30
338,398,230
4
0
null
null
null
null
UTF-8
C
false
false
970
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar_fd.c :+: :+: :+: ...
[ "76601369+SeniAlex@users.noreply.github.com" ]
76601369+SeniAlex@users.noreply.github.com
ffb0b6fe6a9097bbfd2ffe53dbc8493c70ce2cbf
2303634d35b7715ebbf84e99a775158ece81bc86
/mediatek/custom/common/kernel/gyroscope/mpu6515/mpu6515.c
7099af46e94f1a2601351d199d047c8f19b26441
[]
no_license
bigrammy/lenovo_kernel_a10-70f
92f14ca8842296b1ffb5f1f920fa14148b519dd5
524c0370ca4dbcb7b8e57891e06484df0042e059
refs/heads/master
2020-06-20T07:44:09.007969
2019-07-15T22:02:20
2019-07-15T22:02:20
197,046,651
3
0
null
null
null
null
UTF-8
C
false
false
58,155
c
/* MPU6515 motion sensor driver * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the hope that it will be useful, * but WI...
[ "mtksoc.com@gmail.com" ]
mtksoc.com@gmail.com
8f0c610fb29b456e21f42ae37d6ce98c4a4add46
200a32c3be26f1b4a125c9fd15ddc0b77e4cffa9
/MSP-hands-on-code/papi-4.1.3/src/libpfm-3.y/libpfms/syst_smp.c
96f2351071c2d8a1e5f10f6c408bb7e036133bcb
[ "BSD-3-Clause", "MIT" ]
permissive
johanne5/paraprog
37b736cca370000aeb684d7c9e2ae0a74df4c4c4
0d7d7b2fa924001e696b1148eee93242ae4792a8
refs/heads/master
2021-01-22T04:53:38.899750
2015-04-02T23:06:46
2015-04-02T23:06:46
30,015,833
0
0
null
null
null
null
UTF-8
C
false
false
7,427
c
/* * syst_smp.c - system-wide monitoring for SMP machine using libpfms helper * library * * Copyright (c) 2006 Hewlett-Packard Development Company, L.P. * Contributed by Stephane Eranian <eranian@hpl.hp.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this softw...
[ "eson517@gmail.com" ]
eson517@gmail.com
95bdfd4e6cde4508a4efcb0aebadc95f843412bb
42ed1af689163cce9909a55fafcd69a0543c09c9
/TestCase/RIVL/Protocol/InternetProtocol6/Ip6/Ip6ENTSTest.c
522c7863688e4f92e0deaf0db8bc3339c793a4e4
[]
no_license
sjtupt/2ndProject
933ba01b30068b9fd9c39696f77dc3655ce5ff8f
f4de5400b9922e42ac3263ddf34021a3822ff418
refs/heads/master
2021-01-18T14:16:04.685713
2013-10-29T05:25:32
2013-10-29T05:25:32
13,824,155
1
1
null
null
null
null
UTF-8
C
false
false
6,521
c
/*++ The material contained herein is not a license, either expressly or impliedly, to any intellectual property owned or controlled by any of the authors or developers of this material or to any contribution thereto. The material contained herein is provided on an "AS IS" basis and,...
[ "eric.jingjin@gmail.com" ]
eric.jingjin@gmail.com
f85ec506354758a0f34b89a91b4ee9d8776ee09c
6391ec712105844996f6843d099af95f35645f86
/STM32F401CCU6_black_pill/blinker03/notmain.c
a0fa9eec2ffae5b62f27cdd107710e24ecbaf611
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
dwelch67/stm32_samples
21e7fa966b6bb8799e904c04a027fd65124a4076
5e580687b0639b2ffb656a300441cdc37d4de25d
refs/heads/master
2022-09-17T23:37:38.396268
2022-09-13T02:19:07
2022-09-13T02:19:07
25,869,424
96
30
null
2021-06-12T17:10:07
2014-10-28T13:00:48
C
UTF-8
C
false
false
2,621
c
void PUT32 ( unsigned int, unsigned int ); void PUT32 ( unsigned int, unsigned int ); unsigned int GET16 ( unsigned int ); unsigned int GET32 ( unsigned int ); void dummy ( unsigned int ); #define RCCBASE 0x40023800 #define RCC_AHB1ENR (RCCBASE+0x30) #define RCC_APB1ENR (RCCBASE+0x40) #define GPIOCBASE 0x40020800 #d...
[ "dwelch@dwelch.com" ]
dwelch@dwelch.com
9bd858f24776e77c604c140566f36601c1f5dffd
7f72fc855742261daf566d90e5280e10ca8033cf
/branches/full-calibration/flight/PiOS/STM32F10x/pios_spi.c
f74b1b1bbb6274954a01ac80194d193765160aed
[]
no_license
caichunyang2007/my_OpenPilot_mods
8e91f061dc209a38c9049bf6a1c80dfccb26cce4
0ca472f4da7da7d5f53aa688f632b1f5c6102671
refs/heads/master
2023-06-06T03:17:37.587838
2011-02-28T10:25:56
2011-02-28T10:25:56
null
0
0
null
null
null
null
UTF-8
C
false
false
15,641
c
/** ****************************************************************************** * @addtogroup PIOS PIOS Core hardware abstraction layer * @{ * @addtogroup PIOS_SPI SPI Functions * @brief PIOS interface to read and write from SPI ports * @{ * * @file pios_spi.c * @author The OpenPilot Te...
[ "jonathan@ebee16cc-31ac-478f-84a7-5cbb03baadba" ]
jonathan@ebee16cc-31ac-478f-84a7-5cbb03baadba
55ed73420cf28cf9325666bcb0479735a6fbeb81
1904e1cd70602371bf975a0a5587730adfca75dd
/countDig.c
9c9aabf34afdf102e6a57e7ec34536f00c8da638
[]
no_license
yogeshsawant96/Problems-on-Digits
2945697802bf88592b320b0245ac23139b92d370
c47e51b9a8543d2291861c8347bb09ca25227a58
refs/heads/master
2020-08-14T02:41:09.514933
2019-10-14T16:34:36
2019-10-14T16:34:36
215,082,690
0
0
null
null
null
null
UTF-8
C
false
false
313
c
#include<stdio.h> #include<conio.h> int count(int); int main() { int iNo=0,iRet=0; printf("Enter Number : "); scanf("%d",&iNo); iRet=count(iNo); printf("Digit Count : %d",iRet); } int count(int no) { int icnt=0; while(no>0) { no=no/10; icnt++; } return icnt; }
[ "noreply@github.com" ]
yogeshsawant96.noreply@github.com
d273fdee7ec61805cc7b12e67a583efdd25ae2cc
61fbc9c4f20449b35e79ee0d44dcb1368cf2d7f0
/arm/ep1/blind_labyrinth/led/led.h
ebaaf9d421e9d6db3fd2faddb786ffdcd3cab4c9
[]
no_license
thegabriele97/Computer-Architectures
2e5131a5210c0a1ffe86c1775b5be49765843a32
33c24300c57598f2ea7a8552aa932a47c7029f55
refs/heads/master
2023-02-12T17:58:48.857282
2021-01-19T10:39:27
2021-01-19T10:39:27
304,423,138
1
0
null
null
null
null
UTF-8
C
false
false
871
h
/********************************************************************************************************* **--------------File Info--------------------------------------------------------------------------------- ** File name: timer.h ** Last modified Date: 2014-09-25 ** Last Version: ...
[ "gabriele.lagreca@gmail.com" ]
gabriele.lagreca@gmail.com
17407cdfa7135a81376f67b4456e8ddccc949ec8
ec0b64287982ad4fe6aa74d970397c0de2e76c73
/ImportExportMovie.c
d04088cc935b5db803865c9e5759e8eefa1e7243
[]
no_license
fruitsamples/ImportExportMovie
06cd3d793e37f4cfdfbb6c97b8ccbcad60eef2fd
3aa792c6b16d862e0b7890dba9d604edc5515557
refs/heads/master
2021-01-10T11:06:19.127168
2015-11-25T20:40:24
2015-11-25T20:40:24
46,885,419
0
0
null
null
null
null
WINDOWS-1252
C
false
false
10,727
c
/* File: ImportExportMovie.c Written by: Peter Hoddie Copyright: © 1992 by Apple Computer, Inc., all rights reserved. */ #include <SysEqu.h> #include <Memory.h> #include <Resources.h> #include <QuickDraw.h> #include <Fonts.h> #include <StandardFile.h> #include <ToolUtils.h> #include <Desk.h> #include <GestaltE...
[ "contact@stevemoser.org" ]
contact@stevemoser.org
487caae9851627faf63da7fac000ec22e373024c
04002c1dd1a397f648eaf37c5746009d9c52a66a
/CUDA_Common.h
16560cd70cbea6bfe45a061acf37984444ac284e
[ "BSD-2-Clause" ]
permissive
geraldstanje/convnn
083cbdb0f8f69022a7516836c7efeb0decad31da
45460746530426c9c876bc726cf0b3d85ed8ebf3
refs/heads/master
2021-01-20T05:32:25.507373
2014-08-09T18:32:35
2014-08-09T18:32:35
null
0
0
null
null
null
null
UTF-8
C
false
false
1,111
h
#ifndef __CUDA_COMMON_H__ #define __CUDA_COMMON_H__ #define CUDA_SAFE_CALL_NO_SYNC( call) do { \ cudaError _err = call; \ if( cudaSuccess != _err) { \ fprintf(stderr, "Cuda erro...
[ "Gerald.Stanje@gmail.com" ]
Gerald.Stanje@gmail.com
aad2d6bac3a7d22cf975f2b0e929b18947fe3144
f3f7e166424e9f2822ca4cadf2c6120f4812441e
/linuxbooks/Programming/W.RichardStevens/APUE2/ch03/src/fig3.11.c
e06e2e92e3535b2ecfe0946e4cccdd6deda8cb67
[]
no_license
kysnail/linuxcode
bb5470aadee089f5998a96cfabc1252cab58d43d
9171a4de675a6b6bd505baa02199151086ccb7e6
refs/heads/master
2020-12-24T13:16:53.488629
2012-11-28T12:53:22
2012-11-28T12:53:22
2,227,687
2
0
null
null
null
null
UTF-8
C
false
false
605
c
#include "../../appendix/b/apue.h" #include <fcntl.h> void set_fl(int fd, int flags) /* flags are file status flags to turn on */ { int val; if ((val = fcntl(fd, F_GETFL, 0)) < 0) err_sys("fcntl F_GETFL error."); /* turn on flags */ val |= flags; if (fcntl(fd, F_SETFL, val) < 0) err_sys("fcntl F_SETFL err...
[ "LifeOfProgrammer@gmail.com" ]
LifeOfProgrammer@gmail.com
c324397c54f32af0f4fd98a01d1b4c13e90a7d9a
6d028b162a18cad7372cf7ef66b29681d7e18ba4
/boot/espressif/hal/src/esp32s3/bootloader_init.c
c9d627af2a22c15e5b7245e9528bad8e5f91f8a5
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
mnkp/mcuboot
ecdd9f7e12f2c303505acef02a6fed503338a788
b6d5cf3589aa24294ab318518d3a23b01041b459
refs/heads/main
2022-03-17T14:33:58.159361
2022-01-31T00:01:11
2022-02-07T22:58:40
143,916,374
0
0
Apache-2.0
2018-08-07T19:10:53
2018-08-07T19:10:53
null
UTF-8
C
false
false
10,709
c
/* * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <stdint.h> #include <string.h> #include "sdkconfig.h" #include "esp_attr.h" #include "esp_image_format.h" #include "flash_qio_mode.h" #include "esp_rom_efuse.h" #include "esp_rom_gpio.h" #inclu...
[ "utzig@utzig.org" ]
utzig@utzig.org
2e1d3fe29242d4624643d34fcad76120d59f54a2
ea95cff2dbcf491dd8711c973f1de3eb2581aad5
/11-exam1_review/practice4.c
2c530f8060b692cf2d80a62cc906345fb8d7bdab
[]
no_license
datagirlz19/cs110-examples
ff5aa764969aac9a48512c927a05d95f2bd43b32
9edcce38c504bced20b0a1ab735b163c90b47c19
refs/heads/main
2023-04-03T00:36:53.127541
2021-04-14T15:26:28
2021-04-14T15:26:28
519,403,460
1
0
null
2022-07-30T02:59:29
2022-07-30T02:59:28
null
UTF-8
C
false
false
912
c
#include <stdio.h> void play_fizz_buzz(unsigned int rounds); int main() { unsigned int game_rounds; printf("How many rounds of fizz buzz? "); scanf("%u", &game_rounds); play_fizz_buzz(game_rounds); return 0; } void play_fizz_buzz(unsigned int rounds) { for (unsigned int current_roun...
[ "dguarnera@wooster.edu" ]
dguarnera@wooster.edu
80a6de5a120ef3e43c5d28c2c0edb8440be99ebb
6596c1c9c9c3e837677aa161de67a3a850e9140e
/introclass-results/canonical/digits/a0e3fdae706d528dcf146cbad986ba9fd834440a7b500e32f04fad073e955a46e481c713ee118432f3fd5dfa1a63fc1caefd648a56a389e40e6362dfd51625b0/5/coverage.c
7f69193f6e6cdb754d60029614d23454c53ff0dd
[]
no_license
eduardodx/gecco2018-checkpoints
f42cfb4161b810235d5acedecfd689b5ecf6c883
34f501bd8c4470e594a0a5e8248ef91f13af4f69
refs/heads/master
2020-03-11T10:07:52.660538
2018-08-19T21:31:05
2018-08-19T21:31:05
129,933,410
0
0
null
null
null
null
UTF-8
C
false
false
77,368
c
extern __attribute__((__nothrow__)) void *( __attribute__((__nonnull__(1), __leaf__)) memset)(void *__s , int __c , unsigned long __n ) ; struct _IO_FILE; struct _IO_FILE *_coverage_fout ; typedef unsigned long size_t; typedef unsigned char __u_char; typedef unsigned short __u_short; typedef unsigned int __u_int; typ...
[ "eduardodx01@gmail.com" ]
eduardodx01@gmail.com
be8ec3dcbba2317e4bd2aff9ddfb620acc5cdeeb
5bfe1e516615e2174d22ee5e853791628b6de103
/yener_dont_edit/libftprintf/includes/libft/ft_strsplit.c
9f667c2c59a601c1b93c10b00efd4e6c88ac0209
[]
no_license
scamargo/corewar
ffc64988b6ace9a3780c830660fbb0e65f1054e8
bfd4fa949abb8e6f88624b81e2821bd17dcd5714
refs/heads/master
2021-04-26T23:32:20.544149
2018-03-07T21:23:30
2018-03-07T21:23:30
124,011,988
0
1
null
null
null
null
UTF-8
C
false
false
2,361
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strsplit.c :+: :+: :+: ...
[ "ytuz@e1z3r9p2.42.us.org" ]
ytuz@e1z3r9p2.42.us.org
4620998d189436a3b47be51c207e460451d50d11
0833a2a510889836dc9154f5e39b9a96a223ba48
/mk-108.1/netns/ns_error.h
07dda2406353aaefc6bc34a04b45eaf26adbf231
[]
no_license
johnsonjh/NeXTMach
189929022146f35dd13792c114de5da83f355a70
f6bdb9c3268f0eadc545d41bcc0564453b17001e
refs/heads/master
2023-05-14T00:51:20.245305
2021-08-19T20:18:35
2021-08-19T20:18:35
398,064,783
19
8
null
2021-08-19T20:20:42
2021-08-19T20:18:55
C
UTF-8
C
false
false
2,581
h
/* * Copyright (c) 1984, 1988 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that this notice is preserved and that due credit is given * to the University of California at Berkeley. The name of the University * may ...
[ "trnsz@pobox.com" ]
trnsz@pobox.com
05f32f1c4ddc748cecc4588b4548e35e045c0085
0a0913c381f19485dcad905e84758b010d586c45
/src/TheoreticalTest.c
4fb0f0f8c2e7bd6fb4a25f64b94cfc427b3a63e2
[]
no_license
gilles-didier/Matchines
4e34621945a8b42ef99e97f36b39c90f014d4d6f
e7f051039a6ca5633914d8a38a3f01673ef680b8
refs/heads/master
2021-01-01T05:27:00.511565
2016-04-28T18:36:08
2016-04-28T18:36:08
57,300,262
2
0
null
null
null
null
UTF-8
C
false
false
11,820
c
/* MATCHING MACHINES PACKAGE provides various softwares for studying the asymptotic behavior of pattern matching algorithm and for designing efficient algorithms Copyright (C) 2016 Gilles DIDIER and Laurent TICHIT This program is free software: you can redistribute it and/or modify it under the terms ...
[ "gilles.didier@univ-amu.fr" ]
gilles.didier@univ-amu.fr
d00504f2e67638b79100e94b1496ff92887eca76
9c784f7aa14b7f93114f47af6ea8dbf80cc45188
/include/API/marpaXml/SAX/Locator.h
0ab8f9585a8fd7e3da4cdcec919b82cdb5ee7760
[]
no_license
jddurand/marpaXml
e724db6f19a782219c8a2b997cbe1e4ed6d56f03
68aaa8d680b3068cfd8af57cfda5f202e05539af
refs/heads/master
2016-09-05T17:39:07.582959
2015-04-24T18:30:07
2015-04-24T18:30:07
20,123,378
0
0
null
null
null
null
UTF-8
C
false
false
464
h
#ifndef MARPAXML_SAX_LOCATOR_H #define MARPAXML_SAX_LOCATOR_H typedef struct marpaXml_SAX_Locator { marpaXml_String_t *(*getPublicId)(); marpaXml_String_t *(*getSystemId)(); int (*getLineNumber)(); int (*getColumnNumber)(); } *marpaXml_SAX_Locator_t; marpaXml_SAX_Locator_t *marpa...
[ "jeandamiendurand@free.fr" ]
jeandamiendurand@free.fr
d4a3fe1cd9300c17d660e0c3f22b13100284844b
84be0c6e1aa2a3c29e4f1e3f33b18b265e3fc6d5
/1.c
118fb14301dafffda3acf77ef920f89c623512c1
[]
no_license
jessonyu/DC21031test
a3363cc4ffc702f536a3e344e72cc77f50d4e4e8
25ba89f7bf678eb0a05d761678fa155474a55513
refs/heads/main
2023-07-03T06:35:45.761358
2021-08-09T06:14:34
2021-08-09T06:14:34
394,118,897
0
0
null
null
null
null
UTF-8
C
false
false
126
c
#include <stdio.h> int main(int argc, const char *argv[]) { printf("hello world\n"); printf("hello world\n"); return 0; }
[ "934981460@qq.com" ]
934981460@qq.com
89f347bf0c442df9dd9d46dd2803a4e71d75e28d
bc949cbcded25afc8511d07c8d86509d5746b2a8
/dataset/7464.c
07404e55e103ddc59b40c0a0e38f35ee47cbc133
[]
no_license
hqjenny/CSmith_random_pgm
52aa1face59749a9d0656fc4088f6f921aac2dab
0ebf41b85201cbe791a13304cdb45e22504f0ce7
refs/heads/master
2023-08-17T23:28:24.519500
2021-09-15T19:55:23
2021-09-15T19:55:23
406,904,982
1
0
null
null
null
null
UTF-8
C
false
false
3,152
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.2.0 * Git version: dcef523 * Options: --no-structs --no-pointers --no-math64 --max-funcs 4 --no-unions --output 7464.c * Seed: 446592168 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ /* --- GLO...
[ "hqjenny@hotmail.com" ]
hqjenny@hotmail.com
f6d46c157e241278f8b577733117ed37b645542b
e2e996662fde8ac0e1509995468b725d47d8ea10
/program_repo/Codeflaws/version/v681/test_data/defect_root/source/tcas.c
201c0128fa543efc3584cc3a0bae45c5c4ac8abb
[]
no_license
HOM-CISE/HOM-MBFL
b5c27ba9268b2bf7cd4faccece2ff479147ebf81
38806a5971736ab98e1d6f4b22952cf4d9b328b2
refs/heads/master
2023-05-05T20:24:44.228132
2021-06-01T13:58:28
2021-06-01T13:58:28
285,776,568
1
0
null
null
null
null
UTF-8
C
false
false
732
c
#include <stdio.h> #include <stdlib.h> void printArray(int n,int k){ int i,j,m=1; for(i=0;i<n;i++){ for(j=0;j<n;j++){ if((i+j)%2==0&&m<=k){ printf("L"); m++; } else{ printf("S"); } } printf("...
[ "LK464841764@163.com" ]
LK464841764@163.com
b09966eaf5b35fda90fa595633da6a0c6120943f
10a648046c2f59756998d3bdd1b1fc7c33437abc
/ppa/common/graphics.h
9e31664783b8f9cd4a46db62cdc0e70672fb0b38
[]
no_license
ErikPshat/pmplayer-advance
a102c054018aaa1195875f4bc4534d55239d007a
9ce494d020d3c909ee312bda1932f8d806a2f05d
refs/heads/master
2021-01-20T12:55:59.391235
2011-10-19T02:30:20
2011-10-19T02:30:20
90,428,957
2
0
null
2017-05-06T01:23:19
2017-05-06T01:23:19
null
UTF-8
C
false
false
1,959
h
#ifndef __GRAPHICS_H__ #define __GRAPHICS_H__ #include <psptypes.h> #ifndef PSP_SCREEN_TEXTURE_WIDTH #define PSP_SCREEN_TEXTURE_WIDTH 512 #endif #ifndef PSP_SCREEN_WIDTH #define PSP_SCREEN_WIDTH 480 #endif #ifndef PSP_SCREEN_HEIGHT #define PSP_SCREEN_HEIGHT 272 #endif #ifndef PSP_TVOUT_TEXTURE_WIDTH #define PSP_TVOU...
[ "eyes.cooleyes@690b3791-883c-0410-8e7c-45f3b1a147c0" ]
eyes.cooleyes@690b3791-883c-0410-8e7c-45f3b1a147c0
17db74899e16421459ed9ffce876fb7d1e4c8bfc
23f0f52153318de0c614faa6d8c26baf1282d4b1
/libft/ft_memmove.c
259b8dd264a68eb9715c69bad646bb629015c68e
[]
no_license
letzguh/42_seoul
0473fd25649c2f0ef36f42fb0359c500a4c31de5
720434cff93c78d90f35357576aa82577d25e73d
refs/heads/master
2023-08-19T11:47:21.264684
2021-09-29T13:32:20
2021-09-29T13:32:20
347,631,728
0
0
null
null
null
null
UTF-8
C
false
false
1,314
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memmove.c :+: :+: :+: ...
[ "shlee94a.c@gmail.com" ]
shlee94a.c@gmail.com
d82f73e04f87a8ebe7d848626a0cf6e339153f57
1600881a3f5249a3289212f2ad13ce94182794c7
/driver/src/hc32f46x_icg.c
3ebf189ebbb1aab24eca2c7c3ed2250c87d6aec7
[]
no_license
SawXu/hc32f460_CMake_CLion
5668f634009242e0d87b922160f3d6417ed4ace8
f314c1fc6bfe2a70ee2f715679e0bd0d12720137
refs/heads/master
2023-08-12T04:13:38.043595
2020-12-07T04:13:16
2020-12-07T04:13:16
319,201,235
0
1
null
null
null
null
UTF-8
C
false
false
5,131
c
/******************************************************************************* * Copyright (C) 2016, Huada Semiconductor Co., Ltd. All rights reserved. * * This software is owned and published by: * Huada Semiconductor Co., Ltd. ("HDSC"). * * BY DOWNLOADING, INSTALLING OR USING THIS SOFTWARE, YOU AGREE TO BE BO...
[ "saw1993@126.com" ]
saw1993@126.com
68c42bdc270a9ede5d2eb18019ab025afbc31d92
7f72fc855742261daf566d90e5280e10ca8033cf
/branches/full-calibration/flight/AHRS/inc/ahrs.h
bb3064f351c5d0421dbd5b9d2c04df5ebd08e3c8
[]
no_license
caichunyang2007/my_OpenPilot_mods
8e91f061dc209a38c9049bf6a1c80dfccb26cce4
0ca472f4da7da7d5f53aa688f632b1f5c6102671
refs/heads/master
2023-06-06T03:17:37.587838
2011-02-28T10:25:56
2011-02-28T10:25:56
null
0
0
null
null
null
null
UTF-8
C
false
false
1,178
h
/** ****************************************************************************** * * @file ahrs.h * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @brief Main AHRS header. * @see The GNU Public License (GPL) Version 3 * ****************************************...
[ "jonathan@ebee16cc-31ac-478f-84a7-5cbb03baadba" ]
jonathan@ebee16cc-31ac-478f-84a7-5cbb03baadba
fb4ea9cbb7fb485de5550c9d8f80e9f0be8ec3bf
960b6b3e86fb3b9c4913854bdcd4994406a15907
/uEZ/Build/Generic/NXP/LPC2478/FreeRTOS/CrossWorks2.x/uEZPlatform.h
fbd6cff74618c6605076a19a4661128d2bcce415
[]
no_license
Harvey13/uEZ
80c209ed714fa75f8cc8419ce7f493c48c654fa8
a9c10c760354025bda3bb1ad64016b4f921e4331
refs/heads/master
2021-05-28T00:15:32.662587
2014-01-07T14:17:20
2014-01-07T14:17:20
null
0
0
null
null
null
null
UTF-8
C
false
false
2,076
h
/*-------------------------------------------------------------------------* * File: uEZPlatform.h *-------------------------------------------------------------------------* * Description: * *-------------------------------------------------------------------------*/ #ifndef UEZPLATFORM_H_ #define UEZPLATFO...
[ "lysle.shields@teamfd.com" ]
lysle.shields@teamfd.com
eef8a9dddc991e4660de9ea314122e9a17fd644d
6da7490ef11e8f2373cded8241b23dd50992ca6e
/test/no_error.c
c3af8492d7642185ecd56f2d69b3410355d2d458
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
ndryden/shbt
0c0cb2377bc408646819c7b5fc3ab5ae9ddfbeef
562da6fa69c59bf6bb64424e66a754439a3e7235
refs/heads/master
2020-07-06T11:49:09.037023
2019-09-09T20:16:32
2019-09-09T20:16:32
203,008,157
4
0
Apache-2.0
2019-08-19T16:03:04
2019-08-18T13:39:12
C
UTF-8
C
false
false
767
c
/* Copyright 2019 Nikoli Dryden * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
[ "dryden1@llnl.gov" ]
dryden1@llnl.gov
f898f0fff9a81168cf31acdf00517f95d212e75e
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/020e4e9b-9b36-4a76-b281-eb208c38ccb4.c
93095ea9d33b1b8a915e165699f6835c304f308b
[]
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
560
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 33; l = 64; k = i/j; l = i/j; l = l/j; l = k%j; l = l-j; k = k-k*i; //variables /* START VULNERABILITY */ int a; long b[46]; long c[10]; a = 0; do { //ra...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
4a4b333b0fb993f0ca67629be3c87b347df41320
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant101752_recog.c
392cafc81d9162b9e040241e76039fd0b7a6921b
[]
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
96,928
c
/* Subroutines used by or related to instruction recognition. Copyright (C) 1987, 1988, 1991, 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 modify it u...
[ "agroce@gmail.com" ]
agroce@gmail.com
56ec5903df7b52fdc52732d6b58d14dfe51ee2dc
b701b82cc1507d040842c27b9f705494d76b2621
/libft/ft_memset.c
baa17abc0feb38d716ee187ae7dcc6f050f2f1f4
[]
no_license
Ridgie9909/FDF
c2b92dd277649feeeb82f577adc9163964e0d529
475eb371edfa1f27722675321037de96ce59f31d
refs/heads/master
2020-04-16T08:06:11.946332
2019-09-25T14:50:35
2019-09-25T14:50:35
165,411,767
0
0
null
null
null
null
UTF-8
C
false
false
1,053
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memset.c :+: :+: :+: ...
[ "rdube@c2r4s4.wethinkcode.co.za" ]
rdube@c2r4s4.wethinkcode.co.za
67a26e3612c9546c55711770799e52fd92508f99
f9cccf2c9a56ab7d410cc7bb8b17c71a520e828f
/include/base/hi_flash_base.h
dfec072bcb2379891f50a315adc1b11ef828c492
[]
no_license
SWhite-Horse/Auto_Pet_Cook
02280f76b2c9c7149bd17a53cdaeef3b9fa613f0
cee4855c68576263f58e2e1e96a444d8e843a54f
refs/heads/master
2023-04-27T17:42:35.756492
2021-05-19T14:48:28
2021-05-19T14:48:28
361,449,578
0
0
null
null
null
null
GB18030
C
false
false
2,189
h
/* * Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED. * 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 req...
[ "56865928+SWhite-Horse@users.noreply.github.com" ]
56865928+SWhite-Horse@users.noreply.github.com
89eccb1f110e625b044062e217086a400be6dc27
79e69b397068514f2d7bf7fc4946d4611b8a712e
/lib/UTFT/hardware/arm/HW_STM32F.h
b3c8ac84192b3c636b7282b501b2b05be0bafa13
[]
no_license
darkspr1te/MKS-TFT28
b68dc434742f9f20d07d9d633a13cadf8c67ab25
21ab810827edfc4d83c74245322052278d9a2718
refs/heads/master
2020-09-04T16:43:27.862199
2019-12-13T03:42:42
2019-12-13T03:42:42
219,807,161
2
0
null
2019-11-05T17:53:15
2019-11-05T17:47:43
null
UTF-8
C
false
false
5,938
h
// *** Hardwarespecific functions *** //#define FSMC_TFT #pragma GCC diagnostic ignored "-Wdeprecated-declarations" #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunused-parameter" #pragma GCC diagnostic ignored "-Wunused-but-set-variable" #endif void UTFT::_hw_special_init(...
[ "crg@igeekzambia.com" ]
crg@igeekzambia.com
b29fdd7d2589aad2e0f8143a7187a17b441f48a5
293ae051aeeaf46aab0a8caa541ce9ee76d75cc5
/ft_strdup.c
c260c52c942d623fd5ab153e925584944683af8a
[]
no_license
montinevra/libft
9682b64b5eeeaa7d67405db04187a80b76f193eb
a81a95882ef7eb6867e9f5d87979f665a929c891
refs/heads/master
2021-01-12T05:34:30.935257
2019-01-14T21:17:44
2019-01-14T21:17:44
77,131,929
0
0
null
null
null
null
UTF-8
C
false
false
1,107
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strdup.c :+: :+: :+: ...
[ "paolo.vanerp@gmail.com" ]
paolo.vanerp@gmail.com
5c1eaa9d9e36b710b3edf8e891905f727c4e728b
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/work/kernel/linux-3.0.8/drivers/staging/cx25821/cx25821-gpio.c
9175c128cbdf16ff05277468843c879a21864847
[]
no_license
weilaidb/PythonExample
b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466
798bf1bdfdf7594f528788c4df02f79f0f7827ce
refs/heads/master
2021-01-12T13:56:19.346041
2017-07-22T16:30:33
2017-07-22T16:30:33
68,925,741
4
2
null
null
null
null
UTF-8
C
false
false
250
c
void cx25821_set_gpiopin_direction(struct cx25821_dev *dev, int pin_number, int pin_logic_value) static void cx25821_set_gpiopin_logicvalue(struct cx25821_dev *dev, int pin_number, int pin_logic_value) void cx25821_gpio_init(struct cx25821_dev *dev)
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
7de6b08a2fe01ad169f98170c590f3735033c7a9
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/net/rras/ipx/sap/asresmgr.c
0641d4c5e482c477a6521239348729e0fd25f2a4
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C
false
false
4,319
c
/*++ Copyright (c) 1995 Microsoft Corporation Module Name: net\routing\ipx\sap\asresmgr.c Abstract: Asyncronous result reporting queue manager Author: Vadim Eydelman 05-15-1995 Revision History: --*/ #include "sapp.h" typedef struct _RESULT_QUEUE { CRITICAL_SECTION RQ_Lock; L...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
6bb4530dc1b680483f56abcd6ae434f3e67083d1
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/arch/powerpc/kernel/extr_optprobes.c_arch_remove_optimized_kprobe.c
4569a823ddf69ed3bdb931e76e7d7ec1e4f6af48
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
764
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
7d0673a9fefc871e4b8e3bba033484cd8ac07441
3e44fa0407b067f285c19c546530088ba20e4e3a
/Contests/TJU Contest/Practice Contest 4/summation.c
3211cc6cc917f43e8f58c62d5d613d2ffb066e57
[]
no_license
ehsan002/C-Programming
5b58147c673f785890af1bdbea2d431dd701e03b
34854bf24aa0b73c11c475fab9b9e9a6d264f91b
refs/heads/master
2021-06-20T15:58:04.377477
2020-12-30T14:15:07
2020-12-30T14:15:07
154,719,436
1
0
null
null
null
null
UTF-8
C
false
false
542
c
#include<stdio.h> #include<math.h> #include<string.h> int main() { long n,i; scanf("%ld",&n); for(i=0;i<n;i++) { char s1[100],s2[100]; scanf("%s %s",s1,s2); long j,k,len1=strlen(s1),len2=strlen(s2),sum1=0,sum2=0; for(j=len1-1,k=len1-1;j>=0;j--,k--) { s...
[ "ercj002@gmail.com" ]
ercj002@gmail.com
83112686cc256687198663dfe96cb82e40c45dfa
97805e469978e0faff8c510a6273b9b12fbbd918
/0x01-python-if_else_loops_functions/13-insert_number.c
2ef5bf390fc02082863a473f2c7dce1ded8bb2fd
[]
no_license
Elasepraise/alx-higher_level_programming
6cc078f52ebfeaef9c1e8ff7cf89c5a410bdce3f
45983c5655c0e24a7b43058d20daf27bc22ef60a
refs/heads/master
2023-08-02T00:34:29.269437
2021-10-04T21:54:46
2021-10-04T21:54:46
404,116,463
0
0
null
null
null
null
UTF-8
C
false
false
873
c
#include "lists.h" /** * insert_node - inserts a node in linked list * @head: pointer to head of list * @number: the number to be added to new node * Return: address of new node */ listint_t *insert_node(listint_t **head, int number) { listint_t *trav, *new_node; new_node = malloc(sizeof(listint_t)); if (!ne...
[ "obedamoako92@gmail.com" ]
obedamoako92@gmail.com
f323eaa555e0f9afdb8abbf7196bea15f7c2efc9
7b46f4140b078c5cb7954b6735fff6a31e2e7751
/torch/csrc/api/include/torch/nn.h
7285a696350b7c2e6d0d809225fccf861f87281d
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "Apache-2.0", "BSD-2-Clause" ]
permissive
jcjohnson/pytorch
f704a5a602f54f6074f6b49d1696f30e05dea429
ab253c2bf17747a396c12929eaee9d379bb116c4
refs/heads/master
2020-04-02T15:36:09.877841
2018-10-24T21:57:42
2018-10-24T22:02:40
101,438,891
8
2
NOASSERTION
2018-10-24T21:55:49
2017-08-25T20:13:19
Python
UTF-8
C
false
false
189
h
#pragma once #include <torch/nn/cloneable.h> #include <torch/nn/cursor.h> #include <torch/nn/init.h> #include <torch/nn/module.h> #include <torch/nn/modules.h> #include <torch/nn/pimpl.h>
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
964c65fe5cefb19710343e1a6b288629418cfdc1
d0f6bf552a7a358d737423601727771beb3a3133
/bios-5_42_00/xdctools/packages/xdc/runtime/SysStd.h
60a54c531947238c3036660839b8c0bf4067853e
[]
no_license
lujiangyuan/TI-OMAP3-DSPLink
3ddb8263675f3188c83dd7a06380b838ce34b867
7ffab9f9255599ae4987b81e70bfa314c21f4bcf
refs/heads/master
2022-11-29T02:16:32.894246
2020-08-09T17:43:49
2020-08-09T17:43:49
null
0
0
null
null
null
null
UTF-8
C
false
false
10,676
h
/* * Do not modify this file; it is automatically * generated and any modifications will be overwritten. * * @(#) xdc-y35 */ /* * ======== GENERATED SECTIONS ======== * * PROLOGUE * INCLUDES * * INTERNAL DEFINITIONS * MODULE-WIDE CONFIGS * VIRTUAL FUNCTIONS * FUNCTION...
[ "nkim@bitzap.at" ]
nkim@bitzap.at
dec1372ee70d34a87cb89a43928445bf9c4a6a9d
112ea3479bc17e654e3a2ef7044174dbd6f39941
/Zebrafish/Deng_Shape_cpp/tifflib/libs/tiff-v3.6.1/libtiff/tif_getimage.c
c1fc518b84301653b22ed2a6d5db0a8cadb1ebcb
[]
no_license
bensterl15/3DBioImaging
f78f3b679890296b34252df454725db80a6c70f5
13b88650a9b2d0c473eafa003606e7c54151e345
refs/heads/main
2023-08-04T12:00:39.706590
2021-07-09T16:33:45
2021-07-09T16:33:45
369,585,776
0
0
null
null
null
null
UTF-8
C
false
false
70,080
c
/* $Header: /cvsroot/osrs/libtiff/libtiff/tif_getimage.c,v 1.36 2003/12/21 22:13:14 dron Exp $ */ /* * Copyright (c) 1991-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby gra...
[ "bensterl15@gmail.com" ]
bensterl15@gmail.com
c8e5258f4e275db17b096162e19f2c9698c64470
83d4de4a66526891728f77cfcb31f3bbb1b70757
/C_ALL/PRACTICE/practice/c/bitwise/rotate_l.c
9f9d55078d7ad8c15e8b46f07336f745cfff2b0b
[]
no_license
sd-karthik/karthik-repo
dd2a0689bf75d90121e0d27c56a1a11b6325f470
5c37b943f8d1bc44a18a1d78cdbeaf22df0fae38
refs/heads/master
2021-01-09T06:22:50.568636
2017-03-19T06:54:51
2017-03-19T06:54:51
80,975,430
0
0
null
null
null
null
UTF-8
C
false
false
600
c
# include <stdio.h> int rotate_bit(int , int ,int ); int size(); int main() { int num = 23; int dir = 2; int nbit = 5; int n, i; n = rotate_bit(num, nbit, dir); for(i = 31 ; i>=0; --i) { if(n & (1 << i)) printf("1"); else printf("0"); if(i%8 == 0) printf(" "); } printf("\...
[ "karthik.shetty395@gmail.com" ]
karthik.shetty395@gmail.com
b7376481ad1243b8df7185ef0356fd941b36b2c1
1f63dde39fcc5f8be29f2acb947c41f1b6f1683e
/Boss2D/addon/libvorbis-1.3.6_for_boss/lib/smallft.h
68e95041ec99997d7a6259974a4844a2e8e6cc06
[ "MIT", "BSD-3-Clause" ]
permissive
koobonil/Boss2D
09ca948823e0df5a5a53b64a10033c4f3665483a
e5eb355b57228a701495f2660f137bd05628c202
refs/heads/master
2022-10-20T09:02:51.341143
2019-07-18T02:13:44
2019-07-18T02:13:44
105,999,368
7
2
MIT
2022-10-04T23:31:12
2017-10-06T11:57:07
C++
UTF-8
C
false
false
1,267
h
/******************************************************************** * * * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * * GOVERNED BY A BSD-STYLE SOURCE LICENS...
[ "32564870+koobonil@users.noreply.github.com" ]
32564870+koobonil@users.noreply.github.com
b7810e11d4a0946c73d1abb39f63c0660fd38218
72276881e9f91c707d243b793ae19335bcf055be
/inlonlife/socks5exp/Sock5Client/Sock5Client/main.c
06a3465faa8e36d500d25f807da7ecd9d4bb5142
[]
no_license
kingfree/haut
8d12df510f6bdc6af4b36e73b38a1ca7be87c2a1
06adb375b65634ebbffbaa8c530961dcc871d522
refs/heads/master
2020-03-30T21:19:18.937363
2017-07-06T08:30:08
2017-07-06T08:30:08
13,358,044
2
1
null
null
null
null
UTF-8
C
false
false
3,409
c
#include <stdio.h> #include <netinet/in.h> #include <netdb.h> #include <sys/time.h> #include <sys/types.h> #include <unistd.h> #include <stdlib.h> #include <signal.h> #include <pthread.h> #include <errno.h> #include <string.h> #include <sys/socket.h> #include <arpa/inet.h> #include "socks5.h" #define PROXY_ADDR 0x7f00...
[ "anytjf@gmail.com" ]
anytjf@gmail.com
888e81135e32014fe9725ece83301b8658b38a02
8351ed72a5552926f96a4b4ad7737f59dc7f8a1d
/src/parallel-mpi.c
2d2642b8b8e2e894c793943dfab84adddadda321
[ "MIT" ]
permissive
jeffcav/parallel-convolution
3dfa1a7f6dc7281412a851356091190a4ddc441e
2b0e83b22cbe774e3e4f4a064e9dfe0066a44dfd
refs/heads/main
2023-04-03T11:06:13.074248
2021-04-12T18:34:23
2021-04-12T18:34:23
352,207,843
1
0
null
null
null
null
UTF-8
C
false
false
4,535
c
#include <mpi.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "include/conv.h" #include "include/image.h" #include "include/kernel.h" void propagate_img_dimensions(int *rows_per_proc, int *num_cols) { MPI_Bcast(rows_per_proc, 1, MPI_INT, 0, MPI_COMM_WORLD); MPI_Bcast(num_cols, 1, MPI_INT, 0, M...
[ "recife.rodrigo@gmail.com" ]
recife.rodrigo@gmail.com
82b5090654164b1d69a97cbab566706c7a84adab
25e024cf92044a4233991028e5b7f534354b146a
/OTEEditors/Plugin_TerrainEditor/stdafx.h
1edb883419aa2e58d774a85a868ddeb567316540
[]
no_license
panguojun/OTE
db8b4d7d1d5242d57dee503b7e405a7a01eed89e
d67a324337cc078f7da84a6d8b3d25b7ad0a7ca2
refs/heads/main
2023-08-20T21:56:08.208514
2021-10-26T01:53:24
2021-10-26T01:53:24
421,238,299
3
1
null
null
null
null
GB18030
C
false
false
2,123
h
// stdafx.h : 标准系统包含文件的包含文件, // 或是常用但不常更改的项目特定的包含文件 // #pragma once #ifndef VC_EXTRALEAN #define VC_EXTRALEAN // 从 Windows 头中排除极少使用的资料 #endif // 如果您必须使用下列所指定的平台之前的平台,则修改下面的定义。 // 有关不同平台的相应值的最新信息,请参考 MSDN。 #ifndef WINVER // 允许使用特定于 Windows 95 和 Windows NT 4 或更高版本的功能。 #define WINVER 0x0400 // 将此更改为针对...
[ "noreply@github.com" ]
panguojun.noreply@github.com
9a3a36a3eaac1d284fe560ec0f552f3a99981bf2
b567d3e3df61e121f497c3bbcdb090a9a69722fe
/npdf/pulls.C
2124e5942fda142a5967c5614161c5d8d9815d29
[]
no_license
echapon/HIN-13-007
70a310d149356125c32ab1cbbbbea65b1cdf809d
f560426a07a15ec740ce37093b51e53968c99196
refs/heads/master
2019-01-01T13:49:51.047980
2015-09-01T15:03:37
2015-09-01T15:03:37
40,790,716
0
0
null
null
null
null
UTF-8
C
false
false
590
c
#include <iostream> #include "TFile.h" #include "TTree.h" void pulls(const char *filename, int nmembers=52) { ifstream file(filename); TFile *tf = new TFile("pulls.root","RECREATE"); TTree *tr = new TTree("tree","tree"); int idx; float pull, val0, val; tr->Branch("idx",&idx,"idx/I"); tr->Branch("pul...
[ "emilien.chapon@cern.ch" ]
emilien.chapon@cern.ch
5b09f140b0833b32f7f4b24eea18f8d86739cafb
3abba4d6e28ece426c576dcf3276b5cf4a32de13
/common/acq.h
37e078a78009b8944b1a7486cd8d62e1b17c2ed1
[ "Apache-2.0" ]
permissive
CodethinkLabs/bloodlight-zephyr
72fb2e000a3297b26ba074f730bb9e2c1fd2131a
3d86a961a44b9c0fb9cd8294e2538f0c66d226ad
refs/heads/main
2023-09-03T15:34:00.825918
2021-11-04T15:45:45
2021-11-04T15:45:45
343,433,640
1
0
Apache-2.0
2021-11-04T15:45:46
2021-03-01T13:53:35
C
UTF-8
C
false
false
1,280
h
/* * Copyright 2020 Codethink Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
[ "richard.dale@codethink.co.uk" ]
richard.dale@codethink.co.uk
d75aa829d93233ad7328eabd18f5201dcee19235
ebda80ac9a28535b23e6d3e1fada2c5cc82938ea
/19Nov2019/demo2.c
0383dc264baf9d521ad8b60c1e0050be2946b19a
[]
no_license
vikrant911998/CBatchNew
1ff3291ff333a4c615b9a7573cd0bec52b5ed540
77d8b1eb20f8238487ee070e46b101cd8a13f808
refs/heads/master
2020-07-15T06:57:26.011714
2020-02-23T05:24:34
2020-02-23T05:24:34
205,506,640
0
0
null
null
null
null
UTF-8
C
false
false
1,173
c
#include<stdio.h> int main(){ int a[3][3]={{1,2,3},{4,5,6},{7,8,9}}; int i,j; printf("Matrix\n"); for(i=0;i<3;i++){ for(j=0;j<3;j++){ printf("%d ",a[i][j]); } printf("\n"); } printf("Primary Diagonal\n"); for(i=0;i<3;i++){ for(j=0;j<3;j++){ ...
[ "noreply@github.com" ]
vikrant911998.noreply@github.com