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
8ed521a31b3132097eec39bbe0d2af2e15973e21
51159526cb7548d00d26e25860e191eab9eb3503
/cJSON_Create/main.c
5258814f31916cdc66ea4764edc2dea3f5b8a0e9
[ "Apache-2.0" ]
permissive
cangHW/cJSON_Demo
87b14336f0008935da4a0602887f62b4ecf89289
8914365ce24bbb3d6cea81575870ddae6427f0f1
refs/heads/master
2023-03-16T13:41:04.538819
2019-07-23T11:19:08
2019-07-23T11:19:08
null
0
0
null
null
null
null
GB18030
C
false
false
487
c
#include "create.h" #include "stdio.h" int main() { Create_Simple_JSON(); //简单的json键值对 // Create_BJTime_JSON(); //键的值是一个JSON对象 // Create_Array_Str_JSON(); //JSON数组,元素是字符串 // Create_Array_JSON(); //键的值是一个数组,数组包含多个对象元素 // Create_Array_Nest_JSON(); //数组内嵌套了5个数组,每个数组内有5个字符串元素 ...
[ "1490789115@qq.com" ]
1490789115@qq.com
fa1b1fb4d3753ffa0090c6296c2ad8112947c01f
807243f3118ac9df4dc56021f98db512a79a27c4
/buble sort/main.c
26ac2ae9669732aed0778ce2a88d385aa7d945d2
[]
no_license
rosen316/2017-2018-C
e2a4f678ed8bc5a3a9a5669c4dbe0229c4ff9dd5
f0fce5060243b6b505ce97157fd0f998c284d971
refs/heads/master
2021-09-15T21:13:34.047853
2018-06-11T00:26:06
2018-06-11T00:26:06
null
0
0
null
null
null
null
UTF-8
C
false
false
606
c
#include <stdio.h> int main() { int i=0,n=8,sorted,c,a,numbers[8]; do {printf("\nGive me a number"); scanf("%d",&numbers[i]); i++;} while(i<n); for (i=1; i<n; i++) { sorted=1; for(a=0; a<n-i; a++) if (numbers[a]>numbers[a+1]) ...
[ "noreply@github.com" ]
rosen316.noreply@github.com
1d870f029c22e7944bb23f3946e88db49351588a
c8ae9a0bc3d8364cb18d9cb35a7eb41de0b300a3
/libft/ft_strncat.c
31bc891eb8bb0bb1b28330f8b59d4ec72e91b395
[]
no_license
cvsgbhn/school21_level1_get_next_line-
bfdca6238884dcbe6c5d503f0ace2dc4d8d942c9
4abb415044740fdd6a0bdedb2bbaae160ef8d7c0
refs/heads/master
2020-08-01T03:13:29.933924
2019-10-17T20:50:28
2019-10-17T20:50:28
210,841,479
1
0
null
null
null
null
UTF-8
C
false
false
1,113
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncat.c :+: :+: :+: ...
[ "kbh123456g@gmail.com" ]
kbh123456g@gmail.com
4ef90d73aa304567d5ade3e685b810a928cccd09
3b6435847cdbd1aa13cb08e72d18a9504e147f2b
/hash.c
1a3f7b3375edf46620ed738941a10922e548a136
[]
no_license
zahra-abbasian/C-programs
0b2aac14314a08a92ef384674f78e9840d62e863
7ea66258dcd60c6a06672b925ef512f4832adcab
refs/heads/main
2023-01-19T05:26:52.346333
2020-11-26T03:17:20
2020-11-26T03:17:20
316,101,442
0
0
null
null
null
null
UTF-8
C
false
false
7,610
c
/* * * * * * * * Hashing module for Assignment 2. * * created for COMP20007 Design of Algorithms 2020 * template by Tobias Edwards <tobias.edwards@unimelb.edu.au> * implementation by Zahra Abbasian */ #include "hash.h" // Implements a solution to Problem 1 (a), which reads in from stdin: // N M // str_1 // ...
[ "53322279+zahra-abbasian@users.noreply.github.com" ]
53322279+zahra-abbasian@users.noreply.github.com
c5a3960f18bb09f26f16c97200e8c7233282ebc9
4b6e12773b25fa0dbdb92141ae9f21c9dc2ecba7
/utilities.h
43f1db016dd0435b14015a728ff42a71ea64324a
[]
no_license
Glastis/esp8266-webserv-relay
9b37db40589e19d5690cdf4a03c3e1ce162b76ec
656542d2568eb82d3eb6a14d2650c1907ac79856
refs/heads/master
2023-02-01T22:50:24.402036
2020-12-19T22:58:04
2020-12-19T22:58:04
312,948,735
2
0
null
null
null
null
UTF-8
C
false
false
374
h
/* ** Created by glastis ** Date: 09-Dec-20 ** Contact: developers@glastis.com */ #ifndef ESP_RELAIS_WIFI_UTILITIES_H #define ESP_RELAIS_WIFI_UTILITIES_H #define UNUSED(X) ((void)(X)) #define FALSE 0 #define TRUE 1 int comp_str_beg(const char *str1, con...
[ "glastis@glastis.com" ]
glastis@glastis.com
f6bad4402b32084788e0b0bf33e5b01d877d8e95
896b4ee142e64bc20ea93ac2b4cd41e02471f7a6
/src/Emitter.h
367d06028d7107a944f3570f7e6e3bf6daa8d61f
[]
no_license
HomelikeBrick42/OldVM
1e9e3d62c858c48949f5e06c9d508a250b895de9
935495e24729fb374800dfd79c6197a86410635d
refs/heads/master
2023-08-03T03:29:50.460202
2021-10-06T22:54:29
2021-10-06T22:54:29
null
0
0
null
null
null
null
UTF-8
C
false
false
1,085
h
#pragma once #include "Lexer.h" #include "Array.h" #include "VM.h" typedef struct Label { Token Token; uint64_t Location; } Label; typedef struct UnknownLabel { Token Token; uint64_t IndexForAddress; } UnknownLabel; ARRAY_DECL(Token, Token); typedef struct Macro { Token Name; TokenArray Tok...
[ "64717463+HomelikeBrick42@users.noreply.github.com" ]
64717463+HomelikeBrick42@users.noreply.github.com
247835ae2cfc6fa36140f246e55462807c49b6d3
24d856d98c85a319d53be2768ccc176a50873fa3
/linux-lts-quantal-3.5.0/drivers/gpu/drm/nouveau/nv50_evo.h
771d879bc834c9125194fb8c55eb12c3343222bb
[ "GPL-1.0-or-later", "Linux-syscall-note", "GPL-2.0-only", "BSD-2-Clause" ]
permissive
dozenow/shortcut
a4803b59c95e72a01d73bb30acaae45cf76b0367
b140082a44c58f05af3495259c1beaaa9a63560b
refs/heads/jumpstart-php
2020-06-29T11:41:05.842760
2019-03-28T17:28:56
2019-03-28T17:28:56
200,405,626
2
2
BSD-2-Clause
2019-08-03T19:45:44
2019-08-03T17:57:58
C
UTF-8
C
false
false
8,054
h
/* * Copyright (C) 2008 Maarten Maathuis. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use...
[ "jflinn" ]
jflinn
183988eb74ae02287f4332618d27ef7aabdc933f
72ba2ffcc326ebf2a630a44d9145d93ee68b821f
/src/library/MDK-Middleware/Network_v6/Config/Net_Config_PPP.h
e5bdef86bad0e849383f00d5d3925078c3c0450e
[]
no_license
spfanlost/myMcu
19bab515d86c2b8282e211d79b37c2010c7431da
95689450a298c0099c349315896868de555a074e
refs/heads/master
2023-08-22T21:52:55.303051
2021-10-31T14:13:30
2021-10-31T14:13:30
295,122,684
1
0
null
null
null
null
UTF-8
C
false
false
5,102
h
/*------------------------------------------------------------------------------ * MDK Middleware - Component ::Network:Interface * Copyright (c) 2004-2019 Arm Limited (or its affiliates). All rights reserved. *------------------------------------------------------------------------------ * Name: Net_Config_PPP....
[ "imyumeng@qq.com" ]
imyumeng@qq.com
2821f094ae450c25d6613773cdef9d0b388c4678
61314f889041b72d98e233a28e4e79c06167d1b4
/target/qnx6/usr/include/sh/ccn.h
0ff7d9c1057637a59d492f8542df649be4a7f998
[]
no_license
CyberSys/qnx650
37867847dacf9331926736e97009bc0af83850bd
a10a0e62384d0a6a24cc3879dee3b7bacf6d4601
refs/heads/master
2021-05-27T03:46:05.775523
2014-05-02T00:15:16
2014-05-02T00:15:16
null
0
0
null
null
null
null
UTF-8
C
false
false
3,916
h
/* * $QNXLicenseC: * Copyright 2007, QNX Software Systems. All Rights Reserved. * * You must obtain a written license from and pay applicable license fees to QNX * Software Systems before you may reproduce, modify or distribute this software, * or any work that includes all or part of this software. Fr...
[ "acklinr@us.panasonic.com" ]
acklinr@us.panasonic.com
90aacaf1f9d4e134c0f8e7fe619f1ea0a309e297
ecdd42e75d5a8a42e5b05acbb73585a04d942618
/c_conversion.c
a1c4b10561c1051a1d96065455fc86185e6339fe
[]
no_license
kev-zhang/ft_printf
4651b4734aa9c60582332b9d02ef222f09a1fa44
3d6090cdd593dc70dbcc58a149e0c1e95c8fa1d3
refs/heads/master
2021-09-05T06:39:43.443200
2018-01-24T22:19:14
2018-01-24T22:19:14
118,535,675
0
0
null
null
null
null
UTF-8
C
false
false
1,612
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* c_conversion.c :+: :+: :+: ...
[ "pzhang@e1z2r9p41.42.us.org" ]
pzhang@e1z2r9p41.42.us.org
e94071c04606fa986b235faa3c90f77ea5131afc
315fd47690450e7a0530bf4b3596cc9448c88929
/atcoder/agc/001/a.c
fe81d2b6b8fda4d2cfee7f642b4b903179a8f85a
[]
no_license
1119-2916/competitive-programming
8d59f2c3c36de719d665307fcaa138cc03845573
356b66d2f93bf6e28f04af8968e0f1f6ae4d7bae
refs/heads/master
2021-06-08T14:33:14.620002
2020-04-26T14:01:44
2020-04-26T14:01:44
108,534,522
3
0
null
null
null
null
UTF-8
C
false
false
414
c
#include <stdio.h> #include <stdlib.h> int data[101]; int cmp(const void *a, const void *b) { return *(int *)a - *(int *)b; } int main(void) { int i, n, ans = 0; scanf("%d", &n); for (i = 0; i < 2*n; i++) { scanf("%d", &data[i]); } qsort(data, n*2, sizeof(int), cmp); for (i = 0...
[ "ti11192916@gmail.com" ]
ti11192916@gmail.com
5f5cfe8bf64a35ab27d80c09cb4fc18982dbe031
1af9ac6b1d601566a733b48473d7b517c0955f3b
/csb-light-2.2/elen_snowflakes/csb-light-grb-elen_snow_pcm.c
9f1dc76e4f24e0ca034038d3b17af117b4b8e909
[]
no_license
SvetoBobr/CSB_Light
861dd3d32d48e9763904e4debdb7367bdb561ae6
8b549802106024c285062b1ddb49d459da0cb709
refs/heads/master
2022-03-01T10:47:11.610977
2019-09-01T09:52:14
2019-09-01T09:52:14
205,656,952
0
0
null
null
null
null
UTF-8
C
false
false
7,932
c
// t13 attiny13 38400 prog // board MMCU programm_after_make #define F_CPU 1000000 #include <avr/io.h> #include <avr/eeprom.h> #include <avr/sleep.h> #include <util/delay.h> #include <avr/interrupt.h> // Hardware =========================================================== // LEDs -----------------------------------...
[ "bobropochta@gmail.com" ]
bobropochta@gmail.com
0d2659212dc7aae27b537076214b7f1ffa25814c
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/s390/char/extr_sclp_con.c_sclp_console_pm_event.c
d688817e693db075d37296974530b600cd8fa69a
[]
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
913
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
8490328e7fd377b78053abf7c6b9a79ef49b689f
a3c70e9fa69337509aa70da079f7cf3845e45972
/lib/stm32f411/src/system_stm32f4xx.c
fadbaa0e11c53d0eb46ade15baaf5a49b4accec6
[]
no_license
gyc2015/Cube
631da9c362330b6c06a10927a4d2e061048e4b1d
75fdb61843e0e34d2b560c005788aca041758ed0
refs/heads/master
2020-12-03T09:22:21.274951
2017-07-11T21:25:37
2017-07-11T21:25:37
95,617,876
0
1
null
null
null
null
GB18030
C
false
false
1,410
c
#include <stm32f411.h> #include <stm32f4xx_rcc.h> #include <stm32f4xx_flash.h> #define PLL_M 8 #define PLL_N 200 #define PLL_P 4 #define PLL_Q 4 void SystemInit(void) { // 设置FPU SCB->CPACR |= ((3UL << 10 * 2) | (3UL << 11 * 2)); RCC->CR |= RCC_CR_HSION; // 重新配置、控制、中断寄存器 RCC->CFGR = 0x00000000; ...
[ "gaoyichao2013@126.com" ]
gaoyichao2013@126.com
b3af16db2414c39ed216ea32a740ed733d047462
51f915b59f1f4f3a1e75a0d0fab74c701b15839e
/src/chainparamsseeds.h
301ca924db82bdd9294c991f1b8ce0fda3c88ddd
[ "MIT" ]
permissive
Fyn-Coin/FynCoin
02db8dd3625d25a9c7053ccc4458867bf55d9b1c
4b1425fbc0fde98824b901d26faa736ad62394a8
refs/heads/master
2020-04-07T17:27:35.749274
2018-11-21T17:29:03
2018-11-21T17:29:03
158,570,606
0
0
null
null
null
null
UTF-8
C
false
false
1,020
h
#ifndef BITCOIN_CHAINPARAMSSEEDS_H #define BITCOIN_CHAINPARAMSSEEDS_H /** * List of fixed seed nodes for the bitcoin green network * AUTOGENERATED by share/seeds/generate-seeds.py * * Each line contains a 16-byte IPv6 address and a port. * IPv4 as well as onion addresses are wrapped inside a IPv6 address according...
[ "sarris88p@gmail.com" ]
sarris88p@gmail.com
6920c20dfcf58bef3be4f56b707edc46dd8757c2
c0bc1596d0fe43ca8f6afe3dd8ba9c9cff459bf0
/Cenci_Binici_Shell/install/foo.c
1002164b67c80168be12cb47d14b01964c77ca1c
[]
no_license
JuneZho/Cenci_Binici_Shell
f34d6e081e7329a822de743b534b7acfb5651634
87d512d5e7c76826475f58ba3f40a74d5108756b
refs/heads/master
2021-01-16T14:44:53.885947
2018-02-19T04:09:22
2018-02-19T04:09:22
null
0
0
null
null
null
null
UTF-8
C
false
false
198
c
#include <unistd.h> #include <stdio.h> #include <stdlib.h> int main() { int x =1 ; for (;;){ printf("Sleeping: %d\n", x); sleep(1); x++; } return 0; }
[ "cencije@lafayette.edu" ]
cencije@lafayette.edu
2b17629deb4212df3c5037fba0477f7ba4ae142c
def35c9158f50fcc8412bc543b504f1a06f1cd82
/ch12/circumference.c
50c1ae0db9af807346094e35f2769582f2c03b38
[]
no_license
hongnari/2020-C-code
dc1f58fb51805dddda49b2c4ca11b8c76052fea7
e81523f91120fc2ef9198255d0ac5515b742759b
refs/heads/master
2022-09-12T02:01:00.521726
2020-05-31T11:48:19
2020-05-31T11:48:19
null
0
0
null
null
null
null
UHC
C
false
false
249
c
// circumference.c //이미 외부에서 선언된 전역변수임을 알리는 선언 extern double PI; double getCircum(double r) { //extern double PI; //함수 내부에서만 참조 가능 return 2 * r * PI; //전역변수 PI 참조 }
[ "noreply@github.com" ]
hongnari.noreply@github.com
c114ec6abde7774926048d73f70cc39840a3be7c
788bf1c1fd8d5cc643a093d13557dae467f0c391
/LSP/typ_loop_vivado.c
110a26a97949278bbbdf96b038c3d203f33989dd
[]
no_license
Junyi-Liu/benchmarks-HLS
ce12bb309026560acd0132f8e2e23ba1cc99737a
98871a726deb76562bf999b007254f02a047cb90
refs/heads/master
2020-04-05T15:16:31.739980
2017-08-18T18:57:34
2017-08-18T18:57:34
39,962,278
12
4
null
null
null
null
UTF-8
C
false
false
1,135
c
/* Begin Extra Functions Definition */ int min(int a, int b) { return (a<b) ? a : b;} int max(int a, int b) { return (a>b) ? a : b;} /* End Extra Functions Definition */ // Data set size #define N 100 #define LB 20 void kernel_typ_loop(int m, int n, float A[2*N][2*N]) { int i; int j; int k; ...
[ "junyi.liu13@imperial.ac.uk" ]
junyi.liu13@imperial.ac.uk
aea2dc6ba91ae605fb85911405c9703f75c9fb0f
8382126d09f774397062bdb35bf56bf4c0157164
/TP10_iskelet_2019/sorting.h
66e54312926bf77aced9b379110036ca8a486898
[]
no_license
silverdevelopper/2019-2020TP
415d0be99eb943120db9cdf82ada8cf59a69a733
735f9bef945352faa7f7f564159cdd0be474b07d
refs/heads/master
2021-11-26T07:05:34.389280
2020-09-22T08:47:18
2020-09-22T08:47:18
215,668,761
1
0
null
2021-11-14T09:40:58
2019-10-17T00:22:19
C
UTF-8
C
false
false
273
h
/* * sorting.h * * Created on: Apr 19, 2019 * Author: Merve Unlu */ #ifndef SORTING_H_ #define SORTING_H_ void insertion_sort(int* arritem,int size); void selection_sort(int* arritem,int size); void bubble_sort(int* arritem,int size); #endif /* SORTING_H_ */
[ "noreply@github.com" ]
silverdevelopper.noreply@github.com
8fc062d03f9529745217b803e798fdcd89151df8
95096b1ff2b568f4c176d62aa246063bdca92f83
/jni/yasul_jni.c
efd279a62443bace6338cbf598388a2103a4efe2
[]
no_license
t0kt0ckus/libyasul
0c87679f4ee77893d8dd1bfab3094a80e155397c
c779656e7c39c0adc7f949eb59a8c0b7ac0756c8
refs/heads/master
2021-01-16T00:17:48.577595
2015-03-08T17:16:28
2015-03-08T17:16:28
30,444,768
2
1
null
null
null
null
UTF-8
C
false
false
8,195
c
/* * yasul: Yet another Android SU library. * * t0kt0ckus * (C) 2014,2015 * * License LGPLv2, GPLv3 * */ #include <errno.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include "def.h" #include "log.h" #include "ostools.h" #include "yasul.h" #include "yasul_jni.h" static char *yjni_basedir;...
[ "t0kt0ckus@gmail.com" ]
t0kt0ckus@gmail.com
abd1229e0d26de824c2d852867483858d8d4cf35
40de3da30239862f11a946166b50438174c2fd4e
/lib/wizards/rehti/dormund/monsut/boy.c
4bf8c5bcb82c522f3b8332b78a6386d1e25bb291
[ "MIT" ]
permissive
vlehtola/questmud
f53b7205351f30e846110300d60b639d52d113f8
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
refs/heads/master
2020-12-23T19:59:44.886028
2020-01-30T15:52:16
2020-01-30T15:52:16
237,240,459
0
0
null
null
null
null
UTF-8
C
false
false
393
c
inherit "obj/monster"; reset(arg) { ::reset(arg); if(arg) { return; } set_name ("boy"); set_level (15); set_gender(1); set_al(20); set_alias("boy"); set_race("human"); set_short("Boy is playing here with his toys."); set_long("This boy plays his games with unbelievea...
[ "ville.lehtola@iki.fi" ]
ville.lehtola@iki.fi
df361cdbc4128e1651ac096f0a857fafc4be99d1
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/MC/Bz/1700ppm/attic/Unblinded/attic/MomBinnedAna/S12_ModuloFit_2000_2200_gQ_coarse.C
acf2342fa106e96388030434a9bfc859a6dfb295
[]
no_license
sam-grant/EDM
486ea029bf766c968a3c7b41198ffcf9bc3c9b8a
525e41de5f675c39014488c79144f47562910736
refs/heads/master
2022-10-30T22:35:42.979799
2022-10-19T18:44:54
2022-10-19T18:44:54
296,421,806
0
1
null
null
null
null
UTF-8
C
false
false
484,463
c
void S12_ModuloFit_2000_2200_gQ_coarse() { //=========Macro generated from canvas: c/c //========= (Mon May 3 22:24:42 2021) by ROOT version 6.22/08 TCanvas *c = new TCanvas("c", "c",0,0,800,600); gStyle->SetOptFit(1); c->SetHighLightColor(2); c->Range(-0.5964689,-1.221651,5.36822,1.122181); c->SetFill...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
900b0a2611c207b3daf3bf795d83fe5b47d84573
daa9da7742901d02ef03ae69593e805517c4367f
/include/tps65023_power.h
a08cecffc0838f15f2906ca9830e07f30814385c
[]
no_license
IngenicSemiconductor/X-BOOT-WARRIOR
483e4a016c65b2c569890fef071ea950f4dfa33a
421804a3c73bf116567cf8c89cb08dcd4d8dd6ba
refs/heads/master
2016-09-05T09:07:03.461583
2013-07-16T06:44:17
2013-07-16T06:44:17
10,257,822
2
0
null
null
null
null
UTF-8
C
false
false
1,168
h
/* * tps65023_power.h -- Core interface for TPS65023 * */ #ifndef __TPS65023_POWER_H__ #define __TPS65023_POWER_H__ #define TPS65023_I2C_ADDR 0x48 #define TPS65023_VERSION_REG 0X00 #define TPS65023_PGOODZ_REG 0X01 #define TPS65023_MASK_REG 0X02 #define TPS65023_REG_CTRL_REG 0X03 #define TPS65023_...
[ "ljia@ingenic.cn" ]
ljia@ingenic.cn
4d6f5821422778dc4c07e811c31a160bdf9bc2b3
980720d90e82514a7f2e3215e4e9a454412b39db
/26-FMC—扩展外部NAND/User/nand/ftl.c
a9f611b28991dd77c3325e87b1c79d1c3b8ca235
[]
no_license
0309lijing/ebf_stm32h743_pro_code_v
6fabc685d777ca77646da88b2de0c5331ba964c4
22d59da03137d149e7ff0ea23f44fa7cd3bb4c2a
refs/heads/master
2023-04-06T10:43:10.381918
2021-04-16T08:32:43
2021-04-16T08:33:06
null
0
0
null
null
null
null
GB18030
C
false
false
20,161
c
#include "./nand/ftl.h" #include "string.h" #include "./nand/bsp_nand.h" #include "./malloc/malloc.h" //升级说明 //V1.1 20160124 //修改FTL_CopyAndWriteToBlock和FTL_WriteSectors函数,提高非0XFF时的写入速度. //V1.2 20160520 //1,修改FTL_ReadSectors,增加ECC出错判断,检测坏块处理,并增加多块连读,提高速度 //2,新增FTL_BlockCompare和FTL_SearchBadBlock函数,用于搜寻坏块 //3,修改F...
[ "892461474@qq.com" ]
892461474@qq.com
20ca1be4f2415d59d34fa9468a434b8064b27418
5c2f2267e9bdd97abf7c7b32539be78a7d9ac8c2
/chapter2/pointers/pointers.c
eefa5af69f1e0e231f2fe4886537a0ae44ac09dc
[]
no_license
lalbricenov/terzaLiceo2019-20
fcb1e0a26f1d7d734e7bc1ae84ac2b869ec6a7b4
8b32c382f80e3bc8617f540866f8683bf9b8fd87
refs/heads/master
2021-05-21T03:32:29.173226
2020-06-04T17:57:27
2020-06-04T17:57:27
252,524,366
0
0
null
null
null
null
UTF-8
C
false
false
258
c
#include <stdio.h> #include <stdlib.h> int main(void) { // Creo 2 apuntadores int *x; int *y; x = malloc(sizeof(int)); // malloc= memory allocation printf("%p\n", x); *x = 42; printf("%d\n", *x); //printf("%p %p\n", x, y); }
[ "lalbricenov@gmail.com" ]
lalbricenov@gmail.com
e71e45ae076417d49c9d6a71611eca9a6f6c5198
9f8186642b3ffa51957b8f1bb83664dfebf62b31
/http/http_response.c
db0a63543131ee1a41adce262332027ffe5fa605
[]
no_license
dosuser/libero2
c6916685e266ed2056eaad519599813971fec89d
2ef6a1bb55ac74e8bc78488fb8f530a162ae563f
refs/heads/master
2021-01-17T12:10:24.279224
2016-06-09T10:13:32
2016-06-09T10:13:32
40,165,100
0
0
null
null
null
null
UTF-8
C
false
false
1,796
c
#include <stdio.h> /************** 지금 부터 하려 하는 것은 사용자에게 HTTP메시지로 HTTP요청과 응답에 대한 보안 경고를 하기 위한것이다. 이것은 물론 HTTP메시지에만 할 수 있다. 따라서 HTTP 처리 레이어에 두는 것이 좋을 것 같다. 다만. 패킷을 구분해야 함에 있어서 하위 레벨의 도움을 받아야 할 것같다. --------------------------------------------------------------- 시나리오 1 사용자의 처음 요청속에 문제가 되는 부분이 있어 차단...
[ "dosuser00@62505b9e-863e-11dd-ba2e-09f2ff3e973f" ]
dosuser00@62505b9e-863e-11dd-ba2e-09f2ff3e973f
3818e2c52666deaa3897d744a3b2940b62a648a8
9c73c89c7dd4f7c1954e4f5e19f81ab40aba6528
/framework/peripheral/ebi/templates/ebi_FlashResetPin_Default.h
28ce2dfeb568133829ebe6ad4ad385e0a11567a6
[]
no_license
ctapang/v0_70_01b
d8d3784dfc56e844c7b30b19827091690da82d30
0df7b41c7f8ee94c04a3841e792a96f665e9aa32
refs/heads/master
2016-09-10T01:31:11.548039
2014-08-29T10:25:20
2014-08-29T10:25:20
15,748,585
0
0
null
null
null
null
UTF-8
C
false
false
3,924
h
/******************************************************************************* EBI Peripheral Library Template Implementation File Name: ebi_FlashResetPin_Default.h Summary: EBI PLIB Template Implementation Description: This header file contains template implementations For Feature : FlashR...
[ "ctapang@hotmail.com" ]
ctapang@hotmail.com
faf3deb928023f1461c896f282aedadf78ddb60d
2b95d7a08d53d7876786173cfc6cf23f95562178
/luadata.c
11b3765a234098ecece8a77a4abae0c7f7a9c325
[]
no_license
iru-/luadata
57343a24532d83921d13ec6c550a8b0da207f3f3
8c156975393beb68f52d2276abbebedc6fb4764e
refs/heads/master
2021-01-16T19:52:33.806820
2014-07-23T17:19:30
2014-07-23T17:19:30
null
0
0
null
null
null
null
UTF-8
C
false
false
6,922
c
/* * Copyright (c) 2013, 2014 Lourival Vieira Neto <lneto@NetBSD.org>. * 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 ...
[ "lourival.neto@gmail.com" ]
lourival.neto@gmail.com
54893ff4aec914be87ba4fb9f4f00f769be11020
e208e556a5859d1490cb8b82c552de3bd98d64b6
/Classes/CommonPlayUtil.h
2aa21bc9f7145df5bf918c7d7750cd1c2a24a46c
[]
no_license
test2pp2/HiddenCatch
1ecb85d2be6611365da0a6afe034d1e91780f691
78357f4e03a2acaad94b1a8bdb0a88be7a7528d2
refs/heads/master
2020-04-15T11:29:12.517741
2019-01-16T15:05:55
2019-01-16T15:05:55
164,310,525
0
0
null
null
null
null
UTF-8
C
false
false
297
h
#ifndef __COMMON_PLAY_UTIL_H__ #define __COMMON_PLAY_UTIL_H__ #include "cocos2d.h" cocos2d::Vec2 ConvertImageToPlay(cocos2d::Vec2 image_position); void ProblemLoading(const char* filename); struct HiddenPoint { float x; float y; int width; int height; bool found = false; }; #endif
[ "test2.pp2@gmail.com" ]
test2.pp2@gmail.com
f90c64f3ff68ad08642bdc21bb21f72f8339029b
858ed0e9107961f719c73f0783746e1eb97b29cc
/stats.c
f9a01b50f6fe5855802fd45524d18adf144689cd
[]
no_license
brxie/liquid_level_monitor
611db5f74684c338b3fa198c7b27cb258f85f5fc
934436fea1634ccbf6fdba837557d39a9baa405c
refs/heads/master
2021-07-18T22:21:39.223664
2017-12-10T09:33:40
2017-12-10T09:33:40
96,674,868
0
0
null
null
null
null
UTF-8
C
false
false
3,598
c
#include "stats.h" uint16_t tank_cap; uint16_t adc_multipl; uint16_t adc_offset; extern uint8_t sett_cusr_pos; uint8_t sett_step_mode = 0; enum SETT_VAL {CAP, MULTIPL, ADC_OFF}; enum SETT_VAL_STEP_MODE {ADD, SUBTRACT}; uint16_t get_percent_fill() { float step = 100 / (float)tank_cap; uint8_t res; res = (t...
[ "morpher89@gmail.com" ]
morpher89@gmail.com
71d76f272d2c029e5c61bdb8263ae7242f0983d7
52a3fab47e27b7bc172d923fac3e42f50c2acfc9
/Project6-File-System/project6-start-code/common.c
2ba796c442f925e7d2dbebbb5ef0c53cb8995cd5
[]
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
32,320
c
#include "common.h" /*define global variables here*/ /* Use linear table or other data structures as you need. example: struct file_info[MAX_OPEN_FILE] fd_table; struct inode[MAX_INODE] inode_table; unsigned long long block_bit_map[]; Your dentry index structure, and so on. //keep your root dentry and/or...
[ "zhangxu415@mails.ucas.ac.cn" ]
zhangxu415@mails.ucas.ac.cn
410476fbc00c4f3974fde396bcfae7b03d437192
fb61f74391ddb2c92c3b2a2e6c468d8cba4ed463
/c/Day2/ques4.c
247cd20a2ec30a298d1d591b6d2c381dc15ecb7c
[]
no_license
Ankursehrawat15/10questiondaily
fa40ab501501f0c0d193dfb450312d02b8de4662
49eb7f4b68206bd78c46134b85e919ccb22783ef
refs/heads/master
2022-12-26T03:43:37.360494
2020-10-02T17:38:05
2020-10-02T17:38:05
296,786,883
1
0
null
null
null
null
UTF-8
C
false
false
304
c
#include <stdio.h> int main() { int num; printf("Enter any number: "); scanf("%d", &num); if ((num % 5 == 0) && (num % 11 == 0)) { printf("Number is divisible by 5 and 11"); } else { printf("Number is not divisible by 5 and 11"); } return 0; }
[ "noreply@github.com" ]
Ankursehrawat15.noreply@github.com
b2b173daaaa2574ac840f9c4de32125e02032311
89d24686c6335c45905950bbcf34905938d57c73
/testcode/HBB_spiral.c
86bbe1e12d0575281670a44f484302dbb71ebad0
[]
no_license
b845548/analyser-programme
0b2735bda724621b831d2b57b99015562a272ebb
b6ac98b56215d839b8c4111b531f3810a94b718f
refs/heads/master
2021-01-21T06:18:17.139254
2017-02-26T11:57:29
2017-02-26T11:57:29
83,204,750
0
0
null
null
null
null
ISO-8859-1
C
false
false
7,831
c
/*!\file window.c * \brief géométries lumière diffuse et transformations de base en GL4Dummies * \author Farès BELHADJ, amsi@ai.univ-paris8.fr * \date April 15 2016 */ #include <stdio.h> #include <GL4D/gl4du.h> #include <GL4D/gl4df.h> #include <GL4D/gl4duw_SDL2.h> /* Prototypes des fonctions statiques contenues dans...
[ "hobeanbae@gmail.com" ]
hobeanbae@gmail.com
00c9597baa34dc55b8820b7d9bfcf85c464c3c21
287ca7993e552a0186894c4365a9db4211870e6e
/OneRCFW/libraries/OneRCLib/imu_ctrl.h
073c2f16f2af1a22c962087667f984c137bfbd80
[]
no_license
cgroshko/OneRCFW
8bbd62747c12fe8658cad6faca5eb2cdf946c6c0
a28bbd8d278c1c3832d873411345355b76d83bde
refs/heads/master
2023-03-15T06:26:42.014450
2019-06-02T05:03:20
2019-06-02T05:03:20
null
0
0
null
null
null
null
UTF-8
C
false
false
6,126
h
/** ******************************************************************************* * ______ _ __ ______ ____ ______ ___ ______ ____ * / __ / / \ / / / ____/ / __ \ / ___/ / / /_ _/ / __ \ * / /_/ / / \ / / ____/ / -- / / /__ __ / /__ _/ /_ / __ < * /...
[ "34605716+rollingbug@users.noreply.github.com" ]
34605716+rollingbug@users.noreply.github.com
ed78b4bf992f3b6e56de586d739f99e46d22149b
f7fb35e84680dc45786c862054a4a40cbad61e46
/vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/isp2/hw/demosaic/demosaic47/demosaic47.c
b9153849f5ae29106a6b7606b043a1587d0461c8
[]
no_license
sethsong90/vendor_qcom_new
accce62fd862d219742954992a2f19729549f98a
879eb95b4bd4843e058b5ebae832f60d8afc7d73
refs/heads/master
2021-01-13T06:51:34.856302
2017-01-03T11:12:20
2017-01-03T11:12:20
81,229,492
5
4
null
null
null
null
UTF-8
C
false
false
35,083
c
/* demosaic47.c * * Copyright (c) 2012-2014 Qualcomm Technologies, Inc. All Rights Reserved. * Qualcomm Technologies Proprietary and Confidential. */ /* std headers */ #include <unistd.h> /* mctl headers */ #include "eztune_vfe_diagnostics.h" /* isp headers */ #include "module_demosaic47.h" #include "demosaic47....
[ "xin.qi@sim.com" ]
xin.qi@sim.com
6b0dee91e5b617596659eca9ea7c7d116621bd37
d059ec823c8a499e869bc1f08bd43e12f3f1d38a
/libft/srcs/get_next_line.c
960f204e964d5a301eb0edc21ad0b30149445e99
[]
no_license
theguywithnorace/42_Push_swap
24efc7a02804da2b7b1fd7bfe2bbab5264700ac8
43d03765b7f08d0cc66baf397a57f420b7332bfb
refs/heads/main
2023-04-19T20:17:31.924326
2021-05-15T17:33:17
2021-05-15T17:33:17
367,430,909
0
0
null
null
null
null
UTF-8
C
false
false
2,428
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.c :+: :+: :+: ...
[ "easer.ceo@gmail.com" ]
easer.ceo@gmail.com
5b8939476db2bb6ea6ee72916da76275240388fc
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE78_OS_Command_Injection/s05/CWE78_OS_Command_Injection__char_listen_socket_w32_spawnv_08.c
65cd8c598f09db0f423231e5c3a8815f20d2b09c
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
7,543
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__char_listen_socket_w32_spawnv_08.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-08.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: listen_socket Read data using...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
c06f197091f51f024e3269e27e199193b273489a
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/termsrv/syslib/deldir.c
3d452ea62cc2a472ae40e03271633135903d674b
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C
false
false
11,453
c
/************************************************************************* * * deldir.c * * Functions to delete all the files and subdirectories under a given * directory (similar to rm -rf). * * Copyright Microsoft, 1998 * * *************************************************************************/ /* include files *...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
3511fd8e9a8a3c836542e14294ef5a06e153e14c
e8e379422828b9ca17857374a8e385b06fbbff99
/282例/028斐波那契数列.C
f8d882a96abcbb7389ef0dc8618de76cb50b26f4
[]
no_license
keliljx/C
126904cc9b5a75f57f0575c7c9ccd3e27c853e3b
bd34c370d5c30810e201d787845cd5e71eecfaee
refs/heads/master
2020-06-16T21:44:53.126326
2019-07-08T01:09:47
2019-07-08T01:09:47
195,713,144
6
0
null
null
null
null
GB18030
C
false
false
544
c
#include <stdio.h> void main() { int i; /*定义整型变量i*/ long f[31]; /*意义数组为长整形*/ f[1] = 1, f[2] = 1; /*数组中的f[1]、f[2]赋初值为1*/ for (i = 3; i < 31; i++) f[i] = f[i - 1] + f[i - 2]; /*数列中从第3项开始每一项等于前两项之和*/ for (i = 1; i < 31; i++) { printf("%10ld", f[i]);...
[ "keliljx@gmail.com" ]
keliljx@gmail.com
860e8278289a9d52ca47c69836f5a2407aabba8a
9b29fb297ca4c494612c535a6ab95808c724505d
/Tarefas/Tarefa 03/dados.c
3bc0a589421d00cd9a73a93a0cc9ed5751990b85
[]
no_license
rcsouzaaa/Programacao-2
5a11d520c0bd070f36c1f3d174347d7da95a3887
1426152690142b40ab6f392ad951e308726a3538
refs/heads/main
2023-06-12T18:56:17.282782
2021-07-01T13:31:04
2021-07-01T13:31:04
370,712,786
0
0
null
null
null
null
UTF-8
C
false
false
2,454
c
/* Tarefa 03 * * Este programa le os dados do winterGames.csv de forma modularizada, * aloca a memoria necessaria para armazena dentro de uma struct em dados.c * e apresenta os dados organizados na tela na maim.c. * */ // Includes de sistema #include <stdlib.h> #include <stdio.h...
[ "candiasouzarafaela@gmail.com" ]
candiasouzarafaela@gmail.com
eadc3b3f7baaede414b70bd614b13da22b98ad2c
f2e5ce8672a686472efe72204dcad8e1984f525c
/c_lang/thread/maxThread.c
02df11d22ad01b92c98f5a977401b28baebc8f0b
[]
no_license
Bankde/bank_learning
9bdfbce1dedc61d8b8765ee77d4e83b6ead4b186
21287630e2d6d226e8968def89e62fb68d93db35
refs/heads/master
2021-04-22T13:27:00.658499
2019-04-15T15:05:22
2019-04-15T15:05:22
51,498,070
0
0
null
null
null
null
UTF-8
C
false
false
700
c
#include <pthread.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #define N 1024 #define PI 3.1415926 #define newSize N*N*256 /* Number of thread in Ubuntu seems to limit at 15339 (less if memory is not enough) */ void *threadFunc(void *arg) { int a[N*N*24]; sleep(1000000); } int main(void) { pthre...
[ "bankde@hotmail.com" ]
bankde@hotmail.com
79a9bb7718561313bd2a1e145da1ec4c984e6511
bf06554cca62e082f62fb562d3837c37dc3f5206
/src/registerDynamicSymbol.c
b724e58e683361c428ef223de348280120a6f282
[]
no_license
cran/QCApro
66b1f36e6d33b04e8ab80c8acac59cc32e7d2fb1
e0071bdd2b69c91f60899758f16ef08d99d1543f
refs/heads/master
2021-01-15T15:25:40.722527
2018-01-10T23:11:33
2018-01-10T23:11:33
50,524,289
0
1
null
null
null
null
UTF-8
C
false
false
197
c
#include <R.h> #include <Rinternals.h> #include <R_ext/Rdynload.h> void R_init_markovchain(DllInfo* info) { R_registerRoutines(info, NULL, NULL, NULL, NULL); R_useDynamicSymbols(info, TRUE); }
[ "csardi.gabor+cran@gmail.com" ]
csardi.gabor+cran@gmail.com
5ba3b27dee1c98187f5d60f35d55971f5a1aba92
bb988f99281c512ddb3212b472d201376340d397
/src/V5Primeri/2str/main_state.c
cf9ae0f83046777f304c9eab1c7ba9d39b3d05ee
[]
no_license
rdimitrijevic/rafgl-homework1
b7a7e62e763a8018ef27d6961087bfc0b744db42
b8ab07684d93b5ad32d1a72aa2a2c3446063165e
refs/heads/master
2022-03-25T10:05:55.305188
2019-11-30T22:47:57
2019-11-30T22:47:57
null
0
0
null
null
null
null
UTF-8
C
false
false
4,743
c
#include <main_state.h> #include <glad/glad.h> #include <math.h> #include <rafgl.h> #include <game_constants.h> static rafgl_raster_t doge; static rafgl_raster_t upscaled_doge; static rafgl_raster_t raster, raster2; static rafgl_raster_t checker; static rafgl_texture_t texture; static int raster...
[ "rdimitrijevic06@gmail.com" ]
rdimitrijevic06@gmail.com
d3dab0ed3f21f316fcb24c653d6c590c3ce4b0e2
177bd0449b2e808a931b7600157aeec56060cbdd
/Programs/Program2/chat_server.c
403ed8890acfd551354d30641a9f4a2f9081ae71
[]
no_license
cs15b047/Socket_Prog
ff0674d396b5d1e54f342328d40e7efa63766eca
f3ee27b71dfe366282a207bf9157ce3cbb61d457
refs/heads/master
2021-01-21T21:05:26.791186
2017-05-24T15:03:28
2017-05-24T15:03:28
92,304,275
0
0
null
null
null
null
UTF-8
C
false
false
1,507
c
#include <sys/socket.h> #include <sys/types.h> #include <stdio.h> #include <netinet/in.h> #include <netdb.h> #include <string.h> #include <stdbool.h> int main(int argc, char const *argv[]) { int s = socket(AF_INET, SOCK_STREAM,IPPROTO_TCP) ; int s1 = socket(AF_INET, SOCK_STREAM,IPPROTO_TCP) ; int highest ,client,y=...
[ "noreply@github.com" ]
cs15b047.noreply@github.com
ee89de53df7dc6d6e17f9faef4d517fc702be2db
41a8da37c1b4003301a5c3d273dd9906fced66d9
/drv8/act_info.c
3e4469e7638a9a3edb5cb5194d7df32d72053933
[]
no_license
DikuMUDOmnibus/CthuluMUD
27fe4c199c58b9ddfc15d235b758e21784ec9789
1dd579b6dd611dd3f1cb8d791a183d71ed479152
refs/heads/master
2021-08-29T21:20:34.736276
2017-12-15T02:12:01
2017-12-15T02:12:01
114,316,619
2
0
null
null
null
null
ISO-8859-1
C
false
false
196,149
c
/********************************************************* * CTHULHUMUD * * CthulhuMud driver version 8.x copyright (C) 2000 * * by Mik Clarke (mykael@vianet.net.au) * * and Joachim Häusler (mystery@chello.at). * * ...
[ "peterjschroeder@gmail.com" ]
peterjschroeder@gmail.com
11c2803d1696d2493373e1af71cc9599499107e3
e9fff4a1dc086a855dd623edfef3bafaf8185d92
/alib/inc/a_win.h
2b3c2b7214124efcbd352ab6d9ab8021558315f3
[ "MIT" ]
permissive
notklaatu/csvfix
bdb7516354f7e14b6de28c9506d2fa51dd3b572f
693d99dfe7ffa06c46fccd9ac3062826e5d9a8fe
refs/heads/master
2022-12-22T03:26:01.599262
2020-09-29T02:20:33
2020-09-29T02:20:33
299,476,931
0
0
MIT
2020-09-29T01:50:50
2020-09-29T01:50:49
null
UTF-8
C
false
false
380
h
//---------------------------------------------------------------------------- // a_win.h // // Removed conditional compilation stuff as this is managed by the linker. // // Copyright (C) 2010 Neil Butterworth //---------------------------------------------------------------------------- #ifndef INC_ALIB_WIN_H...
[ "neilb@cordelia" ]
neilb@cordelia
72612e6a9c2ff8b483a91269bffa88799028dae0
f092b0f5f009f2723d8c87fa3770bbd9130eaf5e
/底板控制20190308/Src/udp_echoclient.c
4e96db1bdcc79b1b1fa02b9bf18e7849ec5b9e47
[]
no_license
quanhengwen/robotPatrolOnBoard
da25d18f02c20020f21e6412c332688f0cc8c3ea
5987c464780f85847dc7cb646f56f7b939b6fd48
refs/heads/master
2022-01-30T14:59:19.880305
2019-04-18T05:22:57
2019-04-18T05:22:57
null
0
0
null
null
null
null
GB18030
C
false
false
30,617
c
/** ****************************************************************************** * 文件名程: main.c * 作 者: 硬石嵌入式开发团队 * 版 本: V1.0 * 编写日期: 2017-03-30 * 功 能: UDP Client ****************************************************************************** * 说明: * 本例程配套硬石stm32开发板YS-F4Pro使用。 * * 淘宝: ...
[ "microshy@users.noreply.github.com" ]
microshy@users.noreply.github.com
0c273c3105e67fa14e54a9f28954cdcf3f1d84ee
565118b103530032751736b0c05652a23ebce92f
/src/net.h
fda3a563add17a1505ead0e2b425555d8001abae
[ "MIT" ]
permissive
linqiangy/logdb
3bc5d0c8d833f4ed0443dcbb88858417ed28ddcd
3e4566d2d927899cdc00fdfdbd6f70d1f952cbce
refs/heads/master
2020-11-26T18:57:40.322610
2019-12-20T06:01:14
2019-12-20T06:01:14
229,179,147
0
0
MIT
2019-12-20T02:59:28
2019-12-20T02:59:27
null
UTF-8
C
false
false
380
h
/* * Description: * History: damonyang@tencent.com, 2013/06/18, create */ # pragma once # include <netinet/in.h> int create_udp_socket(const char *local_ip, uint16_t listen_port); int close_udp_socket(void); int recv_udp_pkg(struct sockaddr_in *client_addr, void *pkg, size_t nbytes, int *pkg_len); int send...
[ "yang@haipo.me" ]
yang@haipo.me
f2afe5014f649fcd902bbe6db088d5d548a3b969
dc2a1060b99268e2fd0892d910292df5567fd405
/VICE3DS_SDL/include/SDL/SDL_keysym.h
e1af4359c9ef17eb9cf63113857b8e700abf4d5c
[]
no_license
badda71/vice3ds
d2597f36abfa2811f6af38b6f7404f9177cc3747
3060d8fcc33873f57a64d25de3190336af4e177d
refs/heads/master
2023-02-20T19:19:26.638122
2023-02-14T15:11:02
2023-02-14T15:11:02
178,613,513
64
5
null
2019-04-09T17:22:43
2019-03-30T21:31:31
C
UTF-8
C
false
false
7,511
h
/* SDL - Simple DirectMedia Layer Copyright (C) 1997-2012 Sam Lantinga 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.1 of the License, or (at your op...
[ "webersebastian@yahoo.de" ]
webersebastian@yahoo.de
f6e7bfca945e166d10a4b3e7b1e3d358b8ed7f57
a71d0afcd4b80dfb727dfccaf17805156f4bd294
/GCSMavV2/include/common/mavlink_msg_highres_imu.h
62ab236e88e19a29ae4cfb0b3979b4bfd9df31da
[]
no_license
MarkSei/thesis
35478092b3103ada61574931d68e2271919db028
c9f03b4a0ce28b6e93596eb3308065f0e94c4e76
refs/heads/master
2021-03-19T14:45:31.285626
2018-04-24T16:31:50
2018-04-24T16:31:50
115,514,682
2
0
null
null
null
null
UTF-8
C
false
false
25,142
h
#pragma once // MESSAGE HIGHRES_IMU PACKING #define MAVLINK_MSG_ID_HIGHRES_IMU 105 MAVPACKED( typedef struct __mavlink_highres_imu_t { uint64_t time_usec; /*< Timestamp (microseconds, synced to UNIX time or since system boot)*/ float xacc; /*< X acceleration (m/s^2)*/ float yacc; /*< Y acceleration (m/s^2)*/ floa...
[ "s114740@student.dtu.dk" ]
s114740@student.dtu.dk
1a396887197a9a7da24ea167d597f8c0c0575895
22620f0871d4989100fead3f22571f5bae461ac6
/log.c
fed2977c596b249a070e6246cbb6c9e24e5e53c2
[]
no_license
wrbodhi/arduino-library
04495c759bd35c4bf2184fd801c8928b46ce516b
40c1d55eb296f5d3ef962a0ee44c92a9761b8f4b
refs/heads/master
2021-01-22T02:28:08.894456
2015-11-03T15:20:44
2015-11-03T15:20:44
null
0
0
null
null
null
null
UTF-8
C
false
false
4,502
c
/* @(#)e_log.c 1.3 95/01/18 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunSoft, a Sun Microsystems, Inc. business. * Permission to use, copy, modify, and distribute this * software is freely granted, provided th...
[ "rob.woolley@windriver.com" ]
rob.woolley@windriver.com
bca4265603ad764f956c9bd2d611e7ef6d72d418
73de7a7a0bc23f14b7400404e6fe3a3785b4e364
/sys/arch/armv7/broadcom/bcm2835_dwctwo.c
35e2e94af35d1356bcd557d3c659c820bd84939c
[]
no_license
kleopatra999/src
7e9b3e33e575c27835ec2879922315ca506a42ef
d9cf74874d7c056c1681861c30b326dab3ee26f3
refs/heads/master
2020-05-26T15:14:23.563611
2017-02-19T19:42:40
2017-02-19T19:42:40
null
0
0
null
null
null
null
UTF-8
C
false
false
4,295
c
/* $OpenBSD: bcm2835_dwctwo.c,v 1.1 2016/08/07 17:46:36 kettenis Exp $ */ /* * Copyright (c) 2015 Masao Uebayashi <uebayasi@tombiinc.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this...
[ "kettenis@openbsd.org" ]
kettenis@openbsd.org
ac851bdb811ccc938e58c3aeacfea99ccae8db98
ff5a657414b870367e26b2bafd5eb4d990f9b177
/usr/src/X11/mit/server/os/io.c
4e0d33de63126e208d1ab26b0565b8ac4000f64a
[]
no_license
calamargo2/SLS-1.02
757d2afba1679b0355c10dd8a8395b7b1d9b3173
addb4b3e2bf43b583ebca1e775136ccffb7340c2
refs/heads/main
2023-09-05T06:32:00.579691
2021-10-26T18:58:38
2021-10-26T18:58:38
421,548,615
1
0
null
null
null
null
UTF-8
C
false
false
19,808
c
/* $Header: /home/x_cvs/mit/server/os/io.c,v 1.4 1992/05/23 06:12:23 dawes Exp $ */ /*********************************************************** Copyright 1987, 1989 by Digital Equipment Corporation, Maynard, Massachusetts, and the Massachusetts Institute of Technology, Cambridge, Massachusetts. ...
[ "calamargo2@protonmail.com" ]
calamargo2@protonmail.com
a14eca98619654454d9c6521867fbbbc0cfa7c1a
a128cf556b29152d6c91c8da646e8d7260a6c207
/pv/ansi/morph.h
7312ef858f0654820fad9038f0e2428f4fab16f3
[]
no_license
paulgorman/dot-files
757263b13204bcdfb1c056ba911076b2b5c3671a
b3da1a6ffc74108390208d3c7c1c0d866884cfe7
refs/heads/master
2021-01-20T21:53:22.867977
2013-02-27T20:30:04
2013-02-27T20:30:04
null
0
0
null
null
null
null
ISO-8859-1
C
false
false
34
h
ÚÄÄ
[ "presence@irev.net" ]
presence@irev.net
e3952df2a08ae15af09f2ea85c39171dc583be22
cd7fb1c0a0fcb1446b9209aa54d5926dc39ff61e
/src/tightvnc-2.8.27-gpl/util/CommonHeader.h
566f11092b8b2aa6e905d025dad08c86e203ecd3
[]
no_license
tanvi2612/Cloud-Game-Streaming
5002a7e5a8557d2e23733d7fa204d8464f9342f9
75a3674a3ebda8563310fa190fc350fc7ae28902
refs/heads/master
2022-12-08T12:52:10.304327
2020-04-24T20:56:44
2020-04-24T20:56:44
258,621,134
9
6
null
2020-08-20T17:33:13
2020-04-24T20:50:24
C++
UTF-8
C
false
false
1,728
h
// Copyright (C) 2009,2010,2011,2012 GlavSoft LLC. // All rights reserved. // //------------------------------------------------------------------------- // This file is part of the TightVNC software. Please visit our Web site: // // http://www.tightvnc.com/ // // This program is free sof...
[ "tanvi.kamble.2000@gmail.com" ]
tanvi.kamble.2000@gmail.com
1d97570820d216c774c516110b9d96459009a363
e970845eae9ef8c192e59c103fa7e3698a6d4215
/C언어/pointer_project.c
acf168d5e5fc4645e5556ccceba1eead9110eb02
[]
no_license
songyi00/mogaco
9235a5cae3a6de52258334c47a86afc24627c495
0f1f07f5769876ee19b425b44e9151c1f496e775
refs/heads/master
2022-04-07T04:40:02.710158
2020-02-07T07:11:06
2020-02-07T07:11:06
null
0
0
null
null
null
null
UHC
C
false
false
3,791
c
#include <stdio.h> #include <time.h> //물고기가 6마리가 있다 //이들은 어하에 살고 있는데 사막이에요 //사막이 너무 더워서, 너무 건조해서 물이 아주 빨리 증발을 해요 //물이 다 증발하기 전에 부지런히 어항에 물을 줘서 물고기를 살려주세요 //물고기는 시간이 지날수록 점점 커져서 나중에는 냠냠 int level; int arrayFish[6]; // 0-5 int * cursor; // arrayFish를 가리키면서 누구에게 물을 줄지 정함 void initData(); void printFishes(...
[ "noreply@github.com" ]
songyi00.noreply@github.com
8f4ca24ef24fbfd0d007ff4b76d9a40609f1f882
511e8ddc8a98478eabeb86d4ae54bf75205a4fd5
/水质依新旧协议数据转换/serverWindows.c
556327148948d1eea7cc612dda6f1122a2cc685f
[]
no_license
CRryanchen/YJBH_Socket
16db8840d480feb1d3a8dfe7a182db51e706361b
cdf0256c858a04e99f0a94084df430ff916228ac
refs/heads/master
2023-01-11T18:11:23.445450
2020-11-17T06:45:04
2020-11-17T06:45:04
296,564,294
0
0
null
null
null
null
GB18030
C
false
false
4,101
c
#include <stdio.h> #include <winsock2.h> #include "oldTonewProtocol.h" #define PORT 2333 /**< 监听端口 */ #define BACKLOG 5 /**< 最大监听数 */ int repost(unsigned char * addr, int length); int main(int argc, char * argv[]) { SOCKET socketFd = 0; // socket文件描述符 SOCKET...
[ "ryan.cr.chen@gmail.com" ]
ryan.cr.chen@gmail.com
2601bf410fc917007648d23fe2f60b104d85b1aa
a07901cc2de9d471b53cd68c1f8179f84e844ca4
/src/parsing.c
d9794054b047bd5a929ccdfb777706e0c0a58d4b
[]
no_license
emanuelecuzari/progetto_sol
78ca5380a79a6fc152f3b720e02242f47362b93c
5698fd47035e1c1417b39f427ee47aaf78e67dfa
refs/heads/master
2022-11-26T17:50:47.268898
2020-07-22T10:27:07
2020-07-22T10:27:07
266,621,773
0
0
null
null
null
null
UTF-8
C
false
false
3,807
c
#define _POSIX_C_SOURCE 200112L #include <stdio.h> #include <stdlib.h> #include <string.h> #include <icl_hash.h> #include <parsing.h> #include <util.h> #define NBUCKETS 40 #define TEMPO_MIN 10 /*-----------------------------------------MACRO---------------------------------------*/ #define CHECK_NULL(x) ...
[ "emanuele-cuzari@outlook.it" ]
emanuele-cuzari@outlook.it
838d60dbb9193bcac8b552fb4e913bb9176c57b6
20124f06cfbfdd9c171857b48e095f45c9b285ec
/problema6.c
a7749b6281b60cafce99e810889ef9d71c99ec36
[]
no_license
raulares/proyecto-3
5c2286080f8e83144a24dfd140c3be7202fded56
f1c537814cbe46cdc6763aa2ac6537e1ff46379d
refs/heads/master
2020-04-11T00:57:53.252614
2018-12-13T01:12:53
2018-12-13T01:12:53
161,401,367
0
0
null
null
null
null
UTF-8
C
false
false
2,753
c
/* * Problema 6. Usando una lista simplemente enlazada escribir una función * int maximo(list * l) la cual calcule el máximo de los valores de los nodos de la lista. */ #include<stdio.h> #include<stdlib.h> #include<stdbool.h> struct list_node { int value; struct list_node * next; }; typedef struct list_nod...
[ "43663684+raulares@users.noreply.github.com" ]
43663684+raulares@users.noreply.github.com
9d16698a11f1893b48d7edb38c138aad0c035be0
d842c08b4112ff17af738685810889843deb2d9d
/main (3).c
6cf96623e1b1bdf5501c74d9b269c81931d00188
[]
no_license
Dushyanth-0105/Gitam-CRT
ec27aac4776c6e18691841f48d83b68fa67f302f
9d23883685064801b3888d728487272405f9c5c3
refs/heads/master
2020-11-25T06:37:13.493080
2019-12-18T06:57:20
2019-12-18T06:57:20
228,542,101
0
0
null
null
null
null
UTF-8
C
false
false
528
c
/****************************************************************************** Online C Compiler. Code, Compile, Run and Debug C program online. Write your code in this editor and press "Run" button to compile and execute it. ***********************************************...
[ "noreply@github.com" ]
Dushyanth-0105.noreply@github.com
f3b2bd715230149bf08136a7b9dab3a87948eaf6
5e9f9ce3157b52932a424a804f149569a0fa6550
/xgpt.h
02afd851cc35b63a9d002a8a9188ce6e9ef46f59
[]
no_license
ikjn/xgpt
8814b47517285a9f5bbe79dbe514f1045279a957
9ee89c017fbb152766cfce3133de82aaeaceb7e7
refs/heads/master
2021-08-08T00:47:07.148676
2017-11-09T08:02:05
2017-11-09T08:02:05
110,085,142
1
0
null
null
null
null
UTF-8
C
false
false
1,643
h
/* * simple GPT parser * small memory footprint, dumb and simple implementation of GPT reading * for size contrainted bootloader * * Copyright (C) 2017 Samsung Electronics * * Ikjoon Jang <ij.jang@samsung.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the...
[ "noreply@github.com" ]
ikjn.noreply@github.com
dea8e6ea2152a7ce5b51bf9b5f6cef804efc05dc
d5626fe08a9de469ddf1e4193793df7efd8fe6e3
/src/sys/arch/loongson/stand/boot/libsa.h
590ff13bf0dd14677802fef1105bd157e63ed2aa
[]
no_license
drt24/openbsd-import
1767ddb9e03bb9a0974c8c0e4237e1edc1cdf67d
0de99edb5131e82e7d249a0c4cd36cf157e03b9b
refs/heads/master
2022-11-16T19:36:52.859427
2020-07-09T07:45:13
2020-07-09T07:45:13
280,720,846
0
0
null
null
null
null
UTF-8
C
false
false
2,243
h
/* $OpenBSD: libsa.h,v 1.5 2011/03/13 00:13:53 deraadt Exp $ */ /* * Copyright (c) 2010 Miodrag Vallat. * * 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 cop...
[ "" ]
26bd447443f18386f102418892a5c16b949ac938
1856977843dd9219f4a93a9bb73d99f405cb78a0
/labwork/OS/Spoof Profiler/timeman.c
88a7820dd4ca3efa9900abe7f7212de487953567
[]
no_license
mikeylienxvi/hacklab
62f2a8c4a83ea2cd947bd61653fb925c941f5cee
5e513558c7d002623ea6e3a8f279ff40550d9678
refs/heads/master
2021-11-28T13:36:25.903622
2019-02-16T15:51:59
2019-02-16T15:51:59
null
0
0
null
null
null
null
UTF-8
C
false
false
3,174
c
/* timeman.c - Time Manager, Child Process handlers. * Copyright (C) 2009, Rohit Yadav * * 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, or (at your option) * any later v...
[ "rohityadav89@gmail.com" ]
rohityadav89@gmail.com
faa768afd893b7b38547183ef14e02dc5bbd3a0b
8ba2caf46381d20a1c3741dd89a8db1d778ea53e
/src/lawn.h
34c1cff55299993e2513fd6abcee56d0a21dfe7c
[]
no_license
cdel2/technical_test_blablacar
c72a20d6404d0a0d3ca229d376597849770a3ff7
8478b0e0b84304d23cceb87e8b2fb7b7e87922f2
refs/heads/master
2023-05-14T18:45:39.791244
2021-06-07T07:24:23
2021-06-07T07:24:23
374,464,969
0
0
null
null
null
null
UTF-8
C
false
false
142
h
#pragma once struct Lawn { unsigned int xBottomLeft = 0; unsigned int yBottomLeft = 0; unsigned int xTopRight; unsigned int yTopRight; };
[ "cdelfossecsi@gmail.com" ]
cdelfossecsi@gmail.com
5481ffb03d7719c581615b5e8f2371206f4ebcb3
61ab0d8ec346d9a989097bff582422d10cf16f35
/ShareCode/ContikiSTM8LSX1278/Driver/Include/DebugPort.h
d84976cee773e6a72def7aa018c0a86e1c95c750
[]
no_license
leesan0802/RimeTDMANodeCode
8d3d5780811d9f4c8cfaf94d226389d3047bb6d4
fa2d06fa6075d3e23f2de1a3e74f30f674d6dd11
refs/heads/master
2020-07-13T01:08:52.261745
2019-04-12T02:09:05
2019-04-12T02:09:05
null
0
0
null
null
null
null
UTF-8
C
false
false
2,514
h
/* ************************************************************************************************ * Filename : DebugPort.h * Programmer : JiangJun * Description : Debug port by USARTx * Date : 2015-01-14 ************************************************************************************************ */ ...
[ "1294104421@qq.com" ]
1294104421@qq.com
10b791b4a0196d1b5327344c879366c9de0aafdf
603c393d047f343b28cd98ead405a7857da824bc
/src/airbusMaterialModels/thermalModel/thermalLaws/thermalLaw/newThermalLaw.C
3ed0c2fbb4c1e33d9658086212c8c8a39e2d4a70
[]
no_license
galleon/ChipAirCooling
b6794985a83a7a4cabe21634a5bb3078825683dd
75aa0d512efeeaa9653254cbe1f44896e9ee1919
refs/heads/master
2016-09-05T10:52:37.197235
2013-01-17T17:44:27
2013-01-17T18:43:06
8,007,029
3
0
null
null
null
null
UTF-8
C
false
false
2,609
c
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2004-2011 Hrvoje Jasak \\/ M anipulation | ---------------...
[ "h.rusche@wikki-gmbh.de" ]
h.rusche@wikki-gmbh.de
9802b8b939480708b480e3f6286ee8556a0dd2fa
2d772d44d6a5d54898867ded646283451c866875
/rtk_voip/rtk_voip_sdk_kernel/voip_drivers/zarlink/api_lib-2.24.0/linetest/common/lt_api.c
7abb1411ea6ed1390790a3273df229277c438a97
[]
no_license
copslock/mesh_k
215e39432951569008b8ecbc9526d59a6914bbe3
b4b3feb223870f3206059f8c1ba03778e2071e57
refs/heads/master
2020-09-13T09:48:56.624816
2019-10-18T12:35:43
2019-10-18T12:35:43
222,728,288
2
0
null
2019-11-19T15:28:29
2019-11-19T15:28:29
null
UTF-8
C
false
false
19,811
c
/** \lt_api.c * lt_api.c * * This file contains the implementation top level LT application interface. * * Copyright (c) 2011, Microsemi Corporation * * $Revision: 9542 $ * $LastChangedDate: 2012-02-13 16:03:22 -0600 (Mon, 13 Feb 2012) $ */ #include "lt_api.h" #include "lt_api_internal.h" #if defined (CONFIG_...
[ "fervour.cool@163.com" ]
fervour.cool@163.com
6163f53a4992e58da118cb2dbd3886ee5c3a6851
f0409cd1b74109f9ee11909ac7a6a20308b13db7
/Linux64/vectors-riscv-none-gcc/riscv-none-embed/include/sys/stat.h
4605a19a79e975c563f430e5628d5cee2f94aaf2
[]
no_license
eroom1966/toolchains
47b7256aac73d58cd07fe21b597ad861ef2fe04b
b7283d388be30e113bbf3a09c68ce7cf575cafb4
refs/heads/master
2020-05-24T09:36:46.481031
2019-11-14T12:34:39
2019-11-14T12:34:39
187,208,731
0
0
null
null
null
null
UTF-8
C
false
false
6,010
h
#ifndef _SYS_STAT_H #define _SYS_STAT_H #ifdef __cplusplus extern "C" { #endif #include "../../../../vectors-riscv-none-gcc/riscv-none-embed/include/_ansi.h" #include "../../../../vectors-riscv-none-gcc/riscv-none-embed/include/sys/time.h" #include "../../../../vectors-riscv-none-gcc/riscv-none-embed/include/sys/cdef...
[ "moore@imperas.com" ]
moore@imperas.com
470daafba2ef2969760d00998a5813f75e337176
f363fdb9445d8dec088fb02c8faae8e23570a33e
/kungfu/class/shenlong/xu.c
800ec07abe25b1388cb240df20abbbb8e488bf8e
[]
no_license
MudRen/zjmud
0999a492ac0717911c047936ee2c696b3b5cb20a
c56a166380d74858d7b4f0ba2817478ccea6b83d
refs/heads/main
2023-07-24T21:02:00.246591
2021-09-07T12:50:20
2021-09-07T12:50:20
403,973,627
1
1
null
null
null
null
GB18030
C
false
false
4,561
c
// xu.c #include <ansi.h> inherit NPC; int ask_gao(); void create() { set_name("许雪亭", ( { "xu xueting", "xu" }) ); set("title", HIY"神龙教"HIG"青龙使"NOR); set("nickname", HIR "热血神龙" NOR); set("gender", "男性" ); set("age", 55); set("long", "这是个五十来岁的高瘦汉子,着一袭青衣,昂然挺立。\n"); set("str", 25); set("int", 32); set("con", ...
[ "i@oiuv.cn" ]
i@oiuv.cn
d340d91b83bbe3d164b1856748b215037f166ce8
6c4dc59ca37a2106774cc7bdd3d6ab4f5abb4794
/data/v8-0-7.37_ForApproval/CutOpCard/RunDirectory/CyclesForMixingLimit_ElEl_Bin1/HNElEl_1700_VBFOnly.C
f24e5ddc6959345c0e1db3e55a8746168b2ba7fc
[]
no_license
jalmond/HNL_Type1_Plotter
8a2c4ccd9e7ae3cf8b9d60b2fb3dd46ec56a8111
595143893ec6d1b12efd20713b127ca2a71ba019
refs/heads/main
2023-08-01T06:09:47.955278
2021-09-09T22:30:37
2021-09-09T22:30:37
404,880,761
0
0
null
null
null
null
UTF-8
C
false
false
14,126
c
#include "RunNtupleBase.C" void HNElEl_1700_VBFOnly(){ bool DoDebug = false; TString CutOpCardDir = "Cards_ElEl_Bin1"; //==== Get Envrionment Variables TString WORKING_DIR = getenv("PLOTTER_WORKING_DIR"); TString catversion = getenv("CATVERSION"); TString dataset = getenv("CATANVERSION"); TString ENV...
[ "jalmond@cern.ch" ]
jalmond@cern.ch
641662d533fa04e478c3e11a48a4cdd6416663b3
f27e6e29f12f863cab00808c97aea6a7cddc3480
/src/ios/sdk/IDMMobileSDKv2/OMVersion.h
e0b9c59cbe66587002e3b284ad67be1cea105aca
[ "UPL-1.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
cosmanovich/cordova-plugin-oracle-idm-auth
027e06a597e1898df9bebc328d5a39ec4b57f8b9
c79a6a1428527a7f4d142d6193198503e0e06896
refs/heads/master
2023-09-01T20:44:51.799911
2019-03-01T10:18:04
2019-03-01T10:18:04
140,258,483
1
0
NOASSERTION
2020-07-08T08:21:26
2018-07-09T08:55:11
Java
UTF-8
C
false
false
242
h
/** * Copyright (c) 2017, Oracle and/or its affiliates. * The Universal Permissive License (UPL), Version 1.0 */ #ifndef OMVersion_h #define OMVersion_h #endif /* OMVersion_h */ NSString *const OM_VERSION = @"17.4.4-1.0.3";
[ "anand.v.nath@gmail.com" ]
anand.v.nath@gmail.com
5401a307bf56fbb74918fdd5dd710827db755296
771a221064a93d9ee4af3e4b9dfecef5be2d7d38
/tlsdk/proj/app/usbmouse.h
c4f4dff0549c16e6fc43f2b5782f47f932184b63
[]
no_license
BackToy/km_normal
07a4a2e3f46851d43bbb853e8ed0fe002dcd3013
97fcbd69a6b4b01393cf43fb81ca9da8036c0066
refs/heads/master
2023-03-22T10:12:18.999079
2018-08-11T02:52:12
2018-08-11T02:52:12
null
0
0
null
null
null
null
UTF-8
C
false
false
574
h
#pragma once #include "../common/types.h" #include "../common/static_assert.h" #include "../common/bit.h" #include "../usbstd/HIDReportData.h" #include "../usbstd/HIDClassCommon.h" /* Enable C linkage for C++ Compilers: */ #if defined(__cplusplus) extern "C" { #endif #define MOUSE_REPORT_DATA_LEN (sizeof(mouse...
[ "zjs83489782@163.com" ]
zjs83489782@163.com
19c559d8a27edf6b1679ab79b690c041ba52a17b
ca6e3efb92cb4d719b7ae20bad8e61bd5cd62211
/dexload/hook/mshook/hde64.h
fc4639063a9ca0e4fde804a1e74af41908cdd7c3
[]
no_license
ganyao114/dexload
12ef99c53ed21af0cee9617d9081bf467bed5381
21ffbb6e4b27d43f5826d2a736a0cbbd17241592
refs/heads/master
2020-04-20T15:14:53.736256
2017-03-16T06:10:50
2017-03-16T06:10:50
168,922,998
1
0
null
2019-02-03T08:02:19
2019-02-03T08:02:18
null
UTF-8
C
false
false
2,650
h
/* * Hacker Disassembler Engine 64 * Copyright (c) 2008-2009, Vyacheslav Patkov. * All rights reserved. * * hde64.h: C/C++ header file * */ #ifndef _HDE64_H_ #define _HDE64_H_ #if defined(__i386__) || defined(__x86_64__) /* stdint.h - C99 standard header * http://en.wikipedia.org/wiki/stdint.h * * if your co...
[ "xiaobai Zhang" ]
xiaobai Zhang
68db0f6b55844cdbc0b2db2f9604c63d57a7a648
36afbc4b83807d466d5252a30e05764a11b6d7cd
/Forklift_Code/ForkliftControl.h
8f8a84160930754fa175a8294d79b340d3bb4230
[]
no_license
ChandlerCabrera/CEC2019
050ff72a8443506f39056a4a10b9486651c765fd
5f747bc319ec04429e939608d796b3fb5935b45f
refs/heads/master
2020-04-26T09:35:24.589312
2019-03-04T03:49:15
2019-03-04T03:49:15
173,461,118
0
0
null
null
null
null
UTF-8
C
false
false
2,678
h
/* Control functions for the RC car. Basic movement, like drive forward, backward, rotate left and right. Note: digitalWrite() is terrible for fine motor control and is just a terrible idea in general, especially for RC cars. Use Analog instead. */ void rotateRight() { digitalWrite(enableL, HIGH); digi...
[ "noreply@github.com" ]
ChandlerCabrera.noreply@github.com
76c44725bdef4b75e530fe84eceffe365de3f65c
a5babb6c32550e893446998b0077e664ce431c70
/src/basic/dataTypes/Matrix.C
7f463e6877b374e8ccdcc9439dda59134cab96e5
[]
no_license
efogliatto/LBMProject
0095f9564c598f0bf2d3e451c7fe6604dc32bbb8
a035035f496e294c2dbc8a9e366e6c985250ca4b
refs/heads/master
2021-06-18T04:12:01.656006
2017-06-22T20:19:41
2017-06-22T20:19:41
66,210,919
0
1
null
null
null
null
UTF-8
C
false
false
2,908
c
#include <Matrix.h> #include <iostream> using namespace std; // Constructors and destructors // Default constructor Matrix::Matrix() : vector< vector<double> >() {} // Constructor with size Matrix::Matrix(const uint& sz) { this->resize(sz); for(uint i = 0 ; i < sz ; i++) (*this)[i].resize(sz, 0.0); }...
[ "ezefogliatto@gmail.com" ]
ezefogliatto@gmail.com
d826ee1993499c274e1d08c0c697a3a74f622b86
423cb973b1c4f8096de810b5faf311a6ea438802
/Gtk2/include/glib2-perl.h
b78891a4d2c8e735b1816e3803ed85ab163a0f48
[]
no_license
gitpan/Gtk2-Perl
2a8c9b6e3071a91208d6f02e4b2737e4be763e73
b5ebca88f81e218789f1f8b7d23b586b8b862004
refs/heads/master
2021-01-25T08:54:56.033426
2003-03-22T15:04:48
2014-10-26T10:06:36
null
0
0
null
null
null
null
ISO-8859-2
C
false
false
1,652
h
/* * Copyright (c) 2002 Göran Thyni * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT...
[ "schwern+gitpan@pobox.com" ]
schwern+gitpan@pobox.com
fbba92a43ddd5a968ef53c013d55f58068516650
6ed97d8463ae2686ec0e64acf6e87a3fef429cec
/dk62/AlexOstrianko/dz7/tree.h
1a0e9bf7de9224361f15f92a34476061f8961c1c
[]
no_license
OlesyaShut/2017
2c6d441346f2c350cd52c9e2d7825651944c245c
9eaef280b560f683d1bc1970ae41fdbd6da03b10
refs/heads/master
2020-04-01T07:34:34.422995
2017-06-29T07:52:02
2017-06-29T07:52:02
null
0
0
null
null
null
null
UTF-8
C
false
false
423
h
#ifndef tree_h #define tree_h #include "Node.h" #include <stdio.h> typedef struct __tagNode CharNode; typedef struct __tagTree { CharNode *root; int count; } CharTree; CharTree *createCharTree(); void destroyCharTree(CharTree *aTree); void insertCharValueToTree(CharTree *aTree, char aValue); in...
[ "noreply@github.com" ]
OlesyaShut.noreply@github.com
b1b46d26b45b843c6c582196ad953e431d7cd277
bb813885f159b49c6d408473193973868cd6028a
/hw5/buffer_ring.c
c03540fe4f12cc713184157e752a8b68e5871569
[]
no_license
conychou/HPC
ef2871c5fb75658691ebd98e8752d63292bea31d
3de71ea38e2b9594cc2cfacaefc946384da4da42
refs/heads/master
2020-04-26T05:56:03.482867
2019-05-24T12:39:20
2019-05-24T12:39:20
173,348,620
0
0
null
null
null
null
UTF-8
C
false
false
1,566
c
#include <stdio.h> #include <stdlib.h> #include <mpi.h> int main(int argc, char *argv[]) { if( argc != 2) { printf("Usage: ./int_ring (number of iteration)\n"); exit(1); } int rank, num_p, iter = 0, N; MPI_Status status; N = atoi(argv[1]); MPI_Init(&argc, &argv); MPI_C...
[ "yc3115@nyu.edu" ]
yc3115@nyu.edu
8d4d26c2dd41cdc9d713283776d06e6b85021060
576ba88fcad44ee4f7c10157835bd4c2d694a445
/unit9/sum_arr1.c
c9dc69cb705daf1c8727fd0a70d5d0478a5db066
[]
no_license
Qianfugen/learnC
465895751ded9eb463e92547eefe9e333e37b8a7
af62f7918604ee4541e6c47589343d83ade75c93
refs/heads/master
2020-04-25T08:22:29.197285
2019-04-02T13:54:54
2019-04-02T13:54:54
172,645,076
0
0
null
null
null
null
UTF-8
C
false
false
591
c
// sum_arr1.c -- 数组元素之和 #include <stdio.h> #define SIZE 10 int sum(int ar[], int n); int main(void) { int marbles[SIZE] = {20,10,5,39,4,16,19,26,31,20}; long answer; answer = sum(marbles, SIZE); printf("The total number of marbles is %ld.\n", answer); printf("The size of marbles is %zd bytes.\n", s...
[ "287541326@qq.com" ]
287541326@qq.com
32d6f2b29ecab7ac87eb58e2b36d32c9278c9bf5
fe692881320e10c55962cebd165d478c1434c359
/npc/party/6010.c
c59c016683cf0a608dbeadd828c5c779d000c8cc
[]
no_license
anho9339/chienquoc
130602c90c43053bbc99dfbfbc877de0b2d81dd7
cb5157d5eabcb4bb2ff71c292cfbdd5dc5fbb221
refs/heads/master
2021-07-04T07:51:49.408023
2021-02-01T15:15:58
2021-02-01T15:15:58
222,929,950
1
0
null
null
null
null
UTF-8
C
false
false
3,778
c
#include <npc.h> #include <ansi.h> #include <task.h> inherit OFFICER; // 函数:获取人物造型 int get_char_picid() { return 6010; } void do_welcome(string arg); // 函数:构造处理 void create() { set_name("战国补偿使者"); set_2( "talk", ([ "welcome" : (: do_welcome :), ])); setup();...
[ "hothienan1993@gmail.com" ]
hothienan1993@gmail.com
7e3019d4b31b012c3473f9466a49a883422a0753
93851ddcdacef17167211c28919833308ba4f746
/Begineer level/sum of natural numbers.c
f495636fbbccc0ba8fe0bc3b0f242abeba705b89
[]
no_license
KAALESWARANJ/C-Programming
e43c41040f3ac14ad00ca2d235d9b12dce21aa50
5fb6d257b6e7ce668fc89694b9f75fcf8fc82932
refs/heads/master
2021-09-15T00:09:55.208469
2018-05-22T15:23:19
2018-05-22T15:23:19
114,609,046
1
1
null
null
null
null
UTF-8
C
false
false
223
c
#include <stdio.h> int main() { int n, i, sum = 0; printf("Enter a positive integer: "); scanf("%d",&n); for(i=1; i <= n; ++i) { sum += i; } printf("Sum = %d",sum); return 0; }
[ "noreply@github.com" ]
KAALESWARANJ.noreply@github.com
ad9f9b6720ac2ad3ebbffc38f6489dc389ceb0b9
a45cd6601700034652ff8db80007ce73c01b658f
/iot_server/framework/src/json/c_types.h
02d440e4b0cb2934d7d30aec2ede4aeb5e68024d
[]
no_license
hehao3344/iot_server
2bf43ba6325b56d1afd02a093d005b5e574b327d
0f0528b1c040828d89cacfb932bfec7dc7473cfd
refs/heads/master
2020-04-04T16:08:37.818967
2019-09-19T08:30:20
2019-09-19T08:30:20
156,066,231
0
1
null
null
null
null
UTF-8
C
false
false
2,310
h
/* * Copyright (c) 2010 - 2011 Espressif System * */ #ifndef _C_TYPES_H_ #define _C_TYPES_H_ #ifdef ESP_PLATFORM typedef unsigned char uint8_t; typedef signed char sint8_t; typedef signed char int8_t; typedef unsigned short uint16_t; typedef signed short sint16_t; typedef signed...
[ "hehao@evergrande.com" ]
hehao@evergrande.com
73c8e268e703fb902afe72cb56ec755bd6d09714
c76adc973e5251452e1beb3de7776d0a2b709fce
/submissions/c3.s568.oolab.Group1B.c.0.a.c
5a51d2c626fcc625bc670d96cdf2f99162950784
[]
no_license
ncuoolab/domjudge
779a167f695f45a6a33437996ec5ad0f9d01c563
bda18c69d418c829ff653f9183b3244520139f8a
refs/heads/master
2020-05-19T08:10:39.974107
2015-03-10T19:35:03
2015-03-10T19:43:26
31,972,137
0
0
null
null
null
null
UTF-8
C
false
false
33
c
#include<stdio.h> int main(){ }
[ "fntsrlike@gmail.com" ]
fntsrlike@gmail.com
cafc05f5737926dda31d8ffa2ef0a5eb40095c6a
b6d7f4cebb1bb899a845748eb5d83f7a1524d1b9
/Content/lib/WAIT1.h
2329c067144a376d0b60b60594dd0bfb3d2f3b58
[]
no_license
rafaeldidier/CrashCourseC
71e9750e9c1c70edc85c9dfb1402f3d1ab887e0a
544cfe20e8ee50febff37cfb5b38e86689c5d7c5
refs/heads/master
2020-05-04T17:56:20.198899
2015-03-03T06:20:35
2015-03-03T06:20:35
null
0
0
null
null
null
null
UTF-8
C
false
false
8,042
h
/* ################################################################### ** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : WAIT1.h ** Project : FRDM-KL25Z_CrashCourseC ** Processor : MKL25Z128VLK4 ** Component : Wait ** Version : Component 01.067, Dr...
[ "erich.styger@hslu.ch" ]
erich.styger@hslu.ch
2cc0e082dcabdb678cd429310836c0bc23f81e08
5b2828b6870135972b673c4629f393b43be86f08
/lab8_Parsa/print.h
9204bc577b711fe1f1a1536419296ff13540efbb
[]
no_license
strobelo/cis212_lab
e206e2633ddb82e0c9dda13369b8af74d6f2d9b2
f0e35c58de65197178f43cc8e8dfebe6bddd3554
refs/heads/master
2021-06-13T03:23:40.542517
2020-05-27T04:54:56
2020-05-27T04:54:56
254,420,464
0
1
null
null
null
null
UTF-8
C
false
false
426
h
#ifndef PRINT_H #define PRINT_H // this is a dispatch table typedef struct print Print; struct print { // this is a pointer to private data void *self; // these are methods void (*printHello)(Print *p); void (*printBye)(Print *p); void (*destroy)(Print *p); // this is the destructor }; // these are ...
[ "35123665+parsabee@users.noreply.github.com" ]
35123665+parsabee@users.noreply.github.com
ea645efd499fe2254e8eb5dedc0ea6d6739c9c42
c838510da78f9176fc47bcd86a22d4891fcd810e
/20/y04.c
3d17c32ae6b739cfaea4abe801afcd82348a6d73
[]
no_license
vasily256/c-programming-a-modern-approach
430980f28630be057db5474b5089bbbe26577687
b4e605a28be0ca1039bce71dfb9d725f884482e0
refs/heads/master
2022-12-14T03:16:09.164930
2018-09-27T18:01:11
2018-09-27T18:01:11
null
0
0
null
null
null
null
UTF-8
C
false
false
1,562
c
#include <stdio.h> #define SIZE 64 #define MAX_VALUE 255 #define MK_COLOR(red,green,blue) \ (((red) << 16) + ((green) << 8) + (blue)) unsigned long value_control(unsigned long value); char *print_bits(unsigned long val); int main(void) { unsigned long color, red, green, blue; printf("Enter a value of red (...
[ "vasily@markov.biz" ]
vasily@markov.biz
db935dcdd60689e76060f9db2fc00ad19b8f601b
97a17c6b43c4b5a4cc532699bd6f6be3b514f705
/blinky/blinky/asf-3.21.0/sam/utils/cmsis/sam4cp/include/component/component_matrix.h
bb087ff9de5a050c11f2ea0959bb520a47c4cf89
[ "MIT" ]
permissive
ThucVD2704/femto-usb-blink-example
f2adf7ed2cfff860194870b80c870f0a2c27a82b
5e166bdee500f67142d0ee83a1a169bab57fe142
refs/heads/master
2021-01-18T11:04:43.068488
2015-04-24T04:53:26
2015-04-24T04:53:26
null
0
0
null
null
null
null
UTF-8
C
false
false
24,174
h
/** * \file * * Copyright (c) 2014 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: * * 1. Redistributions of source code must ...
[ "webmaster@alexventure.com" ]
webmaster@alexventure.com
98f19f05e889314e233bc76a4b8fdcf207d9d7ff
db00dff10e0da7f8410c216a18eecd9448771ddc
/G12/1/StdAfx.h
d8427624ad6135e1889747c5dc89353c66fb761b
[]
no_license
20191864142/G12
c22308c2ff84b0eccad49947af125ebd968d2fdd
ee190d34098c72b6f03fe2d1a259be4f72ba51f1
refs/heads/master
2020-08-16T10:51:28.136269
2019-12-22T14:21:43
2019-12-22T14:21:43
215,493,148
0
0
null
null
null
null
UTF-8
C
false
false
747
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__C303E2B8_126D_440E_B20E_6910FF5146C3__INCLUDED_) #define AFX_STDAFX_H__C303E2B8_126D_440E_B20E_6910FF5146C3__INCLUDED_ #if _M...
[ "2597272810@qq.com" ]
2597272810@qq.com
bb356fd96973d2aa44e224cb83e494081092ce2a
ff7d1197ad5d505b7bb1321f922fd7e9d83fd0d2
/src/exemplos-minicurso-cuda/checkDimensions/dimensions.h
8a02f7032945ea7e8ed618b730735fdb54ded59b
[]
no_license
rogerioag/minicurso-cuda-seinfo19
26d075aeddc095152a0b73da4297cf34a8b2a9c6
16055c4ac486b1be77a066b60d96ade5d500a9de
refs/heads/master
2020-05-21T09:18:55.384209
2019-05-29T22:11:23
2019-05-29T22:11:23
185,995,132
5
1
null
null
null
null
UTF-8
C
false
false
28,539
h
#include <stdio.h> #include "debug.h" /* Tipo para o ponteiro de função. */ typedef int (*op_func) (void); //--------------------------------------- // 1D_ (grid) -> Only Block executions. //--------------------------------------- // gx > 1 -> (32,1,1)(1,1,1) __device__ int getGlobalIdx_grid_1D_x() { PRINT_FUNC_N...
[ "rogerio.rag@gmail.com" ]
rogerio.rag@gmail.com
e3058c63de42de60f720543d6cad4385a0f96c86
2e0a91563b7b121922491164757a404f949c6247
/failingprograms/llvm-5.0.0/fail/fail3.c
0c89cdbd1ce86c3240aa022f00849a71bab58e25
[]
no_license
JunjieChen/COPprograms
b6a1617a996ea19974145f8b1067b427d0e4ff48
735a2719e5761e88a685dbd81fa1384ad342bc9c
refs/heads/master
2020-04-03T08:42:52.911087
2018-10-29T02:48:13
2018-10-29T02:48:13
155,141,907
0
0
null
null
null
null
UTF-8
C
false
false
173,655
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.2.0 * Git version: dcef523 * Options: --output test949.c * Seed: 2433709331 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ #pragma pack(push) #pragma pack(1) struct S0 { unsigned f0 : 8; u...
[ "v-junch@ikeWiFi.local" ]
v-junch@ikeWiFi.local
c571d927ea949881679bce6a05a5026f5a9d3e62
b550dbad573dac30cdf49de1436cdabd7b766cd1
/day03/ex07/ft_strrev.c
5869a9f976687d385a09beda1d6830d17b756f6e
[]
no_license
akigler/42_piscine
a39dd69d2e8b255e4be7335a3d54b3aedff858a4
d7835e901be5bff5f0d6a7cd9c455622eea020dd
refs/heads/master
2020-06-26T05:36:54.853360
2019-08-01T07:08:53
2019-08-01T07:08:53
199,549,517
0
0
null
null
null
null
UTF-8
C
false
false
914
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strrev.c :+: :+: :+: ...
[ "akigler@e1z2r8p28.42.us.org" ]
akigler@e1z2r8p28.42.us.org
faecf46d9933cc8eef0ead0de2878915bab80243
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/AtCoder/agc022/C/2324002.c
32dd902e98218bb5c19c0d7dacd624ab58cce8f8
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
WINDOWS-1250
C
false
false
3,149
c
#pragma GCC diagnostic ignored "-Wincompatible-pointer-types" #define _USE_MATH_DEFINES #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <stdbool.h> #include <math.h> #include <time.h> #define BIG 2000000007 #define VERYBIG 200000000000007LL #define MOD 1000000007...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
e846b92e00161356563700cfe9fc5f12f30a8ab5
260f57950e94d33cebee53bcd6d16845eaca0600
/101-cocktail_sort_list.c
36463edeb2975e5cca438d7a9a9f4d3ec51ae387
[]
no_license
benbel376/sorting_algorithms
69c5b019b842d23887dd0fc9b2bc22c22c6cbd85
9a83ce25bb09e1497aeeb05a3b6a046fabfb98a1
refs/heads/master
2023-08-29T00:07:12.233179
2021-10-30T21:36:23
2021-10-30T21:36:23
421,502,041
0
0
null
null
null
null
UTF-8
C
false
false
1,737
c
#include "sort.h" /** * swapnext - swaps node with the next node in doubly linked list * @current: the current node * @head: head of the doubly linked list */ void swapnext(listint_t *current, listint_t **head) { listint_t *tmp = NULL; tmp = current->next; if (tmp->next) tmp->next->prev = current; if (curren...
[ "biniyambelayneh376@gmail.com" ]
biniyambelayneh376@gmail.com
3d1b0aa0483b8564a7a4b82d15eacda175a753f0
a265744e46f4448a87972ae3a3fbc384e3ae99db
/server/src/input/input_dump_data.c
4b06b0a54f2b104ac49ce0cd6528ced895319c04
[]
no_license
desclas/PSU_zappy_2019
4e1703efacae703932446fb2dcefe2de2f0b150c
cd3a4a51f35f04d5017ef0ae552f20d410fab583
refs/heads/master
2022-11-26T02:20:28.509281
2020-06-21T21:35:59
2020-06-21T21:35:59
276,133,023
0
0
null
null
null
null
UTF-8
C
false
false
580
c
/* ** EPITECH PROJECT, 2019 ** PSU_zappy_2019 ** File description: ** input_dump_data.c */ #include "server.h" /*! ** @brief print input data ** ** @param input to print */ void input_dump_data(input_t *input) { int i = 0; printf("\n****\nPORT: %d\n", input->port); printf("WIDTH: %d, HEIGHT: %d\n", input...
[ "desclas@debian" ]
desclas@debian
ec9b1bccc31276449f788049ee36de7669106d1f
9bf55bd8729e0c0d0ba24c46e546edb7b8ae1e26
/Chapter16/figure_16.17.c
642c826b6199ad450e17f664a1f316588004a588
[]
no_license
adalton/apue3
d831e3238c32801b71f903c1362c0055c0f09eb0
b8d77096e48391f7d46d73376aa7de0e3ff86c16
refs/heads/master
2022-11-12T00:14:39.612156
2022-11-08T21:57:57
2022-11-08T21:57:57
180,003,432
35
8
null
2022-11-08T20:34:11
2019-04-07T18:03:35
C
UTF-8
C
false
false
4,418
c
#include <netdb.h> #include <errno.h> #include <fcntl.h> #include <signal.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <syslog.h> #include <sys/resource.h> #include <sys/socket.h> #include <sys/stat.h> #include <sys/time.h> #include <sys/types.h> #include <unistd.h> #define err_sys(fmt, ...) ...
[ "andy.dalton@gmail.com" ]
andy.dalton@gmail.com
0bfd479914d0fc9de0c4f220c8e59739dedc5503
348b4cf286f99c7cb2abb3582d974de5cda0284b
/Car_Lab_Code/BallCatcher_Copy_01.cydsn/Generated_Source/PSoC3/RangeIn.h
145cdbcf07bb1cbef1b39993d2f303af77fcd745
[ "MIT" ]
permissive
egordon/BallCatcher
0cc7f4113453dac0ee62a6f4d4d12de5c00bbce7
e077c633fe96095214e33869dbe4df77a51e360a
refs/heads/master
2021-03-27T19:05:16.331294
2018-10-24T04:02:14
2018-10-24T04:02:14
55,081,054
0
0
null
null
null
null
UTF-8
C
false
false
4,799
h
/******************************************************************************* * File Name: RangeIn.h * Version 1.70 * * Description: * This file containts Control Register function prototypes and register defines * * Note: * ********************************************************************************...
[ "egordon@princeton.edu" ]
egordon@princeton.edu
c5b42f948c89c888f3491ad6e9a9d00c5e962dc4
241f654d9352cb6ae6df2b32d4081b2b623e145c
/lcd.c
af89a49aeea82d519c85bd241834b84e06ebc8a9
[]
no_license
keyone78/Ethernet-Cable-Tester-for-Pic-18f4550
d9b275afbc48648884430b853c3197b940e8947d
333f02dd7ae61aca7ed9fa8ad3727a834c14dc96
refs/heads/master
2020-06-04T21:06:56.267327
2014-08-12T13:08:21
2014-08-12T13:08:21
22,809,200
2
0
null
null
null
null
UTF-8
C
false
false
5,006
c
* * LCD interface example * Uses routines from delay.c * This code will interface to a standard LCD controller * like the Hitachi HD44780. It uses it in 4 or 8 bit mode * */ #include <htc.h> #include "lcd.h" #include "delay.h" static bit fourbit; // four or eight bit mode? #ifdef CHECKBUSY unsigned char ...
[ "lewkeewan@gamil.com" ]
lewkeewan@gamil.com
3438169a0f3753e4b10bded3039aa3bebadd7006
678cbeb183595e64b9869268a0bf4caced683a07
/2ano/SO/SO1920/Guioes/Guiao7/ex1.c
d8ee7275e53bbcfde7acd45dfaa59a91b61b1895
[]
no_license
ruiAzevedo19/UMinho
056e8ef2e0028d52c4fe2bb70a06edc4e6502e12
37adef2754906d550d07b2a4851b7ce6aee284fd
refs/heads/master
2022-09-17T20:06:57.005787
2021-05-26T09:34:02
2021-05-26T09:34:02
242,264,483
19
1
null
2022-09-08T01:13:27
2020-02-22T02:07:06
Python
UTF-8
C
false
false
501
c
#include <signal.h> #include <sys/types.h> #include <time.h> #include <stdio.h> int run = 1; int count = 0; double start, measure; void ctrl_c_handler(int signal){ measure = (clock() - start) / CLOCKS_PER_SEC; count++; printf("\n%lfs\n",measure); } void ctrl_slash_handler(int signal){ printf("\nCtrl +...
[ "ruiazevedo@MBP-de-Rui.lan" ]
ruiazevedo@MBP-de-Rui.lan
89daeb4536b37f6146b5d5b558b5c56868e5d240
25da25a085b271d72acf6af7e910560c446dc163
/arraycontroller.c
6d3f8e6efdfbbcf48ee17d5e4df4ca3b42f29289
[]
no_license
jindandelion/REAL_BLACK_JACK
a3d99f61367cc773bb902858a015f181b27a2fe3
6404874be4285df809a0cdd23551138ab17b6c65
refs/heads/master
2020-09-10T03:29:41.102565
2019-11-21T14:59:15
2019-11-21T14:59:15
221,637,647
0
0
null
null
null
null
UTF-8
C
false
false
1,572
c
#include <stdio.h> #include <stdlib.h> #include <time.h> #define N_CARDSET 1 #define N_CARD 52 #define N_DOLLAR 50 #define N_MAX_CARDNUM 13 #define N_MAX_USER 5 #define N_MAX_CARDHOLD 10 #define N_MAX_GO 17 #define N_MAX_BET 5 extern int CardTray[N_CARDSET*N_CARD]; extern int cardIndex; exter...
[ "gieoun524@sookmyung.ac.kr" ]
gieoun524@sookmyung.ac.kr
c15bd63c1df344fe5697d0ee478a50646f68c6d8
37aa224d0783192d2818d3041a09b9b6ce2701dd
/138.c
6577523cabaf5026e23ca3a3d177344bdf460441
[]
no_license
MANOJTMK/player14
826573f1b53cec549c36a829db4e6fe702e5080c
74621a5996c50879b5c26544add93e9540c30f38
refs/heads/master
2020-04-29T11:15:13.980848
2019-03-24T02:15:29
2019-03-24T02:15:29
176,090,973
0
0
null
null
null
null
UTF-8
C
false
false
353
c
#include <stdio.h> #include<conio.h> int main() { int i,n,l=0,r=0; scanf("%d",&n); while(n>=1) { if(n%2==0) { n=n/2; l++; } else { break; } } if(n==1) { printf("yes"); } else { pri...
[ "noreply@github.com" ]
MANOJTMK.noreply@github.com