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
0f0cbb67cf0956f07bc6607107397396bcebe740
c70bff3275b957979922addc0d41653be29c5627
/libft/srcs/ft_isprint.c
92da094e16ff54aa3918f7472e167e024637b998
[]
no_license
Thomas2511/fillit
62e931493ed82a2372ba41153f53673f840094a7
5969b5baa7bed9207086a8fe323f0a98c0c7679e
refs/heads/master
2021-01-18T21:35:08.773561
2017-03-30T13:33:12
2017-03-30T13:33:12
47,351,090
0
0
null
null
null
null
UTF-8
C
false
false
972
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isprint.c :+: :+: :+: ...
[ "tdieumeg@student.42.fr" ]
tdieumeg@student.42.fr
b4808f8d7f539e763bae855cc972fd65a4de845f
bac2cd0d0b51e6903ffb04cbb261c72a50d5e3cf
/project_1/project_1.sim/sim_1/behav/xsim/xsim.dir/add3_4_test_behav/obj/xsim_1.c
5658ad4aff0ae726470e1be32bb35774ff00cd51
[]
no_license
Rios2/DL2020-10_Rios
c410ea43e7c7ad854661f912bb51560816950c37
ebc3770d3ae4347e33f234f75f88ae7c366e8b1a
refs/heads/master
2020-12-11T19:45:17.652831
2020-05-05T05:36:01
2020-05-05T05:36:01
233,941,556
0
0
null
null
null
null
UTF-8
C
false
false
7,790
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "46691087+Rios2@users.noreply.github.com" ]
46691087+Rios2@users.noreply.github.com
8494aaf0dae44e564f3d52fb9064fcd200254294
764e8dc99b4b3a1eaaa648749f0479f6bd580ce3
/chef_cooking_machine.c
51e90f3ca09dfe9824079c945315e42562a1df0c
[]
no_license
dreamerHarshit/CodeChef
236dd76fc0868ed1777fac8e28c2577af769269a
10a6b1c67423e46d0d9424b24cc13878a7c977eb
refs/heads/master
2016-08-11T10:01:01.744889
2015-12-28T13:17:46
2015-12-28T13:17:46
48,367,681
0
0
null
null
null
null
UTF-8
C
false
false
694
c
#include<stdio.h> #include<math.h> bool isPowerOfTwo(int n) { if (n&&!(n&(n-1))) return 1; else return 0; } int main() { int t,a,b,count=0; scanf("%d",&t); //int c; while(t--) { scanf("%d%d",&a,&b); count=0; //c=a&(a-1); while(!isPowerOfTwo(a)) { // printf("hell"); if(a%2!=0) { a=(a-1)/2; ...
[ "geniusharshit@gmail.com" ]
geniusharshit@gmail.com
c28d9222ff6799bb34d341fb9f249eb9026efbc9
28fe0600026cc3b31de318036b01d28dc74ac53b
/libft/libft/ft_strncat.c
517ec3ad79cb2d2f93315f06d1e58c5f81215cdd
[]
no_license
segfault-team/42sh
5470ca1d85541fdd965ebb7fcdcf5b6714394cba
0451eb6270826454444de758b408abc258cd2a77
refs/heads/master
2021-01-11T19:18:13.796774
2017-05-11T14:32:45
2017-05-11T14:32:45
79,346,828
1
2
null
2017-03-02T17:17:32
2017-01-18T14:18:21
C
UTF-8
C
false
false
1,120
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncat.c :+: :+: :+: ...
[ "vlistrat@student.42.fr" ]
vlistrat@student.42.fr
e57a736180a72a11585751e0aea8d2fab129a61c
9780ce0e43c6a52dc3aa291757b3feb259eecff4
/leptonica/config_auto.h
3d11e501c79e65d359499cfedd6561ebdb749cfa
[]
no_license
TeluguOCR/antanci_ocr
44bfcb0b38c2f6fd550637d0eac0a677c8ddb7fd
33744b20c43c97b0e82a5232af886ff88f5767d9
refs/heads/master
2020-04-09T17:31:00.072291
2015-12-05T23:22:48
2015-12-05T23:22:48
6,772,465
3
2
null
null
null
null
UTF-8
C
false
false
2,795
h
/* config_auto.h. Generated from config.h.in by configure. */ /* config/config.h.in. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ /* #undef AC_APPLE_UNIVERSAL_BUILD */ /* Define to 1 if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 /* De...
[ "rakeshvaram@gmail.com" ]
rakeshvaram@gmail.com
227771dfe2c5a33b21d13b07099c3d40054cce3f
3008f5ab58875e9f5a3dc5c6311c40eb5499e030
/test/util_clock_test.c
5e174fa19050d61f48166cd7b8ce8f4ba92ef7f5
[]
no_license
vincent841/dxc
0bf3beea8cf6cc957e312ce936d4a16977c741b4
e43bddcd2e4c3346739aa5e2512dc8bbfe18edd3
refs/heads/master
2022-11-17T20:38:11.611450
2020-07-17T07:10:22
2020-07-17T07:10:22
280,305,061
0
0
null
null
null
null
UTF-8
C
false
false
618
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> // For sleep #include "dx.h" #include "dx_debug_assert.h" #include "dx_debug_malloc.h" #include "dx_util_log.h" #include "dx_util_clock.h" #include "dx_net.h" void util_clock_test() { int i = 0; LONGLONG t_start = 0; LONGLONG t_end = 0; dx_clock_get_...
[ "vincent841@naver.com" ]
vincent841@naver.com
6e707801060f9be548bfa7f5dd7f366c00ddd02a
8578c74b807d0fc323d002bfbdb99fd102e2461a
/Projects/STM32F091RC-Nucleo/Examples/COMP/COMP_AnalogWatchdog/Src/stm32f0xx_hal_msp.c
38bf834b9a757abf165aaea421a88f4e2c07be63
[ "BSD-2-Clause" ]
permissive
karolinaM/stm32f091
5eaa40ecc52962930f913a3d26927564b200ff69
954ba2bb0126eb621e8aa643b5e3c542f2445747
refs/heads/master
2021-01-21T07:53:09.437921
2015-05-26T05:39:57
2015-05-26T05:39:57
35,614,889
0
0
null
null
null
null
UTF-8
C
false
false
4,586
c
/** ****************************************************************************** * @file COMP/COMP_AnalogWatchdog/Src/stm32f0xx_hal_msp.c * @author MCD Application Team * @version V1.2.0 * @date 05-Dec-2014 * @brief HAL MSP module. ***************************************************************...
[ "karolina.majstrovic@gmail.com" ]
karolina.majstrovic@gmail.com
7c5694fbb3ac27e2cf862ae1aedbb938c59f7047
e09223373045855f2f133f42b9e5040e7052a03c
/read_mem_op.c
e55cfec118c30377e5c64264d03fd0e08acd0b30
[]
no_license
dimasgb7/riscv-emu
860d659e9ca0763920d10aae18a66a2d76e2203e
2d735eb3b92f7e9d8150a7efd9f774e147bcde24
refs/heads/master
2022-04-18T21:11:59.621903
2020-04-21T07:18:39
2020-04-21T07:18:39
212,616,541
0
0
null
null
null
null
UTF-8
C
false
false
706
c
bool read_mem_u8(uint8_t *p_val, uint32_t addr){ addr -= ram_start; if(addr > RAM_SIZE){ *p_val = 0; std::cout << "illegal read"<<std::endl; return 1; } else { uint32_t* p = RAM + addr; *p_val = p[0]; } return 0; } bool read_mem_u16(uint16_t *p_val, uint32_t addr){ addr -= ram_start; if(addr > RA...
[ "dimasgb7@gmail.com" ]
dimasgb7@gmail.com
134240954afa80a15ce14ded7b28316c6e304a15
df49c31a11353e6eb839415fbbf7f1675efd4269
/Core/Src/STM32 PLC/Open SAE J1939/SAE J1939/SAE J1939-81 Network Management Layer/Network_Management_Layer.h
61c2a295116d9a457c4f5b99c894322797e79911
[ "MIT" ]
permissive
VMKReddy/STM32-PLC
0426811a742d11193e37d3fddc25d0157c277546
ec651ff771f1bb7b05bdef141ac1429930bc0590
refs/heads/main
2023-07-25T05:51:50.359506
2021-08-18T14:32:34
2021-08-18T14:32:34
null
0
0
null
null
null
null
UTF-8
C
false
false
2,022
h
/* * SAE_J1939-81_Network_Management_Layer.h * * Created on: 14 juli 2021 * Author: Daniel Mårtensson */ #ifndef SAE_J1939_81_NETWORK_MANAGEMENT_LAYER_SAE_J1939_81_NETWORK_MANAGEMENT_LAYER_H_ #define SAE_J1939_81_NETWORK_MANAGEMENT_LAYER_SAE_J1939_81_NETWORK_MANAGEMENT_LAYER_H_ /* Layers */ #include "../S...
[ "daniel.martensson100@outlook.com" ]
daniel.martensson100@outlook.com
3e2a278d50ca97384d94d676250c323d4c3a6c9f
1a2debfa94123a50e9a5388477a4da51e7317146
/common.c
3996ded21235264f19cfbe49a507c95cae61bc0e
[]
no_license
flavioheleno/otd
6886f9cbbfac9b4bfcd529f610daa7edb683173a
07d05e496eab86c47019223a7429ab5046fba890
refs/heads/master
2020-12-02T08:41:10.115000
2009-07-01T21:07:25
2009-07-01T21:07:25
null
0
0
null
null
null
null
UTF-8
C
false
false
245
c
#include "common.h" #include <string.h> #include <stdlib.h> void setString(char **dest, char *text) { (*dest) = (char*) malloc(sizeof(char) * strlen(text)); strcpy((*dest), text); } void freeString(char *dest) { free(dest); dest = NULL; }
[ "flaviohbatista@gmail.com" ]
flaviohbatista@gmail.com
f0c9bbe49d84efd8a3e5eabf5a1cfbf2c4dd0c3b
0179bfcbf5ff8e79ac366d7bc1d8010579f3f35b
/PSoC Slave/PSoC Slave.cydsn/codegentemp/SW2_aliases.h
9766561a1097adfec09ceb6c312f45db8e1ddb73
[]
no_license
vlantaca/PSoC_S-Atmel_M
ee8424530e20b11b33bad3cfa0a673c7018d78bc
fa87a117a78cad2c71bb6150a82513f3aab3c7ac
refs/heads/master
2021-01-01T15:24:54.020336
2014-04-14T22:20:14
2014-04-14T22:20:14
null
0
0
null
null
null
null
UTF-8
C
false
false
1,025
h
/******************************************************************************* * File Name: SW2.h * Version 1.70 * * Description: * This file containts Control Register function prototypes and register defines * * Note: * ******************************************************************************** * Copyright ...
[ "vlantaca@ucsc.edu" ]
vlantaca@ucsc.edu
6f082969596447658455ef8e1ae0950cf494a839
21a77dc209e940ddaffc900baa5dfdabf72f5adb
/src/drmmode_driver.h
5d6b330efa3750e2a6efdb7bc864a2a1450cc69a
[ "MIT" ]
permissive
Project-chip-crumbs/xf86-video-armsoc
af40e86aebfa7d655c7cb97b4acdcec5a526b1cc
77872d1ed350360428fe89548638413fc64dcd70
refs/heads/master
2020-03-17T07:05:11.231878
2018-01-16T22:17:11
2018-01-16T22:17:11
133,382,549
0
1
null
2018-05-14T15:26:37
2018-05-14T15:26:36
null
UTF-8
C
false
false
3,679
h
/* * Copyright © 2013 ARM Limited. * * 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, publish,...
[ "computermouth@crunchbangplusplus.org" ]
computermouth@crunchbangplusplus.org
03242391843e08e54021bf046320bce179e23dc8
4cba6096a61c0ccda0adfa0e3de6b9402c93a005
/gimp/data/blueprints/back/usr/include/linux/n_r3964.h
362070db8e39a2fcdb59e57c624c7160b8279a06
[]
no_license
StanfordSNR/gg-results
da3de3ce52235c187c6178b0ceab32df2526abf5
16ac020603e4b1ef96b2d8c27d1683724cbb30b8
refs/heads/master
2021-08-06T16:11:06.747488
2019-01-05T21:41:24
2019-01-05T21:41:24
103,858,663
1
1
null
null
null
null
UTF-8
C
false
false
577
h
// GGHASH:V5hvPcfHikxs1.d7YSv2fb7cRWzUFO_K8tjdG6ULzcYo0000096a #ifndef __LINUX_N_R3964_H__ #define __LINUX_N_R3964_H__ #define R3964_ENABLE_SIGNALS 0x5301 #define R3964_SETPRIORITY 0x5302 #define R3964_USE_BCC 0x5303 #define R3964_READ_TELEGRAM 0x5304 #define R3964_MASTER 0 #define R3964_SLAVE 1 #define R3964_SIG_ACK ...
[ "sfouladi@gmail.com" ]
sfouladi@gmail.com
37a7b213cfc97520754ade9c649cda15c8b8a0b9
f06f106b9ecb8ff3c523b1d9e0d730c3d0001aa7
/src/main.c
889e32c4e209e6a41c0fc0dacf2d6934ca3624af
[]
no_license
Ibrahimkhanlimurad/Cryptography
6eaca6330d5c2c32f3cf8a5c9bb289e1fb8ff648
3e070e567f36ade81bb67812e44b80f4cfbbc2f1
refs/heads/master
2020-12-27T04:41:35.273771
2020-02-02T12:41:27
2020-02-02T12:41:27
237,768,875
0
0
null
null
null
null
UTF-8
C
false
false
218
c
#include "opt.h" #include "helper.h" int main(int argc, char *argv[]) { srand(time(NULL)); Options* options = getOptions(argc, argv); if (options->method) encrypt(options); else decrypt(options); return 0; }
[ "ibrahimkhanlimurad@gmail.com" ]
ibrahimkhanlimurad@gmail.com
55b5a90fcae9aa3d6ea5c1f727d902bf3120172a
5e70c5afef8fd625036e2eb07b6cbc910bd9cd1e
/src/map_gen/wld_fragments.h
72d5ab68d09680cc59816ad5c8fc3c4ed2b1748b
[]
no_license
SCMcLaughlin/EQP
67cfc961a476f0b359c72301f52ec3869a25f58d
3c268d4f1f9370c0f28f3d4f997d64a9ec84ad02
refs/heads/master
2021-01-19T04:07:34.028041
2016-07-27T06:49:41
2016-07-27T06:49:41
60,221,252
2
0
null
null
null
null
UTF-8
C
false
false
1,719
h
#ifndef EQP_WLD_FRAGMENTS_H #define EQP_WLD_FRAGMENTS_H #include "define.h" #define EQP_WLD_FRAG_HEADER_LENGTH 8 #define EQP_WLD_TRIANGLE_FLAG_PERMEABLE 0x10 #pragma pack(1) STRUCT_DEFINE(Fragment) { uint32_t length; uint32_t type; int nameRef; }; #pragma pack() STRUCT_DEFINE(Frag36) { ...
[ "scamclaughlin@gmail.com" ]
scamclaughlin@gmail.com
343c70061448c23e26e1ff5a4d089fcb5fe65276
0cf379c59f5cc4e3c9a4688dd863517061dd9182
/firmware/include/rgb.h
01e40c7d2fecdc3cd30d2d48be7c390d75dc80e9
[]
no_license
hinzundcode/reboot
4e03ddbaaffbb0edcc7f4afb275835b697552aaa
3ab5a7c2d7bf76f06efeed5cdc11cc6d920e9093
refs/heads/master
2023-02-13T00:22:45.902980
2021-01-01T21:09:30
2021-01-01T21:09:30
323,752,523
0
0
null
null
null
null
UTF-8
C
false
false
199
h
#ifndef __RGB_H #define __RGB_H #include <stdint.h> #define RGB_LED0 0 #define RGB_LED1 1 #define RGB_LED2 2 #define RGB_LED3 3 void rgb_set(uint8_t led, uint8_t r, uint8_t g, uint8_t b); #endif
[ "chris-git@appucino.de" ]
chris-git@appucino.de
a8bf3be01953c1dfcc267def9e0c2106a082f659
277e4a84be22b0bb74b036c660a55186f1535574
/src/fs/tests/ex2.c
611f2d2fd5e150be64928129acf69b9f2acc9957
[]
no_license
jedbrown/dohp
6c03f97101428473c5fb602a7923eec79438d5e4
005e3590459851ca3b4977c1fcdfd83b97f08309
refs/heads/master
2022-02-17T14:08:14.760975
2013-03-16T01:38:17
2013-03-16T01:38:17
47,073
4
3
null
2022-01-26T05:46:04
2008-08-28T17:29:17
C
UTF-8
C
false
false
2,711
c
static const char help[] = "Test the construction of dFS objects.\n"; #include <dohpfs.h> static dErr createIsotropicIntTag(iMesh_Instance mi,dMeshESH set,dEntType type,dEntTopology topo,int n,const int v[],const char name[],dMeshTag *intag) { MeshListEH ents=MLZ; dMeshTag tag; dInt *values; dErr err; dFun...
[ "jed@59A2.org" ]
jed@59A2.org
5bc9cd0467169f94022a9716e2700359de14f15c
b0e13210df36f84e4ff9fe9ce7708681a82be5e8
/rb.c
350ab9b65ab5dc6c6df10c2a3d090ced016c113e
[]
no_license
shinijoker/blob
f59eeb79ce59776b4af77f80acdb4d64e3e2dd28
ce5a79fceb4404c5c588dbcd726b87c615aadc4d
refs/heads/master
2021-08-30T02:34:44.701006
2017-12-15T18:49:54
2017-12-15T18:49:54
114,397,173
0
0
null
null
null
null
UTF-8
C
false
false
5,067
c
#include <stdio.h> #include <stdlib.h> //Struct typedef struct node_ { int key; int color;//0 - black, 1 - red. struct node_ *left, *right, *parent; }node; //Inicia um nodo. node * new_node (int key) { node *new; new = (node *) malloc (sizeof (node)); if (!new) { printf ("Falha de alocação de memória\n");...
[ "noreply@github.com" ]
shinijoker.noreply@github.com
1a06d1aaf4953dc11676b1401993fdc50ff55e10
11873247940055dfb21eb18a979c6714e59b7a47
/libft/ft_isprint.c
431e1d8d390a20b383d42d43805dc48b01dba4e6
[]
no_license
budelphine/_shell
768c2a3e920229b2491295f693205eb6afebee8c
337e2f20ad84a8739d2dac9da479af0638c46966
refs/heads/main
2023-06-07T03:00:46.758539
2021-07-08T15:17:05
2021-07-08T15:17:05
384,132,442
0
0
null
null
null
null
UTF-8
C
false
false
1,281
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isprint.c :+: :+: :+: ...
[ "noreply@github.com" ]
budelphine.noreply@github.com
50b91fb8d9750fd8e740a3eb233032654000ac33
248b8e70b84590aaaeb0c90e52d20b82479dd92c
/harmony/v2_06/framework/driver/enc28j60/src/dynamic/running_state/drv_enc28j60_check_tx_status_state.h
2080d242bb8cdf9450d02763f40c9f783f65a1b4
[]
no_license
Tairycy/AmazonHarmonyIntegration
63c7946bbf2cb24486f9f87e77bd1afbf39d12cc
0d5d94c7c3b2cba90f043ee5eb60c81cfb386b63
refs/heads/master
2022-04-09T08:07:56.270238
2019-04-10T23:47:11
2019-04-10T23:47:11
null
0
0
null
null
null
null
UTF-8
C
false
false
2,656
h
/******************************************************************************* ENC28J60 Check TX Status State Machine Company: Microchip Technology Inc. File Name: drv_enc28j60_check_tx_status_state.h Summary: Description: ***************************************************************************...
[ "nateihle@gmail.com" ]
nateihle@gmail.com
3f73b5a0ec3ebad181790c96f883f0153a478990
5896167027f07d1e53672ebb76b60ed7bf2f09c8
/Win10_20H1_18836/x86/System32/ntoskrnl.exe/ALL_FUNCTIONS.h
23058ce0a341401e757e5ca5ec47b8e5056a7cb2
[]
no_license
antiwar3/headers
c776e1de8b552e1284901361907f5e7515ef20ae
e3ec0f11f62cdc76b6c0b6b9fa0d6ffe55e476f0
refs/heads/master
2021-05-25T22:49:20.063532
2020-02-24T21:43:26
2020-02-24T21:44:11
253,953,543
1
2
null
2020-04-08T01:25:44
2020-04-08T01:25:44
null
UTF-8
C
false
false
661,812
h
/* ??$ToSectors@_J@SC_DISK@@QAE_J_J@Z ??0SC_DEVICE@@QAE@XZ ??0SC_DISK@@QAE@XZ ??1SC_DEVICE@@UAE@XZ ??1SC_DISK@@UAE@XZ ??3SC_ENV_ALLOCATOR@@SGXPAX@Z ??_ENT_DISK@@UAEPAXI@Z ??_ESC_DEVICE@@UAEPAXI@Z ??_ESC_DISK@@UAEPAXI@Z ??_GNT_DISK@@UAEPAXI@Z ??_GSC_DEVICE@@UAEPAXI@Z ??_GSC_DISK@@UAEPAXI@Z ?Allocate@SC_ENV@@SGPAXI@Z ?BT...
[ "w.benny@outlook.com" ]
w.benny@outlook.com
ac1d2b1d28d0e7d3d07715a242f96532bd41eb3a
1939ea35383e1ada5d64ca3328a19161f29e1b50
/ch07/blocksignal.c
60994bbbe5ab62a82e3ee298b6f726f2aa1e327f
[]
no_license
jgj9883/Lab3
1dfeb12f1fb915f223a3326ad18d139ad8e31024
76486f03c0d048d14d5c7388dcbb264fdcf2a52c
refs/heads/main
2023-01-08T03:58:54.015763
2020-11-13T06:19:23
2020-11-13T06:19:23
311,209,929
0
0
null
null
null
null
UTF-8
C
false
false
442
c
#include <stdio.h> #include <signal.h> #include <unistd.h> int main() { sigset_t set1, set2; sigfillset(&set1); sigemptyset(&set2); sigaddset(&set2, SIGINT); printf("Critical region start.\n"); sigprocmask(SIG_BLOCK, &set1, NULL); sleep(5); printf("Less critical region start.\n"); sigprocmask(SIG_UNBLOCK, ...
[ "jgj9883@naver.com" ]
jgj9883@naver.com
983489dad661b2be3d125bf6de3be9eaa5a89b2a
58647c6e08aa46f4a4d19faa773858d3497e0776
/libft/ft_factorial.c
8b6173ca8e46988640b36f7f3333703af9be251b
[]
no_license
jbrochot/minishell
2bce9be92ae701d84f74aaf9daada46fd34a030f
265b59ca3bd0e6c8b30699eb3252dd5e8303f8ae
refs/heads/master
2020-05-04T21:47:45.551249
2019-07-13T15:04:46
2019-07-13T15:04:46
179,488,744
0
0
null
null
null
null
UTF-8
C
false
false
1,061
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_factorial.c :+: :+: :+: ...
[ "jeremibrochot@jeremis-MacBook-Air.local" ]
jeremibrochot@jeremis-MacBook-Air.local
b7befa28562908355c4b98fd90a696b33ffbc17a
4efc5379f794844aef3d085150437b6e1c6832b1
/s3/new/tree.h
7a8644fd149ef5d6e00000d7ef578e785d653508
[]
no_license
anooshcnayak/Compiler_SIL
fd9fd4de74d01230f38db97c1c082225024a32c4
1292b76fe696eaef413eb05bb94b297dbae4ae99
refs/heads/master
2021-01-01T19:19:26.799329
2015-07-28T20:51:13
2015-07-28T20:51:13
39,856,925
0
0
null
null
null
null
UTF-8
C
false
false
164
h
typedef enum { constant, identifier, operation } nodeType; struct node { nodeType type; int value; int index; int opr; int ops; struct node **childs; };
[ "iamanoosh@gmail.com" ]
iamanoosh@gmail.com
6e3cf765796018db6977f79256cb1589d1d521b1
a8ac95ace769647caa10ae2e0753f75e4fb5b677
/Software/Bootloader/dfu.h
bc4b17a632f18677b8b4864dbc7f63c57a796ea2
[ "Apache-2.0" ]
permissive
ANDnXOR/ANDnXOR_DC24_Badge
103f6c077d0c8dd41fbb79314c8c266acafffddf
9e4317a84d22de638828fdba5844d32809956794
refs/heads/master
2020-12-24T07:56:40.919726
2020-06-30T03:23:36
2020-06-30T03:23:36
58,902,491
46
9
null
2016-08-10T19:13:20
2016-05-16T04:00:06
C
UTF-8
C
false
false
4,905
h
/* ***************************************************************************** * The MIT License * * Copyright (c) 2010 LeafLabs LLC. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Softwar...
[ "andnxor@hotmail.com" ]
andnxor@hotmail.com
c68c3a874567552d14152149d78520a689959903
73f27de5ceee2a6d08d5090cc0078d46d3e7ffae
/4ºAno/ASE/Projetos/ESP32/App2_SPI_DAC/main/spi_eeprom_main.c
8f3e8c37f60398db1242f55f4fdbcf5ee765c193
[]
no_license
JPCGameiro/UA-ECT
5808aade4ebf41ca689b63854772cc2004c26461
7fdae2b6e9e8c81e1f1303b32d21e28bd555a56d
refs/heads/master
2023-01-29T21:51:32.583147
2023-01-17T21:10:35
2023-01-17T21:10:35
181,866,524
18
15
null
null
null
null
UTF-8
C
false
false
3,649
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/spi_master.h" #include "driver/gpio.h" #include "driver/dac.h" #include "sdkconfig.h" #include "esp_log.h" #include "spi_eeprom.h" #include "esp_sleep.h" #include "esp_check.h" /** *...
[ "noreply@github.com" ]
JPCGameiro.noreply@github.com
09f6cdd97fefae275640144526860f7227a5580c
f28fab080d21139d72ab91dcb2537f15b9e40522
/blit/m/src/mip/trees.c
0428c3ee1beefaef3ec870a6a79d59a6ec563583
[]
no_license
Alhadis/Research-Unix-v8
20358db19a70108c9cdef93215ed7e225f9747d9
389623b76d5b6e195361f0705b1826b00ae14d19
refs/heads/master
2020-05-27T00:20:19.409031
2019-05-24T11:33:35
2019-05-24T11:33:35
188,419,943
9
0
null
null
null
null
UTF-8
C
false
false
35,851
c
# include "mfile1" /* some special actions, used in finding the type of nodes */ # define NCVT 01 # define PUN 02 # define TYPL 04 # define TYPR 010 # define TYMATCH 040 # define LVAL 0100 # define CVTO 0200 # define CVTL 0400 # define CVTR 01000 # define PTMATCH 02000 # define OTHER 04000 # define NCVTR 010000 /* no...
[ "gardnerjohng@gmail.com" ]
gardnerjohng@gmail.com
f2a9f39391bcc83c540d67f9f74e195dba6ff5cc
38bed87ab8ae34e467209c1f3ca8718d8737b023
/eKoSystem/src/eKoSystem/EntryPoint.h
cb0e70de7454b863dfd94883b92ff0411118713e
[ "Apache-2.0" ]
permissive
Novalmauge/eKoSystem
b347e75f0d22528dbd77af07879ccd078f8d87ac
2befb12e8e3522ddcbb0d2aad39001b6b913c841
refs/heads/master
2020-04-08T09:27:51.374420
2018-11-27T17:28:21
2018-11-27T17:28:21
159,225,209
0
0
null
null
null
null
UTF-8
C
false
false
251
h
#pragma once #ifdef EKO_PLATFORM_WINDOWS extern eKoSystem::Application* eKoSystem::CreateApplication(); int main(int argc, char** argv) { printf("eKoSystem Engine\n"); auto app = eKoSystem::CreateApplication(); app->Run(); delete app; } #endif
[ "Novalmauge@live.com" ]
Novalmauge@live.com
d227c4f7cfa722718f4926246ec5de2651ee8207
b2c6150213f71a3648dd91b449c740dd30a050f4
/rfid(20130322)/Project/VCP-RFID/Usb/usb_prop.c
54f7a6a659f3516606dea6abf95af5600ee4c395
[]
no_license
fanqh/stm32f103_RFID-cola-
c369cdf66e240509065c3f44e108134cc7afb120
30fce8456bbb80c4f61f9e208ad3c5c8ec3da951
refs/heads/master
2021-01-18T14:19:19.646799
2014-11-03T10:09:55
2014-11-03T10:09:55
null
0
0
null
null
null
null
UTF-8
C
false
false
13,403
c
/******************** (C) COPYRIGHT 2009 STMicroelectronics ******************** * File Name : usb_prop.c * Author : MCD Application Team * Version : V3.0.1 * Date : 04/27/2009 * Description : All processing related to Virtual Com Port Demo **************************...
[ "fanqinghua@actnova.com" ]
fanqinghua@actnova.com
bce38d2ebbeff2effc08ce4fc083f7f7e356d5cf
27aba9263276b14a3a2c1ef2aaa78283644e08d9
/Data_Structure/Day2/A5_Intersection.c
d33e5bc4a710af3fbc53a9ac657497f669347f1e
[]
no_license
SupritiAnju/C_-_DS
09289e4cd6ce54fed9082a87ef6b88ee36666f0b
14348686827af302995d65d2fe93b764b6e012a5
refs/heads/master
2023-04-15T22:05:10.157786
2022-02-14T17:20:06
2022-02-14T17:20:06
164,641,793
0
0
null
2023-04-02T15:08:20
2019-01-08T12:14:14
C
UTF-8
C
false
false
2,443
c
/*Given two sorted linked lists L1 and L2 by data, perform L1 ∩ L2. Write a function intersect(L1, L2). Store the result of operation in L3. (Hint: For simplicity, take unique data elements in both lists).*/ #include<stdio.h> #include<stdlib.h> struct node* insert(struct node *, int ); struct node* intersection(stru...
[ "supriti.er67@gmail.com" ]
supriti.er67@gmail.com
392ee2a1a30dc647eeef9061192fcced95224923
570ac0ab5fe0f56b6b3ec400edbfcbc0ecd8739a
/src/boards.c
629a8b69b2bbd5e93723056d70857aa653f1adfd
[ "BSD-2-Clause" ]
permissive
DikuMUDOmnibus/CWG-Suntzu
a998b81b648dda4932c74d3762e73792af1194ee
96e3a3d561078f2ab38350f0b64eaae6c6ea9b87
refs/heads/master
2021-08-29T21:20:12.582808
2017-12-15T02:21:56
2017-12-15T02:21:56
114,317,440
1
0
null
null
null
null
UTF-8
C
false
false
27,538
c
/* ************************************************************************ * File: boards.c Part of CircleMUD * * Usage: handling of multiple bulletin boards * * * * All rights re...
[ "peterjschroeder@gmail.com" ]
peterjschroeder@gmail.com
80299d4791d62e649d1f243ab9d7f7cb37666b3d
fd2dfe047b4c2a3a4cb9849af8097884ce93e8c6
/Cpp/src/Resource.h
a9fbe6c6038df8178716186ce89bad91021b6976
[]
no_license
T4r4sB/Hulion3D
c4dfb02f9fa81347ea6e572773cb7de31aaae9bf
2e32f082f978abfbe53c4188b94bad888d050705
refs/heads/master
2021-09-08T21:59:26.381866
2021-08-30T17:59:17
2021-08-30T17:59:17
83,725,839
2
2
null
2021-08-30T17:59:18
2017-03-02T21:19:25
Pascal
UTF-8
C
false
false
671
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by Lab3D.rc // #define IDS_APP_TITLE 103 #define IDR_MAINFRAME 128 #define IDD_LAB3D_DIALOG 102 #define IDD_ABOUTBOX 103 #define IDM_ABOUT 104 #define IDM_EXIT 105 #define IDI_LAB3D 107 #define IDI_SMALL 108 #define IDC_LAB...
[ "AntiPanzerschrek@yandex.ru" ]
AntiPanzerschrek@yandex.ru
58c4f04b508eefb2b168ddb4c388542ee1a3bac4
5d8a41597ed197100fe4b6c022acef0697fddde9
/src/daemon.c
680cd045d9be69a7e957dcd96e85002c369f85aa
[ "BSD-2-Clause" ]
permissive
chemag/pktd
9ce4a69728e7dc49fcafe42836c237edf4436640
76763b38c95e5c96e6df56734a8eba51f45ed3ea
refs/heads/master
2016-08-11T17:34:50.963241
2016-01-08T19:21:05
2016-01-08T19:21:05
49,291,092
2
2
null
null
null
null
UTF-8
C
false
false
96,878
c
/* * daemon.c -- * * pcap multiplexer daemon: socket manager (smgr) and filter manager (fmgr) * * Copyright (c) 2001-2002 The International Computer Science Institute * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the fo...
[ "chema@google.com" ]
chema@google.com
b67550a91437284a947690a1c296083e2f023fb1
f6daa9b5323449d2464b728a3de118a754660f29
/M5Face-remote/src/main_menu.h
159dd6216b61e1f790fbc588045cc5308c56a9b2
[]
no_license
KomplexKapharnaum/KXKMSACIO
a84602cb33dd3ab663ea63d2f8db60d907ae188a
e4aaedfefd6a67909c72be073e9fe5a77d662746
refs/heads/master
2023-07-06T21:04:06.596823
2023-06-29T07:49:41
2023-06-29T07:49:41
241,606,918
0
0
null
null
null
null
UTF-8
C
false
false
737
h
void main_menu(); void powerOff(); #include "light_menu.h" #include "audio_menu.h" #include "maree_menu.h" #include "strobe_menu.h" #include "monitor_menu.h" void main_menu() { ezMenu main_menu("Welcome to M5"); main_menu.txtBig(); main_menu.addItem("REMOTE LULU", remote_light); main_menu.addItem("REM...
[ "ririfonfon10@gmail.com" ]
ririfonfon10@gmail.com
9a94409408beedaad6f0572ede883615e335938b
e92c222bf66eb90006d08be8bff1c22d7065e2e1
/firmware/oldCode/firmware/codegen/mex/F_02_getImageData/interface/_coder_F_02_getImageData_mex.h
48f2786e8863628105d766491e665505a332bbc4
[]
no_license
mi3nts/thermalStereoCalib
8412611f89691c05fa6d364a09e4b442b937eb6d
3e2eb967d06cc31f405441b86007eb42a054ffe7
refs/heads/master
2022-04-22T18:14:28.408623
2020-04-16T23:11:23
2020-04-16T23:11:23
250,384,161
0
0
null
null
null
null
UTF-8
C
false
false
944
h
/* * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * _coder_F_02_getImageData_mex.h * * Code generation for function '_coder_F_02_getImageData_mex' * */ #pragm...
[ "lhw150030@utdallas.edu" ]
lhw150030@utdallas.edu
d4d6bf3fe0dd12c080d2b68c31e5a50b9ff955b9
1239a706bfad2554a5996e2b4205b96c5ba29456
/ompi/mca/pml/ob1/pml_ob1_iprobe.c
0acea1daa689092f49343ad931fee05536bc3db7
[ "BSD-3-Clause-Open-MPI" ]
permissive
jimmycao/ompi-slurm
95e48435848e73738d266fdde1c28830f0d22c18
d7707a187ac42a13f484e97fe0284c62ceee8654
refs/heads/master
2021-01-19T03:18:15.314416
2013-02-21T07:38:41
2013-02-21T07:38:41
null
0
0
null
null
null
null
UTF-8
C
false
false
5,533
c
/* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2005 The University of Tennessee and The University * of Tennessee Resea...
[ "jimmy.cao@emc.com" ]
jimmy.cao@emc.com
d6d5fab0f32310db945371c792825ef2f41a172c
c81f6d742043e7a1c5586aafe8b18a651a590f52
/0x05-pointers_arrays_strings/2-main.c
dfe7a06d882fba063d1ffbc8cb8b8fb587b5e5eb
[]
no_license
jorgenaranjo11/holbertonschool-low_level_programming
ae9c5c42343edc934ef5a56799159925b3704f25
afc26e12d65ec6018b7e675e008781f2dd12b273
refs/heads/master
2022-04-10T17:44:39.409106
2020-04-01T04:24:20
2020-04-01T04:24:20
null
0
0
null
null
null
null
UTF-8
C
false
false
244
c
#include "holberton.h" #include <stdio.h> /** * main - check the code for Holberton School students. * * Return: Always 0. */ int main(void) { char *str; int len; str = "Cali"; len = _strlen(str); printf("%d\n", len); return (0); }
[ "jpna188@gmail" ]
jpna188@gmail
453ccb0243289152254172df444feae7b3d5225d
d7882ac81dd2939e4c7144fdca81640656609d93
/esimerkkitehtava/src/main.c
ac1a99257c72d5b6d54aa6d9d1b45c41f1d9c2df
[]
no_license
ceekurssi/testikurssi
d7a0e0c82a5720ff3fc8d7a7c177ef3edcfaf835
6774c26bad66f2a426ec3d56f7d01b3e2d3e6703
refs/heads/master
2016-09-06T02:03:47.987267
2015-08-31T19:10:57
2015-08-31T19:10:57
36,083,144
0
0
null
null
null
null
UTF-8
C
false
false
115
c
#include <stdio.h> #include "source.h" int main(void) { printf("%d\n", my_sum_function(1,2)); return 0; }
[ "noppakotilo@gmail.com" ]
noppakotilo@gmail.com
5c44b36e22359753da462f25b9d17fbbeb0ee76f
bc7fd9e67b8c2310a6cef7a4f44ba64491a1d51e
/tuxeip/src/PLC.h
54adf3b1addfec860540d8a2d2157c30b9587fbf
[]
no_license
ckronberger/tuxeip
ecbac7b2484b0dbdeda917cd5c8e9829bf0ed484
c3548f4f29d06e96d759204503875cbb8c836d09
refs/heads/master
2021-01-10T13:05:52.341190
2015-03-09T13:14:33
2015-03-09T13:14:33
51,358,431
0
0
null
null
null
null
UTF-8
C
false
false
7,363
h
/*************************************************************************** * Copyright (C) 2006 by TuxPLC * * Author Stephane JEANNE s.jeanne@tuxplc.net * * * * This progra...
[ "stephane.jeanne@gmail.com" ]
stephane.jeanne@gmail.com
b2ec218e11353d7d5c0ea6799467eecd813c213f
1ba60735475a542828cb3b6bd90943948dfb4749
/docker/3_apache/2_php56/imagick-3.7.0/php_imagick_defs.h
b9ead3c29acafa8defb866d10b6907fb4ab47ee4
[]
no_license
chaji7/docker_web_environment
abbfdf2b7132eed2a51e1dfd57a443964a2a8c47
b2da156b1776e7c280b5076c3d14c6270c997431
refs/heads/master
2023-08-19T18:48:58.414088
2023-08-08T06:15:54
2023-08-08T06:15:54
295,439,040
0
0
null
null
null
null
UTF-8
C
false
false
39,801
h
/* +----------------------------------------------------------------------+ | PHP Version 5 / Imagick | +----------------------------------------------------------------------+ | Copyright (c) 2006-2013 Mikko Koppanen, Scott MacVicar | | ImageMagick...
[ "masarukimura7@gmail.com" ]
masarukimura7@gmail.com
f79c7eb5a176138af95f550154ab2afacc751d88
295842deebf7f0249a93f317848cf56f4524a4b1
/doublyLinkList.c
572a25b7e4a312b37f458f9151513220debec53c
[]
no_license
selahattinsonmez/Datastructures
eec77f2aa26570dc8d6c73e22a2816d20bea7ee2
6ae47b5e088a9afd9f93f6bc677e9a5e30c092d4
refs/heads/master
2020-05-19T12:54:29.161634
2019-08-21T18:53:10
2019-08-21T18:53:10
185,025,596
0
0
null
null
null
null
UTF-8
C
false
false
1,563
c
#include<stdio.h> #include<stdlib.h> typedef struct doubly_list{ int info; char message[50]; struct doubly_list *next; struct doubly_list *previous; }DLIST; DLIST *first=NULL; DLIST *last=NULL; void insert(DLIST *p){ if(first==NULL){ first=p; last=p; first->previous=NULL; p->next=NULL; } else{ last->n...
[ "selahattin.sonmez01@hotmail.com" ]
selahattin.sonmez01@hotmail.com
ee9440b918655554d3b4faab2ffa6ed7f61202c9
b53f6fd3255b28cf4da4349e768dec1c073800a9
/pa3/main.c
57d1f63a8d2b9e3429a7b3ab90ea4ce30ef239e7
[]
no_license
Redish248/DistributedComputing
a3d74523aeb164bcef3ab17ddf072febe331f6a8
0ef6d51dbdd4f8b5168b014f1d16abb7b4e4b0d6
refs/heads/master
2022-07-06T03:09:23.140984
2020-05-19T18:33:21
2020-05-19T18:33:21
259,553,759
1
0
null
null
null
null
UTF-8
C
false
false
14,951
c
#include <string.h> #include <wait.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <stdbool.h> #include <fcntl.h> #include "ipc.h" #include "common.h" #include "pa1.h" #include "log.h" #include "pa2345.h" #include "banking.h" size_t numberOfPipes = 0; local_id currentId = 0; process_t processes...
[ "irisha132132@mail.ru" ]
irisha132132@mail.ru
b48eb1565e67bd94b883f982fdb01f8fd99f508b
cc3ddb08898c6e1caa3e232ad0c6e06189e831f6
/Codigos/programas/numerosparesentredosymil/main.c
9ef023f7b163cd27f4b94839926956444ae4f02b
[]
no_license
LuisEnriqueSosaHernandez/Fundamentos-de-programacion
b1cccf1f42b207d552067ac2a2c9aa22beea719c
5f971143457f01979ca75645856b4b7f9c88eab5
refs/heads/master
2022-01-12T12:36:42.401223
2019-06-12T10:13:31
2019-06-12T10:13:31
94,714,996
0
0
null
null
null
null
UTF-8
C
false
false
287
c
//Este programa imprime la suma de los numeros pares entre dos y mil #include<stdio.h> int main() { float i,suma; suma = 0; for (i=2 ; i<=2000 ; i +=2){ suma = suma+i; } printf("El resultado de la suma es:\n%f\n",suma); system("pause"); return 0; }
[ "kiquesasuke@gmail.com" ]
kiquesasuke@gmail.com
cd56e3f6bf1be6042014dc0ad2d5960518b49b58
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/fastsocket/kernel/drivers/gpu/drm/radeon/extr_radeon_test.c_radeon_test_moves.c
899b94fb6c81fa6c218144bd8ac867f3a6cae34e
[]
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
993
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
627c634be6c40239019f3d24f799394b8cec6284
0e7704cd4ee46811ec323ef4d9ed0588434b2d4e
/include/ps2.h
3f2f8f24f25cab12008f9d1e582bbfa6cab06605
[]
no_license
d33tah/whitix
2ab42e8bf2a98b24e36635026f6e0b4b210bc86a
04e965da605903566a1092c1641c92c05e756fa2
refs/heads/master
2016-09-06T01:25:11.761539
2013-02-05T16:51:33
2013-02-05T16:51:33
8,033,416
4
1
null
null
null
null
UTF-8
C
false
false
1,113
h
/* This file is part of Whitix. * * Whitix 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 version 2 of the License, or * (at your option) any later version. * * Whitix is distributed in th...
[ "d33tah@d33tah-laptop.localdomain" ]
d33tah@d33tah-laptop.localdomain
0be4e091b91eb4dffa9b064ac5ac18bb0481b651
552b147cf0d3f181e5f4330b0119eb531e181a1b
/rtl8192de/table.c
cb6c3853021c641e045d2263efde0bb56493107e
[]
no_license
tianon/linux-rtlwifi-8188ce
929451cfb337e5c3844a37ba8d71b262ccf42cf9
1c244e6cf3859a3670637f12a989780ff88b57f4
refs/heads/master
2020-04-24T19:21:51.375428
2013-10-03T15:39:01
2013-10-03T15:39:01
2,063,943
7
2
null
null
null
null
UTF-8
C
false
false
33,381
c
/****************************************************************************** * * Copyright(c) 2009-2010 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundati...
[ "admwiggin@gmail.com" ]
admwiggin@gmail.com
c6baca1a4b8bcfa33d15c0faad0c2a3713c2aeff
224675cfa4fed4a8ca5880ff27e5547aff7a69b0
/cleanBuffer.c
409ecc9c985c30c738d5f2b216fb42aa35c691c0
[]
no_license
lucasglobal/FCOMP2014
90807f55911c5345247d16f89634292ef3d8a7aa
e11dc4331b61021924f92f57433a0822393c19b3
refs/heads/master
2016-09-05T16:07:46.433001
2014-06-26T00:55:41
2014-06-26T00:55:41
null
0
0
null
null
null
null
UTF-8
C
false
false
185
c
#include <stdio.h> #include <stdlib.h> char cleanBuffer (char str1[]){ int i; for ( i = 0; i < 1000; ++i) { str1[i]=0; } return str1[i]; }
[ "lucasandrade@LAPC.local" ]
lucasandrade@LAPC.local
5ec8b2be1be375fc2cc948ff89e3d161c3b2b3ea
1608dfc2ddbccd9587de08bb0e5d41f33d729ec9
/validation/.svn/pristine/5e/5ec8b2be1be375fc2cc948ff89e3d161c3b2b3ea.svn-base
2191fc6590c0875f667b428ebffd5d924b0efce7
[]
no_license
dkhaldi/PIPS_TaskParallelization
d623d3ae334d0e1c63772bae86bb0c115e928708
f324f3374cc8cbb58498b9dde172b1e7596abe1c
refs/heads/master
2020-07-03T14:16:30.427670
2016-11-18T21:44:34
2016-11-18T21:44:34
74,167,837
0
0
null
null
null
null
UTF-8
C
false
false
913
#include <stdio.h> void scilab_rt_xnumb_d2i2i2d0i2_(int in00, int in01, double matrixin0[in00][in01], int in10, int in11, int matrixin1[in10][in11], int in20, int in21, int matrixin2[in20][in21], double scalarin0, int in30, int in31, int matrixin3[in30][in31]) { int i; int j; double val0 = ...
[ "dounia@eureka.cs.uh.edu" ]
dounia@eureka.cs.uh.edu
8253ce5d90d56ccf3a2653ab9c0bd85e1207c0a5
9192182cfcfcf4ce9f9bbb4003106e29b37b5bd1
/mame-0.141/src/mame/includes/tecmo.h
48f3a6b0805738aaa5c6a5fba089a522f2800ebe
[]
no_license
johkelly/MAME_hi
a2b9ea9d4f089f75e57de5963af187718733fccd
ccbec44e4c82e5ca83ba80de19bfb9c100dbd349
refs/heads/master
2020-05-17T13:29:54.978078
2012-07-13T19:03:50
2012-07-13T19:03:50
null
0
0
null
null
null
null
UTF-8
C
false
false
436
h
/*----------- defined in video/tecmo.c -----------*/ extern int tecmo_video_type; extern UINT8 *tecmo_txvideoram,*tecmo_fgvideoram,*tecmo_bgvideoram; WRITE8_HANDLER( tecmo_txvideoram_w ); WRITE8_HANDLER( tecmo_fgvideoram_w ); WRITE8_HANDLER( tecmo_bgvideoram_w ); WRITE8_HANDLER( tecmo_fgscroll_w ); WRITE8_HA...
[ "john.kelly@readytalk.com" ]
john.kelly@readytalk.com
4863000d3d2ed025a8c6e13774ccb81cf0588b90
40684ab19ae0e3448176cb5d2fb310794004fb2e
/freebsd_libc/gen/__xuname.c
006a407856f18874429ec5251e4d607621c3a726
[]
no_license
nicecoolwinter/learn_c
bbae1895173a81e7c759f0d2c0a7c899294e29e0
aa31897008b3042f9e49f52beee21dd5ba7a5ec6
refs/heads/master
2021-01-17T17:16:21.257333
2016-09-24T12:25:49
2016-09-24T12:25:49
69,100,753
0
1
null
null
null
null
UTF-8
C
false
false
4,870
c
/*- * Copyright (c) 1994 * The 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...
[ "gigi" ]
gigi
ea98b7988dbd9e9c8ba8668947e60cd7a9d05472
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/adm/daemons/story/master.c
80c2bba839d67e2c4114ea167d2a082cfc96e0a4
[]
no_license
fluffos/nt7
ceef82b2465cf322549c7ece6ce757eaa8ec31ff
52727f5a4266b14f1796c2aa297ca645ca07282a
refs/heads/main
2023-06-17T10:07:33.000534
2021-07-15T11:15:05
2021-07-15T11:15:05
308,148,401
9
9
null
2021-06-28T14:11:57
2020-10-28T21:45:40
C
UTF-8
C
false
false
6,231
c
// story:master 宗师聚会 #include <ansi.h> nosave string *char_id; nosave string *char_name; nosave string winner_name; nosave string winner_id; nosave string ann_name; nosave string ann_id; int get_winner(); mixed give_gift(); int rob_gift(); int select_characters(); nosave mixed *story = ({ "$1[$I1]:好,今...
[ "i@oiuv.cn" ]
i@oiuv.cn
0eb936c0ffbc0436f053b7dabe2f3879aca18739
cf4fd204adc0b05979675bf98eac4890da9dd76f
/Algorithms/Data_Structures_Algorithms/1_C_CPP_Basics/2_Passing_Array_Into_Functions.c
d62a89d951346e929c9983f20138124db559cefa
[]
no_license
LiuKang1080/Learning_CPP
d99afbe7b2b183b7b38b2694cf343ea7187f5c53
0448da69073ffe366ac64577bf5cde90440169a3
refs/heads/master
2022-12-11T18:27:06.155781
2022-11-26T22:32:55
2022-11-26T22:32:55
198,784,566
2
1
null
null
null
null
UTF-8
C
false
false
3,926
c
// Passing Arrays Into Functions in C and C++ /* Passing in Arrays Into Functions in C and C++: - Takke for example, we want to pass in an array into a function that prints the contents of the array: void print_array(int a[], int array_size) { // print the contents of the array for...
[ "mahakalim@yahoo.com" ]
mahakalim@yahoo.com
2ccc21194bb3eb8a37f521fd6d43e9f83571db72
628c23574c187bb112f8c5f4f468cdde47b33078
/Firmware/ZM Examples/CCS_Stellaris/utils/flash_pb.c
7150ee385e9c6bc03cf102701d5134a5f241d088
[]
no_license
project-trace/Anaren
fc1a4ea730ddc16fe1d8b6d9e97a8d2a37c7044a
aa2692f103e09ebf37a2dea7bf8bb240cbd73529
refs/heads/master
2021-01-10T04:40:13.172569
2015-11-10T19:23:51
2015-11-10T19:23:51
45,934,694
0
0
null
null
null
null
UTF-8
C
false
false
16,854
c
//***************************************************************************** // // flash_pb.c - Flash parameter block functions. // // Copyright (c) 2008-2012 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Texas Instruments (TI) is supplying this software for use solely an...
[ "hjh2bs@virginia.edu" ]
hjh2bs@virginia.edu
09dabf0e59f8a847e899222e88928a01a7e0257f
467e947c8a52e25c701f362119bf49d16512b35c
/ThirdParty/LibJpeg/jctrans.c
b2210a923720755762b0da42ce36417dcae3ce4e
[ "IJG" ]
permissive
JohnAdders/DScaler
fca03a510b8441bc81605138920f2aa408e055a9
f7d92b76678e24422c48d4a956c0486ee042786d
refs/heads/master
2021-01-19T18:33:02.480616
2012-04-02T22:23:11
2012-04-02T22:23:11
88,364,419
11
3
null
null
null
null
UTF-8
C
false
false
14,199
c
/* * jctrans.c * * Copyright (C) 1995-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains library routines for transcoding compression, * that is, writing raw DCT coefficient arrays...
[ "adcockj@users.sourceforge.net" ]
adcockj@users.sourceforge.net
b79932357efcccb1ec9621bb82ced751316c3b3a
4e432b0a49606d35dce15ef4df4d90d881bf309e
/d/linghai/shulin5.c
84def7d737de3cc4840effda179169cae3ba460c
[]
no_license
MudRen/sanjie
352e8490ec289877da73b21475c1272409193650
87f491aa0608044f23cd3dfe61daed6ec424df58
refs/heads/master
2020-04-17T04:10:26.979307
2019-01-18T07:02:00
2019-01-18T07:02:00
166,217,299
0
1
null
null
null
null
GB18030
C
false
false
478
c
//by dewbaby//shulin2 #include <ansi.h> inherit ROOM; void create() { set("short", GRN"柳树林"NOR); set("long", @LONG 你走入了一片茂密的柳树林,柳枝飘摆,纤叶盈盈。你被这片秀丽 迷惑住了,甚至难以辨出来时之路。 LONG); set("outdoors","大明湖"); set("exits", ([ "west" : __DIR__"shulin6", "north" : __DIR__"shulin7", "sou...
[ "i@chenxuefeng.cn" ]
i@chenxuefeng.cn
dee71289ee9bbf1c69ee1b1136372fcdcead4d02
eb127d545b1aa5d4f6dfe7b900613678a061ed8e
/clip/libclipmain/_math/clip_FTOC.c
c5ae48bb0d310fc49d0d97dbe8a4acdd4720c395
[]
no_license
amery/clip-angelo
a41fccb525b2fb311b2e179508b8ec50457ee7ae
556fb1d40645d4c8fc33cda4014ab31a5b6500ea
refs/heads/master
2020-05-05T04:12:01.911229
2010-12-25T10:42:00
2011-01-01T13:08:14
null
0
0
null
null
null
null
UTF-8
C
false
false
171
c
int clip_FTOC(ClipMachine * ClipMachineMemory) { double res = _clip_parnd(ClipMachineMemory, 1); _clip_retcn(ClipMachineMemory, (char *) (&res), 8); return 0; }
[ "amery@geeks.cl" ]
amery@geeks.cl
786fb33fef1a4ce9d7190a066974b9fc05d68d47
25f3292f9ecc155b116d58f35350b7a71fba3ed5
/CTutorial/BitOperation/mask.c
009745647f6a0e44755c6e9f7f01866ce31ab245
[]
no_license
TriggerDark/CPP
90bea2c55b02268c738ce6ddc20d65ea915932ef
f667f49c76d7c739fd7494fa0e608005973a19d3
refs/heads/master
2022-11-26T08:56:57.104010
2020-07-24T13:26:22
2020-07-24T13:26:22
null
0
0
null
null
null
null
UTF-8
C
false
false
1,517
c
/************************************************************************* > File Name : mask.c > Author : lirongwei > Mail : a2413044193@gmail.com > Created Time : 2020/07/22 11:40:27 ************************************************************************/ #include <stdio.h> void dis32bin(...
[ "2413044193@qq.com" ]
2413044193@qq.com
62e3efaecc29201e856e769c4bd6308058dc9c3d
7e82022b78f7064148ffd98cace3187e870efa0a
/test/test_led.c
2f6a119bcb2da945c7abdd95f8729eea4a008a79
[]
no_license
SaEsteva/TP3-Esteva
eecad5de1bdf95e1ccc57ba92697a78b56649b09
eb60641c10cd3361f57cf1c57b393c1430e06cbf
refs/heads/master
2023-05-12T04:10:34.734457
2021-06-06T14:26:56
2021-06-06T14:26:56
370,493,692
0
0
null
null
null
null
UTF-8
C
false
false
1,966
c
#include "unity.h" #include "leds.h" #define LED 5 #define LED_ON 1 #define LED_OFF 1 uint16_t ledsVirtuales; void setUp(void){ ledsVirtuales = 0xFFFF; Leds_Create(&ledsVirtuales); } void tearDown(void){ } // Despues de la inicializacion todos los LEDS deben quedar apagados void test_LedsOffAfterCreate(voi...
[ "santiagoesteva@hotmail.com" ]
santiagoesteva@hotmail.com
54e80838fc1d546a06d46309c0636ee63eb60db8
a518d4b117076bb86cdba2f64d18d6c3aeca3579
/libMXF/mxf_scm_version.h
c82844517d0165918e259d3bac8fae56aace4b29
[ "BSD-3-Clause" ]
permissive
brimestoned/bmx
72d363c9220ba3d1021805ae43a4ae84f5f8ddf9
129eb75d87ae713cbf9b8b07f74d223b392f0868
refs/heads/master
2020-04-26T21:28:54.307753
2019-03-05T00:33:26
2019-03-05T00:33:26
173,843,276
0
0
null
null
null
null
UTF-8
C
false
false
38
h
#define LIBMXF_SCM_VERSION "snap1708"
[ "ted@atlasdigital.tv" ]
ted@atlasdigital.tv
e22bc0f8ac05dc340b6d55204d94938b7012b44e
92018f2bdca16e4fe55bd2363fb2d203dd3a217b
/Lab_3/mem.c
e2b1cae178394a1d8ab263d23d4c8e8c4ca9ebaa
[]
no_license
Manniec/CSE31
eb9b1e6b9e3d420031b451d045028a84929dce81
c493d8869653458984eae71a1dd1823905399d0c
refs/heads/master
2021-03-10T01:53:45.327366
2020-05-05T20:09:15
2020-05-05T20:09:15
246,405,564
0
0
null
null
null
null
UTF-8
C
false
false
428
c
#include <stdio.h> #include <stdlib.h> //#include <malloc.h> int main() { int num; int *ptr; int **handle; num = 14; ptr = (int *)malloc(2 * sizeof(int)); *ptr = num; handle = (int **)malloc(1 * sizeof(int *)); *handle = ptr; // Insert extra code here printf("adresses of num: %p, ptr: %p, handle: %p\n", ...
[ "manniec00@gmail.com" ]
manniec00@gmail.com
5e719ea3a3c6110da50f9814fd1d5b1c4a710c3b
07dc1f222c8e407e7fc08fdd4f50ad17ebfe1932
/nasm/eval.c
72e13c9d7dda5d7622a5e6d3264de6c12fd5284e
[ "BSD-2-Clause" ]
permissive
amutu/tensorflow_third_party
ceca81b77ab11b60d524131123b9cfc98569ca35
c52807216b06bb6dcc55ff2006941fb7dd1be376
refs/heads/master
2023-07-07T21:44:31.248350
2017-06-19T06:11:14
2017-06-19T06:11:14
94,064,955
3
3
null
2022-10-15T04:35:14
2017-06-12T06:57:05
C++
UTF-8
C
false
false
29,249
c
/* ----------------------------------------------------------------------- * * * Copyright 1996-2012 The NASM Authors - All Rights Reserved * See the file AUTHORS included with the NASM distribution for * the specific copyright holders. * * Redistribution and use in source and binary forms, with or withou...
[ "amutu@amutu.com" ]
amutu@amutu.com
f698237204a23812ad4522a6f405bb6904e06777
83b7f3fd6eb4cd4ff3728e9249abdf1ce1fdce33
/CODECHEF/CRAWLER/DEVUGRAP-24087279.c
bbc0942598a35e8ecd25f26f437f270fc36550c3
[]
no_license
akash19jain/COMPETITIVE-PROGRAMMING
881ee80c40b1bdb8556f4fd8193896224e126a95
7a0fe1a5aad7d1990838a7b99891e9af1be5c336
refs/heads/master
2021-11-23T01:26:36.780405
2021-09-12T17:05:27
2021-09-12T17:05:27
173,334,187
8
3
null
null
null
null
UTF-8
C
false
false
624
c
/* AUTHOR:AKASH JAIN * USERNAME:akash19jain * DATE:26/04/2019 */ #include<stdio.h> #include<math.h> #include<string.h> #include<stdlib.h> #include<stdbool.h> int main() { long long t=1; scanf("%lld",&t); while(t--) { long long n,k; scanf("%lld%lld",&n,&k); long long a,...
[ "noreply@github.com" ]
akash19jain.noreply@github.com
141d9dacc530c2e397b496ada61105019b5fc3c3
80331e20dcf30e2e6af0ae8631edefcc5456370e
/program1.c
1af0a03764e6244e674742d7aeb6a376bb55a8de
[]
no_license
Shivani-Kumari-1/Number-Patterns---C
5cb825b97b9782e8cb80f938d55e269e9edb67cc
6ac48f8866f1680e4eac31a37169f41a94e7fa0a
refs/heads/master
2022-11-09T11:44:44.350620
2020-06-26T08:37:18
2020-06-26T08:37:18
274,845,209
1
0
null
null
null
null
UTF-8
C
false
false
464
c
/* 1 12 123 1234 12345 1234 123 12 1 */ #include<stdio.h> int main() { int i,j,n; printf("Enter number = "); scanf("%d",&n); for(i=1; i<=n; i++) { for(j=1; j<=i; j++) { printf("%d",j); } printf("\n"); } for(i=n-1; i>=1;...
[ "noreply@github.com" ]
Shivani-Kumari-1.noreply@github.com
54da7164c390d5cc2a3cc39023af9cef8dbd2dd9
4e046932dda6763348dd240d7d7a9f8c397928a8
/xcash_proof_of_stake_delegates_website_server.c
336b6c9984d418b440e04e39fbfa60decf93b116
[ "MIT" ]
permissive
X-CASH-official/XCASH_proof_of_stake_delegates_website_server
a0a8585a3d0b6ca95760007d34ac2b75651cacfa
947fae9f6d7e29e370c2217f9a82e1a716ccf594
refs/heads/master
2020-06-09T04:56:43.968555
2019-07-11T21:17:02
2019-07-11T21:17:02
193,374,571
2
0
null
null
null
null
UTF-8
C
false
false
152,064
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <pthread.h> #include <mongoc/mongoc.h> #include <bson/bson.h> #include <microhttpd.h> #include "define_macro_functions.h" #include "define_macros.h" #include "structures.h" #include "variables.h" #include "define_macros_functions.h...
[ "zachariahildreth@gmail.com" ]
zachariahildreth@gmail.com
33f029b3dc1f22a261918cb301409757ebca433e
0cf7e9004a47e8c431c4ee714b32ab91a20a3523
/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c
eaab75f750e0f5b79faebfcd640fd0c75bd732ab
[ "MIT" ]
permissive
elmot/open-oscilloscope-stm32f3
df7793c17c9382a1e4a854e74233a05c2d03af09
0c368754a9af2736d9bb38ce1c47f617cdefeac8
refs/heads/old_master
2021-12-24T00:01:55.814601
2021-09-27T08:50:28
2021-09-27T08:50:28
43,595,138
31
8
MIT
2021-09-27T08:50:29
2015-10-03T10:11:26
C
UTF-8
C
false
false
21,326
c
/* ---------------------------------------------------------------------- * Copyright (C) 2010-2014 ARM Limited. All rights reserved. * * $Date: 19. March 2015 * $Revision: V.1.4.5 * * Project: CMSIS DSP Library * Title: arm_correlate_q31.c * * Description: Correlation of Q31 s...
[ "me@elmot.xyz" ]
me@elmot.xyz
e4452d6d20d55ed09dfa0e260553c0620bb55be7
cec0e621218352b3685358c697ecbe9c725e6131
/battlespace/rendus/jun2020/juligonz/lib/libft/ft_isupper.c
c43d7e8c0a6e33178871075f892e7942a97299c9
[]
no_license
42Paris/remote-challenges
ecf76c101f5f070455e2f54128faebef18a9b000
f9270e7981178243fccebeee2574e3dde91891fd
refs/heads/master
2021-05-21T19:36:36.177086
2020-06-12T12:22:35
2020-06-12T12:22:35
252,772,141
74
209
null
2020-06-12T12:22:37
2020-04-03T15:33:34
C
UTF-8
C
false
false
971
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isupper.c :+: :+: :+: ...
[ "juligonz@student.42.fr" ]
juligonz@student.42.fr
218c602b64ed8dd7e516f466109e844bd23b06b3
607e69f9e4440ef3ab9c33b7b6e85e95b5e982fb
/deps/museum/7.1.2/bionic/libc/kernel/uapi/linux/wil6210_uapi.h
ce14124be852e2db24e110d666a9a8fc23e88fc4
[ "Apache-2.0" ]
permissive
simpleton/profilo
8bda2ebf057036a55efd4dea1564b1f114229d1a
91ef4ba1a8316bad2b3080210316dfef4761e180
refs/heads/master
2023-03-12T13:34:27.037783
2018-04-24T22:45:58
2018-04-24T22:45:58
125,419,173
0
0
Apache-2.0
2018-03-15T19:54:00
2018-03-15T19:54:00
null
UTF-8
C
false
false
2,036
h
/**************************************************************************** **************************************************************************** *** *** This header was automatically generated from a Linux kernel header *** of the same name, to make information necessary for userspace to *** call i...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
4b8b09b36d7c742de8021a25805552c0f02454fa
46637edb70009d3f3c02c9eb49b0ed2fd8f56713
/src/transport_usb.c
03125aef1a45edae22212222e34403d167d8dc73
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "MIT", "Zlib" ]
permissive
GXiaoyang/novacomd
ba31ddc8b81734804754c09b04d1f5d62745b994
d2eadbc8a7646e01e02b4e3e657c88d558cec0a2
refs/heads/master
2022-01-31T01:49:18.148841
2018-02-28T04:56:37
2018-02-28T04:56:37
null
0
0
null
null
null
null
UTF-8
C
false
false
27,263
c
// Copyright (c) 2008-2018 LG Electronics, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
[ "changhyeok.bae@lge.com" ]
changhyeok.bae@lge.com
a74397db47ee7251a5ed5b104ccf3e4aa135dc60
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R3/X.V11R3/X11/Xproto.h
2c599fc64496fe152c23ad67942f9373a5e77e90
[ "NTP" ]
permissive
yoya/x.org
4709089f97b1b48f7de2cfbeff1881c59ea1d28e
fb9e6d4bd0c880cfc674d4697322331fe39864d9
refs/heads/master
2023-08-08T02:00:51.277615
2023-07-25T14:05:05
2023-07-25T14:05:05
163,954,490
2
0
null
null
null
null
UTF-8
C
false
false
54,674
h
/* * $XConsortium: Xproto.h,v 1.81 88/10/22 10:15:49 jim Exp $ */ /* Definitions for the X window system used by server and c bindings */ /* * This packet-construction scheme makes the following assumptions: * * 1. The compiler is able * to generate code which addresses one- and two-byte quantities. * In the w...
[ "yoya@awm.jp" ]
yoya@awm.jp
7120b99169f261a539bbe62543bf88faa68a6127
8e5b4206ab0d24504eaaecfc9e59d23be7ef1b4f
/celsiustofarh.c
36c36f343007c1e52122f969d5060cb8f473824d
[]
no_license
Jayanth-Srinivasan/C-Programing-II
6603fe8e0354e38a603554656372b0692b821e34
1b166eb814be322044c6a5abd78a51ed496c7bb4
refs/heads/main
2023-07-09T06:44:04.012112
2021-08-06T02:27:44
2021-08-06T02:27:44
388,858,123
3
2
null
null
null
null
UTF-8
C
false
false
268
c
#include <stdio.h> int main() { float celsius, fahrenheit; printf("Enter temperature in Celsius: "); scanf("%f", &celsius); fahrenheit = (celsius * 9 / 5) + 32; printf("%.2f Celsius = %.2f Fahrenheit", celsius, fahrenheit); return 0; }
[ "noreply@github.com" ]
Jayanth-Srinivasan.noreply@github.com
55eaa31da4a571e0f4b3dbd3b05d117d59d32527
5119d2b3cc2fa3a86208d51a1a6c5fdcf6841f7c
/waveform/renderer_ng.c
6b43c1eff7f85fb6f066e016bbdc03e02fc8045b
[]
no_license
EQ4/libwaveform
746dddd2c60e09340fae6c5d3eccc619479fa312
f586a21bdbba8a660bf9decd7cfbfd0b87d822d7
refs/heads/master
2021-01-19T21:48:02.101784
2015-11-05T10:37:04
2015-11-05T10:37:04
45,731,922
1
0
null
2015-11-07T10:26:00
2015-11-07T10:26:00
null
UTF-8
C
false
false
18,811
c
/* copyright (C) 2014-2015 Tim Orford <tim@orford.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHO...
[ "tim@ayyi.org" ]
tim@ayyi.org
7bdca0760c1981c113742be54b5227bed99372f9
fd0c132f979ecd77168511c6f4d276c480147e57
/ios/Classes/Native/AssemblyU2DCSharp_Facebook_MiniJSON_Json151732106MethodDeclarations.h
23e68562f0493c73d752493d532ebbd5e9fbfca3
[]
no_license
ping203/gb
9a4ab562cc6e50145660d2499f860e07a0b6e592
e1f69a097928c367042192619183d7445de90d85
refs/heads/master
2020-04-23T02:29:53.957543
2017-02-17T10:33:25
2017-02-17T10:33:25
null
0
0
null
null
null
null
UTF-8
C
false
false
1,027
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Object struct Il2CppObject; // System.String struct String_t; #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_String2...
[ "nguyenhaian@outlook.com" ]
nguyenhaian@outlook.com
c99f61c7829726a3cbf8a161d9fabf691e5806c2
b9f0c646a5a5f9b3933d86eda84c69728a066490
/libft/src/ft_strncat.c
7870835d1223aa7e72b9787479ddb45db7f73d6f
[]
no_license
Oksanatishka/42_ft_ls
eeb254026176a8a5db07cad7050156b4570a19a1
be62cbad52bf952ea7d6d6e5c3deef763b581e57
refs/heads/master
2020-04-05T02:29:27.403725
2018-11-08T19:11:40
2018-11-08T19:11:40
156,478,845
0
0
null
null
null
null
UTF-8
C
false
false
1,106
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncat.c :+: :+: :+: ...
[ "obibik@e1z4r6p8.42.us.org" ]
obibik@e1z4r6p8.42.us.org
251536b9515d439359899a7f91ab07785de79f2d
16a76ee66d9b2f59c9beee4a4a0e104ce347e32a
/from_pouet.net/with_source_099/ia32_com/by_decompiler.sf.net.globals.c
3ef532ab261675b9632f99b0faa87ef8e89362f3
[]
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
188
c
// subject.c // Generated on TIMESTAMP by decompiling from_pouet.net/with_source_099/ia32_com/subject.exe // using Decompiler version VERSION #include "subject.h" Eq_18* g_ptrFFFA0000;
[ "does_not_matter@risimo.net" ]
does_not_matter@risimo.net
97792702980484d5188327adb05ea5ba3c1427f2
428989cb9837b6fedeb95e4fcc0a89f705542b24
/erle/ros2_ws/install/include/sensor_msgs/msg/dds_opensplice/Range_SplDcps.h
394f4ad72320632773d8d06c23e6a43860dbc694
[]
no_license
swift-nav/ros_rover
70406572cfcf413ce13cf6e6b47a43d5298d64fc
308f10114b35c70b933ee2a47be342e6c2f2887a
refs/heads/master
2020-04-14T22:51:38.911378
2016-07-08T21:44:22
2016-07-08T21:44:22
60,873,336
1
2
null
null
null
null
UTF-8
C
false
false
117
h
/home/erle/ros2_ws/build/sensor_msgs/rosidl_typesupport_opensplice_cpp/sensor_msgs/msg/dds_opensplice/Range_SplDcps.h
[ "igdoty@swiftnav.com" ]
igdoty@swiftnav.com
3e53308c21e9f371292f466aae7d1db8b2e19827
06052ccd6db697947c1fcbb6ac96eba79c057fea
/lambdaLayers/SharpLayer/nodejs/node_modules/sharp/vendor/8.10.6/include/libgsf-1/gsf/gsf-input.h
a0ef79b87a38b36da910f2ccb894a2bf81ed7ab9
[ "Apache-2.0", "MIT" ]
permissive
venveo/serverless-sharp
89e673e8ab727a00a5bb3cf2c8b9b3876caec8db
1f64468784763bbf40c32497c35de69406765335
refs/heads/master
2023-04-15T01:45:01.990626
2022-06-29T12:30:07
2022-06-29T12:30:07
198,690,918
165
39
MIT
2023-03-04T04:28:54
2019-07-24T18:38:47
JavaScript
UTF-8
C
false
false
2,546
h
/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * gsf-input.h: abstract interface for reading data * * Copyright (C) 2002-2006 Jody Goldberg (jody@gnome.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 o...
[ "ransom@venveo.com" ]
ransom@venveo.com
bad68118ea3f87742cedf28455f6419f318345b1
0dd62b913bf821f3128d5e77d6554d342719d157
/libft/sources/ft_atoibase.c
a88eb3a6aba321f7b267f5684a876e6b40f90d61
[]
no_license
JackAndriievskyi/42_lem-in
68c099f6fa60e9485604a0d715798ea0f4ec2c45
e8d78194328432c1c564d20d2a2bdf714d46c96e
refs/heads/master
2020-03-24T23:11:11.360519
2018-08-01T07:48:29
2018-08-01T07:48:29
143,122,004
0
0
null
null
null
null
UTF-8
C
false
false
2,323
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_atoibase.c :+: :+: :+: ...
[ "yandriie@e1r2p17.unit.ua" ]
yandriie@e1r2p17.unit.ua
e809acda476226acc5cf9ba60895f8f998ced58a
ec3cd160f2060b665e517cf63cc84c4062b87ec7
/tilepicker.c
8f94c1abbf721a0929d107cbcff53da86d2fa40c
[]
no_license
project-renard-survey/osymandias
15cc2079ca5fd8bfe296f465c35715da2a93ecfb
a4f2b20a28db7990f8699f18cd9c132d236cf016
refs/heads/master
2021-01-12T09:19:36.493033
2017-01-09T23:45:05
2017-01-09T23:45:05
null
0
0
null
null
null
null
UTF-8
C
false
false
16,622
c
#include <stdbool.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <math.h> #include "worlds.h" #include "viewport.h" #include "vector.h" #include "vector2d.h" #include "camera.h" #include "tile2d.h" #include "tilepicker.h" #define MEMPOOL_BLOCK_SIZE 100 // The minimal number of subdivisions t...
[ "git@alfredklomp.com" ]
git@alfredklomp.com
587747665bb7ab60fe23695f5d2c871350a20339
5c255f911786e984286b1f7a4e6091a68419d049
/code/2ddc6007-c7b4-45ea-92a3-27bf5b9fda41.c
ef2f87beb4289b4873803e64c085e9094eef9df5
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
253
c
#include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = l/j; l = i%j; l = l%j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
c317d0cc354070233ef8f21e8f30f0893ca32f7e
16315d9d255fe24606dcc1f2116ec79e6fa41268
/UnitTestsSources/testUPCBase.h
385f09d191198c0b361d80602f81db3bc010a322
[ "Apache-2.0" ]
permissive
GodefroyClair/GroundBase
1d77fe995824bfda4bb712a8b9e99293c7d904c3
896190bb69f28319684b7c86c426fd5724e0c991
refs/heads/master
2020-04-01T17:28:43.146583
2018-10-11T07:01:37
2018-10-11T07:01:37
null
0
0
null
null
null
null
UTF-8
C
false
false
268
h
// // testUPCBase.h // UnitTests // // Created by Manuel Deneu on 15/10/2017. // Copyright © 2017 Manuel Deneu. All rights reserved. // #ifndef testUPCBase_h #define testUPCBase_h void testUPCClient(void); void testUPCService(void); #endif /* testUPCBase_h */
[ "manueldeneu@gmail.com" ]
manueldeneu@gmail.com
d3967e9478b7966e3a1d34fcfd716029a0200a58
82b61a4b967bce6b16efc8587ee48c1ec101cac2
/rosAPI/src/vrep_common/ObjectGroupData.h
5c9cb0f14b103ef0271eb2cc606ea50fbf43780c
[ "Apache-2.0" ]
permissive
yurii-litvinov/TrikABCL
421eafac6f1fd466f7b816c0230c0a2f30aaf718
e454151f11e76054792a0279fb6325a5ffbd0db3
refs/heads/master
2021-01-17T16:15:28.160406
2017-05-19T05:49:32
2017-05-19T05:49:32
71,494,177
0
1
null
2017-05-19T05:49:33
2016-10-20T18:53:33
null
UTF-8
C
false
false
87
h
/home/marina/catkin_ws/devel/.private/vrep_common/include/vrep_common/ObjectGroupData.h
[ "marina200964@yandex.ru" ]
marina200964@yandex.ru
02dc47ae1018e6682a5300055b69f8c026b716d2
8488ccec9a2aad22e74bb8d2ae1404aed6fd1457
/src/lib/diagnostic_quick.c
e829f90b08d3cc1bec9c7cce4de1b5d12bf2c079
[ "BSD-3-Clause" ]
permissive
richardajohnson/IXPDIMMSW
5505ba175cca9700ece507ff1d650ac154d22cad
e4c79fb0590257a69f1dbc7815b66d7729e21ea9
refs/heads/master
2021-01-16T22:03:23.153337
2016-04-12T02:33:49
2016-04-14T15:57:47
null
0
0
null
null
null
null
UTF-8
C
false
false
23,485
c
/* * Copyright (c) 2015 2016, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the...
[ "nicholas.w.moulin@intel.com" ]
nicholas.w.moulin@intel.com
7d5e4c816495e0aa3a3b493faa5cdeed8271f52c
4c14915f8f9b213546f2ac899afeebc5d3b8d2b3
/hpc2/mpi_sample.c
9bcda227d6088afc0dec462bbad4e63e5099daa8
[ "MIT" ]
permissive
efrubin/usrp-sciprog
73962b09c90f0f03aef61e4fed105a65570ce63b
916048aa0565fbdc41f0bc248a8136de9efc3611
refs/heads/master
2020-12-26T01:03:59.683125
2015-06-24T19:24:16
2015-06-24T19:24:16
37,146,992
0
0
null
2015-06-09T17:25:02
2015-06-09T17:25:01
null
UTF-8
C
false
false
1,036
c
#include "mpi.h" #include<stdio.h> #include<math.h> int main( int argc, char *argv[] ) { int nproc, myrank; int i,N=1e9; double A=0.0, B=1.0, dx, x, sum, globalsum; double tstart, tstop; int istart, iend; /* initialize MPI */ MPI_Init(&argc, &argv); /* get the number of processes */ MPI_Comm_size(MPI_COMM_...
[ "nmcstaff@hughes.Princeton.EDU" ]
nmcstaff@hughes.Princeton.EDU
46fc6d3890eb81b48d328dd4d252e7e1fc96b9c6
37ec2e1b8fe749d2fb30c3b5e4ccec3663a75273
/QSFP28/src/Efm8lb12_msa_pin.c
ba95f4948ec0839415c35ad9ccae1bdca267eac1
[]
no_license
paddy2008/sfp_project
50576df9f710d23e9a55d587a105333a2c59989f
ed479dac2f6f48e0434f467ffcfa2e0ccb7f8832
refs/heads/master
2022-11-16T00:57:23.733756
2020-07-16T09:06:23
2020-07-16T09:06:23
280,106,338
0
0
null
null
null
null
UTF-8
C
false
false
5,265
c
/* * Efm7lb12_100g_aoc_macom_pin.c * * Created on: 2017-12-13 * Author: lipan */ #include "wdt_0.h" #include "Efm8lb12_msa_pin.h" #include "Efm8lb12_common.h" #include "Efm8lb12_msa.h" #include "Efm8lb12_i2c_slave.h" #include "Efm8lb12_task_sched.h" #include "Efm8lb12_100g_com_drv.h" static vo...
[ "lipan@cigtech.com" ]
lipan@cigtech.com
4356894cfc6f4f77e8dadfd8f05594223c0136ec
7e90a8bcb2dc1b4254eaa22c05ec589956775394
/src/C_basic/2021_04/04_29/chatper05problem05-1-2.c
c8c259330a94bf5b537911b6e26708f7dff5aa80
[]
no_license
shyoon515/ROKAF-C
633aeb01f5419cec3be3e7b4587f2d07d9cc7788
0d3cc7d1c9155389060858bceabb1b14d88c0902
refs/heads/main
2023-07-13T11:05:04.333074
2021-08-19T07:52:30
2021-08-19T07:52:30
361,736,256
1
0
null
null
null
null
UTF-8
C
false
false
194
c
#include <stdio.h> int main(void) { double num1, num2; printf("두 실수 입력:"); scanf("%lf %lf", &num1, &num2); printf("%f+%f=%f\n", num1, num2, num1+num2); return 0; }
[ "james.sh.yoon@gmail.com" ]
james.sh.yoon@gmail.com
f4929cc260a6df7691885d32fc4aa2dbd751d64f
d3d7bf05db81d82d70dd406a47880dd30259fa0c
/AreaofTriangle.c
c4b5172184ea433671b3120f6c5b7dc797baed6d
[]
no_license
abdevraj/C-basic-programs
fff4b61e769d201fea5215c9ff5e7027a46edcaf
3b422230c901b43530d59041e3ef5cb4e0a2aff3
refs/heads/master
2023-07-19T00:58:33.771720
2021-09-07T18:11:28
2021-09-07T18:11:28
355,985,526
0
0
null
null
null
null
UTF-8
C
false
false
531
c
/** * C program to find area of a triangle if base and height are given */ #include <stdio.h> int main() { float base, height, area; /* Input base and height of triangle */ printf("Enter base of the triangle: "); scanf("%f", &base); printf("Enter height of the triangle: "); s...
[ "noreply@github.com" ]
abdevraj.noreply@github.com
329475f72b2b2a6d951c9ddcca6a89e940b9d1be
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/freebsd/contrib/file/src/extr_cdf.c_cdf_tole4.c
9e01c35f95c470df334487fccff1b3b987416b74
[]
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
545
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
1291cd7ce82940847467898bb0b5526065f21495
eec5d550a9af50f70b2666174f98700a52f1da27
/tp4/exo2/minimal.h
88db520690ee49207a3dab677c02c24ee131addf
[]
no_license
michelYip/imac1_cg
35d3175be6bf62cf7085b062e521f843d99698be
c438cd091925f8c0b73e7a1bb1c40e287c12149b
refs/heads/master
2021-04-30T09:25:48.334289
2018-03-19T09:35:01
2018-03-19T09:35:01
120,271,833
0
0
null
null
null
null
UTF-8
C
false
false
587
h
#ifndef MINIMAL #define MINIMAL #include <SDL/SDL.h> #include <SDL/SDL_image.h> #include <GL/gl.h> #include <GL/glu.h> #include <stdlib.h> #include <stdio.h> #include <time.h> #define SIZE 11 #define TIME_SIZE 9 /* Chargement de la texture : utilisation similaire à malloc() */ void loadTextures(SDL_Surface * texture...
[ "wu.michel.yip@gmail.com" ]
wu.michel.yip@gmail.com
824cba16c245fc2e0605bc8f0bfa1c7f3806d259
b5d115514526e2d8ace2d8424029b9970a94aa7d
/DX11-Playground/stdafx.h
354ea58c26b4b6f3075e75cd9071d45b567cb287
[]
no_license
AscendingMan/dx11playground
0bfba3522d8b667f2e6791a4e53a738de19ff965
1c109d0362d0eaa3dfb0c3dbc3c7b83f201cee16
refs/heads/master
2021-09-28T05:37:17.409452
2018-09-21T12:50:36
2018-09-21T12:50:36
148,898,748
0
0
null
null
null
null
UTF-8
C
false
false
959
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #include "targetver.h" #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // Windows Header Files: #inclu...
[ "ascendingman@gmail.com" ]
ascendingman@gmail.com
83a04e7276368bd48513c006773d2d8c049d4a74
acc5a1aec57ebcf63d1ef050be48879a6c4e77a0
/cmds/usr/undescribe.c
3f3bf146a59c271623773e8be068e4f2268b579e
[]
no_license
jrealm/fluffos-web-es2
b4f6acd5e201cb742f598a4fbe917e40279b4843
eba5dfa475d1294527aa811415d8fc657e06cb22
refs/heads/master
2020-04-11T06:33:28.134104
2018-12-27T02:58:14
2018-12-27T02:58:14
161,584,275
7
2
null
null
null
null
BIG5
C
false
false
844
c
/* undescribe.c Copyright (C) 1994-2000 Annihilator <annihilator@muds.net> This program is a part of ES2 mudlib. Permission is granted to use, modify, copy or distribute this program provided this copyright notice remains intact and subject to the restriction that this program MAY NOT be used in ...
[ "jrealm@gmail.com" ]
jrealm@gmail.com
5fe99d9b3e8c7fecdd4308a68b53a09a9bda6e5c
83214753e9183327e98af0e6768e9be5385e5282
/d/migong/lev10/npc/lev2.c
0915436e84375cad870856d3393780c0749d90dc
[]
no_license
MudRen/hymud
f5b3bb0e0232f23a48cb5f1db2e34f08be99614e
b9433df6cf48e936b07252b15b60806ff55bb2f3
refs/heads/main
2023-04-04T22:44:23.880558
2021-04-07T15:45:16
2021-04-07T15:45:16
318,484,633
1
5
null
null
null
null
GB18030
C
false
false
5,776
c
// migong lev10 六阳掌 折梅手 #include <ansi.h> inherit NPC; string* names = ({ "赵","钱","孙","李","周","吴","郑","王","冯","陈","褚","卫", "蒋","沈","韩","杨","朱","秦","尤","许","何","吕","施","张", "孔","曹","严","华","金","魏","陶","姜","戚","谢","邹","喻", "柏","水","窦","章","云","苏","潘","葛","奚","范","彭","郎", "鲁","韦","昌","马","苗","凤","花","方","傻","任","袁","...
[ "i@oiuv.cn" ]
i@oiuv.cn
7fe5db6a85103ed95ce22eea7ba9a08cae4bca60
9b1fc7a6335eb1cbde15146243baf68a5a2d22b4
/src/part3/03_03.6.c
5924f5489806bd12546f19e25fbd4ec212963bbb
[]
no_license
fabianfranklinhuffstead/workingWithC
c9fc85e24ad4c6a383732b4bdc1d155079316e84
e8b4d335b1627812af2a9dbcffc28e5d9ab16eaf
refs/heads/master
2020-03-28T14:42:49.801460
2018-09-19T00:17:50
2018-09-19T00:17:50
148,514,492
0
0
null
null
null
null
UTF-8
C
false
false
366
c
/* Fabian, Insert date here */ #include <stdio.h> int main() { char right[] = "right"; char left[] = "left"; printf("%20s\n", right); printf("%-20s\n", left); /* * The 20s between the $ and s is another fomatting example * here this means it justifies right whereas the minus sign ...
[ "Fabian.franklinhuffstead@gmail.com" ]
Fabian.franklinhuffstead@gmail.com
a431a12bb4ac0efd30fd863d570525d2e436d44a
3a3c042a70ff8697a58dd134e7ffa49034b542dc
/stepic/linux_development/processes interaction/2_multiplexing/test.c
a5e057dab0494936fc60a68d8f95c06f79e0548b
[]
no_license
emptyHeap/study
003ed8c4e475fcbbe3d4b9536609b85aa6be1b3e
a400919e11ed793be93a8b1103d62c2048a1e4a3
refs/heads/master
2020-01-23T21:03:58.180155
2019-01-31T18:33:42
2019-01-31T18:33:42
74,580,393
0
0
null
null
null
null
UTF-8
C
false
false
574
c
#include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> int main(void) { int fd1, fd2; char *resp; mkfifo("in1", 0644); mkfifo("in2", 0644); printf("fifo maded\n"); fd1 = open("in1", O_WRONLY); fd2 = open("in2", O_WRONLY); printf("continu...
[ "gritsus@gmail.com" ]
gritsus@gmail.com
aad40c5296e002eba9bde55e19c427418e39a833
1577e1cf4e89584a125cffb855ca50a9654c6d55
/IOHIDFamily/tools/IOHIDNXEventDescription.c
003bbabf213dfc3ca5802d9022004b2ff50a4913
[]
no_license
apple-open-source/macos
a4188b5c2ef113d90281d03cd1b14e5ee52ebffb
2d2b15f13487673de33297e49f00ef94af743a9a
refs/heads/master
2023-08-01T11:03:26.870408
2023-03-27T00:00:00
2023-03-27T00:00:00
180,595,052
124
24
null
2022-12-27T14:54:09
2019-04-10T14:06:23
null
UTF-8
C
false
false
21,192
c
// // IOHIDNXEventDescription.c // IOHIDFamily // // Created by YG on 9/21/15. // // #include "IOHIDNXEventDescription.h" #include <mach/mach_time.h> CFStringRef NxEventCreateGenericDescription (NXEvent *event, NXEventExtension *ext); CFStringRef NxEventCreateMouseDescription (NXEvent *event, NXEventExtension *ex...
[ "opensource@apple.com" ]
opensource@apple.com
b749b2e9be7403d7015632598f3b4eeee9f1173d
38700e1bc58ac8069a1dd821ea8aa73e93022b26
/src/engine/input.h
042e5938b2611cc8674acc4a319d9ed9751004b8
[]
no_license
ediiknorand/ekagp
bae3beb167ca3baf57a5ad4461ba6add926ea191
d4a68137d4c03f6cd6ddc2fd6bba4dc18e922c0c
refs/heads/master
2016-09-05T22:08:13.600829
2013-01-01T06:13:07
2013-01-01T06:13:07
null
0
0
null
null
null
null
UTF-8
C
false
false
737
h
#ifndef H_ENGINE_INPUT_H #define H_ENGINE_INPUT_H #include <SDL/SDL.h> #include "../util/list.h" #define ENGINE_INPUT_KEYDOWN 10 #define ENGINE_INPUT_KEYUP 11 #define ENGINE_INPUT_KEYPRESSED 12 #define ENGINE_INPUT_KEYRELEASED 13 typedef struct { SDLKey key; Uint8 *var; int type; Uint8 prevstate; } Engine_in...
[ "edii@patchu.knowledge" ]
edii@patchu.knowledge
caff3600390fb86f10426d2512002e3d912e90e4
0606718078477709cfadbfc1140e38f42971e503
/main.c
23b9637e8f14307497534c490a23fa9ca4c1fee2
[]
no_license
kapil23vt/packetpathchallenge
85ca089047dd0f137a4c2136352c0ad848a20d00
e37f5606898dbd6447e3c73f327e267753eb5e40
refs/heads/master
2021-04-09T11:23:50.364847
2018-03-16T19:50:15
2018-03-16T19:50:15
125,562,994
0
0
null
null
null
null
UTF-8
C
false
false
1,578
c
#include<stdio.h> #include<string.h> #include<stdlib.h> void compareFiles(FILE *fp1, FILE *fp2) { char ch1 = getc(fp1); char ch2 = getc(fp2); int stopper1 = 128; // For next 16 bytes int stopper2 = 128; int char_iterator = 0; while (ch1 != EOF && ch2 != EOF) { if (ch1 == c...
[ "noreply@github.com" ]
kapil23vt.noreply@github.com
89f9de732505d46229725050f5cf36fd226a20be
d4402665ebe89f0b3829a33399b2bd3db3ddf7cc
/src/core/support/http_cb.h
71668095b68535178692b79b6eebd6a81b685c1c
[ "Apache-2.0" ]
permissive
dianpeng/hlo
b5a819b3355e0d4328d9b8707337af80661dfae1
6a0d9dc5926aebbbd8b13dae3b51db06a4efa86c
refs/heads/master
2021-01-18T15:19:42.589269
2015-05-06T22:15:54
2015-05-06T22:15:54
33,619,680
1
0
null
2015-04-08T16:50:23
2015-04-08T16:50:23
null
UTF-8
C
false
false
1,921
h
//: ---------------------------------------------------------------------------- //: Copyright (C) 2014 Verizon. All Rights Reserved. //: All Rights Reserved //: //: \file: ssl_util.h //: \details: TODO //: \author: Reed P. Morrison //: \date: 02/07/2014 //: //: Licensed under the Apache License, Version 2.0 ...
[ "rmorrison@edgecast.com" ]
rmorrison@edgecast.com
4f9db6573763785376495cc9185fae877e8c4c4a
79b2e0b0880e77a90214d2071d296edeaacebcfd
/libssl/src/crypto/dh/dh_ameth.c
729c996a1b528873d9e121344b27e69abb7203f5
[ "OpenSSL", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
vmlemon/OpenBSD-lib-patches
4e4cd1d85f187ebc1c0c13f8140fb50d605527e6
da94f01ee04bf6af50e664e1b940b48272516b99
refs/heads/master
2021-07-08T08:03:21.620695
2021-04-25T00:24:45
2021-04-25T00:24:45
19,577,634
1
0
null
2021-04-25T00:24:46
2014-05-08T15:04:01
C
UTF-8
C
false
false
11,285
c
/* $OpenBSD: dh_ameth.c,v 1.12 2014/07/12 16:03:37 miod Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * * Redistribution and us...
[ "todd@fries.net" ]
todd@fries.net
27e14e2523bea29c425d9ba1d11aedf86d102f5a
b73ed93649a2c735003e700b6e5322d89f3a89e2
/CountNegativeNumbersinRowAndColumnWiseSortedMatrix.c
96f07cb726fee0d517613285158bc1242477e00d
[]
no_license
mishraj88/DataStructuresProblems
5ad976a82ccbd4a05f168e7843ac63ace0a0d28d
be0484a21bb2c5bf8aed3e932cd1ffa74b5c76cc
refs/heads/master
2020-04-05T13:32:48.415444
2017-09-18T05:44:04
2017-09-18T05:44:04
94,874,203
0
0
null
null
null
null
UTF-8
C
false
false
1,009
c
int count_negs_in_sorted_matrix(int[][] Matrix, int rows, int column) int main(){ count_negs_in_sorted_matrix(M, n, m); } int count_negs_in_sorted_matrix(int[][] Matrix, int rows, int column){ //since the matrix is sorted both row wise and column wise //if a column starts with a positive integer, it can't ...
[ "noreply@github.com" ]
mishraj88.noreply@github.com
9bc7b4bfab24383e0dfb1811079f73f54e6eacdb
599908a2466ef05aaa247d616b8c5a7c6a3ddbf4
/Projects/STM32469I_EVAL/Applications/LibJPEG/LibJPEG_Encoding/Src/decode.c
d9fc1908d3e82095c49080d43fb2b9f870cfb889
[ "BSD-2-Clause" ]
permissive
wongyunkei/KeiLib
d65cae1136015b25e98586342c99f5dbbc1016c5
fff7e13b7f57c03d53b442b656eb68c7195df10c
refs/heads/master
2021-01-19T10:15:28.137603
2017-02-19T08:29:13
2017-02-19T08:29:13
82,168,386
0
1
null
2020-03-08T01:17:13
2017-02-16T10:23:08
C
WINDOWS-1252
C
false
false
5,021
c
/** ****************************************************************************** * @file LibJPEG/LibJPEG_Encoding/Src/decode.c * @author MCD Application Team * @version V1.0.6 * @date 04-November-2016 * @brief This file contain the decompress method. ************************************...
[ "wongy@DESKTOP-TMGI6Q9" ]
wongy@DESKTOP-TMGI6Q9