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
0c03d014e3656eb723ecbaa5c578314022356a89
6691704183fdb060d4c0840921470389b1e6b00d
/test.c
69bf82c226d470a05bcea99c02654452675882f8
[]
no_license
ruibinjiang/ECE368_P2
6acc6254ff220719b352735afd8e86fd4939f031
e7b542105e3da594326fa685e4266b7311c3ba20
refs/heads/master
2020-08-24T17:46:33.742781
2019-11-01T04:56:43
2019-11-01T04:56:43
216,875,014
0
0
null
null
null
null
UTF-8
C
false
false
5,829
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/types.h> #include <sys/stat.h> /* -------- aux stuff ---------- */ void* mem_alloc(size_t item_size, size_t n_item) { size_t *x = calloc(1, sizeof(size_t)*2 + n_item * item_size); x[...
[ "jiang551@purdue.edu" ]
jiang551@purdue.edu
c05c4377747b478e52fd83a61c329b91c514b00b
617bd24f8c106b9c707a0afcef2abc2b64e08e43
/ios/Pods/Headers/Private/React/React/RCTLog.h
e761ae3a540ae60e4381bc4b0f237a267592d134
[ "MIT", "BSD-3-Clause", "Apache-2.0" ]
permissive
atiato78/expo
54f15c932a3984f2a60b7fddc9bd55c470ba92e4
0c9ef858e125b5f9d421edc183ec10aa84c9b41b
refs/heads/master
2022-12-15T09:30:33.721793
2019-07-31T20:04:43
2019-07-31T20:04:43
199,931,004
2
0
MIT
2022-12-04T05:33:11
2019-07-31T21:24:06
Objective-C
UTF-8
C
false
false
67
h
../../../../../../react-native-lab/react-native/React/Base/RCTLog.h
[ "sjchmiela@gmail.com" ]
sjchmiela@gmail.com
b4695df15df43c867a68868e093a66b92fc54069
fdbb74a95924e2677466614f6ab6e2bb13b2a95a
/third_party/sqlite3/sqlite3expert.shell.c
e7a07c8f08dbdbeeee30e38008458dbf61935141
[ "ISC", "MIT", "LicenseRef-scancode-public-domain" ]
permissive
jart/cosmopolitan
fb11b5658939023977060a7c6c71a74093d9cb44
0d748ad58e1063dd1f8560f18a0c75293b9415b7
refs/heads/master
2023-09-06T09:17:29.303607
2023-09-02T03:49:13
2023-09-02T03:50:18
272,457,606
11,887
435
ISC
2023-09-14T17:47:58
2020-06-15T14:16:13
C
UTF-8
C
false
false
47
c
#include "third_party/sqlite3/sqlite3expert.c"
[ "jtunney@gmail.com" ]
jtunney@gmail.com
7ddee9956056062cc2af053b2bfcfb6b08daf2c7
66ae9722837ed27cf76d65bb2024867c69923e33
/src/ssock/ssock_write_uint8.c
e2dfd49506f0441bebe2a7c513108b9a1f7a5176
[ "MIT" ]
permissive
hocktide/v-c-bc
c580f20c33ff9e671418f41c55e2fcd6970575f6
9c3eb5a49b2839901c0a53141c9a18a30766fb43
refs/heads/master
2022-11-20T21:40:34.128784
2020-07-26T03:36:20
2020-07-26T03:36:20
276,962,081
0
0
MIT
2020-07-26T03:36:21
2020-07-03T18:16:47
C
UTF-8
C
false
false
1,985
c
/** * \file ssock/ssock_write_uint8.c * * \brief Write an unsigned 8-bit integer value packet to a socket * * \copyright 2020 Velo Payments, Inc. All rights reserved. */ #include <cbmc/model_assert.h> #include <vcblockchain/byteswap.h> #include <vcblockchain/ssock.h> /** * \brief Write a uint8_t value to the ...
[ "jkbbwr@gmail.com" ]
jkbbwr@gmail.com
b1edbb3828e02d7cfb9f98065a25bcbecdb5037a
3c6deda46fa37a42feebde0fb50dd0d6123b82b1
/0151/src/lib/formats/d81_dsk.c
1df78b1264859dbb3813705b078535bfeef51bc5
[]
no_license
AreaScout/mame-libretro
9fdb724edb58070162c1bd4e8b351a8f2da250ea
dd16543e4f77a2e42f5662a445f03079e2324221
refs/heads/master
2020-12-24T21:01:44.571706
2014-11-26T06:36:49
2014-11-26T06:36:49
null
0
0
null
null
null
null
UTF-8
C
false
false
5,158
c
// license:BSD-3-Clause // copyright-holders:Curt Coder /********************************************************************* formats/d81_dsk.c Commodore 1581 disk image format *********************************************************************/ /* PER TRACK ORGANIZATION: Hex 4E writt...
[ "rtype@foo.com" ]
rtype@foo.com
a0479210fc78e5fcb8e6f420926b6ed4a211108e
fbef550c1f0206aac0582a58f7e3db945f442a9a
/Pods/Headers/Public/MIKMIDI/MIKMIDIEvent.h
3d14a0030c77d2b8d16d914dd449d01d3926efb5
[ "MIT" ]
permissive
Hammerspoon/hammerspoon
0f03b4dd2ef3b44ea4c0a1cd0b94fcb513b5f2b7
0ccc9d07641a660140d1d2f05b76f682b501a0e8
refs/heads/master
2023-08-19T01:26:41.898873
2023-06-20T22:52:50
2023-06-20T22:52:50
24,956,772
11,379
676
MIT
2023-06-09T02:51:33
2014-10-08T19:24:44
Objective-C
UTF-8
C
false
false
38
h
../../../MIKMIDI/Source/MIKMIDIEvent.h
[ "cmsj@tenshu.net" ]
cmsj@tenshu.net
d00db08c73913e59f0d2b628b0fa58a42013bd30
7733be108477569c013da9a446ff7a07a41067ce
/Arrayspointers/pc39.c
36dff56c1480c96db9a1db1956620d56b141a641
[]
no_license
jeevanpuhan/data-structures-c
7092e8ac31d7c32c1f10e8ef1cf00b3cbd6d830f
b8861c1c4102d5c939db2a21cdff80410ada8cd6
refs/heads/main
2023-03-06T01:45:05.394938
2021-02-19T16:35:30
2021-02-19T16:35:30
340,427,802
0
0
null
null
null
null
UTF-8
C
false
false
413
c
/* program to use a pointer as a member of structure and print the value of members*/ #include<stdio.h> main( ) { struct rec{ char *name; int *age; int *sal; }data,*ptr; char name1[10]= "R.O. Verma"; int age1=50; int sal1=17000; ptr->name=&name1; ptr->age=&age1; ptr->sal=&sal1; printf ( "Name:%s\n"...
[ "jeevankumarpuhan@gmail.com" ]
jeevankumarpuhan@gmail.com
888222fcbfa0609d28fe4f43f98a2a2b5be3296b
4817f4f74bd00846b78da19f30a2f19477681f70
/hci.c
26d3addbb42167fd4ad2f2af9daaea826a3feb94
[]
no_license
Oidlichtnwoada/MicrocontrollerBallGame
072441042c0d4ec67a9403294f8f8abce8385bbe
8aae2ad2d3ea62b7fe6d587425f3b9d788dbfdc2
refs/heads/master
2020-11-30T14:50:44.177578
2019-12-27T10:20:04
2019-12-27T10:20:04
230,422,347
2
0
null
null
null
null
UTF-8
C
false
false
6,964
c
#include <stdbool.h> #include <stdlib.h> #include <util/atomic.h> #include "hal_wt41_fc_uart.h" #include "hci.h" #ifndef WII #define WII 4 #endif typedef volatile struct buffer { uint8_t length, data[32]; volatile struct buffer *next; } buffer_t; static buffer_t *volatile _first = 0, *volatile _l...
[ "noreply@github.com" ]
Oidlichtnwoada.noreply@github.com
9d0c179d15e12020dadf6b5b304690b225602def
5c255f911786e984286b1f7a4e6091a68419d049
/code/9ca7b5a9-7e48-42dd-8d90-46a706c103b4.c
861500f293dfd756aeb9d66525e48bb205a83334
[]
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
230
c
#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 = j/j; l = j-j; l = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
3828426982ca5b7c46cb1a1ca7c1f2fb72397d2c
733ed8565f9fd98cc3e47f0a8a19b33596569038
/device_driver/char/charecter_driver.c
79c024fe941f622415d420181bf86804eadbcc04
[]
no_license
RaGowtham/Adeptchips
dc49204e33bab31b78aae722897988bf71cc792b
154926dfdaa0f21efcd44d6eb04bbed22c239080
refs/heads/master
2020-07-20T18:56:44.186163
2016-09-14T08:46:17
2016-09-14T08:46:17
66,085,185
0
0
null
null
null
null
UTF-8
C
false
false
1,999
c
#include <linux/init.h> #include <linux/module.h> #include <linux/fs.h> #include <linux/uaccess.h> MODULE_LICENSE("GPL"); char buffer[100]; int i; int file_open(struct inode *pinode, struct file *pfile) { printk(KERN_ALERT "%s of char driver\n",__FUNCTION__); return 0; } ssize_t file_read(struct file *pfile, ...
[ "gowtham.1102079@srec.ac.in" ]
gowtham.1102079@srec.ac.in
f7655c9be40787b9f24c1fc0473273b5522d1f7d
d89c771439e85969450e46be786e471bfc59575c
/src/init/init.h
597263296a580906bf9d97775e5ace9ff05470e6
[]
no_license
zhonxinya/CGI
be00a1bf2898b7504e1b1dec6d56b6bc97412d0e
03dc1da4b748ac098ea4e4a5a085ea9111b2bede
refs/heads/master
2022-12-28T05:39:08.598893
2020-09-16T08:20:45
2020-09-16T08:20:45
288,893,722
2
0
null
null
null
null
UTF-8
C
false
false
164
h
#ifdef _INIT_H_ #define _INI_H_ #include <stdio.h> #include <inttypes.h> #include <stdlib.h> #include <errno.h> #include <getopt.h> void init(); #endif // DEBUG
[ "15205182930@163.com" ]
15205182930@163.com
83a80f5893f1e98736e776d45bf0beb5a3f2f490
fbb4ea1cbe0442be1e809a17ccdf9cd8f9b556af
/src/libft/mem/ft_bzero.c
f7b8f47f347524d89fe8dead5ed9d6ca34107ea5
[]
no_license
AntoineMau/Libft
d859c0315e7a73faa22f641b1d216b0edb38e858
b2f38d78c389dce20f43e7d55c8cae82440b1abc
refs/heads/master
2020-09-06T02:33:34.481664
2019-11-07T17:14:05
2019-11-07T17:14:05
189,583,266
0
0
null
null
null
null
UTF-8
C
false
false
984
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_bzero.c :+: :+: :+: ...
[ "anmauffr@student.42.fr" ]
anmauffr@student.42.fr
315bbc4a26bab18221002113d5296a6e7d84ebc7
5c255f911786e984286b1f7a4e6091a68419d049
/code/5a2d7182-c7bd-4fe7-bf9a-9cf7a7b6035c.c
95d7fa8c8ee9c62bf8e39328e214e2108062798f
[]
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
253
c
#include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = j/j; l = l/j; l = k%j; i = l-j; j = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
f4f0c51b01a4a4326626e8a0ca481c31432230cc
0d9a644ef4d90f3068d07228dfcf54ae940cfcba
/guilds/scion/paths/staff/ice/bitter-frost.c
7751b98d422dbb4903d03e68cf021a382e610d21
[]
no_license
cellboy/core-lib
3584d8dec497a435d3742f2a7326c3b19beda0c8
9ddaa6416c538bbcd51a15c834ea6d5ec744ea40
refs/heads/master
2023-08-12T17:57:18.183853
2021-09-22T21:09:37
2021-09-22T21:09:37
null
0
0
null
null
null
null
UTF-8
C
false
false
562
c
//***************************************************************************** // Copyright (c) 2021 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/guilds/...
[ "abc@maelstrom.cc" ]
abc@maelstrom.cc
b37ed54a52635ab4e0ab973c794ca111405407a1
0172defcc050667d1c34d73f9937215a470657da
/Targets/Bonito2fairway/Bonito/tgt_machdep.c
b22c590c76bcabe73b9a5a6d91b50774994aadc7
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
fakecv/pmon_m5040
45c58961d595e24df9d4a6d0249b38c9aeb026ea
98bd63badcd529feffa010c2921f0c9ca21029a3
refs/heads/master
2020-09-21T14:58:49.472599
2017-04-24T19:34:39
2017-04-24T19:36:44
null
0
0
null
null
null
null
UTF-8
C
false
false
30,879
c
/* $Id: tgt_machdep.c,v 1.1.1.1 2006/09/14 01:59:08 root Exp $ */ /* * Copyright (c) 2001 Opsycon AB (www.opsycon.se) * * 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 r...
[ "liushiwei@gmail.com" ]
liushiwei@gmail.com
12e9cbdab4c1869030a0051c48068b942d180fc3
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/d/wudu/obj/zhulou2.c
00a23fc2a42a2e5e03f58119f82b8f1548ea49eb
[]
no_license
fluffos/nt7
ceef82b2465cf322549c7ece6ce757eaa8ec31ff
52727f5a4266b14f1796c2aa297ca645ca07282a
refs/heads/main
2023-06-17T10:07:33.000534
2021-07-15T11:15:05
2021-07-15T11:15:05
308,148,401
9
9
null
2021-06-28T14:11:57
2020-10-28T21:45:40
C
UTF-8
C
false
false
3,234
c
#include <ansi.h> #include <armor.h> inherit WAIST; void create() { object ob; set_name("竹篓", ({"zhu lou", "zhu", "lou"})); set_weight(300); set_max_encumbrance(15000); if (clonep()) { set_default_object(__FILE__); if (random(10) > 8) ...
[ "i@oiuv.cn" ]
i@oiuv.cn
613b8cf400cb66d283e0ebcf1f9e4ea07c3c5e9c
bec679ec229da8204708bc182a6445dd2e94b6af
/example/ex14.c
09cded0a3babe9704dc161a3ebe5b7c06a725d70
[ "MIT" ]
permissive
Pkiller112/lec_program
513ced8c53297d77dd8d8e06a7b760ed707d6e25
d1eaeb4bbf10c9719e2510b2b699d4e3cacbc3a1
refs/heads/main
2023-06-07T00:38:51.912053
2021-06-26T13:52:29
2021-06-26T13:52:29
380,110,826
1
0
MIT
2021-06-25T03:13:24
2021-06-25T03:13:23
null
UTF-8
C
false
false
160
c
// micro-C example 14 -- global data int r; void main(int n) { print(sqrt(n)); } int sqrt(int n) { r = 0; while (r * r < n) r = r + 1; return r; }
[ "1214752467@qq.com" ]
1214752467@qq.com
5fa364cca32f225801081f28e51b47c45f84ccec
e4e46b7d01dbd2528da680cc10ba7ad5dab0243d
/Driver/Components/SCR/SWITCHID.C
6f3f917323aff85b93bee2917fc07a14ae11fae8
[]
no_license
quanhengwen/STM32F1xWorkSpace19
c41eadb1414dec4469f0750621a5c81020ac102e
96efa2c337d78ed1a31c948056c67d875cca61e4
refs/heads/master
2022-02-18T22:53:05.116417
2019-08-24T10:39:54
2019-08-24T10:39:54
null
0
0
null
null
null
null
GB18030
C
false
false
9,037
c
/********************************************* *步进电机驱动 *结构体参数配置形式 *驱动模式---计时 *特殊功能:超时,加速 *最高优先级:停止--任何情况下,有停止命令,优先执行停止 *其它:刹车 **********************************************/ #include "SWITCHID.H" #include "STM32_GPIO.H" /**************************************************************** *函数名: *描述: * ******************...
[ "wegam@sina.com" ]
wegam@sina.com
a2a223633f0fb908ca7087d119f24960227e671c
d8e50207d9c072c321fb961765679482d75a61b3
/GD32C10x/GD32C10x_Firmware_Library_V1.0.1/Firmware/GD32C10x_usbfs_library/device/class/dfu/Include/dfu_mal.h
24a3087ae86863e9ee71a4777890dbf5fec8683b
[]
no_license
zhou-peter/gigadevice-firmware-and-docs
f22e6301051b788b2b547cb32da3f2f8f80ce9dc
c2f545f960f05371aa1945de5b5a72a45612fb7c
refs/heads/main
2023-07-17T19:15:46.501716
2021-09-04T17:57:12
2021-09-04T17:57:12
null
0
0
null
null
null
null
UTF-8
C
false
false
3,523
h
/*! \file dfu_mal.h \brief USB DFU device media access layer header file \version 2020-12-31, V1.0.0, firmware for GD32C10x */ /* Copyright (c) 2020, GigaDevice Semiconductor Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provi...
[ "jesse@keyboard.io" ]
jesse@keyboard.io
790912cf609c8b4211757978dc85f9a146a744d1
a7ee3172267ba25c7a6110e05b526582ec35b309
/tecla_e_freq.h
15a488a57707cbc5c4f3c00eeb27181070b73ea1
[]
no_license
suehtamacv/klavier
cb29e776a48eae5bbbda8aad54a1e003a87c467b
29fa56770196318bbb0aade9a457f8f3421cd699
refs/heads/master
2021-01-15T18:41:13.953560
2014-03-29T02:44:56
2014-03-29T02:44:56
null
0
0
null
null
null
null
UTF-8
C
false
false
457
h
#ifndef TECLA_E_FREQ_H #define TECLA_E_FREQ_H #include "QObject" enum Notas { C1=Qt::Key_Z,Cs1=Qt::Key_S,D1=Qt::Key_X,Ds1=Qt::Key_D,E1=Qt::Key_C,F1=Qt::Key_V,Fs1=Qt::Key_G,G1=Qt::Key_B, Gs1=Qt::Key_H,A1=Qt::Key_N,As1=Qt::Key_J,B1=Qt::Key_M,C2=Qt::Key_W,Cs2=Qt::Key_3,D2=Qt::Key_E,Ds2=Qt::Key_4, E2=...
[ "matheus.cavalcante@ee.ufcg.edu.br" ]
matheus.cavalcante@ee.ufcg.edu.br
7a91b17463e3097605da88071431d0e118306079
2632b863f3de1365127410a959df9f88346b3983
/dev/mii/acphy.c
22d0d739f84e10e357aa5e2d814f1fe41b9ce98a
[]
no_license
avsm/openbsd-xen-sys
0009f3fac21a10d0b92a88ab0640a480084d4299
2b77d73be1ddbdbe811ead9694add098014b7bde
refs/heads/master
2021-01-23T13:47:43.846224
2007-06-11T07:34:19
2007-06-11T07:34:19
764,337
3
0
null
null
null
null
UTF-8
C
false
false
6,490
c
/* $OpenBSD: acphy.c,v 1.5 2005/03/26 04:40:09 krw Exp $ */ /* $NetBSD: acphy.c,v 1.13 2003/04/29 01:49:33 thorpej Exp $ */ /* * Copyright 2001 Wasabi Systems, Inc. * All rights reserved. * * Written by Jason R. Thorpe for Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, with or withou...
[ "devnull@localhost" ]
devnull@localhost
9dd47afc214c13808aade3e4cf2fe90239af0662
aa42226224858a67e4c3a565c1c1ea2b98f212e7
/AutoCorrect/Dictionary.h
14b556fec93ecdfaa369574ee00c37f41d15708b
[ "MIT" ]
permissive
b246wang/Word-Auto-Correction
62af52f3ed72e905310411a3c080436fbbbc0ca3
b3aba2ca7d10fcd0eb6636ed5f178787d5584957
refs/heads/master
2021-01-16T20:55:31.874688
2015-05-09T22:14:37
2015-05-09T22:14:37
35,340,277
0
0
null
null
null
null
UTF-8
C
false
false
2,368
h
// // Dictionary.h // AutoCorrect // // Created by Brody Wang on 2015-04-09. // #ifndef __AutoCorrect__Dictionary__ #define __AutoCorrect__Dictionary__ // dictionary.h: an ADT for storing a Dictionary of void *'s #include <stdio.h> struct dictionary; typedef struct dictionary *Dictionary; typedef int (*Compare...
[ "brodywbc@gmail.com" ]
brodywbc@gmail.com
678907ea062dc029f2ac943c07aa516c874ccd46
41eb0837713f297134529591b66f3d4d82bcf98e
/src/Raine/source/Musashi/m68kmake.c
7deb8698b00fabdc6e7c9a683eafbae97bd80f91
[ "MIT" ]
permissive
AlexxandreFS/Batocera.PLUS
27b196b3cbb781b6fc99e62cad855396d1d5f8f2
997ee763ae7135fdf0c34a081e789918bd2eb169
refs/heads/master
2023-08-17T21:52:39.083687
2023-08-17T15:03:44
2023-08-17T15:03:44
215,869,486
135
57
null
2023-08-14T14:46:14
2019-10-17T19:23:42
C
UTF-8
C
false
false
43,610
c
/* ======================================================================== */ /* ========================= LICENSING & COPYRIGHT ======================== */ /* ======================================================================== */ /* * MUSASHI * Ve...
[ "alexxandre.freire@gmail.com" ]
alexxandre.freire@gmail.com
46fdfd7b421e6d0592a84c93d1db082d311e331f
a57344ccced5a6bbac53b6d49b2c3729e5d46743
/kern/pmm/MATOp/MATOp.c
99a50016c76bdc46df5a2a65b58d248d6116dda0
[]
no_license
tshen17/mcertiKOS
6a71c10a94f811498f756ad7ff9ffad9d3d0d01b
28ee3433050411dfb6f71205fecfc36cc6f85464
refs/heads/master
2021-09-26T12:58:10.158013
2018-10-30T15:18:52
2018-10-30T15:18:52
null
0
0
null
null
null
null
UTF-8
C
false
false
2,391
c
#include <lib/debug.h> #include <lib/types.h> #include "import.h" #define PAGESIZE 4096 #define VM_USERLO 0x40000000 #define VM_USERHI 0xF0000000 #define VM_USERLO_PI (VM_USERLO / PAGESIZE) #define VM_USERHI_PI (VM_USERHI / PAGESIZE) static unsigned int last_palloc_index = VM_USERLO_PI; /** * Allocate a p...
[ "yhlfc@hotmail.com" ]
yhlfc@hotmail.com
9ed192cc0b0cc36b77a68f6a8dfa5d4d14bdd959
d338e31582c778bd97a6828e47a8f211e274cff2
/decimalToAscii.c/decimalToAscii.c
dd8557ff14e7c1abbb5796dec16f62e4d7f85cb3
[]
no_license
teixeira83/Security
68e91968490a6ac388313f1dfd3a2593174bcc80
70158748a12cf16097029da54cf27be84858dd3c
refs/heads/master
2020-03-19T18:39:05.716282
2018-06-10T15:03:15
2018-06-10T15:03:15
136,818,544
0
0
null
null
null
null
UTF-8
C
false
false
911
c
#include<stdio.h> int main(){ char string[255]; FILE *arqWELCOME = fopen("artcode.txt","r"); FILE *arqSaida = NULL; int i,j = 0, cont = 0; if( arqWELCOME == NULL ){ fprintf(stderr, "Erro ao abrir o arquivo artcode.txt"); return 1; } char c = fgetc(arqWELCOME); while (!feof(arqWELCOME)) { ...
[ "rafael.amtx@gmail.com" ]
rafael.amtx@gmail.com
0017a4f6a697335d62fd54cc8887fd366c57dee9
ed506f3b3bae1c244c99d6025e8a871dfd722dfc
/LaunchPad/command/pwm.h
0d164143f4eb18e72340d77a3b4c9aa8b04662fc
[]
no_license
TOliver7/gratis
7354cd043a1d4fdf2f22feb880f93abe7c7fe85a
e4331fe66460589ddf8b77d4691cb5d1d7a64e4b
refs/heads/master
2020-04-07T15:44:06.267758
2013-02-11T04:26:01
2013-02-11T04:26:01
null
0
0
null
null
null
null
UTF-8
C
false
false
761
h
// Copyright 2013 Pervasive Displays, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at: // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or a...
[ "christopherhall.hsw@gmail.com" ]
christopherhall.hsw@gmail.com
f7414aa54d6ee16a0d71f8f733e13026ef634b61
34ffa908d515268ffd342be064631b4f8b5678a7
/sources/netcat/netcat.c
a060a4cdd698cada1ca7b47cf98ed5138e96c29f
[]
no_license
louisdh/network_ios
706b8ea5fc796e567765c0693ac3f74f9d8229e9
ae602b8163f22bcfe73e4eca400114fa86ac1e71
refs/heads/master
2021-04-15T07:33:17.416179
2018-03-23T21:40:33
2018-03-23T21:40:33
126,545,014
2
0
null
2018-03-23T22:31:30
2018-03-23T22:31:30
null
UTF-8
C
false
false
64,210
c
/* $OpenBSD: netcat.c,v 1.82 2005/07/24 09:33:56 marius Exp $ */ /* * Copyright (c) 2001 Eric Jackson <ericj@monkey.org> * * 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 mus...
[ "nicolas.holzschuch@inria.fr" ]
nicolas.holzschuch@inria.fr
cdce55c1858a998ccf7225b37fbb19956400906e
505420475cbc7b875bce285062924e20fd6f3d82
/protocol.h
237204a995e7efe10e9d751ae86950b3aea9c647
[]
no_license
greenarrow/austerusG
1357170789a2adf7f10d11ae0ac64d85d8c90f8d
cd84a63e87ec7e850bad7c06a637e826f00b2cd6
refs/heads/master
2016-09-05T10:46:37.942212
2014-04-27T14:54:41
2014-04-27T14:54:41
2,528,729
2
0
null
null
null
null
UTF-8
C
false
false
208
h
#define MSG_ACK "ok" #define MSG_ACK_LEN 2 #define MSG_DUD "rs 0 Dud" #define MSG_DUD_LEN 8 #define MSG_CMD "#ag:" #define MSG_CMD_LEN 4 #define MSG_CMD_EXIT "#ag:exit" #define MSG_CMD_EXIT_LEN 8
[ "greenarrow@users.sourceforge.net" ]
greenarrow@users.sourceforge.net
e98c9d55c27278b2e2b7739f2064254ac5fdcd4e
491569a6a745b695ad786f142aa1c83cb1e50e93
/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c
6f949661d5661d738cc7807942a1f37fa4bb385d
[ "LicenseRef-scancode-generic-cla", "BSD-3-Clause" ]
permissive
isabella232/XNNPACK
80793b9b8dc944c7d1ae4087c5d5abe8da859f87
16d79edc423d0a622b190cbfc6703c39ca2c0097
refs/heads/master
2023-06-07T14:15:33.093710
2021-06-17T20:25:46
2021-06-17T20:26:35
null
0
0
null
null
null
null
UTF-8
C
false
false
4,875
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 <smmintrin.h>...
[ "xnnpack-github-robot@google.com" ]
xnnpack-github-robot@google.com
56c5f1b93af513a5829604ec056c1d1536bf5383
76f9898ff7a555f4a729d725056a317af818375d
/assets/objects/object_link_child/gLinkChildLeftFistAndBoomerangNearDL.c
71dbc887322810b89642efef38ea9fc91991e610
[]
no_license
z64proto/sw97
0b65837ab2f2a4073faca5670761d7fe0e74d29d
f571505ade2cefd4a5b5d19da06d33e7c6b02c60
refs/heads/master
2023-08-01T02:47:42.895871
2022-05-15T20:29:08
2022-05-15T20:29:08
430,216,978
208
29
null
2021-11-22T12:23:50
2021-11-20T21:52:59
C
UTF-8
C
false
false
15,025
c
#include "ultra64.h" #include "global.h" u64 gLinkChildLeftFistAndBoomerangNearDL_hilite_2_rgb5a1_rgba16[] = { 0x0843084308430843, 0x084300011085318d, 0x421139cf10850001, 0x0843084308430843, 0x0843084308430843, 0x10854a538421b5ad, 0xce73d6b5d6b5bdef, 0x0843084308430843, 0x08430843000118c7, 0x4a538421bdefc631, 0x842...
[ "zelda@sw97" ]
zelda@sw97
bac9b93add7ae44d7c2bdcab1836753284e25d73
9469ad197d220c70650f336ae11803f656329f44
/libft/ft_strdup.c
c60c3d6e3a8d8ab5a31b1941ec3af9705fdc1528
[]
no_license
vtudes/fract-ol
2dace5d31d2e0f844011915ddf962e246697993e
9e6e77eac4de9111e16d962b7cbda62f5cdf5670
refs/heads/master
2020-04-24T16:08:35.826610
2019-02-22T16:15:54
2019-02-22T16:15:54
172,096,206
0
0
null
null
null
null
UTF-8
C
false
false
1,151
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strdup.c :+: :+: :+: ...
[ "vtudes@student.42.fr" ]
vtudes@student.42.fr
672d9b3a330137c4d05315f0911a176de7684afd
f35830a10b5e4fa5a4f1712d14cbba192dc878fc
/sysutils/consolekit/dragonfly/patch-src_ck-sysdeps-freebsd.c
a9ea9dc5447fed284caebfdb4264fe57f9cbef38
[]
no_license
jrmarino/DPorts-Raven
10177adf4c17efe028137fbcec1ccbf3b0bddf27
9126990d971ed3a60d54a9c6c3b1ea095d1df498
refs/heads/master
2021-08-05T23:07:39.995408
2017-04-09T23:31:58
2017-04-09T23:31:58
82,212,572
1
0
null
null
null
null
UTF-8
C
false
false
2,435
c
--- src/ck-sysdeps-freebsd.c.intermediate 2012-12-21 17:10:49.246511000 +0100 +++ src/ck-sysdeps-freebsd.c 2012-12-21 17:27:59.801021000 +0100 @@ -137,6 +137,67 @@ return TRUE; } +#ifdef __DragonFly__ +/* return 1 if it works, or 0 for failure */ +static gboolean +stat2proc (pid_t pid, + Ck...
[ "nobody@home.ok" ]
nobody@home.ok
bb1f0a8d779b144bcd193becd5e5f333aa1ab633
a78390c58814a59998f330adab061c7f7678725e
/sources/sedris_cpp_sdk_4.1.4/src/lib/srm/src/include/srf_all.h
b7b181036b70b9bab86ab23daf53d789b4b4c79d
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
Geo4Win/sedris-dynamic
d632c3c496bdd111b8cb27d69de359cd7cc7c420
cfb3b2f1605221bb1cfd86c8315ff0ca740767b8
refs/heads/master
2021-07-06T16:47:05.668696
2017-10-02T04:55:03
2017-10-02T04:55:03
105,417,233
0
1
null
null
null
null
UTF-8
C
false
false
4,259
h
// SRM SDK Release 4.1.4 - July 1, 2011 // - SRM spec. 4.1 /* * NOTICE * * This software is provided openly and freely for use in representing and * interchanging environmental data & databases. * * This software was developed for use by the United States Government with * unlimit...
[ "sysbender@gmail.com" ]
sysbender@gmail.com
1af76dee440516019b25f47bcca61b2144967660
66bdc05e3e7e0a2069cbf59a8dad1fdf7a52caef
/gcc/date/weekdays.h
2805309ed69437dd0c587337764f203ead329832
[ "ISC" ]
permissive
razzlefratz/MotleyTools
5e44f1315baa1be6fe5221916ccc834a96b59ca6
3c69c574351ce6f4b7e687c13278d4b6cbb200f3
refs/heads/master
2020-05-19T05:01:58.992424
2015-04-17T17:56:20
2015-04-17T17:56:20
7,389,536
2
0
null
null
null
null
UTF-8
C
false
false
856
h
/*====================================================================* * * weekdays.h - weekday name table offsets; * *. Motley Tools by Charles Maier *: compiled for debian gnu/linux environment using gcc 2.95 compiler; *; Licensed under the Internet Software Consortium License * *-----...
[ "charlesmaier@localhost" ]
charlesmaier@localhost
547ca6235d6a9fa0863db13bc949312d373f1d89
ce2fa6a477a47f73e6dd0538790ddd9313bd28cc
/labs/07_stopwatch/Stopwatch/isim/top_tb00_isim_beh.exe.sim/work/a_1643234258_2372691052.c
b897b564da2d9ed149fa49dbf84920df5a148db9
[ "MIT" ]
permissive
xhulaj/Digital-electronics-1
5f97d621ae4e79eaf198a9d8abd3a22a05b2b4fe
8cc714089f525a30ffa02207cd64f63020fee1b6
refs/heads/master
2020-12-29T13:57:02.366865
2020-09-23T17:33:20
2020-09-23T17:33:20
238,629,598
0
1
null
null
null
null
UTF-8
C
false
false
4,639
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "josef.isidor.hula@gmail.com" ]
josef.isidor.hula@gmail.com
c69d1f1ba31511b3f369e9116f4bfcddae7baad7
483ad1933f01c5de425c34fe741105d0ae5d576a
/ZumoBot.cydsn/codegentemp/Timer_IR.c
fa9c14a3d93d0b7410d837a648d5e8d1efe4b9d0
[]
no_license
rtuomas/ZumoRobot
a7e6a2e10406201da5729a0f5f56d16f79fbe8d6
9344bc41cb965d315dacffb9b59ae5e729f2eecc
refs/heads/master
2023-02-09T16:11:55.406329
2020-12-16T13:54:02
2020-12-16T13:54:02
null
0
0
null
null
null
null
UTF-8
C
false
false
26,147
c
/******************************************************************************* * File Name: Timer_IR.c * Version 2.80 * * Description: * The Timer component consists of a 8, 16, 24 or 32-bit timer with * a selectable period between 2 and 2^Width - 1. The timer may free run * or be used as a capture timer as well....
[ "56270085+SamuelAitamaa@users.noreply.github.com" ]
56270085+SamuelAitamaa@users.noreply.github.com
75c24c88166ce80643a632d5af546e20e8472d7b
aa73a20b04f4c9e0485f561c90be3fc9373ecf20
/0x08-recursion/3-factorial.c
b78c76b0c87cf9f9e2e9de9a7adfc065e6a36be2
[]
no_license
kamemia/alx-low_level_programming
e0c94c4ee2a5d57b5a8e0a3c87b588c4600313fd
58328061597d70633327b8c805abb5868759a2df
refs/heads/main
2023-08-02T04:12:53.592746
2021-10-08T15:28:48
2021-10-08T15:28:48
377,713,713
0
1
null
null
null
null
UTF-8
C
false
false
306
c
#include "holberton.h" /** * factorial - Calculate the factorial of a given number *@n: number to calculate the factorial *Return: the factorial of a number or -1 if the number is less than 0 */ int factorial(int n) { if (n < 0) return (-1); if (n == 0) return (1); return (n * factorial(n - 1)); }
[ "kamemia18@yahoo.com" ]
kamemia18@yahoo.com
672ae3f6f0770254537ce11ff65c547c4d1fdd0f
47710d24cc61ff9570d4797d4b20c776782954a3
/frame/compat/bla_symv.c
5ed8477214f5e2ede4b7050693e27a7f44957d0f
[ "BSD-3-Clause" ]
permissive
ShawnLess/blis
aa6077613a0b64525b275c2827f4ad893df550c8
0bd4169ea75f690714e7d2912229932a75d8a7e2
refs/heads/master
2021-01-22T23:20:11.643150
2016-04-11T23:08:32
2016-04-11T23:08:32
56,024,962
0
0
null
2016-04-12T02:40:55
2016-04-12T02:40:55
null
UTF-8
C
false
false
3,428
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
a59aec7a78b03936692b11123948afa11d81bc98
b824e838773b7c41708cc1cb830e35ffda073e89
/jni/VICEPlugin/overrides/c64/c64sound.c
8a1e454b5bc20333b747c66d8cbebf5c609be8c7
[]
no_license
jaw/droidsound
bfeb10cbb3631eaad9f6fecd4026428c8f9e8c28
c4e721e4df191b1d01500a97652a4c1129234d9c
refs/heads/master
2021-01-15T19:58:44.631673
2011-06-17T14:37:02
2011-06-17T14:37:02
null
0
0
null
null
null
null
UTF-8
C
false
false
5,495
c
/* * c64sound.c - C64/C128 sound emulation. * * Written by * Marco van den Heuvel <blackystardust68@yahoo.com> * * This file is part of VICE, the Versatile Commodore Emulator. * See README for copyright notice. * * This program is free software; you can redistribute it and/or modify * it under the terms of...
[ "jonas.minnberg@gmail.com" ]
jonas.minnberg@gmail.com
c99853cf9eb86e9d4d9107e67a74ef6163c5aa6a
583cfaa730e79c9faab89607d1be04a69fb98059
/week10/armasm_start2/codegen.c
44a45b59211eb3daa7630fa19353ac83d4c21d9c
[ "MIT" ]
permissive
cs-315-03-20f/inclass
5f07e75c759f53b7ca535ad841c2ade4f2722842
8ecd8ec9370984cdb151704f59e5fbc3e9f4f842
refs/heads/main
2023-01-05T01:06:25.945074
2020-11-05T18:56:54
2020-11-05T18:56:54
287,396,705
1
8
null
null
null
null
UTF-8
C
false
false
5,494
c
/* codegen.c - machine code generation */ #include "armasm.h" struct codegen_map_st codegen_opcode_map[] = CODEGEN_OPCODE_MAP; struct codegen_map_st codegen_bcc_map[] = CODEGEN_BCC_MAP; #define COND_BIT 28 void codegen_error(char *err) { printf("codegen_error: %s\n", err); exit(-1); } void codegen_table_in...
[ "phpeterson@usfca.edu" ]
phpeterson@usfca.edu
82688cb3567ded9153cf4050369ba52f087b8582
3f20c4596c5a1dd23707f668f978625be33dd6a7
/aravind/recursion/main.c
4d5bbbbe9ee12f024ddaf9c4a050a75c51d83f86
[]
no_license
beingzeroin/cps-8
412fb9c5ea0f3f46048ce987d27ff943b8770c4b
4e8b2258f0425cf04dd37448ae90b23c76532c46
refs/heads/master
2020-04-06T03:33:12.285835
2016-05-18T06:02:41
2016-05-18T06:02:41
47,662,410
0
0
null
null
null
null
UTF-8
C
false
false
2,096
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdbool.h> #define swap(a,i,j) {char t = a[i];a[i] = a[j];a[j] = t;} int fingers(int n) { if(n==1) return 10; else if(n%2==0) return(11 + fingers(n-1)); else return(10 + fingers(n-1)); } int sumDigits(int n) { i...
[ "sanjay18495@gmail.com" ]
sanjay18495@gmail.com
6b80b1db1dca50f96a771255b39886e2e101fa6f
b2f888ed78e699eb14d8ddd7c89567420d369200
/cr/spu_loader/spuload.c
604c80141d065488f66e1af75ba0473365e8fb92
[ "BSD-3-Clause", "DOC" ]
permissive
cmei/VMGL
0eb55ece0c0a4d6817d300e2b1129304afbf4c48
fc8b4cd338d2556999ce6288090a4662b4e89591
refs/heads/master
2020-05-21T04:22:48.640851
2016-08-15T21:22:29
2016-08-15T21:22:45
55,261,762
2
1
null
null
null
null
UTF-8
C
false
false
5,195
c
/* Copyright (c) 2001, Stanford University * All rights reserved * * See the file LICENSE.txt for information on redistributing this software. */ #include "cr_mem.h" #include "cr_environment.h" #include "cr_string.h" #include "cr_dll.h" #include "cr_error.h" #include "cr_spu.h" #include <stdio.h> #define DLL_SUF...
[ "berimbao@0f2669e8-394e-0410-9e84-8a5b9b936f10" ]
berimbao@0f2669e8-394e-0410-9e84-8a5b9b936f10
685411d822b97458ad24fdfc77875af5daf5e982
21ee8974692521fb81ed03c1d1a338967526be2a
/cpss-ac3/cpss/cpssEnabler/mainExtDrv/src/gtExtDrv/genericDrv/genDrvTwsiHwCtrl.c
94fb44aaae147ac868bb0512c08cbe217b48ff4e
[]
no_license
naivekun/os6360_trtest
bb1fb2de94f951b190c6eefb0fe9908feab553c4
2c49bfd3028ee72e27b8107fbc5ab528dfc289dd
refs/heads/main
2023-06-18T03:55:46.904657
2021-07-08T03:29:15
2021-07-08T03:29:15
null
0
0
null
null
null
null
UTF-8
C
false
false
13,035
c
/******************************************************************************* * (c), Copyright 2001, Marvell International Ltd. * * THIS CODE IS A REFERENCE CODE FOR MARVELL SWITCH PRODUCTS. IT IS PROVIDED * * "AS IS" WITH NO WARRANTIES, EXPRESSED, IMPLIED OR OTHERWISE, REGARDING ITS ...
[ "Clement.Chu@wnc.com.tw" ]
Clement.Chu@wnc.com.tw
abea96b0fea4a4cb8c42a97446213d81659151ce
29229d2498cd03c36b42d10a33f580c7a63a74d2
/gui/scroll_viewer.c
4f4a38141b7b13f5845436eb8438674866a660e4
[ "MIT" ]
permissive
oceancx/DmitrysEngine
924f29125febadacc9e82f63e08ed88cdcfd7a92
67856be79b6970168e57acd67db913a625a3797a
refs/heads/master
2020-05-31T04:52:26.047215
2019-06-02T18:05:15
2019-06-02T18:05:15
190,107,885
0
1
null
2019-06-04T01:31:26
2019-06-04T01:31:26
null
UTF-8
C
false
false
6,874
c
/* Copyright (c) 2017-2019 Dmitry Stepanov a.k.a mr.DIMAS * * 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...
[ "d1maxa@yandex.ru" ]
d1maxa@yandex.ru
ca6a6613d92f797765013f351cfdfa1c4a2a0845
24d856d98c85a319d53be2768ccc176a50873fa3
/linux-lts-quantal-3.5.0/drivers/gpu/drm/drm_ioc32.c
637fcc3766c7d706fb3ec0c6957d2d6f6c957568
[ "BSD-2-Clause", "GPL-1.0-or-later", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
dozenow/shortcut
a4803b59c95e72a01d73bb30acaae45cf76b0367
b140082a44c58f05af3495259c1beaaa9a63560b
refs/heads/jumpstart-php
2020-06-29T11:41:05.842760
2019-03-28T17:28:56
2019-03-28T17:28:56
200,405,626
2
2
BSD-2-Clause
2019-08-03T19:45:44
2019-08-03T17:57:58
C
UTF-8
C
false
false
32,674
c
/** * \file drm_ioc32.c * * 32-bit ioctl compatibility routines for the DRM. * * \author Paul Mackerras <paulus@samba.org> * * Copyright (C) Paul Mackerras 2005. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documenta...
[ "jflinn" ]
jflinn
d798f6055a9a3e47da58f029f695969af5759601
041e08a6262ddd358a9de55fdc4974ae49e5d129
/examples/Example-08-Matrix-Rain/main.c
ea33600ae9743ce82ef114cd373fc18f86105031
[ "MIT" ]
permissive
lionkor/TUIC
72c63ed3b9eb78932bd06e5afb6de75a5409a694
6d0f6638c257570e25e4f1f92e51f30fdac66427
refs/heads/main
2023-06-03T00:43:48.698696
2021-06-25T03:15:40
2021-06-25T03:15:40
380,354,363
0
0
MIT
2021-06-25T21:48:01
2021-06-25T21:08:51
null
UTF-8
C
false
false
8,392
c
/* */ #include <gl/glew.h> #include <GLFW/glfw3.h> #include <TUIC/tuic.h> #include <TUIC/backends/opengl33.h> #include <stdio.h> #include <stdlib.h> #include <string.h> const size_t kTilesWide = 256; const size_t kTilesTall = 180; const size_t kTileSizeMultiplier = 1; const size_t kTilePixelWidth = 8; const size_t...
[ "60055347+Journeyman-dev@users.noreply.github.com" ]
60055347+Journeyman-dev@users.noreply.github.com
fe4394e7223e7a55348545ce90921d554c86908c
5cc764847937dd878eddb1edc07d7bcc0254a904
/c/main.c
50fcdc6d64f066554e6bb848e0975c7417645f68
[]
no_license
jgsavola/tiraht
41eea3e66d67ecd9bdf8ddb56248b88cd548ed9a
e1ce0ef7f45ef9a41b75c30dd413245d0a4194ef
refs/heads/master
2021-01-10T20:46:14.680590
2012-06-15T14:03:08
2012-06-15T14:03:08
null
0
0
null
null
null
null
UTF-8
C
false
false
284
c
#include <stdio.h> #include <stdlib.h> #include "lz78.h" int main(int argc, char **argv) { for (int i = 1; i < argc; i++) { FILE *f = fopen(argv[i], "rb"); if (!f) { fprintf(stderr, "Cannot open %s\n", argv[i]); exit(1); } lz78_compress_from_file(f); } exit(0); }
[ "jonne.savolainen@helsinki.fi" ]
jonne.savolainen@helsinki.fi
b606070e585dd7da664afc5007c359b5822533bd
d43d7825a000108a3e430d51c9309b03d7bc4698
/PDR/pdr_encode.h
5ec0100333314135b1778d9e08bb0a5748fc982d
[]
no_license
yinxufeng/php-desktop-runtime
fa788cd2a448ebd9e7fc028e1064902b485f0114
6fd871d028d0fbcdcff4ed5d21276126d04703d7
refs/heads/master
2020-05-18T16:42:50.660916
2010-07-05T07:06:46
2010-07-05T07:06:46
39,054,630
1
0
null
null
null
null
UTF-8
C
false
false
301
h
#include "stdafx.h" typedef zend_op_array *(*ORI_ZEND_COMPILE_FILE)(zend_file_handle *file_handle, int type TSRMLS_DC) ; ORI_ZEND_COMPILE_FILE * pdr_get_ori_zend_compile_file() ; zend_op_array * pdr_compile_file(zend_file_handle *file_handle, int type TSRMLS_DC) ; #define pdr_encode 1
[ "aleechou@5b0c8100-e6ff-11de-8de6-035db03795fd" ]
aleechou@5b0c8100-e6ff-11de-8de6-035db03795fd
ebbab48703a9f4bc82781daa893ad986ee4d1724
3360bebe2f983c68446e42e0147835ea4d3309e8
/software/Capstone-FIT/barcode_scanner.h
a35b13b68fd21c56563a3bb6d7db0d99805a7dd7
[]
no_license
SmartFoodTracker/SmartFoodTrackerDE2
ba09eb17528e21cced086bc276147c6354dae4ff
18572d4435ec3466209fb332d79bc0831b6a7f49
refs/heads/master
2021-01-18T13:14:37.889100
2017-04-12T03:16:53
2017-04-12T03:16:53
80,742,463
0
0
null
null
null
null
UTF-8
C
false
false
3,549
h
/** @file barcode_scanner.h * @brief Declarations, Structure, and Enumeration definitions for barcode * scanner driver. * * Fucntions in the public API can be found under the *Functions* header * below. All Enumerations are used for the internals of the scanner, all * structures defined below are ...
[ "abradsha@ualberta.ca" ]
abradsha@ualberta.ca
c3c9ecfdd0b17d97675aa1cbdd4f26eaebe93b1f
fd96feaeb144ec761678f44401a209d1499326f5
/NTHU_107summer_c_program/NTHU_Summercamp_C_Programming/Looping 2 Nested Loop.c
58a684a203b44c2346efb77f3df9a2f2a4d4e35d
[]
no_license
mimiliaogo/NTHU_107summer_c_program
39130999d50627f00093665a49bab87e042b98f2
6887f525943f0b8b54d65355afd6b858fb4b8ad1
refs/heads/master
2020-04-09T08:27:46.556027
2018-12-13T01:08:02
2018-12-13T01:08:02
160,194,943
0
0
null
null
null
null
BIG5
C
false
false
803
c
#include<stdio.h> int main(void){ int i,j; for(i = 1; i <= 9; i++){ for(j = 1; j <= 9; j++){ printf("%3d",i*j); } printf("\n"); } for(i = 1; i <= 9; i++){ for(j = 1; j <= 9; j++){ printf("%d*%d =%3d ", i, j,i*j); } ...
[ "mimiliao2000@gmail.com" ]
mimiliao2000@gmail.com
db503a315758dea7d861e51874bd131f79066c2b
0e4aa76ca7aebafdd5d187d0f9901569e84e802f
/Compare2Trks.C
7bc9ed881c37387afc7ebabc61fbcd0eb213a7ae
[]
no_license
dannielliu/KKcross
d81f73868a1dbc37350e7bfe504f989f7f79425f
135d3d2d3fc9237f6ffe940bf315012704b7a00f
refs/heads/master
2020-12-24T06:32:04.451806
2016-07-28T18:05:03
2016-07-28T18:05:03
39,304,540
0
0
null
null
null
null
UTF-8
C
false
false
5,271
c
double getEne(int idx); int Compare2Trks() { TFile *file = new TFile("output/output3.root","update"); TDirectory *dir = (TDirectory*)file->Get("comparasion"); if (dir==0) dir = file->mkdir("comparasion"); dir->cd(); TCanvas *c1 = new TCanvas(); gStyle->SetOptStat(0); for (int enei=1;enei<=21;enei++){ ...
[ "liudongzy@163.com" ]
liudongzy@163.com
c29725b570ec611a9fb864432d72542bfb74449e
cf43a5a2fe14effb6b860e386ca94c25df7a52e7
/othersrc/contrib/isode/others/quipu/uips/xd/symtab.h
cd31e994ab5090494f89e45d7b5a023e1102ecdc
[ "BSD-2-Clause" ]
permissive
jonathangray/386bsd
d939d1ee615e7ac76c9cfbb715890cd5578b572a
c116a398355e1634275ccc5ccc88e729e2e0b22b
refs/heads/master
2020-06-03T16:57:18.011623
1992-07-19T23:48:13
2014-08-22T21:29:45
23,249,233
6
0
null
null
null
null
UTF-8
C
false
false
1,238
h
/* $Header: /f/osi/others/quipu/uips/xd/RCS/symtab.h,v 7.1 91/02/22 09:33:09 mrose Interim $ */ /* $Log: symtab.h,v $ * Revision 7.1 91/02/22 09:33:09 mrose * Interim 6.8 * * Revision 7.0 90/06/12 13:10:57 mrose * *** empty log message *** * * Revision 1.5 90/04/26 10:22:49 emsrssn * Installation fi...
[ "jsg@jsg.id.au" ]
jsg@jsg.id.au
9768064012e1cad8df72ce23fc8dc71049662bc1
fd46a1425bf3f5622775b7fa651af5a376cd1d9a
/Homework3/Problem2/test/test6.c
88dbd1d6cedc14b23b33a93070afe60c9ec8d453
[]
no_license
kupl/PL-2017
b90084de0cca7a32559cc6ae8dd206830f3aa4d8
200a26cb925f9b201028eb8593f42b59d2a14995
refs/heads/master
2021-08-15T03:59:24.280493
2017-11-17T09:27:02
2017-11-17T09:27:02
108,966,512
0
7
null
null
null
null
UTF-8
C
false
false
114
c
begin var y:=1; begin var x:=1; begin var x:=2; y:=x+1; end; y:=y+x; print (y) end end
[ "hakjoooh@ohagjuui-iMac.local" ]
hakjoooh@ohagjuui-iMac.local
c135d3a71359e470ad2d0f7893f76e3ec31ec147
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/sdktools/winobj/wfdos.c
e1e8154d49e073733ea65c8832ecd106c8ff1181
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C
false
false
3,629
c
/****************************************************************************/ /* */ /* WFDOS.C - */ /* */ /* ...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
0335f99b21fd258c2ad0757ffd7ecbc6c12f1181
6f2f060bd05d44d786411a2a4cbfa62f84d506cf
/src/drivers/net/myson.c
4ab2bf34531f776588270ff2ca7740bfc353c7b9
[ "GPL-1.0-or-later", "LicenseRef-scancode-ubdl", "GPL-2.0-only", "Apache-2.0" ]
permissive
threefoldtech/ipxe
4c318b9a9e3192a9c7e5e2f4a6bb86a8650b4ca0
1448163163f87494a61af5cb18c742785e37e7cb
refs/heads/master
2023-06-24T20:43:17.541159
2023-06-12T21:03:05
2023-06-12T21:03:05
429,457,268
0
0
Apache-2.0
2023-06-12T21:03:06
2021-11-18T14:17:52
C
UTF-8
C
false
false
17,501
c
/* * Copyright (C) 2012 Michael Brown <mbrown@fensystems.co.uk>. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version....
[ "mcb30@ipxe.org" ]
mcb30@ipxe.org
ba16e05edeafc64328e18109b23d8efbce7ea8c0
5d92646961c5402a39b85e092a9355088b3021b7
/life.c
2d3de3ad5e71c1df531580997231abd1893ae2b3
[]
no_license
lucjon/burntalk
0786bacb71fa34f48e496f4fac5ef052aba29135
4a36b96e4ccae50df52466e6d493e8a66d0d919e
refs/heads/master
2016-09-03T07:38:17.293174
2015-02-25T11:17:23
2015-02-25T11:17:23
32,697,322
0
0
null
null
null
null
UTF-8
C
false
false
494
c
#include <stdio.h> #include <stdlib.h> #include "life.h" int main(int argc, char *argv[]) { int w, h; game g; if (argc < 3) { printf( "usage: %s W H\n" "takes a board configuration on standard input\n" "produces a configuration of the next turn on standard output\n", argv[0]); return 1; } w = at...
[ "lucas@lucasjones.co.uk" ]
lucas@lucasjones.co.uk
213b3a969b72d47907e394f45efdb1e19944c66f
02130234c005b6506b42d76ab92f209f5597143b
/2016 Plan/数据结构代码/第7章 图/c6-4.h
fac9df43164f6db489b83af3aaa48d289b06d420
[ "Apache-2.0" ]
permissive
qinting513/Learning-QT
ccc08e09f8657fcf10583a9782961d764280bb8d
c7ed7a39c75d47bee7eb614d6e65018323c7ca93
refs/heads/master
2020-05-23T06:25:37.362918
2016-12-23T11:03:29
2016-12-23T11:03:29
70,233,226
0
0
null
null
null
null
GB18030
C
false
false
186
h
// c6-4.h 树的二叉链表(孩子-兄弟)存储结构。在教科书第136页 typedef struct CSNode { TElemType data; CSNode *firstchild,*nextsibling; }CSNode,*CSTree;
[ "qinting@Qinting-MacBook.local" ]
qinting@Qinting-MacBook.local
284ce4d015366e5687a4dc7ab15a1fbe2c97d8b3
832faca5214f390f1ac98e6ee699e9e71026204c
/lambdac/readEvts.C
27f85b93bc9fadf00e5cf836302a71746c284f84
[]
no_license
yszhang95/MTDStudies
5778bc446490afa64821125c0ed87cc85e3a94fd
4140460cda9f1ee70be25edc0956368001121c00
refs/heads/master
2023-05-14T16:34:20.740680
2021-06-09T20:02:03
2021-06-09T20:02:03
173,206,994
0
0
null
null
null
null
UTF-8
C
false
false
1,043
c
void readEvts() { TFile* f[2048]; //ifstream fin("hyjets_sample.list"); //ifstream fin("evets.list"); ifstream fin("4950.list"); //char name[512]; std::string name; TH1F* hCent[2048]; int nfile=0; while(fin>>name){ std::cout << name << std::endl; f[nfile] = new TFile(name.c_str())...
[ "zysright@gmail.com" ]
zysright@gmail.com
7d4370e4091e7c19b0db9ae132283d92a30ca135
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/ijkplayer/ijkmedia/ijkplayer/ijkavformat/extr_ijkasync.c_wrapped_url_read.c
52b6ef5323d2b4edf2d20e9f8c3fced04a20be7e
[]
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
960
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
19e7b6ddad80dbb12d138368e237444601e732e7
09f8e8208068e6dcf222be9150fb9ebfe43b0bf2
/apps/private/xpon/src/oam/ctc/oam_cuc_node.c
795d75ae916aedd1af54b801516a3166b5855a01
[]
no_license
copslock/7525
e62772fe8c88ae7e700706545ac319581469da33
287d8122c6513513042db115273d3731294bf4a7
refs/heads/master
2020-07-03T03:04:53.991046
2017-08-25T03:20:42
2017-08-25T03:20:42
201,764,362
1
0
null
2019-08-11T12:52:43
2019-08-11T12:52:42
null
UTF-8
C
false
false
53,665
c
/* *************************************************************************** * MediaTeK Inc. * 4F, No. 2 Technology 5th Rd. * Science-based Industrial Park * Hsin-chu, Taiwan, R.O.C. * * (c) Copyright 2002-2012, MTK. * * All rights reserved. MediaTeK's source code is an unpublished work and the * use of a c...
[ "undrizzle@gmail.com" ]
undrizzle@gmail.com
bae75ee6984953dcf0ee24f39476a037454714fb
3567309d3f25020ec7a0d59e0ef55da7be113085
/d/coronos/w/angel/city/gardens/garden3.c
fdff58807556ecc23287858e12539d5c3f054b3d
[]
no_license
flyingstupid/gbapoclib
64ec8b3828201d7eb158b5371164765d1b65ce93
dea2a4be3399509c7df44d33b2a307db3821017d
refs/heads/master
2021-04-27T08:02:48.717277
2018-02-23T17:04:11
2018-02-23T17:04:11
122,640,255
0
0
null
null
null
null
UTF-8
C
false
false
2,491
c
#include <mudlib.h> #define NAME (string)this_player()->query_name() inherit ROOM; void reset(status arg) { object obj; if(!present("tree")) { obj = clone_object("/obj/skills/tree"); move_object(obj, this_object()); obj -> grow(); } if(arg) return; set_short("the city garden"); set_long( "T...
[ "ray.lukes@gmail.com" ]
ray.lukes@gmail.com
2181b8a7cc6461329176198f74c20da44abbd08a
9288e650d5a63744e9ee4b2a8fb7004971f80180
/Seikimatsu/Tmr0.h
1bf966a97860df0cf78c5557de3f05f419cfb677
[]
no_license
wakabayashiryo/RBKN2015_Program
77e0ed843279f3099a113aaf3a8b5d94bf2ec9df
cc12d4bce799dcb305aae7bf092be75a5a14d942
refs/heads/main
2023-06-26T19:04:32.560323
2021-07-31T11:23:47
2021-07-31T11:23:47
391,335,175
0
0
null
null
null
null
UTF-8
C
false
false
223
h
/* * File: Interrupt.h * Author: evaota * * Created on 2015/07/13, 18:19 */ #ifndef TMR0_H #define TMR0_H extern unsigned int Wait_count; void Tmr0_Init(void); void Inter_Count(void); #endif /* INTERRUPT_H */
[ "evangelionryo@gmail.com" ]
evangelionryo@gmail.com
dddbc112b0599238ba1ef29f99a2501bc29125de
fcbcace7c5663c8dba31cbb4e31d670c184ffdab
/src/py_adc.c
7f2d8d7ccf77bb3f24ec8df1a08d2d8c629eae1b
[ "MIT" ]
permissive
neomantic-zz/guile-beaglebone-io
0d27de4e312a907f007706565f591e54c7f8c23f
cc46002d6bb64f928a4127da6f57806a16ea706b
refs/heads/master
2021-06-11T08:20:33.906428
2015-02-22T03:47:52
2015-02-22T03:47:52
null
0
0
null
null
null
null
UTF-8
C
false
false
5,268
c
/* Copyright (c) 2013 Adafruit Author: Justin Cooper 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, publi...
[ "calbers@neomantic.com" ]
calbers@neomantic.com
25243b97f215e6d8c8fab19b5907bbce28118a34
4dcf354d3269828f09aba9225512fd4215f3ead5
/os/lab7/shm.c
3c6da34be2cd952064a2821e39c87484d0ff2724
[]
no_license
drbbr/Learning-record
9305efd0960a2feb41682052368efd05ef9620cd
0535d960a2af1efde7b38b2eb1c0fbd34c871bde
refs/heads/master
2021-12-27T12:01:04.757747
2021-12-09T13:31:12
2021-12-09T13:31:12
230,274,485
0
0
null
null
null
null
UTF-8
C
false
false
2,072
c
#define __LIBRARY__ #include <asm/segment.h> #include <asm/system.h> #include <errno.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/sched.h> #include <unistd.h> #define LOW_MEM 0x100000 /* 内存低端 */ #define PAGING_MEMORY (15 * 1024 * 1024) #define PAGING_PAGES (PAGING_MEMORY >> 12) #define MAP_NR(add...
[ "1556568184@qq.com" ]
1556568184@qq.com
d53a7c5204a449f6c616d2c61dfb8909b86e77ce
f023fde5c31c29c147ecbf1c4b238b53bac2dfd0
/ac1712.c
6a482d8ffc1f62fe457a99fe973167384d8a8fc5
[]
no_license
developers-algorithm-study/gebal
ec21975be4f77614693464c909bbcafe8c95fbcd
de4780b2461999799b848db02298009168211830
refs/heads/master
2022-11-20T21:01:00.882656
2020-07-27T09:32:46
2020-07-27T09:32:46
277,550,376
1
0
null
null
null
null
UTF-8
C
false
false
143
c
#include<stdio.h> int main() { int a, b, c; scanf("%d %d %d", &a, &b, &c); printf("%d", (c - b) <= 0 ? -1 : a / (c - b) + 1); return 0; }
[ "noreply@github.com" ]
developers-algorithm-study.noreply@github.com
63de4177ac3c27cd98c6cf46926405d27f55d316
9ffc43793f17a3a498ba27920b80c8d30fee3cc3
/vmdir/my_printf/src/process_u_x.c
720dae3516f16cf64f59dc513f4d233f86e5742e
[]
no_license
amazhara/Corewar
66cbabaf5c7f7eeacd5055ee4f405d191a26eb18
2a5920f71eb4ad71ce69fe84243666762ad794d6
refs/heads/master
2020-06-07T03:48:09.892270
2019-10-05T11:49:12
2019-10-05T11:49:12
192,914,922
0
0
null
null
null
null
UTF-8
C
false
false
3,767
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* process_u_x.c :+: :+: :+: ...
[ "levilater@gmail.com" ]
levilater@gmail.com
447fd24d901e09093273f1ac2d39764cc38eb38a
979f884cc96e5fd33701a20d91011e48af188b66
/generatedMutants/red_black_tree.mutant.2300.c
2059df41f40a7b78971337e1c6bbe635ec9fa2a9
[ "BSD-Source-Code" ]
permissive
agroce/rb_tree_demo
e1dd0096e62313b8c751d40318723fbc1b46572f
8be1cf21956b0b40f4aa57350830d96fef794c7d
refs/heads/master
2023-05-04T05:41:40.489880
2023-04-14T17:03:41
2023-04-14T17:03:41
158,174,574
7
0
NOASSERTION
2018-11-19T06:46:01
2018-11-19T06:46:01
null
UTF-8
C
false
false
21,863
c
#include "red_black_tree.h" #include <assert.h> /***********************************************************************/ /* FUNCTION: RBTreeCreate */ /**/ /* INPUTS: All the inputs are names of functions. CompFunc takes two */ /* void pointers to keys and returns 1 if the first arguement is */ /* "greater than...
[ "agroce@gmail.com" ]
agroce@gmail.com
a4f8861c6172417a28949043b63985395ab8ac77
bec0e3d318cfe55fdd65c3e5b72cc39e24a1f992
/include/multiboot.h
c97dde0a0b1581a86a1a81254d011ea7a637fc4e
[ "MIT" ]
permissive
YaoLiTao/YOS
4e60cb5cbe0e5e9cb270a67b48613094e6fdbb55
928cc7f8e0ac0fb8a67c7b8e84a9709a2c8d840f
refs/heads/master
2023-01-06T07:12:17.315998
2020-11-07T06:09:28
2020-11-07T06:09:28
67,797,144
2
0
null
null
null
null
UTF-8
C
false
false
5,985
h
#ifndef MULTIBOOT_HEADER #define MULTIBOOT_HEADER 1 /* How many bytes from the start of the file we search for the header. */ #define MULTIBOOT_SEARCH 8192 /* The magic field should contain this. */ #define MULTIBOOT_HEADER_MAGIC 0x1BADB002 /* This should be in %eax. */ #defin...
[ "1738642116@qq.com" ]
1738642116@qq.com
6135d93516c3b86efa3e75fec673f392c2495a32
c6e1e6a7443e602c527d59574fc4fe147a35c1f1
/ads/hw2/error.h
a546f7f7edc5876953cb60d39b5e80178696e362
[]
no_license
Aelphy/innopolis
1ba3eae4b4b0fb18582f465ee2366d3782d2a8bc
82a607b6b8b4740544dbb2a9d4b71f1be19e359c
refs/heads/master
2016-09-05T13:01:30.842396
2015-08-10T15:19:10
2015-08-10T15:24:03
23,220,332
2
7
null
2015-04-13T17:05:44
2014-08-22T09:34:41
TeX
UTF-8
C
false
false
77
h
// print the message and exit with status 1 void error(const char *message);
[ "miha-usv@yandex.ru" ]
miha-usv@yandex.ru
a36ae0a34c5a7b2a1b56cfc6f332e407a1063cde
c2cedcf36667730f558ab354bea4505b616c90d2
/players/khrell/area/dwarf/rm27.c
9fdfbfa16cc78965e3879f8c036799b544528ba4
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
681
c
#include "/players/khrell/define.h" #include <ansi.h> inherit "/players/vertebraker/closed/std/room.c"; reset(arg) { if(arg) return; set_short(YEL+"Khazad Naggrund"+NORM+"("+HIK+"Main Hold"+NORM+")"); set_long( "This is the description.\n"); set_light(1); add_listen("main", "You hear nothing special...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
1217951c24cc72eff309f730439472badf543678
95ebb92e21b6ba70cb7b326691ceb2e8049f25c9
/proto-studio/doc_html_lexica.h
115c3d57692699b4ec3edc20e4ddb21847d6384e
[]
no_license
enburk/ae
1940e440aa9026e7a5e8dbfa5cecd94d3e2ca95e
188b58e8e3d7c415733479b33f3bd0f5aa21b422
refs/heads/master
2022-11-09T06:42:04.843889
2022-11-06T10:09:59
2022-11-06T10:09:59
184,372,579
0
0
null
null
null
null
UTF-8
C
false
false
39
h
#include "../../auxs/doc_html_lexica.h"
[ "enburk@gmail.com" ]
enburk@gmail.com
4a2b2971d3c757f9b9b1106e0406922a1aead07a
20c7b8556125c9e60046f31fef9235ef78787627
/chapter6/others/C_with_S/C_with_S_c.c
09a85acbc5b007ff66408d321ec4a4ff80fac8ed
[ "MIT" ]
permissive
liulinboyi/os
fe0be5f132663ae50d3a548714749b88834847e9
b50800cdc09fce0aa054323cbafb34ceb6124ac1
refs/heads/main
2023-07-07T03:53:46.476848
2021-08-10T13:57:06
2021-08-10T13:57:06
378,873,419
11
1
null
null
null
null
UTF-8
C
false
false
1,319
c
extern void asm_print(char*,int); // 通知编译器这个函数并不在当前文件中定义 /* 我们知道它定义在文件C_with_S_S.S中,但编译器是不知道的,所以只能在链接阶段将此函数重新定位,编排地址。 */ // c_print的实现,在它的内部,它又调用了汇编代码C_with_S_S.S中的函数asm_print,经过第1行的声明,我们要给它提供两个参数:字符串的起始地址及长度。 /* 特别强调一下,由于这里并不打算把C标准库也链接进来,所以在求字符串长度时,我们不能用string.h中的strlen函数。也就是说即使include <string.h>将其strlen的声明加进来,没有strle...
[ "814921718@qq.com" ]
814921718@qq.com
59df3b70f42f25d53182c950483e1edd2fe156d2
fa1cdfe062946f4238c861912b8b015f45303f91
/PLAYER SET2/15 REPEATED VALUE.C
fdf70f6497989a45eb1b42755dcee4560a5deeef
[]
no_license
vishnupriyaravi22/CODEKATA_PLAYERS
0001b51db5ddd3487ab210ba286c3d7102beebd9
9d1f833f1bb7e42f4e4fc649911993bbf06791a5
refs/heads/master
2021-03-30T20:31:46.662658
2018-07-04T08:35:09
2018-07-04T08:35:09
124,741,656
0
0
null
null
null
null
UTF-8
C
false
false
288
c
#include <stdio.h> int main() { char a[100]; scanf("%s",a); char k; int i,count=0,max=0,j; for(i=0;a[i]!='\0';i++) { for(j=i+1;a[j]!='\0';j++) { if(a[i]==a[j]) { count=count+1; } } if(count>max) { k=a[i]; max=count; } } printf("%c",k); return 0; }
[ "noreply@github.com" ]
vishnupriyaravi22.noreply@github.com
9d0dc1c9e6aec34bc0f3589641dac8e8851822b2
92d9c01ef5bf4cfd868956095a8d54db7b0c153a
/libft/libft/ft_putchar.c
26e22dd3d9d443c1198f98f283b340e7a9f2ee88
[]
no_license
Freccia/filler
a52735f86bd6adcfa0a7bee213bd4c8c7e11b6f2
000430ae010e89e52332aa38347a72b1787a8365
refs/heads/master
2021-05-01T11:49:32.925498
2017-05-18T15:57:04
2017-05-18T15:57:04
68,536,994
0
0
null
null
null
null
UTF-8
C
false
false
1,093
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar.c :+: :+: :+: ...
[ "Freccia@users.noreply.github.com" ]
Freccia@users.noreply.github.com
43332ee56c608d84471605b03f39b34f970d96af
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/arch/x86/kvm/mmu.c
1accb6c5ce3ec16c8b4af2f79aab53e019e4655f
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
107,379
c
/* * Kernel-based Virtual Machine driver for Linux * * This module enables machines with Intel VT-x extensions to run virtual * machines without emulation or binary translation. * * MMU support * * Copyright (C) 2006 Qumranet, Inc. * Copyright 2010 Red Hat, Inc. and/or its affiliates. * * Authors: * Yaniv...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
a2183cc811ed5066f247efc065dcf86d9ed006a8
d629546f0d798c009bcb5f5add38ccec03152c7c
/sowjdevknaps12.c
64425aa3276882aae6e8b4f4ac02ac0e96d5775e
[]
no_license
sowjanyadevdas7/ada-lab
1a0e4b1742a27a483d80d94068fba6361861b467
17104cee9b4d49c6244db6b6f8387b80c000470f
refs/heads/master
2021-09-11T08:24:18.763321
2018-04-06T09:30:40
2018-04-06T09:30:40
119,966,393
0
0
null
null
null
null
UTF-8
C
false
false
1,432
c
# include<stdio.h> void knapsack(int n, float weight[], float profit[], float capacity) { float x[20], tp = 0; int i, j, u; u = capacity; for (i = 0; i < n; i++) x[i] = 0.0; for (i = 0; i < n; i++) { if (weight[i] > u) break; else { x[i] = 1.0; tp = tp + profit[i]; u = u - weight[i]; } } if...
[ "noreply@github.com" ]
sowjanyadevdas7.noreply@github.com
359c3f29db87dd02767d261e138f32c2e88d40c8
29431c4bbb0f00893f4987940fee95fc05d4393f
/fast.c
4a44e4462690e94e7e8a667b3160aa39005a828e
[ "BSD-2-Clause" ]
permissive
rebvivi/cirbuf
1e69654cb75dd8eb714b1b71db71eabc47f1e849
f80a2d09f5eff4290d0c6ffc7c92f851cdc33429
refs/heads/master
2020-05-20T05:10:54.452721
2019-06-10T12:58:44
2019-06-10T12:58:44
185,398,858
0
0
BSD-2-Clause
2019-05-07T12:37:05
2019-05-07T12:37:05
null
UTF-8
C
false
false
1,538
c
#include <stdint.h> #include <stdio.h> #include <string.h> #include <sys/time.h> #define BUFFER_SIZE (1024) //#define MESSAGE_SIZE (32) #define NUMBER_RUNS (1000000) static inline double microtime() { struct timeval tv; gettimeofday(&tv, NULL); return 1e6 * tv.tv_sec + tv.tv_usec; } static inline off_t m...
[ "chengvivian1225@gmail.com" ]
chengvivian1225@gmail.com
8f956c26ad48149e8ca2ccaf9c666a241834f6ae
084a7eb497f3ca235c7ee61f8c127f7a74587b12
/CODIGO 1 SEMESTRE_LUIS/LISTA DE REPETIÇÃO/Q) 23.c
7e0f08f960934a62a3b43441e732278afa410935
[]
no_license
ALCINEIDECARVALHO/INTRODU-AO-A-LOGICA
97e2cc3597cce2d6af87c93f7a41a145db094d0d
5f72c14411479d29bfcba80386ff68e28e27ae85
refs/heads/master
2020-04-21T22:22:00.011711
2019-02-09T20:33:06
2019-02-09T20:33:06
169,908,638
0
0
null
null
null
null
UTF-8
C
false
false
1,284
c
#include <stdio.h> #include <stdlib.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main() { float salario,soma,media,cont,menor,maior; soma=media=cont=0; maior=INT_MIN; ...
[ "alcineide.a@hotmail.com" ]
alcineide.a@hotmail.com
5c68036be4ac4da66a37a5cc9d8fadb7573b36fd
e6ed1a784f989a2d2929249e675c0e077e172761
/代码练习/刷题/蓝桥代码/字母排列.c
b006991030389adac94fe0ab4f67bbf1a4e40fae
[]
no_license
lovelybigduck/note
ae19d71dcb4121040d7c99c0ecde92bd09bf9f89
abdb53f644096e401ea18d94f0ecb30ee89da1e1
refs/heads/master
2023-03-18T03:31:07.614653
2019-10-09T00:34:51
2019-10-09T00:34:51
null
0
0
null
null
null
null
GB18030
C
false
false
961
c
#include <stdio.h> #include <stdlib.h> #include <string.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ char ** f(char * s); int main(int argc, char *argv[]) { char arr[]={'A','B','C'}; printf("%s",f(arr)); return 0; } char ** f(char * s){ int i,k,index=0...
[ "38546030+biglovelyduck@users.noreply.github.com" ]
38546030+biglovelyduck@users.noreply.github.com
b4b701e5450270cd959d4cb1b43762002f7d9352
1536bf73b0e4b0aa8e1c162301b1fc7969c4d91f
/SmartphoneBluetoothApplication/nrf5_Install/examples/ble_peripheral/ble_app_hrs/pca10056/ser_s140_uart/config/sdk_config.h
3f8880cd71c6a2d99a8d503c7ad773f5e5b965e3
[]
no_license
ElectronicEnthusiast/ElectricSkateboard
985d8cb268ccd06397f0f5e12499747395a44996
79684a90042ecb816d9b30b1a33c4c4eb56a6f73
refs/heads/master
2021-01-22T08:48:42.181242
2017-07-21T03:34:54
2017-07-21T03:34:54
92,636,595
2
0
null
null
null
null
UTF-8
C
false
false
85,545
h
#ifndef SDK_CONFIG_H #define SDK_CONFIG_H // <<< Use Configuration Wizard in Context Menu >>>\n #ifdef USE_APP_CONFIG #include "app_config.h" #endif // <h> Application //========================================================== // <o> NRF_BLE_CENTRAL_LINK_COUNT - Number of central links #ifndef NRF_BLE_CENTRAL_LI...
[ "kmart4672@twc.com" ]
kmart4672@twc.com
fd509d41b812e91683f9cc826cc4e73ad3fde1bb
bc6375ebab5208a0842b91cdd8836e662a42b240
/gpmc_dt/platform.h
433ac0c04ff0ef608f04fdd3c81922b00f18435d
[]
no_license
miniairhsu/kerneldriver
eb31bf67145342f91aa0657b3316425d5cc9fa50
9ca90cf84309d2dc614a68405fc33eb85e0779b7
refs/heads/master
2023-06-17T15:41:04.385378
2021-06-26T08:23:04
2021-06-26T08:23:04
299,042,471
0
0
null
null
null
null
UTF-8
C
false
false
13,568
h
#ifndef PLATFORM_H #define PLATFORM_H #define GPIO_TO_PIN(bank, gpioPin) (32 * (bank) + (gpioPin)) #define CS_ON 0 #define CS_OFF 0xB //0XB #define ADV_ON 0 //0 #define ADV_OFF 2 //2 #define WR_CYC 0xB //0X7 #define WR_ON 5 #define WR_OFF 0xF //((CS_ON + CS_OFF)-WR_ON) #define RD_CYC 0xB //7 #define OE_ON 5 //5 #d...
[ "miniair@hotmail.com" ]
miniair@hotmail.com
4b7f157f8583abd0506d3d86ca1c3562b0cdb50a
90015d48a57a3ffa29f0e3cb779de6c92ac0d9f3
/ASM/PjtKEIL_StepDFT_Signalreel_v335465877/Src/principal.c
4ea69ec09254f0cad9f185208af398389010db38
[]
no_license
Ashlag/BE_CHTI
0a6e7f801b9d515f0c8af5d2eddd97424a414075
70d95aeeb11df6e113826a44c5baa6e82815aed6
refs/heads/main
2023-05-15T08:36:54.556978
2021-06-04T15:03:23
2021-06-04T15:03:23
373,222,602
0
0
null
null
null
null
ISO-8859-1
C
false
false
1,391
c
#include "DriverJeuLaser.h" extern int DFT_ModuleAuCarre( short int * Signal64ech, char k); extern short int LeSignal; // Ecrire sur un tableau les valeurs acquise par notre plaque éléctronique // 64 Valeurs à 320kHZ // periodicité ~5 ms short int dma_buf[64]; //tab de tab int dftab[64]; void DFT() { for(int i=0; i...
[ "vtomiett@insat.insa-toulouse.fr" ]
vtomiett@insat.insa-toulouse.fr
6c3581a672568974472ef43c3c7693f7a6bbfdd0
623cbc87231875b45c4dc791f3dfb1698e551afd
/src/emumain.c
6b5ef057432ba2c9843a5b6cd77e1270174b57a7
[]
no_license
herzmx/njemu
851795dcad775d7a38985ff1fed2e71a0008094a
9c2eb6787b4e5092ab85b15a8c09d81e782c00d7
refs/heads/master
2021-12-11T08:11:53.499338
2014-01-12T01:12:20
2014-01-13T05:22:00
15,834,801
1
0
null
null
null
null
SHIFT_JIS
C
false
false
9,644
c
/***************************************************************************** emumain.c エミュレーションコア ******************************************************************************/ #include "emumain.h" #include <stdarg.h> #define FRAMESKIP_LEVELS 12 /*********************************************...
[ "achwazer@gmail.com" ]
achwazer@gmail.com
4c3eab0cb14102a131325cc691c8c06820f6a9f6
0b82e6c340618e23bcdc1b81562921e79f58a13b
/labs/00-intro/pointer-code/8-pointer.c
bcb60af9d1e14bb9350013d22ba1841dac74bcc3
[ "MIT" ]
permissive
aym-v/cs140e-21spr
81f0ee46814778d8a3aa5169da035ca4c0068fd4
cb8460f5e4517ed03d47db40f81dd25470e1dab6
refs/heads/main
2023-05-23T11:57:08.921107
2021-06-06T21:28:21
2021-06-06T21:28:21
374,079,844
0
0
MIT
2021-06-05T10:02:27
2021-06-05T10:02:27
null
UTF-8
C
false
false
423
c
#include <stdlib.h> // as far as gcc concerned: opaque functions. void lock(void), unlock(void); struct foo { int x; }; void double_check_lock_idiom(struct foo **out) { if(*out) return; lock(); if(!*out) { struct foo *f = malloc(sizeof *f); f->x = 2; // what happens if we...
[ "ddd.rrr.eee@gmail.com" ]
ddd.rrr.eee@gmail.com
95a72c5545acefe7eb2c56ff6c70f2f5ca9681ab
0542d44fa5dcdb60d0b9225471803979824edb50
/memoryleak/rop_server.c
72abb0b25432aaf220d86271cfbd32129440c11a
[]
no_license
Phantomn/CTF
733e00135e884b5cc5aa1fdcf7819e68f27117da
48e52619ade5a4f2686a5ab9171567e65044ba4d
refs/heads/master
2021-10-28T10:49:45.046610
2021-10-26T01:26:07
2021-10-26T01:26:07
97,565,620
0
0
null
null
null
null
UTF-8
C
false
false
940
c
#include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <sys/types.h> #include <time.h> void process(int sockfd); main(){ int serverfd, clientfd; int pid; struct sockaddr_in serve...
[ "tmdvyr123@naver.com" ]
tmdvyr123@naver.com
595a203f48b8968ed62967d79a0e4b658f53ed00
d8e1a65a5863ea5a111c8304a040f1c797f8ebbf
/ mtktest --username qq413187589/N65/N65_V1/vendor/wap/obigo_Q03C/v1_official/modules/MEA/refsrc/mea_int.c
4315862ddfeaa63594189f94abfad29e6bcc7c47
[]
no_license
manoj-gupta5/mtktest
a6b627cde8c9a543d473a99f778fd6f587a8d053
98370766a36fffb8b0dde1cc6dd144599ea184f6
refs/heads/master
2020-12-25T21:12:59.596045
2010-07-18T05:06:14
2010-07-18T05:06:14
null
0
0
null
null
null
null
UTF-8
C
false
false
26,730
c
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used o...
[ "qq413187589@046de88f-2cd9-6c0a-3028-073e08bc931c" ]
qq413187589@046de88f-2cd9-6c0a-3028-073e08bc931c
4ffa3f9cece8f56bb233bb99da5adea2b8bc350e
9e4d41b6e3c9c868b8ba1e60087730ac07a0696d
/kernel/kernel.c
06a1c5800fa7cd72396db2d412da519166824113
[ "HPND-sell-variant" ]
permissive
algosenses/CuRT_v1_MIPS
465f9371936e4a18dd4ffdf1e4c4a32823aff976
f4f8f6509ea38a2c12d199fd7df2b498abd5efa7
refs/heads/master
2020-03-22T06:53:11.763828
2018-07-04T03:47:07
2018-07-04T03:47:07
139,664,156
4
1
null
null
null
null
UTF-8
C
false
false
8,720
c
/* * kernel.c */ #include "lib/stdio.h" #include "port.h" #include "kernel/kernel.h" #include "kernel/list.h" #include "kernel/thread.h" /* the priority of system-wide idle thread */ #define IDLE_THREAD_PRIO 31 /* list of priority for ready threads */ list_t ready_list[MAX_PRIO]; /* The waiting list is being requ...
[ "ocean.zhuang@gmail.com" ]
ocean.zhuang@gmail.com
5ee861a621aa454b855ac8b425484b21182864dc
5ea883468fba9769e81bc187d74fa1e70fa201fa
/Libraries/STM32_USB-FS-Device_Driver/inc/usb_def.h
dcee5ac16dd71de5b02b016a243d82115f0af4d8
[]
no_license
FutureOfAI/MPU9150_STM32F103_Firmware
1300f4d84263ab12716c8e9f7297668f3879bb53
87308f378b82d42d148602b057097cca6940becc
refs/heads/master
2020-05-18T16:24:50.889526
2019-05-02T05:36:08
2019-05-02T05:36:08
184,525,062
0
0
null
null
null
null
UTF-8
C
false
false
2,948
h
/******************************************************************************** * @file usb_def.h * @author MCD Application Team * @version V3.4.0 * @date 29-June-2012 * @brief Definitions related to USB Core ****************************************************************************** * @atte...
[ "arleyyao@gmail.com" ]
arleyyao@gmail.com
e8e7f4f66d3a75acd9a8acac49cad590d46dd58b
e40db5b51739de3c840019e9538afdd51a6cca75
/DNR_CAN_LIBRARY/CANTransportLayerGateway.h
110d2296c8dac0bea50858f7d0b2f3048605d56d
[]
no_license
hopla/axum-cvavr
cb5b9a6a54d68cc8dbf77bac8554e7806c39eee5
0a84216e968c739ff6973510ba7149efe08cff4b
refs/heads/master
2021-01-20T16:35:24.925622
2011-09-13T11:18:07
2011-09-13T11:18:07
null
0
0
null
null
null
null
UTF-8
C
false
false
44,163
h
/******************************************/ /* Project : Axum-UI-CRMP */ /* Date : 3-10-2007 */ /* Author : Anton Prins */ /* Company : DR Electronica Weesp b.v. */ /* */ /* Chip type : AT90CAN32 */ /* Cl...
[ "a.prins@d-r.nl" ]
a.prins@d-r.nl
7b1f3d985ab9f74cd6130b770eb14d58e1bea93a
17c2b50e3f32b69fba930c68e0495d29775df83e
/firmware/src/system_config/default/system_tasks.c
ac283bd08f1891da9b85682ad210b28aed1b9227
[]
no_license
TheoLong/Atos
cce8c45172924ef5b5001d936b26010875d9e3fe
27c269cc3002484121df7f63ee237b11348eef6e
refs/heads/master
2021-03-27T09:42:48.894989
2017-12-09T08:56:18
2017-12-09T08:56:18
102,989,187
0
0
null
null
null
null
UTF-8
C
false
false
7,417
c
/******************************************************************************* System Tasks File File Name: system_tasks.c Summary: This file contains source code necessary to maintain system's polled state machines. Description: This file contains source code necessary to maintai...
[ "xianze@vt.edu" ]
xianze@vt.edu
b921d591e6b393eeb9ee796be447c813eedf44f4
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/fastsocket/kernel/net/decnet/extr_dn_rules.c_dn_fib_rule_compare.c
4d1256b8849e7e691a3af23854ecddbebc66eda3
[]
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,171
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
8154369611b68e9edf712132400ecb1798a3ac9d
69a94a9316bf97d8ae783d880c5688f52f11c0aa
/mame/src/mame/drivers/taito_f2.c
fa96faeb0b4dca7b9681453626ed6355ceef6afc
[]
no_license
bradparks/UME-Core
530fd1dee865453f8a7c00ca2d7c9b2b5b59d34e
ed48bd0e86f701e0f1a22150445ae42ac57aa4aa
refs/heads/master
2021-01-22T23:57:48.291810
2015-11-10T08:43:50
2015-11-10T08:44:07
null
0
0
null
null
null
null
UTF-8
C
false
false
261,514
c
/*************************************************************************** Taito F2 System driver by David Graves, Bryan McPhail, Brad Oliver, Andrew Prime, Brian Troha, Nicola Salmoria with some initial help from Richard Bush The Taito F2 system is a fairly flexible hardware platform. The main board suppo...
[ "conrad@kramerapps.com" ]
conrad@kramerapps.com
94067bc650be38b9be68e5427631de9288da2508
0cf7e9004a47e8c431c4ee714b32ab91a20a3523
/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_f32.c
d4970b6b357e1a96b58be9ff68d8c220f60df298
[ "MIT" ]
permissive
elmot/open-oscilloscope-stm32f3
df7793c17c9382a1e4a854e74233a05c2d03af09
0c368754a9af2736d9bb38ce1c47f617cdefeac8
refs/heads/old_master
2021-12-24T00:01:55.814601
2021-09-27T08:50:28
2021-09-27T08:50:28
43,595,138
31
8
MIT
2021-09-27T08:50:29
2015-10-03T10:11:26
C
UTF-8
C
false
false
12,511
c
/* ---------------------------------------------------------------------- * Copyright (C) 2010-2014 ARM Limited. All rights reserved. * * $Date: 19. March 2015 * $Revision: V.1.4.5 * * Project: CMSIS DSP Library * Title: arm_rfft_f32.c * * Description: RFFT & RIFFT Floating point process function * * T...
[ "me@elmot.xyz" ]
me@elmot.xyz
473a7aa7c85ea60d68529140ee30228b4ac8b979
9aa5ddcafcb5e31831d5c52245145e76084aeedd
/ADTList.c
bfc8342d48521de15b42e2a0e2282b99640fede6
[]
no_license
BMcKiernan/SysProject0
2031c12b53d316f42e5f828c4b3d1c2d8e417024
4ad016715ff7fe4bacd57819451bd6272720ba09
refs/heads/master
2020-03-28T00:51:55.573513
2018-09-14T02:19:34
2018-09-14T02:19:34
147,455,625
0
0
null
null
null
null
UTF-8
C
false
false
980
c
#include <stdio.h> #include <stdlib.h> #include "ADTList.h" #define QUOTE 2 static record *head = NULL; record* get_hol(){ return head; } void reset_head(record* top){ head = top; } void insert(record* newrow){ newrow->next = head; head = newrow; } void print_list(){ if ((head == NULL)) { printf("WARNIN...
[ "BriMcK89@gmail.com" ]
BriMcK89@gmail.com
b104797555c0d0a927f21364cc6ea05b46b3ec5e
fe816fab898d95fa3c6154760fe1befa4f57f297
/ft_isalnum.c
3223beec9cc5c104409b6c7c33c2342270da93da
[]
no_license
S-Stanley/libft
f9273a8fdbb8641477a97a5c1cccaeb852ec2a2b
5a04f84e82626fc94c342f1ef5f13613a012496d
refs/heads/master
2023-02-21T07:11:00.248496
2020-12-06T22:03:04
2020-12-06T22:03:04
313,742,220
0
0
null
null
null
null
UTF-8
C
false
false
1,072
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isalnum.c :+: :+: :+: ...
[ "stanleyserbin@gmail.com" ]
stanleyserbin@gmail.com
38e7f8e427b296fcb438f816fce3c3c497222e38
003c6c85aaac4cf19edfeadc41211e55bd9fa793
/emwin/emWin_header/GUI_HOOK.h
e85efcd0089bb168da25314753a35ecbe8b5e8b7
[ "MIT" ]
permissive
ghsecuritylab/uMQTT-LPC54608
ded91b971d99af85bcb047b6b4e7c9d91eae7f06
8b1e3f825e2a5202600b2eff126a2418d7e0e351
refs/heads/master
2021-02-26T08:21:39.706453
2018-07-01T09:41:09
2018-07-01T09:41:09
245,510,179
0
0
MIT
2020-03-06T20:25:05
2020-03-06T20:25:04
null
UTF-8
C
false
false
3,205
h
/********************************************************************* * SEGGER Microcontroller GmbH & Co. KG * * Solutions for real time microcontroller applications * ********************************************************************** * ...
[ "chau-nm@hotmail.com" ]
chau-nm@hotmail.com
46ba25f9019787248bcd41f6e0cebb59bdc26d58
6000ca8768e0df0e2e00804fe4785e02793cb1f1
/introduction/problem_d.c
58ed4b5a4f2f21c29bde40ecf9b8566ef96ed49a
[]
no_license
samarshirazi/C-Tutorials
1281c63fd5eb5b4cbb18338d3cf9f9edddeefaff
673a03dd09faf39460bb73873e2cb4464cc5d642
refs/heads/master
2020-04-11T07:55:25.203224
2019-01-04T09:26:00
2019-01-04T09:26:00
161,626,174
0
0
null
null
null
null
UTF-8
C
false
false
172
c
#include<stdio.h> int main(){ float forenheite = 97.6; float centigrade = (forenheite - 32 ) * 5.0 / 9; printf("centigrade = %f", centigrade); return 0; }
[ "samar.shirazi@yahoo.com" ]
samar.shirazi@yahoo.com
ceafb82bb6cbbaf32fea81641a68dc58e34335f2
a6baaaecb1385b4a584f50f40680eacc2648d132
/libft/srcs/ft_strmapi.c
756178af24d04e7923c0debe13750177146cf723
[]
no_license
VDS13/fillit
25e0c93555a3740ad2d5b6ded5a419e968ed187c
b2ec1e753a1372036350151785c8575de331f2e0
refs/heads/master
2020-08-04T11:52:35.091286
2019-10-12T08:41:18
2019-10-12T08:41:18
212,128,619
0
0
null
null
null
null
UTF-8
C
false
false
1,266
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strmapi.c :+: :+: :+: ...
[ "dnichol@ga-e5.21-school.ru" ]
dnichol@ga-e5.21-school.ru
218aa9011dbcc66356e4d1c581a29131e79dcf1c
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/spi/extr_spi-st-ssc4.c_spi_st_remove.c
5c09b0137bd24b10c1c9f3560da1f7158f09fea6
[]
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,089
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
b144e1bf535485e496241992395a08b9a698f9d0
95f2116a1e7c19cf6d8538bc59f492a198ea1c7b
/lab2_memory_management/code/kern/monitor.c
dd32d4715f7566f3058b8b3bfacc360743bc2b8d
[ "BSD-4-Clause-UC" ]
permissive
playdougher/jos
568178afb32738f07979bc92f2bf22e2a325177e
4a9ea8afba98f321b2b61301dd469a892b441963
refs/heads/master
2021-05-23T00:37:17.290693
2020-06-18T11:00:28
2020-06-18T11:00:28
253,157,813
0
0
null
null
null
null
UTF-8
C
false
false
3,910
c
// Simple command-line kernel monitor useful for // controlling the kernel and exploring the system interactively. #include <inc/stdio.h> #include <inc/string.h> #include <inc/memlayout.h> #include <inc/assert.h> #include <inc/x86.h> #include <kern/console.h> #include <kern/monitor.h> #include <kern/kdebug.h> #defin...
[ "952331408@qq.com" ]
952331408@qq.com