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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
54081cf5d05fb52918f111dc08af396a0101dca8 | 43ff4855dad4d263198e7a0bcc29068f3038b88f | /poisson.c | 02879c372dd87786e9f5a15bd1b68dc91334dcdc | [] | no_license | Kajs/HPC_AS2 | fd42eba75885f1e6280a3ea8d029dfaf2aa68bf6 | 49e3d764753cd7d3ef2ee17838e59588c1020a68 | refs/heads/master | 2021-01-12T00:28:59.736974 | 2017-01-13T10:27:01 | 2017-01-13T10:27:01 | 78,731,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,848 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <sys/time.h>
#include <string.h>
#include <omp.h>
struct twoPointers {
double** pointers[2];
int using;
};
double f(double x, double y) {
if(x >= 0 && x <= 1.0/3.0 && y >= -2.0/3.0 && y <= -1.0/3.0) { return 200.0; }
return 0.0;
}
void printMa... | [
"cornelius.a.r@gmail.com"
] | cornelius.a.r@gmail.com |
9dc294b3e7640cdea86774753b8e197a9f69bb70 | 6dc16ea694c442f68b6b403fe07cf8f2a2638a5c | /Zigbee/stm32/stm32l1xx/decave_uwb_tof/Application/instance.h | a2c1855102a414e6388a212585c6144fcda815b6 | [] | no_license | hezfproject/TofCode | 6ac411c36e7c51753a9ba8f7745176eebdfe26b8 | 617f4038f38bc3a3093e1d17bb4310ff9e47673a | refs/heads/master | 2020-04-26T03:13:44.490606 | 2019-03-01T08:27:55 | 2019-03-01T08:27:55 | 173,260,210 | 0 | 4 | null | null | null | null | GB18030 | C | false | false | 30,199 | h | // -------------------------------------------------------------------------------------------------------------------
//
// File: instance.h - DecaWave header for application level instance
//
// Copyright (c) 2008 - DecaWave Ltd, Dublin, Ireland.
//
// All rights reserved.
//
// Author: Billy Verso, Octob... | [
"981715113@qq.com"
] | 981715113@qq.com |
c10b4a5a24b116364a7565546c17e8b9a8d1a8a8 | 217aa2fd8d1699d5b58e31ebd358016422fa0060 | /src/mono/mono/eventpipe/test/ep-setup-tests.c | 30743664ac6c7fd1d5ca9b00a8563474a261e27e | [
"MIT"
] | permissive | roji/runtime | d67ebba2b3752fa63cec01921ea32e9bfafffa1f | 9849163f7b24f94b3294732290929d182c2109e8 | refs/heads/main | 2023-08-07T14:08:40.881619 | 2021-03-05T04:46:24 | 2021-03-05T04:46:24 | 225,640,375 | 2 | 1 | MIT | 2022-09-30T19:35:47 | 2019-12-03T14:30:47 | null | UTF-8 | C | false | false | 571 | c | #include <eventpipe/ep.h>
#include <eglib/test/test.h>
#include <mono/mini/jit.h>
#include <mono/metadata/assembly.h>
MonoDomain *eventpipe_test_domain;
static RESULT
test_setup (void)
{
char *core_root = g_getenv ("CORE_ROOT");
if (core_root) {
mono_set_assemblies_path (core_root);
g_free (core_root);
}
eve... | [
"noreply@github.com"
] | roji.noreply@github.com |
186da2ef6d043bd5f1fe8b4bf5965640013dfd66 | 0021f0e6d118258eff32ea1ccb4c447068a81705 | /capitulo4/exemplo_comando_if_aninhado/exemplo_comando_if_aninhado.c | 366c7132eb2e0869d61071df67a25be5d115678a | [] | no_license | pfsz/curso_linguagem_c | ea41dffc097f736b19cff2b12f43f18c8cc4c4a8 | a9517629eb8bb39a03a39927e15e1915b8749d39 | refs/heads/master | 2021-01-18T21:43:17.655234 | 2016-03-19T04:56:32 | 2016-03-19T04:56:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 320 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
int num;
printf("Digite um numero: ");
scanf("%d", &num);
if(num == 10)
{
printf("O numero e igual a 10.\n");
}
else
{
if(num > 10)
{
printf("O numero e maior que 10.\n");
}
else
{
printf("O numero e menor que 10.\n");
}
}
return 0;
} | [
"leo.biscassi@gmail.com"
] | leo.biscassi@gmail.com |
895277c1c395cfb52eb05b4cd2565429c855d68f | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/d1e4f65e-3f7d-4e75-8611-a9d9b9355221.c | 74346d4902f7d5a1c7dcddb2bfdab33a5a9748ce | [] | 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 | 551 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 533;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = l-j;
l = i-j*i;
//variables
/* START VULNERABILITY */
int a;
int b[5];
int c[8];
a = 0;
while (b[a] != 0) {
/* S... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
145285053c516d1d8f4871bdf7df69e374fe1492 | 743438b7500ad1a2511255d40d0143e3871d9aa3 | /ZCPDefine/ZCPDefine.h | 387f682cf9bea7734635c1aab9420027166a3ce2 | [] | no_license | zhangchipeng/ZCPBaseClass | 92c657c73d3c2fca7fb23c1a65acf873e625dbac | 355f386f585c025fadbfc21b65b90fd6ae1fe47a | refs/heads/master | 2020-05-26T21:19:01.232570 | 2019-05-24T08:22:37 | 2019-05-24T08:22:37 | 188,377,069 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,770 | h | //
// ZCPDefine.h
// xiaojingling
//
// Created by 张驰鹏 on 2019/5/24.
// Copyright © 2019 yidongwujiang. All rights reserved.
//
#ifndef ZCPDefine_h
#define ZCPDefine_h
/* 手机判断相关 */
//判断是否是ipad
#define isPad ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad)
//判断iPhone4系列
#define kiPhone4 ... | [
"noreply@github.com"
] | zhangchipeng.noreply@github.com |
e4fe35057074ddff7f2911901af1b8b0ca586ccb | 1d62ac17e949d5b147a51a42f27683e3528b87ba | /solved-problems/1185.c | d092cf069f3654cb870a6f6fb4f898a0b586de8f | [] | no_license | mh2k9/UVa | 472e574c8be46bdf1c8d485a66b400b9254f18ac | 3947a3552209e91ddff1cb49890cd245f5a9837e | refs/heads/master | 2020-04-20T20:08:06.758484 | 2019-02-04T11:28:04 | 2019-02-04T11:28:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 467 | c | #include<stdio.h>
#include<math.h>
double count(long a)
{
double sum;
long i;
if(a==0) return 1;
else
{
sum=0;
for(i=1;i<=a;i++)
{
sum+=log10(i);
}
return floor(sum)+1;
}
}
int main()
{
double sum;
long n,m;
s... | [
"mahadihasan@w3engineers.com"
] | mahadihasan@w3engineers.com |
6ab15668e5dc70d5283cf318a6be47012a12f1b6 | 905cedb13a1dcfc485c277ede8e0793b132deb6b | /f/c_compiler/f_runtime.c | bc773e268a36e97337f69fe02f8f1be4d58ac025 | [
"MIT"
] | permissive | renesugar/F | 2f6bdd2d09af226ff0edde79a3043dda9950968c | 0a1bbdd5eb85037eae73d7c39b21d2612ac2eedd | refs/heads/master | 2020-04-28T03:28:45.011315 | 2019-03-10T23:02:45 | 2019-03-10T23:02:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,168 | c | #include <malloc.h>
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdbool.h>
#include <string.h>
#include <math.h>
#ifdef __GNUC__
# define UNUSED(x) UNUSED_ ## x __attribute__((__unused__))
#else
# define UNUSED(x) UNUSED_ ## x
#endif
typedef struct object *f_object;
typ... | [
"trampchamp@hotmail.de"
] | trampchamp@hotmail.de |
4a4f077a2d89612aab605466ef8ab9b5f1811f18 | 17eb942e1a0ac9131bab6be02dc2ba60a9d246d9 | /User/include/main.h | 19d601f5a17aa966db4805f0f13996b6049dd707 | [] | no_license | chutientrong/UART-USART-in-STM32 | fcf33acf4846a1eacc790d4542f8f2c18231778c | 3d50ddba389c2d19e7b7f8f0b3cf7ffab10315ff | refs/heads/master | 2023-03-07T11:09:23.693313 | 2021-02-19T04:10:10 | 2021-02-19T04:10:10 | 339,951,195 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,726 | h | /**
******************************************************************************
* @file Template/main.h
* @author MCD Application Team
* @version V1.0.0
* @date 20-September-2013
* @brief Header for main.c module
******************************************************************************
... | [
"breakdown2501@gmail.com"
] | breakdown2501@gmail.com |
876eb742b476d27665bf536af320db74b4c7776d | 0c218d07156749a256b11696748f24490119dfb8 | /CAN/Device_CAN2.h | 1602166bf4803e0e148187af6bd2286e83aebe5d | [] | no_license | xg-w/BD1 | e23c3e338254a9743ef1cdcc9a26fc7f7b536050 | c926feb0f78214068b0061d2d920ae62f4cfe475 | refs/heads/master | 2021-03-12T22:40:21.629922 | 2014-06-11T02:41:56 | 2014-06-11T02:41:56 | 20,707,940 | 1 | 1 | null | null | null | null | GB18030 | C | false | false | 4,877 | h | #ifndef _CAN2_DEV
#define _CAN2_DEV
#include <rtthread.h>
#include <rthw.h>
#include "stm32f4xx.h"
#include "usart.h"
#include "board.h"
#include <serial.h>
#include <stdlib.h>//数字转换成字符串
#include <stdio.h>
#include <string.h>
#include "App_moduleConfig.h"
#include "Device_CAN.h"
#include <finsh.h>
#define ... | [
"494105697@qq.com"
] | 494105697@qq.com |
0c7b7505835b2e9779778a1f200fbf1511402dca | 0eb960e1404a913c65d467bc839dbffcf2124d05 | /png.c | 818f6919fce18d58bbd7a7233658473983748b87 | [] | no_license | tfogal/gvis | 5471b0ebf5b83ebd910035fce3245ae33f862939 | 28e34725a7bcbe742b33edd217ca218fa1b89175 | refs/heads/master | 2021-01-23T13:17:10.935684 | 2013-01-01T11:17:39 | 2013-01-01T11:17:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,633 | c | #include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
/* my god PNG is stupid. */
#define PNG_USER_MEM_SUPPORTED 1
#include <png.h>
bool writepng(const char* filename, const uint16_t* buf,
uint32_t width, uint32_t height)
{
png_structp png=NULL;
png_infop info=NULL;
FILE* fp = fopen(filena... | [
"tfogal@alumni.unh.edu"
] | tfogal@alumni.unh.edu |
95f33b52daca4fce6bdffb68241b5f04f11eb97b | 7ba254b6e04238d482c62420781fa995719a984c | /mpac_mproc/test/regress/DMA_PADD/tic/dma_padd_left18.tic.c | 094ad5932e6c44f69571bffc5c9abd45e56ef323 | [] | no_license | cuibixiong/multicore-simulation | 25d3ba38ad1270e19868e297fa6af484606ed638 | 8b22030c2e264fee08ff92f315a2948e45de9012 | refs/heads/master | 2021-01-01T05:35:34.857120 | 2013-05-26T16:04:22 | 2013-05-26T16:04:22 | 10,299,972 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,560 | c | A(0x24001000); R(0x01000100,NO_Mask);
A(0x24001004); R(0x01000100,NO_Mask);
A(0x24001008); R(0x01000100,NO_Mask);
A(0x2400100C); R(0x01000100,NO_Mask);
A(0x24001010); R(0x05040302,NO_Mask);
A(0x24001014); R(0x09080706,NO_Mask);
A(0x24001018); R(0x0D0C0B0A,NO_Mask);
A(0x2400101C); R(0x11100F0E,NO_Mask);
A(0x24001020); R... | [
"cuibixiong@gmail.com"
] | cuibixiong@gmail.com |
5ac9855f25041553e7ee57fa032e6ef5693facee | fa727c9a6ddb9248e8b392613db2aabd61664760 | /differenciator/popitka7.c | 5c0ff21c0d43da0be85456f78d5a5484395e9450 | [] | no_license | BredikhinAlexander/First_semester | 248a982c764effcfd0911b6648ac2cbbdbfed206 | 633d20cc33a404024afa206cb2907fa0d6291e63 | refs/heads/master | 2022-01-11T22:40:23.129237 | 2019-05-17T11:38:55 | 2019-05-17T11:38:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,522 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <ctype.h>
#include <math.h>
#define start_left(n, m) \
if (n != NULL) \
simplifies(n, m);
#define start_right(n, m) \
if (n != NULL ) \
simplifies(n,... | [
"noreply@github.com"
] | BredikhinAlexander.noreply@github.com |
3c2838a1848ff59aa853a48cfb5ec6e99f0ffef3 | 7dfd9264439569d66a8c57e72c7b9c75a6d0aa2c | /WINDOWS/Program/scr/GAIA5_Ordenatz_metodoak/ShellSort/shell.c | 921068ae6406b2460cb570b54ce432cd0d669e1b | [] | no_license | Txillu/Ariketa_gehigarriak | ef6db13e36e940fbcbdf35188b1f5afcdcaac461 | f029fa04fda459ab58e4cf967e3f05d72bfafc27 | refs/heads/master | 2022-11-27T18:21:47.739354 | 2020-08-04T18:44:48 | 2020-08-04T18:44:48 | 285,075,613 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,853 | c | #define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>
#include <stdlib.h>
#include<time.h>
#define RAND30000 "rand30000.txt"
#define RAND50000 "rand50000.txt"
void fitxategiaSortu_Ireki_30000();
void fitxategiaSortu_Ireki_50000();
int zenbakiakArrayanSartu(int zerrenda[], int kopurua, int aukera);
void shellSort(int ze... | [
"qingyu.jiang@alumni.mondragon.edu"
] | qingyu.jiang@alumni.mondragon.edu |
f3a2514750e2217fbcd3be5fa4a341164171a5f9 | 6483719feb0e65027cd98fc761358a2c013c4ff0 | /C03/ex00/ft_strcmp.c | e7cf4a4a53354bca4e49c49455eac93c2ef0887d | [] | no_license | sarahlesc/Piscine_42 | afde0567c5ad402f2ae0203d48c8068f69d14993 | 47554d03ed2f74889d9cf39f292f74915f589117 | refs/heads/master | 2023-02-13T00:04:49.598624 | 2021-01-12T17:59:11 | 2021-01-12T17:59:11 | 213,988,942 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,251 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcmp.c :+: :+: :+: ... | [
"sa.lescure@gmail.com"
] | sa.lescure@gmail.com |
e8ff9574d46d9d3ae226f35719ce35ba29fd1e5b | b6d3e0bbeaecc5ee131827430c185b9329816a9c | /include/XMPPFramework/RFImageToDataTransformer.h | eba286222e5891702cedfb1048201d4b30f560ec | [
"BSD-3-Clause",
"BSD-Source-Code",
"LicenseRef-scancode-public-domain"
] | permissive | adozenlines/XMPPFramework | 67ac5dce822b95f9f6ca81ea1e31d5cfc6b3808e | 19c788cae696c4675ac3c5194f6d260687f6956a | refs/heads/master | 2023-03-30T16:44:47.482205 | 2023-03-17T20:32:47 | 2023-03-17T20:32:47 | 127,485,951 | 0 | 0 | NOASSERTION | 2023-03-17T20:32:48 | 2018-03-31T00:44:48 | Objective-C | UTF-8 | C | false | false | 42 | h | ../../Utilities/RFImageToDataTransformer.h | [
"karim@karhm.com"
] | karim@karhm.com |
37a8e89359a41e525430a16db3cea481f4f71910 | 4c554798c31dc540fc8f6b467840b27a48436936 | /Pods/Headers/Private/gRPC/src/core/client_config/lb_policy_factory.h | 2e7813316ffd3015b33dbdbc1ada53f20de58bf6 | [] | no_license | peppermintcom/peppermint-iphone | eea0844dd570579c61bf200705369a5ad92c3b74 | c00b61bcd5decae0493e27267a5e0486b8d84e6a | refs/heads/master | 2020-12-31T03:26:15.260656 | 2016-06-16T08:58:31 | 2016-06-16T08:58:31 | 43,933,013 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 65 | h | ../../../../../../gRPC/src/core/client_config/lb_policy_factory.h | [
"okankurtulus@gmail.com"
] | okankurtulus@gmail.com |
e40ab59a8c1b73ee45ab5141174637f0589352ce | 82a17516bd57fdcd3ea2d3efd1b3b80b4e00faa7 | /projecteuler/18.C | 769befc9a8ec34ef308b9f2208ade2468b07d4cf | [] | no_license | init-6/Programming | 1b770d79c612a67ed9ac5f4b58e92bb83c5a62b6 | da7066acdcf19428ee762e093d528c109400073c | refs/heads/master | 2021-07-09T01:00:11.993400 | 2019-02-10T22:39:00 | 2019-02-10T22:39:00 | 22,714,314 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,593 | c | #include <vector>
#include <queue>
#include <climits>
#include <list>
#include <map>
#include <set>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
#include <utility>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <c... | [
"venki.gbvr@gmail.com"
] | venki.gbvr@gmail.com |
c9fe7a73e2f58d0d24050ebb6e2b9b8a24cdd382 | 07664200f77c4d87baf972e367e772be8d5a65cd | /usr.bin/xlint/arch/x86_64/targparam.h | 303753ce5b60708f72eb149e68751b228286ade0 | [
"BSD-3-Clause",
"BSD-4-Clause-UC"
] | permissive | TheSledgeHammer/2.11BSD_X44 | 77e0f9cab93eb3abb337dd6ab7530a317cceecbd | a342c2465bd295632d1b0ff1e3d11903bd9b2f4a | refs/heads/master | 2023-08-29T12:24:17.677815 | 2023-08-29T11:30:11 | 2023-08-29T11:30:11 | 206,938,721 | 9 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,214 | h | /* $NetBSD: targparam.h,v 1.7 2021/01/24 14:47:43 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
* 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... | [
"martin.kelly4000@gmail.com"
] | martin.kelly4000@gmail.com |
56fe3e113b9511fabc1057c7ea0f9cec65dafd0f | 3a56b1155d39c8e4dfaff52f0ec2e43b64304c28 | /frames/01285.c | 296f13d9ebe9b6b8c91c9ca0c353f5da54006ee6 | [] | no_license | RippedOrigami/GBA-Rick | 6a610bde18e8dda978730b2d754565e9cdcbfe1d | 0953de71ad0a392f5d3a0bcedc54d55e478925b7 | refs/heads/master | 2021-05-28T17:10:33.260039 | 2014-11-28T17:14:04 | 2014-11-28T17:14:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,810 | c |
//{{BLOCK(_1285)
//======================================================================
//
// _1285, 40x40@8,
// + palette 256 entries, not compressed
// + 25 tiles lz77 compressed
// Total size: 512 + 1520 = 2032
//
// Time-stamp: 2014-11-28, 05:19:44
// Exported by Cearn's GBA Image Transmogrifier, v0.8.12
// ( ... | [
"mtinc2@gmail.com"
] | mtinc2@gmail.com |
2a323f35803eeb69e36d4835ed34fb2efbdf6e41 | b74dea911cf644ab1b6a6c8c448708ee09e6581f | /SDK/platform/stm32f4/interface/LwIp/src/include/lwip/apps/netbiosns_opts.h | beae4c3b8671fb7fa5ae88f99064dfc31a9bb22a | [
"Unlicense"
] | permissive | ghsecuritylab/CppSDK | bbde19f9d85975dd12c366bba4874e96cd614202 | 50da768a887241d4e670b3ef73c041b21645620e | refs/heads/master | 2021-02-28T14:02:58.205901 | 2018-08-23T15:08:15 | 2018-08-23T15:08:15 | 245,703,236 | 0 | 0 | NOASSERTION | 2020-03-07T20:47:45 | 2020-03-07T20:47:44 | null | UTF-8 | C | false | false | 2,486 | h | /*
* 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 conditions and the following disclaimer.
* 2. Redistributions in bin... | [
"morgoth.creator@gmail.com"
] | morgoth.creator@gmail.com |
d33a2e78ffce307a755ea5a34e96d435ac5282c7 | f8aef18e3ce0f3f60c311dfcd5395ce0cb94d560 | /WS01/in-lab/workshop1.c | 72440b24716b2208d696746d6971d645b9ced52f | [] | no_license | mdavidson10/IPC-Workshops | a200b30fe8f55034841059c799cba928090da9fb | 85e0956e0f09244ce0c8078f2363f85a103f264b | refs/heads/master | 2021-07-13T10:55:41.723455 | 2017-10-10T17:08:57 | 2017-10-10T17:08:57 | 103,179,075 | 0 | 0 | null | 2017-09-11T19:32:14 | 2017-09-11T19:32:14 | null | UTF-8 | C | false | false | 95 | c | #include <stdio.h>
void main() {
printf(">**Welcome to c programming**< \n");
return 0;
} | [
"mdavidson10@matrix.senecac.on.ca"
] | mdavidson10@matrix.senecac.on.ca |
0ccc9dc23f67fb74fc293a92a1438fc900a02de6 | 05b458a94b13328c4ab0bb474513e69c5f253ec0 | /analysis-sources/ffmpeg-analysis/_cppstats/FFmpeg/libavformat/urldecode.c | 5f01d7c95bec024beaa35d9d13d2e91ce50948ec | [] | no_license | paulobernardoaf/dataset-files | c7b3a5f44f20a6809b6ac7c68b9098784d22ca52 | 6cc1726ee87e964dc05117673e50e3e364533015 | refs/heads/master | 2022-04-23T06:52:15.875641 | 2020-04-25T18:28:48 | 2020-04-25T18:28:48 | 253,626,694 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 949 | c | #include <string.h>
#include "libavutil/mem.h"
#include "libavutil/avstring.h"
#include "urldecode.h"
char *ff_urldecode(const char *url, int decode_plus_sign)
{
int s = 0, d = 0, url_len = 0;
char c;
char *dest = NULL;
if (!url)
return NULL;
url_len = strlen(url) + 1;
dest = av_mall... | [
"paulomax9002@gmail.com"
] | paulomax9002@gmail.com |
650c590d867d30adef07a2e506d245504395ddd4 | 86d2e0c544d342e498738e75a812b6ae7f94369e | /srcs/ln_initialization.c | 755e0110c55ad543803a11307e3eb1293d588737 | [] | no_license | Aruzento/New_lem_in | 54f147c7faba403f3bee457792ba650599dba8dd | e4c5c649e5a656635e7380c7f1238a7eae2cd2ad | refs/heads/master | 2023-01-06T19:50:17.974548 | 2020-11-15T04:32:00 | 2020-11-15T04:32:00 | 308,264,169 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,926 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ln_initialization.c :+: :+: :+: ... | [
"erandal@mi-k5.msk.21-school.ru"
] | erandal@mi-k5.msk.21-school.ru |
3b3e1eb72d5a610939316151fd1401a276368696 | 2102060fd2024fd944a6a7b5663dbb6fe048fb02 | /numconut.c | 25f02cee126ac90128f75ee962e20c5e02570bb8 | [] | no_license | Arulmozhi936/Data | 0319aebc191a1a7ae3448d54b1068ef97c8dced5 | 90763800cfc43270b4e21d0b05d16d98e069ef13 | refs/heads/master | 2020-04-17T04:51:48.464701 | 2019-07-17T16:35:15 | 2019-07-17T16:35:15 | 166,249,899 | 0 | 3 | null | null | null | null | UTF-8 | C | false | false | 159 | c | #include <stdio.h>
int main(void) {
int d;
int count=0;
scanf("%d",&d);
while(d!=0)
{
d/=10;
count++;
}
printf("%d",count);
return 0;
}
| [
"noreply@github.com"
] | Arulmozhi936.noreply@github.com |
4dc20eb7f8b1368ef918566385af17464f68f587 | f17b0c7274823903ba1772e88ace652416e84c5b | /java/NativeTester.h | 9ee0b581ef11be810bd87ed4460e77a2be14c7de | [] | no_license | lweijin/codingbycoding | 453479545b43ee9b32d570b5433ae938690c1e6c | d59fffd00a4113cd0c4f4447272074f2596d39c2 | refs/heads/master | 2021-01-17T11:02:59.977576 | 2014-12-21T11:56:45 | 2014-12-21T11:56:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | true | 426 | h | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class NativeTester */
#ifndef _Included_NativeTester
#define _Included_NativeTester
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: NativeTester
* Method: greeting
* Signature: (ILjava/lang/String;)V
*/
JNIEXPORT void JN... | [
"wangyongjiancom@foxmail.com"
] | wangyongjiancom@foxmail.com |
56b6ceedbed2a053caf0d8242eeea48d4b0a46fc | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/bagera/jungle/room54.c | a780438de5105f7866be651548961fcecf396d6a | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 411 | c | inherit "room/room";
reset(arg) {
set_light(1);
short_desc=("The jungle");
long_desc=
"The trees are dense here. They loom overhead and spread\n"+
"every which way.\n";
dest_dir=
({
"/players/bagera/jungle/room53.c", "west",
"/players/bagera/jungle/room55.c", "east",
"/players/bage... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
801e6d25a2defac0e3529b0b42ea98dfa94e2669 | 6f9bac6ca5f6e08dfd633a6405341f5567d3b4e4 | /algorithms/include/algorithms/DLLDefines.h | 724cd778979000e1e08ea6dd41cbabf16391f797 | [
"MIT"
] | permissive | TusharJadhav/algorithms | 7971c7f43b5d27483652be4b81f77459445ebe02 | eea5120f7d54d82e07eb71677df442248cb50286 | refs/heads/master | 2021-01-20T08:36:53.677896 | 2019-02-05T15:45:32 | 2019-02-05T15:45:32 | 101,566,949 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 718 | h | #ifndef _MyLibrary_DLLDEFINES_H_
#define _MyLibrary_DLLDEFINES_H_
/* Cmake will define MyLibrary_EXPORTS on Windows when it
configures to build a shared library. If you are going to use
another build system on windows or create the visual studio
projects by hand you need to define MyLibrary_EXPORTS when
buildin... | [
"tushar.s.jadhav@gmail.com"
] | tushar.s.jadhav@gmail.com |
266ab75814e6c64e75b56ab3729306ba888eb988 | 5df0b91537de45ae26a3cf38a136226e5a93d785 | /0x02-functions_nested_loops/9-times_table.c | 57754ada03812d0f677da502512121509e85646c | [] | no_license | corbinenterline1/holbertonschool-low_level_programming | 6ce6ecdb38a6cd5f8bd6edb88e636f163782081c | ddafe062df8ddf4096008bf90232803b740e6c8c | refs/heads/master | 2020-12-29T08:14:11.472807 | 2020-09-18T05:58:29 | 2020-09-18T05:58:29 | 238,530,020 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 844 | c | #include "holberton.h"
/**
* times_table - Prints a times table from 0-9
* int e is number of lines
* int d is the digit
* int r is the return of the multiplication
* first for loop sets the number of lines, then prints a 0
* 2nd for loop sets the digit for the rest of the line
* we then multiply d * e to get r... | [
"1692@holbertonschool.com"
] | 1692@holbertonschool.com |
cdf3d9dd8ec623ee622761b16b3abe83de85dbc2 | 6c0d489a8032915848fa7f9368698a2636eecd33 | /522/CycloneTCP_SSL_Crypto_Open_1_7_2b/demo/common/ti/devices/tm4c129/driverlib/shamd5.c | fae2afb3d2122eaeefdec98e57d3515f9ea6526d | [] | no_license | lstefani006/teensy | d05f044557fdff19594b9b4882226b42acb7dd1a | c8200f1ee43f6426d4f3acf0a3784f13626b8b48 | refs/heads/master | 2021-05-16T02:19:27.449462 | 2020-11-20T20:59:08 | 2020-11-20T20:59:08 | 43,541,230 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,091 | c | //*****************************************************************************
//
// shamd5.c - Driver for the SHA/MD5 module.
//
// Copyright (c) 2012-2015 Texas Instruments Incorporated. All rights reserved.
// Software License Agreement
//
// Redistribution and use in source and binary forms, with or wit... | [
"leonardo.stefani.ge@gmail.com"
] | leonardo.stefani.ge@gmail.com |
41950512b2bfa576504af5df96b00e988ce7ece8 | d9535cfd8ae64f0706e066eadedf209b248e6829 | /uartfun.X/mcc_generated_files/pin_manager.h | bb5ba4e1588edc196a724bd44c4184e8c64df53d | [] | no_license | t-rokita/PIC18-LED-display-driver | 5ab001172938a5a82a609f15d3e8fbd7a2756df0 | f31a02b468ddf3109f1a9b241f0dfdbbda3c9450 | refs/heads/main | 2023-07-02T05:17:12.951202 | 2021-08-07T11:13:51 | 2021-08-07T11:13:51 | 393,660,885 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,604 | h | /**
@Generated Pin Manager Header File
@Company:
Microchip Technology Inc.
@File Name:
pin_manager.h
@Summary:
This is the Pin Manager file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs
@Description
This header file provides APIs for driver for .
Generation Informati... | [
"noreply@github.com"
] | t-rokita.noreply@github.com |
cad7854c63d83c5ac393daef35f01b1d88cd7800 | 5fe3eaf054f65fd726d577dc6db87c0114546f58 | /STM32/STM32Cube_FW_F4_V1.13.0/Projects/others/STM32446E_EVAL/Examples/TIM/TIM_ExtTriggerSynchro/Inc/main.h | f672fcbc9038f631ceb2247e8c55ca4793d53ed7 | [
"BSD-2-Clause"
] | permissive | ghsecuritylab/datasheets | e4abd398e5c56917fbb65de6461b324b18da5285 | ed8fba13f4daaf9ead5484792efcdb3df9541b44 | refs/heads/master | 2021-03-01T21:45:14.994710 | 2019-08-13T17:50:05 | 2019-08-13T17:50:05 | 245,815,232 | 0 | 1 | null | 2020-03-08T13:01:52 | 2020-03-08T13:01:51 | null | UTF-8 | C | false | false | 2,742 | h | /**
******************************************************************************
* @file TIM/TIM_ExtTriggerSynchro/Inc/main.h
* @author MCD Application Team
* @version V1.1.4
* @date 06-May-2016
* @brief Header for main.c module
******************************************************************... | [
"jensenr30@gmail.com"
] | jensenr30@gmail.com |
c7aac2d26d9222ee51c27e6ae0a12975c8fe7fa1 | c5ae130026c2482981c8e990f4951706f20d8315 | /HARDWARE/TOUCH/touch.h | 47a144fe4ca426d11d8d40786cf4f139af979d5d | [] | no_license | wpk111/control-system-on-freeRTOS | 44c53be7a2b02e90bd9b5f9f2e4adc65ef3e63be | ee1b1bc28f372d1ee5bdbdfbecaee5f4ef0c54de | refs/heads/master | 2020-03-28T11:45:42.527494 | 2018-09-11T01:59:12 | 2018-09-11T01:59:12 | 148,244,809 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,224 | h | #ifndef __TOUCH_H__
#define __TOUCH_H__
#include "sys.h"
#include "ott2001a.h"
#include "gt9147.h"
#include "ft5206.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//ALIENTEK STM32开发板
//触摸屏驱动(支持ADS7843/7846/UH7843/7846/XPT2046/TSC2046/... | [
"17187290711@163.com"
] | 17187290711@163.com |
2434d6ea39584f4e22cdcabcdcd92e2e6910dbd1 | 9dd7633fd0625e5b5858a3d7a2fd9791d39bd137 | /IntroD3D9/Ch09Font/Ch07Blend/TexAlpha/StdAfx.h | 1c175cb93fafc85929563ec9f6317e25b3425385 | [] | no_license | breaker/studies | 9f47846f8e8fbe7330a3fab5dd7d4ab711d44b60 | 015050ee892587ad0b5af4f2ac235134190fbe59 | refs/heads/master | 2022-12-04T16:31:04.104470 | 2022-11-24T10:23:27 | 2022-11-24T10:23:27 | 6,194,386 | 9 | 5 | null | null | null | null | GB18030 | C | false | false | 201 | h | // StdAfx.h
//
#ifndef __STDAFX_H__
#define __STDAFX_H__
// 目标 Windows 的版本
#include "TargetVer.h"
// TexAlpha 依赖的头文件
#include "Depends.h"
#endif // __STDAFX_H__
| [
"breakerzhao@qq.com"
] | breakerzhao@qq.com |
7cb809453671e4ad22e92a515963b51f51e11845 | 6fbeacf4f229f606bd375b3f7e8016f0ece12a67 | /pinfo.c | f72942ccfeab3e65c4011ace4a96d57675413db0 | [] | no_license | ShashwatNigam99/MsnShell | 0ccd91f68ec3ad4270b55af45abc980b4f605757 | b4aab1363127700ffbcc7025fe3ce57523c0b7fa | refs/heads/master | 2023-01-19T13:46:54.849237 | 2023-01-12T18:28:01 | 2023-01-12T18:28:01 | 151,150,996 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,319 | c | #include "common.h"
// pinfo command
int msnshell_pinfo(char **arguments)
{
int pid;
char stat;
long unsigned int memory;
char exec_path[BUF_SIZE];
char proc_path[BUF_SIZE];
char cur_path[BUF_SIZE];
if(arguments[1]!=NULL)
{
strcpy(proc_path,"/proc");
strcat(proc_path,"/");
strcat(proc_path,a... | [
"meher.shashwat@students.iiit.ac.in"
] | meher.shashwat@students.iiit.ac.in |
0587c1c3cecba6e3ced681b8850eb76bf93c4f36 | 21b2fc769a27407cbc8775c7677c3303382242eb | /10- RTOS/04- FREERTOS/AVR_FreeRtos/main.c | 66b0493076b8ea6618a93bd7108daa5428dc59c7 | [] | no_license | KhalidMosad/RTOS | adf12bb3e8d442bc2e280fce6e52c4eaf09f2641 | f839cf52c704caf845f7c6816913fa14aaab3ec9 | refs/heads/master | 2023-05-07T10:32:51.714267 | 2021-05-26T12:03:28 | 2021-05-26T12:03:28 | 371,018,533 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,396 | c | /*
* main.c
*
* Created on: Dec 15, 2020
* Author: Khaled
*/
#include"BIT_MATH.h"
#include"STD_TYPES.h"
#include"DIO_interface.h"
#include<util/delay.h>
#include"FreeRTOS.h"
#include"task.h"
#include "stdio.h"
#include "avr/delay.h"
void Led1(void* ptr)
{
while(1)
{
DIO_VidTogglePin(0,PIN0);
vTaskDel... | [
"khaled.mosad.11@gmail.com"
] | khaled.mosad.11@gmail.com |
8ee2c5207c91aa914065999f7cdd8b56d65940f8 | 6914e153819387f32141226330bd082f29eeac19 | /nomemates.c | cf544258260645733a1d2ca7b71b861f478ceabf | [] | no_license | jessicavazquezz/TC1004B.11 | b2b7911d681768e7c6ad3658cb8eb7cbb3d5ce0c | d791f629f4779aa5496b5ffd76ae57b90fc07988 | refs/heads/main | 2023-08-20T03:10:19.032269 | 2021-10-19T13:52:35 | 2021-10-19T13:52:35 | 408,826,582 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 258 | c | #include <signal.h>
#include <stdio.h>
#include <unistd.h>
void handleSignal(int signal){
printf("Jajaja no me matas\n");
}
int main(){
signal(2,handleSignal);
while(1){
printf("Trabajando \n");
sleep(1);
}
return 0;
} | [
"a01639945@itesm.mx"
] | a01639945@itesm.mx |
8201eebd6d932cd2a551cb6a36700dd9f10b47b7 | df964034bcd93bdb5ee382f457f697a6b1b82b04 | /device/ip/designware/i2s/dw_i2s.h | 79e94f62ed44208fbe956a030fbe2111c4de5245 | [
"BSD-3-Clause"
] | permissive | ParkerMactavish/embarc_osp | 9304c6c0c81e9709f8ff98add3f0b0b9397ba6c5 | 9e69440a31d6a4268ef166972aa71a7a19156431 | refs/heads/master | 2022-12-14T00:31:34.776249 | 2020-09-08T06:46:35 | 2020-09-08T06:46:35 | 291,725,115 | 0 | 0 | BSD-3-Clause | 2020-08-31T13:37:55 | 2020-08-31T13:37:54 | null | UTF-8 | C | false | false | 18,077 | h | /* ------------------------------------------
* Copyright (c) 2017, Synopsys, Inc. All rights reserved.
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* 1) Redistributions of source code must retain the above copyr... | [
"noreply@github.com"
] | ParkerMactavish.noreply@github.com |
c5c6599fa893ac1d5a0952401ad8ef2c2c52d4be | 6d3f9050d29285fca2b1d7b1af1b6c0d9b7d8ed2 | /src/netcdfIO.c | 60f68318fc1568cce0e6e495dd3bad6f321292ac | [] | no_license | freemanjustin/subgrid | 8e32db3125ac0adbf2c4ba2215ba16a0758eeb3a | fe91aec1f48b2178ff1d1ba21212ee7af2c022a8 | refs/heads/master | 2021-01-09T06:34:26.994000 | 2016-08-11T01:52:21 | 2016-08-11T01:52:21 | 64,887,134 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,590 | c | #include "reader.h"
void get_netcdf(e *E){
int ncid;
int varid;
int retval;
size_t attlen = 0;
double pos[2];
int i,j,t;
int count;
// read the target grid - this is the roms curvilinear grid
// in this function we want to find the indexes that intersect
// out tc tracks
/* roms output data... | [
"freeman.justin@gmail.com"
] | freeman.justin@gmail.com |
28f186f6b1d47bb53791e70a004d00b88986f836 | 495b54b344e45510401b56d3eb97b1360fc9fd34 | /libgamma_crtc_set_gamma_ramps32_f.c | 101a9c77d887328e46fcbb2785bc8074c68a18ee | [
"ISC"
] | permissive | maandree/libgamma | 8c53637d1307253113593909dfc9aee7220ee8aa | b800ba9e60dfae5af122410b36a4a1b51b83b642 | refs/heads/master | 2021-07-15T10:29:37.492423 | 2021-03-08T17:52:33 | 2021-03-08T17:52:33 | 20,108,089 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,048 | c | /* See LICENSE file for copyright and license details. */
#include "common.h"
/**
* Set the gamma ramps for a CRTC, 32-bit gamma-depth function version
*
* Note that this will probably involve the library allocating temporary data
*
* @param this The CRTC state
* @param red_function The func... | [
"maandree@kth.se"
] | maandree@kth.se |
da33a2cee2912cb61c3358ffe4155101e93763c0 | 07bf478a7c297a4de79bca390135e03a55536279 | /ex2/ex2.57.c | 69bacac579c2ccb5befd0607ecdf87878e4acf32 | [] | no_license | LuckyKoala/CSAPP | d08d1e482bbea3d9039b21dcdd1067291a57891d | a3114f6f708d2dbf9edfa4c42c356b1898714047 | refs/heads/master | 2021-04-09T15:38:13.515339 | 2018-09-14T01:00:10 | 2018-09-14T01:00:10 | 125,852,130 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 775 | c | #include <stdio.h>
typedef unsigned char *byte_pointer;
void show_bytes(byte_pointer start, size_t len)
{
size_t i;
for (i = 0; i < len; i++)
printf("%.2x", start[i]);
printf("\n");
}
void show_short(short val)
{
show_bytes((byte_pointer) &val, sizeof(short));
}
void show_long(long val)
{
... | [
"pilotcraft.lk@gmail.com"
] | pilotcraft.lk@gmail.com |
397fdd504ec2dfc4fc15aacf7af7e89af15ae215 | d2870d73f6b7103d264de97e2085e2423e196879 | /Lista4/80-fabrica-de-motores.c | 7c53358ba7886c3afced8031724667eaaf332316 | [] | no_license | davidmarccos/if669ec | 8073b526d635f6f61f0894ef8915314d11be4d43 | 18d29d47ba52c7b493de8685d7bc175b2e2f0788 | refs/heads/master | 2021-05-02T18:42:19.165837 | 2018-10-24T22:17:18 | 2018-10-24T22:17:18 | 63,390,889 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,816 | c | /*Não funciona na ultima checagem do The Huxley, a dica dada é a seguinte:
"Existem várias formas de representar os dados nesse problema. A mais comum é através de matrizes. Então, primeiro tente
definir como as informações serão armazenadas e como você irá manipulá-las. Só então parta para a implementação."
*/
#inc... | [
"david.mrcs@gmail.com"
] | david.mrcs@gmail.com |
cb51fc05a8ee7aca7e2cccd3ded3fc7876036641 | 522fb9dbf19172c95001d271f490dabaa988de5e | /1000_Bai/Day 1/Bai 42_.c | c332b85e14f658a0a23bf39020e762582f9080d4 | [] | no_license | PhanVanHao/IT_safety_C | 33a4f283e54383683c7a80bff4d93bfed07738a7 | 83eac1a8a19705935fa64902d2732b2b418a15b9 | refs/heads/master | 2021-01-11T15:05:00.039085 | 2017-02-20T16:59:44 | 2017-02-20T16:59:44 | 80,295,126 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 191 | c | tinh(int k)
{
int i,s=0;
for (i=1;i<=k;i++)
s+=i;
return s;
}
main()
{
int i,n=123;
for (i=n;i>=1;i--)
if (tinh(i)<=n) {printf("So do la : %d ",i); return;}
}
| [
"haouno@gmail.com"
] | haouno@gmail.com |
929603d5b69ea0e67e8cf6c437cb331f3ff26f0b | 44de1f6b3ec30dfbe52510b952f275f9525adead | /libft/ft_tolower.c | 56e871cb6bf176cf19c0aff6e9e60dbd0e62fb50 | [
"MIT"
] | permissive | blazehalderman/42-fillit | 05f3107d8f42dc3ec5d20a0fd94fcc1c641e0435 | 7e33ed614a2a9fcb599031327bd6ceceb0539048 | refs/heads/master | 2021-08-09T03:02:05.045300 | 2017-11-12T02:14:59 | 2017-11-12T02:14:59 | 110,313,127 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 987 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_tolower.c :+: :+: :+: ... | [
"lprior@student.42.us.org"
] | lprior@student.42.us.org |
f6afc484843585f4d16e1623982771a9f6db85ac | 3a5086d43b544ec29fca81d635489dd5be58623e | /message.h | 12699d4bc246a208fe28e05713e1b6cc54f1f002 | [] | no_license | tgeorgebogdan/rtu_bigboard | 4c2fc3061d270e39b1639ebf941c62030e18d9ec | a384052e894be33a80eca483bc50ced27daf69a5 | refs/heads/master | 2023-03-16T06:12:16.186424 | 2020-12-16T01:32:47 | 2020-12-16T01:32:47 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 7,341 | h |
#ifndef __MESSAGE_H
#define __MESSAGE_H
#include "stdint.h"
#define MAX_ELEMENT 16//16
#define M1 1
#define M2 2
#define M3 3
#define M4 4
#define SOH1 ... | [
"837971940@qq.com"
] | 837971940@qq.com |
279550fe1df5a34e182beedce8c9b59f127acb32 | 3b768d4b8c1994a55cdbc4e55976a0c954add8d5 | /src/Player.h | 3836250b0d86c020893b7726772d615cdf0e4de6 | [
"MIT"
] | permissive | tylers555/snail-jumpy-OLD | af06a9ff7b338c6e5401a90278424520f5feefd3 | 06c7d444acb8832032bd0774dcb2abe708875dcb | refs/heads/master | 2022-11-22T16:24:54.691099 | 2020-07-23T01:25:30 | 2020-07-23T01:25:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 371 | h | #ifndef PLATFORMER_PLAYER_H
#define PLATFORMER_PLAYER_H
#ifdef PLAYER_DEFINITION
#define PLAYER_DEFINITION
#else
#define PLAYER_DEFINITION extern
#endif // PLAYER_DEFINITION
PLAYER_DEFINITION struct {
uint8_t jumpTime;
bool jumpPrev;
bool falling;
bool moving;
bool powerLast;
unsigned int p... | [
"epicrelyt@gmail.com"
] | epicrelyt@gmail.com |
3e494e9c2f65b4ec5fbad16f064d89163504298d | 7663737f3c8c19a446968220dc4cc9a151c91beb | /server/src/msg/cmd_gfx/get_map_cont.c | 490212b82ce98d0329816e8b4f1436d73c7a9186 | [] | no_license | arthurphilippe/zappy | 9f1791db7e7c35e1187548e58cbbfc3fe93c614b | edc5ce51562c098ba831d45ce9a7dcb98c584ef5 | refs/heads/master | 2020-03-18T21:44:59.417253 | 2018-07-21T16:14:34 | 2018-07-21T16:14:34 | 135,300,312 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 680 | c | /*
** EPITECH PROJECT, 2018
** server
** File description:
** get_map_cont
*/
#include <stdio.h>
#include "dynbuf.h"
#include "game.h"
#include "msg.h"
void msg_cmd_gfx_get_map_cont(selector_t *stor, handle_t *hdl, list_t *args)
{
game_t *gm = stor->s_data;
board_t *bd = gm->ga_board;
dynbuf_t *buf = dynbuf_create... | [
"arthur.philippe@epitech.eu"
] | arthur.philippe@epitech.eu |
9879308fdbd8ece44370def3c927892a0a09b2c0 | fb642d8b766d458c9695277d57bdba3fcea0b39c | /third_party/sdl2/src/video/kmsdrm/SDL_kmsdrmmouse.h | 61187093bb6a5c9087c3f789e0d537134bd105ad | [
"MIT",
"Libpng",
"Zlib"
] | permissive | fossabot/hwge | ec3554ea9bc2760e5d221a64e73979a5b2a110d1 | 7d236870a75319f41910b4976c50a5307ed4590d | refs/heads/master | 2021-07-24T12:15:03.609741 | 2017-11-04T11:08:16 | 2017-11-04T11:08:16 | 109,488,142 | 0 | 0 | null | 2017-11-04T11:08:10 | 2017-11-04T11:08:10 | null | UTF-8 | C | false | false | 1,401 | h | /*
Simple DirectMedia Layer
Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to u... | [
"c@qs.nu"
] | c@qs.nu |
0e6560b095599c032f9d9e5e414c9d56e453be98 | 78ad8060476a1423f3e085e69a00f522b8392554 | /Elevator/0534374824_16861/CS1-2ePgms/Ch11p/P11-14.C | 9388d1a70d3e4e90c7a680c9f28eb093a63aad00 | [] | no_license | jhyun0919/Coding_Study | 992172a92e7c22b568aed38e04f7dec4eaf9a985 | 239cbf0e927ab35e8a49d8d3139a2254b7f56592 | refs/heads/master | 2021-06-02T05:16:16.725557 | 2016-08-31T12:34:36 | 2016-08-31T12:34:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,801 | c | /* ****************************************************************
** This program is provided to the professors and students **
** using "Computer Science: A Structured Approach Using C, **
** Second Edition." All reprints in any form must cite this **
** copyright. ... | [
"jhyun19@gmail.com"
] | jhyun19@gmail.com |
731584943283800ca0741e852f2c159fe64f65bd | ce86bbe5918eef13243ebfecca60ad70090304d6 | /spectrogram/Core/Src/usart.c | 6dd0f9c2adc443f86a5c51b7597c7f61a8fd5523 | [
"BSD-3-Clause",
"Unlicense",
"LicenseRef-scancode-public-domain"
] | permissive | crystalfontz/CFA10052-Custom-Firmware-Example | 3e3ec47716e6f2af1ff68632ad24dded2809de48 | d88b31c9a4f040bbdf5c657253412767b9bde5c6 | refs/heads/master | 2023-05-24T16:36:47.140224 | 2023-05-23T21:31:20 | 2023-05-23T21:31:20 | 225,424,852 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,219 | c | /**
******************************************************************************
* @file usart.c
* @brief This file provides code for the configuration
* of the USART instances.
******************************************************************************
* @attention
*
* <h2><c... | [
"mwp@mwp.id.au"
] | mwp@mwp.id.au |
29ba3e2ed3a54ebf59d54aff6e8aa3e1bd153290 | 7ab5e2f1c94caf38f96007b61fa76800833cc8e0 | /src/files/error.c | bb357582869bf401b1435cabcd583bb8698019c8 | [] | no_license | githubtest478/pathfinder | 0dda9040a86c6e752d5f9a79ab612d7cba4afe19 | b0850d6b503e271425457a065959a79cf47d3b24 | refs/heads/master | 2023-03-27T15:55:04.969550 | 2021-03-25T11:12:01 | 2021-03-25T11:12:01 | 350,703,956 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,382 | c | #include "pathfinder.h"
void mx_print_error(int err_num, char *file_name) {
if(err_num > 0) {
char s[2] = { err_num + 48, '\0'};
mx_print_error_str(ERROR_LINE1);
mx_print_error_str(s);
mx_print_error_str(ERROR_LINE2);
exit(1);
}
switch (err_num) {
case -1:
... | [
"dtretiakov@e1r4p10.unit.ua"
] | dtretiakov@e1r4p10.unit.ua |
9a5987d17f03ca7566e9e262312c24dd983a77c4 | fdfa06aeaf0d0c29067ff6e201d248ae8f105d9d | /PriorityQueue.h | 211621e399759615563c9e27dc6f94ce1b998f6c | [] | no_license | adunStudio/DataStucture_Tutorial | 02747cc755d7bc0a495f34826e5e5aab727233fb | 9a8e61d19e4efce96477d2450748b18b1f603497 | refs/heads/master | 2021-06-19T11:35:08.801448 | 2017-06-12T02:03:45 | 2017-06-12T02:03:45 | 85,468,975 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 282 | h | #ifndef __PRIORITY_QUEUE_C__
#define __PRIORITY_QUEUE_C__
#include "UsefulHeap.h"
typedef Heap PQueue;
typedef HData PQData;
void PQueueInit(PQueue* ppq, PriorityComp pc);
int PQIsEmpty(PQueue* ppq);
void PEnqueue(PQueue* ppq, PQData data);
PQData PDequeue(PQueue* ppq);
#endif | [
"adun221@naver.com"
] | adun221@naver.com |
d0d81e2483dc5a5efa4f05be5cfd7f266a282737 | 65277b27d861fc8913b3ea11fc9bb6b3ea4a1efb | /ft_memalloc.c | fde5b42c7d3f325028cdd43e55a0d14ee30e59c2 | [] | no_license | psgmrosa/libft | 1617c667d9ea9bf6e791fbdf0b4ac9ddbc34a384 | 1733e6ae0ee8b63573b6c1cebd7b038a50126cfa | refs/heads/master | 2021-07-14T15:27:15.995508 | 2017-10-13T03:39:58 | 2017-10-13T03:39:58 | 106,347,306 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,091 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memalloc.c :+: :+: :+: ... | [
"noreply@github.com"
] | psgmrosa.noreply@github.com |
061bf40f7c48f245f128b4946636722804739bff | ffe36d7138244879c29b33547e0102a6a46bf8e6 | /third_party/opus/src/silk/float/main_FLP.h | 7a81093e82b17561ef99d42b35dac16180f68a9a | [] | no_license | randydom/webrtc_port | cba6ec533acda026556ba5737e5589f2864b908a | a9d19fa643dbb684308ae1320c71d3207965df47 | refs/heads/master | 2020-08-21T14:17:52.676597 | 2016-01-26T01:18:09 | 2016-01-26T01:18:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,105 | h | /***********************************************************************
Copyright (c) 2006-2011, Skype Limited. 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 ... | [
"wonktnodiq@gmail.com"
] | wonktnodiq@gmail.com |
7d45688deb2ec32395103b0398cbeaf0f56fb043 | 63d1ce22ab60d94fbf4d5ef30d2e5c16d9faecde | /source/images/icon_GBC.h | 28f2a670d5fca683e76df063f45df19181fd1715 | [
"Apache-2.0"
] | permissive | SLKun/SimpleLight | 88a29a9b658c427a389f81182d41d245cd389c15 | d7d8797d9e503f82c78ca450aaaaf9da0ef6c637 | refs/heads/master | 2021-02-15T02:31:57.062289 | 2020-03-04T12:10:38 | 2020-03-04T12:10:38 | 244,856,234 | 0 | 0 | Apache-2.0 | 2020-03-04T09:15:55 | 2020-03-04T09:15:54 | null | UTF-8 | C | false | false | 2,807 | h |
//{{BLOCK(gImage_icon_GBC)
//======================================================================
//
// gImage_icon_GBC, 16x14@16,
// + bitmap not compressed
// Total size: 448 = 448
//
// Time-stamp: 2019-11-19, 10:04:46
// Exported by Cearn's GBA Image Transmogrifier, v0.8.3
// ( http://www.coranac.com/projects/... | [
"34801996+Sterophonick@users.noreply.github.com"
] | 34801996+Sterophonick@users.noreply.github.com |
26f79e134c8e8fa9e42ff47ae6f299a3e03ade70 | d61b532db0d3e08818338cfaac530a1ced1ffe3b | /mach/sun2/libsys/stty.c | 1473abaeb5c8818ac199ad6b75178aec89520988 | [
"LicenseRef-scancode-other-permissive"
] | permissive | davidgiven/ack | 61049c7a8e95ff61a77b1edd3c22bb290720e276 | db5a32c68c4a60ca26a3927a799ea662b5b2b0e5 | refs/heads/default | 2023-08-29T07:33:12.771205 | 2023-07-08T20:17:27 | 2023-07-08T20:17:27 | 37,686,316 | 376 | 74 | NOASSERTION | 2023-07-08T20:17:28 | 2015-06-18T21:33:42 | C | UTF-8 | C | false | false | 120 | c | #include <sgtty.h>
int
stty(fildes,argp)
int fildes ;
struct sgttyb *argp ;
{
return ioctl(fildes,TIOCSETP,argp) ;
}
| [
"none@none"
] | none@none |
4d8160ec35b57d4ade95eadb8a40c4b20e31f723 | 481be40e33e9b83d0ea4dbc861a13cf253838f30 | /include/DDmaUsart.h | ddb97536c95ba9afed21abe7812a511babd72e18 | [] | no_license | micdmy/Dlibrary | 98099cf18cda23923c38d63d5803aee333bf64af | 281ecb4e3c7f8d1007fdfb5a85c1b34e2908c7d7 | refs/heads/master | 2021-08-18T17:21:13.448091 | 2017-11-23T09:38:03 | 2017-11-23T09:38:03 | 110,815,665 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 537 | h | #ifndef D_DMA_USART_H
#define D_DMA_USART_H
#define RCC_CLK_BIT_USART_DMA RCC_AHB1ENR_DMA1EN
#define USART_DMA DMA1
#define USART_TX_DMA_CH DMA1_Channel7
#define USART_DMA_CSELR DMA1_CSELR
#define USART_TX_DMA_INTERRUPT_HANDLER DMA1_Channel7_IRQHandler
#define USART_TX_DMA_CH_TCIF DMA_ISR_TCIF7
#define USART_... | [
"micdmy2@gmail.com"
] | micdmy2@gmail.com |
af447c4c0447a22a09f29bdf7dc0801c03a9177f | 1eb0ac52663fbd368a5cf813b05d41ea02ee330f | /src/move.c | b086988e6f8ab74740c453ee83d40ab7fc22b6f3 | [] | no_license | DIMRobotics/mainrobot-2015 | e2fe238c9eb21ef39a7d657cebd796dfc7db7a4b | 74bae527972067c730da812eea465dfeb6989ebc | refs/heads/master | 2021-01-01T18:38:25.303594 | 2014-06-02T05:45:51 | 2014-06-02T05:45:51 | 31,815,102 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,068 | c | /* robot description: */
/*!res_num: 480 */
/*!res_den: 22 */
/*!radius: 141 */
/*!speed: 100 */
/*!acc_num: 1 */
/*!acc_den: 7 */
/*!rspeed: 100 */
/*!racc_num: 1 */
/*!racc_den: 7 */
#define ODETECT_FRONT_DISTANCE 35
#define ODETECT_REAR_DISTANCE 25
#define ODETECT_TURN_DISTANCE 20
/* place robot at start point */
... | [
"wkernelteam@gmail.com"
] | wkernelteam@gmail.com |
2affbef5952f7612a079547f798ff15c74f30b59 | 574905673e0db00b188a1572d7b51650e525fe2c | /Include/10.0.10586.0/ucrt/corecrt_stdio_config.h | 3102edfdf22f8641111ae8cbafea1a3aa08b4ee8 | [] | no_license | wmliang/wdk-10 | aa6e419503c2a5b1e588a09d10e5fddad4640e5f | e28c4b2597a2e77130d656913c123d0d5b0e7dd3 | refs/heads/master | 2020-06-11T00:43:25.584616 | 2016-12-07T11:51:11 | 2016-12-07T11:51:11 | 75,830,856 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 4,272 | h | //
// corecrt_stdio_config.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// Per-module <stdio.h> configuration.
//
#pragma once
#include <corecrt.h>
#if !defined __midl && !defined RC_INVOKED
_CRT_BEGIN_C_HEADER
#if defined _NO_CRT_STDIO_INLINE
#undef _CRT_STDIO_INL... | [
"star03629@gmail.com"
] | star03629@gmail.com |
e48dfbc95b912da3efb3a3baeaed7f934302814c | f383324df33e0884ee691c518add47786381ab70 | /castledoor.h | 3855e90edc87aa43685ebf9b8b0c886c0f05d2e0 | [] | no_license | petosa/Blood-Queen-GBA | 4aa57f138ba7f10e5021bb48865f08ddf388a8fe | 8e6e2f47dd4a1eafdde860d6d68e7cbdc0bfc1b6 | refs/heads/master | 2021-01-19T04:32:17.172230 | 2016-06-12T02:09:56 | 2016-06-12T02:09:56 | 55,798,236 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 165 | h | #ifndef CASTLEDOOR_BITMAP_H
#define CASTLEDOOR_BITMAP_H
extern const unsigned short castledoor[1160];
#define CASTLEDOOR_WIDTH 29
#define CASTLEDOOR_HEIGHT 40
#endif | [
"nick.petosa@gmail.com"
] | nick.petosa@gmail.com |
0a68ff6338b165ae4842c4a4626f23edbb133382 | 63b26528ce00b727c908679e34c7df436879a93f | /linux_version/includes/structures/cube_sprite_render.h | c4f1fac9db7d88995b9e96e4b3e1b9ce51a08cc1 | [] | no_license | ncoudsi/cub3D | b3dc1ed5697fc2072e878cde9e26b702905e747f | d064a55b10bbd0a0d5ca88d6e20e7e3587dc36c9 | refs/heads/master | 2022-12-29T18:36:59.319703 | 2020-10-16T10:57:28 | 2020-10-16T10:57:28 | 276,420,396 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,475 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* cube_sprite_render.h :+: :+: :+: ... | [
"nicolas.coudsi@gmail.com"
] | nicolas.coudsi@gmail.com |
9d73256a485711685949e43e43b9d654d0ce404f | cf2233930cecbe660041d3b75f80efe1a64e563e | /examples/guidemo/GUIDEMO_BarGraph.c | 0616a199ca859c3ea2f67e003cd31973e79c9771 | [] | no_license | EnergyMicro/EFM32WG_DK3850 | 3c709548d69b01500a1a1e4490ddb7c04c78bd00 | c4714d06d43bc5f55d7dc3d0beec212d64a81a94 | refs/heads/master | 2020-04-07T10:40:48.694599 | 2013-06-21T11:44:37 | 2013-06-21T11:44:37 | 10,841,415 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 17,766 | c | /*********************************************************************
* SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
**********************************************************************
* ... | [
"marius@grannaes.org"
] | marius@grannaes.org |
d510a672ae8dbe04931829b63397650798153b06 | 5df1f3e59f99fafacc637a5105c29975b502df14 | /src/luairc.h | e396fbd105b6fdb09f2ad7cb142207c2d1b8568e | [] | no_license | EiNSTeiN-/xftpd | da76641a19560b5d272cd4fd29ad0bde05d58dda | a58bd8e95572951e07b80a20594417a372d22f2c | refs/heads/master | 2021-03-12T23:05:43.137812 | 2008-09-22T20:45:59 | 2008-09-22T20:45:59 | 33,093,900 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,099 | h | /*
* Copyright (c) 2007, The xFTPd Project.
* 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,... | [
"EiNSTeiN.1337@40fd9a9e-5155-0410-a633-6756fd5633af"
] | EiNSTeiN.1337@40fd9a9e-5155-0410-a633-6756fd5633af |
0acaa2b0d567cd71484c73f160c6ccb1fbdf5ee1 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/media/i2c/extr_tw9903.c_tw9903_s_std.c | c039e6974300100b0253bc134317b3bde282d81c | [] | 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,106 | 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 |
26de859bcf7cfa369d532999b058917a33a00544 | e2d32cce08ace6d68fba579520f1aab33cd6785a | /stm32h750_ext_flash_W25Q128FV/src/ap/Dev_Inf.h | 85c4b8bdf425de1f2d0d3c88141c6f40ef350a42 | [
"Apache-2.0"
] | permissive | golf2109/stm32_ext_flash | 66ccdc31fb2d894e2921871d94c8ff73ce7ecaa8 | 9724a4d5e393c3e84b7b190fcebe4269b21f5d2e | refs/heads/master | 2022-04-04T03:12:25.763109 | 2020-01-26T10:27:36 | 2020-01-26T10:27:36 | 277,872,306 | 1 | 0 | Apache-2.0 | 2020-07-07T16:47:39 | 2020-07-07T16:47:38 | null | UTF-8 | C | false | false | 898 | h | #define MCU_FLASH 1
#define NAND_FLASH 2
#define NOR_FLASH 3
#define SRAM 4
#define PSRAM 5
#define PC_CARD 6
#define SPI_FLASH 7
#define I2C_FLASH 8
#define SDRAM 9
#define I2C_EEPROM 10
#define SECTOR_NUM 10 // Max Number of Sector types
struct DeviceSectors
{
unsi... | [
"chcbaram@paran.com"
] | chcbaram@paran.com |
627ac3248441dffeb11009090ff676cc679ada36 | 45ad78d2d16af93d80ccc0c75e14f0ba5dd91f42 | /procesos/3-crea_hijo.c | d72539c78e29442887bffb6dc94e043b35cfe406 | [] | no_license | turunsl/clases_teoricas | b4cc6f55ef621d62c436f0b74252134da8b3308e | e58fef57e87be7afe740d23c5429a36b3e35dc27 | refs/heads/master | 2021-07-09T06:51:49.372072 | 2020-10-30T20:48:14 | 2020-10-30T20:48:14 | 201,815,547 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 244 | c | #include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
int main(){
printf("soy tu padre\n");
fork(); //para que sirve lo que retorna fork ?
printf("soy el proceso %d, y mi padre es %d \n",getpid(),getppid())
sleep(10);
return 0;
}
| [
"carlos.taffe@gmail.com"
] | carlos.taffe@gmail.com |
8dea00f20a1f88d438ccb26eb1f63878498d971d | fe6243bde502a40d04ee4c93468629f0f0435025 | /src/fwup_metadata.c | 4060d39a8597281b33364ff22c6baac4dcc5b671 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | mattludwigs/fwup | 38f8006f27157cbdde2f9f5196816544984879e3 | a06d68e4dc4050843c1332c40291f75a9bac8f3d | refs/heads/master | 2020-03-19T14:53:29.578438 | 2018-05-15T21:27:12 | 2018-05-15T21:27:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,902 | c | /*
* Copyright 2014-2017 Frank Hunleth
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"fhunleth@troodon-software.com"
] | fhunleth@troodon-software.com |
fd8b87641c192b2bbfdb8302f5d9253d86bae7df | 94174a59fab2eb783431be86bf59529a3e881441 | /projects/thomasal/quiz2/testme.c | 8b2b664e3acc8248b9ad91d99a18a3e8263ce601 | [] | no_license | welborau/CS362Su2015 | 782e6187d917a04397eaa42a661d2458036b596d | f87e6ade1998a3c6364d730641d8f7366fdc2ccf | refs/heads/master | 2021-01-15T13:07:44.759101 | 2015-07-26T21:33:56 | 2015-07-26T21:33:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,335 | c | #include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<time.h>
char inputChar()
{
// TODO: rewrite this function
// casts a random integer to char returning char.
return (char) rand() % 95 + 32;
}
char *inputString()
{
// TODO: rewrite this function
int i,x;
char choice[6] = "reset";
char in... | [
"thomasal@onid.oregonstate.edu"
] | thomasal@onid.oregonstate.edu |
505998ba306eaa092302e312a7576875fa7f1fe9 | f474d8ce4e514708a51bf9b2947fdace301f8eaf | /node_v4.h | a675c1eb45ea4eb10a1749fdc3c63c801ea53d62 | [
"MIT"
] | permissive | AsyDynamics/Raw_LoRa_Network | 49758112b7582a740b329348edb3b074e5e3c0cc | dd3ce59dd61d1545eae67f40ac300ea1301e2b63 | refs/heads/master | 2020-04-28T22:41:09.104654 | 2019-04-17T08:43:39 | 2019-04-17T08:43:39 | 175,626,442 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,970 | h | #ifndef NODE_V4_H
#define NODE_V4_H
#include <math.h>
#include <SPI.h>
#include <LoRa.h>
#include "LowPower.h"
// node configuration
#define localAddr 3
#define groupID 0
#define destination 0 // gateway
#define broadcastAddr 0xFF
#define sensorMode 1
#define sensorMod... | [
"noreply@github.com"
] | AsyDynamics.noreply@github.com |
b0c797a6f66cf0ef7216398f021c004b6e7b822a | 5c8a0d7752e7c37e207f28a7e03d96a5011f8d68 | /MapTweet/iOS/Classes/Native/mscorlib_System_Collections_Generic_List_1_gen319935090MethodDeclarations.h | c56b89a0a02baca08f1600c104bc8fadce045507 | [] | no_license | anothercookiecrumbles/ar_storytelling | 8119ed664c707790b58fbb0dcf75ccd8cf9a831b | 002f9b8d36a6f6918f2d2c27c46b893591997c39 | refs/heads/master | 2021-01-18T20:00:46.547573 | 2017-03-10T05:39:49 | 2017-03-10T05:39:49 | 84,522,882 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,686 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Collections_Generic_List_1_gen2058570427MethodDeclarations.h"
// System.Void S... | [
"priyanjana@mac.com"
] | priyanjana@mac.com |
8fe68897c4c74776285cb7fd4a3200539c751fba | bfb49b61aeca694f7c5d15de1df3e397ec3e8247 | /eval.c | abecfee1590a2729294b9c4da822d2039da0775c | [
"BSD-3-Clause"
] | permissive | Wodan58/Moy | 0dfaf7bbda205287a03735b6b1c4703fbdb2fcc9 | 85e7f5f4cd951cea552933508afdf20c655f6ea2 | refs/heads/master | 2023-08-31T07:16:36.145158 | 2023-08-30T05:36:57 | 2023-08-30T05:36:57 | 48,643,177 | 24 | 2 | NOASSERTION | 2021-01-25T08:26:24 | 2015-12-27T11:52:52 | C | UTF-8 | C | false | false | 6,201 | c | /*
* module : eval.c
* version : 1.6
* date : 08/23/23
*/
#include "globals.h"
#ifdef NCHECK
#define PARM(n, m)
#else
#define PARM(n, m) parm(env, n, m, __FILE__)
#endif
#if ALARM
static volatile sig_atomic_t time_out;
PRIVATE void catch_alarm(__attribute__((unused)) int sig)
{
time_out = 1;
}
#... | [
"r.wiersma26@gmail.com"
] | r.wiersma26@gmail.com |
c5472d8e7cd273ff540890213c4c4ad2e3d2b703 | d406499d2139dcef578a5a3070db6a3171f7de6a | /lib/libft/ft_strncat.c | 10decaf53e4c507ec73f2baf809ebc7dd16302fe | [] | no_license | fdibbert/RT | 4c916a86165ddc59a39d94c919a9f3fab94b87af | ac090fce3dc4216e7bc5e5413615cbadebb69b43 | refs/heads/master | 2020-05-19T02:59:29.531840 | 2019-05-03T17:03:05 | 2019-05-03T17:03:05 | 184,791,131 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,079 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncat.c :+: :+: :+: ... | [
"fdibbert@vo-d2.21-school.ru"
] | fdibbert@vo-d2.21-school.ru |
67da3532c1904f7db2b53232a9169f45fe03b51e | 67305fcba68fdf469862aed2959ad1dd5b22a536 | /rt-thread/components/drivers/include/drivers/i2c.h | e2a9e7d0b88d0ebf5112f9ce1e227bbc80395cf0 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | RT-Thread/IoT_Board | cdabf100a8d515fbcaa65ab0b72ec67acb0d2c9a | 2d218a4e06f06dbb356ec00767904f91d00db7cc | refs/heads/master | 2023-09-04T16:51:34.485240 | 2022-01-19T01:26:16 | 2022-01-19T01:26:16 | 161,133,933 | 344 | 238 | Apache-2.0 | 2023-06-06T04:10:57 | 2018-12-10T07:21:46 | C | UTF-8 | C | false | false | 2,737 | h | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2012-04-25 weety first version
*/
#ifndef __I2C_H__
#define __I2C_H__
#include <rtthread.h>
#ifdef __cplusplus
extern "C" {
#endif
#define RT_I... | [
"armink.ztl@gmail.com"
] | armink.ztl@gmail.com |
3222d30634401f5733d201fe8335e32c1edc3029 | 4f9f040c2c9f50152a8fa6b4b51be97c84e606c2 | /ports/rp2/modmachine.c | 9d6178a0f2b64e7f4020714ef656dc75f8f79a1e | [
"MIT",
"GPL-1.0-or-later"
] | permissive | cengelund/micropython | 57ab56b18c4eede2dc2675461acf394310a91247 | 665f0e2a68dfa4944f60e85a00d0543bb3d7fee8 | refs/heads/master | 2022-03-18T02:38:57.503561 | 2022-02-23T16:28:32 | 2022-03-02T01:57:43 | 212,537,183 | 0 | 0 | MIT | 2019-10-03T09:02:25 | 2019-10-03T09:02:25 | null | UTF-8 | C | false | false | 7,736 | c | /*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2020-2021 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
* in... | [
"damien@micropython.org"
] | damien@micropython.org |
6ce2baa420ab9e3f3dabb7fa460e3bceab2b6834 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/3d74921d-7c36-4f05-819c-4ee015247fe1.c | e2caa2e1ab51b45af55fc2f4f0fc919d9ae77e91 | [] | 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 | 217 | c | #include <stdio.h>
int main() {
int i=0;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i%j;
l = l/j;
j = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,i);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
f987f08adb552dc1bc88669eee48125dc78684e8 | a4f9546503d8d519fbffb27ac49e2c70c7f43ecd | /Assignment_41/Program_5/Header.h | 26d2430c2f0cee53d60b8d6d276780a65647ec62 | [] | no_license | TheLogicalNights/C-programing-Assignments | dac01d220938a0fe252b5667df3ee6dd13e9c3be | 51ee11c34c2a24d0b82cc4b7c6eaaf0c3565b5d5 | refs/heads/master | 2023-01-06T21:40:37.646587 | 2020-11-05T18:26:08 | 2020-11-05T18:26:08 | 286,684,535 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 236 | h | #include<stdio.h>
#include<stdlib.h>
struct Node
{
int iData;
struct Node * next;
};
typedef struct Node NODE;
typedef struct Node * PNODE;
typedef struct Node ** PPNODE;
void InsertLast(PPNODE,int);
void DisplayLarge(PNODE); | [
"noreply@github.com"
] | TheLogicalNights.noreply@github.com |
a3560f5da6317c19b2ce2a9b10d7f5ddc025a98a | 2470b5f9e54907e7f6f8f017637e641e4de7d140 | /software/MM32x031/Source/system_MM32x031.c | c705b5e2dc50ff9bb9281573b820fe1696a36fae | [] | no_license | zhou-peter/MS1793-SDK | 48b562841bc7c545eb8a31a2ebdcb03dd6170915 | 0ec8fc31d36591d3eb13a682253a67f9c8e52929 | refs/heads/master | 2022-12-17T20:46:52.640969 | 2020-09-27T01:11:19 | 2020-09-27T01:11:19 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 18,983 | c | /**
******************************************************************************
* @file system_MM32x031.c
* @author AE Team
* @version V1.0.0
* @date 21/10/2016
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Source File.
*
* 1. This file provides two functions and one global variable to be... | [
"zhmchen@macrogiga.com"
] | zhmchen@macrogiga.com |
7c38580962a72a6bbb503317934ca9b6b6515c66 | 8706e187573f46ed4173269f65f85f1ac3f11a6e | /CSCI232/final_project/gameserver.c | 0bb569c338fe6e01c6f7901f74220cc71368a2c3 | [
"MIT"
] | permissive | m-nny/homeverks | 0deca67342e548c0443a50885fc9bba6718957f4 | ffa640bbb7629684e408cca10d8012d4aa68df8e | refs/heads/master | 2021-03-27T12:55:48.694896 | 2018-04-26T05:37:16 | 2018-04-26T05:37:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,627 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <pthread.h>
#include "gameserver.h"
int passivesock(char *service, char *protocol, int qlen, int *rport);
int parse_args(char *str, char **a... | [
"Alibek.manabayev@gmail.com"
] | Alibek.manabayev@gmail.com |
88cd2f5ede66da79bb387f8e6f32df9fbc3669d4 | 47e751d7ddfabffee37c4651d3ef9b9ac8a22c57 | /clicks/proximity7/example/main.c | d30c22ae6f7ef291b2bca04c137f2a6199e4908a | [
"MIT"
] | permissive | npurusho/mikrosdk_click_v2 | 8c40d493c6bb8e929fe2ff6a71bbe30589e37333 | f2c5c0227f4361e7a0cee017336cbf172aebbd2e | refs/heads/master | 2023-08-15T18:05:41.403353 | 2021-09-21T13:58:25 | 2021-09-21T13:58:25 | 414,684,898 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,166 | c | /*!
* \file
* \brief Proximity7 Click example
*
* # Description
* This application give us lux level and proximiti data.
*
* The demo application is composed of two sections :
*
* ## Application Init
* Initializes I2C driver and writes basic settings to device registers
*
* ## Application T... | [
"katarina.kaca.perendic@gmail.com"
] | katarina.kaca.perendic@gmail.com |
10ac9eb6d1d60ab0f7a82073263639416c4f119b | e7e394f715205e84649ccecefc8c043114918446 | /Torque_or_Current_control_of_motor_using_feedback_current_ripple/Generated_Source/PSoC5/p0_6.c | 8a61ded6cda13cd0685474dfd9456923a5f3f8d4 | [] | no_license | monishnene/Embedding_Sensors_and_Actuators | a6f9d2842655839e0524c564b282194c3ffc81bd | a49af86d64a1e9456c8cf9ddbe4026aa1e2ba7fe | refs/heads/master | 2020-03-17T02:09:24.274119 | 2018-05-15T01:55:02 | 2018-05-15T01:55:02 | 133,180,482 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,443 | c | /*******************************************************************************
* File Name: p0_6.c
* Version 2.20
*
* Description:
* This file contains API to enable firmware control of a Pins component.
*
* Note:
*
********************************************************************************
* Copyright 2008-2... | [
"31666297+monishnene@users.noreply.github.com"
] | 31666297+monishnene@users.noreply.github.com |
78f31e06a180fc8c3e124afe3ced49e4f00f8af4 | 8960507bb98c254430fe40b53f1d92a8b7c77c3d | /chapter7/i/kernel/keyboard.c | 231723d6c6b7194ec67c0abcd8a78d597043224e | [] | no_license | chinbor/the-exp-of-orange-s | 0981fc86ec9f48d6ef9c4bf2beb52c7e6dd83591 | b830374d438fdaaf589ed014c368f2d360ddbd0b | refs/heads/master | 2020-05-07T12:15:04.158993 | 2019-07-18T10:35:56 | 2019-07-18T10:35:56 | 180,495,132 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,224 | c |
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
keyboard.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#include "type.h"
#include "const.h"
#include "protect.h"
#include "string.h"
#include "proc.h"
#include "tty.h"
#include "console.h"
#in... | [
"949524548@qq.com"
] | 949524548@qq.com |
8952c60774aeeb92b5a8ac022a94325fcc53167f | 8956fd5c2d05bc0c212b4b0a6518663ea4da148a | /test_2/task_2.c | 20be760c749f7bbf3a5078eef71de87d93d1372a | [
"Apache-2.0"
] | permissive | skrinker/spbu_2020_c_homeworks | 81f8212d99afeb2f90299c4909fffd026dd38971 | a9c363734cbb007115677326c6be29d955545cd7 | refs/heads/master | 2023-02-04T18:48:52.466192 | 2020-12-28T10:51:34 | 2020-12-28T10:51:34 | 295,698,222 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,722 | c | #include <stdio.h>
#include <stdlib.h>
enum Comment {
line,
multyline
};
int main()
{
char* buffer = malloc(sizeof(char) * 2048);
FILE* inputFile = fopen("./test_2/test.txt", "re");
char symbol = '0';
char next = '0';
int pointer = -1;
while (symbol != EOF) {
switch (pointer) {... | [
"guzel28sit@gmail.com"
] | guzel28sit@gmail.com |
3a780e677eb4d2b33da80a81a82476a3b5946984 | 2c98d66a276bf38d6f51a9d57281fa3341c2ae7d | /main/src/application/zukanlist/zkn_fontoam.c | a3f6e0f06b8afb5c9d82dac014ae5634582cb722 | [] | no_license | YvetteLo/MASTER_CPUJ00 | 20df15cdd6736eba2b8a855b7851b5fd402a5382 | 0562cad3749a2eac165a682dcf86ebde461832fb | refs/heads/main | 2023-02-25T00:52:37.794405 | 2021-01-29T09:52:31 | 2021-01-29T09:52:31 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C | false | false | 12,421 | c | //[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
/**
*
* @file zkn_fontoam.c
* @brief 図鑑フォントOAMシステム
* @author tomoya takahashi
* @data 2006.01.23
*
*/
//]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
#include "system.h"
#include "assert.h"
#include... | [
"contact.ghost01@gmail.com"
] | contact.ghost01@gmail.com |
00c7e9d3218c35606b2166b32a09f112b8bc27c9 | b30aa13ee4492a6b327e31d6848ccf223cebb1ba | /libraries/tess-two/jni/com_googlecode_leptonica_android/src/prog/bak/bilinear_reg.c | eb533820f0306b80b8e10cb1f23509bf7fce0255 | [
"BSD-2-Clause",
"CC-BY-2.5",
"Apache-2.0",
"Leptonica"
] | permissive | pardeep16/Tesseract-AndroidOCR | 8290a1d1d1f9f6a0227e171ce7b1050dfc616709 | e862cc2789f9dcac7b5f1ecc0091606c75fd60a9 | refs/heads/master | 2021-01-22T09:40:19.136084 | 2017-09-04T08:15:37 | 2017-09-04T08:15:37 | 102,328,798 | 5 | 5 | null | null | null | null | UTF-8 | C | false | false | 6,159 | c | /*====================================================================*
- Copyright (C) 2001 Leptonica. All rights reserved.
- This software is distributed in the hope that it will be
- useful, but with NO WARRANTY OF ANY KIND.
- No author or distributor accepts responsibility to anyone for the
- consequence... | [
"pk.raswant@gmail.com"
] | pk.raswant@gmail.com |
66fa2283e36a99574ce3648815e5c6d26c946644 | 94d39372fba35b661b1c3f9d8ace1c371a921cfe | /dds_test/data_filtering_and_speration/publisher_instances.c | 0be7f75f1483ee092caf06ecfc9861238036a6c4 | [
"MIT"
] | permissive | krinii/dds-on-hardware | 7aa6648869b885066bd219cd64e5e3f66a9dd9e7 | 86905069493130679ad8a3b1bfd3465319106fd0 | refs/heads/master | 2023-02-04T01:29:48.592606 | 2020-12-18T18:46:43 | 2020-12-18T18:46:43 | 290,186,699 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,456 | c | #include "dds/dds.h"
#include "TestDataType.h"
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#define DEPTH 10
static volatile int sigintH = 1;
/* Handel Ctrl-C */
void sigintHandler(int sig_num) {
sigintH = 0;
}
bool contentFilter(const void *sample);
int main (int argc, char ** argv)
{
dds_entity... | [
"krini15@student.sdu.dk"
] | krini15@student.sdu.dk |
253b968e9b8d71dc24169ecb5fd9f1383e4fa74f | 601ee9ae131908e49a72ac5d9edf1ddd70fba63d | /ex4.c | 57059c6edea7cfc9197c755abb08e99fc715eec2 | [] | no_license | s1270218/DM4 | 30c466aa88708a5f99b8e60a6f31f38abba71ed5 | c50652902382f3b77c0a02c732b66f4070286ca8 | refs/heads/master | 2022-11-26T22:47:46.324223 | 2020-08-03T00:48:30 | 2020-08-03T00:48:30 | 284,255,457 | 0 | 0 | null | 2020-08-01T12:47:07 | 2020-08-01T12:27:20 | C | UTF-8 | C | false | false | 560 | c | #include<stdio.h>
#include<stdlib.h>
int main(){
int i,n,head=0,tail=0;
//add_name
char str[10];
printf("Who are you?\n" );
scanf("%s",str);
printf("Hello,%s\n",str);
//cointos
printf("Tossing a coin...\n");
for(i=0; i<3; i++){
n = rand();
if(n%2==0){
printf("Round %d; Head\n",i+1);
... | [
"noreply@github.com"
] | s1270218.noreply@github.com |
020448163efc60511c1ce430f28f40b8d22589b3 | 48318d564e2bb9af3e81b796b3bd540c36fe3d6d | /ipcTest/msg_app.c | 8a1b2551d08e671aa963d51018634e391fa8057d | [] | no_license | zhaocc1106/Linux-C-learn | d40bbc706ee280ce4c2a98d59eb5cd0dceac67d0 | 3e707aea0743eb6a3bd8bcd53a2f0cf0c58767c5 | refs/heads/master | 2020-12-02T09:56:07.598913 | 2017-07-12T01:58:50 | 2017-07-12T01:58:50 | 96,662,819 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,868 | c | #include<stdio.h>
#include<sys/ipc.h>
#include<sys/msg.h>
#include<unistd.h>
#include<errno.h>
#include<time.h>
void msg_stat(int msgid)
{
struct msqid_ds msg_info;
int reval;
sleep(1);
reval = msgctl(msgid, IPC_STAT, &msg_info);
if(reval == -1)
{
printf("get msg info error\n");
return;
}
printf("\n");
pr... | [
"chenshuai@spreadst.com"
] | chenshuai@spreadst.com |
ce2fec0bec7fbf642698a391ff57e654d1df5583 | 4e432b0a49606d35dce15ef4df4d90d881bf309e | /d/city/npc/meat/hind.c | bd129c7232f8ae27ea2d261c0dcb5f354dfe3f69 | [] | no_license | MudRen/sanjie | 352e8490ec289877da73b21475c1272409193650 | 87f491aa0608044f23cd3dfe61daed6ec424df58 | refs/heads/master | 2020-04-17T04:10:26.979307 | 2019-01-18T07:02:00 | 2019-01-18T07:02:00 | 166,217,299 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 652 | c | //Last modified by waiwai@2001/05/03
#include <weapon.h>
inherit HAMMER;
inherit F_FOOD;
void create()
{
set_name("牛腿", ({ "hind" }) );
set_weight(800);
set("long", "哇! 好香的牛腿! 不吃还等什么?\n");
set("unit", "只");
set("value", 1000);
set("food_remaining", 5);
set("food_supply", 80);
set(... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
b6a76084d8cca3e00f99d86b9c4318d9e7a03fab | 4af5e247932ed50266603d8252eab42118274459 | /mediatek/custom/common/cgen/inc/med_audio_default.h | ac2582b70227196b9e3a4d48a431a25c3a4db751 | [] | no_license | abgoyal-archive/OT_5021E | db0eab8d8e56e2d360e769d989fc3e8183904d3e | ca0395461b5b274d0ebaa0878c35ccb0a15fa347 | refs/heads/master | 2022-04-08T14:12:24.872464 | 2015-02-06T22:35:42 | 2015-02-06T22:35:42 | 30,436,031 | 0 | 1 | null | 2020-03-07T00:40:03 | 2015-02-06T22:30:33 | C | UTF-8 | C | false | false | 24,617 | h |
#ifndef MED_AUDIO_CUSTOM_H
#define MED_AUDIO_CUSTOM_H
// normal mode parameters ------------------------
#define NORMAL_SPEECH_OUTPUT_FIR_COEFF \
32767, 0, 0, 0, 0,\
0, 0, 0, 0, 0,\
0, 0, 0, 0, 0,\
0, 0, 0, 0, 0,\
0... | [
"abgoyal@gmail.com"
] | abgoyal@gmail.com |
451f2cb1643c1d47d1b7982bd72ef077197817b0 | 1fa18a370abc81f36441d5c6051f56a56baec6a5 | /4.16/source/main4.c | 66a6c77f302f96fb4cdab0aff12060ce3a2da618 | [] | no_license | k558888666666/Hw2 | 48ea7e6c29d0a088b3ff6228ad34a37d465b33bf | 153e59c5d034e9b541f35656ed6425e78eba9f87 | refs/heads/master | 2020-04-01T07:17:48.182957 | 2018-10-14T15:49:09 | 2018-10-14T15:49:09 | 152,984,432 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 255 | c | #include <stdio.h>
#include <stdlib.h>
int main(void)
{
for (int i = 1; i <= 10; i++)
{
for (int j = 9; j >= i; j--)
{
printf(" ");
}
for (int k = 1; k <= i ; k++)
{
printf("*");
}
printf("\n");
}
system("pause");
return 0;
} | [
"k558888666666@gmail.com"
] | k558888666666@gmail.com |
efe0a9ee142a108ef5ee144540484d53dfe5ba03 | c2e7637f8a30f12ff9ffd5fd927064e18eb9ed37 | /energia-0101E0016/hardware/c2000/cores/c2000/f2802x_headers/include/F2802x_Spi.h | 2e564035b65708b06e1195791661fd64c5551ad3 | [] | no_license | TStaicu/tiva-c_energia | f6aa9d83f492ccd5a06ef45969e3c245b81ed7b2 | 6c5dfe977d275e19f11d41d89c02b92d9e19c1b0 | refs/heads/master | 2021-01-10T15:09:21.024348 | 2015-11-17T19:31:33 | 2015-11-17T19:31:33 | 46,294,910 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,123 | h | //###########################################################################
//
// FILE: F2802x_Spi.h
//
// TITLE: F2802x Device SPI Register Definitions.
//
//###########################################################################
// $TI Release: 2802x C/C++ Header Files and Peripheral Examples V1.29 $
// $Rel... | [
"tiberius_cosmin.staicu@aut.pub.ro"
] | tiberius_cosmin.staicu@aut.pub.ro |
a1eed79051b335285feef9f629f0896057473764 | 7503100f5fb6cfe1967e890120e10b69d5e5a134 | /2.4TFT计算器/init.h | f2287e07cd394bb1f6d2d8ae643738444541b169 | [] | no_license | soragui/STC89C516 | 0c93900cf4f34c0489b7a6f086a480e7fc9f01ca | a1a09fc0147a36a51851ec47f42c498e008fffcd | refs/heads/master | 2021-05-28T18:53:03.665277 | 2015-04-15T13:35:26 | 2015-04-15T13:35:26 | 33,995,465 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 1,507 | h | #ifndef INIT_H
#define INIT_H,请打开此句
#define LCD_DataPortH P0 //高8位数据口,8位模式下只使用高8位
#include <reg52.h>
#include <intrins.h>
#define White 0xFFFF
#define Black 0x0000
#define Blue 0x001F
#define Blue2 0x051F
#define Red 0xF800
#define Magenta 0xF81F
#define G... | [
"ziwo520@gmail.com"
] | ziwo520@gmail.com |
9a2f36d13082be3ebb09810f57f8106e48194d0e | 2a8ed3ea03d6add87ede69ecc9a7d72e3301bad5 | /node_modules/react-native-idnow-library/ios/Pods/Sentry/Sources/SentryCrash/Recording/Tools/SentryCrashString.c | bd1e3d76bd5dc537257a0e21ba9db4dc36334de1 | [] | no_license | KraljSamo/de.idnow.reactnative-wrapper | c5fd691d0caa7bc807c6be61673c3e4976027c55 | 8f28b73ce73ae66114bdb955533b2b77b6915899 | refs/heads/master | 2023-04-17T08:46:25.479388 | 2021-04-30T16:18:14 | 2021-04-30T16:18:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129 | c | version https://git-lfs.github.com/spec/v1
oid sha256:97939f00f76afd44adc3ba7da7a15c843b9609695d5cc4046c81396067f0f933
size 6315
| [
"bilel.selmi@idnow.de"
] | bilel.selmi@idnow.de |
beb6db6318aa9d5d7284a01683c194e71079b8fd | 57ccd83040e4afd313d55e18cefc21c1194be6e7 | /arrays.c | 50a9cf69ffe747069b6b9e41ed723c1d433b419e | [
"MIT"
] | permissive | divonbriesen/Mini-Project-1 | d20b24ff59313a8179abebfbdc12e2918539f06a | ce8b9dac0749a097906c9b829ec910da498335e8 | refs/heads/master | 2023-01-20T22:15:05.502675 | 2020-12-03T18:14:12 | 2020-12-03T18:14:12 | 310,386,739 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,415 | c | #include <stdio.h>
int main(void)
{
printf("***************************START PROGRAM *********************************************\n");
int studentCount = 0;
printf("How many students do you have? ");
scanf("%d", &studentCount);
printf("You have %d students.\n", studentCount);
//printf("Ente... | [
"divonbriesen@gmail.com"
] | divonbriesen@gmail.com |
d318c8e1ae3399191ca2dfd7bbc32028a02bd033 | 87d0ee27ac9f75a95bd584f7a8ef4173e65cc11f | /Documents Personnels/Iris Hoel/new uart + printf/save 18.09.2011/Asser_Robot_adverse/sources/motors.h | d0243f1ac79f6647fa7295a141da0d6a34fc60c2 | [] | no_license | robotronik/archives | 99421fffb4308f3634126d0914625172b4e5241b | f38cea4cc6862d4b5bfede3381533d8fb7f37e45 | refs/heads/master | 2021-01-10T22:29:05.948504 | 2015-09-09T15:29:18 | 2015-09-09T15:29:18 | 33,455,128 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 662 | h | /*-----------------------------------------------------*
* Gestion des moteurs -> utilisation des pwm *
*-----------------------------------------------------*/
#ifndef _MOTORS_H
#define _MOTORS_H
// externe
/* motors_set_speed : règle la vitesse d'un moteur, ie le rapport cyclique du PWM associé ... | [
"felix@piedallu.me"
] | felix@piedallu.me |
a01c5805bdabcd239e3e535157e617aa1a6e8421 | 0851f2b46d4dd6864e427ab28e5d0fe65ba32877 | /src/arch/arm32/mach-x3128/driver/clk-rk3128-mux.c | 0a71320d13afc1c143dfac91741c19eb726f3a62 | [
"MIT"
] | permissive | suozhanggod/xboot | 1319b7e4fb392e77ba7954a5d032b5da06848264 | d4a261481f6ef3b9a66a34b2618ea35ef35645b0 | refs/heads/master | 2020-03-27T12:13:29.057606 | 2018-08-28T16:57:49 | 2018-08-28T16:57:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,852 | c | /*
* driver/clk-rk3128-mux.c
*
* Copyright(c) 2007-2018 Jianjun Jiang <8192542@qq.com>
* Official site: http://xboot.org
* Mobile phone: +86-18665388956
* QQ: 8192542
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Sof... | [
"8192542@qq.com"
] | 8192542@qq.com |
a93a3f88678e38489af6537c80264c3574f5be5d | ac37c1a9a62f571801b5f065f572f5d423f579d2 | /Eco-build-Keilc/eco-dev/FFT_test/main.c | 7720af793f788c17d344c35cb75c4a0848101b2b | [] | no_license | xwaynec/eplab | a345c97d5fa64d2f99b5e0134b51e01705458e48 | 45ad31d38333a59aba6294d9810f294638be7ec5 | refs/heads/master | 2021-01-01T06:55:38.172155 | 2009-05-15T13:11:23 | 2009-05-15T13:11:23 | 140,450 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,750 | c | /* gets no. of points from the user, initialize the points and roots of unity lookup table
* and lets fft go. finally bit-reverses the results and outputs them into a file.
* n should be a power of 2.
*/
#include "Eco/reg24e1.h"
#include "Eco/eco_sys.h"
#include "utils/utils.h"
#include "serial/serial.h"
#include... | [
"waynec@eplwiki.cs.nthu.edu.tw"
] | waynec@eplwiki.cs.nthu.edu.tw |
063a1ee206538c635e4a4dabf6e3008af744fcb9 | 6596c1c9c9c3e837677aa161de67a3a850e9140e | /introclass-results/canonical/smallest/e9c6206d3a4862876b0dead881ac55078f11e291f60215ab028651f06fcbee2a591a31a7727037774542df4fe051a89460d85f6067a0b9729ae86e4afe1e6e92/20/coverage.c | 1d169b0891ddd0c49774f3ae6746dd404c1e73cd | [] | no_license | eduardodx/gecco2018-checkpoints | f42cfb4161b810235d5acedecfd689b5ecf6c883 | 34f501bd8c4470e594a0a5e8248ef91f13af4f69 | refs/heads/master | 2020-03-11T10:07:52.660538 | 2018-08-19T21:31:05 | 2018-08-19T21:31:05 | 129,933,410 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 79,437 | c | extern __attribute__((__nothrow__)) void *( __attribute__((__nonnull__(1),
__leaf__)) memset)(void *__s , int __c , unsigned long __n ) ;
struct _IO_FILE;
struct _IO_FILE *_coverage_fout ;
typedef unsigned long size_t;
typedef unsigned char __u_char;
typedef unsigned short __u_short;
typedef unsigned int __u_int;
typ... | [
"eduardodx01@gmail.com"
] | eduardodx01@gmail.com |
85444ae5a5aa53b0d9844646d7ea7dae0be00a40 | 100621f6ca4255f3a069b244bc2a004c35c9a623 | /api/ioport.h | 0990ab15b9001784201b04ff0ef724b5dd7c183c | [] | no_license | mmmika/java_grinder | c1890bf40f8fe33a32587a031ed79e1fa4f5157a | ae67d7c11bc94059b1d15c6b18eca06975ec92c0 | refs/heads/master | 2020-03-30T02:52:34.380048 | 2018-08-29T11:55:09 | 2018-08-29T11:55:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 461 | h | /**
* Java Grinder
* Author: Michael Kohn
* Email: mike@mikekohn.net
* Web: http://www.mikekohn.net/
* License: GPLv3
*
* Copyright 2014-2018 by Michael Kohn
*
*/
#ifndef _IOPORT_H
#define _IOPORT_H
#include "Generator.h"
#include "JavaClass.h"
int ioport(JavaClass *java_class, Generator *generator,... | [
"mike@mikekohn.net"
] | mike@mikekohn.net |
48d265e59bc8ae47950a674ce2c2b30203f91f65 | d5874c848f0dfc63102452ffc318b3c99e428887 | /BigChars.c | 2d81b8badfd8f139a5b762e6bb02fb99ee1981dc | [] | no_license | iskochegarov/CompArchitecture | 4994fcdf691cc1755bd9fa1ed8e16b3d9fb1b9e2 | 7d2671a48f055349dbce59fa520c0cf5da33100f | refs/heads/master | 2021-01-23T16:51:13.955957 | 2017-09-07T14:23:01 | 2017-09-07T14:23:01 | 102,746,231 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,728 | c | #include "BigChars.h"
int bc_printA(char* str)
{
printf("\E(0%s\E(B", str);
return 0;
}
int bc_box (int x1, int y1, int x2, int y2)
{
int i;
printf("\E[%d;%dH", x1, y1);
bc_printA("l"); //левый верхний угол
for (i = 1; i <= y2 - 2; i++)
{
bc_printA("q"); //горизонтальная
}
... | [
"is.kochegarov@gmail.com"
] | is.kochegarov@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.