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
75da1d7a18985ff6c41463ad8e245bea425c86f2
a541cff2bca912246f07fddcb51a8dd0d6b55665
/examples/cpp/MFC/geomapxprt/resource.h
8fe50bf0b60f58090bd541ac720a5e44b1adc765
[ "BSD-2-Clause" ]
permissive
JoyPoint/gxcore
06956ef19908bb5d2158678ac9b191303f96cb2c
085897caa3fbbbb01b46a1b76b0d8f891ff870b3
refs/heads/master
2023-01-22T01:03:04.994454
2020-12-03T00:09:03
2020-12-03T00:09:03
null
0
0
null
null
null
null
UTF-8
C
false
false
778
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by geomapxprt.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_GEOMAPXPRT_DIALOG 102 #define IDR_MAINFRAME 128 #define IDC_ZOOM 1001 #define IDC_SHAD 1002 #define IDC_EXPORT 1003 #define IDC_FULL...
[ "jacques.beaurain@geosoft.com" ]
jacques.beaurain@geosoft.com
afc647e2a701c66470a0a4c1b6af7933a03d8b25
02b09dab11e35fd4bf8df23721e4380e6cc97a90
/md5/md5_init.c
e38c772ea60c158abc6390be00ff6860dcc7c411
[]
no_license
illyamaltsev/ft_ssl
95f5a763d16150124547f7964d89699c96f56ae1
3556353c509e1e5d018c7d228d6013af6e5a4981
refs/heads/master
2020-04-12T11:49:04.534409
2019-01-14T10:03:14
2019-01-14T10:03:14
162,472,155
1
0
null
null
null
null
UTF-8
C
false
false
1,807
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* md5_init.c :+: :+: :+: ...
[ "imaltsev@e1r5p13.unit.ua" ]
imaltsev@e1r5p13.unit.ua
1c1a8b8e1169dd30633092d9f47a1808ee2876e1
705914b12c7935cb269fb47f6ee2f13b22dec77f
/Step/Array/2577_countofnumber.c
561c96b569113e74de1044897f5b87f15428fc8c
[]
no_license
fhsi1/BaekjoonAlgorithm
f71e2baf24dfab5ae7d3476f9787bb2483955ec8
c3e8b38fa48d9238ec6d29cc9d3338cba20a0256
refs/heads/master
2023-02-19T23:35:34.597644
2021-01-21T16:28:01
2021-01-21T16:28:01
262,950,300
1
0
null
null
null
null
UTF-8
C
false
false
431
c
#include <stdio.h> int main() { int a; int total = 1; int buf[10]; for (int i = 0; i < 10; i++) { buf[i] = 0; } for (int i = 0; i < 3; i++) { scanf("%d", &a); total *= a; } for (int i = 0; total > 0; i++) { a = total % 10; buf[a] +...
[ "yoojin7856@gmail.com" ]
yoojin7856@gmail.com
042ac9b4198b4c534f199ae6c49c04ce5cf6349a
0717381b3bd620fc4a83c08599d2f3d6cc276c59
/CPP/17/films3/list.h
a330de018127a2dc5ed8fc7b547331b37fd69b19
[]
no_license
jackonly06/newsoul
eae8c542780e6db38c740120e6a314bba35a765b
caa602db95bd000f720fc5977109d2aa6bc44205
refs/heads/master
2020-06-26T10:10:18.110782
2020-05-02T16:04:27
2020-05-02T16:04:27
97,017,603
0
0
null
null
null
null
UTF-8
C
false
false
844
h
/************************************************************************* > File Name: list.h > Author: N.jie > Mail: jackonly06@hotmail.com > Created Time: 2017年07月20日 星期四 10时58分08秒 ************************************************************************/ #ifndef LIST_H_ #define LIST_H_ #include <st...
[ "jackonly06@hotmail.com" ]
jackonly06@hotmail.com
d9cfb492ca6b58b49a33c59359d83ac56dfedee3
6b6a6e3756fe8faca63af8f57b616a5f705d5475
/lib/libft/ft_strjoin.c
9417b399f93e93feaba4f7724a65cfe6f932b892
[]
no_license
pprivalov/FDF
620a31e1e46aff4652e117a6acc1e4e745d62eb0
8d7d9918a7a0c279950bc818a29680eae3c72986
refs/heads/master
2020-03-14T16:57:47.140029
2018-05-01T12:53:12
2018-05-01T12:53:12
131,708,891
0
0
null
null
null
null
UTF-8
C
false
false
1,227
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strjoin.c :+: :+: :+: ...
[ "privalov.pavlo@gmail.com" ]
privalov.pavlo@gmail.com
eac1e956bb5cabcd04b9c5327ec626323f2b79d3
b0199697e1c7d10499965126239385960d201039
/libraries/lib_ft/ft_strnew.c
1add9275d780c9daba72323531b888cfd3c865ac
[]
no_license
sammyjh30/rtv1
0485c6bbb0e0f976230995686f5b900e76480a55
ae740799d84c8e64afa6c53d11c0ff7eb28ab770
refs/heads/master
2020-04-01T09:16:46.926230
2019-01-07T06:00:36
2019-01-07T06:00:36
153,068,331
0
0
null
null
null
null
UTF-8
C
false
false
980
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strnew.c :+: :+: :+: ...
[ "shillebr@c1r3s3.wethinkcode.co.za" ]
shillebr@c1r3s3.wethinkcode.co.za
8c7e82a238b8b9ce5acb4f9fbe7bee4553d2c4f1
42ba4308b94507625753feea9e2d47b5edd7bf02
/code/Microchip/TCPIP Stack/ENC28J60.c
12ab90eac82c081291ccd816c469ce2f670bdc95
[]
no_license
ezequieldonhauser/PIC18F66J60
b55bd4ed6de9b21aab0fe95d0eec610b731de91a
08ef1e48e9417bd655b3b98e44b9872b3454d198
refs/heads/master
2021-05-25T10:05:10.270263
2020-10-23T13:25:14
2020-10-23T13:25:14
39,316,132
4
5
null
null
null
null
UTF-8
C
false
false
78,806
c
/********************************************************************* * * Medium Access Control (MAC) Layer for Microchip ENC28J60 * Module for Microchip TCP/IP Stack * -Provides access to ENC28J60 Ethernet controller * -Reference: ENC28J60 Data sheet, IEEE 802.3 Standard * *******************************...
[ "ezequiel@donhauser.com.br" ]
ezequiel@donhauser.com.br
cbd89e14feee76fe964d675e975f9309cb44168b
6bb52ccc91b0914961ff435676605cc7adca38ab
/Objects3.c4d/Vehicles.c4d/Sub.c4d/Burned.c4d/merged_Script.c
2516762919721a38a0d8177edf921c39fd4acbfd
[]
no_license
gitMarky/Resources_Classic.ocf
0ad3b2acb512ad07d1c73dfa0fa27009a9708b2b
3932fd253353799af33ee40ddd1f4973392ebaeb
refs/heads/master
2020-05-19T09:09:46.450950
2017-03-26T10:37:27
2017-03-26T10:37:27
28,647,675
0
0
null
null
null
null
UTF-8
C
false
false
508
c
////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // properties local Name = "$Name$"; local Description = "$Description$"; ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // acti...
[ "markh4b@hotmail.com" ]
markh4b@hotmail.com
1d08f03aee37657cdbbb537b58f4f54fdc5d762e
5f8d31c311e37e1b0af45f1b9705883ade20d077
/ns/src/nspr20/pr/include/prmwait.h
9925dc89bdaa6e4810074e8b1c411da4db96f087
[]
no_license
acolchagoff/mozz
e64325b16ed135bbad4abb99dade0437e8ae5a7c
ff6798c307e3bbdae6dfe0da23cfe3c594908255
refs/heads/master
2023-06-23T14:44:03.842724
2018-03-06T13:10:33
2018-03-06T13:10:33
null
0
0
null
null
null
null
UTF-8
C
false
false
13,307
h
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * The contents of this file are subject to the Netscape Public License * Version 1.0 (the "NPL"); you may not use this file except in * compliance with the NPL. You may obtain a copy of the NPL at * http://www.mozilla.org/NPL/ * ...
[ "andrew@colchagoff.com" ]
andrew@colchagoff.com
aeb91992dedc8bc6a8965a422401757ac1832a2c
77354e5b8bc89732cdb21d178164fe5532b0ce38
/c05/ex03/main.c
6fa96e86f29a44524cee6162fde34388b3b47da8
[]
no_license
takosukeyaro/function_C
7daec97e01d42b634d05be64d45898c3d5f2b8c9
231cf7bba4639739a86f319f083cb7e951c7fc06
refs/heads/main
2023-08-11T07:05:39.866509
2021-10-04T12:00:44
2021-10-04T12:00:44
409,044,166
0
0
null
null
null
null
UTF-8
C
false
false
241
c
#include <stdio.h> int recursive_power(int nb, int power); int main(void) { printf(" 2 ^ 4 = %d (16)\n", recursive_power(2, 4)); printf(" 2 ^ 1 = %d (2)\n", recursive_power(2, 1)); printf(" 2 ^ 0 = %d (2)\n", recursive_power(2, 0)); }
[ "kshiga@student.42tokyo.jp" ]
kshiga@student.42tokyo.jp
1687f86d4ec46852eb565b698273c5cde177aa7e
329b7668d68ef9f012f6ecfb94436aa2cc113dbc
/srcs/ft_wstrnew.c
b1017f2dfe489f24f3e6b2ace603089e08ff6e7f
[]
no_license
craffate/libft_mk2
b3783e02c272f40e5980c484df2a46a612a88a77
cb93f0e403eeb7e7c7c813550edcb2781ff337ac
refs/heads/master
2021-01-22T17:52:43.658511
2020-08-05T07:35:51
2020-08-05T07:35:51
85,024,321
0
0
null
null
null
null
UTF-8
C
false
false
1,127
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_wstrnew.c :+: :+: :+: ...
[ "craffate@student.42.fr" ]
craffate@student.42.fr
aeef76282e08b2803a61b178d33becd110decf6d
26922ce0f33589caea1bdaae0aacc972d4bbb167
/microchip library/bsp/pic32mm_usb_curiosity/leds.c
f1b44c2b0ad3176c62b8c1ac708599132900bcb7
[]
no_license
alexandrequ/scalar4
d3afe3b09faf6731009593b71bf971d9d862d44d
deda54a12a635720f79fee3b7ce710b124fda087
refs/heads/main
2023-03-04T09:03:20.256507
2021-02-15T20:05:24
2021-02-15T20:05:24
339,189,700
0
0
null
null
null
null
UTF-8
C
false
false
7,306
c
/******************************************************************************* Copyright 2016 Microchip Technology Inc. (www.microchip.com) 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 ...
[ "alexandre.quintart@gmail.com" ]
alexandre.quintart@gmail.com
8c40e94c8829499d7452b6bb6034a21cbadc95d4
243af6f697c16c54af3613988ddaef62a2b29212
/firmware/uvc_controller/mbed-os/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PeripheralNames.h
7493fecdb5669ca2b51c5f724d748b050fc8193f
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "MIT" ]
permissive
davewhiiite/uvc
0020fcc99d279a70878baf7cdc5c02c19b08499a
fd45223097eed5a824294db975b3c74aa5f5cc8f
refs/heads/main
2023-05-29T10:18:08.520756
2021-06-12T13:06:40
2021-06-12T13:06:40
376,287,264
1
0
null
null
null
null
UTF-8
C
false
false
3,429
h
/* mbed Microcontroller Library ******************************************************************************* * Copyright (c) 2016-2019, STMicroelectronics * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause-Clear * * Redistribution and use in source and binary forms, with or without * m...
[ "13125501+davewhiiite@users.noreply.github.com" ]
13125501+davewhiiite@users.noreply.github.com
a94dda263661c460990be20d3be2e49a0d82bc3b
d52b55d28448713ac4c3dc31ad16b6609bd8e04a
/test/test_djb2.c
f06f2d8ace949a240bffbcf80ea8df81a1f4d087
[]
no_license
mytxd/stutter
28f7ca0794e64d1f066c371af6ab6676c771146b
031cf3aa6367667925875e27218b381136f9fcc3
refs/heads/master
2020-11-28T04:59:45.987370
2019-12-16T23:14:40
2019-12-16T23:14:40
229,709,866
1
0
null
2019-12-23T08:28:58
2019-12-23T08:28:57
null
UTF-8
C
false
false
507
c
/* * test_djb2.c * Copyright (C) 2019 Marc Kirchner <Marc Kirchner@marvin> * * Distributed under terms of the MIT license. */ #include "djb2.h" #include "minunit.h" static char* test_djb2() { /* Basic testing for the djb2 hash: can we call it and * does it return a reasonable result? */ unsign...
[ "noreply@github.com" ]
mytxd.noreply@github.com
a83fe4658e7491398a06e06a049bce1055f695f9
0ffb2159c5cfd495093bf4f5889a240a22219b04
/System/Library/Frameworks/AVKit.framework/AVKit-Structs.h
18a03f4860e7d698e6b9bb25bac9ec591493d1d2
[]
no_license
lechium/tvOS1141Headers
f5780aeff36415365ea40ffee574a4b79d85ef41
2681de8352cacbfd7b255b0e73f89a453c16aeec
refs/heads/master
2020-05-30T11:41:11.722512
2019-05-31T21:41:57
2019-05-31T21:41:57
189,661,473
1
1
null
null
null
null
UTF-8
C
false
false
964
h
/* * This header is generated by classdump-dyld 1.0 * on Friday, May 31, 2019 at 2:17:02 PM Mountain Standard Time * Operating System: Version 11.3 (Build 15L211) * Image Source: /System/Library/Frameworks/AVKit.framework/AVKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */ typede...
[ "kevin.w.bradley@me.com" ]
kevin.w.bradley@me.com
7a9a85329896de6b89c59b12be0db6c1f55a38bb
f41c2f859d4a08214ee18de487e424e982599237
/src/intro.c
68f3d925456df358037f66a9a3d1b1fb0333af30
[]
no_license
robisodd/PixelMuncher
ffab7ab164452a15c491597c1233784f66c69401
0c97275c71742173e4de988afd33f472bece1e6e
refs/heads/master
2021-01-02T09:08:52.547271
2015-08-07T20:33:57
2015-08-07T20:33:57
32,371,954
1
0
null
null
null
null
UTF-8
C
false
false
2,717
c
/* #include "global.h" extern Window *main_window; extern Layer *root_layer; static Layer *intro_layer; static AppTimer *intro_timer; static uint16_t left=144+72;//144; static void exit_intro() { if(intro_layer) layer_destroy(intro_layer); if(intro_timer) app_timer_cancel(intro_timer); mainmenu(); } // ---...
[ "robisodd@gmail.com" ]
robisodd@gmail.com
e6014bc9e7578e23a06c1893da5496607a7c5006
222098098796dfad4fe357f3587993c9646906f2
/adc.h
8afe2b9435fa7343fcc89c5fb4545962400e2aa8
[]
no_license
Sergiorus/MPS_Coursework
5788b5c9256ad83a5eed1fdcd802d653768a0606
5a9c25377b782f9945468dc2c26627eb666287ba
refs/heads/main
2023-03-11T09:35:29.138980
2021-02-16T20:39:42
2021-02-16T20:39:42
321,060,740
0
0
null
2021-02-16T20:39:43
2020-12-13T12:33:40
null
UTF-8
C
false
false
322
h
#ifndef ADC_H_ #define ADC_H_ 1 #include <stdbool.h> #include "byte.h" void adc_init(void); typedef void (*adc_intr_handler_t)(void *args); void adc_set_intr_handler(adc_intr_handler_t handler, void *args); byte_t adc_read_byte(void); void adc_read_byte_async(byte_t *b, bool *ready); #endif...
[ "m.uymin@corp.mail.ru" ]
m.uymin@corp.mail.ru
92f97553659c883df56cba256156cdc50734df5e
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R6/xc/programs/Xserver/PEX5/dipex/swap/uOCprim.c
272bdd0e96f813513a895f7822f7ef1ce776684b
[]
no_license
yoya/x.org
4709089f97b1b48f7de2cfbeff1881c59ea1d28e
fb9e6d4bd0c880cfc674d4697322331fe39864d9
refs/heads/master
2023-08-08T02:00:51.277615
2023-07-25T14:05:05
2023-07-25T14:05:05
163,954,490
2
0
null
null
null
null
UTF-8
C
false
false
20,729
c
/* $XConsortium: uOCprim.c,v 5.10 94/04/17 20:36:33 hersh Exp $ */ /*********************************************************** Copyright (c) 1989, 1990, 1991 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"...
[ "yoya@awm.jp" ]
yoya@awm.jp
521af2034fe7e1e689b80d5185e2cce2f5c23278
4220ef76ca6b95cd7795ec4109b1f101d51cbfda
/Patch 1.64/gb_rob_shop.ysc.c
c34430a34871976f1c75372176a962a18e291306
[]
no_license
Seanghost117/GTA-Decompiled-Scripts
3a7ee63775444dd1450959b1edad54f7d8a1fa11
88adbb8b9b4ca585b43afaa821a7008a7b5c4acd
refs/heads/master
2023-01-24T19:58:42.625633
2023-01-23T00:47:47
2023-01-23T00:47:47
227,721,058
4
6
null
null
null
null
UTF-8
C
false
false
8,193,099
c
#region Local Var var uLocal_0 = 0; var uLocal_1 = 0; int iLocal_2 = 0; int iLocal_3 = 0; int iLocal_4 = 0; int iLocal_5 = 0; int iLocal_6 = 0; int iLocal_7 = 0; int iLocal_8 = 0; int iLocal_9 = 0; int iLocal_10 = 0; int iLocal_11 = 0; var uLocal_12 = 0; var uLocal_13 = 0; float fLocal_14 = 0f; var uLoc...
[ "36561158+Seanghost117@users.noreply.github.com" ]
36561158+Seanghost117@users.noreply.github.com
5c06a44f7670f95ce9aa0174ed2ed8a6920eb018
a36dfb87f5386ff24e4f34df2c4ef60c2c2f1589
/tablica.h
1fe0704370f77fe11bb4a816fa38ad1fcd2d8428
[]
no_license
metalic24/struktury-danych
91efc0cb1a18033833eca47c80f07a011ac5a45e
8c87a3c7129daca2fd0ecc6cf3e73bdac21f572d
refs/heads/master
2023-08-12T22:57:39.337968
2021-10-08T13:39:59
2021-10-08T13:39:59
415,000,747
0
0
null
null
null
null
WINDOWS-1250
C
false
false
387
h
#pragma once #include<iostream> struct Table { int *tablica; int ile; void wyswietl(); void dodaj_element( int v, int miejsce); //jesli miejsce bedzie rowne 0, to element zostanie dodany na początek tablicy, a gdy miejsce będzie równe wielkości tablicy, to zostanie dodany na koniec void znajdz(int szukana); vo...
[ "65673563+metalic24@users.noreply.github.com" ]
65673563+metalic24@users.noreply.github.com
d3b860b57420402b7008bc3b25b948613ca07c83
c47c254ca476c1f9969f8f3e89acb4d0618c14b6
/datasets/linux-4.11-rc3/sound/isa/adlib.c
8d3060fd7ad7e3319553c4cf604d29dc7d73bd45
[ "Linux-syscall-note", "GPL-2.0-only", "BSD-2-Clause" ]
permissive
yijunyu/demo
5cf4e83f585254a28b31c4a050630b8f661a90c8
11c0c84081a3181494b9c469bda42a313c457ad2
refs/heads/master
2023-02-22T09:00:12.023083
2021-01-25T16:51:40
2021-01-25T16:51:40
175,939,000
3
6
BSD-2-Clause
2021-01-09T23:00:12
2019-03-16T07:13:00
C
UTF-8
C
false
false
2,681
c
/* * AdLib FM card driver. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/isa.h> #include <sound/core.h> #include <sound/initval.h> #include <sound/opl3.h> #define CRD_NAME "AdLib FM" #define DEV_NAME "adlib" MODULE_DESCRIPTION(CRD_NAME); MODULE_AUTHOR("Rene Herman"); MODULE_LICENSE("GPL");...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
f323c649aee7adaaece80671b0f5402d0df82a15
a3c604effcb34c7a9594a7a37e2ec618aab4c74f
/reference/cvs/jul311/news/h_news.h
740809b6b8250e6fc200f81b8bf2040428d67eb7
[]
no_license
jvonwimm/aleph64bit
09d9d48db51ed8c5f868b5409c6b7a78bfff8e6f
a779f00fd147a2fd3b1f81e0d65ca09509045c88
refs/heads/main
2023-02-04T06:10:49.338430
2020-12-16T00:59:48
2020-12-16T00:59:48
301,156,974
0
2
null
null
null
null
UTF-8
C
false
false
1,835
h
C! 1st entry in H_set * corr file 307.1 HCORFC : NEW. HCAL tower energy correction for the bug that was present on the online software in 1996, 1997 and early 1998 data (A.Sciaba) HPRANA : Add call to HCORFC ...
[ "jvonwimm@protonmail.com" ]
jvonwimm@protonmail.com
0101ca123fa79354d30ecf30163c6cf336ad6244
c4f01ad29fc0732b440eaa055cb34d0ed87d381c
/librdkafka-version.c
8bf352d1954dea8d223d25433c1e85b5294f1da0
[ "MIT" ]
permissive
didier-wenzek/ocaml-kafka
27a5ad509492ad2f1625f078257f56dd7753bdcb
e402525fef818b17c15939252d58cd60d864efed
refs/heads/master
2023-08-31T11:26:52.031221
2023-08-22T17:25:41
2023-08-22T17:25:41
25,580,909
65
13
MIT
2023-09-11T11:40:16
2014-10-22T12:45:40
OCaml
UTF-8
C
false
false
121
c
#include <librdkafka/rdkafka.h> #include <stdio.h> int main() { printf("%s\n", rd_kafka_version_str()); return 0; }
[ "didier.wenzek@acidalie.com" ]
didier.wenzek@acidalie.com
632cf38ef9249b65979aa0ddb4c0874351c3449e
0b63c065b789e80b5e7e6ca52482778a466aa3c8
/CardReader_v1.0/user/FM17550/Middle/CardRd.c
39e48b41b8cbf40d24ab586c1e143b306669aecf
[]
no_license
mahui3653/STM8S_FM17550
a3dd5b5f78b97e8191a19e47c535dd890de2f1b7
c244c0776ecb80b397149382604fc3289ccd112e
refs/heads/master
2023-03-17T23:55:39.459754
2019-01-10T01:34:26
2019-01-10T01:34:26
null
0
0
null
null
null
null
GB18030
C
false
false
7,315
c
/****************************************************** 文件名: CardRd.c 描述: Data Vasion author 2018/1/5 V1.0 liujian *******************************************************/ /******************************************************* description: include the header file *******************************************...
[ "531587156@qq.com" ]
531587156@qq.com
cf8428c55fb01bc7bc501569388a9d1b697ae382
456228f58da05e610f3d3376943d6e55803273a8
/tests/arrays/array-assignment.c
5ea1d8288f7e72c08e7459b7c6404875faeeb05f
[]
no_license
stamourv/sixpic
5dcc6bf7193c8689884d08452c1b76d49c2cc06b
235450c98e7da0509b7bc9fc4e8e8bfab3ece067
refs/heads/master
2021-01-10T19:37:29.593547
2009-09-03T00:37:14
2009-09-03T00:37:14
1,906,656
6
2
null
null
null
null
UTF-8
C
false
false
84
c
// test for array assignment int a = 3; a[0] = 4; // should set 4 in register 3 a;
[ "stamourv@iro.umontreal.ca" ]
stamourv@iro.umontreal.ca
f92f1a554c141fdc00976b9935d12f36b7950440
78c4a0b029ef1af4ac9ef90305eef85ef866ad35
/drivers/9front/bcm64/i2ctest/detect.c
0b71e3152cf966d9b3d2135e949d8e5c03389ac7
[ "MIT" ]
permissive
qeedquan/misc_utilities
7727e33e01a9f45275e3efdd165c90053d8ba10a
e8319e6572dd92efceebb5a2d52a00cb993492b2
refs/heads/master
2023-08-08T13:24:18.213741
2023-08-07T00:26:03
2023-08-07T00:26:03
46,625,839
10
3
null
null
null
null
UTF-8
C
false
false
1,032
c
#include <u.h> #include <libc.h> #include "i2c.h" int detect(int start, int end, int cmd) { I2C ic[1]; int i, j, r, v; if (i2copen(ic, 1) < 0) return -1; print(" "); for (i = 0; i <= 0xf; i++) print("%x ", i); print("\n"); for (i = 0; i < 8; i++) { print("%02x: ", i); for (j = 0; j < 16; j++) {...
[ "qeed.quan@gmail.com" ]
qeed.quan@gmail.com
a4cb766690ac91cd847cdf1699d6baef6568b13c
d1ec0aa4ab75213e915d562183145314c8af29e7
/HJ/Recursion/10870.c
3f3ed0d2399eadb0feaa3a8acc55bdc706ad73e5
[]
no_license
eunji-lee22/fantastic-telegram
afec080b3be81f27adddac0b39126464f51ea8c6
deb7ebbae1c0e98baaf8d3f58ecfd8a8236df565
refs/heads/master
2023-03-03T21:46:58.351995
2021-02-21T08:11:25
2021-02-21T08:11:25
309,377,094
2
0
null
2020-11-17T19:56:24
2020-11-02T13:23:36
C++
UTF-8
C
false
false
243
c
#include <stdio.h> int func(int N); int main() { int N=0; scanf("%d", &N); printf("%d\n", func(N)); return 0; } int func(int N) { if(N==0) return 0; if(N==1) return 1; return func(N-1) + func(N-2); }
[ "gmdwns92@gmail.com" ]
gmdwns92@gmail.com
9b9b714309ffee43d63815f936491fc15648ea4e
1772d37be99127b4ad48c23d8c87f3a18c39b234
/src/emulator/memory.h
0657f9b1a2e9e925e1c2cde2c8e0b5c012e12caf
[]
no_license
RohitBhatta/PPC64-Linux-Emulator
dd7a04c6cdc61a149044ba796f946a359622c883
ccabd3a883bda85511ec280ae829e658e88b1f4e
refs/heads/master
2020-06-27T19:59:31.261179
2016-03-21T04:40:33
2016-03-21T04:40:33
67,970,656
1
0
null
null
null
null
UTF-8
C
false
false
830
h
#ifndef _MEMORY_H_ #define _MEMORY_H_ #include <stdint.h> #define MISSING() do { \ printf("missing code %s:%d\n", __FILE__, __LINE__); \ exit(-1); \ } while (0) /* Hide the implementation details */ struct Memory; typedef struct Memory Memory; /* Memory API */ extern Memory* newMemory(); extern void freeMe...
[ "gheith@cs.utexas.edu" ]
gheith@cs.utexas.edu
3b102aa1f0880c02efcbc8511fc1f120598f203e
4eaf072c7f0a4f5d6993da5c6887eed952fc5bcc
/src/evolution/crossover.h
d7fc7f934a5c2b1574b46cbaa7ee504149acb082
[ "NCSA", "LLVM-exception", "Apache-2.0" ]
permissive
LaplaceKorea/Shackleton-Framework
ec5030b88573d6c272cc46f4a87082bd2da1e51d
a81396c48478b6ef8651741967928497c13db609
refs/heads/master
2023-07-17T12:04:42.669092
2021-09-01T18:54:17
2021-09-01T18:54:17
null
0
0
null
null
null
null
UTF-8
C
false
false
3,498
h
/* ============================================================================ Name : crossover.h Author : Hannah M. Peeler Version : 1.0 Copyright : Copyright 2019 Arm Inc., Andrew Sloss, Hannah Peeler Licensed under the Apache License, Version 2.0 (the "License"); you...
[ "Hannah.Peeler@arm.com" ]
Hannah.Peeler@arm.com
68313ac027b4dd3b1d9f05678f2378038118f5e2
217c153cf22ba861fff81524a770b6527098f1e6
/Tarea 7/Profe.c
3411fc4abc737f8aa4e784ea9411ad178daadc1c
[]
no_license
SI727367/Memoria-Dinamica
c2e2583a1bf7dfbb10518fa232de30adb6164727
6ea7279b07b8dd27a5e30c272782fad82d8b98f4
refs/heads/main
2023-04-27T19:03:50.345066
2021-04-26T04:31:23
2021-04-26T04:31:23
null
0
0
null
null
null
null
UTF-8
C
false
false
1,874
c
#include <stdio.h> #include <math.h> #include <windows.h> #include <time.h> #define NTHREADS 16 #define TASKSIZE 100 int inicio,fin; int count=0; unsigned int ctask = 0; CRITICAL_SECTION cs1; CRITICAL_SECTION cs2; int numeros_amigos(int x){ int i = 0, j = 0; int sumax = 0,sumay = 0,y = 0; for (i = 1; i < x; i...
[ "si727367@iteso.mx" ]
si727367@iteso.mx
13bd18787a95db718be2ef2220ac12e5facfe3b3
e6938407aeaadc1dbb5d9fbfb1b4b6d559e6731f
/Lab2.X/main.c
74b907e3ce09f9a52ac6451c25217679741c7902
[]
no_license
oheaney380/ECM_Labs_Archive
a0929e84b6a54f223683525ed35da00298c908ec
97941e57c40587baedef34ae37d8fc23a18df515
refs/heads/master
2021-04-26T22:29:05.358278
2018-03-18T16:17:58
2018-03-18T16:17:58
124,099,650
0
0
null
null
null
null
UTF-8
C
false
false
3,855
c
#include <xc.h> /************************************ / Function delay / Used to introduce a delay of length t ************************************/ void delay (int t) { unsigned char i; //declare a variable for (i = 0; i < t ; i++); } /************************************ / Function LEDout / Used to display ...
[ "33790334+krthush@users.noreply.github.com" ]
33790334+krthush@users.noreply.github.com
3b9db76f188cf719f3e61020ca222523a1a5aee1
d1b2b4714573ec2e6d26d9c762e0e57cbf06a311
/PSPL_doc/PSPL/Wrapper/consumCMS.h
a942916bad7425d00b42622bad1171fa35924d74
[]
no_license
rajuprade/15M_NCRA
2720712a6bb15122208533b1024878e7c73d56e6
e30a8caff6bb97bb01dd881741b07cc0155c7ff5
refs/heads/master
2022-12-05T20:12:01.559081
2020-09-01T05:36:09
2020-09-01T05:36:09
291,903,934
0
0
null
null
null
null
UTF-8
C
false
false
353
h
#ifndef _consumCMS_H_ #define _consumCMS_H_ //#define DEVICE_IP "192.168.3.6" //#define MON_IP "192.168.140.109" //#define RESP_PORT 5000 //#define MON_PORT 9898 char deviceIP[256]; int deviceFd ; char monIP[256]; int monFd ; extern int sendSystemPkt(char *, char*); extern int sendRespToCMS(char *); ext...
[ "rajuprade@gmail.com" ]
rajuprade@gmail.com
da893a9921537f1bfa3f24ba94ae2042225e5dbc
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/UnityEngine_UnityEngine_Events_InvokableCall_1_gen_691MethodDeclarations.h
f6dc2c62a37379cb61e3fa419fb14ead07adcddc
[]
no_license
Klanly/TutorialPackageClient
6f889e96c40ab13c97d107708ae8f3c71a484301
b9d61ba2f287c491c9565b432f852980ec3fee28
refs/heads/master
2020-12-03T01:42:35.256114
2016-11-01T02:40:21
2016-11-01T02:40:21
null
0
0
null
null
null
null
UTF-8
C
false
false
1,829
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // UnityEngine.Events.InvokableCall`1<SetColorOnSelection> struct InvokableCall_1_t22415; // System.Object struct Object_t; // System.Reflection.MethodInfo struct MethodInfo_t1087; // UnityEngine.Events.Unity...
[ "bu213200@gmail.com" ]
bu213200@gmail.com
afef261b46f402cabc812c9872c9c2a386e949a4
cc13bdb0f445b8acf6bec24946fcfb5e854989b6
/Pods/BoringSSL-GRPC/src/crypto/x509/x_attrib.c
1e7f8459b935f00280a63fa834dc8feb3f05ba3a
[ "ISC", "BSD-3-Clause", "OpenSSL", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "MIT" ]
permissive
devMEremenko/XcodeBenchmark
59eaf0f7d6cdaead6338511431489d9d2bf0bbb5
3aaaa6aa4400a20513dd4b6fdb372c48b8c9e772
refs/heads/master
2023-09-04T08:37:51.014081
2023-07-25T23:37:37
2023-07-25T23:37:37
288,524,849
2,335
346
MIT
2023-09-08T16:52:16
2020-08-18T17:47:47
Swift
UTF-8
C
false
false
5,020
c
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as ...
[ "devMEremenko@gmail.com" ]
devMEremenko@gmail.com
8dce586103b98a99069c208bff21c48ae7c612cf
2d114840a46cfea9d19d00b9cd5a059e28ca0a08
/C Programming/Lab 1/UnitTestMaths.c
2ffe60f24ef63912109d6fd39180c5845e7c5d00
[]
no_license
TheKatarGit/University
bf028339180ab2d199f33be740197ecad04c3b3f
e449e80d324d97d800b54b28858ee21cdba87330
refs/heads/master
2020-12-04T07:18:51.816864
2016-09-27T17:00:05
2016-09-27T17:00:05
67,729,912
0
0
null
2016-09-17T22:06:02
2016-09-08T18:33:32
C
UTF-8
C
false
false
1,167
c
#include "UnitTestMaths.h" #include "maths.h" #include <stdlib.h> #include "stdio.h" struct Tests { int ArrayCount; float AvgExpected; float AvgRecieved; float Array[100]; }; int UnitTestMaths() { printf("Testing maths.h...\n"); struct Tests Test1={10,5,0,{1,2,3,4,5,6,7,8,9,10}}; struct Tests Test2 = {7...
[ "d.mihalkovich@gmail.com" ]
d.mihalkovich@gmail.com
642cb83858faa966160c550dbe07fa5ca2b9c3be
32a764dd9e5298189e1f817d9855841e5ef16fb9
/nRF5_SDK_for_Thread_v0.11.0_84a130f/examples/ble_peripheral/experimental/ble_app_multiperipheral/pca10040/s132/config/sdk_config.h
c39690f847a4d9b401b5fff8d8a3e8ef803aede8
[ "MIT" ]
permissive
ghsecuritylab/NordicSDKs
e6999868c0e2b82e5022e7971cd940af5964b0cf
55222b92f19d2ec5461fd89a5d9e69d993071ef3
refs/heads/master
2021-02-26T13:50:59.504972
2017-12-14T04:01:45
2017-12-14T04:01:45
245,529,382
0
0
null
2020-03-06T22:39:15
2020-03-06T22:39:15
null
UTF-8
C
false
false
140,104
h
/** * Copyright (c) 2017 - 2017, Nordic Semiconductor ASA * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright...
[ "evan.demerspeel@gmail.com" ]
evan.demerspeel@gmail.com
89d02cfb21de5c94bbc68f549b20d3cc7298b941
d28e32b527bc3b5aa95d49b828985b128fee5615
/emod/mod_orange/GUI/core/font/TrueType/src/cache/ftcmanag.c
59f062882bab819a26cf7af384a7492859509d50
[]
no_license
prtemly/quanzhiwork
6f810484e9f21c122450f2d4f63bda231caa1d95
af22227f4965c5b1094c135ebb1a219b05f1a6e4
refs/heads/master
2021-08-15T03:50:55.662058
2017-11-17T08:38:35
2017-11-17T08:38:35
null
0
0
null
null
null
null
UTF-8
C
false
false
18,211
c
/***************************************************************************/ /* */ /* ftcmanag.c */ /* */ /* Fr...
[ "zhibo@joyhonest.com" ]
zhibo@joyhonest.com
03b54e3839c7b13bbdff488ef5b2c66ca09b8e2e
55637b5dc1e3694c51a72dc6bd4b49f3d535550d
/utils/encode.c
076191f2715606612cf1c0deb2456df185e59228
[]
no_license
hika1i/FT8-C_Version
3b25b6fdc37900d66d9592395a539f0c8bdc951c
2ff3c2f8b6ff7bd8e036f897e8b59f5ce9592267
refs/heads/master
2022-07-10T16:53:05.597200
2020-02-10T12:52:37
2020-02-10T12:52:37
null
0
0
null
null
null
null
UTF-8
C
false
false
6,604
c
// // Created by PYL on 2019/7/21. // #include "encode.h" #include "math.h" #include "../constants.h" // Returns 1 if an odd number of bits are set in x, zero otherwise uint8_t parity8(uint8_t x) { x ^= x >> 4; // a b c d ae bf cg dh x ^= x >> 2; // a b ac bd cae dbf aecg bfdh x ^= x >> 1; // a a...
[ "yaolin.yaolin@163.com" ]
yaolin.yaolin@163.com
0c23763146ea0045f2db14b6ebcc3daccf86defd
78b94e802ae4dceaca495b83d3036fc50e282561
/screen_curve.c
54fef8ba43964e2489d5b6ed0f153f94636fdab2
[]
no_license
lithium/avr-hkt6a-ui
b76761aa0b9428d7858bf94e2e376edb0a5221ec
7a8ac5d86826dbd3d5a8256219b6e495312fc83d
refs/heads/master
2016-09-05T22:28:37.067067
2013-05-20T00:43:45
2013-05-20T00:43:45
9,961,976
1
0
null
null
null
null
UTF-8
C
false
false
2,845
c
#include "screen.h" #include "lcd.h" #include "progress.h" #include "input.h" static uint8_t _curve_is_pitch=0; static uint8_t _curve_cur_input=0; static InputInfo _curve_inputs[] = { //x,y, min,max {0,0, 0,100}, }; void _curve_switch_input(TxProfile *txp) { struct TxCurve *eps = (struct TxCurve *)(_c...
[ "code@hlidskialf.com" ]
code@hlidskialf.com
fe6ce8d3b52b1d8e1f88176d49a8f0e0aa5fe755
552291ed50aab0d85c1ce89e6bedcbde065dd50d
/Roteiro 2 - C/src/prodconsWithoutCond.c
0b5c064ae29cc483d9d9e5a28a3dba6ec3c7e96a
[]
no_license
jpalvesl/SO
ba90d75c1a8ad245fb225bda9d0b4feae4839805
f89b147d45469c2a8c50a225839411c901ce7b8e
refs/heads/master
2021-01-03T22:22:25.538447
2020-10-05T02:31:01
2020-10-05T02:31:01
240,258,101
0
0
null
null
null
null
UTF-8
C
false
false
2,187
c
/* * Producer/Consumer demo using POSIX threads without synchronization * Linux version * MJB Apr'05 */ #include <pthread.h> #include <stdlib.h> #include <stdio.h> /* buffer using a shared integer variable */ typedef struct { int writeable; /*true/false full/empty buffer */ int sharedData; } buffer; /* global...
[ "jpalvesl101@gmail.com" ]
jpalvesl101@gmail.com
d7a4a13cfa0161ed106d2a6ea316bea2b6eae8b4
abb145c5ef193e20f404f308d3382744dee9cdd3
/MGGPCUDA2/MGGPCUDA2/Parser.h
54cfda72753e0064797d932708223e3c849a7973
[ "MIT" ]
permissive
rafael-veiga/MGGP-CUDA
976d1a4ef37a62a8cc37ec26f479b1f98941bb94
1efeefad82cf825db5ce73cbfe21304107220671
refs/heads/master
2020-03-26T12:53:21.630375
2018-09-21T15:38:27
2018-09-21T15:38:27
144,912,223
0
0
null
null
null
null
UTF-8
C
false
false
424
h
#ifndef PARSER_H_INCLUDED #define PARSER_H_INCLUDED double Avalia(double *expr, int tam); double Posfixa(double S[], int tam, double V[]); int quantidade(int vet[]); int verifica(double x); int prio_vet(double x, double y); double opera(double a, double b, int x); void imprimeEquacao(double* expr, int tam); void impri...
[ "rafaelvalenteveiga@yahoo.com.br" ]
rafaelvalenteveiga@yahoo.com.br
ee26956af0062d82a8583339bcfa9c22a34faa5a
3b4ff40011b5d256fb95e5b140d9deb55dcd1118
/cocos2d/external/openssl/include/tvos/openssl/x509v3.h
f01ab71e8c70f163b247ab6b9b4a09a4a2806189
[ "MIT" ]
permissive
xpams/cocos2d-x-for-tvOS
1c6bc44e2646e118da60f6553a4f8d2ccee65c1b
7ec716ec30577232fe6234fe1ff5fca52797841c
refs/heads/master
2021-01-01T05:03:26.291391
2020-03-25T21:42:21
2020-03-25T21:42:21
56,869,500
6
2
null
2017-09-16T18:51:06
2016-04-22T16:23:57
C++
UTF-8
C
false
false
38,190
h
/* * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/lice...
[ "nickxpams@gmail.com" ]
nickxpams@gmail.com
2fc03f1178331ffe1d8fef4235305f0a7dff7534
7b4ccbe30b2d5282a18503135bbd9ab548453e2b
/02_C_Improve/07_CompileAndInterface/0503_WCF/GameCompany1.c
f6163bffce3e457db75ecfd38f536c6e0e288a91
[]
no_license
lybglory/CCPlusPlus
3e04014917864b5b07bbe53b52befb7f40272c22
648a24e8bc5c47bdab97687820940c8c04500bdc
refs/heads/master
2022-03-05T17:14:50.090415
2022-02-04T10:17:29
2022-02-04T10:17:29
228,967,508
0
0
null
2022-02-04T12:06:09
2019-12-19T03:28:40
C
UTF-8
C
false
false
1,416
c
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <string.h> #include "SecondParty.h" //Init game void InitGameComm(void **p, char *name) { struct Player *pl=(struct Player *)malloc(sizeof(struct Player)); if (pl==NULL) { perror("player malloc error"); return; } *p = pl; strcpy(...
[ "lybglory@outlook.com" ]
lybglory@outlook.com
6b427cffb3e79c2cd8a4ecaa4d3f056618ff6108
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/25364.c
f145ed7aadfa5af08c17260da7910aeacf92c0de
[]
no_license
jajajasalu2/cocci-lkmp-c-files
3eb7d451929dca5cb6beb56aabd69fe3f7fc176c
5da943aabe1589e393a131121dbf8e7a84b3cf2a
refs/heads/master
2020-12-02T17:30:14.411816
2020-01-29T08:36:30
2020-01-29T08:36:30
231,053,574
1
0
null
null
null
null
UTF-8
C
false
false
9,172
c
cocci_test_suite() { int *cocci_id/* tools/perf/builtin-script.c 995 */; struct perf_insn *cocci_id/* tools/perf/builtin-script.c 994 */; uint64_t cocci_id/* tools/perf/builtin-script.c 993 */; struct branch_entry *cocci_id/* tools/perf/builtin-script.c 993 */; unsigned cocci_id/* tools/perf/builtin-script.c 939 *...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
3187042dbc29da83a7603c1eaa945366ef34cc90
bcb17fa8b280708d6a43741a35b071c9f43e27c8
/src/image.h
684f571f4417ac0c388dc735c2ab4c2d99090f80
[]
no_license
MATF-RG19/RG31-crna-rupa
97ae07ee171d1d0cbd16bd3df983f180d6910acf
93e6a55de90ba2e71420b5ecd27d845dc0c00e5d
refs/heads/master
2020-09-04T17:21:20.371179
2020-01-27T11:36:12
2020-01-27T11:36:12
219,830,103
1
0
null
null
null
null
UTF-8
C
false
false
1,202
h
/* * Dve strukture koje opisuju strukturu dva zaglavlja * kojima pocinje svaka slika u bmp formatu. */ typedef struct { unsigned short type; unsigned int size; unsigned short reserved1; unsigned short reserved2; unsigned int offsetbits; } BITMAPFILEHEADER; typedef struct { unsigned int size; unsigned ...
[ "mladostmidji@gmail.com" ]
mladostmidji@gmail.com
10d234394c0426c171f4d6da208b11214f03e14f
6c0d188e85b45463a00c607103de7e4dfa4055e2
/c programs 2018/superpixels copia.c
22b8169af704f329b543c6dea0aabd6fba8ebc7b
[ "MIT" ]
permissive
yesenadam/C-programs
d64b34a92ecbbed0b560e1e04665fed5787781ee
cc49175f790a8f2d78a4db8b68da76e244af5f1b
refs/heads/master
2023-02-12T07:42:05.749543
2021-01-14T02:55:19
2021-01-14T02:55:19
329,213,435
0
0
null
null
null
null
UTF-8
C
false
false
8,621
c
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<math.h> #include "ppmpng.h" #define WID 2048 //must be exact size of PNG image #define HEI 2048 char fn[50]="~/tiger2048"; //PNG only. unsigned char a[WID][HEI][3],b[WID][HEI][3]; PPMImage *image; #define MAXK 5000 //not going to be more than this #define...
[ "rainbowflat@gmail.com" ]
rainbowflat@gmail.com
b6972a2b08745391f09eb6c5f40534fe0198e25c
a55df5394df58c42351eb4b20d5162d8281de9a7
/P05_threads/sig.h
110fadb6c3283331fc350340e0c2f77575a5504d
[]
no_license
sysplay/lsp2
62e29c616f1aeacae975fd58f416b66a05feb67a
48e819cd895ecfd08390ccf334ca2622f65e1c42
refs/heads/master
2022-11-12T00:08:57.342381
2020-06-23T03:39:10
2020-06-23T03:39:10
270,703,247
2
1
null
null
null
null
UTF-8
C
false
false
20
h
../P04_ipc_shm/sig.h
[ "pradeep@sysplay.in" ]
pradeep@sysplay.in
566fef34c57985d248c42a77baf4a760751d91a4
a8100adef92d2992e0a5ffef2f073cff6642c715
/example/ios/Pods/Headers/Private/AdyenCSE/ADYAESCCMCryptor.h
08d4258f550b2c04a7f9f69ea26207843c19bd97
[]
no_license
chocnut/RNAdyenCse
72c408e23f00ef17515e48fdd6134c431ca3336e
53914cca9707a18ff11f0b798c32c8fa1e7a4081
refs/heads/master
2021-09-23T02:50:50.798880
2019-08-02T01:58:17
2019-08-02T01:58:17
123,584,511
18
17
null
2021-09-20T21:50:32
2018-03-02T13:48:12
Objective-C
UTF-8
C
false
false
45
h
../../../AdyenCSE/AdyenCSE/ADYAESCCMCryptor.h
[ "pindiola@gmail.com" ]
pindiola@gmail.com
3f34b76c0d63e0b6911201cd5b15c8319062a3a1
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/enduser/netmeeting/av/codecs/intel/h261/cdialogs.h
4dd7978ec5607a958533968f47bc07002da139ac
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C
false
false
3,215
h
/* ************************************************************************* ** INTEL Corporation Proprietary Information ** ** This listing is supplied under the terms of a license ** agreement with INTEL Corporation and may not be copied ** nor disclosed except in accordance with the terms of ** that a...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
395fbe9b9d39c9c22487c8ea2f7a27701ddbed81
9ece8ebe9de5856277eba41cb33c4d23ff4caca2
/dr_quine/Colleen.c
8be40dec6e78b76d36fb177d4fc6a7bf12bb87de
[]
no_license
hcherchi/42_Projects
fd3c2c4ee661446389688a9dcf819955cf4ffadb
9811b03e58ec1ace5660785ebd0014cb0dfac48c
refs/heads/master
2020-05-21T04:39:35.373873
2017-05-22T09:52:11
2017-05-22T09:52:11
48,050,648
4
1
null
2016-10-28T11:23:04
2015-12-15T15:13:56
C
UTF-8
C
false
false
524
c
#include <stdio.h> /* This is a lonely comment */ void copy(void) { char *toPrint = "#include <stdio.h>%c%c/* This is a lonely comment */%c%cvoid copy(void) {%cchar *toPrint = %c%s%c;%cprintf(toPrint, 10, 10, 10, 10, 10, 34, toPrint, 34, 10, 10, 10, 10, 10, 10, 10, 10, 10);%c}%c%cint main(void) {%ccopy();%c/* This is...
[ "hcherchi@e1r5p14.42.fr" ]
hcherchi@e1r5p14.42.fr
ac942ee2612d444bcb374ba0263420b350f03511
0d5fef8f94b658bf35bd6154846b5b3aac18b310
/Assignment 1/hello_world.c
ebec56fca336583105f04a70d633f5db0753b413
[]
no_license
anza19/ECSE-427-Operating-Systems
10544f49b671d62b64cd9aae40a4f19ae6385518
527d2fb41e300de732776b3f049e737b41f9a1f5
refs/heads/master
2020-04-05T05:59:37.836081
2018-11-07T23:18:19
2018-11-07T23:18:19
156,620,868
0
0
null
null
null
null
UTF-8
C
false
false
95
c
#include <stdio.h> #include <stdlib.h> int main() { printf("Hello, world!\n"); return(0); }
[ "noreply@github.com" ]
anza19.noreply@github.com
450a9e9e8592d796b62fc59012232db8509d6228
b6c65f7785a080d0c34e89722dc864f55aab8553
/scanf2.c
34093b434ac4dc4cf31c1bc3264de05e6818888e
[]
no_license
Gebekov-MP/C_and_C
bc0809f3d408c99c71a77897f4e67a5bd13f5590
af56a2f0acba0da382fc06144de25b12bdecde61
refs/heads/master
2021-04-08T17:31:06.030052
2020-06-01T20:22:06
2020-06-01T20:22:06
248,794,801
1
0
null
null
null
null
UTF-8
C
false
false
164
c
//dangerously get a string from user using scanf #include <stdio.h> int main(void) { char s[5]; printf("s: "); scanf("%s", s); printf("%s\n", s); }
[ "62437641+Gebekov-MP@users.noreply.github.com" ]
62437641+Gebekov-MP@users.noreply.github.com
a0fc47923ca431ba916ebe5b5d5024d95d72d66d
8394f1437d41ed5593cc0dec4c7a92097f4d683d
/Lista 02/08.c
ac3cc31e32a418cb21425b43563185c19619091f
[]
no_license
marianarosario/EstruturadeDados2015.1
c844558e1baa0f46459a16b9907d284d0f240e62
349a83c7ce333311549398520770828b9f4cc3c7
refs/heads/master
2020-04-12T14:33:55.337029
2015-05-27T02:34:19
2015-05-27T02:34:19
32,417,410
0
0
null
null
null
null
UTF-8
C
false
false
1,232
c
#include <stdio.h> float soma(){ float a, b; printf("Digite os operandos: \n"); scanf("%f", &a); scanf("%f", &b); return a+b; } float sub(){ float a, b; printf("Digite os operandos: \n"); scanf("%f", &a); scanf("%f", &b); return a-b; } float mult(){ float a, b; pr...
[ "mariana.rosario@hotmail.com" ]
mariana.rosario@hotmail.com
614ef677933eedf89159d94ea826a233a7db51fc
0b526add40b66bbeac6d9a16a3825ee54441179d
/Forum3DView/RTree/stdafx.h
f599d5a993a8af22860e85a4886eda707a5d534e
[]
no_license
tchv71/ScadViewer
2ca06c4b91ac65eb2e2da539786c30dc5331834a
541d7ca309001de54a4876fbc7a3be471f40dfd6
refs/heads/master
2021-05-24T06:52:37.582026
2021-02-14T20:42:16
2021-02-14T20:42:16
56,400,736
1
1
null
null
null
null
WINDOWS-1251
C
false
false
668
h
// stdafx.h: включаемый файл для стандартных системных включаемых файлов // или включаемых файлов для конкретного проекта, которые часто используются, но // не часто изменяются // #pragma once #include <SDKDDKVer.h> #define WIN32_LEAN_AND_MEAN // Исключите редко используемые компоненты из заголовков Wind...
[ "tchv71@mail.ru" ]
tchv71@mail.ru
ae893d9a21af51fb4c64fa6b14f73ef25f82b864
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/drivers/video/ms/vga/disp/4bpp/gdiinfo.c
223813d4e50b1c5263ed9fcc05ff0ed53da38029
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C
false
false
5,851
c
/******************************Module*Header*******************************\ * Module Name: gdiinfo.c * * This contains the static data structures in the VGA driver. * * Copyright (c) 1992-1995 Microsoft Corporation \**************************************************************************/ #include "driver.h...
[ "112426112@qq.com" ]
112426112@qq.com
f739c5bd51a048f8883b4111c15742f162577014
e1bf4d7190f15dc70d375236cdaa7a460be091ef
/libft/ft_strcntc.c
4bd9b066190113d70333f699ef4e87769106ff92
[]
no_license
rbohmert/Mini_shell
7f43152cf01ba1085c60715c5637ad177f49d426
07b3af60b67e75aeb2aad39a1a664ca8370a14d6
refs/heads/master
2020-12-30T12:56:21.013403
2017-05-18T17:31:32
2017-05-18T17:31:32
91,377,152
0
0
null
null
null
null
UTF-8
C
false
false
1,034
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcntc.c :+: :+: :+: ...
[ "rbohmert@e1r12p23.42.fr" ]
rbohmert@e1r12p23.42.fr
b3330a9b7b6b69b29a5e8182d99e1462c6b4c7ab
b12b9e0378103a0555862e7330494e30e97a5e05
/FreeRTOS-Plus-FAT/include/ff_error.h
29b4a376815ea95c0d3342aa57aa3efe1897483c
[]
no_license
swichu91/stm32f4_freertos_tcp
05b74b0f9dbb196abe22642e54a907a26791e7ee
2a878ef231b4333632ae4f261e1c01175ddfd15d
refs/heads/master
2016-09-11T10:49:28.527916
2016-01-31T09:33:36
2016-01-31T09:33:36
38,710,200
1
1
null
null
null
null
UTF-8
C
false
false
17,036
h
/* * FreeRTOS+FAT Labs Build 160111 (C) 2016 Real Time Engineers ltd. * Authors include James Walmsley, Hein Tibosch and Richard Barry * ******************************************************************************* ***** NOTE ******* NOTE ******* NOTE ******* NOTE ******* NOTE ******* NOTE *** *** ...
[ "swichu91@gmail.com" ]
swichu91@gmail.com
9b970598e0b68d31d87f162e312c5c2fe2a0a74a
54053c2fdf2d775bd77e33b724876254c56b6ef6
/currentnew/item/01/0010.c
34465dbfd8de56a4491b85de72d86761a61bba57
[]
no_license
ngocsd/MyGameCQ_5S-yM-WyXid9Y7
1a1cf413e3ce9545ed45b627a13f94e6165bb5b6
fb7c5a1e146a1b762672cb6712f98164a5a7f055
refs/heads/master
2021-07-17T07:28:54.297297
2017-10-23T16:21:03
2017-10-23T16:21:03
105,439,756
0
0
null
null
null
null
UTF-8
C
false
false
2,588
c
#include <ansi.h> #include <equip.h> inherit USABLE; inherit ITEM; int get_item_color() { return 2; } int is_ghepngocboi() { return 1; } // 函数:构造处理 void create() { set_name("Chu Tước Ngọc Bội"); set_picid_1(4953); set_picid_2(4953); set_value(50); set_save("ghep",100); } // 函数:获取描述 s...
[ "ngocsd0692@gmail.com" ]
ngocsd0692@gmail.com
3f0f5ad35afe65d6d6b90267bda86fb8f3c62b16
0473e2b7ff4922511fa9e17225aba1a0d7a3d653
/ghc-6.2/ghc/rts/dotnet/InvokerClient.h
122f455c01053f9050200e4917caa30f2e40034e
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference", "SunPro", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
ygmpkk/house
f9b70ca8d49e9e3d428efcb3ad22742185c4ca0b
1ed0eed82139869e85e3c5532f2b579cf2566fa2
refs/heads/master
2021-01-18T20:26:47.821830
2013-09-24T05:17:19
2013-09-24T05:17:19
13,055,309
7
0
null
null
null
null
UTF-8
C
false
false
6,381
h
/* * InvokerClient interface defns for use with gcc. * * Note: These declarations mirror those of the InvokeBridge * class declaration. * */ #include <windows.h> #include <wtypes.h> #include <oaidl.h> #ifdef __cplusplus extern "C"{ #endif #ifndef STDCALL #define STDCALL __stdcall #endif extern const CL...
[ "ygmpkk@gmail.com" ]
ygmpkk@gmail.com
c9d6d2e0af532c7e2f83e8751aacf387ed1229dc
3bec9324f0c0601b0c75027062b9959ad25fc07c
/s.c
4c520146f301297ed666399afa01b768cc85e950
[]
no_license
ZENOVERS/Find-the-Maximum-Area-Using-Quadratic-Functions
cabbf915c27211f2b03949221eb6763b457345cf
5b7b2adec15da07e3870687affa077c972c51e9c
refs/heads/master
2020-07-18T17:15:26.448236
2019-09-07T06:33:55
2019-09-07T06:33:55
206,282,458
1
0
null
null
null
null
UHC
C
false
false
3,794
c
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <Windows.h> #include <math.h> #include <ctype.h> #define 세 (((len * 1 / 2) / 2)) #define 넓 2 * pow((((len * 1 / 2) / 2)), 2) #define 가 len - 2 * ((((len * 1 / 2) / 2))) void gotoxy(int x, int y) { COORD Cur; Cur.X = x; Cur.Y = y; SetConsoleCursorPosition...
[ "50617462+ZENOVERS@users.noreply.github.com" ]
50617462+ZENOVERS@users.noreply.github.com
3bf7bb43d14cfb490000422433f7531dda0b6e46
109c2487947a17a74c6dd74b9feda01aed34d8d1
/Scott-DFT/ATLAS/interfaces/lapack/C/src/clapack_slauum.c
17a676be366e6214ebc136073bb6fdced780829c
[]
no_license
ebylaska/NWPW-C-
93afad2309483d1dd9fe59546b71e1167926de58
ea4da7c46fa604fe5de87eb90929c13071110148
refs/heads/master
2021-01-12T11:39:32.328672
2017-08-31T00:54:16
2017-08-31T00:54:16
72,255,209
0
0
null
null
null
null
UTF-8
C
false
false
2,747
c
/* * Automatically Tuned Linear Algebra Software v3.9.23 * (C) Copyright 1999 R. Clint Whaley * * 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...
[ "eric.bylaska@pnnl.gov" ]
eric.bylaska@pnnl.gov
eaf22c14c90eace3e9a786e0a13f18a76137de66
a672d3a9d99cd1306b7e216a83ac5bdadd4eb56c
/.svn/pristine/ea/eaf22c14c90eace3e9a786e0a13f18a76137de66.svn-base
30daca2155ca37ab70aced5e119d6a85ba10b71f
[]
no_license
LiveMirror/freedownload
a5a6ccf936aab411403f69f2a5438fcf966e05d3
43bcee2fda538b817890f4021e48af5da1098874
refs/heads/master
2020-06-05T02:24:55.481333
2019-06-17T05:40:36
2019-06-17T05:40:36
192,281,362
1
1
null
null
null
null
UTF-8
C
false
false
2,321
/* Free Download Manager Copyright (c) 2003-2016 FreeDownloadManager.ORG */ #ifndef __SYSTEM_H_ #define __SYSTEM_H_ #include <ras.h> extern void fsSysGetConnectionStatistics (HRASCONN hRasConn, RAS_STATS* pStatistics); extern DWORD fsRasHangUp (HRASCONN hRasConn); extern DWORD fsRasDial (LPRASDIALEXTE...
[ "638781@qq.com" ]
638781@qq.com
8221ca3448bac6c90f6648d5b4c75e564c96beeb
02c8f1a7690752dba6bb6206c6fccc3a7d0b4575
/libft/ft_substr.c
b34402c7fb3b78cf488fe79aa992f594cffbea94
[]
no_license
ashih42/42sh
2ef850d630a9a168e019ba6e64f814b82a4f83e1
7fffb53a20e8e1382fd34f58d7a6df3e69beb963
refs/heads/master
2020-05-05T10:37:16.920364
2019-04-07T11:59:38
2019-04-07T11:59:38
179,953,008
0
0
null
null
null
null
UTF-8
C
false
false
1,046
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_substr.c :+: :+: :+: ...
[ "AndyShih51@gmail.com" ]
AndyShih51@gmail.com
4b8c0d97c8a81ecf5716f46604c28939c53105e0
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/block/drbd/extr_drbd_main.c_drbd_send_drequest_csum.c
4a74659debf41ad32bc4e61f9adf159e3b291dc7
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,689
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
6c422d16401b4166b63eec5b5b291cf499068636
763fbe6adab3f5fad5b8750fc6e769386b009e6a
/synergy/ssp/src/framework/sf_el_ux/ux_hcd_synergy_initialize.c
cf66b611a3ce8a7e9f94f9883abfd31bc72e4fbb
[]
no_license
RijadSK/Aris_Edge_S3A3_Hologram
32d7ff7d4388f5232397a0ace691ec6fa22bcc9a
f7c72dfc4195e0d2ce7b1b8f54b275074ca38d87
refs/heads/main
2023-05-12T21:52:20.801421
2021-05-25T01:45:48
2021-05-25T01:45:48
370,533,525
0
0
null
null
null
null
UTF-8
C
false
false
36,027
c
/**************************************************************************/ /* */ /* Copyright (c) 1996-2014 by Express Logic Inc. */ /* */ /* This...
[ "www.ricky12@live.com" ]
www.ricky12@live.com
7e48ed568de3c3b3906e41b3109be8501e59db52
54b2aab0e53fe1834013cd905bfc54b5ddb9ffd7
/hackerrank/C_Challenges/algo/kangaroo.c
52f6c03ce9c05fea92f6079974db30f58235dab1
[]
no_license
hadigal/prog_challenges
0a243a70af3d4c02e6869347457698f7f9f11ffb
76e4bd90a6c10e4bd1b16ed97db081c95019b20e
refs/heads/master
2021-08-18T11:19:34.633755
2020-03-22T21:13:15
2020-03-22T21:13:15
136,781,554
0
0
null
null
null
null
UTF-8
C
false
false
1,266
c
#include <stdio.h> #include <stdlib.h> int main(void) { int x1,v1,x2,v2; int temp1, temp2; scanf("%d%d%d%d",&x1,&v1,&x2,&v2); if((v1 < v2 && x1 < x2) || (v2 < v1 && x2 < x1)) { printf("NO\n"); return EXIT_SUCCESS; } else if(v1 < v2 && x1 > x2) { temp1 = x1; temp2 = x2; int diff = te...
[ "hadigal2992@gmail.com" ]
hadigal2992@gmail.com
8c4b215176ebcbd7b4de506547c983dc23aa333e
2f55c9c34ffaa481ca2f734fea6201f65ca22a43
/SNN_C/parameters.h
04fbdc309bcdef531db9c03f42ebf13fcee953ee
[]
no_license
shwethar99/SNN_C
0d5981b0d9ff915dcbabf9479b3b968e7c1b7ef6
4404e894d288e9b6468d2352c3c8334794155ef2
refs/heads/master
2020-12-14T23:53:08.445914
2020-01-19T15:04:19
2020-01-19T15:04:19
231,425,156
0
0
null
null
null
null
UTF-8
C
false
false
1,002
h
#ifndef _PARAMH_ #define _PARAMH_ #include<stdio.h> int T=350; int t_back=-5; int epoch = 1; char training_set_path[]= "./mnist_png/training/"; int pixel_x = 28; float Prest = -70.0; int m = 784; int n = 6 ; // number of inner neurons- 2 images per neuron and 3 neurons. float Pinhibit = -100.0 ; float Pth = -55.0; fl...
[ "noreply@github.com" ]
shwethar99.noreply@github.com
1ba16658258169c11af9d53a7e297a046125b157
ee9d6c0b4f71ebfa6098af73304c9885338fb75b
/06_JPEG_LS_v5/11_Encoder_decoder_color_nilv_RANS_RICE_C/encoder.h
516b3732b2b6f1e7f8cc1e7f5d5427aa54cc557b
[]
no_license
barti19941/JPEG_LS
36a763116310c2af8e55e7fc0e889c87a49b309b
bc6818fd641697ebe01fba6ff09c2fe2229b8790
refs/heads/master
2023-01-14T05:35:02.360387
2020-11-25T20:41:03
2020-11-25T20:41:03
283,004,584
1
0
null
null
null
null
UTF-8
C
false
false
1,252
h
#ifndef _ENCODER_H_ #define _ENCODER_H_ #include "globals.h" typedef struct { uint8_t* bitstream_regular; uint8_t* bitstream_run; uint8_t* extended_data; uint16_t w; uint16_t h; uint16_t RANGE; uint8_t MAXVAL; uint8_t qbpp; uint8_t bpp; uint8_t LIMIT; uint16_t A[367]; int16_t B[...
[ "noreply@github.com" ]
barti19941.noreply@github.com
abf91ed8093e4c49b3361dcc36f9d0fc1582de0a
71c1045b32199d8249e1ec403f629e43d93243b0
/usr.bin/ssh/kexecdhs.c
5258cf6db023a13633a7849c595060f95cd85fb4
[ "SSH-OpenSSH", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-public-domain-disclaimer", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
syuu1228/openbsd-src
0aa248304d626bcca640070915fcf3b7a4eb4753
ca0d3073d059b7237a1392dde772265698465272
refs/heads/master
2020-06-03T17:15:44.787020
2012-07-05T04:23:33
2012-07-05T04:23:33
4,901,793
2
0
null
null
null
null
UTF-8
C
false
false
5,364
c
/* $OpenBSD: src/usr.bin/ssh/kexecdhs.c,v 1.2 2010/09/22 05:01:29 djm Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * Copyright (c) 2010 Damien Miller. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that th...
[ "djm" ]
djm
c354eecf429dc48c37562433dd46286cd136a57e
03d93dd48b3cd3c3334e27c8377ec7982a72e63b
/include/fifo.h
0251f6cbdfe63d4f6ac2c95dc3cf9a30a4aae563
[]
no_license
jimpei8989/OS-Project1
2d5601053ec1f04c900d6bc582bf8fc8d2044dad
1ab2d5b1ae1b579e7f42abf0ad07f161654c097f
refs/heads/master
2022-04-25T14:37:35.681275
2020-04-29T09:52:03
2020-04-29T09:52:03
250,283,277
1
0
null
null
null
null
UTF-8
C
false
false
115
h
#ifndef _FIFO_H #define _FIFO_H #include "include/process.h" int FIFO(int N, struct Process* processes); #endif
[ "b06902029@csie.ntu.edu.tw" ]
b06902029@csie.ntu.edu.tw
5fce6e9d477e9518370e23c27bcccd0cdc1907c7
1c9d1d3aec54124eab50221bb052195445aae458
/0x0C-more_malloc_free/3-array_range.c
0b6593205059d37fc3b6ed06c75e5b26c7a3ee4d
[]
no_license
FicusCarica308/holbertonschool-low_level_programming
9e44dcb404b9205ca3effa4a72deba17f5d29538
7e382b277230292a60f494c78252e2c4312d898c
refs/heads/master
2023-04-16T04:04:09.651681
2021-04-21T01:22:25
2021-04-21T01:22:25
296,052,133
0
0
null
null
null
null
UTF-8
C
false
false
582
c
#include <stdio.h> #include <stdlib.h> #include "holberton.h" /** *array_range - creates a array from a min value to a max value *@min: this is our minimum value *@max: this is our maximum value *Return: returns a pointer to the array */ int *array_range(int min, int max) { int *arr; int j = 0; int i = 0; int ...
[ "manuelthemuffin@gmail.com" ]
manuelthemuffin@gmail.com
a3f28350da6a510895dc89e660c82ccab854ac34
0f4b65bdd99e642402d489fdd662a7dc1d1441f5
/testsuite/EXP_5/test750.c
01c42b59a9f928c56b3cf9114986bf109dca5f32
[ "MIT" ]
permissive
matthiaskrgr/CF3
157e4967f12a6e6a0eee0fa9421f7855d24047c5
981a49c2b1f0fb80e1d1778beb3f3ce8578338c3
refs/heads/master
2021-01-01T06:02:05.773732
2017-07-15T20:15:36
2017-07-15T20:15:36
97,335,407
0
0
null
2017-07-15T18:41:20
2017-07-15T18:41:20
null
UTF-8
C
false
false
51,510
c
/* CF3 Copyright (c) 2015 ishiura-lab. Released under the MIT license. https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md */ #include<stdio.h> #include<stdint.h> #include<stdlib.h> #include"test1.h" static int16_t x2 = INT16_MIN; static volatile int32_t t1 = -84804941; volatile int16_t x20 = INT16_MAX; uint3...
[ "ishiura-compiler@ml.kwansei.ac.jp" ]
ishiura-compiler@ml.kwansei.ac.jp
4580069715644c0a3386029df66d97ca5a089ead
9e669a86e9f8443ae5a3f6d01a792714c5b65ea2
/ft_memcmp.c
4e46f5800c56faf6340ac2b1b9101e79a29d8234
[]
no_license
manaccac/libft_cube
4605073a0261c1e33655b449888264a736734d29
3973a2df3af2bad69691c490eb69f15720f9f3fd
refs/heads/master
2022-12-05T12:37:43.256236
2020-09-01T08:12:32
2020-09-01T08:12:32
291,937,081
0
0
null
null
null
null
UTF-8
C
false
false
1,199
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcmp.c :+: :+: :+: ...
[ "maximenaccache@gmail.com" ]
maximenaccache@gmail.com
69c7fcd6e1e352621270b975e4ad3136f0388be2
e7f314ab4fe6b063a026cb9af0eb0ad0933f335d
/ZQ2NuPt2pi0_aa_all_UML_Pcorr_BkgPol3_Tvz/data_FeD_D/rspic/hM1_1_bk.C
f96e49d1770061e5eda86b9913db951bc3546933
[]
no_license
orsosa/EG2_analysis
016f91bb3761b0cf309523837ebf2124944f8341
08cea395b98d050ea9ffbca866e267158578f147
refs/heads/master
2021-01-21T22:35:47.935595
2018-10-03T19:06:10
2018-10-03T19:06:10
102,161,447
0
0
null
null
null
null
UTF-8
C
false
false
36,881
c
void hM1_1_bk() { //=========Macro generated from canvas: c_bkg/c_bkg //========= (Sat Jun 16 03:10:39 2018) by ROOT version 6.12/06 TCanvas *c_bkg = new TCanvas("c_bkg", "c_bkg",0,0,920,690); gStyle->SetOptStat(0); c_bkg->SetHighLightColor(2); c_bkg->Range(-0.008333333,-40.3642,0.4583333,363.2778); c_b...
[ "oj.5070@gmail.com" ]
oj.5070@gmail.com
18bf14e3981a3fd719c3f23ff5bc5f61fb16b219
fe692881320e10c55962cebd165d478c1434c359
/item/product/64572.c
d6cf60c65c8439cc3b551235168ab16ed230e14d
[]
no_license
anho9339/chienquoc
130602c90c43053bbc99dfbfbc877de0b2d81dd7
cb5157d5eabcb4bb2ff71c292cfbdd5dc5fbb221
refs/heads/master
2021-07-04T07:51:49.408023
2021-02-01T15:15:58
2021-02-01T15:15:58
222,929,950
1
0
null
null
null
null
UTF-8
C
false
false
969
c
// 自动生成:/make/item/make90 #include <item.h> inherit ITEM; inherit USABLE; // 函数:图纸序号 int get_product_type() { return 572; } // 函数:图纸要求技能 int get_product_skill() { return 640; } // 函数:图纸要求类别 int get_product_sort() { return 1; } // 函数:图纸要求等级 int get_product_level() { return 75; } // 函数:可使用物品 int get_item_type_2() {...
[ "hothienan1993@gmail.com" ]
hothienan1993@gmail.com
2b5ea136cc229558d07bb64b499e21d6ecd018e8
17befabc8cded17f907beb78a587f7f52c1f9258
/fdf/libft/ft_wln.c
7abb6d45612da77b1f73d231090a5543b805b6b9
[]
no_license
kmoilane/Hive-Helsinki
d53859441a6dbd24faa863ef883b7c9da5e94492
a3298d550a2632f3456392396c9c12183c2e968a
refs/heads/master
2022-11-06T01:08:07.107659
2022-10-14T18:24:44
2022-10-14T18:24:44
229,093,024
0
0
null
2021-03-23T08:49:16
2019-12-19T16:16:17
C
UTF-8
C
false
false
1,032
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_wln.c :+: :+: :+: ...
[ "kmoilane@c1r1p10.hive.fi" ]
kmoilane@c1r1p10.hive.fi
a82a9bbbde1b7b0b1917fc728933c6e455c503b1
29e9a16dab812b430cafcc46064e6b13d65abf2f
/LAB6/zad1/chat_headers.h
ab3fd9bfcccaa740d1bd3302eb35697c41fec588
[]
no_license
m00lecule/sysopy
32294a256358c4ff3067d71492b55888ac14eac4
03f8454b9db2ddc1789a0e44acb13e4611c8d348
refs/heads/master
2020-04-28T05:24:54.387075
2019-06-04T19:38:47
2019-06-04T19:38:47
175,019,136
0
5
null
null
null
null
UTF-8
C
false
false
661
h
#ifndef headers_h #define headers_h #define STOP 12 #define STOP_PRIOR 1 #define LIST 11 #define LIST_PRIOR 2 #define INIT 10 #define INIT_PRIOR 4 #define ECHO 9 #define ECHO_PRIOR 4 #define FRIENDS 7 #define FRIENDS_PRIOR 3 #define ADD 6 #define ADD_PRIOR 4 #define DEL 5 #define DEL_PRIOR 4 #define ALL2 4 #define ALL2...
[ "michaldygaz@protonmail.com" ]
michaldygaz@protonmail.com
ce0e45d16261ab9d290fc4caba636e918a1cd3ec
e23c5263135288fa3cb51ecfdb4a548c801c890d
/Prof_Examples/10-2_SpeechRecognition/ARM_SOC_POCKETSPHINX/sphinxbase/fe_type.h
4d149898591a66b23a48d22437e413e1826ae65f
[]
no_license
Adrizcorp/ece10243upb2016
a0e08688e8cf95d350948edc3036dee5fdb13606
8461e41d459258c269c451c41dd9d9d186b91ecb
refs/heads/master
2021-01-22T17:28:50.033405
2019-11-22T21:10:15
2019-11-22T21:10:15
60,317,877
2
3
null
null
null
null
UTF-8
C
false
false
2,291
h
/* -*- c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* ==================================================================== * Copyright (c) 2013 Carnegie Mellon University. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that...
[ "Adrizcorp@gmail.com" ]
Adrizcorp@gmail.com
f16cec86aaa12e9beab91ec490e43d15f8756fff
a99c6b652440f9b4a723ff25e2037d900f6d4cb5
/custom/Bench_db_x_x_2/test_PUNPCKHQDQ_xmm_xmm.c
f5289dd4a0942428fffc9c444f5a6b340d8a7f87
[]
no_license
jtombiamba/MABTools
4094f28a1e36f6639f57d98c89080d836559539d
a2b1d244d61b1bfc7b606972265d299eaab4f438
refs/heads/master
2020-12-24T17:25:55.126493
2013-06-02T10:06:57
2013-06-02T10:06:57
5,777,759
1
0
null
null
null
null
UTF-8
C
false
false
1,065
c
#include<bench.h> /* Test file name: test_PUNPCKHQDQ_xmm_xmm This test file was created with the following script : ./GenGramTest.sh using awk scripts: AWKGENGRAM= GenGramTest-V5.awk and the files: Instruction List file: ../InstructionLists/x86_Full_InsnList.csv */ /* start code here */ perf_t test_PUNPCKHQ...
[ "james.tombi@gmail.com" ]
james.tombi@gmail.com
6febace6bae3e28ab934c5dfa9ab8a09b15578e0
cafb08fdcdba81ff0e070fd888d9d4793dd2ad4a
/练习题/求和.c
dfa5e1e58134d5ef9655ea6afd79281dd30d5ec5
[]
no_license
JDONSC/JDONSC
b78b1973e9410d4307107b6016d49d8d4bf904bc
5be95fe01df14c51678536223c5b62e0420fdc7d
refs/heads/master
2020-05-06T15:15:44.975986
2019-06-02T05:14:57
2019-06-02T05:14:57
179,976,127
0
0
null
null
null
null
UTF-8
C
false
false
231
c
#include <stdio.h> #include <stdlib.h> int main() { int i, flag = 1; double sum = 0,tmp=0; for (i = 1; i < 101; i++) { tmp = 1.0 / i * flag; sum += tmp; flag *= -1; } printf("%lf\n", sum); system("pause"); return 0; }
[ "1207889638qq.com" ]
1207889638qq.com
59ccb1a320be8767003303d5cae57bacda57f42c
11211916f39b9d98027b64d778e52743d0c519a1
/L3/code/doc/temp.h
79220f9e3aa2e21fb3135a5017c41aae4d6e68b8
[]
no_license
mantasruigys3000/Group-Task
87baf1bc2747323c0508f6f32ef733c3f4b50978
6790d74ae7fa0fe6b13733efcd75a9f4aca70ab0
refs/heads/master
2020-04-23T20:54:09.696659
2019-02-22T01:29:53
2019-02-22T01:29:53
171,454,102
0
0
null
2019-02-19T10:31:09
2019-02-19T10:31:08
null
UTF-8
C
false
false
170
h
Voluptatem quiquia non velit. Ut labore amet velit ipsum. Sed numquam dolore voluptatem ipsum magnam ut sit. Est sit etincidunt non non. Username: Susan Password: buford
[ "mantasruigys101@gmail.com" ]
mantasruigys101@gmail.com
85b586564d10f26995eed2533ddaa436c2bc8561
04c8d8da9cebc13513c1b9c7658707ecadfa0ed3
/Roll a Ball/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_Comparer_1_gen_82MethodDeclarations.h
3a5e28a87b9b7b1705c66ef14e51ec2542ef1b28
[]
no_license
fkieyhzen/RollABall
ed9ef9e93f3cfaecd2be10013797e97e9c1e479e
f083b660966094939ed2b5d2028e31bb4e86a67e
refs/heads/master
2023-03-19T18:19:11.437779
2015-06-08T15:27:45
2015-06-08T15:27:45
null
0
0
null
null
null
null
UTF-8
C
false
false
1,889
h
#pragma once // System.Collections.Generic.Comparer`1<System.Collections.Generic.IDictionary`2<System.String,System.Single>> struct Comparer_1_t7425; // System.Object struct Object_t; // System.Collections.Generic.IDictionary`2<System.String,System.Single> struct IDictionary_2_t1814; // System.Void System.Collection...
[ "patrick@beetheswarm" ]
patrick@beetheswarm
99dc9e384c5e93c4205d4460e9fde51363251b23
f63a36756b21fae0aeb4dc7fc989e9c9399c0848
/Firmware-Src/register.h
b0e3f99c3a11d6c63e4bf86303c451553054633e
[]
no_license
kc-GitHub/MotorControl
15e36f7159260fcd3f4e4c6db348e8f69af77b44
17b1f7545b710d5521f0fa571296e23ee51dd3c2
refs/heads/master
2021-01-10T08:48:59.897296
2016-04-18T09:25:35
2016-04-18T09:25:35
54,886,114
1
0
null
null
null
null
UTF-8
C
false
false
4,509
h
#ifndef _REGISTER_h #define _REGISTER_h //- load library's -------------------------------------------------------------------------------------------------------- #include "hardware.h" #include "cmMyBlind.h" #include "hmkey.h" #define EEVARS_EEPROM_ADDR 0x03FB struct s_eeVars { uint8_t initialPos; ...
[ "hoffmann@vmd-jena.de" ]
hoffmann@vmd-jena.de
ddb9db8b5a027251f6fa74aa14f782d3bc629fb9
92390106f409e67ed2215570cbb3b850a885f78c
/lib/dnscore/src/message-buffer.c
c2b5f3b99a527d78144d860f3fef603e21418afb
[ "BSD-3-Clause" ]
permissive
JZerf/yadifa
eff245a21b4a0750fbc41a89f18e3fbf54147927
2ad56c317484b6303c0b3d8618263a77108f8a46
refs/heads/master
2020-04-16T08:23:35.188734
2019-01-12T21:43:51
2019-01-12T21:43:51
165,423,470
1
0
NOASSERTION
2019-01-12T18:45:56
2019-01-12T18:45:56
null
UTF-8
C
false
false
5,363
c
/*------------------------------------------------------------------------------ * * Copyright (c) 2011-2018, EURid vzw. All rights reserved. * The YADIFA TM software product is provided under the BSD 3-clause license: * * Redistribution and use in source and binary forms, with or without * modification, are permitte...
[ "info@yadifa.eu" ]
info@yadifa.eu
f60474f7a283d09c0eeba01513fa6ae504a69c4d
28f65056ec611c69bfce6d914448f286da58b000
/rtdb/include/RightDefine.h
83ea25a86835800b99941a97957d7dc2423f72ca
[]
no_license
icprog/SmartLight
856562f20bdc341fe26903d66ad55e3047b287d7
8799b5be823c046b101d8b41d79e8e7d75fb3bd9
refs/heads/master
2020-04-04T16:44:35.576577
2018-07-01T23:52:26
2018-07-02T00:00:56
156,091,413
0
4
null
2018-11-04T14:37:13
2018-11-04T14:37:13
null
GB18030
C
false
false
4,791
h
#if !defined(__SCADA_RIGHT_DEFINE_H_) #define __SCADA_RIGHT_DEFINE_H_ #define CURRENT_MAX_RIGHT 89 #define RIGHT_ALARM_ACK 17 //一般报警确认 #define RIGHT_ALARM_CLEAR 19 //一般报警清除 #define RIGHT_ALARM_CONFIG 18 //报警配置 #define RIGHT_ALARM_MANAGER 64 //历史报警维护 #define RIGHT_ALARM_R 6 //启动报警 #de...
[ "15610416128@163.com" ]
15610416128@163.com
f46cce30e3e070485422f0b2e2ca6d27845c6c2d
383ecb47bd998e54076c173fd657672c45594f8b
/drw.c
eba31abd99e78da8da399ba5dce6652b92ee47b7
[ "MIT" ]
permissive
sudodoas/dwm-6.2-proper
7a17577162cb3f7c3328331b5370fbdf833e3183
7cc8bb7296b1afd99074961fecb4f4a89f40b82b
refs/heads/main
2023-04-06T10:44:14.829654
2021-04-11T15:41:37
2021-04-11T15:41:37
343,699,510
0
0
null
null
null
null
UTF-8
C
false
false
10,494
c
/* See LICENSE file for copyright and license details. */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <X11/Xlib.h> #include <X11/Xft/Xft.h> #include "drw.h" #include "util.h" #define UTF_INVALID 0xFFFD #define UTF_SIZ 4 static const unsigned char utfbyte[UTF_SIZ + 1] = {0x80, 0, 0xC0, ...
[ "doassudo@gmail.com" ]
doassudo@gmail.com
adfd8d769292e8a92fc6cf3c617f15b66a3a9464
68d0495d39f5502e64028faf49bc4bf6731a4dfc
/thread_creation/mythread_join.c
7e1ce65c29b408dc129e5e592e3d44e82a507ee0
[]
no_license
mghegde/Thread-Library-implementation
9650d98c612295dffd281b46bee7199c3701a930
3dddffecddd1af3b839bc8b5aeebb50037b5f994
refs/heads/master
2021-01-10T08:08:25.229819
2015-12-20T16:37:07
2015-12-20T16:37:07
48,328,385
1
0
null
null
null
null
UTF-8
C
false
false
1,002
c
/*************************************************** * Single Author Info * ssingh24 Siddharth Singh * * Group Info * mghegde Mahendra Hegde * ssingh24 Siddharth Singh * skumar23 Sudhendu Kumar ***************************************************/ #include "./mythread.h" #include "./myqueue.h" #include <sys/wait.h> #in...
[ "mghegde@ncsu.edu" ]
mghegde@ncsu.edu
8beb6f5fd8a4b2353af58c666330efdf5f6a1fda
0e1967ff33872b8f7028d280c4a418c40a7031d9
/exp3.c
7f2f275623750a0a778bb8bd782fe6205ad3fd9e
[]
no_license
15CS041/c
9fcd717b407eeac4f878e0654d237504fb2b5f7e
742965b1d3a03a3fb4371a4eeeedd382a41547fc
refs/heads/master
2021-04-27T04:45:52.135734
2018-02-23T09:52:41
2018-02-23T09:52:41
122,586,206
0
0
null
null
null
null
UTF-8
C
false
false
190
c
#include<stdio.h> int main() { char ch; printf("enter the char") scanf("%c",&ch); if(ch='a'||ch='e'||ch='i'||ch='o'||ch='u') { printf("consonant"); } else { printf("vowels"); } return 0; }
[ "noreply@github.com" ]
15CS041.noreply@github.com
f5366e056a9c5b29eeb57d43c91e3629fb1d4bf8
e0632c2f725102946da96275f651aaebc8c1ed63
/memory/double_free/test_correct_catch_bad/06_simple_pass_by_reference.c
72419b81473b45fc1cde98e7c05c6a554bb702db
[ "MIT" ]
permissive
rvantonder/JM2018TS
b3a0ba0d4e99a55143c25ae2c8cca83ebd1836f5
8070fb9b5efae20e1d7a01550e0f267f1362e59b
refs/heads/master
2020-04-25T19:40:54.972541
2019-02-28T02:47:48
2019-02-28T02:47:48
173,028,858
0
0
null
2019-02-28T02:48:00
2019-02-28T02:48:00
null
UTF-8
C
false
false
755
c
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include "double_free.h" static void assign_possibly_freed(int** dest, bool free_data) { int* data = malloc(5*sizeof(int)); *dest = data; if(free_data && data) { free(data); } } void double_free_pass_by_reference(bool a, bool b) { ...
[ "rvantonder@gmail.com" ]
rvantonder@gmail.com
8e3810694142a4ee49b04f746bc54e511b580cad
6d874e04ca674d35e1f3310277ec2ea5c6f537b9
/token.c
043c7910d4935f4898db6f65623c8affbabd0ec8
[]
no_license
qawatake/c-compiler
392bd29242010bb2ff7513356aa978f3e1a2ecea
5ae2a212ec88b2f86f39fb3d0fdb224cd85b8f63
refs/heads/main
2023-08-19T06:34:36.867724
2021-10-08T01:53:34
2021-10-08T01:53:34
403,935,644
0
0
null
null
null
null
UTF-8
C
false
false
6,015
c
#include <stdio.h> #include <stdbool.h> #include <string.h> #include <stdlib.h> #include <ctype.h> #include "9cc.h" bool consume_reserve(char *op) { if (token->kind != TK_RESERVED || token->len != strlen(op) || memcmp(token->str, op, token->len)) return false; token = token->next; return true; } bool consum...
[ "greenmackey@gmail.com" ]
greenmackey@gmail.com
a3e16fe1b604dbf272c3ad45d9cd2e0c0fbbe496
0ef832d8eaedc16253cc220bc704a52597d248fe
/psethome/lib/AdminLearn/AdminDir/src/realProjects/app1/src/exe1.c
4d1f8bc02d1155ca34ef5c0c5bb8c0c76adbecd7
[ "BSD-2-Clause" ]
permissive
radtek/software-emancipation-discover
9c0474b1abe1a8a3f91be899a834868ee0edfc18
bec6f4ef404d72f361d91de954eae9a3bd669ce3
refs/heads/master
2020-05-24T19:03:26.967346
2015-11-21T22:23:54
2015-11-21T22:23:54
187,425,106
1
0
BSD-2-Clause
2019-05-19T02:26:08
2019-05-19T02:26:07
null
UTF-8
C
false
false
2,122
c
/************************************************************************* * Copyright (c) 2015, Synopsys, Inc. * * All rights reserved. * * * * Redistribution and...
[ "ktransue@synopsys.com" ]
ktransue@synopsys.com
c890d5a24e9b5dbfdb53bd66dac4934c6a52e9ce
c15aea56bbd40f7e2bac86998c6a777d760ace31
/core/middleware/closedcaption/atsc/mapp_closedcaption.c
dfaf51abbbcaa751b819d66c76ab46d4ee67b03a
[]
no_license
rocklee032/tv300
aba2f8d5e5f8953f96c714776cf52e35b3606f6f
72f22108bc1e951c41c32613aeead10530fa78ae
refs/heads/master
2020-06-06T04:58:30.186053
2019-06-19T02:40:23
2019-06-19T02:40:23
192,642,389
3
0
null
null
null
null
WINDOWS-1250
C
false
false
69,143
c
//<MStar Software> //****************************************************************************** // MStar Software // Copyright (c) 2010 - 2012 MStar Semiconductor, Inc. All rights reserved. // All software, firmware and related documentation herein ("MStar Software") are // intellectual property of MStar Semiconduc...
[ "51907907+rocklee032@users.noreply.github.com" ]
51907907+rocklee032@users.noreply.github.com
8c80c84cf92dc5826c1f5b5ae70398ee941319ae
0bab2148e0716639609110d77cc2099f53d84f83
/libui/inc/libui_animation.h
7ae4f7a70c9b023522de9f399723fa1a7828212f
[]
no_license
lmunoz-q/Born2Crysis
e6aa4ca3f43de5a01050c44cca2854017bf14657
613a1fb98584e032245d7c2d09d7b3c06f8224ab
refs/heads/master
2022-12-29T13:53:46.668737
2020-10-19T23:57:33
2020-10-19T23:57:33
185,354,640
0
0
null
null
null
null
UTF-8
C
false
false
1,147
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libui_animation.h :+: :+: :+: ...
[ "leonardo5277@hotmail.com" ]
leonardo5277@hotmail.com
a0012831437f4de9e5547ba534ef4fdd31c0f8e7
814392727ee54fcbf3fc1fb8ab74aaec73b2f5a2
/datastruct/qsort.c
84e81d43150133322e7d01a197f83d00082a69cc
[]
no_license
Mrhs121/NEEP
9298b86685c339e5b0167b74cbd428f9bccd9586
960c2aeac277ea809799fd85a04a12b2d6efb936
refs/heads/master
2021-06-10T03:15:31.236296
2021-04-02T13:29:58
2021-04-02T13:29:58
153,987,706
3
1
null
null
null
null
UTF-8
C
false
false
4,481
c
#include <stdio.h> #include <stdlib.h> #include <assert.h> #include <string.h> // 18年qsort void swap(const void* a, const void* b, int size) { assert(a != NULL && b != NULL); unsigned char tmp = 0; int i = 0; // 应为不知道具体元素的类型,所以逐个字节的交换数据,以达到整体交换数据的目的 while (size > 0) { tmp = *((char*)a + i); ...
[ "1367467330@qq.com" ]
1367467330@qq.com
2ae738bc267a872a98ce75b9673bd4f8be63a155
bc0b701fc41f2218af511c4ecbd675c8bf365f1c
/tools/clang/test/Index/annotate-tokens-pp.c
1d0657894eb23a57527d144f7ce84fd1f7bb4562
[ "NCSA" ]
permissive
lygstate/safecode-mirror
768810a51816e6abc6f190a0b72ea27d1fc7df09
27e48405e9cd268a53429226c51bdffe9fb8fb6a
refs/heads/master
2021-01-18T06:46:23.842583
2011-09-19T15:24:28
2011-09-19T15:24:28
null
0
0
null
null
null
null
UTF-8
C
false
false
11,438
c
#define NOTHING(X,Y) #define STILL_NOTHING NOTHING(honk,warble) #define BAR baz #define WIBBLE(X, Y) X##Y NOTHING(more,junk) float WIBBLE(int, float); int BAR STILL_NOTHING; #include "foo.h" #undef BAR #define REVERSE_MACRO(x,y) y + x #define TWICE_MACRO(y) y + y void test_macro_args() { int z = 1; int t = 2; i...
[ "criswell@91177308-0d34-0410-b5e6-96231b3b80d8" ]
criswell@91177308-0d34-0410-b5e6-96231b3b80d8
450ff2ae5345ad36fbc6185036779e815b46023c
8e46aae815f9158c7cc83a666df387954c7629b7
/lab5/bcmp/bcmp.c
869eed5deaba0f94dfefb4836f956cc3f1efc740
[]
no_license
Orit/espl
2e10c9a9b1881f6d89c912024b3588dd361686a9
a6df6e5e89cc459a8a4ff634e6b1cc87fbfaad15
refs/heads/master
2016-09-05T15:46:27.218004
2012-01-18T14:14:13
2012-01-18T14:14:13
2,755,475
0
0
null
null
null
null
UTF-8
C
false
false
673
c
#include <stdio.h> #include <stdlib.h> #include "diff.h" #include <ctype.h> #include <assert.h> int main(int argc, char *argv[]){ int counter =0; FILE *f1= fopen(argv[1], "rb+" ); FILE *f2= fopen(argv[2], "rb+" ); if (!f1) { fprintf(stderr, "Unable to open file %s", argv[1]); return 0; ...
[ "bardit@hotmail.com" ]
bardit@hotmail.com
6c0d9f0a1581e8e908a6bd6022ae5372e4af2ace
fef40c842ffefffa43441e6d73ef3c8ef7f913ea
/third_party/ti/devices/cc26x0/driverlib/aux_tdc.h
c66bced5cf505c4b667ae8c5742876e1760c8a4e
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
turon/openthread
3ae7710ba9347a9aa75da46bdb90ad090e933082
20145cb42fca90d791c4918475db28b7b91290d6
refs/heads/master
2021-01-18T01:48:00.528127
2019-09-19T02:13:11
2019-09-19T02:13:11
58,574,892
3
0
BSD-3-Clause
2019-06-21T04:36:44
2016-05-11T19:35:10
C++
UTF-8
C
false
false
31,341
h
/****************************************************************************** * Filename: aux_tdc.h * Revised: 2017-06-05 12:13:49 +0200 (Mon, 05 Jun 2017) * Revision: 49096 * * Description: Defines and prototypes for the AUX Time-to-Digital Converter * * Copyright (c) 2015 - 2017, Texas In...
[ "jonhui@nestlabs.com" ]
jonhui@nestlabs.com
8232b614ef4dc82698071c169056f5bfcf0e1524
7aa51bf8b6def1ba803b9a7e09e55e6adc61264d
/main.c
4198515fa206ba18d8bb5648f11b21eec53bdb30
[]
no_license
qoqokim/netfilter-test
58793e1280c121fa44dc2cc7fca423e2975b401b
5c66686e24b2af8a5e77611d1afb3d9c4c1f6d6c
refs/heads/master
2022-09-23T01:31:12.893562
2020-05-30T19:34:00
2020-05-30T19:34:00
266,561,188
0
0
null
null
null
null
UTF-8
C
false
false
6,533
c
#include <header.h> #include <iptable.cpp> char * Host; int Hsize; void dump(unsigned char* buf, int size) { int i; for (i = 0; i < size; i++) { if (i % 16 == 0) printf("\n"); printf("%02x ", buf[i]); } } void useage() { printf("syntax : netfilter-test <host>\n"); prin...
[ "jin3613@naver.com" ]
jin3613@naver.com
26f7191ed66a374b5f999a9ade85992cbcb7c9d2
ff5a657414b870367e26b2bafd5eb4d990f9b177
/usr/src/Xapps/xkeycaps/kbd-dec-lk201.h
37efe0e4af24138ab5b24c4c2df507073eeee80c
[]
no_license
calamargo2/SLS-1.02
757d2afba1679b0355c10dd8a8395b7b1d9b3173
addb4b3e2bf43b583ebca1e775136ccffb7340c2
refs/heads/main
2023-09-05T06:32:00.579691
2021-10-26T18:58:38
2021-10-26T18:58:38
421,548,615
1
0
null
null
null
null
UTF-8
C
false
false
5,855
h
/* xkeycaps, Copyright (c) 1991, 1992 Jamie Zawinski <jwz@lucid.com> * * This file describes the DEC LK201 keyboard. */ #ifndef NO_DEC_KEYSYMS /* This file comes with the MIT distribution, but won't necessarily be present in all X implementations. */ # include <X11/DECkeysym.h> #else # define DXK_Remove 0x1000FF...
[ "calamargo2@protonmail.com" ]
calamargo2@protonmail.com
87b98788697d60b55f07a38383e0f8241dd83914
909ceeb751dc13e84b2e5450c16ca3cec0941359
/BOX_HEROES(アーカイブ)/BOX_HEROES/開発環境/object.h
385ffd53e87aeed701676556520150bd1666eebf
[]
no_license
reima22/game_3DteamC
d59d3736dd7585933d409e4653d1301ce7aea788
169f1dc9bac77a32e84cc6d20219759f58caeac4
refs/heads/master
2023-08-29T12:44:35.298230
2021-10-25T00:27:23
2021-10-25T00:27:23
314,099,927
0
0
null
null
null
null
SHIFT_JIS
C
false
false
2,616
h
//============================================================================== // // 3Dモデルの描画〔object.h〕 // AUTHOR : MARE HORIAI // //============================================================================== #pragma once #ifndef _OBJECT_H_ #define _OBJECT_H_ #include "main.h" // マクロ定義 #define MAX_OBJ...
[ "doraemonn.ww.22-gtr-xyz.2500@ezweb.ne.jp" ]
doraemonn.ww.22-gtr-xyz.2500@ezweb.ne.jp