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
f5fc75453bac3c0ff18821e47a2b963ad3aecc88
10e64f8dca0b596b339169f80c8706edb51eed9f
/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/share/ti/ti-vlib-c66x-tree/packages/ti/vlib/src/VLIB_kalmanFilter_4x6_Predict/VLIB_kalmanFilter_4x6_Predict_idat.c
7309299184ac9676f16019104d7d63321ccbc599
[]
no_license
wangy2000/LeezBoard_TI5708
264cea03d04402cf14714e35f1ca9efd4a1ef7cb
1c0e92c5b61de16f8d8aeb86852c9d53ed99ac58
refs/heads/master
2020-06-16T22:01:26.340391
2019-04-23T13:21:54
2019-04-23T13:21:54
null
0
0
null
null
null
null
UTF-8
C
false
false
5,772
c
/******************************************************************************* **+--------------------------------------------------------------------------+** **| **** |** **| **** ...
[ "82796620@qq.com" ]
82796620@qq.com
1dcaea76bd641b1474b5b5368b0d4b332046889c
84a30a3016e724d92eb194bfcc88ca35773bad16
/ProgettoLSO_Client/Client.c
3c6530f6cb85826f7c2fd141736ba2a7d2865833
[ "MIT" ]
permissive
mikymaione/FilmManager
c759f0cfb4db690b960870dd0294f1d89c57ad62
be2dd1342a497dcefd89f2003d2ecbeb0e5e07a1
refs/heads/master
2020-07-28T19:48:34.376708
2019-09-19T09:43:36
2019-09-19T09:43:36
209,516,546
1
0
null
null
null
null
UTF-8
C
false
false
180
c
/* * File: Client.c * Author: michele * * Created on 28 giugno 2014, 12.47 * Programma Client */ #include <stdio.h> void main(int argc, char** argv) { StampaMenu(); }
[ "mikymaione@hotmail.it" ]
mikymaione@hotmail.it
06dfb1a099d6104f1ac745b78349f8c39b46d360
1b0596b0c902b290da7699cdb70212b0246bf9c1
/7-7.c
c6118befea56a6460df9483b31f41b2103c3d2ca
[]
no_license
Chenxiaojiang10/C
3e3a8934246e69e7403b7c5d53a753a3ca940752
8a6e72618d9d1930afd3dd6833385b4321ac809c
refs/heads/master
2021-07-13T07:44:53.828660
2020-11-01T12:48:59
2020-11-01T12:48:59
220,647,077
0
0
null
null
null
null
GB18030
C
false
false
297
c
//#define _CRT_SECURE_NO_WARNINGS //#include<stdio.h> // //void printnum(int n) { // if (n > 9) { // printnum(n / 10); // } // printf("%d ", n % 10); //} //int main() { // printf("输入一个数字输出它的组成数字:"); // int a = 0; // scanf("%d", &a); // printnum(a); // return 0; //}
[ "346877957@qq.com" ]
346877957@qq.com
2a9ade496b42b4aab9f3b811b575da52e6044927
fe96121ef7318e737156ab8fb3c78237741d075c
/kernel/include/regs.h
ad759d6fa1b3016feb70c1063620c910c600e3bf
[]
no_license
V1489Cygni/os
cbcbafbef5bb6cafe1974bb38b77ae28229010b3
d249d42a2de9bba811e892994c5490a655b95f8c
refs/heads/master
2021-01-15T16:29:04.604201
2014-05-17T09:17:39
2014-05-17T09:17:39
null
0
0
null
null
null
null
UTF-8
C
false
false
245
h
#ifndef K0_REGS_H #define K0_REGS_H typedef struct { unsigned int gs, fs, es, ds; unsigned int edi, esi, ebp, esp, ebx, edx, ecx, eax; unsigned int int_no, err_code; unsigned int eip, cs, eflags, useresp, ss; } regs; #endif
[ "wb0011@mail.ru" ]
wb0011@mail.ru
dbfb69519e0b9c42fd3c8347a3636334cd2a4f98
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/ethernet/sfc/falcon/extr_efx.c_ef4_fini_napi_channel.c
f30dcd54439a73fae56fb34e241c039bd0a8aefe
[]
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
716
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
a6bee1388eaf7b2a6a240a34179aee0683f2af20
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/b6cf5ea8-47a6-4040-ba5b-4f0ba4403db2.c
5927a7a23ed19bd5105e98c2b52410dae9e7aaac
[]
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
576
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=1; int k; int l; k = 53; l = 64; k = i/j; l = i%j; l = l/j; l = i-j; l = i%j; l = l/j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; int b[59]; int c[37]; a = 0;...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
337f03ddc72f5b4fbab0863af19804cb0f0d4548
f3722903fbf248c02dda95a4e0075397c63adc0a
/src/c/mappers/ines/mapper048.c
39aac1bc1ce77f962ebec182c8db2d0eb130ff88
[]
no_license
BruceJawn/FlashNES-nesemu
0305fb9e011907f56e6619cf169ac8ba17ce0765
a621e288ffe155a1f016f8c914611bb18e35964a
refs/heads/master
2021-01-16T23:02:02.030960
2011-02-27T00:24:51
2011-02-27T00:24:51
null
0
0
null
null
null
null
UTF-8
C
false
false
1,681
c
#include "mappers/mapper.h" #include "nes/nes.h" #include "nes/ppu/ppu.h" static u8 prg[2],chr[6],mirror; static u8 irqcounter,irqlatch,irqreload,irqenabled; static void sync() { int i; mem_setchr2(0,chr[0]); mem_setchr2(2,chr[1]); for(i=4;i<8;i++) mem_setchr1(i,chr[i - 2]); mem_setprg8(0x8,prg[0]); mem_setp...
[ "edmcmanus@champ.local" ]
edmcmanus@champ.local
bbd9e88c2e8b1529ef7288399bc3f4fbf88948de
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/a796a7a1-2bac-4016-8647-7539b31874c0.c
a0ffd1e09bf8fab87a8a0e11057dd6f403f1dd40
[]
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
700
c
#include <string.h> #include <stdio.h> int sum(int a) ; int main() { int num; int result; printf("Enter thh numee:: "); num = 50.0; //variables /* START VULNERABILITY */ int a; char b[84]; char c[62]; a = 0; while (a < strlen(b)) { //random /* START BUFFER S...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
aada8f821a8636086454827c68ff4af411093e1b
648e36440ae9757245eaa393fcdfef518b08bb3c
/SOG/New_Fits/Output/Chi2_vs_Q2.C
67ef915873506297cbe67a67d74ed31b3624ed14
[]
no_license
skbarcus/JLab
e2360e52e0a9364e3d1fbfdd3245c67dc21f9f67
baf7f7875d2f93f3f532869467ba320c891d255f
refs/heads/master
2022-12-07T12:19:37.842497
2022-11-27T01:04:25
2022-11-27T01:04:25
191,437,646
0
0
null
null
null
null
UTF-8
C
false
false
32,771
c
void Chi2_vs_Q2() { //=========Macro generated from canvas: cQ2/ //========= (Wed Apr 6 15:00:12 2022) by ROOT version 6.18/04 TCanvas *cQ2 = new TCanvas("cQ2", "",65,52,700,500); gStyle->SetOptStat(0); cQ2->Range(-4.162003,-14.3237,37.45802,128.9133); cQ2->SetFillColor(0); cQ2->SetBorderMode(0); cQ...
[ "skbarcus@email.wm.edu" ]
skbarcus@email.wm.edu
bdf89509ef60d7f0eaf111745f694546fdd6df1d
386228ef74ebdfda2485794facfb666063cd9468
/TreeAnalyser.c
1d3d3288505a61aca741651b889a8a48f7a351e0
[]
no_license
ahills60/TreeAnalyser
55c9683bf0a2ae570eee43ae077e11ba7815c196
b51ac393900fc621aed42cd62558f6ed4f7165c5
refs/heads/master
2016-09-05T23:55:53.431411
2014-10-30T14:40:13
2014-10-30T14:40:13
null
0
0
null
null
null
null
UTF-8
C
false
false
40,251
c
/* TreeAnalyser.c Tree Analyser For reading, analysing and visualising trees from the ray tracer. Version: 0.1 (13th October 2014) Author: Andrew Hills (a.hills@sheffield.ac.uk) */ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <time.h> #include <string.h>...
[ "ahills60@gmail.com" ]
ahills60@gmail.com
37494aeb0fe3cdde463a8dca441fc5940e374591
64f391f6c126371d7d186cecbef7e96efe426046
/C_EXAMPLES/ESEMPI_DEL_LIBRO/cap15/cap15_quicksort3.c
76c04aa18510b604c67f21c8294bf8806dd22dfa
[ "MIT" ]
permissive
lsoffi/EsperienzeDiLaboratorioDiCalcolo201920
9feb5495ba92c63557e5cf8dca3582f267b8c4ea
7a2a821b37cc8dfca527e9afb639a86a8e6c759b
refs/heads/master
2020-08-01T16:53:04.708893
2019-12-01T09:43:30
2019-12-01T09:43:30
211,052,624
1
0
null
null
null
null
UTF-8
C
false
false
2,868
c
/* cap15_quicksort3.c: Quicksort version 3, quicksort() uses only one index. Copyright (C) 2006 Federico Ricci-Tersenghi (Federico.Ricci@roma1.infn.it) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software F...
[ "cristiano.demichele@uniroma1.it" ]
cristiano.demichele@uniroma1.it
afd4398e337354eb4c471697148d08ed7cef9d36
326a6380ea55c0a7761260144e979568ff29a130
/6_push_swap/srcs/qs_tools.c
81d7c116b7a482e2de03ae913dd64c9d3341079a
[]
no_license
insidious163/school21
cfed3add2e35171e39995cca3e9db82e20010777
2a81104c960137293c0ec99575d616dddd340846
refs/heads/master
2020-04-23T22:58:53.662246
2019-02-19T18:07:01
2019-02-19T18:07:01
171,519,881
0
0
null
null
null
null
UTF-8
C
false
false
1,880
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* qs_tools.c :+: :+: :+: ...
[ "avigulyarny@gmail.com" ]
avigulyarny@gmail.com
a9d8bdea4a95d038bfcc2bab7b8534a298ac7d79
1ba7aa286b14ed34b8108775f0f013c3f8fd1179
/client.c
6df8a77516b319b4ad4aa492d3bf70fffc1583cb
[]
no_license
yanjiujun/udptest
ceb98bfa00dd3cf2d31c1167981a96823dcf2297
897c8ced1bdc16597daf89898b63be3477a44cb6
refs/heads/master
2020-11-24T14:47:22.050653
2020-01-03T11:21:07
2020-01-03T11:21:07
228,200,002
0
0
null
null
null
null
UTF-8
C
false
false
1,309
c
/** * udp攻击测试服务器端,接到数据包直接返回给客户端一个数据包 * */ #include <netinet/in.h> #include <arpa/inet.h> #include <unistd.h> #include <errno.h> #include <assert.h> #include <string.h> #include <stdio.h> #define PORT 5555 int main(int argc,char** argv){ struct sockaddr_in local_address; local_address.sin_addr.s_addr = h...
[ "yanjiujun@gmail.com" ]
yanjiujun@gmail.com
d0d4e7ae3f755bc0132d524f656a41ee9106c63e
3833ff7333211b06d301339b8ae11fc22cb118d4
/flex/calc/v5/calc.tab.c
123616707a188c537cefa79e979c5d00c21ba5a6
[]
no_license
evertonagilar/study
c4a6fed603b01bc8549813e7ef09e11a206ada99
03af0f0fa87e7ab90b4ce0dbc333c532b5610067
refs/heads/master
2023-03-09T01:43:46.393800
2023-03-04T10:58:20
2023-03-04T10:58:20
54,847,850
3
0
null
2023-03-02T14:18:01
2016-03-27T20:59:24
C
UTF-8
C
false
false
48,500
c
/* A Bison parser, made by GNU Bison 3.0.4. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by...
[ "evertonagilar@gmail.com" ]
evertonagilar@gmail.com
379fd29f69743647d621d0d156daa80c98ae6240
a364f5e25e4ec3563c2a6e366069488786927948
/sys/arch/sun3/sun3/vector.h
e668dfb25e8760912c850054e81c7ef16cb83bfb
[]
no_license
noud/mouse-bsd
b044db5ba4085794b94ea729eb4148e1c86d73b5
a16ee9b253dbd25c931216ef9be36611fb847411
refs/heads/main
2023-02-24T06:22:20.517329
2020-08-25T20:21:40
2020-08-25T20:21:40
334,500,331
1
0
null
null
null
null
UTF-8
C
false
false
2,620
h
/* $NetBSD: vector.h,v 1.13 1998/09/30 22:14:13 thorpej Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Adam Glass. * * Redistribution and use in source and binary forms, with or without * modi...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
9d2a6a0ff844d101aba91342931fba325c88507f
6fd6554fa33e43338b1384459936ae9493076075
/src/arch/arm64/mach-rk3399/driver/clk-rk3399-gate.c
2f12ab733e85144d44a4f74745075f32c19fbb2f
[ "MIT" ]
permissive
xi104074/xboot
c2db0d354345193a4d37fb5abe26924c02b3bac6
97e53c7d429ece33faa322530c6234bb776a1f78
refs/heads/master
2022-11-17T17:40:30.815988
2020-07-13T12:27:07
2020-07-13T12:27:07
279,295,690
0
0
MIT
2020-07-13T12:24:45
2020-07-13T12:24:45
null
UTF-8
C
false
false
5,078
c
/* * driver/clk-rk3399-gate.c * * Copyright(c) 2007-2020 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 "So...
[ "8192542@qq.com" ]
8192542@qq.com
ebddb7b2ec663c6e30a5abbac7d19202c5f5be42
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/work/kernel/linux-3.0.8/arch/arm/mach-w90x900/include/mach/mfp.h
3bedd7e55f2b365eed340e9556415033e8d50f22
[]
no_license
weilaidb/PythonExample
b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466
798bf1bdfdf7594f528788c4df02f79f0f7827ce
refs/heads/master
2021-01-12T13:56:19.346041
2017-07-22T16:30:33
2017-07-22T16:30:33
68,925,741
4
2
null
null
null
null
UTF-8
C
false
false
217
h
#define __ASM_ARCH_MFP_H extern void mfp_set_groupf(struct device *dev); extern void mfp_set_groupc(struct device *dev); extern void mfp_set_groupi(struct device *dev); extern void mfp_set_groupg(struct device *dev);
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
b05ac08e25b0646f9cb0d914cec6657e4ed499bf
9ed0ff78b0f9fb7c51910e352e2d3e552cd7e79a
/lab5/lab5.c
acce7719bc701f64720fe2ff1687c54ebc75b1a3
[]
no_license
andrebreis/feup-lcom
f47fac793c276ab4e7b19bdbce7d319805f660ee
6cd7fb86cb715d039e1e22cdd5f56d2eff7fec93
refs/heads/master
2021-07-10T21:29:16.421539
2016-01-04T12:44:58
2016-01-04T12:44:58
106,688,528
0
0
null
null
null
null
UTF-8
C
false
false
7,080
c
#include <minix/drivers.h> #include "test5.h" #include "pixmap.h" static void print_usage(char *argv[]) { printf( "Usage: one of the following:\n" " service run %s -args \"init <mode> <delay>\" \n" " service run %s -args \"square <xi> <yi> <size> <color>\" \n" " service run %s -args \"lin...
[ "up201403057@5ccc35e2-1529-40bc-bdfb-820787c46499" ]
up201403057@5ccc35e2-1529-40bc-bdfb-820787c46499
2b69fabc30d58ed3f31110b896abd98855925d0a
b7278820adde7fa3a2e0a2088154768d3c9e84c3
/samples/rm_amqp/rm_echo_dual_1_1/rm_echo_1_1.c
e8c2c41fe45b68ed2a543f6c74cf61594822fef5
[ "Apache-2.0" ]
permissive
apache/axis-axis2-c-sandesha
4034751927648a4672fa35229ed6917e657d39e2
569003442d866652a9d6dca4cd94a67d71647d81
refs/heads/master
2023-08-01T21:23:54.394954
2010-07-01T11:35:41
2010-07-01T11:35:41
248,644,342
1
5
null
null
null
null
UTF-8
C
false
false
9,373
c
/* * Copyright 2004,2005 The Apache Software Foundation. * * 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 ap...
[ "damitha@apache.org" ]
damitha@apache.org
ed33a683e88970f6888e7db436fd17b7d3eb4691
f5b5d38665037a4ef6f92272fc469283217bbf53
/Jose_Backup/lineFollow.h
6067ff4f400c28f77e3e5015a1637694e65b606c
[]
no_license
cyu5/robotics-competition-code
653e3c62be0e6eb08f0fa395484854cec29bf845
b13a64af920e9224b62ea7bd1f7b11a6de3b8183
refs/heads/master
2020-04-13T17:00:31.909454
2018-12-28T03:58:53
2018-12-28T03:58:53
163,336,234
0
0
null
null
null
null
UTF-8
C
false
false
18,213
h
#ifndef LINE_FOLLOW_H #define LINE_FOLLOW_H #define B1 B00100000 //left-front backward #define B2 B00000000 //right-front backward #define B3 B00000010 //left-back backward #define B4 B00000000 //right-back backward #define F1 B00000000 //left-front forward #define F2 B10000...
[ "gkhgygghg@gmail.com" ]
gkhgygghg@gmail.com
f51f2cf41ac9ef39a934bd9fe9685cd2fe926884
9bc2013f14b5d7372bd1f3323aaa614cd43294b3
/video3/kmsToMilesrefactor.c
fb0488aec73b361c1c9f1c5c9ad4c50f55339831
[]
no_license
NoMan2000/c-tuts
10b42c00b54e90a9f1a13c3c8415cd623465d1e6
512fa94e1873ea216bb1f28079452e200d6326b9
refs/heads/master
2016-09-06T01:27:30.693011
2013-11-06T14:46:22
2013-11-06T14:46:22
null
0
0
null
null
null
null
UTF-8
C
false
false
1,566
c
/* Converts distances from kilometers to miles. */ #include <stdio.h> /* printf, scanf definitions */ #include "kmsheader.h" /* Includes a function prototype for later use */ #define MILES_PER_KMS 0.621371192 /* conversion constant */ /* Typically you use all uppercase for a Constant. It is not necessar...
[ "msoileau@itt-tech.edu" ]
msoileau@itt-tech.edu
0b7add9d3c23f898b3e874969e7843d4dba85e09
ac42b5fc87d634d986d39a252565d6f08716ebac
/Estrutura de Dados I/ED - 01 - Linguagem C/Exercicios D/004 - Z.c
a5b4575e243e7111f3be09861b254fb9f84bd8cc
[]
no_license
Jeferson-BSI/BSI-119
ac4e6617a9467034de46a3e908e77ac9dc1f2980
ff99ea4292176b02dd8d7d98f64e7eb919e8a4ad
refs/heads/master
2020-07-21T12:00:07.981855
2019-09-06T18:59:21
2019-09-06T18:59:21
206,858,155
1
0
null
2019-09-06T19:07:54
2019-09-06T19:07:54
null
UTF-8
C
false
false
347
c
#include <stdio.h> int main(){ int a,b,c; printf("> "); scanf(" %i",&a); printf("> "); scanf(" %i",&b); printf("> "); scanf(" %i",&c); if (b - c < a && b + c > a && a - c < b && a + c > b && a - b < c && a + b > c) printf("Estas retas formam um triangulo!\n"); else printf("As retas informadas não f...
[ "kesley.martins@vivaldi.net" ]
kesley.martins@vivaldi.net
f088438d5fd16457f93e50f9a9db0696acbcbbcb
f5c18519e739ee53561a35996eadd244db5e5b41
/analysis/advanced_scripts/StudyCoverages_ncaptAntinu_eachConfigANNIE.C
5c9fe58d7e0f6312331907dd5c9f71c4f5f60ad1
[]
no_license
TITUSHK/ts-WChSandBox
bc75fc263e63f8034ee2b1fb6bbbb88e8c0c5b47
c39826ca891afdd9d56ebfb65764004716438127
refs/heads/master
2021-01-22T18:18:22.747143
2015-10-05T09:36:27
2015-10-05T09:36:27
39,197,838
0
1
null
2015-09-04T15:05:29
2015-07-16T13:18:23
C++
UTF-8
C
false
false
16,236
c
{ //************************************************************// // // // Set the value of "opt" to choose between // // TITUS or a ANNIE detector. // // // // Set the value of "config" to choose the coverage // // of the PMTs. // // // // Set the value of "LAPPDs"...
[ "f.di.lodovico@qmul.ac.uk" ]
f.di.lodovico@qmul.ac.uk
a897af70cf88722f6c680ec7b6a95905081a4d57
522bfca1241310f701aff4cd119bf7c25ddd4f5d
/philo_one/free_functions.c
9c71d45d5875e051dcc69e1dcb927805b4d135eb
[]
no_license
thimovandermeer/Philo
a6e12ee09f7e9a689296780bffb821d8073f1a3c
04bcda35919a83bbcb925685fa4d43a00e999a45
refs/heads/master
2023-02-17T19:06:17.569265
2021-01-21T19:48:18
2021-01-21T19:48:18
319,345,222
0
0
null
null
null
null
UTF-8
C
false
false
1,597
c
/* ************************************************************************** */ /* */ /* :::::::: */ /* free_functions.c :+: :+: ...
[ "thimovandermeer@gmail.com" ]
thimovandermeer@gmail.com
3e8b2287060856b3ff36a8564bf2364ce9a12bf1
5444da7624056b23548cfdce24e00b12961a069c
/lib/src/upfasn1lib/S1AP_Masked-IMEISV.c
28692e49f765b2183e0cce08517cf093682072a2
[]
no_license
ccosta-fbk/upflib
7fbb688b25ac71701869b395cee85e0450649c09
ce08f49c8dda024d0ddb9af544faafb2c7528393
refs/heads/master
2022-04-10T03:26:39.186198
2020-03-14T17:23:00
2020-03-14T17:23:00
null
0
0
null
null
null
null
UTF-8
C
false
false
2,104
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-IEs" * found in "3GPP_TS_36.413_v14.4.0.asn" * `asn1c -S /home/daigodevel/GIT3/brchiu-asn1c/skeletons -pdu=all -fcompound-names -findirect-choice -fno-include-deps -gen-PER` */ #include "S1AP_Masked-IMEISV.h" int S1AP_Masked_IM...
[ "robertoriggio@Robertos-MBP-2.station" ]
robertoriggio@Robertos-MBP-2.station
46ac77305e1a44b23502919f40a393388b8b3099
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/radare2/shlr/zip/zip/extr_zip_dirent.c__zip_dirent_write.c
974036ca815df3b1248250be3c05f53bcb98584d
[]
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
6,839
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
ef6c40f7a20b027f0cde8cd65b950d80cf5af2fa
4496980498bf9c3091f988961670b1755c10888d
/Table_of_truth_V1.0/Table_of_truth_V1.0.c
8090b57d39869a167d7bd0c3a68608be85df2d39
[]
no_license
ImadABID/Code_secret
138797bf020d0a87cb1b6d9b044044bbb603a082
db29d0f1f1993e0ac2fe6102389ff85e8e598855
refs/heads/master
2021-12-24T13:01:33.951071
2021-08-29T14:46:15
2021-08-29T14:46:15
145,003,164
0
0
null
null
null
null
UTF-8
C
false
false
3,063
c
#include<stdio.h> #include<stdlib.h> #include<string.h> #define E 4 #define PE 10 #define P 10000 /********************************************Structures*************************************************************/ /********************************************Variables Globales************************************...
[ "imad.abied@gmail.com" ]
imad.abied@gmail.com
080e92b17d8ba9b0e71eeae2b3c58a075cd0c2c6
4ce8fd5303d250435763d0446c0fb28c6c09b32e
/helper.c
56c0c770b5ad97b08f106a95cef3985a8c77807f
[]
no_license
bkmiller15/Alarm_Clock
e4ffbc5373e1971e7af5221f8c55d0986abcfffa
c3fd913b5ac8f7b282cdcb58749bb259066bd708
refs/heads/master
2021-01-19T11:25:12.247846
2017-02-17T01:00:50
2017-02-17T01:00:50
82,240,499
0
0
null
null
null
null
UTF-8
C
false
false
408
c
// helper.c // Alarm Clock // // Created by Brandon Miller #include "helper.h" void Int2SPIw16 (BYTE address, INT16 value) { BYTE highbyte; BYTE lowbyte; Int2BYTES T1; WORD WORDvalue = 0x0000; if (value > 1023) { value = 1023; } WORDvalue = (WORD)value; T1.Val = WORDvalue; lowbyte = T1.CONB...
[ "bkmiller15+github2@gmail.com" ]
bkmiller15+github2@gmail.com
c02fb6c3c9e1b37b84f009739ad96e50a28246a8
1564c5b7255ac64cdb930ae41810d358f8255953
/kungfu/class/quanzhen/pi.c
68e9abaf580d4de726ec94481fcb483487a44b07
[]
no_license
klajie/mud
9f531cc845389ed1d4beea8ea5c1146af086dd41
8d16bbc725a0d3fa53c71488f6c90e199b723a17
refs/heads/master
2020-03-19T04:19:28.506756
2018-06-02T12:30:23
2018-06-02T12:30:23
135,816,231
2
0
null
2018-06-02T12:34:54
2018-06-02T12:34:54
null
GB18030
C
false
false
1,927
c
inherit NPC; inherit F_MASTER; void create() { set_name("皮清玄", ({ "pi qingxuan", "pi", "qingxuan" })); set("gender", "男性"); set("age", 24); set("class", "taoist"); set("long", "他是一位体格强健的青年道士,似乎身怀武艺。\n"); set("attitude", "friendly"); set("shen_type", 1); s...
[ "i@oiuv.cn" ]
i@oiuv.cn
a290ace9ba787dd0fef7d102786924f7c5baa8d7
20b08bd6440817958dc5517633737a364f56e455
/servclififo/servidor.c
444d21558ab61d2119a027c9b73c29a93a21f6d9
[]
no_license
sa7sa/tp_so
4e6f23bb7ae27fa541518d9d40b5bf8e90b20a5a
62be5686013e861bca93f83f89fb295e9d9fb697
refs/heads/main
2023-02-04T04:07:47.840325
2020-12-13T11:59:28
2020-12-13T11:59:28
318,581,723
0
0
null
null
null
null
UTF-8
C
false
false
2,026
c
#include "dict.h" #include <signal.h> #define NPALAVRAS 7 char* dicionario[NPALAVRAS][2]={ {"memory", "memoria"}, {"computer", "computador"}, {"close", "fechar"}, {"open", "abrir"}, {"read", "ler"}, {"write", "escrever"}, {"file", "ficheiro"}, }; int s_fifo_fd,c_fifo_fd; void trataSig(int i){ fprintf(stderr,...
[ "noreply@github.com" ]
sa7sa.noreply@github.com
07d26b70be54491ebcb30c1db472bc9d3d54e1ce
fd2837aef61176323fb6d8eb647b20debe7995f5
/CSAPP/sa-bAbi/working/7f321ad6a2.c
2bbbb2719a1c72be06e7e49c7ffd6d702737586a
[]
no_license
callMeBigBen/CourseWork
b0ef17b5cfe07ba61404abd68812d2b56393db87
41d68c07f7b1411dbca7dc7d5e2efeceb9edee27
refs/heads/master
2020-04-10T08:18:21.617984
2019-05-22T05:26:38
2019-05-22T05:26:38
160,902,512
1
0
null
null
null
null
UTF-8
C
false
false
497
c
#include <stdlib.h> // Tag.OTHER int main() // Tag.OTHER { // Tag.OTHER int entity_0; // Tag.BODY entity_0 = rand(); // Tag.BODY int* entity_3; // Tag.BODY int* entity_6; // Tag.BODY entit...
[ "33094628+callMeBigBen@users.noreply.github.com" ]
33094628+callMeBigBen@users.noreply.github.com
02f7bab0584bec2887a92fb5eb30528fa829194d
e56c6c884cf20df17cf89596235a33eda66e2587
/randfunction4.c
3f28ab139e0e2de7828bed87b243ec9d4a4a18ed
[]
no_license
Burakzdd/C-examples
89e5810cffd5d2bb4fb57fdaebe757411cc7321c
d5eab0caf07487d10dc8f243c20611b1c6c93440
refs/heads/main
2023-02-08T23:46:14.402647
2021-01-02T19:15:53
2021-01-02T19:15:53
326,251,514
0
0
null
null
null
null
UTF-8
C
false
false
476
c
#include <stdio.h> #include <stdlib.h> #include <time.h> void midpoint(){ int a1,b1,a2,b2; int a,b; double m1,m2; printf("Please enter shift value and scaling factor"); scanf("%d%d",&a,&b); a1= a+ (rand() % (b-a)); a2= a+ (rand() % (b-a)); b1= a+ (rand() % (b-a)); b2= a+ (rand() % (b-a)); printf("a1=%d a2=%d...
[ "Burak67ozd@outlook.com" ]
Burak67ozd@outlook.com
0ff1551bff0f81ff95534fadc6d1fcc1f23657e8
0aef26863f142bef75a0e4aaf7da76fc95e3d8ae
/crypto_sign/picnicl5full/ref/api.h
a4ad67c84abe0e7e3434c58a90200cc8da19faff
[]
no_license
jedisct1/supercop
94e5afadc56ef650d7029774a6b05cfe2af54738
7c27338ee73a2bd642ba3359faaec395914175a2
refs/heads/master
2023-08-02T20:12:39.321029
2023-05-30T03:03:48
2023-05-30T03:03:48
179,046,113
23
2
null
null
null
null
UTF-8
C
false
false
1,157
h
/*! @file api.h * @brief Header for the NIST/SUPERCOP API. * * This file is part of the reference implementation of the Picnic signature scheme. * See the accompanying documentation for complete details. * * The code is provided under the MIT license, see LICENSE for * more details. * SPDX-License-Identif...
[ "github@pureftpd.org" ]
github@pureftpd.org
097e73548f8511a7f143ae81538a793263dc03ac
5765b88dee5f5b829ece3ddbaafda652498cc5b1
/Code_105/exercise_09.c
c1c0ce50ea8e26bf398dab9253bda8db2925c487
[]
no_license
duangtian/CS105-and-homework
0ce53bac06a26f97a899324f2f22b8c6f37e00b2
ee57914844d26b3e124aeedd105e5f77814310e3
refs/heads/master
2020-07-15T00:25:09.468647
2019-08-30T18:30:17
2019-08-30T18:30:17
205,436,471
0
0
null
null
null
null
UTF-8
C
false
false
343
c
#include <stdio.h> int main() { int minutes, seconds; int input_sec; printf("Enter the number of seconds: "); scanf("%d", &input_sec); minutes = input_sec / 60; seconds = input_sec - (minutes * 60); printf("%d seconds = %d minutes, %d seconds\n", input_sec, minutes, seconds); ...
[ "noreply@github.com" ]
duangtian.noreply@github.com
22504e56d83404a5c0a6d064c1d79419a485648e
b58352688cd881230905f6dd959b777bca8f9e99
/src/openmp/particlefilter/ex_particle_OPENMP_seq.c
ab976c946fd63425d691b61fef4a3180ae5e20b3
[]
no_license
JL102/rowan-riscv-rodinia-llvm
6a35f841dc71608b44869581ff04572927e1901f
c068bac300b4411c6b25853d1eec3eb0dcd465ff
refs/heads/main
2023-06-22T17:28:58.719315
2023-06-20T23:39:10
2023-06-20T23:39:10
301,465,118
0
0
null
null
null
null
UTF-8
C
false
false
19,214
c
/** * @file ex_particle_OPENMP_seq.c * @author Michael Trotter & Matt Goodrum * @brief Particle filter implementation in C/OpenMP */ #include <stdlib.h> #include <stdio.h> #include <math.h> #include <sys/time.h> #include <omp.h> #include <limits.h> #define PI 3.1415926535897932 /** @var M value for Linear Congruen...
[ "jordannamez@gmail.com" ]
jordannamez@gmail.com
c20f85adf87816b89953ac7b1c20c56b1fc21860
bb85443e86d0e4205d60c08b6e04bbae9eeeed65
/CSSE442/john-1.8.0-jumbo-1/src/opencl_odf_fmt_plug.c
56f3486dc98bc07a911132b9ce616a15f32a89fa
[]
no_license
mimaun/Rose
9584040e40f9c93f08ae60bdd6e06dd1bbd8b73c
93d83349d4187efca18caa4dfcaf052a38341778
refs/heads/master
2021-01-10T06:35:00.252050
2016-03-22T11:05:27
2016-03-22T11:05:27
46,201,814
1
0
null
null
null
null
UTF-8
C
false
false
21,806
c
/* Modified by Dhiru Kholia <dhiru at openwall.com> for ODF Blowfish format. * * This software is Copyright (c) 2012 Lukas Odzioba <ukasz@openwall.net> * and it is hereby released to the general public under the following terms: * Redistribution and use in source and binary forms, with or without * modification, a...
[ "mimaunxxx@gmail.com" ]
mimaunxxx@gmail.com
c4833ff60216f50471b06ca10911dbd0778e9bd0
1f2fa4743e7221e99ba67f66ba77203a92faf23e
/ThirdParty/openssl-0.9.8k_WIN32/include/openssl/x509.h
f288465153f4121bafa96664ff52e59dfea93e3f
[]
no_license
achenfengb/PRINCESS_opensource
988637a67251807032f22d5f60205a5e4c6a90e7
4673cb4f285dfad05c0c73bd8dab92ab0d48db8d
refs/heads/master
2021-01-24T08:00:28.413652
2016-10-15T11:36:29
2016-10-15T11:36:29
68,886,580
14
2
null
null
null
null
UTF-8
C
false
false
49,216
h
/* crypto/x509/x509.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-c...
[ "cf@Fengs-MacBook-Pro.local" ]
cf@Fengs-MacBook-Pro.local
b65dc4275e410740b4a44213d131a0843824bd50
a6e16f8b4e3e9dfb7a8b6f323b7e35fb82537222
/C/XAES920S/OBSOLETE/MENU.H
10ec2ea19e4b94b5e62035fdd47abb4a0fdcff28
[]
no_license
pjones1063/Atari_ST_Sources
59cd4af5968d20eb3bf16836fc460f018aa05e7c
fe7d2d16d3919274547efbd007f5e0ec1557396d
refs/heads/master
2020-09-04T20:21:44.756895
2019-10-30T12:54:05
2019-10-30T12:54:05
219,878,695
2
0
null
2019-11-06T00:40:39
2019-11-06T00:40:39
null
UTF-8
C
false
false
10,962
h
/* pre mouse rectangle version */ /* HR: This still works and is maintained. I want to be able to switch off rectangle events. */ WidgetCallback click_menu_widget /* (XA_WINDOW *wind, XA_WIDGET *widg) */ { extern Tab active_menu; XA_WIDGET_TREE *w_otree = widg->stuff; OBJECT *root; XA_CLIENT *client; ...
[ "ggn.dbug@gmail.com" ]
ggn.dbug@gmail.com
a760c49efaa4072a1fe56ee30fe542c0a8eec30b
cefa121c5dfe3ff1d3e6dee45c4205d840cd0a6b
/include/io_server.h
13afa255a86d081d66f0c4ec9ee871b0ce038721
[]
no_license
gordonszeto/armv4-kernel
3e4aae042de9aef4efa9877feea5bf626c8e2ae7
dcd313bdc569dde882ad008fa28ede423703ad60
refs/heads/master
2020-03-24T21:55:18.744839
2018-07-31T19:31:17
2018-07-31T19:31:17
143,057,464
0
0
null
null
null
null
UTF-8
C
false
false
1,152
h
#ifndef IO_SERVER_INCLUDED_ #define IO_SERVER_INCLUDED_ #include <int_types.h> #define IO_SERVER_NAME1 "io-server-1" #define IO_SERVER_NAME2 "io-server-2" #define IO_SERVER_MSG_MAX_DATA_LEN 31 #define IO_SERVER_BUFFER_SIZE 128 typedef enum { IO_SERVER_MSG_TYPE_EXIT, IO_SERVER_M...
[ "g3szeto@edu.uwaterloo.ca" ]
g3szeto@edu.uwaterloo.ca
c5abca267ad9b6160884c10e9ca630ab4a288c99
593a1fe204422863821f0fdb7bbe078875d9d9d1
/scanner.tab.h
3ff97a6ca216905eb8fd7d5d11e643f8542a4531
[]
no_license
Embracethevoid/Parser
08506ea8379ddec7401ae32fcdf5dd59d36f86ef
db1db93b4ae55c1817a61b6c95b02988f7c19753
refs/heads/master
2021-01-09T05:59:11.770044
2017-02-04T00:37:08
2017-02-04T00:37:08
80,881,444
0
0
null
null
null
null
UTF-8
C
false
false
2,855
h
/* A Bison parser, made by GNU Bison 3.0.4. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by t...
[ "noreply@github.com" ]
Embracethevoid.noreply@github.com
44db97522e1207f4e5cb2266896f68f943f0d642
57f1d01ec2e29032d5c6fc3b1083c453972b6b54
/Intel-project/tlb_mng.c
181299b0c9e11f165f87677e995620e3ba436f29
[]
no_license
AugusteLef/Intel-Kaby-Lake
f4894948a009d7347408bc2f8c4e331989f50549
a5ac4761075f2f7268085c5585ba056f51ecd9e7
refs/heads/master
2020-08-01T05:20:08.311653
2019-09-25T15:27:54
2019-09-25T15:27:54
210,877,888
2
0
null
null
null
null
UTF-8
C
false
false
4,345
c
#include "tlb_mng.h" #include "util.h" // for SIZE_T_FMT #include "error.h" #include "page_walk.h" #include "addr_mng.h" #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <string.h> // for memset() #include <inttypes.h> // for SCNx macros #include <assert.h> #include <ctype.h> int tlb_flush(tlb_entry...
[ "noreply@github.com" ]
AugusteLef.noreply@github.com
3d9c6ccd0959518b8415dcb51e0f98500fbd28a0
4be9494f8b5f4b77cbdcf7ff5b1780d4a3f27a9d
/src/lib/core/runtime/i64_reinterpret_f64.c
11453525e94b777d3f29dfc89504cb10facf6654
[ "BSD-3-Clause" ]
permissive
PunchShadow/WasmVM
122bcaef2888557f7b2018bf547557d04145c689
824ca57eb2d699b8c641382c867af089d7518b8a
refs/heads/master
2020-04-05T15:21:26.343054
2019-04-30T11:14:55
2019-04-30T11:14:55
153,037,301
0
0
BSD-3-Clause
2018-10-15T01:40:13
2018-10-15T01:40:13
null
UTF-8
C
false
false
91
c
#include <core/Runtime.h> int runtime_i64_reinterpret_f64(Stack* stack) { return 0; }
[ "luishsuplus@gmail.com" ]
luishsuplus@gmail.com
572ffad2a70bc06eb7198c119ff428cccd12e1a3
07d599bd1c13b86fe237cb85c6b11b3d74944566
/GSM/Socket.h
a27d868764634ae9b245cb2cd57cb161db0322f7
[]
no_license
mcmdevworks/jic
6736b5d00a8622428f2c7b67c2f4628886ac0abf
9c8e531e9ce20198727f38d0bb652821e1f5a48c
refs/heads/master
2020-04-14T17:12:41.593940
2019-02-02T06:10:05
2019-02-02T06:10:05
163,972,974
0
0
null
null
null
null
UTF-8
C
false
false
734
h
/* * Socket.h * * Created on: 01-Feb-2019 * Author: mmanjrekar */ #ifndef GSM_SOCKET_H_ #define GSM_SOCKET_H_ #include "stm32f0xx.h" #include "stm32f0xx_conf.h" #define MAX_SOCKETS 1 #define PROTOCOL_TCP 0 #define PROTOCOL_UDP 1 typedef struct { char *pszHostAddress; uint16_t u16HostPort...
[ "mayuresh_1011@yahoo.co.in" ]
mayuresh_1011@yahoo.co.in
c72517229e009f1d360bf05d0aa094a121d45297
083e2feed5a4ad7d63fa21268b8e3ab27db3cb10
/sorting.c
5184c66da20aa1ec42919df3a6bb48a9dbee108c
[]
no_license
ddalggat/push_swap
d0b7b54f218965ea5c1f2303a0b1a68102748097
d27f0624fe08f35e825358a04aeb05a5ea2ba826
refs/heads/master
2023-08-06T13:57:34.073302
2021-10-07T02:41:57
2021-10-07T02:41:57
408,894,429
0
0
null
null
null
null
UTF-8
C
false
false
2,231
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* sorting.c :+: :+: :+: ...
[ "gjailbir@et-h2.kzn.21-school.ru" ]
gjailbir@et-h2.kzn.21-school.ru
cf0831b58399cea342d88a9b1b28612de552b914
bf72207445216c329d07324b3aaa20cef7c83309
/wifimod-need-sigtab/user/sys_config.c
f47f11955a4dc20deb6cc5c30e82b26e96d0006f
[ "Apache-2.0" ]
permissive
beecomiot/BC231X-Examples
446ce01f404bf4e399b7e6ab50c43a6e9a468a9f
e8d7d2cc4704fb0ea5c7a03ed6f7f0ffb40cba6f
refs/heads/master
2020-06-19T07:16:15.828245
2019-10-31T15:06:46
2019-10-31T15:06:46
196,613,046
0
0
null
null
null
null
UTF-8
C
false
false
6,360
c
#include "esp_common.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "espressif/c_types.h" #include "espressif/esp_misc.h" #include "lwip/sockets.h" #include "lwip/inet.h" #include "espressif/pwm.h" #include "lwip/netdb.h" #include "gpio.h" #include "uart.h" #include <sys_config.h> #include <user...
[ "ansersion@gmail.com" ]
ansersion@gmail.com
9f0b5c36ca944d3cc26754db127bc2498708585e
336d18e33b3e1b6dcc3fe539c77b33712476ec1e
/status.c
7158ab33c0e8eee3ecfa6ae9a1ac101c381ba8bd
[]
no_license
MaciejUrbanski16/System-for-elevator-s-control
34b75cfa8f0cb042d4d830359814d579378e29b4
03aba17a6813b40669c1edb91931b9825bc0debf
refs/heads/main
2023-04-05T20:05:25.799717
2021-03-24T17:09:37
2021-03-24T17:09:37
355,526,582
0
0
null
null
null
null
UTF-8
C
false
false
1,545
c
#include "status.h" void showStatus(Elevator *e){ Status statusOfElevators; statusOfElevators.statusID = "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16\n"; //preparing table with chars (clearing them) for(int i=0; i < MAX_FLOOR; i++){ for(int j = 0; j< 3*MAX_AMOUNT_OF_ELEVATORS; j++){ ...
[ "urbanskimac@gmail.com" ]
urbanskimac@gmail.com
0d269ccdfbf91443400fae088e01f923acba8ee5
8ae7a23f05805fd71d4be13686cf35d8994762ed
/mame150/src/mame/audio/geebee.c
328f396a1234f1fa6468cc33c803237002777c21
[]
no_license
cyberkni/276in1JAMMA
fb06ccc6656fb4346808a24beed8977996da91b2
d1a68172d4f3490cf7f6e7db25d5dfd4cde3bb22
refs/heads/master
2021-01-18T09:38:36.974037
2013-10-07T18:30:02
2013-10-07T18:30:02
13,152,960
1
0
null
null
null
null
UTF-8
C
false
false
4,811
c
/**************************************************************************** * * geebee.c * * sound driver * juergen buchmueller <pullmoll@t-online.de>, jan 2000 * ****************************************************************************/ #include "emu.h" #include "audio/warpwarp.h" const dev...
[ "dan@van.derveer.com" ]
dan@van.derveer.com
8546645790af2e371abca1065e694d3d7381fd00
84290ce4e34fa243286e7cacc52a0fee303ef17e
/MemoryReserveApc/MemoryReserveApc.c
0ca7309457dde5d85c5205d22e9e6fab3f9379e7
[]
no_license
cbwang505/apc-research
00dcc4acc2cc64c1e6b8dd0bfe1afc808e2703bd
0d0e84832f8bc77fa5d93e4b80c5763fdecc341c
refs/heads/master
2022-09-27T13:09:52.431386
2020-06-02T22:11:43
2020-06-02T22:13:21
269,515,756
1
0
null
2020-06-05T02:48:46
2020-06-05T02:48:46
null
UTF-8
C
false
false
2,173
c
#include <Windows.h> #include <stdio.h> #include <winternl.h> typedef VOID (*PPS_APC_ROUTINE)( PVOID SystemArgument1, PVOID SystemArgument2, PVOID SystemArgument3 ); typedef NTSTATUS (NTAPI *PNT_QUEUE_APC_THREAD_EX)( IN HANDLE ThreadHandle, IN HANDLE MemoryReserveHandle, IN PPS_APC_ROUTINE ApcRoutine, IN PVO...
[ "repnzb@gmail.com" ]
repnzb@gmail.com
2f8ea3d908a2632278bc4dd83c4263b860cb0fbe
32e48bb5c7b9714e25bc9312f185a85e02338cc5
/usr/libs/libc/sysdeps/micro/generic/ioctl.c
94e7556ba96e85e348bb7e95e57414bb19497558
[ "BSD-2-Clause" ]
permissive
thebigcx/micro
3e31cc30822c89bed342797ca407079bdf52a3c4
6400dfe82b1dcf42d2ef976ac5f7eb1f9a4a5c7c
refs/heads/master
2023-08-25T18:25:17.336079
2021-10-17T01:31:27
2021-10-17T01:31:27
397,209,343
0
0
null
null
null
null
UTF-8
C
false
false
153
c
#include <unistd.h> #include <libc/syscall.h> int ioctl(int fd, unsigned long request, void* argp) { return SYSCALL_ERR(ioctl, fd, request, argp); }
[ "christianprince132@gmail.com" ]
christianprince132@gmail.com
684ca75a62c119f2d9931c1678602dba52cc331b
de93128179196d92599312c8db3a31a6f556ef35
/Microchip/PIC32CX-BZ_DFP/1.0.80/BZ24/include/component/dsu.h
e3a7d7331bbc5c0ea1fb3337c05bb71760401092
[ "Apache-2.0" ]
permissive
marcins1024/dev_packs
5a6a7b5379856bcf75ee9bc283db6743eca2241a
afa97e11185a60e9bc44e0a3550f0ba3eb818679
refs/heads/master
2023-08-04T08:32:16.607078
2021-09-22T10:18:05
2021-09-22T10:18:05
null
0
0
null
null
null
null
UTF-8
C
false
false
36,083
h
/** * \brief Component description for DSU * * Copyright (c) 2021 Microchip Technology Inc. and its subsidiaries. * * Subject to your compliance with these terms, you may use Microchip software and any derivatives * exclusively with Microchip products. It is your responsibility to comply with third party license ...
[ "thibaut.viard@microchip.com" ]
thibaut.viard@microchip.com
05903af100dc2eccf13d88cf639fc6f5320e90c8
104e7ccb73dd3a377b7039a1e39eb79f782aded3
/phoenix/system/src/drivers/wifi/rtl8812au/core/rtw_p2p.c
aab8155cbbbd68ebbd4a5a64a0ce3711eff1118e
[]
no_license
tjjh89017/BPI-W2-bsp
80204034901588326c43f4d8255b208c2d64a652
241f147c1e150f572d435dc04a6dbed05db04ceb
refs/heads/master
2020-04-04T19:53:55.821859
2018-11-23T10:10:29
2018-11-23T10:15:55
156,225,082
4
2
null
2018-11-05T13:48:47
2018-11-05T13:48:47
null
UTF-8
C
false
false
168,695
c
/****************************************************************************** * * Copyright(c) 2007 - 2017 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundat...
[ "lionwang@sinovoip.com.cn" ]
lionwang@sinovoip.com.cn
a6ef79229144f96d5c5da2a6e1cfe877b4f0063d
8a8ed3f2cb1bfb00d4ac81c693ebebafa5235db0
/优化and成果/Compiler/syn.c
2fbb56f879938152c5e856f915bcf3b4a1251540
[]
no_license
Mujt/BUAA_Compiler
c4b59d0c097a197f19c25de751f60a7690dbcfcc
9cf231b8f4cc6ceae9a9d0240848f0274803e2a0
refs/heads/master
2020-06-28T12:15:57.772277
2019-08-02T12:54:29
2019-08-02T12:54:29
200,232,355
2
0
null
null
null
null
GB18030
C
false
false
44,751
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "Lexical.h" #include "syn.h" #include "error.h" #include "Lexical.h" #include "midcode.h" extern mainTab MTable; extern MID_T midtab; extern caseT3 caseTab; extern int switchnum; extern char token[tokensize]; int semisym=0; extern int Tokenpoint; exter...
[ "16231173@buaa.edu.cn" ]
16231173@buaa.edu.cn
f84074133f18dba1c14a673b2bdb11d9b8115aa6
0bdabe3bea5d8487585edc8483b4bd53fc62521a
/OS/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
238b5d80af2f9e200271dbd2d2ed41617a571039
[ "Apache-2.0" ]
permissive
xuqianzheng/Smart-Plug
8bb31dae8c5f073f285cc9ae3f3da641cdf3f3a5
2f614372cca226958320431ad0134a7036deba2e
refs/heads/master
2021-01-11T22:49:47.681728
2015-09-05T15:15:06
2015-09-05T15:15:06
null
0
0
null
null
null
null
UTF-8
C
false
false
5,260
h
/* FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry. This file is part of the FreeRTOS.org distribution. FreeRTOS.org is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (version 2) as published by the Free Software Foundation and mo...
[ "makerdiary@gmail.com" ]
makerdiary@gmail.com
b8b15adb96d3ddb9d6426ab41d2be181913d05f4
b66b60f2617ea84fc0b8216b2cdd728dea2e0657
/unix-1-001/42sh/printf/flags_d.c
cd8d73ddfaab186efdd17d9931539be8d02dcf5b
[]
no_license
rgary87/42
648043c7174c421f07277ecf599187b4699062f7
44f6d6082e3f740302e5dd99637db93def38f34d
refs/heads/master
2021-11-22T21:46:11.806193
2014-02-22T17:25:29
2014-02-22T17:25:29
null
0
0
null
null
null
null
UTF-8
C
false
false
2,001
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* flags_d.c :+: :+: :+: ...
[ "rgary@e2r8p13.42.fr" ]
rgary@e2r8p13.42.fr
868570a3f4cab11876a63d4044b846420892138a
2064c8b59606a53bc598562f40ee8ec45eda03e8
/include/vgaapi.h
6d16def6eb705ec880b54ea397f302dc312f7ab2
[]
no_license
Howserr/Systems-Programming-OS
882a11d84b4a391f2ca44a4ecf5728fbe946dc17
8f9352be22604dc418a6b9628dadbeb071e9640d
refs/heads/master
2021-05-04T15:30:45.020330
2018-02-04T22:26:38
2018-02-04T22:26:38
120,228,812
0
0
null
null
null
null
UTF-8
C
false
false
71
h
#ifndef _VGAAPI_H #define _VGAAPI_H void InitialiseVgaCalls(); #endif
[ "O.kabi@outlook.com" ]
O.kabi@outlook.com
1ff2f9bc39365b6d2f7d6a1fdda7654ecca5d7f7
f7025a27cf5a93a15b3c9779412e155263283e90
/TP3_Abonnenc_Bonhoure/grapheio.h
c5f33bd46ef61029d7d2db90b35dd450e7286e2f
[]
no_license
Number6406/Polytech_s6_alg
7ec5c9a84cfcc3b0d446df50727c78e35b7d8867
fcf1368dd4ecbdced71b78ef19b8e0e46e55a701
refs/heads/master
2021-01-10T15:00:17.545965
2016-04-04T08:13:21
2016-04-04T08:13:21
50,438,181
0
0
null
null
null
null
UTF-8
C
false
false
474
h
#ifndef GRAPHEIO_H #define GRAPHEIO_H // Affichage d'un graphe void affGraphe(pnoeud_t graphe); // Affichage d'un graphe et du cout d'un chemin // Attention les couts doivent ête initialisés ! void affGraphe_cout(pnoeud_t graphe); // Fonction interactive de création d'un graphe pnoeud_t creer_graphe(); // Libére la...
[ "alicia.abonnenc@hotmail.com" ]
alicia.abonnenc@hotmail.com
970351a479f775cf7c75d02cc4449e2a91b7620c
cb80ffbfe6b12be3f42322537aff3552fd9239f2
/src/external/glfw/deps/glad/vulkan.h
469ffe5e008a51f1ae28aea7aa077500bf18b8fa
[ "Zlib", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-unknown-license-reference" ]
permissive
raysan5/raylib
afe80387401361d6f35f9831978b0b379d2d9971
a86c93ebc0095f6c2ffc14656bfc9e1e37070f72
refs/heads/master
2023-08-16T20:49:02.921768
2023-08-14T22:09:27
2023-08-14T22:09:27
13,836,499
15,971
2,825
Zlib
2023-09-14T21:19:02
2013-10-24T15:46:04
C
UTF-8
C
false
false
336,197
h
/** * Loader generated by glad 2.0.0-beta on Thu Jul 7 20:52:04 2022 * * Generator: C/C++ * Specification: vk * Extensions: 4 * * APIs: * - vulkan=1.3 * * Options: * - ALIAS = False * - DEBUG = False * - HEADER_ONLY = True * - LOADER = False * - MX = False * - MX_GLOBAL = False * - ON_DEMAND =...
[ "raysan5@gmail.com" ]
raysan5@gmail.com
fcb5f5f2b22f2107e6a058552aa6147a2859619b
e5926ce06de449fa0c3d8f110497c61a3b5d730d
/stm32/system/STM32F1/stm32_chip/stm32_STM32F103C6.h
6d8449f69035de2d30e8474c49b85e2fd8f1b22b
[ "MIT" ]
permissive
Gruenstreifen-eV/BSFrance-stm32
b4a976d532f25d64b3efdfad04ad8557a3535ed3
e8d3aa12c1fcc1f2c90fa8a3c9f6c39851d013d6
refs/heads/master
2020-04-20T13:19:50.997106
2019-02-18T19:26:12
2019-02-18T19:26:12
168,866,125
0
1
MIT
2019-02-02T18:55:05
2019-02-02T18:55:05
null
UTF-8
C
false
false
435
h
//Autogenerated file //MCU name: STM32F103C6 //MCU xml: STM32F103C(4-6)Tx.xml //GPIO remap/alternate function xml: GPIO-STM32F103x4_gpio_v1_0_Modes.xml #include "stm32_GPIO_variant_1.h" #include "stm32_REMAP_variant_20.h" #include "stm32_I2C_variant_1.h" #include "stm32_SPI_variant_1.h" #include "stm32_TIM_varia...
[ "alerts@bsfrance.fr" ]
alerts@bsfrance.fr
3104d4ec24daa2e6f9b267ddb8787f3cdaf44635
e79baefb428af70be149dab2eb5f8b02322d4279
/epoc32/include/audioequalizerutilitydata.h
22e5e40d4243bf8ec0bc583b24e4fd10fab8eaee
[]
no_license
EKA2L1/oss.API_REF.Public_API
24e8bdef672b6d7dfaafc38790591bfbdfcbefe7
bc81f066aa6ffc3e41775a34ededbcf76da2ccfe
refs/heads/master
2020-03-30T16:57:46.945926
2009-11-24T13:55:44
2009-11-24T13:55:44
151,434,948
0
0
null
null
null
null
UTF-8
C
false
false
28
h
audioequalizerutilitydata.h
[ "williamr@symbian.org" ]
williamr@symbian.org
ec1430fc2f95e5c87dcd1da2808dd2882724abb6
6257db3f4fe20ca569c97c008ae57f09061fcc2a
/0x12-singly_linked_lists/3-add_node_end.c
2b3c46930ccdea6623bea11f5e017a1976ba93fd
[]
no_license
Jesse-Domey/holbertonschool-low_level_programming-4
edc48a68551adcd6ed8ed6187b44fb2643479b01
e19d70703dbb392f5f05e55461dd6d93cdb03465
refs/heads/master
2023-04-18T23:21:25.946334
2021-04-25T19:27:40
2021-04-25T19:27:40
null
0
0
null
null
null
null
UTF-8
C
false
false
687
c
#include "lists.h" /** * add_node_end - function * @head: pointr * @str: pointer * Return: list */ list_t *add_node_end(list_t **head, const char *str) { list_t *new, *tmp; tmp = *head; if (head == NULL) { return (NULL); } new = malloc(sizeof(list_t)); if (new == NULL) { return (NULL); } (*new).str...
[ "samuel.srmv@gmail.com" ]
samuel.srmv@gmail.com
1f2cc29cee54404eb1d35fe7909afe2bb654cc9b
62b7670e30940a11be210bc7fa35489ce8191e01
/number to word.c
cf0cc1f5b3cf78d94cb49855ad8c0da1d572cd29
[]
no_license
ritish0565/Cprogramming-1stYear
bb8f1c3a261f1c43f9f1ad303e3223e4f0910f87
c206e7a4933f64f7d2413550dc03aefab738af8b
refs/heads/master
2022-11-30T10:42:35.220567
2020-08-06T19:26:57
2020-08-06T19:26:57
null
0
0
null
null
null
null
UTF-8
C
false
false
1,117
c
#include <stdio.h> int main() { int n, num = 0; printf("Enter any number to print in words: "); scanf("%d", &n); while(n != 0) { num = (num * 10) + (n % 10); n /= 10; } while(num != 0) { switch(num % 10) { case 0: p...
[ "noreply@github.com" ]
ritish0565.noreply@github.com
0dd29c30421ab266c8f6006b7d6298461729cfff
362a5eef17c7ec4e668602a9d72c89dcc36810f0
/src/c-blosc2/blosc/sframe.h
0cabc0c4318026b639ab4cbc2bda341734f4be44
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
silx-kit/hdf5plugin
688386042de4bee6ed32b73fb1921fc572980f73
858a6c380338a25d60c1ea5740c2c3f2cfc4ffd6
refs/heads/main
2023-06-26T17:22:17.745661
2023-06-16T13:05:41
2023-06-16T13:05:41
62,723,243
54
36
NOASSERTION
2023-09-14T12:12:15
2016-07-06T13:31:41
C
UTF-8
C
false
false
910
h
/********************************************************************* Blosc - Blocked Shuffling and Compression Library Copyright (c) 2021 The Blosc Development Team <blosc@blosc.org> https://blosc.org License: BSD 3-Clause (see LICENSE.txt) See LICENSE.txt for details about copyright and rights to use. *...
[ "thomas.vincent@esrf.fr" ]
thomas.vincent@esrf.fr
7e8f501eacae06f099858a315b04750b5f48027c
17b0677ada7b3bc3934fdba1133c7007125ef540
/1.makro.c
c765cad279b60be4980e2e2f3909dc9020cc559b
[]
no_license
SunJangYo12/c-extreme
41cf3f474c3c893764f32a7d60b4aad2e40c17c0
302bba7542b7f18f9fd429cce56e6e57e7a185b1
refs/heads/main
2023-06-27T17:09:59.091284
2021-08-03T13:41:06
2021-08-03T13:41:06
392,329,815
0
0
null
null
null
null
UTF-8
C
false
false
801
c
// gcc -std=99 makro.c #include <stdio.h> #include <stdlib.h> #include <string.h> #define ABC 6 #define CODE \ printf("xx\n"); #define PRINT(a) printf("%d\n", a); #define LOOP(v, s, e) for (int v=s; v<=e; v++) { #define ENDLOOP } #define LOG_ERROR(format, ...) \ fprintf(stderr, format, __VA_ARGS__) #define V...
[ "sunjangyo12@gmail.com" ]
sunjangyo12@gmail.com
0cecf65be3a6b314ac455f68982e27dd1f3c3883
9374cdf9280b01ed255e5d31482b906ad44311e9
/SOFT/1/control.c
2abffb27db310d7f32a4fd8d441a5ef79a662e8e
[]
no_license
spa-pal/UKU201DCDC
69c867027d0e71442fbd85f0f7cc14d9d098b89b
2bafa5fede9003ad72c1949fb0b9d1cd0dbe2b7c
refs/heads/master
2023-02-21T19:59:38.324617
2021-01-29T04:19:10
2021-01-29T04:19:10
331,912,294
0
0
null
null
null
null
WINDOWS-1251
C
false
false
66,935
c
#include "rtl.h" #include "control.h" #include <stm32f10x_lib.h> #include "main.h" #include "beep.h" #include "mess.h" #include "full_can.h" #include "modbus.h" #define can1_out mcp2515_transmit //*********************************************** //АЦП unsigned short adc_buff[10][16]; unsigned short adc_buff_[10]; char ...
[ "pal@ngs.ru" ]
pal@ngs.ru
c251632129c0d7a75a148f2df5f6a8567451004f
302441682f59e6b02cd3c262684122eceb07b59c
/code/24/speller.c
f54e42d750eef65fc7bb4f8ba863eeb6e90a30ee
[ "LicenseRef-scancode-public-domain" ]
permissive
cee-studio/cs50-mistakes
551f1d1dc9497723c722607336faada7cbbde2d7
ce5d83aea1f14b57d518195b30d9851e9b04f4c9
refs/heads/master
2023-06-10T20:14:18.486218
2021-07-05T18:50:58
2021-07-05T18:50:58
277,143,490
1
4
null
2020-07-26T15:33:04
2020-07-04T16:10:12
null
UTF-8
C
false
false
5,049
c
// Implements a spell-checker #include <ctype.h> #include <stdio.h> #include <sys/resource.h> #include <sys/time.h> #include "dictionary.h" // Undefine any definitions #undef calculate #undef getrusage // Default dictionary #define DICTIONARY "dictionaries/large" // Prototype double calculate(const struct rusage *...
[ "mlite@users.noreply.github.com" ]
mlite@users.noreply.github.com
f2e943e8171fe8e3ee743a6b2d29011cf2ec86eb
97bf4bfe56410e2e8985cc365df551aef242f43f
/compiler_tests/float/float_declare.c
1a6b9ca26e9e5d1ba521488d0147e0676a62fcbd
[]
no_license
ptar124/C-to-MIPS-compiler
da569d5ec5e371adf125cc8f2b41c749cc8dd763
0c859021402b4e58d5e48b00aa31844eff958f96
refs/heads/master
2023-07-02T08:56:08.534936
2021-08-12T18:59:10
2021-08-12T18:59:10
null
0
0
null
null
null
null
UTF-8
C
false
false
49
c
float f() { float x = 12.2f; return x; }
[ "xw2519@ic.ac.uk" ]
xw2519@ic.ac.uk
1551123ca3c84466e4d24ddbb6ba69cc9dd47e11
70405c558cad2e738740ebaf7e0cd756ad236e4b
/testsuite/coiio/coiiotest.c
ac0227b57cdaec62cf6bb46208cd944b285eb264
[ "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "Zlib", "MIT", "LicenseRef-scancode-unknown-license-reference", "Unlicense", "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "CC-BY-3.0" ]
permissive
SRHMorris/oiio
0487f5d0ea604805f3fc41ad602a031fbe0a7086
25e9f87527115a1f2b48da88ef8b709549d9cb11
refs/heads/master
2023-03-13T03:04:22.747778
2021-03-05T11:00:43
2021-03-05T11:00:43
306,373,094
0
0
BSD-3-Clause
2020-10-22T15:00:56
2020-10-22T15:00:55
null
UTF-8
C
false
false
5,950
c
// Copyright Contributors to the OpenImageIO project. // SPDX-License-Identifier: BSD-3-Clause // https://github.com/OpenImageIO/oiio #include <OpenImageIO/c-imageio.h> #include <stdio.h> #include <stdlib.h> int main(void) { // storage we'll use for error messages char errmsg[256]; // open the test image...
[ "noreply@github.com" ]
SRHMorris.noreply@github.com
0fbe1daba1d3cee4e1b8464207a0a6f2e8c13f60
cd7db1033a2b6159bc7b22195f3d033d4049aa8e
/c_server/ping.h
99267f22e65d48f810e7e0c5c6c091bfc48786d1
[]
no_license
OndrejVane/BattleShipGame
28bd3d3ab660bd0d0678cc585a99d1bd5d754983
607a1c9ca6bf76d3f43c5c4aef18380d5eeebebb
refs/heads/master
2020-04-12T04:48:14.763989
2018-12-18T15:22:30
2018-12-18T15:22:30
162,306,014
0
1
null
null
null
null
UTF-8
C
false
false
146
h
// // Created by Ondřej Váně on 11.12.18. // #ifndef BATTLESHIPSERVER_PING_H #define BATTLESHIPSERVER_PING_H void *ping(void *args); #endif
[ "noreply@github.com" ]
OndrejVane.noreply@github.com
3bdb0e6fbf5e68bcd8ede3037978224bfab28e02
2b4b91c725601cc839c845a6e1880741a71c41a3
/Extract.h
711bcc6bd49c5b65a65dc38072d5b58627fd20a0
[]
no_license
harshit-bansal18/ESO207A-Assign2.1
5e28c22d3041393ff96d658f86907dc1ea9d1676
2639650c3c12bcc121d9fbc54e40faf744ccc3d9
refs/heads/master
2023-08-30T19:16:40.607011
2021-10-25T15:23:27
2021-10-25T15:23:27
420,905,833
0
0
null
null
null
null
UTF-8
C
false
false
319
h
#pragma once #ifndef COMPPRO_EXTRACT_H #define COMPPRO_EXTRACT_H #endif //COMPPRO_EXTRACT_H #include "utility.h" void Extract(node* root){ if(root == nullptr)return; if(root->type == "Leaf") cout << root->leafdata << " "; Extract(root->left); Extract(root->center); Extract(root->right); }
[ "harshitb20@iitk.ac.in" ]
harshitb20@iitk.ac.in
0b64feb445ac1a9e87e49a0b75630f85a3dea600
2bdedcda705f6dcf45a1e9a090377f892bcb58bb
/src/main/output/back_day_country/room_woman/teacher/health_day.c
68524ac10165b3d873694e55b55619c64df0cd71
[]
no_license
matkosoric/GenericNameTesting
860a22af1098dda9ea9e24a1fc681bb728aa2d69
03f4a38229c28bc6d83258e5a84fce4b189d5f00
refs/heads/master
2021-01-08T22:35:20.022350
2020-02-21T11:28:21
2020-02-21T11:28:21
242,123,053
1
0
null
null
null
null
UTF-8
C
false
false
4,391
c
using CategoriesPOC.TranslatorService; using System; using System.Net; using System.Net.Http; using System.Threading.Tasks; namespace CategoriesPOC.Helpers { public static class TranslatorHelper { private const string SubscriptionKey = "ef2fd8a6b080480048b25069d944fc9f"; //Enter here the Key from yo...
[ "soric.matko@gmail.com" ]
soric.matko@gmail.com
4836cb269b8b25ed3cc633d0f886a43366d2015c
246c1c5af2e2d395913f9036346efa532ce4c4e3
/kernel/include/earom/time.h
95548d1244fa2b004f6e1c9b4e8f1f03cb90ef3a
[]
no_license
ku-asteam/HFPS-Android-Kernel
b592e666c47d7273b484e2e2e0cdf75cb289e280
6036a82fd418ddcb7df22b513d51f8eda199dc64
refs/heads/master
2020-04-17T07:24:48.491144
2019-01-18T11:03:00
2019-01-18T11:03:00
166,368,152
0
0
null
null
null
null
UTF-8
C
false
false
528
h
#ifndef __EAROM_TIME_H_ #define __EAROM_TIME_H_ #include <linux/ktime.h> #include <linux/time.h> #include <linux/jiffies.h> struct earom_time { bool initialized; u64 before; u64 now; }; extern void earom_init_time(struct earom_time *time); extern void earom_update_time(struct earom_time *time); extern u64 earom_...
[ "hoonhoons.park@gmail.com" ]
hoonhoons.park@gmail.com
bf339cfa2f8e22f3c66a108f1a241040b0de4eb5
4d5f2cdc0b7120f74ba6f357b21dac063e71b606
/postgresql/src/include/mb/pg_wchar.h
2f759c8b0ba73065d21bc560fb1b4f76874d6c0c
[ "PostgreSQL", "BSD-2-Clause" ]
permissive
anjingbin/starccm
cf499238ceb1e4f0235421cb6f3cb823b932a2cd
70db48004aa20bbb82cc24de80802b40c7024eff
refs/heads/master
2021-01-11T19:49:04.306906
2017-01-19T02:02:50
2017-01-19T02:02:50
79,404,002
2
0
null
null
null
null
UTF-8
C
false
false
11,157
h
/* $Id: pg_wchar.h,v 1.2 2004/07/05 08:56:04 SuLiang Exp $ */ #ifndef PG_WCHAR_H #define PG_WCHAR_H #include <sys/types.h> #ifdef FRONTEND #undef palloc #define palloc malloc #undef pfree #define pfree free #endif /* * The pg_wchar */ #ifdef MULTIBYTE typedef unsigned int pg_wchar; #else #define pg_wchar char #e...
[ "anjb@qkjr.com.cn" ]
anjb@qkjr.com.cn
c4bdff582c3271f3c259315bd4ed6feab99dc982
c1ac7707d2d9c479df49e41c0c8287a172bd751e
/src/win_func.c
37e7646d802339e2e759fa77c4e1fdfb4b47d42f
[ "MIT" ]
permissive
staslapanja/game.RPG
7e449347897113d3b9c09b17684b424f48c604ac
2f39992757d0f31706b33f4fc153b39efac5e5be
refs/heads/master
2021-01-19T17:57:15.585197
2017-08-25T18:27:17
2017-08-25T18:27:17
101,100,403
0
0
null
null
null
null
UTF-8
C
false
false
1,729
c
#include "win_func.h" void create_console(struct globals *globals){ COORD dwSize; DWORD lpMode; HANDLE console_handle; SMALL_RECT rect; console_handle = CreateConsoleScreenBuffer(GENERIC_READ|GENERIC_WRITE,0, NULL,CONSOLE_TEXTMODE_BUFFER,NULL); //disable automatic wrap at end of line because it...
[ "lapanjastas@yahoo.com" ]
lapanjastas@yahoo.com
f0fbf29a2d2ebf60007ef312a258aa8399152469
42bf707369306c1123ad888f328fdf713e98f73b
/c86usb.cydsn/Generated_Source/PSoC5/DipSwReadReg.c
a07bf9df2424233b120a0918889e3ca1115e2f55
[ "BSD-3-Clause" ]
permissive
honet/C86BOX-FW
ade9f839897421f45b3755444b10873333da9be8
72fcebf160a57cda6a16ffdb228429ddd700fc7f
refs/heads/master
2020-07-03T04:17:10.846564
2019-08-12T03:21:06
2019-08-12T03:21:06
201,780,522
2
1
null
null
null
null
UTF-8
C
false
false
3,998
c
/******************************************************************************* * File Name: DipSwReadReg.c * Version 1.90 * * Description: * This file contains API to enable firmware to read the value of a Status * Register. * * Note: * ******************************************************************...
[ "honet.kk@gmail.com" ]
honet.kk@gmail.com
ac2fb015a49ab51892bbee7d0e9376c64673b8f7
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/FFmpeg-master/libswresample/rematrix.c.bak.c
64fd163cb8f77fdaadc3472f4e2c260b96d883f0
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
23,525
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* * Copyright (C) 2011-2012 Michael Niedermayer (michaelni@gmx.at) * * This file is part of libswresample * * libswresample is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as publi...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
d6598a04fd6da22824cdbe5462387a7a84c68349
c6389f9b11fd40ee9295f4e88a14a8057e294e4f
/components/wpa_supplicant/src/wps/wps_attr_build.c
89f7cabd6a0213add3c8874d80934e7178b20408
[ "BSD-3-Clause", "MIT" ]
permissive
ghsecuritylab/N14
987ebb27cfbd7ebf84deadeb09a480aa51be34c7
76bc595e3face0903436e48165f31724e4d4532a
refs/heads/master
2021-02-28T19:46:09.834253
2019-11-19T14:36:58
2019-11-19T14:36:58
245,728,464
0
0
MIT
2020-03-08T00:40:31
2020-03-08T00:40:30
null
UTF-8
C
false
false
12,206
c
/* * Wi-Fi Protected Setup - attribute building * Copyright (c) 2008, Jouni Malinen <j@w1.fi> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #include "wpa/includes.h" #include "wpa/common.h" #include "wpa/wpa_debug.h" #include "crypto/aes_wra...
[ "qitas@qitas.cn" ]
qitas@qitas.cn
0cb4c0b6ac801aa5009cb42f7124f939fee46db1
6092c6b6eb94b914757a12707e60339b9bc86f73
/src/sign/sphincs/sphincs-shake256-128f-simple/avx2/wots.c
c3ad965b3f0df15eb05a694674889dc584fdd985
[ "BSD-3-Clause" ]
permissive
kriskwiatkowski/pqc
d0b3460b1911a9ec56234b2a7ace6be62b80476e
e7b5cfe9f8da9d24e25319c8f872133a07d866f2
refs/heads/main
2023-05-22T14:29:59.105860
2023-01-27T22:49:21
2023-01-27T22:49:29
351,077,384
24
1
BSD-3-Clause
2023-01-09T12:30:13
2021-03-24T12:48:09
C
UTF-8
C
false
false
9,869
c
#include <stdint.h> #include <string.h> #include "address.h" #include "hash.h" #include "hash_state.h" #include "hashx4.h" #include "params.h" #include "thash.h" #include "thashx4.h" #include "utils.h" #include "wots.h" // TODO clarify address expectations, and make them more uniform. // TODO i.e. do we expect types ...
[ "contact@amongbytes.com" ]
contact@amongbytes.com
7704c240d2ffeb0d67390d24fa060a55ea6a6670
45a26f28a29ab6dd9d3bcf315117d814f50808b1
/src/AppleMacRISC4PE/AppleMacRISC4PE-186.3.1/Tools/StepClient.c
e46b0d0084bd2836a608f72b620f0d671474e84e
[]
no_license
zeborrego/opensource.apple.com
0eb9161029ce8440dbdc4b5157b3927a6e381f8d
88cbaab4a42e97cbbfe6b660f2f0945536821be6
refs/heads/master
2021-07-06T17:16:28.241638
2017-10-02T11:58:56
2017-10-02T11:58:56
null
0
0
null
null
null
null
UTF-8
C
false
false
6,456
c
/* * Copyright (c) 2005 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * The contents of this file constitute Original Code as defined in and * are subject to the Apple Public Source License Version 1.1 (the * "License"). You may not use this file except in compliance with the * ...
[ "mattl@cnuk.org" ]
mattl@cnuk.org
e3cb6f2a37803d44ac9eca88c1988e6f4c188b22
8df6b2ec3181de1c9525c1c1c5b51f45dd64cf9a
/sample.c
0a369cbaccff8530c68cfa6edf6f31e4e2a422f5
[]
no_license
meenachi/meenachi
eea19c089540474c97daf48004ea2aa47413219d
c0abed531d1b5e89dfba5db6690fe3c35a6d4c90
refs/heads/master
2021-01-10T07:30:12.875265
2016-03-01T10:04:13
2016-03-01T10:04:13
52,867,342
0
0
null
null
null
null
UTF-8
C
false
false
54
c
#include<stdio.h> int main() { printf("hi hello"); }
[ "meenachi.mcet@gmail.com" ]
meenachi.mcet@gmail.com
cc0d6088c359dd7a4e5a5751cfc0b11a1dcfcfd7
53c4addb8dcd074908d7b42a1bd5a1abec0d2075
/Course Design/Operating System Course Design/Course Design 2/sys.c
424dcd99d25d7833ffa28eb4886dc444ecf72482
[ "MIT" ]
permissive
XJDKC/University-Code-Archive
3a02627a8555f6b589cabf985401ee7499a92be1
2dd9c6edb2164540dc50db1bb94940fe53c6eba0
refs/heads/master
2021-06-23T03:51:35.103545
2021-01-19T15:43:35
2021-01-19T15:43:35
178,838,625
5
1
MIT
2020-03-23T13:38:52
2019-04-01T10:19:41
C++
UTF-8
C
false
false
63,912
c
// SPDX-License-Identifier: GPL-2.0 /* * linux/kernel/sys.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include <linux/export.h> #include <linux/mm.h> #include <linux/utsname.h> #include <linux/mman.h> #include <linux/reboot.h> #include <linux/prctl.h> #include <linux/highuid.h> #include <linux/fs.h> #inclu...
[ "xjdkcsq3@gmail.com" ]
xjdkcsq3@gmail.com
8b4091ef58f085a9d309a91e25b016e29662bd38
81a25e0976c99ed2c7563313325852b0f73c6c08
/sooraj78.c
f759c34812583b14c162fcb33834ecd1e58ba6ab
[]
no_license
Soorajmech/cprogram
ca07bcfbf47d9d6407405d9a46382c4a9d4c8370
7a3be620a6cb8e768b7e1fb87eca93dc66195ab2
refs/heads/master
2021-05-03T07:05:07.834139
2018-03-28T10:24:02
2018-03-28T10:24:02
120,602,226
0
0
null
2018-02-07T10:45:28
2018-02-07T10:45:28
null
UTF-8
C
false
false
212
c
#include <stdio.h> #include<conio.h> int main() { int n; printf("enter the number:"); scanf("%d",&n); if(n%13==0) { printf("\n yes"); } else { printf("\n no"); } getch(); return 0; }
[ "noreply@github.com" ]
Soorajmech.noreply@github.com
35291d3f148ed8e765708502460bc00a021320e8
9e1aaf20d55eee71e085ef15d083bea76861089f
/EGR 456/EGR456/StepperMotor.cydsn/Generated_Source/PSoC5/project.h
14f3607e8668ce6707ed8e65ad4457b6db2209eb
[]
no_license
jwknaup/Junior
ba906cb6994fb7f44557b3ad88d64e5d34608909
0289ef702909029df83de4a80588a9df06cfbab8
refs/heads/master
2021-01-01T18:56:43.569729
2018-09-10T23:39:45
2018-09-10T23:39:45
98,465,983
0
0
null
null
null
null
UTF-8
C
false
false
1,552
h
/******************************************************************************* * File Name: project.h * * PSoC Creator 4.1 Update 1 * * Description: * It contains references to all generated header files and should not be modified. * This file is automatically generated by PSoC Creator. * **************************...
[ "jacob.knaup@asu.edu" ]
jacob.knaup@asu.edu
6859314b95faaf1bdfaefb23758fff66fd689f6c
4d52d7f13a76752d5e2d8daba3110b5169107a32
/include/common.h
92196019a05ebb232ad0bf04e2b8ff96c4e5ef7e
[]
no_license
ismailfaruqi/nanoblink
677a21cd1ea1b36e62ced94f403274477be633de
5008141184204fa8b7b56da3de7821605f3e4723
refs/heads/master
2021-01-20T13:48:26.264300
2011-12-07T03:21:03
2011-12-07T03:21:03
null
0
0
null
null
null
null
UTF-8
C
false
false
319
h
#ifndef COMMON_H #define COMMON_H #define COLOR_RED 0 // Constant for red cell #define COLOR_GREEN_RED 1 // Constant for green cell in red row #define COLOR_BLUE 2 // Constant for blue cell #define COLOR_GREEN_BLUE 3 // Constant for green cell in bue row #define COLOR_GREEN 1 // Constant for green cell #endif
[ "ismailfaruqi@gmail.com" ]
ismailfaruqi@gmail.com
063d98ee7308c6c932aa3efe4dea4742f352ab71
4feaed629faa10d446d79cfdf8c0482b4a67a97d
/framework/peripheral/nvm/processor/nvm_p32mx664f128h.h
61b5bc083d0f7a31109d7b194870dd6a0b9c468b
[]
no_license
venkatarajasekhar/mplab-harmony
6711a3e748bbc7c592f7f6413a3dd9c47305ea71
e0a303afae1a37c14d567ae5ad1f528706bb5a6e
refs/heads/master
2021-01-25T05:57:18.269113
2016-10-12T15:00:00
2016-10-12T15:00:00
null
0
0
null
null
null
null
UTF-8
C
false
false
16,226
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _NVM_P32MX664F128H_H #define _NVM_P32MX664F128H_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 functi...
[ "mmitchel@gmail.com" ]
mmitchel@gmail.com
a145c2e815b861f31f7e5fbd5ecf395333bd8606
57b52ba12295ecde8576fba677850434b8b05ad8
/src/display_time.c
3ecef839f66d5c047c7dd9d7547a37c5fa8e6d3b
[]
no_license
lleaff/my_ls
4e2187dd9f6626be847678fea9272ed808578dad
1ad4e31d67169b5c296c38b0c649f8a91b768305
refs/heads/master
2016-08-09T22:41:42.346366
2016-03-04T22:13:04
2016-03-04T22:13:04
52,787,235
0
0
null
null
null
null
UTF-8
C
false
false
1,012
c
#include <time.h> #include "my_ls.h" #define HOURSMINUTES_OFFSET 11 #define HOURSMINUTES_LENGTH 5 #define DAY_OFFSET 8 #define DAY_LENGTH 3 #define MONTH_OFFSET 4 #define MONTH_LENGTH 4 #define YEAR_OFFSET 20 #define YEAR_LENGTH 4 void printt_month(char *f) { my_putstrn(f + MONTH_OFFSET, MONTH_LENGTH); } void prin...
[ "lleaff@users.noreply.github.com" ]
lleaff@users.noreply.github.com
3060412e46e7bb19187b347f99ea90e817d4b68e
d6f2d7af06687e423e60e50d416fa8c777c09c36
/EDIT-14224128-src.c
e47a8b7b0702757fdad77852a56b1bd085e8534e
[]
no_license
curiousTauseef/my-spoj-solutions
b9a70eaddaf0c3b9a43c278b9af1148806aff600
66b11d97073388fcebce3b74025c61839d8d5d18
refs/heads/master
2021-05-30T11:48:41.552433
2016-02-12T16:59:56
2016-02-12T16:59:56
null
0
0
null
null
null
null
UTF-8
C
false
false
895
c
#include<stdio.h> #include<string.h> int main() { char str[1005]; while(scanf("%s",str)==1) { int i,j,count=0,flag=0,arr1[1005],arr2[1005],arr3[1005],len=strlen(str); arr2[0]=1; arr3[0]=0; for(i=1;i<len;++i) { if(arr2[i-1]==1) { arr...
[ "mayank_124@localhost.localdomain" ]
mayank_124@localhost.localdomain
e2d84eb82e07ef728c0575b3616cd48dc5aed0a1
25f4f8a6090d249fded05cae6020c0ee6de7c2ec
/111803.计算.c
2c82d67cdae0743aca0b81fb8ed65ed041bec31d
[]
no_license
lhj657666/cdd
21ff874456fbf3cac14d1dcccd3e475ded0f3cd4
fe019a80caa16d8863aa180f156c899ad4f58e81
refs/heads/main
2023-01-31T22:04:48.274578
2020-12-16T01:44:59
2020-12-16T01:44:59
312,264,967
0
0
null
null
null
null
UTF-8
C
false
false
182
c
#include <stdio.h> void main() { int x; printf("x="); scanf("%d",&x); if (x<1) {printf("y=%d\n",x);} else if (1<=x&&x<10) {printf("y=%d\n",2*x-1);} else {printf("y=%d\n",3*x-11);} }
[ "noreply@github.com" ]
lhj657666.noreply@github.com
c2f977576e6f025744d0eaba3cdcff83e1f68925
7b59cc55501580d1e353ddf6570a22193fd9c57f
/libraries/ipp/linux_armada16x/codec/include/codecGIF.h
33a585ea16cc8781b09ab08fde1f91042a0a74b3
[ "LicenseRef-scancode-pcre", "NICTA-1.0", "BSD-3-Clause", "WTFPL", "IJG", "Zlib", "dtoa", "FTL", "MIT", "Apache-2.0", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
phoddie/kinomajs
6cff33d619e54c01b174eb881aee730f16ae9ee6
814d6e52841f54ed410cf1ca1d994cb5dfa4b2fe
refs/heads/master
2020-12-28T21:28:06.258280
2016-04-21T22:18:54
2016-04-21T22:18:54
56,536,909
2
0
null
2016-04-18T19:44:45
2016-04-18T19:44:45
null
UTF-8
C
false
false
3,873
h
/***************************************************************************************** Copyright (c) 2009, Marvell International Ltd. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Red...
[ "akarim@marvell.com" ]
akarim@marvell.com
9a61633c66f1add25b14e2e70adf42dd9923e62d
cd82b1236d4f925f89ca07ec8e3c02947b548c1e
/output/generated/include/SchM_Can.h
80c74a1bbf0a1bd51f8d4d32105b05b625200b62
[]
no_license
miaozhendaoren/TEST_EB
212394bae0fcfb20cf3357631af0e0f913264b3b
79227d7960c8eaa786d5876c27fc5cc4137ec6c4
refs/heads/master
2021-01-17T15:57:51.158043
2013-02-27T14:02:06
2013-02-27T14:02:06
null
0
0
null
null
null
null
UTF-8
C
false
false
3,557
h
/** * \file * * \brief Autosar SchM * * This file contains the implementation of the Autosar * module SchM. * * \author Elektrobit Automotive GmbH, 91058 Erlangen, Germany * * Copyright 2005 - 2010 Elektrobit Automotive GmbH * All rights exclusively reserved for Elektrobit Automotive GmbH, * unless expressl...
[ "Sebastian.Stiller@easycore.com" ]
Sebastian.Stiller@easycore.com
bcaa40bc71c636ede431355d1775ebb97af12f61
18abbd407b910a092507faed1f7828528da3d37b
/arrow_write.c
0f220d51b864f590773c11afd73fc31a60ef6ec1
[ "BSD-2-Clause" ]
permissive
rocketbitz/pg2arrow
6acf2cde9f898696842c2214417c497b8246d755
8f0b42c087ce7703e4d406d5602ffd4e87ec8623
refs/heads/master
2020-06-29T12:11:01.660141
2019-08-05T12:36:36
2019-08-05T12:36:36
200,531,134
0
0
BSD-2-Clause
2019-08-04T19:04:14
2019-08-04T19:04:14
null
UTF-8
C
false
false
21,792
c
/* * arrow_write.c - routines to write out apache arrow format * * Copyright 2018-2019 (C) KaiGai Kohei <kaigai@heterodb.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the PostgreSQL License. See the LICENSE file. */ #include "pg2arrow.h" typedef struct { ...
[ "kaigai@heterodb.com" ]
kaigai@heterodb.com
1ce3379adf07105fff9f978297a0b920dac55dd8
6099b15457d72898872a708113cc6cae715f050b
/3rdparty/musl/libc-test/src/math/special/sincosf.h
789e490fbdaea10e951030346e244feae388c979
[ "MIT", "GPL-1.0-or-later", "BSD-3-Clause", "LicenseRef-scancode-mit-nagy", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "OpenSSL", "Apache-2.0" ]
permissive
BRMcLaren/openenclave
277d5bd5258ea3d62b25b10db8edd339673776dd
0002b1c22c10bf3de818e5b76d012e02e3b464de
refs/heads/master
2021-07-02T00:03:22.821481
2021-01-26T17:21:13
2021-01-26T17:21:13
226,914,136
1
0
MIT
2021-03-31T21:06:41
2019-12-09T16:16:38
C
UTF-8
C
false
false
482
h
T(RN, 0x0p+0, 0x0p+0, 0x0p+0, 0x1p+0, 0x0p+0, 0) T(RN, -0x0p+0, -0x0p+0, 0x0p+0, 0x1p+0, 0x0p+0, 0) T(RN, inf, nan, 0x0p+0, nan, 0x0p+0, INVALID) T(RN, -inf, ...
[ "jloeser@microsoft.com" ]
jloeser@microsoft.com
46ae654d024849b24fbca583b22060f6bbc13136
dcf26a6bcf853a3f8f6f50f9379998ef4d8aad40
/vendor/hisi/hi35xx/third_party/uboot/arch/nios2/lib/bootm.c
27eb5d7a15f973d1969ca462c02f85ce195288c7
[]
no_license
small-seven/testmem
c5f3202dce1c369e9d84cdaaccc2008b827c16d8
2771460c617439bd1be562ffdc94543ea170a736
refs/heads/main
2023-03-12T22:16:28.824577
2021-03-03T04:24:59
2021-03-03T04:24:59
343,847,762
1
0
null
null
null
null
UTF-8
C
false
false
176
c
#include <common.h> #include <cpu_func.h> #include <irq_func.h> #define NIOS_MAGIC 0x534f494e /* enable command line and initrd passing */ #if defined(CONFIG_OF_LIBFDT) #endif
[ "huihuigong@users.noreply.github.com" ]
huihuigong@users.noreply.github.com
a7489d63e8d54007e9cec5e2dab6ca2fdcf6d30b
541e48900e5fbc0a121e5a43c5e9a06ff89de2d1
/src/lapack/cherfs.c
d8e6850f92eaa05fa5693e8ffb0ca0e387490907
[ "BSD-3-Clause" ]
permissive
juanjosegarciaripoll/cblapack
7408a8aa901bfff8e819cbffd5c862eb006c33ac
7b3d7280c8d5f39d8f7f84c3c24067f163e03974
refs/heads/master
2021-05-25T11:56:43.415033
2016-09-24T18:05:17
2016-09-24T18:05:17
13,536,584
0
1
null
null
null
null
UTF-8
C
false
false
12,826
c
/* cherfs.f -- translated by f2c (version 20061008). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end of...
[ "jjgarcia@users.sf.net" ]
jjgarcia@users.sf.net
3c427bf394f37825b5829c22ec312c96d101bc77
a44c4b9fede5ee8e7715aa64f166e9e9e0edefba
/SDK/src/sl_ui/sl_ui_local.c
7d034a98bbe4009ca6f23288e9dac6b2718b056f
[]
no_license
1847123212/soundbar
70646f8f858e873434ba4a8863b9490b4e57a806
2d92546ddbd2a45c63567b9a6c76b53263ad5f09
refs/heads/master
2021-10-22T17:52:56.905655
2019-03-12T09:29:19
2019-03-12T09:29:19
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
8,761
c
/**************************************************************************** * Included Files ****************************************************************************/ #include <dirent.h> #include <filelist.h> #include <nxplayer.h> #include <player_cmd.h> #include "sl_ui_def.h" #include "sl_ui_cmd.h" #include "s...
[ "450008984@qq.com" ]
450008984@qq.com
8c201465704997697058fef37fc342fe43512c0d
1712b9f265ab1f120a7490d13277066a2c8aee26
/Exercises/6_ITBB/6_CBM_KF/hltsse/openlab_mod/x87.h
b9eac421017f6e89a9a3288d564d7d16ab66efdd
[]
no_license
marcelbra/TSP_vectorized
4e884f68227a4514331f83dbf13b644ef4e7fb95
bd48ecde1798386d7c6c40b3674dece0c6a5c800
refs/heads/master
2022-12-20T19:38:47.194709
2020-09-25T13:02:04
2020-09-25T13:02:04
273,537,812
1
0
null
null
null
null
UTF-8
C
false
false
615
h
double rcp(double a){return 1./a;} double rsqrt( double a ){ return 1. / sqrt(a); } //class X87_double{ // // public: // double value; // // X87_double( ){} // X87_double( const double &a ) { value = a; } // X87_double(long a){value = (double)a;} // // /* Conversion function */ // operator double() const { ret...
[ "marcelbraasch@gmail.com" ]
marcelbraasch@gmail.com
ed6805a588ae022a4691fc58662f45c0b49b0b96
9178d20dca5a0a57f0c92c7332eeb530d43a6da3
/TP1/ksamp.c
7e3bf969c669a112ccdd7fe4923df609e5efadf6
[]
no_license
juanmadelboca/SOI
d98d807828f958b5763a2897b79541bda065e7bf
85ccbfc1f1698a54e531337d983cb302ca61b930
refs/heads/master
2020-09-21T12:47:20.598418
2016-11-27T00:55:46
2016-11-27T00:55:46
67,246,980
1
0
null
null
null
null
UTF-8
C
false
false
1,437
c
#include "ksamp.h" int main(int argc, char* argv[]) { base *b= newBase(); int option; int interval[2]; int flag = getopt(argc, argv, "l:sh"); option=0; switch (flag) { case 'l': interval[0] = atoi(optarg); //me trae el primer parametro interval[1] = atoi(optarg + strlen(o...
[ "francodi65@gmail.com" ]
francodi65@gmail.com
b9337094b8204ad554c59dd99f9e609743bd347c
2b376d4aa8fec1c4f959d4a6aa99032ab0773981
/isim/MIPS_isim_beh.exe.sim/work/m_00000000000948541789_0757879789.c
aec67a804a3b58e92f67bf0b23be3f592bf078f6
[]
no_license
SpongebBob/pipelinecpu
84b8fe225bddf16f30897ed25fe7acb859a71b04
4cf0a0c7ede7ca156012ccbaed13f57b945134f7
refs/heads/master
2021-01-01T03:46:21.271170
2016-05-02T03:34:26
2016-05-02T03:34:26
57,864,053
0
0
null
null
null
null
UTF-8
C
false
false
6,568
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "spongebob@SpongeBobdeMacBook-Pro.local" ]
spongebob@SpongeBobdeMacBook-Pro.local
012774acc0cca5bca72d2ef73b1455aca52bd8e9
b20610a4697623a34ffb10e6506d5db8373a2c56
/backend/src/nanex/MarketDataHandler.C
7e58970c403a50060ae3efae137e60464b89e55f
[]
no_license
soumyaukil/TradingSoftware
2174f88d84b33672216b2341364a88e3134bd3c5
9ef43bb3b9161352b49afb5a86c54a64c8ebabb8
refs/heads/master
2021-01-21T03:25:03.286613
2017-08-30T15:21:06
2017-08-30T15:21:06
101,896,358
0
2
null
null
null
null
UTF-8
C
false
false
7,448
c
#include <algorithm> #include <iterator> #include <BackendConfig.H> #include <fstream> #include <sstream> #include <chrono> #include <thread> #include <boost/lexical_cast.hpp> #include <nanex/MarketDataHandler.H> #include <util/TimeUtil.H> #include <shared/easylogging++.h> #include <quote/QuoteBook.H> ...
[ "soumukil@amazon.com" ]
soumukil@amazon.com
439a0b86f3a36855368f0127fe0c4edfa2307795
fdd282065b3fb9a9ca1b969343d471837281efc5
/s02_BC35_STM32L/inc/ds1302-2.h
703d77c11142e29b92d80f8539113b4cc47a00b7
[]
no_license
zhdovelie/s02-django-jg-prj
7d93ea09794ad5c7b00334e84a5b5385fd8ea8cb
09b16f80402e5e30af9a2a61e49fc3a32f97340c
refs/heads/master
2023-08-05T11:57:28.610985
2020-04-18T11:13:54
2020-04-18T11:13:54
null
0
0
null
null
null
null
GB18030
C
false
false
3,776
h
/* * ds1302.h * * Created on: 2018年4月23日 * Author: weihaochen */ #ifndef DS1302_H_ #define DS1302_H_ #include "stdint.h" #include "string.h" #include "stdbool.h" #include "stm32l1xx_gpio.h" #define uint8 uint8_t #define uint16 uint16_t #define uint32 uint32_t #define BYTE ...
[ "870776630@qq.com" ]
870776630@qq.com
aaf6a56327d640e9cbeac6fcb2d62dc3672c0793
e368fa79c55c584dc9c201537a454e1d1fd190d3
/src/tests/utests/platform/posix/xi_thread/xi_utest_platform_thread.h
446f9f2400cfb5fb12177c7bcff075569e05fb49
[ "Apache-2.0", "BSD-2-Clause", "BSD-3-Clause" ]
permissive
Palantir555/xively-client-c
e6a4d57fe55f95e932b838fd848f0b23822ffee6
96baa2d43feda0c35f7989b63752097679483d56
refs/heads/master
2021-01-11T11:29:43.522270
2017-11-24T12:08:45
2017-11-24T12:08:45
79,961,130
0
0
null
2017-02-02T12:59:35
2017-01-24T22:29:24
C
UTF-8
C
false
false
1,265
h
/* Copyright (c) 2003-2016, LogMeIn, Inc. All rights reserved. * * This is part of the Xively C Client library, * it is licensed under the BSD 3-Clause license. */ #include "xi_critical_section_def.h" XI_TT_TESTCASE( utest__posix__xi_create_critical_section__valid_input__critical_section_state_eq_zero, { ...
[ "olgierd.humenczuk@logmein.com" ]
olgierd.humenczuk@logmein.com