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
408e9a61e890610fcbb089b5be38b14d32d03be2
aa7e7bd3b14b22fd8fde475d98594008386e62bd
/antman/lib/my/src/my_str_islower.c
ff87a139296587fb888ed44eb341b2857a541f71
[]
no_license
amarataf/Antman
fc005880f41f25af193052b85886ae5bf02be1e2
98b4391d06f194a97038da744129b1c78744bb9a
refs/heads/master
2023-03-16T12:12:43.729461
2021-02-22T08:58:53
2021-02-22T08:58:53
338,056,330
5
1
null
null
null
null
UTF-8
C
false
false
334
c
/* ** EPITECH PROJECT, 2020 ** my_str_islower ** File description: ** return 1 if the string is only lowcase */ int my_str_islower(char const *str) { int i = 0; while (str[i] != '\0') { if (str[i] >= 'a' && str[i] <= 'z') { i++; } else { return (0); } } ...
[ "adria.marata-fernandez@epitech.eu" ]
adria.marata-fernandez@epitech.eu
d896d1c460dcf4bec786dd8f485d30b7f8edf198
d743178a58b323045d87a4a6795741eb3df9c8a4
/2018101042_assgn2/set_ip_op_redirection.c
b8bac4c345edf957ab6f9ca95fa91f4c7e81c983
[]
no_license
arathyrose/shell-c
c88e63bd671dee697915172109ccaa8540dedda8
67afdd97c7d30ebd23534040b62e25c003ec2ae8
refs/heads/master
2020-08-31T05:14:56.792057
2020-06-01T10:27:02
2020-06-01T10:27:02
218,601,147
0
0
null
null
null
null
UTF-8
C
false
false
1,528
c
/** * This function handles the redirection symbol, that is, it sets the input and output files * */ #include "shell.h" int debug_set_ip_op_redirection = 0; void set_ip_op_redirection(char **args) { for (int i = 0; !is_emptystr(args[i]); i++) { if (strcmp(args[i], "<") == 0) // Redirect for input ...
[ "arathyrose2000@gmail.com" ]
arathyrose2000@gmail.com
b0f662a952f11fe109bbdcc2f1c89c0e76e5560b
db145f439cbff99959b2b66da78f58fc77ca2052
/src/sorta.h
573fcd759e57dd214c618ba9b0b9aab952d77cd8
[]
no_license
briansteffens/sorta
082b9deb2fb5dd01859f5a9c70b6594ec220228d
2c59518a77f81092cfdb0096843de61bb7c387d1
refs/heads/master
2020-12-24T12:40:25.878974
2017-08-16T16:32:03
2017-08-16T16:32:03
72,964,116
1
0
null
null
null
null
UTF-8
C
false
false
778
h
#ifndef SORTA_H #define SORTA_H #include <stdbool.h> typedef int (*compare_function)(void*, void*); int compare_int(void* left, void* right); void mem_swap(void* dest, void* src, int bytes); void insertion_sort(void* list, int size, int items, compare_function compare); void selection_sort(void* list, int size, in...
[ "briansteffens@gmail.com" ]
briansteffens@gmail.com
a1eebc8a9993f4e79b426d9b0b1c8e7d7979c623
2fdcfbd9a3123ec2f8c658b785e32068c86a5f3a
/BLE-CC254x-1.3.2-KEY/Components/hal/common/hal_drivers.c
34e4f1a98af4172e6c55812822c32515120d2d38
[]
no_license
gejiangwendi/c_and_8bit-mcu
21d8f68aa705baac7023bb6d9e81d0d0d5f4282a
a61e331d25d65315790054e20150c89bba18b9f9
refs/heads/master
2021-06-21T12:15:30.658010
2020-03-09T14:31:33
2020-03-09T14:31:33
100,465,334
0
1
null
null
null
null
WINDOWS-1258
C
false
false
8,796
c
/************************************************************************************************** Filename: hal_drivers.c Revised: $Date: 2007-07-06 10:42:24 -0700 (Fri, 06 Jul 2007) $ Revision: $Revision: 13579 $ Description: This file contains the interface to the Drivers Service...
[ "danghao0815@163.com" ]
danghao0815@163.com
53812d3be1572bec5aca9c337baa09c6c2e05963
c057f5dac86462d99804a4c50bb24f96cf3b6aa7
/AEDS-1/LISTA 6/parte 3/Q1.6.pt3.c
a22d5ff9ad5ab9754a39e6d851dab81c7fbe1b80
[]
no_license
TigoNunes/Activities-PUC-first-period
fb4837f09f63c7c04f6837a011cec37d24dabaf4
95a1fc465c7243f7b5e6a52b0e575034bb4cba96
refs/heads/master
2023-07-04T20:54:33.528066
2021-08-22T04:47:22
2021-08-22T04:47:22
386,070,479
0
0
null
null
null
null
UTF-8
C
false
false
1,123
c
/****************************************************************************** Calcular e retornar o enésimo termo de uma progressão aritmética onde o primeiro termo e a razão são informados pelo usuário. *******************************************************************************/ #include <stdio.h> void PG(flo...
[ "noreply@github.com" ]
TigoNunes.noreply@github.com
f2bd8eb5d7467a0a119a348e501ba0f330230ff7
80d53c47731e8a9343bd781f99e60a93b5a25f82
/src/Hardware/runs.h
a96307c93917235275f3e55ed1409da43eac87f4
[]
no_license
Jonnyh6677/TestRepo2
9b9bb377e9519c6f9662b7e0604117043bc868bb
5afe78aef8c01dec41fc87e220c47b4cc2dcd674
refs/heads/master
2023-01-19T20:08:28.838821
2020-12-04T10:32:04
2020-12-04T10:32:04
318,481,929
0
0
null
null
null
null
UTF-8
C
false
false
1,190
h
#ifndef RUNS_h #define RUNS_h #include "MotorDriver.h" #define FILTER_COLOR_NONE 0 #define FILTER_COLOR_GREY 1 #define FILTER_COLOR_BLUE 2 #define FILTER_COLOR_GREEN 3 #define FILTER_COLOR_ORANGE 4 #define FILTER_COLOR_RED 5 #define POS_LEFT 0 #define POS_RIGHT 1 #defin...
[ "Jonathan.haas@bmglabtech.com" ]
Jonathan.haas@bmglabtech.com
1f820bf8edce88cf12b8cdd510a73eeba890c650
0cd9d43dfd78f780491279dae9c3d40f381554ec
/lib/libft/ft_memchr.c
0abbf4ddd033a9c95e95a1d1646afb0b87678b9a
[]
no_license
Anchenni/Cub3d
64e3ba587781333706b7bc2b8016f1903748ff60
e2108a5fbb141770349c3c6aab6f37cc386809c6
refs/heads/master
2023-04-20T14:11:01.423959
2021-05-07T21:08:34
2021-05-07T21:08:34
362,977,656
0
0
null
null
null
null
UTF-8
C
false
false
1,196
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memchr.c :+: :+: :+: ...
[ "root@Anouars-MacBook-Pro.local" ]
root@Anouars-MacBook-Pro.local
af4915f9f2c9394993ef1874f5fc444e95d75e99
09c81d6f33b89ac0f3835a249826f4fdafc76266
/1.54inch_e-paper_module_c_code/STM32/STM32-F103ZET6/User/e-Paper/EPD_1in54c.c
10d907b5bb9ebfb95b6ed576b5f94d18982b580a
[]
no_license
fprumbau/prototype
2ce025c759d4bd2e49c5dae96e3d78ead442101b
065c6465eac3968f9735eae881095118120de9b7
refs/heads/master
2020-06-13T02:22:32.724469
2019-06-30T15:02:41
2019-06-30T15:02:41
194,499,767
0
0
null
null
null
null
ISO-8859-13
C
false
false
6,494
c
/***************************************************************************** * | File : EPD_1in54c.c * | Author : Waveshare team * | Function : Electronic paper driver * | Info : *---------------- * | This version: V2.0 * | Date : 2018-11-14 * | Info : * 1.Remove:Im...
[ "fprumbau@gmail.com" ]
fprumbau@gmail.com
b139b9129f12197bcb83c2b33aa7214ba54dba95
d8bc00e0fc53d0116f42fd64401b08bb75d12ae7
/test/FilterTest.c
80fa54eea3b5c6fcebc4ff562afe238de792c394
[ "Apache-2.0" ]
permissive
aristanetworks/ctypegen
2eea3423f885761c37eff10e29c2f7af3b6adef6
aa02e71cdba319648e96c996276aa65d03ebfb33
refs/heads/master
2023-06-10T00:13:15.871958
2023-06-02T13:55:07
2023-06-02T16:05:12
134,200,269
29
9
Apache-2.0
2020-04-01T21:37:06
2018-05-21T00:58:17
Python
UTF-8
C
false
false
772
c
/* Copyright 2021 Arista Networks. 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 agreed ...
[ "peadar@arista.com" ]
peadar@arista.com
0f3edb29ce68944c4967e7a12901f51b58f06b86
b796663433ec83132f492f31c4d4b29b3472e485
/.history/quantcomp_20210322171446.c
0a0e6faa292af80f53ad8b169ef9f369e47cc56f
[]
no_license
EwanThomas0o/PHYM004-Quantum-Computer-Simulation
207ed34523c4e64948d7db309c5f3f01347f9a07
0d2ea2e0c24043420d3197a70c38b9eb94b8948b
refs/heads/main
2023-03-25T13:49:15.950079
2021-03-26T12:10:29
2021-03-26T12:10:29
329,259,055
0
0
null
null
null
null
UTF-8
C
false
false
44,315
c
/* Title: Quantum Computer Simulation PHYM004 Author: Ewan-James Thomas File_name: quantcomp.c License: Public Domain & GNU licensing */ /****************** PHYM004 PR2: Quantum Computer Simulation ******************/ // // Purpose // ------- // // Usage // ----- // All gates apart from measure_register return type ...
[ "ewan.thomas98@gmail.com" ]
ewan.thomas98@gmail.com
4a0ab813812d33810529d470c8e4089c6d0b71aa
202bbc35b672ebda80f7295a7793995d5d877206
/ScubaSteve/Builds/IOS/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen_107MethodDeclarations.h
c1311fd3a87232b285ce5bb2a9eb4fc99b9fda1c
[]
no_license
gohun04/ScubaSteve
c2388d677c77b374fccb62c0e8cce4740d06ca50
2428e54e97238f48f67652a8dd982e1f6821e7e0
refs/heads/master
2021-01-01T16:00:07.055501
2015-04-25T09:07:26
2015-04-25T09:07:26
34,557,070
0
0
null
null
null
null
UTF-8
C
false
false
1,667
h
#pragma once // System.Array/InternalEnumerator`1<UnityStandardAssets.CrossPlatformInput.TouchPad/AxisOption> struct InternalEnumerator_1_t3475; // System.Object struct Object_t; // System.Array struct Array_t; // UnityStandardAssets.CrossPlatformInput.TouchPad/AxisOption #include "AssemblyU2DCSharpU2Dfirstpass_Unity...
[ "jacobpipers@msn.com" ]
jacobpipers@msn.com
a9fea78fee11f4361612d5f2c36f56758752cf42
0e9bb62d216b408a7eac90c756ad46125a99658b
/planeSweep.h
13b50d6c625a63a3882551c04519b7e625a8300c
[]
no_license
VivianLyy/Top-m-MaxOverlap
2e2e66f061499207128c59672a199ae8f251c1b7
ffc9860b44959f0c6288b03cbeaa4bb6b26d5475
refs/heads/master
2020-03-15T10:18:25.394274
2018-05-04T06:11:14
2018-05-04T06:11:14
132,095,182
0
0
null
null
null
null
UTF-8
C
false
false
1,386
h
#ifndef PLANES_H #define PLANE_H #include <math.h> #include "circle.h" #include "qsort.h" #include "config.h" struct interval_s { double left; double right; int weight; }; typedef struct interval_s interval; struct intervalList_s { int noOfElt; interval **elt; }; typedef struct ...
[ "13501923325@163.com" ]
13501923325@163.com
2db2b6d5236f4ec2b0f23c37593e686617fde994
2b15bb1b94b46888bc21ae61747b6c6b770eed62
/ProfileManager/profile_transmit.c
fdb3e85bb1cfb4432a88f4ebf28e8acbd975a2b4
[]
no_license
SBS-kkramer/HyperNav_Firmware
cd25f209fec60f9a92095254e4c7366c1c841874
bc6b8be7b98e21b5007cc5ed1c5ebc416a1c6fe6
refs/heads/master
2023-07-23T20:16:19.795273
2021-09-08T06:25:28
2021-09-08T06:25:28
342,882,781
0
2
null
null
null
null
UTF-8
C
false
false
18,062
c
# include "profile_transmit.h" # include <errno.h> # include <stdio.h> # include <stdlib.h> # include <string.h> # include <unistd.h> # include <sys/ioctl.h> # include <sys/types.h> # include <sys/socket.h> # include <netinet/in.h> # include <netdb.h> # include "zlib.h" # include "profile_description.h" # include ...
[ "kkramer@seabird.com" ]
kkramer@seabird.com
9e08bde059aed9e88562715e6c2a2d8c3c39a913
7781ce6f4465d8ad8a5c19439d93d06f2e43e373
/UART-bi_int/main.c
0f85e928d4ea3161569dd40c7a362ebd6bc26883
[]
no_license
diemlt4/STM32F4
a6948d5fc6d4fb2a93919328544389d66b4a85ab
3e7d0eb93900c20218beb6baa13bd86065089d9d
refs/heads/master
2021-03-30T02:42:46.051858
2016-06-10T03:33:31
2016-06-10T03:33:31
248,007,745
0
1
null
2020-03-17T15:38:00
2020-03-17T15:37:59
null
UTF-8
C
false
false
10,614
c
/* * This program turns on the 4 leds of the stm32f4 discovery board in order with * Timer 6. Change the lighting direction by pressing user button. */ /* Include STM32F4 and standard peripherals configuration headers. */ #include <stm32f4xx.h> #include "stm32f4xx_conf.h" #include <ctype.h> #include <string.h> /*...
[ "zack_pan@alumni.ncu.edu.tw" ]
zack_pan@alumni.ncu.edu.tw
99cffc3c669fce4a6c7ce3003c27c8097e36af57
b2cf7e6836ee5f14084214114c505ddea873f494
/apps/temp_mon/fsw/platform_inc/temp_mon_msgids.h
7ab9e3cebc58eab263ee3df68f194cf43461a7e6
[ "NASA-1.3" ]
permissive
jeremyzhang1/cFE-beavsat
091e9099daafe58db22128024919f8003105422e
4ef3de5c7307b2261fe611f8373bc6bcfddea364
refs/heads/master
2020-03-27T11:38:03.227897
2018-08-03T18:12:32
2018-08-03T18:12:32
null
0
0
null
null
null
null
UTF-8
C
false
false
1,256
h
/*======================================================================================= ** File Name: temp_mon_msgids.h ** ** Title: Message ID Header File for TEMP_MON Application ** ** $Author: Austin Cosby ** $Revision: 1.1 $ ** $Date: 2018-07-27 ** ** Purpose: This header file contains declartions and ...
[ "wecosby@gmail.com" ]
wecosby@gmail.com
8c510aed4e9735217707f0b9dded0b0189d68465
81a1367960cf88168ba38bccfdcd01e22b33a4fc
/include/rpc/rpc-nmc.h
ae3bad5e6c8f786d108eb2ca87576e4834152b11
[]
no_license
RC-MODULE/nmpp
3ade5fdd40f24960e586669febae715885e21330
a41c26c650c2dee42b2ae07329f7e139c4178134
refs/heads/master
2022-11-02T07:56:09.382120
2022-09-21T17:34:38
2022-09-21T17:34:38
44,173,133
9
12
null
2022-04-28T08:42:55
2015-10-13T11:59:04
Assembly
UTF-8
C
false
false
6,926
h
#include "easynmc\aura.h" //typedef void (func_p_t)(void*); //typedef void*(func_i_p_t)(int); typedef void (func_ppi_t)(void*,void*,int); typedef int (func_ppi_i_t)(void*,void*,int); typedef int (func_ppr_i_t)(void*,void*,int*); typedef void (func_pppi_t)(void*,void*,void*,int); typedef void (func_pipi_t)(void*,int,v...
[ "mushkaev@module.ru" ]
mushkaev@module.ru
40efeff1d62e6a287735cfc9cc511bcd4620d08d
b0bf7998d91f64236654d5bae42171810fe2a98e
/ourproject/Temp/StagingArea/Data/il2cppOutput/t553MD.h
8a1d5f8c1cce834a50042157cb8297ae62b53bcc
[]
no_license
starinu/493Project
b91ee6cdd2837fbb86fe4e43cb6b949d0851cfdd
3906b5292741694685f95a35ae6475ae96831033
refs/heads/master
2021-01-10T03:43:20.298633
2015-11-21T05:23:07
2015-11-21T05:23:07
46,602,286
0
0
null
null
null
null
UTF-8
C
false
false
3,043
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> struct t553; #include "codegen/il2cpp-codegen.h" #include "t550.h" #include "t6.h" #include "t551.h" #include "t552.h" extern "C" void m2798...
[ "liuth@0587357572.wireless.umich.net" ]
liuth@0587357572.wireless.umich.net
1be5093fc0df0e9ed0ba58452bbd3dd37cd17c7b
46367579a54a09dd220dd9a678b1452f06897f11
/branches/hdf5_CppAPI_Constants/src/H5Apkg.h
b815d11a4f424df3abe7ba3a604025deee6dc44e
[ "LicenseRef-scancode-llnl", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-hdf4" ]
permissive
TPLink32/hdf5
33ff24c9b6133f0f51cb6cc2b722fba7bb1777dd
0d6987c15284bd9f34c7e44452a152833d42a738
refs/heads/master
2021-05-31T01:15:39.463663
2016-04-14T23:02:09
2016-04-14T23:02:09
null
0
0
null
null
null
null
UTF-8
C
false
false
12,974
h
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
[ "bmribler@dab4d1a6-ed17-0410-a064-d1ae371a2980" ]
bmribler@dab4d1a6-ed17-0410-a064-d1ae371a2980
67ee2beacdd4247c218187ea73591e38c56e82db
8546e4cec83bfa793f52decba8f789bddea717a2
/sounds.h
6d5b1f47c8ecc2bf2af2e3643b1a43e10ed2bfe6
[ "BSD-2-Clause" ]
permissive
tytydraco/DDRBOY
881ff7ed3062f4f9b10bbfb8233b56b3a959cf8c
1b0b98ee103f831e38cafb68662fb118fe3fb22b
refs/heads/master
2022-08-11T03:03:21.629902
2022-07-30T05:50:41
2022-07-30T05:50:41
123,229,584
0
0
null
null
null
null
UTF-8
C
false
false
338
h
#ifndef SOUNDS_H #define SOUNDS_H const uint16_t SOUND_START[] PROGMEM = { 100, 100, 200, 100, 300, 100, 400, 100, 500, 100, TONES_END }; const uint16_t SOUND_GAME_OVER[] PROGMEM = { 500, 100, 400, 100, 300, 100, 200, 100, 100, 100, TONES_END }; const uint16_t SOUND_OK[] PROGMEM = { 500, 100, 0, 20, 500, 100, TON...
[ "tylernij@gmail.com" ]
tylernij@gmail.com
59fd8a318055a413176757cbcc0c3537aa0eb1f4
f72d1dc8916c80f9f93b7061385ee93d72cbaa01
/src/util/simd_utils.h
c1449711b5ac92a13afa7af7bade9b0d021845c6
[ "BSD-3-Clause", "BSL-1.0", "BSD-2-Clause" ]
permissive
wurp/hyperscan
bffb33561b99263bd70c0a9f6c43505b88071b74
1dfcacedf1b4b8c099c00b3705d72b676033c33f
refs/heads/master
2020-04-05T14:27:33.291824
2019-07-10T17:33:42
2019-07-10T17:33:42
156,930,099
0
1
NOASSERTION
2018-11-09T23:43:17
2018-11-09T23:43:17
null
UTF-8
C
false
false
32,758
h
/* * Copyright (c) 2015-2017, 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 f...
[ "matthew.barr@intel.com" ]
matthew.barr@intel.com
47090cdc4f3e35891ee2d11483abf7a8105bb5d8
0cb919aab98c45162ee9d51cc6a1e37814961d43
/corectari/ft_printf/bla/ft_chartoint.c
095f0f7f1953649bf7323cba4d27135588ad7fc4
[]
no_license
gustavo249/power
b66aace2a4dd6d83094f551b029c6bd4eda13580
bf7b35fefa531be68af7b4a20ff937803411a9c1
refs/heads/master
2021-01-10T11:03:21.372194
2016-02-15T12:35:16
2016-02-15T12:35:16
45,904,657
0
0
null
null
null
null
UTF-8
C
false
false
1,244
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_chartoint.c :+: :+: :+: ...
[ "rcrisan@e1p18.cluj.42.fr" ]
rcrisan@e1p18.cluj.42.fr
1be8d070689128620e3caa9ddee4bd82e0e4007b
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE134_Uncontrolled_Format_String/s02/CWE134_Uncontrolled_Format_String__char_environment_vprintf_04.c
a3aa29f9ae55b2dd4c2638202a2a2364532ff8c1
[]
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
6,242
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE134_Uncontrolled_Format_String__char_environment_vprintf_04.c Label Definition File: CWE134_Uncontrolled_Format_String.vasinks.label.xml Template File: sources-vasinks-04.tmpl.c */ /* * @description * CWE: 134 Uncontrolled Format String * BadSource: environment Read i...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
4660aa8a508a68444692c71c62b3e9a3a036a6fd
187c76fffeeeb0f06e0729a9234cd397cc026f73
/macros/stc/velut_m.h
f8b9a65c07b5dce9d82b93bdc00bdf828677fdcf
[ "MIT" ]
permissive
mfkiwl/riscv-pvp
2b728030a68aa5045083891d0d8bb6fab22818ba
91154e7c0e97c611a21fed33499498b6fcaf0420
refs/heads/master
2023-04-16T20:41:36.722091
2021-05-10T09:25:29
2021-05-10T09:25:29
null
0
0
null
null
null
null
UTF-8
C
false
false
8,766
h
// See LICENSE for license details. #ifndef __TEST_MACROS_VELUT_M_H #define __TEST_MACROS_VELUT_M_H #include "test_macros.h" #include "test_macros_stc.h" #include "exception.h" #define LDINS lh #define STINS sh #define ESIZE 2 #define SETCSR(height, width, stride_s1, stride_s2, stride_dst) \ li a0, (width << 16 +...
[ "xin.ouyang@streamcomputing.com" ]
xin.ouyang@streamcomputing.com
7a5d5ccd117bd11c8eed3cdca1cc3fda4b325284
34db04001db1c6204b7953849cd0852efe548f64
/pet/tests/tobi2.c
7944693b720269035a03fa1196613d66cd456b6b
[ "MIT" ]
permissive
yaozhujia/ppcg
8fb676ca370f575e549d75e234b71b17d98acf5f
e5ec097899611c86a238fb7656534a2f77bf6b37
refs/heads/master
2020-03-29T00:40:33.926966
2020-02-27T01:25:38
2020-02-27T01:25:38
149,306,257
0
0
MIT
2018-09-18T15:02:50
2018-09-18T14:56:45
C
UTF-8
C
false
false
204
c
#include <limits.h> int main() { unsigned int N = UINT_MAX; unsigned int i; int a; #pragma scop for (i = 0; i < 20 && i < N + 10; ++i) a = 5; #pragma endscop }
[ "peter.nie@huawei.com" ]
peter.nie@huawei.com
f531644e894ddb4e0591bed09c5c6db4857c998c
9b553bbfc8b0807d7f860964d6044d6ccf6d1342
/include/rel/d/a/npc/d_a_npc_tkj/d_a_npc_tkj.h
d52c65f8288c3f2c88582e2524aaed09cb187fed
[]
no_license
DedoGamingONE/tp
5e2e668f7120b154cf6ef6b002c2b4b51ae07ee5
5020395dfd34d4dc846e3ea228f6271bfca1c72a
refs/heads/master
2023-09-03T06:55:25.773029
2021-10-24T21:35:00
2021-10-24T21:35:00
null
0
0
null
null
null
null
UTF-8
C
false
false
100
h
#ifndef D_A_NPC_TKJ_H #define D_A_NPC_TKJ_H #include "dolphin/types.h" #endif /* D_A_NPC_TKJ_H */
[ "" ]
7d42794fe638b562b474df983d329f3a09ab5f6c
c55859fad14aa7878d38d178073fa77399abf34f
/video_api/video_encoder/include/xin26x_params.h
f7eb1161175cad645f9e4f72bef2fda157d28abd
[]
no_license
master-of-zen/xin26x
f58d6d444634d23de430b26389ef6f41be196032
c75fd8b55986dc855ab3d2149713b2388467c216
refs/heads/master
2022-12-24T11:27:32.898156
2020-10-15T06:38:01
2020-10-15T06:38:01
null
0
0
null
null
null
null
UTF-8
C
false
false
3,580
h
/***************************************************************************//** * * @file xin26x_params.h * @brief This files contains h26x encoder configuration api. * @authors Pig Peppa * @copyright (c) 2020, Pig Peppa <pig.peppa@qq.com> All rights reserved * *****************************...
[ "pig.peppa@qq.com" ]
pig.peppa@qq.com
4a873787d203cf6373f39553d953d124338a3cc2
d23f548571b1e6640d52c94303b036df54c25f45
/Algorithms/Bubble_sort.c
7cc653959adc67c70217f49cbdb629622bfe75a4
[]
no_license
Ajay-Chidambaram/Day-To-Day
96b7b56dbf93a6261c8881b18bca661db1d6221b
40fbfa111dda98972faecc2039ec3ab133f06764
refs/heads/master
2022-11-23T06:56:40.061087
2020-07-20T16:56:00
2020-07-20T16:56:00
273,741,786
0
0
null
null
null
null
UTF-8
C
false
false
684
c
/*************************************** BUBBLE SORT ALGORITHM ***************************************/ #include<stdio.h> void swap(int *a, int *b) { int temp; temp = *a; *a = *b; *b = temp; } void bubble_sort(int a[], int n) { for(int i=0;i<n-1;i++) { ...
[ "noreply@github.com" ]
Ajay-Chidambaram.noreply@github.com
53c148c0a3427d7c7e4622fc409aad1f822b9d4c
767b2117aa6598ecf183aa0791ab63a9643bc869
/user/uart/uart.h
01d18452b0df68973ec54993c74b8ab04572c25b
[]
no_license
Rigry/EO62_sens
978456bde83f7c503522b90d284dcf0eb48bb8bb
c383117106af6fcc825ef4b8ac67aaac466e9582
refs/heads/master
2020-05-01T16:07:58.467944
2019-03-25T10:40:01
2019-03-25T10:40:01
177,564,945
0
0
null
null
null
null
UTF-8
C
false
false
2,790
h
/* * Функции приема/отправки данных по uart * Используется timer2 для определения конца пакета по приему * - не должен быть использован в программе * UART_BUF_SIZE должен быть задан в macros.h, там же операции с битами * */ #include <stdbool.h> #include "macros.h" // #include <avr/io.h> #include <st...
[ "dvk@phobos.factory.alexplus.ru" ]
dvk@phobos.factory.alexplus.ru
9bb78cdf095f676a956ce189fba686442e909ea5
b34e2a006f55a67f36eade7994f6712e9b90f534
/one answer/2017053008商议文_D1059.C
a75bda11603e21a2322e4c89c7ad4d4f80799a32
[]
no_license
shang1999/items-of-error-correction
7a0717763c1031aa583db35cf196aabf07f113d6
4479f82c0f8138b14fcc2ace15f0b329e4a5e0de
refs/heads/master
2020-03-12T08:07:17.487188
2018-04-22T05:36:17
2018-04-22T05:36:17
130,520,607
0
0
null
null
null
null
UTF-8
C
false
false
323
c
#include <stdio.h> int main(void) { int *ptr, i, arrA[10]; /*********Found************/ ptr=arrA; for (i=0; i<10; i++) { scanf("%d", ptr++); } printf("\n"); /*********Found************/ ptr=arrA; for(i=0; i<10; i++, ptr++) { printf("%d ",*ptr); } printf("\n"); return 0; } ...
[ "noreply@github.com" ]
shang1999.noreply@github.com
08225bc964881f0f7c3f5e1bd7a89faded14b82e
73bcbe015f1849753775b7c421b6488d54e45902
/tek1/Advanced/PSU_my_sokoban_2019/lib/my/my_strcmp.c
3603a6f507728617c5d8bf50ca6c6d51d7ee3e61
[]
no_license
bartz-dev/Epitech_Project
33b745c6c68c24461df8b7acbc21835a1221a43e
8d01f78093c0b965b491f0b36aa89025cab9b20a
refs/heads/main
2023-08-28T15:32:39.324743
2021-10-25T16:22:37
2021-10-25T16:22:37
null
0
0
null
null
null
null
UTF-8
C
false
false
282
c
/* ** EPITECH PROJECT, 2019 ** PSU_my_sokoban_2019 ** File description: ** my_strcmp.c */ #include "my.h" int my_strcmp(char const *s1, char const *s2) { for (int i = 0; s1[i] == s2[i]; i++) if (s1[i] == '\0' && s2[i] == '\0') return (1); return (0); }
[ "clement.fleur@epitech.eu" ]
clement.fleur@epitech.eu
af4c756d52db3b36664f4c1670688f4d8f8f9c67
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/079/659/CWE134_Uncontrolled_Format_String__char_console_w32_vsnprintf_61b.c
aaa1b058c1d23c06b4c7157549fea8876f7f8e66
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C
false
false
3,110
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE134_Uncontrolled_Format_String__char_console_w32_vsnprintf_61b.c Label Definition File: CWE134_Uncontrolled_Format_String.vasinks.label.xml Template File: sources-vasinks-61b.tmpl.c */ /* * @description * CWE: 134 Uncontrolled Format String * BadSource: console Read i...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
a24ee4156b1246a91774e021d1359fac5c330589
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/drivers/staging/gasket/gasket_core.h
c417acadb0d51ac2d9f2b235da6fb3e9f1d8966b
[ "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
19,536
h
/* SPDX-License-Identifier: GPL-2.0 */ /* * Gasket generic driver. Defines the set of data types and functions necessary * to define a driver using the Gasket generic driver framework. * * Copyright (C) 2018 Google, Inc. */ #ifndef __GASKET_CORE_H__ #define __GASKET_CORE_H__ #include <linux/cdev.h> #include <linu...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
879dd3e1eb3c7ded5d894e7ed8d27d95ab9d700a
576507416eefaf1f249616d8b2414479c5659d07
/C-programs/Decision control statement program/Check wheather year is leap year or not.c
fc2a96a7375eff353b39b48d9e7224ca5747c0af
[]
no_license
nehasutay/C-programs
ad833072670bf77c898a3b0b6db5964f0f02aeca
ee62e33312d90174188d3f0c7e75c8787ac7b113
refs/heads/master
2021-05-19T06:40:55.955839
2020-05-20T15:26:50
2020-05-20T15:26:50
251,513,490
0
0
null
null
null
null
UTF-8
C
false
false
309
c
#include<stdio.h> #include<conio.h> void main() { int year,leap; printf("Enter year from keyboard"); scanf("%d",&year); leap=year%4; if(leap==0) { printf("Year is leap year"); } else { printf("Year is not leap year"); } getch(); }
[ "noreply@github.com" ]
nehasutay.noreply@github.com
d057ae0ecc87910726a9d711c88c2b7bb9b5f08f
2cd6809299f9217bc42542a27f817fb21a1a5cc7
/fib.c
147c99314df77b9ac1b492c930d65a4275254ccc
[]
no_license
marqueymarc/scala-perl-ruby
6c1d3a886b54970822c7bb279d098ec760ae2692
f22043b695174e84cfc7212abfd45aa08560a2ed
refs/heads/master
2021-01-24T06:12:51.964923
2011-05-17T23:00:39
2011-05-17T23:00:39
1,763,334
0
0
null
null
null
null
UTF-8
C
false
false
348
c
# include <stdio.h> int fib(int n) { if (n <= 1) { return 1; } int last = 1; int pen = 1; int i; for (i = 1; i < n; i++) { int both = last + pen; pen = last; last = both; } return last; } main(int argc, char**argv) { int n = 0; if (argc >= 2) n = atoi(argv[1]); printf("fib(...
[ "marc@marcmeyer.com" ]
marc@marcmeyer.com
4aeaf17c1a213ec3dcc32bee8aa07bb2bb612507
4e0ede554d3d06be73bf52be7cc1ea73279f8f69
/mid01/yhw/hw3/3binary.c
95dbf39c00fc4abb27ac82f62a3a00f2b984fe8a
[]
no_license
ccl1616/programming-10801
fa352c771d128b2eb404abfa4378e34d11fcd71b
74c482a76aada7ca5ac098824c555bbb6ec533a1
refs/heads/master
2023-05-14T19:55:26.072283
2021-06-05T03:29:01
2021-06-05T03:29:01
234,897,958
0
0
null
null
null
null
UTF-8
C
false
false
691
c
#include <stdio.h> int main(void) { int n,o[11]; scanf("%d",&n); int i = 0; //印出原來數字的binary while(n != 0) { o[i] = (n % 2);//n = 11 1 1 0 1 n = n / 2; // 5 2 1 0 i ++; } int c,r,q,m; //印出+1(+c)後的binary i = 0,c = 1,m = 0; while(c == 1) { r...
[ "noreply@github.com" ]
ccl1616.noreply@github.com
4fbaf63df203545ced7934e19a924ff8838c6631
a2cae322fd366df1c77794bca646d8bd5dede1b6
/src/gallium/drivers/freedreno/a4xx/fd4_emit.h
c5fb24d8d1342b328e61e1e7706fa89f86dc1b7d
[]
no_license
John-Gee/Mesa-3D
bc97538db56abecc664746ec59d85d0dca308732
dbfa62df4301b66051384b3aa43e145c4630fc86
refs/heads/master
2021-01-18T02:14:16.120587
2014-11-22T14:36:37
2014-11-22T14:36:39
null
0
0
null
null
null
null
UTF-8
C
false
false
2,922
h
/* -*- mode: C; c-file-style: "k&r"; tab-width 4; indent-tabs-mode: t; -*- */ /* * Copyright (C) 2014 Rob Clark <robclark@freedesktop.org> * * 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...
[ "robclark@freedesktop.org" ]
robclark@freedesktop.org
79bb84135bab3cde3c8f3daf7e1fb7b6354dbd64
387549ab27d89668e656771a19c09637612d57ed
/DRGLib UE project/Source/FSD/Public/RobotShieldSwitchSigDelegate.h
83eb42f2e7080acbffeffefe83595554f0ac10d2
[ "MIT" ]
permissive
SamsDRGMods/DRGLib
3b7285488ef98b7b22ab4e00fec64a4c3fb6a30a
76f17bc76dd376f0d0aa09400ac8cb4daad34ade
refs/heads/main
2023-07-03T10:37:47.196444
2023-04-07T23:18:54
2023-04-07T23:18:54
383,509,787
16
5
MIT
2023-04-07T23:18:55
2021-07-06T15:08:14
C++
UTF-8
C
false
false
207
h
#pragma once #include "CoreMinimal.h" #include "RobotShieldSwitchSigDelegate.generated.h" UDELEGATE(BlueprintCallable) DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FRobotShieldSwitchSig, bool, aIsGrowing);
[ "samamstar@gmail.com" ]
samamstar@gmail.com
a9066493e8d058b540344f084eb387a5fb1fe013
d5158ffa216d3751a35e1943a350bdfc22897eb4
/err.h
3e5db9b9a7c73571efc15fe5ed8f35e38525e213
[]
no_license
lkrids/pixQL
c20b18d003210a3cbafe080d66d0fd6c7248d74f
35071203ed9dd52089f79065595dd9472ffffec4
refs/heads/master
2021-01-22T15:00:50.624004
2015-06-30T16:29:41
2015-06-30T16:29:41
38,320,355
0
0
null
2015-06-30T16:29:15
2015-06-30T16:29:15
C
UTF-8
C
false
false
261
h
#ifndef _ERR_H_ #define _ERR_H_ #include <stdio.h> //sprintf #define ERROR(...) ({ sprintf(err->info, ##__VA_ARGS__); return ERR; }) typedef enum { ERR = 0, NO_ERR = 1 } ERR_EXISTS; typedef struct { long zero_pad; char info[1024]; } PixErr; #endif
[ "phildo211@gmail.com" ]
phildo211@gmail.com
17ffa0d763dd4694f77ab5e6d2324f608084f8c5
7f3d4b8ee2b8e03f79088dbd2f14c4c9a02f5584
/cli-srv/server.h
b87c2c62dd5703b52e12076b69493fca7f6639ac
[]
no_license
maurizioastegher/interprocess-communication-with-named-pipes
f686d2f73e68cbae4e88ede29d13d3cf9ffd70af
3a4af8c55865c952542014e51e4f38d2764da988
refs/heads/master
2020-12-02T17:49:05.613749
2017-07-06T14:24:49
2017-07-06T14:24:49
96,432,633
0
0
null
null
null
null
UTF-8
C
false
false
323
h
#define FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) //lettura e scrittura per owner, lettura per gruppo e altri void server(InputData* datiRicevuti, int fifoFD, int* final_keyCreata, char *risultato); int leggiInputDaFile(char* fileName, char* testoLetto); int devrandom(char *stringaCasuale, int secret_keySize)...
[ "maurizio.astegher@gmail.com" ]
maurizio.astegher@gmail.com
d194679e4098b665a9d6940ca825a260fcfa99ce
e2f47c07f8d90856d3cfcc8f25e8dc6e0f177e8e
/constant.h
d3f340fc8859040a6fe4b335f2a8df4fd90c7330
[]
no_license
zhaoshun/Random-Number-Gods
575687748592f916246e905711a1f42f8d9353e5
33388748e84d29e0966f0cab1cf482e08b9421c9
refs/heads/master
2021-01-18T12:45:16.499117
2011-12-07T06:58:36
2011-12-07T06:58:36
2,929,998
0
0
null
null
null
null
UTF-8
C
false
false
115
h
#include <stdint.h> struct rng *rngod_constant_add(uint32_t seed); struct rng *rngod_constant_add_default(void);
[ "nash@nash.id.au" ]
nash@nash.id.au
8e55074ce161e7714a893b61f42a32f41d845443
024d18609af522718f6a11c4c434548f5f103205
/menu.c
b20e95c7bafe6e22839d347b23dfa80465f707f3
[]
no_license
saleheenshafiq9/IIT-Students-Information-System
316195f28f49094272d0f1e988aa7dd34088970f
e22e52f8f6a8a668ce486ecd32ef1f0c0e9bc9bc
refs/heads/master
2020-04-30T15:36:33.962708
2019-04-22T19:30:58
2019-04-22T19:30:58
176,924,813
0
0
null
null
null
null
UTF-8
C
false
false
391
c
#include<stdio.h> #include<stdlib.h> void menu() { int n; printf("Choose Your Option:\n1.Profiling\n2.Input Result\n3.Search\n4.Exit\n"); scanf("%d",&n); if(n==1) studentinfo(); else if(n==4) return 0; else if(n==2) details(); else if(n==3) resultcount(); ...
[ "noreply@github.com" ]
saleheenshafiq9.noreply@github.com
aea0c2cae64d40d85ab83de3beedf9b9c1057ab1
a7acd38cda08e09fb3d31a43860db7de0fec5ffe
/chapter17/sockaddr_un.c
39fbf6a389997f4027b694d2f3838b605f0ca07f
[]
no_license
L-maple/apue
042d3d5a5374fe5c4083887ae260a4509edb527a
82c194c90f62fe5f496476ca066119cb7c8a7e81
refs/heads/master
2022-12-02T08:15:05.428210
2020-08-10T02:25:16
2020-08-10T02:25:16
263,200,924
0
0
null
null
null
null
UTF-8
C
false
false
495
c
#include "apue.h" #include <sys/socket.h> #include <sys/un.h> int main(void) { int fd, size; struct sockaddr_un un; un.sun_family = AF_UNIX; strcpy(un.sun_path, "foo.socket"); if ((fd = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) err_sys("socket failed"); size = offsetof(struct sockaddr_un,...
[ "creekliu@tencent.com" ]
creekliu@tencent.com
9806f5d952d957e1ab8edd22a15b54d798ba3d50
5df7ad08fb6333184652d682b04dca5759f70b57
/AR Portal Project/Library/Il2cppBuildCache/Android/armeabi-v7a/il2cppOutput/System.Configuration_CodeGen.c
e0d2b43325e67ae14b2b90799b4326c7e58413b3
[]
no_license
Wygahard/AR_Portal
dcbeee908bda3559ee24a6baca7fadf8d009ddf3
ddc582626aa8d7050c27966927eb0d6e33032f93
refs/heads/main
2023-05-05T04:27:32.448628
2021-05-28T22:10:13
2021-05-28T22:10:13
369,345,216
1
0
null
null
null
null
UTF-8
C
false
false
5,501
c
#include "pch-c.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "codegen/il2cpp-codegen-metadata.h" // 0x00000001 System.Void System.Configuration.ConfigurationSection::DeserializeSection(System.Xml.XmlReader) extern void ConfigurationSection_DeserializeSection_m1C615C8DFE790...
[ "Wygahard@hotmail.fr" ]
Wygahard@hotmail.fr
b7b11ba60d98a613e910ec31b1b12efb1123970a
a60c4be10d7e484258f684d55d4faea4a94593ad
/lib/scc/xmalloc.c
5ff239ae2c5897d628d488d1ff2423704891e23f
[ "ISC" ]
permissive
nakijun/scc
b8cc6e7a4873d988c9e973c83ac572d3fc54125d
e53520a8ec6d7838423fea56e1b028ced9558f59
refs/heads/master
2020-11-27T20:51:33.592527
2018-02-16T08:50:46
2018-02-16T08:50:46
null
0
0
null
null
null
null
UTF-8
C
false
false
201
c
static char sccsid[] = "@(#) ./lib/scc/xmalloc.c"; #include <stdlib.h> #include "../../inc/scc.h" void * xmalloc(size_t size) { void *p = malloc(size); if (!p) die("out of memory"); return p; }
[ "k0ga@shike2.com" ]
k0ga@shike2.com
394dd7112245c0e2d276d148591446c3c539677f
70f72f2dc3779287e693135efc98479be69553c7
/nRF5_SDK_for_Thread_and_Zigbee_v4.1.0/examples/multiprotocol/ble_zigbee/ble_zigbee_dynamic_light_switch_nus/pca10100/s140/config/sdk_config.h
78790ab92e3ffde3c245fbfdf86ffd637826903c
[]
no_license
MKreher/ble_scanner
933845031a786858bfccbd404f8b9b3f8b9ae270
899b2004e9e9ec6c4b4a6fa0b09a089a409abb14
refs/heads/master
2021-07-04T01:56:24.174083
2021-05-16T16:17:01
2021-05-16T16:17:01
238,542,086
0
1
null
2020-03-07T21:03:44
2020-02-05T20:29:18
C
UTF-8
C
false
false
287,365
h
/** * Copyright (c) 2017 - 2020, Nordic Semiconductor ASA * * 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, th...
[ "mk1977-dd@web.de" ]
mk1977-dd@web.de
bcc2e2c3e0a506150ce53e9de3086faa3cf2ddbf
26ac91f8f041896baed7afdabcf1832434981b54
/libft/src/ft_strlowcase.c
2f7215e136b925d946f205d9c30397e964c304e8
[]
no_license
ybarraul/ft_printf
5c7d43d6fb0e1c7a4aa1aa8dc242c2b5a5f53231
aadf11b4685841f9751eed2bf7a6ce5607886548
refs/heads/master
2020-04-02T18:37:32.991755
2018-10-25T16:59:22
2018-10-25T16:59:22
154,707,042
0
0
null
null
null
null
UTF-8
C
false
false
1,144
c
/* ************************************************************************** */ /* LE - / */ /* / */ /* ft_strlowcase.c .:: .:/ . .:: ...
[ "ybarraul@z4r1p1.le-101.fr" ]
ybarraul@z4r1p1.le-101.fr
9bf3b4b662bb38de5797647fea9e34ce169ef0ad
7612136f2156dd8fb340918f85c502a0577354f8
/RightArrowStar.c
de234168b624bda830e2d67089ebcbde599c7630
[]
no_license
2security/Star
4ac0858e8c146f307695cb5447a49b6ba725f6ea
39483c05aeb916268181cb03d9f07189f437c6de
refs/heads/master
2022-12-17T07:26:04.593149
2020-09-14T17:00:32
2020-09-14T17:00:32
295,481,963
1
0
null
null
null
null
UTF-8
C
false
false
418
c
#include<stdio.h> int main() { int n,i,j,k; printf("Enter no of rows"); scanf("%d",&n); for(i=1;i<=n;i++) { for(j=2;j<2*i;j++) printf(" "); for(j=n;j>=i;j--) printf("*"); printf("\n"); } for(i=1;i<n;i++) { for(j=2;j<2*n-2*i;j++) printf(" "); f...
[ "noreply@github.com" ]
2security.noreply@github.com
6a24b1cd21fd36e13f12e217a2a9c1086e68b3da
2eba3b3b3f979c401de3f45667461c41f9b3537a
/cling/autoauto/ROOT8442.C
e154b0e06f628a312214fa128afc705fac84def5
[]
no_license
root-project/roottest
a8e36a09f019fa557b4ebe3dd72cf633ca0e4c08
134508460915282a5d82d6cbbb6e6afa14653413
refs/heads/master
2023-09-04T08:09:33.456746
2023-08-28T12:36:17
2023-08-29T07:02:27
50,793,033
41
105
null
2023-09-06T10:55:45
2016-01-31T20:15:51
C++
UTF-8
C
false
false
95
c
void ROOT8442() { // Make sure that non-prompt input has no auto-auto. notdeclared = 42; }
[ "Axel.Naumann@cern.ch" ]
Axel.Naumann@cern.ch
8f95c92865d9a1c2d5f887511ecfac72e5857337
37e9bb64362f72c4bc3acf38361568105e0bc504
/en-act/jni/it_unibz_enactmobile_EnActStart.h
e0f2d86d0480dd110f54d5d906abcc9fc869784e
[]
no_license
gpoleto/en-act
88ad29a70a38d6352e18b03ee11579df584ec01d
57a2879f126874b9d03101266b571fcad580f99a
refs/heads/master
2016-08-04T16:35:10.813853
2015-04-16T18:58:31
2015-04-16T18:58:31
29,138,542
0
0
null
null
null
null
UTF-8
C
false
true
1,536
h
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class it_unibz_enactmobile_EnActStart */ #ifndef _Included_it_unibz_enactmobile_EnActStart #define _Included_it_unibz_enactmobile_EnActStart #ifdef __cplusplus extern "C" { #endif /* * Class: it_unibz_enactmobile_EnActStart * Me...
[ "anton.b.georgiev@gmail.com" ]
anton.b.georgiev@gmail.com
3b6f514d3aed6062a434b2b1cd6fbf79d82e3099
d0be9b8d08bb1e70e1878a4cc21c45efbb8f4241
/srcs/ft_memmove.c
ec32f8ff6a280c632d95dffcd16202cafe8e5746
[]
no_license
mint42/printf
f2694d3b5cc52c4bec9e4cc120ed93d0dd7f6dda
99344bef9a34c40081209c8f5714eaa7b75aaf53
refs/heads/master
2021-07-23T09:24:07.497339
2020-04-18T23:51:03
2020-04-18T23:51:03
143,647,039
0
0
null
null
null
null
UTF-8
C
false
false
1,200
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memmove.c :+: :+: :+: ...
[ "caelanreedy@gmail.com" ]
caelanreedy@gmail.com
7eb9a63f169721a3905b8d8adbeb3d6f0941757c
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/base/win32/winnls/test/nlstest/esgitest.c
cbf9a2386340c7d2b5ff3d13d95236cfb85252d3
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C
false
false
6,089
c
/*++ Copyright (c) 1991-1999, Microsoft Corporation All rights reserved. Module Name: esgitest.c Abstract: Test module for NLS API EnumSystemGeoID. NOTE: This code was simply hacked together quickly in order to test the different code modules of the NLS component. This is NOT mea...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
71a640ab3b550a0640eb8a4a1d0ce48ee41d84d3
e26511cb0e0b9551adc05e0e6050d7147e2fd256
/Gunz/ZCommandTable.h
e62f42336de9db3d04c31347f7044d935e2a0f3f
[]
no_license
PathosEthosLogos/RefinedGunz
8d79c786bcb91f5fe365a085868626ab687f4f3c
2f8c09a0cdc85183b0f2624ddc50d2570ff9a7ad
refs/heads/master
2020-03-12T10:57:16.361321
2018-04-19T22:42:09
2018-04-19T22:42:09
130,584,829
1
0
null
2018-04-22T16:16:44
2018-04-22T16:16:43
null
UTF-8
C
false
false
719
h
#pragma once void ZAddCommandTable(MCommandManager* pCommandManager); #define ZC_CON_CLEAR 41000 #define ZC_CON_SIZE 41001 #define ZC_CON_HIDE 41002 #define ZC_CON_CONNECT 41003 #define ZC_CON_DISCONNECT 41004 #define ZC_CON_SAY 41005 #define ZC_TEST_INFO 42000 #define ZC_BEGIN_PROFILE 42001 #define ZC_END_...
[ "askeno@hotmail.com" ]
askeno@hotmail.com
fa71acce7602c86e97c3c4942b88854186fdf54a
fd36795a6092e16cdd374fe8367f0f0617a22ea4
/src/bin/psql/tab-complete.c
8c10aae476bb03aa8653eb7231791a3906ac3298
[ "MIT", "BSD-4-Clause-UC", "BSD-3-Clause", "ISC", "bzip2-1.0.6", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-4-Clause", "Artistic-2.0", "PostgreSQL", "LicenseRef-scancode-unknown" ]
permissive
DalavanCloud/hawq
eab7d93481173dafb4da42c2d16249310c4c2fc9
aea301f532079c3a7f1ccf0a452ed79785a1a3a3
refs/heads/master
2020-04-29T10:14:22.533820
2019-03-15T13:51:53
2019-03-16T03:37:51
176,054,339
1
0
Apache-2.0
2019-03-17T04:02:59
2019-03-17T04:02:58
null
UTF-8
C
false
false
104,156
c
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "rvs@apache.org" ]
rvs@apache.org
a8d6f3258d2299bd895b35b6bb41006def30945a
468c81e1ee3ada3959b3d02c415d5d0c009dcf23
/linked_list/src/unit_tests.c
67db2ed7cfd097064a89e5c388ffb4a6b83f9805
[]
no_license
scagle/linked_list
d468c0847ec722ed7f195bcb41a4b2532af5c84c
8a577ebdfc64d67293e2c1f65b59ed40bea90c04
refs/heads/master
2022-11-23T05:18:05.240248
2020-07-27T03:16:51
2020-07-27T03:31:02
282,783,808
0
0
null
null
null
null
UTF-8
C
false
false
12,069
c
#include <stdio.h> #include <stdlib.h> #include "unit_tests.h" #include "external/minunit.h" /* Local helper function headers */ static char* test_free_linked_list(ListHead** head); static char* test_linked_list_depth(ListHead* head, int expected_size); static char* test_data_sequence(ListHead* head, int *sequence, in...
[ "Steven.Cagle@wdc.com" ]
Steven.Cagle@wdc.com
cd60f3f7484e1694e62b78fce1128e40987da875
bccad6cf85ddefb1ffadb60aa338e85139b6a438
/include/_DEVELOPMENT/clang/freertos/queue.h
9684ffe1372431c82aaf3697506e9364bee7c90a
[ "ClArtistic" ]
permissive
tschak909/z88dk
1486945106be919177ef8c9f339050815aad8a17
5b0a27dd191be5cb139508e08bc6428fe3fcc1e8
refs/heads/master
2021-12-02T07:57:42.262997
2021-07-26T21:50:22
2021-07-26T21:50:22
153,861,034
2
0
NOASSERTION
2018-10-20T02:09:27
2018-10-20T02:09:27
null
UTF-8
C
false
false
68,104
h
/* * FreeRTOS Kernel V10.4.4 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT * * 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 S...
[ "phillip.stevens@gmail.com" ]
phillip.stevens@gmail.com
50781880efaf67ed19899bec89bcb4a6e85967e2
e89f2409b5ede8acbd54fb975766a94dfc00b2c9
/JiuDuOJ/[文件操作][华中科技大学11].c
771b8b16896b6a1c51913c520069e268ec9a8710
[]
no_license
ShijunDeng/OnlineJudge
180a7a98526e706ae30e2566d349108d0eb5d3f8
13a3f0f2d74fea454016df96447b6f15725506b3
refs/heads/master
2021-01-13T03:54:03.851428
2018-01-24T14:06:30
2018-01-24T14:06:30
78,272,950
2
0
null
null
null
null
GB18030
C
false
false
1,357
c
#include<stdio.h> //#include<string.h> //#include<malloc.h> //#include<math.h> //定义状态码 #define OK 0 #define ERROR -1 #define TRUE 1 #define FALSE 0 typedef int Status; typedef int Boolean; #define N 1000 /*************************题目说明********************/ /* */ Status writeToFile(char str[N]) { FILE *fp; fp=fop...
[ "M201572621@hust.edu.cn" ]
M201572621@hust.edu.cn
018b0f6b9a1592251255f5ce526b42fb8aa668d2
6fe3cf3b38a51d23540add89f2dcfb83235abb12
/test_Library/static_library/test_Library.c
82773a508e7540e8a13c3e5eba02abbd374b8528
[]
no_license
cupidljh/test
c8ccbf807bbd6ed11706544a61b002e72f3f1bd8
84bdb31ce14638cedfe4bec2f8435f4613d2f116
refs/heads/master
2021-01-15T08:14:40.876767
2016-08-31T00:28:47
2016-08-31T00:28:47
64,896,200
0
0
null
null
null
null
UTF-8
C
false
false
252
c
#include<stdio.h> #include<stdlib.h> #include<assert.h> extern void hexprint(char* filename); int main(int argc, char* argv[]) { /* if(argc == 1){ fputs("error\n",stderr); exit(1); } */ assert(argc >= 1); hexprint(argv[1]); return 0; }
[ "cupidljh91@naver.com" ]
cupidljh91@naver.com
f3612050f21154a5931506214e4cffc6bb155c03
acb8d4c4f974d872f31997f591fea4d748f94b93
/p/fystreet/street2201.c
0a232807fae4e64b1e2d42d0ab0491321519656b
[]
no_license
MudRen/SZMUD
8ae6b05718b1a83363478469185e0d776b0fda5c
e3b46e6efa6d353f7f0d00ef676f97d5c0ec3949
refs/heads/master
2023-05-27T16:04:35.845610
2021-06-18T12:47:19
2021-06-18T12:47:19
361,736,744
1
2
null
null
null
null
GB18030
C
false
false
582
c
#define ID 2201 #include <ansi.h> inherit ROOM; void create() { set("short",HIW"空地"NOR); set("long",@LONG 这是拥挤的城市中难得一见的开阔地,不过,这里已经被打扫干净, 看上去正在寻找买家呢。想在这里拥有一套自己的房间可不容易,必须要 缴纳一大笔的购地款。 LONG ); set("roomid",ID); if(ID%2) set("exits",(["east":__DIR__"street"+(string)(ID/100),])); else set("exits",(["west":__DIR__"stree...
[ "i@oiuv.cn" ]
i@oiuv.cn
a209d9e2da67dd07d1229ca16d5370dda066b09a
363ff58e450668f5d6fe719137200084aca13f22
/ex11.c
020fe82592688ad2637b000d4436f0266b247c31
[ "BSD-3-Clause" ]
permissive
mmcgurn/MattFlowCases
607e68a0ac02dcaab1184282d007ac549a69ee30
1ef7ca77b447a07fdd14d1e2e902abe3e281b651
refs/heads/main
2023-04-26T18:32:38.115627
2021-05-20T17:35:02
2021-05-20T17:35:02
353,406,927
0
0
null
null
null
null
UTF-8
C
false
false
113,059
c
static char help[] = "Second Order TVD Finite Volume Example.\n"; /*F We use a second order TVD finite volume method to evolve a system of PDEs. Our simple upwinded residual evaluation loops over all mesh faces and uses a Riemann solver to produce the flux given the face geometry and cell values, \begin{equation} f_...
[ "matt@mcgurn.dev" ]
matt@mcgurn.dev
01876c47ac236e4dc89ba94c804dcc2f776a3e67
ac48dc874f5550d03648c28b1eda5720202eb55c
/qcril/qcril_qmi/qcril_qmi_prov.c
81dcdba8dce38d00a2b93662cba04990f18d5bfe
[ "Apache-2.0" ]
permissive
difr/msm8937-8953_qcom_vendor
464e478cae4a89de34ac79f4d615e5141c40cbcb
6cafff53eca7f0c28fa9c470b5211423cf47fd40
refs/heads/master
2020-03-20T09:58:48.935110
2018-05-27T04:13:22
2018-05-27T04:13:22
137,355,108
0
1
null
null
null
null
UTF-8
C
false
false
89,229
c
/****************************************************************************** # @file qcril_qmi_prov.c # @brief Manual Provisioning and MSIM feature # # --------------------------------------------------------------------------- # # Copyright (c) 2015 Qualcomm Technologies, Inc. # All Rights Reserved. # Co...
[ "adithya.r02@outlook.com" ]
adithya.r02@outlook.com
161a6139f0ee23aefb376a2af1b94e807055e91f
a7d700d33d537f45bab2edcf11c3306784eb37fc
/framework_1212/driver/gpmc/module/gpmc.mod.c
f69ae4381d4eeb54a53ea2710efaa22f0237775e
[]
no_license
sunjiangbo/3730
bf1ceee1865a3ac35efff410b83de82973d5f2ab
f19c3b8f41367da36b52cd4303b9c4f100573206
refs/heads/master
2021-01-11T20:21:28.593933
2015-01-04T02:00:30
2015-01-04T02:00:30
null
0
0
null
null
null
null
UTF-8
C
false
false
1,069
c
#include <linux/module.h> #include <linux/vermagic.h> #include <linux/compiler.h> MODULE_INFO(vermagic, VERMAGIC_STRING); struct module __this_module __attribute__((section(".gnu.linkonce.this_module"))) = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .a...
[ "server@G520" ]
server@G520
121290f6378a48ab1b0a61df483452754c1d26d1
5d3c93efede09d9d85d18a023e6820a3574fe1f5
/nexell_riscv/romboot/src/nx_cpuif_regmap.c
df4038d4872b4c2b3afadbd63cc4dc75173e9074
[]
no_license
delphi123/NXP4330_riscv-bootrom
dc24d22ed4405c42113ddc8e4ba558e47d9d77b1
2bc30f70d02246cb5133c0bdb3835cd7bdcd449d
refs/heads/master
2023-03-21T21:08:41.854732
2018-05-18T08:35:12
2018-05-18T08:35:12
null
0
0
null
null
null
null
UTF-8
C
false
false
3,726
c
#include <nx_cpuif_regmap.h> #include <nx_swallow_platform.h> #if defined(QEMU_RISCV) || defined(SOC_SIM) #include <nx_qemu_sim_printf.h> #else #include <nx_swallow_printf.h> #endif void nx_cpuif_reg_write_one(__nx_cpuif_symbol__ symbol, unsigned int regval) { unsigned int *reg_addr; unsigned int reg_val; ...
[ "suker@nexell.co.kr" ]
suker@nexell.co.kr
e3a5f37f2a7ea6218ad1fd16aa9a1598af99cbb2
2c052c996d4267623276a681308bf87ea7388f60
/src/xen/public/arch-x86/xen-x86_64.h
064b4aae70135cc671ffdd7a6d0c892149a493be
[ "Apache-2.0" ]
permissive
nanovms/nanos
17d3ce113b63c4370e40d291b8fd8fb9d943c02d
9085e091e5250fc58bf036591c8959e05fd7957f
refs/heads/master
2023-08-25T16:49:14.521701
2023-08-25T14:00:54
2023-08-25T14:14:13
115,159,616
2,055
131
Apache-2.0
2023-09-14T17:16:19
2017-12-23T00:25:34
C
UTF-8
C
false
false
7,975
h
/****************************************************************************** * xen-x86_64.h * * Guest OS interface to x86 64-bit Xen. * * 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 Softwa...
[ "noreply@github.com" ]
nanovms.noreply@github.com
cf51b3cea93777cd0503f8e396cea54d7b6da852
f561d31d91ce0c574afd74f1538d47185f1a6412
/ASE_BIS/TP8_ASE_FIleSyst/src/if_nfile.c
6a242564f82ac5a3ad529d8dc9a9b527e146eb49
[]
no_license
DherJ/Master1
7a93d26abacd35aa7dc4790f3b226418d1a6fe40
27d78b9344869bf9d888551cb3879ca472c7d683
refs/heads/master
2021-01-10T17:06:52.514185
2017-02-16T10:17:55
2017-02-16T10:17:55
37,208,183
0
0
null
null
null
null
UTF-8
C
false
false
1,058
c
/* ------------------------------ $Id: if_nfile.c,v 1.1 2009/11/16 05:38:07 marquet Exp $ ------------------------------------------------------------ Create a new file, read from stdin, return the inumber Philippe Marquet, Nov 2009 */ #include <stdio.h> #include <stdlib.h> #include <errno.h> #includ...
[ "j.dhersin@hotmail.fr" ]
j.dhersin@hotmail.fr
7e2cdb17e11f8feeae6270ea329478ac5553ec61
13bda9c8bdee5f30107ebc456be8aeb6df99d881
/DUMP/AddResourceComboRow_classes.h
36ce6faaec3b7c353c49fc9c0b8099588cc9ef6b
[]
no_license
xkp95175333/Icarus-Win64-Shipping
e783576259742a5a26592cc9aead95bc47cd90fc
910879d96e35a1f271be206182e18ee80c01a88e
refs/heads/main
2023-07-24T19:38:25.224868
2021-09-05T17:50:16
2021-09-05T17:50:16
403,376,074
0
1
null
null
null
null
UTF-8
C
false
false
966
h
// WidgetBlueprintGeneratedClass AddResourceComboRow.AddResourceComboRow_C // Size: 0x298 (Inherited: 0x260) struct UAddResourceComboRow_C : UUserWidget { struct FPointerToUberGraphFrame UberGraphFrame; // 0x260(0x08) struct UImage* RowIcon; // 0x268(0x08) struct UTextBlock* RowText; // 0x270(0x08) struct FText Dis...
[ "68745798+xkp95175333@users.noreply.github.com" ]
68745798+xkp95175333@users.noreply.github.com
ae9dc09d549c6b5aeb8a6da373cef8f7d40b51cb
17ac0514b4e9a0813f484708a0c64bccb03785b7
/src/chainparamsseeds.h
99353bf6831807c0122f60fa2797612ef0f24106
[ "MIT" ]
permissive
sdavignon/RIFFCash
42d994d7582c1a2c9fcf6fa08bd93b14bd1bf4c7
b578239ace232c521b97e9d4336fb8445662c38a
refs/heads/master
2021-09-03T08:51:15.663122
2017-12-03T15:28:02
2017-12-03T15:28:02
112,027,552
0
2
null
2017-11-26T20:15:01
2017-11-25T19:02:38
C++
UTF-8
C
false
false
22,602
h
#ifndef BITCOIN_CHAINPARAMSSEEDS_H #define BITCOIN_CHAINPARAMSSEEDS_H /** * List of fixed seed nodes for the riffcash network * AUTOGENERATED by contrib/seeds/generate-seeds.py * * Each line contains a 16-byte IPv6 address and a port. * IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly....
[ "kernelpanek+github@gmail.com" ]
kernelpanek+github@gmail.com
c9659e186b817ed4604bc40784cd826c4a20416d
baa3ca16ece08d8af0b085b58167c0876fb55c96
/Tercero/REDES 2/practica1/command.c
b4df58c76edd3f59a25577399a7c7cc368148c3b
[]
no_license
ZhijieQ/inf-uam
851d66b1484a63cdf6e2f35209075abf07bdb830
38079fdd5da5bb0ea35fa3265e813e0fe1a3bdd1
refs/heads/master
2021-06-01T10:20:44.917316
2016-08-23T18:24:12
2016-08-23T18:24:12
null
0
0
null
null
null
null
UTF-8
C
false
false
502
c
#include <stdio.h> #include <string.h> #include <stdlib.h> int main(){ FILE * f=NULL; FILE * s=NULL; char str[] ="- This, a sample string."; char * pch; printf("1\n"); f=fopen("commandos", "r"); s=fopen("case.c", "w"); if(f==NULL){ return 0; } printf("1\n"); while(fscanf(f,"%s", str)>=0){ printf("1\n"...
[ "mariogr_93@hotmail.com" ]
mariogr_93@hotmail.com
691efa0e998ebed1b8d1dc68ac1f335b84ea9a37
38575fb792abc446f1957d589047d3fc77e9edb9
/study/2.C_and_C++/C/class_clang/C语言/04-第4天(数组、函数)/00-基础代码/08.static.c
836075317b486ac9adb4e7d258bbc912b2d67c1f
[]
no_license
llb1008x/API
f1a0c3c76c9a6a41485e1a71c475010089e5e4b6
45cbf43750ad8a020a08a9227bba6914b090e5a6
refs/heads/master
2022-11-03T15:17:23.449072
2020-04-30T02:35:27
2020-04-30T02:35:27
71,621,596
2
2
null
2022-10-04T23:40:49
2016-10-22T06:37:07
C
UTF-8
C
false
false
220
c
#include <stdio.h> void fun(void) { static int f = 1; int w = 1; w = w + 2; f = f + 2; printf("w=%d,f=%d\n",w,f); } int main() { int i; for( i = 0 ; i <5 ;i++) fun(); return 0; }
[ "llb1008x@126.com" ]
llb1008x@126.com
02e1942f82676568aa679bb09ebf5dc5851a0444
10e64f8dca0b596b339169f80c8706edb51eed9f
/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/share/ti/ti-linalg-tree/packages/ti/linalg/blis/frame/1m/packm/ukernels/bli_packm_ref_cxk_4m.c
95fb95153f33be50dec6a0b268a1de21d9cb4821
[ "BSD-3-Clause" ]
permissive
wangy2000/LeezBoard_TI5708
264cea03d04402cf14714e35f1ca9efd4a1ef7cb
1c0e92c5b61de16f8d8aeb86852c9d53ed99ac58
refs/heads/master
2020-06-16T22:01:26.340391
2019-04-23T13:21:54
2019-04-23T13:21:54
null
0
0
null
null
null
null
UTF-8
C
false
false
63,613
c
/* BLIS An object-based framework for developing high-performance BLAS-like libraries. Copyright (C) 2014, The University of Texas at Austin Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Re...
[ "82796620@qq.com" ]
82796620@qq.com
0c8753cefcd427b3aacdbef2c10a8138a5fb924a
cd760d6f8e318941e37c0ffb8566993896606e6e
/.phoronix-test-suite/installed-tests/compilebench/compilebench-0.6/t/native-0/drivers/net/hamradio/mkiss.c
1358e30346ac042069ceec543ea1431bfd0f2534
[]
no_license
aorzerep/neb
3fab34e1ad05cd0c1f2274f4d143664c1ed4368d
6dda5d3c432f2636973c9a98370056e57fe8e79f
refs/heads/master
2020-09-08T10:06:34.548290
2019-11-12T01:00:41
2019-11-12T01:00:41
221,099,011
0
0
null
null
null
null
UTF-8
C
false
false
24,449
c
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...
[ "root@neb.intranet.highprophil.com" ]
root@neb.intranet.highprophil.com
229cb78823ca236c54234b213b2546b74092c6a6
1cc47f2c0b3295bac56a955a32eb96b319b7cb92
/Code/AlarmClock/Pods/Headers/Public/RongCloudIMKitWithVoip/RongIMLib/RCUserTypingStatus.h
bb0db653cdfc7b43b1e6b5edcd77fd4662b131da
[]
no_license
limao123/Alarm
6a03cd05ca724b66ac418febb790c6892e817bbf
c52823f58d4c7a1bd870112b76babe3ded8cea1e
refs/heads/master
2021-05-30T15:28:09.304396
2016-03-23T09:44:27
2016-03-23T09:44:27
null
0
0
null
null
null
null
UTF-8
C
false
false
129
h
../../../../RongCloudIMKitWithVoip/Rong_Cloud_iOS_IMKit_SDK_v2_4_9_dev_with_voip/RongIMLib.framework/Headers/RCUserTypingStatus.h
[ "397524331@qq.com" ]
397524331@qq.com
0764aa0141418d7ed07cadbef2e5eae292fa245c
119bfeffb9f716a170373d37a32a0eb8d858536b
/46_cycleDetection.c
c05974881721774a79fddce86433f1da7a1acda1
[]
no_license
Arshadfaizan/aps-codelibrary
a238df70a84ace20ffa734f00b19f472d0c98ee2
80a9d7552546252a71ed5964874c3255c584801f
refs/heads/main
2023-06-04T05:06:45.599007
2021-06-24T08:08:01
2021-06-24T08:08:01
378,590,360
0
0
null
null
null
null
UTF-8
C
false
false
238
c
bool has_cycle(SinglyLinkedListNode* head) { SinglyLinkedListNode* p; SinglyLinkedListNode* q; p=head; q=head; while(p && q && q->next) { p=p->next; q=q->next->next; if(p==q) { return 1; } }
[ "noreply@github.com" ]
Arshadfaizan.noreply@github.com
021a30a6c90600506cb3fcad47906d2f3b4cfa37
c0022372af06cd72b599c9bb81e279285bf0af33
/v4-cokapi/backends/c_cpp/valgrind-3.11.0/none/tests/mips64/load_store_unaligned.c
60c61916b2a17038cf52d42216a7967d55c933cf
[ "GPL-2.0-only", "GPL-2.0-or-later", "GFDL-1.2-only", "MIT" ]
permissive
diogo55/OnlinePythonTutor
0d4b112a51a17b7aba4be20da08403f4f3e61f80
a7120a4257b9c7e509bcf9398877899804dff45b
refs/heads/master
2021-06-22T20:47:57.544463
2021-05-04T19:57:34
2021-05-04T19:57:34
216,675,450
3
4
MIT
2019-10-21T22:18:44
2019-10-21T22:18:43
null
UTF-8
C
false
false
1,263
c
#include <stdio.h> #define N 16 #define SOLL 8 /* size of unsigned long long */ unsigned long long memSrc[] = { 0x12345658121f1e1f, 0, 3, -1, 0x232f2e2f56568441, 0x242c2b2b1236548c, 0xffffffff252a2e2b, 0x262d2d2a4521dddd, 0x3f343f3e22222222, 0x3e353d3c41231548, 0x363a3c3b4...
[ "philip@pgbovine.net" ]
philip@pgbovine.net
ec3885375eb781e96206fe5961d9b8fce3ae2862
02a7edf97682e3a3883608a92b4bf47c6826958b
/pdrsrc/dmpl.c
24c426588c73984bae8a4c518ee40062e73584f6
[]
no_license
thorhalbert/UltraDesign
ca1756cccde848fa371fa5a3d1091f2a32ef1922
a790b37f94da57f410f3f9b21d0bae55723e2c1b
refs/heads/master
2021-06-27T13:52:35.902050
2020-12-04T04:06:53
2020-12-04T04:06:53
191,678,124
2
2
null
null
null
null
UTF-8
C
false
false
4,066
c
#include "driversetup.h" struct plotter_base *PB; #define DMPLCAP PLFLAG_VECTOR | PLFLAG_CIRCARC | \ PLFLAG_PENSRT | PLFLAG_PHYPEN | PLFLAG_AUTOPN #define IOS .06350 struct preset_data { ULONG setflags; UBYTE *plotname; UBYTE *comment; LONG xmin,xmax,ymin,ymax; STDFLT xres,yres; UWORD autop...
[ "thorhalbert@gmail.com" ]
thorhalbert@gmail.com
fd7a09733f6f2f9a01b9348ac14a94b5e057999b
8dd913ba31081e6aff2b48d46db37018e322b458
/modules/media/mix_vbp/viddec_fw/fw/parser/vbp_utils.h
7761c261058323da5532e89746a37505c19c3bf1
[]
no_license
lisevenpro/android_device_motorola_smi
2e79fe42c50c95e5843fdd26ec261f33eb5dd0c2
3b1f76fce4ef2eb49b5eee773fe29f1e0c8f406a
refs/heads/cm-11.0
2020-12-11T01:55:12.060686
2015-12-25T11:48:41
2015-12-25T11:48:41
48,893,332
1
0
null
2016-01-02T00:03:22
2016-01-02T00:03:22
null
UTF-8
C
false
false
4,168
h
/* INTEL CONFIDENTIAL * Copyright (c) 2009 Intel Corporation. All rights reserved. * * The source code contained or described herein and all documents * related to the source code ("Material") are owned by Intel * Corporation or its suppliers or licensors. Title to the * Material remains with Intel Corporation or its...
[ "jgrharbers@gmail.com" ]
jgrharbers@gmail.com
9aecc1db9c12d4fa17b565e506a838959f008cdf
bc7c7a23775a2d6a85c550dedabf2b63f2057587
/src/fft.h
bd4ea094611059d7e57e2d7e4bd8139df2da8f7e
[]
no_license
kmatheussen/ceres
4cd0f15de89b41fd30e1cd037b3c2c8bd57919fe
4ea383b416be1a27f5d60e9d496ff7699a24df2c
refs/heads/master
2021-01-17T15:08:09.142831
2016-06-30T11:42:15
2016-06-30T11:42:15
2,637,060
4
0
null
null
null
null
UTF-8
C
false
false
47
h
void rfft(double x[], int N, Boolean forward);
[ "k.s.matheussen@notam02.no" ]
k.s.matheussen@notam02.no
b71a7fec955266926b6b6ea3dc42fbef585599cf
04cdc91f88a137e2f7d470b0ef713d72f79f9d47
/AI_Engine_Development/Feature_Tutorials/14-implementing-iir-filter/Part2b/src/C1_o.h
17a61a242cb46b837d41af6ca8aa6380c25f0bbc
[ "MIT" ]
permissive
Xilinx/Vitis-Tutorials
80b6945c88406d0669326bb13b222b5a44fcc0c7
ab39b8482dcbd2264ccb9462910609e714f1d10d
refs/heads/2023.1
2023-09-05T11:59:43.272473
2023-08-21T16:43:31
2023-08-21T16:43:31
211,912,254
926
611
MIT
2023-08-03T03:20:33
2019-09-30T17:08:51
C
UTF-8
C
false
false
2,650
h
/********************************************************************* Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 **********************************************************************/ #ifndef __C1_O_H__ #define __C1_O_H__ // SIMD matrix of coefficients for...
[ "do-not-reply@gitenterprise.xilinx.com" ]
do-not-reply@gitenterprise.xilinx.com
e0dbe1703b0fc5c3a256b66652d9f62f32072fb0
2f8261bcfc6416b200309b5969a7a46e29edfc8c
/utils/perl/c/i686-w64-mingw32/include/dssec.h
98d9a35356b20f66e30ff7109013347df97903ca
[ "LicenseRef-scancode-public-domain-disclaimer" ]
permissive
keenanlang/winepics
d0b385b93b8d7b099b95bf66c608637294da05fc
5cae5bb9905889ad8694ece05b2b749904d7d39d
refs/heads/master
2020-04-06T07:01:25.600675
2019-03-06T21:44:54
2019-03-06T21:44:54
42,735,349
0
0
null
null
null
null
UTF-8
C
false
false
2,121
h
/** * This file has no copyright assigned and is placed in the Public Domain. * This file is part of the w64 mingw-runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ #ifndef _INC_DSSEC #define _INC_DSSEC #include <aclui.h> #if (_WIN32_WINNT >= 0x0600) #ifdef __...
[ "klang@aps.anl.gov" ]
klang@aps.anl.gov
613cab655fb15a4f95159c991ad819b3894ab83c
54198d20656219e657a14bd1987c7088a6a36692
/app/xeyes/EyesP.h
159d7f32831535ff25d0902c5b1d7407ea80400b
[ "X11" ]
permissive
bitrig/bitrig-xenocara
4c288d36a512c88aa6e98637a7001522ae2262fc
689a1c2f5e4b05ee6d5fed4b4cd398186e3d95a7
refs/heads/master
2020-12-24T17:36:23.163790
2016-11-28T03:12:12
2016-11-28T19:05:31
4,652,376
11
8
null
null
null
null
UTF-8
C
false
false
1,284
h
#ifndef _EyesP_h #define _EyesP_h #include "Eyes.h" #include <X11/CoreP.h> #ifdef XRENDER #include <X11/extensions/Xrender.h> #endif #include "transform.h" #define SEG_BUFF_SIZE 128 /* New fields for the eyes widget instance record */ typedef struct { Pixel pixel[PART_SHAPE]; GC gc[PART_MAX]; /* start of gra...
[ "matthieu@cvs.openbsd.org" ]
matthieu@cvs.openbsd.org
e9027d59caadfbb11b0f02e1d4e94240e52a0f63
fabed1d4c6dc789ce92932fa5275842bd13b37f2
/src/ft_lstadd.c
005475ae433b5c1f00b3880d31e1f9d090e58160
[]
no_license
osokinvo/libft
0b9d1fdf3690196037ec980b3341f4b6b2eed403
e38cccdcfc26800d37989016357ca22770030848
refs/heads/master
2022-12-06T18:40:52.368142
2020-09-02T03:04:02
2020-09-02T03:04:02
292,161,287
0
0
null
null
null
null
UTF-8
C
false
false
1,064
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstadd.c :+: :+: :+: ...
[ "ghusk@mi-j3.msk.21-school.ru" ]
ghusk@mi-j3.msk.21-school.ru
969ef33d2eda245eaa6710397c4984f3a9b44321
f35759399c46ad912e1477d7cfc7e37a3480448e
/yatk/db/yadb.h
e24440a651087b1b03a3ce65a6b3e8a8220b0172
[]
no_license
blabos-zz/Random-Head
32ae40414d9a525aac2489b60bbae13f598c0c1f
5f2998ce4681044e23b4347f0b90e6bd402210ff
refs/heads/master
2022-01-26T08:35:21.174444
2009-10-29T01:35:05
2009-10-29T01:35:05
null
0
0
null
null
null
null
UTF-8
C
false
false
352
h
/* * yadb.h * * Created on: Oct 17, 2009 * Author: blabos */ #ifndef YADB_H_ #define YADB_H_ #include "pub_types.h" void yadb_start(char*); int yadb_load(); int yadb_save(); void yadb_dump(); int yadb_insert(char*, char*); int yadb_update(char*, char*); int yadb_delete(char*); int yadb_select(char*, rec...
[ "blabos@blabos.org" ]
blabos@blabos.org
d0df1c37c1c073a23f202a5de84df0bea787254a
d6ccf5d88d33e22963cf3cc1332f50b7abf3311c
/Aulas/Aula 5/Material - Aula5/tarefa/RX_RS232_BLOCKs/isim/RX_RS232_MAIN_TB_isim_beh.exe.sim/work/a_1098371318_3212880686.c
5969420121f3004910b0752c6c85aa8fd9fcb827
[]
no_license
Tungstenio/Curso-VHDL-PUC-Rio-2016.1
3e88c260dc687dd678a49b9b4b5bcbf97ac0cba4
c1cd19f0757a2f10334ffbfa7fb0454ab7c0574f
refs/heads/master
2021-01-18T21:37:29.623523
2016-06-09T15:51:10
2016-06-09T15:51:10
54,128,644
0
0
null
null
null
null
UTF-8
C
false
false
4,579
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "gustavo@opto.cetuc.puc-rio.br" ]
gustavo@opto.cetuc.puc-rio.br
a38edddacdfba7a5d473d451c397a54c492911a2
89dbd1e28a59f803e46ed8b796b0d5539436d097
/app/x11perf/do_blt.c
4051df52cd34221e587bd2cb642c6216d5156b12
[ "LicenseRef-scancode-other-permissive", "HPND" ]
permissive
toddfries/OpenBSD-xenocara-patches
880f9229fb0caaa99dd82115546989895c74c2de
96830f4f19cf4ed5cfc1ac3ce40d257545804ade
refs/heads/master
2020-06-02T17:34:20.126325
2014-05-06T12:15:19
2014-05-06T12:15:19
2,886,545
0
1
null
null
null
null
UTF-8
C
false
false
17,604
c
/***************************************************************************** Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee...
[ "todd@fries.net" ]
todd@fries.net
cd2570c97c2c156a5de99f2e6fcc0394b396ccd5
8464296408854cafdcd353544734744a9a59cbcb
/Ex02:process-communication/fork1.c
53052ed20fcb96d7782c9505665bd2c7075980a5
[]
no_license
NICKADANS/BUPT-OS-Experiment
36ba766fa57010228b462e7429a6686e5485bbbd
d9cdd54781ee713c8c5675f2725a525f78a4ca6d
refs/heads/master
2020-09-05T21:26:42.969488
2019-11-15T00:30:47
2019-11-15T00:30:47
220,218,797
2
0
null
null
null
null
UTF-8
C
false
false
714
c
#include <unistd.h> #include <stdio.h> #include <wait.h> #include <stdlib.h> int main(int argc, char *argv[]){ pid_t fpid = fork(); int num = atoi(argv[1]); if(fpid < 0 || num == 0){ printf("Error!\n"); return 0; } if(fpid == 0){ //子进程 printf("I'm child!\n"); while...
[ "noreply@github.com" ]
NICKADANS.noreply@github.com
67b63debf843664c1f6184b6a76bc801685336d7
cc4b82165da1b2915bdae04bb4dcb36a3d75a4da
/libft/srcs/is/ft_tolower.c
7e2425298b4fff16743825fbc645c780666153e7
[]
no_license
vzezzos/TEST_printf
64014e4a1fff402395db2d0ef89b9cb4b46b03aa
689be536849248ee95d80f80a2813a9ef91458cd
refs/heads/master
2021-05-16T08:04:12.822328
2017-10-17T17:46:26
2017-10-17T17:46:26
103,964,875
0
0
null
null
null
null
UTF-8
C
false
false
979
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_tolower.c :+: :+: :+: ...
[ "vicky@Vicky-PC.localdomain" ]
vicky@Vicky-PC.localdomain
d9f0cb5a53b28c3f21997fa2d8bd11b3463210cb
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/9d91afa4-9f91-4341-9046-af00a26f7731.c
6cd2d64f127e8ad4cb54c749e13def77680220c2
[]
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
551
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i%j; l = l+j; j = k-k*k; //variables /* START VULNERABILITY */ int a; char b[15]; char c[43]; a = 0; do { //random /* START BU...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
9392e707aceb81761d872ab6a774674f887ebf27
fb59dcedeb1aae73e92afebeb6cb2e51b13d5c22
/net_manager/common/aesCrypto.h
ca181cd4297a68a14879b8795e85e6a70ce5230d
[]
no_license
qrsforever/yxstb
a04a7c7c814b7a5647f9528603bd0c5859406631
78bbbae07aa7513adc66d6f18ab04cd7c3ea30d5
refs/heads/master
2020-06-18T20:13:38.214225
2019-07-11T16:40:14
2019-07-11T16:40:14
196,431,357
0
1
null
2020-03-08T00:54:09
2019-07-11T16:38:29
C
UTF-8
C
false
false
294
h
#ifndef _aesCrypto_h_ #define _aesCrypto_h_ #ifdef __cplusplus extern "C" { #endif void generateAESkey(unsigned char *key); int decryptACSCiphertext(const char * input, char * output); int encryptACSCiphertext(const char * input, char * output); #ifdef __cplusplus } #endif #endif
[ "lidong8@le.com" ]
lidong8@le.com
ad22ac008ebf375a6ced1f8afc8e1bb583f5b468
032f087d04d4483c3130fdd053a5c0cd959bf91b
/motif/transform_interface.c
f080fc2651b402b5195a75a7199d0fdf30b282a1
[]
no_license
Teslos/Viewcasts
10bb031b359270d0192753255da00b8cdfa9ba40
57660077322a1204b717e3e6119b7664921e918c
refs/heads/master
2016-09-06T08:12:52.422281
2010-08-04T08:53:26
2010-08-04T08:53:26
816,521
0
4
null
null
null
null
UTF-8
C
false
false
26,970
c
/* ============================================================= */ /* COLOR3D - OpenGl-Version 0.1 */ /* ============================================================= */ /* */ /* Verfasser: Helmut Vor ...
[ "toniivas@Toni-Ivass-MacBook-Pro.local" ]
toniivas@Toni-Ivass-MacBook-Pro.local
5678b1aaeb1afdba034b7812152607d64b98eefa
92cb58fc6a607097add993a4a2ad98588bfdf053
/0x02-functions_nested_loops/8-24_hours.c
384d12a28b39e45b1a1407b1afe288989a50a98e
[]
no_license
mirandarevans/holbertonschool-low_level_programming
7c2679fb1146b1676f4410badba98389f12482fb
55e7e808a355df8bab2425024d8567c3b0ee8d17
refs/heads/master
2021-05-02T17:37:37.677578
2018-08-14T19:20:29
2018-08-14T19:20:29
117,888,025
0
0
null
null
null
null
UTF-8
C
false
false
528
c
#include "holberton.h" /** * jack_bauer - prints all minutes of the day * * Return: none */ void jack_bauer(void) { int i; int j; for (i = 0; i < 24; i++) { for (j = 0; j < 60; j++) { if (i < 10) { _putchar('0'); _putchar(i + '0'); } else { _putchar(i / 10 + '0'); _putchar(i...
[ "miranda.r.evans@gmail.com" ]
miranda.r.evans@gmail.com
77d2f92179fcdb6d1fd5b2d0df2a6602ba9789ac
2395240ff999b5da641165b11abedc7384c26b93
/Libraries/SWM181_StdPeriph_Driver/SWM181_can.h
89a1c782369373aed41dc989bc8b8b612f6d362d
[]
no_license
ghsecuritylab/SWM181xB_RT_Thread
11c7f20b1f045cb423c171d49bf75d205721c020
70706084c04315b540a49c7e8554f0b444c61e09
refs/heads/master
2021-02-28T18:32:34.248116
2019-01-24T08:52:39
2019-01-24T08:52:39
245,723,514
0
0
null
2020-03-07T23:50:00
2020-03-07T23:49:59
null
GB18030
C
false
false
4,482
h
#ifndef __SWM181_CAN_H__ #define __SWM181_CAN_H__ #define CAN_FRAME_STD 0 #define CAN_FRAME_EXT 1 typedef struct { uint8_t Mode; //CAN_MODE_NORMAL、CAN_MODE_LISTEN、CAN_MODE_SELFTEST uint8_t CAN_BS1; //CAN_BS1_1tq、CAN_BS1_2tq、... ... 、CAN_BS1_16tq uint8_t CAN_BS2; //CAN_BS2_1tq、CAN_BS2_2tq、... ... 、CAN_BS2_8t...
[ "llizhaohao@163,com" ]
llizhaohao@163,com
ac64062fcf3cdd88d3e9b66c478d53f7de18d865
6a701dc8e8851b49ae2225d0720ff7aca3157177
/subprojects/packagefiles/lua/src/luabenz.h
13c2446509d814c4028754522a8f51264fbbe393
[ "MIT" ]
permissive
mila-iqia/Benzina
f829c75ae6c66b46388eca292596a67d2eda387f
cf898daaa481fa05aeb556eb9d9144e5a0f78638
refs/heads/master
2023-08-29T22:42:00.530781
2021-09-01T17:36:36
2021-09-01T17:36:44
302,430,919
1
0
MIT
2020-11-27T22:03:59
2020-10-08T18:37:52
null
UTF-8
C
false
false
3,653
h
/* Include Guards */ #ifndef LUABENZ_H #define LUABENZ_H /* Imports */ #include <stdlib.h> #include <pthread.h> #include "linenoise.h" /* linenoise */ #include "encodings/utf8.h" /* linenoise UTF-8 support */ /** * We wish to use linenoise in our build, so make it available. * We also define the Lua readline...
[ "obilaniu@gmail.com" ]
obilaniu@gmail.com
eb745610875e4b4d0972a2a63c4dc4533a66f296
f5dd3338662bc705f018a34cdc943806e7076f0a
/asn1c/SGWChange.c
bb95cce03794f5c3349de6882e572f73fc912f16
[]
no_license
victron/CDR_file
a16a7aad3db237b20e910ea94776316e3ba04830
5b40b523f7319fc785f788dd943af03a71e1555c
refs/heads/master
2021-01-20T19:57:56.252790
2016-08-17T08:50:21
2016-08-17T08:50:21
65,561,812
0
0
null
null
null
null
UTF-8
C
false
false
3,677
c
/* * Generated by asn1c-0.9.27 (http://lionet.info/asn1c) * From ASN.1 module "GPRSChargingDataTypesV1171" * found in "../GPRSChargingDataTypesV1171_py_asn1c_2.asn" */ #include "SGWChange.h" int SGWChange_constraint(asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constraint_failed_f *ctfailcb, void *app_...
[ "viktor.tsymbalyuk@alcatel-lucent.com" ]
viktor.tsymbalyuk@alcatel-lucent.com
3eedb6bf3db3f74db610905f1e2de5305f0ad40a
defc6f1557a6bde2819a76efe6612a9d051d2b79
/ringo_c/protocolRINGO.h
b4be25ebc846590a023d2507417445aca5e90436
[]
no_license
llabad39/projetreseau
e81c82d14e23ca581498a991aba939a44883b051
175affacebd3e83a981bc40149c85e558cbafd10
refs/heads/master
2021-01-21T13:48:32.162300
2016-05-27T21:44:28
2016-05-27T21:44:28
54,783,664
0
0
null
null
null
null
UTF-8
C
false
false
553
h
#define M_SIZE_MAX 512 /***< maximum size for a message (octets) */ #include <netdb.h> #include <sys/types.h> #include <stdio.h> #include <string.h> #include <pthread.h> #include "protocolTCP.h" #include "protocolUDP.h" #include "protocolMulticast.h" void * tcp(void * _ent); void * udp(void * _ent); void...
[ "cubouyaka@laposte.net" ]
cubouyaka@laposte.net
eb12307517a18ca2645f41bfdf281adb91708202
bbb39450daa397edda1d967b679b6824149548b2
/DSA LAB/mergesort.c
36687d7d61e0ac2c822d487db2aa0bfb52fe3b3b
[]
no_license
YeasirAR/Data-Structure
cf80e5c729cae9015b7b550c432dafd9d229a701
fc54fd21f0b01514380c787bb5a47885e88c1dc3
refs/heads/master
2023-08-20T05:49:30.139694
2021-10-11T02:44:38
2021-10-11T02:44:38
404,833,431
3
0
null
null
null
null
UTF-8
C
false
false
1,055
c
#include <stdio.h> #include <stdlib.h> #define INF 999999 void merge(int A[], int p, int q, int r) { int n1 = q-p+1; int n2 = r-q; int* L = (int*)malloc((n1+1)*sizeof(int)); int* R = (int*)malloc((n2+1)*sizeof(int)); for(int i=0; i<n1; i++) { L[i] = A[p+i]; } for(int j=0; j<n2; j++...
[ "yeasirar@gmail.com" ]
yeasirar@gmail.com
279a281d3638d61710068648db8d5da0336e5c8a
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/c3e67e8f-fac5-453e-abb2-03bfc7047b57.c
eaac850a4496b1aebf1a260c7bca54fd523fc638
[]
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
597
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = i/j; l = i%j; l = k-j; k = l-k*i; //variables /* START VULNERABILITY */ int a; char b[11]; char c[89]; a = 0; while...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
093b9b33a80253d028d204e52d881c5efd6c7e71
9258864af99b69ed8f8d5cffdbdf0ede18d63697
/srcs/ft_printaddress.c
b916bbd9fdb90708a3ee32633e722f44fc5cc26b
[]
no_license
Qespion/ft_printfv2
28086e235215067096a5cec9bd40d24ab028ab97
aae987a01f5f35879ff38d51a555884cc5f0295c
refs/heads/master
2020-03-17T23:55:44.278495
2018-06-02T14:47:30
2018-06-02T14:47:30
134,068,490
0
0
null
null
null
null
UTF-8
C
false
false
2,086
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_printaddress.c :+: :+: :+: ...
[ "q.espion@gmail.com" ]
q.espion@gmail.com
f0ecdd98582421fdebbdef44d7863c47fd90091b
0e1d1f87fe7730b62cf57765efefea4de8a169a3
/srcs/libft/ft_strrchr.c
384cb442fe5221c7c541c8f477aefa14c035d9f1
[]
no_license
msamual/ft_printf
8bb14c33f74b12c4270206ddbdaca12da5c417f6
e7b337553dd3bd5a3bc63769b239dd3d63d950b2
refs/heads/main
2023-07-06T19:09:16.813550
2021-08-11T12:53:32
2021-08-11T12:53:32
394,987,695
0
0
null
null
null
null
UTF-8
C
false
false
1,116
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strrchr.c :+: :+: :+: ...
[ "msamual@er-c5.kzn.21-school.ru" ]
msamual@er-c5.kzn.21-school.ru
870103c544b49a6a2eac63ceaf5f77a7c71efa49
3ee3804653cee1be074339d638b7f9f9c9bbeb5f
/Report_Collector_v1.1/read_config.h
020e3c6745f8a92a904f393618c5d202504e8774
[]
no_license
ntrtrung/eBATMAN
9da15c41681551894c267818b642caf1cf8a7608
e22a46b6e78d220cda72bed991a885accbc3d122
refs/heads/master
2021-01-01T15:24:13.859225
2015-09-18T11:44:21
2015-09-18T11:44:21
42,719,458
0
0
null
null
null
null
UTF-8
C
false
false
259
h
#ifndef _READ_CONFIG_H_ #define _READ_CONFIG_H_ typedef struct rc_configuration { char *rc_interface; char *setting_file; char *data_server_list; char *log_file_path; }rc_configuration; int read_config_file(rc_configuration *rc,char *filename); #endif
[ "ntrtrung@gmail.com" ]
ntrtrung@gmail.com
83446ea31f3d3267dbde3e7c71d2a8f5609d1aab
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/073/719/CWE124_Buffer_Underwrite__CWE839_listen_socket_42.c
64c022c022cc54b017d9e498e350df87b546b1fc
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C
false
false
8,549
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE124_Buffer_Underwrite__CWE839_listen_socket_42.c Label Definition File: CWE124_Buffer_Underwrite__CWE839.label.xml Template File: sources-sinks-42.tmpl.c */ /* * @description * CWE: 124 Buffer Underwrite * BadSource: listen_socket Read data using a listen socket (serv...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
e6ef5b4b6222a1836ac03a68d0999e9889eb6f06
7e382727fc8637ae21e7fa3573141c6bed3ce8a2
/ThirdParty/lapack/lapacke/src/lapacke_ctftri.c
c75d3349a4530b54675730f9a72cc51eb6bfa01c
[ "BSD-3-Clause", "BSD-3-Clause-Open-MPI" ]
permissive
mapgccv/coin
8cd104d792e636b4b49f986d5c26449136666238
28abd74d7c3ea2aee905ed95e2942e77e03e1ada
refs/heads/master
2020-09-29T05:15:08.724051
2019-12-11T18:44:53
2019-12-11T18:44:53
226,961,054
0
0
NOASSERTION
2019-12-09T20:26:23
2019-12-09T20:26:22
null
UTF-8
C
false
false
2,503
c
/***************************************************************************** Copyright (c) 2011, Intel Corp. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source cod...
[ "victor.zverovich@gmail.com" ]
victor.zverovich@gmail.com