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
12dcdb5282c352d2f4508be72c76b58ac2c022d5
1ee0075cf35aa529179305f93652b2beb9a46566
/sys.c
6f916ad25d9c36c41b711767e52aeeb2076bf849
[]
no_license
Javiuzu/Zeos-SO2
823ee592f3fc085f81573862fce416f6e0db041e
1d127a20bbe4ca6492de777d9a5238e0bda0bd37
refs/heads/master
2021-07-07T14:39:35.442158
2017-10-05T22:11:14
2017-10-05T22:11:14
91,976,015
0
0
null
null
null
null
UTF-8
C
false
false
15,611
c
/* * sys.c - Syscalls implementation */ #include <devices.h> #include <utils.h> #include <io.h> #include <mm.h> #include <mm_address.h> #include <sched.h> #include <system.h> #define LECTURA 0 #define ESCRIPTURA 1 extern int lastPID; extern int dir_stack[NR_TASKS]; int last_read; int ...
[ "javier.garrido.93@gmail.com" ]
javier.garrido.93@gmail.com
4649bd028c685f2426bb80597cd7fbe3c7ef5453
db50e3735baf7a523b072deca2489eb1b6995105
/sample.c
66fde3b1c6df7e014e3b8c3e25d9295dceaf7c5c
[]
no_license
ayourtch/x11-spellcheck
56bd28ab1220cf3aedfd2debea326c8bd7b3615b
1ea6f8768162a36a9a78f45fb3b6489539d12f63
refs/heads/master
2021-01-21T02:36:11.109562
2011-04-15T23:22:44
2011-04-15T23:22:44
1,621,331
1
0
null
null
null
null
UTF-8
C
false
false
3,549
c
#include <X11/Xlib.h> #include <X11/keysym.h> #include <stdio.h> #include <stdlib.h> #include <string.h> /* A little experiment with auto-spellchecking in X11 */ /* (c) Andrew Yourtchenko ayourtch@gmail.com, MIT license */ typedef struct tuple_t { char *search; char *replace; } tuple_t; tuple_t xlate[] = { ...
[ "ayourtch@gmail.com" ]
ayourtch@gmail.com
5b8f9dc28d206be7ad1a7d8f77ca154cc4eac64c
19d880cee7bcdcd4d054ca2908f6e6738613eb76
/tools/md5scale.h
71ea66e92616b682674be4b494218927b7200d1d
[]
no_license
wScottSh/chex-trek
0fe92af2264b52a3dcff7ed74acad33d261156e3
a5a6f15dd72a42b3233072ff224b308e90d08b70
refs/heads/master
2021-05-06T15:40:30.425662
2018-01-10T05:46:25
2018-01-10T05:46:25
113,612,897
0
0
null
null
null
null
UTF-8
C
false
false
2,918
h
//Matt Kory //md5 scaling utility //only supports 1 file at a time (make a script or use make) #include <stdio.h> #include <string.h> #include <stdlib.h> #include <assert.h> inline void free_s( void * ptr ) { free( ptr ); ptr = NULL; return; } inline void * malloc_s( size_t size ) { void * rt = m...
[ "william.scott.sheppard@gmail.com" ]
william.scott.sheppard@gmail.com
1ebfdafc0ae4ce2fd6c1c44ac97b1334b1f5fdcd
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/f0331a58-edce-4af6-9a61-87a0420879e1.c
7c9905b03e3d6f5763ce95b8a2ad2ce41b9ec4a6
[]
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=4; int j=12; int k; int l; j = 53; l = 64; k = i/j; l = j/j; l = l/j; l = i-j; l = i-j; j = k-k*k; //variables /* START VULNERABILITY */ int a; long b[7]; long c[64]; a = 0; while (a < strlen(...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
77f4ecf72478fc08912e714de74f86dd96596502
67f86bb3d09cbc86cac698b3f0abaf01457a966a
/master/de-jong-explorer-0.5/de-jong-explorer-0.5/src/parameter-editor.c
11a0a7eda701a237547fd2f229a8a1da82abc853
[ "MIT" ]
permissive
tied/DevArtifacts
efba1ccea5f0d832d4227c9fe1a040cb93b9ad4f
931aabb8cbf27656151c54856eb2ea7d1153203a
refs/heads/master
2020-06-06T01:48:32.149972
2018-12-08T15:26:16
2018-12-08T15:26:16
null
0
0
null
null
null
null
UTF-8
C
false
false
17,597
c
/* * parameter-editor.c - Automatically constructs a GUI for editing the * parameters of a ParameterHolder instance. * * de Jong Explorer - interactive exploration of the Peter de Jong attractor * Copyright (C) 2004 David Trowbridge and Micah Dowty * * This program is free software; you can ...
[ "alexander.rogalsky@yandex.ru" ]
alexander.rogalsky@yandex.ru
b83cc703600adbf6066c8ea02c268f24629bce16
71fe8bc9e6e69f371596daedadf6cd26a00357bd
/machines/bc16/machine.h
83579be58107c84087ad8f25d204205b66398799
[]
no_license
bebbo/vbcc
3273341917282f7e02d1380b57df06d9a5921801
526e9a0d05e15846b8a08ff6d47486b9b24bf843
refs/heads/master
2023-09-01T06:26:18.370549
2023-02-11T10:01:14
2023-02-11T10:01:14
150,152,102
1
2
null
2022-05-02T07:19:55
2018-09-24T18:47:01
C
UTF-8
C
false
false
5,102
h
/* Example backend for vbcc, it models a generic 32bit RISC or CISC CPU. Configurable at build-time are: - number of (32bit) general-purpose-registers - number of (64bit) floating-point-registers - number of (8bit) condition-code-registers - mechanism for stack-arguments (moving ot fixed sp) ...
[ "bebbo@bejy.net" ]
bebbo@bejy.net
05a13ef0420a329db72f7bddd16edfa6a9411d6b
46979906b331cc10c7f0f009a158ce0996f14097
/dynchk/libs/libcups/cupsSetServer.c
6c70dc8725ffacfb484ed5412bb0b628bc18c5ab
[]
no_license
mwichmann/lsb-checkers
2f6a9674c9a23e39d69d35e8d2457c7a5b3881dc
1170e4486085731b129cbb060c693e7e6ebca027
refs/heads/master
2020-06-11T00:07:56.105656
2016-12-08T19:30:39
2016-12-08T19:30:39
75,857,254
3
3
null
null
null
null
UTF-8
C
false
false
909
c
// Generated by gen_lib.pl #include "../../tests/type_tests.h" #include "../../misc/lsb_output.h" #include "stdlib.h" #include <cups/cups.h> #undef cupsSetServer static void(*funcptr) (const char * ) = 0; extern int __lsb_check_params; void cupsSetServer (const char * arg0 ) { int reset_flag = __lsb_check_params; _...
[ "denis.silakov@rosalab.ru" ]
denis.silakov@rosalab.ru
c2a56b921b53c95cf7ad7bc8d692fb8c469a638a
4639806d96f236321b02bf595526f6308e8fb707
/projects/microchip/same54_xpro_ecc/mplab/aws_demos/firmware/src/config/aws_demos/driver/gmac/src/dynamic/drv_gmac_lib.h
776e3c8716d06a33837bdb6640d0f50332bd263b
[ "MIT" ]
permissive
MicrochipTech/amazon-freertos
967bc9612517e9fe05e502b72bd4f919c2cc3c80
40b98811fcb3521498eb523599bf87ec2f285844
refs/heads/mchpdev
2023-06-21T20:11:24.180542
2022-06-06T05:59:39
2022-06-06T05:59:39
221,849,368
7
15
MIT
2022-06-27T04:42:36
2019-11-15T05:18:04
C
UTF-8
C
false
false
51,227
h
/******************************************************************************* Ethernet Driver Library Definition Company: Microchip Technology Inc. FIle Name: drv_gmac_lib.h Summary: This file contains the Application Program Interface (API) definition for the Ethernet Driver library....
[ "shanmugasundaram.viswanathan@microchip.com" ]
shanmugasundaram.viswanathan@microchip.com
7975f3289cf3644b7bec5fdebd959c91bb8cf732
cae710ed9f38e5c87c99ae5eca1a9cb2efa0bcad
/psol/include/net/instaweb/util/public/cache_property_store.h
3cee4f9aa01596e283ac68532fdb43046cd82bfd
[ "Apache-2.0" ]
permissive
sambacha/nginx2
2de50c98ebdd1d65d159f921f88c426249a4940b
ed70546e69d0357831adfd982104c077ac23970b
refs/heads/master
2023-03-28T07:35:32.013909
2021-03-27T17:25:36
2021-03-27T17:25:36
349,439,159
0
0
Apache-2.0
2021-03-19T13:52:06
2021-03-19T13:50:16
C++
UTF-8
C
false
false
1,118
h
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "janitor@contractshark.io" ]
janitor@contractshark.io
1e9b4834239ad4e9f206de57c71fec1aeef632c4
a6d6cea66e6084697970fd57669902d7f6c1d1f8
/lab3/6.c
80974ffaeca7e1c9bf335c216299346987f396f9
[]
no_license
EwelinaTurska/sp
16e659c7162321ad30cfd35847640775cc3046ac
f6286b7e2357df041ebb28bfcdcfcd5daaa4c9be
refs/heads/master
2021-05-05T09:12:39.829671
2018-01-28T12:41:48
2018-01-28T12:41:48
119,256,012
0
0
null
null
null
null
UTF-8
C
false
false
437
c
#include<stdio.h> int main() { int i; double wynik; double tab[6]; printf("Podaj 6 liczb rzeczywistych: \n"); for(i=0;i<6;i++) scanf("%lf", &tab[i]); wynik = tab[0]; for(i = 0; i<6 ;i++) { if(wynik < tab[i]) { wynik = tab[i]; } } printf("Największy element tablicy to: %lf\n", wynik); for(i = 0; i<6 ;i++) { i...
[ "35890453+EwelinaTurska@users.noreply.github.com" ]
35890453+EwelinaTurska@users.noreply.github.com
3116ccc0a9206a5b6ef2c5fbf3151e914102f91a
a5211e090d1a3df7e2191e3ab2c7c2ed0406c9a3
/_Coridium/MiClib/flash.h
a64471d3f69dd8e72523a6561658640bef316076
[ "Unlicense" ]
permissive
TodWulff/ARMbasic_Repo
e08084e736d662d51f603d24ecb4f292fb24bf46
6ac16a87aae43376c4f7e475ccfbc75d09f05a9b
refs/heads/master
2021-06-23T03:50:08.557718
2021-02-09T16:07:29
2021-02-09T16:07:29
144,914,513
1
0
null
null
null
null
UTF-8
C
false
false
6,199
h
/**************************************************************************//** * $Id: lpc12xx_flash.h 5070 2010-09-29 05:56:16Z cnh20509 $ * * @file lpc12xx_flash.h * @brief Contains all macro definitions and function prototypes * support for FLASH firmware library on LPC12xx. * @version 1.0 *...
[ "Tod.Wulff@engineer.com" ]
Tod.Wulff@engineer.com
82fffed22296ea36a6f9fbbb8133af3064869284
15ea0adae9255e5f45043beeae9783758b095829
/Assignments/network/UDP/simplex_mode/client.c
82b4bf6e64a715038f00e09d0da228960d789206
[]
no_license
yashvarur/begining
d13959fd9611029e54299219c281cf2be3169b3e
78dc2a3fc179dc5519244ba145d37cbaa74ebfd6
refs/heads/master
2021-01-19T22:43:49.148579
2017-04-20T12:03:16
2017-04-20T12:03:16
88,853,021
0
0
null
null
null
null
UTF-8
C
false
false
1,037
c
# include <stdio.h> # include <stdlib.h> # include <string.h> # include <sys/socket.h> # include <sys/socket.h> # include <netinet/in.h> # include <netinet/ip.h> # define SIZE 100 int main(int argc, char ** argv) { int socket_des; struct sockaddr_in client; char *buf = malloc(SIZE); /* AF_INET ...
[ "yashvarur@outlook.com" ]
yashvarur@outlook.com
54ce8371fb845b8d5ec5da7f98017e9ed354d1da
396564a72d4ef4f8d20c831b8ca2e1a4e9ff9287
/HARDWARE/IMU/imu.h
48a9eccc33dab0a5de39d904d8d7eaa46d546f0c
[]
no_license
Karlxin/OK001
4aa699404945f5ee5e144ad06d57883f7babe941
49ab437a243af48ab189ba824a7f1152fb432674
refs/heads/master
2021-01-18T15:26:46.111164
2017-06-07T07:32:46
2017-06-07T07:34:12
86,653,513
2
0
null
null
null
null
UTF-8
C
false
false
63
h
#ifndef _IMU_H_ #define _IMU_H_ #include <math.h> #endif
[ "410824290@qq.com" ]
410824290@qq.com
b7430f420becb1a79b9b9d1a03ec95eecd68b41b
70e90e2e8d2f80146ec3ba496dd5931eda8d05a2
/NaturalPhenomena_Particle/include/poll.h
5f3e696051025e8dc420a3b00b7d2a4c2d310b3c
[]
no_license
dourabbit/NaturalPhenomena
23fe1984215df6dd622b669c0ec9f47857046d28
b53639924989a1c71fa46f542e543548c505dc21
refs/heads/master
2016-09-05T12:38:20.908711
2011-12-01T03:01:10
2011-12-01T03:01:10
2,496,730
1
0
null
null
null
null
UTF-8
C
false
false
1,009
h
#ifndef _SYS_POLL_H #define _SYS_POLL_H #include <cdefs.h> __BEGIN_DECLS enum { POLLIN = 0x0001, #define POLLIN POLLIN POLLPRI = 0x0002, #define POLLPRI POLLPRI POLLOUT = 0x0004, #define POLLOUT POLLOUT POLLERR = 0x0008, #define POLLERR POLLERR POLLHUP = 0x0010, #define POLLHUP POLLHUP POLLNVAL = 0x...
[ "dourabbit@gmail.com" ]
dourabbit@gmail.com
f78c0d6fb015dce82e7e077767ec7588404544d2
5bc61b078b0df9d6034ab8339e2bd49f7fad4f79
/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_Transform_1MethodDeclarations.h
666eeda5e093ab31f744884ae232af1d7310ca9d
[]
no_license
Marcurion/PureMac
326aceaa69ffe43903dc2e0f3a220a39699a8266
f84326c8739512970707f89ffd9f1d1330314f0f
refs/heads/master
2021-01-10T17:01:28.241337
2015-11-26T18:47:43
2015-11-26T18:47:43
46,941,200
0
0
null
null
null
null
UTF-8
C
false
false
2,559
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // System.Collections.Generic.Dictionary`2/Transform`1<System.Int32,System.Object,System.Int32> struct Transform_1_t1476; // System.Object struct Object_t; // System.IAsyncResult struct IAsyncResult_t53; // S...
[ "marcurion@googlemail.com" ]
marcurion@googlemail.com
c89d576a296706c760b9e97deb32cbb176525ccd
982839e791cb756392ebf4215afd063fc67803dc
/URI/2682.c
911b62e6be5d9d8cdc27b4fd554d5b31cd0a5584
[]
no_license
llnbn/C
469becc98d4b4f767ba4d829896a429884c2adb1
b774c23959b169848b272747a00a61e79e1f8f65
refs/heads/master
2023-05-03T09:33:40.060514
2021-02-22T07:21:30
2021-02-22T07:21:30
null
0
0
null
null
null
null
UTF-8
C
false
false
294
c
#include <stdio.h> int main() { int n, a = 0, count = 0; while (scanf("%d", &n) != EOF) { if (count == 0) { a = n; count++; } else { if (n > a && count == 1) { a = n; } else if (n <= a && count == 1) { count++; } } } printf("%d\n", ++a); return 0; }
[ "allanbispoxd@gmail.com" ]
allanbispoxd@gmail.com
39502c15dccb86a5a52446159dfe01a300a849cd
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/9a3d33a6-ee7f-4cf6-aaf1-0b688cd21787.c
72086974456f76a184c1c4757a9cd1fea256a327
[]
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() { float i; float j; float k; float l; i = 6; j = 9; //variables /* START VULNERABILITY */ int a; long b[78]; long c[64]; a = 0; do { a--; //random /* START BUFFER SET */ *((long *)c + (...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
c8689c73510ee731f198ce5e79c1d5f90f8b0536
f8423d650f49d4c8a82b76212f481deab195707c
/gfx/backdrop.png.h
00cf4fd687d10d3b693a78d0c0c60586b94c21ba
[]
no_license
SVatG/TheStrongestDemo
05b665c4ce7bc5797d8c667cf80ca4362451876b
03ed510589d85606f3e606e08bc156d391a5d042
refs/heads/master
2020-12-15T17:14:49.230799
2020-01-20T23:57:05
2020-01-20T23:57:05
235,190,698
1
0
null
null
null
null
UTF-8
C
false
false
718
h
//{{BLOCK(backdrop_png) //====================================================================== // // backdrop_png, 256x256@8, // + palette 256 entries, not compressed // + bitmap not compressed // Total size: 512 + 65536 = 66048 // // Time-stamp: 2009-04-11, 16:30:06 // Exported by Cearn's GBA Image Transmogrifier...
[ "lorenzd@gmail.com" ]
lorenzd@gmail.com
353f5fa90274ce76e1be5c2e76a84729c2fc43de
504d2ceac1abb08523a4443c5326f6485716c004
/SharedSource/DecimateAudioData.c
3222ec75d3fea9e6e82e4a61adc2acf32bc4b88e
[]
no_license
LinusLangels/NativeVoiceRecoding
abc2bc62eb6bbce9bd604128aa80bd5d6fb16a0a
83a7b763c2d93f3cf2c255398f4d091e32eff574
refs/heads/master
2020-04-01T08:12:07.607414
2018-10-14T21:38:07
2018-10-14T21:38:07
153,021,297
0
0
null
null
null
null
UTF-8
C
false
false
2,798
c
// // DecimateAudioData.c // Plotagon-RecordVoice // // Created by John Philipsson on 2015-10-06. // Copyright (c) 2015 John Philipsson. All rights reserved. // #include "DecimateAudioData.h" #include <math.h> #include <stdlib.h> decimateaudio_t * decimateaudio_init(int full_fs, int framesize) { int i; ...
[ "linus.langels@la3d.se" ]
linus.langels@la3d.se
f62b73250012c4f7abc56a864cf7f8c6a7a16cdd
8e7331cd80183c9f3d8f12b3955969e2305bf5e3
/libft/ft_putchar.c
406eb865bebdbed39660e86f27739e5811ead823
[]
no_license
EvaldoNeto/socket_network
30a1bf4d6088048b54cd5bb392b2283bb515f160
a9114135afaba55a7cb71a51be5d2057bf71c087
refs/heads/master
2020-03-26T00:41:37.599547
2018-08-17T19:28:28
2018-08-17T19:28:28
144,332,616
0
0
null
null
null
null
UTF-8
C
false
false
962
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar.c :+: :+: :+: ...
[ "evaldoneto8@gmail.com" ]
evaldoneto8@gmail.com
56b2e0d30f7bc88f3084a77d3c6c5580ca9872ea
7959f79db83471de22b3fe68c9d241acfa5a70e5
/scripts_src/headers/navdef.h
cf1c3eb66e002ad63ba211dd1a2d704ec20c30ef
[]
no_license
BGforgeNet/Fallout2_Restoration_Project
b67952f82a17f71f78f0e7cbb863cce9abe28263
b6ef067a9e04799addef367045b518a09fc818fa
refs/heads/master
2023-08-18T02:05:25.178648
2023-08-13T02:51:03
2023-08-13T02:51:03
193,099,881
306
55
null
2023-09-05T04:22:33
2019-06-21T13:08:39
C
UTF-8
C
false
false
4,147
h
/* Copyright 1998-2003 Interplay Entertainment Corp. All rights reserved. */ #ifndef NAVDEF_H #define NAVDEF_H //Define's for Navarro #define Tribe_Shi_Bos_Elron ( Nav_Tribe or Nav_Shi or Nav_Bos or Nav_Elron ) #define Shi_Bos_Elron ( Nav_Shi or Nav_Bos or Nav_Elron ) #define Nav_...
[ "kolosovsky@interesnee.ru" ]
kolosovsky@interesnee.ru
dde91ddf4dedd738e6912833155c8fd6a3b78247
bb0f005fc5bc3ffe2bdd9f0485684db57b4cdbb5
/il2cpp_output/mscorlib_System_Globalization_CCGregorianCalendarMethodDeclarations.h
6ff809608d04b0c69b5557daa4bd146d57e0c3ab
[]
no_license
18945661022/yun1125pm
276b1d2c6e79f1e548d19ab55569f07b7f23283d
37cc8db5676630e4e9cf34505352967f2b73674e
refs/heads/master
2020-04-04T19:11:06.362644
2018-11-05T09:57:39
2018-11-05T09:57:39
156,195,516
1
1
null
null
null
null
UTF-8
C
false
false
2,987
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_DateTime.h" // System.Boolean System.Globalization.CCGregorianCalendar::is_lea...
[ "Apple@chengdedeMac-mini-10.local" ]
Apple@chengdedeMac-mini-10.local
f4ce901f393c5191c2e6f71d852d0dac4ed78416
27bcd5c9ded70102540c0ccd03f3e2b281dbf58c
/mudlib/d/driade/thalos/telgar/keroon/parque/keroon_309.c
17ca67cffec2adaaaadc50912af8e4758dd56130
[]
no_license
unleashed/ninetears
57fdc71fd651b3ff95e5e7c14b0566729584e006
4edd22c75e3fa99be4b5820300491c6b62e06085
refs/heads/master
2020-07-14T04:25:56.302027
2019-08-29T18:46:57
2019-08-29T18:46:57
205,225,438
1
0
null
null
null
null
UTF-8
C
false
false
481
c
// Made by Thalos 01/04/02 //Parque #include "../../path.h" inherit PARQUE+"parque.c"; void setup() { base_desc(); set_exit_color("cyan"); set_short("%^BOLD%^BLUE%^Ciudad de %^BLACK%^Keroon%^GREEN%^: Parque de los conquistadores%^RESET%^"); parque_desc(); add_clone(NPCSPARQUE+"prostitutas.c",random(...
[ "amr@redhat.com" ]
amr@redhat.com
5840fe1214810e3bb3d3c878ff1770dcdfa82302
69c3854a0747b659e49dfa2cf63972095570cf5e
/seabeagle/msgpack_wrapper.h
85b0779de9aceaf6da8e2c9456544243a4a5463d
[ "BSD-3-Clause" ]
permissive
saidimu/ninjaduino
fb99e7a793cb6e17e8f7676e8a7abbc03d981ed2
0992d14c714800937d03479c64776a3c32106d88
refs/heads/master
2021-01-20T21:48:48.135273
2012-05-03T03:22:46
2012-05-03T03:22:46
null
0
0
null
null
null
null
UTF-8
C
false
false
177
h
#ifndef __MSGPACKWRAPPER_H__ #define __MSGPACKWRAPPER_H__ #include <czmq.h> #include <msgpack.h> msgpack_object * parse_msgpack(msgpack_zone * mempool, char * frame); #endif
[ "mwotton@gmail.com" ]
mwotton@gmail.com
f25074028da03190b21cd955b09f8b669d92d37b
0b0d117215bfa731031103b417f4210ba0286f58
/tcpdemo/tcp_process.c
ab3e96a4f3d4d2703145790d75d7e4db69bec394
[]
no_license
Sesamely/linuxNet
4fb1c90d468207d02c8c07e87e7751e2b5fd8cdb
dfdff6b42e256f19e42d4bfa18dafc07929eace3
refs/heads/master
2020-03-08T08:03:23.903060
2018-05-29T04:58:46
2018-05-29T04:58:46
128,011,181
0
0
null
null
null
null
UTF-8
C
false
false
2,905
c
/************************************************************************ **** > File Name: tcp_process.c **** > Author: yiwen liu **** > Mail: newiyuil@163.com **** > Created Time: 2018年04月03日 星期二 13时18分26秒 ************************************************************************/ #include <st...
[ "newiyuil@163.com" ]
newiyuil@163.com
b530ea64c61e9e2c7aee260d526216098d0abd19
a8da2a8f26a58c9100eef3ce329ed621db6d7372
/src/peripherals/bl0937.h
673728ddab5542e69dbe9b328a090a46c4162cc4
[ "Apache-2.0" ]
permissive
qtoggle/espqtoggle
a10255ef983c4546cef8a63b6c265608f232d04b
8ef28f8816f9630d57e200d7d5e21e2565b5c422
refs/heads/main
2022-05-21T19:11:47.860630
2022-05-15T14:25:37
2022-05-15T14:25:37
193,393,371
6
3
Apache-2.0
2022-05-15T13:50:42
2019-06-23T20:39:07
C
UTF-8
C
false
false
975
h
/* * Copyright 2019 The qToggle Team * * 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 agre...
[ "ccrisan@gmail.com" ]
ccrisan@gmail.com
395efb85405ab8168c6f795be5d38f0efbfdfe36
e1848e5ded9e605fe547964b789be8c81ec066b2
/libavformat/raw.c
2fd3e4873d76b49ee76852c57ede68f88d6e56b5
[]
no_license
artm/ffmf
a5b641227704847a5a4474d467817a0ced5b6448
47727cfffaf2b34d7d02d46d76c023d6b1cd2143
refs/heads/master
2020-03-29T12:17:28.804811
2016-05-11T14:21:54
2016-05-11T14:21:54
149,892,238
0
0
null
null
null
null
UTF-8
C
false
false
14,386
c
/* * RAW encoder and decoder * Copyright (c) 2001 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any lat...
[ "abaguinski@depraktijkindex.nl" ]
abaguinski@depraktijkindex.nl
5c16b7fb32f0e378474168ca626eb2e91c5484a8
bee0bbadec00cb9c170b8b7c1e3d0786dcdc6211
/Include/Animation/Clip.h
f2f323b205b4c6fc17e0c2e53685031976d9b696
[ "BSD-3-Clause" ]
permissive
nalexandru/NekoEngine
4e609508058c8f4f878e977a532f462d4a3b53c7
ebaeb4c286b20a37f2e29a571a733a65c2789c04
refs/heads/master
2023-05-24T18:17:28.492897
2023-05-14T16:19:30
2023-05-14T16:19:30
182,325,047
11
2
null
null
null
null
UTF-8
C
false
false
2,879
h
#ifndef NE_ANIMATION_CLIP_H #define NE_ANIMATION_CLIP_H #include <Math/Types.h> #include <Runtime/Runtime.h> #ifdef __cplusplus extern "C" { #endif enum NeAnimInterpolation { AI_LINEAR = 0, AI_STEP = 1, AI_CUBIC_SPLINE = 2 }; struct NeAnimVectorKey { struct NeVec3 value; float time; }; ...
[ "9295849+nalexandru@users.noreply.github.com" ]
9295849+nalexandru@users.noreply.github.com
4414e1cb8f39941642052422e0c02eb7477b979b
681ad1bd13886fab0eba1298c0f92212dece313a
/CS23710_Assignment_CD/src/Extended_Mission/CS237-ExtendedMission/process.h
8a107010673c317af7bf192be16e566a8f47ebbc
[]
no_license
cgddrd/CS237-Assignment
d1b2ceb8ee370b436a6cbfd13d5b0ac94f366978
7d2415b27525e4a25c0ec0df7a0efcec33f0f8eb
refs/heads/master
2021-01-18T14:16:13.084389
2013-03-12T18:41:35
2013-03-12T18:41:35
null
0
0
null
null
null
null
UTF-8
C
false
false
1,140
h
/* * File: process.h * Description: Defines functions that are utilised by process.c and called * from other source files. * Author: Connor Luke Goddard (clg11) * Date: November 2012 */ #ifndef PROCESS_H #define PROCESS_H #ifdef __cplusplus extern "C" { #endif #include "linked_list.h" #include "entrant.h" #in...
[ "clg11@aber.ac.uk" ]
clg11@aber.ac.uk
82bb9ff8a3804a5b1cd3fa658bee5dbbdca0e48e
d2dd258b1ba2a01992487772b5e689db6943fcef
/unit7/wu7_solution.c
2174195dabdb002e1f5c5ff239bb7b3575bc2cf5
[]
no_license
OS-gabi0004/comp9812
4efbf1313450302cc52fcc74c3d42f77b6da0002
03e525fbee341a8be3065cc71fdb0f30e50821d4
refs/heads/master
2022-12-14T15:22:05.322685
2020-09-14T13:49:45
2020-09-14T13:49:45
285,708,866
0
0
null
null
null
null
UTF-8
C
false
false
9,467
c
#include "unit7.h" u_int32_t p_start=0; u_int32_t p_size=0; u_int32_t f_reserved_sectors=0; u_int32_t f_sectors_per_fat=0; u_int32_t f_clusters=0; unsigned char f_sectors_per_cluster=0; u_int32_t f_fat1_sector=0; u_int32_t f_fat2_sector=0; u_int32_t f_rootdir_sector=0; u_int32_t f_rootdir_cluster=0; u_int32_t extrac...
[ "gabi0004@flinders.edu.au" ]
gabi0004@flinders.edu.au
7f26bd2c559616442aba4f574513355b668ceaa5
a556c07ecfa1031dae46fd3433762941ceca68b1
/newbiequest/shaolin/cjg/npc/poai.c
e6792322c734f7e2e2b1d7f67c3d4f19a844d742
[]
no_license
yqzcabao/pkuxkx-utf8
53c3c24f4e3a9125372bca72b6a4b10aa6293a7f
0eaf237c9970795a51aa4cc04b5b762003300cbd
refs/heads/main
2023-04-01T21:16:23.894845
2021-04-09T13:33:24
2021-04-09T13:33:24
null
0
0
null
null
null
null
UTF-8
C
false
false
1,393
c
// poai.c 破爱 黄眉僧二徒弟 天龙八部人物 // 这里借做黄眉僧的跟班。 #include <ansi.h> inherit NPC; void create() { seteuid(getuid()); set_name("破爱", ({ "po ai", "po", "seng" }) ); set("title", YEL "黄眉僧二徒弟" NOR); set("gender", "男性" ); set("age", 40); set("long", "黄眉僧的二徒弟,一向以拿人钱财替人消灾而著称。\n"); set("attitude", "heroism"); set("class", "b...
[ "i@oiuv.cn" ]
i@oiuv.cn
645dc5821f6c540f815c3b7592c90fce91eab6e6
fc6115d75f92ceb999dc09ce8634a64739d81252
/Uri_Online_Judge/1858.c
f6963ddc28d713081a359cf756ba1c1567753bd3
[]
no_license
tapumar/Competitive-Programming
973ef57a1f30e58816cfe00decdca3a8d0e8f198
7e9b1682bdbd29bd75f2b37f39de396b08bd09d4
refs/heads/master
2021-05-15T19:28:27.317349
2020-12-09T19:47:53
2020-12-09T19:47:53
107,702,010
4
3
null
2020-10-22T11:06:13
2017-10-20T16:36:18
Python
UTF-8
C
false
false
237
c
#include <stdio.h> int main() { int t,n,i,menor=0,aux; scanf("%d",&t); scanf("%d",&n); menor=n; aux=1; for(i=1;i<t;i++){ scanf("%d",&n); if(n<menor){ menor=n; aux=i+1; } } printf("%d\n",aux); return 0; }
[ "noreply@github.com" ]
tapumar.noreply@github.com
0d47259e2e54d261cffda13c3f74c42de533f2d3
30874a1295d700427f7775d89a74ff5c4836dbe9
/Test_Blink/message.h
cf1cf0e211a99df64f188e3c1f1383b46c44148f
[]
no_license
una1veritas/Arduino-public
f9b445bffe493e1c5b72f6587946b3fa3c5335ac
381cbd5193961534b910f1cfeb3a83bc273889a0
refs/heads/master
2021-01-19T15:20:21.300335
2020-10-15T12:08:24
2020-10-15T12:08:24
100,960,464
0
0
null
null
null
null
UTF-8
C
false
false
403
h
struct message { const char * msg; int length; int bitpos; message() : msg(NULL), length(0), bitpos(0) {}; message(const char * str) : msg(str), length(strlen(str)<<3), bitpos(0) {}; void set(const char * str) { msg = str; bitpos = 0; } bool nextbit() { int pos = bitpos; bitpos = (bit...
[ "una.veritas@me.com" ]
una.veritas@me.com
d1b8626b180ee36b0853bf147989c5c13389c50f
96a160503d2c6aa252df35b1b84aa39a959e521f
/fragPlot.c
22fcd39386aa05915de190d4712a9f0f34f8ae25
[]
no_license
fojensen/photonfragmentation
11b20221bcee3ae741f9dd28496297121b307c85
ac9e1d13edcb6f90542607afa139e732aa831e7e
refs/heads/master
2020-03-26T12:09:06.428195
2019-01-22T17:00:17
2019-01-22T17:00:17
144,878,184
1
2
null
null
null
null
UTF-8
C
false
false
2,170
c
#include <TH1D.h> #include <TCanvas.h> #include <TFile.h> #include "labelCMS.h" void drawLines46(const double min, const double max) { TLine * line[6]; line[0] = new TLine(0.5, min, 0.5, max); line[1] = new TLine(10.5, min, 10.5, max); line[2] = new TLine(20.5, min, 20.5, max); line[3] = new TLine(30.5,...
[ "frank.jensen@colorado.edu" ]
frank.jensen@colorado.edu
a68118f26ba0464b7f39a2a649b0dc655bea1a51
43f3b7d0bb78474c59032c2781159cbccedf46c4
/src/length_of_last_word.c
e7ccdabfeafc9e701c5bdb8625e6f2cdfe6ebab7
[]
no_license
xueyuanl/leetcode-c
a2f691ee14d4390e64587e6d3202c29be0808e68
d7fe393d874d5231a330ce79752f5055584d9ff3
refs/heads/master
2020-04-07T12:38:17.332469
2019-11-17T04:36:22
2019-11-17T04:36:22
158,375,282
0
0
null
null
null
null
UTF-8
C
false
false
241
c
#include <stdlib.h> int lengthOfLastWord(char *s) { int len = 0; while (*s) { while (*s == ' ') s ++; // skip spaces if (*s) { len = 0; while (*s && *s != ' ') { s ++; len ++; } } } return len; }
[ "pi@respberry.com" ]
pi@respberry.com
fbd5d6c87a7810e9e6ef5249b40e1c1ea50a483f
349ecb2bc043bc0447db5c2cf1e3bac41a264c08
/src/import/chips/p9/common/include/p9n2_misc_scom_addresses.H
49be7ed52dbbe52bdb89084c3611b7f53b699ea0
[ "Apache-2.0" ]
permissive
open-power/sbe
e9509355c795ee1cde9a4773b132d6fe28923528
e66523bb0be9e66d9bbaaa895d5380091e0a9782
refs/heads/master
2023-09-03T17:58:57.402990
2023-04-07T10:28:49
2023-08-29T05:04:22
68,327,351
11
18
NOASSERTION
2023-08-22T15:52:10
2016-09-15T20:05:56
C
UTF-8
C
false
false
766,963
h
/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p9/common/include/p9n2_misc_scom_addresses.H $ */ /* ...
[ "sgupta2m@in.ibm.com" ]
sgupta2m@in.ibm.com
c0a95f5830e00c6bd1e851e22c834ce7f5459305
963e70093541d02f4879de0a8b406f2fa97c8087
/ut/inc/test_zigbee_handler.h
873746c40dd4794b8be9a27a7934e3477041cd91
[]
no_license
EthanJWright/iotm_zigbee_plugin
313f9197fd0ac91d780fd35e5ef2ab0ad4ccce05
ceae7ca16548fc21282559f05f0de5282bf5e01e
refs/heads/master
2022-12-06T19:42:05.210337
2020-08-27T20:51:32
2020-08-27T20:51:32
290,846,368
0
0
null
null
null
null
UTF-8
C
false
false
1,766
h
/* Copyright (c) 2020, Charter Communications Inc. 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 conditio...
[ "ewright362@gmail.com" ]
ewright362@gmail.com
4e6a836a6fb2c6d5c52f100be22b4789909ffe11
3b77b76535886bdb9b9113887193e1a353cec4b8
/linked_list1.c
e71cae37d57d387ab6ca16dce9b205c72d958e2f
[]
no_license
kricewd/DataStructure
83865a099159b16ee46a1ede16093754657e0363
0200096901b998b2b7ecbf3c8860d018f6c5eb20
refs/heads/master
2020-04-03T21:54:25.544822
2018-10-31T15:56:04
2018-10-31T15:56:04
155,586,451
0
0
null
null
null
null
UTF-8
C
false
false
2,269
c
#include <stdio.h> #include <stdlib.h> typedef int ElemType; typedef struct Node { ElemType data; struct Node * Next; } Node; typedef struct Node * LinkList; typedef int Status; #define OK 0; #define ERROR 1; void CreateList(LinkList *,int n); int main() { LinkList p; CreateList(&p,5); p...
[ "kricewd@gmail.com" ]
kricewd@gmail.com
4b198952c7bc725acb126c8d10418e2d49aab0df
506583d6dbc41748df91902de7b42edbd51c2cb5
/cthreadping.h
34328d5fd0550938712031af003d3e59f1129d43
[]
no_license
Bear21/cthreadping
2cde98691cb50876098fec7bcfcfa8eae46cf03b
08927de4015902ffefbaa1eea743d2fdec81a76e
refs/heads/master
2020-06-16T17:03:33.951502
2019-07-07T12:48:44
2019-07-07T12:48:44
195,644,731
0
0
null
null
null
null
UTF-8
C
false
false
236
h
#pragma once #include <windows.h> #include "timecounter.h" #include "Mmsystem.h" #include <float.h> #include <chrono> #include <thread> // For isatty #include <io.h> int main(); void PingTest(); void CacheTest(); void PauseConsole();
[ "bear@8bitbear.com" ]
bear@8bitbear.com
22c44846bbfa80bcb66186b40661374f6c23d865
93543d6b6b806d594d892d25f7c931f2e952bfbc
/night_led_lamp/UART/uart.c
b4eb4d55718fb2e0cebcbd2ac6ce732c449896a4
[]
no_license
vadimterletskiy/AVR
6876ff841c8e2b5e80d6c5217243a92321070bca
4565c71e5ba5e80f03dbd1c104fd7e4b665fa8ad
refs/heads/master
2021-01-10T19:44:26.558431
2016-10-28T19:25:03
2016-10-28T19:25:03
26,321,705
0
0
null
null
null
null
UTF-8
C
false
false
22,167
c
/************************************************************************* Title: Interrupt UART library with receive/transmit circular buffers Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.12 2014/01/08 21:58:12 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher ...
[ "vadim.terletskiy@gmail.com" ]
vadim.terletskiy@gmail.com
af99f2caa782e77218a0eadaf57a7bcbfdc47443
f94c4695b2d5be698093715fcf471ca31393a30b
/smalloc-1.1/test1.c
70c4cdcb848646e3d91602856967e653310601e7
[]
no_license
dlwlgus53/smalloc
f1833bf3989d8156721bd769ac3c9c344ecb65ab
5ddb2d6423fd4c08dc13bbf0512e201ffcf9a921
refs/heads/master
2020-06-04T13:24:27.748938
2019-09-02T04:44:01
2019-09-02T04:44:01
192,040,237
0
1
null
null
null
null
UTF-8
C
false
false
519
c
#include <stdio.h> #include "smalloc.h" int main() { void *p1, *p2, *p3, *p4 ; print_sm_containers() ; p1 = smalloc(2000) ; printf("smalloc(2000)\n") ; print_sm_containers() ; p2 = smalloc(2500) ; printf("smalloc(2500)\n") ; print_sm_containers() ; sfree(p1) ; printf("sfree(%p)\n", p1) ; print_sm...
[ "dlwlgus4553@gmail.com" ]
dlwlgus4553@gmail.com
ae0dacd3a68696762c0d6cdde24ee44bf806a56b
22059628289fb8df2484d29385b63ef9ad597c01
/TimeChallange/TimeChallange/main.c
085f14c0ed917cdb758e4f250eee8755b57f5bee
[]
no_license
piscis/XcodeAdventures
b7c353293c248f0eb9c51b236d7cac66b947f725
ad283d29aaf3e36779878728c6801545d6e7469c
refs/heads/master
2020-04-12T04:47:04.537531
2012-08-31T19:59:17
2012-08-31T19:59:17
null
0
0
null
null
null
null
UTF-8
C
false
false
964
c
// // main.c // TimeChallange // // Created by Alexander Pirsig on 23.08.12. // Copyright (c) 2012 Alexander Pirsig. All rights reserved. // #include <stdio.h> #include <time.h> int main(int argc, const char * argv[]) { /* long secondesSince1970 = time(NULL); printf("It has been %ld seconds since 1970...
[ "apirsig@web.de" ]
apirsig@web.de
cd579279a2c42dc403d1aec962bb84252b1d0653
8183c08d70b946e3d50dbca8254e9896a0baca12
/libcpu/arm/AT91SAM7X/stack.c
f4d6fe6faf834f6c061e3f724ba2cb578b38a94b
[]
no_license
nathanlnw/tw705_HB_gghypt
2ddee8682d7333be9e12bf013b7d8cc6c593c1dc
b402caa71734244bf660c1e4806bad73061cc8ea
refs/heads/master
2021-01-11T10:46:56.801009
2015-03-12T07:32:38
2015-03-12T07:32:38
17,564,226
0
0
null
null
null
null
UTF-8
C
false
false
1,678
c
/* * File : stack.c * This file is part of RT-Thread RTOS * COPYRIGHT (C) 2006, RT-Thread Development Team * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://openlab.rt-thread.com/license/LICENSE * * Change Logs: * Date Au...
[ "lnw.nathan@foxmail.com" ]
lnw.nathan@foxmail.com
205879e7e4fd867902a9a420e8b6328cb3c47aa9
0191a5c417e7d1a9552d0f5d086ae62e25fb38c7
/libsrcs/ft_printf/srcs/ft_printf/parser.c
9f817c7c28919898d5e69b50bbd2a3095966ccf7
[]
no_license
j-zorgz/doom_nukem
7ee6d87e5f91d7a799fdafbb0b537806d318a143
0b1c735805a5ba0f8b37acd410fb33cf6e1c525f
refs/heads/master
2023-03-31T10:52:24.104812
2019-01-08T14:52:42
2019-01-08T14:52:42
null
0
0
null
null
null
null
UTF-8
C
false
false
4,184
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* parser.c :+: :+: :+: ...
[ "magouin@student.42.fr" ]
magouin@student.42.fr
4c52723921e6666ff68055e795350a98e5fc4fd6
12418397f2350ae9ab82dde7acdb9e72df934cfd
/TinyHttpd/src/dbg.h
8401da8ea0f45255b730cb89ed971444c8073d7e
[ "MIT" ]
permissive
Yisaer/TinyHttpd
888fb69067cf0d341f1863899c40af76613a5b7d
a41e2b51bcae304f9bf93bff55f486fe8d8f18ba
refs/heads/master
2021-01-20T09:00:59.117049
2017-07-19T13:10:03
2017-07-19T13:10:03
78,949,348
1
0
null
null
null
null
UTF-8
C
false
false
947
h
#ifndef DBG_H #define DBG_H #include <stdio.h> #include <errno.h> #include <string.h> #include <stdlib.h> #ifdef NDEBUG #define debug(M, ...) #else #define debug(M, ...) fprintf(stderr, "DEBUG %s:%d: " M "\n", __FILE__, __LINE__, ##__VA_ARGS__) #endif #define clean_errno() (errno == 0 ? "None" : strerror(errno)) ...
[ "2695690803@qq.com" ]
2695690803@qq.com
644cd32b2ce1dd429275f2f33db0459ad5c403da
b6e71c9cbb17d5eca3dd5156ae139dafce731bda
/ft_strlen.c
e9eca917bfdcfa4dae348cb43553076c3ffc6b6a
[]
no_license
FdBM/Curso42
a1a024693648564137ee7f4cfdfc3b4bda9d8921
9049b72a1091bc947bc5ca2f731fcf88df42c984
refs/heads/main
2023-03-04T21:15:39.070870
2021-02-15T18:32:36
2021-02-15T18:32:36
339,170,383
0
0
null
null
null
null
UTF-8
C
false
false
1,020
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strlen.c :+: :+: :+: ...
[ "noreply@github.com" ]
FdBM.noreply@github.com
ac87f35626a576b65d19dc2639ef45addb2f3539
b8e74e375adf51f8d27089cbdc3b5f379fb5a44a
/memctl.c
5d35ed4ecf4fafad745bcb072ba31f6b72c65aed
[]
no_license
spirom32/Codegen
ef0a3e7145293aba65a919fca7ca258ae41d7ad0
3def5525ecaa0cf60bbfd4fa6a648c143be3ec1f
refs/heads/master
2021-01-10T03:39:59.846391
2015-10-14T20:42:43
2015-10-14T20:42:43
44,273,263
0
0
null
null
null
null
WINDOWS-1252
C
false
false
2,177
c
// // // memctl.ñ // codegen_x86 // // Created by Andrey Utkin on 12.04.2015 // // (C) 2015 Andrey Utkin. All rights reserved // #include "codegen.h" #include <stdio.h> #include <stdlib.h> #include "memctl.h" #ifdef _WIN32 #include <windows.h> void *memVirtualAlloc(int size) { return VirtualAlloc(NULL, size, MEM_C...
[ "spirom@yandex.ru" ]
spirom@yandex.ru
e4120b1be39d7cb30447994c0fbcdb95897c1f96
3cf6bb62295c532fc0bbe83892035a73798288b7
/data/qti_socksv5/inc/qti_socksv5_log_msg.h
417504a096a94f6dc12fd0aea55f09755724714d
[]
no_license
qiangzai00001/QuectelShare
4698c270fde9b2a3fb88f9633302553582a34a8c
92fbb0f6117219f63b3a83887e16e4f8335ab493
refs/heads/master
2022-12-14T20:21:13.450593
2020-01-14T04:56:44
2020-01-14T04:56:44
null
0
0
null
null
null
null
UTF-8
C
false
false
2,804
h
#ifndef QTI_SOCKSV5_LOG_MSG_H_ #define QTI_SOCKSV5_LOG_MSG_H_ /*========================================================================== FILE: qti_socksv5_log_msg.h SERVICES: SOCKSv5 header file for diag logging. ==========================================================================*/ /*=============...
[ "tommy.zhang@quectel.com" ]
tommy.zhang@quectel.com
95bc524ea4ac6fd035c30778f47e3a7efece1b64
c43e2bf1e21df6017080d24bae4da4dd3fb26e19
/EFISetVGARegsDxe/x86emu/vga/include/regs.h
dcdd62633416d6ad1d6513b68c7c5d5f61ecd172
[]
no_license
d3vi1/ShEfiPkg
401f2447e81b18d7a05cefa80f0251c3fac0f321
acbef60b8cfd01f244ab2546d3ac85c14b998c42
refs/heads/master
2020-09-12T13:10:59.409163
2020-06-18T14:02:05
2020-06-18T14:02:05
222,436,402
0
0
null
null
null
null
UTF-8
C
false
false
10,439
h
/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1996-1999 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyright (C) 1999 Egbert Eich * * ================================================...
[ "razvan@fedora-uefi-build.(none)" ]
razvan@fedora-uefi-build.(none)
a4f0247b23364b68f6cf907ed186a865c9bfbac0
1bdd1cb06a99ac8bac2716eeb39664ef118fee81
/Clients/UnityCrossPlatformDemo/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Reflection_MonoPropertyInfo2683779348.h
e94bf71d8e0b0e6b6febaf2fb1b90d1c119db96c
[]
no_license
jjjj9800/ZXing.Net
9d504f0894ebfe219ba079652e5308e9a68d8faa
ba90066a039acaeb74c21f13f28cdbc2aa1f15d8
refs/heads/master
2021-06-28T04:19:40.645255
2017-09-20T08:34:45
2017-09-20T08:34:45
null
0
0
null
null
null
null
UTF-8
C
false
false
950
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Type struct Type_t; // System.String struct String_t; // System.Reflection.MethodInfo struct MethodInfo_t; #include "mscorlib_System_ValueType4014882752.h" #include "mscorl...
[ "cedric@poons.me" ]
cedric@poons.me
013380dc69cfa6cfecb0aedce87b7c1a03a0552b
e90bb3c93207ef0b6c59e8a8a7118c5d7aa4128e
/Pods/Headers/Private/BKPasscodeView/BKPasscodeLockScreenManager.h
0aca8d4b07178995f7425b65f6c1a66bf29f9a7e
[]
no_license
cbbing/bbcure
224cc7c57367816b4bba5161810fbb48e18d7206
efc06fd5d04f7f6b6c2a7f9221ae16496f426a63
refs/heads/master
2020-07-31T00:24:20.519598
2016-11-05T05:53:28
2016-11-05T05:53:28
66,758,727
0
0
null
null
null
null
UTF-8
C
false
false
68
h
../../../BKPasscodeView/BKPasscodeView/BKPasscodeLockScreenManager.h
[ "cbbing@163.com" ]
cbbing@163.com
b3044083e69d95d1a78e9eab4fd07879dc23c881
3fa66d599f9f885b89b79ce84880cbe41ddf45aa
/scrutiny_lib/includes/smp.h
d8d1695a0f900d0433c264e15b4883d248f00127
[]
no_license
huangkateIec/ScrutinyLib
829809aa00b5672548b714d9deb7d7a6ee709063
cd1589a212a35b1ead2aa1cb962a578ba29cc464
refs/heads/main
2023-03-04T20:25:07.821091
2021-02-02T05:59:45
2021-02-02T05:59:45
null
0
0
null
null
null
null
UTF-8
C
false
false
103,916
h
/* * * Copyright (C) 2019 - 2020 Broadcom. * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. * * 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 ...
[ "prangana@Broadcom.net" ]
prangana@Broadcom.net
bcf4b3c7b21b8f44f88c0a763413acca75e82b62
f1926ecd3a0cf194345621b59bebc7c84e79c780
/lib/cache/free.c
85b270c0ae7aa2712292abf824e726182dbda10b
[ "Apache-2.0" ]
permissive
peter-mount/libarea51
1f0ef9ed7a4319736177635a6ed93d1525f92568
6cdb8ed38c7cd5764e8a895cf9ab9d3189c8b117
refs/heads/master
2020-04-06T03:33:39.785192
2016-09-15T06:51:15
2016-09-15T06:51:15
58,805,685
0
0
null
null
null
null
UTF-8
C
false
false
364
c
#include <string.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <time.h> #include <area51/cache.h> #include <area51/hashmap.h> #include <area51/list.h> #include "cache-int.h" void cacheFree(Cache *c) { if (!c) return; cacheRemoveAll(c); hashmapFree(c->map); freeabl...
[ "peter@europa" ]
peter@europa
b89b96deaaa754cdb9d7aedba5289fabc2eb7946
20bd8fdf51ba2fe7a267b7010900a10c6253bf3f
/workspace1/001HelloWorld/Src/itm_send_data.c
2459aa25dedf372f3f0fc04a5170b3b5c2d883eb
[]
no_license
amita1974/EmbeddedDriversDevptSTM32F446
f186971b3f77bd701e044188504c933a802d278a
ec01ce7b36c03e73e5963a49d555b10f23008867
refs/heads/master
2023-04-27T19:58:27.852957
2023-04-17T23:40:17
2023-04-17T23:40:17
289,775,361
0
0
null
2020-09-30T21:40:54
2020-08-23T22:16:27
C
UTF-8
C
false
false
1,308
c
///////////////////////////////////////////////////////////////////////////////////////////////////////// // Implementation of printf like feature using ARM Cortex M3/M4/ ITM functionality // This function will not work for ARM Cortex M0/M0+ // If you are using Cortex M0, then you can use semihosting featu...
[ "amita1974@gmail.com" ]
amita1974@gmail.com
af957423d5ca590bb56d9f3b3ab6b931b8cfa464
e7db7fe12474d777ed7d7210d8400b69e4564319
/firmware/apps/examples/pipe/redirect_test.c
45e86c35603342f6ff84f12b3a857d2218349c10
[]
no_license
tpetri/rgb_cube
26a139a5d55cc25d0fc77538e5f2a64a7b44e8cb
b25e0dafde2043b408706b0b4ebb0b7d8755cb43
refs/heads/master
2016-09-10T11:17:03.811426
2013-02-17T18:54:26
2013-02-17T18:54:26
4,640,840
1
0
null
null
null
null
UTF-8
C
false
false
10,448
c
/**************************************************************************** * examples/pipe/redirect_test.c * * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <spudmonkey@racsa.co.cr> * * Redistribution and use in source and binary forms, with or without * modification, a...
[ "pixhawk@pixhawk01.(none)" ]
pixhawk@pixhawk01.(none)
ae50cda5e1d882d58cf622e1fb4bcee1a13476ee
4c4d9364ebf7abda34f0b9f1e0dad710c4277a27
/MSF_Scan/fonts/Arimo64.h
28c43a60db9683d1836152236d13ba64e36584e4
[]
no_license
Gavatastic/MSF_Scan
6a3d13d3b21ad6633f34a6ae323d9b70ee9615a5
5476bcbb835784d218ff5f9e032e3468c45d9cc1
refs/heads/master
2021-01-12T17:43:04.908802
2016-10-26T22:01:10
2016-10-26T22:01:10
71,629,669
0
0
null
null
null
null
UTF-8
C
false
false
219
h
#include "bitmap_db.h" #include <stdint.h> // Font data for Arimo 64pt extern const uint8_t arimo_64ptBitmaps[]; extern const FONT_INFO arimo_64ptFontInfo; extern const FONT_CHAR_INFO arimo_64ptDescriptors[];
[ "gavin9537@gmail.com" ]
gavin9537@gmail.com
95471956bc6ec2d734f6d1529b1a262cdfa41ed5
a4ae35bc5a534b51592432154fe36113a782fbce
/FFmpeg/libavcodec/mlpdec.c
3139a0172fa0f3c6465ab596daf7dc20d951ca4a
[ "LGPL-2.1-only", "LGPL-3.0-only", "LGPL-2.0-or-later", "LGPL-3.0-or-later", "IJG", "LicenseRef-scancode-proprietary-license", "MIT", "GPL-2.0-or-later", "LGPL-2.1-or-later", "GPL-3.0-only", "GPL-2.0-only", "Apache-2.0", "LicenseRef-scancode-other-permissive", "GPL-1.0-or-later", "License...
permissive
jvo203/fits_web_ql
53c1cd517c8b34a86c34e54bb7df3b0d9f6f7e98
b929f81dec0039b4a24f3b077e029682b84f094d
refs/heads/master
2023-08-09T15:14:35.643280
2023-08-08T08:05:34
2023-08-08T08:05:34
135,184,023
11
0
MIT
2023-01-06T23:16:12
2018-05-28T16:18:46
C
UTF-8
C
false
false
49,320
c
/* * MLP decoder * Copyright (c) 2007-2008 Ian Caulfield * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at ...
[ "chris.zapart@nao.ac.jp" ]
chris.zapart@nao.ac.jp
e3106d974bb5f5e592250df7ee9e0870b8487042
9b6058b36dc1aaed90d6b2dec2c79b2da04b26cc
/lab6/sfrobu.c
e6eaa70a3e652da389bc348023f7f369e80f5def
[]
no_license
jlin97/cs35L
414a4380b14c1c08c9f77d2b64c52acfe361d617
d49b7e44d07771c65bad8483334c328057abcc34
refs/heads/master
2021-01-22T20:50:30.630723
2017-03-18T01:53:05
2017-03-18T01:53:05
85,368,576
0
0
null
null
null
null
UTF-8
C
false
false
4,695
c
#include "stdio.h" #include "stdlib.h" #include <unistd.h> #include <sys/stat.h> #include <sys/types.h> int frobcmp (const char *a, const char *b); int decode_and_cmp (const char *a, const char *b); int wrapper (const void *a, const void *b); void check_mem_error(char *ptr); static int num_comparisons = 0; //returns...
[ "jonathanlin97@gmail.com" ]
jonathanlin97@gmail.com
bb5ff58582d5f8c19b98693df80e8024b04fd9ec
7e09e7a01cac85deb6fde90f72fec848f6b18bd1
/hw-probe/LCD4x40.h
a5d94f6879639a5906f0123c082eef6e4d6f3e23
[]
no_license
kumarsivarajan/disaster-manager
57352d18b8f6a74f75edcb1a0b24577f605494b6
bc263a8ed9f880884073f0907bb74cbc75b21d90
refs/heads/master
2021-01-10T07:57:54.182008
2009-07-14T21:43:19
2009-07-14T21:43:19
48,414,703
0
0
null
null
null
null
WINDOWS-1250
C
false
false
3,191
h
//------------------------------------------------------------------------------------------------- // Biblioteka funkcji obsługi wyswietlacza alfanumerycznego HD44780 4x40 znaków // Kompilator : avr-gcc // Autor : Radosław Kwiecień, radek@dxp.pl //-----------------------------------------------------------------------...
[ "tomkiewi@ae2f3682-2e9c-11de-9cad-a3574e5575ef" ]
tomkiewi@ae2f3682-2e9c-11de-9cad-a3574e5575ef
0ed82233ba1824e541f896caf8c33fcab3799d36
2800e6ff27e23b536c190907793ad3aeb0a9f7f0
/source/loonyland/ch_bonkula.h
e9c80f2520e014a67b912e831f30e37e0536b1f0
[ "MIT" ]
permissive
SpaceManiac/HamSandwich
c091735dc64bdc1e5128c77d18d916c645c80c5d
b3910715eeea3691ee64af03bffb6991c7be8eda
refs/heads/master
2023-08-16T18:24:27.788739
2023-08-05T20:35:40
2023-08-05T20:35:40
186,207,665
33
13
MIT
2022-06-10T04:11:05
2019-05-12T03:40:47
C++
UTF-8
C
false
false
147
h
#ifndef CH_BONKULA_H #define CH_BONKULA_H #include "player.h" void BonkulaControlMe(Guy *me,Map *map,mapTile_t *mapTile,world_t *world); #endif
[ "tad@platymuus.com" ]
tad@platymuus.com
41d6706802683797e63c7aecddb8287150de44a0
00f39ba64a4dac93b7a25bd613b776101b54d8ce
/SDK/sam0/utils/cmsis/samr30/include/samr30.h
83dd18f812377295907a70ce451bd695e0e17242
[ "MIT" ]
permissive
hanyazou/bbq10kbd_i2c_sw
40d9e4e72a82ea3a51a054172a8c181c83972fb6
6ed081fd050972341cb6a52469b4bee257e71a37
refs/heads/master
2021-05-22T15:32:48.707403
2020-01-19T20:38:01
2020-01-19T20:38:01
252,983,180
0
1
MIT
2020-04-04T11:50:34
2020-04-04T11:50:34
null
UTF-8
C
false
false
2,151
h
/** * \file * * \brief Top header file for SAMR30 * * Copyright (c) 2016 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * *...
[ "arturo182@tlen.pl" ]
arturo182@tlen.pl
0722fbadd5e986725c7951ed8287895916ef9a5d
9dd468eeb71a588641f85a55aea0197dca66c545
/Algo/Source/algo_sssp_dist.c
274141bd0a4b8c36a66125546ed80a8038358d23
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ghas-results/ibmgraphblas
d8fed50c1845477abc0dc1d4b0e7f78e3c93b2a3
5405ec4caf093e808eae6bef62a2957aed4a4e86
refs/heads/master
2023-08-10T02:25:12.273616
2018-10-15T14:36:30
2018-10-15T14:36:30
null
0
0
null
null
null
null
UTF-8
C
false
false
5,671
c
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "hornwp@us.ibm.com" ]
hornwp@us.ibm.com
6f8ea601bbe46e07276959161604dde226269dd3
d5c85fdfd1441e53bbcd25dd116a3e8ed2968cc6
/informatica/laboratorio/03/es2.c
d27acf6aacbefafe5a906abb6f44399bb8fbf38b
[]
no_license
majik00027/polimi-informatica
2c0a02b76ca2779a45650c5d24bf61f967c7e30f
e668fef4252d13bf0d80399a261bd5ab5f37f162
refs/heads/master
2021-01-18T07:56:58.498005
2014-07-16T20:12:54
2014-07-16T20:12:54
null
0
0
null
null
null
null
UTF-8
C
false
false
334
c
#include <stdio.h> #define DIM 10 void main(){ int i, j; for(i=1;i<=DIM;i++){ for(j=1;j<=DIM;j++){ if( ((i * j) % 7) == 0 && ((i * j) % 5) == 0 ) printf("%3d*", (i*j)); else printf("%4d", (i * j));} printf("\n"...
[ "simone@mweb.biz" ]
simone@mweb.biz
7810c898601e9a35d08db3c9efd4f73282e0fa45
c6b49469ed4bb8a254dfde6257b05678a267b7ca
/samples/net/awsiot_shadow_sample/outdir/qemu_x86/misc/generated/configs.c
1b9d7fb53b7944789210aee8df76860806630ad9
[ "Apache-2.0" ]
permissive
spkolhe/zephyr-aws
ba0f1f8c1ca62a6b6fe6f5b3ddaa7348fcda6119
93bc23c1b698200808c370dba1a2dea5cd8e6131
refs/heads/master
2021-04-03T08:55:31.925060
2018-03-14T11:11:09
2018-03-14T11:11:09
125,182,575
0
0
null
null
null
null
UTF-8
C
false
false
8,405
c
/* file is auto-generated, do not modify ! */ #include <toolchain.h> GEN_ABS_SYM_BEGIN (_ConfigAbsSyms) GEN_ABSOLUTE_SYM(CONFIG_UART_CONSOLE_ON_DEV_NAME, 1); GEN_ABSOLUTE_SYM(CONFIG_NET_INIT_PRIO, 90); GEN_ABSOLUTE_SYM(CONFIG_NUM_PREEMPT_PRIORITIES, 15); GEN_ABSOLUTE_SYM(CONFIG_NET_APP_MY_IPV4_ADDR, 1); GEN_ABSOLUTE...
[ "spkolhe96@gmail.com" ]
spkolhe96@gmail.com
a1e7289695b269b5e081c6d44dbb200ad2ff7f60
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant100869_ifcvt.c
51721a234f2d517e87b50d1347da659dc9055d72
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
117,618
c
/* If-conversion support. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundatio...
[ "agroce@gmail.com" ]
agroce@gmail.com
87dac29ef8df082ba70700765ed05a6e10d8aed7
595fc1bb9ce0c9c200d634a575a47f2a1f6744bd
/libft/ft_strstr.c
d8bc7d629613a676d3ee07c48574969afa33f56a
[]
no_license
ylaissyi/lmin
5ee63612698c00fe42ae6d00d86ca215d1ac4dca
3570e4f977abd80c56e3bb736f61e48d567df524
refs/heads/master
2020-04-06T15:49:42.425111
2018-11-14T18:43:23
2018-11-14T18:43:23
157,594,293
0
0
null
null
null
null
UTF-8
C
false
false
1,370
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strstr.c :+: :+: :+: ...
[ "ylaissyi@e1r11p9.42.fr" ]
ylaissyi@e1r11p9.42.fr
e6b403db2b399f9315c3f2e606790e62506b3c58
5a9d8b2a75fd9932af998e6c3a283372df560b03
/c/apps/door_rfid/nklugman.c
b13e0b708bb90f185f6c1542581e57bdc66a1c63
[]
no_license
lab11/light-show
12793a0ae5e434c74a147b3efbb2f27de347cd20
cc938ed8138aed4927034cc997eb610e376daeac
refs/heads/master
2021-01-13T01:13:23.169584
2014-12-17T17:29:51
2014-12-17T17:29:51
null
0
0
null
null
null
null
UTF-8
C
false
false
146
c
#include "people.h" #include "lights.h" #include "effects.h" void nklugman_enter (int len) { effects_blink(LIGHTS_WHITE, LIGHTS_PURPLE, len); }
[ "bradjc5@gmail.com" ]
bradjc5@gmail.com
a6a9b1bfd8586943f6a9623c28d2377cf6913927
741eb65c549211874bcc7038498cdfff3ee21a2c
/driver/hello_ubuntu/test.c
522151395a035fe061c39033d7addab7c024e276
[]
no_license
yangjunqiang90/work
3b8824cac7fb9f259226f2aa60e6a8823baaa905
53ac990b56dd2358bbe4bdd7de5dc76640e9b60f
refs/heads/master
2023-01-20T22:36:04.805105
2023-01-18T10:18:15
2023-01-18T10:18:15
86,455,712
0
0
null
null
null
null
UTF-8
C
false
false
479
c
#include <sys/types.h> #include <sys/ioctl.h> #include <sys/stat.h> #include <fcntl.h> #include <pthread.h> #include <stdio.h> #include <poll.h> #include <signal.h> #include <sys/types.h> #include <unistd.h> #include <fcntl.h> #include"head.h" static int fd; int main(int argc, char **argv) { i...
[ "yangjunqiang90@163.com" ]
yangjunqiang90@163.com
6ec739216abd6cc3da970df74039fa87c80dbfe4
c5252742d2831018e341d18f64fd99f09fb88535
/Lab4/Sources/EEPROM.h
ca12c129fda964388ee8576fa57801386b6edad0
[]
no_license
xw901103/es14spr15
d8432f160035048cf808d7a769e3f7114c8f2602
579fc3ac73489fa83dd27fca3b3f8558cabfbfb0
refs/heads/master
2016-09-05T20:47:09.998598
2014-11-19T04:49:33
2014-11-19T04:49:33
22,408,549
1
1
null
null
null
null
UTF-8
C
false
false
3,338
h
/** * \file EEPROM.h * \brief Routines for erasing and writing to the EEPROM * \author Xu Waycell * \date 13-August-2014 */ #ifndef EEPROM_H #define EEPROM_H #include "global.h" /** * EEPROM address begin boundary */ #ifndef CONFIG_EEPROM_ADDRESS_BEGIN #define EEPROM_ADDRESS_BEGIN 0x0400 /* fallback plan */ #w...
[ "xw901103@gmail.com" ]
xw901103@gmail.com
ac7c51714567217a30d95a50ead7e9096c076023
a112e3311907cd7883b38c3ef81eb87430bd4c99
/III_On-Board_Computer/sensors/Sensors.h
6afdbdef94718ed195989262d141003a16b26241
[]
no_license
wigryz/InternshipRecruitmentProjects
4b5670de1bcde6782f8157eeb84ba4f803e61a2e
311633cfc2e8737aec41c7953b69a0727e5eb151
refs/heads/master
2023-02-09T21:45:30.150848
2021-01-10T18:56:44
2021-01-10T18:56:44
null
0
0
null
null
null
null
UTF-8
C
false
false
225
h
#pragma once #include "EngineTemperatureSensor.h" #include "FuelLevelSensor.h" #include "GearSensor.h" #include "RPMSensor.h" #include "SmallerSensorsManager.h" #include "SpeedSensor.h" #include "SteeringAngleSensor.h"
[ "tomasz.ligeza3@gmail.com" ]
tomasz.ligeza3@gmail.com
61f49da1f9f404eba29f80e27e311abf7e0bdbf2
362e6f1533cc2e5b3e8659cbd2c18639e5ec0083
/include/timing.h
c6314be0b24b85b747452f7a968800d291177f8b
[ "MIT" ]
permissive
cyberman54/sx127x-probe
9739365635a27413557876729af284e7e08bce6c
b238997a527d28cf8782dd9a113ef9ab56bad94f
refs/heads/master
2020-12-22T15:19:57.705957
2020-01-12T12:31:06
2020-01-12T12:31:06
236,838,982
0
0
MIT
2020-01-28T20:52:49
2020-01-28T20:52:48
null
UTF-8
C
false
false
898
h
/* * SX127x Probe - STM32F1x software to monitor LoRa timings * * Copyright (c) 2019 Manuel Bleichenbacher * Licensed under MIT License * https://opensource.org/licenses/MIT * * Timing functions */ #ifndef TIMING_H #define TIMING_H #include <stdint.h> #include <stm32f1xx_hal.h> extern volatile uint32_t Upt...
[ "10954524+manuelbl@users.noreply.github.com" ]
10954524+manuelbl@users.noreply.github.com
bccad8620230779003914e6e728c9e55d49a6992
aec254441444988edfc16e017eba937e9e64e066
/mainahorcado.c
2d13b83088d3ce7b6d3455ba938d9836502e3c4c
[]
no_license
albertocasadom/Ahorcado-
658461ba6112c397b805e6ef2b1de1f724680b35
fc50db672adb6d70a81271324c119d9b51f85210
refs/heads/master
2021-04-15T05:03:24.507317
2018-03-23T18:35:56
2018-03-23T18:35:56
126,524,957
0
0
null
null
null
null
UTF-8
C
false
false
3,305
c
#include <stdio.h> #include <string.h> #include <stdlib.h> /* Variales globales necesarias para guardar la información introducida por los jugadores */ char * palabra; char * caracter; char * leerteclado(){ char * cadena = NULL; size_t len = 0; ssize_t read; read = getline(&cadena,&len,stdin); if(read == ...
[ "albertocasadom@gmail.com" ]
albertocasadom@gmail.com
d0667d76b105eb4882ab28a1ac81ba58a786ff2f
36bc2ec6c6567d670e837f0f18ec5911d401958e
/twofish.h
af0c81d50572f1372c230fdef03ea588df1231f5
[ "BSD-2-Clause" ]
permissive
peterferrie/twofish
7b665fd74cf58833ffd44b107e61ec114e344d8a
e8159033dbf62f8e238b7c035717fed91bc5593e
refs/heads/master
2020-04-10T11:00:47.184078
2017-08-09T12:48:22
2017-08-09T12:48:22
79,525,618
6
1
null
2017-01-20T04:35:48
2017-01-20T04:35:48
null
UTF-8
C
false
false
2,238
h
/** Copyright (C) 2016 Odzhan. Copyright (C) 2001, 2014 Marc Schoolderman 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 copyrig...
[ "odzhan@protonmail.com" ]
odzhan@protonmail.com
87f6bec8bee30f571a968a5a8da3afb8a4170126
5c36fe9a0e3405a8d74695910be3833804ac60d5
/EE485_HW/HW_Lect7/test/205.txt
b61854eb946c01e3ad1853d1eb74a0c47579aaac
[]
no_license
joonpark2019/EE485
2a72e274338952213d3df4be94151e20f9492331
96864be7704f4607f91c2546e51f22e982653ff7
refs/heads/master
2023-06-23T17:08:59.166481
2021-07-17T07:32:17
2021-07-17T07:32:17
374,081,213
0
0
null
null
null
null
UTF-8
C
false
false
205
txt
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
[ "joonpark2019@gmail.com" ]
joonpark2019@gmail.com
91dfecbceb56d26013d95a24f3686cf9bb070522
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/gcc.target/powerpc/sse4_1-pmulld.c
43eda16dad156eaa59b9c67f121c5a9ab10a5f56
[ "Zlib", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "FSFAP", "LGPL-3.0-only", "GPL-3.0-only", "GPL-2.0-only", "GCC-exception-3.1", "LGPL-2.0-or-later" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C
false
false
746
c
/* { dg-do run } */ /* { dg-options "-O2 -mvsx" } */ /* { dg-require-effective-target vsx_hw } */ #ifndef CHECK_H #define CHECK_H "sse4_1-check.h" #endif #ifndef TEST #define TEST sse4_1_test #endif #include CHECK_H #include <smmintrin.h> #define NUM 64 static void TEST (void) { union { __m128i x[NUM ...
[ "rink@rink.nu" ]
rink@rink.nu
d74a46e78a8bd96e36e8009ac372e1dd780a7ab7
99b8d9dfee5008302492085ea46c8006ec0f08e9
/isim/chip_counter_tb_isim_beh.exe.sim/work/m_00000000003270429453_4149106180.c
ee74c9e9a54c5e0237fdd5f51e557a46d7e4c025
[]
no_license
manideepabc/FPGA
8bd39625b26a93e588b75ec453504b08551ad3a2
b6218f62033acacf323eee533e055978138c7f2c
refs/heads/master
2023-02-04T11:06:37.353214
2020-08-09T20:06:31
2020-08-09T20:06:31
286,642,922
0
0
null
null
null
null
UTF-8
C
false
false
7,268
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "manideepabc@gmail.com" ]
manideepabc@gmail.com
d3cbcc4da9215e74fc6e05c6cb25a0259bcbd854
46c0d47381a856521874c88e372df95153d9cc17
/Bài tập 3/review_02.c
0cfc4cc8e178465500ce4863af91bbe6e0dd1a4c
[]
no_license
thanhthong1912/Nhap-mon-ngon-ngu-C
5fa4d1e126d232de2d4758b07c6c9610b61d25ba
473d8dd1ca7531df5e96dc7615a2a4c892a00f0b
refs/heads/main
2023-03-22T08:09:52.495320
2021-03-20T02:03:31
2021-03-20T02:03:31
312,134,504
0
0
null
2020-11-12T02:02:29
2020-11-12T01:26:18
null
UTF-8
C
false
false
938
c
#include <stdio.h> int main() { int a, b, i; //khai bao bien a,b va i scanf("%d\n%d",&a,&b); for(i=a;i<=b;i++) { if (i<=9) { switch (i) { case 0: printf("zero");break; case 1: printf("one");break; case 2: printf("two");break;...
[ "noreply@github.com" ]
thanhthong1912.noreply@github.com
f2edab5c3d6b7a01830d69fc350be3bb7f3a10cb
6596c1c9c9c3e837677aa161de67a3a850e9140e
/introclass-results/checkpoints/smallest/2694af73c71cb375afbf48eafad870d9f8d0e2962411c4d96ab2f0b6c31ffdd3a5b84f8ed59c08a809df688abffcb5ab9fb88e7b1df1970eadb6e8fa0ac34309/3/repair.c
ae356a7676f0f0eaa1e1e92695941821dff17f5a
[]
no_license
eduardodx/gecco2018-checkpoints
f42cfb4161b810235d5acedecfd689b5ecf6c883
34f501bd8c4470e594a0a5e8248ef91f13af4f69
refs/heads/master
2020-03-11T10:07:52.660538
2018-08-19T21:31:05
2018-08-19T21:31:05
129,933,410
0
0
null
null
null
null
UTF-8
C
false
false
123,591
c
#ifndef GENPROG_CHECKPOINTS_H #define GENPROG_CHECKPOINTS_H //This file was created with Single-C-File //Single-C-File was developed by Adrian Dawid. /* * xxHash - Fast Hash algorithm * Copyright (C) 2012-2016, Yann Collet * * BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) * * Redistribu...
[ "eduardodx01@gmail.com" ]
eduardodx01@gmail.com
04fc9848bc009c2ad3cba0005c082517f210bd4a
1dc856a2a51e149e5bad78a89ecd1eaba2be9037
/.history/Libraries/seekfree_peripheral/headfile_20200604121503.h
808df1c8c7e1f741c8798caab9743f4534d46909
[]
no_license
gdgly/STC_auto_car_last
f984a7ee1675c01deb318b3dbedd6237f24935ab
6fe9b6d8bb1dcd01601289baede3cee0bf2a6a74
refs/heads/master
2022-11-27T19:51:51.004781
2020-07-15T16:44:20
2020-07-15T16:44:20
null
0
0
null
null
null
null
UTF-8
C
false
false
810
h
#ifndef __HEADFILE_H_ #define __HEADFILE_H_ #include "board.h" #include "common.h" #include "STC8Axx.h" #include "zf_delay.h" #include "zf_iic.h" #include "zf_uart.h" #include "zf_adc.h" #include "zf_spi.h" #include "zf_tim.h" #include "zf_pca_pit.h" #include "zf_pwm.h" #include "zf_exti.h" #include "zf_pca_delay.h"...
[ "iswenyan@gmail.com" ]
iswenyan@gmail.com
1c9d91168dc3c99f5896e0551e5095130ee5280f
b8329e2790f754dfebd75c1b1bd6756ed74dd063
/avr/atmega16a/timers/timer0/pwm0/pwm.c
93af112384f27732120686e6ab0d17ec00288c0d
[]
no_license
amitesh-singh/amiduino
ebb7909fe354e29349e53258c51e5d99e5b24bef
32a4fcb4cd1c7237c4a7f409b2248875f947e77c
refs/heads/master
2023-08-22T17:57:49.041914
2023-08-20T15:33:58
2023-08-20T15:33:58
47,932,022
6
1
null
null
null
null
UTF-8
C
false
false
630
c
#include <avr/io.h> #include <avr/interrupt.h> //This is still using CPU, can we use hardware ctc mode instead? /* ISR(TIMER0_COMP_vect) { PORTB ^= (1 << PB2); } */ int main() { DDRB |= (1 << PB3); //set PB3 - OC0 at output //init timer0 in ctc mode. not sure if its gonna work TCCR0 |= (1 << COM00) | //...
[ "singh.amitesh@gmail.com" ]
singh.amitesh@gmail.com
4de8120df6f60af6c11e423a5d45fedda5b22828
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/arch/arm/mach-at91/include/mach/memory.h
401c207f2f39c8e3af445183794d70e14c518e49
[ "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
897
h
/* * arch/arm/mach-at91/include/mach/memory.h * * Copyright (C) 2004 SAN People * * 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) ...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
0ca1ba5fcccc7cd4dfcff7e3fbe26f1ac021cf88
7d7fdd92805222a05533cadbb19be083f956f991
/ch08-inheritance-and-polymorphism/ExtremeC_examples_chapter8_2_main.c
eed9b93cf7698f87d7eec9d18523d3f2a436e205
[ "MIT" ]
permissive
atillaaydogdu/Extreme-C
8bf80cbb8980d3ec058df94de07e7fd39dadac6a
fa0dd5b8b84f2ddbdf184e7750dca27c89fd70c2
refs/heads/master
2020-06-25T09:11:15.906321
2019-07-26T21:30:03
2019-07-26T21:30:03
199,268,361
1
0
null
2019-07-28T09:38:41
2019-07-28T09:38:41
null
UTF-8
C
false
false
1,168
c
// File name: ExtremeC_examples_chapter8_2_main.c // Description: Main scenario #include <stdio.h> #include <stdlib.h> #include "ExtremeC_examples_chapter8_2_person.h" #include "ExtremeC_examples_chapter8_2_student.h" int main(int argc, char** argv) { // Create and construct the student object struct student_t* ...
[ "kam.cpp@gmail.com" ]
kam.cpp@gmail.com
acbe9529e42afe0028e94c3360b7763c9c1b376c
9db2bd0e9ee4d39ae1c3adb6bdf39e8b35a8c781
/Orbitersdk/Space Shuttle Ultra/meshres_vc_o6.h
a092f186016e4ee0b30e76995c3388078534a45d
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
mrozigor/spaceshuttleultra_mirror
95aae304af32179a5c1f33ff1e103b874c5c39db
caeffa89129ba749061c8e751d254882e21417c4
refs/heads/master
2021-01-25T16:53:44.829629
2017-07-31T21:26:20
2017-07-31T21:26:20
101,912,508
0
0
null
null
null
null
UTF-8
C
false
false
4,257
h
// ====================================================== // Created by ssumeshc 0.2 // Date of conversion : Sat Apr 01 23:59:11 2017 // Input file: panelO6.msh // ====================================================== #pragma once const unsigned int NUMGRP_O6_VC = 84; const unsigned int GRP_PANEL_O6_VC ...
[ "gls_ssu@mycompany.com" ]
gls_ssu@mycompany.com
4dbc208527fcff6b98df86a177352461ff2668e1
a23473af09b888cec4ba85c4991877b9ff9c6157
/Algorithms/Implementation/divisible-sum-pairs.c
f04b579d261dc6a189bf3a394707e96c01499222
[]
no_license
ujjwal123123/HackerRank
e098414977e3b5c22b03cd62da2b57ee9bd3b698
fb2eadf155858631188c71e1ef01383f924d1fd0
refs/heads/master
2022-12-13T18:29:31.809731
2020-01-08T18:01:24
2020-01-08T18:01:24
232,550,018
0
0
null
null
null
null
UTF-8
C
false
false
413
c
#include <stdio.h> int main() { int length, divisor; scanf(" %d %d", &length, &divisor); int numbers[length]; for (int i = 0; i < length; i++) scanf(" %d", &numbers[i]); int pairs = 0; for (int i = 0; i < length; i++) for (int j = i + 1; j < length; j++) if ((nu...
[ "ujjwal234goel@gmail.com" ]
ujjwal234goel@gmail.com
221e0e82f320118800e378c9362843bd34eb28d2
5b5e083a2df8c9fe546034e15f2e5c9967bf818f
/sumofdig.c
abbb2d3a4656c4f0dad2c3aa07eb274daac104d3
[]
no_license
umashanmugam/pzn.c
a2efe5aaad8300801f2c3793864495fb7a8a606a
068ce1dad8a81894d7e34963e03bf5daa45d0576
refs/heads/master
2021-05-12T13:59:41.987314
2018-03-19T11:29:16
2018-03-19T11:29:16
116,943,164
0
0
null
null
null
null
UTF-8
C
false
false
162
c
#include <stdio.h> int main() { int n,rem,sum=0; scanf("%d",&n); while(n!=0) { rem=n%10; n=n/10; sum=sum+rem; } printf("sum is %d",sum); return 0; }
[ "noreply@github.com" ]
umashanmugam.noreply@github.com
48a459cd9d8236b7e3fffab4ca80c412f4fa4058
bd05aa3f98c0b1b8cd50a16527789212722021c5
/firstVersion/graph.c
3d7859a509831c9f33a20875ab455f55105b5b6c
[]
no_license
ntafra00/DijkstraAlgorithm
526f3d8868ced98257ef74287130627c62c12447
561dcbac29b125526def1186d9672ab66c10a42c
refs/heads/master
2023-03-30T12:23:42.666690
2021-04-01T11:33:26
2021-04-01T11:33:26
330,992,460
0
0
null
null
null
null
UTF-8
C
false
false
7,550
c
#include "header.h" int makeAdjacencyList(graph_ptr* adj_list, int numberOfVer) { for (int i = 0; i < numberOfVer; i++) { adj_list[i] = (graph_ptr)malloc(sizeof(struct graphNode)); if (adj_list[i] == NULL) { printf("Problem with memory allocation.\n"); return -1; } adj_list[i]->edge = 0; adj_list...
[ "ntafra00@fesb.hr" ]
ntafra00@fesb.hr
a1cbe94e1955f6ce022a154f19e1bacc53a05e2e
e368d28ab359f703b784b23280a98caa58d4fa72
/component/common/application/linkkit/v1.3.0/src/infra/utils/misc/utils_event.c
2645964620489559af19a92338d7cb13d85968bc
[ "MIT" ]
permissive
Seeed-Studio/seeed-ambd-sdk
93b3f853142026b0bb15f320129f7e893c981ae1
3cc64f293f756ffb3cd379fffb972b7401cb0951
refs/heads/AT
2022-11-25T06:55:17.361575
2020-07-31T05:45:10
2020-07-31T05:45:10
255,220,669
12
7
null
2020-07-31T05:45:11
2020-04-13T03:18:22
C
UTF-8
C
false
false
526
c
/* * Copyright (C) 2015-2018 Alibaba Group Holding Limited */ #include <stdio.h> #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ static void *g_event_monitor = NULL; int iotx_event_regist_cb(void (*monitor_cb)(int event)) { g_event_monitor = (void *)monitor_cb; return 0; } ...
[ "lht856@foxmail.com" ]
lht856@foxmail.com
c522e5c8d970bce1028a31338a34023fa286d25b
7b8185c6767125697c09507f45a689b6b34987a0
/gluKe/task.h
e618d9c4335f1af519341025e217062d978166fa
[]
no_license
vovaprog/gluKe
fd33a54611543d3e615a88496980f9f70bf2ffa4
91742e78a1419b54496dfbfb7e0660552a021607
refs/heads/master
2020-06-04T04:18:26.177499
2015-09-17T06:06:48
2015-09-17T06:06:48
42,566,685
0
0
null
null
null
null
UTF-8
C
false
false
1,916
h
#ifndef TASK_H_INCLUDED #define TASK_H_INCLUDED #include <linked_list.h> struct TSS{ short int prev_task; short int empty_space0; unsigned int ESP_CPL0; short int SS_CPL0; short int empty_space1; unsigned int ESP_CPL1; short int SS_CPL1; short int empty_space2; unsigned int ESP_CPL2; short int SS_CPL2...
[ "vovaprog@yandex.ru" ]
vovaprog@yandex.ru
6c0c85f65327a6732f32ce0fbb2b3a93f04e182f
4366322fe6f13171d448c15a6a7a7eda68f4c879
/demo/2/_mymath/mymath.c
dbcb6de5a3303f5a65e0357d6159d155ad90b620
[ "MIT" ]
permissive
win-t/golang_meetup_27sep18
b7f1c3e10effb972a9870697ffac593d1552f375
6a15bd42402fa423ff2926a810ff3f280cd80fa8
refs/heads/master
2020-03-30T00:51:19.519865
2018-09-28T04:48:22
2018-09-28T04:48:22
150,547,319
1
1
null
null
null
null
UTF-8
C
false
false
258
c
int tambah(int a, int b) { return a + b; } int kurang(int a, int b) { return a - b; } int kali(int a, int b) { return a * b; } int bagi(int a, int b, int *rem) { int ret = a / b; if(rem) { *rem = a % b; } return ret; }
[ "kurnia.d.win@gmail.com" ]
kurnia.d.win@gmail.com
4af5856ff178b409e470cbc1f2ce56ac5c04bc53
0692ddd40cea0be210222d1897ad9cdb20330769
/readstarlog.c
2d42ebcf8a78f83317e72df0c88ca51785809ae4
[]
no_license
N-BodyShop/tipsy_tools
9f9a2eec86bdc840710b82e95bd7649d13b0f45d
23fbb916284a1f86e581c33a0774cf1596b3e45d
refs/heads/master
2023-08-21T23:15:30.122024
2023-08-14T01:55:41
2023-08-14T01:59:17
16,426,835
1
2
null
2023-08-14T01:59:18
2014-02-01T02:33:22
C
UTF-8
C
false
false
1,487
c
#include <stdio.h> #include <rpc/xdr.h> #include <assert.h> typedef struct sfEvent /* Holds statistics of the star formation event */ { int iOrdStar; int iOrdGas; double timeForm; double rForm[3]; double vForm[3]; double massForm; double rhoForm; double TForm; } SFEVENT; i...
[ "trq" ]
trq
1093b29189d1e5f9fe73aa1831d4e02698392ef5
99429b3ab939d973036111724935bfd583a0d2b2
/bolib/src/msvc/msvcfunc.c
9ad5ade674f2a0b87b7ca4ca201bf68ab409b6aa
[ "MIT" ]
permissive
boldowa/disperry
3f9f8ff50c75c73f22403c4bfb43e423325284bd
37c86f5b4f9f97444c11ac28642a0e12bac164d7
refs/heads/master
2021-01-20T05:37:25.751610
2017-08-26T09:30:53
2017-08-26T09:30:53
101,457,748
0
0
null
null
null
null
UTF-8
C
false
false
602
c
/** * msvcfunc.c * this source will compile only visual studio. */ #if defined(_MSC_VER) #include <stdio.h> #include <errno.h> static const char* foperrstr(errno_t err) { switch(err) { case EPERM: return "permission denied."; case ENOENT: return "file not exists."; default: break; } return "...
[ "boldowa.q@gmail.com" ]
boldowa.q@gmail.com
7186d490d1725d8851af94c23d20dccb41724d49
1b19717a933a5a0bbfc0fe5535f60d12e67d806b
/TESTS/psa/spm_server/server_tests.h
89cb2f5d4c6fe722c2e68ecd6ff5fc6a22b41e46
[ "BSD-3-Clause", "MIT", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
yxz406/mbed-os
2b659e0e5137d26e257189e7c910c9fb2ba75b08
287010314d891b3e745e1faf4f33e0685525f442
refs/heads/master
2021-01-12T10:03:49.287503
2020-04-19T12:50:07
2020-04-19T12:50:07
76,310,380
1
0
Apache-2.0
2020-04-19T12:50:09
2016-12-13T01:19:13
C
UTF-8
C
false
false
1,790
h
/* Copyright (c) 2017-2018 ARM Limited * * SPDX-License-Identifier: Apache-2.0 * * 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 * *...
[ "oren.cohen@arm.com" ]
oren.cohen@arm.com
53a48232c014e23f41aec8056af8f817c63d8ac1
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/gcc.target/vax/cmpelim-le-ashrsi.c
c4d9f28d0e39e04f67f394e085ef4c8381f604c5
[ "LGPL-2.1-only", "FSFAP", "LGPL-3.0-only", "GPL-3.0-only", "GPL-2.0-only", "GCC-exception-3.1", "LGPL-2.0-or-later", "Zlib", "LicenseRef-scancode-public-domain" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C
false
false
822
c
/* { dg-do compile } */ /* { dg-options "-fdump-rtl-cmpelim -dp" } */ /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */ typedef int __attribute__ ((mode (SI))) int_t; typedef int __attribute__ ((mode (QI))) short_t; int_t le_ashrsi (int_t x, short_t y) { x >>= y; if (x <= 0) return x; else...
[ "rink@rink.nu" ]
rink@rink.nu
6784fa718dab860029ab638b24dc304ab2472cac
6a0f5f3538cf225fd92217ed56af76c723270add
/guilds/scion/paths/sword/blood/soulstrike.c
bfffc3cbfaa7faf2d07f8405fcf9efe762e19b3b
[]
no_license
samjaninf/core-lib
572c7c25c1965ce40fc9ef837644c0ca25517a3b
04f2fa2128b7e71be786f3121f1b13b23a9767e3
refs/heads/master
2020-05-04T06:20:39.721977
2019-04-01T19:16:52
2019-04-01T19:16:52
null
0
0
null
null
null
null
UTF-8
C
false
false
616
c
//***************************************************************************** // Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/gui...
[ "abc@maelstrom.cc" ]
abc@maelstrom.cc
66682794374127fa0ce996c3e25913e8eff0e1ae
561a63199941d91f3c42235d3fa82000ae6e2567
/samples-1/dgesv.c
f2387559993fe27d1316186a6b4649f288fde99a
[]
no_license
elle-et-noire/compexp
63c1e3f24f6d3f560fb35822dfcf229bff91f67a
4ad130fb6c7f247504668255bdb339f4f99b4550
refs/heads/master
2023-07-09T15:13:59.588393
2021-08-20T10:12:01
2021-08-20T10:12:01
null
0
0
null
null
null
null
UTF-8
C
false
false
988
c
#include <stdio.h> #include <stdlib.h> #include "cmatrix.h" #include "dgesv.h" int main() { int n = 3; double **a; double *b; int *ipiv; int info; int nrhs = 1; a = alloc_dmatrix(n, n); mat_elem(a, 0, 0) = 1; mat_elem(a, 0, 1) = 4; mat_elem(a, 0, 2) = 7; mat_elem(a, 1, 0) = 2; mat_elem(a, 1,...
[ "atibon3@gmail.com" ]
atibon3@gmail.com
34f634eedd63157b740a6bdb8d37e5d20a601058
6cd662f7e0b877699ead06f92401fcc6dbf6a660
/ucb/dbx/defs.h
d04bf9d37943afbda225fea73bf7a7931012f8fc
[]
no_license
Roare/Digital-Ultrix-32-VAX-2.0
d53ff4b2c559a9e03cbc073de5c106b38591e43f
56695b632d960b605717f93f84dc6fa7ec5b4e2f
refs/heads/master
2023-09-01T17:43:13.032091
2020-04-25T00:27:39
2020-04-25T00:27:39
null
0
0
null
null
null
null
UTF-8
C
false
false
1,687
h
/*#@(#)defs.h 1.2 Ultrix 5/2/86*/ /* * Public definitions, common to all. */ #include <stdio.h> #define new(type) ((type) malloc(sizeof(struct type))) #define newarr(type, n) ((type *) malloc((unsigned) (n) * sizeof(type))) #define dispose(ptr) { free((char *) ptr); ptr = 0; } #define public #...
[ "zahir.meddour@protonmail.com" ]
zahir.meddour@protonmail.com
d706d42997f98b245c5826e5dda4bd8c21a3a1ed
d197690c51180a40755255a8073ef437ea2ca145
/generated_circuits/ax/BAM/C/flat/f_u_arrbam8_h0_v8.c
0b41f2825ac8fbb5174378b2f312569e2cb34916
[]
no_license
ehw-fit/ariths-gen
0d51594ba3e20a54d5bc4cb9ee7f23365d38e2a4
cf747918bffabe9427dca222931210e42492e002
refs/heads/main
2023-05-01T06:18:46.964415
2023-02-24T13:12:40
2023-02-24T13:12:40
378,086,723
16
0
null
2023-03-23T06:53:56
2021-06-18T08:36:34
C
UTF-8
C
false
false
23,240
c
#include <stdio.h> #include <stdint.h> uint64_t f_u_arrbam8_h0_v8(uint64_t a, uint64_t b){ uint64_t f_u_arrbam8_h0_v8_out = 0; uint8_t f_u_arrbam8_h0_v8_and7_1 = 0; uint8_t f_u_arrbam8_h0_v8_and6_2 = 0; uint8_t f_u_arrbam8_h0_v8_ha6_2_xor0 = 0; uint8_t f_u_arrbam8_h0_v8_ha6_2_and0 = 0; uint8_t f_u_arrbam8_...
[ "noreply@github.com" ]
ehw-fit.noreply@github.com
95204942e8ca08f4d19a3cfaeb3b47502eb437a8
7e1f97967b73f6e5ef028d910ee798925b788a67
/kernel-ex/kernel-api-ex/chapter9/d_find_alias/d_find_alias.c
1b887ed56ed27a028ddc55e3413a3965144c0f21
[]
no_license
fjrti/snippets
e7744e2624506ce984cc9aec5aba4d7a3511dbdc
defc0b3ca3bb214eae963f75c0d1ccb066fccc1b
refs/heads/master
2022-04-29T21:54:16.188735
2022-04-15T09:08:35
2022-04-15T09:08:35
89,904,548
3
1
null
null
null
null
UTF-8
C
false
false
1,160
c
/******************************************************************************** * File Name: d_find_alias.c * Description: 第9章实例训练 * Reference book:《Linux内核API完全参考手册》邱铁,周玉,邓莹莹 ,机械工业出版社.2010.9 * E_mail:openlinux2100@gmail.com * ************************************************************...
[ "fjrti@163.com" ]
fjrti@163.com
39d6527b543b35cf87f98cdc40eeabadee3daec5
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/gcc.dg/ubsan/pr63690.c
bcf520a25edb2eaa5a60e86c973a20afa17c2113
[ "LGPL-2.1-only", "GPL-3.0-only", "GCC-exception-3.1", "GPL-2.0-only", "LGPL-3.0-only", "LGPL-2.0-or-later", "FSFAP", "Zlib", "LicenseRef-scancode-public-domain" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C
false
false
126
c
/* PR sanitizer/63690 */ /* { dg-do compile } */ /* { dg-options "-fsanitize=undefined" } */ void foo (void) { (*"c")++; }
[ "rink@rink.nu" ]
rink@rink.nu
cac42a1f9a2d742a2e078af912806bd3a09021ea
218a4c36d93dcd0d8a787a2dd70e169a32570c76
/pawpyseed/core/utils.h
f69052f3b455013a1ad10406eede007edbed4d6d
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
hongyi-zhao/pawpyseed
b92291b044f838ed5c420aca4dd8bbffdf640831
e800be1b24ac2f117a041f7dbcc820ef2108a6f9
refs/heads/master
2021-03-06T03:38:53.017240
2020-02-20T18:24:38
2020-02-20T18:24:38
null
0
0
null
null
null
null
UTF-8
C
false
false
12,759
h
/** \file Contains several sets of general purpose utilities: 1) structs used by pawpyseed as well as utility functions for freeing allocated memory being used by those structs. 2) General vector math (i.e. dot and cross product, determinant, etc.) 3) Other necessary functionality, such as spline interpolation, sphe...
[ "kylebystrom@berkeley.edu" ]
kylebystrom@berkeley.edu