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
52813bc3e2b8af65a6db275d8859b6f9a3bab7d2
5a66f814791ad1fe4ce449c99e9cc8ac7e8a5a6b
/programming/uno-game/nerysVersion/lib/cartas.h
0f638838a6016dd883170b4a82c19fc7b51d9953
[]
no_license
luanhssa/ufal
176f0e9afc514e6addbfbc8f6431f6e379d6ad8e
babbef0aeee435b91138ed4f2c14eca99c7d58aa
refs/heads/master
2021-01-11T01:10:32.933140
2016-10-24T03:08:39
2016-10-24T03:08:39
71,074,050
1
1
null
null
null
null
UTF-8
C
false
false
2,553
h
#ifndef CARTAS_H_INCLUDED #define CARTAS_H_INCLUDED Card* colocarCarta(MainPack* baralho, Card* maoJogador); /** peekColor * * Olha a cor da carta * * Parâmetros: * uma carta * Retorno: * um caracter com a cor da carta * caracter | si...
[ "luanhssa@gmail.com" ]
luanhssa@gmail.com
7faa051127dcbc61c3be915105bc461b81a619de
5be1d00e5cdadc6c2214e9f0d747e56aa56ecf04
/Includes/MvSdkExport.h
ae389c386c5a184991acc84479f4c0dc12b7f82b
[]
no_license
CandleHouse/MVS_CameraFocus
5476b313585530e8ea1daeea1505b61f34e2d798
32974daef60967ff7981828964319c3f7c038cea
refs/heads/master
2023-06-19T19:05:02.986513
2021-07-19T06:01:14
2021-07-19T06:01:14
387,321,239
7
0
null
null
null
null
GB18030
C
false
false
194,187
h
#ifndef _MV_SDK_EXPORT_H__ #define _MV_SDK_EXPORT_H__ #include "MvErrorDefine.h" #include "CameraParams.h" #include "ObsoleteCamParams.h" #ifndef MVSDKEXPORT_API #ifdef _WIN32 #if defined(MVSDKEXPORT_EXPORTS) #define MVSDKEXPORT_API __declspec(dllexport) #else #define MVSD...
[ "lucstudent@126.com" ]
lucstudent@126.com
3e8daf720166c04e3a1f1122c57045a764555935
50c1b4913b2fb34f37f693adc9a9a98d847bbfbe
/targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/include/cyb06447bzi_bld54.h
98b1cc299d0d48b85d153da3c59ca425c1ba3e9f
[ "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
golegen/mbed-os
68ace1db3afc7a131c02d459db5f8d84b553a499
23c544123f09009327d8ea8054e0530357d5314e
refs/heads/master
2020-04-11T02:32:26.603327
2019-08-03T08:26:26
2019-08-03T08:26:26
161,447,790
0
0
Apache-2.0
2019-08-03T08:26:27
2018-12-12T07:14:00
C
UTF-8
C
false
false
111,503
h
/***************************************************************************//** * \file cyb06447bzi_bld54.h * * \brief * CYB06447BZI-BLD54 device header * * \note * Generator version: 1.5.0.1274 * ******************************************************************************** * \copyright * Copyright 2016-2019 Cypres...
[ "vmed@cypress.com" ]
vmed@cypress.com
5a89ef65e44b77576e99f080c01a2ff596a7580b
f147ef89dbaca92c6f9df3ad8a51e529ccd1259b
/tp05/p6/p6_writer.c
261858602d7b77c57ddde3114d2acc10018b0bc3
[]
no_license
joaosilva22/sope-aulas
e1df4d8fb0814e7c5e2fb3a8dab1d74630748155
b80d67add8a98130d0f5a25a4178e29493d856ca
refs/heads/master
2021-01-21T13:53:26.687532
2016-05-31T13:40:47
2016-05-31T13:40:47
52,699,779
0
0
null
null
null
null
UTF-8
C
false
false
575
c
#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <stdio.h> #include <string.h> #include <errno.h> int main(void) { int fd, messagelen, i; char message[100]; do { fd = open("/tmp/myfifo", O_WRONLY); if (fd == -1) sleep(1); } while...
[ "j.pedro004@gmail.com" ]
j.pedro004@gmail.com
8029dead1e5e8bd0d9c74c57b6dc3b9258dc929c
37583ad8f2a31ea5f1cbb38ddaa54a2b4c04ce37
/tk_qsrc/tk_clib/vxcore/pdpc201/strings.c
7d16a4bd33a1b64c966c67d3c4c4e5e458d5cf1d
[ "LicenseRef-scancode-public-domain", "MIT" ]
permissive
cr88192/bgbtech_btsr1arch
9d7e7d2f9acade96e2b6ad7226fb21216f64de9f
6bbe57247c923a366d5057d8bad507e6fa4610bf
refs/heads/master
2023-08-15T13:25:56.566327
2023-08-12T15:50:31
2023-08-12T15:50:31
134,188,751
17
1
null
null
null
null
UTF-8
C
false
false
753
c
int bcmp(const void *s1, const void *s2, size_t n) { return(memcmp(s1, s2, n)); } void bcopy(const void *s1, void *s2, size_t n) { memmove(s2, s1, n); } void bzero(void *s, size_t n) { memset(s, n); } int ffs(int i) { int c, v; if(!i) return(0); c=1; v=i; if(!(v&0xFFFF)) { v>>=16; c+=16; } if(!(v&0xFF)...
[ "cr88192@gmail.com" ]
cr88192@gmail.com
40923956f7164d59abb5991daa1a19df63dbfd9e
74f207fc6e6c39cc7e2b9de46ac5fbe78809e59b
/main/funciones.h
14c81f5de02b71f42adbc39e7ef0115c8165ac8a
[]
no_license
MrCrowbar/Repo_Hardware
98eb16f756ede09002a29df4cd2736bf7005524a
96eadae77b601fe6dc7a76357530775d2e64ef11
refs/heads/master
2022-11-14T06:04:02.689531
2020-07-10T21:28:55
2020-07-10T21:28:55
265,466,830
0
0
null
2020-06-04T04:05:06
2020-05-20T06:05:27
C++
UTF-8
C
false
false
5,376
h
#ifndef funciones #define funciones //Este archivo contiene las funciones utilizadas para hacer peticiones al servidor //y para inicializar las conexiones. //Incluír librerías necesarias #include <ArduinoJson.h> #include "ESP8266HTTPClient.h" #include <ESP8266WiFi.h> #include <WiFiUdp.h> //Declaración de funciones v...
[ "jacobo.cruz.romero@gmail.com" ]
jacobo.cruz.romero@gmail.com
effa72d4900826154b22a671a0a90de18104e0c3
ebab17f133d3c7aff01325f8aa6ac1f78aade175
/TTSocialModuleDemo/Pods/Headers/Private/TTSocialModule/TTWeChatShared.h
8c96511bfd014520551e7d24c0498a992bed24f0
[ "MIT" ]
permissive
keleyundou/TTSocialModule
c6563168c6067be4f0d2b8dde7738e2d94e91e7c
cc6a45b4e0ad052ea030b38976bc644ff3cd117a
refs/heads/master
2020-05-22T21:58:33.065782
2019-05-17T03:27:03
2019-05-17T03:27:03
186,539,168
0
0
null
null
null
null
UTF-8
C
false
false
53
h
../../../../../TTSocialModule/Shared/TTWeChatShared.h
[ "1695390892@qq.com" ]
1695390892@qq.com
5c8b5bc2be86100aaeca0467500eb177f131c849
de4b473312763ce2c209ac2289c2236a4dea2cea
/DETHRACE/source/common/brucetrk.h
2564f565a8cbb469da7c5a3b6dd0a96215d8939e
[]
no_license
jeff-1amstudios/dr-codegen
1cf710546ad1ebc044449a452f3c4adbacb1fd08
93f8866d562f99305e1d50fee907b3320ee3c2c2
refs/heads/master
2022-11-12T19:02:57.320956
2020-07-02T23:18:12
2020-07-02T23:18:12
276,762,495
0
0
null
null
null
null
UTF-8
C
false
false
3,132
h
#ifndef _BRUCETRK_H_ #define _BRUCETRK_H_ #include "dr_types.h" #include "br_types.h" // Offset: 0 // Size: 0xc9 //IDA: void __usercall AllocateActorMatrix(tTrack_spec *pTrack_spec@<EAX>, br_actor ****pDst@<EDX>) void AllocateActorMatrix(tTrack_spec *pTrack_spec, br_actor ****pDst); // Offset: 204 // Size: 0x172 //I...
[ "jeff@1amstudios.com" ]
jeff@1amstudios.com
f907c5de2a2dc03ba65123b9e5df478d227f1a7e
60c54161338fc04ae43ed41cccacb04d8e8fe3d9
/include/lc_global.h
6d5237b55eac1cbf3e2431fb5cc551701cb6dcde
[]
no_license
davidddw/lcm
b6d10f16fe15e2674dc965b70a105acf652719f1
02909c75d05545d4e6ebb47d4cdb2e39fb5e1e2a
refs/heads/master
2021-01-10T11:53:14.813364
2015-11-18T03:07:15
2015-11-18T03:07:15
46,390,345
0
1
null
null
null
null
UTF-8
C
false
false
8,713
h
#ifndef _LC_GLOBAL_H #define _LC_GLOBAL_H #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/queue.h> #include <stddef.h> #include <sys/socket.h> #include <sys/select.h> #include <sys/time.h> #include <sys/un.h> #include <errno.h> #include <stdlib.h> #include <stdio.h> #include <sys/stat.h> #inclu...
[ "dawei@yunshan.net.cn" ]
dawei@yunshan.net.cn
2a4c950bc2ccee154f5f446047686dc1c9d97db0
7aa35a43707ffff87f21292c58a058729829b94c
/bsp/drv/ppc/include/dkient.h
cf8578ef9db06f8e24aa7fdb93e3781563da7bb2
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "DOC", "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
champyen/prex
035be62743c52be65b888a86a10aafebe9b240a7
f78ee0d5421fbcb5b516284c58953bdedb86802d
refs/heads/master
2023-02-22T00:02:29.933594
2021-01-24T02:30:44
2021-01-24T02:30:44
327,615,948
5
3
null
null
null
null
UTF-8
C
false
false
2,701
h
/* * Copyright (c) 2009, Kohsuke Ohtani * 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 cond...
[ "champ.yen@gmail.com" ]
champ.yen@gmail.com
f874a7de142019419c4e46e275bceceebd1e42fe
5c255f911786e984286b1f7a4e6091a68419d049
/code/d6180683-6358-4d12-9e4a-e5e05181e4f2.c
03523e6fb04a7e0a54d343489ba0607b0ad75342
[]
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; i = 53; l = 64; k = i/j; l = i/j; l = i/j; l = i/j; l = l%j; l = l-j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
9823a5a996e399519de763de2f9f4b9f63de36ce
f91faafbc4d3b7a054566991ae7d7011ff41fa62
/8051-Programming/6-LCD-Interfacing/lcd.h
f5b52e3ab6eb1f368a5dfba72404d0ea15df934a
[ "MIT" ]
permissive
NishkarshRaj/Microprocessor_Assembly_C
5dc6f74ccf2e60ef0243210ea7edea18fdb5342f
27f4f226f57d2f9eed928fe2edad7c1f2deca721
refs/heads/master
2022-11-11T08:36:25.712927
2020-06-27T11:11:00
2020-06-27T11:11:00
233,633,337
4
0
MIT
2023-09-01T17:55:28
2020-01-13T15:54:16
C
UTF-8
C
false
false
3,672
h
//LCD Functions Developed by electroSome //LCD Module Connections extern bit RS; extern bit EN; extern bit D0; extern bit D1; extern bit D2; extern bit D3; extern bit D4; extern bit D5; extern bit D6; extern bit D7; //End LCD...
[ "500060720@stu.upes.ac.in" ]
500060720@stu.upes.ac.in
2daee9c0b0bf2c8c070eaff5a74e61fca90ac46a
3f8695dce1e34f4c4f0501d225d130ca5eddf67c
/43. print 2D array using pointer.c
a7a453100aa4c79132f99a3a2e7151e52c337636
[]
no_license
ShuvaDev/C-Programming-Practice
cd28b40115b7093c579c86bafab07589c10bf508
7991a7e26de424c4cca028edb1e01676f612ab4e
refs/heads/master
2021-01-07T23:29:22.354532
2020-02-20T10:03:14
2020-02-20T10:03:14
241,849,695
0
0
null
null
null
null
UTF-8
C
false
false
179
c
#include<stdio.h> int main() { int row=2,col=2,*p; int ara[2][2]={{1,2},{3,4}}; for(p=&ara[0][0];p<=&ara[row-1][col-1];p++) printf("%d\t",*p); return 0; }
[ "s.r.shuvadeb@gmail.com" ]
s.r.shuvadeb@gmail.com
98e82e778c4ec9109efbf6329abcead9b3467bd5
b4c5ff09c5ee3888e7398b0e30b57051c16ab78d
/Book Examples/ch24/ch24e.c
2d235fb0e4f59fa1e81c79c3a9ac3bc1dd621b9f
[]
no_license
zhyage/C_DataStruct
7169e9fe3b87a6322465dd3d57e618086152a0cc
0594b6825c45c3083764ddbf647903d7e1dadea9
refs/heads/master
2016-09-05T17:17:09.520769
2013-04-19T02:53:05
2013-04-19T02:53:05
null
0
0
null
null
null
null
UTF-8
C
false
false
1,368
c
/* Code by Ian D. K. Kelly for Chapter 24, "C Unleashed" */ /* Calculate the number "e" to as much accuracy as possible */ /* Ch24E.c * * E - compute e to as much accuracy as possible for "long double" * * Copyright (C) 1999 Ian D. K. Kelly, * idkk Consultancy Ltd. * ...
[ "zhangy@autotronics.cc" ]
zhangy@autotronics.cc
44998729c4daf5bd037c7fdb6efcf1b5a9cec62c
4f8d52d6ad190cdabea2d3322ee266430e9fd474
/KnowledgeSummaryOfObjectC/Pods/Headers/Private/FLAnimatedImage/FLAnimatedImage.h
5ac063e02df29a5f5ffafdd3ca61febeb144b906
[]
no_license
zhangxistudy11/KnowledgeSummaryOfObjectC
4a52830e56783cdb9b75b56604f8531144f45c63
9c81e30775dbc989c9e512b7bdf6927dba23abf9
refs/heads/master
2021-12-30T17:13:02.523526
2021-12-26T14:31:49
2021-12-26T14:31:49
102,132,891
7
1
null
null
null
null
UTF-8
C
false
false
66
h
../../../FLAnimatedImage/FLAnimatedImage/include/FLAnimatedImage.h
[ "zhangxilove2011@163.com" ]
zhangxilove2011@163.com
e7fbc02729effbb48f4028f34a4d627810729760
c882023f6fa923769c9ff947b3550219f6b571f4
/interp/neillsdl2.c
fa6cc0a8a92cfa4af74811f11e327f3abb93a0cd
[]
no_license
tom-russell/BristolMSc-TurtleParserAssignment
75ff4cb38644fc6733c2aca41af53c926a4bae6f
e14d4069e027865879be982522a42126e5bc2462
refs/heads/master
2021-08-08T05:26:35.503622
2017-11-09T17:12:09
2017-11-09T17:12:09
null
0
0
null
null
null
null
UTF-8
C
false
false
3,791
c
#include "neillsdl2.h" #include <stdio.h> /* Set up a simple (WIDTH, HEIGHT) window. Attempt to hide the renderer etc. from user. */ void Neill_SDL_Init(SDL_Simplewin *sw) { if (SDL_Init(SDL_INIT_VIDEO) != 0) { fprintf(stderr, "\nUnable to initialize SDL: %s\n", SDL_GetError()); SDL_Quit(); exit(1); } sw-...
[ "tom_james_russell@hotmail.com" ]
tom_james_russell@hotmail.com
c4916d7168b99d24873dc779ab7ca5c8edee2434
34d0bad8a2849447925fef0c752406122baae3f2
/ti_tools/ipc_1_25_03_15/packages/ti/sdo/ipc/SharedRegion.h
7e32c1d4ae2a516aa43cba6658bc352e64c954db
[]
no_license
pamsimochen/hardwork
5e05154fac35a0aacc0f8b64c21b2ca767fd4a3d
1e0a4cafdd1722eb58c4261bad68e602352f2079
refs/heads/master
2021-09-07T22:44:16.620515
2018-03-02T09:48:40
2018-03-02T09:48:40
103,899,662
1
0
null
null
null
null
UTF-8
C
false
false
20,779
h
/* * Copyright 2013 by Texas Instruments Incorporated. * */ /* * Do not modify this file; it is automatically * generated and any modifications will be overwritten. * * @(#) xdc-y44 */ /* * ======== GENERATED SECTIONS ======== * * PROLOGUE * INCLUDES * * INTERNAL DEFINITIONS *...
[ "82425509@qq.com" ]
82425509@qq.com
9876d5b09b0f543c50d053db56b825aa0a62293c
0422a2babc7366f446b7e3a3c431bfd3bf5459d7
/libft/ft_putchar.c
3053d1310e8bbff77352bb9857e30b0926416710
[]
no_license
lsjoberg98/Fillit
09b75a5dc2dad9883988e5490aefb1ce507eb8c4
564d4e053212722ae232b714a79becb6fc8b931b
refs/heads/master
2021-02-05T16:05:37.242476
2020-09-11T11:28:46
2020-09-11T11:28:46
243,800,962
1
0
null
null
null
null
UTF-8
C
false
false
962
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcmp.c :+: :+: :+: ...
[ "lucasjoberg@gmail.com" ]
lucasjoberg@gmail.com
2caa703b3141d4497e0d3f4f6d745322c093a75b
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/244/173/CWE78_OS_Command_Injection__char_connect_socket_system_52b.c
54fba2897481fe32bbb922da57bff363e5f3706e
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C
false
false
2,096
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__char_connect_socket_system_52b.c Label Definition File: CWE78_OS_Command_Injection.one_string.label.xml Template File: sources-sink-52b.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: connect_socket Read data using a co...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
e7b79ce6f4cf02604a23a5c8ff8c6ab5a813597f
b4b977cdb2b855c03eaf70e3aaae904bb5f00168
/libtock/spi.c
afce13cc4bbe1318de34fc8736aa451ad5931530
[ "Apache-2.0" ]
permissive
helium/module-sdk
cb7dfc745ec1fe5ae336a4e2fd37609396a6c249
f3c0e93d3efed7da7fe86dac6b41c6e31ce012d4
refs/heads/master
2020-04-02T02:50:15.427589
2018-11-14T17:17:33
2018-11-14T17:17:33
153,930,811
3
2
Apache-2.0
2018-11-14T17:17:34
2018-10-20T17:29:43
C
UTF-8
C
false
false
2,672
c
#include "spi.h" __attribute__((const)) int spi_init(void) { return 0; } int spi_set_chip_select(unsigned char cs) { return command(DRIVER_NUM_SPI, 3, cs, 0); } int spi_get_chip_select(void) { return command(DRIVER_NUM_SPI, 4, 0, 0); } int spi_set_rate(int rate) { return command(DRIVER_NUM_SPI, 5, rate, 0); } ...
[ "louis@helium.com" ]
louis@helium.com
8a0d7aac249f2a4132ff38e2afaadf6439d46108
bc38a4c549bee803b200090a45394c8ba80b5e39
/ft_strsplit.c
a714c2fa9e1de11263e3056c2190e1648eb33c6d
[]
no_license
KamilleJS/libft
8bbb02b6bb8b1a6115c3aeebf7c016e4f3bcbec2
80bbecbba2426b9a421a65c35458c5a9d6449976
refs/heads/master
2021-01-09T03:04:48.589301
2020-03-11T16:24:23
2020-03-11T16:24:23
242,225,216
0
0
null
null
null
null
UTF-8
C
false
false
1,524
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strsplit.c :+: :+: :+: ...
[ "ikuklina@student.42.us.org" ]
ikuklina@student.42.us.org
c3a303d163d0cb183c2cb5f2a4aabd0596120050
3d4018f135441884a4976aad1bb1f67d92d60e32
/1.redis_3.2.11_example/src/blocked.c
c5a70bc833dfab87005431adc9f52f9b875c42cc
[]
no_license
wcybxzj/redis_www
99d705bce1c22bccc8c529eaca95dc769832c35d
806018e61acc9f39ec45e63d82e66c8b2e885264
refs/heads/master
2021-04-06T00:30:31.880949
2019-02-10T11:23:21
2019-02-10T11:23:21
107,431,841
0
0
null
null
null
null
UTF-8
C
false
false
1,854
c
#include "server.h" int getTimeoutFromObjectOrReply(client *c, robj *object, mstime_t *timeout, int unit) { long long tval; if (getLongLongFromObjectOrReply(c,object,&tval, "timeout is not an integer or out of range") != C_OK) return C_ERR; if (tval < 0) { addReplyError(c,"timeout...
[ "you@example.com" ]
you@example.com
70dc31a44e00d631c5e42eb931a8ff9a4c76d77b
2931c03464e2be7dd93973288d2cd893058a8f4a
/V6/V6/proc.h
4c4db0859364cc14d9dadea7b81528ffce35ed09
[ "MIT" ]
permissive
linpingchuan/XL
492e63de4e84323dfccbda53f904dcb1ddc8d755
1edeb05d54523f6990a1f907195f317a39c389b6
refs/heads/master
2021-01-13T10:27:31.963521
2016-12-21T15:08:06
2016-12-21T15:08:06
null
0
0
null
null
null
null
UTF-8
C
false
false
1,003
h
#pragma once #include "types.h" #define NSEGS 7 // Segements in proc->gdt // Per-CPU state struct cpu{ //uchar id; // Local APIC ID; index into cpus[] below struct context *scheduler; // swtch() here to enter scheduler //struct taskstate ts; //struct seddesc gdt[NSEGS]; }; // Saved registers for kernel context...
[ "paul_lin@foxmail.com" ]
paul_lin@foxmail.com
43ef52f3e5b23a29dc4f3517e43c67078c1d7e18
5792b184e71a9de7779e0bd21b6833f8ddfdb4b5
/sysvr2-vax/src/lib/libcurses/screen/scrollok.c
dffba21fa59508a0fa6c6009d2748b3a9ba68e4f
[]
no_license
ryanwoodsmall/oldsysv
1637a3e62bb1b9426a224e832f44a46f1e1a31d4
e68293af91e2dc39f5f29c20d7e429f9e0cabc75
refs/heads/master
2020-03-30T06:06:30.495611
2018-09-29T09:04:59
2018-09-29T09:04:59
150,839,670
7
0
null
null
null
null
UTF-8
C
false
false
271
c
#include "curses.ext" /* @(#) scrollok.c: 1.1 10/15/83 (1.19 3/17/83) */ /* * TRUE => OK to scroll screen up when you run off the bottom. */ scrollok(win,bf) WINDOW *win; int bf; { /* Should consider using scroll/page mode of some terminals. */ win->_scroll = bf; }
[ "rwoodsmall@gmail.com" ]
rwoodsmall@gmail.com
617e1c6a92e608e6993987c36023b532e4b1477c
1744185a1e318fd0705b7c8d71635966bf2f7451
/template/lib/Projects/STM324x9I_EVAL/Applications/Display/LTDC_Paint/Src/ts_calibration.c
34c65f05c3152527026ef131e59a29e5fbc7589e
[ "BSD-2-Clause", "MIT" ]
permissive
swedishhat/stm32f4-bear-metal
99554444acc611433190b00599d5be9ebbcbac49
04c8ae72ee6ea658dc376afe64f7f3a47c67512b
refs/heads/master
2020-12-24T09:09:59.574026
2016-11-09T18:07:57
2016-11-09T18:07:57
73,302,594
0
1
MIT
2020-03-08T01:27:48
2016-11-09T16:45:24
C
WINDOWS-1252
C
false
false
7,924
c
/** ****************************************************************************** * @file Display/LTDC_Paint/Src/ts_calibration.c * @author MCD Application Team * @version V1.4.5 * @date 03-June-2016 * @brief This application code shows how to calibrate the touchscreen. *****************...
[ "patrick.d.lloyd@gmail.com" ]
patrick.d.lloyd@gmail.com
70883b8d35f05dbcdaaa304d708331dc0bce5de8
7faa6044c51b1a70c3a19908e72fb6f8c25ef5a7
/world/d/suburb/fy/fy/npc/shiren.c
d3683153f449cd68f66cdfa5fd6bdd31e4faffad
[]
no_license
losep/xyj45
b55ca0f087bde4082b5ebe05945f36df86afcb9c
3a699e543eec0f3c3965986ca98d7ba3b603c0cd
refs/heads/master
2020-07-04T14:14:49.565808
2016-11-18T19:31:57
2016-11-18T19:31:57
74,157,577
1
1
null
2016-11-18T18:52:37
2016-11-18T18:52:37
null
GB18030
C
false
false
1,197
c
// // inherit NPC; int give_poem(); void create() { set_name("浪游诗人", ({ "shiren", "ren"}) ); set("gender", "男性" ); set("age", 22); set("long", "这是一位小有才华的诗人,正在观望风云城。\n"); set("combat_exp", 50000); set("attitude", "friendly"); set_skill("hammer", 90); set_skill(...
[ "liming.xie@gmail.com" ]
liming.xie@gmail.com
da742da0566c5f5c0ab464320ded4b10299fcf2e
80f5de5b636381f2e03989d9cd5b8a9c3d463f18
/csps/lpc32xx/bsps/fdi3250/startup/examples/kickstart/kickstart_lb_nand/kickstart_lb_nand.c
5208f6adb6b876cd2a9cfc26474a7f4e42053571
[]
no_license
sobczyk/bsp
cfb4680dad75af6687984c0bc2920dd22b8952e3
9b65758939f66eac0c0630c162b06fa69cb7aaa8
refs/heads/master
2021-01-01T18:16:54.573909
2011-01-06T19:09:45
2011-01-06T19:09:45
1,225,158
1
2
null
null
null
null
UTF-8
C
false
false
7,874
c
/*********************************************************************** * $Id:: kickstart_lb_nand.c 3418 2010-05-06 19:59:34Z usb10132 $ * * Project: Kickstart loader from large block NAND FLASH * * Description: * This file contains a sample kickstart loader that can be used * to load a la...
[ "sobik.szymon@gmail.com" ]
sobik.szymon@gmail.com
c8ec32d17924122eb69f7cff491f49e9aa5ff999
1e6b4bfdbd852a54ad6ac1fc96497fc0fe135572
/01_c_learning/gongjin/20160510/tree/main.c
494ce05349f8bcd311e506238b667a3830808109
[]
no_license
zaichenlinux/c_for_learning_gj_yjun
92fa3f0599b9ea577802251c18b1bcf8d8213b56
98b562547a6e236290ee162a2d9a6aa5b12c2461
refs/heads/master
2021-01-19T08:26:51.632903
2017-04-08T12:11:02
2017-04-08T12:11:02
87,630,585
0
0
null
null
null
null
UTF-8
C
false
false
1,505
c
#include <stdio.h> #include "btree.h" typedef int elem_t; struct node { elem_t data; struct btree_node bnode; }; static inline int cmp_data(struct btree_node *a, struct btree_node *b) { struct node *pa = container_of(a, struct node, bnode); struct node *pb = container_of(b, struct node, bnode); return pa->data -...
[ "zaichenlinux@foxmail.com" ]
zaichenlinux@foxmail.com
f25a70b3d128cf434e316cf126da06c726a4f84c
3c883e1084f0a61e558c2d210bb1b4ae8a5e6a06
/third_party/nvxs-1.0.2/CLAPACK/F2CLIBS/libf2c/fio.h
3d168bfcd1ac508c26f9e7ded488c8f1a3df6cd3
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "Python-2.0", "BSD-3-Clause", "LicenseRef-scancode-other-permissive" ]
permissive
nya3jp/python-animeface
7e48aa333c9f365a80acdf43e5d516edc8d0b189
15caf8b1ca29847f0dceb54e4b91c77726c4111c
refs/heads/main
2022-04-29T20:17:01.198810
2022-04-04T10:17:59
2022-04-04T10:17:59
10,998,381
150
14
Apache-2.0
2022-04-03T07:18:40
2013-06-27T14:06:08
C
UTF-8
C
false
false
2,932
h
#ifndef SYSDEP_H_INCLUDED #include "sysdep1.h" #endif #include "stdio.h" #include "errno.h" #ifndef NULL /* ANSI C */ #include "stddef.h" #endif #ifndef SEEK_SET #define SEEK_SET 0 #define SEEK_CUR 1 #define SEEK_END 2 #endif #ifndef FOPEN #define FOPEN fopen #endif #ifndef FREOPEN #define FREOPEN freopen #endif #i...
[ "takahashi.shuhei@gmail.com" ]
takahashi.shuhei@gmail.com
54a80cf2bb915283ba65b0321d25a0e9a5d2fa55
ebb1371435374755d02d4b6b88c1c27f3197f6e8
/src/ilPSP/layer_0/3rd_party/Hypre2.9.0b/src/FEI_mv/DSuperLU/SRC/dreadhb.c
1542d77996601527cf5079a90bd3a26270994dd6
[ "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "LGPL-2.1-only", "BSD-2-Clause", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
leyel/BoSSS
a8319d2dfb8e659c94752727bca42c75daf8ab80
39f58a1a64a55e44f51384022aada20a5b425230
refs/heads/master
2020-04-12T14:58:12.276593
2018-12-20T09:04:54
2018-12-20T09:04:54
162,566,868
1
0
Apache-2.0
2018-12-20T10:55:43
2018-12-20T10:55:43
null
UTF-8
C
false
false
11,346
c
#include <math.h> #include <stdio.h> #include <stdlib.h> #include "superlu_ddefs.h" /* * Prototypes */ static void ReadVector(FILE *, int_t, int_t *, int_t, int_t); static void dReadValues(FILE *, int_t, double *, int_t, int_t); static void FormFullA(int_t, int_t *, double **, int_t **, int_t **); static int dDumpLi...
[ "kummer@fdy.tu-darmstadt.de" ]
kummer@fdy.tu-darmstadt.de
9457d63584736634825427f2e05e4779b80caf03
a212e9c106ab0f793ef958bf36c9af92b39d7239
/rtbase/lib/elap.c
9a69bcb9df3788301689082e15fa29018041585a
[]
no_license
dubanoze/actility_gw
3106574e3b06c898d10fc4b0ad41b53630faa59d
a95e016f456740a26f398fd162b0fd817490600a
refs/heads/master
2021-05-03T19:41:13.559407
2017-10-05T13:40:23
2017-10-05T13:40:23
null
0
0
null
null
null
null
UTF-8
C
false
false
57,791
c
/* * Copyright (C) Actility, SA. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 only, as published by the Free Software Foundation. * * This p...
[ "dang.phan@pureintegration.com" ]
dang.phan@pureintegration.com
37f8ea91139ffcfe03a0dc195f62faedde551953
88ae8695987ada722184307301e221e1ba3cc2fa
/native_client/src/untrusted/nacl/stubs/geteuid.c
dbda41030e32be2c171795b78fff512549a903e5
[ "BSD-3-Clause", "Zlib", "Classpath-exception-2.0", "BSD-Source-Code", "LZMA-exception", "LicenseRef-scancode-unicode", "LGPL-3.0-only", "LGPL-2.0-or-later", "LicenseRef-scancode-philippe-de-muyter", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-intel-osl-1993", "HPND-sell-var...
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C
false
false
356
c
/* * Copyright 2010 The Native Client Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* * Stub routine for `geteuid' for porting support. */ #include <unistd.h> #include <sys/types.h> #include <errno.h> uid_t geteuid(void)...
[ "jengelh@inai.de" ]
jengelh@inai.de
3d719e61a64e0ad5ef25d601a210bf2baf847af0
eddcd87c24939a0b9d35bfd52401a2ecd62c04de
/developing/yggdrasil/tools/dtl/include/unix_tchar.h
cab735b7264b898e34cd59f5eb96e27c3a55b281
[]
no_license
chinagdlex/yggdrasil
121539b5f4d171598be2bb79d36f5d673ad11cb4
16f6192fd0011dc3f7c1a44f8d4d2a8ba9bc8520
refs/heads/master
2021-03-12T19:08:19.120204
2016-09-26T09:36:19
2016-09-26T09:36:19
null
0
0
null
null
null
null
UTF-8
C
false
false
6,427
h
/* * tchar.h * * Unicode mapping layer for the standard C library. By including this * file and using the 't' names for string functions * (eg. _tprintf) you can make code which can be easily adapted to both * Unicode and non-unicode environments. In a unicode enabled compile define * _UNICODE before including ...
[ "ffscbio@hotmail.com" ]
ffscbio@hotmail.com
ac8bdef0438642e89e10435650f5a37e33c1e646
c057e033602e465adfa3d84d80331a3a21cef609
/C/testcases/CWE127_Buffer_Underread/s02/CWE127_Buffer_Underread__malloc_wchar_t_ncpy_14.c
1100c48e41b7414d2125c37ff81174b1aa5d2cd6
[]
no_license
Anzsley/My_Juliet_Test_Suite_v1.3_for_C_Cpp
12c2796ae7e580d89e4e7b8274dddf920361c41c
f278f1464588ffb763b7d06e2650fda01702148f
refs/heads/main
2023-04-11T08:29:22.597042
2021-04-09T11:53:16
2021-04-09T11:53:16
356,251,613
1
0
null
null
null
null
UTF-8
C
false
false
4,759
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE127_Buffer_Underread__malloc_wchar_t_ncpy_14.c Label Definition File: CWE127_Buffer_Underread__malloc.label.xml Template File: sources-sink-14.tmpl.c */ /* * @description * CWE: 127 Buffer Under-read * BadSource: Set data pointer to before the allocated memory buffer...
[ "65642214+Anzsley@users.noreply.github.com" ]
65642214+Anzsley@users.noreply.github.com
9fa137cd71071bb0bfe1abf33e845863b3757691
488378d66dfb12d3292886b160243aa24e27c420
/linux-3.16/arch/arm/mach-s3c24xx/mach-anubis.c
e053581cab0b53b4c22af8af8fcc0e71b8524701
[ "GPL-1.0-or-later", "Linux-syscall-note", "GPL-2.0-only", "Unlicense" ]
permissive
jj1232727/system_call
3ec72bdecad15a43638cc5eb91ba1ae229d651bb
145315cdf532c45b6aa753d98260d2b1c0b63abc
refs/heads/master
2020-08-11T13:56:16.335620
2019-10-12T11:12:53
2019-10-12T11:12:53
214,575,269
0
0
Unlicense
2019-10-12T04:06:22
2019-10-12T04:06:22
null
UTF-8
C
false
false
10,244
c
/* linux/arch/arm/mach-s3c2440/mach-anubis.c * * Copyright 2003-2009 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * 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 F...
[ "jj1232727" ]
jj1232727
442a3e90e89cc07d2e8f1e7849f05885738b3696
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/f56609ce-ab35-4ccc-a12b-393a3a1fa16f.c
79445bf849e906b59d2af683bf490b9a5fbaaac4
[]
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
552
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=141; int k; int l; k = 53; l = 64; k = i/j; l = i%j; l = i-j; k = k-j*i; //variables //random /* START VULNERABILITY */ int a; int b[54]; int c[14]; a = 0; while (b[a] != 0) { /...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
9cec2dbd20120321018cacdd28b4715a62e8dfe6
873e02b8200985ca0254542a3475a2aea202d52e
/002Microphone/Middlewares/ST/STemWin/OS/GUI_X.c
c565e23b70c46acd50f0b03c358863a756a707eb
[ "MIT" ]
permissive
fjpolo/STM23F746Disco-Playground
686e1f4ae8e80da12339fae7abd1edad57fdb54d
446e8cd45b6ab3d771a782977e7630cf92a01a88
refs/heads/main
2023-07-12T10:23:09.674964
2021-08-13T13:12:02
2021-08-13T13:12:02
394,591,138
0
0
null
null
null
null
UTF-8
C
false
false
4,621
c
/********************************************************************* * Portions COPYRIGHT 2014 STMicroelectronics * * Portions SEGGER Microcontroller GmbH & Co. KG * * Solutions for real time microcontroller applications * ********************************...
[ "fjpolo@gmail.com" ]
fjpolo@gmail.com
314a29de0d10131b173483b25233df13e906ef97
d725326e69847229ece6cc3b431324fdaf2edfb4
/lab_01/in_out.h
f806a233d42be02f6976cb14076945069787f9a2
[]
no_license
sonyashka/bmstu-ca
c570aaf518c16f8251d2277896a0b8a102f475b4
f92925f4e68bbe793086fcb44e309b9430484c4b
refs/heads/master
2023-05-07T06:56:25.170112
2021-05-30T18:24:12
2021-05-30T18:24:12
372,281,947
1
0
null
null
null
null
UTF-8
C
false
false
451
h
#include <stdio.h> #ifndef _IN_OUT_H_ #define _IN_OUT_H_ #define OK 0 #define ERR -1 struct polynom { int count; float *data_x; float *data_y; float *data_y_p1; float x; int n; int ind1; int ind2; float *difference1; float *difference2; float y_newton; ...
[ "sonyaparaskun@mail.ru" ]
sonyaparaskun@mail.ru
f96da4362069ce28c252f56e76a8c3ea4aa386ee
b6df166bca4a365f0bab75ccebbbd73956039bf7
/sum_of_odd_between_o_to_n.c
132c536b608f3309221ee61f63ca8d9de4d063d5
[]
no_license
aksharamythili/c_programs
399719437de42acb36e84171d9d557d63e6b10c8
1e20655053e873555e9688d695b063b70d0cd8d3
refs/heads/main
2023-06-06T20:52:23.402539
2021-07-09T15:36:48
2021-07-09T15:36:48
382,570,065
0
0
null
null
null
null
UTF-8
C
false
false
284
c
#include<stdio.h> int main() { int i,n; int sum=0; printf("Enter number"); scanf("%d",&n); for(i=1;i<=n;i++) { if(i%2!=0) { sum+=i; } } printf("sum of even numbrs upto %dis %d",n,sum); return 0; }
[ "noreply@github.com" ]
aksharamythili.noreply@github.com
f71af25ab5d95650b355bda36be75aa20cf8b581
cbf047bd9331d46ccfbcfe8df3f2bf4843af56b9
/player25.c
3429721162320e72cb46c972585890f5d503414b
[]
no_license
kavin300281/pos
f3aa2f50bcf7b404e62c72e56f9bd2554a6680dc
9a841d9fc82485abe607ce4940e55d348c0d1954
refs/heads/master
2020-04-17T11:06:59.973703
2019-04-03T10:57:43
2019-04-03T10:57:43
166,528,043
0
0
null
null
null
null
UTF-8
C
false
false
417
c
#include <stdio.h> int main() { char a[10][100],b[100]; int n,i,j; scanf("%d",&n); for(i=0;i<n;i++) { scanf("%s",a[i]); } for(i=0;i<n;i++) { for(j=0;j<n;j++) { if(strlen(a[i])<strlen(a[j])) { strcpy(b,a[i]); strcpy(a[i],a[j]); strcpy(a[j...
[ "noreply@github.com" ]
kavin300281.noreply@github.com
33350a1b19c8d7422343ffb35be08bdbb90d7a5f
e81cc32187daf9212a7ecaca712a80981c786ccf
/releases/ps3/alarm.h
ecfde920b403fa990a808dae457a6bd473735c08
[]
no_license
obsc/os
f86993db305b48f6b08cef48a824eb1a6dc4ae54
1f304169d2cc1a0a7002b08a038d119c5f3cae86
refs/heads/master
2021-01-24T22:53:24.858111
2014-12-14T04:36:36
2014-12-14T04:36:36
23,716,040
0
0
null
null
null
null
UTF-8
C
false
false
742
h
#ifndef __ALARM_H__ #define __ALARM_H__ 1 /* * This is the alarm interface. You should implement the functions for these * prototypes, though you may have to modify some other files to do so. */ /* An alarm_handler_t is a function that will run within the interrupt handler. * It must not block, and it must not p...
[ "rz99@cornell.edu" ]
rz99@cornell.edu
b946764964b036dfe08d14ca6257256141e5b929
cb8e66ff104f293aaeaf531ff6c1207d0908ea17
/C_Primer_Plus/13/program/p8/p8.c
0633674db839a52881c5d12a3facbb94e6bd4872
[]
no_license
peppapigs/gitv_c
da21c4b97beeed25c10fc5426d8ebf4b8fc4b725
443c430d87c4d3079f6a1ea39310cff28503962c
refs/heads/main
2023-04-17T03:29:18.378602
2021-04-08T14:44:19
2021-04-08T14:44:19
333,264,719
0
0
null
null
null
null
UTF-8
C
false
false
1,525
c
#include <stdio.h> #include <stdlib.h> /* * command char filename1, filename2 * */ //continue for another src_file print int main(int argc, char * argv[]){ FILE * fp; int i; int ch; //for eof int count = 0; if(argc < 2){ fprintf(stderr, "Uage: %s cha...
[ "gangxu_iot@foxmail.com" ]
gangxu_iot@foxmail.com
58718048fc06bcc5914166b5486a568b0277c412
b59cd47d315379bc560713c3723fc1b18717fcd4
/Atmega128a/Motor/Motor.c
5c3df09c3b68974554aefa66df54caf4fd220a6c
[]
no_license
MAD-CRAZY-MAN/embeddedStudy
48c0932ab0f2159e94beb0ed7be3b895a1f35e94
ada5653f440e0d4f7e5b79217c83d95e4dcb82d0
refs/heads/master
2020-05-04T16:15:39.215032
2019-12-13T05:07:33
2019-12-13T05:07:33
179,273,305
5
0
null
null
null
null
UTF-8
C
false
false
479
c
/* * Motor_190918.c * * Created: 2019-09-18 오전 10:05:05 * Author : tlgus */ #include <avr/io.h> #define F_CPU 16000000 #include <util/delay.h> int main(void) { DDRB = 0xFF; DDRD = 0xFF; /* Replace with your application code */ while (1) { PORTB = 0x0F; PORTD = 0xFF; _delay_ms(5000); PORTB = 0x...
[ "tlgustlgus0425@naver.com" ]
tlgustlgus0425@naver.com
8124c9a393820319fa218412a65d3d8bf35abff5
fdfeb3da025ece547aed387ad9c83b34a28b4662
/Target/BeagleBoneBlack/sysroot/usr/include/stdint.h
7d1ccff809ea9f26ef3dcbbe7523e151fba8c4ee
[ "FTL", "BSL-1.0" ]
permissive
SergeyStrukov/CCore-3-xx
815213a9536e9c0094548ad6db469e62ab2ad3f7
820507e78f8aa35ca05761e00e060c8f64c59af5
refs/heads/master
2021-06-04T05:29:50.384520
2020-07-04T20:20:29
2020-07-04T20:20:29
93,891,835
8
1
null
null
null
null
UTF-8
C
false
false
3,834
h
/* stdint.h */ /*---------------------------------------------------------------------------------------- // // Project: CCore 3.00 // // Tag: Target/BeagleBoneBlack // // License: Boost Software License - Version 1.0 - August 17th, 2003 // // see http://www.boost.org/LICENSE_1_0.txt or the local copy /...
[ "sshimnick@hotmail.com" ]
sshimnick@hotmail.com
747c4d40f785ae66c7d6c40a994a5fb3f1dd2eac
ce89641ad251a610d53a9a66eaca7e8c06b5143d
/code/To report/cupcollector/assignment.h
4f01dad3e04bfea7988de59f3a86b7af0afe126c
[]
no_license
niive12/CupCollector
575ab591d76a0c8569d3066c03c69dfb496f3046
09e75ad67fdb5842e65bb26e49537aec12d6db48
refs/heads/master
2020-12-24T17:45:12.759187
2014-12-14T18:31:22
2014-12-14T18:31:22
null
0
0
null
null
null
null
UTF-8
C
false
false
1,056
h
/** @file */ #pragma once #define ROBOT_START_X (2626) #define ROBOT_START_Y (1313) #define ROBOT_DYNAMICS_RADIUS (4) // 0.4 meters = 4 pixels radius #define ROBOT_SCANNER_RADIUS (20) // 2 meters = 20 pixels radius #define ROBOT_ARM_RADIUS (10) // 1 meter = 10 pixels radius #define ROBOT_CUP_CAPACITY (20) ...
[ "mikkeljaedicke@Mikkels-MacBook-Pro.local" ]
mikkeljaedicke@Mikkels-MacBook-Pro.local
ef59f1e0ceec5e65ebdfb2ddde4570c9a1cd75bf
f444677a7dac1a0ff9eb4d0665b481d1857d6db1
/M68060InstructionExecution/M68060FlagsModifier.h
eefb4a4ca0095436ee05f0de640800c9da971232
[]
no_license
ysei/M68060Simulation
dc60119038d10b7d82e4fdcd64523464995c415d
95fac01dda331804ae65f1069760a5f6e4c9186d
refs/heads/master
2021-01-19T10:08:28.203185
2013-01-12T22:38:28
2013-01-12T22:38:28
null
0
0
null
null
null
null
UTF-8
C
false
false
268
h
#ifndef M68060FLAGSMODIFIER_H #define M68060FLAGSMODIFIER_H #include "../Types.h" #include "../M68060ISA/M68060Flags.h" typedef struct { uint andFlags; uint orFlags; } FlagsModifier; Flags applyFlagsModifier(Flags flags, const FlagsModifier* modifier); #endif
[ "mikael@kalms.org" ]
mikael@kalms.org
c1a80bd35e9dd7b6522d6edbfde5726be3886048
497dd4dcd3708220093d21c4b4e5164989beef87
/d/gumu/npc/mmnz.h
bbf4d9c8d0acfde6cce52c3dc99bb216647aea03
[]
no_license
auto21cn/SYXJL
4375ed28c5505f8611907ea4701de4d9b0c2c2df
dd9babf91c9a122d440c0c2a679ac372f3e0c2db
refs/heads/master
2021-01-08T20:47:38.424077
2019-01-17T11:47:40
2019-01-17T11:47:40
null
0
0
null
null
null
null
GB18030
C
false
false
3,858
h
// mmnz.h #include <ansi.h> void init() { object name1; object ob = this_player(); object me = this_object(); name1 = ob->query("id"); ::init(); if (interactive(ob) && !environment(ob)->query("no_fight") && !(me->query_temp("mmnz") != name1 ) ...
[ "i@oiuv.cn" ]
i@oiuv.cn
4958df439aae084a25b3bb48b743194ddf87b170
9e76f4ac3ced3314dcab05a7d150490335d39a53
/Pods/Headers/Public/React/RCTConvert+Text.h
f71d6040e6115d3fb4faa06f7e97137f591f83fa
[]
no_license
huangzhifei/RNNative
cd199f975160a0d8c326b084ff47b55b878138a5
d14342cf182071854d180102ebcd7862eceb3cc2
refs/heads/master
2021-01-23T19:58:53.329155
2018-03-07T08:34:01
2018-03-07T08:34:01
102,838,814
1
0
null
null
null
null
UTF-8
C
false
false
82
h
../../../../RNComponent/node_modules/react-native/Libraries/Text/RCTConvert+Text.h
[ "huangzhifei@jrq.com" ]
huangzhifei@jrq.com
244ed74ae778903da0e56832c66691248733453b
a5cf7bb2853b5aad292e5fba08471dd7a3e6dae2
/src/wasmjit/compile.c
b3b5760e4b9ac3c0488f9ef6dab33aeab291db0a
[ "MIT" ]
permissive
syrusakbary/wasmjit
f81df3eb72a40765186c9241828e910f9ae382ae
a3cf6bfbc5431edfb06762119cf1e179e4fb0c8e
refs/heads/master
2020-03-31T01:27:29.404846
2018-09-28T12:26:18
2018-09-28T12:29:10
151,782,099
0
0
null
2018-10-05T21:55:12
2018-10-05T21:55:12
null
UTF-8
C
false
false
75,009
c
/* -*-mode:c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* Copyright (c) 2018 Rian Hunter 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 ...
[ "rian@alum.mit.edu" ]
rian@alum.mit.edu
dd3aeb357144d7fc8afbf036b480302d589c740f
9bb58be07d0469154d49f1ec5adda5df347ae3f4
/Chopping/chopping/Classes/Native/mscorlib_System_Action_1_gen_6MethodDeclarations.h
a870c3357d26ec991741b3913e10788f40f236aa
[]
no_license
k-ysu/UnitySample
2af781838780f29dab0c04f64304f980345b753a
dd584e9fdabcd7967708ac7399e26320a635292e
refs/heads/master
2020-04-06T06:25:00.788953
2015-07-08T20:49:42
2015-07-08T20:49:42
33,134,026
0
0
null
null
null
null
UTF-8
C
false
false
2,074
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // System.Action`1<System.Object> struct Action_1_t1942; // System.Object struct Object_t; // System.IAsyncResult struct IAsyncResult_t44; // System.AsyncCallback struct AsyncCallback_t45; // System.IntPtr #i...
[ "yasushi.komori@gii1505pichuric.185berry.us.gree-office.net" ]
yasushi.komori@gii1505pichuric.185berry.us.gree-office.net
8fe0dcb1892915e8fcaeea55c11e44e3ff3f7fb4
5f99dfbd1c1a58ecb0c7d0b7808401539ec52c95
/src/pl0.c
bb765ba7a2bbd2db76a7f5622789e78585e9df79
[]
no_license
xuhao1/pl0_homework
2b298cd7501250f54d3f1545883c21a99fe97aa1
003bf03b2cbe5734e07baf9a34ff51dde4de46ef
refs/heads/master
2021-01-10T01:20:46.440499
2015-10-30T08:40:29
2015-10-30T08:40:29
45,238,841
1
1
null
null
null
null
UTF-8
C
false
false
13,030
c
// pl/0 compiler with code generation #include <stdlib.h> #include <string.h> #include "pl0.h" void error(long n) { long i; printf(" ****"); for (i = 1; i <= cc - 1; i++) { printf(" "); } printf("^%2ld\n", n); err++; } void getch() { if (cc == ll) { if (feof(infile)) { printf("*************************...
[ "xuhao3e8@gmail.com" ]
xuhao3e8@gmail.com
b608f8390858c9eb80d1591050ed23708a2c4759
fb01b4041341da37f3b167f81760d95ceb7b3e0b
/src/setiathome-6.12/ffts-vfp-prefix/src/macros-sse.h
229477c84429ce3c44ac6e75842960d5e92386cf
[]
no_license
whitemike889/native-boinc-for-android
b5df71ebfdcf02c8e1626cb00056777b8ee544f2
74d6de90217090a56e26c1fc3b8bfc407716464d
refs/heads/master
2020-06-25T03:16:37.571023
2015-02-10T17:29:41
2015-02-10T17:29:41
199,182,048
0
0
null
2019-09-08T09:29:26
2019-07-27T15:27:17
C
UTF-8
C
false
false
2,872
h
/* This file is part of FFTS -- The Fastest Fourier Transform in the South Copyright (c) 2012, Anthony M. Blake <amb@anthonix.com> Copyright (c) 2012, The University of Waikato All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided tha...
[ "matszpk@interia.pl" ]
matszpk@interia.pl
644ca2783a349aecf1922e7628b36e57603b734c
278c419602462c1eb9904695aef90c9efdc6fb6d
/benchmarks/Programmes_Tcas/TcasKO28/TcasKO28_SpecsC/TcasKO28_t1089.c
3d6fbd39666ec6c967b8cbe12761e97f05ea0310
[]
no_license
mdbekkouche/LocFaultsTool
33d36b1c0fc6fc548ee38fb9ef120d34da521364
e88bccdf6a6f1c76f01f3c31d1810c7033c490ad
refs/heads/master
2022-11-08T21:33:00.957604
2022-10-31T16:32:06
2022-10-31T16:32:06
59,208,482
0
0
null
null
null
null
UTF-8
C
false
false
3,629
c
void TcasKO28(int Cur_Vertical_Sep,int High_Confidence,int Two_of_Three_Reports_Valid,int Own_Tracked_Alt,int Own_Tracked_Alt_Rate,int Other_Tracked_Alt,int Alt_Layer_Value,int Up_Separation,int Down_Separation,int Other_RAC,int Other_Capability,int Climb_Inhibit) { __CPROVER_assume((Cur_Verti...
[ "mdbekkouche@gmail.com" ]
mdbekkouche@gmail.com
ada3263f8f987a23b27cb265586a71dba3abc0e5
f38b705fcd93419d932bd39a979c085cd545e16c
/2017H/TDAT3020(nettverk_sikkerhet)/Oving3/oppg3/fargetest.c
391532bb26628d709953cf17bb8fb2d139d810b2
[]
no_license
haakonrp/NTNU
de9a1a19bf7067c1bf8abecd47b7c800a87ee4c3
de93a2afd01ff2544930f909b83f41084a734242
refs/heads/master
2020-04-09T17:30:32.032518
2017-10-11T15:32:41
2017-10-11T15:32:41
68,143,902
1
5
null
null
null
null
UTF-8
C
false
false
331
c
#include <stdlib.h> #include <stdio.h> #include "fargeskrift.h" int main(int argc, char *argv[]) { unsigned int fargenr, bakgr; if (argc != 2 || (fargenr = atoi(argv[1])) > 7 ) { printf("Oppgi et fargenr. mellom 0 og 7\n"); exit(1); } bakgr = fargenr ? 0 : 7; farge_printf(fargenr, bakgr, "Farge nr:%i\n", fa...
[ "haakonpaulsen1234@hotmail.com" ]
haakonpaulsen1234@hotmail.com
36b320b50d560b07cfb1420051b510b379474c24
9ae62d7eb5cb95b9dead1a886a3bc2aeb18408b9
/CUDA_SPICE_Circuit_Sim/CUDA_SPICE_Circuit_Sim/transistor.h
80073531e4290ebcf6d79108430a863c918543ce
[]
no_license
stepheneall/CUDA-SPICE-Circuit-Sim
6ba647aff794416890e7859e754a3db9fba79aa5
9f8a8629a2f8198d05f5f5c5e9fb61fe44a88bfd
refs/heads/master
2022-04-28T09:14:35.930016
2018-12-10T22:22:38
2018-12-10T22:22:38
null
0
0
null
null
null
null
UTF-8
C
false
false
346
h
#pragma once #include "spice.h" #include "kcl.h" #define PERMITTIVITY 8.854187817e-14 #define V_THERMAL 2.585199e-2 //float calcId(Element* T, float* vMat); void MOS_toMat(Element* T, float** gMat, float* iMat, float* vGuess, int n); void transientMOS_toMat(Element* T, float** gMat, float* iMat, float* vGuess, floa...
[ "risia@users.noreply.github.com" ]
risia@users.noreply.github.com
24022bb0e479075f21fb024cbb64ba8b9d6aacea
e0e0749b44e4c2036dfff88c1513e32beac5c9ba
/DZ_BEE/Pods/BuildHeaders/DZ_BEELIB/Bee_UISearchBar.h
d39068bbdbff70e05961446307a8c4ef3ef1313e
[]
no_license
Natoto/DZ_BEELIB
96a32f1df5e26b491009509fd1be3a2f0780ef5c
04fc80e057ac31492bea2e0cabdb7585f600e578
refs/heads/master
2021-01-22T03:05:27.078269
2014-12-23T02:51:41
2014-12-23T02:51:41
null
0
0
null
null
null
null
UTF-8
C
false
false
60
h
../../../../framework/mvc/view/dom-element/Bee_UISearchBar.h
[ "787038442@qq.com" ]
787038442@qq.com
6a6fb7aaa3690c6dadedf0d553d57e5e0f3e3999
a2df4495b467dfb8dc2af9536d261ac5ab73019a
/aps1/Exercicio1/main.c
71c17a34715285089ea8abf48a7ef71971b16e38
[]
no_license
MatheusBueno/estrutura
5f688bdd1865bc00249c00a30bdcb9516b4fa8fb
1c4ed99c5988c8a2af35d6729d72cef500879ef4
refs/heads/master
2021-04-03T09:08:50.135119
2018-05-18T01:25:27
2018-05-18T01:25:27
124,686,226
1
0
null
null
null
null
UTF-8
C
false
false
1,217
c
#include <stdio.h> #include <stdlib.h> typedef struct CustomerCard { char name[50]; char street[50]; int number; char state[50]; char city[50]; char cep[9]; } CustomerCard; void addClient(CustomerCard *client); void printClient(CustomerCard *client); int main() { CustomerCard client; ...
[ "matheusbueno1063@gmail.com" ]
matheusbueno1063@gmail.com
6436e008f250a626ad2867e57390b0d8e017843c
109280f58f22ba56d82808b9f10739f590eba5eb
/Lista1/Ex5-IdadeEmDias.c
df4852fbbd1f2c2e621fef6c89fe7868c33bee71
[]
no_license
UFG-EC-ED1/EC-ED1-2019
0f1cb5172418fb464ebcf0880337302e959ed489
78adf4281bccbf0951c2813630869e56583d5bcd
refs/heads/master
2020-04-30T03:07:58.631390
2019-07-15T11:07:31
2019-07-15T11:07:31
176,579,245
21
11
null
null
null
null
UTF-8
C
false
false
270
c
#include <stdio.h> int main() { int dias; scanf("%d", &dias); printf("%d ano(s)\n", dias / 365); dias = dias % 365; printf("%d mes(es)\n", dias / 30); dias = dias % 30; printf("%d dia(s)\n", dias); return 0; }
[ "gustavocms@gmail.com" ]
gustavocms@gmail.com
a633fcff37717a8502b2e9ab960390078387efc2
fc7dbcb3bcdb16010e9b1aad4ecba41709089304
/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/BdsPlatform.h
77b32f3938a12b1ae50ffa1223ba2211581432a9
[]
no_license
Itomyl/loongson-uefi
5eb0ece5875406b00dbd265d28245208d6bbc99a
70b7d5495e2b451899e2ba2ef677384de075d984
refs/heads/master
2021-05-28T04:38:29.989074
2010-05-31T02:47:26
2010-05-31T02:47:26
null
0
0
null
null
null
null
UTF-8
C
false
false
924
h
/** @file Head file for BDS Platform specific code Copyright (c) 2004 - 2008, Intel Corporation. <BR> All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the lic...
[ "xiangy@lemote.com" ]
xiangy@lemote.com
027515b7e0f002faf8a12ecdef765833b1da8e62
943d51a06836e615d58a8888cef706d63d270a75
/DUMP/Painkiller_SpeedBonus_Perk_GE_classes.h
37426e31da3d31ffa3b7a1bb4f848ab098d6e474
[]
no_license
hengtek/Back4BloodSDK
f1254133d004d7a5237013059d49c80f536879db
25ab4c4ce2e140b7e6b7afaac443e836802c3b2d
refs/heads/main
2023-07-05T03:23:01.152076
2021-08-15T15:03:38
2021-08-15T15:03:38
null
0
0
null
null
null
null
UTF-8
C
false
false
196
h
// BlueprintGeneratedClass Painkiller_SpeedBonus_Perk_GE.Painkiller_SpeedBonus_Perk_GE_C // Size: 0x248 (Inherited: 0x248) struct UPainkiller_SpeedBonus_Perk_GE_C : UGameplayEffectApplyPerk { };
[ "hsibma02@gmail.com" ]
hsibma02@gmail.com
0015bb67e2ba507f1b140cf5c3916b9c4eb1b204
9ddac2133b65cd31ed3691c858cce6b13d45a14d
/libftprintf/libft/srcs/ft_memccpy.c
462d877412f71ad127bb3d6ec07a42943bd5d38f
[]
no_license
avocadohooman/42-filler
3cbd57e250ccbe44e5815b97e85aad209a5b3339
b87aebe26482a52f9e74158f09144627ca653c97
refs/heads/master
2020-12-19T13:28:13.841064
2020-02-11T14:48:20
2020-02-11T14:48:20
235,746,426
0
0
null
null
null
null
UTF-8
C
false
false
1,279
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memccpy.c :+: :+: :+: ...
[ "gmolin@student.hive.fi" ]
gmolin@student.hive.fi
c051324768af249d8d9e5dc18eac7fa9b391a03c
b17ffdfb22891da0a35bd342330f944dc4f7dda3
/firmware/freertos/semaphore/lib/FreeRTOSV8.2.3/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
61fb43f90a3e00a0ef436911fd34a204af036220
[ "GPL-2.0-or-later", "freertos-exception-2.0", "MIT" ]
permissive
YuehChuan/stm32f4_practice
8ca786ce5014e85573ef7d5ae155ddd98894dda1
77fd51eeadb8e912f16a021d857e5520fcdabf8c
refs/heads/master
2020-12-05T23:52:34.223248
2020-01-07T08:54:09
2020-01-07T08:54:09
232,281,583
0
0
MIT
2020-01-07T08:43:41
2020-01-07T08:43:40
null
UTF-8
C
false
false
6,180
c
/* FreeRTOS V8.2.3 - Copyright (C) 2015 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. This file is part of the FreeRTOS distribution. FreeRTOS is free software; you can redistribute it and/or modify it under the...
[ "shengwen1997.tw@gmail.com" ]
shengwen1997.tw@gmail.com
c241acced551741377c16781aa59913f118f1ad3
b52d0efa5271f80a5d9949389357f12e17aa8b57
/c-cpp/trf_meaning.c
ce0df257b4473c185c0ed70458abc52684be9c4b
[]
no_license
ray1944/verifybed
a637cc6e671ca6183f495a5ca8bbf07aaa9f5f2f
a4701224a03a2f3f3422e9658860580e444968c1
refs/heads/master
2020-04-03T09:27:27.669297
2020-01-07T06:27:02
2020-01-07T06:27:02
155,165,337
1
0
null
null
null
null
UTF-8
C
false
false
53
c
#include <stdio.h> int main() { printf("%% \n"); }
[ "orangebaba@icloud.com" ]
orangebaba@icloud.com
94c6924982c6a36133246e7982c6089dcdb924c2
c639a8c27e7eec5bd2e3dc77fdd0a060ca4da4ce
/redis-library/prog.c
06e5b3a357276632d829724d0e6724c5cdccf983
[]
no_license
tadic-luka/simple-C-programs
9befb6808a0d9d1fcc7055724771b7c3c6de386a
390a8ea1068a6ee0e67dabd3262811606cd99243
refs/heads/master
2021-03-19T11:48:49.161868
2017-09-25T11:24:56
2017-09-25T11:24:56
91,250,891
2
0
null
null
null
null
UTF-8
C
false
false
4,608
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> #include <sys/types.h> #include <sys/socket.h> #include <err.h> #include <errno.h> #include <unistd.h> #define BUFSIZE 4096 typedef struct { int sfd; char err; char *msg; int msg_size; }red...
[ "luka.tadic@fer.hr" ]
luka.tadic@fer.hr
a3815fffbc1278b0345d63e1810b62f8261b0e7a
daedd577874b5484ba46aa3815c30b9f4898de92
/Pruebas/netBSD/TP0-copy/matrix.c
03f33a013caf8412b6afa8dd95f48ccfe09c03c7
[]
no_license
FernandoSinisi/Orga-Compus-2C-2019
728f9f73976b899ef2a6cbeef0992bb853fc3443
d7336974b1d7210f84730d8700efb7d90a789c5b
refs/heads/master
2022-05-24T21:58:50.957600
2020-04-28T13:25:30
2020-04-28T13:25:30
259,642,319
0
0
null
null
null
null
UTF-8
C
false
false
1,646
c
#include <errno.h> #include "matrix.h" void check_fprint(FILE* fp, int copy); matrix_t* create_matrix(size_t rows, size_t cols){ matrix_t* matrix = malloc(sizeof(matrix_t)); if (!matrix) return NULL; matrix->rows = rows; matrix->cols = cols; size_t n = rows*cols; matrix->array = mall...
[ "fernando.sinisi@despegar.com" ]
fernando.sinisi@despegar.com
ee9d34054ce94f973b78039f660e9bdbf4c326c4
6a98076e1c468f7d3a45c92306e4e8811ff67403
/lib/trans/cmds/addpath.c
30eec6d071467b76de6b8f72cf8eec03211558f1
[]
no_license
quixadhal/lima
98954b5e73084ce96c6d3334715df4795ef02e5b
9d16472877c258cbe7e74edbdf03f3d42695b2ea
refs/heads/master
2022-02-24T16:56:01.441388
2022-02-13T10:46:13
2022-02-13T10:46:13
3,733,453
9
6
null
2016-02-01T19:20:38
2012-03-15T22:16:46
C
UTF-8
C
false
false
1,223
c
/* Do not remove the headers from this file! see /USAGE for more info. */ /* Created by Ranma@Koko Wa 951001 */ //:COMMAND //$$ see: showpath, rmpath //Usage: addpath [directory] // //This command will add a new path to your current exec path, //which the command finder will search through. inherit CMD; #include <c...
[ "quixadhal@gmail.com" ]
quixadhal@gmail.com
6b9942b02f28bedc85f8dec651de9db0adf29abc
915298442779a9502099ef08a44d20f50709e783
/compression/LZW/file.h
0e4b0c037ddda0fa1496b4eedeab44573493fe0e
[]
no_license
selekzioner/OPK
279947f768517a1edaf0056311036f0d0dea293d
e6259b18c388b72de596cc3eaee6d75c36819623
refs/heads/main
2023-02-24T14:14:52.798896
2021-01-24T10:54:29
2021-01-24T10:54:29
332,424,989
0
0
null
null
null
null
UTF-8
C
false
false
142
h
#pragma once #include <stdio.h> #include <stdbool.h> bool r_open_file(FILE** fp, char* name); bool w_open_file(FILE** fp, char* name);
[ "noreply@github.com" ]
selekzioner.noreply@github.com
7d0e5e6a8226935924b7ebd689946e7037de559d
5e6864915d665cb8881d2151377e346917626525
/ios/build/Build/Intermediates.noindex/ReduxAppV3.build/Debug-iphonesimulator/ReduxAppV3.build/DerivedSources/ReduxAppV3_vers.c
53547d43ae8b63730941bd014c01d22b82e720a9
[ "MIT" ]
permissive
namosolutions/ReduxAppV3
a3b577bbe4ade95d0ec0b4a0f4f637ca465544e1
87e5cb7341b55fdd844d33941ba66d3330d43e64
refs/heads/master
2020-04-08T15:19:01.924482
2018-11-28T09:21:23
2018-11-28T09:21:23
159,473,529
0
0
null
null
null
null
UTF-8
C
false
false
302
c
extern const unsigned char ReduxAppV3VersionString[]; extern const double ReduxAppV3VersionNumber; const unsigned char ReduxAppV3VersionString[] __attribute__ ((used)) = "@(#)PROGRAM:ReduxAppV3 PROJECT:ReduxAppV3-1" "\n"; const double ReduxAppV3VersionNumber __attribute__ ((used)) = (double)1.;
[ "dileepis026@gmail.com" ]
dileepis026@gmail.com
25f9de59f02505bca9c0d3e63fa73dce9ecea6ea
2b6297882639eb9f0e66eb229b3213ae1125d52c
/src/include/catalog/pg_statistic_ext.h
5f67fe7fc8461d6f15a5aed3d565054f63649717
[ "PostgreSQL" ]
permissive
debugger87/postgres
890d7f3fbcd245951a4d88554281c4139a31d379
25dc142a49c60c3107480c487cd8444dc83f9bdf
refs/heads/master
2021-01-18T18:59:44.796473
2017-04-01T01:15:05
2017-04-01T01:15:05
86,880,323
1
0
null
2017-04-01T03:25:03
2017-04-01T03:25:02
null
UTF-8
C
false
false
2,271
h
/*------------------------------------------------------------------------- * * pg_statistic_ext.h * definition of the system "extended statistic" relation (pg_statistic_ext) * along with the relation's initial contents. * * * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * Portions ...
[ "alvherre@alvh.no-ip.org" ]
alvherre@alvh.no-ip.org
f5a6342da1c8794b5d8f9dafcee54fdc5946aa0f
a9534a039494ecbade0a9b043d283e4dba03bf7d
/temp_change_c_f.c
5c270b43f6d71a7063ab17e4161290436abbe457
[]
no_license
CullenDolan/c_programming
376c7124bdb52902280a8f02c597a4e644d4f7d8
caf7d2aac1a45fb4eff3e39bd7894d5aad7f39af
refs/heads/master
2023-02-18T07:54:05.998282
2021-01-09T03:04:11
2021-01-09T03:04:11
326,881,462
0
0
null
null
null
null
UTF-8
C
false
false
398
c
//ex 1.4 #include <stdio.h> main(){ // define your data types float fahr, celcius; int step, lower, upper; // defne variables celcius = 0; lower = 0; step = 30; upper = 300; // write while loop // F = C * (9/5) + 32 printf("Celcius\tFahrenheit\n"); while (celcius <= upper) { fahr = celcius * 9.0 / 5....
[ "cullen.dolan@gmail.com" ]
cullen.dolan@gmail.com
17c3639862e6b09159617156f22fa036c88fc8e8
0f19a04ff20a64cd4fffa0ae107e6bb48b4b5801
/plot3.C
cf86783ff82d5486e67244842c17fa40bb8fb7f6
[]
no_license
lulzzz/Ising_3-D
645989dfafc01b1f601035249c933b2b61ef2cda
adbb7f7b6ee02b21f94201e1c5587c0e3e12313e
refs/heads/master
2021-06-16T16:41:45.583659
2017-04-27T17:12:31
2017-04-27T17:12:31
null
0
0
null
null
null
null
UTF-8
C
false
false
1,479
c
/************************************************************* // Author: Tina // // Date: August 17, 2016 // // Filename: plot.C // // Description: This file reads in the txt file output from // the Tektronix oscilloscope and plots the // waveform. // ***************************************...
[ "canelson@hawaii.edu" ]
canelson@hawaii.edu
b6dc4124a99a35bad78ab13e783513b994723c6c
48c940a97d9d7936d99f2a1346aa85cc224d0e16
/Core/Src/gpio.c
af2e38df382b59ef62d87aace287a918a9783567
[]
no_license
ap1911ak/FRT_Lwip_Mqtt
ded39160478b321ba36dc113e87d45e3a7899b93
90ce8ffe7911bcdf395b4fa4a4a27742c06ec10c
refs/heads/main
2023-03-04T20:57:10.000585
2021-02-18T03:35:18
2021-02-18T03:35:18
339,922,644
0
0
null
null
null
null
UTF-8
C
false
false
2,106
c
/** ****************************************************************************** * File Name : gpio.c * Description : This file provides code for the configuration * of all used GPIO pins. ****************************************************************************** *...
[ "ap1911ak@gmail.com" ]
ap1911ak@gmail.com
9a17a5a2675486309f0f2e8c8d6d02a066d9aec8
eca050dc35f65c1faca1d073481eb734d9a1ff85
/0x01-variables_if_else_while/10-print_comb2.c
0821d65c868ec9dfbb3a70e9b2c6d459eb00fc82
[]
no_license
KevinClauson/holbertonschool-low_level_programming
b7670d6a3bf719af541589fe2e39cd6bdcf73607
0347187a9e92ad497bf28849a60623549e59d052
refs/heads/master
2021-01-21T17:39:13.777608
2018-04-12T18:51:52
2018-04-12T18:51:52
103,441,151
0
1
null
null
null
null
UTF-8
C
false
false
402
c
#include <stdio.h> /** * main - print base 10 only use putchar \n. * Description: can't use a variable with type char. * Return: 0 */ int main(void) { int i, j; i = 0; j = 0; while (i < 10) { j = 0; while (j < 10) { putchar('0' + i); putchar('0' + j); if (i < 9 || j < 9) { putchar(',...
[ "kevinclauson99@gmail.com" ]
kevinclauson99@gmail.com
da0bf0d0eb079f7aa7a0353447bf9a6f6d1bb087
fc880bed39275e16a6c9931c5be55bf6e376d8d7
/gy5/votes.c
f3c0012b72230d6a426eb94ece39b96bebc8c643
[]
no_license
csuvikg/proginf-4-opre
cf97a6bf5d45883097eccfb865bccc364e3f0e9c
476e252dc34f3709c941a68613c1cb1de416e7e7
refs/heads/master
2021-01-08T06:16:16.319037
2020-05-14T15:01:50
2020-05-14T15:01:50
241,938,399
0
0
null
null
null
null
UTF-8
C
false
false
352
c
#include <stdio.h> #include <stdlib.h> /* int main(int argc, char **argv) { if (argc != 2) { perror("Provide only 1 argument: number of voters\n"); exit(EXIT_FAILURE); } int voter_count = (int)strtol(argv[0], (char **)NULL, 10); return 0; } */ // sigaction alapján, de a parent pro...
[ "gaborcsuvik@gmail.com" ]
gaborcsuvik@gmail.com
d5c3b93ea6a7aa9745e043338491bbfa3242c98e
be3167504c0e32d7708e7d13725c2dbc9232f2cb
/mameppk/src/mame/video/holeland.c
29a6532ca0770989d59800eb26162c5725f1fbc3
[]
no_license
sysfce2/MAME-Plus-Plus-Kaillera
83b52085dda65045d9f5e8a0b6f3977d75179e78
9692743849af5a808e217470abc46e813c9068a5
refs/heads/master
2023-08-10T06:12:47.451039
2016-08-01T09:44:21
2016-08-01T09:44:21
null
0
0
null
null
null
null
UTF-8
C
false
false
5,260
c
// license:BSD-3-Clause // copyright-holders:Mathis Rosenhauer /*************************************************************************** video.c Functions to emulate the video hardware of the machine. ***************************************************************************/ #include "emu.h" #in...
[ "mameppk@199a702f-54f1-4ac0-8451-560dfe28270b" ]
mameppk@199a702f-54f1-4ac0-8451-560dfe28270b
b7dfaa35c81598e03cd361da2819819a118386d7
52b2e5933a59384cfa355ca220447d6443b2e9a8
/Učebnice jazyka C/cviceni/kap04/cv01.c
cafd4aa6ce4f4de3b7bcf8768e7361abcf63bca4
[]
no_license
Finemas/Games
bcdb5a4fe3b5816eee65d81cd2d995bd6bbbd594
0e4742e48268866f4bebec5dd974f554a54aa52a
refs/heads/master
2021-10-23T13:27:10.877817
2019-03-17T23:37:02
2019-03-17T23:37:35
175,800,904
0
0
null
null
null
null
UTF-8
C
false
false
271
c
/* * cv01.c v.2.0 * * Tisk komplikovaneho retezce * =========================== * */ #include <stdio.h> int main(void) { printf("James Bond \\ \"Agent 007\" \\ # 150%% zaruka # /\n"); printf("Spol. s rucenim neomezenym\n"); return 0; }
[ "provaja6@fit.cvut.cz" ]
provaja6@fit.cvut.cz
6d0751c9f492b790d5bfc53deea77c82dbb7875c
8d7514271b08caaa8c757d0747853d54642e9e63
/plutommi/MtkApp/Connectivity/ConnectivitySrc/BtMtk/BTMMIHsp.c
c5f83cfd9043d12c46fa429348362c2b6fac4b1f
[]
no_license
npnet/MyCode
0bd3e32d5890c411b16e01cdb8acf5624c7c0a02
9fa7aa78d62f1cd3c2a39a36875cb41cf00522fe
refs/heads/master
2023-07-23T13:19:29.575050
2018-07-05T13:01:09
2018-07-05T13:01:09
140,229,839
1
2
null
2023-07-21T10:21:01
2018-07-09T04:07:28
C
UTF-8
C
false
false
17,883
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 or dis...
[ "zhaoran.jia@nbbsw.com" ]
zhaoran.jia@nbbsw.com
df5b934185fa872d25bc0dc4c80d4c143dc6e9ca
a27421acfe90871b4f5ef5e13da95ad80150721c
/Global.h
8ef2a28843a4311f65edcfff8332f468ce8c62c3
[]
no_license
runelaenen/colorshades
45062f22dc438ca50fa513c0140087362b0e01c8
82d791e79c199c8af3845516cdd5708c7be5887b
refs/heads/master
2021-09-03T20:36:27.762008
2018-01-11T20:56:55
2018-01-11T20:56:55
117,118,294
0
0
null
null
null
null
UTF-8
C
false
false
475
h
/* Matrix */ #define MATRIX_HEIGHT 5 #define MATRIX_WIDTH 16 #define NUMBER_OF_LEDS (MATRIX_HEIGHT * MATRIX_WIDTH) CRGB leds[NUMBER_OF_LEDS]; /* ROM */ bool needToUpdateROM = false; /* Services */ uint8_t curPotVal = 0; // Global variable with potentiometer value /* Animations */ bool effectLoaded = false; // Keep ...
[ "runelaenen@hotmail.com" ]
runelaenen@hotmail.com
c4cbbff77da7383d185d03e6a74a82e8284d5806
88394f3842e63a3530f11794a4da7a617dd26ec5
/Main/Includes/dishes_node.h
32bcb9853248e40df597e3cbc7e517d588eb2559
[]
no_license
leoliao2008/CRestaurantOrderSystem
1e23105010c21bd2e68fddbb116e4de944fde45e
805dc8e23a8acf5e3ff3214d43280e2c1a86209f
refs/heads/master
2020-06-19T18:13:39.244294
2019-07-17T01:04:52
2019-07-17T01:04:52
196,816,869
0
0
null
null
null
null
UTF-8
C
false
false
333
h
#ifndef _DISHES_NODE_H #define _DISHES_NODE_H #include "base_includes.h" #include "types.h" extern dishes_node_t* dishes_node_init_head(); extern void dishes_node_add_dish(dishes_node_t *head,dish_t dish); extern void dishes_node_free(dishes_node_t *head); extern void dishes_node_print_all(dishes_node_t *hea...
[ "farsight@ubuntu.(none)" ]
farsight@ubuntu.(none)
373708706fa5a7a7bbbe228f0cf7dc08ee8ea8df
50d09029d152c987fa148250d933c5bfb6cc353f
/Door_Look_Security_system/Control_ECU/UART.h
a94a059ce94e934cdfe81b8729289f4b4a547459
[]
no_license
AhmedAbdElghaffar/Embedded_Projects
52cd89683fc1b61b3bb4a530ab8c35277c72dc30
ef70ea64d60584b469872b9d6b3529206aec7087
refs/heads/main
2023-01-06T16:15:38.120315
2020-11-06T18:51:10
2020-11-06T18:51:10
310,647,546
0
0
null
2020-11-06T18:27:50
2020-11-06T16:21:37
null
UTF-8
C
false
false
1,777
h
/************************************************************************* * Module: UART * * File Name: UART.h * * Description: UART Configuratins * * Author: Ahmed Abd Elghaffar * * Date and time: 25 / 01 / 2020, 3:50 PM * ************************************************************************...
[ "noreply@github.com" ]
AhmedAbdElghaffar.noreply@github.com
b97b628773bdf4dac657fc70cfafce099fee6eaf
865a4e4cecbfe504f87f1e08634f2bac56a3e15e
/src/bst.c
7306c1633b2299d85f0b6fdd5d7d042328f3a52a
[ "MIT" ]
permissive
spbots/c-data-structs
305327d87b0f54285d9e4fbad7fda3add34f9233
ac810425d4fdd7bbbfc42d5b18709506991b8d0d
refs/heads/master
2020-04-25T18:22:30.627502
2019-02-27T19:46:30
2019-02-27T20:03:23
172,981,091
0
0
null
null
null
null
UTF-8
C
false
false
6,937
c
#include "bst.h" #include <assert.h> #include <math.h> #include <stdlib.h> #include <stdio.h> typedef struct bst_node node_t; typedef struct bst_node_data node_data_t; // ------------------- // ------helpers------ // ------------------- static int num_nodes(node_t* node) { int n = 0; if (node) { n = ...
[ "stephan+git@stephanbots.com" ]
stephan+git@stephanbots.com
1e602c8bca8e029541f26a37d95a7f5b9f5badd8
d9836a01876f7e737a5299e7fa245364a0b20a8f
/Chat/client.h
9c23180e00a97b960570e046b949b37bd8e69adb
[]
no_license
vitaliyilinvitaliy/Eltex
b0b7c8bec8ce29c99edc583f2f705bf2b36d32a0
cc33bf7b11c1057b8ee1a15a29735762c8786e18
refs/heads/main
2023-07-16T21:43:17.469336
2021-08-26T13:54:54
2021-08-26T13:54:54
377,006,652
1
0
null
null
null
null
UTF-8
C
false
false
980
h
#ifndef _CLIENT_H_ #define _CLIENT_H_ #define POSIX 1 #define SYSTEM_V 2 #define SHARED_MEMORY_SYSTEM_V 3 #define SHARED_MEMORY_POSIX 4 #define REALIZATION 1 #if REALIZATION == POSIX #define ReceiveMessage ReceiveMessagePOSIX #define SendMessage SendMessagePOSIX #define struct_type parameters_POSIX #endi...
[ "vitaliyilin20001@gmail.com" ]
vitaliyilin20001@gmail.com
f387f8bca01281e3b0c9dc1a0543ab067c475e46
16a76ee66d9b2f59c9beee4a4a0e104ce347e32a
/malware_via_email/malware_0436/ia32_pe/by_holdec.c
3e31d17c2bbb0c4142515162a76eb5ec250a14a2
[]
no_license
rfalke/decompiler-subjects
4cee3263fa9116285b4bc4b6373efd2e4efa925f
7187fa93b285c32325826eecd0128e907a28809b
refs/heads/master
2023-08-10T08:24:27.198393
2023-07-28T19:44:41
2023-07-28T19:44:41
3,725,678
41
12
null
2023-03-15T16:14:41
2012-03-15T06:01:36
null
UTF-8
C
false
false
812
c
// Decompiled by holdec 1.1 (2012-03-24) // addr = 00401098.0 // signature= func(F_00401098, ret=[<0, int(undef, 4),null,reg[eax]>], para=[], varargs=false) ??? F_00401098(???) { (void) intern_redirectCall(g_0x0040400c); (void) intern_redirectCall(g_0x00404008); (void) F_004010d4(); reg_aa = LOAD(ARG_1 + 176);...
[ "rfalke-decompilersubjects@kronotai.com" ]
rfalke-decompilersubjects@kronotai.com
dd8187248348435310b5ea53caedbe37a04c02e3
8c84c3be1b4ff98dc35667c05a4146bb23f2faf2
/0x04-more_functions_nested_loops/1-isdigit.c
1b647863ca3d723e1566d5b8f564be45fc500967
[]
no_license
melandres8/holbertonschool-low_level_programming
e253aac518b18594d8c9d674e58b905315d5d2e6
71d3174fa9f69df22a356fc45a187bc663938b2b
refs/heads/master
2020-12-29T06:34:03.120972
2020-08-26T18:29:04
2020-08-26T18:29:04
238,493,458
0
0
null
null
null
null
UTF-8
C
false
false
208
c
#include "holberton.h" /** * _isdigit - Checks for a digit 0 through 9 * Return: 0 or 1 * @c: Variable **/ int _isdigit(int c) { if (c >= '0' && c <= '9') { return (1); } else { return (0); } }
[ "melanmosta@gmail.com" ]
melanmosta@gmail.com
3e5c8d1f217112cf071d643e4b964f5bb2fc17d6
2a08c508811a9512c84dd1791663b6067a2e6347
/libft/ft_isalnum.c
e1fc15794fd780847b9418b0dff62b4ed0844f5e
[]
no_license
lmbangel/ft_printf
aacdb60f5d563c84d60532f3d9c636116eab03b0
1d5b7e7ad21884b38865b88dfcf3c46dc06b0631
refs/heads/master
2020-03-30T17:11:52.549104
2018-10-03T16:40:31
2018-10-03T16:40:31
151,445,613
0
0
null
null
null
null
UTF-8
C
false
false
1,041
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isalnum.c :+: :+: :+: ...
[ "lmbangel@c3r1s1.wethinkcode.co.za" ]
lmbangel@c3r1s1.wethinkcode.co.za
821b7e779f6565ceca194a22700e08fcfb200855
67c8bd047ebe54b8e1135943d007297c8bc4828e
/struct_learning/chapter4/stack.c
aaab56332681209a022522b7c01962de02b0334b
[]
no_license
xerxesnoPT/0day_source
6d77a248843440787ae3f301a64312dd445baece
501d1fb1c4c2ec2b233b00b66d413036bf924079
refs/heads/master
2021-05-13T19:28:41.392413
2018-02-13T06:47:15
2018-02-13T06:47:15
116,892,656
0
0
null
null
null
null
UTF-8
C
false
false
483
c
#define MAXSIZE 20 #define OK 1 #define ERROR 1 #define TRUE 1 #define FALSE 1 typedef int Status; typedef int SElemType; typedef struct { SElemType data[MAXSIZE]; int top; /*栈顶指针*/ }SqStack; Status Push(SqStack *S, SElemType e) { if (S->top == MAXSIZE-1) return ERROR; S ->top ++; S ->data[S->top] = e...
[ "346287244@qq.com" ]
346287244@qq.com
b50ae991ca9e0e0c0a1b202f8e52215246afefd2
e6a2658c9bf0c63caf793f7b31c6b8818b42d9d4
/ctk4xm/ctk4xmInclude/adafruitPrinter.h
af53c88332d18531469acb7114e3e4387e013c01
[]
no_license
ctk4xm/ctk4xm
a50daace65fa2809267d599ba0da7f24f22f62ae
4449f5e49fbc2292633218da8f5bc8d5df8bda04
refs/heads/master
2021-01-22T17:14:25.453583
2013-08-25T20:43:15
2013-08-25T20:43:15
11,332,134
1
0
null
null
null
null
UTF-8
C
false
false
1,473
h
/** * @file adafruitPrinter.c * @brief Module that allows print in the Adafruit Printer * @date 24/08/2013 * @version 1.0.0 * * C Toolkit For X Microcontroller * Copyright (C) 2013 Leandro Perez Guatibonza * * This program is free software: you can redistribute it and/or modify * it under th...
[ "leandropg@gmail.com" ]
leandropg@gmail.com
553509bde1c28ce2ba17eb071195f1468bd0e43e
9c16734cf740cd1e2d195cc12d5d809d7188ea29
/stockentrepot - Copie/stockentrepot/Structures.h
9a3f666e85fb6232e000d2fbc64dfc0e6ffde99b
[]
no_license
Axelexa91/Projet-pickup
5e05c4964e9096135b6583d40b9f6568034cb268
5e1b41507ae4bfa6c3922f76cf60306a30755ec9
refs/heads/master
2021-05-14T05:01:41.448777
2018-01-12T10:35:50
2018-01-12T10:35:50
116,659,209
0
0
null
2018-01-12T10:35:51
2018-01-08T09:54:16
C
ISO-8859-1
C
false
false
12,505
h
#include <stdio.h> #include <stdlib.h> #define OK1 1 #define OK 0 #define ERROR -1 #define CLIENT_ID_MAX 9999 #define CLIENT_NOM_MAX 21 #define CLIENT_PRENOM_MAX 21 #define CLIENT_ADRESSE_MAX 51 #define CLIENT_CodePostal_MAX 6 #define CLIENT_TELEPHONE_MAX 11 #define CLIENT_MotDePasse_MAX 5 #define CLIENTFILE_MAX 10...
[ "35225989+astreides@users.noreply.github.com" ]
35225989+astreides@users.noreply.github.com
ca84b96e2633adc2e47775a710250ed7bd0b93b0
33a82980352cf366b9c288cf8a74d2740272d90b
/network/ndis/ndisprot/6x/sys/ndisbind.c
5257d3a25027a7328cb59c6de11c2ee10de3d1bb
[ "MS-PL" ]
permissive
microkatz/Windows-driver-samples
d249ecb8ab1be5a05bf8644ebeaca0bf13db1dad
98a43841cb18b034c7808bc570c47556e332df2f
refs/heads/master
2022-05-09T17:42:10.796047
2022-04-20T20:47:03
2022-04-20T20:47:03
161,238,613
2
0
MS-PL
2022-04-20T20:47:03
2018-12-10T21:28:00
C
UTF-8
C
false
false
58,304
c
/*++ Copyright (c) 2000 Microsoft Corporation Module Name: ndisbind.c Abstract: NDIS protocol entry points and utility routines to handle binding and unbinding from adapters. Environment: Kernel mode only. Revision History: --*/ #include "precomp.h" #define __FILENUMBER 'DNIB' NDIS_OID ...
[ "cdwilsonjr@gmail.com" ]
cdwilsonjr@gmail.com
cd0ffdf15b0082c7104e218586be4e3ef29096a1
da100a5c267525e3c1f5de709851fa1a2403c8e7
/firmware/Air_Quality/mcc_generated_files/adcc.c
73ff7b5559be0cc7d8875dd44aeba498f1082a50
[]
no_license
dramco-iwast/sensors
c2302c699db5afb21172341fff065f198b1c83c2
a750abec936a0d88e14cce98a46c478d667c65dc
refs/heads/master
2022-11-10T03:39:27.004384
2022-10-10T15:20:46
2022-10-10T15:20:46
207,828,370
0
3
null
2020-11-26T14:17:00
2019-09-11T14:09:46
SWIG
UTF-8
C
false
false
7,854
c
/** ADCC Generated Driver File @Company Microchip Technology Inc. @File Name adcc.c @Summary This is the generated driver implementation file for the ADCC driver using PIC10 / PIC12 / PIC16 / PIC18 MCUs @Description This source file provides implementations for driver APIs for ADCC. Ge...
[ "geoffrey.ottoy@kuleuven.be" ]
geoffrey.ottoy@kuleuven.be
864a4ac5fb6dce5aaca7b309e949bb0721f3a9e6
fa9f6ddd326d906f6120181c4ebed51128a56a16
/dicom_lib/dicom/dicom_platform.h
40eac4f3d7a4cbf5ea0b83bd1226b6b6d3b9ac3b
[]
no_license
IMAGE-ET/Dicom-1
d862f174aed00f58819ff65f575d4bcd4e3f6b79
30d3988334157eba5cee8adf3bd7c93a950d4f4c
refs/heads/master
2020-03-11T15:30:54.431279
2010-12-30T19:52:22
2010-12-30T19:52:22
null
0
0
null
null
null
null
UTF-8
C
false
false
2,617
h
/* Copyright (C) 1993, 1994, RSNA and Washington University The software and supporting documentation for the Radiological Society of North America (RSNA) 1993, 1994 Digital Imaging and Communications in Medicine (DICOM) Demonstration were developed at the ...
[ "zdenek@172.16.1.99" ]
zdenek@172.16.1.99
4c53fafdba1cc4e35829eef7096e4a2b8b8a5d05
3022e3c5684016c44cf5884dd428029877c61be8
/LED_test_Pushbutton_156px/a_red.h
d0e2d20794c21b3516bc0a4daacb3539a8990850
[ "MIT" ]
permissive
moritz89/led_animation_v1
256f01506d958a3c99dc49ce44d5ea31cfa9835e
e4506e893fb8261e2173bc0739e21e26e478e104
refs/heads/main
2023-04-17T19:15:52.650961
2021-04-21T14:09:39
2021-04-21T14:09:39
360,194,546
0
0
MIT
2021-04-21T14:10:20
2021-04-21T14:10:19
null
UTF-8
C
false
false
6,563,552
h
const uint8_t animationData_red[] PROGMEM = { 255, 0, 0, // 0 255, 151, 138, // 1 21, 21, 13, // 2 0, 0, 0, // 3 0, 0, 0, // 4 0, 0, 0, // 5 0, 0, 0, // 6 0, 0, 0, // 7 0, 0, 0, // 8 0, 0, 0, // 9 0, 0, 0, // 10 0, 0, 0, // 11 0, 0, 0, // 12 0, 0, 0, // 13 0, ...
[ "noreply@github.com" ]
moritz89.noreply@github.com
25995c838f46de5f85cf5cb81eff8819c2f56a17
1564c5b7255ac64cdb930ae41810d358f8255953
/kungfu/skill/qiankun-jian/riyue.c
6858b1ae25344babc0a10ba9cb6f72b77b9e22bf
[]
no_license
klajie/mud
9f531cc845389ed1d4beea8ea5c1146af086dd41
8d16bbc725a0d3fa53c71488f6c90e199b723a17
refs/heads/master
2020-03-19T04:19:28.506756
2018-06-02T12:30:23
2018-06-02T12:30:23
135,816,231
2
0
null
2018-06-02T12:34:54
2018-06-02T12:34:54
null
GB18030
C
false
false
2,991
c
#include <ansi.h> #include <combat.h> #define RIYUE "「" HIY "日月乾坤" NOR "」" inherit F_SSERVER; int perform(object me, object target) { object weapon; string msg; int ap, dp; int count; int i, attack_time; if (! target) { me->clean_up_enemy(); ...
[ "i@oiuv.cn" ]
i@oiuv.cn
25b1ffd04ac2ae2d55bfea7dadbc69aed16ec4fc
0b2cdf53f4b0ee66a77e5e89ae20f1d86f37df4d
/csci315/Labs/Lab2/pre-lab2.c
6d58fe9e701da98cc1fd80c7b89b98634e293ace
[]
no_license
gyifan/csci_backup
702be65e543d1bb6b889e80a71c701bea65f1a11
9a0cca7abbb4c4635d6e635536cfbbd4c66df064
refs/heads/master
2021-01-25T04:57:51.171217
2014-05-14T18:18:06
2014-05-14T18:18:06
14,133,137
2
0
null
null
null
null
UTF-8
C
false
false
364
c
/* * CSCI315 - Operating System * Lab 2 - prelab * Yifan Ge * 01/23/2013 */ #include <unistd.h> int main(int argc, char* argv[]) { if (fork()==0) { int counterP = 1; while(1) { printf("parent: %d\n", counterP); counterP ++; } } else { int counterC = 1; while(1) { printf("child: %d\n", counte...
[ "ygg001@bucknell.edu" ]
ygg001@bucknell.edu
1f63e8a1dee2fd5f0b0ba41b56b78133bf311d60
b117e0eb0ac2299eac13c0c75a4ee43cd28877f3
/kern/thread/thread.c
251460eb1e7de2aec2cb12ee0ac3dd2e00edf5a7
[]
no_license
dfish13/os161-src
d0cfe11b292a87fc440468b9d3dd23a6d0bd859f
c99b452658788ba4a8136828af2d916938a1b243
refs/heads/master
2021-01-21T05:21:18.179859
2017-03-01T03:13:03
2017-03-01T03:13:03
83,176,780
0
0
null
null
null
null
UTF-8
C
false
false
32,488
c
/* * Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010 * The President and Fellows of Harvard College. * * 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...
[ "xs14d@my.fsu.edu" ]
xs14d@my.fsu.edu
9255896230e6e4c625ee2bb4f2c5f436b23ac5e6
d73fee18205990f97605ba30a6d1e31dab25ec35
/usr.bin/tmux/session.c
f84d1689d6df5f1e8e04162c30cceca55fb3628f
[]
no_license
gczgsoc/src
9e320081e3f4bb771278ea3cc0574f7fef3ac00c
dd8a73bdbc6b7e8d23cd64903e19d07da1a4b0e1
refs/heads/master
2021-01-12T18:05:12.933918
2016-10-19T01:34:47
2016-10-19T01:34:47
71,321,837
0
0
null
2016-10-19T05:24:42
2016-10-19T05:24:41
null
UTF-8
C
false
false
17,477
c
/* $OpenBSD: session.c,v 1.68 2016/10/16 22:06:40 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> * * 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 per...
[ "nicm@openbsd.org" ]
nicm@openbsd.org
9b086d3c2d298063fed38bd9afc6afbbab5bf9b3
3e97c2bb9c4d411ff822d8a92abe40e5ef36ca78
/src/input/input.h
24b30b30ac1a22f9bbd862def24366855734cfd5
[ "MIT" ]
permissive
Razish/solitaire
00d01b349d64cb41ed4576863ffd1b22eb7e0828
74c2f6162faab5829dfcef5be2cd7ca3611e366c
refs/heads/master
2016-09-06T02:10:58.542667
2012-03-10T11:28:13
2012-03-10T11:28:13
3,660,582
1
0
null
null
null
null
UTF-8
C
false
false
1,294
h
/* Copyright (C) <2012> <Kieren 'Razish' McDevitt> 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, pu...
[ "mrrazish@gmail.com" ]
mrrazish@gmail.com
453af76896d121b24e2270bbb03329656663157e
a3a815a1c6677e6f66b00be824bf3425e7f23d6a
/src/parsing.c
62ac415343e4d9894c82f7e75d248366f74fe2f1
[]
no_license
jkozlovvski/Male-zadanie-IPP
972ad818ac82dcef7bb1bd6b279ba950fdb970a5
1275de9555a60b186b1c585e73e0da0323ec3efd
refs/heads/main
2023-06-17T16:02:33.784254
2021-07-12T20:17:57
2021-07-12T20:17:57
null
0
0
null
null
null
null
UTF-8
C
false
false
9,792
c
#include "structures.h" #include <math.h> #include <string.h> bool isNumber(word *w){ return w->isNegativeInteger || w->isPositiveInteger || w->isPointNumber; } //funkcja porównująca słowa, długa, bo słowa są w bardzo niejednoznaczny sposób zdefiniowne int compareNumbers(word *w1, word *w2){ // 2 dodatnie i...
[ "jk417694@students.mimuw.edu.pl" ]
jk417694@students.mimuw.edu.pl
6addd4b3a39fd3b72c170df4875eb66399b8f89d
47280ad99ad40302d71caa7958e0bdb89060df0b
/solarsystem.c
437622ef1a00c0f1f2b15228b166a89c45e095d6
[]
no_license
Playfloor/solarsystem
0dbaa355477bbe5c24955e4261b7afb9c3aa43b8
ec35d549e8fb6eab328549ea4f5809493e38f734
refs/heads/master
2022-04-06T21:35:35.275035
2020-01-01T14:26:36
2020-01-01T14:26:36
null
0
0
null
null
null
null
UTF-8
C
false
false
531
c
#include "solarsystem.h" int main() { XYZ p[N]; init(p); } /* void aceleracao(XYZ *p) { int i,j; double R; for(j=0; j<N; j++) { if(i!=j) { R=pow(pow(p[i].x-p[j].x,2)+pow(p[i].y-p[j].y,2)+pow(p[i].z-p[j].z,2),3/2.); p.ax[i]+= -G*p[j].m*(p[i].x-p[j].x)/R; ...
[ "tadeuscalvin63@gmail.com" ]
tadeuscalvin63@gmail.com
ac263e031a588dd5561f5f5eeca804b427d7042d
7014002d314c5279c137cf5f1a03fe9b751b595b
/header/AdminLogin.h
4020e7faed4835839f2dea88d696a2de34478e9d
[]
no_license
duytran1332002/Project_C_Game
6debaa7c38f529156c063a882e2c4c879d0b91b7
b0c7f25e8680463cad227a4bd134b42143ea030d
refs/heads/main
2023-03-23T19:48:52.341235
2021-03-11T09:20:53
2021-03-11T09:20:53
335,312,726
1
0
null
null
null
null
UTF-8
C
false
false
16,631
h
#ifndef ADMIN_LOGIN_H #define ADMIN_LOGIN_H #include <stdio.h> #include <string.h> #include <stdbool.h> #include "LunarCalendar.h" #include "UserLogin.h" #include "../model/UserModel.h" /** * Prototypes */ void getAdminByID(int id, Admin *fetchedAdmin); void getAdminByUsername(char *username, Admin *fetchedAdmin); ...
[ "crackonebrain@gmail.com" ]
crackonebrain@gmail.com