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
1dd178c71b9df605da28a7762e94405c94c91276
38ba43153e211c364f8e420058813621f02bcbe3
/glue/misc.c
9dc57f3874468edfeb117442bb71db16593dc2ee
[ "MIT" ]
permissive
mono/stetic
318ea0d012e6c6ae3badffe454585e8151b005f8
f798a3ec1fa3f292fd8effca5f47a2f88bcdd61a
refs/heads/master
2023-08-23T09:43:55.744179
2008-07-11T16:20:50
2008-07-11T16:20:50
791,435
5
2
null
null
null
null
UTF-8
C
false
false
494
c
/* Copyright (c) 2005 Novell, Inc. */ #include <gdk/gdk.h> #include <gdk/gdkx.h> gboolean stetic_keycode_is_modifier (guint keycode); gboolean stetic_keycode_is_modifier (guint keycode) { static XModifierKeymap *mod_keymap; static int map_size; int i; if (!mod_keymap) { mod_keymap = XGetModifierMapping (gdk_...
[ "danw@mono-cvs.ximian.com" ]
danw@mono-cvs.ximian.com
2ff3f1e9a7309960a2991f19b9d6081308b2ada8
19c18e856e0a99b90226156982cbc9f592032b37
/defines.h
af40a44a81baa6fac974fa96afccce2feac8e7ed
[]
no_license
ruediheimlicher/Buero
c354a80e22653f377cd116580c86bc162c7fa280
ae408141dedf2843ea897ecdf385a5ded05658af
refs/heads/master
2021-05-16T03:12:36.477290
2020-04-20T19:17:42
2020-04-20T19:17:42
37,476,493
0
0
null
null
null
null
UTF-8
C
false
false
825
h
// // defines.h // AVR_Audio // // Created by Ruedi Heimlicher on 18.04.2020. // #ifndef defines_h #define defines_h #define AUDIO_A 0 #define AUDIO_B 1 #define AUDIO_C 2 #define AUDIO_D 3 #define KANALDELAY 10 #define OUTPUTDELAY 20 /* remote control address and command codes */ #define MY_REMOTE 0...
[ "r.heimlicher@bluewin.ch" ]
r.heimlicher@bluewin.ch
a21ac17ab6a3be97d6b6ab337440abcf52be7bb8
7f88118c414d463568d9a7ab4b2d45ede318a71e
/vmc/lib/AQC/generic/expmv.c
c621136632bb93b109cd175816c202cee94de1b7
[]
no_license
Roger-luo/legacy-QMTK
6bc85af10d02272455567db9b2662872295ed59b
fbf6b924e2ff030ebf50d20f6eba3ce8356313ed
refs/heads/master
2020-03-28T00:21:04.319431
2018-09-04T20:04:56
2018-09-04T20:04:56
147,401,456
0
0
null
null
null
null
UTF-8
C
false
false
86
c
#ifndef TH_GENERIC_FILE #define TH_GENERIC_FILE "generic/expmv.c" #else num * #endif
[ "hiroger@qq.com" ]
hiroger@qq.com
de931db2a1503a72a12676dac5ccf6afc081b325
918e3f6c3accade7fcc4b1b767bc5d4ea10058ac
/bind/src/lib/irs/gen_pw.c
322c65cdb53eb18058d9abec83f9e5a3b3e87d7d
[ "ISC", "LicenseRef-scancode-unknown-license-reference" ]
permissive
aosm/bind
269ba7e945428b7396633a9f0d8a5f1518851448
09f6ec630723bb6abc4bf9baabfbcf70f1d69cb0
refs/heads/master
2023-07-08T22:45:44.118936
2013-03-21T14:51:53
2013-03-21T14:51:53
8,930,993
1
0
null
null
null
null
UTF-8
C
false
false
5,347
c
/* * Copyright (c) 1996,1999 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS"...
[ "rasmus@dll.nu" ]
rasmus@dll.nu
fd83f392e70e8e76959003f058cf4dbbbca5614c
65f0c611da712b48443a40705d8fe05697a6e45e
/Ch07/Ch7-4.c
3814d3f664e34263aa96459a321be0fb6ca6e515
[]
no_license
BlakeHepner/cmodern
206855dc959660d92e2d7c9d3abc244678ac9123
40bbac2b4ffb0a35c0c4a148178e8b5d74be2e40
refs/heads/master
2021-01-22T02:39:45.434326
2015-04-29T23:22:52
2015-04-29T23:22:52
31,141,231
0
0
null
null
null
null
UTF-8
C
false
false
807
c
#include <stdio.h> int main(void) { char letter; printf("Enter phone number: "); do { scanf("%c", &letter); switch (letter) { case 'A': case 'B': case 'C': printf("2"); break; case 'D': case 'E': case 'F': printf("3"); break; case 'G': case 'H': ...
[ "blakewhepner@gmail.com" ]
blakewhepner@gmail.com
73d8d7dae0ab9adbb53b6d2aa4cd0dcd582cd33c
fbd134e4fe9b16e0b7dece33221a110a3922b8d2
/Switching_condition.c
a0fc49ec0468c1078d77e79b38e9f14864e0e737
[]
no_license
Mohit-Bhusal/C
106e4b64b32d270e6a83cf9ed34e405d06bf358e
73ef7d3e5df7cd4dfa3b3812b6811ac79420d92d
refs/heads/master
2023-04-18T15:41:58.837641
2021-05-06T17:43:40
2021-05-06T17:43:40
364,223,729
0
0
null
null
null
null
UTF-8
C
false
false
829
c
#include <stdio.h> int main(){ int num; printf("Enter the todays number of day"); scanf("%d",&num); switch(num){ case 1: printf("the day is Sunday "); break; //dont forget to use break because it will stop exicution after the break case 2: printf("the day...
[ "mohit.772419@thc.tu.edu.np" ]
mohit.772419@thc.tu.edu.np
68e88d175e2a9752834fbd1bae49ea7e261faacf
a5155b612007345ee493c80227fbb027ace9bc1a
/tests/señales/padre.c
934400b461fb95332467f9a2ebda3ff28785b74f
[]
no_license
daniel321/repoFacu
c8919a598fbd4ae64b590469e236e6f092cf342e
ea6fae0ea9783f1a43c4635adbd2005704441551
refs/heads/master
2016-09-06T21:51:39.865402
2014-11-29T15:22:55
2014-11-29T15:22:55
null
0
0
null
null
null
null
UTF-8
C
false
false
367
c
#include <stdio.h> #include <unistd.h> int main(){ int pid = fork(); if(pid == 0){ char** arg = NULL; execv("hijo",arg); }else{ int signal; do{ printf("\ningrese el numero de señal (0-9): "); signal = getchar() - '0'; }while((signal<0)||(signal>9)); printf("\nmandando señal %d\n",signal); kil...
[ "obi.arts@gmail.com" ]
obi.arts@gmail.com
c190835fe3046ca1badca76347776985108a8ec9
f0c3b2a9e4c206c3598e0923bc4e29d0d4ebd1bc
/src/logger.h
a1722dea3379245cedc154765c3f0031b4d16d9d
[]
no_license
nicolasbock/fortran-style
61c3651315b338a2230759676534375948f8376a
d91a5a02bd74336f82dab8f114de1e5488052e00
refs/heads/master
2021-01-25T05:35:16.131364
2015-09-18T17:28:48
2015-09-18T17:28:48
39,521,841
1
0
null
null
null
null
UTF-8
C
false
false
332
h
#ifndef __LOGGER_H #define __LOGGER_H /** Fatal messages. */ #define FATAL -1 /** A simple information message. */ #define INFO 0 /** A debug message. */ #define DEBUG 1 /** Setter for log level. */ void set_log_level(const int level); /** The logger function. */ void logger(const int level, const char *format, .....
[ "nicolasbock@gmail.com" ]
nicolasbock@gmail.com
b065a37076b131f2ae8b568008884daae1ce6c4f
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/media/platform/marvell-ccic/extr_mcam-core.h_mcam_reg_write.c
3c7b1ac5f0eed0ffe5fdebe441722b09b11fa304
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
648
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
83637d444b88e275ae61f27615b3afb5af3f652d
50e08710095fbfb11bdb2d0efb7bf9f997ad8442
/src/implementation-test.c
c5da3c97796a776b00d6e925697180bf92ce63c1
[]
no_license
marcol480/testing_scipio
6517d943addc79c89b0aaa96291617aa72ff6fa5
f1fbf2a6a6017b29d958bda68ad464b19165bf6c
refs/heads/master
2020-05-26T21:43:28.856739
2019-05-29T09:33:31
2019-05-29T09:33:31
188,383,777
0
0
null
2019-05-29T09:33:32
2019-05-24T08:28:48
C
UTF-8
C
false
false
2,227
c
/* * DO NOT EDIT THIS FILE. Generated by checkmk. * Edit the original source file "implementation-test.check" instead. */ #include <check.h> #line 1 "implementation-test.check" #include "functions.h" #include <stdlib.h> #include "parameters.h" START_TEST(theFunctions) { #line 6 struct posforce PosA, PosB; PosA.x...
[ "“marcol480@gmail.com”" ]
“marcol480@gmail.com”
98f79a86b2186c6ed94964eab224da923f7e114c
b7ed3ff0dd78ffdf3ab55aa65d0e34dfe1fa86e9
/HelloWorld/helloworld.c
80289309719d4fa84ed8423132b0c6183e7ccc2e
[]
no_license
Takashi-Na/C
979a65a74e857920acc06418a1fc760da8d804da
a9c737ed0352239682d5c79173623410d82277b2
refs/heads/main
2023-05-03T00:31:05.167986
2021-05-28T11:33:27
2021-05-28T11:33:27
371,679,822
0
0
null
null
null
null
UTF-8
C
false
false
73
c
#include<stdio.h> int main(void){ printf("HelloWorld"); return 0; }
[ "69133170+Takashi-Na@users.noreply.github.com" ]
69133170+Takashi-Na@users.noreply.github.com
24a1720c912c731c620d9612642a73b3cbaa2c1d
f5db974da4f710b1edfaca8058776c19e8e853e3
/drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_rcc.c
d90562204bc082ac2904a65ca78a0eb25384dab2
[ "MIT" ]
permissive
MaJerle/stm32-usart-uart-dma-rx-tx
f4a1ace0154cb182d87c836608cd2d05439d36e5
17bff731d58c5d009b3d073e6ae8e48d518b0d21
refs/heads/main
2023-05-25T13:57:25.447390
2023-05-20T19:17:45
2023-05-20T19:17:45
153,930,005
867
233
MIT
2022-05-07T23:22:19
2018-10-20T17:21:01
C
UTF-8
C
false
false
58,141
c
/** ****************************************************************************** * @file stm32wlxx_hal_rcc.c * @author MCD Application Team * @brief RCC HAL module driver. * This file provides firmware functions to manage the following * functionalities of the Reset and Clock Contr...
[ "tilen.majerle@gmail.com" ]
tilen.majerle@gmail.com
20a993b4b7786a6806565f691850bc65509ccd5e
12e2aa62c107d8f5a08550581b17958fd91fe069
/move_0x88.c
9e05596f1db5a23d0dc728fc035b0c3bfa781711
[]
no_license
lfthomps/chess
dd58cc931ff511d017cd5dd8be38fc1aa3725c5a
8c9eb9996456031b557888830d7563fa073edc41
refs/heads/master
2020-05-17T22:34:08.133808
2019-07-19T02:08:32
2019-07-19T02:08:32
184,005,354
0
0
null
null
null
null
UTF-8
C
false
false
11,597
c
#include "move_0x88.h" #include <assert.h> #include <stdint.h> #include <stdio.h> //For debugging bool chessboard_move(chessboard* cb, chessboard_square from, chessboard_square to) { struct _move move = (struct _move){.from=cb88_get_square(from), .to=cb88_get_square(to)}; bool valid = cb88_is_move_v...
[ "lowell.f.thompson@gmail.com" ]
lowell.f.thompson@gmail.com
a4eca952d6eefe1a3318c71fef334d68cfbaf7c8
960b6b3e86fb3b9c4913854bdcd4994406a15907
/uEZ/Source/Devices/LCD/Sharp/LQ043T1DG01/Sharp_LQ043T1DG01.h
0de3417861f3941df02f7ec2eef75865b0e77ab9
[]
no_license
Harvey13/uEZ
80c209ed714fa75f8cc8419ce7f493c48c654fa8
a9c10c760354025bda3bb1ad64016b4f921e4331
refs/heads/master
2021-05-28T00:15:32.662587
2014-01-07T14:17:20
2014-01-07T14:17:20
null
0
0
null
null
null
null
UTF-8
C
false
false
3,440
h
/*-------------------------------------------------------------------------* * File: Sharp_LQ043T1DG01.h *-------------------------------------------------------------------------* * Description: * *-------------------------------------------------------------------------*/ #ifndef SHARP_LQ043T1DG01_H_ #defi...
[ "lysle.shields@teamfd.com" ]
lysle.shields@teamfd.com
503de3ea6589a1cd9c573230b79abefa1491d0eb
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/c606f2eb-025f-440d-aaec-98785d88164c.c
31ed2d619281c94267d00d8d9f4e8a2ed4f1036c
[]
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
515
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 55; l = 64; k = i/j; l = i%j; l = l-j; k = l--*i; //variables /* START VULNERABILITY */ int a; long b[62]; long c[69]; a = 0; do { /* START BUFFER SET */ ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
c5c3b022f31fd793be7ccf5cf99a7300f467c939
b7031557bdd774403be5b538cd7131f895d6641d
/31-40/31.c
62b8a1195b35dd6fca16a4e38bb4727162e31f68
[]
no_license
moying12138/Project-Euler
ca9394377a3278b85d82e69ebbf41c8e5cd48165
abd7de833f8fda42371d41026d27067098f61abf
refs/heads/master
2020-03-22T19:13:19.637813
2018-07-22T04:50:53
2018-07-22T04:50:53
140,513,977
0
0
null
null
null
null
UTF-8
C
false
false
680
c
/************************************************************************* > File Name: 31.c > Author: moying > Mail: > Created Time: 2018年04月25日 星期三 11时11分28秒 ************************************************************************/ #include<stdio.h> int money[9] = {0,1,2,5,10,20,50,100,200}; int kind[9][1005]...
[ "996941856@qq.com" ]
996941856@qq.com
004b792b9f680d08b382f6b440afe511b3af0361
e5375e550b7995d3da01a2bf98127fca471c2ba2
/libft/ft_putstr.c
7dc1b00b482945845b167be8055c9ca67de06c9c
[]
no_license
hhismans/fillit
f94c1c29ee0934723874894168635bcc8e987058
bae91e9e5840ea536d56b91983827aa3abecfd6e
refs/heads/master
2021-01-11T20:40:17.682941
2017-04-21T00:10:47
2017-04-21T00:10:47
79,163,488
0
0
null
null
null
null
UTF-8
C
false
false
967
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr.c :+: :+: :+: ...
[ "hhismans@e1r5p22.42.fr" ]
hhismans@e1r5p22.42.fr
9e73bea63e9b28d891bd46fab5c7a2d432b072f8
0e79b20c8a6fce1fbae9f80a10681d821ae1da06
/pserverd.C
2b6c0afd35fe7d2015ccec7ca1c370f316c41043
[]
no_license
tcbabu/tcpip
a4a4a7d1756d9037ee6e50858142afbbdb282a0a
3374351f617b24bc3ab798e19465b7687736eec4
refs/heads/master
2021-05-02T02:19:21.232388
2018-02-09T14:31:20
2018-02-09T14:31:20
120,882,208
0
0
null
null
null
null
UTF-8
C
false
false
297
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #define TRUE 1 int main(void) { daemon(0,1); do { system("killall -9 pserver"); system("killall -9 jobserver"); system("/sbin/pserver"); system("/sbin/jobserver"); sleep(36000); } while(TRUE); exit(0); }
[ "tcbabu@gmail.com" ]
tcbabu@gmail.com
5681b28898e7b1d998672a9f270ba2da3e4aa9f8
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/drivers/net/wireless/intel/iwlwifi/fw/notif-wait.c
379735e086dc0ec2e192242d80495d2dd3e4a41b
[ "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
6,248
c
/****************************************************************************** * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GPL LICENSE SUMMARY * * Copyright(c) 2007 - 2014 Intel Corporation. All rights reserved. * ...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
f527be1c7a5ca26ff9436100a9afb846abbfbe10
3f8d6f9247aabfd4d50f925b9ecad3c8134a8631
/testing/serialLocationTest.c
5d2614a24cd95637cb6a3d8dae1255f45b822467
[ "MIT" ]
permissive
VioletaSeo/xcloc
54e7f34760159c1dc4c48d6c4dd600aa5e3bd78b
bfc493ae8119db54b380f83d65a022d3053975d9
refs/heads/master
2022-03-02T21:23:30.729936
2018-11-20T02:55:47
2018-11-20T02:55:47
null
0
0
null
null
null
null
UTF-8
C
false
false
15,224
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <ipps.h> #include "xcloc_finter.h" #include "test_suite.h" #include "acousticGreens2D.h" #ifndef M_PI #define M_PI 3.14159265358979323846 #endif /* static int computeTravelTimeTable(const int nx, const int ny, const int nz, ...
[ "benbaker@isti.com" ]
benbaker@isti.com
227ed58ed4ec81a7dc37cf9663c6a73420f4ae06
1a9a56119cb5b5cbb63bdba357dbffaa03277dad
/src/vmp/vmp_log.h
85ed1b558a2e3505fbb705aebb172e5a65708138
[]
no_license
qvbige240/timavc
da93f60e269fd4f5977b675acf18385d96f26a01
f9922b7d9b42d9e95facd5395d0d29d31cbebce6
refs/heads/master
2022-11-08T20:58:13.711549
2019-12-16T08:41:03
2019-12-16T08:41:03
276,560,043
0
0
null
null
null
null
UTF-8
C
false
false
2,143
h
/** * History: * ================================================================ * 2019-12-03 qing.zou created * */ #ifndef VMP_LOG_H #define VMP_LOG_H #include "vmp_typedef.h" #ifdef __cplusplus extern "C" { #endif #ifdef USE_ZLOG #include "zlog.h" /* use zlog */ #ifndef VMP_LOGI /* vmp log m...
[ "qing.zou@timanetworks.com" ]
qing.zou@timanetworks.com
372b9db6245816a634270ced48449f45a9142731
42947f820cb287755045613c1f24a867d3b69c30
/LINGI1341 Computer network/projet C/LINGI1341-master/3/src/packet_implem.c
6cbd985bec6e374eeec8ca5f366b0de2a13418fb
[]
no_license
ValentinHaveauxUCL/COURS_UCL_VAHAV
4363d5e908126fa5c0ad69fca6227e91cfd67013
b1f9ba56a4e108ae885891cd34f7fbc6f85ecee3
refs/heads/master
2021-05-07T14:07:51.232471
2018-03-09T15:23:32
2018-03-09T15:23:32
109,821,609
1
0
null
null
null
null
UTF-8
C
false
false
5,091
c
#include "packet_interface.h" /* Extra #includes */ #include <math.h> #include <stdlib.h> #include <zlib.h> #include <arpa/inet.h> #include <string.h> #include <stdio.h> //Comment tester un invalid padding? //Comment tester qu'il n'y a pas d'header? //Comment tester qu'il est unconsistant ? struct __attribute__((__p...
[ "32429241+ValentinHaveauxUCL@users.noreply.github.com" ]
32429241+ValentinHaveauxUCL@users.noreply.github.com
f91f9c75eda103d419441a3adfc8143f6c2ad67e
c4c159a21d2f1ea0d7dfaa965aeff01c8ef70dce
/flask/flaskenv/Lib/site-packages/tensorflow/include/tensorflow/core/framework/versions.pb_text-impl.h
de6edb432c8594c3effc8d8870834343370e115e
[]
no_license
AhsonAslam/webapi
54cf7466aac4685da1105f9fb84c686e38f92121
1b2bfa4614e7afdc57c9210b0674506ea70b20b5
refs/heads/master
2020-07-27T06:05:36.057953
2019-09-17T06:35:33
2019-09-17T06:35:33
208,895,450
0
0
null
null
null
null
UTF-8
C
false
false
128
h
version https://git-lfs.github.com/spec/v1 oid sha256:d70aa1560d1255ef0d384972b594545efc7f0fd980c8e0f0f4f2d962330c0afa size 807
[ "github@cuba12345" ]
github@cuba12345
51ae3ec26ba5e8857a04dedf75176e881897b584
8c05413e2393a0d52264f22752067d76cc010b0e
/AVRCode/gripperControl.c
dd56f65c51e2ddadd911d8b301a43418121926b9
[]
no_license
vegardv/Masteroppgave
86c8313e94c5af3a69b843d2525d798b52f297a1
e221206683d03f6a052e7f8e644ea1a2f7045a29
refs/heads/master
2020-05-17T06:52:25.418354
2014-06-16T15:37:17
2014-06-16T15:37:17
null
0
0
null
null
null
null
UTF-8
C
false
false
606
c
/* * GccApplication1.c * * Created: 14.02.2014 15:28:02 * Author: vegardvo */ #include <avr/io.h> #define PWMPIN PB0 // PWM out on pin 0 #define SWT PB1 // Button input on pin 1 int main(void) { // Set pin directions DDRB &= ~(1 << SWT); DDRB |= (1 << PWMPIN); // Enable PWM TCCR0A |= (1 << COM0A1)...
[ "vegardvo@stud.ntnu.no" ]
vegardvo@stud.ntnu.no
2121229ecb670231c5686d5d44b10cc7e4cb654f
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/data/warcraft/wdckr.c
bf8a59c6a962646ce31dd03ad4a46b8d11f2ddad
[]
no_license
fluffos/nt7
ceef82b2465cf322549c7ece6ce757eaa8ec31ff
52727f5a4266b14f1796c2aa297ca645ca07282a
refs/heads/main
2023-06-17T10:07:33.000534
2021-07-15T11:15:05
2021-07-15T11:15:05
308,148,401
9
9
null
2021-06-28T14:11:57
2020-10-28T21:45:40
C
UTF-8
C
false
false
502
c
// warcraft.c #include "/clone/npc/warcraft.h" void setup() { set_name("天柱", ({"tianzhu"})); set("gender", "男性"); set("long", "$HIW$天柱 它是楚飞的魔幻兽。 "); set("race_type", "玄武"); set("magic/type", "water"); set("owner"...
[ "i@oiuv.cn" ]
i@oiuv.cn
2e680d46a9152fbd881375464cac146fd815fb8f
1f5c8bdd1c15a94e2b0c6cdc389d83d0937de82a
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Security_SecurityElement_SecurityAttribute.h
4decda062b54f05327b376409275d2a703aabaa6
[]
no_license
White-Wlof/Pull_Action
8798e0767180269bfe686abc5bb9110c53e39346
587d3b9bd1c5d12507563fad450e31bad897c176
refs/heads/master
2021-01-10T14:36:15.399060
2015-11-25T02:30:51
2015-11-25T02:30:51
46,396,200
0
0
null
null
null
null
UTF-8
C
false
false
518
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.String struct String_t; #include "mscorlib_System_Object.h" // System.Security.SecurityElement/SecurityAttribute struct SecurityAttribute_t1501 : public Object_t { // S...
[ "cihi13042@g.nihon-u.ac.jp" ]
cihi13042@g.nihon-u.ac.jp
a2a1a4357e153508c552da9ded12fdc08a88e9f0
c735cf170398c72b042cd8cb1c2f719952ebd710
/src/payloads/gdb_stub/ps4libs.c
f65258d4ed0ee46c30a555c68b8b0e76b084e8b8
[]
no_license
geesrizh/ps4jb
ef5d4a00b8143d6f78723a6e2be67a8751a1b230
a7297e91417022b5e2c59d6abcf468b90b90b904
refs/heads/main
2023-01-09T17:11:12.085913
2020-11-03T15:28:52
2020-11-03T15:28:52
null
0
0
null
null
null
null
UTF-8
C
false
false
6,431
c
#include <sys/types.h> #include <stdarg.h> #include <unistd.h> #include <fcntl.h> typedef unsigned char pkt_opaque[1]; typedef struct srv_opaque { unsigned long long offset; unsigned long long len; int nonempty; } srv_opaque[1]; void serve_genfn_start(pkt_opaque, srv_opaque, int); void serve_genfn_emit(p...
[ "noreply@github.com" ]
geesrizh.noreply@github.com
9f7c1e1b38bb68f80700639b83def883a71dc5bb
6e7ca4633c6d892871d6be715ebacbead6156116
/build/capuche_walk3.h
19621667d9917b1838586b8a416f3b6af28e50cc
[]
no_license
LucReveyron/SuperSpriteBoy
7df5fb85647359e9e0825a436750d890ffd4bfe2
08b8cf97da14e8df2b2becf02e1e9bba6b76d026
refs/heads/master
2022-04-28T08:44:07.037529
2020-04-26T08:09:51
2020-04-26T08:09:51
258,972,667
0
0
null
null
null
null
UTF-8
C
false
false
739
h
//{{BLOCK(capuche_walk3) //====================================================================== // // capuche_walk3, 64x64@8, // + palette 256 entries, not compressed // + 64 tiles not compressed // Total size: 512 + 4096 = 4608 // // Time-stamp: 2020-01-18, 12:52:30 // Exported by Cearn's GBA Image Transmogrifier...
[ "LucReveyron@MBP-de-Luc.aircard" ]
LucReveyron@MBP-de-Luc.aircard
a7411d309bfaa8e8430925739e530b6d85d7d3ab
2727072679f44891d3340803b52b189e7dfb9f35
/codegen/QtLocation/QGeoRoutingManagerSlots.h
0b81c928640c46698c25850ac0630a4b73d74170
[ "MIT" ]
permissive
MahmoudFayed/Qt5xHb
2a4b11df293986cfcd90df572ee24cf017593cd0
0b60965b06b3d91da665974f5b39edb34758bca7
refs/heads/master
2020-03-22T21:27:02.532270
2018-07-10T16:08:30
2018-07-10T16:08:30
null
0
0
null
null
null
null
UTF-8
C
false
false
376
h
%% %% Qt5xHb - Bindings libraries for Harbour/xHarbour and Qt Framework 5 %% %% Copyright (C) 2018 Marcos Antonio Gambeta <marcosgambeta AT outlook DOT com> %% $header $includes=5,4,0 $beginSlotsClass $signal=5,4,0|finished( QGeoRouteReply * reply ) $signal=5,4,0|error( QGeoRouteReply * reply, QGeoRouteReply::Error ...
[ "5998677+marcosgambeta@users.noreply.github.com" ]
5998677+marcosgambeta@users.noreply.github.com
34d8afcf79fa4d2a4be169b2922748b314e392c2
c11c26c9ac5dda61370e76bbde01f8a02562f1b9
/Archive/nrf5_gcc_mesh/components/serialization/connectivity/codecs/ble/serializers/ble_gattc_conn.c
3e5ad3c5c5516c401355dfd33e16d1734498665b
[ "MIT" ]
permissive
aberke/city-science-bike-swarm
79fc688e319e471889faf3185a4e0e0ccf79312e
7029673c54bb34ae49ec57be36855af1c7d618c3
refs/heads/master
2022-06-03T21:27:31.785823
2022-05-24T14:34:17
2022-05-24T14:34:17
172,578,744
17
7
MIT
2020-09-04T14:33:10
2019-02-25T20:22:41
C
UTF-8
C
false
false
11,894
c
/** * Copyright (c) 2014 - 2020, Nordic Semiconductor ASA * * 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, th...
[ "samuel@ofbrooklyn.com" ]
samuel@ofbrooklyn.com
e157928d225546a21fb92ebaf69c4635d1cbbda6
ff4acd1c277367d9be8caed16bc09ae145e59d79
/old_proj/utils/rot13.c
965bf3fdc5a4d6dcdd98091b91309f679dfbe629
[]
no_license
pineman/code
76a22f60a577989d3b0e2ddbb497ba2a9d3d30cf
bbb196e95606290e6a5f8e01d2a7b03575653e7c
refs/heads/main
2023-08-16T10:18:19.264074
2023-08-08T09:11:32
2023-08-08T09:11:32
86,196,550
2
0
null
null
null
null
UTF-8
C
false
false
1,291
c
/* * Implement ROTx cipher for ASCII. */ #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <stdbool.h> void usage(const char *program) { printf("Usage: %s [FILE]\n", program); printf("Print FILE ROTx'd to stdout.\n"); } int main(const int argc, const char **argv) { FILE *fp = NULL; char *S = ...
[ "joao.castropinheiro@gmail.com" ]
joao.castropinheiro@gmail.com
8cd235c8d40dd5cdaaf0fbcd4266640b93622e88
b13236a165cdc79434cef9fc33bd0688217300dd
/djysrc/djyos/include/pipe.h
149e24e04840c835dd047d314c2495d157b60903
[]
no_license
cedar-renjun/DJYOS
f659241b73ab166f702ab041facfb0a5cba22f64
cb4cac6ff41b0b9329d126ba8b391ac5bbbc8d3b
refs/heads/master
2016-09-06T10:00:15.322465
2014-03-13T01:50:07
2014-03-13T01:50:07
17,690,730
0
1
null
null
null
null
GB18030
C
false
false
3,314
h
//---------------------------------------------------- //Copyright (C), 2004-2010, luoshitian. //版权所有 (C), 2004-2010, 罗侍田. //所属模块: 锁模块 //作者: 罗侍田. //版本:V1.0.0 //文件描述: 管道模块 //其他说明: //修订历史: //2. ... //1. 日期: 2010-10-01 // 作者: 罗侍田. // 新版本号: V1.0.0 // 修改说明: 原始版本 //-------------------------------------------------...
[ "819280802@qq.com" ]
819280802@qq.com
bba246cc422f61fcadefbdacb011e02c07ba1a62
7911fa4176c75dd105166317f2046aa434766e7e
/paikannus/paikannus/movegen.h
70edc28a0f03610b46e809d31333c20477cb4d3f
[]
no_license
TTY-01/MMPK
ba321314690c91d6addc641644783400f4adfa58
af71d1ed860bbcc7e4983d8af1dab11489acdb3f
refs/heads/master
2021-08-27T21:22:42.964277
2017-12-10T10:59:30
2017-12-10T10:59:30
113,741,179
0
0
null
null
null
null
UTF-8
C
false
false
52
h
#pragma once #include "defs.h" DIRECTION genMove();
[ "kaatrasa@student.tut.fi" ]
kaatrasa@student.tut.fi
0131e82a86bcfa00f4cd031baa3b0801159a9e04
4164b37bd399a8679e199fde421844dad60bb5e1
/Deployment/nn-test/mbed/7130f322cb7e/TARGET_SAMD21G18A/TARGET_Atmel/TARGET_SAM_CortexM0P/utils/cmsis/TARGET_SAMD21/include/component/comp_usb.h
2f24b840bdb51ed2cbd8f13d7ac47eb4e6055de0
[ "Apache-2.0" ]
permissive
uccoder-hk/NN-INFERENCE-ON-MCU
549bc1ac4d670c59dd404f30a71dcc9e8829c350
46b6f2949d4da7deb6701e2fb21638896d63e507
refs/heads/master
2020-04-21T23:30:33.396952
2019-03-02T13:33:09
2019-03-02T13:33:09
169,949,051
2
3
null
null
null
null
UTF-8
C
false
false
141,548
h
/** * \file * * \brief Component description for USB * * Copyright (c) 2014-2015 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 condi...
[ "uccoder@yahoo.com" ]
uccoder@yahoo.com
d89710552953242382e47b18ff7463840689748b
bdfaff6f3e3fbd373b72b984b7305e92d14da90c
/framework/wizards/VuoTypeCoreStack/type.c
b9d3894081edb89ec2a93b2f64d56e392857ede3
[]
no_license
alcomposer/vuo
809888bbc20d242db5d782b8a87696c0fdeb7286
2a6a2aedd296cbd198c372215ecfdae2210dedae
refs/heads/master
2021-01-16T23:31:11.424222
2015-12-28T05:26:47
2015-12-28T05:26:47
48,317,125
0
0
null
2015-12-20T11:11:49
2015-12-20T11:11:49
null
UTF-8
C
false
false
1,986
c
/** * @file * %TypeName% implementation. * * @copyright Copyright © 2012–2014 Kosada Incorporated. * This code may be modified and distributed under the terms of the MIT License. * For more information, see http://vuo.org/license. */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "type.h" #...
[ "info@vuo.org" ]
info@vuo.org
4d42c903c55d43684ca6a2a3a999f6ea71fb5766
c605b3cc15fd78f968f6ad3a8067b77cadf2f6d5
/ipv4.h
c24a38eff02d8fa69e289b6733719af7f4bf47ab
[ "BSD-2-Clause" ]
permissive
fractalspace/dhcpcd
d08259094bb1147558baa8bba03a1be21885676e
c61bd3bc038375fc974a8a569a7ff7e035831d0f
refs/heads/master
2020-06-16T08:37:14.466191
2016-10-28T16:22:54
2016-10-28T16:22:54
null
0
0
null
null
null
null
UTF-8
C
false
false
5,506
h
/* * dhcpcd - DHCP client daemon * Copyright (c) 2006-2016 Roy Marples <roy@marples.name> * 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...
[ "cfraire@me.com" ]
cfraire@me.com
01ca9e1f892e2c3cba9eca9367552b3595687c99
34cd27f6d469acb92ba46bd9444eff2e6fa6f5f9
/SiParCS2015/Srivatsa/Multi-GPU Advection Code/Serial C/blosseydurran.c
10ccd08d91567b6ba4ba67a8aede9f6aaa024e0c
[]
no_license
raghuraj19/SiParCS
8e0c07516c335bbdc82c58a59091c3346ec5c132
d0bbe164092ca619992a9f1a0a54190d58a500cd
refs/heads/master
2021-01-22T09:32:05.442871
2015-11-01T22:03:18
2015-11-01T22:03:18
41,312,376
1
0
null
null
null
null
UTF-8
C
false
false
12,259
c
//#define My_PI 3.141592653589793 #include <bdconfig.h> #include <loadinputdata.h> #include <geninputdata.h> #include <timer.h> real h = 0.005; /* approximate distance between nodes */ int total_time = 1; ...
[ "raghuraj19@gmail.com" ]
raghuraj19@gmail.com
3a6cdfd76cc2d0188ef95ba051fc86cec48486b8
52a3fab47e27b7bc172d923fac3e42f50c2acfc9
/Project3-Preemptive-Kernel/Project3-Preemptive-Kernel/project3_start_code/test_preempt/tasks.c
56e8d2dde186f221d8a8b9a9603071394288a7e8
[]
no_license
zxhero/Zkernel
4e773e835afe656c6473fa04d4be6ae73cedbeb3
f55c38484a146e1e9b6fe65a5844ff2f0cce3e76
refs/heads/master
2021-04-12T09:07:35.019286
2018-03-27T02:21:15
2018-03-27T02:21:15
126,911,690
2
0
null
null
null
null
UTF-8
C
false
false
337
c
/* tasks.c: the list of threads and processes to run (DO NOT CHANGE) */ #include "scheduler.h" #include "th.h" struct task_info task[] = { /* clock and status thread */ TH(&clock_thread), TH(&ps_thread), PROC(PROC2_ADDR), PROC(PROC1_ADDR), }; enum { NUM_TASKS = sizeof task / sizeof(stru...
[ "zhangxu415@mails.ucas.ac.cn" ]
zhangxu415@mails.ucas.ac.cn
19194248fcf5ef965df41d984a5180e3557ec2a5
ed4a91fd9b4fefca40cc5118b485c0ec7d4ba40c
/louluosrc/lockfree_struct/cds-1.5.0/cds/container/lazy_kvlist_hrc.h
bcc8cc94dd76f256ae9edde1183fc2c7f5c8c9e2
[ "BSD-2-Clause" ]
permissive
hkduke/my_src
165035db12481d36bedb48cf2c1c1759ce2af42f
2282fff562fd14c972e7ce66a615a7125cb4a877
refs/heads/master
2020-06-13T08:14:34.674528
2017-04-09T12:47:57
2017-04-09T12:48:37
null
0
0
null
null
null
null
UTF-8
C
false
false
597
h
/* This file is a part of libcds - Concurrent Data Structures library See http://libcds.sourceforge.net/ (C) Copyright Maxim Khiszinsky (libcds.sf@gmail.com) 2006-2013 Distributed under the BSD license (see accompanying file license.txt) Version 1.5.0 */ #ifndef __CDS_CONTAINER_LAZY_KVLIST_HRC_H...
[ "18915413902@163.com" ]
18915413902@163.com
5f077599cf890031d003e5eb67d0030ef56786ef
a2982d4a5dac23382ccb0ddaa94b6ca45b27eecc
/strtok/strtok_custom.c
eaa19361550468bcbb3a0c3e8410e7659df1e60a
[]
no_license
sampathkumar81293/100-days-of-coding
f644d17e22001508a2430984ff75050430645f16
bedd375087797e8c714d7ce779ce46976e489ccc
refs/heads/master
2021-01-15T14:53:12.649220
2019-10-31T19:06:14
2019-10-31T19:06:14
99,697,044
0
0
null
null
null
null
UTF-8
C
false
false
1,363
c
#include <stdlib.h> #include <stdio.h> #include <string.h> char *strtok_custom(char *s, char *delim) { static char *buf; int len = strlen(delim); if (s!= NULL) buf = s; if (*buf == '\0') return NULL; if (len == 0) return NULL; char *res = buf, *b, *d; for (b = buf; *b != '\0'; b++) { for...
[ "sampathkumar81293@gmail.com" ]
sampathkumar81293@gmail.com
272b1982898f765b06e4dbaeff300f597fd513c7
1577e1cf4e89584a125cffb855ca50a9654c6d55
/dcerpc/dcerpc/libdcethread/dcethread_condattr_delete.c
88b7e712e136723c5da298ce4b564ebd7202afa3
[ "BSD-3-Clause", "HP-1986", "OLDAP-2.8", "BSD-4-Clause-UC", "BSD-2-Clause" ]
permissive
apple-open-source/macos
a4188b5c2ef113d90281d03cd1b14e5ee52ebffb
2d2b15f13487673de33297e49f00ef94af743a9a
refs/heads/master
2023-08-01T11:03:26.870408
2023-03-27T00:00:00
2023-03-27T00:00:00
180,595,052
124
24
null
2022-12-27T14:54:09
2019-04-10T14:06:23
null
UTF-8
C
false
false
4,638
c
/* * Copyright (c) 2010 Apple Inc. All rights reserved. * Copyright (c) 2008 Likewise Software, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * ...
[ "opensource@apple.com" ]
opensource@apple.com
3b074072d4564e3bc08e7ddeed559d690920ff62
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/sway/sway/config/extr_bar.c_load_swaybars.c
8500c74eba4862a565c74cddd65b2ec2daed3000
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
830
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
a3d95829323a11d6c35136ad9b84a7e513341573
0f162d96d9380aa5e5db945c9040b12e805d1956
/test_pe/inc/fpga_counters.h
4d630e21dcf5be711b1bc8959dd6c39bff0658ff
[ "MIT" ]
permissive
hao310rui140326/my_pe
156a86a446ccd4391b0eafa90d235bf9f0aad9b7
ce13f36593f0d157271a4b57fd75a2aa1864031e
refs/heads/master
2023-04-11T05:39:30.182731
2021-05-05T08:43:56
2021-05-05T08:43:56
266,909,105
0
0
null
null
null
null
UTF-8
C
false
false
11,893
h
// Copyright 2015-2017 Intel Corporation. // // The source code, information and material ("Material") contained herein is // owned by Intel Corporation or its suppliers or licensors, and title to such // Material remains with Intel Corporation or its suppliers or licensors. The // Material contains proprietary informa...
[ "37776637+hao310rui140326@users.noreply.github.com" ]
37776637+hao310rui140326@users.noreply.github.com
903e4d3b8135ae4134754e4c95fb86dda134b83c
0b12d6110fe8a54ccb3829f69707a229bfb35282
/naruto/u/m/mouse/echo/npc/eq/ring.c
3c24e89cb52d567abd2657420c132c90aa90a009
[]
no_license
MudRen/mudos-game-naruto
b8f913deba70f7629c0bab117521508d1393e3b6
000f286645e810e1cd786130c52d7b9c1747cae8
refs/heads/master
2023-09-04T05:49:01.137753
2023-08-28T12:19:10
2023-08-28T12:19:10
245,764,270
1
0
null
2020-03-08T06:29:36
2020-03-08T06:29:36
null
BIG5
C
false
false
532
c
#include <ansi.h> #include <armor.h> inherit F_FINGER_EQ; void create() { set_name(HIY"麵神戒"NOR, ({ "noodlegod ring", "ring" }) ); set_weight(200); setup_finger_eq(); if( !clonep() ) { set("unit", "枚"); set("value", 4700); set("long", "老張與「一樂」拉麵店老闆比賽獲勝的戒指。\n"); set("wear_...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
85cef10749f7d9736fd24a28256283f4e82a9acf
138cbca484d96709595cac0853c943e4ec229dcc
/185-A/fix/185-A.c
ca81dcdd2135b0a5d781c0841636b50e29b029ef
[]
no_license
diogomfreitas/pySBFL
d5432ef720d362efc30342ca799df91e229e32bc
b346eff14dcbe4252a17ffc57b405b16f1716026
refs/heads/master
2021-10-16T10:58:50.898876
2019-02-10T21:18:24
2019-02-10T21:24:47
null
0
0
null
null
null
null
UTF-8
C
false
false
670
c
#include <inttypes.h> #include<stdio.h> typedef int64_t lld; lld mod(lld a, lld b, lld m) { lld ret=1; a%=m; while(b) { if(b&1)ret=ret*a%m; b>>=1; a=a*a%m; //printf("b=%lld\n",b); } return ret; } int main(int argc, char *argv[]) { lld n,a,b,c,d,e,f; lld m...
[ "diogom42@gmail.com" ]
diogom42@gmail.com
c870b1c8f8e4bfaa7b9d0874a2f67db5f9e170a1
a5049063e8151552423008905c3e8c96c0a2b568
/c-src/src/sse-multiplexd.c
2b32bca59f7ac18be9765cfa06a8243a83ba32e0
[]
no_license
jjsarton/freifunk-on-a-pc
3e978ec15461aa2141b50da2d03095b4bef144df
96e8165e8589509191f8478fd77da19b7cb7d2dc
refs/heads/master
2020-12-24T06:38:00.351953
2016-11-13T09:41:21
2016-11-13T09:41:21
73,467,516
0
0
null
null
null
null
UTF-8
C
false
false
12,851
c
/* Copyright (c) 2015, Matthias Schiffer <mschiffer@universe-factory.net> 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 n...
[ "jj.sarton@t-online.de" ]
jj.sarton@t-online.de
7d0ca24f621f8ff6df5cdce0b476a848bb73ac51
fe3939e260d0fa25dde549cf40c4da8c6cc9520b
/osdrv/ezcfg/ezcfg-0.1/ezcd/src/ezcm_igrs.c
68df37e0081f72d0191dde94d96d2c528eeff8da
[ "Apache-2.0" ]
permissive
zetalabs/hi3520d
20969a2a3fa55aa4dd6b8caeb86610a4ad1e0576
27374d155c4bcc1904d377dd3328f4d47b2cbc3d
refs/heads/master
2021-01-19T00:20:43.488086
2015-12-21T06:56:54
2015-12-21T06:56:54
48,212,258
2
1
null
null
null
null
UTF-8
C
false
false
5,604
c
/* ============================================================================ * Project Name : ezbox Configuration Daemon * Module Name : ezcm.c * * Description : ezbox config interface * * Copyright (C) 2008-2013 by ezbox-project * * History Rev Description * 2010-06-13 0.1 Write it fro...
[ "zetalabs@gmail.com" ]
zetalabs@gmail.com
9408a965d577c6e36f250cb3874d13dc08d8fc2e
abe53b4089ce6f64e3b9026f156b157a2b3caed0
/www/iridium/files/patch-content_public_browser_zygote__host_zygote__host__linux.h
df3d6725f3f728951cc49e06f6706715359a7c7d
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
freebsd/freebsd-ports-haskell
fdd59a3af298ab32eecdecf0dfb1d7f39aa71425
3f032ebcedbb2aeed9a1ca893c7f2295a32d68c9
refs/heads/main
2023-08-04T07:57:51.088323
2022-10-02T14:51:13
2022-10-02T15:05:55
252,762,972
7
13
NOASSERTION
2022-08-01T09:17:58
2020-04-03T14:56:02
null
UTF-8
C
false
false
655
h
--- content/public/browser/zygote_host/zygote_host_linux.h.orig 2022-03-28 18:11:04 UTC +++ content/public/browser/zygote_host/zygote_host_linux.h @@ -30,11 +30,13 @@ class ZygoteHost { // after the first render has been forked. virtual int GetRendererSandboxStatus() = 0; +#if !defined(OS_BSD) // Adjust the ...
[ "rene@FreeBSD.org" ]
rene@FreeBSD.org
1be810690b85d3a25b2ee0770df16d6d14d7b9ea
daf4b35732ea26399931222329d73cde66a0595f
/ReShade/SweetFX/Shaders/Main.h
70f5262e08fa6d176cae76ee5174d92722553b34
[]
no_license
EvilGhost11/ReShade
24f2d8ae83be66fcc755913f3dac25df9dcd24aa
04a54476f33adf8cce2eec1e6527fa76d31efa11
refs/heads/master
2020-03-14T18:00:50.247676
2018-05-01T16:11:07
2018-05-01T16:11:07
131,733,200
0
0
null
null
null
null
UTF-8
C
false
false
6,845
h
/*------------------------------. | :: Include enabled shaders :: | '------------------------------*/ /*----------------------. | :: Shared Pass :: | '----------------------*/ /* //didn't make it into 1.6 #if (USE_PRINT == 1) //I could make this always on #include "SweetFX\Shaders\Print.h" #defin...
[ "Sviridov.EvilGhost@yandex.ru" ]
Sviridov.EvilGhost@yandex.ru
5d12dc4a5dc3159e627da3f13bffed5a63fdf8f0
e8841279af2f0fa34732e381ef44b3554a9ccea9
/bonus/solver/src/display.c
7327c635aa3ebc2f3deb6ef452340cb22c18da76
[]
no_license
b-joris/dantes-star
debbe082348311b76bfc26a03a01cc7eeb6fd2d8
4b4149174eea5cb2d9f78d319efcbf06703a6768
refs/heads/main
2023-03-28T05:49:55.491781
2021-03-31T20:39:22
2021-03-31T20:39:28
353,482,524
0
0
null
null
null
null
UTF-8
C
false
false
912
c
/* ** EPITECH PROJECT, 2019 ** bonus ** File description: ** display */ #include <unistd.h> #include <ncurses.h> #include "solver.h" void display_maze(maze_t *maze) { int width = COLS / 2 - maze->width / 2; int height = LINES / 2 - maze->height / 2; for (int y = 0; y < maze->height - 1; y++) { fo...
[ "joris.bertaigne@epitech.eu" ]
joris.bertaigne@epitech.eu
0ff2de23ad3e4db05b872b958c6761fb5c2f4775
0c8dfb0d02d967cca1fdffe399e4acbda2d5a8cc
/Core/Src/gui/gui_hibernate.h
5e5bfacd1847ee02a58051063c0c51835473c875
[]
no_license
phuebner/jbcsolder-firmware
351e345b2a8f81f82b8b94996200a5ca6de3fb11
7c993a25af639653d2e8201d9ea7a7155ce6cf1e
refs/heads/master
2023-02-21T17:19:40.569650
2021-01-23T21:37:27
2021-01-23T21:37:27
329,087,064
0
0
null
null
null
null
UTF-8
C
false
false
189
h
/* * gui_hibernate.h * * Created on: Jan 4, 2021 * Author: patrick */ #ifndef SRC_GUI_GUI_HIBERNATE_H_ #define SRC_GUI_GUI_HIBERNATE_H_ #endif /* SRC_GUI_GUI_HIBERNATE_H_ */
[ "phuebner86@gmail.com" ]
phuebner86@gmail.com
9cf1c063dd73fc9a7df9d6f21cade86088bffbd5
fcbfb6bb7803b76573446b99658c8e28afc0cb5c
/项目工程/2:仓库监控系统/F103ZET6仓库监控系统/2:1+蓝牙+舵机+传感器+英文显示界面优化/USER/test.c
0d902313a0ab1aa96a1eb2a8ffb43a14a981f5e0
[]
no_license
jok886/SCM
c851dd636c918bee043edefbc31949348f89f215
cab278c0cff8871520f6f4e988f2e8afd83045fb
refs/heads/master
2023-04-08T07:45:22.957455
2021-04-16T14:12:29
2021-04-16T14:12:29
null
0
0
null
null
null
null
GB18030
C
false
false
8,757
c
#include "sys.h" //摄像头显示头文件 #include "delay.h" #include "usart.h" #include "led.h" #include "lcd.h" #include "key.h" #include "timer.h" #include "exti.h" #include "ov7725.h" #include "adc.h" #include "dht11.h" u8 res=0x00,res0=0x00; //蓝牙数据 u8 key=0,key1=0; u8 T,H,S,L; //环境物理参数 u8 sensor=0; s8 satur...
[ "1647110671@qq.com" ]
1647110671@qq.com
87cdc829d52edf7f90028d3dc31733b718006ca4
5e9951726d423eeb90c31ee10123997b0e01aebd
/OpenFeint.framework/Headers/zDoxygenMainpage-GeneratedFile.h
4d5da8e2884d52b0e1b2c92d20ad8dd4bd670671
[]
no_license
spyrosgames/RetroCar
7628d9a13d4815525c252e7a8b4f2d4452cf6c9d
c29ec0f7f023a069f14be11909fc057257e357aa
refs/heads/master
2021-01-19T09:57:18.227731
2012-04-10T01:19:34
2012-04-10T01:19:34
null
0
0
null
null
null
null
UTF-8
C
false
false
57,934
h
/** @mainpage <div id="header"> <div id="container"> <div class="logo"> @image html of_devSupport.png </div> </div> </div> <h3>Platform: OpenFeint iOS SDK 2.12.4</h3> <h4>Readme.html for OpenFeint iOS SDK 2.12.4<br>Release date 10.14.2011 <br> Release Notes Copyright (c) 2009-2011 OpenFeint Inc. <...
[ "mail.msafwat@gmail.com" ]
mail.msafwat@gmail.com
64b1e064a1e72bbf4a2f0df8a2e3c8a8fb2ec4d8
1b8ae277ef7f39af15b6e0bff057c433dc44a109
/src/lib/util/corefile.h
c2790930675f3106bfe4c8949720006419ec1497
[]
no_license
ilitirit-za/ShmupMame-unofficial
2ea58e7674df935c98e73d34ca888152b82c570d
2ddd533fbaceac256cf0fbc2f918de1966280a22
refs/heads/master
2021-01-11T02:07:06.094952
2016-10-24T11:17:30
2016-10-24T11:17:30
70,804,668
3
0
null
2016-10-21T13:17:50
2016-10-13T12:35:08
C
UTF-8
C
false
false
5,638
h
/*************************************************************************** corefile.h Core file I/O interface functions and definitions. **************************************************************************** Copyright Aaron Giles All rights reserved. Redistribution and use in source and...
[ "ilitirit@gmail.com" ]
ilitirit@gmail.com
a406c249f4f47d6bb92832f457173a8d1fb5bfe1
161b89a9d3b6d9e508b5717b1905cb575d77218f
/srcs/ft_print_u.c
3b5bfbe1beddf9fceb0533384c2fa3707121f99b
[]
no_license
Kuraigus/ft_printf
8b54d283a358e73e3c21100503a6dc42505f7756
5f13316e69bee1fa5461a17d44a1a376bf83e33c
refs/heads/master
2022-07-29T21:17:41.751621
2020-05-07T22:04:27
2020-05-07T22:04:27
262,168,138
0
0
null
null
null
null
UTF-8
C
false
false
1,962
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_print_u.c :+: :+: :+: ...
[ "kuraigus@hotmail.com" ]
kuraigus@hotmail.com
8189f4e208556490de7d29b3dcbfbbfb58986c3e
388008150f1e77fe81187d9e501676fa8916b747
/nxp_lpc546/modpyb.c
fbeb42cfd9253c83f4246a0307587013982fd332
[ "MIT" ]
permissive
dave-abq/mpy_lpx546
61e1129c17de158cb91fc5450428c226866eb8de
ef9dfb18b9250e499350c46c86311a1ece19a67c
refs/heads/master
2021-07-10T07:07:24.455375
2017-10-03T23:50:01
2017-10-03T23:50:01
105,714,194
1
0
null
null
null
null
UTF-8
C
false
false
8,256
c
/* * This file is part of the Micro Python project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2013, 2014 Damien P. George * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * ...
[ "rocky.song@nxp.com" ]
rocky.song@nxp.com
a11c08eb7f6d591fe85b87ba8c8033d0b668f4aa
1b4d812a9d009fa87c7a729c61fb275baef586ce
/Pods/Headers/ReactiveCocoa/RACSubscriber+Private.h
76988454cff501cdfb9c7ee5fdccb31f0fca711d
[ "WTFPL" ]
permissive
brynbellomy/BrynKit
ee37d9b5efe18a52c8dc5913322045a8b9642b3b
38750ee3f630aa5056266e52feff9946b144d253
refs/heads/master
2020-12-24T16:58:46.196781
2013-08-13T18:40:58
2013-08-13T18:40:58
5,129,379
5
0
null
null
null
null
UTF-8
C
false
false
80
h
../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSubscriber+Private.h
[ "bryn.bellomy@gmail.com" ]
bryn.bellomy@gmail.com
ca9d4dc85925d7324353aeb517d4710f88be65ac
dcf0a93a53cb25f27a61dc78ed2b8578fbdcdf13
/tithi-me.c
fd08ec820f9e3f8a7325f4b417e671ae2ae6a6dc
[]
no_license
AbdullahValley/C-Practice
c29213a4e27234b1fb65be58ab025d479f24c267
dca15415fafe3e085f589413c9bacb0813bdf78e
refs/heads/master
2020-04-05T06:07:00.009555
2018-11-08T14:02:52
2018-11-08T14:02:52
156,626,211
0
0
null
null
null
null
UTF-8
C
false
false
365
c
#include<stdio.h> int main(void) { int line, space, star; for(line=1; line<=5; line++) { for(space=1; space<=25-line; space++) { printf(" "); } for(star=1; star<=(line*2)-1; star++) { printf("* "); } ...
[ "noman19bd@yahoo.com" ]
noman19bd@yahoo.com
6a0b72aff1419c3d51271438a1fe6b13f277c5f2
aa48b3e1905fadca72653e60cb1ad758fad7c1d4
/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/gpio_pcm_config.h
88325420e2d473f7326c0b53c11982a89cc39363
[ "Apache-2.0" ]
permissive
espressif/esp-afr-sdk
064f337a498d066ed1bef2e8d3e6a6da426ceeac
1fca85b9f372a4bb00a570a411f08ca15ada9a4d
refs/heads/release/v4.2
2022-12-24T06:03:33.734444
2022-12-06T10:30:56
2022-12-06T10:33:43
244,639,661
14
20
Apache-2.0
2023-01-11T10:15:56
2020-03-03T13:12:45
C
UTF-8
C
false
false
582
h
/* This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #ifndef __GPIO_PCM_CONFIG_H__ #define __G...
[ "weitianhua@espressif.com" ]
weitianhua@espressif.com
1d44582f5cee2dffa8197e75be2e7e5a65d1b075
acb8d4c4f974d872f31997f591fea4d748f94b93
/u/scatter/newjob/tiejiang/dating.c
132520180c0a8e03294b78344bc4608a89978fe3
[]
no_license
MudRen/SZMUD
8ae6b05718b1a83363478469185e0d776b0fda5c
e3b46e6efa6d353f7f0d00ef676f97d5c0ec3949
refs/heads/master
2023-05-27T16:04:35.845610
2021-06-18T12:47:19
2021-06-18T12:47:19
361,736,744
1
2
null
null
null
null
GB18030
C
false
false
597
c
//code by cheap //11/10/01 #include <ansi.h> inherit ROOM; void create() { set("short",HIC"大厅"NOR); set("long", "这里是车行大厅,堂上东西有两根楹住,挂着一幅对联,正墙上悬挂一个横\n" "匾,横匾上写著“万事胜意”四个大字。老板正在和顾客讨价还价呢。\n" ); set("exits", ([ "out":"/newjob/tiejiang/gate", ])); se...
[ "i@oiuv.cn" ]
i@oiuv.cn
c2115872c3f0faff205a943d76dbab910b6995ae
0edbcda83b7a9542f15f706573a8e21da51f6020
/private/windows/screg/winreg/perfdlls/process/dataproc.h
d9f6618faa587b32ea407468abb1f108a735bd75
[]
no_license
yair-k/Win2000SRC
fe9f6f62e60e9bece135af15359bb80d3b65dc6a
fd809a81098565b33f52d0f65925159de8f4c337
refs/heads/main
2023-04-12T08:28:31.485426
2021-05-08T22:47:00
2021-05-08T22:47:00
365,623,923
1
3
null
null
null
null
UTF-8
C
false
false
3,959
h
/*++ Copyright (c) 1996 Microsoft Corporation Module Name: DATAPROC.h Abstract: Header file for the Windows NT Processor Process counters. This file contains definitions to construct the dynamic data which is returned by the Configuration Registry. Data from various system API calls is plac...
[ "ykorokhov@pace.ca" ]
ykorokhov@pace.ca
7bbf4fc13d9af381111c3d4848c8be2dc4dd16c9
88170ad553ee625287241eb7960bade98dbc0511
/p.s.e.t.4/recover/recover.c
e5db1113d52c52660b5cddcdaef0af6236a74916
[]
no_license
lubo3751/6407
b9a891a14d37eeb8d20f44d17a662e8fac125c9d
607228c5907f19b0bf7d848621eabad852eb0ae0
refs/heads/master
2021-01-20T02:04:43.447361
2017-05-08T05:11:24
2017-05-08T05:11:24
89,368,945
0
0
null
null
null
null
UTF-8
C
false
false
2,136
c
/** * recover.c * * Computer Science 50 * Problem Set 4 * * a program that recovers JPEGs from a forensic image, per the below: * * $ ./recover card.raw */ #include <stdio.h> #include <stdint.h> #include <string.h> typedef uint8_t BYTE; // jpg's first four bytes pattern const BYTE jpg_pattern1[4] = {0xff, ...
[ "noreply@github.com" ]
lubo3751.noreply@github.com
13dde177b1b322316e197aba4bb0928b5c0136b3
52ae7acfaa0e4039c1f5ab629c0611ffc892ca95
/Json/MAP.h
13cfa1d251a782e97ebb266ef499bac10f1a01d3
[]
no_license
Rinoi/CrimsonNDS
6108a59f4ab1b026e3f7a777060d92344e0fa717
20e29ab2f25271103280e7f7609d351eda436a77
refs/heads/master
2021-05-12T15:13:29.347884
2018-12-03T10:02:34
2018-12-03T10:02:34
116,975,531
3
0
null
null
null
null
UTF-8
C
false
false
446
h
#pragma once #include <nds.h> extern u16 Layer00[]; extern u16 Layer01[]; extern u16 Layer02[]; extern u16 Layer03[]; extern u16 Layer04[]; extern u16 Layer05[]; extern u16 Layer10[]; extern u16 Layer11[]; extern u16 Layer12[]; extern u16 Layer13[]; extern u16 Layer14[]; extern u16 Layer15[]; extern u16 ...
[ "esteban.berthier@epitech.eu" ]
esteban.berthier@epitech.eu
81b17a8be707c5eab9523e3894ca40f8c96889cd
a08b4022a456676a3fca549a33f2903b8f96e218
/bit-bang-gpio/src/gpio-bb.c
bae61f2ce4443660c2bc40f78d85cdb652c849bf
[]
no_license
king4155/openwrt-files
f00c6a396a2c4e4467434c836a05f053461d93ed
874c0660b7639db96967ee390deca0311b4c6f04
refs/heads/master
2020-04-06T06:39:14.139255
2014-05-07T22:13:33
2014-05-07T22:13:33
null
0
0
null
null
null
null
UTF-8
C
false
false
7,065
c
/* * Copyright (C) 2005-2014 Darron Broad * 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...
[ "info@gerhard-bertelsmann.de" ]
info@gerhard-bertelsmann.de
8f19037e66033877697c61c34014b8b4ad39a893
f715357046b8ead7c461f1422526edd6cf886af2
/cs213/a5/p1.c
c2cb4ab1a07e954e67b4819649547aab01a57638
[]
permissive
MalcolmChen97/Quick-Chat
d9681bde827e569382ef2785b69c769cefb4e1a1
8d00fed779e839a13149ddb13503aeae0a2c64ee
refs/heads/master
2021-04-05T23:44:39.045146
2018-03-13T21:39:24
2018-03-13T21:39:24
125,117,655
0
0
MIT
2018-03-13T21:35:17
2018-03-13T21:35:16
null
UTF-8
C
false
false
754
c
#include <stdlib.h> #include <stdio.h> struct D{ struct haha* d1; struct haha* d2; }; struct haha{ int a; int b; }; struct D* hoho; int main(int argc,char** argv){ hoho=malloc(sizeof(struct D)); hoho->d1=malloc(sizeof(struct haha)); hoho->d2=malloc(sizeof(struct haha)); hoho->d1->a...
[ "502829548@qq.com" ]
502829548@qq.com
f19e3178a3cb802b6235bc8390475a161b5b3ab6
a33aac97878b2cb15677be26e308cbc46e2862d2
/program_data/PKU_raw/9/81.c
06969c771ea9d73029b68c8f4162dbac969c5307
[]
no_license
GabeOchieng/ggnn.tensorflow
f5d7d0bca52258336fc12c9de6ae38223f28f786
7c62c0e8427bea6c8bec2cebf157b6f1ea70a213
refs/heads/master
2022-05-30T11:17:42.278048
2020-05-02T11:33:31
2020-05-02T11:33:31
null
0
0
null
null
null
null
UTF-8
C
false
false
1,045
c
void main() { int n,i,age[100],a[100],j=0,k,l,temp,ord[100],o[100]; char num[100][10],old[100][10],t[10]; scanf("%d",&n); for(i=0;i<n;i++) scanf("%s %d",num[i],&age[i]); for(i=0;i<n;i++) ord[i]=i; for(i=0;i<n;i++) { if(age[i]>=60) { a[j]=age[i]; o[j]=ord[j]; strcpy(old[j],num[i...
[ "bdqnghi@gmail.com" ]
bdqnghi@gmail.com
6cc83db6f4ec13b9cd1f6b82961da3079a785be7
451b5e93e7113bdebdba0d85513a7c479863bd94
/LF line breaks.c
22d78ea0a3ce85ac7ce522da2b0c5c5b733e87b4
[ "MIT" ]
permissive
SoftwareProj2021/TestRepo
cce5ab4695d10e16eb35ed2849ed25d1e636bc7d
cc96d8160bc2544ff99debfa2ebe732a6b110b37
refs/heads/main
2023-05-24T07:25:59.358427
2021-06-16T11:32:07
2021-06-16T11:32:07
372,531,704
0
1
null
null
null
null
UTF-8
C
false
false
32
c
This file uses Unix line breaks.
[ "noreply@github.com" ]
SoftwareProj2021.noreply@github.com
c4bebbff78513faf2ffcaabd76d66c42a1a9bdef
34d0bb0e961bc9e40de1b36c629d9d0a522028ff
/stack/StackLinkList/main.c
3bbe1f29903caed53040b3b3f2834c6e6124193a
[]
no_license
ccuchengwei/DataStructuresInC
d767ad5b125d702e4d8e656a1b0099e589377934
1662f5ff4464f8e7fbd5e094cd449756c64c8450
refs/heads/master
2021-05-07T01:12:22.276683
2017-11-11T08:32:06
2017-11-11T08:32:06
110,219,564
0
0
null
null
null
null
UTF-8
C
false
false
451
c
#include <stdio.h> #include <stdlib.h> #include "stacklinklist.h" int main() { StackList *stack = createStackList(); printf("Is empty : %c\n",(isEmpty(stack)==1?'Y':'N')); push(stack,3); printf("push 3\n"); printf("top is %d!\n",stack->top->data); push(stack,5); printf("push 5\n"); ...
[ "yy316004@gmail.com" ]
yy316004@gmail.com
8ae765639fb599b2c9e7672763542629f6895010
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/reactos/dll/win32/comctl32/extr_treeview.c_TREEVIEW_FreeItem.c
6fbebc8c6d9a373a629288e57b649950ddfe2fda
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,619
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
2b29f743c58cbce346ade37d32c0c420f5930ff5
e436ae4b86c7ae1588898b0681579bf9aff1b04e
/Assignment/15/Program_2/Pattern.c
a55c15b488c178f3737738d31846dc1503bef84e
[]
no_license
TejasB28/Problem_solving
8d2df9a40503126758c7fd74d846f15b3538eb73
576aa5f9e0572c3570370ea459791b68cd7249a8
refs/heads/master
2022-12-22T07:44:58.469477
2020-09-24T20:41:07
2020-09-24T20:41:07
298,339,551
0
0
null
null
null
null
UTF-8
C
false
false
827
c
//////////////////////////////////////////////////////// // //Function Name : Pattern //Input : Integer //Output : none //Description : It is used to print pattern(A B C D // a b c d // A B C D // ...
[ "sergio.heist4@gmail.com" ]
sergio.heist4@gmail.com
dda7720df422bf838ade2c38d65259278973e188
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/tools/perf/util/usage.c
196438ee4c9d08eecb108fcb3aaaab42cd4f7bcb
[ "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
604
c
// SPDX-License-Identifier: GPL-2.0 /* * usage.c * * Various reporting routines. * Originally copied from GIT source. * * Copyright (C) Linus Torvalds, 2005 */ #include "util.h" #include <stdio.h> #include <stdlib.h> #include <linux/compiler.h> static __noreturn void usage_builtin(const char *err) { fprintf(st...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
19d7ee703922f2f26760b93b3ef018d7336520f1
70c2645aab2d095e71ad7b891361566cfe0cb6da
/VulnDB/FileSamples/wireshark/CVE-2018-9258/CVE-2018-9258_CWE-20_2d4695de1477df60b0188fd581c0c279db601978_packet-tcp.c_2.1_OLD.c
4ef217f3beb9ce83263b0a11e66e9bbce707ffc4
[]
no_license
Raymiii/SCVDT
ee43c39720780e52d3de252c211fa5a7b4bd6dc2
0a30f2e59f45168407cb520e16479d53d7a8845b
refs/heads/main
2023-05-30T20:00:52.723562
2021-06-21T05:24:20
2021-06-21T05:24:20
null
0
0
null
null
null
null
UTF-8
C
false
false
314,754
c
/* packet-tcp.c * Routines for TCP packet disassembly * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * 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...
[ "jiangchang@jiangchangdeMacBook-Pro.local" ]
jiangchang@jiangchangdeMacBook-Pro.local
cb487d58567f9c09378bc31ebe233144574f874c
011cf3a1d8e01dbdef47b0386c3948dd49957533
/adaptive grid rbf/codegen/mex/V2/V2_api.h
adb5e8b75e7063d5646a49a09b3d9a326571e76a
[]
no_license
jgera/Master-Thesis
19f717eda414f4364cda5f8df2dc0e685ff37f92
3313f69d1962f052d4a32e704cf1886f38e4db13
refs/heads/master
2021-01-14T14:11:14.801727
2013-05-13T21:42:05
2013-05-13T21:42:05
null
0
0
null
null
null
null
UTF-8
C
false
false
647
h
/* * V2_api.h * * Code generation for function 'V2_api' * * C source code generated on: Sat Dec 22 16:05:48 2012 * */ #ifndef __V2_API_H__ #define __V2_API_H__ /* Include files */ #include <math.h> #include <stdlib.h> #include <string.h> #include "mwmathutil.h" #include "tmwtypes.h" #include "mex.h" #include "...
[ "Fabian.Froehlich@mytum.de" ]
Fabian.Froehlich@mytum.de
b2bd67197a970e169f9ba39650e179d4a34a3dfd
1f63dde39fcc5f8be29f2acb947c41f1b6f1683e
/Boss2D/addon/boss_integration_libgit2-0.22.2.h
3ab9270fdb94c38c4f8098b5eb87033f16ef9465
[ "MIT" ]
permissive
koobonil/Boss2D
09ca948823e0df5a5a53b64a10033c4f3665483a
e5eb355b57228a701495f2660f137bd05628c202
refs/heads/master
2022-10-20T09:02:51.341143
2019-07-18T02:13:44
2019-07-18T02:13:44
105,999,368
7
2
MIT
2022-10-04T23:31:12
2017-10-06T11:57:07
C++
UTF-8
C
false
false
12,595
h
#pragma once #include <addon/boss_fakewin.h> #include <addon/boss_integration_libssh2-1.6.0.h> #define NO_VIZ #define STDC #define NO_GZIP #define _FILE_OFFSET_BITS 64 #define GIT_ARCH_32 #define git2_EXPORTS #define GIT_SSH #define GIT_STDLIB_CALL #define STATIC_IMAXDIV #define INDEX_DEBUG_LOOKUP //////////////////...
[ "slacealic@gmail.com" ]
slacealic@gmail.com
8ff8c4ffe03fe61c50aff0df65eebd11c41d50b1
e51d227e06363817463efa2650e97d07290aed34
/src/Cedar/Bridge.h
3e92d098c7d6e8b34918fa5036a6ecccdf7e96d3
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
SoftEtherVPN/SoftEtherVPN_Stable
21426b5fdcf3b518be5d9174441192450e54e836
89939eb52f1f40e4f75c76e8d5eca019de103532
refs/heads/master
2023-08-08T09:51:40.139112
2023-06-30T03:19:06
2023-06-30T03:19:06
107,487,278
1,710
553
Apache-2.0
2023-06-24T02:56:31
2017-10-19T02:19:51
C
UTF-8
C
false
false
7,187
h
// SoftEther VPN Source Code - Stable Edition Repository // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0. // // Copyright (c) Daiyuu Nobori. // Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. // Copyright (c)...
[ "da.git@softether.co.jp" ]
da.git@softether.co.jp
14b88b0bf8a57cbb63a7c45ded0b1403a46680e9
e86dedc5b0bb79b9eba41e74c343e77bd1ee1512
/clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/overloaded/vwaddu.c
c2624811e597d86b01d1c7da5df176d14b42e834
[ "NCSA", "LLVM-exception", "Apache-2.0" ]
permissive
shafik/llvm-project
a5e1b66fb053f9aa01720a40ea7985b4cc57d16f
be556c838de06c3c2f69bf594996cace6ffa17eb
refs/heads/main
2023-05-28T22:35:12.937142
2023-05-16T18:22:53
2023-05-16T18:25:41
221,325,771
0
0
Apache-2.0
2019-11-12T22:40:44
2019-11-12T22:40:44
null
UTF-8
C
false
false
59,426
c
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py // REQUIRES: riscv-registered-target // RUN: %clang_cc1 -triple riscv64 -target-feature +v -disable-O0-optnone \ // RUN: -emit-llvm %s -o - | opt -S -passes=mem2reg | \ // RUN: FileCheck --check-prefix=CHECK-RV64 %s #include <riscv_vecto...
[ "yueh.ting.chen@gmail.com" ]
yueh.ting.chen@gmail.com
f9005c08a5667fe9da9d9e76acd437a29a8e9d46
9a526e15a844d444fb1e3503efb67c8cc01c94d4
/StructProgrammingLab2/lab1.c
e672ff95350bed40eb316328b049b1f6feac402f
[]
no_license
Pavkazzz/MephiStructProgramming
a6ab5082e39b048e3b2b1f34eed15d0259984f6d
b9c9add70fbfb5ad58478ff4a7809908e277d16d
refs/heads/master
2020-06-30T17:14:28.881219
2017-05-03T04:46:10
2017-05-03T04:46:10
67,521,484
0
1
null
null
null
null
UTF-8
C
false
false
2,534
c
#include <stdio.h> #include <malloc.h> #include <locale.h> typedef struct Line { int n; int *ar; } Line; typedef struct Matrix { int m; Line *pt; } Matrix; int readGoodInt() { int i; while(scanf("%d",&i) != 1) { while(getchar() != '\n'); } return i; } int input(Matri...
[ "pavel-mosein@yandex.ru" ]
pavel-mosein@yandex.ru
cd5427c312861e71ea48b040d8122f593e105aa4
afe3b9f82c5b57e83e903d08d9ec7b4d3bd80c97
/Mercury5/proj/sc/application/mms/inc/nccpush_manager.h
5d07ebbe1a6dbb036b2747caa3019f93e036fee0
[]
no_license
xtxbruin/SDK_pulbic
bbb79f9eb642aa9ecaa3825944ffc20430cd9057
c1436fa7446457e8d6547874d27ee4e34be150cf
refs/heads/master
2022-03-24T09:27:12.825861
2020-01-01T07:31:36
2020-01-01T07:31:36
null
0
0
null
null
null
null
UTF-8
C
false
false
8,472
h
/** * @file nccpush_manager.h * PUSH manager Service Layer * * Service API exposed by the manager module of PUSH. * * <!-- #interface list begin --> * \section nccpush_manager Interface * - NCCPush_manager_adapter() * - NCCPush_manager_otaPush() * - NCCPush_manager_registerApp() * - NCCPush_manager_quit() ...
[ "695732416@qq.com" ]
695732416@qq.com
cdac9d053915fa688066bf3b96edb48c1500f241
607e69f9e4440ef3ab9c33b7b6e85e95b5e982fb
/deps/museum/5.0.0/bionic/libc/kernel/uapi/linux/dqblk_xfs.h
63735920c09c7d8138212cc313ca995d41717547
[ "Apache-2.0" ]
permissive
simpleton/profilo
8bda2ebf057036a55efd4dea1564b1f114229d1a
91ef4ba1a8316bad2b3080210316dfef4761e180
refs/heads/master
2023-03-12T13:34:27.037783
2018-04-24T22:45:58
2018-04-24T22:45:58
125,419,173
0
0
Apache-2.0
2018-03-15T19:54:00
2018-03-15T19:54:00
null
UTF-8
C
false
false
6,180
h
/**************************************************************************** **************************************************************************** *** *** This header was automatically generated from a Linux kernel header *** of the same name, to make information necessary for userspace to *** call i...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
72dd33812d78a8e9caa42fb16fad3d21c698a9b9
f588ce28c03dd1be30389fcb171c2da6a900938a
/src/test.c
40d885a4b2f04777e99cee0f849446c37cc617ca
[]
no_license
jeanbob/Dodo-Time
6c008d061e011463d06aa2bc2a71d59f118f89c9
bcc1d8885c22d2feb8df0251a1d39721906265d6
refs/heads/master
2020-04-20T10:59:18.090441
2011-12-27T20:16:06
2011-12-27T20:16:06
3,058,278
0
0
null
null
null
null
UTF-8
C
false
false
1,251
c
#include <stdio.h> #include "fonctions_calcul.h" #define NBR_CYCLES 5 // Nombres de cycles de sommeil void main (void) { printf("10000 secondes en heure : %s\n", dodo_time_convertir_seconde_en_chaine_formatee(10000)); printf("Calcul de l'heure à laquelle on se réveillera en ayant effectuer %d cycles de somm...
[ "jeanbob@jeanbob.eu" ]
jeanbob@jeanbob.eu
77481d320850243acf567accbc04a80c6c6a9f54
da374454f3b7ad748cf68d86a528ec0181b56243
/lvl4/sort_list/sort_list.c
85ca18f54f6ea72db99438de54d1d5584a3208ec
[]
no_license
rfulop/Exams42
d585a1125ae32eb7ac2e388228832639fd385bb3
65184526fccc6b2a99f296e2a36b9b17c24c3d2d
refs/heads/master
2022-01-16T04:19:14.233388
2019-08-11T16:33:31
2019-08-11T16:33:31
105,305,276
1
0
null
null
null
null
UTF-8
C
false
false
1,241
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* sort_list.c :+: :+: :+: ...
[ "rfulop@student.42.fr" ]
rfulop@student.42.fr
db864abdb9e314b2d5f7803f1fa99cafb5223288
97b0793dc872963d1f816c7250857ffc4792b611
/Temp/StagingArea/Data/il2cppOutput/t2480.h
2e56d5f73cf68c047ba837126453f600ba5dbf3c
[]
no_license
JamesMoulang/LudumDare32
1e63f2d46dd8d9e8cf52cfc33a1f0f98b08d3119
9826e0eba56c85ed8161c510ba91af5bee52eea4
refs/heads/master
2020-04-27T08:17:58.678320
2015-04-23T15:33:15
2015-04-23T15:33:15
34,171,493
0
0
null
null
null
null
UTF-8
C
false
false
114
h
#pragma once #include <stdint.h> struct t2481; #include "t564.h" struct t2480 : public t564 { t2481 * f0; };
[ "james@jamess-MacBook.local" ]
james@jamess-MacBook.local
0200927a5f666b05d837ab2f239a2064ab705aa2
f8056eb5eef91a909e3a07f0b20126995c089754
/C Programming/Week_Three/Friday/OneDimentionalArray/06-StringOperations/UserDefinedFunction_MyStrlen.c
d47408962fb3c6f78a00aeaf644604f346e56b15
[]
no_license
AbhishekGawali777/Programming
f53294a91a5ecea8a25ce28487d8707e73e5041e
fb02308a073a6984a3655ddebc8515c5a1eb5d6a
refs/heads/main
2023-04-14T18:17:27.837291
2021-04-20T21:48:11
2021-04-20T21:48:11
306,490,289
0
0
null
2021-04-20T21:48:12
2020-10-23T00:30:34
C++
UTF-8
C
false
false
807
c
#include <stdio.h> #define ABG_MAX_STRING_LENGTH 512 int main(void) { int ABG_MyStrlen(char[]); int ABG_iStringLength; char ABG_cArray[ABG_MAX_STRING_LENGTH]; printf("\n\n"); printf("Enter String : \t"); gets_s(ABG_cArray, ABG_MAX_STRING_LENGTH); printf("\n\n"); printf("String Entered By You Is : \t"); pr...
[ "gawaliabhishek38@gmail.com" ]
gawaliabhishek38@gmail.com
ed0a6dd8c5ae94f8c78b971687951a40d3aa0533
4cee72e4b936b3739f60741309cd737a3319403c
/aula 3/strcpy.c
c01fbe20c9b570890f4e8644461bec048c1d060c
[]
no_license
iamgriffon/estruturadedadosfatec
509b62ea55f02d167d265036f52b9f14930b1f64
5977a25a75e51ff681585dee98643c6744754e5e
refs/heads/master
2022-12-12T13:57:38.091891
2020-09-04T00:41:20
2020-09-04T00:41:20
290,917,408
1
0
null
null
null
null
UTF-8
C
false
false
1,399
c
#include <stdio.h> #include <stdlib.h> #include <strings.h> int main(int argc, char *argv[]) { char nome[61]; char *nome2 = "Jean Joao da Silva"; printf("Digite seu nome: "); gets(nome); printf("Seu nome eh = %s \n", nome); printf("Seu nome eh = %s \n", nome2); printf("Seu nome eh...
[ "55361396+iamgriffon@users.noreply.github.com" ]
55361396+iamgriffon@users.noreply.github.com
9ebd7bbf9c26305ab294707d51160ae620a6c79e
1f94195108f415692ff26440510fcd529c030deb
/lab5/sprite.h
cc0679a55a1bff3b48c9ecd2a1bf68473ec85a77
[]
no_license
diogoyaguas/FEUP-LCOM
d59712837730eb49f385e8950956784b2a137feb
2574374290a194800391e73a718e4a00f9ef4a8d
refs/heads/master
2021-10-11T00:02:33.829126
2019-01-19T14:18:26
2019-01-19T14:18:26
116,151,339
0
1
null
null
null
null
UTF-8
C
false
false
584
h
#ifndef __SPRITE #define __SPRITE typedef struct { int x, y; // current position int width, height; // dimensions int xspeed, yspeed; // current speed char *map; // the pixmap } Sprite; /** Creates a new sprite with pixmap "pic", with specified * position (within the screen ...
[ "noreply@github.com" ]
diogoyaguas.noreply@github.com
b900e8d2ba749ad70bacacfc0aa8e67b783cc2d6
d6418430da4b569bab33d244b366a2451ce2a16e
/lib/libft/srcs/ft_strtolower.c
46093831c43c8b799e0baca38a953e54195feaec
[]
no_license
RobertoGallego/wolf3d
6afd812b360d6f73cee14f9806df69d82fe7d944
1eb8761cc828baa23858b6a2170772108bfe276b
refs/heads/master
2020-05-20T22:08:20.939054
2019-05-09T10:18:29
2019-05-09T10:18:29
185,776,419
0
0
null
null
null
null
UTF-8
C
false
false
1,029
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strtolower.c :+: :+: :+: ...
[ "rvgallego@hotmail.com" ]
rvgallego@hotmail.com
c985d140eda91b2222593dc90c2b29d1ab077182
1339ce667e2cb72aba1d57202221e2d7ebb8752f
/program3/11_10.c
79366df762e730fba8b7696fc2e4c50dbd31e153
[]
no_license
zero3062/C
04ba6ce2340f1cc9f90363e80c098a3eac15a70f
ebeca29eaf4039fb40e8bb142013905da4174ff5
refs/heads/main
2023-03-11T22:29:22.287924
2021-02-24T13:01:26
2021-02-24T13:01:26
341,893,488
0
0
null
null
null
null
UTF-8
C
false
false
254
c
#include <stdio.h> int main() { FILE *fp; int ch='a'; fp = fopen("source", "r"); fputc(ch, fp); if(ferror(fp)) puts("error"); else puts("no error"); clearerr(fp); if(ferror(fp)) puts("error"); else puts("no error"); fclose(fp); }
[ "esung246@gmail.com" ]
esung246@gmail.com
94305aed55c3e39f851b00568780dd4ad94b8b08
943d51a06836e615d58a8888cef706d63d270a75
/DUMP/Objective_KillBoss_Breaker_Mod_classes.h
ccfe64eb935364161ea0d07433bf47cba0a4c57c
[]
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 Objective_KillBoss_Breaker_Mod.Objective_KillBoss_Breaker_Mod_C // Size: 0x331 (Inherited: 0x331) struct UObjective_KillBoss_Breaker_Mod_C : UObjective_Base_Mod_C { };
[ "hsibma02@gmail.com" ]
hsibma02@gmail.com
beff6b01b92c5f5b1f445ba75c71a55113ec442c
cfe69fc556729bdecf2118fa5bc329343c42ed80
/10.0.10240.16384/ntoskrnl/Functions/PpmResetPlatformIdleAccounting.c
fb3ea6d20d4b8ccdf4971e9ca00545bb613900d6
[]
no_license
Myprivateclonelibrary/W10M_unedited-decomp
8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a
67b05851a3e262ff8a5d11ee50db34f28c350f16
refs/heads/main
2023-08-31T06:00:37.303105
2021-05-15T23:53:23
2021-05-15T23:53:23
null
0
0
null
null
null
null
UTF-8
C
false
false
811
c
// PpmResetPlatformIdleAccounting int __fastcall PpmResetPlatformIdleAccounting(__int64 *a1) { __int64 v2; // kr00_8 __int64 *v3; // r3 int v4; // r1 __int64 *v5; // r2 int v6; // r0 __int64 v7; // r0 v2 = *a1; memset(a1, 0, 992 * *((_DWORD *)a1 + 1) + 24); if ( HIDWORD(v2) ) { v3 = a1 + 3; ...
[ "64583248+Empyreal96@users.noreply.github.com" ]
64583248+Empyreal96@users.noreply.github.com
1fcb4fe5565834560dd9c0c6ed4c8484949f3064
80a6dcd8e0e55b1ec225e4e82d8b1bed100fdcd5
/CodeChef/LADDU_SOL.c
2c393478f63d169738e6c02276ce7455313c45fb
[]
no_license
arnabs542/competitive-programming-1
58b54f54cb0b009f1dac600ca1bac5a4c1d7a523
3fa3a62277e5cd8a94d1baebb9ac26fe89211da3
refs/heads/master
2023-08-14T23:53:22.941834
2021-10-14T11:26:21
2021-10-14T11:26:21
null
0
0
null
null
null
null
UTF-8
C
false
false
924
c
#include <stdio.h> #include <string.h> int ladukafunction(char a[]) { int ladu=0,bonus=0,b=0; if(strcmp(a,"CONTEST_WON")==0) { ladu=300; scanf("%d",&b); if(b<20 && b>0) { bonus=20-b; } ladu=ladu+bonus; return ladu; } else if(strcmp(a,"TOP_CONTRIBUTOR")==0) { ladu=300; return ladu;...
[ "nandanwar.adarsh@gmail.com" ]
nandanwar.adarsh@gmail.com
9094b2dd7b1cee491c87acb85ff2672de9d945f3
367e5d0c3c2b046ca70294593ab2e21d5a2a4984
/Classes/Native/Photon3Unity3D_ExitGames_Client_Photon_StatusCode.h
3ecb83d8d4a7c4253bc2b728ef1a5d1ba4dcfd2f
[]
no_license
truckfights/truckfights_ios
514acea0d0cfc6de6b12a10c992274446dd6d404
4a06ad533175cfb5030880b0557f120074c43616
refs/heads/master
2021-01-10T01:58:57.564897
2015-12-15T16:29:44
2015-12-15T16:29:44
48,000,635
0
0
null
null
null
null
UTF-8
C
false
false
390
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Enum.h" #include "Photon3Unity3D_ExitGames_Client_Photon_StatusCode.h" // ExitGames.Client.Photon.StatusCode struct StatusCode_t237 { // System.Int32 Ex...
[ "quinn.collins@tufts.edu" ]
quinn.collins@tufts.edu
4a9fdea3b378f5917fae5a509f28b6b1ac92434b
97e309350b86f40073dc4800bb0eca5bd6c7e557
/chapter6/ex11.c
de4a6da32adc961946369f5587f917c133280f38
[]
no_license
heuristicus/a-book-on-c
18c26eb365e7a01f104037e7988de32b6e55e283
27d0973faf3458168213f1d540cc404b479a486a
refs/heads/master
2021-01-01T19:24:57.992769
2013-06-14T14:18:57
2013-06-14T14:18:57
5,692,697
1
0
null
null
null
null
UTF-8
C
false
false
204
c
#include <stdio.h> int main(int argc, char *argv[]) { int a[] = {0, 2, 4, 6, 8}, *p = a + 3; printf("%s%d%s\n%s%d%s\n", "a[?] = ", *p, "?", "a[?+1] = ", *(p + 1), "?"); return 0; }
[ "m.staniaszek@gmail.com" ]
m.staniaszek@gmail.com
07c8514c635305465cd56301cf718ef72589e046
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/third_party/grpc/test/core/transport/chttp2/bin_encoder_test.c
08d10735a5af29618b4f0d4415bbc873597cdd6b
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C
false
false
7,517
c
/* * * Copyright 2015, Google 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: * * * Redistributions of source code must retain the above copyright * notice, this list of condi...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
6ca1451f457a25c21a961d5729aad534a868082b
1d7a6a821da892c1f1e86fc354e285ef6e78e8e6
/userspace/public/apps/sshd/libtomcrypt/src/ciphers/safer/safer.c
0c931af4b68cfe27a56a50b502bea5144bc8ae0e
[ "LicenseRef-scancode-public-domain", "SSH-short", "BSD-3-Clause", "MIT" ]
permissive
evalevil/TC72XX_LxG1.7.1mp1_OpenSrc
2786300d539e1486393bb4231a65b4f28d284a2b
a6d3d2277f682e60d05b163655503ffc87c6b878
refs/heads/master
2021-05-31T23:39:49.882139
2015-12-11T06:43:21
2015-12-11T06:43:21
null
0
0
null
null
null
null
UTF-8
C
false
false
15,730
c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. * * Tom St Denis, tomstdenis@gmail.com, http://l...
[ "mailenh.tw@yahoo.com.tw" ]
mailenh.tw@yahoo.com.tw
e2c15c974966e28033f0ced00dd5af3e924cc9b7
7cb47a1edbc5a74a00af0e9e7b67cacf448994f0
/src/lib/std/inc/freetype-gl/mat4.h
244ec8ed15d83af7173ba26a94b66e089b96cfb1
[ "MIT" ]
permissive
indigoabstract/techno-globe
2c24819abe9774309fa7a9175c1c63676c31571a
1f01b231bece534282344fa660d5f9a8cc07262e
refs/heads/master
2021-04-06T10:25:27.866859
2018-04-11T12:18:42
2018-04-11T12:18:42
125,355,507
0
0
null
null
null
null
UTF-8
C
false
false
3,521
h
/* ============================================================================ * Freetype GL - A C OpenGL Freetype engine * Platform: Any * WWW: http://code.google.com/p/freetype-gl/ * ---------------------------------------------------------------------------- * Copyright 2011,2012 Nicolas P. Rougier....
[ "indigoabstract@gmail.com" ]
indigoabstract@gmail.com
7085ac7aa1507ae4f78f6fd01b692f3c12a72aed
985beab07c05b613aa8ac3edbcd0987f89344eaf
/fy4/obj/treasure/npc/obj/baozhu.c
714e45cec8e180311b78767e916d7cba3956f7b4
[]
no_license
Yeeler/fy2005
f6b308592c5037f5b5d40c18b748259447b6abe1
cd244d4fed63ba57cd72a4e7119353a29df1f3c0
refs/heads/master
2021-01-06T20:37:29.371119
2017-08-08T07:54:16
2017-08-08T07:54:16
99,530,241
2
1
null
null
null
null
GB18030
C
false
false
3,921
c
#include <ansi.h> #include <combat.h> inherit ITEM; void create() { set_name( HIR "爆竹" NOR, ({ "bao zhu" }) ); set_weight(50); if( clonep() ) set_default_object(__FILE__); else { set("unit", "个"); set("long",YEL"古时在节日或喜庆日,用火烧竹,毕剥发声,以驱除山鬼\n瘟神,谓之:爆...
[ "yeeler@gmail.com" ]
yeeler@gmail.com
b70a0c26b538983f9bef6b57c35ae8034de21b7c
01c0ced85c8a1a0f3ee18d93c60489fa3c0ca916
/Lab3.1/inc/7seg.h
426b4a61148fd240e93376ebc1b2a696d4c4f9d3
[]
no_license
Jimmyjean1108/microprocessor
2e5c4525c3bc53a703bbe964b5d9529a5bf089e5
0fc2c03af03a4558e1f5d5cea1c368fed431bfbb
refs/heads/master
2021-06-17T20:23:19.442602
2021-02-04T21:00:11
2021-02-04T21:00:11
144,570,529
0
0
null
null
null
null
UTF-8
C
false
false
2,165
h
#ifndef __7seg__H__ #define __7seg__H__ #include "stm32l476xx.h" // Define a lot of Non-Decode Mode Constants #define SEG_DATA_NON_DECODE_0 0b1111110 #define SEG_DATA_NON_DECODE_1 0b0110000 #define SEG_DATA_NON_DECODE_2 0b1101101 #define SEG_DATA_NON_DECODE_3 0b1111001 #define SEG_DATA_NON_DECODE_4 0b0...
[ "noreply@github.com" ]
Jimmyjean1108.noreply@github.com
8c2a8a73d851aa382f7e34827f9f09f173e75fb1
31ceaed68a687bc033e1280cff58c6219f36b3c3
/Principles of Engineering - RobotC Backup/A3_1_6.Part2.ThienTran.KobeChauvin.c
b123de5c93435c51c83aaf49a4d2296039461cf7
[]
no_license
thienlongtran/Beginning-Small-Projects
b60c4ca5160e89b9976dc44f4230ac686fe1433c
4f76f1ddaa3cc7167c26c9d2fbce307f7ee989cb
refs/heads/master
2021-12-23T06:44:41.900271
2017-11-02T03:35:55
2017-11-02T03:35:55
103,794,936
0
0
null
null
null
null
UTF-8
C
false
false
1,625
c
#pragma config(Sensor, in1, lineFollower, sensorLineFollower) #pragma config(Sensor, in2, potentiometer, sensorPotentiometer) #pragma config(Sensor, in3, lightSensor, sensorReflection) #pragma config(Sensor, dgtl1, limitSwitch, sensorTouch) #pragma config(Sensor, dgtl2, bumpSwitch, sensorT...
[ "noreply@github.com" ]
thienlongtran.noreply@github.com
42c208a9aa6826104ecee2be831de3cf6859bc71
3567309d3f25020ec7a0d59e0ef55da7be113085
/room/island/beach2.c
7ca228458d2628279044e6147451d69f893ae71d
[]
no_license
flyingstupid/gbapoclib
64ec8b3828201d7eb158b5371164765d1b65ce93
dea2a4be3399509c7df44d33b2a307db3821017d
refs/heads/master
2021-04-27T08:02:48.717277
2018-02-23T17:04:11
2018-02-23T17:04:11
122,640,255
0
0
null
null
null
null
UTF-8
C
false
false
1,357
c
#include <mudlib.h> inherit ROOM; void reset(status arg) { if(arg) return; set_short("Skol island"); set_long( "Far away to the north west a small jetty extends outward from the \n"+ "beach toward a tall sailing ship. The beach you stands on extends \n"+ "far to the east and west.\n"); set_weat...
[ "ray.lukes@gmail.com" ]
ray.lukes@gmail.com
aa315e8cb96ab05c357ca5bdba8b8924f56ebe6b
3d940d691f6b5ec99304a0cbeed806e4c41f0dba
/12/12.6.c
a95c993dea5d204a2122588f5985434abb290d32
[]
no_license
saad-abu-sami/ANCI-C
4d2484f6dd84b5e374786c7cf21b251141309ebe
5178157e747f6681bfdfad146ae19db73ce6b05b
refs/heads/master
2023-08-29T00:51:57.944695
2021-10-20T10:00:25
2021-10-20T10:00:25
357,275,470
0
0
null
null
null
null
UTF-8
C
false
false
746
c
/********************************************************* * SPL. FILE COPY * * Author: Reez Patel * * Source: Ex: 12.6 (P-418) = ANSI-C * **********************************************************/ #include <stdio.h> #include <string.h> int main() { char filein[100],fileout[100],key[100],word[100]; print...
[ "60351152+saad-abu-sami@users.noreply.github.com" ]
60351152+saad-abu-sami@users.noreply.github.com