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
0ab88e7a724ad7b5258bc93493cf353c71bad04a
ccbf481f8d158228108781feaae4d2405c0656bd
/strsep.c
f74d25d154c8baf1e47740544d096ea85f44d67c
[]
no_license
concanon-dev/ExtremeSearch
b9441e22abf82b0ac6d1e879b22e5e4a58a4d2c8
27917bace84590bc31462ee90c1f3bee552ed9f6
refs/heads/master
2020-07-19T04:12:45.936723
2014-07-27T18:34:58
2014-07-27T18:34:58
206,371,045
0
0
null
null
null
null
UTF-8
C
false
false
1,094
c
/* Copyright 2012-2014 Scianta Analytics LLC All Rights Reserved. Reproduction or unauthorized use is prohibited. Unauthorized use is illegal. Violators will be prosecuted. This software contains proprietary trade and business secrets. Module: strsep Description: Utility function for windows ...
[ "github@anterus.com" ]
github@anterus.com
c22ec428b811cf983c07af9a151dd143f693b15a
fad215d57ce859e319f7714576d5c8f7dd264bff
/main.c
b647d97090deb5f94a9a29d8743fa4d5ab9aa9d0
[ "MIT" ]
permissive
shreya5394/Number-Filter
d09034a158e205056530ef55004dae2404cdd913
5fe638a23b2936842d895a81d2fec13e87a87f71
refs/heads/master
2023-03-15T23:25:37.013425
2019-06-14T16:23:08
2019-06-14T16:23:08
null
0
0
null
null
null
null
UTF-8
C
false
false
2,380
c
#include <stdio.h> #include <stdlib.h> #include "Bit_flag.h" //void shell_sort(int numbers[], int counter); int main(int argc, char* argv[]) { int i; int temp; BIT_FLAGS hBit_flags = NULL; hBit_flags = bit_flags_init_number_of_bits(2000000000); if (hBit_flags == NULL) { printf("Faile...
[ "noreply@github.com" ]
shreya5394.noreply@github.com
c1ae53a9790cf9257d08f919f2eaea69459f2e2a
7f092b7ec0ae90c890cca6460f191780f91f28b5
/lib_c/implab/img_yuv_to_buf.c
233486967f2bc753727d0ad61e62d661beb6cc84
[]
no_license
mshr-h/motion_estimation_simulator
851512086795e5fb0b97c62ab71a2486a8c504e6
d90d1ff4240fcb07a824cd6c8041823859ceeeab
refs/heads/master
2022-04-17T00:35:11.524578
2017-01-10T05:45:03
2017-01-10T05:45:03
256,678,822
0
0
null
null
null
null
UTF-8
C
false
false
447
c
#include "include/implab.h" void img_yuv_to_buf(struct img_yuv_t *frame, uint8_t *frame_buf) { int w,h; int total=frame->wt*frame->ht; for(w=0;w<frame->wt;w++) { for(h=0;h<frame->ht;h++) { frame_buf[h*frame->wt+w]=frame->y[h][w]; frame_buf[(h/2)*(frame->wt/2)+(...
[ "mshr-h@users.noreply.github.com" ]
mshr-h@users.noreply.github.com
2c03d871fe4ac868668875a115d0a7945c9389f9
c5422eb23f49eadf2ad3147edcd4f8da40eb14db
/aos/mpi/tree_final.c
73353d39947a6bcc71108010af87c6eaff19f423
[]
no_license
rbs11/spring14
f497a5845cc78a35398b3352f77e5289f3e69b32
dcbef931ea0107debc74bd4edc20809cf1c18b1d
refs/heads/master
2021-01-23T08:24:12.539484
2014-10-12T09:39:06
2014-10-12T09:39:06
25,114,396
1
0
null
null
null
null
UTF-8
C
false
false
2,243
c
#include<stdio.h> #include<sys/time.h> #include<omp.h> #include<stdbool.h> #include<math.h> #include<stdlib.h> //#define DEBUG 1 int *count,levels,N; bool *lock_sense; struct timeval t1,t2; void recurse(int temp, bool *local_sense) { #if DEBUG printf("TEMP = %d\n",temp); #endif if(temp >= N-1) { return; } else...
[ "rshetty@gatech.edu" ]
rshetty@gatech.edu
98d7874bbc9aea33a31b34bf409b5b48896dc38f
b683886bbe05855dceeac69e3f80ec590b21f7c4
/srcs/parser/parser.c
46271d5cac91b24a8a2dc9389a61268d4cf13daa
[]
no_license
GugRug/Push_Swap
89536e4f9b46f483aec678086547df575023806a
f7b369aa745dc59d1ffbb9a253044c7a9e4d35f9
refs/heads/master
2023-07-22T19:32:49.213629
2021-09-06T10:54:28
2021-09-06T10:54:28
390,001,880
0
0
null
null
null
null
UTF-8
C
false
false
2,572
c
/* ************************************************************************** */ /* ::: :::::::: */ /* parser.c :+: :+: :+: */ /* +:+ +:+ +:+ ...
[ "gustavorugg@gmail.com" ]
gustavorugg@gmail.com
4d60830b996e15726f1af2148273ec8683a710ee
8ed949153ee6c245d38c07135897cbbf869de7e0
/Uncer/2017/uncer_jesr/combine/jes/SR/uncer_jec.C
3db7582d666770e6c4b770a6f94e6f0928749f39
[]
no_license
phy-guanzh/PKU-Cluster
f57dbc8cee82b955a78284c7f48bf7833c997103
7f7b66bf65dd61841d35bae3c681aa03274c020b
refs/heads/master
2023-02-15T05:29:13.975824
2021-01-13T09:00:19
2021-01-13T09:00:19
null
0
0
null
null
null
null
UTF-8
C
false
false
1,473
c
void get_jec(TString name){ ofstream f1("./2017jes-uncertainty-barrel_"+name+".txt"); cout<<"open file "<<name<<endl; TFile* file = new TFile("./aa_"+name+".root"); TH1D* h1 = (TH1D*)file->Get("hist_1"); TH1D* h2 = (TH1D*)file->Get("hist_2"); TH1D* h3 = (TH1D*)file->Get("hist_3"); /* ofstream f1("./Uncertainty...
[ "ying.an@cern.ch" ]
ying.an@cern.ch
ce97950431115a0e767ae5898b55b18b6f3b7d87
e251ff743231d281f6b4aeef4d5310a4fc56e84a
/_common_libs/radix25_curveParams.c
7edfef98c8433ab685cccdf3cd46c52aef0fd33c
[]
no_license
ManuelMeinen/ASL-Project
e9e946d4ed458555eb5c3a734e2b2a8ce7c826c5
7d5b4b60c22294e298647a235823cdf4de2a4cf0
refs/heads/master
2022-12-17T15:16:37.418171
2020-09-20T09:04:23
2020-09-20T09:04:23
294,923,380
1
0
null
null
null
null
UTF-8
C
false
false
1,026
c
#include "radix25_curveParams.h" #include "radix25.h" radix25_t A_rad25, B_rad25, Gx_rad25, Gy_rad25; radix25_t const_1_rad25, const_2_rad25, const_3_rad25, const_4_rad25; void init_curve25519_params_rad25() { /* init A_rad25, B_rad25, Gx_rad25, Gy_rad25 */ A_rad25.d[0] = 486662; for(int i = 1; i...
[ "mmeinen@student.ethz.ch" ]
mmeinen@student.ethz.ch
d59a48a106e3b07ae47d4dc5a7acbf1570d2910a
048d772de529ade31434ed1dcdd2544eee140c4d
/srcs/windows/driver/HOOK/SSDT/deadlands-ssdt.c
c34d495b3979009108d119317750c620d7336838
[]
no_license
Grukz/deadlands
3fed53c92652fa782eaf2fda622cd6f2848606ec
d97fb129894f21c382424a869d5888a8a1ea9b91
refs/heads/master
2021-06-02T21:11:46.032733
2016-03-01T10:56:29
2016-03-01T10:56:29
null
0
0
null
null
null
null
UTF-8
C
false
false
6,178
c
/* ** ** Malicious Code - Project: deadlands ** Filename : [ deadlands-ssdt.c ] ** Method : [ System Service Dispatch Table ] ** Epi-Tek4 : [ Armand Morgan, Hochwelker Florent, Toumi Majdi ] ** */ #include <ntddk.h> #include <string.h> #include <stdlib.h> #include "deadlands-ssdt.h" /* ** INITIALIZATIO...
[ "majdi.toumi@gmail.com" ]
majdi.toumi@gmail.com
6452ebafbeb0f53a428fbaa98a150e8bad102621
a86995a16ba2e574376c882c3a9eead8143dd4f8
/STM32Cube_FW_F4_V1.9.0/Projects/STM32F4-Discovery/Examples/SPI/SPI_FullDuplex_ComPolling/Inc/main.h
a4a2425b3102c205cc9eb33f64f8a28797e75598
[ "BSD-2-Clause" ]
permissive
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
3,984
h
/** ****************************************************************************** * @file SPI/SPI_FullDuplex_ComPolling/Inc/main.h * @author MCD Application Team * @version V1.2.3 * @date 09-October-2015 * @brief Header for main.c module **********************************************************...
[ "git@jme.de" ]
git@jme.de
1605850dc16efe3c24c8c695c24bff99b69bc4a3
84373bd2bd54c020bad1160b5224abf708098b75
/Tiva 2/HAL/lcd.h
3a52907e861f4614222f288125f03348fb659e70
[]
no_license
alialameldin/SmartEmbeddSystem
7ec3d58c5c57df2b301dc8b758d3088dbf033693
ca71645955c585ab135ea65ed698e597a23ff2bb
refs/heads/main
2023-07-06T17:00:36.569683
2021-08-12T02:41:07
2021-08-12T02:41:07
395,173,597
0
0
null
null
null
null
UTF-8
C
false
false
1,587
h
/****************************************************************************** * * Module: LCD * * File Name: lcd.h * * Description: Header file for the LCD driver * * Author: Khaled Mohammed *******************************************************************************/ #ifndef LCD_H_ #define LCD_H_ #incl...
[ "ali.alameldin98@gmail.com" ]
ali.alameldin98@gmail.com
acc9f71d8f592896aea0ce86296d5558857438f3
90725f1ac11156bc50f37fa0bb35946d6b7b6e3f
/src/c/mesa3d/Mesa/src/mesa/main/version.h
9c758ce3b9015e4ac26451cf91367f202cf7bc54
[]
no_license
emcmanus/FlashMesa3D
050273bafd09913f0319a753a3e5631aefc71260
94251abf88add7fb72f35f82d29d89231fb6c073
refs/heads/master
2021-01-01T17:28:43.118895
2011-03-01T03:14:36
2011-03-01T03:14:36
1,424,536
2
1
null
null
null
null
UTF-8
C
false
false
1,902
h
/* * Mesa 3-D graphics library * Version: 7.7 * * Copyright (C) 1999-2008 Brian Paul All Rights Reserved. * Copyright (C) 2009 VMware, Inc. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Soft...
[ "emcmanus@gmail.com" ]
emcmanus@gmail.com
2ad47a4b18a6b6f52420810bb62e4073f9c60140
03b39c11d9e73bf4aee483dcd05af3865ebd9998
/ucore/src/libs-user-ucore/libgl/src/pipe/p_state.h
d84fa99c505bfe08df80cf3587cb5b459944e642
[ "MIT" ]
permissive
oscourse-tsinghua/OS2018spring-projects-g14
b51b8120b7dffc3923bb4de311dcf8f9d60fcea6
94155cc7e560c740bf6d2938c1f08a2f3ac0ffb8
refs/heads/master
2020-03-08T03:00:33.365276
2018-06-09T10:58:38
2018-06-09T10:58:38
127,878,014
5
1
null
null
null
null
UTF-8
C
false
false
4,004
h
#ifndef PIPE_STATE_H #define PIPE_STATE_H #include <types.h> #include "p_defines.h" /** * Implementation limits */ #define PIPE_MAX_ATTRIBS 32 #define PIPE_MAX_CLIP_PLANES 8 #define PIPE_MAX_COLOR_BUFS 8 #define PIPE_MAX_CONSTANT_BUFFERS 32 #define PIPE_MAX_SAMPLERS 18 /* 16 public + ...
[ "equation618@gmail.com" ]
equation618@gmail.com
84157669595191cfeaad56d30146ce1673fd468a
598737b786a20889dc6acd468478baf4972535b3
/src/usr.bin/vi/common/gs.h
f702f7a9e6431632d4a25059d3a0eb2f7527b7f8
[ "BSD-4-Clause-UC", "BSD-3-Clause" ]
permissive
shisa/shisa-netbsd
5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da
28d999d1c25107c126e0a458a97b9397aae592ef
refs/heads/master
2021-01-01T05:33:32.619808
2008-05-26T04:27:54
2008-05-26T04:27:54
32,793,680
1
2
null
null
null
null
UTF-8
C
false
false
7,571
h
/* $NetBSD: gs.h,v 1.4 2001/03/31 11:37:46 aymeric Exp $ */ /*- * Copyright (c) 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 1993, 1994, 1995, 1996 * Keith Bostic. All rights reserved. * * See the LICENSE file for redistribution information. * * @(#)gs.h 10.3...
[ "keiichi@mobilegravity.sfc.wide.ad.jp" ]
keiichi@mobilegravity.sfc.wide.ad.jp
6e0a2a776116db74f5ea8cc0606eb234366c99f1
8cfc3b32f3e2de7dcc32264987a77a35900b8c31
/bin/center/center.c
56fa9f1d5c53ec358a6fbc1d185fbcc5050db15d
[]
no_license
ksherlock/gno
7c270a072a80604443da67797e775cfc1039daa0
30344bf70899daff71e1ea36f0d297ddf8e2d54d
refs/heads/master
2020-04-05T22:47:13.002739
2019-09-12T17:17:22
2019-09-12T17:17:22
5,651,244
9
1
null
2014-03-29T04:15:25
2012-09-02T19:46:33
C
UTF-8
C
false
false
2,465
c
/* "center", (c) 1992 Marek Pawlowski. v1.0 Takes input from stdin, center's it, and puts it to stdout. v1.1 compiled for GNO Base Distribution. Devin Reade, 15 February 1999 Usage: center [Columns] [File] Columns The number of columns are to be considered "full-screen" for centerin...
[ "gdr-ftp" ]
gdr-ftp
fb048bae436adf0bd7321e771d41f704ddb2c412
405bab893de768f25866b2c69ce05f684aa5de42
/AN1/Sem1/pp/probleme/catapp/pp2.c
e1af0eb1fdbc6bb23bde6b5b3488564a0b13ddd3
[]
no_license
catalinaleopea/FMI-INFO-2016-2019
2e8d28e0c1380593dbe4cf14777ad020e80d2c5a
df983760616bb6161136195e011647422f326b50
refs/heads/master
2020-12-23T03:01:46.618307
2020-03-18T20:54:14
2020-03-18T20:54:14
237,005,264
3
1
null
null
null
null
WINDOWS-1250
C
false
false
178
c
#include <iostream.h> #include <stdlib> using namespace std; union alfa { char ch[3]; int y; } beta; printf(“Memoria ocupata de beta este de %d octeti”, sizeof(beta));
[ "noreply@github.com" ]
catalinaleopea.noreply@github.com
94d709fa1d56d87a8fa930f6d0fc39df719dc109
dc64ea86a3557acbf16ce5cff59ddc15f6a9c15a
/BOJ/Silver/Silver_1065_한수 (간단1).c
135cf6e6bd6a0118c24f016537418c8b7c1ceddb
[]
no_license
Profile-exe/OnlineJudge
fbbe40374ea0eeddea3b13ee58c5c332606ef544
84b064e8d460de39aa096322f73f68d9b84e7571
refs/heads/main
2023-02-17T12:01:15.326913
2021-01-17T06:26:25
2021-01-17T06:26:25
279,291,505
0
0
null
null
null
null
UHC
C
false
false
525
c
#include <stdio.h> void HAN(int N); int main() { int n; scanf("%d", &n); HAN(n); } void HAN(int N) { if (N < 100) printf("%d", N); else { int i; int cnt; int A, B, C; //A는 100의자리 B는 10의자리 C는 1의자리 cnt = 99; for (i = 100; i <= N; i++) { ...
[ "68066437+Profile-exe@users.noreply.github.com" ]
68066437+Profile-exe@users.noreply.github.com
d366bf30a00976149929e7693bc4a4b6a778c2e0
b01c6d18a07c3b44002bd08fc55ad5aabf0c72f0
/pogas_melodija.c
e1652f3503158d674e97c8d0457fa3625a5542aa
[]
no_license
daisies7779/RTR-701
eaa4ab495b5a1e85c21bce82451a5aa8267a2ca2
3564a00b1c7f6a7e435600e43f9d5856741cd55d
refs/heads/main
2023-02-16T12:04:50.267649
2021-01-15T11:55:02
2021-01-15T11:55:02
314,174,388
0
0
null
null
null
null
UTF-8
C
false
false
1,716
c
#include <msp430.h> void play(int,int); void delay(unsigned long); int main(void) { WDTCTL = WDTPW + WDTHOLD; P2DIR &= ~0x30; P2REN |= 0x30; P2OUT |= 0x30; P2IES|= 0x30; P2IFG &= ~0x30; P2IE |= 0x30; __enable_interrupt(); BCSCTL1 = CALBC1_12MHZ;// timer frequency 12MHz DCOCTL = CALDC...
[ "noreply@github.com" ]
daisies7779.noreply@github.com
1e25dc2e1bcb81aa1d3f06161741cf2cf1f5d867
387168ad894a81e418d4a80f2fea89a5a53715e8
/bsp/nuvoton_m487/libraries/Device/Nuvoton/M480/Include/qei_reg.h
948480939201ae98a27b4bdfabb9ebc92f154aef
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
XBurst/RT-Thread-XBurst
697eb85130e38af92d717836cc34ee5d1d4f2f77
47fe0fce16f562a0c9b1c9c32803419a87286002
refs/heads/master
2020-04-20T12:23:37.510908
2019-07-20T16:16:45
2019-07-20T17:31:13
168,842,151
5
10
Apache-2.0
2020-03-08T12:14:27
2019-02-02T14:51:42
C
UTF-8
C
false
false
23,155
h
/**************************************************************************//** * @file qei_reg.h * @version V1.00 * @brief QEI register definition header file * * @copyright (C) 2017 Nuvoton Technology Corp. All rights reserved. ****************************************************************************...
[ "417350690@qq.com" ]
417350690@qq.com
91c1968427d0acb07638b9a73eaed5a2033b77f7
bf1f575023aa2e8e15da030be90a35e796ced112
/pset3/find/find.c
70fa7bc6ec8fde280771cf9b44d913aca21c1cb3
[]
no_license
fieldconcepts/CS-Fifty
28a52b7f0a83f8d0a2b0f4d9b04dd95960e4f721
dd905da81d8350a6602f12c891b4737dc2aee13e
refs/heads/master
2021-08-02T04:40:26.095305
2021-08-01T14:37:42
2021-08-01T14:37:42
126,958,039
0
0
null
null
null
null
UTF-8
C
false
false
1,280
c
/** * Prompts user for as many as MAX values until EOF is reached, * then proceeds to search that "haystack" of values for given needle. * * Usage: ./find needle * * where needle is the value to find in a haystack of values */ #include <cs50.h> #include <stdio.h> #include <stdlib.h> #include "helpers.h...
[ "noreply@github.com" ]
fieldconcepts.noreply@github.com
bd6074df19d82f28e55f176e1a30bf215a6e1269
31a1cf27da846887c6ec3e6123b76508d80b0a5e
/src/Mesh/d4est_ghost.c
1b35c5bd87ae53f340069a8b484c2b4c508ba38a
[ "MIT", "CC-BY-3.0" ]
permissive
trevor-vincent-dupe/d4est
180652d93ea9048797fc079ee562bfab5fb1b35e
031d5d06067b970db9581023c68d3e018fb40e34
refs/heads/master
2020-03-09T21:58:36.102527
2018-06-17T06:15:01
2018-06-17T06:15:01
129,023,746
0
0
null
2018-04-11T02:41:09
2018-04-11T02:41:09
null
UTF-8
C
false
false
3,326
c
#include <d4est_ghost.h> #include <d4est_element_data.h> static void d4est_ghost_get_mirror_elements ( p4est_t* p4est, d4est_ghost_t* d4est_ghost ) { size_t zz; size_t data_size; p4est_topidx_t which_tree; p4est_locidx_t which_quad; p4est_quadrant_t *mirror, *q; p4e...
[ "tvincent@cita.utoronto.ca" ]
tvincent@cita.utoronto.ca
7528cfe463bf942e2568dea124f66a89a3aa1eaf
f6a642ad4d9219fd1af710b240460d58ec42056c
/0321/cal2.c
2f1d78ece57b4ba34d8e41a7fe53e5249beb8212
[]
no_license
gangys0411/LSP
f4ad11de61e96d18755a0a8ce68157c0fc6a2e44
7def3b5aeafc93031139f4fb324ff29251b45e8a
refs/heads/master
2020-05-07T16:52:27.065563
2019-06-19T11:57:07
2019-06-19T11:57:07
180,703,157
0
0
null
null
null
null
UTF-8
C
false
false
636
c
#include <stdio.h> int cla(char opr, int num1, int num2) { int result=0; int drop=0; if(opr=='+') { result=num1+num2; } else if(opr=='-') { result=num1-num2; } else if(opr=='/') { result=num1/num2; drop=(num1%num2)*10/num2; } else { result=num1*num2; } if(opr=='/') { printf("결과값 : %d.%d\n"...
[ "gangys0411@gmail.com" ]
gangys0411@gmail.com
0ce84539bcbd852876d3d4ee1c7eb2dd2a7e16f7
e19cfc6a73d89815e0906614775dec1c1993062c
/test.c
1351742bd812196e553f2a79d105621a88543125
[]
no_license
aric1520/develop_workspace
c547f57b264ade3a9784d4f34b05b6cfb1c905bf
93b5d430bd15a125e7069ed8fe96a4816faf8274
refs/heads/master
2023-04-23T05:04:41.757099
2021-04-29T04:09:53
2021-04-29T04:09:53
362,316,571
0
1
null
2021-04-29T03:33:36
2021-04-28T02:43:25
null
GB18030
C
false
false
11,207
c
#include "DSP2833x_Device.h" // 外设地址定义 #include "TMS320F28335.h" // 变量和函数外部声明 #include "1553RT.h" #include "DSP2833x_EPwm.h" #include "add.h" #include <stdio.h> /************************************************************************** * 函数名称: _Filter_Id() * 函数功能: Id控制调节 * 输入参数: * 输出参数: * 处理...
[ "noreply@github.com" ]
aric1520.noreply@github.com
add1dadd3513e9abe52fcd5b38a182fec13d546a
84a83dd8a588f30edeac217ff6845f97d027d39e
/src/include/encoding/macrumanian.h
5c1ab4411d4417f0fd63128ab3abe479327c0c8e
[ "BSD-3-Clause" ]
permissive
gitpan/Dicop-Workerframe
ec64abc1454fbb5229460918911631b18fd64caa
efde816e28d46e0f1da9c2d10dc266082a68a181
refs/heads/master
2020-06-06T17:11:15.574003
2008-11-28T14:14:58
2014-10-21T21:58:52
null
0
0
null
null
null
null
UTF-8
C
false
false
8,617
h
/** * @file * @ingroup workerframeenc * @brief Dicop Project - Character encoding tables for MacRumanian * * @english * * <b>This file has been automatically generated by <code>build/gen_tables.pl</code>. * Do not edit, all changes are lost!</b> * * @endenglish * * @deutsch * * <b>Diese Datei wurde auto...
[ "schwern+gitpan@pobox.com" ]
schwern+gitpan@pobox.com
541ef6310dd2b5af74eee8564b8b75e58a56a6c3
f543f07d2cb535f444ca7617463565cd42105396
/driver/interrupt_timer.h
69b825866dfec0ea3002adc77cec0ae3d4e7e9ba
[]
no_license
honigwald/nos
9c5d6ac0c674a5d2376a14b5b0998f45f04aa0a0
85700ed13d2befd89a7e22ddf9d3413b931eb968
refs/heads/master
2023-02-12T08:47:46.413469
2021-01-11T16:35:46
2021-01-11T16:35:46
328,724,078
0
0
null
null
null
null
UTF-8
C
false
false
210
h
#ifndef _TIMER_H #define _TIMER_H #include "../lib/printf.h" #include "../lib/flags.h" void interrupt_timer_ack(); int init_interrupt_timer(unsigned int ms); void start_interrupt_timer(); #endif // _TIMER_H
[ "s.blanck@campus.tu-berlin.de" ]
s.blanck@campus.tu-berlin.de
1a51f780c5c645297d44c2f3342f2a0d65e60691
25ef568d30f3b6d42f536353c19aae98e9220ebe
/rules/int/32/c2.c
23e7f71400e97d878fba796499b7982e39aff984
[]
no_license
manhtran91/sei-cert-ccs-samples
872644dc1523a1e7a54ab837375b5d795834592a
f0ea0b7228c41a122748c44fe56cfaba6f9f1b54
refs/heads/main
2022-11-15T19:58:05.460766
2019-08-28T21:35:08
2019-08-28T21:51:21
null
0
0
null
null
null
null
UTF-8
C
false
false
645
c
// INT32-C: Compliant Solution #include <stddef.h> #include <assert.h> #include <limits.h> #include <inttypes.h> extern size_t popcount(uintmax_t); #define PRECISION(umax_value) popcount(umax_value) void func(signed int si_a, signed int si_b) { signed int result; signed long long tmp; assert(PRECISION(ULLO...
[ "yesmar@gmail.com" ]
yesmar@gmail.com
a2bb111888c5c29469e0821c490d281db2ef384f
b3a2a8110ab9b95c0f7879f0a3e03bcfc1c5ad81
/Autonomous_Chooser.c
6b353897206835b897936e66adbc1115d011f646
[]
no_license
rcgfopl/BlockPartyPrograms
4531f007fee8471b6c6602fb6a1503f8c8459c6d
15a0daebf62071c09786504b50add87605c7ecff
refs/heads/master
2020-05-18T01:55:56.185613
2014-03-20T04:51:12
2014-03-20T04:51:12
null
0
0
null
null
null
null
UTF-8
C
false
false
5,125
c
#pragma config(Hubs, S1, HTMotor, HTMotor, HTMotor, HTServo) #pragma config(Sensor, S1, , sensorI2CMuxController) #pragma config(Sensor, S2, Ultra, sensorSONAR) #pragma config(Sensor, S3, Ultra2, sensorSONAR) #pragma config(Sensor, S4, IR, sensorHiTechnicIR...
[ "rcgfopl@gmail.com" ]
rcgfopl@gmail.com
5bdf8e0972b33a17ffe5bd40bbce10c0760552de
32b37182f89eea8ef7cc3f3d1b64e14b903b5399
/consts.h
091b85dd06386987ed1c196e116ddaa802edce7c
[]
no_license
BatiSlyme/CGSimeon
6b87d817efaef7badcbf0276ec82c78bd4a9a08b
e748d0ec63d0ceb824cc9c320e51a058b8eb70a8
refs/heads/main
2023-04-03T20:11:10.798355
2021-04-12T12:55:33
2021-04-12T12:55:33
356,241,503
0
0
null
null
null
null
UTF-8
C
false
false
2,384
h
#pragma once #include <GL/glew.h> #include <glm/gtc/matrix_transform.hpp> const GLuint WINDOW_WIDTH = 1280, WINDOW_HEIGHT = 720; // camera parameters const GLfloat FIELD_OF_VIEW = 45.0f; const glm::mat4 PROJECTION_MATRIX = glm::perspective(glm::radians(FIELD_OF_VIEW), (GLfloat)WINDOW_WIDTH / (GLfloat)WINDOW...
[ "noreply@github.com" ]
BatiSlyme.noreply@github.com
94152c74c63b1db9a9be60992db1abde37bf773c
31976d7f26c6449cd52b470f2eefc7a924eaf115
/soft/platform/edrv/pmd/pmu_8955/src/pmd.c
b2e0c96653f43196803778c9c14bd91a9a728897
[]
no_license
jhart99/RDA8955_W17.44_IDH
1198a5b7eafcdeb2403676beb697887d8b9d6036
09ecb99b552f498388d53386befb7f75b03da2a7
refs/heads/master
2023-04-23T16:41:25.513792
2021-05-10T07:14:01
2021-05-10T07:14:01
null
0
0
null
null
null
null
UTF-8
C
false
false
141,032
c
/* Copyright (C) 2016 RDA Technologies Limited and/or its affiliates("RDA"). * All rights reserved. * * This software is supplied "AS IS" without any warranties. * RDA assumes no responsibility or liability for the use of the software, * conveys no license or title under any patent, copyright, or mask work * right to t...
[ "1036421284@qq.com" ]
1036421284@qq.com
eadbfbf7ae741a8113cd2e239d476587327c86c1
1cfa80def627d09471738956cc2058ed4e0e7daf
/include/common/my_printf.h
a0b9386acef5edb6d8f3fb36aea44e95d2d477c3
[]
no_license
victorneuret/Corewar
4eccd8811613c7ede01640838c6352f979c967d9
a76cf05324a61c10b0ff97672265da2b2b40df82
refs/heads/master
2020-04-05T16:39:07.747087
2019-08-29T21:55:40
2019-08-29T21:55:40
157,022,829
1
0
null
null
null
null
UTF-8
C
false
false
147
h
/* ** EPITECH PROJECT, 2018 ** CPE_corewar_2017 ** File description: ** my_printf header */ #pragma once int my_printf(const char *format, ...);
[ "maxime.houis@epitech.eu" ]
maxime.houis@epitech.eu
5ceb7cce0bfe6846e25ebc39e514616ff0ae240c
9ec5c73c22685cb7cb4216a7d367f5173083d56a
/sphost/customization/hostfw/service/adas/app_test_adas_ldws.c
437e94c127e7f84cafd25da1c72f35598fd69a73
[]
no_license
chadmuska/test
0f06d622e22eda54a14b8275f287d728cbc53a84
68af41f3243feccda6952e85ff75f17a434963eb
refs/heads/master
2020-03-19T23:19:17.368909
2018-06-12T01:53:48
2018-06-12T01:53:48
137,002,080
1
1
null
null
null
null
UTF-8
C
false
false
43,879
c
/*--------------------------------------------------------------------------* * File name : app_test_adas_ldws.c * Function : Test ADAS LDWS function * First editor: Weikai Hsu * First date : * History : * : 2018.06.01 Weikai Hsu "Added File Header" * * * *---------------------------------...
[ "paul.chang@jet-opto.com.tw" ]
paul.chang@jet-opto.com.tw
ff0130c349399b9b258e3bece17607035fe5eb71
146b0adb8c4729b47355310fc36bf37d197634f7
/changing_automat.c
cacd6d8cf47ff060818be9e57e2df405394c05c7
[]
no_license
d-serj/gris
abf5e900af9fe78c3e72bd515641894a6b754053
681fe0df74c990088d04af9fc182a6f02c76a293
refs/heads/master
2021-01-18T16:27:50.832094
2017-08-11T11:53:05
2017-08-11T11:53:05
71,787,256
0
0
null
null
null
null
UTF-8
C
false
false
1,704
c
//#include "windows.h" #include "stdafx.h" char *rus (char *p) { static char txt[1024]; CharToOemA (p, txt); return txt; } int main(int argc, char* argv[]) { int cost, change; int cash = 100; int fifty = 50; int twentyf = 25; int ten = 10; int five = 5; int two = 2; int one = 1; ...
[ "noreply@github.com" ]
d-serj.noreply@github.com
32b72c3f12b49c570de9645db6198cf82741988d
9018cb6a279408ac9bbfddf8d3058429282915b4
/conker/src/game/done/game_119960.c
e68ace51d6eb6bb5304b543e6b8e85406a5d6177
[]
no_license
0xGlitchbyte/conker
c5653824d76bafbc35f0073a1c69c4c31cae48d3
71dd8c178a276591f0993946de43241433501da7
refs/heads/master
2023-07-15T22:14:43.285574
2021-09-01T11:39:08
2021-09-01T11:39:08
null
0
0
null
null
null
null
UTF-8
C
false
false
266
c
#include <ultra64.h> #include "functions.h" #include "variables.h" void func_150EC4B0(struct108 *arg0) { if (func_1509BE40(1, 0x4023, 6, 0x2000) != 0) { arg0->unk84 |= 0x1010; } else { arg0->unk84 &= ~0x1010; } arg0->unk84 &= ~8; }
[ "streetster@gmail.com" ]
streetster@gmail.com
33fb8c660325330d5986d00aad508b20ec97c13a
032c2e67d5a3d4c706a57846f00c995a3f8a6e04
/mediatek/custom/common/hal/imgsensor/bf3a03_yuv/camera_sensor_para_bf3a03_yuv.h
eab6d8f6677d851b5aa50326f89143a061957e79
[]
no_license
chen3135/OrangePi3G-iot_external
825a082b09a93a8a7f085f8e4938c8a51ac7fae4
6bf3d18220a0a382a79e71525a4c184163a496b2
refs/heads/master
2021-10-26T11:01:50.168049
2019-04-12T08:31:45
2019-04-12T08:31:45
180,967,406
1
0
null
null
null
null
UTF-8
C
false
false
5,822
h
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein * is confidential and proprietary to MediaTek Inc. and/or its licensors. * Without the prior written permission of MediaTek inc. and/or ...
[ "vcsy1994@sina.com" ]
vcsy1994@sina.com
77999ad636c4ce4d3b221253a66e72d33453c99e
58605214d58e49460f4a0c1bb6a1e61cb9895f93
/visual.h
25ee73dbab2986d42a58fa35d5d1e487d1e2c9b2
[]
no_license
koutali/Mandelbrot
a66de86f04241ade4262c5a9a2bf2144ff8fde23
c41a81ed5b89d85942b0a9754ea91c64c6fdaf67
refs/heads/master
2018-12-29T22:38:34.917138
2011-11-22T21:08:28
2011-11-22T21:08:28
2,830,838
0
0
null
null
null
null
UTF-8
C
false
false
537
h
/* * visual.h * * Created on: Apr 24, 2010 * Author: senem */ #ifndef VISUAL_H_ #define VISUAL_H_ #include <allegro.h> #include <stdio.h> /* printf, file operations */ const double WIDTH = 1024; const double HEIGHT = 768; const int VIRTUAL_SCREEN_WIDTH = 0; const int VIRTUAL_SCREEN_HEIGHT = 0; const...
[ "senembeken@gmail.com" ]
senembeken@gmail.com
1baaa1f34a3dd96d8b10235948d155cf3cac920a
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/linux-master/drivers/rtc/rtc-snvs.c.bak.c
2b5e8f27426040d7352b973b70a0cff9c2cb181e
[]
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
9,575
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* * Copyright (C) 2011-2012 Freescale Semiconductor, Inc. * * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License * Version 2 or later at the following locations: * * htt...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
f1f614d9ae791eba7b48790c87db06fcd6a747ec
362a5eef17c7ec4e668602a9d72c89dcc36810f0
/src/c-blosc2/plugins/codecs/ndlz/ndlz8x8.h
d3fc107b872fdeed46a8dd8cd034282393c65a44
[ "BSD-3-Clause", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
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
2,077
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
f1b85bcc623438840be060275b09020077181b3c
48360135d8b04147d5e46575e0eb5caecee9aea0
/spa/plugins/audioconvert/benchmark-resample.c
38eb218f959f79c0c70ce090f72b8b93298b76e2
[ "MIT" ]
permissive
raghaven447/pipewire
41faf5bfb8920decf556dc55a9b1d70ba3b9e64f
bf483242eb1a45367569362f2fac7c6216f0fb45
refs/heads/master
2022-09-21T21:58:35.362054
2020-05-28T16:01:55
2020-05-28T16:03:27
null
0
0
null
null
null
null
UTF-8
C
false
false
5,355
c
/* Spa * * Copyright © 2019 Wim Taymans * * 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, copy, modify, merge, pu...
[ "wtaymans@redhat.com" ]
wtaymans@redhat.com
e52b3703fd44827b0018f15014d528d19feceaf9
9cbe708d2f15ac876b590c1f75aa2fb2cf09d770
/Projects/Servo Motor Controller/Firmware/Middlewares/Third_Party/FreeRTOS/Source/UART-interrupt-driven-command-console.c
3529f4c31e3ac37e76b9f0e55d998b1345746d0c
[ "MIT" ]
permissive
OUWECAD/MOWE
ae24cc0699f3067442b45f9449eef8162ad09b27
3dc17fd8534a8d400886b5799f51c467f2fef7ab
refs/heads/master
2021-01-20T05:59:26.903980
2016-08-24T16:42:15
2016-08-24T16:42:15
39,247,444
0
2
null
2016-01-18T15:53:05
2015-07-17T09:53:15
C
UTF-8
C
false
false
9,726
c
/* FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd. *************************************************************************** * * * FreeRTOS tutorial books are available in pdf and paperback. * * C...
[ "asaad.kaadan@ou.edu" ]
asaad.kaadan@ou.edu
11fee3c38d73095c42811f9c1b835b12fde381c5
b373364742f6e656351ab5a6a0530603c748c0e6
/aula14/semantic.c
58183cfe72c84f39014f15ee137cc4bacdaa7182
[]
no_license
jfkbuzin/compilers_c
e751bc7024a0d3833700792a5399758ecd397826
bcad1292ac0e49dfc2e6e8218d661551da17a7b9
refs/heads/master
2020-09-23T02:47:22.895367
2019-12-02T13:40:43
2019-12-02T13:40:43
225,382,898
0
0
null
null
null
null
UTF-8
C
false
false
1,300
c
#include "semantic.h" int semanticErrorFlag = 0; void setDeclaration(AST *root){ AST *node; AST *dec; AST *type; AST *id; for(node = root;node;node = node->son[1]){ dec = node->son[0]; if(dec){ switch(dec->type){ case AST_VAR: id = dec->son[1]; if(id->symbol){ if(id->symbol->type != S...
[ "noreply@github.com" ]
jfkbuzin.noreply@github.com
2b244088bbb9a4cd22ffa70952bc4fe04049367d
04af899ef7444b02296f7352d020af6f81a2bcfd
/libft/libft_srcs/ft_memmove.c
a3312fc2133dc7c233a3a6e29d7807ddc05763c8
[]
no_license
BNNJ/asm
e10151361d7e43e2b5dc235f9fa866a28f1a0f65
819cb9906b232289a2ac3c0f33ea3064e8690ebb
refs/heads/master
2020-06-15T20:28:40.108458
2019-11-10T18:56:56
2019-11-10T18:56:56
195,385,262
0
0
null
null
null
null
UTF-8
C
false
false
1,274
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memmove.c :+: :+: :+: ...
[ "BNNJ1974@gmail.com" ]
BNNJ1974@gmail.com
5afe66ca527a53351e1f82b702cd8a03638a389c
def2ddbe5d05843227345119f9d82eb568369d72
/user-apps/MPDCon/Strings.h
dfcbd69843591a130f6f71dfd708c23a4547e0d2
[]
no_license
gnustep/gap
5204cf4e926ccd9afe18f58d9e902a2ccba3ff96
8918842655b5a6bbd19ad8c71f7dacf3a1776782
refs/heads/master
2023-02-26T17:31:06.962721
2023-02-17T01:36:37
2023-02-17T01:36:37
22,817,796
20
13
null
2022-01-22T09:43:29
2014-08-10T20:19:48
Objective-C
UTF-8
C
false
false
1,826
h
/* Project: MPDCon Copyright (C) 2004 Author: Daniel Luederwald Created: 2004-06-03 12:54:16 +0200 by flip This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either versio...
[ "buzzdee@d25b4930-3292-e311-b074-0010c6de5da8" ]
buzzdee@d25b4930-3292-e311-b074-0010c6de5da8
6f68655dfacc912611b520311932c563cd2defdd
ab82f314019d31736e7a846be11dc164e9455dbe
/conptr.c
b2159bbb0306451aaeac5208b97929ece05c112c
[]
no_license
jtrupti07/C-codes
5c75a8457316fef7079b9a27748c1ec10131c1fc
1c48de469d03ab0b581eb37f1af125c1ca1a7637
refs/heads/main
2023-06-21T03:42:20.704267
2021-07-21T12:12:38
2021-07-21T12:12:38
388,104,665
0
0
null
null
null
null
UTF-8
C
false
false
820
c
#include<stdio.h> int x=20; int main() { /*//case 1 int no =11; int *p =&no; no++; p++; p=&x; (*p)=21; //case 2 //no is constant integer initialised with 11 const int no = 11; p is a pointer to the integer constant const int *p = &no; no++; //na p+...
[ "noreply@github.com" ]
jtrupti07.noreply@github.com
3cdcc687e3a3cb8f3fb50a8b286f60e01fe46254
6aedf427dc9cfc2c462ddef44f8cd07d2863db2a
/include/file.h
7828d4909e31590be119536b79ab614c860c6d88
[]
no_license
royhunter/framework_of_build
d7f6ab0275a4c7b22dfb73898e02d116e1498103
1624cbbcd86b85bb9c2cd608a58430f6ab2a981d
refs/heads/master
2021-01-10T04:22:49.437314
2016-03-19T04:01:48
2016-03-19T04:01:48
54,246,041
0
0
null
null
null
null
UTF-8
C
false
false
245
h
#ifndef __HOTPATCH_FILE_H__ #define __HOTPATCH_FILE_H__ #include <stdio.h> #include <sys/types.h> #include <fcntl.h> #include <unistd.h> extern int file_open(const char *name, int mode); extern void file_close(int fd); #endif
[ "royluo06@gmail.com" ]
royluo06@gmail.com
dfaba48dd0a1ecd32001799d08dcaea21b3ff132
7b55cacf46bf2fd6298315bccfa4b6f0375e3865
/src/sys/dev/ic/ac97.c
d9efa899fea7c725c97f8c2b7d5b72f544cbf86f
[ "MIT", "LicenseRef-scancode-bsd-3-clause-jtag", "BSD-2-Clause" ]
permissive
libos-nuse/frankenlibc
7f33a86f277ea13eeae573e0339b03c5e2a9ff58
b2e9db0084847aaa63fcddce2f5bf2e0e43669d5
refs/heads/lkl-musl
2021-01-21T23:30:07.179889
2018-06-21T07:46:36
2018-08-14T03:52:22
47,620,000
9
6
NOASSERTION
2019-02-21T14:53:00
2015-12-08T12:13:28
C
UTF-8
C
false
false
69,419
c
/* $NetBSD: ac97.c,v 1.96 2015/04/04 15:09:45 christos Exp $ */ /* $OpenBSD: ac97.c,v 1.8 2000/07/19 09:01:35 csapuntz Exp $ */ /* * Copyright (c) 1999, 2000 Constantine Sapuntzakis * * Author: Constantine Sapuntzakis <csapuntz@stanford.edu> * * Redistribution and use in source and binary forms, with ...
[ "justin@specialbusservice.com" ]
justin@specialbusservice.com
148ffb057dcc41ad6acd6f7cb253079c5639461a
e04e2d4cf95cb1f83bce3df5c0eb7d74c164e480
/applications/common/touchpanel/touchpanel.h
bd25b8bba182265eb8eba543dbedc1b0c8024d44
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
CxZMoE/rk2108_202012_SDK
76ab40c31ab05fe71dcd296a0d38e83dc1dd930b
c0880365a8eb208979df0a45ae350c8fe8f565c6
refs/heads/main
2023-03-19T02:01:21.175849
2021-02-07T08:10:10
2021-02-07T08:20:20
null
0
0
null
null
null
null
UTF-8
C
false
false
1,287
h
/** * Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __TOUCHPANEL_H__ #define __TOUCHPANEL_H__ #include <rtthread.h> #include "touch.h" #define TOUCHPANEL_BLOCK_MOVE_ENABLE (0x01UL << 0) /* Is block movement allowed */ struct rt_touchpanel_block...
[ "374122506@qq.com" ]
374122506@qq.com
d2d4e69806bbb5e30cb97c183c6f0bee553e3f26
7c65249a149d977ae9ceb7e1d3437f3d26ea2622
/bsd/openbsd/src/usr.sbin/tcpdump/parsenfsfh.c
e2918378b8fcfa47002d1f56a6adcd5c4db1e4e3
[ "LicenseRef-scancode-other-permissive" ]
permissive
ocean2706/ireactorOS
f2b1e18881b763289644908ee996560a0a42cd49
137d6a46341aaf5c7bc9f139f268e44068cc1a25
refs/heads/master
2020-05-20T13:05:21.433306
2016-02-10T09:10:34
2016-02-10T09:10:34
12,356,246
0
0
null
null
null
null
UTF-8
C
false
false
11,939
c
/* $OpenBSD: parsenfsfh.c,v 1.12 2015/11/18 15:36:20 mmcc Exp $ */ /* * Copyright (c) 1993, 1994 Jeffrey C. Mogul, Digital Equipment Corporation, * Western Research Laboratory. All rights reserved. * Copyright (c) 2001 Compaq Computer Corporation. All rights reserved. * * Permission to use, copy, and modify this...
[ "george.bungarzescu@gmail.com" ]
george.bungarzescu@gmail.com
d6f79087a5d30899dc89e879d1ed84a9a7a35059
e05e1f26f2fb294c4cc3372e7430053a812ba127
/src/mame/machine/n64.c
f752f3a8dbc87670c789b2dfe3b07cb176e846ca
[]
no_license
libretro/mame2010-libretro
bc790587114fe7f6ed993eb501ac2f39e5313a2b
5f524dd5fca63ec1dcf5cca63885286109937587
refs/heads/master
2023-07-20T02:37:24.718908
2022-06-14T21:05:20
2022-06-14T21:05:20
12,561,226
36
97
null
2023-07-09T13:02:58
2013-09-03T10:33:26
C
UTF-8
C
false
false
56,635
c
/* machine/n64.c - contains N64 hardware emulation shared between MAME and MESS */ #include "emu.h" #include "cpu/mips/mips3.h" #include "cpu/mips/mips3com.h" #include "streams.h" #include "includes/n64.h" #include "sound/dmadac.h" #include "profiler.h" UINT32 *rdram; UINT32 *rsp_imem; UINT32 *rsp_dmem; ...
[ "r-type@somewhere.org" ]
r-type@somewhere.org
8fb0302314f83ddd79e465906b9b44be54c427fb
35582dd612aee0907b954d11af6f46f409eb4a4f
/01_process/02_fork_N_exec.c
0a023d2984ab174b2f5f7fc3ac8c96335ccdb0f4
[ "MIT" ]
permissive
junehan-dev/c-os-linux
d2bdf787766510a759330b73b96a30fb61440462
9e2717ecf7ffc0be64588274a1b96d76d7d4b533
refs/heads/master
2022-11-28T23:25:30.552300
2020-08-02T21:45:20
2020-08-02T21:45:20
null
0
0
null
null
null
null
UTF-8
C
false
false
990
c
#include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <err.h> static void child(); static void parent(pid_t pid_child); int main(void) { pid_t forked_pid; forked_pid = fork(); if (forked_pid == -1) // caller can find it err(EXIT_FAILURE, "fork() failed!"); else if (forked_pid ==...
[ "junehan.dev@gmail.com" ]
junehan.dev@gmail.com
c99087fec02e848275f88e6d0c9fb3296d0b1fa5
e19063d9b4472ed357ee90ec1ae98ff2d7ddec6f
/usr.bin/mandoc/tbl_term.c
afad57d70744a63301f1f1e7f6a6a492135ed077
[]
no_license
seanmanson/eou
a04f058f384c9c12f162423e3846427a9fb581b4
2d623fa9dfde3a6b5ae5e8341ef8d36b521c1022
refs/heads/master
2021-01-21T10:14:00.524873
2017-02-28T08:07:44
2017-02-28T08:07:44
83,398,502
1
2
null
null
null
null
UTF-8
C
false
false
9,809
c
/* $OpenBSD: tbl_term.c,v 1.26 2015/01/31 00:11:52 schwarze Exp $ */ /* * Copyright (c) 2009, 2011 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2011, 2012, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee ...
[ "jonathan@uq.edu.au" ]
jonathan@uq.edu.au
5ebb58ad15fc368e41f3d0eb6f9d07f01e713ea9
2d055d8d62c8fdc33cda8c0b154e2b1e81814c46
/linux/apue+unp+ipc/unixapi/unpv13e/udpcksum/cleanup.c
97743ec3f742871faff9e834256df3abdddc9115
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
harkhuang/harkcode
d9ff7d61c3f55ceeeac4124a2a6ba8a006cff8c9
faab86571ad0fea04c873569a806d2d7bada2e61
refs/heads/master
2022-05-15T07:49:23.875775
2022-05-13T17:21:42
2022-05-13T17:21:53
20,355,721
3
2
MIT
2019-05-22T10:09:50
2014-05-31T12:56:19
C
UTF-8
C
false
false
368
c
#include "udpcksum.h" /* include cleanup */ void cleanup(int signo) { struct pcap_stat stat; putc('\n', stdout); if (verbose) { if (pcap_stats(pd, &stat) < 0) err_quit("pcap_stats: %s\n", pcap_geterr(pd)); printf("%d packets received by filter\n", stat.ps_recv); printf("%d packets dropped by kernel\n", s...
[ "shiyanhk@gmail.com" ]
shiyanhk@gmail.com
2687ce4c75d196a56de843319304e87c57354d12
852ca3e259848d8498072245a08254224a5c4ee6
/fy4/d/taoguan/npc/obj/demonblade.c
53d08592caefc26014d18f1cff1ad3f65e3f856a
[]
no_license
losep/fy2005
2fa3d5e6d607c663edaab190bf66899789b83929
6ff35a0f7a33c454d9195ee1e28f310d65ec954b
refs/heads/master
2020-07-16T16:08:23.397485
2016-01-05T05:07:46
2016-01-05T05:07:46
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
442
c
#include <ansi.h> #include <weapon.h> inherit BLADE; void create() { set_name(RED"ÊÉ»êÐ×ÂÞ"NOR, ({ "soul stealer" }) ); set_weight(5000); if( clonep() ) set_default_object(__FILE__); else { set("unit", "°Ñ"); set("value", 100); ...
[ "liang.huang@transmension.com" ]
liang.huang@transmension.com
15d61f1cf4887c445962597fcfd8a114523f4f97
759f1d99b2513e780d25e271f4572d8b749a57bb
/proc_call_7.c
81b87d63a4abb7095a6761545ad2c5fa907ea370
[]
no_license
RuiqingQiu/CSE221_System_Measurements
016825443f9193313a2750454bf36ccd00b2ce0f
2c5aa314c06ecc0bfa898e226cfed6441edd97c3
refs/heads/master
2021-03-24T10:03:54.616656
2017-03-20T18:36:23
2017-03-20T18:36:23
81,383,497
0
0
null
null
null
null
UTF-8
C
false
false
678
c
#include "rds.h" #include <stdio.h> #include <errno.h> #include <string.h> #include <limits.h> #include <unistd.h> #include <pthread.h> #include <stdint.h> #include <inttypes.h> #include <math.h> #include <stdlib.h> void f0(){return;} void f1(int a){} void f2(int a, int b){} void f3(int a, int b, int c){} void f4(int ...
[ "elteano@gmail.com" ]
elteano@gmail.com
0b1b5bebdbc42bfdfeafaf8b23441153764286c4
8e1691fa76f47c62bbf6b8d83f5d5f13647aacaf
/dk/synergy/ssp/src/framework/sf_el_ux/ux_dcd_synergy_endpoint_nak_set.c
c46fa674cf2c9a9d9db8d5ebe21e1cd9c8e3916a
[]
no_license
dongdong-2009/Renesas_S7G2
4c9933a2ef29d1057c4f1493aaed0906b6612501
86379eb843825975a3c2f8b01efe91b93f6167ec
refs/heads/master
2021-07-04T19:02:16.126614
2017-09-25T01:15:45
2017-09-25T01:15:45
null
0
0
null
null
null
null
UTF-8
C
false
false
9,121
c
#ifdef AMS_ENCRYPT_PACKAGE -----BEGIN ENCRYPTED FILE v0.6----- 9S04Fc0roaJnwZGP6OG7EDBImvEWKQdoMQNOXjk4Zvzx9KJz15dhDWXbFxwtj3cm 3oCHwqJRRhBS/vYIEa2vzYxVqMWxgUhlh8UxXmrWFgloxHpPry5maGMTh4a8LYtv leZDbBhGH3c8oOygvtdSKw5SB8BHo/6HxnO96K7ktrSV4O+dcvdAvGHfwnK1zQHY Oq1OEr9NzQtJNtQkaZOb9BV6Q1pMIoKaLCVrtR/aOuMY1JZNXQIdJGU30...
[ "kirti.karan25@gmail.com" ]
kirti.karan25@gmail.com
2922faca728b9d2d0554ac4cafea6d5a5c85599f
7fca4e645f24880ab75f644f03d227aa5688749d
/dataStructure/slidesProblems/Dijkstra/dStack.c
78b2a2bc807812b576273d7e8a239dbe39d6da5c
[]
no_license
jcarlosadm/classes
95e687f8ec6e4c1f405442de86c0dffc588f0f2e
9658b1b0805647f64d02c4b760d81d26943ec6da
refs/heads/master
2021-05-15T02:18:30.318844
2018-07-24T15:29:20
2018-07-24T15:29:20
24,521,175
2
0
null
null
null
null
UTF-8
C
false
false
2,479
c
#include "dStack.h" /** * Estrutura do nó da pilha */ typedef struct node Node; struct node{ int item; Node* nextNode; }; /** * Estrutura da pilha */ struct dStack{ Node* top; }; /** ****************************************************************** * Funções privadas *****************************...
[ "carlosmaster10@gmail.com" ]
carlosmaster10@gmail.com
83d5df31fa66ba761ac335cb073222af2622b34e
6336e0849f7d1e641b65dfd4f252f35d78016726
/server/captive.c
e9e3be59ee5c0aa1b2aba8bfde89780a401273a1
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
rwmjones/nbdkit
9d36dc7cac22a9c54ebe4277bb34c29692623c7b
cc26e0edc53ee6b80425334ff9cd19e0c8b0441a
refs/heads/master
2021-11-04T23:31:21.121417
2019-02-13T21:31:31
2019-02-22T05:16:36
141,707,532
2
0
null
2018-07-20T12:07:32
2018-07-20T12:07:32
null
UTF-8
C
false
false
3,809
c
/* nbdkit * Copyright (C) 2019 Red Hat Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of c...
[ "rjones@redhat.com" ]
rjones@redhat.com
f8665d217343600cdd3b9a17e341a2d8c611f982
b4535b2ff358a4c3c301c31c2c4c3de744565d09
/builtins/pwd_cd.c
1d8639488559e20e2dbaa30336f70de5c20664cf
[]
no_license
SiberiaMan/minishell
e16d1fe625fd62c96d250069835a2c0faf7b7c20
80e90252fa9fe5710d0d5415ba86d224a7af82ba
refs/heads/master
2023-07-20T17:15:58.880710
2021-08-27T09:10:23
2021-08-27T09:10:23
359,916,601
0
0
null
null
null
null
UTF-8
C
false
false
1,152
c
#include "builtins.h" #include "errno.h" #include "string.h" int ft_pwd(void) { char *pwd; char *buff; size_t len; buff = NULL; pwd = getcwd(buff, 0); if (pwd) { len = ft_strlen(pwd); write(1, pwd, len); write(1, "\n", 1); free(buff); free(pwd); return (0); } return (1); } char *return_new_pwd(v...
[ "dchani@ox-s1.msk.21-school.ru" ]
dchani@ox-s1.msk.21-school.ru
4048979a6a50073e73a32fdc0faf948d918ef2b4
63c1db64b5de58e266a44d501d4e1307e1c19962
/hypervisor-interactor/drventry.c
8ee0f9798f4d15c7c5630a8907613e2574613edf
[]
no_license
killvxk/HyperWin-Communication-Driver
2c3eaedd2480b4fef1beacdbc9e087bb385ddccb
170b8d0bf8334d493a71a104010f825f654117ed
refs/heads/master
2023-02-25T04:55:05.137551
2021-02-06T10:08:19
2021-02-06T10:08:19
336,507,758
0
0
null
2021-02-06T10:08:09
2021-02-06T10:08:08
null
UTF-8
C
false
false
2,118
c
#include <ntddk.h> #include "utils.h" #include "hwtypes.h" #include "drvops.h" #include "x86_64.h" UNICODE_STRING deviceName, dosDeviceName; NTSTATUS DriverUnload(IN PDRIVER_OBJECT pDriverObj) { hvPrint("Unloading driver...\n"); // // Unmap memory used for communicating with HyperWin // if (((PHYPERWIN_MAIN_DATA...
[ "amiryeshooroon@gmail.com" ]
amiryeshooroon@gmail.com
6897aafd2a5b8cd41a40dbd14323d08e733315b8
74eef2686eb964bd12b58b698d25df59ea5b37d2
/source/pre_libloader/inc/loader_internal.h
a075078724b3520d734de0f8d273cc8bdc36f7cd
[]
no_license
Famexie/test1
e802785507b83687c20bcc6c3a5df92111b093ea
2dbfa3431621a70e8b373c5fa382f9cab00365af
refs/heads/master
2023-06-15T01:58:56.770032
2021-07-12T05:39:44
2021-07-12T05:39:44
385,094,377
1
3
null
null
null
null
UTF-8
C
false
false
2,210
h
/* * Copyright (c) 2012-2013 by Tensilica Inc. ALL RIGHTS RESERVED. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to u...
[ "fame.xie@tymphany.com" ]
fame.xie@tymphany.com
8f47844ecf0b4a798c5af536e1b7e051fae42f8f
961c676872bc8cf1d7aeefe7cd0b36e87727586a
/Projet_final/TACHE7_non_incchevé/geom2d.h
2da3f094dbcd09452d918621c18d8e89fc1a86a0
[]
no_license
KimourAhmed/Vectorization-and-simplification-bitmap-image
689284ff1dd8a13e91618a245f21e0ba480a7505
402922d60780e094745dbceb0f33cea145ca1315
refs/heads/main
2023-03-28T17:48:52.317914
2021-04-06T06:20:40
2021-04-06T06:20:40
304,357,987
0
0
null
2021-03-08T18:06:36
2020-10-15T14:48:13
null
UTF-8
C
false
false
1,074
h
#ifndef _GEOM2D_H_ #define _GEOM2D_H_ typedef struct { double x, y; } Vecteur; typedef struct { double x, y; } Point; /* Cree le point de coordonn\E9es (x,y) */ Point set_point(double x, double y); /* Somme de deux vecteur V1 et V2 */ Vecteur add_vect(Vecteur V1, Vecteur V2); /**Difference entre deux points P1 ...
[ "kimahmedislm@gmail.com" ]
kimahmedislm@gmail.com
2b0c914d4939244c26f8d4c5bbec972cf95667ec
00f39ba64a4dac93b7a25bd613b776101b54d8ce
/SDK/sam0/utils/cmsis/samha1/include/samha1g15a.h
91702766da3f04d8f765027f9347f74adeafc255
[ "MIT" ]
permissive
hanyazou/bbq10kbd_i2c_sw
40d9e4e72a82ea3a51a054172a8c181c83972fb6
6ed081fd050972341cb6a52469b4bee257e71a37
refs/heads/master
2021-05-22T15:32:48.707403
2020-01-19T20:38:01
2020-01-19T20:38:01
252,983,180
0
1
MIT
2020-04-04T11:50:34
2020-04-04T11:50:34
null
UTF-8
C
false
false
31,356
h
/** * \file * * \brief Header file for SAMHA1G15A * * Copyright (c) 2017 Atmel Corporation, * a wholly owned subsidiary of Microchip Technology Inc. * * \asf_license_start * * \page License * * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "...
[ "arturo182@tlen.pl" ]
arturo182@tlen.pl
cb149a7cf18f84e41821d58f478373b6563159ca
da94ec181afefc85bc399259d1176e7a93a73bbd
/lib/libft/ft_putstr.c
e9986a65077aa8c732a86fef9914ff445e7ac483
[]
no_license
arudyi/rtv1
79e4c82bfbd7e5982263b5115a9991e89045f73d
4135b428023e075d4ae9c98a0cc965b06875a193
refs/heads/master
2020-04-19T05:07:03.827865
2019-05-01T11:31:15
2019-05-01T11:31:15
167,978,700
0
0
null
null
null
null
UTF-8
C
false
false
1,008
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr.c :+: :+: :+: ...
[ "lispgod@gmail.com" ]
lispgod@gmail.com
fa3e1a6caf0c9eb456c8ae47137982421bcb9d24
22fc166c00cdc9fcb425f6ae1d44da4ab64d2a6c
/aes.c
8e78c9dfe19517beabc3bbce2fcf41f159119648
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-bsd-3-clause-jtag" ]
permissive
gina-stoffel/keystone-runtime
36627708ebc46152914ff1d5e1bb3ba0dea6f31e
9fbe2ac33e394a4d7b34f01297d4986769d150c0
refs/heads/master
2023-04-23T06:18:06.536741
2021-04-20T17:36:37
2021-04-20T17:36:37
362,725,905
0
0
NOASSERTION
2021-04-29T07:32:33
2021-04-29T07:20:04
null
UTF-8
C
false
false
38,891
c
#ifdef USE_PAGE_CRYPTO /********************************************************************* * Filename: aes.c * Author: Brad Conte (brad AT bradconte.com) * Copyright: * Disclaimer: This code is presented "as is" without any guarantees. * Details: This code is the implementation of the AES algorithm and ...
[ "noreply@github.com" ]
gina-stoffel.noreply@github.com
447bba4395cfacfc2b78120ae5dd4e093feb1215
2c2fcf6727447679a2e18e5c2e7a35ea6d24a8e3
/utils.c
5cfa5fdcbbcac5af3f16dcddc358eaf01edaf00a
[]
no_license
juan0fran/NUCS_test
32506e3d6e09b83c02410c1061d43234e35ccb01
9eadac44f54a2ceb31b6f992ce888f0aea93560c
refs/heads/master
2020-12-07T03:57:17.829944
2017-11-15T08:29:09
2017-11-15T08:29:09
95,458,149
0
0
null
null
null
null
UTF-8
C
false
false
1,740
c
#include "utils.h" #include <stdio.h> float convert_temp_u16_f(uint16_t temp) { int8_t msb; uint8_t lsb; msb = (temp>>8)&0xFF; lsb = temp&0xFF; if (msb < 0) { return (float) (1.0*msb - 1.0/256.0*lsb); }else { return (float) (1.0*msb + 1.0/256.0*lsb); } } uint16_t convert_t...
[ "jf_juanfran@hotmail.com" ]
jf_juanfran@hotmail.com
72df81ff2f5f41da45999d8d07c36572538da3d1
3c75fb0469645f952d4e18a5fe617fecdc7801c4
/nark/print_proto/print_mac.c
78946206a085906d5cb46d3a315a7d467de0c1f9
[]
no_license
ejlb/code
a65a7024f20e0b5a8d737346c8c370e9b54b5e09
55612e8206411299ee84b316fed54c36506797d1
refs/heads/master
2020-05-27T06:32:04.639323
2016-02-15T19:18:27
2016-02-15T19:18:27
8,368,468
0
1
null
null
null
null
UTF-8
C
false
false
747
c
#include <stdio.h> #include <string.h> #include "nark.h" #define ADDR_BUF_MAX 20 int print_mac (char *mac_addr) { int count, len; char print_delim = ':'; char addr_buf[ADDR_BUF_MAX]; strncpy (addr_buf, mac_addr, ADDR_BUF_MAX); len = strlen (addr_buf); for (count = 0; count <= len; count += 2...
[ "ejlbell@gmail.com" ]
ejlbell@gmail.com
ca2e3198ab91eea4b14c95ea1424fca6bcba0494
8a0af2448135f7e079ac0afd216712d0b498bf0d
/Thermal/Control/SevenSeg/ShiftReg/ShiftReg.c
7df5f793ca555f2a95390ddbb2316147823f78d7
[]
no_license
frukt521/Thermal
6b177c4a16242843de58ad6c269ac9be8aed7485
87d73fe94e5c9a08dd6f96a4f3e3c637c8ee7635
refs/heads/master
2021-01-10T11:06:31.524974
2015-12-17T10:59:45
2015-12-17T10:59:45
48,166,416
0
0
null
null
null
null
UTF-8
C
false
false
1,276
c
/* *ShiftReg.c *Copyright (C) Vasilenko Victor, 2015. */ /* Copyright 2015 Vasilenko Victor Permission to use, copy, modify, and distribute this software and its documentation for any purpose except commercial use is hereby granted without fee, provided that the above copyright notice appear in all copi...
[ "vasilenko.victor.and@gmail.com" ]
vasilenko.victor.and@gmail.com
847a332821a0354d3961ab72e2c21e99547001ea
48e589f0eaba2a10407e064ded3c14b4202b5cd5
/tests/blinky-LED.c
2fabb69bade6f772e65691ce16d63a739debb3e5
[]
no_license
roman-dvorak/raspy-juice
fce7b91fc0bb6aabe9b5bcce07b8b0c6532fe967
9e5b7405147a5c3cded05eae579567467f1998b0
refs/heads/master
2020-06-16T14:52:16.320728
2015-04-29T11:20:27
2015-04-29T11:20:27
null
0
0
null
null
null
null
UTF-8
C
false
false
4,739
c
#include <avr/io.h> #include <ctype.h> #include <util/delay.h> #include <avr/interrupt.h> #include <avr/eeprom.h> #include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <avr/sleep.h> #define msleep(X) _delay_ms((X)) #define LED_INIT() (DDRD |= (1<<PD7) | (1<<PD6)) #define LEDRED_ON() (P...
[ "adnan@singnet.com.sg@18edbb5f-9ea4-c225-5032-a7d48193d222" ]
adnan@singnet.com.sg@18edbb5f-9ea4-c225-5032-a7d48193d222
9e15b39f01082c287ed56db39dfd224008c50662
f0d22137ab4aba3a70c25b42b628e3f09743d936
/plugins/png/Resource.h
3e18f3b2890994217d6e4a41f997cc7b6cc639a4
[]
no_license
duxq/vlc_2.1.0-vs_2010
6da94eac73bb70604162558e46a266f9acfc0e56
218172f619c9e248b709e479e5c10e197127a88e
refs/heads/master
2021-06-18T12:02:28.079902
2017-06-28T02:33:56
2017-06-28T02:33:56
118,862,081
1
0
null
2018-01-25T04:27:09
2018-01-25T04:27:08
null
UTF-8
C
false
false
362
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by png.RC // // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 26000 #define _APS_NEXT_CONTROL_VALUE 26000 #define _APS_NEXT_SYMED_VALUE 26000 #define _AP...
[ "jiayayao@126.com" ]
jiayayao@126.com
26400933cae880a933f5c75b789f375ceb63a775
bad0aee62e058d94205eea8a9c78e5c2c1341b77
/src/vldmail.c
6499402ba5b6159897c191e1ee6d95c3445caca3
[ "WTFPL" ]
permissive
jibsen/libvldmail
3dc2dda5813e4cbd1b0cd56432bb769c22d18993
c6307ce856585a6ccece51ff37f5790697a616db
refs/heads/master
2020-04-15T02:05:20.229209
2018-09-23T17:34:26
2018-09-23T17:34:26
164,302,585
0
1
WTFPL
2019-01-06T11:56:12
2019-01-06T11:56:12
null
UTF-8
C
false
false
18,000
c
/* Copyright © 2018 Cthulhux <git_at_tuxproject_dot_de> * This work is free. You can redistribute it and/or modify it under the * terms of the Do What The Fuck You Want To Public License, Version 2, * as published by Sam Hocevar. See the COPYING file for more details. */ #include <wchar.h> #include <locale.h> #incl...
[ "git@tuxproject.de" ]
git@tuxproject.de
715c2fd23a3708a5eb5bacf35fd1fa2e4dade188
1929c33f96719af6ce62da7d76e5cba6d361eea8
/UFAL/exercicios/TheHuxley/calculadora.c
f9790e5f2bee7f8a5b19e4c8203fcdb6d0826829
[ "MIT" ]
permissive
RuthMaria/algoritmo
b863a6d3610fbce4e29a3fcf3641f2179b7df818
ec9ebf629598dd75a05e33861706f1a6bc956cd5
refs/heads/master
2022-06-26T09:50:28.224747
2020-05-04T04:32:25
2020-05-04T04:32:25
261,061,115
0
0
null
null
null
null
ISO-8859-1
C
false
false
1,858
c
/*Descrição Ambrósio está ficando craque em matemática e para provar suas habilidades resolveu fazer uma calculadora. A calculadora deve ser capaz de efetuaras 04 operações aritméticas (adição, subtração, multiplicação e divisão). Formato de entrada Consiste de 02 números reais, um em cada linha, seguidos de um caract...
[ "ruth-15rms@hotmail.com" ]
ruth-15rms@hotmail.com
e5f808b259bb507b37a019ee1ce93ad5807ede06
5e42800bf2f07f4697f22c89e64f89aa04f91de5
/c/index-0.0.1/src/global.h
346203d2feb6cff21edd57da486b4469773d77bf
[]
no_license
trieck/source
52cee310f8c28781996c546e05ce14baca28ac0f
ad8da1b70deef58005aa4226e36d5eefad71920a
refs/heads/master
2023-01-22T14:44:51.389815
2023-01-14T23:02:21
2023-01-14T23:02:21
13,166,584
1
0
null
2021-06-27T21:24:46
2013-09-28T03:42:40
C++
UTF-8
C
false
false
1,016
h
/* * GLOBAL.H * * Global definitions * Copyright (c) 2008 Thomas A. Rieck */ #ifndef __GLOBAL_H__ #define __GLOBAL_H__ #include <stdio.h> #include <ctype.h> #include <stdlib.h> #include <stdint.h> #include <memory.h> #include <sys/stat.h> #include <stdarg.h> #include <string.h> #ifdef __GNUC__ #include <unistd....
[ "trieck@91f4aa99-8ab5-5840-a979-6d3ec3f621a8" ]
trieck@91f4aa99-8ab5-5840-a979-6d3ec3f621a8
acd4d8370bb806ef5245d68e51a4893c2b41ac0f
c5cb98ad5c3fa37ce761cb9b430b69e29a33141f
/cmds/app/cate.c
0e0e6fd7eb95edf74b83b24b6439b42467cddb3a
[]
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
593
c
// cat.c #include "/doc/help.h" inherit F_CLEAN_UP; int help(object me); int main(object me, string arg) { string file; seteuid(geteuid(me)); if (!arg) return notify_fail("你想要显示那个档案?\n"); file = resolve_path(me->query("cwd"), arg); if (!(int)SECURITY_D->valid_read(file,me) || file_size(fi...
[ "i@chenxuefeng.cn" ]
i@chenxuefeng.cn
255b93252ba9d5763d441e8c6b28d420001768ae
5bd9513ced2176b9b70260b8485466b76a64a11d
/83play.c
e6d732a143d8afb5a31f221760f0adf8c23f6afe
[]
no_license
gomathisubramani/cprogram
7c6b71a91909ccc741750103dc400cf92931298d
245ec3c6fdbe3d133bdf7788d26a254110bf1871
refs/heads/master
2021-01-21T08:55:16.161675
2018-03-24T14:21:29
2018-03-24T14:21:29
101,961,930
0
2
null
null
null
null
UTF-8
C
false
false
218
c
#include<stdio.h> void main() { int n,i,h; char a[10]; printf("\n enter the number"); scanf("%d",&n); for(i=0;i<n;i++) { scanf("%d",&a[i]); } h=a[0]; for(i=0;i<n;i++) { h=h|a[i]; } printf("\n %d",h); }
[ "noreply@github.com" ]
gomathisubramani.noreply@github.com
2ae03c1a5b7b2a10f78cd901ccc856dc1f16db2a
4b1a1969922226c786c7ba9f6df28df2c254b975
/libft/srcs/ft_printf/print_b.c
866243d36a5d5d7897b72c89aa923540d4cdced9
[]
no_license
arzzra/fdf_alfa
ad47d9afd204da0f4b24c377672d7b5543bf54fe
3298373db06654553ece561bb46c43afdd37b087
refs/heads/master
2022-07-05T23:27:51.903642
2020-05-14T00:15:34
2020-05-14T00:15:34
261,185,259
0
1
null
2020-05-09T14:05:58
2020-05-04T13:29:19
C
UTF-8
C
false
false
1,356
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* print_b.c :+: :+: :+: ...
[ "ayaz6ay@gmail.com" ]
ayaz6ay@gmail.com
24821cf6a1237355b9a3b8a31584991d35e40723
1077efe8244ff0bc016e7374f0ec8524c7cf69eb
/main.c
3e0081e65df773a918cdf277ef19090ca704e106
[]
no_license
nikisonowal4899/Project-submission
a0993d42b88d6283f9748887ed24048438a4044d
d45e7ec0879dde09d7eed0cc5ad17dbfc3fc1a6b
refs/heads/master
2022-11-06T23:58:32.970660
2020-06-30T16:19:05
2020-06-30T16:19:05
276,148,828
0
0
null
null
null
null
UTF-8
C
false
false
9,977
c
#include <reg51.h> #include <stdlib.h> #include "lcd.h" #include "delay.h" #include "eeprom.h" sbit ko1 = P3^0; sbit ko2 = P3^1; sbit ko3 = P3^2; sbit ko4 = P3^3; sbit ki1 = P1^0; sbit ki2 = P1^1; sbit ki3 = P1^2; sbit ki4 = P1^3; // keyboard connections sbit motor_an = P3^4; sbit motor_ct = P3^5; ...
[ "noreply@github.com" ]
nikisonowal4899.noreply@github.com
c88007ee1af1912f2bf7dd06a9f5d37a2c39ef6d
d6b180023c7a0c0059b5d41f3e0f8c38274362a5
/studies/c_programming/Kierros_9/shopfunctions/shopfunctions.h
ec81b4be2afc9f4e5222c7c9b89afedd78b3bb34
[]
no_license
jarvint12/all_programs
68268a6005d5891a7b82c98e5a3d0491a3d7b59b
50a2e292308eed85aa2f71acbe16bd95015df547
refs/heads/main
2023-05-26T22:19:05.035260
2021-06-08T11:01:35
2021-06-08T11:01:35
339,769,090
1
0
null
null
null
null
UTF-8
C
false
false
1,113
h
#ifndef AALTO_SHOP_FUNCTIONS_H #define AALTO_SHOP_FUNCTIONS_H typedef struct { char name[31]; float price; int in_stock; } Product; /* Compare two strings lexically (ASCII value-wise, same as strcmp()) * The string "duck" is before "rabbit" in this order but * "Rabbit" is before "duck" (see an ASCII chart) * ...
[ "timo.jarvinen@helsinki.fi" ]
timo.jarvinen@helsinki.fi
f1d75903419ea3dd928a7f1e0f54976f33791cfc
d7f084f4b39650f7646f67c4113f9fa8fa64e86d
/src/la.c
5dac3c273aaa1549195ee2e867fda3f31fdbb4cb
[]
no_license
munzir/45-amino-lean
3f6ecd8612f5ba997132584a0af11bed2d13766d
2067da0dc02bd4cb3429c24b35876ce0a0b4487d
refs/heads/master
2020-06-23T02:15:15.574446
2019-03-01T05:31:09
2019-03-01T05:31:09
198,472,896
0
0
null
null
null
null
UTF-8
C
false
false
2,706
c
/* * Copyright (c) 2010-2011, Georgia Tech Research Corporation * All rights reserved. * * Author(s): Neil T. Dantam <ntd@gatech.edu> * Georgia Tech Humanoid Robotics Lab * Under Direction of Prof. Mike Stilman <mstilman@cc.gatech.edu> * * * This file is provided under the following "BSD-style" License: * * ...
[ "zafarmunzir@gmail.com" ]
zafarmunzir@gmail.com
fcac2283b11514102e2f594eaac30917f66e78e8
3baf82fcfef6b39dfac392a9c80574642acbfb60
/kernel/riscv64/znrm2.c
fc1c8b54a3f636829dec35a8ce3b9d0ee32d266b
[ "BSD-3-Clause" ]
permissive
carlkl/OpenBLAS
cc35f0ebb3c7d23c2ea3bc297e13b525c4bc3c3f
a4303ae37817e85eacf459327dea834df6cd23d8
refs/heads/develop
2023-03-20T07:24:53.838299
2022-07-25T04:14:30
2022-07-25T04:14:30
355,603,348
1
0
BSD-3-Clause
2021-04-07T15:56:10
2021-04-07T15:56:09
null
UTF-8
C
false
false
2,802
c
/*************************************************************************** Copyright (c) 2013, The OpenBLAS Project All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must...
[ "jerryz123@berkeley.edu" ]
jerryz123@berkeley.edu
ad73f0e16aef7bbe827c81c7a3a8c20eec746aba
6b5f2cd615d85da936906b14aaee6750853e5a2f
/Lab6/rental.c
51f7d2b4b4bb2e3267084c65771fc571d91eb83e
[]
no_license
KevinL888/CST8234-C-Language
d1d1e6e3c5a21b597bacac552c05ef4f183022ad
eaf6ce4490354a8656e4a0f5a50fd218e7185cd5
refs/heads/master
2020-04-17T10:26:58.064347
2019-01-19T04:05:21
2019-01-19T04:05:21
166,501,587
1
2
null
null
null
null
UTF-8
C
false
false
1,544
c
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include "types.h" #include "rental.h" #include "sort.h" int getRent( RentalProperty *pRental ) { return pRental->rent; } int getRooms( RentalProperty *pRental ) { return pRental->rooms; } void printProperty( RentalProperty* pProperty ) { print...
[ "noreply@github.com" ]
KevinL888.noreply@github.com
971e8ac9723028df083762693ee808e109b38d32
628ae308aaa67cbea9c5b839a979140ef8c1ce25
/src/sensor_msgs/msg/compressed_image.h
cb85c691a98796a2bfa54335afeedc7e5fc74e19
[ "Apache-2.0" ]
permissive
arafat877/micro_ros
f676a06bd2ca4828b3a6c07ae110914ac338e9b7
56676e56ceed07af4dedf1f92b8a4f4768691921
refs/heads/master
2023-05-09T18:11:00.706157
2021-06-14T15:12:33
2021-06-14T15:13:04
null
0
0
null
null
null
null
UTF-8
C
false
false
512
h
// generated from rosidl_generator_c/resource/idl.h.em // with input from sensor_msgs:msg/CompressedImage.idl // generated code does not contain a copyright notice #ifndef SENSOR_MSGS__MSG__COMPRESSED_IMAGE_H_ #define SENSOR_MSGS__MSG__COMPRESSED_IMAGE_H_ #include "sensor_msgs/msg/detail/compressed_image__stru...
[ "wuhanstudio@qq.com" ]
wuhanstudio@qq.com
0c9be6c6310f9a326e0bcd0197fa56a7ee25604d
3b0b05eaf2c7eb4d11514107ff8cc505e67e4b75
/ext/hal/st/stm32cube/stm32f1xx/drivers/src/stm32f1xx_hal_cec.c
e0ff17c23a5c09663a7608df5f803c50425ef808
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "Apache-2.0" ]
permissive
dmgerman/zephyrd3
d3813ef74a3d6d447f2ae01d4d20806c48e3f698
b6a23cc9c5d534c352e33fd18fff7799ac3c2886
refs/heads/master
2023-01-09T14:22:19.749375
2018-10-04T22:08:09
2018-10-05T18:21:49
253,632,165
0
0
Apache-2.0
2022-12-26T20:39:56
2020-04-06T22:41:46
C
UTF-8
C
false
false
1,900
c
DECL|CEC_CFGR_FIELDS|macro|CEC_CFGR_FIELDS DECL|CEC_ESR_ALL_ERROR|macro|CEC_ESR_ALL_ERROR DECL|CEC_FLAG_RECEIVE_MASK|macro|CEC_FLAG_RECEIVE_MASK DECL|CEC_FLAG_TRANSMIT_MASK|macro|CEC_FLAG_TRANSMIT_MASK DECL|CEC_RXXFERSIZE_INITIALIZE|macro|CEC_RXXFERSIZE_INITIALIZE DECL|CEC_Receive_IT|function|static HAL_StatusTypeDef C...
[ "kumar.gala@linaro.org" ]
kumar.gala@linaro.org
ef6d91093256b7e41b5d1d0b99abc4d223a4c2f8
8947812c9c0be1f0bb6c30d1bb225d4d6aafb488
/01_Develop/libXMFreeType/Source/raster/ftraster.h
6e70e0bfac269da271fb4b30f548ade29896f562
[ "MIT" ]
permissive
alissastanderwick/OpenKODE-Framework
cbb298974e7464d736a21b760c22721281b9c7ec
d4382d781da7f488a0e7667362a89e8e389468dd
refs/heads/master
2021-10-25T01:33:37.821493
2016-07-12T01:29:35
2016-07-12T01:29:35
null
0
0
null
null
null
null
UTF-8
C
false
false
1,960
h
/***************************************************************************/ /* */ /* ftraster.h */ /* */ /* Th...
[ "mcodegeeks@gmail.com" ]
mcodegeeks@gmail.com
6df629eeec1397b45aa5d43eefb57450dd2e90c8
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/usb/host/extr_xhci-dbgtty.c_dbc_send_packet.c
6cee026865d9aec35b9b91652af5d328f910a6be
[]
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
852
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
6b6b590db1b15f1c2132db124c84f20b097aa594
cbdea838e6daf0974829af0475e3050972081293
/add/add2.c
7132e12026488edd060d90212810f2124f3241c1
[]
no_license
287neha/c-program
141a3e3bc46f4e02d16db1029ed57b18a847efbc
d59e43217c6fdb3a73a44564ef3e045d7da0995c
refs/heads/master
2020-04-15T04:37:43.882765
2019-12-07T17:29:36
2019-12-07T17:29:36
164,388,620
0
0
null
null
null
null
UTF-8
C
false
false
280
c
#include<stdio.h> int input(int *a,int *b) { printf("enter the numbers"); scanf("%d%d",a,b); } int compute(int a,int b,int *sum) { *sum=a+b; } void output(int sum) { printf("sum is %d",sum); } int main() { int a,b,sum; input(&a,&b); compute(a,b,&sum); output(sum); }
[ "noreply@github.com" ]
287neha.noreply@github.com
ee3c18faed18d87be8ea78f368f7c1b3974707c5
cc3b44b468ac7bd67411d3da67b2b928c6e84a59
/chip/habitat/muddle/puddle.c
9eb4c40c699be7e3b040fa0b38baf05efb595f91
[ "MIT" ]
permissive
frandallfarmer/habitat
b22734f947eccf10e0ca5481f12e7e537d5200b3
aa721b4b53c1708267f366436fd8ca2146dcef0b
refs/heads/master
2021-01-16T21:47:56.072870
2017-04-29T07:44:09
2017-04-29T07:44:09
64,167,829
2
0
null
2016-07-25T21:03:22
2016-07-25T21:03:22
null
UTF-8
C
false
false
7,551
c
/* puddle.c: Differential post processor for Muddle Chip Morningstar, 23-February-1987 */ #include <stdio.h> typedef int bool; #define TRUE 1 #define FALSE 0 typedef unsigned short word; typedef unsigned char byte; #define typeAlloc(type) ((type *) malloc(sizeof(type))) #define byteAlloc(size) ((byte *) m...
[ "mist64@mac.com" ]
mist64@mac.com
34c7686ebef25947e2bbc43ce761b4099edd8b2f
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/sumatrapdf/ext/freetype/src/tools/ftrandom/extr_ftrandom.c_extmatch.c
a8c3c286fbf924b38bc874cd16313404a1f76281
[]
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
966
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
814d9d6d6c058b30a9cecfccf7ecc9606706544c
ecfab32a775de35a7b982643458d9fc0395fffc1
/libft/prepare_percentage.c
4fd7d63bf82eb98709f37c774e58a0b013f37782
[]
no_license
JuanCasian/42-Filler
b4305d574b48f625d6325f64def04df2eb5f58c3
7a6575c9033e609252743f682dc8885d1eb204ec
refs/heads/master
2020-03-25T15:54:31.025621
2018-08-14T21:29:25
2018-08-14T21:29:25
143,906,537
1
0
null
2018-08-10T22:55:54
2018-08-07T17:32:36
C
UTF-8
C
false
false
1,410
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* prepare_percentage.c :+: :+: :+: ...
[ "juanpedrocasian@gmail.com" ]
juanpedrocasian@gmail.com
8e1b0b60049a78146baac11b186d13014cafc8f9
6fa32a1e48850411d3e32bf9fefb2ddef4096fb7
/main/ili9340.c
e7b1569129eb30cba9e7f2b783de6a4905ed3d4c
[ "MIT" ]
permissive
nopnop2002/esp-idf-px4
ad03b89d54d8dfaf5ceeb34b5327bb02b87858e1
4df2847f393c29ce2390112836c0adcdce2cd222
refs/heads/main
2023-07-31T19:37:23.039777
2021-09-23T03:00:45
2021-09-23T03:00:45
300,996,314
0
1
null
null
null
null
UTF-8
C
false
false
43,840
c
#include <string.h> #include <math.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include <driver/spi_master.h> #include <driver/gpio.h> #include "esp_log.h" #include "ili9340.h" #define TAG "ILI9340" #define _DEBUG_ 0 static const int GPIO_MOSI = 23; static const int GPIO_SCLK = 18; static const i...
[ "hau26280@tree.odn.ne.jp" ]
hau26280@tree.odn.ne.jp
c15efac36652586b3a30f235ef5572ff41418261
6209a460539f4b63b373ae45ff6535ff940371f0
/problem-1181.c
44beb7d72d336b9f0a8aca30b87b9544f078d390
[]
no_license
SamuelHericles/The_uri_online_judge
b022a734812a48cd5c5c1912799efcfe5cecc21a
4c85237e08d07f77b42b55235cc55c9414c0e37a
refs/heads/master
2020-04-11T21:59:34.947318
2019-07-09T17:25:45
2019-07-09T17:25:45
null
0
0
null
null
null
null
UTF-8
C
false
false
394
c
#include <stdio.h> int main(){ int i=0,j=0,L=0; char T; float M[12][12],soma=0; scanf("%d %c",&L,&T); for(i=0;i<12;i++){ for(j=0;j<12;j++){ scanf("%f",&M[i][j]); } } j=0; for(j=0;j<12;j++){ soma=soma+M[L][j]; } if(T=='S'){ printf("%.1f\n",soma); ...
[ "=" ]
=
66dd7501aabf0441111d95388a19ed482afbc99e
8958e64de2d242fd28ed9322e4b9dff9e8d4bcec
/study/study/8.8/main2.c
3fc6a846b622ae9f422099bad65fd5c78651e18f
[]
no_license
q1206271031/summer_code1
536cfba8f0d453ccac86fded30bef4e0ff6b2696
130b4ee09039d201206ec6f33a031c685744d02d
refs/heads/master
2020-07-02T04:45:00.285969
2019-08-29T10:02:00
2019-08-29T10:02:00
201,419,805
0
0
null
null
null
null
GB18030
C
false
false
1,257
c
#include <stdio.h> int fib(int n) { if (n <= 2) { return 1; } return fib(n - 1) + fib(n - 2); } int fibNr(int n) { if (n <= 2) { return 1; } int an, an_1 = 1, an_2 = 1; int i; for (i = 3; i <= n; i++) { an = an_1 + an_2; an_2 = an_1; an_1 = an; } return an; } int mul(int n) { if (n <= 1) ...
[ "1206271031@qq.com" ]
1206271031@qq.com
90d895b622fd63dd2e283acaa3b25046667750f8
e70dbccb2e67e6cbce85d30222dda726179e6a50
/user/events.c
d2156f308c54644baa7f14dcd25371ea700a29cf
[ "MIT" ]
permissive
MackPI/UProgrammer-Firmware
a1489e5fa04ff1c8b131d5ebd6700e3f688befce
f8fedcf1a9ce62146947a2bc018843f471b3db29
refs/heads/master
2021-04-19T00:39:33.280312
2016-12-10T02:46:46
2016-12-10T02:46:46
43,572,664
0
0
null
null
null
null
UTF-8
C
false
false
3,094
c
/* * events.c * * Created on: Sep 2, 2016 * Author: Mack */ #include "events.h" #include "uart.h" #include "user_interface.h" #include "osapi.h" #include "simple_serial.h" static char target_voltage=100; // divide by 10 for target voltage extern char connection_status[64]; char ICACHE_FLASH_ATTR get_target...
[ "mack@prototypeiteration.com" ]
mack@prototypeiteration.com
b56a96c6b243a2f092db35f6af16adb54275b312
882e579d0b9abea069fb9573f1c376ff3f5f7055
/v2_TMTDyn_IJRR2020/Samples/Rods/1. STIFF-FLOP/code (EBR n1)/codegen/mex/massF2/interface/_coder_massF2_info.c
05d744062f5fcd9b624084a10dd755d8b938f202
[ "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
8,403
c
/* * 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. * * _coder_massF2_info.c * * Code generation for function '_coder_massF2_info' * */ /* Include files */ #inclu...
[ "m.hadi.sadati@gmail.com" ]
m.hadi.sadati@gmail.com
a00b83fa981f380186abc6d3a16c9582b7c2924a
1e8015b065325cd2aa2e8e2a55857458b29562ae
/TaurusX/TaurusX/HeaderFile/pocketsphinx/test/unit/test_jsgf.c
6915bee061253202ba64dd71c1266b5fd22b5dd8
[ "MIT", "BSD-2-Clause" ]
permissive
nmadapan/Forward_Project
a4a3a083d84d7c5e7ce1e00b2245b1ed78a7458d
e4eba35926d9caaf5f3136a9d4de2112ce5eceed
refs/heads/master
2020-04-12T20:45:00.119280
2020-01-19T17:09:29
2020-01-19T17:09:29
162,745,715
7
3
null
null
null
null
UTF-8
C
false
false
2,653
c
#include <pocketsphinx.h> #include <stdio.h> #include <string.h> #include <time.h> #include <jsgf.h> #include <fsg_model.h> #include "pocketsphinx_internal.h" #include "fsg_search_internal.h" #include "test_macros.h" int main(int argc, char *argv[]) { ps_decoder_t *ps; cmd_ln_t *config; acmod_t *acmod; fsg_searc...
[ "glebysg@gmail.com" ]
glebysg@gmail.com
67cf657deae9ab4b0035a3789125e0de1c0409c4
4deaacb18a55c5343e32abe9d0b91f733b1146c7
/13TeV/scripts/MakeFinalPlots.C
19c29077f4a3072af76c98222e672a984b96709e
[]
no_license
varuns23/QstarToGJ
72c7235c45932d3bf2bc00bec66574255176419d
dc3da87dd06105219c7ca9c78436a47ae912d1af
refs/heads/master
2023-04-27T09:09:00.280223
2023-04-13T12:19:15
2023-04-13T12:19:15
52,834,112
0
0
null
null
null
null
UTF-8
C
false
false
7,441
c
void MakeFinalPlots(){ const Int_t nFiles = 4; const Int_t nSigFiles = 9; TString FileName[nFiles+1] = { "./rootFiles/GJets_allHTBins.root", // PhotonJet Bkg Pythia "./rootFiles/QCD_allPtBins.root", // DiJet Bkg "./rootFiles/Run2015D_PromptReco.root", // Data "./rootFiles/Qs...
[ "varun.sharma@cern.ch" ]
varun.sharma@cern.ch
b0ed7ab59314ae8590fe330b291cc1774a4352e7
fa373e1ba86129344ab4ea4ac39edc3281b269c0
/Example1-9.c
70674a20e66d7e89d31fe42e1b6948a431e89a8f
[]
no_license
febinstephen/k-r-solutions
60e5de5f1735b785071d1b7354da8fa362f7d5d6
213e9fd84a7dbd4515a71be8cde1d15bb6622382
refs/heads/master
2021-01-01T19:50:40.760922
2016-02-14T03:42:58
2016-02-14T03:42:58
40,641,472
0
0
null
null
null
null
UTF-8
C
false
false
204
c
#include<stdio.h> #define NONBLANK 'a' main() { int c,lastc; lastc = NONBLANK; while((c = getchar()) != EOF) { if (c != ' ') putchar(c); else if (lastc != ' ') putchar(c); lastc = c; } }
[ "godsonfebin@gmail.com" ]
godsonfebin@gmail.com
db5a2eb9848a9b43221ffd8dd17130d12219980a
6b3d3193903edeff70beaf13de531234f0d8c4c2
/practice/assignment13/ssu_tcgetsid/ssu_tcgetsid.c
fa6f399a490a1ba613d06a0361d778e59629f3d4
[]
no_license
bbvch13531/SSU-cse-linux
e7295a3f3f457fa2190172522d7c933bad2386b6
bbb29d87bbcf8b17025ee4e79fdab32547ebf56e
refs/heads/master
2020-04-26T16:33:16.540988
2019-12-01T13:44:50
2019-12-01T13:44:50
173,683,077
0
0
null
null
null
null
UTF-8
C
false
false
888
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <sys/types.h> #include <termios.h> int main(void){ pid_t sid_stderr, sid_stdin, sid_stdout; sid_stdin = tcgetsid(STDIN_FILENO); // stdin 터미널의 세션 아이디 가져온다. if(sid_stdin == -1){ fprintf(stderr, "tcgetsid error\n"); exit(1); ...
[ "bbvch13531@gmail.com" ]
bbvch13531@gmail.com
5085dedd48bae3ab38c02e38a850afa892f06640
70334500387bd26a6a1725f66c9e985a968475a5
/common/types.h
7b7d8cd5a18a35cccbf83e9dee0a7303ff80a76c
[ "AFL-2.0" ]
permissive
danielvilas/bm_c
603f7f5fa53b3a7f4e94c861ab9991e2a4d2c7aa
bc7e6e0a0337b48f6fa09dc2293304f46051c10b
refs/heads/master
2021-09-15T04:47:58.127554
2018-05-26T15:01:38
2018-05-26T15:01:38
109,594,807
0
0
null
null
null
null
UTF-8
C
false
false
807
h
// // Created by Daniel Vilas Perulan on 4/11/17. // #ifndef BMC_TYPES_H #define BMC_TYPES_H #include <stdint.h> typedef struct sLogData tLogData; typedef tLogData* pLogData; struct sLogData{ uint16_t A0; uint16_t A1; uint64_t date; uint16_t deltaMicros; uint64_t micros; }; #define LOG_PACKET_...
[ "daniel.vilas@gmail.com" ]
daniel.vilas@gmail.com
510e7ac2460ef8c3f975742772b74171e9c0b5b0
d95dc1beb1f3681919bf787c9141b1119dc3e9ba
/common/sita/cpdlc/src/DM110NULL.h
a9d9361eaa11d72c1bb42129b3676cc65d2b65e9
[]
no_license
ansartnl/GRANIT
ec26d53a291e98a098e7f1e6bb8812ed9983a8dd
5f687b47c52444d9f0801414cebe903658678a53
refs/heads/main
2022-12-30T14:04:40.779016
2020-10-16T09:12:22
2020-10-16T09:12:22
304,633,662
2
0
null
null
null
null
UTF-8
C
false
false
941
h
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "ATCTwoWayDataLinkCommunications" * found in "../cpdlc.asn" * `asn1c -S /home/alex/src/asn1c/skeletons/ -fcompound-names` */ #ifndef _DM110NULL_H_ #define _DM110NULL_H_ #include <asn_application.h> /* Including external dependencie...
[ "50514882+dg-atmsys@users.noreply.github.com" ]
50514882+dg-atmsys@users.noreply.github.com
8d2e00bd3312125e0e18ea0757e07deb441d013b
50aaf277342e0e8d8359b7311a78f8494b620257
/levels/sl/snow_mound/geo.inc.c
c74ae7fe3c7064472f9c85a6e3b0a1f3cb73e5eb
[ "CC0-1.0" ]
permissive
mountainflaw/sm64_staging
3b2ebc465843be9989e9a05ce6cfda2729d210d1
9921382a68bb0c865e5e45eb594d9c64db59b1af
refs/heads/master
2023-09-04T10:59:12.446144
2023-08-17T13:21:59
2023-08-17T13:21:59
205,723,223
4
0
null
null
null
null
UTF-8
C
false
false
201
c
// 0x0E000390 const GeoLayout sl_geo_000390[] = { GEO_CULLING_RADIUS(350), GEO_OPEN_NODE(), GEO_DISPLAY_LIST(LAYER_OPAQUE, sl_seg7_dl_0700A780), GEO_CLOSE_NODE(), GEO_END(), };
[ "n64" ]
n64
e12e03d678c7296617c104851f1a590407c3bc82
3730974d42d41055d1b06b9adf585324f4412928
/Estruturas de Dados/ArvoreBinaria/arvore_binaria.h
78892fe4e9039466dba7f5bd2e86d514d4058321
[]
no_license
wdmeida/Projetos-C
bf9e9d538741980f7083483af069ac454c96b4f2
223915b03a7a99424160dc5683dc0edee6458b37
refs/heads/master
2021-01-09T05:52:22.007381
2017-03-07T14:01:15
2017-03-07T14:01:15
80,825,294
0
0
null
null
null
null
UTF-8
C
false
false
850
h
#ifndef ARVORE_BINARIA_H_INCLUDED #define ARVORE_BINARIA_H_INCLUDED typedef struct{ int chave; }Elemento; typedef struct nodo{ Elemento info; struct nodo *pEsquerda, *pDireita; }TNodo; typedef TNodo *Arvore; Arvore cria_arvore(); //Inserção. int insere_recursivo(Arvore*, Elemento); int insere_sem_recur...
[ "wdmeida@gmail.com" ]
wdmeida@gmail.com
9798573ca44c9878a417207ad3226f8ef94e7148
6dc7e81916130f90c5cd8fe04e604124ff851820
/src/hptolemy-kernel/kernel/ptolemyDll.h
7d1e3fb33960bde5fef5f83fff31ab3b729339a5
[]
no_license
mpCopy/test3
b94fb903cacd38f1bb0d336eaa4e5f906f401394
55926e7e555d891c1faac2ba9845d448a4eddd87
refs/heads/master
2023-02-27T12:18:57.663079
2021-02-07T13:10:15
2021-02-07T13:10:15
336,775,716
0
0
null
null
null
null
UTF-8
C
false
false
231
h
#pragma once #if defined(WIN32) #if !defined(ptolemy_DLL_BUILD) #define HPTOLEMY_KERNEL_API __declspec(dllimport) #else #define HPTOLEMY_KERNEL_API #endif #else #define HPTOLEMY_KERNEL_API #endif
[ "55695695+a2weingarten@users.noreply.github.com" ]
55695695+a2weingarten@users.noreply.github.com