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
728adc592224efc214188d940a42443f82a1b7ed
c90feb782184c5d4318a72dfe3254fdc8d8c3dee
/src/galois.c
bbac522c577e723212ff61522b266964cf349465
[]
no_license
jweezy24/Fuzzy_vault
fd32651d5751b759a64e44fbc6e27c9e582f7079
0d1aeee7c22353444a8bb0d1a188a8d4946e9b94
refs/heads/master
2022-12-31T04:37:22.964148
2020-08-28T22:57:12
2020-08-28T22:57:12
261,244,807
0
1
null
null
null
null
UTF-8
C
false
false
15,593
c
#include "./headers/galois.h" extern char bits[]; poly* create_poly(int size){ poly* p = malloc(sizeof(poly)); p->coeffs = malloc(sizeof(unsigned int)*size); p->size = size; for(int i =0; i < size; i++){ p->coeffs[i] = 0; } return p; } void free_synd(synd* p){ free_poly(p->p...
[ "jackwest245@gmail.com" ]
jackwest245@gmail.com
7e2ccb94fcd7277934013be7bd80fa0956085991
df1949fba5c107eff267e8fe1c6c52dd22555dff
/target/classes/hfy4code/d/wanmei/obj/river.c
338f3f5b9f284f166936adda31f5597b29dd81ac
[]
no_license
yiwugan/fyvidata
cf1d95f9e060be22a33549512d266967b3daea66
0f0129aa2fabbaf9c0735b88970cca18beeba4a4
refs/heads/master
2020-03-27T09:23:25.891788
2018-09-04T03:05:43
2018-09-04T03:05:43
146,336,668
0
0
null
null
null
null
GB18030
C
false
false
514
c
inherit ITEM; void create() { set_name("小河", ({ "river" , "小河"}) ); set_weight(500); set_max_encumbrance(200000); set("no_get", 1); set("no_shown", 1); if( clonep() ) set_default_object(__FILE__); else { set("unit", "条"); ...
[ "yiwugan2@gmail.com" ]
yiwugan2@gmail.com
d4ed160cf780958232197b5b3a3d70e4dd9b31ec
365acb2b47c90677b2b07a0c01a276d22092f3bf
/P7.c
12aacdac749a9ff443a1f3a7050278686643f01f
[]
no_license
MateusSTL/MTP_2018-2
98f2c31af8c82bdcc495e427e886d9f11d025ed0
7e8242d650a5df6820645dce2331a30fc5a0c74a
refs/heads/master
2020-03-28T10:06:55.067398
2018-12-13T01:05:29
2018-12-13T01:05:29
148,084,158
0
0
null
null
null
null
UTF-8
C
false
false
1,058
c
/* P6.c */ /* Mateus Santos Tornilio Lemos */ /* 11811EEL006 */ #include <stdio.h> #include <stdlib.h> #include <math.h> typedef struct { double *x, *y; }Pont; int main() { FILE *file; char buf[50] = {0}; int n = 0, i; Pont p; scanf("%d", &i); if (i == 1) { ...
[ "noreply@github.com" ]
MateusSTL.noreply@github.com
ef65a7b834e8b5c51dbb84b19cd51b3158fd44aa
aec911a94825bbd713e2da9bb3779bf3fa480028
/SistemasOperacionais/03-dispatcher/libraries/debug.c
588f96122a8bf452ffd91a22b58e874086604d31
[]
no_license
danilofuchs/ArmExercises
9fce02a13eba7301a69554fdf3ca47aac82c7b02
e26958471e4ba3e1befa4d629460fb7c281c71e9
refs/heads/master
2021-07-18T06:02:44.451569
2021-05-16T21:38:35
2021-05-16T21:38:35
249,067,403
0
0
null
null
null
null
UTF-8
C
false
false
772
c
#include "debug.h" #include <stdio.h> #include <stdarg.h> #include <stdint.h> #include "utils/uartstdio.h" void debug_fn_start(char *fn_name) { #ifdef DEBUG UARTprintf("┌ [%s]\n", fn_name); #endif } void debug_fn_step(const char *format, ...) { #ifdef DEBUG va_list args; va_start(args, format); char t...
[ "danilo_fuchs@hotmail.com" ]
danilo_fuchs@hotmail.com
76f3159399d9ec0cce9f7e4cee47bed4a8b39140
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE78_OS_Command_Injection/s08/CWE78_OS_Command_Injection__wchar_t_file_w32_spawnlp_10.c
2622cd95bffd3eda940bb3aacf85b7562f638e13
[]
no_license
Sporknugget/Juliet_prep
e9bda84a30bdc7938bafe338b4ab2e361449eda5
97d8922244d3d79b62496ede4636199837e8b971
refs/heads/master
2023-05-05T14:41:30.243718
2021-05-25T16:18:13
2021-05-25T16:18:13
369,334,230
0
0
null
null
null
null
UTF-8
C
false
false
4,569
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__wchar_t_file_w32_spawnlp_10.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-10.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: file Read input from a file * GoodSource:...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
0ee05ab37fd51f1dc17f77955891f6d45bafb3b6
58799f08cb9e59dbe418c3b41ae6301fb5687956
/angdoom-0.1/libgii-1.0.2/input/mouse/packetparse.c
3bd76edc896ea95c400186aeb2a4e2f448deb0d7
[]
no_license
Merlinn/DoomRPi
ba9c093ccec32c5d59694f9ebf738f5e8f7147ef
e80f9722c33da7922d3f56bf0758b19065c94c4a
refs/heads/master
2023-06-15T12:32:21.825134
2013-05-16T19:13:28
2013-05-16T19:13:28
null
0
0
null
null
null
null
UTF-8
C
false
false
19,141
c
/* $Id$ ****************************************************************************** Mouse packet parsing Copyright (C) 1998 Andrew Apted [andrew@ggi-project.org] Copyright (C) 1998 Marcus Sundberg [marcus@ggi-project.org] Permission is hereby granted, free of charge, to any person obtaining a copy ...
[ "lesanglierdesardennes@gmail.com" ]
lesanglierdesardennes@gmail.com
f2cff35c32161448532c84754ad9d5d9ff94597f
88c4ce339ae83a33aa523297f49a7e139ba8f4d6
/Práctica2/gpio.c
e4bf7d9ce081c95a945cde15441e6f34f9dfedd6
[]
no_license
gonzalo-fd/EC
d6f86a69ccb5e5f53bf9490206b230e77ea901f6
3f1db4628b86f78ad8ef18ca05b3e40c3493d400
refs/heads/master
2021-08-16T01:22:41.534093
2017-11-18T19:09:07
2017-11-18T19:09:07
111,231,657
0
0
null
null
null
null
ISO-8859-1
C
false
false
4,517
c
#include "44b.h" #include "gpio.h" /* Port B interface implementation */ int portB_conf(int pin, enum port_mode mode) { int ret = 0; if (pin < 0 || pin > 10) return -1; if (mode == SIGOUT) { //COMPLETAR: Configurar el pin del puerto B //para que salga la senal correspondiente del controlador de memoria rP...
[ "noreply@github.com" ]
gonzalo-fd.noreply@github.com
693402894589be6ce94bc049b040bc648645cc1e
8fb81691466805fbcfd2ea0013f23ea74b36cd15
/lib/curses/tstp.c
5b13c39507c3ea1522d60378c5db05b4456e5f11
[]
no_license
ksherlock/gno-sources
0daea29672f1add6fccea7845b06277a4df8b3b9
af6deac6e0b080828c9bb8da660c1a56ef950457
refs/heads/master
2020-03-17T01:57:08.730258
2018-05-14T12:35:30
2018-05-14T12:35:30
133,172,717
4
1
null
null
null
null
UTF-8
C
false
false
2,856
c
/* * Copyright (c) 1981 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 * ...
[ "ksherlock@gmail.com" ]
ksherlock@gmail.com
125e1a78096e70d064f600c5479d5cb29656dec4
18c98e6c2b36142e103519dc905623867a0c7a20
/server.c
871bc56e57c04617fdf246e338115b872573a5d9
[]
no_license
sepehrb98/Capstone_TCPnetwork
56523a11151082013ac7879bbf58332cdb496f84
3275d758c6dbe3994afe69872e6c22af71ee99d0
refs/heads/master
2023-03-24T13:11:28.503686
2021-03-17T15:41:12
2021-03-17T15:41:12
null
0
0
null
null
null
null
UTF-8
C
false
false
5,217
c
/* ** server.c -- a stream socket server demo */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #include <arpa/inet.h> #include <sys/wait.h> #include <signal.h> #include <fcntl.h...
[ "sepehrbaharloo@gmail.com" ]
sepehrbaharloo@gmail.com
84d13c016c80c3586d53c99d7143ad231d4e9f91
0b12d6110fe8a54ccb3829f69707a229bfb35282
/naruto/u/m/mouse/workroom.c
6cf324b7958dd6943696441d06726b65105c9a5c
[]
no_license
MudRen/mudos-game-naruto
b8f913deba70f7629c0bab117521508d1393e3b6
000f286645e810e1cd786130c52d7b9c1747cae8
refs/heads/master
2023-09-04T05:49:01.137753
2023-08-28T12:19:10
2023-08-28T12:19:10
245,764,270
1
0
null
2020-03-08T06:29:36
2020-03-08T06:29:36
null
BIG5
C
false
false
6,396
c
#include <ansi.h> inherit ROOM; mapping record = ([ 1: ([ "name": BGRN"古老森林"NOR, "file": _DIR_AREA_"old_forest/monkey.c", "x": 1, "y": 10, ]), 2: ([ "name": BBLU+HIW"天鵝湖底"NOR, "file": _DIR_AREA_"lake/lake.c", "x": 13, "y": 18, ]), 3:...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
b1379ba2248755006135677e9062393cd6c01bc6
a8378f8953015617c24004b33177cdfe45422174
/core/lib/libtomcrypt/src/pk/asn1/x509/x509_decode_public_key_from_certificate.c
fa97f6f8c91c73b14fb45ae9be101c9cb80ddc77
[ "BSD-2-Clause" ]
permissive
STMicroelectronics/optee_os
5cbc12679f51b64a018f8a848903803c8c17e8e0
b8750c4600166f0019a8c1cf35362b1889840ec3
refs/heads/3.16.0-stm32mp
2023-08-14T23:55:38.933221
2023-06-02T13:46:19
2023-07-28T12:39:20
168,309,214
8
18
NOASSERTION
2023-05-16T06:47:45
2019-01-30T08:45:15
C
UTF-8
C
false
false
4,186
c
// SPDX-License-Identifier: BSD-2-Clause /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. */ #incl...
[ "jerome@forissier.org" ]
jerome@forissier.org
f4101508987c02d6e4e18f1b8fc1b0c096183f65
e3b7ce34a2a8f21e4a7155fdff67acc9d6dd73d1
/PLDI19_AE/pldi-sling/benchmarks/AFWP/sll/sll_merge.c
bd1ff33364cae0126f6cc994cf200357fc75f092
[]
no_license
wcphkust/sling
0c71bc9cbc10f681b6d89a85cd15765e21aff909
d51349a4488b0ad31d769a82fa73995535c6e40f
refs/heads/master
2020-11-24T08:25:07.165502
2019-05-27T01:08:32
2019-05-27T01:08:32
228,051,026
1
0
null
2019-12-14T16:10:37
2019-12-14T16:10:37
null
UTF-8
C
false
false
975
c
#include "header.h" #include <stdlib.h> #include <stdio.h> KNode * sll_merge(KNode * i, KNode * j) /*D_requires (((~ (i l= nil)) & sorted-sll^(i)) * ((~ (j l= nil)) & sorted-sll^(j))) */ /*D_ensures sorted-sll^(ret) */ { //pre KNode * h = i; KNode * k = NULL; while(i != NULL) /*D_invariant ((sorted-sll...
[ "gzheng@cse.unl.edu" ]
gzheng@cse.unl.edu
8c80e7cdc70de388870988c40f87b18e31704437
e7831eb1d00dc2682ee1aa2cbe9751f663f615df
/ft_strclr.c
96679418c5b87d5ca42aac9be3cecd1bc603aba8
[]
no_license
ziaduss/liblast
810707407ed1fb3edbe5b6dece96aa8b0091c92e
a497bf516d78a63a239b6b9877c74d013e83d6fe
refs/heads/master
2020-05-18T17:01:36.802441
2019-05-02T07:55:31
2019-05-02T07:55:31
184,541,707
0
0
null
null
null
null
UTF-8
C
false
false
1,107
c
/* ************************************************************************** */ /* LE - / */ /* / */ /* ft_strclr.c .:: .:/ . .:: ...
[ "moghomra@z4r3p2.le-101.fr" ]
moghomra@z4r3p2.le-101.fr
b3ee168e1c50cecf0673d5ddc5e1fca6b96c5461
0a6e9b577f36d49241d67abeceaa2e061be83884
/incl/juegoActivo.h
2780ca5c0964344fd62e94376fc5e338d975f9a6
[]
no_license
mariajesus1399/lunar_lander_game
a606d41d63a34318d3c5d73264448ab40523aa69
89009a8046f4ffbb5056d43c06daa5bb853ed317
refs/heads/master
2022-12-01T06:58:46.201859
2020-08-22T06:06:51
2020-08-22T06:06:51
null
0
0
null
null
null
null
UTF-8
C
false
false
1,517
h
#ifndef JUEGOACTIVO #define JUEGOACTIVO #include <allegro5/allegro.h> #include <allegro5/allegro_audio.h> #include <allegro5/allegro_acodec.h> #include <allegro5/allegro_image.h> #include <allegro5/allegro_font.h> #include <allegro5/allegro_ttf.h> #include <stdio.h> ALLEGRO_EVENT_QUEUE * queue2; ALLEGRO_TIMER...
[ "maria.aguilaresquivel@ucr.ac.cr" ]
maria.aguilaresquivel@ucr.ac.cr
f5920a3b92b4a09fcd909400c6ab1b559332bb64
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/sound/hda/extr_array.c_snd_array_free.c
d618e10a17baa26fad8f4e1da17009d6441cccc8
[]
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
659
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
2ec590d91bebbaf4eb4fd6506448307eaaf09f0f
0a6ea447fbe38a892f34e940f3eddc5b1b368265
/libft/libft.h
50a62f2702cd6c65287ff661314fbf31784ff7ba
[]
no_license
atenagm/printf
25151951642ab71c9e228ffc0b26f7d409a98acf
fcac12bf0b040cbd26d1cd2f19b7a38942f4766a
refs/heads/master
2021-03-30T23:42:11.786138
2018-03-13T17:53:42
2018-03-13T17:53:42
125,092,348
0
0
null
null
null
null
UTF-8
C
false
false
4,507
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft.h :+: :+: :+: ...
[ "itmironl2@gmail.com" ]
itmironl2@gmail.com
ab9cf6157824c3105fdbed4f4b85721e522f6ee0
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/844af56c-13ba-4fdd-a8e8-208647f88234.c
7d96445da13953a724de6cd5c137cc1a4ea328bb
[]
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
609
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=13; int k; int l; k = 33; l = 64; k = i/j; l = i/j; l = i/j; l = k/j; l = j%j; l = l-j; j = k-i*i; //variables //random /* START VULNERABILITY */ int a; int b[36]; int c[73]; a = 0...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
97e1f56ac1e3f4ed2e199c8814dc09b3c33b36c5
9166f6c53f58e0eb1914c48c463d2ae3cd2a61ef
/src/ft_printf/ft_strstrn.c
7c02cd619f41af98e1f523cbda7aa230ac9158a3
[]
no_license
abeauvoi/libft
f0f02c80b8f14787e0d9eaf26fbb17e5eb508399
16069afb6688a722b2eabd07730be2f9a6b83abd
refs/heads/master
2021-01-19T23:44:20.550048
2020-12-01T23:07:33
2020-12-01T23:07:33
89,014,797
1
0
null
null
null
null
UTF-8
C
false
false
1,277
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strstrn.c :+: :+: :+: ...
[ "abeauvoi@student.42.fr" ]
abeauvoi@student.42.fr
ae3c5c347302eec8a2f93c7f880b3700d6abcff4
efb154166cdd5ed4e782e137c408e0b77ae3bf21
/rutty/script.h
9ecef475589ebe475db8aafc86000567e5c74c12
[ "MIT" ]
permissive
Firef0x/kitty
5a6a92a8c0c45421534e72242fe014090397e924
de11ae62e837c1a39acfad3a2a708c84ff6ba7f2
refs/heads/master
2021-01-20T06:31:14.008126
2017-11-06T04:00:00
2017-11-06T13:15:57
101,503,571
1
0
null
null
null
null
UTF-8
C
false
false
1,849
h
/* script.h version 0.14.08 part of rutty - a modified version of putty Copyright 2013, Ernst Dijk */ #ifndef script_h #define script_h script_h #define script_line_size 4096 #define script_cond_size 256 struct scriptDATA { int line_delay; /* ms */ int char_delay; /* ms */ char cond_char; /* conditio...
[ "Firefgx@gmail.com" ]
Firefgx@gmail.com
9c130b110a500c6098bb01a45ddedafdb27d063d
1c8c4db32fab3759454fca5b04c5a63169646c03
/main.c
795a2d10544dba7bf477525c4296dc8077bc9dc7
[]
no_license
robclark/gdb-test
ef09545ec2be06d9ea5679e15390a5da8a6ef2ce
7a5b17c4087ca6d75e2fb79fe111cb8e910e6533
refs/heads/master
2016-09-05T17:40:05.602484
2000-01-01T00:27:20
2000-01-01T00:27:20
null
0
0
null
null
null
null
UTF-8
C
false
false
459
c
#include <stdio.h> #include <stdlib.h> #include <dlfcn.h> int main(int argc, char **argv) { char *path = "libplugin.so"; void *dl; void (*fxn)(void); if (argc > 1) { path = argv[1]; } dl = dlopen(path, RTLD_NOW | RTLD_LOCAL); if (!dl) { printf("could not load '%s': %s'\n", path, dlerror()); return -1; ...
[ "rob@ti.com" ]
rob@ti.com
0dc92527c188b303d3b1dcaef05640b1adf771e2
0a171b5b5df6cc1582a07ead744f9b99a8450dee
/src/graph/node_event.c
a7899e808569ac81155b0b406bad83c699da50db
[]
no_license
SuperZikoure/Stun-Jam-2019
5f5af4e625f50a03860898cbe16dcef9be7cbe3e
3d59c62fcf463e3785ccb5f4f38ed21675f72790
refs/heads/master
2020-05-21T11:36:35.688865
2019-05-15T18:09:49
2019-05-15T18:09:49
186,030,557
0
0
null
null
null
null
UTF-8
C
false
false
618
c
/* ** EPITECH PROJECT, 2019 ** Stun-Jam-2019 ** File description: ** node_event */ #include "graphs.h" bool node_isHover(node_t *node, sfRenderWindow *window) { sfVector2i mouse = sfMouse_getPositionRenderWindow(window); if (mouse.x > node->pos.x && mouse.x < node->pos.x + NODE_SIZE) { if (mouse.y > ...
[ "guilian.ganster@epitech.eu@epitech.eu" ]
guilian.ganster@epitech.eu@epitech.eu
e4d357ebbe366fe35034986c724e2e4330769bb6
c808b3b4a2de529c7cd1634c0ab5223210618b99
/recuperatorio8/main.c
fb84944b6cc6517d838fbe6cc8474e78212cab0a
[]
no_license
pellittaroman/Roman
c515b0568f576c304144e90455bc2946d31282db
09cd158130f2ac0506e15b5634fe3979bafbe435
refs/heads/master
2021-05-04T02:48:02.795340
2018-12-13T20:39:47
2018-12-13T20:39:47
120,366,678
0
0
null
null
null
null
UTF-8
C
false
false
1,885
c
#include <stdio.h> #include <stdlib.h> #include<string.h> int main() { char nombre[100]; int cantidadDePaginas; int cantVentas; int tema; char respuesta1; int cantPagPar=0; int cantPagImp=0; int sinVentas=0; int sumaVentas=0; int sumaPag=0; float Promedio; ...
[ "noreply@github.com" ]
pellittaroman.noreply@github.com
e787440e32314a0cc538266dd28d76455f6e2511
933942164cd6f180275a6135a2350bfaf06820b8
/src/aig/llb/llb.h
2c8d1c19f88fc72a5d2127b6dea069692a005ed2
[ "MIT-Modern-Variant" ]
permissive
mrkj/abc
5e444da1240a7a42c0a9d612240cbe6caca01a22
84272d9ffbed25e7a0b42ad7768d1352930e53a2
refs/heads/master
2016-09-05T13:38:11.822664
2010-08-11T18:26:57
2010-08-11T18:26:57
802,720
1
0
null
null
null
null
UTF-8
C
false
false
3,518
h
/**CFile**************************************************************** FileName [llb.h] SystemName [ABC: Logic synthesis and verification system.] PackageName [BDD-based reachability.] Synopsis [External declarations.] Author [Alan Mishchenko] Affiliation [UC Berkeley] Date [...
[ "mark@jarv.in" ]
mark@jarv.in
26be6283decaeea3e69788f18386446a97fe166f
877d46b0b3183c73c230e9c6a5e8484c3ff5fe73
/src/SDL_collide.h
d8464eac7911189b0d40a2988ae01447d2017c4b
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
dhbtk/Otter--n-Duck
51cc385710300d15c8966b481c868aa4b5d45e78
e2b34dcf31c98fd77af17663fea7109ee3510095
refs/heads/master
2021-05-26T12:06:59.243738
2010-12-26T05:55:43
2010-12-26T05:55:43
null
0
0
null
null
null
null
UTF-8
C
false
false
4,353
h
/* SDL_Collide: A 2D collision detection library for use with SDL MIT License Copyright 2005-2006 SDL_collide Team http://sdl-collide.sourceforge.net All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and ass...
[ "neo.niexs@gmail.com" ]
neo.niexs@gmail.com
ad3e9fc642ac30e468f759629ed0ad38233ca886
bbcda48854d6890ad029d5973e011d4784d248d2
/trunk/win/Source/Includes/QtIncludes/include/QtGui/private/qpaintengine_preview_p.h
7daada2b255882ce9f40705c697254b85fd3a65d
[ "MIT", "curl", "LGPL-2.1-or-later", "BSD-3-Clause", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "Zlib", "LicenseRef-scancode-unknown", "LicenseRef-scancode-unknown-license-reference", "MS-LPL" ]
permissive
dyzmapl/BumpTop
9c396f876e6a9ace1099b3b32e45612a388943ff
1329ea41411c7368516b942d19add694af3d602f
refs/heads/master
2020-12-20T22:42:55.100473
2020-01-25T21:00:08
2020-01-25T21:00:08
236,229,087
0
0
Apache-2.0
2020-01-25T20:58:59
2020-01-25T20:58:58
null
UTF-8
C
false
false
63
h
#include "../../../src/gui/painting/qpaintengine_preview_p.h"
[ "anandx@google.com" ]
anandx@google.com
94f0532099c4cc1fefe4161e4aebf439025eb18b
05b458a94b13328c4ab0bb474513e69c5f253ec0
/analysis-sources/ffmpeg-analysis/_cppstats/FFmpeg/libavfilter/vf_eq.c
25474786fd0124d7e6df5a3f18933fdacf6cd8cc
[]
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
11,237
c
#include "libavfilter/internal.h" #include "libavutil/common.h" #include "libavutil/imgutils.h" #include "libavutil/opt.h" #include "libavutil/pixdesc.h" #include "vf_eq.h" static void create_lut(EQParameters *param) { int i; double g = 1.0 / param->gamma; double lw = 1.0 - param->gamma_we...
[ "paulomax9002@gmail.com" ]
paulomax9002@gmail.com
6b0341726e6b51d420f383bbbefc54370df29f92
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/7e260648-f92f-48e5-8b55-a517c77f3eec.c
d7e7d0adb13f041a394bf9fdfb701b8a76bb921e
[]
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
525
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=142; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = l/j; l = i-j; k = k-k*i; //variables /* START VULNERABILITY */ int a; long b[78]; long c[36]; a = 0; while (b[a] != 0) { ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
85c94598e9cc3e7a644052dbf817e4d03448c9e4
f1358aa465002784647d705890cd31c6a10e23c0
/dmenu/config.h
30f7faaad4e6d42ee01baa4f148dd39bb8c669e5
[ "MIT" ]
permissive
MonopolyMan27/dotfiles
2ae28c1ae8ad4d8094d3b2de0daae97e295d3a96
f331a230f0b2d37f00d98e79befad3bb5d5a9e3c
refs/heads/master
2023-08-15T18:21:38.219083
2021-09-13T02:20:21
2021-09-13T02:20:21
354,198,107
0
1
null
null
null
null
UTF-8
C
false
false
1,108
h
/* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ static int centered = 1; /* -c option; centers dmenu on screen */ static int min_width =...
[ "noreply@github.com" ]
MonopolyMan27.noreply@github.com
c9a261e9b464e9c72007a20ac4d649c77afeefff
ad14c5d1e07c5b4a6ecd4454b988b6865821f785
/firmware/led_rgb/app.c
0dfcc3ad6dd6b04e672b8a5c266e31b2544c8815
[]
no_license
giapdangle/sapphire-apps
7db73b56ddc414a3a4cc36b8c88e1bb07ad453f0
289ec06edec80841d8ec5ac6165732977be4ed70
refs/heads/master
2021-01-20T19:44:51.408837
2013-06-17T20:15:44
2013-06-17T20:15:44
null
0
0
null
null
null
null
UTF-8
C
false
false
3,706
c
/* * <license> * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * * This file is part of the Sapphire Operating System * * Copyright 2013 Sapphire Open Sys...
[ "jeremybillheimer@gmail.com" ]
jeremybillheimer@gmail.com
c7477fb3ec4d35955e0ad26c21fbc49e8da8186a
503198c87dccd0eb1533a858ce6ec2567165ae1d
/main.h
b1d151f7afa9d4939702ac8753121e6fc6576703
[ "MIT" ]
permissive
pablo53/ujvm
0caa27f5000dd7f8335d7f0d534fe7633d6b71ff
02ff7793af11956ce21227ab2745f98b9dc21a58
refs/heads/master
2023-03-08T10:28:08.219573
2020-07-13T20:16:28
2020-07-13T20:16:28
278,579,931
3
0
null
null
null
null
UTF-8
C
false
false
118
h
#ifndef _MAIN_H #define _MAIN_H #include "class/clsfile.h" ClassFile load(const void * buf, size_t len); #endif
[ "pablo53@poczta.onet.eu" ]
pablo53@poczta.onet.eu
7a4d4a2cec02028418f33c4273447bd20ad3da16
a4c8533710e295ecf4726c618c1a02760d888613
/02_Build/01_Compile/01_Tasking_4p3/ctc/include.stl/stl/msc_stdint.h
ebcc03eb7f188a0f75affda8e20aee3d1d81d15a
[]
no_license
miaozhendaoren/K2SAR_EMS
ee42a1918cf45fbbbb24b0c8a128951d14eeee67
787d17cfa2c9a3ef89743dce1778f0087de32254
refs/heads/master
2021-01-17T23:05:04.505435
2015-12-22T14:39:24
2015-12-22T14:39:24
49,954,845
1
0
null
2016-01-19T13:35:48
2016-01-19T13:35:48
null
UTF-8
C
false
false
7,631
h
/* * Derived from: http://code.google.com/p/msinttypes/ * * ISO C9x compliant stdint.h for Microsoft Visual Studio * Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124 * * Copyright (c) 2006-2008 Alexander Chemeris * * Redistribution and use in source and binary forms, with or without * mod...
[ "331201091@qq.com" ]
331201091@qq.com
5c34a1d43dda80f318c96a0dd3203888aa5c24f0
297678cbe8dcf3977a2e786b82e14cbe3cadf000
/libs/led.c
84a3128c9355c2ceb8066fdb177336ef5fd85efd
[]
no_license
s1lvi0/stm32
7ece798dbcd5530e5eacb16ae2207ef55813165e
132f1bb2c90fe04318db950fe51d7195770ae1fd
refs/heads/master
2021-08-27T15:11:32.465808
2012-07-08T11:20:57
2012-07-08T11:20:57
null
0
0
null
null
null
null
UTF-8
C
false
false
4,133
c
/**************************************************************************//** * @file led.c * @brief STM32 led func definitions source file * @version v1.0 * @date 13.05.2012 * * @note * Copyright (C) 2012 kab * ******************************************************************************/ /***...
[ "kab@kapu.ru" ]
kab@kapu.ru
329cff7c1421d76720afd8630de65cd52761aea4
674bcb4bf88b5359ea9710c864481af61f5867d3
/src/plugins/playback/sc68/libsc68/sc68/sc68.h
e65d05b9f961dfcc3c4ac13b20853574c1902937
[ "GPL-3.0-only", "MIT", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
HippoPlayer/HippoPlayer
a1da46743507c866c5e614f36122348794229b05
a3145f9797a5ef7dd1b79ee8ccd3476c8c5310a6
refs/heads/master
2023-04-19T13:05:36.210552
2021-05-08T06:48:18
2021-05-08T06:48:18
2,195,999
44
5
Apache-2.0
2022-10-19T15:45:21
2011-08-12T08:12:25
C
UTF-8
C
false
false
19,842
h
/** * @ingroup lib_sc68 * @file sc68/sc68.h * @brief sc68 API header. * @author Benjamin Gerard * @date 2003/08/07 */ /* Copyright (c) 1998-2016 Benjamin Gerard */ #ifndef SC68_SC68_H #define SC68_SC68_H #ifndef SC68_EXTERN # ifdef __cplusplus # define SC68_EXTERN extern "C" # else # defin...
[ "noreply@github.com" ]
HippoPlayer.noreply@github.com
5ff1b5e0b39a9fe029ba4dd61a0cc5ccf614719e
e5030a4bd6385694cb8cecd05cc38d11b00da496
/03_SDK/xr871sdk/project/common/net_ctrl/net_ctrl.h
0c9709ac81fed080994ebe863ad116a0d0be9269
[]
no_license
13824125580/XR871
a299919c66707a2a5ba49f735cad19fea4883d3d
206ffefe41ea6801f3e49704b2697d2d5c46fe4a
refs/heads/master
2021-01-01T17:51:38.089412
2017-07-24T05:45:15
2017-07-24T05:45:15
98,179,255
2
0
null
2017-07-24T10:34:08
2017-07-24T10:34:08
null
UTF-8
C
false
false
2,890
h
/* * Copyright (C) 2017 XRADIO TECHNOLOGY CO., LTD. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice,...
[ "leafy.myeh@xradiotech.com" ]
leafy.myeh@xradiotech.com
880414904ff94fde30a45ad6db07cc2ac8cf3d80
3ff6e41cd0d6fe3a1f7c3d02ecf694579abe02b1
/ece5775/cordic.h
d7ac50f1ecc1d246dcce5971582bdbf88f721a59
[]
no_license
Glyfina-Fernando/cordic
7e9e265d790a2626185b0bf60391df1e9db62cc2
f36f00e1048f07e56ad2e4f29be81790c2b5607f
refs/heads/master
2021-01-01T05:36:42.481512
2015-09-10T01:49:38
2015-09-10T01:49:38
42,215,103
1
1
null
null
null
null
UTF-8
C
false
false
2,731
h
//========================================================================= // cordic.h //========================================================================= // @brief: A header file that defines the key data types and parameters. #ifndef __CORDIC_H__ #define __CORDIC_H__ // Number of iterations #ifndef NUM_ITE...
[ "gsf52@cornell.edu" ]
gsf52@cornell.edu
8c92598d1714150cffaafd20bb8f4c482706bdce
86a550d434047d421935772054c53a72c5690570
/kern/test/kstring/test_strnncat.c
be6852b9ac412d38f80e2e5be8d8844a3f15f438
[ "BSD-2-Clause" ]
permissive
Zeke-OS/zeke
55cb5f3153a94cea21b6757bad9d3755f53e2339
c6cd23959e3916c1aae04d909997f67c57c25e91
refs/heads/master
2022-10-15T13:16:43.112688
2022-10-04T09:14:42
2022-10-04T09:14:42
7,281,853
81
9
NOASSERTION
2020-06-21T19:41:15
2012-12-22T02:46:04
C
UTF-8
C
false
false
1,924
c
/** * @file test_strnncat.c * @brief Test strnncat. */ #include <kunit.h> #include <kstring.h> static void setup(void) { /* Intentionally unimplemented... */ } static void teardown(void) { /* Intentionally unimplemented... */ } static char * test_strnncat_two_strings(void) { #define TSTRING1 "string1" #d...
[ "olli.vanhoja@gmail.com" ]
olli.vanhoja@gmail.com
e3252b0a49babcb5941e3598f394a61a5736c25a
097e3230598294f5cb9ba3bcfbef61a445fedfe2
/osets-eclipse-plugin/src/ecoaLog_posix.c
274b6a6f66a536b0841d70170979da48380bbee8
[ "MIT" ]
permissive
ECOA-developer/Open_Source_ECOA_Toolset_AS5
67e9041bf3c94d0875d866394bc620e7fc1db41b
677684a932b5355c990f14317158176977c935e9
refs/heads/master
2021-04-30T05:59:56.807326
2018-11-29T07:17:17
2018-11-29T07:17:17
121,432,791
0
0
MIT
2018-11-29T07:17:18
2018-02-13T20:28:35
Java
UTF-8
C
false
false
566
c
#include <stdio.h> #include <ecoaLog.h> #include "posix_apos_binding.h" void ecoaLog(unsigned char * logMessage, int messageLen, logLevel_t logLevel, int moduleInstanceID) { SMNB_Status_Type SMNB_Status; // User code to log messages. switch (logLevel) { case LOG_LEVEL_CONTAINER_MONITOR: // Send...
[ "djbell1@PDWOWCL5087658.rnet.dstl.gov.uk" ]
djbell1@PDWOWCL5087658.rnet.dstl.gov.uk
a3bd1ea55fd2c055fd50904c9ec9955c39b85750
3e9bd236008586a91c2878c6c45c7593f11f36d5
/lab2/src/kern/pmap.c
ab059842914fcee61fc5da222a6a868a72b84b8f
[ "BSD-4-Clause-UC" ]
permissive
952994221/MIT-6.828-JOS-Lab
7a7485d4b7acf3aaece419d595545987abc42231
3f6bb88fedee93bdfc38442a95f6ed92fd695dee
refs/heads/main
2023-03-25T20:33:22.656102
2021-03-21T10:06:53
2021-03-21T10:06:53
349,947,008
1
0
null
null
null
null
UTF-8
C
false
false
29,823
c
/* See COPYRIGHT for copyright information. */ #include <inc/x86.h> #include <inc/mmu.h> #include <inc/error.h> #include <inc/string.h> #include <inc/assert.h> #include <kern/pmap.h> #include <kern/kclock.h> // These variables are set by i386_detect_memory() size_t npages; // Amount of physical memory (in pages) s...
[ "952994221@qq.com" ]
952994221@qq.com
cff858e697ec00fc6dd3b20edf0f0715dc114c62
726f5a0d65ad5abc86e8f28f085dea0987fc712b
/AnalysisCode/PreselectedWithoutRegression/MMRSelection_chi2/processMMRSelection_ttbar.c
c2ef5f98cb6d67f59e2d13b333fd417bde34b3f0
[]
no_license
fravera/HbbHbb_Run2
b5cba064a273485deefc6b56e34df79df6206dfc
5b09feedf3b5a3367f83971b9a432f3269839bec
refs/heads/master
2021-06-19T03:22:13.353906
2017-06-08T08:47:53
2017-06-08T08:47:53
null
0
0
null
null
null
null
UTF-8
C
false
false
200
c
{ gSystem->Load("../../libPhysicsToolsKinFitter.so"); gROOT->LoadMacro("../../HbbHbb_MMRSelection_chi2.cc++"); HbbHbb_MMRSelection_chi2("Data", "TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8_Skim"); }
[ "souvik1982@gmail.com" ]
souvik1982@gmail.com
6f01daf125c41cae1ebf757868cdef4e4da772d3
7df190df28da7e4ff166e55dc8ce780f11236a9f
/src/router/php8/ext/openssl/openssl.c
f9c7f8cff81356c9859cd8c3f4757e881bb76d4c
[ "PHP-3.01", "IJG", "Zlib", "OLDAP-2.8", "BSD-4-Clause-UC", "ISC", "BSD-3-Clause", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-public-domain", "TCL", "BSD-2-Clause", "GD" ]
permissive
mirror/dd-wrt
25416946e6132aa54b35809de61834a1825a9a36
8f2934a5a2adfbb59b471375aa3a38de5d036531
refs/heads/master
2023-08-31T14:54:47.496685
2023-08-30T17:40:54
2023-08-30T17:40:54
7,470,282
520
281
null
2023-05-29T20:56:24
2013-01-06T17:21:29
null
UTF-8
C
false
false
203,759
c
/* +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is ...
[ "s.gottschall@dd-wrt.com" ]
s.gottschall@dd-wrt.com
95ae13665ab51296bf1d7a0f7731cff62c2ec2cd
92615108d8dee41f1b10a5f0152c0372ac361928
/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.C
6c18b49bdca749635c358a8b4bee471d28c6201f
[]
no_license
samech-git/foam-extend3.1_src
81177c1167374fbbae381334849e5fc602cb4aae
2f6e570440ec6274be4dc7e3172feaf833e09950
refs/heads/master
2020-11-24T05:42:23.558315
2019-12-14T09:28:38
2019-12-14T09:28:38
227,990,172
1
0
null
null
null
null
UTF-8
C
false
false
3,753
c
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | foam-extend: Open Source CFD \\ / O peration | \\ / A nd | For copyright notice see file Copyright \\/ M anipulation | ---------------------...
[ "sa2498331251@163.com" ]
sa2498331251@163.com
e29675f182db3640181ad8416e12c47aa430929f
7e666273eae3b275646aec4fd998c1f525b7d497
/test/fixtures/godep-cgo-vendored/vendor/include/yara/sizedstr.h
df832e5a8f6d254949b6677f09fda994ab49057e
[ "BSD-3-Clause", "MIT", "dtoa", "CC-BY-3.0" ]
permissive
heroku/heroku-buildpack-go
6aade335fb891fb5b7642d9e957c8c4da6729e31
db40e51b7f18015040bd1901c9ca8e34f7863da3
refs/heads/main
2023-08-25T20:18:48.003816
2023-08-14T18:18:06
2023-08-14T18:18:06
2,705,156
408
407
MIT
2023-09-07T02:14:18
2011-11-03T21:03:58
Shell
UTF-8
C
false
false
1,078
h
/* Copyright (c) 2007-2014. The YARA Authors. All Rights Reserved. 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 o...
[ "edwardam@interlix.com" ]
edwardam@interlix.com
5dbe946ca79a86eea4a128c4e20ff5e794d3452a
23d01d942c97a31e46529c4371e98aa0c757ecd1
/apps/CoMD/refactored/ocr-cnc/sdsc/ljForce.h
4e545bd7135801da6ad625c023f39b94d7016724
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
ModeladoFoundation/ocr-apps
f538bc31282f56d43a952610a8f4ec6bacd88e67
c0179d63574e7bb01f940aceaa7fe1c85fea5902
refs/heads/master
2021-09-02T23:41:54.190248
2017-08-30T01:48:39
2017-08-30T01:49:30
116,198,341
1
0
null
null
null
null
UTF-8
C
false
false
244
h
/// \file /// Computes forces for the 12-6 Lennard Jones (LJ) potential. #ifndef _LJTYPES_H_ #define _LJTYPES_H_ #ifndef _CONTEXT #include "comd.h" #endif struct BasePotentialSt; struct BasePotentialSt* initLjPot(comdCtx *context); #endif
[ "romain.e.cledat@intel.com" ]
romain.e.cledat@intel.com
192be75d9d32a9f899456ce13b93043d53cd9079
0e0e8393dd917b2b311659bec711c2a48118a2d5
/Project 1/hdl_prj/gm_tutorial1_1_ref_build/gm_tutorial1_1_ref_capi.h
60cd7c2e049f267d314bba93cd8951e04d2b0b99
[]
no_license
Harshith5299/Hardware-Acceleration-FPGA-Design-Projects
5213429080bb042e5d5fbcbe2179e3d3e80a31e0
8a8154e0453bb9c087133b5d7c8ca4a235eee55e
refs/heads/master
2023-03-10T19:40:02.063094
2021-02-28T20:25:52
2021-02-28T20:25:52
343,007,661
1
0
null
null
null
null
UTF-8
C
false
false
1,154
h
/* * gm_tutorial1_1_ref_capi.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. * * Code generation for model "gm_tutorial1_1_ref". * * Model version ...
[ "harshithchittajallu5299@gmail.com" ]
harshithchittajallu5299@gmail.com
238fb3a7d3e4bbf58e15345c0536f68f6d501a65
7332743b7f73eae604832a90081be331d094598a
/Breakout/Temp/StagingArea/Data/il2cppOutput/t1534148145.h
c885a014262ecd6a2d3b50bde1d58d49f8a03a9c
[]
no_license
westlundsoftware/unity
57457a2bf35eb6634153d99df21091adb095d87e
a3197a07a8dafe516841f3c8f957d2274fb54bb7
refs/heads/master
2021-01-10T02:15:09.708078
2016-02-02T22:04:14
2016-02-02T22:04:14
50,954,540
0
0
null
null
null
null
UTF-8
C
false
false
567
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> struct t77837473; struct t3835026402; struct t1964929688; struct t1278327203; struct t846444977; struct t2520131484; struct t3949125329; #include "t707969140.h" struct t1534148145 ...
[ "westlund_software@live.com" ]
westlund_software@live.com
654213c1583d71aab4ae6f9b7c26b0dac0f6f169
6b2989ab6c34c746c07b548402a147cf7767f21b
/starter-hw09/xv6/stat.h
b8b2bad02021ed57b0470bf43a65b84d6d3292b5
[ "MIT" ]
permissive
thepoorvapatil/OS-3650-NEU
b19bf301c4d01d5089f597ff9ddb3c81f3d1ee63
f14302394dd2d49c7b1dce8130dc1f08b5c98509
refs/heads/master
2020-12-22T16:49:34.078225
2020-04-02T04:33:31
2020-04-02T04:33:31
236,863,656
0
0
null
null
null
null
UTF-8
C
false
false
357
h
#define T_DIR 1 // Directory #define T_FILE 2 // File #define T_DEV 3 // Device struct stat { short type; // Type of file int dev; // File system's disk device uint ino; // Inode number short nlink; // Number of links to file uint size; // Size of file in bytes }; struct iostats { uint...
[ "poorvapatil@Poorvas-MacBook-Pro.local" ]
poorvapatil@Poorvas-MacBook-Pro.local
9aaf6b98b00c7362bb0b507b6ce1fd0ca9fa2bbd
770f6b09f8e74cba6df18fa671daf0379a921f32
/graph_adt.h
70bd8692db0f9bb03afbdbe9cfb05ce64051f2d5
[]
no_license
legndery/cluster-network-aco
71a2bf43bcf3d65a37f7eaefc53b0419883cebde
c415385de636ced5ca8c89500e7b9f3c7f54da91
refs/heads/master
2020-05-29T19:16:47.328809
2014-03-26T20:45:08
2014-03-26T20:45:08
18,153,265
1
0
null
null
null
null
UTF-8
C
false
false
1,229
h
#ifndef GRAPH_IMPLEMENTATION #define GRAPH_IMPLEMENTATiON typedef struct GraphStruct{ int vertex_number; struct VertexRootStruct **vertices; } Graph; typedef struct VertexRootStruct{ int visited; // is visited(yet to implement) int name;//the label struct EdgeStruct *edges;//the freaking edges int shortest_path_e...
[ "ar_itra@yahoo.com" ]
ar_itra@yahoo.com
b318ce28d8d0bca1ef1e47b885e4766442b08b66
68b949fb71212a9ec86091df7a5e08e5d3d5b5a0
/assignment3Q8.c
d917901b5d9f6c1a95e6ae00684e5c25c3d2cb83
[]
no_license
Nikhil9958/assignment-3
dab41d82e82287b157c05561730169b09378b676
61a449390441c97810dba898785c75782d2d026a
refs/heads/master
2020-07-29T22:26:20.867221
2019-09-21T12:50:16
2019-09-21T12:50:16
209,984,268
0
0
null
null
null
null
UTF-8
C
false
false
384
c
/* program to find the distinct number of the three entered numbers */ #include<stdio.h> int main() { int a,b,c; printf("enter the three inputs"); scanf("%d%d%d",&a,&b,&c); if(a==b) printf("c isn the distinct number and equals to:%d",c); else if(a==c) printf("b is the distinct number and is equal to%d",b); el...
[ "noreply@github.com" ]
Nikhil9958.noreply@github.com
4335801dd095d15c0d1e04d5bae9b5121cae70eb
31e4ab927cc5f50c38436234f79f81c1151c8196
/pintos/src/lib/user/syscall.h
e7e05ce5daed7a9a47934907a1bf640e757d5d9b
[ "MIT-Modern-Variant", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
rtchen/cs140_
198cfcdbe7fb3d0a3802a9f108e955001186a2df
d0aa207358cbc54ffb4fc0fad9a665f42062ee4b
refs/heads/master
2021-01-01T19:42:55.674261
2015-03-15T03:45:02
2015-03-15T03:45:02
32,243,754
0
1
null
null
null
null
UTF-8
C
false
false
1,348
h
#ifndef __LIB_USER_SYSCALL_H #define __LIB_USER_SYSCALL_H #include <stdbool.h> #include <debug.h> /* Process identifier. */ typedef int pid_t; #define PID_ERROR ((pid_t) -1) /* Map region identifier. */ typedef int mapid_t; #define MAP_FAILED ((mapid_t) -1) /* Maximum characters in a filename written by readdir(). ...
[ "ruitangchen@163.com" ]
ruitangchen@163.com
5b86467f0c935f725176ae219e8dabde8744e074
51d931b0259f248f93ec4e463229c1914e0ea830
/5-09-1/5-09-1/5-09-1.c
7091f9fa2069d2cb2cfe0ce066b581a6baa2e939
[]
no_license
maymaying/5-09-1
b580e1f58da888160cf7f5f092d6786d4672eb73
64ef17300e559b0cd37e3924be185874518a9644
refs/heads/master
2020-05-25T11:03:56.697168
2019-05-21T06:10:00
2019-05-21T06:10:00
187,772,315
0
0
null
null
null
null
GB18030
C
false
false
3,200
c
#define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<windows.h> #include<assert.h> /* //int int cmpInt(const void * xp, const void * yp) { int *x = (int*)xp; int *y = (int*)yp; if (*x > *y) { return 1; } else if (*x < *y) { return -1; } else { return 0; } } void show(int a[], int num) { int...
[ "1900750175@qq.com" ]
1900750175@qq.com
743f1cb461f69672f4e9b4cf00adb326478dc53f
9a8f70e5fbb5f65de94dc6ffceec20062f147145
/ghbs_V1_stm32_driver/Projects/NUCLEO-L152RE/IO_Toggle/MDK-ARM/adc_spi.c
de450e1ad56714d7a472474f8c4cfbd9d5ee16da
[]
no_license
szh1456/ghbs_V1_stm32_driver
00f2a55508cf1755e5f55fa8b559e243a24462af
e268e2d5327dc32c1fdb102f661d12246dddff78
refs/heads/master
2021-02-12T19:36:08.233800
2020-05-29T07:12:52
2020-05-29T07:12:52
244,622,885
0
0
null
null
null
null
UTF-8
C
false
false
4,537
c
#include "adc_spi.h" void adc_SPI_DeInit(void) { adc_SPI_LowLevel_DeInit(); } void adc_SPI_Init(void) { adc_SPI_LowLevel_Init(); /*!< Deselect: Chip Select high */ for (uint8_t i = 'A';i <= 'H';i++) { adc_set_cs_high(i); } } void adc_WriteBuffer(uint8_t* pBuffer, uint16_t WriteAddr, uint16_t NumByte...
[ "qhr1993@users.noreply.github.com" ]
qhr1993@users.noreply.github.com
032e1a93752745a9c5822aa742e2430836fbb4c7
df11bfff974844555a082b8418af7ccad6e406f5
/red5-readonly/target/classes/org_red5_server_mixer_MixCoderBridge.h
b4972d15df6b131480a90d90b970ae4d3f9d97d8
[ "Apache-2.0" ]
permissive
wminghao/GroupVoIP2
8f40793c65d319ae2c5a332fa824945882aff174
3cc71ae6cff2f7a8ea90dbfdc42a57ae012fd6db
refs/heads/master
2022-05-03T00:51:22.734414
2016-01-01T17:36:37
2016-01-01T17:36:37
23,205,357
0
0
null
null
null
null
UTF-8
C
false
true
1,144
h
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class org_red5_server_mixer_MixCoderBridge */ #ifndef _Included_org_red5_server_mixer_MixCoderBridge #define _Included_org_red5_server_mixer_MixCoderBridge #ifdef __cplusplus extern "C" { #endif /* * Class: org_red5_server_mixer_...
[ "ubuntu@ip-172-31-26-106.us-west-2.compute.internal" ]
ubuntu@ip-172-31-26-106.us-west-2.compute.internal
faefe425b2f2a71cd57197927e55074f16d8e3f7
f637dc5d2a0743334fa5887f61d1f98be71aca84
/Sdk/i51KIT/SimpleWMW__CN/Image_Data.h
675d8148ac4ad0ca900e4db1d515a8055d3d8efc
[]
no_license
cuijw/i51
6fcf2607a911124d786b1bce14a6c54144fc5aa1
95cd09a3bfe4664f430538657218bb8ae12a2d96
refs/heads/master
2020-12-28T09:31:36.149213
2015-04-01T07:48:46
2015-04-01T07:48:46
null
0
0
null
null
null
null
UTF-8
C
false
false
1,005
h
#ifndef IMAGE_DATA_H #define IMAGE_DATA_H #ifndef PKIG_SCREEN_HORIZONTAL #if defined PKIG_SCREEN_320X480 //#include "./inc_mmSuperAngryBird/res_320x480/Image_Hex.h" #include "./dl_res/vertical/240x400/dl_Image_Hex.h" #elif defined (PKIG_SCREEN_240X320) //#include "./inc_mmSuperAngryBird/res_240x320/Image_Hex.h" #in...
[ "jelo.wang@gmail.com" ]
jelo.wang@gmail.com
6c76ff63ec775f4267ddfb906c61b580e8e8ddc0
a6de4a838b1f2d075923e026ede488e5fd5ea093
/assignment-3/q08.c
ae71b7934ede8665c5f3a8d47da29625b5678f46
[]
no_license
Youssef-Nemaky/C-Assignment
cc7858bc936b3eae3b85ab0d2508f689f34b615d
b4a7ae4faf7a94861cb0dc394080d0e81c19c072
refs/heads/master
2023-07-25T12:10:18.619899
2021-09-08T17:49:29
2021-09-08T17:49:29
397,986,572
0
0
null
null
null
null
UTF-8
C
false
false
1,731
c
/* ==================================================================== * Authour: Youssef El-Nemaky * Date: 26/8/2021 * Program/Purpose: a program that computes the nth term of the geometric series: 1, 3, 9, 27, … Run the program to compute the 10th term of the given series. ====================================...
[ "youssef.mmdoh99@gmail.com" ]
youssef.mmdoh99@gmail.com
e7351ff7ca584ac9d5cddd0ab09a2e5b198d4f35
536c752efa1d81afb3628cbea22c891ece0ca886
/1211 Palindrome tester.c
7bfb51dd57fe727ef6f0eff828658d8e7c9d9f34
[]
no_license
maxtwain/Core-C-Training
fe44541f13e855b012444414c6825a1e1ad596f2
c67f2d2c0576093040b86e22d1965396df139a28
refs/heads/master
2022-11-13T12:20:20.306832
2020-06-26T02:24:16
2020-06-26T02:24:16
274,882,903
0
0
null
null
null
null
UTF-8
C
false
false
1,434
c
#include <stdio.h> #include <stdlib.h> #include <ctype.h> #define BUFFER buffer1 typedef struct link { unsigned char letter; struct link *nextPtr; } Link, *LinkPtr; void stackLetter(LinkPtr *curPtr, unsigned char inLetter); int main(void) { unsigned char buffer0[500] = "The quick brown fox jumps ...
[ "noreply@github.com" ]
maxtwain.noreply@github.com
b29741ebdb16065240f38e618d57e114668f91b5
f67f8225bf95876ce7365726840f00999ec64823
/Learning_C_Programiz/main.c
64b472928c1fe36b19aa975c15ea816b124f1d66
[]
no_license
asdf1414/Learn-C-Programiz
f470432ba168e8083063af2dd5305a6e07517cec
0c1e483cb8bc89ebb5b12c05967c079f414e94e0
refs/heads/master
2023-08-20T16:39:15.248178
2021-10-19T16:32:58
2021-10-19T16:32:58
417,567,070
1
0
null
null
null
null
UTF-8
C
false
false
232
c
#include "ASCII_Value.h"; #include "Divide_with_Remainder.h"; #include "Multiply_Floats.h"; #include "Size_Datatypes.h"; int main() { //asciiValue(); //divideWithRemainder(); //multiplyFloats(); //sizeDatatypes(); return 0; }
[ "andreas.jokiel@hotmail.com" ]
andreas.jokiel@hotmail.com
fac92644d1f6caf12d136cb005bc252fab9d2c9f
2ab9d061b2c307d1f033f4b2465e7f74c41b098f
/lrogue0.3.7/lrogue037-src/hit.c
d60ac54ecf18767d4bf345c54995c6d3d372315d
[]
no_license
suzukiiichiro/Rogue_Archive.Official
a85680d716235bf470ef4be35ab8c801878ff863
570c42c30e783b2ffd1a34e41ddaa75b8381d444
refs/heads/master
2022-04-17T09:58:37.354025
2020-04-15T02:10:53
2020-04-15T02:10:53
255,669,579
2
1
null
null
null
null
UTF-8
C
false
false
8,456
c
/* hit.c */ #ifndef __CYGWIN__ #include <ncurses.h> #else #include <ncurses/ncurses.h> #endif #include <string.h> #include "rogue.h" #include "hit.h" #include "level.h" #include "keys.h" #include "message.h" #include "monster.h" #include "move.h" #include "object.h" #include "pack.h" #include "random.h" #include "room...
[ "suzuki.iichiro@gmail.com" ]
suzuki.iichiro@gmail.com
f89402e78f4b057e4c55b6badc3a18c33abb877e
7fe399c18bc4e2b00f43f0f90a7e84693c301c74
/Grafo Conexo/conexo.c
a385c6de3ed51433d81a4474bffc7e211c7638d3
[]
no_license
Lanceconan/CodigoCyCpp
1e5b835cc2018752d2905eb40e24da452b9a5f98
26c1167a19f991638bb4ea40cdc08833314e6ad3
refs/heads/master
2021-04-29T18:44:40.025193
2018-02-18T02:00:44
2018-02-18T02:00:44
121,699,657
0
0
null
null
null
null
UTF-8
C
false
false
1,047
c
#include<stdio.h> #include<math.h> #define Nodo 6 int i, j, n = 1, contadoraristas = 0, MatrizAdyacencia [Nodo][Nodo], NodosPillados[Nodo], MatrizLista [Nodo][Nodo]; int pivote = 1; void llenarmatriz(void) { for(i = 1; i <= Nodo; i++){ for(j = n; j <= Nodo; j++) { if (i == j) MatrizAdyacencia[i][j] == 0; else {Matriz...
[ "conan_022@hotmail.com" ]
conan_022@hotmail.com
6144dda25199be761e4b1f644bbeed7755c6541e
364ac73696914553408fb4f677267fa84617acf3
/0x02-functions_nested_loops/10-add.c
9b31b776b347ba899be6265af47395d17b591459
[]
no_license
anguiclavijods/holbertonschool-low_level_programming
25411c57fffd3926fdab10cf8689ba8b386b774f
86ebf4211013f3f1150873a108e04e135d068b7f
refs/heads/main
2023-07-16T21:49:19.887447
2021-09-02T01:53:46
2021-09-02T01:53:46
null
0
0
null
null
null
null
UTF-8
C
false
false
175
c
#include "holberton.h" /** *add - add two numbers *@a: int date *@b: int date * Return: result add numbers */ int add(int a, int b) { int c; c = a + b; return (c); }
[ "angiedesarrollo@gmail.com" ]
angiedesarrollo@gmail.com
6a81af4443d2716102c7c6c4802409d4863dbff7
8e951d6abd1bd4e8ef11a31f6bc8d3a6b19d3f0c
/src/SimpleStorage/SimpleStorage.V1_2_1/SimpleStorage.V1_2_1.c
aa0d1bc44bcb22cd84695b8b4a95f47977abfaa1
[]
no_license
changab/Redfish-JSON-C-Struct-Converter-Lib
dda6c249855666933557756d7917ee0814f6a1e4
ee664514e49e662874e0ec711343514b6081fd1f
refs/heads/master
2022-12-21T07:23:01.255647
2019-06-13T06:48:03
2019-06-13T06:48:03
297,817,037
3
0
null
null
null
null
UTF-8
C
false
false
26,868
c
// // (C) Copyright 2018-2019 Hewlett Packard Enterprise Development LP<BR> // #include"Redfish_SimpleStorage_v1_2_1_CS.h" #include <stdlib.h> #include <string.h> #include <jansson.h> RedfishCS_bool SupportedRedfishResource (RedfishCS_char *Odata_Type, RedfishCS_char *NameSpace, RedfishCS_char *Version, RedfishCS_ch...
[ "noreply@github.com" ]
changab.noreply@github.com
118eb643bde22d0023b365ba56aef0bcbc326b34
70c7b8f565f514b0779ebdcfe4bd299387a918bc
/comd_fault/src-mpi/performanceTimers.h
fea833e9f41fc35005ce0768a6922721a0e81d07
[ "BSD-3-Clause" ]
permissive
martinruefenacht/pingpong_fault
5981afa98bc848f46204bbff4d5334db1b78d4c8
8fbb411b17a3a213dcea449ebfaee7a995fb30f2
refs/heads/master
2020-04-16T00:42:08.598248
2019-10-04T19:00:42
2019-10-04T19:00:42
165,148,608
0
0
null
null
null
null
UTF-8
C
false
false
1,971
h
/// \file /// Performance timer functions. #ifndef __PERFORMANCE_TIMERS_H_ #define __PERFORMANCE_TIMERS_H_ #include <stdio.h> /// Timer handles enum TimerHandle{ totalTimer, loopTimer, timestepTimer, positionTimer, velocityTimer, redistributeTimer, atomHaloTimer, computeForceTimer, ...
[ "sultana1@quartz1532.llnl.gov" ]
sultana1@quartz1532.llnl.gov
b525408fa816ab1fdb1facf95b8e6dbae0825060
79b0f73dcb13bb7257b5e65ec564d844c65bab80
/parity.c
12005468487c05598593645610ee60f25748e9f5
[]
no_license
ajvarshneya/embedded_final
256401ad3083366567cd3275352be9048873d857
41ac449e9e4e71e8507f303f588444426c0ba9b8
refs/heads/master
2016-08-12T07:14:27.418739
2015-12-28T06:10:09
2015-12-28T06:10:09
48,676,243
0
0
null
null
null
null
UTF-8
C
false
false
649
c
/* * A.J. Varshneya * ajv4dg@virginia.edu * 12.3.15 */ #include "init.h" // Efficient parity computation unsigned long parity(unsigned long word) { // This will give us all the bits XOR'd (in the resulting LSB) unsigned long int x = word ^ (word >> 1); x = x ^ (x >> 2); x = x ^ (x >> ...
[ "aj@ajs-MacBook-Air.home" ]
aj@ajs-MacBook-Air.home
0e46c74f0719a4c4ae2a4e4bbdfc1eb9fe9d9971
81f54a44dfecb8f84995edcd89973f1d05d8453f
/xv6_lab1/user.h
87e685cfbabf809603585db3a2a113e9b5755d1b
[ "MIT" ]
permissive
melsantos/msant_xv6
d589f789bcf118c5975d05c47abfbbbcbfdc0eca
c55a46502f1797e095bf8a1bdd8e26b6083199aa
refs/heads/master
2022-01-07T13:20:02.426323
2019-07-09T22:29:12
2019-07-09T22:29:12
106,876,175
0
0
null
null
null
null
UTF-8
C
false
false
931
h
struct stat; struct rtcdate; // system calls int fork(void); int exit(int) __attribute__((noreturn)); int wait(int*); int waitpid(int, int*, int); // added waitpid int setpriority(int); // add set priority int pipe(int*); int write(int, void*, int); int read(int, void*, int); int close(int); int kill(int); int exec(ch...
[ "msant035@ucr.edu" ]
msant035@ucr.edu
f9a72bafc02ad52f34370c66d28f295a86964b0a
aaad70e69d37f92c160c07e4ca03de80becf2c51
/filesystem/usr/src/linux-headers-4.15.0-20/arch/alpha/include/asm/uaccess.h
27f5b9e2696bb3318fa5d792f811959dc4170f3c
[]
no_license
OSWatcher/ubuntu-server
9b4dcad9ced1bff52ec9cdb4f96d4bdba0ad3bb9
17cb333124c8d48cf47bb9cec1b4e1305626b17a
refs/heads/master
2023-02-10T18:39:43.682708
2020-12-26T01:02:54
2020-12-26T01:02:54
null
0
0
null
null
null
null
UTF-8
C
false
false
165
h
{ "MIME": "text/x-c", "inode_type": "REG", "magic_type": "C source, ASCII text", "mode": "-rw-r--r--", "sha1": "cf1b7b6e8c3ae1032ea706df470f81c073ebbc98" }
[ "mathieu.tarral@protonmail.com" ]
mathieu.tarral@protonmail.com
b5dc8fb71e1de73353fb4ed26de69520c07ecffb
dc63fcdd1283105a5089332e445b95a33716da5c
/Questao_10_VT.c
748b577dbf312880db43a39f7bf451f74c93a3a6
[]
no_license
viniciusmdev/Estrutura-de-Dados-I
2b44e4c2ab3fa81d558df48087e735244f3e7e38
aebb11254a60a583281e2d5ee01e8fe4ec764e9a
refs/heads/master
2020-03-26T01:10:04.345386
2018-08-11T05:56:55
2018-08-11T05:56:55
null
0
0
null
null
null
null
UTF-8
C
false
false
3,109
c
/* 10. Crie uma estrutura representando os alunos de um determinado curso. A estrutura deve conter a matrícula do aluno, nome, nota da primeira prova, nota da segunda prova e nota da terceira prova. Permita ao usuário entrar com os dados de 5 alunos. Encontre o aluno com maior nota da primeira prova. Encontre o aluno c...
[ "noreply@github.com" ]
viniciusmdev.noreply@github.com
67e78ad20f000324271347074b3afd92fa71f1e0
ff5e7a4ed7f3688ea155785123c207f7bd554894
/CardboardDemo_iosBuild/Classes/Native/mscorlib_System_UInt64MethodDeclarations.h
5c61c87fcb78c38d32ff568b1c157b3c59545afc
[]
no_license
VendorLisy09/CardboardDemo
b24c45b700bf1368425994d07de8dbc41a227d5d
850ed8b3aed712b11e8387e2e930179fb2ee9671
refs/heads/master
2021-05-29T20:38:28.960540
2015-11-24T07:18:30
2015-11-24T07:18:44
null
0
0
null
null
null
null
UTF-8
C
false
false
6,912
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.IFormatProvider struct IFormatProvider_t1738; // System.Object struct Object_t; // System.Type struct Type_t; // System.String struc...
[ "suiyan.li@dena.com" ]
suiyan.li@dena.com
5cf2e635fc68ecd227554057688f002a01f9e025
9fac444d325267d587593d4f75118b9c7c5ce05c
/testCB.C
06b91213297238f664a4f6e6e3312a399f3534f2
[]
no_license
FrancescoVassalli/FTB
cb2db7a12eea59701deb60007ea92ec8ba20ea46
ef5a34e536f1ba15be38aca834fe4ae1febe4939
refs/heads/master
2021-04-06T13:07:29.450788
2019-07-26T16:43:18
2019-07-26T16:43:18
125,248,597
0
0
null
null
null
null
UTF-8
C
false
false
1,771
c
#include <iostream> #include "TMath.h" using namespace std; /*a 5 parameter function that combines a gaussian and a power law p0: alpha - the point where the gaussian becomes a power law p1: n - the power on the power law p2: mu - the pseudomean p3: sigma - the width on the gaussian p4: N -normalization */ dou...
[ "FrancescoVassalli@colorado.edu" ]
FrancescoVassalli@colorado.edu
2c0a8d57a8bb1a5f3aef6c941e4ccd126bc06030
2ff1e890753924d7f3179d91464b52deee9fa548
/RTC_routines.h
b6687e263fb69aeb3a3e5842109d85c25fac09f5
[]
no_license
i350/ATMEGA328P-SD-Card-FAT32-SPI-ATMEL-Studio
188091b07f1599c471ea8a2c3581a5a6838c6548
f983cfb1dc5f6e08795b1a3cbe9dd17baaf18cb4
refs/heads/master
2021-09-06T17:25:53.236866
2018-02-09T01:15:25
2018-02-09T01:15:25
120,819,619
2
1
null
null
null
null
UTF-8
C
false
false
1,415
h
//******************************************************* // ******* RTC_ROUTINES HEADER FILE ******** //******************************************************* //Controller : ATmega32 (Clock: 8 Mhz-internal) //Compiler : AVR-GCC (winAVR with AVRStudio-4) //Project Version : DL_1.0 //Author : CC Dharmani, Che...
[ "mobile_surf@yahoo.com" ]
mobile_surf@yahoo.com
555cdec053ae861259d4db83c9029bb37bffb1ae
00d3b2009bbee9cd3af73d2a99d94c6083ee3a29
/uC-LIB/lib_ascii.h
a75571d4364f94dcb6dd41d6c1a9bf5e827bf951
[]
no_license
Emilyyy/car-sensor
e09363f44c598ff46b60bed7887da5f203e709e7
bab0fb403c78ed6aa6610568dc0e71e2f7cb2caf
refs/heads/master
2021-01-18T20:14:15.449518
2017-04-02T00:55:24
2017-04-02T00:55:24
86,946,908
0
1
null
null
null
null
UTF-8
C
false
false
41,134
h
/* ********************************************************************************************************* * uC/LIB * CUSTOM LIBRARY MODULES * * (c) Copyright 2004-2007; Micrium, Inc.; Weston, FL * * ...
[ "mili_24_729@hotmail.com" ]
mili_24_729@hotmail.com
e4af2ce573dd94b83f2b249f7a7e9779f3779f66
84cfb10b1438300d80bb87eeaeda3985535fcb2e
/inexlib/ourex/freetype/src/base/ftglyph.c
4ad92584ab6ba2bcade14e4e2d7719e3968f417e
[ "LicenseRef-scancode-warranty-disclaimer", "FTL" ]
permissive
gbarrand/g4view
fd090cf3204ab4f1996ab280687f2380d3f2425c
c404aab32d8b66c15797c0bca3a0d9f6f2b3ad80
refs/heads/master
2021-09-11T00:35:58.483762
2021-09-06T13:59:58
2021-09-06T13:59:58
134,150,499
1
0
null
null
null
null
UTF-8
C
false
false
20,102
c
/***************************************************************************/ /* */ /* ftglyph.c */ /* */ /* Fr...
[ "guy.barrand@gmail.com" ]
guy.barrand@gmail.com
19101af3229d00c98b524c4b342ee87d5da81a7c
ea4e3ac0966fe7b69f42eaa5a32980caa2248957
/download/unzip/apache_mod_php/apache_mod_php-12/php/ext/pcre/pcrelib/pcre.h
b33045c4f3463c930ce7dc2b1bbf2e8c0bedefe2
[ "PHP-3.0", "LicenseRef-scancode-pcre" ]
permissive
hyl946/opensource_apple
36b49deda8b2f241437ed45113d624ad45aa6d5f
e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a
refs/heads/master
2023-02-26T16:27:25.343636
2020-03-29T08:50:45
2020-03-29T08:50:45
249,169,732
0
0
null
null
null
null
UTF-8
C
false
false
5,263
h
/************************************************* * Perl-Compatible Regular Expressions * *************************************************/ /* Copyright (c) 1997-2003 University of Cambridge */ #ifndef _PCRE_H #define _PCRE_H /* The file pcre.h is build by "configure". Do not edit it; instead make chang...
[ "hyl946@163.com" ]
hyl946@163.com
9a4a8d4aa12d95da2381c4ccd0b92130d12ce152
6a29f6be4598d1ba1c3565960533ce70d5267f43
/src/binding/fortran/mpif_h/typecindbf.c
ea19a845c9b2912e7df07ad554d70f790eca2425
[ "mpich2" ]
permissive
valiantljk/collectiveIO-profile
7fd8a3c8c0d11df06335f87bc8500e29735eb086
844f6296384459a41ae889cbe5a67e3f9da4b923
refs/heads/master
2021-01-13T09:36:49.695539
2016-11-14T07:30:21
2016-11-14T07:30:21
72,042,820
0
0
null
null
null
null
UTF-8
C
false
false
19,064
c
/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. * * This file is automatically generated by buildiface * DO NOT EDIT */ #include "mpi_fortimpl.h" /* Begin MPI profiling block */ #if defined(USE_WEAK_SYMBOLS) && !defined(USE...
[ "valiantljk@gmail.com" ]
valiantljk@gmail.com
6e2858cb3018d1981be503cc0f5628114ca01e0a
cec0e621218352b3685358c697ecbe9c725e6131
/battlespace/rendus/jun2020/memartin/libft/ft_isspace.c
dc364d492b3ed3d3a5431b10a3481b0f4f2db129
[]
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
1,047
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isspace.c :+: :+: :+: ...
[ "medo.mrt@gmail.com" ]
medo.mrt@gmail.com
60ef3b8abbcc3caa7d4192c19955d14d3c1e9bd0
427f48b76d1b312cff7af2d9b535ea333e8d154e
/c/string_multibyte_mbtowc.c
2a672f0ee921dae747c9c8c5bde1f17ae730c6a7
[ "MIT" ]
permissive
rpuntaie/c-examples
8925146dd1a59edb137c6240363e2794eccce004
385b3c792e5b39f81a187870100ed6401520a404
refs/heads/main
2023-05-31T15:29:38.919736
2021-06-28T16:53:07
2021-06-28T16:53:07
381,098,552
1
0
null
null
null
null
UTF-8
C
false
false
834
c
/* gcc -std=c17 -lc -lm -pthread -o ../_build/c/string_multibyte_mbtowc.exe ./c/string_multibyte_mbtowc.c && (cd ../_build/c/;./string_multibyte_mbtowc.exe) https://en.cppreference.com/w/c/string/multibyte/mbtowc */ #include <stdio.h> #include <locale.h> #include <string.h> #include <stdlib.h> #include <wchar.h> // pri...
[ "roland.puntaier@gmail.com" ]
roland.puntaier@gmail.com
b8fb9502c614b7b94706c128fabed7f80708fd6f
34220c2dfa65d71a00a29dff3dfa13fe774b4303
/Seas of Gold/Seas of Gold/camera.h
d7e27ae7036e0d590716eb551b546676c15dc12f
[]
no_license
DGrace10/Seas-of-Gold
423617ebe2a533dbbb6b648bbcedab4a47b4cced
79bdb72126c34921081be23973209541597fd82c
refs/heads/master
2021-01-21T16:16:12.970954
2016-06-26T05:08:24
2016-06-26T05:08:24
53,805,678
1
0
null
2016-03-13T20:20:48
2016-03-13T20:20:48
null
UTF-8
C
false
false
40
h
#pragma once void moveCameraControl();
[ "niceguy4704@yahoo.com" ]
niceguy4704@yahoo.com
eb0059a87e2e312d0cdb9a66d6349bd11630c924
d4a2c50a90792600c4d864fffe9c1a9d1ebd6acc
/pold/UTY/D3RSLT.C
f86576844b801a5bf950239ff940c6b8928b1073
[]
no_license
iwasen/MyProg
3080316c3444e98d013587e92c066e278e796041
a0755a21d77647261df271ce301404a4e0294a7b
refs/heads/master
2022-12-30T00:28:07.539183
2020-10-25T06:36:27
2020-10-25T06:36:27
307,039,466
0
4
null
null
null
null
SHIFT_JIS
C
false
false
1,934
c
/* FILE DESCRIPTION FILE NAME : d3rslt ROUTINE : 結果一覧表示 REVISION : REMARKS : 88.04.22 S.Aizawa */ #include <jcurses.h> #include "functn.h" #include "d3item.h" #include "la_ws/include/d2lerr.h" extern char *d3allc(); static char sccsid[]="%Z%%M% %I% %E% %U%"; /* FUNCTION DESCRIPTION ...
[ "git@iwasen.jp" ]
git@iwasen.jp
4405a2898dad2dcfa5f52a8454a2671252b5605e
de5c538aaef69950b922c9d35239267dcbf3c97e
/dlg_ctrl.c
a47b77f0409b4188fda176ba610dd029dbf0a9a7
[]
no_license
pierrel55/PDC_view
74705d5d2354d8a44ad4045c97d2656d03063dfe
eca99a7dc1ed2fc8de76c8da634bfb66e1436b2b
refs/heads/main
2023-08-29T01:45:38.046737
2021-11-14T18:15:48
2021-11-14T18:15:48
428,001,330
2
0
null
null
null
null
UTF-8
C
false
false
14,731
c
// contain all call-backs called when gui configuration is changed // dispatch event to application functions #include <stdio.h> #include <math.h> #include "win/widget/widget.h" #include "PDC/pdc.h" #include "dlg_main.h" #include "dlg_graph.h" #include "dlg_ctrl.h" // ----------------------------------------------...
[ "noreply@github.com" ]
pierrel55.noreply@github.com
11b53fee872b7a3ba78c9ac863a4a7ef653979b9
a1446c3f95df2dfe097a9bd6b463767b00f18140
/usr.sbin/amd/amd/mapc.c
8760fd22757085a6a78ce7c49d6e570515a4399a
[]
no_license
chrissicool/l4openbsd
e2fb756debc1c3bdc1c2da509fa228c25a3185e8
077177814444e08500e47bc2488502f11469bc60
refs/heads/master
2021-04-09T17:12:53.122136
2011-08-22T16:52:58
2011-08-22T16:52:58
1,706,491
18
4
null
2017-04-06T19:17:29
2011-05-05T14:08:03
C
UTF-8
C
false
false
17,706
c
/* $OpenBSD: mapc.c,v 1.14 2010/07/05 21:54:11 tedu Exp $ */ /*- * Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software con...
[ "cludwig@net.t-labs.tu-berlin.de" ]
cludwig@net.t-labs.tu-berlin.de
0efe54379d1ac17c4317405d8f4d0f6205ea3dda
5eaf0b40530e5bdf5cf3f4e2881af0456fb03312
/zhizhenjinjie01/Test.c
76ff78f3ceb9f864f84e3d30d583ee04117fd69f
[]
no_license
Caoxianseng/c
203c3f30051eb2fe8d49f9ca83039b39ed5116b8
4f444bd33939344d8c4ccb6d8a52b67819d9334d
refs/heads/master
2023-02-08T02:01:20.329911
2020-12-09T13:25:29
2020-12-09T13:25:29
315,851,136
0
0
null
null
null
null
GB18030
C
false
false
5,656
c
#define _CRT_SECURE_NO_WARNINGS #include<stdio.h> //void print(int arr[][5]) {//非常ok,可以省略3 //} //void print(int(*p)[5]) { //} void fun1(int arr[10]) {//形参名字是的哈没有关系 } void fun2(int arr[]) {//这个和上面是一样的,可以省略里面的大小 } void fun3(int* arr) {//也没有任何问题说明就是那个惊天BUG } void fun4(int* arr[]) {//不行,是因为两个类型不匹配 //两个间接级别,也就是类型不匹配...
[ "1669928567@qq.com" ]
1669928567@qq.com
6db7acb58384d679c0d8249f3dd284073ea1a2fd
2bc3398063fd7251c46a2d93d2e301cd063befcd
/nitan/d/taishan/npc/xiao-fan.c
bbb44e85218a7490c545c570b486bfd672ee1d81
[ "MIT" ]
permissive
HKMUD/NT6
ae6a3c173ea07c156e8dc387b3ec21f3280ee0be
bb518e2831edc6a83d25eccd99271da06eba8176
refs/heads/master
2020-03-18T08:44:12.400598
2018-05-23T06:55:18
2018-05-23T06:55:18
134,525,191
9
4
null
null
null
null
GB18030
C
false
false
878
c
// xiaofan.c // Last Modified by winder on Aug. 25 2001 inherit NPC; inherit F_DEALER; void create() { set_name("小贩", ({ "xiao fan", "seller", "fan" }) ); set("gender", "男性" ); set("age", 32); set("long", "这是个小贩,别看他长的老老实实,可你别想从他那儿掏便宜。\n"); set("shen_type", 1); set("comb...
[ "xmlsdk@gmail.com" ]
xmlsdk@gmail.com
63c5508f0eda487ba31cbb9707a7b6d23b25cf1f
72223614cef02db84b284685baf840c2550940d6
/sources/colortheme.c
724dbf6007978d5c301a0982da3442049159e694
[]
no_license
kabelt/fractol
bffde3e4107fc76695681fce1c2881d918c791c7
2507e2844d824d34e4e6002dfd6e5863554cc37e
refs/heads/master
2022-12-01T05:33:08.923491
2020-08-19T09:17:46
2020-08-19T09:17:46
288,667,636
0
0
null
null
null
null
UTF-8
C
false
false
1,589
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* colortheme.c :+: :+: :+: ...
[ "kabelt@Kanets-MacBook-Pro.local" ]
kabelt@Kanets-MacBook-Pro.local
14556b9706020ab4548e39f4c4a4341f2b8a9f55
8b7b41fb9e007d064b0ab8635a977b6275ca9a1c
/1期/021_adc_touchscreen_018/007_touchscreen_calibrate_ok_018_011/adc_touchscreen/touchscreen_test.c
32557665dd6d8ec1775a573f95ee844d59ba23a9
[]
no_license
bigdog001/Arm-Linux
5f5c3c4c69237a978d5abe05532005ee5d2e37a7
6e116e735f97444779e7f5028069a0770019e483
refs/heads/master
2022-05-30T21:27:42.261895
2020-05-04T15:17:06
2020-05-04T15:17:06
260,050,586
0
1
null
null
null
null
GB18030
C
false
false
675
c
void touchscreen_test(void) { unsigned int fb_base; int xres, yres, bpp; int x, y, pressure; /* 获得LCD的参数: fb_base, xres, yres, bpp */ get_lcd_params(&fb_base, &xres, &yres, &bpp); touchscreen_init(); /* 清屏 */ clear_screen(0); /* 显示文字提示较准 */ fb_print_string(70, 70, "Touc cross to calibra...
[ "serena@serenas-MacBook-Air.local" ]
serena@serenas-MacBook-Air.local
476b5c615ce2dfe86961544903eb397430704027
cc9b3618e7ace4c40430700778a457f5b1e53367
/noDDRtest/noDDRtest/noDDRtest.sdk/mem/src/memorytest.c
9189c2dca116310acc28125ea7c64bbd121dc634
[]
no_license
kaien1226/zynq_study
0e861965cd8f936dacd7e9976c7b75e1110d148e
01682e0b0c686889681c47c987f64b90fd4a6cd6
refs/heads/master
2020-04-03T18:34:26.731114
2018-12-11T09:00:11
2018-12-11T09:00:11
155,489,500
1
0
null
null
null
null
UTF-8
C
false
false
4,424
c
/****************************************************************************** * * Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Softw...
[ "11346918@qq.com" ]
11346918@qq.com
93cb7a32bf30c59c0a7d744090d9602a28a3b45c
466062b18ac0914dd9044b4a9fd60cc67b8b48f1
/Config/LUFAConfig.h
d083954b0b281cdd78eb9bc6e109cbcc1d7437d3
[ "MIT" ]
permissive
AymenQ/LaMouse
fa812695d10a5c473a1a501832aa162d521fb7d6
cb2ee172a631e179cfa86908034967810645ea3d
refs/heads/master
2020-05-18T13:27:44.363147
2019-05-09T12:28:51
2019-05-09T12:28:51
184,440,685
0
0
null
null
null
null
UTF-8
C
false
false
1,695
h
#ifndef _LUFA_CONFIG_H_ #define _LUFA_CONFIG_H_ /* Non-USB Related Configuration Tokens: */ // #define DISABLE_TERMINAL_CODES /* USB Class Driver Related Tokens: */ // #define HID_HOST_BOOT_PROTOCOL_ONLY // #define HID_STATETABLE_STACK_DEPTH {Insert Value Here} // #define HID_USAGE_STACK_DEPTH {Inser...
[ "aq1g17@soton.ac.uk" ]
aq1g17@soton.ac.uk
68dcd58b6af316c703fccbce491b6cf8cab7cfa2
70e3fb9189a9b96cd1dc797de92d1b89e8c8c5af
/nanomsg/protocols/survey/xrespondent.c
7e048c39e1b83b057027580d05d7ec1207ba4a7d
[]
no_license
stonier/nanomsg
9f774ef0ec5ed0c9193f3502b19419caa13a030a
27c216b61ff3616de8aa3b2b1acebd2c7b625059
refs/heads/indigo
2021-05-15T02:35:17.341557
2015-10-09T19:01:22
2015-10-09T19:01:29
22,470,072
2
1
null
2014-09-22T09:44:09
2014-07-31T13:22:54
C
UTF-8
C
false
false
5,710
c
/* Copyright (c) 2012-2013 250bpm s.r.o. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to u...
[ "d.stonier@gmail.com" ]
d.stonier@gmail.com
e45efd94528f8c96ec3c04354b9abe90dc67ffe1
1f5cfa25f05a70e6ecfee300bdba362c529039a1
/ft_enemy_move.c
566b6c198c5c6c120b78c2d35481ffb3d0124e27
[]
no_license
statooin/cub3d
8ac7fd4f0d7f43048f73030695c3f05f258bf790
0c47f57cb72bf2715900deea3cba884e897f6196
refs/heads/master
2023-06-01T16:12:51.450261
2021-06-21T20:15:55
2021-06-21T20:15:55
294,674,108
0
6
null
2020-09-15T13:35:17
2020-09-11T11:13:09
C
UTF-8
C
false
false
1,744
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_enemy_move.c :+: :+: :+: ...
[ "trainer_cad@mail.ru" ]
trainer_cad@mail.ru
39c84733e67e6f77b3de3d38de1abe8d62c4be6e
8207db10624d6f7531e1ad9e4e35fb4df3de51e2
/Parallel/program/lec10/example2.c
c0dd90fe8b2cd85910ca2b5545fc2b5d54199545
[]
no_license
JianWang2018/Course
25a70483338ffadbe9ea45c63e64dcc9bfd54bb9
6707dcab8c85f1e4060f087ac7667e9cf6c39c67
refs/heads/master
2018-10-27T00:08:18.466335
2018-10-04T23:54:30
2018-10-04T23:54:30
83,001,713
2
0
null
null
null
null
UTF-8
C
false
false
1,266
c
#include <pthread.h> #include <unistd.h> #include <stdio.h> pthread_mutex_t mutex=PTHREAD_MUTEX_INITIALIZER; int total_produced = 0; void *produce(void *); void *consume(void *); int tmp[5]; int main(int argc, char* argv[]){ pthread_t thread1[5]; pthread_t thread2; int i, j; for (j=0; j<5; j++...
[ "jw2018jobs@gmail.com" ]
jw2018jobs@gmail.com
7b594dbe5a80148cf2d741400b4917405da2d5d9
e6a451e1c19045794db811c2057f9d00a2c604a2
/pointer code/b.c
22f95601470566d1e7db2f1a7dd5db9e061582e6
[]
no_license
Mritunjoy71/CSE_102-C-sessional
fe8de5dd00102dc58b635fd1d97ca764fc120c81
dc0c5287f37ccdd6c00a0e281004fdee74c4fc02
refs/heads/master
2023-02-25T18:02:39.072299
2021-01-20T21:00:36
2021-01-20T21:00:36
null
0
0
null
null
null
null
UTF-8
C
false
false
324
c
#include <stdio.h> int sum(int n); int main() { int number, result; printf("Enter a positive integer: "); scanf("%d", &number); result = sum(number); printf("sum=%d", result); } int sum(int n) { if (n!=0) return n + sum(n-1); // sum() function calls itself else return n...
[ "you@example.com" ]
you@example.com
eae66a0d9f20ddd5284303b739e208de6e5dfdec
7f5937c840ea0a0a33270040b15b1ec882422c87
/mud/econ/gem/diamond.c
8a3bc0f5e75517f9c826916f2e008ee932267864
[ "Apache-2.0" ]
permissive
shentino/simud
706fcaad7ca5dd87277e3788592144b0d803476d
644b7d4f56bf8d4695442b8efcfd56e0a561fe21
refs/heads/master
2021-01-17T14:09:07.943177
2016-09-20T10:11:22
2016-09-20T10:11:22
39,277,782
3
2
null
null
null
null
UTF-8
C
false
false
501
c
inherit "/obj/resource"; #include <const.h> /* Hardness - 10 * Density - 3.52 g/cm^3 * Source : Wikipedia */ NAME( "diamond" ) DISTANT( "diamond" ) SPECIFIC( "diamond" ) PLURAL( "diamonds" ) LOOK( "A brilliant transparent gemstone." ) ALT_NAME( ({ "stone", "gem", "gemstone" }) ) ALT_PLURAL( ({ "stones", "gems", "...
[ "shentino@gmail.com" ]
shentino@gmail.com
e22ed6b9d118f5a728470c31f1e4c973fe7bb2af
2c608a23506ac0ebbd67bc57c3dbfec1991d57c1
/zestaw_syscalle/test_mysyscall.c
025389db11aab54ad786a14299221e0a124d893c
[]
no_license
norbert108/sysopy2
deccf2895b06f66f116a3262929ab72dace5af93
bb50fc9818a7d266106bf0547565f88d1ad3c408
refs/heads/master
2021-01-01T05:40:39.321003
2015-06-27T17:57:20
2015-06-27T17:57:20
32,857,152
1
0
null
null
null
null
UTF-8
C
false
false
334
c
#include <sys/syscall.h> #include <sys/types.h> #include <linux/unistd.h> #include <stdio.h> #include <errno.h> #define __NR_mysyscall 331 int mysyscall(uid_t* uid) { syscall(__NR_mysyscall); } int main() { uid_t *uid; int result = mysyscall(uid); printf("User with the most processes: %d\n", *uid); ...
[ "student@fedora.labs.iisg.agh.edu.pl" ]
student@fedora.labs.iisg.agh.edu.pl
f3fd23db12eadc788fbc54de1c3ae816c2e02fb0
f9ef1a9f62501ead45afcf7e04c5ba1ab58c7f66
/other/H29PBL/TerminalVelocity/rain_mission2.c
fcc20e0e52d7c069bffc6a4774abbf2c7a8703a4
[]
no_license
tanacchi/practice
3ad6bdac1443f2cdbff3d8aeb6480c911b9ad3ec
daa2f4ebad54303f46c15ef83dfa87bbe2a6edd2
refs/heads/master
2023-08-16T23:02:28.193937
2023-08-13T13:29:30
2023-08-13T13:29:30
64,650,426
1
2
null
2023-08-13T13:29:31
2016-08-01T08:37:47
C
UTF-8
C
false
false
2,511
c
#include <stdio.h> #include <math.h> #include <stdlib.h> typedef long double DataType; typedef DataType (*resist_calculator)(DataType, DataType); typedef struct { DataType radian_cm; DataType mass; DataType proportional_const; resist_calculator calculator; } Param; typedef struct { DataType param_C; Data...
[ "q111026d@mail.kyutech.jp" ]
q111026d@mail.kyutech.jp
a62aed1886cf0330c8a29127441d9425e79f15d9
55d48a339af965ee3a18b62a2bca5dfe217a029e
/components/curl/lib/curl_config.h
7fbf6d5cf8bd49c211cabc09e5db48dd33c68df6
[]
no_license
fengfeng0328/esp32_baidu_tts
8b193c79e532e7111c69dc3644194bec785052c8
029b033f5131df0476653cec2906908bc1a4074c
refs/heads/master
2020-04-10T10:03:18.468762
2018-12-09T02:02:38
2018-12-09T02:02:38
160,954,460
8
3
null
null
null
null
UTF-8
C
false
false
29,145
h
/* lib/curl_config.h. Generated from curl_config.h.in by configure. */ /* lib/curl_config.h.in. Generated from configure.ac by autoheader. */ /* to disable NTLM authentication */ #define CURL_DISABLE_NTLM 1 /* Location of default ca bundle */ #define CURL_CA_BUNDLE "/certs/ca-certificates.crt" /* define "1" to u...
[ "m18819838082@163.com" ]
m18819838082@163.com
dce1cb64e67ba375394871b1d7b86414b0d76693
98d5c84e630f4541a34f68ab56ee162958efa3f4
/libft/srcs/ft_strlen.c
e85dd6601f341250f90cad36ea146604ad976081
[]
no_license
jsauron/FDF
cf35795721d2d1d5cab651a6fd052c92a991ebcd
dd404bad00b0521987eb0e7b43f7e43874a4a979
refs/heads/master
2020-03-26T15:00:19.102349
2018-09-21T10:47:57
2018-09-21T10:47:57
141,615,030
0
0
null
null
null
null
UTF-8
C
false
false
1,048
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strlen.c :+: :+: :+: ...
[ "jsauron@student.42.fr" ]
jsauron@student.42.fr
5e030d0410861c2636c00a88b5cb9e1236153b77
4a81b2033ef7e6412f63fd3b92dc6b967f223c6b
/mandelbrot.c
856ffe5d862459136e9aedea444cfb278bf080bd
[]
no_license
cdebriey/Scalable-Architecture_Mandelbrot
1f278f0621876d6d470e3a0d331ef216c64678cd
6f79cf92ceaf470843038c823715777c28f164d7
refs/heads/main
2023-02-03T00:35:45.799715
2020-12-18T10:31:44
2020-12-18T10:31:44
322,534,945
0
0
null
null
null
null
UTF-8
C
false
false
3,623
c
/** * Générateur de fractale de Mandelbrot */ #include <stdio.h> #include <stdlib.h> #include <time.h> // Number of colors const unsigned int MAX_ITERATION = 142; // Output picture size const unsigned int OUTPUT_WIDTH = 1920; const unsigned int OUTPUT_HEIGHT = 1080; // Starting point of the drawing window in th...
[ "charlesdebriey@outlook.com" ]
charlesdebriey@outlook.com
768284666ee34c1d234e112ef81c8aa130d70c62
f5aba6cba73431fa2dfe4215d5c12943f0f58138
/libft/ft_itoa_base.c
d390f5f84d7b430519c7d5d87cb4cfdb995452c9
[]
no_license
rdagnaud/ft_printf
1e042b2ef757b21ee802e9ea1f01887225772d90
82380c949b641df2b6927708da674efd21e2cf0b
refs/heads/master
2020-04-05T05:23:19.837079
2019-01-02T16:10:09
2019-01-02T16:10:09
156,592,673
0
0
null
null
null
null
UTF-8
C
false
false
1,403
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_itoa_base.c :+: :+: :+: ...
[ "rdagnaud@e3r6p10.42.fr" ]
rdagnaud@e3r6p10.42.fr
e21e6dc43beb1eca4d4111b6c7d7672d14b42931
ea8c54da2a04429306d227e2f254607ee0fcd513
/scripts/kconfig/lxdialog/dialog.h
a595ec1a28c54b9a9846060d3b2436b46c2bd1a7
[]
no_license
mchalain/makeroot
c127f79599bc0ffde33de3cc489fc9ab364b7e3d
0179efe5151861eb28d05e1b7080e6d5e9f04e3c
refs/heads/master
2020-12-25T17:35:22.187976
2016-08-17T20:03:09
2016-08-17T20:03:09
9,414,490
2
0
null
null
null
null
UTF-8
C
false
false
5,901
h
/* * dialog.h -- common declarations for all dialog modules * * AUTHOR: Savio Lam (lam836@cs.cuhk.hk) * * 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 version 2 * of the Li...
[ "armdev@cain.maltese" ]
armdev@cain.maltese
7f17134fa9815bc9b456494b3c005e5fc2f0b69e
6ae4c655901f3b5e884d7e1f0f39f0798111ccce
/Chapter_02/2-5.c
1eca1d2f7b60ea555bd0b00d9c906663d4d416bf
[]
no_license
NENCAO/homework
89c67ef2d4b07b220e83b039e5ae4879d322b7fe
0f33794c559597272492f42635607f06038c2986
refs/heads/master
2020-03-30T04:16:03.902022
2018-12-17T07:04:32
2018-12-17T07:04:32
150,733,571
0
0
null
null
null
null
UTF-8
C
false
false
286
c
#include<stdio.h> void br(void); void ic(void); int main() { br(); printf(" "); ic(); printf("\n"); ic(); printf("\n"); br(); getchar();//避免程序一运行就结束退出 return 0; } void br(void) { printf("Brazil, Russia"); } void ic(void) { printf("India, China"); }
[ "56115666@qq.com" ]
56115666@qq.com
c30d8edaffac8e9e6c1dd19fe01ceb5ae164ae7d
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R6/contrib/lib/auis-6.3/atk/console/lib/vmmonf.c
dac61c92830fd92084624211a5890b7cc97848e1
[ "BSD-3-Clause", "LicenseRef-scancode-public-domain" ]
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
7,006
c
/* ********************************************************************** *\ * Copyright IBM Corporation 1988,1991 - All Rights Reserved * * For full copyright information see:'andrew/config/COPYRITE' * \* ********************************************************************** */ /* $Disclaim...
[ "yoya@awm.jp" ]
yoya@awm.jp
aed7ba0191c8cacf7ed123743db9c14466649a6c
4d16621a80ad967bd703c4e52f66d94fd0b99480
/IfTestsButBetter.c
89910cb8c280779e6ac765ffe732ea12af98f8f9
[]
no_license
armandsbebriss/RTR105-1
495327c15c7c72e5780a3a6544424588d7c65e9f
315883dcda4907ee3ea52438ec82937feebfc9b5
refs/heads/master
2022-04-07T17:34:29.573136
2020-01-23T10:16:28
2020-01-23T10:16:28
null
0
0
null
null
null
null
UTF-8
C
false
false
454
c
#include<stdio.h> void main() { int number1, number2; printf("Cienījamais lietotāj, lūdzu ievadi 1. skaitli: "); scanf("%d",&number1); printf("Cienījamais lietotāj, lūdzu ievadi 2. skaitli: "); scanf("%d",&number2); if (number1 > number2){ printf("1.sk %d > 2.sk %d\n ", number1,number2); } else if (number1 <...
[ "kaposc12@inbox.lv" ]
kaposc12@inbox.lv
472711df524f99b81f6781c89a49577e94c22d8e
b742701c216b015ecd6be9286c75657feabb9d50
/sources/s_libft/ft_strctrim.c
4c5a6118cd2492c10e6227c856ac18764089d6f0
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
aahuba/FdF-42
46c77367cf5da91810bcfc7e9f2b7648dc490ae2
4dde1845f5c5c3e11cc8c862b707e4e2a919ff38
refs/heads/master
2021-03-19T11:22:18.594109
2018-03-31T12:06:32
2018-03-31T12:06:32
123,603,397
0
0
null
null
null
null
UTF-8
C
false
false
1,399
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strctrim.c :+: :+: :+: ...
[ "ahuba@e1r6p12.unit.ua" ]
ahuba@e1r6p12.unit.ua