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
af33c8ccfe4616d2ff6dd155c64f48398b418724
b0d7d125589940c8b4fd5064e8902e93ff924db8
/shdfile4.h
23e45a9043729d21d6a5edaad92d5fe14333a76c
[ "MIT" ]
permissive
gavz/PrintDemon
a4d6a099da25244801a52f93eefb2deb80862015
a2843b624d8b82a9980cec50420ad8a85c38ec33
refs/heads/master
2022-07-01T08:36:12.307625
2020-05-12T15:39:01
2020-05-12T15:39:01
null
0
0
null
null
null
null
UTF-8
C
false
false
1,358
h
/*++ Copyright (C) Alex Ionescu. All rights reserved. Copyright (C) Microsoft Corporation. All rights reserved. Module Name: shdfile4.h Abstract: Contains the definition of SHADOWFILE_4 reverse engineered for Windows 10 Environment: User Mode Revision History: Added definition for Windo...
[ "noreply@github.com" ]
gavz.noreply@github.com
522ddac56e24d3db3b17cb66ce62ec90149649f7
b566c824f7afef50605bc51c254f49f521bde44d
/iyan3d/trunk/Iyan3D-Android/app/ffmpeg/src/libavcodec/h264_parser.c
ce4bab225e0bb8c16b79de504319929aa27a831c
[ "LGPL-2.1-only", "LGPL-2.0-or-later", "GPL-1.0-or-later", "LGPL-3.0-only", "MIT", "LicenseRef-scancode-proprietary-license", "LGPL-2.1-or-later", "LGPL-3.0-or-later", "IJG", "GPL-2.0-or-later", "GPL-3.0-only", "LicenseRef-scancode-other-permissive", "GPL-2.0-only", "Apache-2.0" ]
permissive
lanping100/Iyan3d
c8292a0a7e4a34b5cb921c00f8bbe4ee30ba78aa
c21bb191cec06039a3f6e9b2f19381cbd7537757
refs/heads/master
2020-06-17T13:53:58.907502
2019-07-02T07:43:39
2019-07-02T07:43:39
195,943,149
1
0
MIT
2019-07-09T06:06:31
2019-07-09T06:06:31
null
UTF-8
C
false
false
23,826
c
/* * H.26L/H.264/AVC/JVT/14496-10/... parser * Copyright (c) 2003 Michael Niedermayer <michaelni@gmx.at> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundatio...
[ "sabish@19668fbc-42bf-4728-acef-d3afb4f12ffe" ]
sabish@19668fbc-42bf-4728-acef-d3afb4f12ffe
70feb0673f7848ac4071a9a7c7b96cb77a56c040
6432ffa0649947cdb0c2045a3a7b2b2bee27e8c2
/d/baituo/npc/obj/shoe.c
b158e450e5824590c1a0ff582e6c445afc30c2d1
[]
no_license
MudRen/xkx100
f2e314a542e459502e28f311cd9f20ee7f7c6f43
dfca57e056460d7c0532a6e19a5e4add94a5588d
refs/heads/main
2022-03-05T00:08:01.398338
2022-01-25T09:00:27
2022-01-25T09:00:27
313,971,845
6
3
null
null
null
null
UTF-8
C
false
false
354
c
// shoe.c #include <armor.h> inherit ITEM; void create() { set_name( "绣花鞋", ({ "shoe"})); set_weight(300); if( clonep() ) set_default_object(__FILE__); else { set("unit", "只"); set("long","这是一只漂亮的绣花鞋。\n"); set("value", 50); set("material", "cloth"); set("female_only", 1); set("armor_prop/armor", 3); ...
[ "freddy.chua@ey.com" ]
freddy.chua@ey.com
a6f993475c5535df5304d76258a2ee95a4c7db36
1aaec499cb9a319722c8b9b328e861422364322e
/clusteralign_v0.15/aligners/SHRiMP_1_3_1/common/anchors.c
9acdc748cbcc3e8146cb7bc8968adb343cc18c0c
[]
no_license
vmaselli/PythonTools
3604b2dc9f0e3ea254cc11fdeb497883bccc4faa
361b2b2901bfa7efabeb75aeb9a01d0e1f6d216b
refs/heads/master
2022-11-06T07:34:23.536528
2010-06-11T12:54:09
2010-06-11T12:54:09
672,742
1
0
null
null
null
null
UTF-8
C
false
false
2,928
c
#include <stdlib.h> #include <limits.h> #include <assert.h> #include <stdbool.h> #include "anchors.h" #ifdef DEBUG_ANCHORS #include <stdio.h> #endif void join_anchors(struct anchor * anchors, uint anchors_cnt, struct anchor * dest) { int border_nw_min, border_sw_min, border_ne_max, border_se_max; uint i; b...
[ "v.maselli@cancer.ucl.ac.uk" ]
v.maselli@cancer.ucl.ac.uk
52afae6bad772d353523e699cab979d010f6c927
9b1a0e9ac2c5ffc35f368ca5108cd8953eb2716d
/3/04 Graphics/16 Milliger/proctex.h
d527cfb40b9018ae43ad12f8f687d63d84217621
[]
no_license
TomasRejhons/gpg-source-backup
c6993579e96bf5a6d8cba85212f94ec20134df11
bbc8266c6cd7df8a7e2f5ad638cdcd7f6298052e
refs/heads/main
2023-06-05T05:14:00.374344
2021-06-16T15:08:41
2021-06-16T15:08:41
377,536,509
2
2
null
null
null
null
UTF-8
C
false
false
564
h
#ifndef M_PI #define M_PI 3.14159265358979323846 #endif void setCombinerConstants(int ntex, float ampi, float ampm); void setCombinerColors(); void drawSquare(); void drawSphere(); void drawCube(); void drawTeapot(); void drawParticles(); void drawCSG(); void drawSphereVol(); void drawSpiralTorusDL(); ...
[ "t.rejhons@gmail.com" ]
t.rejhons@gmail.com
7748a952f09e3806d5820f1dd906c98524735a98
05b458a94b13328c4ab0bb474513e69c5f253ec0
/analysis-sources/vlc-analysis/_cppstats/vlc/src/player/timer.c
baccee89b4980e1123dd0edde6931971b67d62ed
[]
no_license
paulobernardoaf/dataset-files
c7b3a5f44f20a6809b6ac7c68b9098784d22ca52
6cc1726ee87e964dc05117673e50e3e364533015
refs/heads/master
2022-04-23T06:52:15.875641
2020-04-25T18:28:48
2020-04-25T18:28:48
253,626,694
0
0
null
null
null
null
UTF-8
C
false
false
12,996
c
#if defined(HAVE_CONFIG_H) #include "config.h" #endif #include <limits.h> #include "player.h" void vlc_player_ResetTimer(vlc_player_t *player) { vlc_mutex_lock(&player->timer.lock); player->timer.state = VLC_PLAYER_TIMER_STATE_DISCONTINUITY; player->timer.input_length = VLC_TICK_INVALID; ...
[ "paulomax9002@gmail.com" ]
paulomax9002@gmail.com
2380ada8907343847543afc784ec3ab203893680
c3a961f458a1e1cf9c9d0196bcd9e7e2299ba7f5
/src/server/src/my_linked_list.c
5280639d37108a096351607e50d3ef061df456e4
[]
no_license
renard-e/zappy
e9bd6ff9fabd5b5393949f2f7a932e04079ee04c
f3c045b242b9e63fe8ac11c240d3e6ed6fbc8ede
refs/heads/master
2021-01-20T21:44:42.309059
2017-08-29T16:38:15
2017-08-29T16:38:15
101,783,701
0
0
null
null
null
null
UTF-8
C
false
false
1,468
c
/* ** my_linked_list.c for in /home/vincent/rendu/MyIRC/PSU_2016_myirc/serv ** ** Made by vincent.mesquita@epitech.eu ** Login <vincent@epitech.net> ** ** Started on Mon Jun 5 18:03:52 2017 vincent.mesquita@epitech.eu ** Last update Mon Jun 19 18:43:34 2017 vincent.mesquita@epitech.eu */ #include <stdio.h> #inc...
[ "gregoire.renard@epitech.eu" ]
gregoire.renard@epitech.eu
6b5601c78ea895f22415e7daaa329fbb46b86584
c6ec6a85bde1fe199f50cad456ab51fc11775da2
/src/driver/driver_stdver/ysip/tftp.h
b4df11a4aa12460055fc4b7a740fb76ffa1582c9
[ "MIT" ]
permissive
acehong/testhelper
617defc27b211c9d68b0217b9ee6bd52011a32be
8d109cd70a4996a0db912c265a710d4a0c457a84
refs/heads/master
2021-12-14T09:13:22.809555
2017-04-24T09:13:37
2017-04-24T09:13:37
null
0
0
null
null
null
null
GB18030
C
false
false
1,643
h
/* copyright(c)2008 */ #ifndef _TFTP_CLIENT_H_ #define _TFTP_CLIENT_H_ /* #include "tcpip/lwipsock.h" */ /* 用linux下的相关头文件代替上述头文件 支持 struct in_addr。。。 */ #include <netinet/in.h> #define TFTP_PORT 69 /* Well known TFTP port # */ #define TIMEOUT 5 /* * TFTP operations. */ #define...
[ "33988979@163.com" ]
33988979@163.com
626f7b468f150159cb31617a1bb7cbb8b979eb30
08553b8d19642eb7a13945757c3b13bd0a6f41ca
/lab_5/proj/lab_5.sim/sim_1/behav/xsim/xsim.dir/PCAdder_behav/obj/xsim_1.c
c7b033949ad9756b973b0de8d67d95960c62d0e1
[]
no_license
ShengruiZhang/DigLogic
ba2a46f1d6ae7bf819080c1dc0808a20ea4c1ce3
bd679663666e96f1264061b514a1f4b271799d59
refs/heads/master
2020-03-27T22:45:33.960562
2018-12-03T18:38:57
2018-12-03T18:38:57
147,257,706
1
0
null
2018-12-05T19:58:05
2018-09-03T22:04:38
Verilog
UTF-8
C
false
false
4,241
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "msi1459481096@gmail.com" ]
msi1459481096@gmail.com
97b96078fa878c9aebfb9f7b5a8ac74f3dd0cc5d
66ad8092e76209cc9bda3ee031d78dbb32502513
/Source/ThirdParty/WPE-platform/src/wayland-egl/interfaces.h
36aa16b36a52fe55f8beb4a592cd65de3c09a794
[]
no_license
lshi2017/wpe
3f660591ca5ff53b58c9c87c8f60b7ff23dac355
f23416d8b4b52d61d3963800769cee1f71c8441b
refs/heads/master
2023-01-05T20:09:16.057534
2017-08-23T19:41:20
2017-08-23T19:41:20
99,706,298
2
1
null
2022-12-21T03:13:19
2017-08-08T15:11:38
C++
UTF-8
C
false
false
2,064
h
/* * Copyright (C) 2015, 2016 Igalia S.L. * Copyright (C) 2015, 2016 Metrological * 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 abov...
[ "lshi@espial.com" ]
lshi@espial.com
c2a480239aff3d1901da417de544c17435cf542b
ae9ff9098c8ded75cda4192e37c68ef3db46aa2c
/code/list.c
f20fbb5bd9f125f3112942bd4cf8287388c39b17
[]
no_license
rajandhage/sort-command
38d7fee2740e40e02cbf640425eeb790bb399816
b57695f96b047889355a2a4f791d3368e1aee06e
refs/heads/master
2021-09-16T20:24:27.988390
2018-06-24T18:38:03
2018-06-24T18:38:03
null
0
0
null
null
null
null
UTF-8
C
false
false
13,134
c
#include<stdio.h> #include<strings.h> #include<stdlib.h> #include<string.h> #include"list.h" void linit(list *l){ l->head = NULL; l->tail = NULL; } /* finds coloumn according to which sortinig is to be done */ char *getcoloumn(char *str, int is_k) { char *r; r = (char*)malloc(strlen(str) * sizeof(char)); strc...
[ "noreply@github.com" ]
rajandhage.noreply@github.com
050c4c57df67a9aeac1687107f675484cee49980
4320183d410042903994cff04494297b1e3a15d6
/process-management/kernel.h
32ed5c033e7bdcc53c2103e1928117fd4f990296
[ "MIT" ]
permissive
onrcayci/os-kernel
bade5694ca2ea4ab00898a6a87e426fa14bacec5
ca1e1a73594e0ea1153f141dda8a909e7305e688
refs/heads/master
2022-11-17T01:30:50.992692
2020-07-07T20:52:05
2020-07-07T20:52:05
253,348,965
0
0
null
null
null
null
UTF-8
C
false
false
94
h
extern struct CPU *cpu; extern struct PCB *head; int myInit(char *filename); int scheduler();
[ "onur.cayci@mail.mcgill.ca" ]
onur.cayci@mail.mcgill.ca
08e2edcc9c77e2c717fbe72108068469b677b9e9
0c1e19b62e0dbf9a41edfd2fe564db25fb9dc638
/srcs/get_info/ft_get_user.c
8e46fce5e02e3e016605e4e086edd69f83300aed
[]
no_license
eebersol/ft_ls
4db2b80fe005f9452d9c4c846f2b2b4c9548213f
5793c0495651b1e01fcae7823c1f93ad41878278
refs/heads/master
2021-01-20T12:11:26.763533
2018-04-09T10:14:28
2018-04-09T10:14:28
55,979,503
0
0
null
null
null
null
UTF-8
C
false
false
1,218
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_get_user.c :+: :+: :+: ...
[ "eebersol@e1r2p22.42.fr" ]
eebersol@e1r2p22.42.fr
4d96c49234940785ddf5ad084b7a9cb0ac4e8831
5c5f3dfafabe4c6afa825612ccfdb55ad410434d
/Utilities/Calib_IMU/MAVcalib/MAV102_imu_config.h
a7b4b773311890138c5de5610637b99a98f6daf0
[ "BSD-3-Clause" ]
permissive
lis-epfl/MAVRIC
695f845ea7e0fcca81551ca0ae9401058d06bee3
545e9f0c86100097c8f42fe1d08790509c11066f
refs/heads/master
2021-03-30T17:40:36.150377
2016-07-22T15:15:20
2016-07-22T15:15:20
23,569,143
2
0
null
null
null
null
UTF-8
C
false
false
3,830
h
/******************************************************************************* * Copyright (c) 2009-2014, MAV'RIC Development Team * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: *...
[ "geraud.leplattenier@epfl.ch" ]
geraud.leplattenier@epfl.ch
9697ad980c46bb48fc6ad3174f9d3d0969aac211
dc0dc5db3d37afb9be8983c178d9ad58137d2368
/ilp/SensafetyGateway/Config/Configuration_E.h
d687d3e6748b69707d47b7ee584af8ae7cffea05
[ "Apache-2.0" ]
permissive
vtslab/sensafety-midterm
0e41e54b3db584b9d3db86757489140d7e84f62a
e463babb6a4c087a9f190bf08d3a6801393329de
refs/heads/master
2021-01-25T07:28:19.703327
2014-10-10T10:06:25
2014-10-10T10:06:25
null
0
0
null
null
null
null
UTF-8
C
false
false
876
h
/* ================================================================================ (c) 2014 Strukton Embedded Solutions Project/Module: Sensafety Gateway Description: Configuration file Reference: Version Control $workfile: configuration.h $Revision: $Date: 02-05-2014 Modtime: ======...
[ "ej.kiezebrink@gmail.com" ]
ej.kiezebrink@gmail.com
c18ccc6bea350050627f02124abe39ac17bfea38
dc8a2a91f5025770c7ba3b21b8bb48998ccff41f
/src/who/who.c
a26938b8fe15102de4cffaa988ef03e68a049f97
[]
no_license
Dream-Imperium/ccore
3fde4e16e6dc67914807a913e4570e916ac41f50
61e32004ea5d389fb2a54da66d3787279436ec07
refs/heads/master
2023-02-10T16:26:19.144791
2021-01-10T17:50:56
2021-01-10T17:50:56
328,437,066
0
0
null
null
null
null
UTF-8
C
false
false
9,448
c
/* * who - who is on the system * * Gunnar Ritter, Freiburg i. Br., Germany, August 2002. */ /* * Copyright (c) 2003 Gunnar Ritter * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this softwar...
[ "iwakuramarie@waifu.club" ]
iwakuramarie@waifu.club
16788df7f5bc562ff25a6c43206fb679738c62a4
9d8fe725e79e5856b8b863abf0907a6a5f6f8a3c
/8077094.c
00df72a04daa84f0fbce05ec526ae0333c067626
[]
no_license
camthesaxman/ruby-c
08bb12c3c6662b113f558a2b43a4f232fedcbd91
afb59d795416468362ddf942d4cb1fca638f2bd6
refs/heads/master
2020-12-30T16:45:53.246386
2016-09-11T22:33:27
2016-09-11T22:33:27
91,023,059
0
1
null
null
null
null
UTF-8
C
false
false
397
c
int __fastcall sub_8077094(unsigned __int8 a1) { int v1; // r4@1 v1 = a1; if ( sub_8076BE0() << 24 || !(*(_BYTE *)(12 * v202F7C8 + 0x2017810) & 0x10) ) { if ( battle_side_get_owner(v202F7C8) << 24 || sub_8076BE0() << 24 ) v1 = 255 * v1 & 0xFF; } else { LOBYTE(v1) = -64; if ( battle_side...
[ "shadow962@live.com" ]
shadow962@live.com
9b754f398d50b0ff6bd3fbccdebabe62525a23ec
edb5ede872fbf7657614e3741dadb44fbd476620
/libft/srcs/data_structs/chr_pushfront.c
d0500ee43d2427b475b34de6c2863d5d0a24b011
[]
no_license
XD-OB/lem_in
4abc2bb5e464c4c66e5ec3d3de4c8db7c3935acf
1ddc9246d36004c1c70c336d1e864c8a9609a2a4
refs/heads/master
2021-07-12T22:37:12.332028
2021-02-21T20:13:09
2021-02-21T20:13:09
236,880,665
4
0
null
null
null
null
UTF-8
C
false
false
1,191
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* chr_pushfront.c :+: :+: :+: ...
[ "ob-96@hotmail.com" ]
ob-96@hotmail.com
f88660a912d08f83aa89bfc5c156cd862725747e
1b8ae277ef7f39af15b6e0bff057c433dc44a109
/src/mame/machine/awboard.c
9ad8e627fb83a07f74f9bfc9cc9dbcc36af17dae
[]
no_license
ilitirit-za/ShmupMame-unofficial
2ea58e7674df935c98e73d34ca888152b82c570d
2ddd533fbaceac256cf0fbc2f918de1966280a22
refs/heads/master
2021-01-11T02:07:06.094952
2016-10-24T11:17:30
2016-10-24T11:17:30
70,804,668
3
0
null
2016-10-21T13:17:50
2016-10-13T12:35:08
C
UTF-8
C
false
false
11,101
c
#include "emu.h" #include "awboard.h" /* Atomiswave ROM board specs from Cah4e3 @ http://cah4e3.wordpress.com/2009/07/26/some-atomiswave-info/ AW_EPR_OFFSETL Register addres: 0x5f7000 +-------------------------------------------------------------------------------+ | ...
[ "ilitirit@gmail.com" ]
ilitirit@gmail.com
d58316c779d428cbc4953fe228cc83077ccf6377
f459539712c62f4ddb972ff523a55918f2461086
/main.c
7c8e9219395fb1cd4d5f87c356efe3ed7a88c9cf
[]
no_license
mltlima/Trabalho2
48da4c6ed8cbd611a2fed7fa00bb63aa0ad51f8e
e78d5cee093c139dfca7b8214c4aeb8bd87b06b7
refs/heads/main
2023-04-26T23:32:18.903763
2021-05-24T19:47:21
2021-05-24T19:47:21
367,233,439
0
0
null
null
null
null
UTF-8
C
false
false
1,437
c
/** * Miguel Lima Tavares * DRE 119161571 * Trabalho 2 Computacao Concorrente */ #include<pthread.h> #include<stdio.h> #include<stdlib.h> #include<unistd.h> #include<time.h> #include"arquivo.h" /*---------------------------------------------------------------------------------------*/ int main(i...
[ "noreply@github.com" ]
mltlima.noreply@github.com
fabd6ac1ab7a262ce50456bde819370993b89bab
3c1452ee9963fedd2abd6bf5c9b8be76c9a712b2
/pic/pic16/pic16lf1938_tdd.h
62a538929c88a42d94bec12b9025dadf41dbbd93
[ "MIT" ]
permissive
tiborsimon/embedded-tdd-headers
7fd3a571bb7a381e72e68487bae56ffe921f5ed9
2528392a463cd724df2dab6712108a27cf092f7c
refs/heads/master
2021-01-20T20:15:52.778853
2016-07-27T07:41:46
2016-07-27T07:41:46
64,257,934
0
0
null
null
null
null
UTF-8
C
false
false
37,361
h
/* Generated on 2016-07-26 =============================================================================== P I C T D D R E A D Y R E G I S T E R D E F I N I T I O N =============================================================================== Created by Tibor Simon - tiborsimon.io Generator script: ht...
[ "tibor.simon@nokia.com" ]
tibor.simon@nokia.com
041405cd2203ff0e850abe5f7a9f8b8b62bed0b6
c53c095650a6fb66234a4febf0cb2502acf7c24c
/check/stack_util.c
d9eb2702da9f8fed73514571b9662898f944e150
[]
no_license
Traezar/Push_swap
d51c295e1692a253fa1296e811f1aba3fd4dd0c0
e72305433a65855bbe5a94ac93a104510ea6d02d
refs/heads/master
2020-04-10T02:03:23.740165
2018-12-17T21:15:56
2018-12-17T21:15:56
160,733,631
0
0
null
null
null
null
UTF-8
C
false
false
3,949
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* stack_util.c :+: :+: :+: ...
[ "rsathiad@student.42.us.org" ]
rsathiad@student.42.us.org
be19024b54c1114756e469a23704952203504947
5fb63168c2c7cf3fb4096acfde4ab7a3ddd14805
/src/net/lwip/apps/snmp/snmp_core.c
9a1e828bdf80991ba193fed4be2939dbf6a74ffb
[ "MIT" ]
permissive
HExSA-Lab/nautilus
fccdb3bfa3de24df4f267d349dde578644b59514
e6e38c41c059c6186e2c2e6ba73111bf042e2b18
refs/heads/master
2022-05-22T22:00:26.816844
2020-12-22T00:06:47
2020-12-22T00:06:47
143,364,231
38
30
NOASSERTION
2022-05-14T18:19:31
2018-08-03T01:53:57
C
UTF-8
C
false
false
41,364
c
/** * @file * MIB tree access/construction functions. */ /* * Copyright (c) 2006 Axon Digital Design B.V., The Netherlands. * 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. Redist...
[ "khale@cs.iit.edu" ]
khale@cs.iit.edu
d30719f92d6e1ba04b63aa04988891348742fe20
67a00660a3f21737e30ffb0e9603066de2c4c663
/user.h
45226d763e40393ec1b8080b3b54bc1e9287ba97
[]
no_license
tmandic/YAWN4BLE
912a0046e50289d19933829dfd9d3b1a27c67788
9b032ee7a26a6a370f3e6fe1916bc112e04e74d7
refs/heads/master
2021-01-23T00:53:39.044912
2017-05-30T16:37:28
2017-05-30T16:37:28
92,854,127
0
1
null
null
null
null
UTF-8
C
false
false
234
h
/* * File: user.h * Author: ninos * * Created on 15 November 2016, 13:26 */ /* TODO User level functions prototypes (i.e. InitApp) go here */ void InitApp(void); /* I/O and Peripheral Initialization */
[ "noreply@github.com" ]
tmandic.noreply@github.com
ff71b3832d3f892aa4cc5a27db83da75a91338bb
4fa6ac33eb8c96f64c33cd4c2d32700079568528
/stepper_motor.c
4450e5666dafba77b637c7e2cfa65542ca4d8776
[]
no_license
brrastak/stm32_lib
7a7656053d6f2533b2825c2f66a4173088e6dede
f3c9c95d629aae45582c56083ccbc52bf7a4ca79
refs/heads/master
2021-10-15T13:29:49.031831
2021-10-11T07:54:41
2021-10-11T07:54:41
203,632,002
1
0
null
2019-08-21T17:51:25
2019-08-21T17:23:20
null
UTF-8
C
false
false
1,973
c
// STM32F103 #include "stm32f10x.h" // cstd #include <stdbool.h> //user #include "stepper_motor.h" #include "main.h" #include "gpio.h" // Local types // State of each of four outputs for control stepper motor typedef enum { l, // low voltage h // high voltage } output_sta...
[ "noreply@github.com" ]
brrastak.noreply@github.com
ea3d4e5e94b9791534a425074717a2508deb7941
344b918fb41f95d685652a258528674867426bda
/root/macros/PMBin.C
64348b8549f64b3f1b6ab74c1bb231f3ee6751d9
[]
no_license
dpaudyal/acqu_old
0a97b9782b8581a906e126455257c3cca5c244df
c9dcd7b0f2f030bcf5ebfe81b96cff730f687f85
refs/heads/master
2020-05-20T08:01:06.947545
2013-10-04T04:32:19
2013-10-04T04:32:19
null
0
0
null
null
null
null
UTF-8
C
false
false
8,979
c
gROOT->Reset(); typedef struct { Int_t egamma; Double_t energy; Double_t denergy; } TData; TData tcd[352]; typedef struct { Int_t mid; Double_t lo; Double_t hi; } ThetaBins; ThetaBins theta[10]; typedef struct { Int_t mid; Int_t lo; Int_t hi; Int_t eg; } EBins; EBins tch[11]; Int_t tchan[] = { 286, 282,...
[ "dpaudyal@loon.phys.uregina.ca" ]
dpaudyal@loon.phys.uregina.ca
541cc54967021ffdb593f96eb2e20c1de54e944f
2d1f00697454d04d3fa4628a6fd2f23309a26139
/P15Fibonacci.c
3bc882cfd7390f7ef755fcc324a5d255287eaa5f
[]
no_license
YurevAlejandroIllescas/programasC
042c18ab14e05539c40251ad6aacae952afd687d
e66a75dc600a69825ee95002e98bda805575ddc1
refs/heads/main
2023-05-29T08:55:38.248398
2021-06-06T20:47:39
2021-06-06T20:47:39
374,459,848
0
0
null
null
null
null
UTF-8
C
false
false
536
c
/* Programa: P15Fibonacci.c Autor: Yurev Illescas Fecha: 29/03/2019 Objetivo:Programa que calcula los primeros 20 numeros de la serie fibonacci */ #include <stdio.h> int main(){ int eAnterior = 0, eSiguiente = 1, eSerie, eContador; printf("Programa que calcula los primeros 20 n%cmeros de la serie fibonacci\...
[ "yurevillescas@comunidad.unam.mx" ]
yurevillescas@comunidad.unam.mx
8f53a9387a7b4423c6768767f4abe8fc897c399f
6d218b443d1a232ce0106417d321daa98266b040
/aaa.c
dc0d89414de32037991c924527cb43de1df976ec
[]
no_license
hlyl0303/testProject
39db325f5c5f41a358851179a0faa94133a2c079
965665f29d82a83bf14592af4ef79a051dbf64db
refs/heads/master
2021-01-11T04:38:47.067781
2016-10-17T13:27:26
2016-10-17T13:27:26
71,122,244
0
0
null
null
null
null
UTF-8
C
false
false
52
c
#include <aaa.h> int main() { printf("aaaaa\n"); }
[ "hlyl792358993@gmail.com" ]
hlyl792358993@gmail.com
80c04099afca0db4c5eeeabe34d1810506b67df7
855cc484cdf078378e7094711f43cccbc70b16d8
/URI-1051-Taxes.c
a716ba4bb37cabd4b1d8ef935cd9e796f918b6c1
[]
no_license
smmahdi248/URI-Problem-Solve
837b509ca885179e7b11ae0727a08d0e6e4327fe
b267ee28ef1e039fe5a423fdd82d1cbc868bab7b
refs/heads/master
2021-01-19T06:03:03.634138
2016-06-20T06:11:42
2016-06-20T06:11:42
61,478,518
0
0
null
null
null
null
UTF-8
C
false
false
655
c
/** Bismillahir Rahmanir Rahim. -------------------------------------- S M MahDi -CSTE 10th , NSTU. Date: 19-06-2016 --------------------------------------- **/ #include<stdio.h> int main() { float a; scanf("%f",&a); if(a>=0.00 && a<=2000.00) { printf("Isento\n"); } ...
[ "noreply@github.com" ]
smmahdi248.noreply@github.com
f880167091661200b01692b003254922fa1f5ae9
22548b6d99e66eeefb470b6b5b12a2ee73a03d22
/q9.c
de81339cf1dac327af9cb32fc8c4eb6fecf23ad7
[]
no_license
Samarth-29-web/CP-Assignment-Samarth
d58e81c6c153a0c5ee1b0e4df7d26617abe2dec1
84dd7a37de58e17dd1e8f9cf2b4576f84f7d0ca3
refs/heads/master
2020-09-22T21:24:49.240347
2019-12-02T08:35:47
2019-12-02T08:35:47
225,323,967
0
0
null
null
null
null
UTF-8
C
false
false
177
c
#include <stdio.h> int main() { int a,s1,s2,d1,d2; printf("Enter a number:"); scanf("%d",&a); s1=a/100; d1=a%10; printf("Output=%d",s1); printf("%d",d1 ); }
[ "noreply@github.com" ]
Samarth-29-web.noreply@github.com
536461925817765ec638dfce13cf82cb74fd4a04
92900cb92107b6f0caba77f29fafde7426d7f56a
/chapter8/checking.c
83bf95d6a9b1f715922ad777acd4c1dd2ef836b1
[]
no_license
wo315/C
53881c1d010c90cd4451e9dec3ac64be5d17bb53
d2b0d5133c68ad631369dc1acbc35ee6f59aef78
refs/heads/master
2021-01-23T16:14:49.941009
2017-08-11T07:17:26
2017-08-11T07:17:26
93,288,950
0
0
null
null
null
null
UTF-8
C
false
false
2,081
c
/* checking.c -- validating input */ #include <stdio.h> #include <stdbool.h> long get_long(void); bool bad_limits(long begin, long end, long low, long high); double sum_squares(long a, long b); int main(void) { const long MIN = -10000000L; const long MAX = +10000000L; long start; long stop; double...
[ "2106936@qq.com" ]
2106936@qq.com
9f1dee9967884d3427660b08d03ccf5a71df94d2
caee8923c8e8fa3385459cc85fa9e46bbfd4e33c
/PdfFactory/source/pdftemplate/PdfTemplateItemShapeRectangle.h
d1178d97ca695e923541f4d64f7a129af697227a
[ "BSD-3-Clause" ]
permissive
layerfsd/PDFReporter
bed6ed56fb8a1965fc3d9df00d0ad2d5d022d4b8
573e844cbf2a74b61be13d460f035043a53830ce
refs/heads/master
2021-01-02T08:45:00.103829
2013-06-01T05:17:45
2013-06-01T05:17:45
null
0
0
null
null
null
null
UTF-8
C
false
false
1,617
h
//----------------------------------------------------------------------------- // Name: PdfTemplateItemShapeRectangle.h // Author: Tomislav Kukic // Date: 19.12.2008 //----------------------------------------------------------------------------- #ifndef _PDFTEMPLATE_ITEM_SHAPERECTANGLE_ #define _PDFTEMPLATE_ITEM_SH...
[ "nebojsa@vislavski.com" ]
nebojsa@vislavski.com
704cd1307ff9e2c48e53b0475c4b5f3a826ee66d
7145894251e11b575f1122cc34feff0455e4a74e
/simpsion's.c
024f84971e7b69e0a3577d4360cc2c5c7c35b9a5
[]
no_license
sadre05/PracticeTime
fef716024e9dadfd9d5eb03d3e8d72b3205096b4
099c6c84d122eef744829ceee5dac8368e72dbac
refs/heads/master
2020-04-24T22:10:30.416698
2019-02-24T06:14:13
2019-02-24T06:14:13
172,303,046
2
0
null
null
null
null
UTF-8
C
false
false
555
c
#include<stdio.h> #include<math.h> float f(float x) { float y= 1/(1+x*x); return (y); clrscr (); } void main() { float a,b,h,x[15],y[15],val; int i,n; printf("\n enter the value of lower limit and upper limit and interval"); scanf("%f%f%d",&a,&b,&n); h=(b-a)/n; x[0]=a; for(i=0;i<=n;i++) { x[i]=a+i*h; y[i...
[ "mdsadrealam501@gmail.com" ]
mdsadrealam501@gmail.com
f02721efa844e4633f19ca2c685afc4995b5ef63
13b33be7d731aaa3a3cdf406dfe6d26dda2fbc51
/Lab345/Globals.h
c89e8f0ba5b9f21dd2cc57df6d45042e3cdcef40
[]
no_license
ivlurth/OOP_lab_3_4_5
da90fe7564abea5c3847ded8cf45ab99f6bea3ba
b31c752f16e646115848a2cc480324f49aa89975
refs/heads/main
2023-05-28T00:47:19.133455
2021-06-07T00:04:26
2021-06-07T00:04:26
374,488,397
0
0
null
null
null
null
UTF-8
C
false
false
452
h
#pragma once #include "VehicleList.h" extern VehicleList vlist; extern int FILL_FORM; extern string engineName; extern string horsepower; extern string vehicleName; extern string owner; extern string tyre; extern string glass; extern string lock2; extern string passengerCapacity; extern bool hasAllDrive...
[ "noreply@github.com" ]
ivlurth.noreply@github.com
743bd1370541bac8aa77c9cd7c8de67ce3fb25f0
2e378bcdb701dd02aab399be8bec90c156ae86da
/w32-apps/w2xcr.c
cde823cfb347a833d4cc8b6d26c9d15878ad582f
[ "BSD-3-Clause", "MIT", "BSD-2-Clause" ]
permissive
guimondmm/waifu2x-converter-cpp
544191c426152acebfc78dc4b4f8b54b576f1e18
14b5fac5e06190f7c22cd07c9cbd496773886928
refs/heads/master
2020-04-18T19:30:45.425440
2019-01-26T18:47:46
2019-01-26T18:47:46
167,713,570
0
0
NOASSERTION
2019-01-26T16:53:50
2019-01-26T16:53:49
null
UTF-8
C
false
false
20,685
c
#include <string.h> #include <stdint.h> #include <stdlib.h> #include <stdio.h> #include <windows.h> #include <Shlwapi.h> #include <windowsx.h> #include <process.h> #include "w2xconv.h" #include "w2xcr.h" static int block_size = 0; enum param_denoise_code { DENOISE_NONE, DENOISE_1, DENOISE_...
[ "tanakmura@gmail.com" ]
tanakmura@gmail.com
37e61b8dcd10c73770e7effdbf25f54e8131d30f
6330b5facff052c0a8b9d3105962edd2ed969488
/libft/ft_strequ.c
7cf0ac04664b3e88bb40244d967b19f4b5f44e09
[]
no_license
cyrille42/wolf3d
6b3858628056d2c635a3c61214fd7389645bbab1
c02ae61a22d40937edaf6649fea97e0d679ac9aa
refs/heads/master
2020-06-19T17:16:16.451422
2016-11-26T19:33:55
2016-11-26T19:33:55
74,845,906
0
0
null
null
null
null
UTF-8
C
false
false
1,090
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strequ.c :+: :+: :+: ...
[ "cgay@e2r3p5.42.fr" ]
cgay@e2r3p5.42.fr
909b5eddc6d28e4585f409734252779a96406d17
f4dd862ced3aae822e265ae96f74a9d81978985d
/benchmarks/clh.c
4620170a4f8de260e972c7aa941cdb7a2e54fc23
[]
no_license
konchalas/lists
72480c94ff57766fab21d68d45f9513d2a20718d
3f40ec4886c12616c6230384906d0c15ca1a547f
refs/heads/master
2020-03-18T07:15:45.377247
2018-06-29T15:02:12
2018-06-29T15:02:12
134,441,722
0
0
null
null
null
null
UTF-8
C
false
false
1,058
c
#include "bench_interface.h" #include "../include/extendible_hashing_seq.h" #include "../include/extendible_hashing_clh.h" void table_init(void **table, int depth, int bucket_depth){ extendible_hashing_clh_init((extendible_hash_table_clh_t **)table,depth); } void table_finalize(void *table){ extendible_hash...
[ "konchalas@ics.forth.gr" ]
konchalas@ics.forth.gr
31f125115f27b4120a5e8057883bc5c10f9403db
5ec202d29154b254b5d112d7fcee42fcd4ded5a9
/Motas_basic/Motas_basic.c
02ce154133dcd248f25f66220c65dc66c5f3e9a6
[]
no_license
Savio-Cardoz/Motas_arduinoBorad
bd6859bb56447547e313f7d47c21cf097b63ed14
7ddb50f7f0cde160713fa3126c4e1642984963c9
refs/heads/master
2021-04-12T04:40:32.636517
2018-03-18T19:42:26
2018-03-18T19:42:26
125,761,261
0
0
null
null
null
null
UTF-8
C
false
false
6,406
c
/* * Motas_basic.c * * Created: 14-01-2018 09:58:02 * Author: Cardoz */ #include <avr/io.h> #include <util/delay.h> #include <avr/interrupt.h> #include "Atmega_Config.h" #include "Peripheral_Drivers.h" #include "Atmega_Uart.h" #include "debug_func.h" #include "Dfplayer.h" static uint16_t uss_threshold_count =...
[ "cardoz.savio@gmail.com" ]
cardoz.savio@gmail.com
1f0c2f9d18dd9157fd95ba245738db6493c3d887
f79e07c8de29481a6149505d1930be032dc3bae9
/calculateUBBTerm/calculateUBBTerm.C
caa493661cbf4fb7bee3871f3f2792f42e44ab8d
[]
no_license
lisandromaders/caeteSourceData
5a523b585d05ca84ea0abb7f470c3680e3c98a31
a2f5ba9e91dc1bc62aeb5ce5c78632d85bc47e2e
refs/heads/master
2021-01-01T17:40:52.567425
2017-08-23T12:41:37
2017-08-23T12:41:37
98,132,841
0
0
null
null
null
null
UTF-8
C
false
false
6,525
c
/*---------------------------------------------------------------------------*\ #################### ################### # # # # # /||===== # # /|| ||||||| # # ...
[ "lisandro.maders@gmail.com" ]
lisandro.maders@gmail.com
bfae9bb0106e82fdbfd31ae84e5d40fa312e2e23
9f509ffb70d41da18ef08453ed67b47dba28b130
/packages/hacl-star.0.4.1/raw/lib/Hacl_P256_c_stubs.c
fa3c068a358c4ecf6e398764a0e4d84cc27b8da5
[]
no_license
dune-universe/dune-universe
f616dbae264e3ea3b858d6cbf293a72a7e86fdfc
71b5e8134b8c5f060c3e1048a920c174fb69edfb
refs/heads/master
2023-03-23T05:38:45.359385
2021-09-29T01:01:04
2021-09-29T01:01:04
98,443,019
20
4
null
2023-03-06T02:34:37
2017-07-26T16:19:22
null
UTF-8
C
false
false
7,916
c
#include "Hacl_P256.h" #include "ctypes_cstubs_internals.h" value _1_Hacl_Impl_P256_LowLevel_toUint8(value x2, value x1) { uint64_t* x3 = CTYPES_ADDR_OF_FATPTR(x2); unsigned char* x4 = CTYPES_PTR_OF_OCAML_BYTES(x1); Hacl_Impl_P256_LowLevel_toUint8(x3, x4); return Val_unit; } value _2_Hacl_Impl_P256_LowLeve...
[ "jeremie@dimino.org" ]
jeremie@dimino.org
31134af8169d98d07aecb6305e6c4f1421134cac
b13fdb32e01a5f94268c6ae694bd34bd01273eb3
/C2/prz.c
f00fd353d7a19a37a870ea3e906e98d08d240e73
[]
no_license
longzy-oushu/C2
544e72cd32989ff0f52d613df24ffd11c7f2dfd8
9199021c0af7f5744e63f92a28115107e4eb558f
refs/heads/master
2021-06-04T05:13:26.889974
2016-09-29T11:09:57
2016-09-29T11:09:57
null
0
0
null
null
null
null
UTF-8
C
false
false
1,190
c
#define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<stdlib.h> #define cmp(a,b) ((a).l!=(b).l?((a).l>(b).l):((a).r<=(b).r)) struct sec { int l, r; }; struct sec arr[50010]; void swap(struct sec *a,struct sec* b){ int c1 = a->l, c2 = a->r; a->l = b->l; b->l = c1; a->r = b->r; b->r = c2; } int partition(int le...
[ "845579775@qq.com" ]
845579775@qq.com
7d02d1d3c45acaceed37a4b745581553f6d19112
4355c0b5c06025c2e4f23c654b13b3fb97a2ae01
/SRC/course_s2/02_ucos/repo/ucos_v1_41/micrium_source/uC-TELNETs/Shell/telnet-s_shell.h
f9f9590e6d5ea1428c75ca5f533b09acd3a2ee41
[ "BSD-2-Clause" ]
permissive
MindMeng/AX7021
0c8a97bd7b4e338a55469dea159b98ea4585f055
d7efb07def15982521b8b188b46cfd156906d80d
refs/heads/master
2022-06-27T23:43:15.692589
2020-05-11T07:03:15
2020-05-11T07:03:15
null
0
0
null
null
null
null
UTF-8
C
false
false
5,130
h
/* ********************************************************************************************************* * uC/TELNETs * Telnet (server) * * (c) Copyright 2004-2015; Micrium, Inc.; Weston, FL * * ...
[ "avic@alinx.com.cn" ]
avic@alinx.com.cn
3783bd14b92a4818777ee5631ff962af9fb5bd78
5b885600120e8ea9ccf945f6465ce5928d7fa55f
/src/mgs/apps/mocuncompress/decompNONE.c
a65fef44790d5f7de4b81306c9569a059bea2428
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
hassanjallow/isis3
b2f2156a104ded38f7b3867f18b35a759d8987db
712187cfbcdc6093b7b45b4ef0b4eb87dc09a7de
refs/heads/master
2021-05-27T16:44:07.006539
2010-03-19T16:47:37
2010-03-19T16:47:37
null
0
0
null
null
null
null
UTF-8
C
false
false
5,959
c
/* NOTICE The software accompanying this notice (the "Software") is provided to you free of charge to facilitate your use of the data collected by the Mars Orbiter Camera (the "MOC Data"). Malin Space Science Systems ("MSSS") grants to you (either as an individual or entity) a personal, non-transferable, and non-excl...
[ "mike@fluffypenguin.org" ]
mike@fluffypenguin.org
6775deb29948edf6883d5696dd316a5298e468b9
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/fs/ntfs/endian.h
f30c139bf9ae8d2683b25bcaf2219a70c4d3ccf8
[ "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
1,435
h
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * endian.h - Defines for endianness handling in NTFS Linux kernel driver. * Part of the Linux-NTFS project. * * Copyright (c) 2001-2004 Anton Altaparmakov */ #ifndef _LINUX_NTFS_ENDIAN_H #define _LINUX_NTFS_ENDIAN_H #include <asm/byteorder.h> #include "typ...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
33da99077d5c5c3da04b278b474d587d797883e8
0fe7828baba14aaa0ea8e26b11014acdf7c93005
/cross/solaris/sysroot/usr/include/rpc/rpcb_prot.h
ea244a9f4cc87d3912b36400fe57b0f150547809
[]
no_license
realbrotha/docker_ci_cd
6f7791e0f6a35093ee2c3a6c554c7e8e6f205d01
6e62e46256588dcf50adc7d002f956a1112b2142
refs/heads/master
2022-11-24T00:52:16.182073
2020-08-07T02:05:20
2020-08-07T02:05:20
283,120,878
0
0
null
null
null
null
UTF-8
C
false
false
13,155
h
/* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _RPCB_PROT_H_RPCGEN #define _RPCB_PROT_H_RPCGEN #include <rpc/rpc.h> /* * Copyright (c) 1988,1994 by Sun Microsystems, Inc. * All rights reserved. */ /* from rpcb_prot.x */ #pragma ident "@(#)rpcb_prot.x 1.7 97/04/29 SMI" #ifndef _...
[ "realbrosss@naver.com" ]
realbrosss@naver.com
737880977330d6ea03c1bab48dce8cd5a2318b8a
22dbc5b1c7ecfe1c6cb908af5b9c9fb78fff14e5
/EIFGENs/ewf_app/W_code/C28/fi909d.c
5a7e2f31abcb2c12aec8cad06f72e5f9417e9521
[]
no_license
Ramirova/EiffelProject
9e09a4389d4db4b6c394a8960fc9868a2d3ff7dc
075f6518c4eb6a0ec64e6377b9bd5a3940cea6b9
refs/heads/master
2021-01-24T18:39:50.535719
2018-11-02T16:56:14
2018-11-02T16:56:14
84,467,479
0
0
null
null
null
null
UTF-8
C
false
false
3,418
c
/* * Class FINITE [REAL_64] */ #include "eif_macros.h" #ifdef __cplusplus extern "C" { #endif static const EIF_TYPE_INDEX egt_0_909 [] = {0xFF01,303,0xFFFF}; static const EIF_TYPE_INDEX egt_1_909 [] = {0xFF01,336,908,284,0xFFFF}; static const EIF_TYPE_INDEX egt_2_909 [] = {0xFF01,908,284,0xFFFF}; st...
[ "rozaliya.amirova@gmail.com" ]
rozaliya.amirova@gmail.com
201ca9942e3c9b2b00e0f4f0e9591e7fe73d2826
38aa9936465c71674fdcdfb36dbc36eb88968e56
/Lab3/ex1.c
9bdd8a49238b6421a8123b0bc70b88b73f27a808
[]
no_license
rafarubim/software-basico
e76addc34781e4bbda9b3ca3487fc7047444d90a
d5adeb41e18498e79068cfb046442e5e67350fc4
refs/heads/master
2021-08-25T10:36:45.099068
2021-08-15T21:03:34
2021-08-15T21:03:34
253,014,694
0
0
null
null
null
null
UTF-8
C
false
false
401
c
#include <stdio.h> int main(void) { unsigned int x = 0x87654321; unsigned int y, z; /* o byte menos significativo de x e os outros bits em 0 */ y = x & ((1 << 8) - 1); // (1|(1<<1)|(1<<2)|(1<<3)|...|(1<<7)) /* o byte mais significativo com todos os bits em '1' e os outros bytes com o mesmo valor dos b...
[ "rafael.rubim.cabral@gmail.com" ]
rafael.rubim.cabral@gmail.com
a538d636b640e733bee06ee24cb81d3d9ffe42d8
62d551a87aeafb8b9881ff513e40010d569bf498
/src/app/ui.c
7b447c2f942974c621d452c8b7bae13162d6edf1
[]
no_license
robots/wifimon-vita
8f29819b343ec243a55355c48372197a4ecbfa54
a4359efd59081fb92978b8852ca7902879429831
refs/heads/master
2020-06-01T21:09:57.993959
2019-07-10T19:20:25
2019-07-10T19:20:25
190,928,395
7
0
null
null
null
null
UTF-8
C
false
false
872
c
#include "vitasdk.h" #include "vita2d.h" #include "ui.h" struct ui_color_t ui_color; vita2d_font *ui_font; SceCtrlData ui_pad_last; void ui_init(void) { ui_color.bg = RGBA8(0x00, 0x00, 0x00, 0xff); ui_color.text = RGBA8(0xff, 0xff, 0xff, 0xff); ui_color.seleted_bg = RGBA8(0x00, 0x07, 0xff, ...
[ "michaldemin@gmail.com" ]
michaldemin@gmail.com
750c4b1160ff6c10c90c151c499a6ffc0dd64161
e891123fa4f0d13b42430e56543c4c84a2b8c54c
/driver/usb/usb_device/usb_inc/USB_PHY.h
3ebaa081921072461f9fa76fcbc9a8066db5ea1e
[]
no_license
yuhuidream/crane
e8422daa1ee44648691ff02a0b8f57ff83149322
bc4d2b830839c0678ee5ae249378d5cf606dfa9e
refs/heads/master
2020-04-12T22:39:45.294822
2018-12-22T08:40:39
2018-12-22T08:40:39
162,795,255
1
1
null
null
null
null
UTF-8
C
false
false
15,260
h
#ifndef __USB_PHY_H__ #define __USB_PHY_H__ typedef struct { __I uint32_t PHYID ; /* 0x5550_A000 PHY Identification Register */ __IO uint32_t PLL_CTRL_0 ; /* 0x5550_A004 PLL Control Register 0 */ __IO uint32_t PLL_CTRL_1 ; /* 0x5550_A008 PLL Control...
[ "zhangyuhui0825@163.com" ]
zhangyuhui0825@163.com
5557599b90577b3f6d12a2a29d717c35c65f9dc7
13e2284c9c2b97f913b6eb69cc3242ffab14ad97
/LR_10/LR_10/funcs.h
8075751d8a17a8b75566fce90f215f7612212e03
[]
no_license
Gr1dlock/ComputerGraphics
5b1008bc6da162f9d3e63e25f1acc55f80a53474
0e8c8e5f84e2d87bcdc7a46c2359382ebe7495bf
refs/heads/master
2021-06-21T13:31:01.403772
2021-01-30T16:01:02
2021-01-30T16:01:02
174,848,067
1
0
null
null
null
null
UTF-8
C
false
false
501
h
#ifndef FUNCS_H #define FUNCS_H #include <cmath> inline double f0(const double &x, const double &z) { return z*z / 5 - x*x / 5; } inline double f1(const double &x, const double &z) { return exp(sin(sqrt(x*x + z*z))); } inline double f2(const double &x, const double &z) { return sin(x) * cos(z); } inline d...
[ "dmit.lugovoy@gmail.com" ]
dmit.lugovoy@gmail.com
66827aaa557a05be3ecf422c4595c23ddce5430e
55da7054dabfabdfda4633a715c6f8b70cd653ec
/IAP_USB_Bootloader/HARDWARE/LED/led.c
e1f2dee6427b3c151cab24cd835dbd0b278dbf76
[]
no_license
nanchuan/f_pcb4
929256c818a0b908acfe72bb9f93aba1d6049316
fd250e9fb69276cc609113009684e754a23fa618
refs/heads/master
2021-03-19T14:02:04.746398
2017-07-01T03:52:12
2017-07-01T03:52:12
95,938,133
0
0
null
null
null
null
GB18030
C
false
false
1,698
c
/********************************************************** * @ File name -> led.c * @ Version -> V1.0 * @ Date -> 10-31-2013 * @ Brief -> LED控制相关函数 V1.* * @ Revise -> **********************************************************/ #include "led.h" /********************************************************...
[ "513365878@qq.com" ]
513365878@qq.com
553040a04526d0d10a5211fc0561fbb8745a3e69
7c6d52578899988488ea29033c43063367f5c319
/AFL-VERSION/RERS/Wp5-B5.c
85e7ca7f087b84f59dc3247d66f8ee1227fc39db
[]
no_license
tracer-x/PROGRAM-DATABASE-TEACHING
e803aca2a007bf366460b3466d2614e7ce8f66ce
a3c47853e656af890d77b5c7afae9c310c15345b
refs/heads/master
2021-01-07T05:54:47.151186
2020-02-19T10:40:46
2020-02-19T10:40:46
241,597,951
0
0
null
null
null
null
UTF-8
C
false
false
379,198
c
//The program is Problem32-2013.c #include <stdio.h> #include <assert.h> #include <math.h> #include <stdlib.h> #define BOUND 5 int kappa; int inputs[] = {5,1,3,6,2,4}; int a311 = 12; int a219 = 33; int a217 = 34; int a82 = 33; int a77 = 7; int a128 = 123; int a163 = 1; int a2 = 0; int a...
[ "sanghu1790@gmail.com" ]
sanghu1790@gmail.com
0b6cf1d0349870dabfbfd17b30e0b5446a532533
a039fe0f617198665cd0cc0bd3c900917c68a043
/DirectXProgram/DirectXProgram/Script/DirectGraphics.h
179fbd770fa9a3adfc26a1a3b82917b3009ef26c
[]
no_license
yodai-toda/DirectXProgram
2924ce79516466900048187386a7a6cb3b3b80b7
ac70c848bff6ac3f75c795d9c6813c0939390c78
refs/heads/master
2023-02-19T20:12:56.399170
2021-01-15T06:41:41
2021-01-15T06:41:41
302,297,739
0
0
null
null
null
null
UTF-8
C
false
false
3,387
h
#ifndef DIRECT_GRAPHICS_H #define DIRECT_GRAPHICS_H // DirectGraphicsで必要な関数が定義されているヘッダーファイル #include <d3d9.h> #include <d3dx9.h> // テクスチャ無しの頂点構造(2D用) struct CustomVertex { float X; float Y; float Z; float Rhw; DWORD Color; }; // テクスチャ有りの頂点構造(2D用) struct CustomVertexTex { float X; float Y; float Z; float Rh...
[ "2001daiyousama@gmail.com" ]
2001daiyousama@gmail.com
24eb5e99a4218ef458d62321c88f18a43033ab22
3e39b6eb93ef5157bebe5f1b0cf7a81778bb98d3
/Basic Programming/Teddy and Tweety.c
91918e386a3b6f0ea9530d40f8000c77b1afb8d4
[]
no_license
richik500/HackerEarth
7524c5889808ffcd1027f9d1189ea5c29f593408
2f79c520807f584744071745ec8805f58659ffc7
refs/heads/main
2023-03-22T12:53:10.496131
2021-03-19T19:32:58
2021-03-19T19:32:58
347,508,840
1
0
null
null
null
null
UTF-8
C
false
false
118
c
#include<stdio.h> int main() { int n; scanf("%d",&n); if(n%3==0) printf("YES"); else printf("NO"); return 0; }
[ "noreply@github.com" ]
richik500.noreply@github.com
1fcc2c74cb17dd235ee467a0f78d4c912e91d3d4
e195d2583b037d828baa2bbbd5c58fb7fd7a6fac
/src/qs8-gemm/gen/4x4c2-xw-minmax-gemmlowp-sse2.c
488e22d6b3a14b62037cf646e68ac734b173ac33
[ "LicenseRef-scancode-generic-cla", "BSD-3-Clause" ]
permissive
mitchellspryn/XNNPACK
b09b34e376c66f4f80a97d7c70ac8c3d23619757
cf277de610b96e0c8ebdea48421570c307b827da
refs/heads/master
2023-06-17T23:07:44.567408
2021-07-08T06:33:14
2021-07-08T06:34:07
384,202,533
0
0
NOASSERTION
2021-07-08T17:33:48
2021-07-08T17:33:47
null
UTF-8
C
false
false
16,561
c
// Auto-generated file. Do not edit! // Template: src/qs8-gemm/MRx4c2-sse.c.in // Generator: tools/xngen // // Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <emmintrin.h>...
[ "xnnpack-github-robot@google.com" ]
xnnpack-github-robot@google.com
e4fd21755a6e4737ce347fbef68ae0fd4541e5b5
30152dd8d0db7602820c5b3e8957cc4d53fd0b62
/lib/liba/add.c
1d99e71eb04b200ff5553b9b3453492850c201a2
[]
no_license
y6xiamo/Linux
3edb6d0fc45ca29d4e9d81e3d27fbece192fd9a5
03b12857fdfd1325b7ced0cd4061b08cf940b299
refs/heads/master
2020-03-18T11:33:57.733416
2018-08-27T09:48:00
2018-08-27T09:48:00
134,679,093
0
0
null
null
null
null
UTF-8
C
false
false
55
c
#include"add.h" int add(int a,int b) { return a+b; }
[ "xiamo6512@163.com" ]
xiamo6512@163.com
9312e0896492c7cea6084d46a153a72f933902ef
9508e47b9471a614e367d3e1277d477f1e1a3843
/net-prog/unp/unpv12e/udpcliserv/udpcli05.c
6bfa2eb127038f0ad019be19f0d3fcd40ec619c9
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
rkks/refer
f4dd8e4a0b8fc00c189a1a0aa05359445d36aed4
ae118ce7d4888b5a9bdb43aaaff2569af791f334
refs/heads/master
2022-09-29T08:32:56.961875
2022-09-19T07:30:59
2022-09-19T07:30:59
127,179,189
6
1
NOASSERTION
2022-04-06T03:31:16
2018-03-28T18:04:47
C
UTF-8
C
false
false
694
c
#include "unp.h" int main(int argc, char **argv) { int sockfd; struct sockaddr_in servaddr; if (argc != 2) err_quit("usage: udpcli <IPaddress>"); bzero(&servaddr, sizeof(servaddr)); servaddr.sin_family = AF_INET; servaddr.sin_port = htons(SERV_PORT); Inet_pton(AF_INET, argv[1], &servaddr.s...
[ "ravikirandotks@gmail.com" ]
ravikirandotks@gmail.com
a6fb49d3792de300c9a68f6e2902cff75350cc68
2879510b847c4c719da47d54fc517377ba3fe6e6
/samples/YPPodSample/Pods/Headers/YouPers/YPLoginApi.h
cf8c0b0f33c98f4903a238e98cd40da7ec3192f4
[ "MIT" ]
permissive
YouPers/yp-ios-sdk
84f7ca75a324cdcae1167318f4926c1f92df6fed
043de630c5d94c6c4519f8bb0d99291ed008b0aa
refs/heads/master
2020-04-14T11:14:55.051434
2014-09-03T08:50:10
2014-09-03T08:50:10
null
0
0
null
null
null
null
UTF-8
C
false
false
30
h
../../YouPers/src/YPLoginApi.h
[ "jacopo.sanguineti@youpers.com" ]
jacopo.sanguineti@youpers.com
3486b8d213d78781af1b637fe13ac83e74e7902b
3b04925b4271fe921020cff037b86e4a5a2ae649
/windows_embedded_ce_6_r3_170331/WINCE600/PRIVATE/TEST/BASEOS/DRIVERS/TOUCH/API_FUNCTION/TOUCHTEST/globals.h
dd1030a09e812795cf54d6b7ed5b38b16a9eb121
[]
no_license
fanzcsoft/windows_embedded_ce_6_r3_170331
e3a4d11bf2356630a937cbc2b7b4e25d2717000e
eccf906d61a36431d3a37fb146a5d04c5f4057a2
refs/heads/master
2022-12-27T17:14:39.430205
2020-09-28T20:09:22
2020-09-28T20:09:22
null
0
0
null
null
null
null
UTF-8
C
false
false
6,409
h
// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft shared // source or premium shared source license agreement under which you licensed // this source code. If you did not accept the terms of the license agreement, // you are...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
62be0f4593fa179d8d57c9d587e65f011b0fb960
892130daaba960ce9649303180a4ea3861522ab7
/ra305x_drivers/Jedi_7628/embedded/common/wsc.c
242ea1fbd738f8de5c3718b78ea29f38a096b703
[]
no_license
ColdwindY/mtk7628_eCos
6965a21138a5b59fb898b8460bafd0e3533d7045
903742d9060135e12ab6ad6eea31e72b545c97f6
refs/heads/master
2022-03-28T14:46:23.300621
2019-12-06T07:55:54
2019-12-06T07:55:54
null
0
0
null
null
null
null
UTF-8
C
false
false
334,327
c
/* *************************************************************************** * Ralink Tech Inc. * 4F, No. 2 Technology 5th Rd. * Science-based Industrial Park * Hsin-chu, Taiwan, R.O.C. * * (c) Copyright 2002-2006, Ralink Technology, Inc. * * All rights reserved. Ralink's source code is an unpublished work a...
[ "421811575@qq.com" ]
421811575@qq.com
2778516ab93de389f72c6a8ee8ea6400fb187013
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/645f0762-8d50-4eda-b007-b8285192bad1.c
53e8c46cad1061efb9b352a5f972f1aab17b54c0
[]
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
602
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=122; int k; int l; k = 53; k = 64; k = i/j; l = i/j; l = i/j; l = l/j; l = i%j; l = l-j; l = k-k*i; //variables /* START VULNERABILITY */ int a; char b[74]; char c[47]; a = 0; whil...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
72ca2a63d955031ad46090842dc35a48ca47a66c
b36035abedc3e5c6915f6ea5f6b4b589e914b2f4
/DigitalSoccerTable/fonts/Roboto_10.h
0d6b1f851e70943797ec22cbd890aa9e63b18182
[]
no_license
llinke/DigitalSoccerTable
49a4f7cae00680a38849f4c44a943a27d9318f4d
89980e725778b23a6c4b679be0e09cd5f9112e41
refs/heads/master
2021-05-11T08:48:51.378150
2018-11-01T12:07:56
2018-11-01T12:07:56
118,062,157
0
0
null
2018-06-13T00:35:58
2018-01-19T01:52:32
C
UTF-8
C
false
false
21,260
h
// Created by http://oleddisplay.squix.ch/ Consider a donation // In case of problems make sure that you are using the font file with the correct version! const uint8_t Roboto_10[] PROGMEM = { 0x09, // Width: 9 0x0D, // Height: 13 0x20, // First Char: 32 0xE0, // Numbers of Chars: 224 // Jump Table: 0xF...
[ "lutz.linke@atos.net" ]
lutz.linke@atos.net
2e8f9f2bcdd58af99413fcddbd870f3c194eb562
369bd8660228642eb32c8c4cd981200be7974cbc
/ParkingSystem/Source/ParkingSystem.c
8d5cd2879a31f19c278286afb8371f195863edba
[]
no_license
skyformat99/Parking-ZigBee
3b4be9f75af72ac8ba91088229246d1271bdd5a5
83abcc59a4d65fc205f53c401a5a11cc07df61ad
refs/heads/master
2021-01-19T19:01:36.830148
2017-05-09T02:41:14
2017-05-09T02:41:14
null
0
0
null
null
null
null
GB18030
C
false
false
20,359
c
/********************************************************************* ** 项目名称:新型停车场引导与防盗系统 ** 功能概述:传感器数据采集:车位状态、亮度信息; GPRS模块数据传输:TCP传输、短信发送; LED控制:车位状态LED灯、LED数码管 ** 相关说明:基于例程SampleApp修改 ** 修改日期:2015年5月8日 *********************************************************************/ #include "OSAL.h"...
[ "893769393@qq.com" ]
893769393@qq.com
b41a814f4e1608f1544508d8586fc08fe4202720
90a289121bf3a9e312e79f87a46a6d1f87da6cfd
/testsuite/src/test_randv.c
712b3dccab2ceed2fbb37682d70b243dc2d2ad6c
[ "BSD-3-Clause" ]
permissive
tks2004/blis
3dcf15c99605715dbedce8d635445c41becc491c
7af5283dcc3dded114852d6013d33134021b81aa
refs/heads/master
2020-03-30T16:44:49.602702
2018-06-11T09:30:22
2018-06-11T09:30:22
null
0
0
null
null
null
null
UTF-8
C
false
false
6,810
c
/* BLIS An object-based framework for developing high-performance BLAS-like libraries. Copyright (C) 2014, The University of Texas at Austin Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Re...
[ "field@cs.utexas.edu" ]
field@cs.utexas.edu
3636e092cd6c760852642aae4028c2ad525f1660
b865591067ca9c58660b5814570a82604ccdd8ce
/HummingBit/src/UART_control.h
5a9e8929c6b14afef28f77a0fde43caf83355692
[]
no_license
raghunathF/HumB
6b49b9a34603d6f832d17d3f50441d6ef773a0e8
0fe8efd096d4a61443a5d829e132e2e331088d3c
refs/heads/master
2021-09-07T12:19:51.620349
2018-02-22T20:18:12
2018-02-22T20:18:12
null
0
0
null
null
null
null
UTF-8
C
false
false
1,049
h
/* * UART_control.h * * Created: 12/12/2017 8:48:11 AM * Author: raghu */ #ifndef UART_CONTROL_H_ #define UART_CONTROL_H_ #define SUCCESS 0x55 #define FAILURE 0x00 #define MAX_REC_BYTE 20 #define MAX_TRANSMIT_VALUE 20 #define NOTIFICATION_TRANSMIT_LENGTH 1 #define SENSORS_TRANSMIT_LENGTH 4 #define TEST_TRANS...
[ "raghu@finchrobot.com" ]
raghu@finchrobot.com
0164259c67b6529e69f44f59d423bd847608609d
2fceac90f9b45722e245b8e47384d8a326c1046c
/A2/A2Q3.c
142978d633114aa921fe1a3f985c01f6908ec9c7
[]
no_license
ezz2802/ECSE-427
4d6879e730017bedd40010a55c215d6c22eab1f4
801f73d2cd1a5cc298f9550b58cc17457bf0a3e3
refs/heads/main
2023-01-04T22:55:19.034645
2020-10-31T03:59:10
2020-10-31T03:59:10
308,799,452
0
0
null
null
null
null
UTF-8
C
false
false
3,040
c
#include <time.h> #include <float.h> #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <pthread.h> #include <semaphore.h> static int data = 0; static int wrts = 0; static int read_count = 0; static sem_t rw_mutex, mutex; const int num_reader = 500; const int num_writer = 10; static float time_reader ...
[ "noreply@github.com" ]
ezz2802.noreply@github.com
b9bc0cd45377f0e2bd04b520bbcd2c597955a302
d1e4b18ed84b2696102f24042053da1ef11681af
/include/error.h
5684ff6016420819ea9fe0f913c32a1aaf830cfe
[]
no_license
NekoNoor/miniRT
7188ffbc868299a797e5e599ee4c49aac966c4aa
8c5a3d96472b7b241094ce57cf05bcec403475fa
refs/heads/master
2021-01-26T04:31:47.782086
2020-12-02T16:51:50
2020-12-02T16:51:50
243,310,108
0
0
null
null
null
null
UTF-8
C
false
false
1,022
h
/* ************************************************************************** */ /* */ /* :::::::: */ /* error.h :+: :+: ...
[ "nschat@student.codam.nl" ]
nschat@student.codam.nl
e1ed233178815a62b9de08832538c9e09a815cf4
e14b4e22710392a3dfe88a883a5e02d1995e45ec
/hal_code/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h
045416797bb955c7d4628a90d82fbb2f5dba8036
[]
no_license
Edlward/PMotor
b08540d976dd75cabca75364f095a036cb5deca4
fdf5598eb5bbf5ed870a26797c717089695c6154
refs/heads/master
2021-10-25T08:37:08.507515
2019-04-03T03:11:10
2019-04-03T03:11:10
null
0
0
null
null
null
null
UTF-8
C
false
false
1,381,978
h
/** ****************************************************************************** * @file stm32f446xx.h * @author MCD Application Team * @brief CMSIS STM32F446xx Device Peripheral Access Layer Header File. * * This file contains: * - Data structures and the address mapping...
[ "liusong.me@gmail.com" ]
liusong.me@gmail.com
691cbce0ead931a8a86e435c6458b0d57d4ea78a
b0ba9f5fd25e31261b69fb795013b570558e6240
/j05/ex05/ft_strupcase.c
7333af5c789e54de36990d903378913d1eb275b2
[]
no_license
brlamera/Piscine.
f0d774638b1f9c0723fe3bcb04e3602817e6f375
d94c9509c8f600b3c2d321f0cf1f4753ef17cf23
refs/heads/master
2021-01-13T14:18:27.690912
2018-02-16T21:57:49
2018-02-16T21:57:49
72,823,264
0
0
null
null
null
null
UTF-8
C
false
false
1,051
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strupcase.c :+: :+: :+: ...
[ "supershoco@gmail.com" ]
supershoco@gmail.com
a51145e585d712c4331e5d51de0c111a31571576
0270932f73174ea1becd019cd84ecc286ef4fa6a
/Plugins/PaperFlipbookWidget/Source/PaperFlipbookWidget/Public/PaperFlipbookWidgetStats.h
705f8f4a091658067e24d9274c23a39a05ebede3
[]
no_license
rudnema/GameJam2021
5286748b91840e893dd4294de9cea21f39e9a225
c7ec716558ea3f8cc84b1a4bc925eae21c93612a
refs/heads/main
2023-03-05T15:11:30.145176
2021-02-02T15:33:20
2021-02-02T15:33:20
333,566,160
1
0
null
null
null
null
UTF-8
C
false
false
298
h
// Copyright 2018 Elhoussine Mehnik (Mhousse1247). All Rights Reserved. //******************* http://ue4resources.com/ *********************// #pragma once #include "CoreMinimal.h" #include "Stats/Stats.h" DECLARE_STATS_GROUP(TEXT("FlipbookWidget"), STATGROUP_FlipbookWidget, STATCAT_Advanced);
[ "rudnema@gmail.com" ]
rudnema@gmail.com
d1b168d8a01d439c02fcb4cc5b5c00e7a2ecfd4b
49be72de6263dd7ab004c415fe120cd89b5a3e39
/c/off_t.h
13cc6d2f628bef61eb0f2a2417e6e505c1ae08a8
[ "MIT" ]
permissive
mojo-runtime/lib-linux
1c0312cbd237fc660d0c0ae867dabbdccb66b837
6dbfa74d17beda9be9c6e3b595c76f8df3cbb077
refs/heads/master
2021-01-01T15:44:24.240643
2015-12-10T17:29:37
2015-12-10T17:29:37
37,212,458
0
0
null
null
null
null
UTF-8
C
false
false
111
h
#pragma once #if defined(__arm__) || defined(__x86_64__) // generic typedef long off_t; #else # error #endif
[ "blake.m.sheridan@gmail.com" ]
blake.m.sheridan@gmail.com
8eb79f3350e6d08af2be0353fa58d942d9251465
d48c6948f01e5cad35b3317459f7a31cefb9fa04
/set3.7.c
231f26ef49d2ed424c8190595dacddbd2199130b
[]
no_license
nobilotus/nobilotus
46c40c33dc8bcc77a9d89fc1d22bb75e5c880ea5
efd08ddc64a72151c41508ed39efeb02611a8ebb
refs/heads/master
2020-04-12T20:25:44.068486
2019-02-08T13:25:28
2019-02-08T13:25:28
162,735,732
1
3
null
null
null
null
UTF-8
C
false
false
381
c
#include <stdio.h> int main() { char a[10]; int i,flag=0,count=0; scanf("%s",a); for(i=0;a[i]!='\0';i++) { count++; } for(i=0;a[i]!='\0';i++) { if(((a[i]<=0)&&(a[i]>=0))||(a[i]=='.')) { flag++; } } if(flag==count) { printf("yes"); ...
[ "noreply@github.com" ]
nobilotus.noreply@github.com
998e8d8eb07f55d930950972b142833f305a1e5b
338ea73991e8a2b707fd7b46fc550bc1189fb734
/main2.c
d4f948a73fb717b6bdded407d9e39fed21d687b7
[]
no_license
abrelle/C-project
e3b7c9fc43a616b795c27f37c7f99bb725ccbad9
4089d4dd46bf238b5b454c14c840fe15bc069d89
refs/heads/master
2022-05-31T13:08:58.507650
2020-05-02T20:02:54
2020-05-02T20:02:54
260,764,895
0
0
null
null
null
null
UTF-8
C
false
false
2,044
c
#include <stdio.h> #include <stdlib.h> #include "hw.h" //************************************ DATA FROM FILE ********************************************** void from_file(Song * s, int *j, int *mem_num) { int i, nj, no_structs = 0, rand = *mem_num; FILE* f = fopen(FILE_NAME,"rb"); if (f == NULL) { printf("Ne...
[ "46755278+abrelle@users.noreply.github.com" ]
46755278+abrelle@users.noreply.github.com
db884bc3bd4128323582d72ee1c436c670e82e25
f13ad0316cd55a9da29c25ced3785014c3f15c84
/VariablesMemory/main.c
a592fb33affd3a318aaf088604d486e48dd26246
[]
no_license
UclanPig2017/Test_Code_and_Programs
f803857b29c1d66c72f3f4a749983dbefd5df12a
1de5d9570271fdcf4846738ff7780999faa71014
refs/heads/master
2021-09-10T16:37:38.754432
2018-03-29T13:01:09
2018-03-29T13:01:09
107,793,639
1
1
null
null
null
null
UTF-8
C
false
false
582
c
#include "stdlib.h" //contains malloc function //#include "stm32f10x.h" int y, z1, z2; // int initVal = 0xAA; // int main(void) { int* pdata; pdata = malloc(3 * sizeof(int)); // *pdata = 0x1111; // *(pdata + 1) = 0x2222; // *(pdata + 2) = 0x33333333; // volatile int x=5; // ...
[ "32985406+SuShaikh@users.noreply.github.com" ]
32985406+SuShaikh@users.noreply.github.com
7b64b1670dc0efdfd201dbc662b75ca9e7c7fb02
048d2872b588154f4633a868fb2b98c8757f77f7
/vicky/42/piscine/C01/ex00/ft.h
48e38be4064e40e89a30c21b90ebe8f7a7657dab
[]
no_license
VickyStrike/project
c0bb0829b39bb181fa46bf85b4edf207796fbc4c
eea0327e1b22e5943a9b97dd8b59aded049e5f23
refs/heads/master
2020-12-08T21:49:45.213791
2016-11-22T13:11:10
2016-11-22T13:11:10
65,899,326
0
0
null
null
null
null
UTF-8
C
false
false
1,073
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft.h :+: :+: :+: ...
[ "m4s@debian" ]
m4s@debian
1d0b72d8a587b84dea05f0b23777598dd0120b2e
996a4a865aa058b7a0e3eb729a5e5e5c4303c5d0
/Ch2_Lab2-1/source/main.c
cec812108174e87d90418a3c1f35d1460cb3c8c5
[]
no_license
david0972910150/ch2_lab
74ebb9f4bd73bffe961239c28794855ac98497e8
93e46a387e699e987991708ef41d4ef23c859ae5
refs/heads/master
2020-04-01T00:59:28.660923
2018-10-12T08:52:35
2018-10-12T08:52:35
152,721,607
0
0
null
null
null
null
UTF-8
C
false
false
1,824
c
#include<stdio.h> #include<stdlib.h> int main(void) { char s1 = 'X'; char s2 = '-'; int i, j; int t1; int t2; printf("(1) \n"); for (i = 0; i < 10; i++) { for (j = 0; j < 10; j++) { if ((i == 0) || (i == 9) || (j == 0) || (j == 9)) { printf("%c", s1); } else { printf("%c", s2); } } printf(...
[ "david0972910150@gmail.com" ]
david0972910150@gmail.com
f22ad1789e4afff00ae6c9fb567e1cd79ef7b1a7
391116bdd1835f948e3f4340f3cbdd652dad4ade
/main.c
e3259ae1c66b83ec5cfabc4b6d62600d0dc8e908
[]
no_license
Sciencetastic/learningC
bcc7de139d6252581f04e8b3826e680550c92810
ee2d1abeb2ad6fc7a0ed7e5573e660f043014d4d
refs/heads/master
2020-03-27T06:59:29.026813
2018-08-27T08:59:28
2018-08-27T08:59:28
146,153,919
0
0
null
null
null
null
UTF-8
C
false
false
1,467
c
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: main.c * Author: William Arthur McDonald * * Created on August 25, 2018, 9:43 PM */ #include <stdio.h> #include <string.h> ...
[ "mcdonaldwilliama@gmail.com" ]
mcdonaldwilliama@gmail.com
0d201044ca57a50c21e04aba351694d6ab14f687
809a72b616507406816740620051874711e694af
/src/data/pokemon_graphics/front_pic_coordinates.h
56632aa4357d4f6306e11435951a429bd84378f7
[]
no_license
WiserVisor/FollowingPokeemerald
b02dcaa0bf6ef9b1d6336584a9496807b6a8c7be
050b543e497710d059322683a6bae602287ebae3
refs/heads/master
2023-09-01T20:31:43.073664
2021-10-15T06:11:51
2021-10-15T06:11:51
417,374,732
1
1
null
null
null
null
UTF-8
C
false
false
103,339
h
const struct MonCoords gMonFrontPicCoords[] = { [SPECIES_NONE] = { .size = 0x88, .y_offset = 0, }, [SPECIES_BULBASAUR] = { .size = 0x45, .y_offset = 13, }, [SPECIES_IVYSAUR] = { .size = 0x56, .y_offset = 9, }, [SPECIES_VENUSAUR] = ...
[ "ben@witort.com" ]
ben@witort.com
f6cfb40650dc405925e57c7d77f93839ff470e15
a0afb260f374a5c3571d9da4ce59996ce2b2f4d8
/shared/shared.h
f92d12d868a6620dc622c233ba208a0482c6d090
[]
no_license
rhelmus/ar-rover5
37f80aae5dd15614c96bd3bee18565b4bc178474
e4a48d2dadd457d3ff4858c00fd70ab3000bc1e6
refs/heads/master
2021-01-01T20:34:30.844666
2013-09-22T11:32:22
2013-09-22T11:32:22
null
0
0
null
null
null
null
UTF-8
C
false
false
2,885
h
#ifndef SHARED_H #define SHARED_H #include <stdint.h> enum EMessage { // Spider to control messages MSG_SHARPIR = 0, MSG_MOTOR_TARGETPOWER, MSG_MOTOR_SETPOWER, MSG_MOTOR_TARGETSPEED, MSG_MOTOR_TARGETDIST, MSG_MOTOR_CURRENT, MSG_ENCODER_SPEED, MSG_ENCODER_DISTANCE, ...
[ "rhelmus@gmail.com" ]
rhelmus@gmail.com
e1445c3d594c3649651ba1ffa4d60b77fe15a3d8
b61d4752d1d4430b41771de0d3befe1a2395a648
/double_linked_list.c
a534a1bcb2f503e7ca91b791e9a5c834e6c522b0
[]
no_license
immanuala07/Data_Structure_programs
a7f823776074b0daf9f2ca01e26674908a21fedb
424f0b7a5c207518e9ea2932baa6cc88f1116f68
refs/heads/master
2021-01-22T04:23:09.105156
2017-02-27T04:40:18
2017-02-27T04:40:18
81,531,573
0
0
null
null
null
null
UTF-8
C
false
false
5,640
c
#include <stdio.h> #include <stdlib.h> struct node { struct node *prev; int n; struct node *next; }*h,*temp,*temp1,*temp2,*temp4; void insert1(); void insert2(); void insert3(); void traversebeg(); void traverseend(int); void delete(); int count = 0; void main() { int ch; ...
[ "noreply@github.com" ]
immanuala07.noreply@github.com
8a85efad14e78481d27a36989b746bcfb3492299
8f51e47cd83beccb216bf4c37228f0fa7b350f0a
/distserv/src/logger.c
26184829987d25e8d9b1fce49eef2f3b1934713f
[]
no_license
Bytewerk/freifunk_bot
19562166d819cbee88fba6b2bc14b64da883b198
1043270594df3d7616e2d6369537c627e8b54be4
refs/heads/master
2016-09-05T17:08:31.712964
2016-02-17T20:48:37
2016-02-17T20:48:37
29,782,775
1
1
null
null
null
null
UTF-8
C
false
false
4,023
c
/* * vim: sw=2 ts=2 expandtab * * "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): * Thomas Kolb <cfr34k@tkolb.de> wrote this file. As long as you retain this * notice you can do whatever you want with this stuff. If we meet some day, * and you think this stuff is worth it, you can buy me a pizza ...
[ "thomas@tkolb.de" ]
thomas@tkolb.de
6d0dfa01da6928f91d3d93cbdece4c4bac8d0acf
e2fe2c20075e0d565dc8476235c6837b64195f9f
/Toshaba/TMPM37x/TMPM373/cmsis_lib/lib/inc/tmpm373_fc.h
aba9f0c59e90b33563dc6ace6938811cc5bb4f40
[]
no_license
clarenceliu/Mplib
8b10b90c7936d240cda934c5c7f7012fc4a109c3
b8f28cba94350fe2988ec4f5e178362b2df70923
refs/heads/master
2020-12-25T16:02:16.713530
2014-09-12T06:01:17
2014-09-12T06:01:17
null
0
0
null
null
null
null
UTF-8
C
false
false
5,880
h
/** ******************************************************************************* * @file tmpm373_fc.h * @brief This file provides all the functions prototypes for FC driver. * @version V2.2.0 * @date 2011/05/26 * * THE SOURCE CODE AND ITS RELATED DOCUMENTATION IS PROVIDED "AS IS". TOSHIBA * ...
[ "xinyun@coocox.com" ]
xinyun@coocox.com
bfb924ca291f5ac5a96332a6f2f6482e1841e802
06a45ecf81ef2ab078ba1f624e2c5820129e34f6
/engine/hexenworld/server/sv_user.c
635d17e7e67495959913bde23616d16d647ed464
[]
no_license
sezero/uhexen2
1cade66964dd6b550fd9656b0609bee76d2b0227
f2366631dbcdea5040cbc3ec36a1992d0370cce3
refs/heads/master
2023-08-31T14:47:11.051473
2023-08-20T02:05:10
2023-08-20T02:05:10
204,169,716
53
16
null
2022-06-20T12:32:29
2019-08-24T14:39:42
C
UTF-8
C
false
false
37,103
c
/* * sv_user.c -- server code for moving users * * Copyright (C) 1996-1997 Id Software, Inc. * Copyright (C) 1997-1998 Raven Software Corp. * * 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 Founda...
[ "sezeroz@gmail.com" ]
sezeroz@gmail.com
92fab181a11bc7b18070291f77e249045900d28a
99e81df4183f9b9476ce83168690b56b6636b175
/libft/ft_strcpy.c
a8d1ace2e2256d52fbd8b99b5a5d70f8079f964a
[]
no_license
ayguillo/Corewar
1cc346afdf9e14d7bc571f46a1b3274907a27d7f
bebeeb7f3654c8dc265ddc3ae45125b9b88c0b2c
refs/heads/master
2020-05-26T23:01:23.834481
2019-09-17T18:30:10
2019-09-17T18:30:10
188,406,564
0
2
null
null
null
null
UTF-8
C
false
false
1,038
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcpy.c :+: :+: :+: ...
[ "ayguillo@e1r9p4.42.fr" ]
ayguillo@e1r9p4.42.fr
4768e414771cbf4c899ce07d7920a4753e0b2f72
8ee251c181046c122282da1cd5983edd2c3fe4ed
/swap.c
c04c1e803f4e172708c0005bc73aa89a149a9930
[]
no_license
alpha-22/hackk-program-
f964372cb4bbea640c8c10395548d1b4f0906918
dbb366995a2bdc0835f90a64058063a41dbdf761
refs/heads/main
2023-08-09T05:25:41.499532
2023-07-31T10:51:06
2023-07-31T10:51:06
307,480,714
0
0
null
null
null
null
UTF-8
C
false
false
271
c
#include <stdio.h> int main() { int x, y; printf("Enter Value of x "); scanf("%d", &x); printf("\nEnter Value of y "); scanf("%d", &y); int temp = x; x = y; y = temp; printf("\nAfter Swapping: x = %d, y = %d", x, y); return 0; }
[ "noreply@github.com" ]
alpha-22.noreply@github.com
2ab2b1f09c2bc6da4023b2b1576d097542c0752e
8a4047985bf3b40923bcdf5d2e175b4d319d984d
/STM32Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c
5d9be12acc8790795aa4812eef6898c750fab5b1
[]
no_license
zouboan/STM32H743-Bootloader
0a746b8fb3abb2af2cab7c67b700a5bf772cc9ff
2cb72bbcfbc564688560ace5a17291e9b507ed9e
refs/heads/master
2020-04-13T12:06:04.888452
2019-01-12T03:48:18
2019-01-12T03:48:18
163,192,639
9
4
null
null
null
null
UTF-8
C
false
false
35,113
c
/** ****************************************************************************** * @file stm32h7xx_hal.c * @author MCD Application Team * @version V1.2.0 * @date 29-December-2017 * @brief HAL module driver. * This is the common part of the HAL initialization * @verbatim ...
[ "noreply@github.com" ]
zouboan.noreply@github.com
418402a3717c155ba661c1862065ee19b58cd1d7
831ed85b5730387908c40fe4e9c58ae442ef1581
/sys/scsi/scsiconf.h
7ab43787a127a3388c2f38ec86c93f07f456f002
[]
no_license
GitHubFocus/FabBSD
949ad97ce90f3b7874be98bfc6f0d24c06bf7bed
19d390bc515cee0afb8ec27ee3e0f38d487b4f32
refs/heads/master
2020-04-07T05:31:52.675033
2018-06-12T09:10:22
2018-06-12T09:10:22
null
0
0
null
null
null
null
UTF-8
C
false
false
18,775
h
/* $OpenBSD: scsiconf.h,v 1.94 2008/07/22 01:01:31 dlg Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* * Copyright (c) 1993, 1994, 1995 Charles Hannum. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided ...
[ "vedge@b83589b1-170a-47ad-b9cd-3de6c41813fc" ]
vedge@b83589b1-170a-47ad-b9cd-3de6c41813fc
03b8d724ae45f31cd231183e39a6f0c6ca4a6829
3d9eff985b33d617a1c73ea0a78ea62594a309c6
/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/stm32f7xx_hal_dac.c
add5834d0c3d6682555094a5feb8987c4fa0ffe6
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
IlliniSolarCar/mbed
1dfd83d93eb3fb1f5c405c11866958feac477ca0
58a1f8e76c443988eadae3447d4c7681266edb80
refs/heads/master
2023-05-15T02:47:06.532504
2022-06-16T18:53:17
2022-06-16T18:53:17
201,303,329
4
0
Apache-2.0
2022-06-16T18:53:18
2019-08-08T17:10:08
C
UTF-8
C
false
false
31,607
c
/** ****************************************************************************** * @file stm32f7xx_hal_dac.c * @author MCD Application Team * @version V1.0.0 * @date 12-May-2015 * @brief DAC HAL module driver. * This file provides firmware functions to manage the following * ...
[ "bco.stm@gmail.com" ]
bco.stm@gmail.com
1165411d82e0d5f8deebc0ba83f3dd646310baba
4293a5cfe2f75ef67bf315b1b65324e0787fd885
/leg_info.h
babb37d17d536eaed4dbca22d80ce095b6851821
[]
no_license
solotims/rhex
fb169ef5ad74697ecaea178ea4075231ba76523f
7506ee571a803d2fc44b7b77e4d0ed28c9438b78
refs/heads/master
2022-11-06T21:40:29.219117
2020-06-25T00:22:58
2020-06-25T00:22:58
261,673,559
0
1
null
null
null
null
UTF-8
C
false
false
850
h
#ifndef leg_info #define leg_info #include <math.h> typedef struct leg_info_header leg; struct leg_info_header{ int id; float desired_theta; int forwards[5]; int gait; float zero; bool right_side; bool deadzone; bool dead_from_neg; //следующие параметры обновляются для каждого но...
[ "noreply@github.com" ]
solotims.noreply@github.com
00805c8f3e2ac85b77678baf8e1c299180dc6fde
9f2eb31c7335a3c844627aac845011a2b8417179
/concurrency-mapreduce/comp_test.c
3f47961411f60f266d0eaa9227a71b91022903cb
[]
no_license
iwahbe/ostep-projects
15b4561ffe985923849a58e404114de5dfefab72
c4bdf608b0dc3b74bf9aa99c8997eae2f558d63a
refs/heads/master
2022-12-28T02:36:42.600691
2020-10-16T23:31:56
2020-10-16T23:31:56
295,010,453
1
0
null
2020-09-12T19:16:25
2020-09-12T19:16:25
null
UTF-8
C
false
false
647
c
#include "mapreduce.h" #include <stdio.h> void reduce(char *key, Getter get_func, int partition_number) { printf("reduce called with key: '%s', partition_numer: '%d'\n", key, partition_number); get_func("get_func", 9); } unsigned long partition(char *key, int num_partition) { printf("partition called o...
[ "ian@wahbe.com" ]
ian@wahbe.com
aedf8e78f69544b3d89e42c58d73d303be84bfb1
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14327/function14327_schedule_12/function14327_schedule_12_wrapper.h
6b49e0dafccfea4630973bfeac8aee2b3f89aacb
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C
false
false
306
h
#ifndef HALIDE__generated_function14327_schedule_12_h #define HALIDE__generated_function14327_schedule_12_h #include <tiramisu/utils.h> #ifdef __cplusplus extern "C" { #endif int function14327_schedule_12(halide_buffer_t *buf00, halide_buffer_t *buf0); #ifdef __cplusplus } // extern "C" #endif #endif
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
9289f8d62faa4aaa0d620afddb08412a406c117d
75370da49e096ae40fda441faecb6bf7c9947ff0
/nrf_g.h
67ed99a803275f6f101a5d83ef57e08fe46ef17c
[]
no_license
VikramPinto/nrf24l01-
e5545d543fc8fb329e81d5e1cf88ac32368b5b45
0a9128ed7d155d71638abf17715b81d877999b30
refs/heads/master
2021-01-10T14:34:26.429596
2016-11-02T09:56:01
2016-11-02T09:56:01
52,335,631
0
2
null
null
null
null
UTF-8
C
false
false
3,248
h
typedef unsigned char uint8_t; typedef unsigned short int uint16_t; typedef unsigned long uint32_t; // SPI(nRF24L01) registers(addresses) #define CONFIG 0x00 // 'Config' register address #define EN_AA 0x01 // 'Enable Auto Acknowledgment' register address #define EN_RXADDR 0x02 // 'Enabled...
[ "vikrampinto.vik@gmail.com" ]
vikrampinto.vik@gmail.com
63c6556a9788e77a7f36f857d0f96ba828436e4c
e256d21d572c11364b80862120d533769e353153
/include/nanomsg/utils/list.c
7754470a48b93ddf2b4e074eee81126bd46a7cfa
[ "MIT" ]
permissive
zhuzhenping/JSTrader
fc366cf899bdbd901ead98499144a0619fb5045e
22e280275ca98216ad0ab05c0ec4a471dd9545fd
refs/heads/master
2020-03-16T21:48:24.031761
2017-09-03T02:14:51
2017-09-03T02:14:51
null
0
0
null
null
null
null
UTF-8
C
false
false
3,455
c
/* Copyright (c) 2012 Martin Sustrik All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to...
[ "kangseung@163.com" ]
kangseung@163.com
3d4b482338c0fb2f24b1ea0bcda6d1e75cad52f9
84aacfa9d4dbb48175c9700b85fbbda294e0d8d3
/src/PuTTY/windows/wincons.c
6b5c2368cf5d2efb619c0421b3143ede946659a7
[ "MIT" ]
permissive
OS-Q/W37
8c3c501a9d4834fdcb405bf757362cf790f412b4
be2f45cc975f93f2079ff9427de53936c6e033cb
refs/heads/master
2022-12-31T09:01:52.835552
2020-10-21T09:58:29
2020-10-21T09:58:29
153,408,131
1
0
null
null
null
null
UTF-8
C
false
false
13,949
c
/* * wincons.c - various interactive-prompt routines shared between * the Windows console PuTTY tools */ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include "putty.h" #include "storage.h" #include "ssh.h" int console_batch_mode = FALSE; static void *console_logctx = NULL; /* * Clean up and exit...
[ "qitas@qitas.cn" ]
qitas@qitas.cn
ed87211097144e17c2106624d60286e9b26b7506
63172395a3257d1d66bfd1039829b43d4601f959
/kattis/r2.c
da9ce9b10fc980f4bf9dcd4f97d8fa037aa0114e
[]
no_license
raja-moukhass/competitive-programming
47f729bd7e233bf8c9dc7bbabefb22f6156ca425
68202f84baaa6946c89de1e3a145f4bdc47741d5
refs/heads/master
2021-02-04T00:03:51.940892
2020-12-19T10:32:32
2020-12-19T10:32:32
243,580,766
3
0
null
null
null
null
UTF-8
C
false
false
162
c
#include <stdio.h> #include <stdlib.h> int main() { int a; int b; scanf("%d", &a); scanf("%d", &b); printf("%d\n", 2*b -a); }
[ "moraja858@gmail.com" ]
moraja858@gmail.com
689d833f52b337b44ef21c332df937fdccdff0b5
f7926bafaa05a5ddd0ddac54108c3321d8487171
/metal-cell/drivers/mini-bridge.c
fd3a51599bc2b9947d3ca141dbf5f7da61a6a36c
[]
no_license
heyongli/digital-toy
43ea9884b731c6690cec308cf65fe94e00e002f0
11ea46ed29ca28699863a33261c9c5e72e840d27
refs/heads/master
2021-06-06T11:51:32.729024
2021-01-11T07:32:14
2021-01-11T07:32:14
33,159,551
2
0
null
null
null
null
UTF-8
C
false
false
2,210
c
/* * Digital-toy mini h-bridge */ #include "hrduino.h" #include "include/bitops.h" #include "include/avrio.h" #include "pwm.h" #define LMOTOR_PORT PORTD #define LMOTOR_PWM OC2B #define LMOTOR_CTL PD4 #define RMOTOR_PORT PORTB #define RMOTOR_PWM OC2A #define RMOTOR_CTL PB4 #define MOTOR_FWD 1...
[ "heyongli@bd95d526-8348-11de-9000-790dadb5e1c7" ]
heyongli@bd95d526-8348-11de-9000-790dadb5e1c7
896036327b38747a8c13f197dcdbc0c2ca2f2da9
76856f55f5d0b34dadaa4ba20f8f0137c1b142eb
/medios/snd/codecs/mikmod/mwav.c
9a186f0d8f04a8aedc5651e2c6397d2c8d4453e8
[]
no_license
jcrona/ArchOpen
83d55759ec189e4195ff4d05f93d1b5e7da09261
e4765f756c5a8c339e6ddc957a8326c5ff855d43
refs/heads/master
2020-03-31T02:32:38.994767
2018-10-06T10:32:16
2018-10-06T10:32:16
151,828,675
0
1
null
null
null
null
UTF-8
C
false
false
4,564
c
/* MikMod sound library (c) 1998, 1999, 2000, 2001 Miodrag Vallat and others - see file AUTHORS for complete list. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of th...
[ "jc@rona.fr" ]
jc@rona.fr
18f0dc5ceec5af66ce9feaf5ad6133e2d893653e
cde85487aa83f423dc6a12c64c0ce7dac55ca4ac
/PolynomialsWithLLst.c
c51fa7d5d429fe99a750f8d1d72d2d50137d3930
[]
no_license
junttang/BasicDataStructures
718eb5d955a522290dbb654d7db7ee39449c464d
c532055166a32ac911a0558b47008900083d7c43
refs/heads/main
2023-06-20T12:49:27.946483
2021-07-18T09:24:00
2021-07-18T09:24:00
387,130,596
1
0
null
null
null
null
UTF-8
C
false
false
2,151
c
#include <stdio.h> #include <stdlib.h> // Summing Polynomials with LinkedList! typedef float FLOAT; // just for good looking typedef struct poly_node { int coef; int expon; struct poly_node * link; }Node; typedef struct poly_node * poly_pointer; poly_pointer a, b, d; void Attach(int coef, int expon,...
[ "noreply@github.com" ]
junttang.noreply@github.com
b98a74e6336643bd0aea8d02cbfd2468cc23d4ab
987d0d12b774f9c78e23dd7135947473f1774f3c
/mech_eap/inquire_cred.c
f75ccf0bd462c81e4bd5247431eb27e6670409a7
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
janetuk/mech_eap
457a4c464682d0ca02cc17f4d4efb5d7e256b42a
0da2676477e0341c3f2733411e7c90b6c9c98382
refs/heads/master
2022-05-28T22:43:14.722894
2022-03-01T17:04:09
2022-03-01T17:04:09
6,545,637
1
1
BSD-3-Clause
2021-08-18T07:33:11
2012-11-05T14:31:30
C
UTF-8
C
false
false
2,366
c
/* * Copyright (c) 2011, JANET(UK) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of condit...
[ "lukeh@padl.com" ]
lukeh@padl.com
b56b41ec54ba5d8194e26452c8381016a9e3ca9d
6dbf03d9e0c1cd74c3a8cef4af9ceaf7e74fca71
/libft/ft_memalloc.c
b96f1a218316ff1bbdd031bb94c0a7ee2ee3efbe
[]
no_license
ichado11/get_next_line
3d843ac90fb2f63d26a4c6b32f921ca2b32ac546
7e7eb0a4de16657e90c36bf7df55c3d1850bf723
refs/heads/master
2021-04-26T16:46:14.706364
2018-03-05T20:17:59
2018-03-05T20:17:59
123,973,335
0
0
null
null
null
null
UTF-8
C
false
false
1,036
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memalloc.c :+: :+: :+: ...
[ "noreply@github.com" ]
ichado11.noreply@github.com