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
16b65ff6aafbc330442aa6790f910a2aa98548e8
bfb65e0279ec68e0f43ce3b55668d2c3b0c3a0eb
/Pods/Headers/Private/DLUIKit/GFSH_OptionModel.h
f92a13fa427ef63c08acf17d1ded30dae4d9f8a2
[]
no_license
xuanmeijan/Supermarket
03326d58939118066efe0a91948c053d748c75b7
94a40813e0680a8dfa8232b11f87cac30a5dcd53
refs/heads/master
2020-03-13T04:18:26.914342
2017-02-05T08:18:21
2017-02-05T08:18:21
null
0
0
null
null
null
null
UTF-8
C
false
false
52
h
../../../DLUIKit/Classes/DrawHtml/GFSH_OptionModel.h
[ "hf941@qq.com" ]
hf941@qq.com
93ffb10afe201a5aa20bb5ed54acb0ed13137e79
121d55df10befa7ab731ac9fc8d9980c777e88b0
/wwgetc.c
adb7bfec1d5139d4f9f5d4e4633f699322877284
[]
no_license
shekkbuilder/inettools
1067830a796eca1fe4cc41f37521d032008d4661
fb36a7df0abeb40e424ac82c7226dd8d15dbaa2d
refs/heads/master
2021-01-21T09:06:53.634146
2013-09-16T08:19:08
2013-09-16T08:19:08
null
0
0
null
null
null
null
UTF-8
C
false
false
1,665
c
#include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #include "url.h" int get_url(char *url) { char proto[100],user[100],pass[100],host[100],path[1000]; int port; int ret; int s; struct sockaddr_in sin; char addr[4]; char buf[640...
[ "yoshiokatsuneo@gmail.com" ]
yoshiokatsuneo@gmail.com
65b90887c9123c6fe58bdfaabbc7c8446c2b3f98
12d9335eaee4e7acac078fb314436e3cf0e8b853
/userspace/libraries/libjson/Json.h
4e03457c03717e7b129b00aa79b10d67df45140a
[ "MIT", "BSD-2-Clause" ]
permissive
FMMazur/skift
385ae04878f18bf7ee8e9a8ee89758de50e79510
8a837fdbdcb6b64215ce1abb3fb6cc5a9881eab5
refs/heads/main
2023-04-21T11:48:19.648979
2021-05-06T19:04:20
2021-05-06T19:29:48
364,786,643
0
0
NOASSERTION
2021-05-06T04:42:24
2021-05-06T04:42:23
null
UTF-8
C
false
false
161
h
#pragma once #include <libutils/Scanner.h> #include <libutils/String.h> #include <libjson/Parser.h> #include <libjson/Prettifier.h> #include <libjson/Value.h>
[ "nicolas.van.bossuyt@gmail.com" ]
nicolas.van.bossuyt@gmail.com
acd1b96aa027a5e099280433023df996198773f5
531b9e7cd920b1551161bcc83ee74842e3c521d3
/parser/parser.c
a63690a888667d19b184d5fbe0ccf424465de745
[]
no_license
sannahul/turtle
effdaae2ceb56606f9c0ee89b444d1a7547562a4
cdc695d0eaf0260c3df6f939c888340b9954cf01
refs/heads/master
2021-05-04T17:15:42.975704
2018-02-05T06:59:13
2018-02-05T06:59:13
120,266,584
0
0
null
null
null
null
UTF-8
C
false
false
7,788
c
#include "parser.h" int main(int argc, char **argv) { Program p; check_arg(argc); read_words(argv[1], &p); p.cw = 0; p.count = 0; prog(&p); free_list(&p); return 0; } /* read words from the user's input file into an array. store the line number for each word. */ void read_words(char *f,...
[ "noreply@github.com" ]
sannahul.noreply@github.com
bfe2f22bc154ac44f2dc909aa38e9a570602db09
393975db4bf0301dc58ae8605dd260d0f44ee76d
/ch09/Lab9-4/twoarysample.c
8ffcfeb6428f313765b55a22fa393d1dc4ddcaa1
[]
no_license
leekil/Port-Folio
80f7236b90987c22f45b7800b86262b6e3c3de41
036389f9d66e5b8457e71a2577e91b85a80a61d8
refs/heads/master
2020-07-03T05:13:06.218157
2016-11-29T16:20:52
2016-11-29T16:20:52
74,195,329
0
0
null
null
null
null
UHC
C
false
false
511
c
#include <stdio.h> int main(void) { int abc[4][3] = { {1, 2, 3}, { 5, 6, 7 }, { 9, 10, 11 }, { 13, 14, 15 } }; int rowsize = sizeof(abc) / sizeof(abc[0]); int colsize = sizeof(abc[0]) / sizeof(abc[0][0]); printf("각 행의 첫 주소 출력: \n"); for (int i = 0; i < rowsize; i++) printf("%d ", abc[i]); printf("\...
[ "dlrlf369@naver.com" ]
dlrlf369@naver.com
210eb3638a0182eff858bd2ccd58dc2d56495c46
332a33909f13b7d4e3c189c3172ae2d62fa9eb31
/src/core/read_stdin.c
9ea36c4119b0a81c4f084e8ffdddde0a6fa8df6a
[]
no_license
rbarbazz/minishell
81d8b83961581b2f6127876f85783a2ff58141a3
ee8e09e13d2aa2de10411181b008853294987694
refs/heads/master
2021-09-21T22:43:48.128462
2018-09-02T10:14:04
2018-09-02T10:14:04
147,073,799
0
0
null
null
null
null
UTF-8
C
false
false
1,641
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* read_stdin.c :+: :+: :+: ...
[ "raphael.barbazza@gmail.com" ]
raphael.barbazza@gmail.com
da20af47f5909841f238c747b5cc32c01ac67fad
3940a58ae35fefcca88cb3884936a40ad89aa82d
/libft/src/string/char/ft_isalnum.c
15a7aaeffd23304092d6f663d5fea8f064b4acef
[]
no_license
adrienpsl/lem_in
959d1bbe80d58d6a1558dadb7557b869d0f99468
f91d152ea46e4eb4746efbcc8c8c151b92a40f14
refs/heads/master
2020-03-20T22:23:51.284885
2018-08-22T12:52:46
2018-08-22T12:52:46
137,796,330
0
0
null
null
null
null
UTF-8
C
false
false
1,025
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isalnum.c :+: :+: :+: ...
[ "adpusel@student.42.fr" ]
adpusel@student.42.fr
0bde7ebdf4a027b65fd10b1d3b8342acbec84ce2
5dbb58b94c6aed93eb082aecc1571ad0490d82ab
/dist/coleco/demo/src/packed.h
ef57710281321b319f01998673a0657ca36819f3
[]
no_license
tursilion/vgmcomp
31738f6d60c911386d6f603d81c770864fbb846e
207d358e95b365c49e34c404eb97d9bae069e3a4
refs/heads/main
2022-02-12T10:17:37.793196
2022-01-27T06:03:42
2022-01-27T06:03:42
226,828,760
0
0
null
null
null
null
UTF-8
C
false
false
111,339
h
// // Data file packed.spf - May 06, 2014 // const unsigned char packed[] = { 0x3B,0x20,0x3B,0xE0,0x3F,0x00,0x04,0x05,0x07,0x05,0x09,0x0B,0x0E,0x00,0x04,0x07, // 00000000 ; ;.?........... // 0x00,0x0F,0x10,0x04,0x0E,0x05,0x0E,0x04,0x0E,0x05,0x0E,0x04,0x0E,0x05,0x0E,0x04, // 00000010 ................ // 0x0E,0x05,0x...
[ "darkmane@harmlesslion.com" ]
darkmane@harmlesslion.com
0fa71934de715f0bcaf900cb6bee96cb4bcac59d
ba7ba7452da2cec5b67e78d8fcc9962baed47835
/cojo_user_online.h
8ab5b1708bcab1a9fce4b3cee73c8791ac1a6216
[]
no_license
xiaomu/cojo
eb03379731d35751809b8baa4eca36a9063bc5bd
34b4d1e0f60d5ea28cd1b96d7867735116c0285f
refs/heads/master
2021-01-22T02:59:03.080669
2011-07-06T11:35:12
2011-07-06T11:35:12
1,970,697
0
0
null
null
null
null
UTF-8
C
false
false
780
h
/* * author: xiaodeng * date: 2011/07/03 */ #ifndef COJO_USER_ONLINE #define COJO_USER_ONLINE #include "cojo_userdb.h" struct cojo_user_online { cojo_user_t cojo_user_obj; int cojo_user_sockfd; int cojo_bool_comn; struct cojo_user_online *next; }; typedef struct cojo_user_online cojo_user_online_t; //declarat...
[ "dengzhaoqun@163.com" ]
dengzhaoqun@163.com
9ebc1cee3bcc46bccbb116208b41bb57d6f6e742
2ff390366b9f5ca4d28888284d2b163ce4e6724f
/4 Interrupcoes/interrupcoes_simples.c
3dad5794ba9bee549552d0bd30681f5e433a37de
[]
no_license
LuckasMacedo2/Microcontroladores-Microproccessadores
f9020dfa80e25c4d72d6d8c7b8a90ec662230fe0
7418d13e65ee86e6cd9c016cd54d5a8f2e3ac602
refs/heads/main
2023-02-22T17:37:39.740174
2021-01-29T17:41:17
2021-01-29T17:41:17
334,216,439
0
0
null
null
null
null
UTF-8
C
false
false
2,935
c
/* * File: newmain.c * Author: Lucas MS * * Created on 1 de Junho de 2019, 11:38 * * Contar em 1 display apertar o botao (RB0) e contar no outro display */ /* Interrupcao * */ #pragma config OSC = HS #pragma config WDT = OFF #pragma config MCLRE = ON #pragma config LVP = OFF #define _XTA...
[ "noreply@github.com" ]
LuckasMacedo2.noreply@github.com
45f66db1d9a12988eae3506cd590b1acd8f19cec
f74bbf05eb8b6497e645df7e3680ea33775fe209
/libgui/gfx.c
3eb388a90a1ae873de0075d8810a73b72049ea74
[ "Zlib", "MIT", "Unlicense" ]
permissive
LarsVomMars/Melvix
be34d6d04d3b3e82faefc81a3d3d277789b62454
1de031bb98d08530686221c23fd06ff4b0b8d964
refs/heads/main
2023-03-28T18:50:19.612099
2021-02-07T00:00:12
2021-02-07T00:00:12
341,559,097
1
0
MIT
2021-02-23T13:11:38
2021-02-23T13:11:37
null
UTF-8
C
false
false
6,400
c
// MIT License, Copyright (c) 2020 Marvin Borner // Some GFX functions // TODO: Better support for bpp < 32 // TODO: Use efficient redrawing #include <assert.h> #include <bmp.h> #include <gfx.h> #include <mem.h> #include <png.h> #include <psf.h> #include <str.h> #include <sys.h> #include <vesa.h> // TODO: Move to som...
[ "develop@marvinborner.de" ]
develop@marvinborner.de
f95c607e461eb58f52b967ce9a20f4bfbe466ba9
ca17601ca540cc91a47823a4561b600754e633fa
/bee_tracking/Project1/sim_detector.h
c203c7bc39add5aa1e1671e74e7b0a794d63d1a8
[]
no_license
PottedPlague/OpenCV-demo
4fe9029c0ce6fa85cfa5d5938accf25aee72b569
22e6730b107b99025b3a337f407cf7a7b261068e
refs/heads/master
2021-01-13T10:42:26.120459
2019-10-28T18:59:12
2019-10-28T18:59:12
76,267,543
0
0
null
2017-02-15T14:04:09
2016-12-12T15:07:33
C++
UTF-8
C
false
false
33
h
#pragma once int simDetector();
[ "cong.sun@postgrad.manchester.ac.uk" ]
cong.sun@postgrad.manchester.ac.uk
96e6bcd15c3dbbf87beae398db18fe52f90e245e
5e4a11896c3a320a05507e8dd9f70f6758d5ac31
/Unity/Temp/StagingArea/Data/il2cppOutput/System_System_Text_RegularExpressions_MatchCollection_EnumerMethodDeclarations.h
4cb08029f96d9daf0961f3fa6fd2f205e9b73937
[]
no_license
SUMOU/SUMOU
d6b83aeb6b34351aa2ad883e2ea861b8944da385
d8023abb3115585fb2164e18d89091554bbcc720
refs/heads/master
2021-01-10T15:31:39.179817
2015-11-25T07:14:18
2015-11-25T07:14:18
45,302,855
0
0
null
null
null
null
UTF-8
C
false
false
1,485
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Text.RegularExpressions.MatchCollection/Enumerator struct Enumerator_t463; // System.Text.RegularExpressions.MatchCollection struct ...
[ "fujita1syu@gmail.com" ]
fujita1syu@gmail.com
a4dc6875c2632c19650a0ca0f6152d74211e700b
1c8e4206a4515c7f057c5a9ca04ce31222b4d3d3
/update_state_438.c
6dfa120f30311de6009b79974f88e3c84a9303ac
[]
no_license
lmpick/Property-1-Monitor
a6e4eb2e71a5d69fe822fec6c25b1afb53174170
f770e2768679ef0a95447b6c9246c44e3ee23c9c
refs/heads/master
2021-05-30T19:54:22.860231
2015-08-11T17:25:47
2015-08-11T17:25:47
null
0
0
null
null
null
null
UTF-8
C
false
false
520
c
/* File: "update_state_438.c". Automatically generated by SBV. Do not edit! */ #include "internal.h" /* User given declarations: */ /*test 001*/ /*DotBegin digraph G { node [shape=box] 0 [label="file: ?????",color=red, style=filled] 1 [label="stream: 435",color=crimson, style=filled] 0 -> 1 } DotEnd*/ /*@ assig...
[ "lmpick@zoho.com" ]
lmpick@zoho.com
991d8f7e162bbd7372ca166822859f024cb7b6f6
c06d2ad9ee326dd20d7631c96668e30a84dd5d19
/lightweight-sw/tests/test_simon_rocc.c
af0abbb9ced556b27c4beddba9f55216c9ebbeb3
[]
no_license
brunosmmm/neu-ece-hwsec19-proj
6569f8e76a237e190056172664da6e8242bddf91
ae326805861bdb1ade79b1f0db646d241758b2b0
refs/heads/master
2022-03-15T07:15:06.822274
2019-12-10T04:00:32
2019-12-10T04:00:32
219,802,565
0
0
null
null
null
null
UTF-8
C
false
false
1,601
c
// Test Simon RoCC #include <stdint.h> #ifndef BAREMETAL #include <stdio.h> #endif #include "rocc.h" #include "rvutil.h" #include "simon/rocc.h" #define SIMON_64_128_ROUNDS 44 // A 128-bit key const static uint8_t test_key[16] = {0x80, 0x01, 0x02, 0xFF, 0x2A, 0xAA, 0x42, 0x00, 0x1...
[ "brunosmmm@gmail.com" ]
brunosmmm@gmail.com
7f7709b5b2822ecb90585a6dee90ff7a270c3a41
5e1f5f2090013041b13d1e280f747aa9f914caa4
/src/devices/bus/drivers/platform/test/test/composite.c
f4c858800a4902d36e0f38e7137315e0e2fdb742
[ "BSD-2-Clause" ]
permissive
mvanotti/fuchsia-mirror
477b7d51ae6818e456d5803eea68df35d0d0af88
7fb60ae374573299dcb1cc73f950b4f5f981f95c
refs/heads/main
2022-11-29T08:52:01.817638
2021-10-06T05:37:42
2021-10-06T05:37:42
224,297,435
0
1
BSD-2-Clause
2022-11-21T01:19:37
2019-11-26T22:28:11
C++
UTF-8
C
false
false
31,220
c
// Copyright 2018 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <fuchsia/hardware/clock/c/banjo.h> #include <fuchsia/hardware/goldfish/addressspace/c/banjo.h> #include <fuchsia/hardware/goldfish/pipe/c/banjo.h>...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
580e671d4a64cccba13c13bafd73c118a4e4ef13
4bcfdcc41745bae2e0bd634c45df85567bc909ae
/max/F28388D/F28388_empty_project/device/driverlib/usb.c
0fb289cff1983bace0f4993bb566828187dbfd8d
[]
no_license
maxboss10086/max_dsp
9cb0e16d5663dcf17d7ac071e5afbeb4982a7272
301d7724ab8142a70ff46880868c04ca4ed26922
refs/heads/master
2022-12-16T23:20:29.655883
2020-09-17T07:13:09
2020-09-17T07:13:09
268,495,710
0
0
null
null
null
null
UTF-8
C
false
false
132,794
c
//########################################################################### // // FILE: usb.c // // TITLE: Driver for the USB Interface. // //########################################################################### // $TI Release: F2838x Support Library v3.02.00.00 $ // $Release Date: Tue May 26 17:21:56 IST 20...
[ "573156834@qq.com" ]
573156834@qq.com
fd1a0f913524c8501037bc2445780dc3a684fe89
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/197c6160-e341-498c-a05d-ad1ec0cf0279.c
8589db96fade2461edad571ceec9b81c42d89e83
[]
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
563
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=122; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = l%j; l = l+j; k = k-j*i; //variables //random /* START VULNERABILITY */ int a; int b[75]; int c[73]; a = 0; while...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
23f3f7284b8686d17e66d245a27b680af7c59dde
c5ab18ed0e400cab3aed75b49ea59b8be045f9a6
/trunk/MC/inc/newmenu.h
1b8791029fa7978337e6195be07f7075b5c48470
[]
no_license
mksy/st_hunter
c1ff271802432558f3de9ef5a38e9eb8eb9110cb
99516820b63b454a5fcc58cd4568dd07cf05259b
refs/heads/master
2022-04-08T15:00:17.674144
2020-03-04T07:23:05
2020-03-05T09:33:47
null
0
0
null
null
null
null
UTF-8
C
false
false
125
h
extern int showmenu; void menu_key(int key); void MenuVide(); void menuclose(); void crtmenu(); void freemenu();
[ "korekovtsevda@lad24.ru" ]
korekovtsevda@lad24.ru
c4d9903c1bcc5b12d3982badcc691bb69959000d
ba2f34ff8a7b2c36ae88a2f02ca495ad084bb6ab
/Encryption/DES-OSTH/DES/FIPS/FIPS_DEF.H
0f0d802d55a324680f0a0ff7de89ac5af77af1b5
[]
no_license
BlackLuny/cyberweapons
bc05e07cdc67f58c9cf68178762eb541c8c0cc55
dfd4623f323ba702bae7c9f71132b4584636d2e5
refs/heads/master
2021-05-16T07:28:35.651835
2017-09-16T21:04:50
2017-09-16T21:04:50
103,801,285
1
0
null
2017-09-17T03:50:18
2017-09-17T03:50:18
null
UTF-8
C
false
false
621
h
/* * This software may be freely distributed an modified without any restrictions * from the author. * Additional restrictions due to national laws governing the use, import or * export of cryptographic software is the responsibility of the software user, * importer or exporter to follow. * * _ ...
[ "suhubdyd@iro.umontreal.ca" ]
suhubdyd@iro.umontreal.ca
9787bed33926a266044effbd01eace0d695519c5
575bddabb8bf5a085b5757e08d01bf6bfae9f4b3
/libc/lib/strcat.c
8a755afea160d860900ef808cf9caaf97b6c0353
[]
no_license
phuuix/probability
62bb7052b128aa99426106e6a7370212cbb824d6
95719537b7647bae44705eb2b2140b93888dcc91
refs/heads/master
2021-01-17T07:25:30.427277
2016-07-16T05:24:23
2016-07-16T05:24:23
12,721,124
3
2
null
2020-03-08T00:13:28
2013-09-10T05:33:30
C
UTF-8
C
false
false
360
c
#include "dietfeatures.h" #include <string.h> char* strcat(register char* s,register const char* t) { char *dest=s; s+=strlen(s); for (;;) { if (!(*s = *t)) break; ++s; ++t; #ifndef WANT_SMALL_STRING_ROUTINES if (!(*s = *t)) break; ++s; ++t; if (!(*s = *t)) break; ++s; ++t; if (!(*s = *t)) break;...
[ "phuuix@163.com" ]
phuuix@163.com
ad24a92026947891b7fab4e8af3549a3693b2564
c3bcdc34720b1be76221ef1d22b6fa8779cbd581
/ft_key.c
79890e13bc93a6670106e614d62ed3126fd69b65
[]
no_license
aherriau/wolf3d
c2db41aa7590d68cf356f2cde2de8b2c6b50ccd3
1727a86c1f567141ad0278f04f96bfa30f59955b
refs/heads/master
2021-09-03T05:46:14.492799
2018-01-06T01:53:20
2018-01-06T01:53:20
116,444,396
1
0
null
null
null
null
UTF-8
C
false
false
3,085
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_key.c :+: :+: :+: ...
[ "aherriau@e3r10p14.42.fr" ]
aherriau@e3r10p14.42.fr
180aeed386636d0cc6b418e184d8823672eef4bc
b5698c259c80c9dc9b1cbca9dd82eb7f4d799f61
/nuitka/build/include/nuitka/helper/bytearrays.h
2c24076fbf7869d174a33f34d1d9e5bb809bfc71
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
4O4/Nuitka
431998d4d424f520d2887e9195ad7d7c61691b40
e37d483b05c6b2ff081f3cedaee7aaff5c2ea397
refs/heads/master
2020-04-02T04:06:10.826960
2018-10-18T21:13:16
2018-10-18T21:13:16
154,000,090
0
0
Apache-2.0
2018-10-21T11:17:44
2018-10-21T11:17:44
null
UTF-8
C
false
false
1,181
h
// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in co...
[ "kay.hayen@gmail.com" ]
kay.hayen@gmail.com
7a4d130794038e4764951483439a3b92da57b06a
7c8b61362e0b101f6ddf6079a6b94b7b6647a4ec
/command.c
492d95934e747f7ad3d3feeb925feeab167b3e76
[]
no_license
BlackBears/GreenhouseController-AVR
e4daac6a06c13c8c2f760cf377729de59470da9f
7afab3d6f45eb40467d353f2e531e18dcdb27df7
refs/heads/master
2021-01-01T16:13:48.533530
2012-04-03T17:15:45
2012-04-03T17:15:45
3,920,366
1
0
null
null
null
null
UTF-8
C
false
false
990
c
#include "global.h" #include "command.h" #include <string.h> #include <stdlib.h> #include "uart-am168.h" volatile char command_str[8]; char buffer[10]; _append_char(u08 in_char); void command_init() { for(u08 i = 0; i < 8; i++ ) command_str[i] = '\0'; } CommandCode command_add_character(u08 in_char) { if...
[ "duncan.alan@mac.com" ]
duncan.alan@mac.com
9d56b479305fc2c61b351217262c5bbb1c764f86
5c51595d413443e95911f0904b94c7628334e9fa
/menu.h
e91bf321c8b539ee8853db74d281417640eab3fd
[]
no_license
gerkhan/autoszerviz
50b40f0eb0c0112d411974d233482c2f48353be4
499961f89b670d37565161da0e51c299629e59c1
refs/heads/main
2023-05-01T07:43:06.148821
2021-05-03T13:17:33
2021-05-03T13:17:33
null
0
0
null
null
null
null
UTF-8
C
false
false
243
h
#ifndef MENU_H_INCLUDED #define MENU_H_INCLUDED #include "strukturak.h" #include "beolvas.h" #include "szervizfuggvenyek.h" #include "autofuggvenyek.h" void menu(autok *autotomb,szerviz *szerviztomb); #endif // MENU_H_INCLUDED
[ "noreply@github.com" ]
gerkhan.noreply@github.com
5761f51c10a1a6002b03254694a130c7bb8b165e
77162ce3fb80d48cd61f98e7c7181e25c29d2e47
/SKR v1.4-Turbo-Marlin-2.0.5.3/config/examples/3DFabXYZ/Migbot/Configuration_adv.h
f62e8992b1321b5a4cd27ae272202ea670de70e6
[ "MIT" ]
permissive
himalayanelixir/ender-3-pro
02df97db23366aa9b5482320a012654f62acd755
249548ad89921a419c3edb781523a4af4a2dda09
refs/heads/master
2022-11-04T23:03:21.412107
2020-06-24T21:05:44
2020-06-24T21:05:44
267,795,506
0
0
MIT
2020-06-13T18:12:17
2020-05-29T07:34:41
C
UTF-8
C
false
false
125,953
h
/** * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
[ "himalayanelixir@gmail.com" ]
himalayanelixir@gmail.com
d7ebf793e6cf0ba4536a8815acaa025ce2de31a6
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant100330_explow.c
74668162656fd78a418fe0dd7dfff816b98c2cb0
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
43,558
c
/* Subroutines for manipulating rtx's in semantically interesting ways. Copyright (C) 1987, 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under th...
[ "agroce@gmail.com" ]
agroce@gmail.com
ced5a51ce365168a48051bc09384b3764cbe0086
be6f66e3e64d51a30f21388d8679f3c5b59d1319
/ring/include/ring_common.h
cc616944b0e19563320725c2d753713a67be3b32
[ "BSD-2-Clause" ]
permissive
AmbrSb/multiprocess-logger
19b048d7941829306d77a42abccb473a3e60e9bb
c0781494d2cc60e3c75cc39ed490a46d7840bcd7
refs/heads/master
2020-12-21T05:06:33.943974
2020-01-26T14:58:33
2020-01-26T15:25:55
236,315,351
4
1
null
null
null
null
UTF-8
C
false
false
350
h
#pragma once #include <stddef.h> #include <inttypes.h> #define SEGM_NAMESIZE 64 #define RING_NAMESIZE 64 #define RING_CAPACITY (8 * 1024) struct ring { char name[RING_NAMESIZE]; void* seg; void* queue; }; size_t const kElemDataSz = 128; struct elem { size_t id; cha...
[ "amn.brhm.sb@gmail.com" ]
amn.brhm.sb@gmail.com
a1f1f8be61d2fd2173b573adec22d8dbee9c05e4
f9074e2bfdc82eac703d4322521cc5b94f1c2a2c
/0x13-more_singly_linked_lists/2-add_nodeint.c
4a053daf2b4f1e8763803752ec2e6aed9cc57d41
[]
no_license
Nicolas606/holbertonschool-low_level_programming
50086db5f91ba1000096f8645c66e3018e40c578
e8b75a17b3dc73ba4247442acb4b36f47ff19edb
refs/heads/main
2023-08-14T13:57:43.360405
2021-09-09T00:57:38
2021-09-09T00:57:38
335,769,909
0
0
null
null
null
null
UTF-8
C
false
false
485
c
#include "lists.h" /** * add_nodeint - function that adds a new node at the beginning of a list_t * list. * * @head: Pointer to list header. * @n: the integer to print. * Return: The address of the new element or NULL if it failed. */ listint_t *add_nodeint(listint_t **head, const int n) { listint_t *new; i...
[ "castillonicolas606@gmail.com" ]
castillonicolas606@gmail.com
1aa2d21e2e80ca66568aa17ff9c571a94717c73b
3e36461c3f83b9a83371d319038667b9e37e3a6e
/Kapitel 12/Programmeringsuppgift 12.6/abonnemang_skrivut_dat.c
556867fc6d3b29cb85596b222aeb820100ea3d29
[]
no_license
GoblinDynamiteer/cfb_book
55eb949c0ce5e9e2554efc4d2888ae5c5a786041
ea1d7b6803b5c70d963d086340728d81d14a877d
refs/heads/master
2021-05-04T05:58:40.334580
2016-11-29T16:35:19
2016-11-29T16:35:19
70,985,956
0
0
null
null
null
null
ISO-8859-1
C
false
false
865
c
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> #include "strings_text_v1.h" #include "abonnemang.h" #define N 100 double pris(const struct abonnemang *p, int min, double gb){ double antal_min = fmax(min - p->fria_min, 0); double antal_gb = fmax(gb - p->fria_gb, 0); return p->per_manad...
[ "kampe.johan@gmail.com" ]
kampe.johan@gmail.com
2f37e598fa1ff0f24849ee17cdcd25addc6561ab
917519258ac1c1f3b9835b3b7b5ca2b600b38f3a
/Projects/STM32H750B-DK/Examples/RTC/RTC_Alarm/Src/stm32h7xx_hal_msp.c
c0d11dbe7eb0876886d6202fa5fffa00acd0de1b
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
suburbanembedded/stm32cube_fw_h7_v1_4_0
2145cc06512dff47df5437755f1c0e86e810e828
692ce84c3aba76efe98a5c3ae05a03d5195bdc86
refs/heads/master
2020-08-23T21:04:13.146971
2019-07-22T04:51:24
2019-07-22T04:51:24
216,703,735
1
1
NOASSERTION
2020-03-08T10:54:10
2019-10-22T02:10:25
C
UTF-8
C
false
false
4,706
c
/** ****************************************************************************** * @file RTC/RTC_Alarm/Src/stm32h7xx_hal_msp.c * @author MCD Application Team * @brief HAL MSP module. ****************************************************************************** * @attention * * <h2><cent...
[ "jacob@schloss.io" ]
jacob@schloss.io
9538cd41004bc0478398e6cce4d033b3c41dcc99
0573db2462d193f240c9b25fe14bf87d36191ab3
/p2727.c
1e8af3fc87cb911e0c6af4f9a1029c3fbd980c20
[]
no_license
alvinrxg/spoj
0dde3dfb7ded6dec75d4b8885073030c483d433f
ca44f12a8986ef0f4d985fb09a45dc8892b67d25
refs/heads/master
2020-05-03T12:30:44.255858
2015-04-07T10:40:31
2015-04-07T10:40:31
2,823,862
0
0
null
null
null
null
UTF-8
C
false
false
525
c
/* http://www.spoj.pl/problems/ARMY/ */ #include <stdio.h> int main() { unsigned int t; unsigned int ng, nm; unsigned int g, m, tmp; unsigned int k; unsigned int i; scanf("%d", &t); k = 0; while(k++ < t) { scanf("%d %d", &ng, &nm); i = 0; g = 0; while (i++ < ng) { scanf("%d", &tmp); if (g < tmp...
[ "alvin.rxg@gmail.com" ]
alvin.rxg@gmail.com
e7cea3fbf2e4d3cd9dd57b40ecb4b75ef3ea3836
e36a6058d02568234cd46b1a119564f197ed272e
/trunk/mtdx_adv/ftl_simple.c
189bc246743e951d7fd3023fa20edc60cef1cd45
[]
no_license
BackupTheBerlios/tifmxx-svn
70739a4f1181a6101acce29953c4a1d61d21d3e5
01d95567933796d97302505325c5005c7eb42f4e
refs/heads/master
2021-01-10T19:00:54.695590
2009-02-03T16:24:33
2009-02-03T16:24:33
40,824,064
0
0
null
null
null
null
UTF-8
C
false
false
43,142
c
/* * MTDX simple FTL * * Copyright (C) 2008 Alex Dubov <oakad@yahoo.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * */ #include <linux/module.h> #include <linux/sch...
[ "oakad@0493ab2d-5607-0410-beba-a77a42a038ef" ]
oakad@0493ab2d-5607-0410-beba-a77a42a038ef
5bb0d7f29293116a61cc993d4c4db43a654b9f0e
7d81d1d3ca2b4a31bbf5789129950b480bd09a21
/proxy/common/include/tls_sock.h
ea004dfea5fbb4d349873371f86755cfb7d890d5
[ "BSD-3-Clause" ]
permissive
1375917982/FreeCoAP
4ec58fd1928dbdcaeff0c963086933cd69c02213
2a027653964a0d25463bef706f4b79c4d3b98f33
refs/heads/master
2023-06-06T12:21:26.613305
2021-07-01T14:58:13
2021-07-01T14:58:13
null
0
0
null
null
null
null
UTF-8
C
false
false
4,390
h
/* * Copyright (c) 2010 Keith Cullen. * 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...
[ "12213462+keith-cullen@users.noreply.github.com" ]
12213462+keith-cullen@users.noreply.github.com
163beb9bbdbd245c8355ec91c39b8821b0a07ab4
be179779518255f48fb202b2a91ad1dbb79c5ab3
/vaxuba/dmz.c
cfb5bc5cf4abc19695eed6e3b63f88680bfa4013
[]
no_license
johnwfinigan/4.3BSD-quasijarus0c
9d1a5e36e9675b15f8bf2d6702b49d0f1c67655e
e350bd15492d41ba0ba94c75ab4197a28918b329
refs/heads/master
2021-01-10T09:21:42.620731
2015-10-14T18:05:03
2015-10-14T18:05:03
44,256,729
1
0
null
null
null
null
UTF-8
C
false
false
6,680
c
/* * Copyright (c) 1985, 1986 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * * @(#)dmz.c 7.4 (Berkeley) 1/24/89 */ /* * DMZ-32 driver */ #include "dmz.h" #if NDMZ > 0 #include "../machine/pte....
[ "john@cs.uno.edu" ]
john@cs.uno.edu
9bebd5a72b421a21710b7e5dad1f50bce9bcd344
56ad07f5a95c18e2fefd09e04f2f00fd58bb1301
/my_libft/ft_putchar_fd.c
72976d7691be5ab4378ccc60211ff73e9b12c017
[]
no_license
tsvvetkov/filler
2ef991a1be85e8543088b90f02166d960a9ef221
60c1fff573e4f050351e5a2a0763537eedb485a3
refs/heads/master
2022-04-08T11:15:52.256995
2020-02-24T03:10:01
2020-02-24T03:10:01
242,635,330
0
0
null
null
null
null
UTF-8
C
false
false
970
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar_fd.c :+: :+: :+: ...
[ "pcomic@mi-s3.21-school.ru" ]
pcomic@mi-s3.21-school.ru
6c95a9f410fb36258c12353a8078c8d88d201e5b
19d143b8466bdd951e26473504c70521180c1319
/DAG_C_Interface/examples/NUMA_3d7p/3d7p_dag.c
1a42334d4e1bf15ea401237a32b42d15cbceaa91
[]
no_license
djbsdust/DAG_C_Interface
3cbe7aef5b9cf48826e77764fb6c6a9aa415242e
2318160065cfa06e4a3ad10e438dec9eddb69449
refs/heads/main
2023-04-07T13:19:17.380275
2021-04-20T01:46:41
2021-04-20T01:46:41
359,649,256
0
0
null
null
null
null
UTF-8
C
false
false
12,184
c
//you should define SIZEX/SIZEY/SIZEZ/BLKX/BLKY/ITER //actually 2d-partitioning in this program //#include <iostream> #include <stdlib.h> #include <stdio.h> #include <math.h> #include <assert.h> #include <sys/time.h> #include "aceMesh_runtime_c.h" double A[2][SIZEX][SIZEY][SIZEZ]; //__attribute__ ((aligned(64))); //...
[ "352071242@qq.com" ]
352071242@qq.com
222da80deb715e8f8b682c4407582e3c238a0cd1
00dbf349228250403e015c0192331b11ce891ca7
/db-part-6.c
8eb567f94b17c4713df6a85c4462ed7f015680a3
[]
no_license
hectorqin/c-practice
8fe05757e2fef70ee886ff17e8f10082f2770378
d625811904a0b83daa419a8c77a10840529b7490
refs/heads/master
2020-07-08T20:13:03.001064
2019-08-23T08:38:17
2019-08-23T08:38:17
203,763,950
1
0
null
null
null
null
UTF-8
C
false
false
11,787
c
#include <errno.h> #include <fcntl.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> typedef struct { char *buffer; size_t buffer_length; ssize_t input_length; } InputBuffer; typedef enum { EXECUTE_SUCCESS, EXECUTE_TABLE_FULL } Execute...
[ "haitao.qin@dsmake.com" ]
haitao.qin@dsmake.com
55387d8bc61bac80e2d24129c06daa4c03ad0e64
c80eeb8a7180cb41ffac479c17399caa0a26ec3c
/Лабороторна_робота_5/4/src/main.c
a7121a6d55b42751f7d134b57751f2a179bcf0be
[]
no_license
BabkinKoshak/Program
4d3002bfbda20ab43ee744c16bdb58953f4d0aae
01f1974b8b6f12dbc683c10cd98d04b18295063a
refs/heads/main
2023-02-06T03:29:42.540831
2020-12-21T14:25:01
2020-12-21T14:25:01
323,354,355
0
0
null
null
null
null
UTF-8
C
false
false
241
c
#define N 6 int main() { int s = 1; int res = 0; for (int i = 1; i < N; i++) { if (N % i ==0) { s += i; // знаходимо суму всіх дільників числа N } if (s == N) { res = 1; } } return 0; }
[ "maksimvalkovsky2@gmail.com" ]
maksimvalkovsky2@gmail.com
130820004c2da7fcf9bfbf5b0e5b3f35c46bd594
9940689dc6c044e400193e0c4fd89c1901c3efa0
/markdown.c
e2f99baeb6793935c7c02f8c4d9bd129a8a32267
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
Happy-Ferret/upskirt.go
8ee44e1e5d63769ab438ccac556c9992f33b48ec
93018809c84fc0a9fce5dd6d375357fe76df7d03
refs/heads/master
2020-03-20T23:51:19.736875
2012-12-02T18:40:16
2012-12-02T18:40:16
null
0
0
null
null
null
null
UTF-8
C
false
false
55,628
c
/* markdown.c - generic markdown parser */ /* * Copyright (c) 2009, Natacha Porté * Copyright (c) 2011, Vicent Marti * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice app...
[ "buu700@gmail.com" ]
buu700@gmail.com
38be91fd08e03fa6f3523b5ea2ebe45c620bfd91
8d32bb948722de5821941ff6ac53b9e3b72b7e0a
/firmware/libraries/state-following-slope-drop/state-following-slope-drop.h
4c6185730c7b7b63864cee75eeeb4d1f48ae1929
[ "MIT" ]
permissive
miaucl/sti-robot-competition
9cad2b779938aa745b6796c22db963a790867aaf
9984306a0b9c93d98d401e026df202e902c2c47c
refs/heads/master
2020-04-26T03:13:34.316873
2019-06-12T18:11:27
2019-06-12T18:11:27
173,260,157
0
0
null
null
null
null
UTF-8
C
false
false
1,628
h
/* state-following-slope-drop.h - Following slope and drop state methods Created by Cyrill Lippuner, 2019. */ #ifndef STATE_FOLLOWING_SLOPE_DROP_h #define STATE_FOLLOWING_SLOPE_DROP_h /** * Enter the state following */ void stateFollowingSlopeDropEnterRoutine( boolean ledState[LED_COUNT], ...
[ "cyrill.lippuner@aposphere.io" ]
cyrill.lippuner@aposphere.io
3f8b4533ce50df553d17d25ad0dd059c74f7d00b
65fe3152298b4f034a455af86a0509f30a213360
/src/function.c
37e7e6828683a285b1e06cc67636ea3800117d0d
[]
no_license
99002773/ATM-app
8b47a9c19dc35fe8acf7224b7544ba40931eea83
cab69ea2976dc6fc2be0531f1a8a7c6c6b87ebaf
refs/heads/master
2022-12-31T06:04:10.512811
2020-10-09T15:51:43
2020-10-09T15:51:43
302,334,456
0
1
null
2020-10-09T10:24:05
2020-10-08T12:34:37
C
UTF-8
C
false
false
404
c
#include<function.h> int CheckBalance() { return amount; } int Deposit(int deposit_amount) { amount=amount+deposit_amount; return amount; } int Withdraw(int withdraw_amount) { if(amount>=withdraw_amount) { amount=amount-withdraw_amount; return amount; } else ...
[ "VinayKumar.Mogunuru@ltts.com" ]
VinayKumar.Mogunuru@ltts.com
901c03ca57ba1291fad7266691e73ff2dc14edd3
4720214a70cf795a27e3cf131ec2f65cf1e399a3
/kvaser/linuxcan_v4/pcicanII/kvpcicanII.mod.c
ba657d3f7522c1b361bf696319ded542ecf581b5
[]
no_license
maryheintz/linuxvme
67a6a1cc183ec3198d693ae77abdc1f1b69c3253
e07256d77e78f1d70ec55290dc62fca5518fe457
refs/heads/master
2020-07-26T21:19:49.037836
2016-11-14T21:05:55
2016-11-14T21:05:55
73,716,015
0
0
null
null
null
null
UTF-8
C
false
false
2,163
c
#include <linux/module.h> #include <linux/vermagic.h> #include <linux/compiler.h> MODULE_INFO(vermagic, VERMAGIC_STRING); #undef unix struct module __this_module __attribute__((section(".gnu.linkonce.this_module"))) = { .name = __stringify(KBUILD_MODNAME), .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = c...
[ "maryh@edg.uchicago.edu" ]
maryh@edg.uchicago.edu
2a5d41bcdbe6656ff1ff56ada9a67047d4efb4de
1a562c8e43247097582e0089d386eed5b450ed49
/clapack/CLAPACK-3.1.1-VisualStudio/TESTING/LIN/sqlt03.c
aeb98fe56c97419901f4c16db21bd1a72b5c5b58
[]
no_license
baniuk/RadiographySoftware
89c202496f4f318005e0459575f29d8928053d99
c0efc3b842d56dc19975c213f654299829931e5e
refs/heads/master
2020-04-29T04:27:32.174950
2019-03-15T15:43:17
2019-03-15T15:43:17
175,847,643
0
0
null
null
null
null
UTF-8
C
false
false
7,722
c
#include "blaswrap.h" /* sqlt03.f -- translated by f2c (version 20061008). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in tha...
[ "P.Baniukiewicz@warwick.ac.uk" ]
P.Baniukiewicz@warwick.ac.uk
c70dc3ee72495cc939c463579fd6540b9c8967b3
df0c6a2220e92cde8828d176ca0380b3196f388d
/CO DETECTOR SORCE - RTC/Projects/STM32L053R8-Nucleo/Examples/IWDG/IWDG_WindowMode/Src/main.c
3e1d4e204699f2b6f313202e03fb820196b8f88d
[ "BSD-2-Clause" ]
permissive
AndyZenchonch/co-detector
f22a36dc4dc80ae3b92cf872fa96686ec13c39b6
e699e83c8d4596d7b9ca7d5628a5de5a2effed0b
refs/heads/master
2020-07-23T20:56:17.083874
2019-09-11T10:01:53
2019-09-11T10:01:53
207,702,353
0
0
null
null
null
null
UTF-8
C
false
false
8,801
c
/** ****************************************************************************** * @file IWDG/IWDG_WindowMode/Src/main.c * @author MCD Application Team * @version V1.8.0 * @date 25-November-2016 * @brief This sample code shows how to use the STM32L053xx IWDG HAL API * to update at regu...
[ "Andy.zhou@zenhonch.com" ]
Andy.zhou@zenhonch.com
87707828a310e24af02a027a73ff33f40b7bc481
e02d493429f8ba7325529e1dd24cd439b4b54768
/ResurgenceDrv/thread.c
0d631c73eff0acacddb48561878236a3364c7702
[]
no_license
ohc192/Resurgence
c394cbe00160eada5d4ca64df5b3844d8a96373b
c4aeb6473884095cbf3bf173d3d35ea7770f5b70
refs/heads/master
2021-06-08T09:15:31.612608
2016-09-07T22:19:01
2016-09-07T22:19:01
null
0
0
null
null
null
null
UTF-8
C
false
false
988
c
#include "routines.h" #pragma alloc_text(PAGE, RDrvOpenThread) NTSTATUS RDrvOpenThread( __inout POPEN_THREAD Params ) { if(!Params) return STATUS_INVALID_PARAMETER; NTSTATUS status; PETHREAD thread = NULL; HANDLE handle = NULL; __try { status = PsLookupThreadByThreadId((HA...
[ "themarkhc@gmail.com" ]
themarkhc@gmail.com
c12fce4761868867f5991244acb07dd4ec3f65db
d4a65906bb7519826f22c5cfb8daa4622d6dab8d
/w2/pset2/readability/readability.c
618f1a468ecc90306e76c858c645a3475192c18d
[]
no_license
aaron6347/harvardx_cs50
2ba02f59161027519391bf02850cffc6fc09ce33
d3bccf9ef7f084428cf2448be22c208a3cfc6f5d
refs/heads/master
2022-12-24T00:45:25.791816
2020-10-03T14:00:18
2020-10-03T14:00:18
261,399,713
0
0
null
null
null
null
UTF-8
C
false
false
1,601
c
#include <cs50.h> #include <stdio.h> #include <string.h> #include <ctype.h> #include <math.h> int main(void) { // get input string s = get_string("Text: "); // get length of string with strlen from string.h int n = strlen(s); // declare variables int L = 0; int W = 0; int S = 0; // ...
[ "49943930+aaron6347@users.noreply.github.com" ]
49943930+aaron6347@users.noreply.github.com
3f57ab5e265167be4d32829152af31135a53e123
f604b3cbc53bbfb11931751caefe5d2e45e1d84f
/Operations_in_array.c
59a1472fe09f731e14a523aaef291206935c11ef
[]
no_license
shihaf/Data-structures-and-Algorithms-in-C
ae92e9c63a55d8a0df3fdcbfe5fdaf632101b0ba
9d21db2c8fe57996025180f226320e82a854396e
refs/heads/master
2022-12-16T20:56:35.974673
2020-09-19T09:06:43
2020-09-19T09:06:43
292,566,256
0
0
null
null
null
null
UTF-8
C
false
false
2,423
c
#include<stdio.h> #include<conio.h> #include<stdlib.h> void print(int *array,int size); void sort(int *array,int size); void del(int num,int *array,int *size); void insert(int num,int index,int *array,int *size); void search(int num,int *array,int size); int main(){ int *array;int size;int opt,num,index;char c=1; print...
[ "noreply@github.com" ]
shihaf.noreply@github.com
f878b6a27f754f912a780ff3a2aa68b6db53b13c
2de2d737ba073bfc4298f08a5b07a87c43dc303e
/tez-master/RTE/Device/MKL25Z128xxx4/system_MKL25Z4.h
c4ee39849c5f8d2d78d1213ffef1d7a1eb7b7618
[]
no_license
aomgemalmaz/tez-master
416ac6023be4534d4e807ec6e03759f156623f9f
961273d83bfcb1f9dcb481137c7486b0d3112c2b
refs/heads/master
2021-05-04T10:50:57.444420
2017-08-06T18:04:48
2017-08-06T18:04:48
54,322,539
0
0
null
null
null
null
UTF-8
C
false
false
17,044
h
/* ** ################################################################### ** Processors: MKL25Z128FM4 ** MKL25Z128FT4 ** MKL25Z128LH4 ** MKL25Z128VLK4 ** ** Compilers: Keil ARM C/C++ Compiler ** ...
[ "aomgemalmaz@hotmail.com" ]
aomgemalmaz@hotmail.com
2ffac9504b7a778b8a2a17715fa93bf080ff3828
04120b533f5b2004eafae0db9de4156a848607ff
/software/tt_function.h
0f91c5a8436773f6d34d4b12135a960864f89cd4
[]
no_license
kitspace/component_tester
65412c965bc07560959d4ad573bcd53ce020f447
2294512e0eb34044d714532e227c2d19100c7bff
refs/heads/master
2022-12-23T17:54:39.339821
2020-09-11T10:01:51
2020-09-11T10:01:51
294,651,657
1
0
null
null
null
null
UTF-8
C
false
false
10,175
h
#include "lcd-routines.h" #include "wait1000ms.h" void CheckPins(uint8_t HighPin, uint8_t LowPin, uint8_t TristatePin); void GetResistance(uint8_t HighPin, uint8_t LowPin); void ChargePin10ms(uint8_t PinToCharge, uint8_t ChargeDirection); unsigned int ReadADC(uint8_t mux); // read Routine for ADC unsigned int W5m...
[ "kaspar.emanuel@gmail.com" ]
kaspar.emanuel@gmail.com
2c222fe250f07b8868c7559b511ff356489d88e6
b2d48aac47dc3a3050f9cb562808f0e6f19a36e4
/rajiv/basics/countpalindrome.c
da1cbc7eb8a4ac595d13748975f4e33faccdd019
[]
no_license
bhagavansprasad/students
7f7df2f4c2350025d58406794a7d94d9c8a9d7be
2822fb81cfb6714d48dea1e4957d6011ffa6198b
refs/heads/master
2023-08-04T04:44:11.346963
2023-07-24T06:09:00
2023-07-24T06:09:00
193,177,404
0
0
null
2022-11-30T23:33:00
2019-06-22T01:21:59
C
UTF-8
C
false
false
305
c
#include <stdio.h> #include <string.h> int astrlen(char *str) { int j=0; while(str[j]!='\0') { j++; } return j; } getpalindrome() { int l=0,k=0; char str[100]; int h=astrlen(str)-1; while(h>1) { if(str[l++]==str[h--]) { k++; } } printf("%d\n",k); }
[ "bhagavan.prasad@blackpeppertech.com" ]
bhagavan.prasad@blackpeppertech.com
e64f758b92d4a2e1854c68e0bbe9ae86c1e5791c
eb8494393152e2efa710c7d9e9f0cd688ab6a59c
/tools/dsl_monitor/dsl_status.c
5dc6366b261c0f99bd280986e11c82921a745083
[]
no_license
leksmax/URMA-TLR
7cad7eb4bf0706146a68d4c54d3c45732e4da07d
597e316f34173f3e9d701ca24163c67dcc4c3f3e
refs/heads/master
2021-05-11T18:43:37.251388
2017-06-29T17:18:40
2017-06-29T17:18:40
null
0
0
null
null
null
null
UTF-8
C
false
false
2,377
c
/***************************************************************************** * Copyright (c) 2016 Digi International Inc., All Rights Reserved * * This software contains proprietary and confidential information of Digi * International Inc. By accepting transfer of this copy, Recipient agrees * to retain this softwar...
[ "saggam.ui@gmail.com" ]
saggam.ui@gmail.com
8eabc72db28a020b5b4bf396aed267c5c1a89395
e1ff151b6d8541775d283adbeffef6cb869178ea
/applicativo/ANALISI/Point.C
a48a86c30fd9f534219db6cd115d19b61cb3aa71
[]
no_license
Mentasti24/interferometry
edfda0ffdc3cbc4bb664965622dc461c581ac470
ae4d209644e2deb78c1e68084e56e3f7965db833
refs/heads/master
2020-04-27T12:51:35.321847
2019-03-06T22:48:01
2019-03-06T22:48:01
null
0
0
null
null
null
null
UTF-8
C
false
false
37
c
#include "Point.h" ClassImp(Point);
[ "zampieri.leonardo98@gmail.com" ]
zampieri.leonardo98@gmail.com
0d88a1e87ce5c0ab35aa9e57aed9437482525b06
8879990de2a3778b82fdcc2732200733d443246e
/firmware/src/kb-rzusbstick/include/application/avrraven/mmap.h
7351cb3f1f6397a3669acf3b75ad235283b8dd06
[ "BSD-2-Clause", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
killtuzarr/killerbee
adfa2e261ed15b524289a3b1c62893c78e0e5591
01287c7081fc10b933547a5569f84fbfff16c8b8
refs/heads/master
2021-01-25T13:19:01.068829
2018-03-02T09:29:14
2018-03-02T09:29:14
123,557,602
0
0
BSD-3-Clause
2018-03-02T09:13:27
2018-03-02T09:13:27
null
MacCentralEurope
C
false
false
5,268
h
// This file has been prepared for Doxygen automatic documentation generation. /*! \file ********************************************************************* * * \brief Memory map of on board program memory and eeprom, and extern dataflash * * \par Application note: * AVR2017: RZRAVEN FW * * \par ...
[ "joshandroidphone@gmail.com@8c04375a-fa35-11de-8173-5df4dc7aba59" ]
joshandroidphone@gmail.com@8c04375a-fa35-11de-8173-5df4dc7aba59
b42d0824eabc80941c4569d1db5ca0c8b3d579ab
44fd87157714cc2cd8126b32789c11a7359dc289
/sum_of_ele_.c
c5eab8bf1683f7ef7b81d57010b208fd2cdb467a
[]
no_license
NIRMAL-S-12/array_simple_basis_program
eaa0b90927f077801b89b59c9210d0fb9c6b0b27
ad935482a0e0b3e9353e2730ff8fed4287b4e340
refs/heads/main
2023-08-20T15:27:37.237810
2021-10-04T02:35:27
2021-10-04T02:35:27
413,249,567
1
0
null
null
null
null
UTF-8
C
false
false
666
c
// SUM OF THE ELEMENTS IN THE ARRAY>>>>>>>>>>>>>>>> #include<stdio.h> #include<stdlib.h> int main() { int n; printf("Enter no of elements: "); scanf("%d" ,&n); //Dynamic memory allocation int *ptr = (int *) malloc(n*sizeof(int)); //printf("\n\n%d" ,sizeof(ptr));......4 if(ptr==NULL)...
[ "90773890+NIRMAL-S-12@users.noreply.github.com" ]
90773890+NIRMAL-S-12@users.noreply.github.com
fc2109e682b23b9d682110cd2d9c088b5157524c
4cbb5788e4139482617e2876e37ffa6ed7434eda
/Ercem LIB/CUC/usage/CONCL~00.H
59d67992cda797f582c473f95137ad590b3b3ecd
[]
no_license
FrenchBear/Development
32ea24098bfadd8d2ddcd1bf712f8e61ae8dfcda
15fc97544a812c1f7307805d9ffc80d7a4c34ff9
refs/heads/master
2023-08-06T19:45:29.351624
2023-07-28T18:38:24
2023-07-28T18:38:24
95,985,758
0
1
null
null
null
null
UTF-8
C
false
false
219
h
// conclusion.h // Interface du module de lecture des conclusions // 18/11/94 PV int con_iLitConclusions(int iRestart); void con_LitLibConclusion(int iConclusion, char cLangue, char *szConclusion, int iTailleBuffer);
[ "FrenchBear38@outlook.com" ]
FrenchBear38@outlook.com
6c9fcd3e79d5dbd93a207f04eb6dd9af28ea5810
2f8152fc3013d72683fc1e358d6f70acc7742b20
/github/CobaltStrikeReflectiveLoader/versions/ReflectiveLoader-v0_5.c
2149ecc240a7a6374ed9433fa74137da34c530dc
[]
no_license
danielwu182/WingKit
c2f433b4dd3dad790281d0b3e145bfa0a43b58f8
e69e554b6e04b80bb57dd882be1622432f1fd057
refs/heads/master
2023-08-21T11:14:40.066124
2021-10-24T10:46:30
2021-10-24T10:46:30
null
0
0
null
null
null
null
UTF-8
C
false
false
53,628
c
// Author: Bobby Cooke (@0xBoku) // SpiderLabs // github.com/boku7 // https://www.linkedin.com/in/bobby-cooke/ // https://0xboku.com // Credits: Stephen Fewer (@stephenfewer) & SEKTOR7 Crew (@SEKTOR7net) https://institute.sektor7.net/ #include <windows.h> #define BYPASS // ETW & AMSI bypass switch. Comment out this ...
[ "admin@evilwing.me" ]
admin@evilwing.me
7dd6ee462cdd59ba713051fdd961db76bc75bee1
e46e4d96a5028319cd544a1a76f473653e20105b
/Server.c
72a10cb86dd5541be9c1209280b7a44346ed8867
[]
no_license
amraw/SBCP-message-chat-room
602b9a4469a105d6f7300b15cfe1426c4490bcee
9461803aee2bd52dc56d952abd38bc224ec88983
refs/heads/master
2020-04-20T09:54:44.664755
2017-01-13T01:12:18
2017-01-13T01:12:18
null
0
0
null
null
null
null
UTF-8
C
false
false
6,883
c
//Insert Header Files #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <fcntl.h> #include <unistd.h> #include <string.h> #include <assert.h> #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> #include <sys/socket.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/uio.h> #incl...
[ "noreply@github.com" ]
amraw.noreply@github.com
f307f9966fede7eda7dc2c818f58468676db9cea
066bafbb4ddbb7744f96b4e778b72516b4bdb750
/day11/ex03/ft_list_size.c
fcc00e9d867b43f82457b2de932737e2742ecbb1
[]
no_license
lzhansh/42_C_piscine
03355aca6edf03a5aff0ab0d27aec2b23df66639
ca8eb1da1e0e5b2aa7bef2cdb358d99710c77e11
refs/heads/master
2022-04-05T10:29:43.489477
2020-01-30T23:51:49
2020-01-30T23:51:49
179,164,650
2
0
null
null
null
null
UTF-8
C
false
false
1,132
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_list_push_back.c :+: :+: :+: ...
[ "noreply@github.com" ]
lzhansh.noreply@github.com
2107f30d380245eea1eb3e904fb1ef45f7bce039
eebbac92c05b18b7c605e3e31c928a6eba399257
/36-CoprimeOrNot.c
3fb96d6fee2d02791fb9f7b0f8434ed641833d40
[]
no_license
abhisekch/interview-prep-codes
d9881102bce1bc4e5f87662f3bb4eb2282fad314
bf6ab1c7a28be67de5b04550e6bf2c2b512e7113
refs/heads/master
2020-03-21T11:03:48.264668
2018-08-02T20:22:03
2018-08-02T20:22:03
138,487,119
1
0
null
null
null
null
UTF-8
C
false
false
1,127
c
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<ctype.h> #include<math.h> int gcdEuclidean(int a, int b) { if (a == 0) return b; return gcdEuclidean(b%a, a); } int main(int argc, char const *argv[]) { if(argc != 3) { return 1; } else { int input1 = 0, input...
[ "ac1959@cse.jgec.ac.in" ]
ac1959@cse.jgec.ac.in
e7bb090280ff7299c604fc4182adb1762e2bded0
2e719f309042be70748398326dbb730a301fc554
/quick_sort.h
f803f18a27042d1633788d032ea2fbc314d4a800
[]
no_license
Napam/Algowalk
542a77e84d3f8e90f3e9dd9abcb7a09b0d84ed60
eaceef315f9af784cf7babd10aabf236b74707da
refs/heads/master
2022-04-18T00:34:31.942096
2020-03-08T19:25:43
2020-03-08T19:25:43
null
0
0
null
null
null
null
UTF-8
C
false
false
133
h
#ifndef QUICKSORT_H #define QUICKSORT_H void array_quick_sort(int *array, int size); void selection_sort(int *a, int size); #endif
[ "naphat@live.no" ]
naphat@live.no
4984f4616beb1e5211b68b86aace9907975e7483
f520acd3459ddd213c5e9013db46f0e914765bdf
/home_page_new/project/2013_spring/project_3/4430/4430assignment1_q/T2Sample/sample1.c
aff1db8f57883836fcebde953de692becdb3ac94
[ "Apache-2.0" ]
permissive
Tony-YI/home_page
3450c54c59930dbf5b5e3d5195b90bb88ba750d6
8b991af6b230881fd4c429cf332a8f7c734834fa
refs/heads/master
2021-01-19T02:03:45.848339
2018-01-06T06:32:21
2018-01-06T06:32:21
17,402,709
1
1
null
null
null
null
UTF-8
C
false
false
1,622
c
/* * This is sample code displaying the multi-thread programming * for CSCI4430 */ # include <stdio.h> # include <stdlib.h> # include <pthread.h> # include <unistd.h> void* pthread_prog(void * args) { int threadId = *(int*) args; sleep( 3 - threadId ); printf( "This is worker thread %d\n",threadId ); r...
[ "455054421@qq.com" ]
455054421@qq.com
427e1e4f9820e7a252b13ddea1d2313906c9bd8a
bcff8dedd761fa2ce9e4863334feea96fcae18b1
/1-19-1/2.5.2.c
b8453bcb72fd777f7a6e451c82a9dbab76fed33a
[]
no_license
darlinzhang/itc-expand-testcase
65c74df59c691e763f5c4827b3e48e98072ff8f5
3cacc3b3e1a023bb42883815e79eb0d0336cad32
refs/heads/master
2022-12-01T17:46:23.630818
2020-07-22T04:51:09
2020-07-22T04:51:09
null
0
0
null
null
null
null
UTF-8
C
false
false
425
c
/* From:ITC 2 Dynamic memory defects 2.5 Deletion of data structure sentinel 2.5.2 Not leaving a place for '\0' using memcpy function */ #include <stdio.h> #include <stdlib.h> #include <string.h> void deletion_of_data_structure_sentinel_002() { char str1[] = " This is a string "; char str2[16]; memcpy(str2, str1, st...
[ "chaoqunguo317@outlook.com" ]
chaoqunguo317@outlook.com
8e454e1357ef24ed9b33e56f1a3c2f72e2d34981
3028c05cdec41152b8ce8a867c6b97cdc2a6f199
/src/fs/pipe.c
7131adad9d8849302e2efda93702c45f693620e1
[]
no_license
EmmanuelKasper/minix-st-2.0.4
a0fc0776c5dff6867b7d85ee3aeb361dbff4783a
02843cc965cc018dc3fb1952ef89edfde2d0acf2
refs/heads/master
2020-12-18T13:18:19.994823
2020-01-21T17:10:43
2020-01-21T17:10:43
235,396,522
7
1
null
null
null
null
UTF-8
C
false
false
10,320
c
/* This file deals with the suspension and revival of processes. A process can * be suspended because it wants to read or write from a pipe and can't, or * because it wants to read or write from a special file and can't. When a * process can't continue it is suspended, and revived later when it is able * to conti...
[ "manu@debian.org" ]
manu@debian.org
c14b244c2ac6381d98145b0e5f131395ddce6484
918a184c72c7e80be155427e3334dfd28be53742
/Discount.c
202cb511f210f1519501aab61df65a94c429153d
[]
no_license
kkenth007/Book-Green
c57b8c9f8fab1d0ce9a1664bbbb211e95f3950c3
32a896547f8c3e8899e2c6a859e69e8dc3fb3cae
refs/heads/master
2021-08-10T12:02:06.292045
2017-11-12T14:31:25
2017-11-12T14:31:25
110,438,180
0
0
null
null
null
null
UTF-8
C
false
false
343
c
#include<stdio.h> float x,dis,cash,addis; main() { printf("\n Customer Discount\n"); printf("\n Total : "); scanf("%f",&x); printf("\n Your Discount is percent : "); scanf("%f",&addis); dis = (x*addis)/100; printf("\n Your Discount is %.0f Baht",dis); cash=x-dis; printf("\n Your pay is %.0f Baht\n"...
[ "noreply@github.com" ]
kkenth007.noreply@github.com
e417eabd804bddf31c633dee0954c9fb408fdb8b
7999daedbf28cf3ea921afae5520b5afb52637bb
/ders örnekleri/hafta 8/kuyrukyapisi.c
1cef14dc1965609734ab41873c1222e3fcf1fddf
[]
no_license
sinangilerol/data-structures
3230888dfa01a8e8b98bad39a010d7c97fca67d9
fdd27eb204c25144580c87524a5fa0a13705563f
refs/heads/master
2021-05-16T09:55:07.943672
2017-12-18T22:03:03
2017-12-18T22:03:03
104,670,025
1
0
null
null
null
null
UTF-8
C
false
false
3,844
c
#include <stdio.h> #include <stdlib.h> #include <limits.h> /* kuyruk, stackin tam tersi bir yapidir.stack lifo seklinde calisirken,kuyruk fifo yapisi ile calisir. Stackta eklenen veri dizinin en ustune eklenir(dizinin en buyuk elemanli indisi olur),ve veri cekilirken dizinin en buyuk elemanli indisinden cekilir.K...
[ "erol.sinangil@gmail.com" ]
erol.sinangil@gmail.com
1f4f8d69e5b3edc24bb56fcb8e4b969424f6fe81
8ef75ec298e38373a3b9b212eac2762f6c452a25
/SDL2/include/SDL_config_macosx.h
9ebd4a335dbd88f8c99abcbad61fb136294a8052
[ "Zlib", "MIT" ]
permissive
mozeal/SDL_gui
dc0d529ba300df41ed0fcb26ec3e176a49cfb316
31bcfbf9c9a5803dc0ffb022b7e7abd76e5c3cfd
refs/heads/master
2022-05-05T06:18:51.640215
2022-04-01T11:23:12
2022-04-01T11:23:12
48,752,765
321
67
MIT
2021-04-21T14:38:23
2015-12-29T15:06:32
C
UTF-8
C
false
false
6,675
h
/* Simple DirectMedia Layer Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> 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 software. Permission is granted to anyone to use this ...
[ "mozeal@gmail.com" ]
mozeal@gmail.com
0e92ce19536072a50f305f932e6b6760b05cf1ac
46cf96ee711d1f3acd2aeaf6cabef97c8dfdd737
/programming_robots/3DOF_simulator/slprj/_sfprj/CollisionStrategies2/_self/sfun/src/c2_CollisionStrategies2.c
a75c914cd4e94ba1dbea92acff4a07b59420a30b
[]
no_license
diarodriguezva/uni_projects
acadc0acd9c12b51fa73f75b25874ba473ef5002
9fb7117aef9903f42832ae78492a87aa30caf9f1
refs/heads/master
2021-01-19T14:30:11.403976
2014-10-12T11:22:10
2014-10-12T11:22:11
25,116,166
1
1
null
null
null
null
UTF-8
C
false
false
671,008
c
/* Include files */ #include <stddef.h> #include "blas.h" #include "CollisionStrategies2_sfun.h" #include "c2_CollisionStrategies2.h" #include "mwmathutil.h" #define CHARTINSTANCE_CHARTNUMBER (chartInstance->chartNumber) #define CHARTINSTANCE_INSTANCENUMBER (chartInstance->instanceNumber) #include "CollisionStr...
[ "diarodriguezva@gmail.com" ]
diarodriguezva@gmail.com
46701922e518e85cab2ca1103ea570cbcf27e83e
0f379d22a321a98f1d37ca0aa8e8610f9157da58
/Buttons.c
7d7eb73655220ec26111f4e13f598e1e49378cbf
[]
no_license
sgtkingo/INTERNAL
e6bd4eb46fcc472e2d527c354f4047b6b9e2271b
354034806b8efabf10da891a23be3fac7fd638d9
refs/heads/master
2020-09-27T16:47:41.692535
2020-03-04T17:33:18
2020-03-04T17:33:18
226,561,400
0
0
null
null
null
null
WINDOWS-1250
C
false
false
3,633
c
<<<<<<< HEAD /* * File: buttons.c * Author: kater * * Created on 7. února 2020, 19:09 */ #include "PICF18LF46K22_ConfigSFR.h" #define BTN_A_P PORTBbits.RB0 //SW1 #define BTN_A_N PORTBbits.RB1 //SW2 #define BTN_B_P PORTBbits.RB2 //SW3 #define BTN_B_N PORTBbits.RB3 //SW5 #define LED_A PORTDbits.RD0 #define...
[ "33989823+sgtkingo@users.noreply.github.com" ]
33989823+sgtkingo@users.noreply.github.com
070a7592cfabb3765440b3cfb86faf48d3750b04
c845b693f69abff776dc9c3e6eaccd93d79287c2
/src/randomExcursions/randomExcursions.c
7921bd995768b037709e763acb3291c2101ddf95
[ "MIT" ]
permissive
donnysong/A-variant-of-NIST-SP-800-22-test-suit
4186337f4cb145541982f867851531f664f21edf
f1cc6faeb33ff776445e4417c7059c5431683fd7
refs/heads/master
2022-03-01T13:55:24.314116
2019-09-18T13:05:54
2019-09-18T13:05:54
null
0
0
null
null
null
null
UTF-8
C
false
false
5,114
c
#include <stdio.h> #include <math.h> #include <string.h> #include <stdlib.h> #include "../../include/errorCode.h" #include "../../include/basicDefinition.h" #include "../../include/cephes.h" #include "../../include/randomExcursions.h" /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ...
[ "noreply@github.com" ]
donnysong.noreply@github.com
b690d9d930d789c9f579bf6062ab1fc7fd154aa8
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE761_Free_Pointer_Not_at_Start_of_Buffer/CWE761_Free_Pointer_Not_at_Start_of_Buffer__wchar_t_environment_52a.c
5e06c6b65fa3e00d76501cc2d1033c212626b8e0
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
3,538
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE761_Free_Pointer_Not_at_Start_of_Buffer__wchar_t_environment_52a.c Label Definition File: CWE761_Free_Pointer_Not_at_Start_of_Buffer.label.xml Template File: source-sinks-52a.tmpl.c */ /* * @description * CWE: 761 Free Pointer not at Start of Buffer * BadSourc...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
3f75c203d1105d696a32e0b351890597924c9c82
7bd35206a6f4d3bda47b0d0ee9e9445e7ea13223
/srcs/zone_tools.c
9de7dabc4548efbf33b42b92394af1d2ece2a238
[]
no_license
qdegraeve/malloc
58875c36b2e6a2861c7b0699f7422d1807441a25
a6940f473eca1cf9617a56615b05b6c0b9cf67a8
refs/heads/master
2021-01-20T02:52:57.400063
2017-06-26T13:18:47
2017-06-26T13:18:47
89,460,024
0
0
null
null
null
null
UTF-8
C
false
false
2,588
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* zone_tools.c :+: :+: :+: ...
[ "qdegraeve@gmail.com" ]
qdegraeve@gmail.com
efa27be4b3b793fe130543efd89fdba79eb19034
2266eb133fc3121daf0aa7f4560626b46b94afe0
/include/npc/masia.c
4ee02ac141a41229c80ce5b30d1b4b8e4abc2f27
[ "MIT" ]
permissive
oiuv/mud
6fbabebc7b784279fdfae06d164f5aecaa44ad90
e9ff076724472256b9b4bd88c148d6bf71dc3c02
refs/heads/master
2023-08-18T20:18:37.848801
2023-08-13T07:00:15
2023-08-13T07:00:15
112,278,568
99
49
MIT
2023-02-01T03:42:14
2017-11-28T03:05:14
C
UTF-8
C
false
false
1,832
c
// masia.c 中亚 #include "name.h" nosave mapping ma_sname_m = ([ "萨" : "sa", "拉" : "la", "阿" : "a", "乌" : "wu", "阿比" : "abi", "亚比" : "yabi", "尤利" : "youli", "戡挞" : "kanda", "思戈" : "sige", "亨达" : "hengda", "腾格" : "tengge", ...
[ "i@oiuv.cn" ]
i@oiuv.cn
99f2c62263e45ba6905dfaa699525082f2b111f4
22f090846bfc4a1a3b0c9062ccad75cfbceffd01
/C/1052/1052.c
7b6bf5ef1111bf39d944fbed559312cbc0015d06
[]
no_license
Nafizulhaque535/uri-online-judge
e3cebe797b46a256dcdb4d055c7e4635bea8ce16
02bab904c61cb3ff72a90810c2b83d2910899ab8
refs/heads/master
2023-02-03T19:36:08.452627
2020-12-21T15:33:29
2020-12-21T15:33:29
284,709,591
1
0
null
null
null
null
UTF-8
C
false
false
584
c
#include<stdio.h> int main() { int n; scanf("%d",&n); if(n==1) printf("January\n"); if(n==2) printf("February\n"); if(n==3) printf("March\n"); if(n==4) printf("April\n"); if(n==5) printf("May\n"); if(n==6) printf("June\n"); if(n=...
[ "codeglobal35@gmail.com" ]
codeglobal35@gmail.com
7daaed4856bc88ba03b1b19c216e9a142d047844
3fdd3a357d314d2993e23cd46b589ef523a5ea3b
/src/os_interface.h
2476577b53c2ffe5dfab4cfe5b36d657fb001bf0
[ "MIT" ]
permissive
skibey/cmrt
8b81623c205a7abe71a8b815cf424a1dada40216
6598e9e052c26b0fd638b855223881e7240af500
refs/heads/master
2020-12-24T10:24:33.419647
2015-09-08T05:56:01
2015-09-08T05:57:21
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
18,190
h
/* * Copyright © 2014 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, pub...
[ "seanvk@posteo.de" ]
seanvk@posteo.de
8a2f960db398c1df5b43a52bd16331f6e114c607
2f5ac13bcfca747a53e22f71101672b95a8fa339
/gf.h
953ab0895d50715cd9d11fa9524c47451747614c
[]
no_license
Warchant/reed-solomon_syndrome_gf256
f0eb8beb9f1b85db67426abda88b6266c8f1fd2e
21cd814fda241eaecb79e3a04ce3236aa9f63195
refs/heads/master
2021-09-21T03:31:46.694399
2017-10-19T08:54:42
2017-10-19T08:54:42
75,931,404
5
1
null
2018-08-20T14:45:35
2016-12-08T11:24:28
C
UTF-8
C
false
false
6,603
h
#pragma once #include "util.h" #include "types.h" #define GFsize 256 #define m 8 // степень RS-полинома (согласно Стандарта ECMA-130 - восемь) // несократимый порождающий полином // согласно Стандарту ECMA-130: P(x) = x8 + x4 + x3 + x2 + 1 uint32_t p[m + 1] = {1, 0, 1, 1, 1, 0, 0, 0, 1}; // GF[i] = alpha_of[i] uint...
[ "warchantua@gmail.com" ]
warchantua@gmail.com
16c52276ec5bc22f9da32e8a791867d229780f82
6bebd0b93163e369f695d0b329ae78206733065b
/include/gl_yz.h
d81891bb6ea45c7571c970c50d9d30c1acc30a24
[]
no_license
YingZhang2017/Graphics_OpenGL
9802980037bf03dc46f24505ec3b5f873db2b093
de807492398cf0dc855e92c9cacb803e8e0af757
refs/heads/master
2021-01-19T13:05:50.529341
2018-07-25T07:39:09
2018-07-25T07:39:09
88,063,523
0
0
null
null
null
null
UTF-8
C
false
false
889
h
/** * gl_yz.h * * This file tries to encapsulate in one file all the variations * needed for portable OpenGL demo. * * Mac OS tested. * Win/linux need test. * */ #ifndef _GL_YZ_H_ #define _GL_YZ_H_ #if defined(__APPLE__) // Mac OS version # include <GL/glew.h> // include GLEW ...
[ "yzhang@lululvxing.com" ]
yzhang@lululvxing.com
318547e1b3a5c041181a5ba222ac7a9cc9d5bb48
6aa406767612c3eec15c9dcd26ce49841c1555bb
/ADK_6.2.43/apps/libs/audio_mixer/audio_mixer_channel_roles.h
1246c5c2e7fdfcdc3c4a702bd63f1adc495e1424
[]
no_license
hongshui3000/BluetoothEarbud
0bb483ca3c19f9c4b317a6ef1f4e8a9712313dd1
b173ec3666c9e02d115d52d301b74fcd2d08cb47
refs/heads/master
2021-04-06T12:42:57.286099
2018-03-06T01:55:33
2018-03-06T01:55:33
124,361,091
1
7
null
2018-03-08T08:30:02
2018-03-08T08:30:01
null
UTF-8
C
false
false
650
h
/**************************************************************************** Copyright (c) 2017 Qualcomm Technologies International, Ltd. FILE NAME audio_mixer_channel_roles.h DESCRIPTION Definition of common channel roles, used to connect chains together */ #ifndef _AUDIO_MIXER_CHANNEL_ROLES_H_ #define _AU...
[ "chaw.meng@geortek.com" ]
chaw.meng@geortek.com
7cf4413e6e7b7669b9c8d1601593ba558cb59f95
f3a14f1cf87a4f07b1e8965eb7fecb1a5ea2a329
/ATMEGA16/3AVR_SPI_project/eclipse/MC2/lcd.c
fe263e090ad36502006c46e36415a921a4105563
[]
no_license
AbdoAshraf/embedded_projects
f149b01f680a9745a98b6171963fbc94dc0df524
5ae21b8e5148ddfd0e4716c9f3d68d3a4e8fcec1
refs/heads/master
2020-03-27T22:39:09.444942
2018-09-03T22:16:43
2018-09-03T22:16:43
147,248,994
1
0
null
null
null
null
UTF-8
C
false
false
1,617
c
/* * lcd.c * * Created on: Aug 2, 2018 * Author: ABDO */ #include "lcd.h" void init_lcd(void) { LCD_DATA_PORT_DIR = 0xFF; LCD_CTRL_PORT_DIR |= (1<<E) | (1<<RS) | (1<<RW); sendCommand_lcd(TWO_LINE_LCD_Eight_BIT_MODE); sendCommand_lcd(CURSOR_OFF); sendCommand_lcd(CLEAR_COMMAND); ...
[ "noreply@github.com" ]
AbdoAshraf.noreply@github.com
943895c5a03a1f729845e0cc44063695cafc6f9a
58a0e2e207ca08a4b7fbed44b4392ef545ee705d
/c01/ex08/ft_sort_int_tab.c
fe9ed4182a01abaa0072e13d3ffa6181203bc6fc
[]
no_license
eduardomosko/42basecamp
de61fce1c425ee4063390529807fac3a8d01ea51
8b51cc7d25dc8993f6fcfa94472d160ac869dc9d
refs/heads/master
2023-04-08T15:47:53.067378
2021-04-17T06:06:34
2021-04-17T06:06:34
358,795,708
11
2
null
null
null
null
UTF-8
C
false
false
1,174
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_sort_int_tab.c :+: :+: :+: ...
[ "emendes-@student.42sp.org.br" ]
emendes-@student.42sp.org.br
d1afcf31839a0269be4c08db2229ca37e4c84b7d
d9a51815277818e5493f2f9f0df8e956aa31bbda
/Number Pattern.c
c919adf5a32833e34c580c90c9cf68c88bde5ff3
[]
no_license
Abarna13/Automata-fix-coding
94f7357f00f35cbff0fd1d3530eca307837867a7
433f1ee347d02e3a2fefc4c3ca79aaaa4bb5433b
refs/heads/main
2023-06-06T04:21:55.654443
2021-06-05T10:45:33
2021-06-05T10:45:33
369,482,154
3
0
null
null
null
null
UTF-8
C
false
false
905
c
/* Check whether the below program print the below pattern.update the code to get the desired output. Input Format 4 Constraints - Output Format 1 22 333 4444 4444 333 22 1 Sample Input 0 4 Sample Output 0 1 22 333 4444 4444 333 22 1 Sample Input 1 3 Sample Output 1 1 22 33...
[ "noreply@github.com" ]
Abarna13.noreply@github.com
060d8e3123228694350e1b27441891c05986be7e
3f47f8c74ba4230c2ed702bdeb648e211091dfae
/unp/unpv13e/tcpcliserv/str_cli09.c
fa81a0a7163ad0e3e3a23fc0bb75a487ab7820fc
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
elftech/vmware-code
821272543f8e5d77b6dd45c8088edc16402436dd
9b2b3ebff687df20d03d4f0e283297aaf938a652
refs/heads/master
2021-01-10T19:56:48.564178
2014-04-04T14:11:23
2014-04-04T14:11:23
10,309,485
0
1
null
null
null
null
UTF-8
C
false
false
506
c
#include "../lib/unp.h" #include "sum.h" void str_cli(FILE *fp, int sockfd) { char sendline[MAXLINE]; struct args args; struct result result; while (Fgets(sendline, MAXLINE, fp) != NULL) { if (sscanf(sendline, "%ld%ld", &args.arg1, &args.arg2) != 2) { printf("invalid input: %s", sendline); continue; ...
[ "binyuan@ubuntu.(none)" ]
binyuan@ubuntu.(none)
d23f7b53bb91ff4f385048fb6a439fe8ed6299f5
b105b573510bef3a4eb03bcd4c5cd263fa6118a4
/srcs/get_next_line.h
ad03fda61bf7ad31c31f1a9b8a71b257c9d4d7dd
[]
no_license
geshe-padishe/get_next_line
b04487052bd640100b51e741a38f55665365384f
3c288c997d313ad3525ac3666415ddd4afd8141c
refs/heads/master
2023-01-04T01:06:16.317925
2020-10-31T12:17:50
2020-10-31T12:17:50
273,012,654
0
0
null
null
null
null
UTF-8
C
false
false
183
h
#ifndef GET_NEXT_LINE_H # define GET_NEXT_LINE_H # ifndef BUFF_SIZE # define BUFF_SIZE 1 # endif int get_next_line(int e, char **s); #include <stdlib.h> #include <fcntl.h> #endif
[ "ngenadie@e1r3p20.42.fr" ]
ngenadie@e1r3p20.42.fr
042704448e5171edc4f09e0630144e923098eac4
44d7aa8ac7746f5fa4d589deaaf9471b348a2354
/unused/lapack_cwrapper/src/lapack_cungbr.c
607872c1e74c84820c883f2b6c90fde526813b25
[]
no_license
mathematical-systems/blas-lapack-ffi
14853da997b7280f7dbfce710773ce6b0b05964c
781517becc93a27dc2eac91b76032117bced5396
refs/heads/master
2016-09-07T18:39:20.944501
2011-12-28T04:34:57
2011-12-28T04:34:57
3,864,092
1
0
null
null
null
null
UTF-8
C
false
false
1,169
c
/* * lapack_cungbr.c * *This program is a C interface to cungbr. * * Written by Remi Delmas. * */ #include "../include/lapack_f77.h" #include "../include/lapack_enum.h" #include "../include/lapack_aux.h" void lapack_cungbr(const enum lapack_form_matrices_type vect, const int m, const int n, const int k, void *...
[ "jianshi.huang@gmail.com" ]
jianshi.huang@gmail.com
79cca33af0220615e8dbafeebb6e3e4d4ea82e7e
aa871e9e906160fe94e7a1504da4f64ba2c16d8e
/src/optiondefs.h
f1f1af3090f822e075a17037ec130a7b43ce160c
[ "Vim" ]
permissive
Santocoyo/vim
0fc6d9c4bf26db6f9a63365580169cf8affc889f
64e09eee8266913865471680fa6cc8a6e85d6e23
refs/heads/master
2022-11-29T21:23:51.372067
2020-07-28T21:49:51
2020-07-28T21:49:51
283,335,171
0
0
NOASSERTION
2020-07-28T21:46:59
2020-07-28T21:46:58
null
UTF-8
C
false
false
96,910
h
/* vi:set ts=8 sts=4 sw=4 noet: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. */ /* * optiondefs.h: option definitions */ // The options that are local to a window or buffer have ...
[ "Bram@vim.org" ]
Bram@vim.org
55849709ae894328859ec8fce2c81815e8a2e6e4
685d2a9624bbaf5eddf106807a031e2e2f0b3c8a
/lib/dominios/suboscuridad/rooms/zorimeth/ciudad_188.c
717cf9d9724221cbe88127dad4d19e0b04089c35
[]
no_license
gllort/mud
79fffeaaa57a47ecc00dae7fffd98fff0e1de444
e2511b4fc189cfcdeeac44242d0700b5382c4680
refs/heads/master
2021-01-10T10:48:04.215944
2016-01-28T11:16:19
2016-01-28T11:16:19
50,575,382
2
0
null
null
null
null
UTF-8
C
false
false
302
c
inherit BASEROOM; #include "path.h" void habitacion() { nombre("$N$0Zorimeth:$R$4 Avenida de Lloth$R"); descripcion("LONG\n\n"); salida("oeste",ROOMS+"ciudad_187.c"); salida("norte",ROOMS+"ciudad_176.c"); salida("este",ROOMS+"ciudad_189.c"); salida("sur",ROOMS+"ciudad_204.c"); }
[ "gllort@users.noreply.github.com" ]
gllort@users.noreply.github.com
6bc9598ea7740c87998a2456347a4bbfceff6211
6ac9295952817351c6fe0512287a40f30959ecc8
/main.c
a8be9911169d06281507ddff1e93ea8c45088abf
[]
no_license
Sir-Branch/Robot-Floor-Cleaner
3c16bec1a520a26d843e57a265ff71fb6a8b27b5
e3f096e796dae900ebb7ca7588e2f0e0f7486a4c
refs/heads/master
2021-01-11T03:27:41.871242
2016-10-16T21:09:46
2016-10-16T21:09:46
71,029,757
0
0
null
null
null
null
UTF-8
C
false
false
2,241
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: r2d2 * * Created on March 24, 2016, 1:56 PM */ #include <stdlib.h> #include <stdio.h> #include <a...
[ "rmerello@itba.edu.ar" ]
rmerello@itba.edu.ar
40a8f38291251ff1024eb65ec2e42f2421826eb4
f547f60823a7e9935241c0f1789f41f8faed2646
/Dub-Siren-Firmware/firmware/src/Filters/FirstOrderFilter.c
417af9ea2161e46a8cf74f02bac1ddcca3a2bb39
[]
no_license
alb3rt4n/Dub-Siren
73d031f12c02f0e57ef5dfec2d39371f8443f580
b90a939b85ab6f68d6111feae1199ba72b0ebcef
refs/heads/master
2023-07-16T06:59:06.888048
2018-04-27T19:14:42
2018-04-27T19:14:42
null
0
0
null
null
null
null
UTF-8
C
false
false
2,151
c
/** * @file FirstOrderFilter.c * @author Seb Madgwick * @brief First-order low-pass or high-pass filter. * * https://en.wikipedia.org/wiki/Low-pass_filter * https://en.wikipedia.org/wiki/High-pass_filter */ //------------------------------------------------------------------------------ // Includes #include "F...
[ "social@x-io.co.uk" ]
social@x-io.co.uk
e8bbd8151c2916b5f926bb178a2f010483bbdba4
74e02baadaab0cf5636a1621b1ed121b14600d52
/SDK_V4.8.0/middleware/third_party/httpclient/inc/httpclient.h
3de1cba3897531ca3cea8d7a3e77f79b55f3a425
[]
no_license
liuleiliujing/FreemodusTCP-On-Wifi-CHIP
32902aeb0cf11ca132ccf582a76bfee84dcc2900
bb8a5b6ceac47c6a7cc4d9ea50441edd4fb06f15
refs/heads/master
2022-04-17T10:22:39.654381
2020-03-29T15:09:00
2020-03-29T15:09:00
null
0
0
null
null
null
null
UTF-8
C
false
false
16,377
h
/* Copyright (C) 2012 mbed.org, MIT License * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, * including without limitation the rights to use, copy, modify, merge, pub...
[ "wangyuyin@raisecom.com" ]
wangyuyin@raisecom.com
5a3e1dd6ec164e1f76e4763d6c17b215dc58b868
40a24b35cda853c232bb179160dd77311989c2c4
/src/ngx_dynamic_upstream_stream_lua.h
ed50bec027e727a2d5ccd3c2768443f325b1d84a
[ "BSD-2-Clause" ]
permissive
harveyzh/ngx_dynamic_upstream_lua
d1591127e264120e31aa486b34e23829cb917479
9b6f04f783bc96a48ae6099e7c3944ebc521e1ae
refs/heads/master
2021-01-11T16:52:13.564559
2017-01-18T21:13:38
2017-01-18T21:13:38
null
0
0
null
null
null
null
UTF-8
C
false
false
1,018
h
#ifndef _ngx_dynamic_upstream_stream_lua_h_ #define _ngx_dynamic_upstream_stream_lua_h_ #include <ngx_core.h> #include <ngx_stream.h> struct ngx_stream_upstream_check_opts_s { ngx_str_t upstream; ngx_uint_t fall; ngx_uint_t rise; ngx_msec_t timeout; ngx_str_t request_body; ngx_st...
[ "alkon2000@mail.ru" ]
alkon2000@mail.ru
d8bae1d476549a9451e0fbfe87bc6e35531170ee
c85df9a1ad627707fc603f40f7df056af16900c9
/source/libs/libwolfssl/wolfcrypt/port/caam/wolfcaam_ecdsa.h
01d83da45c02bc4a02f1ae6f1c7dfb40cf5302f1
[]
no_license
wiidev/usbloadergx
28b582c2c8231ca7f313a321a134d6784358a770
e25c4e96430524c080767679b0c4a0d7595412a8
refs/heads/enhanced
2023-08-11T18:47:12.728031
2023-01-07T23:30:02
2023-01-07T23:30:02
204,522,898
313
124
null
2023-07-21T17:06:18
2019-08-26T17:05:59
C
UTF-8
C
false
false
1,692
h
/* wolfcaam_ecdsa.h * * Copyright (C) 2006-2022 wolfSSL Inc. * * This file is part of wolfSSL. * * wolfSSL is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at you...
[ "wiidev@users.noreply.github.com" ]
wiidev@users.noreply.github.com
0495ed0be12de3d4eba3ea6ec43b715c88923fb0
6ae32e9d2a84ade58aa5ebcfcbdf08f9023cecf8
/make_dparser/write_tables.c
8064080ff7544ae28537b9ed942bcce7a80f21a9
[]
no_license
PDelak/JitCompilation
97bb54b6c1fbdf22dbdcf9a88f08e5722fb18e6b
0b7d41ec19f3314de8359522c9bf4a34bd312503
refs/heads/master
2021-04-29T15:27:33.435513
2018-02-16T20:38:49
2018-02-16T20:38:49
121,798,153
0
0
null
null
null
null
UTF-8
C
false
false
62,213
c
/* Copyright 2002-2006 John Plevyak, All Rights Reserved */ #include "d.h" #include "dparse_tables.h" void myfprintf(FILE *f, const char *format, ...) { va_list ap; va_start(ap, format); if(!f) d_warn("trying to write code to binary file"); else vfprintf(f, format, ap); va_end(ap); ...
[ "przemyslaw.delewski@gmail.com" ]
przemyslaw.delewski@gmail.com
9c2bf93bba962ce84c7724d57ed6dca003471abb
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/mfd/extr_ucb1x00-core.c_ucb1x00_add_dev.c
8899c251c32115b90206d9574bb62ed7f73abb6b
[]
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,364
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
b91a42100e3b425794ea4ef7cd07760fd9ce71a5
48e1f3e2f4b5088b2ed27c308f6aa54ecd0fcec6
/lib/my/my_revstr.c
c6261a9454f34af56df5e2bed138821c0556575c
[]
no_license
MariusNWK/BSQ-10-2020
ce663669e88fa50bdcaaa8449af88fec2b145157
94e7467eddf8e77a9f6f298dbe920d8bb5e9a8a2
refs/heads/master
2023-04-29T19:03:10.008545
2021-05-20T10:39:49
2021-05-20T10:39:49
null
0
0
null
null
null
null
UTF-8
C
false
false
370
c
/* ** EPITECH PROJECT, 2020 ** my_revstr ** File description: ** my_revstr */ char *my_revstr(char *str) { int j = 0; int k = 0; int a = 0; for (int i = 0; str[i] != '\0'; i++) { j = i; k = i; } for (int i = 0; i <= (j / 2); i++, k--) { a = str[i]; str[i] = str[...
[ "marius.nowak@epitech.eu" ]
marius.nowak@epitech.eu
be3fa8b499383dc716fcc388bc88f32f5ccee4fb
976ee24af77af5aaac878c655d209385f0f8dc12
/tclinux_phoenix/bootrom/bootram/flash/controller/spi_controller/spi_controller.c
4ed7fc691e043697725a0363d84a8affaea09804
[]
no_license
kdzm/tclinux
f628855fb9695897ddb8377ff515b44881df0ef1
aea3a43562e8d3dc0335624202fde08d713a18c2
refs/heads/master
2022-08-12T21:33:56.440685
2016-11-30T01:03:17
2016-11-30T01:03:17
null
0
0
null
null
null
null
UTF-8
C
false
false
22,186
c
/*************************************************************************************** * Copyright(c) 2014 ECONET Incorporation All rights reserved. * * This is unpublished proprietary source code of ECONET Incorporation * * The copyright notice above does not evidence any actual or intended ...
[ "likunyan@cmhi.chinamobile.com" ]
likunyan@cmhi.chinamobile.com
b580b50c17353a828485fc48317959a601f5a1d4
a485d40781a9a47a04af64de98ad7e8e2ea4c89e
/FoamCopy/interMixingFoam/createFields.H
5b152b78a7ae8a5be1fc4edaf89d9a498f86efea
[]
no_license
raunakbardia/OpenFoam-v1612--ModifiedSolvers
f9212d4a621524671515cfe50b8d18356f97471b
7073d100d49963fd77362669777d1e8f93114daa
refs/heads/master
2021-01-18T18:46:40.510719
2017-12-04T15:30:19
2017-12-04T15:30:19
100,523,808
1
0
null
null
null
null
UTF-8
C
false
false
2,247
h
#include "createRDeltaT.H" Info<< "Reading field p_rgh\n" << endl; volScalarField p_rgh ( IOobject ( "p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); Info<< "Reading field U\n" << endl; volVectorField U ( IOobject (...
[ "rbardia@wisc.edu" ]
rbardia@wisc.edu
a27029ae4d6d11fd0ffc74aa4dd3e08c9b1075cd
2d59fb0c5b5a7dbc1c31fab2ea3b89a08a859ef6
/arch/x86/include/asm/post.h
939b6fa57e3930be789402f9b070f7bf41a9fe2a
[ "0BSD", "GPL-2.0-or-later" ]
permissive
CPU-Code/-u_boot_fslc
683f4d183723df62f17645ec7f2d3c6bccbf737c
da15f58fe22fce65c6934eaa0d69d8bd2631f9a7
refs/heads/master
2023-04-03T15:38:33.105773
2020-05-16T12:04:44
2020-05-16T12:04:44
278,999,208
0
0
0BSD
2021-04-20T20:20:33
2020-07-12T05:38:02
C
UTF-8
C
false
false
1,219
h
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2014 Google, Inc */ #ifndef _post_h #define _post_h /* port to use for post codes */ #define POST_PORT 0x80 /* post codes which represent various stages of init */ #define POST_START 0x1e #define POST_CAR_START 0x1f #define POST_CAR_SIPI 0x20 #define P...
[ "923992029@qq.com" ]
923992029@qq.com
2fe2aadd9f25715cfd117e09f749d284d990d061
ebaf831452dbb2615a93d05729b5e17b21bd5e2b
/rtos/drivers/linuxc26/include/linux/i2c.h
a81b5cb9cf387b0d73528e368a8c357ac6962af1
[]
no_license
galiman/S.Ha.R.K
cf82c5cde73b1ab1723e9aaa34518a51663e5dd5
9b794cee514efb50f1818ff826e9b3063ace2531
refs/heads/master
2020-08-05T02:08:01.748273
2019-10-02T14:08:06
2019-10-02T14:08:06
212,357,306
3
0
null
null
null
null
ISO-8859-1
C
false
false
24,446
h
/* ------------------------------------------------------------------------- */ /* */ /* i2c.h - definitions for the i2c-bus interface */ /* */ /* ------------------------------------------------------------------------- */ /* Copyright (C) 1995-2000 Simon G. Vogl This program ...
[ "galiman85@mail.ru" ]
galiman85@mail.ru
46b7901b68a98d7892d08c327f291a5b7dc144e1
3ad8336ebf81364de9c6d1d6781858facfcb6513
/shm.c
2bccacd743f45d17bc7d754fe5e7ef65b518b13a
[]
no_license
FloridSleeves/os-experiment-3
982281209aa5e29920d93f0bcb3cb6df63ae06f7
2ff3250cd5e28561e852592946011232e18b4cee
refs/heads/master
2021-01-19T03:30:17.931752
2017-04-12T14:39:16
2017-04-12T14:39:16
87,317,831
0
0
null
null
null
null
UTF-8
C
false
false
999
c
#include<stdio.h> #include<sys/shm.h> #include<sys/stat.h> int main() { int segment_id; char* shared_memory; struct shmid_ds shmbuffer;//a struct to record the information of the shared memory int segment_size; const int shared_segment_size=0x6400; segment_id=shmget(IPC_PRIVATE,shared_segment_size, IPC_CREA...
[ "noreply@github.com" ]
FloridSleeves.noreply@github.com
3b0510ff4fedfbeb6b08f86afd1fdb14365e71ef
664efbc043b5ddf7068cf30babd09f381f545e9f
/C++/lesson4/lesson4-c调用c++函数/main.c
bbe9fb9a4481e434b75db53ddb196d32ce97c167
[]
no_license
kindlyde/Cpp-Exercises
1e5f923d8f26774d1216860cfa0403f2cd0773c7
ada4c2da910e21b57b5a30cb36068894e682ab1b
refs/heads/master
2020-07-04T07:19:33.201078
2015-08-30T14:57:44
2015-08-30T14:57:44
41,629,869
0
0
null
null
null
null
UTF-8
C
false
false
111
c
#include <stdio.h> #include "add.h" int main() { int a = 1; int b = 1; printf("1 + 1 = %d\n", add(a, b)); }
[ "912527538@qq.com" ]
912527538@qq.com