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
095384708c44c0c29a3ae28bd9c1c6168741bc5c
0387d58024234c8f2499a21e2e12eb0a2a75b20f
/include/kernel/task.h
3298f8a69375e37af14eba0f4ecc6a1f71e342be
[]
no_license
salma-rodriguez/toyOS
f59b8be1781984942553c4a01b71bc9db6c434af
7a7d47a53f4fd56b7b1989802dff0dbc0ed1d9eb
refs/heads/master
2021-01-22T05:05:50.982011
2013-11-03T04:08:17
2013-11-03T04:08:17
null
0
0
null
null
null
null
UTF-8
C
false
false
427
h
#ifndef _TASK_H_ #define _TASK_H_ #include <list.h> #include <asm/page.h> #include <asm/common.h> struct task_struct { int pid; uint32_t eip; uint32_t esp, ebp; struct page_directory *page_directory; struct list_head task_list; }; void init_multitasking(); void switch_context(...
[ "srodr063@fiu.edu" ]
srodr063@fiu.edu
85f5f81298b97fbdbdde06bc5c2e7d83dd531ec5
b64a349d34c72d95195f587b3479d628d46c1a1e
/Modelo Continuo en Python/scipy/scipy-0.13.3/build/src.macosx-10.9-intel-2.7/build/src.macosx-10.9-intel-2.7/scipy/sparse/linalg/isolve/iterative/_iterativemodule.c
3e5e6c962e49d35dcf196ef0ee70872cee50be53
[]
no_license
fjprobos/OpenClosedBRT-ContinousModel
a08dc6efd452878317778a6b111a1e1374cdc5a8
fb344f4f994cfb1df8aa3f341529157b41e6d3a4
refs/heads/master
2020-04-01T03:26:54.277117
2019-11-24T22:30:09
2019-11-24T22:30:09
152,821,982
0
0
null
null
null
null
UTF-8
C
false
false
218,278
c
/* File: _iterativemodule.c * This file is auto-generated with f2py (version:2). * f2py is a Fortran to Python Interface Generator (FPIG), Second Edition, * written by Pearu Peterson <pearu@cens.ioc.ee>. * See http://cens.ioc.ee/projects/f2py2e/ * Generation date: Thu Sep 4 18:58:31 2014 * $Revision:$ * $Date:$...
[ "fjproboste@gmail.com" ]
fjproboste@gmail.com
37c9487276db7c95c0a6cae8372cddb9c1a88df7
19e356aa308d3adef259a912b29950a3af37a2e2
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Array_InternalEnumerator_1_gen_376.h
39b238850274ba4486ab2cb89d95c36868bfc660
[]
no_license
minuJeong/AcocGame
87314d914b72290fff347cc590ae03669d10d6ba
24eeaba66393890998d55a633fcbd17d984549b4
refs/heads/master
2021-03-12T23:51:57.818655
2015-03-29T12:44:58
2015-03-29T12:44:58
32,936,460
1
0
null
null
null
null
UTF-8
C
false
false
440
h
#pragma once #include <stdint.h> // System.Array struct Array_t; // System.ValueType #include "mscorlib_System_ValueType.h" // System.Array/InternalEnumerator`1<UnityEngine.UI.LayoutGroup> struct InternalEnumerator_1_t5683 { // System.Array System.Array/InternalEnumerator`1<UnityEngine.UI.LayoutGroup>::array Array_...
[ "minu.hanwool@gmail.com" ]
minu.hanwool@gmail.com
f1a0bc8180bab24a1f628d2706e1b2eb3ee98ea1
e25c8b65c0115053b14f8ecffaea94a964eefa1f
/ds/open/world1/tmr/batogiya_dtl/map_4_21.c
cb2f63cf843ab2fc713164a23468c0c10ea49c94
[]
no_license
zwshen/mudos-game-ds
c985b4b64c586bdc7347bd95d97ab12e78a2f20f
07ea84ebdff5ee49cb482a520bdf1aaeda886cd0
refs/heads/master
2022-03-01T14:55:10.537294
2022-02-15T15:41:26
2022-02-15T15:41:26
244,925,365
4
1
null
2022-02-15T15:41:27
2020-03-04T14:44:49
C
BIG5
C
false
false
312
c
inherit ROOM; void create() { set("short", "枯木"); set("long", @LONG LONG ); set("exits",([ "west" : __DIR__"map_4_20", "east" : __DIR__"map_4_22", ])); setup(); set("map_long",1); //show map as long replace_program(ROOM); //加其他函式xxx()時請拿掉此行 }
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
33fc0122976a642dea1fc200328bc343d33fba9b
5c47d5f3e49459d1a9d253ab968675903e6c13a4
/Projects/STM32F072RB-Nucleo/Examples_LL/RCC/RCC_UseHSEasSystemClock/Src/main.c
256bdc8fa7ed75a3ded28201b65575eab5de6653
[ "BSD-2-Clause" ]
permissive
skalidindi3/STM32Cube_FW_F0_V1.8.0
4683ccb2d3822090aad0abf59a66fdec231d2e13
746931cc97044ea91dbfdc5b6da5c017e67449a8
refs/heads/master
2020-12-30T12:12:38.287955
2017-05-16T05:37:45
2017-05-16T05:37:45
91,417,872
2
1
null
null
null
null
UTF-8
C
false
false
8,265
c
/** ****************************************************************************** * @file Examples_LL/RCC/RCC_UseHSEasSystemClock/Src/main.c * @author MCD Application Team * @brief This example describes how to use the RCC LL API how to start the HSE * and use it as system clock. ****...
[ "skalidindi3@gmail.com" ]
skalidindi3@gmail.com
b85b86c469267a0f09696833dc6f48bc00110a06
b0742d240520af3a35fab31f71cfb1cd71c73696
/C/Infix_Postfix.c
564d56af1fe5f9b65c31b419bab138a93e2de034
[]
no_license
subhamrex/Coding_Practice
90c95e74f403781a90cd39ca0b441251dc4974d5
677579dbb4d92c9f3a2a7d5403b14c9f6f51014b
refs/heads/master
2023-07-29T02:01:43.678180
2021-09-08T15:48:36
2021-09-08T15:48:36
373,430,589
1
0
null
null
null
null
UTF-8
C
false
false
2,269
c
#include <stdio.h> #include <stdlib.h> #include <string.h> struct stack { int size; int top; char *arr; }; int stacktop(struct stack *ptr) { return ptr->arr[ptr->top]; } int isEmpty(struct stack *ptr) { if (ptr->top == -1) { return 1; } else { return 0; } } int...
[ "subhamkundu486@gmail.com" ]
subhamkundu486@gmail.com
8cc08223152a62785722042ff13f7157e6623fd4
5c255f911786e984286b1f7a4e6091a68419d049
/code/ba75e1ea-72f3-4670-ad41-9917c92770af.c
f3280ebd90233e1f5b22df11d46bd3e03a1af452
[]
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
242
c
#include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 533; l = 64; k = i/j; l = i/j; l = i/j; l = j+j; l = l+j; j = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
322670bd0e2a0a725c53c6b5923f0405e414566b
eaae3529ea65c9be62e4b177a498dd0459396052
/modified_vars_lib_ws/JimMeyering_forkpty.c
45cebd07f1b7cdb540ae7a27f216354d10439afe
[]
no_license
mgsanusi/blame-dodger
badac55079b0bc84c1c3ddff9357caffd480b512
c8b1f19d48e09200c9d59f3dda3b298ced7103d7
refs/heads/master
2021-01-20T04:50:14.975609
2018-01-12T00:02:14
2018-01-12T00:02:14
89,739,285
3
0
null
null
null
null
UTF-8
C
false
false
37
c
#include <config.h> #include <pty.h>
[ "marina@virginia.edu" ]
marina@virginia.edu
036c181776f95439ddb284371618aecd603547ab
68fb8a1c0d58cf8d06f80843302aabbf9b12f283
/src/matriz.h
b41022b35cf26f790c162b33c1f3c7d5354b8083
[ "MIT" ]
permissive
orlandoenrico/BitMask
f58c49ccf8ad227ceffc5f4ae61da02365a62e30
fd84d6200fd38a47bfc99c0a6bbc47a67f68d259
refs/heads/master
2021-04-27T00:34:49.397471
2018-02-23T18:32:38
2018-02-23T18:32:38
122,657,444
0
0
null
null
null
null
UTF-8
C
false
false
923
h
/* matriz.h Autor: Orlando Enrico Liz Silvério Silva */ #ifndef MATRIZ_H #define MATRIZ_H typedef struct { double **prob; //matriz int n; //tamanho da matriz }Matrix; /*------------------------------------------------------------------------------ Função: aloca a matriz de tamanho size x size....
[ "noreply@github.com" ]
orlandoenrico.noreply@github.com
264682f0a15fa42bd3250baba11853d6701ec4cf
ca216fff4560433d96dc9cd71b86965fb6f6c54d
/get_next_line/libft/ft_abs.c
eacb2d4c47d7a777de76f24bc413f8d407591efc
[]
no_license
Gheram/42_Projets
c477bc2d1dad38f29ff5fe2aaebed4ec78a6ffd1
8019498f80c2c1e76bb6d55dd02c61c14bdb9b01
refs/heads/master
2022-02-17T16:58:24.743104
2019-08-13T08:33:54
2019-08-13T08:33:54
152,573,672
0
1
null
null
null
null
UTF-8
C
false
false
978
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_abs.c :+: :+: :+: ...
[ "ghtouman@e2r8p1.42.fr" ]
ghtouman@e2r8p1.42.fr
5aa69fac31d24bdb1cffc71abaca97ab90c157b9
22ca1c297ad4ab0e4683bda70199f24e0fc50cc1
/lib/openssl-1.0.0d/crypto/ts/ts_req_print.c
701c43ea8da9115b053297eb457f0187f9ad05a3
[ "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference", "OpenSSL", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "LicenseRef-scancode-dco-1.1", "MIT" ]
permissive
achreto/barrelfish
1a7fbba958403c719abd8170ed3d16725f8f03e9
99d8bb79dc31986fd6aa67bab59e0b83cfaa4406
refs/heads/master
2021-07-09T11:38:51.008045
2021-04-12T22:35:35
2021-04-12T22:35:35
38,771,948
0
0
MIT
2019-06-13T12:51:56
2015-07-08T18:22:22
C
UTF-8
C
false
false
3,711
c
/* crypto/ts/ts_req_print.c */ /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL * project 2002. */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or w...
[ "scadrian@student.ethz.ch" ]
scadrian@student.ethz.ch
35a6dc44dfffecb85d5b3bd2ce783d423efab6ee
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/pci/hotplug/extr_cpqphp.h_set_SOGO.c
7f201b87709f06fd1457cd3e5d2ba2c552394c41
[]
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
746
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
fb2b78edf0dc64e8cc081e7a33241c28b23e49c5
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/media/platform/omap3isp/extr_isph3a_aewb.c_h3a_aewb_setup_regs.c
55b80bdc1f0739b264b0e5cd4420f89f5505cf0c
[]
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
3,801
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
e1fd828b89e03a3feba690ff07c47f3f702239e5
ccf500b6aed04bc397c267595154e0452ce7d656
/NPC_Pawn_Parent_classes.h
1adf355081d59ee822288ab61b0cc7987a51de28
[ "MIT" ]
permissive
NotDiscordOfficial/Fortnite_SDK
775361ea044a22f508c0a8b42eb9ffdf12662aca
58f8da148256f99cb35518003306fffee33c4a21
refs/heads/main
2023-05-25T23:47:11.201029
2021-06-09T03:55:35
2021-06-09T03:55:35
375,217,755
0
1
null
null
null
null
UTF-8
C
false
false
25,930
h
// BlueprintGeneratedClass NPC_Pawn_Parent.NPC_Pawn_Parent_C // Size: 0x2f29 (Inherited: 0x2904) struct ANPC_Pawn_Parent_C : AEnemyPawn_Parent_Deimos_C { char pad_2904[0x4]; // 0x2904(0x04) struct FPointerToUberGraphFrame UberGraphFrame; // 0x2908(0x08) struct USoundLibraryComponent* SoundLibrary_Component; // 0x291...
[ "83149379+NotDiscordOfficial@users.noreply.github.com" ]
83149379+NotDiscordOfficial@users.noreply.github.com
ab671f4cfee87fae214088b130394d05120e4f2c
2aea5444b4565ceb49b944ff9bbce465838d2356
/Programming/COMP2521/PracExams/wg/Graph.h
745c9bd8b98ad71ad01ee4699dafb731cd802ab7
[]
no_license
bit-shift/arch-files
ae215f19552b41ccada1b25e11e0cc6d86ec90dc
e9b143434a2957738707a27c915ff72fbbeabb49
refs/heads/master
2021-06-23T04:04:04.338157
2020-12-24T05:57:43
2020-12-24T05:57:43
164,633,733
0
0
null
null
null
null
UTF-8
C
false
false
733
h
// Graph.h ... interface to Graph ADT // Written by John Shepherd, March 2013 #ifndef GRAPH_H #define GRAPH_H #include <stdio.h> // graph representation is hidden typedef struct GraphRep *Graph; // vertices denoted by integers 0..N-1 typedef int Vertex; int validV(Graph,Vertex); //validity check // edges are pai...
[ "keegan.gyoery@gmail.com" ]
keegan.gyoery@gmail.com
c732998193150d07c5846acd93757c9ebc12d19c
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/44e7557f-d836-431a-bd3a-7e29bf39648e.c
7364684e7615a4392ae7cdce2802085c51850134
[]
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
580
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = j/j; l = j%j; l = k-j*i; //variables /* START VULNERABILITY */ int a; long b[41]; long c[52]; a = 0; while (( a - 1 ) < strlen(b))...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
bdf1a4412297fb5299538725a446b10883c06db8
e25c8b65c0115053b14f8ecffaea94a964eefa1f
/ds/open/world3/alickyuen/area/npc/patient.c
f3b8ba1087bc8e7e826f7d6a525cd659eb1f8e9d
[]
no_license
zwshen/mudos-game-ds
c985b4b64c586bdc7347bd95d97ab12e78a2f20f
07ea84ebdff5ee49cb482a520bdf1aaeda886cd0
refs/heads/master
2022-03-01T14:55:10.537294
2022-02-15T15:41:26
2022-02-15T15:41:26
244,925,365
4
1
null
2022-02-15T15:41:27
2020-03-04T14:44:49
C
BIG5
C
false
false
456
c
#include <ansi.h> inherit NPC; void create() { set_name( "病人" , ({"patient"}) ); set("long", "一個幾十歲的老年病人,看起來好像很辛苦。\n"); set("race", "人類"); set("age",70); set("attitude", "friendly"); set("level", 5); set("combat_exp",300); set("chat_chance", 10 ); ...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
ad5e618527e84abf3315b07c4b8e467f85b17ceb
9bc7e2a9918dcd964a9ae60eb3f5ed7f270ad6b7
/HelloTuiCpp/Classes/scene/Main/MainCfg.h
919e7a4f4ffbb7a45669633580b23e36b37fb12a
[ "MIT" ]
permissive
zh0ub1n/Tui-x
6ffa2030961d01abb54721f48640cd365fe160e1
c746c25a3736c6a9128c3ac1a5f4049fdcb0ed5a
refs/heads/master
2021-01-19T20:31:24.993723
2014-12-06T10:00:57
2014-12-06T10:00:57
null
0
0
null
null
null
null
UTF-8
C
false
false
172
h
#ifndef __MAIN_CFG__ #define __MAIN_CFG__ #define NS_MAIN_BEGIN namespace Main { #define NS_MAIN_END } #define USING_MAIN using namespace Main; #endif
[ "342854406@qq.com" ]
342854406@qq.com
fa00dde0dcd18fdd37bf2b436729beeaf201e1f1
e5ff79491de112547a8f8c645715e0dc4fcf69b4
/src/interrupt/interrupt.c
a828c057c78cffb254dd7e488ce83ac44b4633c8
[]
no_license
levelfour/swallow
8a54356822473743f67c2674486e66eb68b00f7a
8f1326df773ca530c7c09bfdf63310abfbaeb315
refs/heads/master
2020-12-30T09:38:11.192474
2013-12-31T06:40:12
2013-12-31T06:40:12
null
0
0
null
null
null
null
UTF-8
C
false
false
1,692
c
#include "interrupt.h" #include "asm_func.h" KEYBUF keybuf; const char keytable[0x54] = "\0\0001234567890-^\016\0" "qwertyuiop@[\n\0" "asdfghjkl;:\0\0]" "zxcvbnm,./\0*\0 " "\0\0\0\0\0\0\0\0\0\0\0\0\0" "789-456+1230."; void init_pic() { outb(PIC0_IMR, 0xff); // すべての割り込みを受け付けない outb(PIC1_IMR, 0xff); // すべての割り込...
[ "levelfourslv@gmail.com" ]
levelfourslv@gmail.com
e0018485f7879ca35ef3eefe7916da4fe7257213
7167fee77c856bb5edbcb860e890eab460dec9ca
/src/helpers.c
27e9430adcf3a4fedc9f4dfcfaa9e03c709f823e
[ "ISC" ]
permissive
gduchene/tamasheq
55c9af85fdd945d953134271b2483fb1ba11e1c0
9b4304908c91cd4721d10844a1c49c25032d359d
refs/heads/master
2021-05-27T21:53:30.338576
2014-10-04T11:27:35
2014-10-04T11:28:12
23,424,072
4
1
null
null
null
null
UTF-8
C
false
false
2,985
c
/* Copyright (c) 2014, Grégoire Duchêne <gduchene@awhk.org> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR ...
[ "gduchene@awhk.org" ]
gduchene@awhk.org
bcb070305f9e7f3bf9b3fcdd1ab8ecbebcfbf3a5
de529683e15c7a1ee92ea50c217999a1449162b0
/Modules/ring_puffer.c
1a7ddcb58bd64832c2d01ab8115ad16c48fc0364
[]
no_license
fegyizoli/zolcsirobot
913d9ebd35b3dda9600ac6400f6a7ec8a4b16b38
bf46d38c9f35d823e16fb0a9c532424b34e53d60
refs/heads/master
2021-01-01T05:53:31.747113
2014-11-17T21:31:59
2014-11-17T21:31:59
null
0
0
null
null
null
null
UTF-8
C
false
false
1,371
c
//fegyizoli @ 2014.10.31. #include <modules.h> //körpuffer implementáció //körpufferbe tesz egy bájtot int8u ring_buffer_push(ring_buffer* buff, int8u c) { if((buff->p_tail == buff->p_head) && buff->ring_buffer_full) { return RING_BUFF_OVERFLOW; } *buff->p_head++ = c; //push karakter if(buff->p_head >= buf...
[ "fegyi.zoli@gmail.com" ]
fegyi.zoli@gmail.com
f167df0cb901fba56ee5334ac27f7604202bdcc2
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/net/ipv6/ila/extr_ila_xlat.c_ila_free_cb.c
bd03dc16b21d21936d36c34c94aaead785f03ca8
[]
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
588
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
a33a9da5416354403656c3c330ad64333642a6b1
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/gpu/drm/amd/amdgpu/extr_si_dpm.c_si_set_power_state_conditionally_enable_ulv.c
c476a09d831107a10272706a21f60ff4e3441dc1
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,335
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
16acb28a77e3d0e2fd53b59cee64b2fa711105b2
c1edaede8fe1b2366eeb91811dc88be4385867b3
/vendor/bundle/ruby/2.4.0/gems/ffi-1.11.1/ext/ffi_c/libffi-x86_64-darwin18/include/ffitarget.h
25030f4ad6012edbf952ad595461a949f5c2c2cf
[ "MIT", "BSD-3-Clause" ]
permissive
MANTA-youtuber/expression
830b50e5fabcf6e3d711778dbeedf6f955e8ff86
0d254d7fb515b25ce3b79b3660b7716a4ad906d9
refs/heads/master
2022-12-22T06:29:49.245466
2019-08-03T17:28:34
2019-08-03T17:28:34
191,567,129
1
0
null
2022-12-14T06:15:43
2019-06-12T12:30:56
Ruby
UTF-8
C
false
false
111
h
/Users/iwasakimasahiro/expression/vendor/bundle/ruby/2.4.0/gems/ffi-1.11.1/ext/ffi_c/libffi/src/x86/ffitarget.h
[ "manta.inc.world@gmail.com" ]
manta.inc.world@gmail.com
8899d0884a9fe04d4fcf721c054c4dd9d43a6f90
78cb39390938f7697c972d01eb220c62f9354dd0
/CrackDeSerial/passwordserial.c
36294714e2ae6ec9da9d4f551a1b11bdf2da6e27
[]
no_license
josedavid28/programitasSeguridad
7427d20dd5b2c8a9e947c23a578f94cf43a60143
f2d4428103503035bbe92e905dad92f0528e7407
refs/heads/master
2023-03-16T04:36:55.389977
2020-09-09T22:25:02
2020-09-09T22:25:02
null
0
0
null
null
null
null
UTF-8
C
false
false
3,547
c
#include<stdio.h> #include<string.h> /* Para compilar este programa gcc -o eje password.c Este programa tiene el fin de introducir las bases del crack de un programa, dado que tiene un serial para su funcionamiento En este simple ejemplo, el usuario para utilizar el programa, debe ingresar una contraseña/Serial, qu...
[ "noreply@github.com" ]
josedavid28.noreply@github.com
51e8938f54fb1553e112074a9c2b51b7072489cb
1adcd54a5e0027009ea4b0cea1ab11868ffc3682
/Lab2 Bzzer/style_lightwater_main.c
8595fbf62a44309994baa2395fc2df9d40667eff
[]
no_license
LongYi8013609/C51_Projects
b160866c66a0cf49b77faeb56152fbdc21c21db0
035e4f95116f20ccec26bdd94681d860a0688a0e
refs/heads/master
2022-03-06T08:12:03.587297
2019-10-22T14:14:42
2019-10-22T14:14:42
null
0
0
null
null
null
null
GB18030
C
false
false
2,126
c
/***************************************************************** 程序名:花样流水灯(数组类型)程序 编写者:龙皓明 时间:2013.7.26 使用说明:将单片机的P0口用杜邦线连接流水灯插口J48(P00对D0,P07对D7) ********************************************************************/ #include<reg52.h> #define uchar unsigned char #define uint unsigned int #define l...
[ "lhm8013609@163.com" ]
lhm8013609@163.com
4410f2043242092f56c70d14726cf130298191f0
f60f6615994862dda51679f2ccdc2ad43b123fd5
/src/HAL/inc/vmx.h
d4ddb7d805dfe840c7f5387288f6690b604462c0
[]
no_license
horneac/OSD_Horneac_Emanue_2019
ffdcbcd0b0ca74e206b2be3162f017939c0dc693
2a82b62c7f969a0dd447b587ab04f28758efba03
refs/heads/master
2020-08-07T11:05:47.015962
2019-10-03T15:02:48
2019-10-03T15:04:33
213,424,485
1
0
null
null
null
null
UTF-8
C
false
false
268
h
#pragma once #include "vmcs_fields.h" #include "vmx_exit.h" QWORD VmxRead( IN _Strict_type_match_ VMCS_FIELD Field ); void VmxWrite( IN _Strict_type_match_ VMCS_FIELD Field, IN QWORD Value );
[ "gurzou.alexandru@gmail.com" ]
gurzou.alexandru@gmail.com
b1de3f273908d86b1b0dd3dd9115acc3e0022d61
16a76ee66d9b2f59c9beee4a4a0e104ce347e32a
/from_boomerang/minmax2/arm64_elf_gcc_O3_from_rfalke/by_ghidra.c
04f2605590823f987c5feb982334b4b19807f9bb
[]
no_license
rfalke/decompiler-subjects
4cee3263fa9116285b4bc4b6373efd2e4efa925f
7187fa93b285c32325826eecd0128e907a28809b
refs/heads/master
2023-08-10T08:24:27.198393
2023-07-28T19:44:41
2023-07-28T19:44:41
3,725,678
41
12
null
2023-03-15T16:14:41
2012-03-15T06:01:36
null
UTF-8
C
false
false
10,308
c
typedef unsigned char undefined; typedef unsigned char byte; typedef unsigned int dword; typedef unsigned long qword; typedef unsigned char uchar; typedef unsigned int uint; typedef unsigned long ulong; typedef unsigned char undefined1; typedef unsigned long undefined8; typedef unsigned short...
[ "i-git-stone@rf.risimo.net" ]
i-git-stone@rf.risimo.net
e8d78266a036238e331fe8c8e8ff39b6443319fc
a3055c74955449067334cb56b96e91a36a2ec6dc
/d/hangzhou/honghua/obj/huangshan.c
bf53f7e469732e74597f542ab214c6c3f264af0a
[]
no_license
flyinglb/jyqx
32dfac5b15b373919ae32688c0d1119bcb4592ff
1a6f8e002a206b05a5ba90554893f1b78dc91bb4
refs/heads/master
2020-09-26T18:18:33.949628
2019-12-06T11:47:47
2019-12-06T11:47:47
226,309,372
5
2
null
null
null
null
GB18030
C
false
false
490
c
// huangshan.c // #include <armor.h> #include <ansi.h> inherit CLOTH; void create() { set_name(HIY"黄衫"NOR, ({ "huang shan", "shan", "cloth" }) ); set_weight(3000); if( clonep() ) set_default_object(__FILE__); else { set("unit", "件"); set...
[ "flyinglb@qq.com" ]
flyinglb@qq.com
805b5d1fb5d9dfc186e62d88e3e66cc623480329
41364b9eeca9877200cf2ad0fa256dd0d4372f86
/lnd_files/experiments/bit-wise/shift_bits.c
13b9f8af9d528de186f73ba956973d25021c275a
[]
no_license
mahendra-21/lnd_work
2a10f662effba389c8320839b8c5a8a508bbe272
47cfcefef9f7b1ccc64c7235c8e515abf7b9e34d
refs/heads/master
2020-12-19T15:12:42.558893
2020-02-06T07:08:34
2020-02-06T07:08:34
235,768,266
0
0
null
null
null
null
UTF-8
C
false
false
1,414
c
/** * @file shift_bits.c * @brief shifting the bits with their range. * * @author Lakku Mahendra * @date 18-Aug-2018 * @bug No Known bugs * * @copyright No copyrights associated. Readers are free to use it every where, * any where. */ #include <stdio.h> #includ...
[ "m.lakku@globaledgesoft.com" ]
m.lakku@globaledgesoft.com
ff34a6b3fd257c0f7506905a24c593d57c2cd3aa
e22a57186254dc7ee4624988fe33296fcb2ef320
/swapoperator.C
77150e8c97325ce0975533b28cb96b755a3723ae
[]
no_license
praveenrajt/cprogram
013cbcc71646b0e272cdd3b00a2ab80f96aee1c5
e96906ca20a2a90445bfc3d9201689ee90c54c56
refs/heads/master
2021-05-13T12:09:59.220702
2018-09-25T14:08:11
2018-09-25T14:08:11
116,665,722
0
1
null
null
null
null
UTF-8
C
false
false
261
c
#include<stdio.h> #include<conio.h> void main() { int a=0,b=0; printf("\n Enter a,b value="); scanf("%d%d",&a,&b); printf("\n before swapping of number=%d %d",a,b); a=a^b; b=a^b; a=a^b; printf("\n After swapping number=%d %d",a,b); getch(); }
[ "noreply@github.com" ]
praveenrajt.noreply@github.com
7c659ad9778bc5405ac2dc926f3bc8d98c1a326c
8afb5afd38548c631f6f9536846039ef6cb297b9
/_ORGS/NPM/node/deps/icu-small/source/common/unicode/docmain.h
1b88eca92b9e9cc6bff298ebb1a70dd401929294
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
bgoonz/UsefulResourceRepo2.0
d87588ffd668bb498f7787b896cc7b20d83ce0ad
2cb4b45dd14a230aa0e800042e893f8dfb23beda
refs/heads/master
2023-03-17T01:22:05.254751
2022-08-11T03:18:22
2022-08-11T03:18:22
382,628,698
10
12
MIT
2022-10-10T14:13:54
2021-07-03T13:58:52
null
UTF-8
C
false
false
7,380
h
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * COPYRIGHT: * Copyright (c) 1997-2012, International Business Machines Corporation and * others. All Rights Reserved. * * FILE NAME...
[ "bryan.guner@gmail.com" ]
bryan.guner@gmail.com
16a77ab299f234e7901e1e51baadaf7d1edbb0e8
2875e427d9931ab8cfe2e066e1568c3130fcc3f2
/Solaris_2.6/os_net/src_ws/usr/src/cmd/tty/tty.c
9a9049b6fbf6448695bda68466557baca0ed1b16
[]
no_license
legacy-codedigger/Solaris-2.6-Source-Code
3afaff70487fb96c864d55bd5845dd11c6c5c871
60a0b3093caa7d84e63dd891a23df0e8e720bf3d
refs/heads/master
2022-05-23T16:05:32.631954
2020-04-25T01:07:08
2020-04-25T01:07:08
258,658,903
1
1
null
null
null
null
UTF-8
C
false
false
1,184
c
/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ /* The copyright notice above does not evidence any */ /* actual or intended publication of such source code. */ #ident "@(#)tty.c 1.8 94/09/16 SMI" /* SVr4.0 1.3 */ /* ** ...
[ "zahir.meddour@protonmail.com" ]
zahir.meddour@protonmail.com
a171507a8b5acae57032896c9e181ffbaf948b71
90de6e8211bdbcd62cceaf87d4b7504c0c02e82e
/ShadowStackCFI/foo1.c
42f11cbcabf0dc2ce65891fefa2025a0590e6932
[]
no_license
StanPlatinum/elf-respect
749f0197af87a6d2586f5450141192c56dca405d
ea049e199da16a5c3af71b654b4a6f01af179e41
refs/heads/master
2021-12-24T01:47:36.282219
2021-12-16T07:46:07
2021-12-16T07:46:07
179,288,183
8
5
null
null
null
null
UTF-8
C
false
false
366
c
#include <stdio.h> typedef int (*PTRFUN)(void); int fun1() { return 1; } int fun2() { return 2; } int fun3() { return 3; } int main() { PTRFUN *pFun = malloc(16 * sizeof(PTRFUN)); pFun[0] = fun1; pFun[1] = fun2; pFun[2] = fun3; int b = (*pFun[0])(); b = (*pFun[1])(); b = (*pFun...
[ "luyaosong19951022@163.com" ]
luyaosong19951022@163.com
e855cae8a847ed55b1dc0216e56ff1b33a8a7f90
101211c515c742d016f47c6d3f3e63637e369ed0
/pyansys/cython/reader.c
cc369a341ceebaf0fe9e8acb91f6c3a07e3b8221
[ "MIT" ]
permissive
vsriv90/pyansys
04f45ad1cec8d43f9bc6e0a0aa4ef0da6e69c54b
6a085af1ca9cddb60ba2dc9ef380a37934f389f1
refs/heads/master
2022-10-16T22:53:14.863474
2020-06-12T20:36:41
2020-06-12T20:36:41
null
0
0
null
null
null
null
UTF-8
C
false
false
4,907
c
#include <stdio.h> #include <stdlib.h> #include <string.h> //============================================================================= // Fast string to interger convert to ANSYS formatted intergers //============================================================================= __inline int fast_atoi(char * raw,...
[ "akascap@gmail.com" ]
akascap@gmail.com
52ef44dd7ceca2af561d7661100c2fdc80ffd4eb
1f6929fdc37ab1e13364bf02670090e1b0e56d00
/src/helpers.c
ed3db9d2d54323f69c6c6d97966d7698589cc625
[]
no_license
jbegaint/mips
1c80bb26e9198ed3fcf389ab94856c8c8409522d
21f7ef246f46deb18afb689aa23c6225bd7f6297
refs/heads/master
2021-05-27T03:57:20.013284
2014-09-22T13:56:17
2014-09-22T13:56:17
12,997,228
1
0
null
null
null
null
UTF-8
C
false
false
4,281
c
#include <stdlib.h> #include <stdint.h> #include <stdio.h> #include <string.h> #include "globals.h" #include "arch/arch.h" #include "helpers.h" #include "list.h" #include "arch/address.h" #include "arch/section.h" #include "instructions/instructions.h" #include "notify.h" /* BREAKPOINTS */ void add_breakpoint(ARCH ...
[ "jean.begaint@gmail.com" ]
jean.begaint@gmail.com
0fd6dd7b012431e98ddb922ff4b91d39ce970723
a3c555449a514a66767d3ae52d961983dfc39058
/problem3.c
a0c08bd8a91ef7072c64a247a520eb0712e8e222
[]
no_license
proshanto4082/compilerdesign
060ba31d8b3a6ea91d4b328c28cb8848c040e951
995cceaea8964e7edd37fb966e3d493970d953bc
refs/heads/master
2021-07-21T20:50:24.871824
2017-10-26T07:45:31
2017-10-26T07:45:31
108,368,733
0
0
null
null
null
null
UTF-8
C
false
false
270
c
#include <stdio.h> int main() { int i, j, n; printf("Enter value of n: "); scanf("%d", &n); for(i=1; i<=n; i++) { for(j=1; j<=i; j++) { printf("*"); } printf("\n"); } return 0; }
[ "noreply@github.com" ]
proshanto4082.noreply@github.com
1a8c3ca1b856acf5f4e3b03badbd8f46730f576a
bf83c95c73a0d5e1e11d2c13d8551d15787398ac
/Qcom/Platforms/Msm8994/Include/Chipset/regulator.h
25fb0b3bd6e84ff1113e9260f2d431e994d93262
[ "BSD-2-Clause" ]
permissive
feherneoh/uefi_edk2packages_EFIDroidPkg
dc35c1147d47cc10d52bc09df1a2c8a9506a8742
a71985ff7e87c47fb3ad8328c05f670f1f47a49c
refs/heads/master
2021-09-13T13:13:48.831241
2018-02-08T08:48:49
2018-02-08T09:28:20
106,553,874
2
1
BSD-2-Clause
2017-12-13T10:05:43
2017-10-11T12:53:36
C
UTF-8
C
false
false
3,367
h
/* Copyright (c) 2014, The Linux Foundation. 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 ...
[ "sigmaepsilon92@gmail.com" ]
sigmaepsilon92@gmail.com
cdcf884dc387f9d83edf5e4efe9c12e210c6461c
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE789_Uncontrolled_Mem_Alloc/s01/CWE789_Uncontrolled_Mem_Alloc__malloc_wchar_t_rand_54d.c
b792ae819e7cf84b274d3c9a8580e6bfab10b497
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
1,894
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE789_Uncontrolled_Mem_Alloc__malloc_wchar_t_rand_54d.c Label Definition File: CWE789_Uncontrolled_Mem_Alloc__malloc.label.xml Template File: sources-sinks-54d.tmpl.c */ /* * @description * CWE: 789 Uncontrolled Memory Allocation * BadSource: rand Set data to re...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
ef32b8a7d557b33ae804a56b3263e8e720a9c2dc
90725f1ac11156bc50f37fa0bb35946d6b7b6e3f
/src/c/mesa3d/Mesa-orig/src/mesa/drivers/dri/i915/i830_vtbl.c
e8c8d5a0486925c2076d42f171654ba391860c9c
[]
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
22,481
c
/************************************************************************** * * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Softwa...
[ "emcmanus@gmail.com" ]
emcmanus@gmail.com
86348db1759862d4e8fed1acbbad7b6c0a9d552a
1f0aa718cdaa09eec20597ebb075fd2bbc28a142
/Example_LCD_printf/Libraries/src/iar_stm8l152_lcd.c
ae75e23ff6ad6dfc0e67c087a5871f70f684df16
[]
no_license
hoangphuc-fn/FGA-Training
9f6ccc9cfcf4f4c3741b40343271ca19692b69cf
2673902e416405e3921cf47695029f005fc77861
refs/heads/master
2020-06-25T03:53:13.397919
2019-08-11T01:34:34
2019-08-11T01:34:34
199,193,015
0
0
null
null
null
null
UTF-8
C
false
false
9,308
c
#include "iar_stm8l152_lcd.h" /*!< Config & Init LCD vs RTC */ void config_LCDvsRTC(){ /*!< Enable RTC clock */ CLK->PCKENR2 |= (1<<2); /*!< Enable LCD clock */ CLK->PCKENR2 |= (1<<3); CLK->CRTCR = (uint8_t)((uint8_t)0x04 | (uint8_t)0x00); /*!< LCD_Prescale_1 LCD_Divide_31 */ LCD->FRQ |= LCD_Prescaler_...
[ "hoangphuc.fn@gmail.com" ]
hoangphuc.fn@gmail.com
833dcd5ee2cd3ca5d70d2acc61f60a17c75a1b57
0aa1e62eb5ad64473d97ebd9ff3292e43bb9ffc4
/S32K_Platform/SDK/middleware/CAN/Com/Com_Cfg.h
cb18e646e0cf03f5bf8cabb8e3cf55cac6973d25
[]
no_license
yinjinzhong/HaseSummary
716cd1e0c93c6ae7a0ec88cf30b0ce838e8f6096
12073126df84120b4feac90af962f454aee035bf
refs/heads/master
2023-03-19T18:20:33.953817
2021-02-23T06:25:32
2021-02-23T06:25:32
null
0
0
null
null
null
null
UTF-8
C
false
false
18,046
h
/*!Warning!:Please don't modify this file,this is generated by tools!*/ /******************************************************************** File name: Com_Cfg.h Author: Stephen Du Version: V1.0 Timestamp: 2017-12-29 10:56:31 Description: Others: Function List: 1. .... History: / 1. Date: Author: Modifica...
[ "tanjinyi@hangsheng.com.cn" ]
tanjinyi@hangsheng.com.cn
840dfb4bcf36435a3e2dfd2beabca4e8b4bd6a64
99e7155feb88d07dfe4f220ef0f0368c7b154ec4
/src/Unaligned.c
3eb1a1e74d075c6295a1a87834ec1668d8a6c97e
[ "BSD-3-Clause" ]
permissive
mfkiwl/ISPRASOpen-SecurePE
d4dd7bff97f3ea73e48dcf5a4c7f10176135e56a
0e210ed9d081df6df59c505db55560f439f550a5
refs/heads/master
2023-02-12T08:45:13.529395
2020-12-29T14:21:47
2020-12-29T14:21:47
null
0
0
null
null
null
null
UTF-8
C
false
false
4,701
c
/** @file Unaligned access functions of BaseLib for ARM. volatile was added to work around optimization issues. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #i...
[ "vit9696@users.noreply.github.com" ]
vit9696@users.noreply.github.com
b640a973f62000a2a7a9f8007f63c8b3cdb05b82
b350741a455e3d17bb12b47ac908c625b42a8c76
/src/globals.h
9ba075dca622c9f0971891c5b9ba6c33231edc36
[]
no_license
ralic/superdiff
9b8820b5faae02a5bea4624513d17a01d1bcfe22
3dd4471efaca9d230fd2d27bde71f670cbb089d4
refs/heads/master
2021-01-25T09:10:35.064576
2013-04-08T17:40:34
2013-04-08T17:40:34
null
0
0
null
null
null
null
UTF-8
C
false
false
310
h
#ifndef _GLOBALS_H_ #define _GLOBALS_H_ #define SHORT_NAME_WIDTH 20 #define COLOR_SAME 1 #define COLOR_DIFF 2 #define COLOR_SAME_CURSOR 3 #define COLOR_DIFF_CURSOR 4 #define COLOR_CROSSHAIR 5 #define COLOR_SAME_CURSOR2 6 #define COLOR_SAME2 7 #define COURSE 0 #define FINE 1 #define COLOR_MODE FINE #endif
[ "brad219@gmail.com" ]
brad219@gmail.com
480410707605455b9270d51b03a5b012d32286e6
227d7f02e425686dd6bd74147a08055d79b61c99
/ompi/mpi/c/intercomm_create.c
306bf0233e0b29b21411ef9b7d952e3fd8dc0d00
[ "BSD-3-Clause-Open-MPI" ]
permissive
dotnwat/adio-ceph
172be298e9476c1051d08e6e3ec66e3243fa3b18
856a8a764d3ecfea4c1c944f851fdb019305bdd7
refs/heads/master
2021-05-29T02:49:15.523428
2012-08-07T20:04:01
2012-08-07T20:04:01
2,181,447
1
0
null
null
null
null
UTF-8
C
false
false
9,442
c
/* * Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2008 The University of Tennessee and The University * of Tennessee Resea...
[ "devnull@localhost" ]
devnull@localhost
79c964f974166cc667f9b8a460c357f37e9e3b1b
a78fb83be8e2fc90b3a185daff8b2778e0530a3e
/bucket_08/gstreamer1-plugins-base/patches/patch-gst_tcp_gstmultifdsink.c
34ee683849ab6cdfc62ef396bef5d43960051140
[ "ISC" ]
permissive
kraileth/ravensource
f8cd02edd422922b6f632e4ba4e4a74bb5d560b8
bd1150741139f5cd9fc5894aa10ee9c64861ecc3
refs/heads/master
2023-03-15T01:39:59.773861
2023-02-07T18:39:44
2023-02-07T18:39:44
106,436,199
0
0
null
2017-10-10T15:32:09
2017-10-10T15:31:56
C
UTF-8
C
false
false
253
c
--- gst/tcp/gstmultifdsink.c.orig 2023-01-23 19:29:34 UTC +++ gst/tcp/gstmultifdsink.c @@ -107,6 +107,9 @@ #include <glib/gi18n-lib.h> #include <sys/ioctl.h> +#ifdef __sun +#include <sys/filio.h> +#endif #ifdef HAVE_UNISTD_H #include <unistd.h>
[ "draco@marino.st" ]
draco@marino.st
51a214531fa77ee85154f425b269e7a61ad7f793
43c61503c90bd072ff937abc3b61cbc631c9293f
/legacy/env.h
587a3343625ecfaaa2cf484746f23fb52695b40c
[ "MIT" ]
permissive
banacorn/aussenhaut
e800b45c4c66a83260a8e4268905381223ac51e5
141640fef855da7f8cb09197156b76529f773d15
refs/heads/master
2016-08-11T22:23:53.762321
2015-11-12T04:17:07
2015-11-12T04:17:07
44,046,020
0
0
null
null
null
null
UTF-8
C
false
false
697
h
#ifndef ENV_H_ #define ENV_H_ #include "type.h" #include "string.h" //////////////////////////////////////////////////////////////////////////////// // Env //////////////////////////////////////////////////////////////////////////////// typedef struct Env { Bool Nil; String_ * key; String_ * val; st...
[ "banacorn@gmail.com" ]
banacorn@gmail.com
80122f8649f4ddae601ec643de3b9b8a062da7f1
27bcd5c9ded70102540c0ccd03f3e2b281dbf58c
/mudlib/d/faeleen/rooms/ciudad/ciudad_vieja/msur_23.c
c2758718a6eb5052588c0d409a4491f7e692e3d8
[]
no_license
unleashed/ninetears
57fdc71fd651b3ff95e5e7c14b0566729584e006
4edd22c75e3fa99be4b5820300491c6b62e06085
refs/heads/master
2020-07-14T04:25:56.302027
2019-08-29T18:46:57
2019-08-29T18:46:57
205,225,438
1
0
null
null
null
null
UTF-8
C
false
false
246
c
//Ciudad de Faeleen, Flangerant 2002 // inherit "/std/ciudad.c"; #include "../../path.h" inherit CIUDAD+"ciudad.c"; void setup() { msur(); add_exit("oeste",CIUDAD"msur_22.c","standard"); add_exit("este",CIUDAD"msur_24.c","standard"); }
[ "amr@redhat.com" ]
amr@redhat.com
605880b7dc7132dcd7a85b1dfd2d3b8873af7ab0
6d2e7d13766ddfa0b78fb445314ad09dcb3dfbfc
/main.c
e25824bae18c6e7a86e9374aef97fa06fc1423bd
[]
no_license
Mourud/Basic_calculator
8717177fd5d1393b14d05dc60533a071b1450a77
5774a8a23360d615cc8f4c7f2edcb623c0af0344
refs/heads/master
2021-04-03T04:56:03.288673
2020-06-08T20:44:23
2020-06-08T20:44:23
124,643,393
0
0
null
null
null
null
UTF-8
C
false
false
1,371
c
#include <stdio.h> #include <stdlib.h> int main() { printf("This is a basic calculator which only evaluates two numbers.\nUse the following syntax:\n + for addition\n - for subtraction\n * or x or X for multiplication\n / for division\nNOTE: Program will crash if format isn't maintained please use the format ...
[ "noreply@github.com" ]
Mourud.noreply@github.com
6c5aba436e8d0fa49f25cbfd67ba5edac9d0be90
e0c60e237fd285130386ec5bf00bd704aece7a1f
/0x0E-structures_typedef/dog.h
01940c325931feab7098797d3e2e1268e36486d0
[]
no_license
anamariaroman/holbertonschool-low_level_programming
64b28c0dd19d044aa65ed9ea8349298bfc663ea3
563cd1ccd974f8c99078dbc6fc1390cef15cadb9
refs/heads/main
2023-07-21T12:17:29.318844
2021-09-02T02:54:58
2021-09-02T02:54:58
335,799,165
0
0
null
null
null
null
UTF-8
C
false
false
417
h
#ifndef _DOG_H_ #define _DOG_H_ /** * struct dog - information dog * @name: name * @age: age * @owner: owner */ struct dog { char *name; float age; char *owner; }; typedef struct dog dog_t; int _putchar(char); void init_dog(struct dog *d, char *name, float age, char *owner); void print_dog(struct dog *d); dog...
[ "2979@holbertonschool.com" ]
2979@holbertonschool.com
781e426a5e4f480217d5aecbc00a5761eb23b51e
5d0b2db66cb8106b724914ff08296af41486b9f7
/templates/objects_generic/Name_s_.template.c
b13665b429133e41004742788743ac1a8f1f6b0a
[]
no_license
yiannis/gsoc2010
38a41524a9115838b84ca33250358a0d2f61aff2
edc44ded9b8d1ee1036739bf2cf722e503721874
refs/heads/master
2021-01-23T20:22:03.695865
2010-09-04T16:57:42
2010-09-04T16:57:42
null
0
0
null
null
null
null
UTF-8
C
false
false
5,019
c
{% include "source_file_header.txt" %} #include "oyranos_object_internal.h" #include "{{ class.name }}.h" #include "{{ class.privName }}.h" #include "oyObject_s.h" /** @brief oyName_s copy * * @version Oyranos: 0.1.10 * @since 2008/12/22 (Oyranos: 0.1.10) * @date 2008/12/22 */ int oyName_copy_...
[ "jonnyb@hol.gr" ]
jonnyb@hol.gr
ace59539124b662815b31a6cde292e31116149c0
b7ed4ee507a6c7362e3c270b9608cb75428b8fca
/sources/st-etal/stable-etal/etalcommon/lib_osal/src/osalcore/freeRTOS/ossmphr.c
61d11bdc22206b74db4473b8c97d87e50fc6e9e4
[]
no_license
niefan/STA5_pre
a2c0e508d80c43f6e100a4d9c3dcb650b638a014
a1b2540edd45eea4f13994f54db38f5a9a7ab906
refs/heads/master
2022-02-20T04:36:58.406957
2019-09-17T05:39:37
2019-09-17T05:39:37
null
0
0
null
null
null
null
UTF-8
C
false
false
7,829
c
//! //! \file ossmphr.c //! \brief <i><b>OSAL semaphores Handling Functions</b></i> //! \details This is the implementation file for the OSAL //! (Operating System Abstraction Layer) semaphores Functions. //! \author Luca Pesenti //! \author (original version) Luca Pesenti //! \version 1.0 //! ...
[ "fangyunmeng@hotmail.com" ]
fangyunmeng@hotmail.com
f99206fa1417fd35fe5f65b182607a83d26b2434
3a4523e173b011ccc7af154f1e1efedece620fcd
/Practica 3/Queue.h
c48fa0b878bd5fc5422ebdb5650c070929f1a55f
[]
no_license
laurofigueroa/EDyA1
f460fbf77893933b48c821488454a4c35815a4a9
caa65861112ce31c50bfa586e3434f8360f7a3ed
refs/heads/master
2016-09-06T18:07:50.197763
2013-10-01T02:33:47
2013-10-01T02:33:47
null
0
0
null
null
null
null
UTF-8
C
false
false
404
h
#ifndef __QUEUE_H__ #define MAX_QUEUE 20 typedef struct _Queue { int data[MAX_QUEUE]; int front, back; } Queue; #define queue_data(l) (l)->data #define queue_front(l) (l)->front #define queue_back(l) (l)->back Queue *queue_create(void); int queue_frontdata(Queue *); Queue *queue_enqueue(Queue *, int); Queue *queu...
[ "laurofigueroa@hotmail.com" ]
laurofigueroa@hotmail.com
75302d08dfc538de60336853e0a92a53cebe485e
fd88f05ccfcffef7f8a047238065e5397dba7963
/mkfs-x6.c
e80cd7331e84bd60cec05e5297f9a3d8973162e2
[]
no_license
Akshdeep/CompterSystems-FileSystem-Implementation
066e793393b6eae1b90432fe78c06221297c6275
700ef9579a03bf885f1fb8a546e4bf4e947c81c7
refs/heads/master
2020-03-17T08:15:46.685762
2018-05-14T23:11:25
2018-05-14T23:11:25
133,431,361
2
0
null
null
null
null
UTF-8
C
false
false
3,499
c
/* * file: mkfs-x6.c * description: create empty file system for cs5600/cs7600 file sys. assignment */ #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <string.h> #include <fcntl.h> #include <sys/select.h> #include <ctype.h> #include <time.h> #include <assert.h> #include <unistd.h> #include...
[ "akshdeep.r@gmail.com" ]
akshdeep.r@gmail.com
00ec5da3f1f11196393f25336f33020bea7d1da0
dfaae805d7a1bc9c9218ee721cf65d4880e9df7b
/Avr/sample adc to pwm/samples_adc_to_pwm/Dio_driver/Dio_cfg.h
04b8f509d1c45e742d87c0d8e2d41abccbdef30f
[]
no_license
ashraf-amgad/Projects
6840304672389bfee3f2946e969d72a9f75288df
d5b3aa315da6dfec608a13e4131feb5433b2d5e0
refs/heads/master
2022-12-15T15:45:21.055573
2020-09-15T20:36:54
2020-09-15T20:36:54
291,889,610
0
0
null
null
null
null
UTF-8
C
false
false
2,304
h
/* * DIO_conf.h * * Created: 9/11/2019 8:57:14 AM * Author: Louda */ #ifndef CFG_H_ #define CFG_H_ #define PORTA_PIN0_INITVAL LOW #define PORTA_PIN1_INITVAL LOW #define PORTA_PIN2_INITVAL LOW #define PORTA_PIN3_INITVAL LOW #define PORTA_PIN4_INITVAL LOW #define PORTA_PIN5_INITVAL LOW #defin...
[ "ashraf.amgad27@gmail.com" ]
ashraf.amgad27@gmail.com
c88bbcdbadb6d920b49e70454e3520aa57f24a8a
6be173bfb40df672d1c94673289b5498021746a7
/holbertonschool-low_level_programming/0x19-hash_tables/2-key_index.c
eadd631aa6c0e67929d911fddccd13939ccab3b6
[]
no_license
hemenez/Holberton-Projects
5867680f0e2cfb9b97109742675bf607823b82d9
1f2db07e2c923df676f8edd8439f423e97978107
refs/heads/master
2020-03-17T19:00:55.669170
2018-06-02T21:00:48
2018-06-02T21:00:48
133,842,572
0
0
null
null
null
null
UTF-8
C
false
false
421
c
#include "hash_tables.h" /** * key_index - function will return index of a key * @key: represents key data * @size: represents size of array * Return: index where key/value should be stored in array */ unsigned long int key_index(const unsigned char *key, unsigned long int size) { unsigned long int index; unsign...
[ "lindseyhemenez@gmail.com" ]
lindseyhemenez@gmail.com
e93e2035450940d2ceabc3ee75b147f6932ca672
119e4b9900735911b9b7bf584270c7dd354ef539
/ft_nm/srcs/ft_nm.c
965b7a5d04a959e1faca8f3fa7e18a2fddb822b2
[]
no_license
lde-batz/nm-otool
ce7c7cf6b7c15112ae5aba7783b13df6ec9a0f9e
0de21329513844f2d7fb3d93a33cccdb500e1b4c
refs/heads/master
2023-03-03T14:15:14.517941
2021-02-19T08:55:50
2021-02-19T08:55:50
340,311,000
0
0
null
null
null
null
UTF-8
C
false
false
2,440
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_nm.c :+: :+: :+: ...
[ "lde-batz@student.42.fr" ]
lde-batz@student.42.fr
5661f1329a75dbb166a3e27e50ad930e126b90c3
4824e3e4833f3db236d44eaf3dea3e5e8e0bfca1
/sdk/pkg/sdk/nuraghe-2017.2.2/install/include/hal/udma_periph_v2.h
c5575f4d4f6890bb76213e4889642b961a4bc4b1
[]
no_license
neuraghe/NEURAghe
5c99b6340edd4d2d50ee3ec461df9f39fd6cb138
dd6cfc808a163e4b4f8d0cb499f009bc977d7984
refs/heads/master
2020-08-07T11:59:58.699824
2019-10-16T13:55:10
2019-10-16T13:55:10
213,429,667
5
1
null
null
null
null
UTF-8
C
false
false
3,509
h
/* * Copyright (C) 2015 ETH Zurich and University of Bologna * All rights reserved. * * This software may be modified and distributed under the terms * of the BSD license. See the LICENSE file for details. * */ #ifndef __HAL_UDMA_PERIPH_V2_H__ #define __HAL_UDMA_PERIPH_V2_H__ #include <hal/pulp.h> #include <s...
[ "carreras.marco@gmail.com" ]
carreras.marco@gmail.com
0d010b3c65a759568fcfcf839e9616750f5c3d4f
696e35ccdf167c3f6b1a7f5458406d3bb81987c9
/third_party/libvpx/source/config/linux/mips64el/vpx_config.h
d79a46a9ea3362b49938410b37f56d6433054524
[ "BSD-3-Clause", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0" ]
permissive
mgh3326/iridium-browser
064e91a5e37f4e8501ea971483bd1c76297261c3
e7de6a434d2659f02e94917be364a904a442d2d0
refs/heads/master
2023-03-30T16:18:27.391772
2019-04-24T02:14:32
2019-04-24T02:14:32
183,128,065
0
0
BSD-3-Clause
2019-11-30T06:06:02
2019-04-24T02:04:51
null
UTF-8
C
false
false
2,979
h
/* Copyright (c) 2011 The WebM project authors. All Rights Reserved. */ /* */ /* Use of this source code is governed by a BSD-style license */ /* that can be found in the LICENSE file in the root of the source */ /* tree. An additional intellectual property rights grant can be found */ /* in the file PATENTS. All con...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
a76ba8b08847150bb7d9ba878035d5d3d4c3ffa6
72b8b783ff0a0a864a2e4e13d647f45744ac506b
/C00/ex00/ft_putchar.c
ea326d9f435d65c95e0fe86d4eb5efd649c0f721
[]
no_license
Hyeon2Nam/piscine
f6c96bfa7da453c6772cac78d0894a376fcee07d
7b98c95239304e8dd995b939400915417bca974f
refs/heads/master
2023-01-22T15:06:06.435406
2020-12-09T03:24:09
2020-12-09T03:24:09
319,828,104
0
0
null
null
null
null
UTF-8
C
false
false
959
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar.c :+: :+: :+: ...
[ "hyenam@c7r2s3.42seoul.kr" ]
hyenam@c7r2s3.42seoul.kr
93994cb5ff723503793ac779acdd6656143c5c01
2820b53141340fbdc21abb0f1b5d61ad5982491d
/linked_queue/linked_queue.h
b4227ca9adb7785b7129c321c5318a593706ef43
[]
no_license
luffyliu1993/data_structure
f7f46208649f6b5a871d7f25a1e900c64686e726
5e5d3e33963f7861b3e918083efd4ae8ad42f9f5
refs/heads/master
2021-01-12T09:07:51.957414
2016-12-19T16:30:33
2016-12-19T16:30:33
76,770,296
0
0
null
2016-12-19T16:30:33
2016-12-18T07:57:39
C
UTF-8
C
false
false
1,430
h
#ifndef LINKED_QUEUE #define LINKED_QUEUE #include <stdlib.h> #include "../singly_linked_list/singly_linked_list.h" typedef struct { unsigned int size; sll *queue; }linked_queue; linked_queue *queue_init(void (*destroy)(node *delete_node), void (*print)(node *head)) { linked_queue *new_queue = malloc(size...
[ "zekailiu1993@gamil.com" ]
zekailiu1993@gamil.com
3dddf7d8c6619be4b50f97c8e35ade770e4e9980
be38a251317b34adf5bf0af58b817d4acbab8787
/LearnOpenGL-nonQt/Include/assimp/config.h
06d0b54c2bcd82b0fa02e3cc80b185a90b5f62e0
[ "Apache-2.0" ]
permissive
LouisParkin/OpenGlDirsProject
438c832227abe8cb254d030dff215196074d161c
caa6a289eed9f8c553775369d7da898527e2637a
refs/heads/master
2021-01-17T12:39:36.578579
2016-06-28T13:52:24
2016-06-28T13:52:24
58,648,532
0
0
null
null
null
null
UTF-8
C
false
false
31,950
h
/* --------------------------------------------------------------------------- Open Asset Import Library (assimp) --------------------------------------------------------------------------- Copyright (c) 2006-2012, assimp team All rights reserved. Redistribution and use of this software in source and binary...
[ "louis.parkin@gmail.com" ]
louis.parkin@gmail.com
5850e57a8259b35ead79d248953af970b6ea1476
7ac1d292f789ec9fb69e88c83e6be2f64be4bb60
/multifile/start.c
f46f1c5ec2230609f4ca23e00caac6e75d48601d
[]
no_license
suztomo/kernel-study
566a8d27d98782fd1832665384e6a13abdd9b236
cf2c274c9ee83b301759cd87ba85dbbb502252a0
refs/heads/master
2016-09-05T19:40:32.964536
2009-10-08T13:05:11
2009-10-08T13:05:11
179,142
1
2
null
null
null
null
UTF-8
C
false
false
131
c
#include <linux/module.h> #include <linux/kernel.h> #include "hogefunc.h" int init_module(void) { print_hello(); return 0; }
[ "suztomo@gmail.com" ]
suztomo@gmail.com
da2644cf934dd2692f987910e497482af13f3388
520068caf4ea825397e4698e17c11e26497e3ce4
/Src/tm_stm32f4_ssd1306.c
f2789ebd2ceed26d720b2c1818620fc9e0ce5cbc
[]
no_license
maor1993/TempoMain
10cd3dd6a568a857077da7172ad3f5f034dbbae1
5f194e89daedc774b3f744b691a299b748f21947
refs/heads/master
2020-03-17T02:00:17.222417
2018-09-29T16:23:53
2018-09-29T16:23:53
133,174,517
0
0
null
null
null
null
UTF-8
C
false
false
12,614
c
/** * |---------------------------------------------------------------------- * | Copyright (C) Tilen Majerle, 2015 * | * | This program is free software: you can redistribute it and/or modify * | it under the terms of the GNU General Public License as published by * | the Free Software Foundation, either versi...
[ "maor1993@hotmail.com" ]
maor1993@hotmail.com
b6295f528fa64bf242ba2c65f2146b0317258961
cb8c337a790b62905ad3b30f7891a4dff0ae7b6d
/st-ericsson/connectivity/lbs/asn1/supl_asn1/incl/SUPL_ULP_HistoricReporting.h
be10366a5bb0d8d7543d0eaff4b1b5ae3bfc8c99
[ "BSD-2-Clause" ]
permissive
CustomROMs/android_vendor
67a2a096bfaa805d47e7d72b0c7a0d7e4830fa31
295e660547846f90ac7ebe42a952e613dbe1b2c3
refs/heads/master
2020-04-27T15:01:52.612258
2019-03-11T13:26:23
2019-03-12T11:23:02
174,429,381
1
0
null
null
null
null
UTF-8
C
false
false
2,874
h
/* * SUPL_ULP_HistoricReporting.h * * Copyright (C) ST-Ericsson SA 2010. All rights reserved. * Author: david.gowers@stericsson.com for ST-Ericsson. * License terms: Redistribution and modifications are permitted subject to BSD license. * * Redistribution and use in source and binary forms, with or without * m...
[ "xiangxin19960319@gmail.com" ]
xiangxin19960319@gmail.com
c5a8b29a96fa1d0ec1bc54d748f1ab5dd987a44f
62b1b74118497046645b3159ea27c15cbbc4765c
/WickedEngine/Utility/FAudio/include/FAPOBase.h
c2fcdd2981c6127e61961a78ba27fbc42e2eee45
[ "MIT" ]
permissive
turanszkij/WickedEngine
ec9d9cde27553d9ff3bc1987bc13a5b9d0de3e52
003584863003a963718926c4e93ffe97ac00a6ff
refs/heads/master
2023-09-01T07:03:25.947714
2023-08-31T05:40:42
2023-08-31T05:40:42
37,770,961
5,031
691
MIT
2023-09-13T01:09:46
2015-06-20T13:35:19
C++
UTF-8
C
false
false
7,071
h
/* FAudio - XAudio Reimplementation for FNA * * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team * * This software is provided 'as-is', without any express or implied warranty. * In no event will the authors be held liable for any damages arising from * the use of this software. * * Perm...
[ "noreply@github.com" ]
turanszkij.noreply@github.com
ffc8f45e688e1fadadbfd748a0d6a64cb59ada3f
7bb4ee6aff41bf098a2313cc31473c139c63077c
/App/Inc/motor.h
c0404a4af5e56c73bb5e95d4564e214320b62c5d
[]
no_license
LocoBill/NXP-Smartcar-Electmaster
edc84243597788923114ae23c569bcacc6f5e401
2e5e2e6cd1d1f4b8ccbfc31621123106548b1ea5
refs/heads/master
2021-01-01T17:27:01.900510
2017-07-24T01:51:09
2017-07-24T01:51:09
98,078,125
0
0
null
null
null
null
UTF-8
C
false
false
165
h
#ifndef _MOTOR_H_ #define _MOTOR_H_ typedef enum { motor_forward, motor_back }motor_path; extern void motor_init(void); void PIT2_IRQHandler(void); #endif
[ "billjackloco@outlook.com" ]
billjackloco@outlook.com
46f4f1c1b1741d22f04a3da8b256a3fb41774c75
56805a4fa6e73853f8493e77268e52a25d66f666
/Project/STM32L1xx_StdPeriph_Examples/GPIO/IOToggle/stm32l1xx_it.h
49c314e2c3c0ef970d1d34f922f4373d38599dd3
[]
no_license
lvniqi/stm32L1
8014520ceaebc0844c68672dcdf3e7bd3aa86ba2
daa5a2a2ecb1f0bce6cde2d3777f82a93aa44ede
refs/heads/master
2021-01-20T11:26:32.057797
2015-03-21T16:19:30
2015-03-21T16:19:30
32,640,126
2
0
null
null
null
null
UTF-8
C
false
false
2,135
h
/** ****************************************************************************** * @file GPIO/IOToggle/stm32l1xx_it.h * @author MCD Application Team * @version V1.2.0 * @date 16-May-2014 * @brief This file contains the headers of the interrupt handlers. ****************************************...
[ "lvniqi@gmail.com" ]
lvniqi@gmail.com
e4bae744a43ab0ec12950c2bbea2b19e6e8ef6d6
48dc4953e424f2e422b36965bf80b8c0b6bf74f2
/minishell/includes/minishell.h
a1cb88ea29792b9bb92988bf6976da6ffd1ae101
[]
no_license
Krcdb/42
21b47feee856aa1ffbebef2e6330146624db6532
896d5681bfd2f636f84cc3ba9e9d9a89e169d2d4
refs/heads/master
2023-05-01T18:50:38.411080
2023-03-03T11:35:51
2023-03-03T11:35:51
125,866,691
1
0
null
2023-04-23T20:01:03
2018-03-19T14:02:15
C
UTF-8
C
false
false
5,537
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* minishell.h :+: :+: :+: ...
[ "memartin@student.42.fr" ]
memartin@student.42.fr
bafa963920751817aef928e62c061185ec2c503c
7decfa43f125ef5ff3263088071b649ff6356ba8
/sl/sl-3.03/sl.h
f171cbf2ab77d43805e40434dfad111a6a2e01c7
[]
no_license
carlosjbetar/canaima
28f3296a32fa151c5cd24b4c2154145e82a8fbc4
0e172afc42f044be6e8631d2564a425da982ad1e
refs/heads/master
2021-01-18T14:36:29.886741
2014-08-01T18:06:14
2014-08-01T18:06:14
null
0
0
null
null
null
null
UTF-8
C
false
false
4,192
h
/*======================================== * sl.h: Text data of SL version 3.01 * Copyright 1993 Toyoda Masashi * (toyoda@is.titech.ac.jp) * Last Modified: 1992/12/23 *======================================== */ #define D51HIGHT 10 #define D51FUNNEL 7 #define D51LENGTH 83 #define D51PATTERNS 6 #de...
[ "root@canaima-popular.(none)" ]
root@canaima-popular.(none)
dbd0de16061ce49407bcb9bbbf84cdd703e2d6e9
07d4fb61082d62b3cc7aadd32873c10b810c5795
/Lab5_PC/isim/PC_isim_beh.exe.sim/work/m_00000000004134447467_2073120511.c
633c56123ec7a79cc5f6c8fb8bdd92730c70e73f
[]
no_license
ashstarry/CECS341Labs
1e2175a06ad855119c9b22e76a5d85b706fa10f1
f9e5507f41ddbdfd31d47e438e65eae6b96e23d1
refs/heads/master
2020-04-01T12:16:00.336806
2017-05-10T13:56:48
2017-05-10T13:56:48
153,198,941
0
0
null
2018-10-16T00:28:15
2018-10-16T00:28:14
null
UTF-8
C
false
false
7,619
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "jvargas7130@gmail.com" ]
jvargas7130@gmail.com
71320603ac0d7e8e97cd3e383a9733c76b905717
03080b42116cd0709b33e47eafb67e17ab920b8c
/CS240/exc/Table.c
52ca6437f3a4ef80fa0dc14f54c966970e43c39d
[]
no_license
eyosi-cmd/CS240-Programming-with-C
6bf1e0e1dd8a394f4369aa718844e9e25d0b16a1
43a730b43c9798f962b2495b9a9b26f5332935f7
refs/heads/master
2020-12-14T17:43:15.522852
2020-01-19T02:27:16
2020-01-19T02:27:16
234,827,258
0
0
null
null
null
null
UTF-8
C
false
false
449
c
/* Eyosias Kibe */ #include <stdio.h> #include <stdlib.h> int main(int argc, char const *argv[]) { int a, b, j, k; if (argc == 3) { a = atoi(argv[1]); b = atoi(argv[2]); } printf("%s %d %d\n\n", "Your numbers are: ",a,b); //scanf("%d%d", &a, &b); for (int i = 1; i <= a; ++i) { j = i*a; printf("%d x %d = ...
[ "noreply@github.com" ]
eyosi-cmd.noreply@github.com
7dfa26d24d6ae9362e51fa8593511a2bbce9416b
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/reactos/modules/rosapps/applications/cmdutils/y/extr_y.c_ConOutPuts.c
c09808848cbbccd6d1147735491b65a2b5c82b33
[]
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
968
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
99490d1a526a4c136df429bec6212f54d4e74a7a
a4171124db15366fffee2c0b47299d98addf9993
/alg.14/vm.c
af7e4d087ea2ea6506aeb64fdfafe09199f60be0
[]
no_license
huanghj78/OS
6b4d3bfe40342f5b5792ba2b61880354c0bb1557
9c649f0bc2490afe9149caf8e3c663ab3ec90393
refs/heads/master
2023-05-28T13:16:52.689221
2021-06-11T16:46:35
2021-06-11T16:46:35
369,942,335
0
0
null
null
null
null
UTF-8
C
false
false
959
c
#define _GNU_SOURCE #include <sched.h> #include <stdio.h> #include <stdlib.h> #include <sys/wait.h> #include <unistd.h> #define STACK_SIZE 1024*1024 static char child_stack[STACK_SIZE]; int num = 1; static int child_fn() { // printf("child process PID: %d\n",getpid()); // printf("child process parent PID: %d...
[ "1353188493@qq.com" ]
1353188493@qq.com
56b86bfa16ca0d0f572a7b5cf0f7b6b16adfa7f4
a8f3f12f51376c3def24490f23a45d6ef10ae718
/emJetAnalysis/src/LinkDef.h
811eea34ca7c42c796aecb40b1bcc660c7ef65b8
[]
no_license
xilinliang/STAR-1
3bc7ddffa9a9a05f108a4dd66e32a1a417cd9e54
fd67653658b80c93111745f5eaf44f3094eecc90
refs/heads/main
2023-07-26T21:28:00.157084
2021-08-24T18:10:56
2021-08-24T18:10:56
315,710,751
0
0
null
null
null
null
UTF-8
C
false
false
2,558
h
#ifdef __CINT__ #pragma link C++ class EjAna; // EM Jet Analysis Configuration #pragma link C++ function EjJetQaPlots; // EM Jet QA Plots (original jet trees) #pragma link C++ function EjMakeSimpleAnalysisTree; // Generate final skimmed tree for A_N calculation. The br...
[ "xlian046@ucr.edu" ]
xlian046@ucr.edu
37a65b0a21a6af26618bbe80319b449deb12b7e9
2da6bc407a971ca2baee6ca1d79906e55705b4fc
/前置式運算.c
5a2105c1ed953132cca8f91b8f62b880186826a0
[]
no_license
sususu0822/-
99a8927ea469a33495496dbcc5f191b417286b48
e805371a50b0c14650428f3f2f6c8e9959dd45be
refs/heads/master
2020-08-16T00:07:24.627951
2019-11-29T08:03:50
2019-11-29T08:03:50
215,427,751
0
0
null
null
null
null
UTF-8
C
false
false
1,522
c
#include<stdio.h> #include<stdlib.h> #include<string.h> #define MAX 100 int isFull(int top){ if(top>=MAX-1) return 1; else return 0; } int isEmpty(int top){ if(top == -1) return 1; else return 0; } void Push(int stack[], int* top, char* item){ int n; n = (*item)-'0'; if(isFull(*top)){ printf("s...
[ "noreply@github.com" ]
sususu0822.noreply@github.com
392af9f814a63c6f0304bdcb36375bb23b6aaf5e
d363fc0503607da623a49bcc33c3b59f9ad33415
/kern/compile/ASST2/vers.c
0f118608e91266fe4d0b35023b50df876dda5eb9
[]
no_license
gqm13/proj3
7aecdd7c08394a474c6ed1352f871470ad87885f
a4a0417880601285025b0f2e665294369adf8aba
refs/heads/master
2021-08-23T04:00:49.149132
2017-12-03T04:23:39
2017-12-03T04:23:39
111,565,622
0
0
null
null
null
null
UTF-8
C
false
false
128
c
/* This file is automatically generated. Edits will be lost.*/ const int buildversion = 84; const char buildconfig[] = "ASST2";
[ "gqm13@my.fsu.edu" ]
gqm13@my.fsu.edu
6bd2ee208be17d2a6ab0e8e8f8068a72e93ef130
fd75810419f08328758a62ed166301347d6ec6fc
/mouseSyncCentral/mouseSyncCentral/mouseSyncCentral-Bridging-Header.h
80f06426f0ee738081e233f82fd2cfe4d3dd0e98
[]
no_license
DaveGeneral/mouseSync
68f2ece6fabb7d7e0460d6a4b222a82241dfa185
ccfc00a6346614583f3353910d5836d1433dd43e
refs/heads/master
2020-04-30T08:32:18.266491
2018-01-17T02:27:15
2018-01-17T02:27:15
176,719,173
1
0
null
2019-03-20T11:30:42
2019-03-20T11:30:42
null
UTF-8
C
false
false
311
h
// // Use this file to import your target's public headers that you would like to expose to Swift. // #ifndef createScrollWheelEvent_h #define createScrollWheelEvent_h void createScrollWheelEventX(int x); void createScrollWheelEventY(float y); void mouse_left_drag_to(float x, float y); #endif /* Header_h */
[ "zhihaozhang@me.com" ]
zhihaozhang@me.com
0d17e6b022d51ef9676fd6ad4aaccda0187b19cf
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/media/dvb-frontends/extr_drxk_hard.c_write32_flags.c
4382ea644e6bad318e7fc1c9d00140dc413fca55
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,399
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
25c76dc58120d4b3b892f75e0f167bacef22be05
8677ac67f2a5dea4631d008c0b72fd2020489964
/Assigment8/assi8 ques13.c
94a54e01c14d1159dfac9e5b4908b42655756073
[]
no_license
Ayushi-gupta2001/Ayushigupta
8d781546f341d93f0cf883a269c3dd91dcb7b3e3
4dd176dfac96a6c942fcf384c2eed41909b6837a
refs/heads/master
2020-07-29T19:21:39.048315
2019-09-21T05:48:41
2019-09-21T05:48:41
209,930,236
0
0
null
null
null
null
UTF-8
C
false
false
322
c
#include<stdio.h> void main() { int a,b,i,n,sum=0; printf("enter value of n"); scanf("%d",&n); printf("enter numbers %d",n); for(i=1;i<=n;i++) { scanf("%d",&a); if(a%2!=0) { sum=sum+a; b=sum/2; } } printf("%d",b); }...
[ "noreply@github.com" ]
Ayushi-gupta2001.noreply@github.com
68ca2fdaab32a9fa2ae4265724c41fd06af2d416
05b458a94b13328c4ab0bb474513e69c5f253ec0
/analysis-sources/vlc-analysis/_cppstats/vlc/modules/access/file.c.bak4
3d9e50ef169cd7928851902d69cde4f129d0e604
[]
no_license
paulobernardoaf/dataset-files
c7b3a5f44f20a6809b6ac7c68b9098784d22ca52
6cc1726ee87e964dc05117673e50e3e364533015
refs/heads/master
2022-04-23T06:52:15.875641
2020-04-25T18:28:48
2020-04-25T18:28:48
253,626,694
0
0
null
null
null
null
UTF-8
C
false
false
6,424
bak4
#if defined(HAVE_CONFIG_H) #include "config.h" #endif #include <assert.h> #include <errno.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #if defined(HAVE_FSTATVFS) #include <sys/statvfs.h> #if defined (HAVE_...
[ "paulomax9002@gmail.com" ]
paulomax9002@gmail.com
f4394ef3a4b1a6a0d7a5ead8d3952a7a9341c836
fef40c842ffefffa43441e6d73ef3c8ef7f913ea
/third_party/ti/devices/cc26x0/driverlib/aon_event_doc.h
c02a5f1097a17e3a1e1198e5f2b4d4669e293451
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
turon/openthread
3ae7710ba9347a9aa75da46bdb90ad090e933082
20145cb42fca90d791c4918475db28b7b91290d6
refs/heads/master
2021-01-18T01:48:00.528127
2019-09-19T02:13:11
2019-09-19T02:13:11
58,574,892
3
0
BSD-3-Clause
2019-06-21T04:36:44
2016-05-11T19:35:10
C++
UTF-8
C
false
false
3,464
h
/****************************************************************************** * Filename: aon_event_doc.h * Revised: 2017-06-05 12:13:49 +0200 (Mon, 05 Jun 2017) * Revision: 49096 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use i...
[ "jonhui@nestlabs.com" ]
jonhui@nestlabs.com
3ad40cd5deb1b322873a242b4ce3f84b1c10f36a
7c7032ba5ddaef3188800f77383494c253f14276
/sh.h
fee2a6457523b1273ee549c76aac29c9bd861305
[]
no_license
Sylpharion/42sh
1389ced00d4994477888332d72c63e85ee742a8a
9df27bf684843c31de1ae9e1964b2c8133a52c38
refs/heads/master
2021-01-19T21:15:46.676987
2017-05-01T17:52:58
2017-05-01T17:52:58
88,634,543
0
0
null
null
null
null
UTF-8
C
false
false
9,390
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* sh.h :+: :+: :+: ...
[ "smassand@e1r2p3.42.fr" ]
smassand@e1r2p3.42.fr
a0244e9a4fc02f9fb23533902d0e020be5000780
bd14ee15acabace28957f96b4a5b48fa3af611c5
/Integracion completa/Proyecto/build/nexys4ddr/software/include/generated/git.h
c2a4195d4368f0e5c524fd17b75a733b3bfec5d3
[]
no_license
unal-edigital2-labs/2020-2-w07_entrega-_final-grupo02
298082a6517aea8ce326a09a7aff6be74f8d6993
fd0a4fa630738fd91ab7cd9bebe9ab38872c8dc4
refs/heads/main
2023-01-31T02:07:50.633521
2020-12-17T13:11:13
2020-12-17T13:11:13
321,657,706
1
0
null
null
null
null
UTF-8
C
false
false
372
h
//-------------------------------------------------------------------------------- // Auto-generated by Migen (a5cc037) & LiteX (32989c17) on 2020-12-15 10:38:51 //-------------------------------------------------------------------------------- #ifndef __GENERATED_GIT_H #define __GENERATED_GIT_H #define MIGEN_GIT_SHA1...
[ "54644246+andresunibio@users.noreply.github.com" ]
54644246+andresunibio@users.noreply.github.com
4b1fb2527c9102ba095b66e610a53a9477152edb
2f4c674596c08abbe2fa01be21d97160d0a243ca
/lib/my_showmem.c
4f96af356bd47ca2f44677b80c5d1a8e395c0303
[]
no_license
Lulu140801/minishel_1
a8cde95a6c9c8621b4b2750777f3a1831348973e
2680429d9b94cf641d7b9edc47d2b1ac8881fef2
refs/heads/master
2023-04-05T04:58:55.607808
2021-04-17T11:17:40
2021-04-17T11:17:40
358,853,799
0
0
null
null
null
null
UTF-8
C
false
false
175
c
/* ** EPITECH PROJECT, 2020 ** my_showmem ** File description: ** my_showmem */ #include "./../../include/my.h" int my_showmem(char const *str, int size) { return (0); }
[ "lucas@pop-os.localdomain" ]
lucas@pop-os.localdomain
a7362ebbc11f01747cf3553c1ae03c1a58259dcf
8f977f28948cda1dcd2eb1f44404ffff4e7a83fa
/32u4/src/spi.c
23f2da68370010b8b94e1dcfcbbeeae6b6b6f2e9
[]
no_license
CBJamo/smd_rf22
4c3e69b84e46b6803d770fdd1a251fd432b9995a
319eced1b5ec7afa5b9e12b484c2ce097fb837ab
refs/heads/master
2021-01-18T00:48:01.125597
2015-04-29T19:28:25
2015-04-29T19:28:25
26,498,909
0
0
null
null
null
null
UTF-8
C
false
false
1,459
c
#include <avr/io.h> #include "spi.h" void spi_init( void ) // Initialize pins for spi communication { // Define the following pins as output DDR_SPI |= ( ( 1 << DD_MOSI ) | ( 1 << DD_SCK ) ); DDR_SS |= ( 1 << DD_SS ); // Initially raise the SS pin PORT_SS |= ( 1 << DD_SS ); SPCR = ( ( 1 << SPE ) | // SPI Ena...
[ "logans@cottsay.net" ]
logans@cottsay.net
6626cc19e98deb40db105e4adf9637a75aeeac6c
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant100101_cfganal.c
ec1d7825451912f0c6bceebfdb4b501f7a511265
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
35,984
c
/* Control flow graph analysis code for GNU compiler. Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the ...
[ "agroce@gmail.com" ]
agroce@gmail.com
83e3704768dc342e4a06c9725a5910db2a69cfc9
db16dcf535630eb36eb2914cb85ea9afd83d5bf6
/SMTP/openssl/dsa.h
fa58369e7778e99e12fbccd5791bfdc007be1d4d
[ "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-unknown-license-reference" ]
permissive
SimonCSmith/DSS
e06fd975ca112f68e556732dd7a632553ec9927a
e2992493d758c87887f6bbd129b3e057554ce063
refs/heads/master
2020-06-02T12:20:31.339028
2020-04-26T10:32:49
2020-04-26T10:32:49
191,152,270
0
0
BSD-3-Clause
2019-06-20T18:45:07
2019-06-10T11:06:09
C++
UTF-8
C
false
false
10,759
h
/* crypto/dsa/dsa.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...
[ "luc.coiffier@free.fr" ]
luc.coiffier@free.fr
fd21c56197619d0aaa1b80229e6e9ecbdde4f603
159c132197bd19f6681a4f502d7042641635e5ca
/c_translator/final/t3.c
bfb8241a43772c41d5095e18b138d71dceaf3a98
[ "MIT" ]
permissive
supercalvinchan/Compiler_C90
5ab265826eb8b243af1922480d9b13d3298fabac
9ec50cfb6ad6fa377981d894c3593ee50231b239
refs/heads/master
2020-03-20T18:48:50.072163
2018-06-16T19:39:26
2018-06-16T19:39:26
137,604,895
0
0
null
null
null
null
UTF-8
C
false
false
165
c
//while & comparison operator int f(int x, int y){ int tmp = x; while(x <= y){ x += tmp; } return x; } int main(){ int x = 3; int y = 100; return f(x,y); }
[ "calvinchan@dyn3201-77.wlan.ic.ac.uk" ]
calvinchan@dyn3201-77.wlan.ic.ac.uk
43bc9e04d79fc791c361d6d556d15afe8e1ecc5a
dd6ba85172fd1c6218da353653cdf901cc6bbb53
/V8i/SPDS/english/spdstext.h
875d574d6a973eaffdc8d0dfc7d4253ffd4311e1
[]
no_license
Egyuza/Bentley.SPDS
fd1f35e65beef2574655ced1e5cd344e0e4c56a9
44f2f271a6b5a8feddd526bb980f3bffeda9d96e
refs/heads/master
2023-02-25T05:39:46.436661
2021-02-01T08:38:04
2021-02-01T08:38:04
334,882,589
0
0
null
null
null
null
UTF-8
C
false
false
136
h
#define TXT_DialogTitle "Native MDL Dialog" #define TXT_HostedDialogTitle "Hosted Dialog" #define TXT_MDLLabel "This is an MDL label"
[ "User@E-PC" ]
User@E-PC
57b4669f155fa6ee3f546516fca7ab90393b31bb
2e402abd886cc8d360d20a63fd90bb9dea2fb0ed
/includes/cb_redact.h
3859cec0c2dc2f86d9ff574a9d0f683086a0f15d
[ "MIT" ]
permissive
hephaex/nvalhalla
2cdcbf8a01299810ee9b72d4c05addb313fe6834
29e0ba940fbb3fb69572d053d24428c969c153da
refs/heads/master
2022-11-11T05:02:24.998963
2020-06-22T22:49:57
2020-06-22T22:49:57
null
0
0
null
null
null
null
UTF-8
C
false
false
606
h
#ifndef CB_REDACT_H__ #define CB_REDACT_H__ #include <gst/gst.h> #include <glib.h> #include "gstnvdsmeta.h" G_BEGIN_DECLS // extern "C" { /** * on_buffer_osd_redact: * @pad: (type GstPad*): the #GstPad the callback is attached to (ignored) * @info: (type GstPadProbeInfo*): #GstPadProbeInfo for the buffer * *...
[ "noreply@github.com" ]
hephaex.noreply@github.com
de95ee281b36b602d55f15645ccfb022b7f063b8
d3fe51da74d117bcfff0a1c9352f09ccf30b057a
/20180227_beakjonghun/array01.c
cac838df96c9a96e1e6eb9849969b97794df5715
[]
no_license
baekjonghun/PythonBasic
94408db907b2e842c797a79662ba1424717dbfc7
800b72f5440c88dfa8082dc3bb8b5dfd63a9124d
refs/heads/master
2021-09-15T06:48:51.905465
2018-05-28T02:39:43
2018-05-28T02:39:43
123,947,453
0
0
null
null
null
null
UTF-8
C
false
false
218
c
#include <stdio.h> int main(void) { int aList[5] = { 0 }; int i = 0; for (i = 0; i < 5; i++) { scanf_s("%d", &aList[i]); } for (i = 0; i < 5; ++i) { printf("%d\n", aList[i]); } return 0; }
[ "noreply@github.com" ]
baekjonghun.noreply@github.com
f98ea7da0bc418e56b4f791363b8f0aeacf117d6
d2dc2eb9d282639af512bf87a090ba2d86e3943e
/src/include/executor/nodeMaterial.h
509f78c1f02f0e6be9bec75293f184e88a60bcff
[ "PostgreSQL", "Apache-2.0", "bzip2-1.0.6", "LicenseRef-scancode-unknown-license-reference", "ISC", "Artistic-2.0", "BSD-4-Clause-UC", "BSD-3-Clause", "BSD-4-Clause", "MIT", "LicenseRef-scancode-unknown" ]
permissive
immuta/incubator-hawq
31cd7b683cac47b527b290f0a8977468aea1eb2b
238dfca9a234a20733eab5f9140fc7254d7c0172
refs/heads/master
2021-01-20T16:59:47.727864
2018-06-23T03:56:42
2018-06-23T03:56:42
82,853,498
0
1
Apache-2.0
2018-06-23T03:56:43
2017-02-22T21:18:09
C
UTF-8
C
false
false
1,234
h
/*------------------------------------------------------------------------- * * nodeMaterial.h * * * * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * $PostgreSQL: pgsql/src/include/executor/nodeMaterial.h,v 1.25 2...
[ "rvs@apache.org" ]
rvs@apache.org
e9d5829110dad105baaf9e0fd50c511c820cef97
ca81490e15b8e6edea5e6dd1bba947b87944e15e
/dataStructure.c
857e2976ac3cbe3433353ad1046f56dbefb9544a
[]
no_license
rgoettemoeller/NoiseReductionC
6d6bf2dc53d7a1e65d8f36cf573fdb60d28dd5a5
322b7d0a20b38f2ed088d231cee7aecb0358be46
refs/heads/master
2022-11-11T09:07:48.129988
2020-06-20T22:09:56
2020-06-20T22:09:56
273,791,418
0
0
null
null
null
null
UTF-8
C
false
false
361
c
#include "dataStructure.h" void fillTimeArray(values *ValuesElement, unsigned long long timeValue, short p) { for(int i = 0; i < sizeof(ValuesElement->t); i++) { if(ValuesElement->t[i] == 0) { ValuesElement->t[i] = timeValue; ValuesElement->p = ((ValuesElement->p) << 1) ...
[ "noreply@github.com" ]
rgoettemoeller.noreply@github.com
e9b5c446f71e10b5a1a56dd119a58df057110052
08c13be3ce29d5cb0a53718ff8ad06ad542fd10a
/pswap.c
8dd3c50a60801f43e44ce3fafae1c4f7b8630112
[]
no_license
shashank2806/c
03627fb06b696b3226c2ae3b74739b8e16e93a67
306072184d555f3fd26d34616de412afb19d1b0a
refs/heads/master
2021-01-23T08:15:17.436335
2017-06-07T07:03:52
2017-06-07T07:03:52
86,489,670
0
0
null
null
null
null
UTF-8
C
false
false
222
c
#include <stdio.h> void swap(int *x,int *y); int main(void) { int x = 10; int y = 20; swap(&x,&y); printf("x = %i\n", x); printf("y = %i\n", y); } void swap(int *a,int *b) { int temp = *a; *a = *b; *b = temp; }
[ "shashank.shekhar28june@gmail.com" ]
shashank.shekhar28june@gmail.com
9947359e5edc9425c10080798d8a512ea7d0c64c
478b77b84d6d5c2beb27e9064ddee728a49ef9d3
/Apr30_testing/newRootFiles/AccEff/allAcceptances.C
055cdc313e7059992a0a1bb30c9035d955c87f6e
[]
no_license
zdemirag/exo-diphoton
1d2289c6ad46075b24c47e54bbd3bd4c65c5584b
df1507044bdebdff90814d7c482776d058748951
refs/heads/master
2021-01-19T03:23:36.160554
2014-12-16T10:15:44
2014-12-16T10:15:44
null
0
0
null
null
null
null
UTF-8
C
false
false
8,737
c
{ //=========Macro generated from canvas: c1_n5/c1_n5 //========= (Thu Dec 19 14:52:54 2013) by ROOT version5.32/00 TCanvas *c1_n5 = new TCanvas("c1_n5", "c1_n5",0,0,700,500); gStyle->SetOptFit(1); gStyle->SetOptStat(0); c1_n5->SetHighLightColor(2); c1_n5->Range(229.7297,-0.1948052,3945.946,1.103896); ...
[ "zdemirag@cern.ch" ]
zdemirag@cern.ch
b935ceb4e25d58a4bfd072b9c254ee9e070612b7
31090b82fcf15fc8a52a12be3dd592e72300fe1b
/sys/libkern/strtoul.c
f8839d934eba457aafb9e4fe66fab6a1b07f62c0
[]
no_license
YuheiTakagawa/VPS_for_FreeBSD
22e7b2f4e46b56e8289e7cd81eedf1d503ec2a0d
1a6d0ed8808b875b998f2f344cfc5539eb84532d
refs/heads/master
2020-07-15T09:24:26.928246
2017-08-11T17:43:29
2017-08-11T17:43:29
94,305,728
2
1
null
null
null
null
UTF-8
C
false
false
3,251
c
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Chris Torek. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following co...
[ "b1014223@fun.ac.jp" ]
b1014223@fun.ac.jp
a372465b99a6165a3f002846f9f2804c846af1c6
46979906b331cc10c7f0f009a158ce0996f14097
/dynchk/tests/struct/validate_struct_exit_status.c
d8d18926985e5a76d19302de960a9935d469acac
[]
no_license
mwichmann/lsb-checkers
2f6a9674c9a23e39d69d35e8d2457c7a5b3881dc
1170e4486085731b129cbb060c693e7e6ebca027
refs/heads/master
2020-06-11T00:07:56.105656
2016-12-08T19:30:39
2016-12-08T19:30:39
75,857,254
3
3
null
null
null
null
UTF-8
C
false
false
329
c
// Code generated by gen_tests.pl #include "../type_tests.h" #include <utmp.h> int validate_struct_exit_status(struct exit_status * input, char *name) { int failure = 0; if(validate_NULL_TYPETYPE(input-> e_termination,name )) failure = 1; if(validate_NULL_TYPETYPE(input-> e_exit,name )) failure = 1; return fai...
[ "mats@linuxfoundation.org" ]
mats@linuxfoundation.org
c6bd87fc0d383739408b7bc40dac86b32bb2a7cf
7dcb48de8406388e17f46911e4304f1e82cdaa52
/madmonitor2/erlang/apps/madmonitor2/files/netstat/freebsd/6.2/i386/netstat.h
a99fe81e883e23264e58006b0d5dc45335fd22ef
[]
no_license
evoup/monitor_pass
eadd80d7bc3c6876310efb4fff43523019ab0a63
b7018a9357a7d71acd1cd5eb0b8e0f6dc8016a88
refs/heads/master
2022-06-24T11:20:38.248256
2019-10-21T04:30:45
2019-10-21T04:33:56
96,863,608
0
0
null
2022-06-21T01:46:32
2017-07-11T07:23:05
C
UTF-8
C
false
false
5,971
h
/* * Copyright (c) 1992, 1993 * Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright...
[ "evoex123@gmail.com" ]
evoex123@gmail.com
3c371bdc4c05a7dd2a51fa57968eb1ac314511e4
3ac78caf28163a075b51f3216f83a998e515f894
/toys/cbox/myos/sim/dev.c
1c9ba5105810124dc2ae180134de2d53b75bd004
[]
no_license
walrus7521/code
566fe5b6f96e91577cf2147d5a8c6f3996dab08c
29e07e4cfc904e9f1a4455ced202506e3807f74c
refs/heads/master
2022-12-14T03:40:11.237082
2020-09-30T15:34:02
2020-09-30T15:34:02
46,368,605
2
1
null
2022-12-09T11:45:41
2015-11-17T19:00:35
C
UTF-8
C
false
false
4,721
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include "sim.h" #include "bus.h" #include "ios.h" #include "dev.h" #include "hal.h" // fake device needs a state machine typedef void (*fake_dev_state)(); void stop(){printf("fake stop\n");} void start(){printf("fake start\n");} void cau...
[ "BartB@Corp.helitrak.com" ]
BartB@Corp.helitrak.com