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
a627b02a3285c03c769950c337a6beb994fbc4e3
a2c064282ce1dea303e752b8251a3be6ba7c256a
/Compression.c
7493bb9a432383441fa5e345ad4fbe8173eea8c3
[]
no_license
HermanStarr/Huffman
ef16f5e9c2c4f94c0cac97753850272e4c0addca
cd5ae7532e4b891ed59c78bfbb0c6991cdafe9b0
refs/heads/main
2023-03-02T06:31:22.649026
2021-01-29T20:21:30
2021-01-29T20:21:30
334,228,704
0
0
null
null
null
null
UTF-8
C
false
false
8,061
c
/** @file */ #include "Compression.h" #pragma warning(disable : 4996) /**Function manages compression process @param input is an input handler @param output is an output handler*/ void initCompression(char* input, char* output) { Characters* characters = malloc(sizeof(Characters)); if (characters) { characters->c...
[ "kamilszmk@gmail.com" ]
kamilszmk@gmail.com
f4fd753d1982c4099e9e17fb8c50f2ab205dcf0f
654f9a4f51696e70c992ffa61f57647ee937dd60
/Projects/STM32F412G-Discovery/Examples/HAL/HAL_TimeBase_RTC_ALARM/Inc/main.h
250174feb4685839458dc6efb0c3f82ad688fe8c
[ "BSD-2-Clause", "Apache-2.0" ]
permissive
980f/STM32CubeF4
b48b4197339426953019d338a399611c7c0a2c6c
4b4b7c17135ff062f0e2dd4f6798583aa3ffc08f
refs/heads/master
2023-02-02T21:56:00.651533
2020-12-21T18:03:39
2020-12-21T18:03:39
292,336,672
0
0
NOASSERTION
2020-09-02T16:32:06
2020-09-02T16:32:06
null
UTF-8
C
false
false
2,694
h
/** ****************************************************************************** * @file HAL/HAL_TimeBase/Inc/main.h * @author MCD Application Team * @brief Header for main.c module ****************************************************************************** * @attention * * <h2><center>&copy...
[ "ali.labbene@st.com" ]
ali.labbene@st.com
d981185342648fcd50f584967538d4a51c2eaf48
5501e96988db71063cdc2511ae6c4046c6b79311
/OpenMP_Project3/GaussElimination/gauss_elimination_parallel_openmp.c
55c0a84d3a3ee74d8243af794322134094e2d690
[]
no_license
SaipranavK/Multiprocessor-Programming
2f7da20a0805f2c4aeda658248ca760fae5fbbb4
305ac9ade268d9e10b7b050e10356cdf0f0d25ce
refs/heads/main
2023-01-24T08:40:20.435506
2020-12-01T14:32:52
2020-12-01T14:32:52
317,565,429
0
0
null
null
null
null
UTF-8
C
false
false
3,110
c
#include <stdio.h> #include <stdlib.h> #include <time.h> #include <omp.h> #include <unistd.h> #define MAX_SIZE 4096 #define BILLION 1000000000.0 typedef double matrix[MAX_SIZE][MAX_SIZE]; int N; // matrix size matrix A; // matrix A double b[MAX_SIZE]; // vector b double y[...
[ "ksaipranav@gmail.com" ]
ksaipranav@gmail.com
7bd21220b3a09e65f2af2e8d0788b5465dd988b7
94b9b8e13e63fbd1bb9fa4a95afc7f0537b95359
/iCritter/zlib-1.2.3/gzio.c
d7f2240032799cf7240bcd302925a491779bd817
[]
no_license
alteredworlds/Altered3D
662519989f1aa7a3e732f1430ae4eee5b95fffee
2c241e890df7bfc44e313535ddbd55079168ce40
refs/heads/master
2021-06-29T23:11:38.542311
2017-09-18T11:46:12
2017-09-18T11:46:12
103,859,202
0
0
null
null
null
null
UTF-8
C
false
false
31,131
c
/* gzio.c -- IO on .gz files * Copyright (C) 1995-2005 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h * * Compile this file with -DNO_GZCOMPRESS to avoid the compression code. */ /* @(#) $Id$ */ #include <stdio.h> #include "zutil.h" #ifdef NO_DEFLATE /* for com...
[ "tom@alteredworlds.com" ]
tom@alteredworlds.com
f746eae89b9511fadcdd6f04327d05f9a56fd471
4f792b2f12862857b06b379e2185f061fae0b61d
/src/utils.c
15c0dc29a16e7d5916e103e8c50a0cc9795be0e3
[]
no_license
Manilator/SO-1819
f89665a76b8ca794d9c3152fd7999387e4e2e525
363dac17a302889bc151c3daa31ace2b34ba1902
refs/heads/master
2022-12-27T22:08:03.128692
2020-10-16T17:58:07
2020-10-16T17:58:07
179,303,751
1
0
null
2020-10-16T17:58:09
2019-04-03T14:09:10
C
UTF-8
C
false
false
296
c
#include "utils.h" ssize_t readln(int fildes, void *buf, size_t nbyte) { size_t n = 0; char *buff = (char *)buf; while (read(fildes, buff + n, 1)) { if (buff[n] == '\n') { n++; break; } if (n >= nbyte - 1) { n++; break; } n++; } return n; }
[ "manilator777@gmail.com" ]
manilator777@gmail.com
e66f3f10d37640da8b352570f96509088f0589ba
a3c604effcb34c7a9594a7a37e2ec618aab4c74f
/reference/cvs/jul285/news/c_news.h
32ef78312083a2509e258818a0f1c2f22a861694
[]
no_license
jvonwimm/aleph64bit
09d9d48db51ed8c5f868b5409c6b7a78bfff8e6f
a779f00fd147a2fd3b1f81e0d65ca09509045c88
refs/heads/main
2023-02-04T06:10:49.338430
2020-12-16T00:59:48
2020-12-16T00:59:48
301,156,974
0
2
null
null
null
null
UTF-8
C
false
false
686
h
C! 1st entry in C_SET ! JULIA 280 CFPNMP, CRCJOB, CTHCLU : replace WRITE(6, by WRITE(IW(6), (H. Drevermann, Feb 96) CTKCHG : opening "'" should have a closing "'" within the same line for cvs (F. Ranjard, Feb 96) * corr file 279.1 CASHET : remove comments after *CA for...
[ "jvonwimm@protonmail.com" ]
jvonwimm@protonmail.com
2b0b5ea2ca3e7fdaaaaa92b657cfaae5af5b681e
eb2d07f2b26295b535ae2edf2fae175916882028
/gsk/utils.h
4d83f6ee87df3b5d29276e081565f94415279f89
[]
no_license
velicast/OS-Snake
c78b5dff17b855699ec7f3ab22ee21490e490318
7dacb36e8af9e1b671a667d1cc55d64f89827be1
refs/heads/master
2021-06-28T03:09:01.400496
2017-08-15T03:16:20
2017-08-15T03:16:20
null
0
0
null
null
null
null
UTF-8
C
false
false
630
h
/* * Algunas funciones de utileria * eduarcastrillo@gmail.com */ #ifndef _UTILS_H #define _UTILS_H #include "common.h" /* Tiempo en segundos del reloj del CMOS, Real-Time Clock */ unsigned int time(); /* Generador de numeros pseudo-aleatorios */ int rand(); void srand(unsigned int __seed); /* Caracteres */ int ...
[ "eduarcastrillo@gmail" ]
eduarcastrillo@gmail
b002c78c1b09f43001e9e22d44a04342906c6ec0
745df397854a1a06a78bd1bb60c90a3919a48393
/STM32CubeExpansion_MEMS1_V7.1.0/Projects/STM32L476RG-Nucleo/Examples/IKS01A3/LIS2DW12_6DOrientation/Src/stm32l4xx_it.c
0c4f39dd99ecdd90e32eec98ca235ab99da38af8
[]
no_license
imwangwang/en.x-cube-mems1
8a7aafea8f33fa71685ee6c0832d960ad923917e
dc883acd878193b1648f66ba829eab0e7dc780ba
refs/heads/master
2022-04-24T06:24:41.560972
2020-04-24T04:07:52
2020-04-24T04:07:52
258,400,725
0
0
null
null
null
null
UTF-8
C
false
false
6,175
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32l4xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * @attention * * <h2><center>&copy; Copyri...
[ "imwangwang@gmail.com" ]
imwangwang@gmail.com
bd8bced730e1d7692fe970567316d5ec050ce194
a86995a16ba2e574376c882c3a9eead8143dd4f8
/STM32Cube_FW_F4_V1.9.0/Drivers/BSP/STM324xG_EVAL/stm324xg_eval_ts.c
98c4f8d24ba44baf62f9dc28686b024198b2ce01
[]
no_license
umapathiuit/Stm32-Tools-Evaluation
ded5f569677c8e9cbe708a57b5db19780a86fd6c
e9fd061f48f50501606bc237c6773c2b6c28d345
refs/heads/master
2020-12-02T17:11:19.014644
2015-11-23T07:45:38
2015-11-23T07:45:38
null
0
0
null
null
null
null
UTF-8
C
false
false
7,529
c
/** ****************************************************************************** * @file stm324xg_eval_ts.c * @author MCD Application Team * @version V2.1.0 * @date 14-August-2015 * @brief This file provides a set of functions needed to manage the touch * screen on STM324xG-EVAL evalua...
[ "git@jme.de" ]
git@jme.de
d05870f1737778220cb37c14a4400185edbd8ed1
afa23811554d9e8d7fdac78d022d2b030ec49093
/Networking/TCPSocketServer/TCPSocketServer/CFSocketServer.h
382de596471a9da4fb63f1f7d91beacf24faa999
[]
no_license
watergirl/socket
4860b9b74ed1f67a8a771334ae253c07115b49ed
70d8f671225a335982aec8b3e3086237ce5cd4d1
refs/heads/master
2021-01-10T01:40:20.277206
2015-12-18T05:15:05
2015-12-18T05:15:05
48,215,751
0
0
null
null
null
null
UTF-8
C
false
false
596
h
// // CFSocketServer.h // TCPSocketServer // // Created by Tarena on 13-11-20. // Copyright (c) 2013年 Tarena. All rights reserved. // #ifndef TCPSocketServer_CFSocketServer_h #define TCPSocketServer_CFSocketServer_h //客户端连接到服务器的回调函数 void AcceptCallBack(CFSocketRef, CFSocketCallBackType, CFDataRef, const void*, voi...
[ "ios-23@ACC80830.ipt.aol.com" ]
ios-23@ACC80830.ipt.aol.com
eeca6d6f39c358f8c2466d9a27d1dc083d25000f
054b5579ad6c2aba467bcf1b397346b9af1689e5
/DialARide/Debug/shortestPath.c
555d22a42c864461b4db34e2bd492da8eda790d4
[]
no_license
charanshetty/Algorithm
e9c7f1ea809571925a62d49fa7d0caf310b2b032
43853c45ae0a38314072ce8ff2c7d8c2ab91dbac
refs/heads/master
2021-01-23T10:00:38.480911
2015-05-22T07:32:07
2015-05-22T07:32:07
13,768,552
0
0
null
null
null
null
UTF-8
C
false
false
4,172
c
/*to be done * define 2 struct for a node and an edge * node includes the list of edges * via ,the previous node in tha path * distance of that node * its position if in heap * * edge includes node indicating the end point of this edge * neigh included edges * cost cost of the...
[ "charan.m.shetty@gmail.com" ]
charan.m.shetty@gmail.com
980bed274d1a51517c1391cc114b8abea74e348f
55a30e2bad6a0dc332d2ca00f2ff5a7f3141efd8
/Daekim/cub3D/20210303/temp/gnl/get_next_line.c
6a5cba52f156f3ced13645c3de2637cf35d8d316
[]
no_license
jungmyeong96/42sweethome
4dbeb0b7b2272a4ede5309c236b8c0c21e12e6ef
16c8aed39cc2971306a0843d5b01100858a3128d
refs/heads/master
2023-06-15T09:06:56.233643
2021-07-22T04:13:29
2021-07-22T04:13:29
330,372,333
1
1
null
2021-03-25T20:37:24
2021-01-17T11:12:59
C
UTF-8
C
false
false
2,327
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.c :+: :+: :+: ...
[ "daekim@c4r1s8.42seoul.kr" ]
daekim@c4r1s8.42seoul.kr
0aaac1d2a2c68859bfa614265765a900f450379f
eaae3529ea65c9be62e4b177a498dd0459396052
/modified_lib_dw_ws/bkoropoff_trans.c
9d7b5fc729dc0fae4e3be8e1f0533f649b19ecca
[]
no_license
mgsanusi/blame-dodger
badac55079b0bc84c1c3ddff9357caffd480b512
c8b1f19d48e09200c9d59f3dda3b298ced7103d7
refs/heads/master
2021-01-20T04:50:14.975609
2018-01-12T00:02:14
2018-01-12T00:02:14
89,739,285
3
0
null
null
null
null
UTF-8
C
false
false
127
c
#include "portable.h" #include <stdio.h> #include <ac/string.h> #include "back-bdb.h" #include "lber_pvt.h" #include "lutil.h"
[ "marina@virginia.edu" ]
marina@virginia.edu
8295535435598d0cbd20170b5e46ebdc6595c859
6b2b6c3a923206c17223c0905d8e9c01cc10fc60
/libft/ft_strcat.c
2a580f4fd2bd81136f2e805fdd6b19f549424586
[]
no_license
sbelondr/fillit
7be11000897f7ef5e95e66363a3faae230b11a2f
fc64a2258d488654d35d6ca8590f3f04fbe666dd
refs/heads/master
2020-04-08T19:56:18.245641
2018-11-29T15:54:36
2018-11-29T15:54:36
159,677,081
0
0
null
null
null
null
UTF-8
C
false
false
1,128
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcat.c :+: :+: :+: ...
[ "sbelondr@e1r4p13.42.fr" ]
sbelondr@e1r4p13.42.fr
0318d9825b29c189d23678a536d6ba0a7ddcc7d4
27a93d65dcddd6654bd372351a9f9a5ca138e447
/f_readxpm.h
513c9753011b33d2cba074ca80bbf8b07f8399fa
[ "Xfig", "LicenseRef-scancode-warranty-disclaimer", "BSD-3-Clause" ]
permissive
coliveira/xfignew
44182977bb8b5980b0d78db04ddb5b1e3443c6c0
770930da640cbe140dfefeddfc6075489abf6435
refs/heads/master
2016-09-06T09:50:39.909778
2008-04-08T19:56:35
2008-04-08T19:56:35
98,818
1
0
null
null
null
null
UTF-8
C
false
false
24
h
extern int read_xpm ();
[ "coliveira@princeton.com" ]
coliveira@princeton.com
546ea0c1c70e49b38f7939311746e2e0ead0a6e7
f9314d815f81f82efae3d322d6849e991e5da212
/ggd/search.c
c5e9cbd9dc25de8070749a4db876280045838f69
[]
no_license
bottlenome/tiny_utils
68336cc7e7bf711d1648eff3a310095835ebd4c6
f1ce841f3f3468660475f385b9b98ebf93982885
refs/heads/master
2020-04-12T01:27:55.841402
2017-02-02T11:25:22
2017-02-02T11:25:22
1,969,406
0
0
null
null
null
null
UTF-8
C
false
false
5,244
c
#include <stdio.h> #include <math.h> #include <stdlib.h> #include "slide.h" #include "search.h" #include "limits.h" int matchCount(board *b) { int i = 0; int matchCount = 0; char matchChar = '1'; for(i = 0; i < b->w*b->h; i++){ if(b->b[i] == matchChar){ charInc(&matchChar); matchCount++; } ...
[ "bottlenome@gmail.com" ]
bottlenome@gmail.com
1bdbb64b6e668012a79733c69aa097b46ce50160
2b11b6f3dd45f3681bcbe976c358913a57e29f8c
/queue.c
d5a2b98f3e50c969ac8ad345c1cf760c7cc82998
[]
no_license
kartik-kc/datastructure-c-hacktoberfest
b385bee51bb6d63544a797f112754364f9d807eb
cc88d3546b2e15c0484ccb5ab77b54722fc3c114
refs/heads/master
2022-12-28T00:53:43.676915
2020-10-06T06:25:34
2020-10-06T06:25:34
300,893,886
0
3
null
2020-10-06T06:25:36
2020-10-03T14:03:15
C
UTF-8
C
false
false
1,882
c
#include<stdio.h> void insertion(int *rear,int *front,int queue[]); void deletion(int *rear,int *front,int queue[]); void display(int *rear,int *front,int queue[]); void main() { int rear = -1, front = -1, queue[5],ch; while(ch != 4) { printf("Enter the choice 1.insertion 2. deletion 3. dis...
[ "sv_shivansh@outlook.com" ]
sv_shivansh@outlook.com
56f6003141a09be1c1df35dc380b5e3586a8ec3c
3ff6aa2fce1d0c0d98d2c0cc521204f5e22d5402
/include/linux/minix_fs.h
fcdb105857f04005f2f4bd36097856ba83e81cb5
[ "MIT" ]
permissive
davitkalantaryan/wlac2
1c59c513db49d5c1594bf5246ec2f018ea0cd7e4
6ec0f88b04407a801c2bf4456044d6a86d589a3a
refs/heads/master
2023-04-13T07:25:58.068081
2023-03-15T14:33:14
2023-03-15T14:33:14
199,640,620
0
0
null
2023-03-15T14:33:16
2019-07-30T11:42:58
C
UTF-8
C
false
false
524
h
// // (c) 2015-2018 WLAC. For details refers to LICENSE.md // /* * File: <linux/minix_f.h> For WINDOWS MFC * * Created on: Sep 23, 2016 * Author : Davit Kalantaryan (Email: davit.kalantaryan@desy.de) * * */ #ifndef __linux_minix_fs_h__ #define __linux_minix_fs_h__ #include <first_includes/...
[ "davit.kalantar@desy.de" ]
davit.kalantar@desy.de
e0376b7a766de25f317825988198079020380023
c55b58ab76f44660594f36a6ce63a2db7f13d7ae
/poin1.c
23194adf8c99455e623da884846f7c9997331908
[]
no_license
NANDA392/Basic-programs-of-c
54ff405cd12a29db1acd1a7eec9dff7f90b1b5e6
f464dc375d2e77523e5701e067aaa1c099364f7a
refs/heads/master
2023-08-11T06:46:19.790998
2021-10-05T07:00:49
2021-10-05T07:00:49
227,750,428
0
0
null
null
null
null
UTF-8
C
false
false
205
c
#include<stdio.h> int main() { int a[10],r; int *p,*t; p=&a[2]; t=&a[3]; // r=t-p; printf("%d\n",r); printf("%u\n",p); // ++*p; printf("%u\n",t); printf("%u\n",p); }
[ "Nandashiva460@gmail.com" ]
Nandashiva460@gmail.com
0c895090d9f2e6f68a41a808249a672dbd52fb98
e45cff70ccd47dc4e08bb7b288f2eb10024fee71
/circlefit/test_circle_fit.c
480de8b6442bd9f9de527dd7bcec6d6697f528bc
[]
no_license
victorliu/vlm
a416881549104d2430d0a2e095aec0db9a3e7f58
d4899818a1ba2a741f4ef6c566159a4f8af3cb2b
refs/heads/master
2021-01-18T16:19:26.806314
2018-02-02T18:55:18
2018-02-02T18:55:18
86,736,690
0
0
null
null
null
null
UTF-8
C
false
false
741
c
#include "circle_fit.h" #include <stdio.h> #include <math.h> #include <stdlib.h> double frand(){ return (double)rand() / RAND_MAX; } int main(){ int i; unsigned int n = 10; double *pt; double c[2], r, err; pt = (double*)malloc(sizeof(double) * 2*n); printf("%%!\n72 72 scale\n4.25 5.5 translate\n0.002 setli...
[ "vliu@padu140.magicleap.ds" ]
vliu@padu140.magicleap.ds
55f8670ccbb104f1d9443f9642699c45bbc7349d
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant100341_c-lex.c
172ea88a111183c83e5f47af67c5d30b4e804c69
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
27,021
c
/* Mainly the interface between cpplib and the C front ends. Copyright (C) 1987, 1988, 1989, 1992, 1994, 1995, 1996, 1997 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the term...
[ "agroce@gmail.com" ]
agroce@gmail.com
79adb67ffdae30fda22fb9032be996fba561969f
e894292a153ed025d88df88dbb8188315caa01aa
/lisp/core/cell_iterator.h
66f396df2aa884c5a99c052b815f0ec864522714
[ "MIT", "BSL-1.0" ]
permissive
stefan-wolfsheimer/LispPlusPlus
8e9fc9aba68da0122cf607531a11324a0cab6b48
f99612ef859b6a2b94cff26b386b11bcbfc299bd
refs/heads/master
2021-10-12T07:14:06.943424
2021-10-02T17:15:40
2021-10-02T17:15:40
107,277,460
0
0
null
null
null
null
UTF-8
C
false
false
2,401
h
/****************************************************************************** Copyright (c) 2021, Stefan Wolfsheimer 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 ...
[ "stefan.wolfsheimer@gmail.com" ]
stefan.wolfsheimer@gmail.com
312848a698b0f7ad4a3198cdab195712942547e0
9d60000721b74e2b0724e1aefc14b6e8ce7e1ce0
/fillit.h
a0ec2d1a9a938c4a1e0b4dc8eed8ddb4a903f5be
[]
no_license
avenonat/Fillit
6c9db8ba0eb4db2d8615ee53fde22be69e6f22c1
edd3434cf9a9f43d7b9a53881d6eed2426b17321
refs/heads/master
2022-12-23T13:00:56.176236
2020-10-07T10:42:59
2020-10-07T10:42:59
219,550,832
0
0
null
null
null
null
UTF-8
C
false
false
1,972
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* fillit.h :+: :+: :+: ...
[ "avenonat@ox-m4.21-school.ru" ]
avenonat@ox-m4.21-school.ru
faea08f0837764953cb194deb680c04e41df676f
4681d3e2af8f1a2090c62eb0dc9d2a86193fc11e
/lab4/task.c
e9bd41a9e907afab3740ae70192ab9fef837374c
[ "MIT" ]
permissive
hhhhhojeihsu/osdi2020
c4af12b99af2e7965ee79067509d2eba0a389d9f
6094a3eb9ba43a9f061bb7be5e23e5268552a2f2
refs/heads/master
2021-02-22T05:12:31.819679
2020-06-29T08:42:57
2020-06-29T08:42:57
245,369,992
1
0
MIT
2020-03-06T08:45:04
2020-03-06T08:45:04
null
UTF-8
C
false
false
11,202
c
#include <stdint.h> #include "task.h" #include "schedule.h" #include "uart.h" #include "irq.h" #include "string_util.h" #include "syscall.h" #include "sys.h" #include "shell.h" #include "signal.h" struct task_struct kernel_task_pool[TASK_POOL_SIZE]; uint16_t task_kernel_stack_pool[TASK_POOL_SIZE][TASK_KERNEL_STACK_SIZ...
[ "hchsu0426@cs.nctu.edu.tw" ]
hchsu0426@cs.nctu.edu.tw
455c609576cffc589fdf41b6f52cece5dd8ab1aa
0b12d6110fe8a54ccb3829f69707a229bfb35282
/naruto/daemon/condition/iceball_cd.c
94ffbc51b4bb02f5338ef7263597759ac56ca5d4
[]
no_license
MudRen/mudos-game-naruto
b8f913deba70f7629c0bab117521508d1393e3b6
000f286645e810e1cd786130c52d7b9c1747cae8
refs/heads/master
2023-09-04T05:49:01.137753
2023-08-28T12:19:10
2023-08-28T12:19:10
245,764,270
1
0
null
2020-03-08T06:29:36
2020-03-08T06:29:36
null
BIG5
C
false
false
467
c
// 冰封球的短CD #include <ansi.h> inherit CONDITION; private void create() { seteuid(getuid()); DAEMON_D->register_condition_daemon("iceball_cd"); } // 每 update 一次 消秏時效一點.. void condition_update(object me, string cnd, mixed cnd_data) { if( !mapp(cnd_data) || (cnd_data["duration"]--) < 1 ) { ...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
86ac8a7a1318cf6f4309af01e9531c4c414c7dd6
aa0411560b7c406c77bafb5ce0857c309916fa0d
/KernighanAndRitchie_2019/chapterFour/queue.c
901c1c8ede15dc442ce55957df29868c992cd28b
[]
no_license
sumedh105/CPrograms
9f0c317ff7723e450aeac7cff34ab79e4c7e3755
5ead5a7565ded6582a0e972b03f5b9d774d16b49
refs/heads/master
2021-07-16T01:04:38.961129
2020-05-22T19:01:08
2020-05-22T19:01:08
141,177,327
0
0
null
null
null
null
UTF-8
C
false
false
1,335
c
#include <stdio.h> #include <stdlib.h> #define MAXVAL 50 void enqueue(int); int dequeue(); void display(); int queue[MAXVAL] = {0}; int queueBottom = 0; int queueTop = 0; int main() { int choice = 0; int num = 0; int result = 0; while (1) { printf("\nEnter the choice\n"); printf("\n1. Enqueue\n"); printf...
[ "sumedh105@gmail.com" ]
sumedh105@gmail.com
de6782d3717528cd0c7ba2334395c8e3a73a0b61
4b8de7f7fd1bb62bb4808f81ec8c509fbbc00cd3
/0510/stcreate2.c
810456f52065425e5a65ef857e3565c75ed057cb
[]
no_license
ks2019875071/SysProgramming
b0fc350ceddf620e603ff240cf624844b48f72aa
a7766d70b921a239dbaf0c6256b5bf72642fe707
refs/heads/main
2023-04-25T11:33:02.803973
2021-05-24T09:47:53
2021-05-24T09:47:53
345,569,217
0
0
null
null
null
null
UTF-8
C
false
false
581
c
#include <stdio.h> #include "student.h" /* 구조체를 이용하여 학생 정보를 파일에 저장한다. */ int main(int argc, char* argv[]) { struct student record; FILE *fp; if (argc != 2) { fprintf(stderr, "사용법: %s 파일이름\n", argv[0]); return 1; } fp = fopen(argv[1], "wb"); printf("%-9s %-7s %-4s\n", "학번", "이름", "점수"); while (scanf(...
[ "noreply@github.com" ]
ks2019875071.noreply@github.com
4292395e800729455fda3fae255b12db40860da4
5ad092691a7feba2575033187f4f501f143eef66
/lab5/lab5.c
23f3f897a97c75d49f53817efe027ff7f42b2a36
[]
no_license
abhimanyudwivedi/usp-and-cd-vtu-lab
c9468c84d139a41a9f292590682bd2c46c92e438
65fcc17bf14b16984a20e2d4e86d86719f2c7c4f
refs/heads/master
2021-01-01T17:08:28.344014
2017-07-22T06:35:59
2017-07-22T06:35:59
98,008,842
0
0
null
null
null
null
UTF-8
C
false
false
153
c
#include<stdio.h> int main(int argc,char **argv) { extern char **environ; int i=0; while(environ[i]) { printf("%s\n",environ[i++]); } return; }
[ "abhimanyudwivedi@gmail.com" ]
abhimanyudwivedi@gmail.com
27344431e3c5d3fc27aad5a6c52590635eb93d8e
17a53d473c9ae4f61adf6ca16e10515d5221eb3b
/kds/arpie_two/Generated_Code/PE_Types.h
c0f7c71097532650b2b7e9b6e91a50b92c5e867f
[]
no_license
hotchk155/arpie_2_firmware
ccb7e23cc02a6058fcaba7bd4f4b54bc90e6b34d
75a5559f4e48c7d235139886202ff66a662566a5
refs/heads/master
2021-01-22T01:54:45.618593
2017-03-12T13:35:58
2017-03-12T13:35:58
81,017,310
0
0
null
null
null
null
WINDOWS-1250
C
false
false
147,827
h
/* ################################################################### ** This component module is generated by Processor Expert. Do not modify it. ** Filename : PE_Types.h ** Project : arpie_two ** Processor : MKE02Z64VLC4 ** Component : PE_Types ** Version : Driver 01.01 ** ...
[ "jason_hotchkiss@hotmail.com" ]
jason_hotchkiss@hotmail.com
896db9f54aa801d054e5baf70bb6231f4f78cddc
5c255f911786e984286b1f7a4e6091a68419d049
/code/0896109a-1953-41b9-941a-83b145890a08.c
23b80ac70c54ecfe00a39a5adc1a7bbf21ec0950
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
253
c
#include <stdio.h> int main() { int i=4; int j=14; int k; int l; k = 53; l = 54; k = i/j; l = i/j; l = i/j; l = l/j; l = i%j; l = l%j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
560e7d134155e59e329b27de06365c9163475f5c
6ec06cce9aff96094da1d05c388cf8fcaa3ef923
/kernel/vfs/read_write.c
7840755dee0736236e914156191f6e5f8bca432d
[]
no_license
WeihanLikk/KOS
e45e9466bd8400bd852cac9a63e51c19137af55f
67b0a1b4bd5425802554c941b4a6035e2cabff04
refs/heads/master
2022-09-06T22:22:30.637567
2019-01-11T08:42:15
2019-01-11T08:42:15
null
0
0
null
null
null
null
UTF-8
C
false
false
3,957
c
#include <zjunix/vfs/vfs.h> #include <zjunix/vfs/vfscache.h> #include <zjunix/slab.h> #include <zjunix/utils.h> #include <driver/vga.h> #include <zjunix/log.h> extern struct cache *pcache; /* TODO : modify ext2/fat32 initialization modify macro READ_FILE/WRITE_FILE function declaration page_to_ca...
[ "939336352@qq.com" ]
939336352@qq.com
dc5caf47840e8142bf49bda8201ba66fddcb2a41
725965d92e0eca570df597cbccc7c11d4731391d
/laplace_solver/advanced_multi_gpu_mpi_openacc/C/task1/poisson2d.solution.c
84d9598fd3e2d9c373d976225d3b0ecd76406ddd
[]
no_license
StevenCHowell/accelerate
f5f42babcb4a950675eb48ac9427df2aa60eeb4f
b7d6790bcfc1940e3745fb2deb0d402c33475b10
refs/heads/master
2021-06-11T10:18:58.888662
2017-02-09T14:13:29
2017-02-09T14:13:29
72,563,485
0
0
null
null
null
null
UTF-8
C
false
false
5,663
c
/* * Copyright 2015 NVIDIA Corporation * * 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 ...
[ "steven.howell@nist.gov" ]
steven.howell@nist.gov
6ecfdfc20c25a8acacae7cf43e20ee95d9e4302a
6327fb3c3f9b73156fca30d593cc693fb3c9d943
/HEVC/src/HevcDecoder_Algo_Parser.c
85d607012505e8b5be31eff912c89a9a28ca4e66
[]
no_license
Papify/test-bench
c8ba4a043cc55b657410853c1497118545f67545
a4381edad506bf1567469f146d2fd4fdc47edfc5
refs/heads/master
2021-01-01T15:59:52.566831
2014-11-28T16:02:26
2014-11-28T16:02:26
null
0
0
null
null
null
null
UTF-8
C
false
false
699,180
c
// Source file is "L/RVC/src/org/sc29/wg11/mpegh/part2/main/synParser/Algo_Parser.cal" #include <stdio.h> #include <stdlib.h> #include "config.h" #include "types.h" #include "fifo.h" #include "util.h" #include "scheduler.h" #include "dataflow.h" #include "cycle.h" #define SIZE 8192 /////////////////////////////////...
[ "alejoar@gmail.com" ]
alejoar@gmail.com
e35e13cb240006a64c96e8aaa637c9cb79733f59
e4215c48c60ddb959fd045dbd5f51644b527355c
/mongoose/challenge/src/controller/lib/mymath.h
1fe14af553f8683dddc28a82eaacc5f40a5d1166
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
brytemorio/hackasat-qualifier-2021
698215582a77b144b1af34feb19fc929014eb404
12458737767263a7d605e47e445c745e4d758dfd
refs/heads/main
2023-06-14T20:43:07.591213
2021-07-08T17:07:14
2021-07-08T17:11:19
null
0
0
null
null
null
null
UTF-8
C
false
false
1,283
h
/* Author: Jason Williams <jdw@cromulence.com> Copyright (c) 2014 Cromulence LLC 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,...
[ "bk@cromulence.com" ]
bk@cromulence.com
63b35b971721603543839786e8640c38251131ef
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14055/function14055_schedule_6/function14055_schedule_6_wrapper.h
ac78535d26e3466ce7daaaee360bcd5392692c66
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C
false
false
447
h
#ifndef HALIDE__generated_function14055_schedule_6_h #define HALIDE__generated_function14055_schedule_6_h #include <tiramisu/utils.h> #ifdef __cplusplus extern "C" { #endif int function14055_schedule_6(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t *bu...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
fe087c07d237a919d2026ac666c95a39cbae5a9c
e140b2cf73d378a0c89b84d59e0fb33e1baec9e4
/Project3/password.c
b66cd5fc702c2dc49a30e9b36c940fb269800939
[]
no_license
Mark-Arias/C-Programming-Projects
76a3a1ac3eaeb3f53e1bc5faad7e946f1d5c4dd4
2d2f45b3739f7d52ab36b32a806c7328961c7310
refs/heads/master
2021-05-02T13:48:48.857769
2018-02-08T20:54:02
2018-02-08T20:54:02
120,707,071
0
0
null
null
null
null
UTF-8
C
false
false
1,226
c
// Arias, Mark Steven CS50 Dehkhoda tth // Program Purpose // Check if a user generated password works according to specified criteria #include <stdio.h> #include <math.h> #include <stdlib.h> #include <ctype.h> #include <string.h> // main ////////////////////////////////// int main() { char word; ...
[ "noreply@github.com" ]
Mark-Arias.noreply@github.com
c1a3d1c525175ef5718fc80236264c76c30072f2
ed2320b0775b4773da2a6a6c1edfa911f462892e
/Operating Systems/Series 0/someDemoCode.c
30a12d2e26c0419deb82a43d0c7ab48964b21188
[]
no_license
Smoenybfan/OperatingSystems
92bd7c6b6a42ad2adaea9023a30f4d595556d1aa
5b9d128315ead09950677e068df9208edfa7a57a
refs/heads/master
2021-01-16T23:18:26.663184
2017-05-30T06:04:40
2017-05-30T06:04:40
82,860,082
0
0
null
null
null
null
UTF-8
C
false
false
75
c
#include <stdio.h> void printstupidstuff(){ printf("Stupid stuff"); }
[ "simon.kafader@students.unibe.ch" ]
simon.kafader@students.unibe.ch
e8c2ea61b0cd005af031bdb5b6a2a0c1c0a628b3
68dfc747d9fdfe7b9c083f74bd084e86d5b16802
/old_DISCOVERY_STemWIN_MH_Z19/string.c
0a0c14ff3203760226a33f5db623f19f7019c0c2
[]
no_license
EvgenyDD/DISCOVERY_STemWIN_Prj
82a526fd2aba5e75bfd07b255abc2cfe585d8376
515b391baa34fc9bbf540e8b9ba3ad8b94e2d003
refs/heads/master
2021-01-26T07:14:54.756820
2020-05-30T12:17:12
2020-05-30T12:17:12
243,360,378
0
0
null
null
null
null
UTF-8
C
false
false
6,301
c
/* Includes ------------------------------------------------------------------*/ #include "string.h" #include "stm32f4xx.h" //#include "math_.h" /* Private typedef -----------------------------------------------------------*/ /* Private define ------------------------------------------------------------*/ /* Private m...
[ "evgeny.dolgalev@rozum.com" ]
evgeny.dolgalev@rozum.com
db920e5fa228e664d93d38b90576ef9932a9de65
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/tools/testing/selftests/x86/extr_ioperm.c_clearhandler.c
a9c5eadd3386092167bb12ba0db67722d501f2b3
[]
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
998
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
a3974e79ea1dabccf62d347497066eb45294c367
73fe36e0b939f134b79cb1d45a0b359781f303e0
/srcs/libft/ft_putnbr.c
ae7863f7b7f98918ec2135e87a41e878033b7853
[]
no_license
l-geoffroy/42-ft-printf
8ba947aae830b989d20b1b0f250d30f0d57b95d8
693b76a2c5307f54738c3dfa415ed5529e94a001
refs/heads/main
2023-07-01T00:06:19.547849
2021-08-05T14:24:25
2021-08-05T14:24:25
387,072,963
0
0
null
null
null
null
UTF-8
C
false
false
1,155
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putnbr.c :+: :+: :+: ...
[ "81981148+l-geoffroy@users.noreply.github.com" ]
81981148+l-geoffroy@users.noreply.github.com
26b466d72cd5b1477ca41c48623c8b9db0a5bc5b
77846e4faaed872e6698f05e449aa829b8a6dc5e
/aeo/aeo_control2/control_final/control_q4/isim/Nexys3v6_isim_beh.exe.sim/work/a_0544875587_3212880686.c
7500f41aa8d3c55d64363504fa6e7d52e2ceb32d
[]
no_license
shaqianqian/M1S1
eb6456471bd987ba4865fe549075859e8116727c
852be84d37cac83774fab194d1e018bbc6aaeea4
refs/heads/master
2021-05-13T17:13:33.666777
2018-02-21T14:05:40
2018-02-21T14:05:40
116,809,639
0
0
null
null
null
null
UTF-8
C
false
false
10,841
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "qianqian.sha@univ-lille1.fr" ]
qianqian.sha@univ-lille1.fr
9750ee690ee945772bf4e916add998edf0407b02
245b4afee9ed74af713a8e45d370bcfcedbb3ead
/sumOfNnaturalNumberUsingPointerVariable.c
5b281d654547fb36e694f07a275cf4c4a06f65b0
[]
no_license
prasoonsoni/C-Language-Concepts
5cb9a0823c178359cf88e66bd82a6bf19b2893a3
5638611fe98229bec95c9e0e7b54fe4f0a51b315
refs/heads/master
2023-05-03T03:24:32.843207
2021-05-10T16:56:01
2021-05-10T16:56:01
366,114,340
2
0
null
null
null
null
UTF-8
C
false
false
302
c
#include <stdio.h> void main(){ int n; int sum = 0; printf("Enter number of elements ? "); scanf("%d", &n); int arr[n]; int *p = arr; for(int i=0;i<n;i++){ printf("Enter elements ? "); scanf("%d", p+i); sum += (*(p+i)); } printf("%d",sum); }
[ "prasoonsoni03@gmail.com" ]
prasoonsoni03@gmail.com
69122378fbed2c6ca7e7770d99312a876502c276
6978d2f7f81e726ccaa2aeec28e3ff030d49016f
/code_1/static/test2.c
33263b0379f4ffe2fc5044f4060dc152bd52ef1d
[]
no_license
fenriliuguang/031902217_psy
46ddb0b1fdb073aba9480547d457f9abc3c01b58
1ae644e011476f0e00ed66a7292767d40c9ef39e
refs/heads/master
2023-08-18T16:15:08.395167
2021-09-21T03:28:13
2021-09-21T03:28:13
407,096,342
0
1
null
null
null
null
UTF-8
C
false
false
65
c
#include<stdio.h> int main () { printf(":"); return 0; }
[ "1415854799@qq.com" ]
1415854799@qq.com
91c837411b33a88b7054445948b6470d401111b8
b820532413ce8e1e7281a37ba7b9dbb6ebce0200
/max30102_fifo/app/main.c
1d3293d2b865b7496e7f3e8042d2d4f3dd85951d
[]
no_license
cornrn/i2c_max30102
8d9447b48074bb21fa098c98e32d7c0d0aa1991c
4b5fa8b1a44223e8ef97c6520ec37d3392e02ea4
refs/heads/main
2023-09-02T11:24:19.429497
2021-11-19T09:11:36
2021-11-19T09:11:36
null
0
0
null
null
null
null
GB18030
C
false
false
3,573
c
#include <stdbool.h> #include <stdint.h> #include "nrf_delay.h" #include "boards.h" #include "app_uart.h" //Log需要引用的头文件 #include "nrf_log.h" #include "nrf_log_ctrl.h" #include "nrf_log_default_backends.h" #if defined (UART_PRESENT) #include "nrf_uart.h" #endif #if defined (UARTE_PRESENT) #include "nrf_uarte.h" #endif ...
[ "1531377833@qq.com" ]
1531377833@qq.com
db1d107306302ea81bae68e6f5ed023cbccb6ff9
e7ac6f3a71026dc1e2420b2b1b65989f57c9fa7a
/avriot.X/mcc_generated_files/CryptoAuthenticationLibrary/basic/atca_basic.c
11704324349467c743884534f49c911a3f4dac3b
[]
no_license
ttymrz/avr-iot-wg-weather-mplab
b6a1a963dac14b52d5c57a99f4b0606e7f34bd2c
9420197da3e4a4abee801e4de1e606bb20683f3c
refs/heads/main
2023-02-19T13:13:45.987431
2021-01-23T08:12:48
2021-01-23T08:12:48
312,593,376
0
0
null
null
null
null
UTF-8
C
false
false
12,659
c
/** * \file * \brief CryptoAuthLib Basic API methods. These methods provide a simpler way * to access the core crypto methods. * * \copyright (c) 2015-2018 Microchip Technology Inc. and its subsidiaries. * * \page License * * Subject to your compliance with these terms, you may use Microchip so...
[ "tetsuya.morizumi@gmail.com" ]
tetsuya.morizumi@gmail.com
5d1c9abf4caf3854ef0f27ed8d487d504f434b28
3973a5708e3330302d1fb0d54baaa5391872f20e
/include/slices.h
c7f9a1f3f18f378fed0435a360c1c04f52c80285
[]
no_license
smealum/ludum34
0fc2bc8060e1045588f091fc40a29806bcd0e76b
fdd11699e9bef4fa981908d2ce305a92ee594fc8
refs/heads/master
2021-01-15T08:57:41.927636
2015-12-15T20:41:06
2015-12-15T20:41:06
47,804,124
24
2
null
2015-12-14T03:35:21
2015-12-11T04:01:53
C++
UTF-8
C
false
false
290
h
#ifndef SLICES_H #define SLICES_H #define LEVEL_WIDTH (9) #define LEVEL_NUMLAYERS (3) typedef unsigned int cubeProperties_t; typedef struct { unsigned char data[LEVEL_WIDTH][LEVEL_WIDTH]; }slice_s; void rotateSlice(slice_s* dst, slice_s* src, int orientation); #endif
[ "smealum@gmail.com" ]
smealum@gmail.com
4bb5d0d307199b5c0fd6a6accb70da0660c2f1d0
09c98119a5fbaf5b89891e6ca009d2258028b724
/Projects/STM324xG_EVAL/Examples/CRYP/CRYP_AESModes/Inc/stm32f4xx_hal_conf.h
32c73dd2a1491f88e25af11d6fc15f7e21d4f585
[ "BSD-2-Clause" ]
permissive
koson/STM32Cube_FW_F4
bf20f632625181189ea0b47e96653117a8946cd9
58e9769a397768882632079863e2453803951a82
refs/heads/master
2020-12-05T02:03:49.120409
2019-09-21T06:45:53
2019-09-21T06:45:53
null
0
0
null
null
null
null
UTF-8
C
false
false
16,308
h
/** ****************************************************************************** * @file CRYP/CRYP_AESModes/Inc/stm32f4xx_hal_conf.h * @author MCD Application Team * @version V1.2.5 * @date 29-January-2016 * @brief HAL configuration file. ********************************************************...
[ "vuhungkt18@gmail.com" ]
vuhungkt18@gmail.com
7a81dad0544f33a0e65809b0f39b7a9b5f311d93
8a42f7246f6df21dd810d80aa52cc7dbd95f598c
/vendor/lua/src/lapi.c
fc6f7a90c004966d3b84f1520a344198d1ac398f
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
calibercheats/client
c7da5b3783efc730249e5b223cb234c7175e748f
f69c0fcb5612e42231c48c181122909c5c57f47a
refs/heads/portability-five
2021-01-24T15:43:37.294191
2016-07-24T20:07:09
2016-07-24T20:07:20
64,492,887
10
6
null
2016-07-29T15:57:29
2016-07-29T15:57:29
null
UTF-8
C
false
false
33,247
c
/* ** $Id: lapi.c,v 2.249 2015/04/06 12:23:48 roberto Exp $ ** Lua API ** See Copyright Notice in lua.h */ #define lapi_c #define LUA_CORE #include "lprefix.h" #include <stdarg.h> #include <string.h> #include "lua.h" #include "lapi.h" #include "ldebug.h" #include "ldo.h" #include "lfunc.h" #include "lgc.h" #inclu...
[ "bas@dotbas.net" ]
bas@dotbas.net
1ff5470fc743a57a927a92cfe6ea22931493dd9d
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/arch/sh/include/cpu-common/cpu/timer.h
af51438755e003aacb3d9309cb4d6db46ef13eef
[ "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
161
h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_CPU_SH2_TIMER_H #define __ASM_CPU_SH2_TIMER_H /* Nothing needed yet */ #endif /* __ASM_CPU_SH2_TIMER_H */
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
5d5335e772e33f783f412788315b062574d602d7
945b7828f14c4e9bbeea741bbb6e925b98fec118
/CSC548_ParallelSystems_C_Cpp_Python_MPI_CUDA_OpenMP_OpenACC_PAPI_DMTCP_PERM_Spark_Hadoop_Tensorflow_Horovod/HW01_C_MPI/functions/p2_func8.c
c0b0397872e965de47ea40d0bc30de3b3a9ecbe0
[]
no_license
AuroraTD/Portfolio
0478ebc1a4519967b8dbfedd80fb6ae4ed32d7f4
f24c336bdfb1144374ee97eedee3a81ed9c1f665
refs/heads/master
2020-04-17T18:52:20.448287
2019-04-29T12:47:45
2019-04-29T12:47:45
166,844,654
0
0
null
null
null
null
UTF-8
C
false
false
625
c
/************************************************************************************************************* * FILE: p2_func.c * * AUTHORS: attiffan Aurora T. Tiffany-Davis * * DESCRIPTION: A file that provides an input function to enable testing of derivative approximation * ...
[ "aurora.tdavis@gmail.com" ]
aurora.tdavis@gmail.com
89110b85d0eda5343d0640fb2b012759e57ae41f
6b3896b41ab5ae1d88606188bf2f05a1442935b0
/HARDWARE/__header/RM.h
1fa54c18c1a1c03a6552fbda76584ab177ee2be0
[]
no_license
focksor/FlightController
faba2ffc6fb751fece61213130893b5fd3258f4c
c0468c5ea51c1c862cf50e2d941ef5123a4e7f09
refs/heads/master
2021-09-16T21:30:14.614915
2018-04-12T08:57:07
2018-04-12T08:57:07
112,199,429
4
0
null
null
null
null
UTF-8
C
false
false
241
h
#ifndef __RM_H #define __RM_H #include "config.h" #include "lcd.h" #include "MOTOR.h" #include "stdlib.h" #include "stm32f10x.h" extern unsigned char CH_Def; void RM_Init(void); unsigned char RC_Com(unsigned char,unsigned short); #endif
[ "focksor@outlook.com" ]
focksor@outlook.com
ff9e592b1481329cd390475b43777d1bcfdcb7ec
dee52474971db4fcbc8696feab48ce63d141b2d3
/Orso8TeV/macro/Plotting/2J0T/corrected/myRead.C
a8bf26338ab3928ec02481f7d262f278b737aa71
[]
no_license
nadjieh/work
7de0282f3ed107e25f596fd7d0a95f21793c8d29
3c9cc0319e1ab5cd240063f6dd940872b212ddce
refs/heads/master
2016-09-01T17:34:31.112603
2014-02-07T22:43:32
2014-02-07T22:43:32
null
0
0
null
null
null
null
UTF-8
C
false
false
7,872
c
#include <iostream> #include <fstream> #include <string> using namespace std; string settitles(string s){ string ret=""; if(s == string("allW_BJet_Pt")) ret = string("p_{T}^{b-jets} (GeV)"); if(s == string("Default_allWcosTheta")) ret = string("cos(#theta_{l}*)"); if(s == string("allW_Muon_Pt")) ret = string(...
[ "ajafari@cern.ch" ]
ajafari@cern.ch
f8923a99b6cd3821791e437a9814b1a3070a610c
6ba22205362feb363c9103008b502d730be4d9fb
/System/Library/NanoPreferenceBundles/General/PairedUnlockSettings.bundle/PairedUnlockSettings-Structs.h
dcd353f0dc4081228490f86268cc5f99fefa13eb
[]
no_license
kasumar/iOS-9.3.3-iphoneheaders
9a4b47dd27aabf37cf237b5b6e8437fde8b3ca89
4799de2d13be2c77c5f3d0b1ef750655c0daebd9
refs/heads/master
2020-04-06T04:49:07.178532
2016-07-29T20:17:36
2016-07-29T20:17:36
null
0
0
null
null
null
null
UTF-8
C
false
false
410
h
/* * This header is generated by classdump-dyld 1.0 * on Saturday, July 30, 2016 at 2:11:10 AM Japan Standard Time * Operating System: Version 9.3.3 (Build 13G34) * Image Source: /System/Library/NanoPreferenceBundles/General/PairedUnlockSettings.bundle/PairedUnlockSettings * classdump-dyld is licensed under GPLv3, Copy...
[ "ichitaso@MBPR.local" ]
ichitaso@MBPR.local
41153a7fa7654c7974eaaa57e153917662defbcd
446a8236fcbf15c8bc5f3387dec9a2f3e0b2eb38
/文件系统类/ATMEL FAT File System/target nand fs - 2004.5/CODE/fs 20045/POSIXFS/PERM.C
85b34b2ee2a45650e644a248effa7d7525f40913
[]
no_license
venkatarajasekhar/protocols
5e12d7e5d9b636bf7fa1a61b4232e84da664c2de
b0c5010c05029750d9e11b02f6883a083fceec3a
refs/heads/master
2020-06-21T04:59:04.461670
2013-08-08T03:22:44
2013-08-08T03:22:44
null
0
0
null
null
null
null
UTF-8
C
false
false
7,639
c
/***********************************************************************/ /* */ /* Module: perm.c */ /* Release: 2004.5 */ /* Version: 2002.0 ...
[ "mrtos@163.com" ]
mrtos@163.com
c8b43655221eeeefe7ca2123fd9a3e49919c8cbc
0694bd6d62167c5407d1f33dd928cdd8f6fbaa3c
/kbuild/3.18.30/configs/dvr/i2/005A/glibc/include/generated/autoconf.h
8dbc457925ef2f58c2903907c435ae8b73dc9992
[]
no_license
jockyw2001/project
6cffec28edfa3a06bb4fcf841fea845a74e0cbbf
bda3be305bcfe48305f01ead2373c22b2e0a7bbc
refs/heads/master
2020-03-24T08:05:26.264503
2018-06-23T11:04:12
2018-06-23T11:04:12
142,585,130
1
0
null
2018-07-27T14:09:05
2018-07-27T14:09:05
null
UTF-8
C
false
false
20,564
h
/* * * Automatically generated file; DO NOT EDIT. * Linux/arm 3.18.30 Kernel Configuration * */ #define CONFIG_NOE_ETHTOOL 1 #define CONFIG_HAVE_ARCH_SECCOMP_FILTER 1 #define CONFIG_SCSI_DMA 1 #define CONFIG_ATAGS 1 #define CONFIG_MSTAR_DRIVERS 1 #define CONFIG_INPUT_KEYBOARD 1 #define CONFIG_MEMORY_ISOLATION 1 #d...
[ "1339553896@qq.com" ]
1339553896@qq.com
4c12c12835833a7cb324ce9ae811011b8400aa1e
943d51a06836e615d58a8888cef706d63d270a75
/DUMP/HG_Damage_Mod_classes.h
feb7e7975910205aac63347cd45a64b803c51a87
[]
no_license
hengtek/Back4BloodSDK
f1254133d004d7a5237013059d49c80f536879db
25ab4c4ce2e140b7e6b7afaac443e836802c3b2d
refs/heads/main
2023-07-05T03:23:01.152076
2021-08-15T15:03:38
2021-08-15T15:03:38
null
0
0
null
null
null
null
UTF-8
C
false
false
145
h
// BlueprintGeneratedClass HG_Damage_Mod.HG_Damage_Mod_C // Size: 0xe0 (Inherited: 0xe0) struct UHG_Damage_Mod_C : UApplyGameplayEffectMod { };
[ "hsibma02@gmail.com" ]
hsibma02@gmail.com
05b38c75276952ce3292167ec848525f1b5c26c1
c87c36977652b6c76a3042a5df63f977461f68f5
/Software/SDK1_1/demos/apps_sdk1.2/src/demos/ftm_pdb_adc_demo/ftm_pdb_adc_demo.c
ff9b36477ba16c1617e038149d1c8accdc155c07
[ "MIT" ]
permissive
colossus212/Quadcopter_Will
a21abe97a881b66216e4764135c1786c191f29cf
fd0b0d3db28ff4d2b93b3c481a0378bd0302ae57
refs/heads/master
2021-01-15T22:57:42.411637
2015-03-20T10:01:03
2015-03-20T10:01:03
null
0
0
null
null
null
null
UTF-8
C
false
false
14,965
c
/* * Copyright (c) 2014, Freescale Semiconductor, 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: * * o Redistributions of source code must retain the above copyright notice, this list...
[ "wenjian_lin@163.com" ]
wenjian_lin@163.com
ab03869f2adc0ed02002d37a39f87a53fdab669e
45181479c15e604fe33b004eb323cecaa913c727
/rt-thread/rt-thread/components/net/lwip-2.0.2/src/netif/slipif.c
5ae6c299a55857570a0295b5374844b95c6c152a
[ "LicenseRef-scancode-generic-cla", "Apache-2.0", "BSD-3-Clause" ]
permissive
weimingtom/f1c100s_rt-thread
3b6b653f0606d066d2abed836325b7de9aaf4344
f7b8b51a848c393d137658bb5e8514bab63ad099
refs/heads/master
2023-03-04T14:37:59.444166
2020-02-08T09:59:34
2020-02-08T09:59:34
null
0
0
null
null
null
null
UTF-8
C
false
false
16,024
c
/** * @file * SLIP Interface * */ /* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * 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 c...
[ "9866328@qq.com" ]
9866328@qq.com
773e39c8e6b3f21fdc8ba23e506bc2ee6b89688b
7f25d2d9672ac24938c3bf2b5e6725ef144419fa
/ML/NLP/c-programs/array6.c
7bc59f2bf62de0da8520a7964b5ac6fadb551a3d
[]
no_license
chandanbcsm012/AI-Materials
0fb3868b713581a926086dde42f87c0fb6799a77
5814a51fb6793c6d94d29cc3be73ec18cd059f07
refs/heads/master
2022-12-11T03:26:43.211706
2020-09-13T01:53:09
2020-09-13T01:53:09
293,808,053
0
0
null
null
null
null
UTF-8
C
false
false
124
c
#include<stdio.h> void main() { int a[3]={2,3,4}; int i; for(i=0;i<3;i++) { printf("%d\n",a[i]); } }
[ "chandanbcsm012@gmail.com" ]
chandanbcsm012@gmail.com
9d100039dc921a4ad20e15e201fa9c414ac6cc88
4d9190c2926ebbd6e0751336787f90bd82441918
/Code/signals/signal.c
48601b7ffe52b9a8ef5af228397bedc2f16e58dd
[]
no_license
mohit-ingale/Operating_Systems
5aac9c0b7517e27ec13560d11bfd67a9527702a9
5fd5dc995606767d19ea3e23224c78869c56e071
refs/heads/master
2020-12-05T08:43:23.300029
2020-01-06T08:50:27
2020-01-06T08:50:27
232,060,055
0
0
null
null
null
null
UTF-8
C
false
false
442
c
#include<stdio.h> #include <signal.h> #include<string.h> #include<unistd.h> void sighandler(int signum,siginfo_t info) { printf("you think i am interrupt no!!!\n i am signal from linux\n"); } int main(int argc, char const *argv[]) { struct sigaction sa; memset(&sa,0,sizeof(sa)); sa.sa_sigaction=sighandler; s...
[ "mohitingale5@gmail.com" ]
mohitingale5@gmail.com
2b51e8fd627571c919c4fb9a74214e9a9bbdb3a9
5a24327bb172aa98e8092c08a648948c3bbe7a50
/DarkSUSY_mH_125/mGammaD_2000/cT_500/DarkSusy_mH_125_mGammaD_2000_cT_5_LHE_dimuon_m_fake.C
dbd12cb3f2f49fa508737aff07814bf2202bb1f5
[]
no_license
cms-tamu/MuJetAnalysis_DarkSusySamples_LHE_8TeV_03
06c920e0611937f31e8d302a61694bed2bcc0f64
aeb11a14a0a2e05804fe890f65bc3a1a224d89d5
refs/heads/master
2016-09-15T22:35:16.768732
2015-03-18T14:28:38
2015-03-18T14:28:38
31,564,465
0
0
null
null
null
null
UTF-8
C
false
false
16,790
c
{ //=========Macro generated from canvas: cnv/cnv //========= (Mon Mar 16 17:12:18 2015) by ROOT version5.34/18 TCanvas *cnv = new TCanvas("cnv", "cnv",1320,22,904,928); gStyle->SetOptFit(1); gStyle->SetOptStat(0); gStyle->SetOptTitle(0); cnv->SetHighLightColor(2); cnv->Range(-26.5625,-0.007541109,12...
[ "bmichlin@rice.edu" ]
bmichlin@rice.edu
62e5819835b9363e3d45e03de660fbda682b4d31
5792b184e71a9de7779e0bd21b6833f8ddfdb4b5
/SysVr2.0_32000/SysVr2.0_32000/src/lib/libF77/d_log.c
3cd9cdf1a4d18fdf970108e1ee3ded00ddda793c
[]
no_license
ryanwoodsmall/oldsysv
1637a3e62bb1b9426a224e832f44a46f1e1a31d4
e68293af91e2dc39f5f29c20d7e429f9e0cabc75
refs/heads/master
2020-03-30T06:06:30.495611
2018-09-29T09:04:59
2018-09-29T09:04:59
150,839,670
7
0
null
null
null
null
UTF-8
C
false
false
821
c
/* ******************************************************************************** * Copyright (c) 1985 AT&T * * All Rights Reserved * * ...
[ "rwoodsmall@gmail.com" ]
rwoodsmall@gmail.com
4d0d1ac3947c91939a21fdfc8e7ac19d63189e13
a037e1cc32976d4d2cd772d9b866b5c75e9cea9f
/Temp/StagingArea/Data/il2cppOutput/t2082.h
61a9235ec6d5b280724e1c9f1361d319ecaf073b
[]
no_license
Sojex/BumbleBrigadeWithClickToKill
4e11642e5e4d23d6456ac9add86570e15e28145f
fb7c30ae13a6e10bc388315bc2dc2b6e3cf1c581
refs/heads/master
2021-01-10T15:45:59.727221
2016-03-28T17:15:18
2016-03-28T17:15:18
54,907,861
0
0
null
null
null
null
UTF-8
C
false
false
214
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> struct t442; #include "t8.h" struct t2082 : public t8 { t442 * f0; };
[ "student@c515-d25hq0s2dhjt-0112012.hostos.cuny.edu" ]
student@c515-d25hq0s2dhjt-0112012.hostos.cuny.edu
87087f830312550ef3338821f40e83c08b5e5a28
83dbe9a60f20ab97034d8166a87a0f43d342e7d8
/src/host/sgx_hostcalls.c
79331f9afd5e8b8c310706578497045bc5c72af7
[ "MIT" ]
permissive
foesi/sgx-lkl
56d4305befa8f110893c0f22fc588d71c1681969
c4d0b2638ab8c7bd3844d2344fac62fca34a744b
refs/heads/master
2020-06-11T21:54:23.550734
2019-06-27T12:14:03
2019-06-27T12:14:03
194,098,767
0
0
MIT
2019-06-27T13:16:45
2019-06-27T13:16:44
null
UTF-8
C
false
false
21,897
c
/* * Copyright 2016, 2017, 2018 Imperial College London * Copyright 2016, 2017 TU Dresden (under SCONE source code license) */ #define WANT_REAL_ARCH_SYSCALLS #include "ksigaction.h" #include "sgx_hostcalls.h" #include <assert.h> #include <errno.h> #include <fcntl.h> #include <net/if.h> #include <stdlib.h> #includ...
[ "cp3213@ic.ac.uk" ]
cp3213@ic.ac.uk
c96aa1379f646b5e8a901def3687cab81c8fbdef
8baae52066c1e716ab6be31894b4f5a4122e0ce6
/apps/flash/CurentData.c
4524f273178b363a2605b37c2b38511708983f62
[]
no_license
nguyendao3154/iro3
c35902ccb53575527beb9cca77b30cb024a54d6b
908c7d762e77b2214377a1ffc5a3453e333b18d1
refs/heads/master
2023-06-29T16:51:25.030563
2020-10-07T10:16:36
2020-10-07T10:16:36
390,341,150
0
0
null
null
null
null
UTF-8
C
false
false
3,454
c
/****************************************************************************** * * Embedded software team. * (c) Copyright 2018. * ALL RIGHTS RESERVED. * ***************************************************************************//*! * * @file CurentData.c * * @author quanvu * * @version 1.0 * * @date * * ...
[ "daonguyen3154@gmail.com" ]
daonguyen3154@gmail.com
5261c4db9d33011763567110d623a5820c3c8c23
47c336336b176b4bd961f5170bdccbca23a7e7ea
/build-riscv/libsel4/include/sel4/shared_types_gen.h
cae420bcae3bca615ca202603dd050bb4ee77bcf
[]
no_license
SanNare/seL4Shakti
bec58d78c0e268b3ff89efd6e4a096d53e5b1504
6c06338d8859b42b41469c43b994746f00caf293
refs/heads/master
2020-04-21T02:48:02.255904
2019-02-05T15:45:10
2019-02-05T15:45:10
169,265,513
0
0
null
null
null
null
UTF-8
C
false
false
19,587
h
#ifndef _HOME_SANDIP_DESKTOP_TEST_SEL_BUILD_RISCV_LIBSEL4_INCLUDE_SEL4_SHARED_TYPES_GEN_H #define _HOME_SANDIP_DESKTOP_TEST_SEL_BUILD_RISCV_LIBSEL4_INCLUDE_SEL4_SHARED_TYPES_GEN_H #include <autoconf.h> #include <sel4/simple_types.h> #include <sel4/debug_assert.h> struct seL4_MessageInfo { seL4_Uint64 words[1]; }; ...
[ "sandipnr98@yahoo.com" ]
sandipnr98@yahoo.com
60a33d8227af14b859835a0b0546df2e8a3287c4
d321f4a07566c87ed3aa0d8ade58e8ea6b2399e5
/9-binary_tree_height.c
a0008af1ef250581b8b839b64a9f670eea56adf2
[]
no_license
JHS1790/binary_trees
2650d12225e2e835f8046c1ee7e6b555b4856b3e
89a1de18cc4c88a2d99daa957bedd2c71c57334b
refs/heads/main
2023-01-15T05:36:46.931683
2020-11-24T17:37:32
2020-11-24T17:37:32
314,295,097
0
0
null
null
null
null
UTF-8
C
false
false
866
c
#include "binary_trees.h" /** * binary_tree_height - measures the height of a binary tree * @tree: a pointer to the root node of the tree to measure the height * Return: height but we're doing that weird 0 thing */ size_t binary_tree_height(const binary_tree_t *tree) { if (tree == NULL) return (0); return (rec...
[ "1790@holbertonschool.com" ]
1790@holbertonschool.com
0062144dd823b870c12b8c97676c19a3b77f32a0
ac69dcb06099d53fded92459001f6f572d9daf4d
/mutants/gnuplot-5.2.2/src/tables_c/tables_RIND_3.c
42000c068f04f4f222689802fa02fe0b9c2ba88d
[]
no_license
lzmths/tcc
215b70454dc2f048d19da01b756936fa5bd71fda
7919bad06ae82fb8908b4b9318bb6cc402d27a79
refs/heads/master
2021-09-04T07:38:45.237849
2018-01-17T03:36:53
2018-01-17T03:36:53
117,493,375
0
0
null
null
null
null
UTF-8
C
false
false
27,814
c
#ifndef lint static char *RCSid() { return RCSid("$Id: tables.c,v 1.155.2.1 2017/10/10 03:55:45 sfeam Exp $"); } #endif /* GNUPLOT - tables.c */ /*[ * Copyright 1999, 2004 Lars Hecking * * Permission to use, copy, and distribute this software and its * documentation for any purpose with or without fee is hereby...
[ "luiz@ic.ufal.br" ]
luiz@ic.ufal.br
de27422bd4669c7ab7b6d7a73497f1ed5570edcc
0fbd393e538372cd77ce2de2ba7e08401127aa94
/BinaryHeap/BinaryHeap.h
30526d6f9382fc1ae09e7b4347dcee8deeedee07
[]
no_license
NoSoul/ToolsLib
3e9e90a689cb989384d94c249876ee68c58f5f21
9c6caec142c6053ce2f55734c70566ca58050d0a
refs/heads/master
2021-12-12T01:53:17.172152
2021-11-29T06:41:42
2021-11-29T06:41:42
18,164,191
0
0
null
null
null
null
UTF-8
C
false
false
1,038
h
#ifndef _BinaryHeap_H_ #define _BinaryHeap_H_ typedef int DataType_t; int DataCMP(DataType_t a, DataType_t b) { return a > b ? 1 : 0; } void BinaryHeapPush(DataType_t *array, int *len, DataType_t val) { ++(*len); int now = *len; while(now > 1 && DataCMP(val, array[now >> 1])) { array[now] = a...
[ "NoSoul.Love@GMail.com" ]
NoSoul.Love@GMail.com
a04d86812e773faddf0b392e1023b3de28017668
f1fa2ac7f82bc25f7c1281013d31db2527cb1740
/selected-cgc-prgs/electronictrading/src/cgc_stock.h
c31c72abb5a49e005faffdf4180cbcb9693aa3c5
[]
no_license
pansilup/cgc-prgs-for-klee-seed-mode
9e5788cd65f5b860b10e8eb47d4f1d3eb1d2b5cb
c4c21dc0e836a4c043d5302be0c262ee5792c37d
refs/heads/master
2023-08-17T00:08:52.537823
2021-09-10T06:30:08
2021-09-10T06:30:08
390,788,158
0
0
null
null
null
null
UTF-8
C
false
false
4,495
h
/* * Copyright (C) Narf Industries <info@narfindustries.com> * * 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, cop...
[ "pansilu.17@cse.mrt.ac.lk" ]
pansilu.17@cse.mrt.ac.lk
87f524a3529452c750202781a01e7e99d945efdc
5ccaeb278ef69bf41d803f9bf339101c39bf2136
/framework/peripheral/eth/processor/eth_p32mx320f128h.h
374ad80c3e0c367b080f694c89c191bca956dcbc
[]
no_license
Mytrex/Harmony
6de69d5ebbb8cb7769a9ee7bd0330264c1d6ed3a
32dceb018139e59a12c26044b9f0252d1c0d67c9
refs/heads/master
2021-03-16T09:42:26.915713
2016-11-02T08:25:20
2016-11-02T08:25:20
71,403,438
0
1
null
null
null
null
UTF-8
C
false
false
27,672
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _ETH_P32MX320F128H_H #define _ETH_P32MX320F128H_H /* Section 1 - Enumerate instances, define constants, VREGs */ #include <xc.h> #include <stdbool.h> #include "peripheral/peripheral_common_32bit.h" /* Default definition used for all API dispatch functions */ #ifnd...
[ "jared@mytrexinc.com" ]
jared@mytrexinc.com
d3e778ee3e85634511a5fd3bf3f1ebb443199e75
d0dc556f8b1d18ecbadef182bafd97b632dd3104
/common/esp-idf-lib/components/ads111x/ads111x.c
0919600ec7269ef5883c40d4dccf36ba36ee4fad
[ "BSD-2-Clause", "MIT" ]
permissive
PacktPublishing/Internet-of-Things-with-ESP32
da3f2c57e2bd871b134b22841fd275c51f88d487
3ada8b905e53961940511636991a839059de7cd1
refs/heads/main
2023-02-08T13:58:32.585403
2023-01-30T10:03:23
2023-01-30T10:03:23
315,618,086
114
36
null
null
null
null
UTF-8
C
false
false
8,016
c
/** * @file ads111x.c * * ESP-IDF driver for ADS1113/ADS1114/ADS1115, ADS1013/ADS1014/ADS1015 I2C ADC * * Ported from esp-open-rtos * * Copyright (C) 2016, 2018 Ruslan V. Uss <unclerus@gmail.com> * Copyright (C) 2020 Lucio Tarantino (https://github.com/dianlight) * * BSD Licensed as described in the file LICE...
[ "ozan.oner@gmail.com" ]
ozan.oner@gmail.com
095e0f445c755d426964e4a109e13e8f112ba480
2495db693562415afcd03588383bca0855ee48b3
/sdk/boards/lpcxpresso54608/usb_examples/usb_device_msc_ramdisk/bm/disk.c
623764d736b8dfc746a899afa82284a14f5aaeab
[]
no_license
Goodjamp/HIDVideoStream
2653291606bf6cb3a7f135c682d77bee10392df7
89aa109f875ba5a931b3d04429463876f2be8c77
refs/heads/master
2021-09-29T14:48:46.727591
2018-11-08T16:15:35
2018-11-08T16:15:35
null
0
0
null
null
null
null
UTF-8
C
false
false
16,441
c
/* * The Clear BSD License * Copyright (c) 2015 - 2016, Freescale Semiconductor, Inc. * Copyright 2016 - 2017 NXP * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided * that the f...
[ "aleksandr.gerasimchuk@developex.org" ]
aleksandr.gerasimchuk@developex.org
572e67945ec63f23f5881481ff0411433a970275
f24a05833acfd0234eddb4aa478a1f3dc473436c
/micro_quadrotor/ANO_Settler_V2/ANO_Settler/ANO_CTRL.h
038c8b94feb973b0f3df3e0a7dc97faa0b78ea08
[]
no_license
MinhDinhTran/PID-Car-Control
ad22895b1904b715f77820cebfd6690c87005ddc
87cd34eb3adae7e3b24145de1ea780854ec1c60d
refs/heads/master
2021-12-24T05:58:25.074811
2016-09-03T03:23:03
2016-09-03T03:23:03
null
0
0
null
null
null
null
UTF-8
C
false
false
1,804
h
#ifndef __ANO_CTRL_H #define __ANO_CTRL_H #include "stm32f10x.h" #include "ANO_PID.h" #include "filter.h" /*======================================================================== 飞机控制参数 =========================================================================*/ #de...
[ "815128388@qq.com" ]
815128388@qq.com
565f1f35c5dad564570503a0adc7eb0af606dba9
52c8ed39b32ccc7c0673278c1adea3638797c9ff
/src/arch/arm32/mach-rv1106/driver/clk-rv1106-mux.c
ba69990f1b5c4cc7a7a20b199b310ed070333491
[ "MIT" ]
permissive
xboot/xboot
0cab7b440b612aa0a4c366025598a53a7ec3adf1
6d6b93947b7fcb8c3924fedb0715c23877eedd5e
refs/heads/master
2023-08-20T05:56:25.149388
2023-07-12T07:38:29
2023-07-12T07:38:29
471,539
765
296
MIT
2023-05-25T09:39:01
2010-01-14T08:25:12
C
UTF-8
C
false
false
5,752
c
/* * driver/clk-rv1106-mux.c * * Copyright(c) 2007-2023 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
9ed70218c022f4baeeaa73a09216668f1676ece6
f81da1e8b67c9f7012ae0b62eac6b2c9de3785f4
/hk3.h
d6097ccf3809f719e26b1d2f14b2fb93f1aaa534
[]
no_license
SimonWagenknecht/QR_SNW
23ea62a2198a2a731b8abfc237802f55de5dae15
cd63e663caecfea64ada31c23d7822a111b076a5
refs/heads/master
2020-03-19T13:46:16.208532
2018-06-29T11:13:26
2018-06-29T11:13:26
136,594,438
0
0
null
null
null
null
ISO-8859-1
C
false
false
26,896
h
/*------------------------------ Heizkreis 3 -------------------------------------------*/ const Pgrup hk3[] = { //------------------- {"_**:"," HEIZKREIS 1 "," ", P&hkd[HK3].raumname, ASCII_FORM, 0, P&vis, V1, 0, 0}, {"*01:"," VORLAUF TVHK1 "," C ", P&TVS[HK3], ANA_FORMP, 1, P&vis, V1, 0, 0}, ...
[ "s.wagenknecht@parabel-energiesysteme.de" ]
s.wagenknecht@parabel-energiesysteme.de
6ac3e66356e5fdb9d0725dd234387bd11bb4ce6e
7652abbfe9b9a4d39ef3760a68a0e3425ad99c52
/Past Classes/CSO/Recitations/Before Midterm/pointers_and_arrays.c
81703b85ecc4e3139608ae8f62de1f9c2b8d6a13
[]
no_license
shrinaparikh/nyu
c0613e9c59887c7f4210d8f821d32cad2dfd1a0a
b3680fa0267860ba65b81381bf5560fd3f4338ae
refs/heads/master
2021-06-20T09:43:40.660685
2020-12-23T01:43:38
2020-12-23T01:43:38
151,174,863
0
0
null
null
null
null
UTF-8
C
false
false
289
c
#include <stdio.h> int main() { int i, x[6], sum = 0; printf("Enter 6 numbers: "); for(i = 0; i < 6; ++i) { // Equivalent to scanf("%d", &x[i]); scanf("%d", x+i); // Equivalent to sum += x[i] sum += *(x+i); } printf("Sum = %d", sum); return 0; }
[ "sp4681@nyu.edu" ]
sp4681@nyu.edu
c68c97267afce6522ad653cd7afeec7b66305d9c
882e579d0b9abea069fb9573f1c376ff3f5f7055
/v3_TMTDyn_hll_MORSE2019/Samples/Fabric/1. Passive/eom/codegen/mex/sprdmpF41/sprdmpF41_types.h
08d3efaee6aa58d8e377e010b32d498e9b7e8bde
[ "BSD-2-Clause" ]
permissive
LenhartYang/TMTDyn
f92d12d9d913a25eadac309670953ab302ffcfa2
134d89b156bdc078f6426561d1de76271f07259e
refs/heads/master
2023-03-27T12:34:16.250684
2021-03-25T13:40:01
2021-03-25T13:40:01
374,253,641
1
0
NOASSERTION
2021-06-06T02:47:07
2021-06-06T02:47:06
null
UTF-8
C
false
false
434
h
/* * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * sprdmpF41_types.h * * Code generation for function 'sprdmpF41' * */ #ifndef SPRDMPF41_TYPES_H #define SPRD...
[ "m.hadi.sadati@gmail.com" ]
m.hadi.sadati@gmail.com
d45527cb6219516ed29303410e0471576b8ff7ef
2bf306691f7ab52099cc957d673ce210bf19ab6a
/3.SemanticCheck/symbolTable.c
f2fd9ff0480c34d83d228d0302fef457d68d1059
[]
no_license
b06902062/C---compiler
2260b750403e608bea5ba63cef4bae8d1c3eddff
394473f91435d4ea582772bc0a31997f07a76099
refs/heads/main
2023-03-31T18:32:42.975294
2021-04-03T16:37:03
2021-04-03T16:37:03
354,327,945
0
0
null
null
null
null
UTF-8
C
false
false
8,607
c
#include "symbolTable.h" #include <stdlib.h> #include <string.h> #include <stdio.h> // This file is for reference only, you are not required to follow the implementation. // int HASH(char * str) { int idx=0; while (*str){ idx = idx << 1; idx+=*str; str++; } return (idx & (HASH_TABLE_SIZE-1)); } SymbolTable ...
[ "ht94001@gmail.com" ]
ht94001@gmail.com
626a39c0bec2f85d475aab39db86de1d246141b8
acefb9032383e694cf7a93f0a4a0638d75a8a1e4
/selfdrive/common/version.h
348ff45913417a25ef42936026818a4afce97091
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
UVA-DSA/OpenpilotWithVision
f577aebe43445dad58e73b4fadd59ced42d626c9
1dfc73c305107dac09e056e4ea750e2be1b9abef
refs/heads/master
2020-03-13T05:09:53.354395
2018-04-25T08:29:51
2018-04-25T08:29:51
130,977,280
1
0
null
2018-04-25T08:46:51
2018-04-25T08:46:50
null
UTF-8
C
false
false
40
h
#define COMMA_VERSION "0.4.2-openpilot"
[ "hrubaiyat@gmail.com" ]
hrubaiyat@gmail.com
0665e5f6a916c4aaff355c76eee8001ae5acd903
559770fbf0654bc0aecc0f8eb33843cbfb5834d9
/haina/codes/beluga/client/moblie/3rdParty/libxml2-2.6.19/testHTML.c
c5da07eee59152e4426e7960f8b9077499a53ee6
[ "MIT", "LicenseRef-scancode-x11-xconsortium-veillard" ]
permissive
CMGeorge/haina
21126c70c8c143ca78b576e1ddf352c3d73ad525
c68565d4bf43415c4542963cfcbd58922157c51a
refs/heads/master
2021-01-11T07:07:16.089036
2010-08-18T09:25:07
2010-08-18T09:25:07
49,005,284
1
0
null
null
null
null
UTF-8
C
false
false
21,130
c
/* * testHTML.c : a small tester program for HTML input. * * See Copyright for the status of this software. * * daniel@veillard.com */ #include "libxml.h" #ifdef LIBXML_HTML_ENABLED #include <string.h> #include <stdarg.h> #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H #include <...
[ "shaochuan.yang@6c45ac76-16e4-11de-9d52-39b120432c5d" ]
shaochuan.yang@6c45ac76-16e4-11de-9d52-39b120432c5d
563013fb77e55a3c6e5061b8a7997006ffa8fd06
c5cb98ad5c3fa37ce761cb9b430b69e29a33141f
/clone/cloth/pink_cloth.c
e847a17b1305627f77319c1d4e672ee536980d4c
[]
no_license
cao777/mudylfy
92669b53216a520a48cf2cca49ea08d4df4999c5
266685aa486ecf0e3616db87b5bf7ad5ea4e57e4
refs/heads/master
2023-03-16T20:58:21.877729
2019-12-13T07:39:24
2019-12-13T07:39:24
null
0
0
null
null
null
null
GB18030
C
false
false
483
c
// pink_cloth.c #include <armor.h> #include <ansi.h> inherit CLOTH; void create() { set_name(MAG"粉红绸衫"NOR, ({ "pink cloth", "cloth" }) ); set_weight(1000); if( clonep() ) set_default_object(__FILE__); else { set("long", "这件粉红色的绸衫上面绣着几只黄鹊,闻起来还有一股淡香。\n"); set("unit", "件"); set("material", "cloth"); set("...
[ "i@chenxuefeng.cn" ]
i@chenxuefeng.cn
987d258ff2b9b566aea45d0891a320f38ae69953
83b818c992ff787678365930a17b3da9c9f74596
/includes/philo_one.h
2efa1171e4e6f8f1279a103e67ec35c32a690ed0
[]
no_license
axesthump/philo
d859b5c05e530818348670b0900c31403caecf2d
ddaec66ded74dcb83e361765db408cabfa56f738
refs/heads/master
2023-01-08T17:14:30.657429
2020-11-13T17:19:26
2020-11-13T17:19:26
312,639,267
0
0
null
null
null
null
UTF-8
C
false
false
1,426
h
// // Created by Cave Submarine on 11/11/20. // #ifndef PHILO_PHILO_ONE_H #define PHILO_PHILO_ONE_H #include <unistd.h> #include <sys/time.h> #include <pthread.h> #include <stdlib.h> typedef struct s_args { int num_philo; int time_to_die; int time_to_eat; int time_to_sleep; int num_of_times_eac...
[ "casubmar@si-f1.kzn.21-school.ru" ]
casubmar@si-f1.kzn.21-school.ru
a06a6f1a7d3fa6c9eb333d688c0591542fcf4cc7
8272157dbc691b84498feebeaf55264fbba3ae00
/getproclibstatic/getproclib.h
3b3699b7c05cb99b24a6ff38952abefca188eca3
[ "MIT" ]
permissive
ExpLife0011/getproclib
cc297dda64a83c7b50b806005708a484b8b13b96
43ad96e65b9f9485f02cc2f3c2c7e4b1effc5877
refs/heads/master
2020-03-10T13:44:52.972996
2015-07-29T13:15:47
2015-07-29T13:15:47
null
0
0
null
null
null
null
UTF-8
C
false
false
4,653
h
/* MIT License Copyright (c) <2015> <David Reguera Garcia aka Dreg - dreg@fr33project.org> 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 ri...
[ "dreguera@buguroo.com" ]
dreguera@buguroo.com
d9a464c1969f33eca6322feade78c72469d8ec67
5d3fcc6d8f3e5d0e97e20e8551726f546daa9e41
/core/udp.c
b5e472d6a11bbacc36ce3eb821fe7af09f80f993
[]
no_license
w545029118/Autosar-Ethernet-stack-
5491bc01203b956188b25af16273708b7b39fa3c
a0150b4ba3985724911aeb976cd283e1878c93bc
refs/heads/main
2023-01-25T00:25:38.201220
2020-12-08T14:52:36
2020-12-08T14:52:36
null
0
0
null
null
null
null
UTF-8
C
false
false
36,808
c
/** * @file * User Datagram Protocol module * */ /* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * 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....
[ "noreply@github.com" ]
w545029118.noreply@github.com
25d50ba19ce54df2cd24ac30013358530a005c46
c84462fed944505922efe37630e5da120ede84de
/components/voice_assistant/include/aia.h
dfcc1181fec2ca7833a70daab47ebfd2b2f4bf02
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
stone-tong/esp-va-sdk
46c52195a4532fc8d2e1dfbec5a381cdd93c0e34
d2f67dbfb127fb8d48b708612304194070cb18be
refs/heads/master
2023-08-25T03:47:35.847499
2021-10-08T07:47:47
2021-10-08T07:47:47
null
0
0
null
null
null
null
UTF-8
C
false
false
2,038
h
// Copyright 2018 Espressif Systems (Shanghai) PTE LTD // All rights reserved. #ifndef _AIA_H_ #define _AIA_H_ #include "voice_assistant.h" #include "auth_delegate.h" #include <mqtt_client.h> #include <alexa_smart_home.h> /* Once assigned by the application, these should not be freed as long as the device is working...
[ "chirag.atal@espressif.com" ]
chirag.atal@espressif.com
933d2254a6de78598baa9244507c5bc2aaf4bbea
9740d2a4a8dc1e303c8ac96dabd01d564f6237f7
/Operations.h
8ab5242dc802148d0f37a1df020fa3d03cb47dcd
[]
no_license
hugocbp/hotel_booking_manager
5552f091dc902a22930e8497f2b8f17d40aa7ca7
27956356eb9f87e97a1a40497ae84bfda915dbcf
refs/heads/master
2020-07-11T10:33:31.469675
2019-10-04T18:31:45
2019-10-04T18:31:45
204,514,802
0
0
null
null
null
null
UTF-8
C
false
false
335
h
// OPTIONAL CLASS /** ** Program Name: Hotel Manager ** File Name: Operations.h ** Purpose: Optional class to count total operations of the program ** Author: Hugo Carlos Borges Pinto (@hugocbp) ** Date: May 17, 2019 */ #ifndef OPS_H_ #define OPS_H_ // Creates global variable to coun all loop iterations extern long lo...
[ "hugocbp@gmail.com" ]
hugocbp@gmail.com
6af962de7d9545c5be67e2da3484ba9ffcdd0579
f29184420e8feca7a341328f4d57ac88abf56f46
/codeup 4621.c
a0f2cde07a46c9447be67416052ca3973e982702
[]
no_license
jojunhui125/Codeup
743c9bd5d9d68fb09002b1388365d10b2f4ee379
0a7e3c0763e720e8d14cb0efc3dfd40e733707e0
refs/heads/master
2023-06-29T19:31:14.843688
2021-08-03T06:01:58
2021-08-03T06:01:58
389,051,877
0
0
null
null
null
null
UTF-8
C
false
false
312
c
# include <stdio.h> int main() { int n, k; int arr[10000] = { 0 }; scanf("%d %d", &n, &k); int p = 0; for (int i = 1; i <= n; i++) { if (n % i == 0) { arr[p] = i; p++; } } if (arr[k] == 0) { printf("0"); } else { printf("%d", arr[k-1]); } return; }
[ "noreply@github.com" ]
jojunhui125.noreply@github.com
8def10241ecbf68de2f9ac82bdd9a21e6241594a
fc4d607383b3d934db24102789494564b03ad105
/selection.c
3d660dffc5033615449521e0fde6abf6313ed810
[]
no_license
SergiiGlad/workspace
ebd3376f9a99cbeabe2b1c7eb0ad76a8fc18c9f8
8278e3ee65531445f4ca815a6118f644a227b5a9
refs/heads/master
2021-04-25T02:04:18.537431
2017-12-28T09:30:21
2017-12-28T09:30:21
115,606,325
0
0
null
null
null
null
UTF-8
C
false
false
1,054
c
#include <stdio.h> int sortc( int array[], int size); int main( void ) { int array[] = { 8,0,1,3,4,9,2,5,7,6,7,9,10 }; int size; int go; size = sizeof(array) / sizeof(array[0]); printf("size : %d\n", size); printf("Before :\n"); for( int i=0; i < size; i++) pri...
[ "gladseo@gmail.com" ]
gladseo@gmail.com
b5981568800c1df1992876186e894365daea1306
e9b7d37912252e07970991d2e30849636e5191c1
/g_serial.c
05f86b72b8cb222f9d239d8be117e164ce31120d
[]
no_license
mirceatanase1994/gameoflife
755c6fd4668b47b466f3c804bcb4fc7faa94900e
6b4a9d3e92e01514df5c2c688d1aedb07d7b9009
refs/heads/master
2021-01-19T21:28:43.437040
2017-02-20T02:13:26
2017-02-20T02:13:26
82,506,394
0
0
null
null
null
null
UTF-8
C
false
false
1,627
c
#include "stdlib.h" #include "stdio.h" int main(int argc, char* argv[]){ int xvecini[8] = {1,0,-1,-1,-1,0,1,1}; int yvecini[8] = {1,1,1,0,-1,-1,-1,0}; int lin,col,i,j,nrIt,k,alive,l; char aux; FILE* read = fopen(argv[1],"r"); FILE* write = fopen(argv[3],"w"); fscanf(read, "%d %d", &lin, &col); //fscanf(read, "...
[ "mirceatanase1994@gmail.com" ]
mirceatanase1994@gmail.com
0c94f4e819f0116261b58db9adef2950d12d9965
a0c4ed3070ddff4503acf0593e4722140ea68026
/source/XPOS/GDI/OPENGL/TEST/CONFORM/COVGLU/D.C
4f98362a0cba8bffd1d416e347e5b3bb517c2152
[]
no_license
cjacker/windows.xp.whistler
a88e464c820fbfafa64fbc66c7f359bbc43038d7
9f43e5fef59b44e47ba1da8c2b4197f8be4d4bc8
refs/heads/master
2022-12-10T06:47:33.086704
2020-09-19T15:06:48
2020-09-19T15:06:48
299,932,617
0
1
null
2020-09-30T13:43:42
2020-09-30T13:43:41
null
UTF-8
C
false
false
1,295
c
/* ** Copyright 2000, Silicon Graphics, Inc. ** All Rights Reserved. ** ** This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.; ** the contents of this file may not be disclosed to third parties, copied or ** duplicated in any form, in whole or in part, without the prior written ** permission of Silic...
[ "71558585+window-chicken@users.noreply.github.com" ]
71558585+window-chicken@users.noreply.github.com
1edf0d18773bf63bc288472a3f062e7f0ca5bb88
38eb361bc13d4632b42ec15685391caa4c687745
/third_party/JavaScriptCore/include/JavaScriptCore/CollectorPhase.h
2074e2aadd6cecaa880385af65abfdcb3e1bc891
[ "Apache-2.0" ]
permissive
adler0518/kraken
3fdbfb6ee3e7e003e7a16e8c094bbb26890ce01a
5ec29e552563571beb28706c253a8f9ebd67d10f
refs/heads/main
2023-03-26T22:44:43.987541
2021-03-31T02:07:14
2021-03-31T02:07:14
null
0
0
null
null
null
null
UTF-8
C
false
false
48
h
#include "JavaScriptCore/heap/CollectorPhase.h"
[ "chenghuai.dtc@alibaba-inc.com" ]
chenghuai.dtc@alibaba-inc.com
7b3df48e2af7fb167159dfd5eb7f69c9ecd4e613
b01ae19d6bce9229b83d0165601719ae53ae2ed0
/ios/versioned-react-native/ABI46_0_0/Expo/ExpoKit/Core/Api/Components/Svg/Utils/ABI46_0_0RNSVGVectorEffect.h
3508a4fe54bd63ec0383a90d616bb4678828556e
[ "MIT", "BSD-3-Clause", "Apache-2.0" ]
permissive
Abhishek12345679/expo
1655f4f71afbee0e8ef4680e43586168f75e1914
8257de135f6d333860a73676509332c9cde04ba5
refs/heads/main
2023-02-20T19:46:17.694860
2022-11-21T15:48:20
2022-11-21T15:48:20
568,898,209
1
0
MIT
2022-11-21T16:39:42
2022-11-21T16:39:41
null
UTF-8
C
false
false
418
h
/** * Copyright (c) 2015-present, ABI46_0_0React-native-community. * All rights reserved. * * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ typedef CF_ENUM(int32_t, ABI46_0_0RNSVGVectorEffect) { kRNSVGVectorEffectDefault, ...
[ "noreply@github.com" ]
Abhishek12345679.noreply@github.com
a955acf31ef916ecf7ddca3e9fd1e76458b1d5cf
3117dc847269535b3cb52f166cf48918c025057c
/main.c
e5fd395b5ebce1bc3f6e086b78248962d458b13f
[]
no_license
Valduz-Jose/Practica-constante
ef29fe5cee45f541e88297d435e1cbdf53e1a3d3
f33eb4afdd5f9bae2ff99c8a427ccbbf641a53db
refs/heads/master
2021-01-11T17:03:14.465648
2016-09-28T21:57:04
2016-09-28T21:57:04
69,506,896
0
0
null
null
null
null
UTF-8
C
false
false
784
c
#include <stdio.h> #include <stdlib.h> #define constante 0.001 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char *argv[]) { float kilobyt,bytes; int continuar; system("cls"); system("color F0"); fflush(stdin); do{ pri...
[ "noreply@github.com" ]
Valduz-Jose.noreply@github.com
274b3dec44716268f943d7e293c3c267582e56cf
e4c26866079cb06738dbceabe12e835a389eb910
/vowel.c
966c2268116195acaa3aefde93bd4396d5f76af8
[]
no_license
keerthinair/keerthu
0b76a8d6f77381d28b8acbbf65d7192895c229b9
7cc9895808bcf7a3313d146dc8b2c9ab6ace90e5
refs/heads/master
2020-04-18T17:21:14.241171
2017-06-08T10:35:32
2017-06-08T10:35:32
66,259,578
0
0
null
null
null
null
UTF-8
C
false
false
457
c
#include <stdio.h> int main() { char c int isLowercaseVowel, isUppercaseVowel; printf("Enter an alphabet: "); scanf("%c",&c); isLowercaseVowel = (c == 'a' || c == 'e' || c == 'i' || c == 'o' || c == 'u'); isUppercaseVowel = (c == 'A' || c == 'E' || c == 'I' || c == 'O' || c == 'U'); if (isLo...
[ "noreply@github.com" ]
keerthinair.noreply@github.com
c11b5c5c18b9bec52f8f3052e1ecbbe976ccf730
d4b17a1dde0309ea8a1b2f6d6ae640e44a811052
/externals/mklfpk/include/ippdefs.h
4e8ed07f2d090b79b5e0fafd795dccd63fdac391
[ "Apache-2.0", "Intel" ]
permissive
h2oai/daal
c50f2b14dc4a9ffc0b7f7bcb40b599cadac6d333
d49815df3040f3872a1fdb9dc99ee86148e4494e
refs/heads/daal_2018_beta_update1
2023-05-25T17:48:44.312245
2017-09-29T13:30:10
2017-09-29T13:30:10
96,125,165
2
3
null
2017-09-29T13:30:11
2017-07-03T15:26:26
C++
UTF-8
C
false
false
5,182
h
/******************************************************************************* * Copyright 1999-2017 Intel Corporation * * 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.apa...
[ "vasily.rubtsov@intel.com" ]
vasily.rubtsov@intel.com
9f3bb90bceaf8417f9f928e751da6e234546ee99
4d1614ba0104bb2b4528b32fa0a2a1e8caa3bfa3
/code/dpdk/app/test/test_pdump.c
ad183184cee9098fc6dd67390d5e5f6b65856139
[ "MIT", "GPL-2.0-only", "BSD-3-Clause" ]
permissive
Lossless-Virtual-Switching/Backdraft
c292c87f8d483a5dbd8d28009cb3b5e263e7fb36
4cedd1403c7c9fe5e1afc647e374173c7c5c46f0
refs/heads/master
2023-05-24T03:27:49.553264
2023-03-01T14:59:00
2023-03-01T14:59:00
455,533,889
11
4
MIT
2022-04-20T16:34:22
2022-02-04T12:09:31
C
UTF-8
C
false
false
4,815
c
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2018 Intel Corporation */ #include <stdio.h> #include <unistd.h> #include <stdint.h> #include <limits.h> #include <rte_ethdev_driver.h> #include <rte_pdump.h> #include "rte_eal.h" #include "rte_lcore.h" #include "rte_mempool.h" #include "rte_ring.h" #include "...
[ "sarsanaee@gmail.com" ]
sarsanaee@gmail.com
723d75edf01b0347f1b3204392b107e3933c103e
02bf5f365ae9900bcc2234b9b329efe5915b7532
/mqueue/mqueue_client.c
7bd4dc824a16c73f32144c493cdd5b118108c74d
[ "MIT" ]
permissive
PARKINHYO/BlackjackGame
70de4be7747abca5e3a2909ab515ce43faf5e472
0138a8b2384c77c3079dbb59cc43a2acb08e67ae
refs/heads/master
2021-06-27T09:43:08.209954
2021-04-10T06:19:12
2021-04-10T06:19:12
225,603,353
11
0
MIT
2019-12-31T11:57:38
2019-12-03T11:27:28
C
UTF-8
C
false
false
5,547
c
#include "common.h" #define KEY_VALUE_MAIN (key_t)60300 #define KEY_VALUE_MAIN2 (key_t)60301 #define PERM 0666 void* play_game(); void* set_shutdown(); void* send_msg(); void* recv_msg(); int msgid_Send_Main; int msgid_Recv_Main; pid_t pid; int nwritten; pthread_t threads[MAX_PLAYERS]; int my_sum; int dealer_sum; ...
[ "inhyopark122@gmail.com" ]
inhyopark122@gmail.com
09e1e961b6fedfd39567622146d7073e698bcedf
473fc28d466ddbe9758ca49c7d4fb42e7d82586e
/app/src/main/java/com/syd/source/aosp/external/vixl/test/aarch32/traces/assembler-cond-rd-rn-operand-const-t32-sbc.h
7a80c8cd537e12203f5836c6c211c62d276d4f87
[]
no_license
lz-purple/Source
a7788070623f2965a8caa3264778f48d17372bab
e2745b756317aac3c7a27a4c10bdfe0921a82a1c
refs/heads/master
2020-12-23T17:03:12.412572
2020-01-31T01:54:37
2020-01-31T01:54:37
237,205,127
4
2
null
null
null
null
UTF-8
C
false
false
110,396
h
// Copyright 2015, VIXL authors // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright notice, // this list of conditions ...
[ "997530783@qq.com" ]
997530783@qq.com
10261cb6f856847edcc2b81b7095cb3a80985b6a
96d536bd4a8b35b6f17952257df426fd5405cf2e
/Project/Advanced/HeaderFile.h
7cfb0cc73b17887e8ad61c09011cac04b5774002
[]
no_license
tristum/FlareTestDiscard
e72364ea4cbae813556ed27120a71d9834d91d76
cb2e555e8837f4053fcf53c7ec0fe50305c13c4f
refs/heads/master
2021-01-10T02:24:41.949952
2016-04-01T19:21:05
2016-04-01T19:21:05
51,393,685
0
0
null
null
null
null
UTF-8
C
false
false
83
h
#define aboutZombies 1000 #define firstName 1001 #define whatsNext 1002
[ "cmimoso@alertlogic.com" ]
cmimoso@alertlogic.com