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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
580ae8825c401559e67ff12aed37932cbd1d3dfa | f80b7ee9e244460e053f16ad1192ae23d4da1975 | /Python/TScanner-module/methods.h | 52866c71f4873dc620333cd6770642a9affc9a7b | [] | no_license | actee/tools | 160fd5c520a41adf2215496eb1e89c47e9e98b70 | c3b1828dbb75f569ac7a9502a07f41a08042125f | refs/heads/master | 2021-01-11T18:55:33.090373 | 2017-06-22T20:35:50 | 2017-06-22T20:35:50 | 79,658,528 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 899 | h | #include <stdio.h>
#include <netdb.h>
#include <string.h>
#include <sys/socket.h>
static PyObject*TScanner_dns(PyObject*self,PyObject*args)
{
const char *host;
if(!PyArg_ParseTuple(args,"s",&host))
return NULL;
char ip[16];
struct addrinfo hints;
struct addrinfo *r;
struct sockaddr_in *res;
memset(&hints,0,si... | [
"noreply@github.com"
] | actee.noreply@github.com |
401ef977fd0c5373f562750e135e3586adf4b036 | 2bc3398063fd7251c46a2d93d2e301cd063befcd | /nitan/clone/fam/super/user/shaou_xhcao.c | 9915a7aa29031e307876c38bff0f92410408a939 | [
"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 | 1,501 | c | #include <ansi.h>
inherit ITEM;
void create()
{
set_name(HIG "仙魂草" NOR, ({"xianhuncao"}));
set_weight(1);
if (clonep())
set_default_object(__FILE__);
else {
set("long", HIG "仙魂草长于昆仑山溶洞之中,传说吸收了修仙之人的魂魄!\n" +
"服食(fushi xianhuncao)后可永久提升武学... | [
"xmlsdk@gmail.com"
] | xmlsdk@gmail.com |
cd38c9b8fa914a1bf2717c8018f3efb6f5320269 | 5aa878021695ab546b631e77bdf5351cf8ed486b | /Code/Tri1/abMath/abBit.h | ce04bc3172a63984f0f737d4b4132f18db7fb8a3 | [] | no_license | Triang3l/31 | 68f36fbb069f2783bcfbacba1f5ce309389727d9 | 661840276bb7a9e4cf24ff353e9249e4ab6b9dcf | refs/heads/master | 2021-03-30T22:33:43.385366 | 2018-05-17T13:00:58 | 2018-05-17T13:00:58 | 124,762,189 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,681 | h | #ifndef abInclude_abMath_abBit
#define abInclude_abMath_abBit
#include "../abCommon.h"
/*
* Number bit sequence operations.
*/
#if defined(abPlatform_Compiler_MSVC)
#include <intrin.h>
// Shifts of the lowest/highest set bits, or -1 if there are none.
abForceInline int abBit_LowestOne32(uint32_t value) {
long ind... | [
"hwguy.siplus@gmail.com"
] | hwguy.siplus@gmail.com |
6cb48752ab9ff90ed1fa3aba49a23b6bca491ec6 | 2e5e84f1fc80d2e9f5a642c4d7eea44cc3cb33f6 | /sys/src/9/teg2/uarti8250.c | 1b83573fc23201fcda2780d43a50f4cc0d31ba77 | [] | no_license | mischief/9problems | d5554f1ae5db64675cff297359b18fa7ba042acb | e2b4afd35e8648f7d449af427213e725d8fa3140 | refs/heads/master | 2020-12-25T15:18:57.556379 | 2017-07-24T21:48:50 | 2017-07-28T00:38:22 | 18,060,067 | 11 | 2 | null | null | null | null | UTF-8 | C | false | false | 15,950 | c | /*
* 8250-like UART
*/
#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
enum { /* registers */
Rbr = 0, /* Receiver Buffer (RO) */
Thr = 0, /* Transmitter Holding (WO) */
Ier = 1, /* Interrupt Enable */
Iir = 2, /* Interrupt Identification (RO) */
Fcr = 2,... | [
"cinap_lenrek@gmx.de"
] | cinap_lenrek@gmx.de |
7c62fcff400195b8481cc428d40fac78b3497ce5 | 0784dd2b2b129b2ea2e5d0f6158edb82b0578e83 | /C/src/list.c | d12ae73b25b94eab4fdae7f92791218536547f63 | [] | no_license | 1youhun1/Alogoritbms | 415a52230a918aee50bc276695d8b6ae9df749ca | f9a121bd6a169b76f40ff0d071b7072c001e314d | refs/heads/master | 2020-05-27T11:49:05.065312 | 2015-07-28T14:46:05 | 2015-07-28T14:46:05 | 35,947,134 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 2,241 | c | /*list.c*/
#include <stdlib.h>
#include <string.h>
#include "log.h"
#include "list.h"
void List_Init(List *list, void (*destroy)(void *data))
{
list->size = 0;
list->destroy = destroy;
list->head = NULL;
list->tail = NULL;
return;
}
void List_Destroy(List *list)
{
void *data;
//删除每一个元素
... | [
"1youhun1@gmail.com"
] | 1youhun1@gmail.com |
dce0769388868608a7521a5a934eb5e87475bbbc | c7a7326ccf0fed00bd00bfd501738095d3c3fe61 | /TECH_1/CPE/CPE_BSQ_2017/src/my_putstr.c | 2bcee64fc2acd8cc2e563b0e6ebeebfb0135615c | [] | no_license | Di-KaZ/EPITECH | c7acf24bfac077d5526c3f2bbb31804ab8c8f5ad | 52dd5cefd89f0be732178996b3c6e31d5a401ca4 | refs/heads/master | 2020-07-31T09:22:32.790577 | 2020-01-13T15:32:54 | 2020-01-13T15:32:54 | 210,557,825 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 219 | c | /*
** EPITECH PROJECT, 2017
** my_putstr
** File description:
** put a string
*/
#include "bsq.h"
int my_putstr(const char *str)
{
int len = my_strlen(str);
if(write(1, str, len) < 0)
return(0);
return(len);
}
| [
"moussa.fofana@epitech.eu"
] | moussa.fofana@epitech.eu |
8d6928e4837fcd763c4c0a53ba15ecc3460a643f | 124bcc72d97e00c2ca43a4270f03a825bc6d5a79 | /exam_sim01/rit/lib_rit.c | 82bddad7311c1c1a036e7ab8853df1184ed9d43c | [] | no_license | mattecora/CA-Labs | d0c274be613158dcc1fa68639d85ad065c7bd094 | 02d28c6f806598a1785ce415317de7f401680f28 | refs/heads/master | 2020-03-31T22:13:19.679580 | 2019-01-28T16:30:18 | 2019-01-28T16:30:18 | 152,610,580 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 875 | c | #include "rit.h"
void RIT_Init(uint32_t rit_interval)
{
/* Enable power for RIT */
LPC_SC->PCONP |= (1 << 16);
/* Set match value */
LPC_RIT->RICOMPVAL = rit_interval;
/* Enable clear on match and debug behavior */
LPC_RIT->RICTRL = (1 << 1) | (1 << 2);
/* Set count value to 0 */
LPC... | [
"m96.corain@gmail.com"
] | m96.corain@gmail.com |
49a512e7bf5602ebfcb2ab968711eac75e8e6847 | 17227ad12bc0826771ac6ac2b95dddd9517d0117 | /Cores/FCEU/FCEU-2.2.3/netplay.h | 8385255151557d6198b9f298a4b61951c53e7e25 | [
"BSD-2-Clause"
] | permissive | Provenance-Emu/Provenance | e38f7c81e784455d4876f8a2ff999baca0135199 | c6f49d7921ee27eb8c0c34ca95ec9dc7baf584c1 | refs/heads/develop | 2023-08-17T05:04:01.554294 | 2023-07-01T07:58:33 | 2023-07-01T07:58:33 | 12,416,862 | 2,367 | 364 | NOASSERTION | 2023-08-01T07:42:35 | 2013-08-27T20:34:36 | C | UTF-8 | C | false | false | 627 | h | int InitNetplay(void);
void NetplayUpdate(uint8 *joyp);
extern int FCEUnetplay;
#define FCEUNPCMD_RESET 0x01
#define FCEUNPCMD_POWER 0x02
#define FCEUNPCMD_VSUNICOIN 0x07
#define FCEUNPCMD_VSUNIDIP0 0x08
#define FCEUNPCMD_FDSINSERTx 0x10
#define FCEUNPCMD_FDSINSERT 0x18
//#define FCEUNPCMD_FDSEJE... | [
"addyman@me.com"
] | addyman@me.com |
a61618de93d3fd12689e2290f669674118042a69 | 0a659038c4ba7046b47acc2236cc8e743ee2475e | /F28379D_Projects/device_support/F2837xD_headers/include/F2837xD_i2c.h | 06b2068768d3ee951f1a686678a61eae40a2f8bc | [] | no_license | hangcui1201/DSP_TI_TMS320F28379D | 4891b86155c31d3f014da297cb45dd75e823b1a0 | f8b3d16800fda4b8609d8fd1b0250cc6acb9ccb7 | refs/heads/master | 2020-11-27T22:42:07.071010 | 2020-01-19T03:16:04 | 2020-01-19T03:16:04 | 229,629,176 | 2 | 2 | null | 2020-03-07T10:00:27 | 2019-12-22T20:49:25 | C | UTF-8 | C | false | false | 10,634 | h | //###########################################################################
//
// FILE: F2837xD_i2c.h
//
// TITLE: I2C Register Definitions.
//
//###########################################################################
// $TI Release: F2837xD Support Library v3.06.00.00 $
// $Release Date: Mon May 27 06:48:24... | [
"37420029+hangcui1201@users.noreply.github.com"
] | 37420029+hangcui1201@users.noreply.github.com |
b33a2187767e8cc6d51ca628f2838f853c29b74b | 0f796164fd575b168d59e94cb3f0ae9ed766ed4d | /mm-camera2/media-controller/modules/sensors/sensor_libs/ov8858_q8v19w/ov8858_q8v19w_lib.c | a7fd9dec113160e33c76ba49c988616a26ce910d | [] | no_license | zoggn/proprietary_qcom_mm-camera | 02b30f42ae3783e2bf893d7e5342baec6f128251 | 44c4e4b282afac08839088395902fb811fc30d3d | refs/heads/master | 2021-01-25T11:49:11.462639 | 2017-06-10T15:13:59 | 2017-06-10T15:13:59 | 93,947,251 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 36,010 | c | /*============================================================================
Copyright (c) 2014 Qualcomm Technologies, Inc. All Rights Reserved.
Qualcomm Technologies Proprietary and Confidential.
============================================================================*/
#include <stdio.h>
#include "sensor_... | [
"kurkov.nikita@gmail.com"
] | kurkov.nikita@gmail.com |
8b228695f444f268ba8a2f2cd89792add8d4c5b3 | 98b1eede2e99d4d7d9c1b71f7b20b25eecef8b50 | /GPIO_simu_I2C/GPIO_I2C/i2c-busses/i2c-ldq.h | 7b0b4810422ad8ace201349016fa99885de2e34a | [] | no_license | LynnDD/i2c_ldq | a2bb81504685a473703a1a700e76cba10b80c11d | 0a0303d0b63d82793e806ba32861f0386673a667 | refs/heads/master | 2021-05-05T03:00:12.648434 | 2018-03-15T02:09:52 | 2018-03-15T02:09:52 | 119,772,875 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 680 | h | /* drivers/hello/i2c_ldq.h
*
* Copyright (C) 2017 ROCKCHIP, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it ... | [
"jon.lin@rock-chips.com"
] | jon.lin@rock-chips.com |
bf41a256d99bb5380e3a55f11c4ef827e2b87b41 | 6649e28323d141fe12b9bf841c12afe83b7c97b3 | /tests/cbmc/proofs/s2n_stuffer_peek_check_for_str/s2n_stuffer_peek_check_for_str_harness.c | e69fb4c2da6ac66dc84eaf8ccd253290f5960c6e | [
"Apache-2.0",
"MIT"
] | permissive | luckyvs1/s2n | ea1137b50a75c9f660ef045de068523f762a6902 | 8c7fdc327d9ea6415dbca2f9dcb5db30c502a135 | refs/heads/master | 2022-11-04T21:26:30.456936 | 2020-07-10T00:49:46 | 2020-07-10T00:49:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,472 | c | /*
* Copyright Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file ... | [
"noreply@github.com"
] | luckyvs1.noreply@github.com |
26d03373931a3c97fcabbf77c9e79f957daf097e | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/mm/extr_page-writeback.c_wb_writeout_inc.c | 46501328032f5f0ea3a5f32fbad2f2fc59d10e48 | [] | 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 | 755 | 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 |
6ab32b57815aaf72d0a913b4df1dabe060f195ac | 36db2a366737f7a802769337086399640626d1e3 | /src/soc/sbx/g2p3/g2p3_lpm_dma.c | 4ce2d945843150bb1cb2180258578f0b18114559 | [] | no_license | lcyddp/bcm-sdk-5.10.1 | 8d82266d901023fdf5a76786ee6fb96cd2f21ecc | 7443047b308fa846a9a9cd14bf1da6d590a23703 | refs/heads/master | 2020-03-16T04:54:05.162215 | 2018-02-27T15:51:13 | 2018-02-27T15:51:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,694 | c | /* -*- mode:c; c-style:k&r; c-basic-offset:2; indent-tabs-mode: nil; -*- */
/* vi:set expandtab cindent shiftwidth=2 cinoptions=\:0l1(0t0g0: */
/******************************************************************************
$Copyright: Copyright 2011 Broadcom Corporation.
This program is the proprietary software ... | [
"remon.zhang@163.com"
] | remon.zhang@163.com |
134f246f06300a7e6b27838bfd03c79f9cd88518 | 21d2494928a92f7ffc640bb03179b10aefae5299 | /du1906/esp-adf/examples/advanced_examples/nvs_dispatcher/main/nvs_dispatcher_example.c | 3822b594a073ed14de5c0c71e8c3ae46a9ca4321 | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | ajunlonglive/du1906_esp | dbc3880b97ccec558405fa0fa93e4142a4f995d6 | aed8a02588d0d4782bf84b7d9ef1bc6492e6f2b9 | refs/heads/main | 2023-08-14T13:22:12.122357 | 2021-09-18T02:41:40 | 2021-09-18T02:41:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,340 | c | /* Write and read NVS with ESP_DISPATCHER in a task which its stack is in external memory.
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITI... | [
"chengaofei01@baidu.com"
] | chengaofei01@baidu.com |
9b30a9cbcff2a9f4431dd5cb766b712885cc997b | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/31daa711-e29a-4963-ab6a-eb3ade495762.c | 711d1db07a4bc51bf5934c0a470a1e5b811bd0c0 | [] | 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 | 241 | c | #include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = i-j;
l = l%j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
eba7e1a395e032d73a1c5ed4c06e9117eb75a924 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE690_NULL_Deref_From_Return/s02/CWE690_NULL_Deref_From_Return__struct_calloc_09.c | cd44616fc99be9d0824989df816007b55b2f69c3 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C | false | false | 3,701 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE690_NULL_Deref_From_Return__struct_calloc_09.c
Label Definition File: CWE690_NULL_Deref_From_Return.free.label.xml
Template File: source-sinks-09.tmpl.c
*/
/*
* @description
* CWE: 690 Unchecked Return Value To NULL Pointer
* BadSource: calloc Allocate data us... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
e3591d1186f83866640263912938ef4189a3251b | 360c626f17d27388b36a6ca6f2088038c92467bf | /stc89c52project/实验程序/高级应用例程/基于单片机的智能计算器/智能计算器设计.c | 7bc872d56cabcbb68e2a62f5c1ae2067747a5c26 | [] | no_license | shencang/Singlechip | 9987bcb779c01968cbb3307cb2fdc44e0f4e54d5 | 3e526ec1524903f812d154fd46c5fb06cdcbae72 | refs/heads/master | 2021-06-16T05:11:24.348781 | 2021-03-28T15:47:14 | 2021-03-28T15:47:14 | 185,990,322 | 7 | 0 | null | null | null | null | GB18030 | C | false | false | 6,314 | c | /* S16 S12 S8 S4分别是123+
S15 S11 S7 S3分别是456-
S14 S10 S6 S2分别是789*
S13 S9 S5 S1分别是0 CLR = /
*/
/* 实现两个数的运算,每个数的位数至少可以八位 */
#include<reg52.h>
typedef unsigned char uint8;
typedef unsigned int uint16;
sbit rw=P2^5;
sbit rs=P2^6;
sbit e=P2^7;
sbit led=P3^7;
sbit beep=P2^0;
uint8 key,num;
uint8 fuhao;//定义具体的那个符号,... | [
"2630610009@qq.com"
] | 2630610009@qq.com |
4f0d778fec97613f43a69659fb72aa9dd46fc07b | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant100145_dse.c | af6fb2ff15e4c0990b23b0549cf69e669e032b16 | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 96,216 | c | /* RTL dead store elimination.
Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
Contributed by Richard Sandiford <rsandifor@codesourcery.com>
and Kenneth Zadeck <zadeck@naturalbridge.com>
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the terms of... | [
"agroce@gmail.com"
] | agroce@gmail.com |
0c7d4dbe33f84b71ddc8377db45556207355b9c2 | 7972f2a08d201325f13847086d9c6e3161fa0e95 | /OpenCV.xcodeproj/lib/python2.7/site-packages/numpy/f2py/src/fortranobject.c | dfd3b765016382cce7285c6941deb680bff56d79 | [] | no_license | valiok98/testing | d430e1a2bfa6c4ec758f6629cb0e11f3d19e1480 | b022b04e92f14d5c7fa69d589bfa8983160890a4 | refs/heads/master | 2022-01-14T22:11:00.365164 | 2019-05-14T11:53:08 | 2019-05-14T11:53:08 | 184,013,779 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 98 | c | ../../../../../../Cellar/numpy/1.16.3_1/lib/python2.7/site-packages/numpy/f2py/src/fortranobject.c | [
"valentinkostadinov@w208-51-v4.eduroam.dynamic.rbg.tum.de"
] | valentinkostadinov@w208-51-v4.eduroam.dynamic.rbg.tum.de |
90a08e5b6ac2f5665047200d74ec1dd460c8f7cf | 561dbe8e4fe106fb817782e1b41ba087a6a709ea | /src/udps.c | f9ab2f6598929c16e238aa4547d2ba42f2c6bd48 | [] | no_license | mamadcamzis/Network-Project | fe695afdd66f909826276c1afe980d825fa3a780 | e43edbf244a5c05e22f04677ca966f4a56eb85be | refs/heads/master | 2021-05-30T21:09:29.325796 | 2015-12-13T18:48:37 | 2015-12-13T18:48:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,656 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#define MAXLEN 1024
#define SERVICE "9000" /* ou un nom dans /etc/services */
#define MAXSOCK 32
void raler (char *msg)
{
... | [
"camara0388@gmail.com"
] | camara0388@gmail.com |
3a93e11550253f89e8a5630dde1ae56d1d25b88d | 6278a123204b281792a81c762bd8a5ef3129f93b | /Lab 2 - String Manipulation/stringmanip.h | 4e6981dfe6721c540f35198da25285293fe755a6 | [] | no_license | thomasaziz/TECH153 | 3c388f597c5056f82c42cc7677cc56fd259a4329 | d9b6900c62df122b36fa69da3852de65d192a971 | refs/heads/master | 2022-02-27T23:53:29.229846 | 2019-10-01T13:31:43 | 2019-10-01T13:31:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 423 | h | //header file containing all function declarations and includes
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
//Constants
#define MAXCHARS 50
//Function Definitions
void TestStrings(const char* teststring);
int getStrings(char str[MAXCHARS]);
void printStrings(char str[MAXCHARS]);
void encrpyt(char st... | [
"noreply@github.com"
] | thomasaziz.noreply@github.com |
3225caa154f2666d0136f6ce555fe925f3fdec1d | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/94923eb8-de60-4c54-9f75-1e56501a366f.c | ea79e10541ff1e3d6098c0a372c2d5ea9a225728 | [] | 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 | 530 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=-221;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i%j;
l = l%j;
j = k-j*i;
//variables
/* START VULNERABILITY */
int a;
char b[7];
char c[49];
a = 0;
do {
//random
/* START B... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
afa66b4dde8efffbc1754d7dabe571b1f232b53b | abae3380f92d1f300bdf41d6993faa8d981b5096 | /code_to_create_linkedlist.c | dae8a17cc59727b61782105a73cdc1bcb79b2894 | [] | no_license | Devanshiq/C-Programs | 897fc11aacd6a282fc07282a1474b1e646654327 | 67b52120f484e591a79ad4c0e8a7c0f32eeb3baa | refs/heads/master | 2022-07-26T20:23:06.742281 | 2020-05-22T01:59:14 | 2020-05-22T01:59:14 | 260,492,936 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 775 | c | #include<stdio.h>
#include<stdlib.h>
typedef struct node
{
int data;
struct node *next;
}node;
int main()
{
int a , i = 1 , n ,r; // i = 0 is also ok....
node *p,*q,*start;
printf("Enter the number of nodes");
scanf("%d",&n);
printf("Enter node %d \n",i); // you can also start with ... | [
"noreply@github.com"
] | Devanshiq.noreply@github.com |
c2ca823f0b220c6cc8206a4eaa394ecc53cbfffa | 998c5ba87b8464923bcf7159c800812c2fe8db34 | /src/pem.c | 366bcb08a770b4693ce0056e176ec63a2d14f3be | [
"MIT"
] | permissive | tdsmith/openssl | 591d153bd1f152c9e1ca9a85e38e2ef5215a01cc | 239c705436026078b132ff6cc4f2293b275c9fa4 | refs/heads/master | 2021-01-23T22:06:26.917449 | 2017-02-07T12:20:27 | 2017-02-07T12:20:27 | 83,118,124 | 0 | 0 | null | 2017-02-25T08:30:15 | 2017-02-25T08:30:15 | null | UTF-8 | C | false | false | 2,549 | c | #include <Rinternals.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/pem.h>
#include <openssl/err.h>
#include "utils.h"
/* parses any pem file, does not support passwords */
SEXP R_parse_pem(SEXP input){
char *name = NULL;
char *header = NULL;
unsigned char *data = NULL;
long len = 0;
int count ... | [
"jeroenooms@gmail.com"
] | jeroenooms@gmail.com |
5683394dc8b4efe3c4046c689013982d91771166 | 0d40ab256997cc9c90855b2122920fdfb7186317 | /src/qt/qtipcserver.h | 2070dea6a861fb9d5c336d6c27e002d465fec0bb | [
"MIT"
] | permissive | Bitspender/d01 | 472b69d11f38f8276703c47d9623ae1e1a1bfa95 | 851e0647bb447f9bd5e3f36bd1ba2ea8d9ea6fd0 | refs/heads/master | 2016-09-01T06:05:07.196711 | 2016-02-19T17:42:30 | 2016-02-19T17:42:30 | 52,104,159 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 241 | h | #ifndef QTIPCSERVER_H
#define QTIPCSERVER_H
// Define Darkcypher-Qt message queue name
#define BITCOINURI_QUEUE_NAME "DarkcypherURI"
void ipcScanRelay(int argc, char *argv[]);
void ipcInit(int argc, char *argv[]);
#endif // QTIPCSERVER_H
| [
"steve-walschot@telenet.be"
] | steve-walschot@telenet.be |
448c319a1fbb2a4eb3a25b4f6589628be3b4d204 | 80ea01d9c94d0336e9b712522673427d38416478 | /code/T2100/Sources/Common/Data/fimpeOID.h | 459df4069a1afaa8396bbefcb40f503018f14b0b | [] | no_license | suyuti/Hypercom_parsian | 95b05bb5cb3a1f48b093bb4b562cf4af2c6d43cf | e78fa29ae332235273c9c1d28cf2a2f6e7ec6ca3 | refs/heads/master | 2020-12-24T15:22:33.818145 | 2015-02-26T21:30:32 | 2015-02-26T21:30:32 | 31,389,765 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,371 | h | /*
* Note: this file originally auto-generated by mib2c using
* : mib2c.scalar.conf,v 1.9 2005/01/07 09:37:18 dts12 Exp $
*/
#ifndef FIMPEOID_H
#define FIMPEOID_H
/*
* function declarations
*/
void init_fimpeOID(void);
Netsnmp_Node_Handler handle_sysMrchntinfoBlk;
Netsnmp_Node_Handler handle_sy... | [
"mehmet.dindar@SMART0178.smartmoss.local"
] | mehmet.dindar@SMART0178.smartmoss.local |
fa1918b888574d45e9309101945cac84ff1825b2 | 9641ffb1dec531ff44ba5b9f1dfaeb169861f047 | /Sommer 2019/Øving 2/Øving 2/Source.h | 00df3d09ff5018e989c1200fe2a9905b0f614098 | [] | no_license | jonassaa/TDT4102_Prosedyre_og_Objektorientert_programmering | 19d2e35a5f420c143cad0036bc4b981176671d4c | 424af19f710f8a29f536d95dfc1474cbdff0c021 | refs/heads/master | 2022-02-05T02:03:56.627575 | 2019-06-23T13:14:28 | 2019-06-23T13:14:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 198 | h | int add(int, int);
void inputIntegersAndPrintProduct();
void inputAndPrintInteger();
int inputInteger();
void inputIntegersAndPrintSum();
bool isOdd(int);
void printHumanReadableTime(int);
| [
"jonassaa@ntnu.no"
] | jonassaa@ntnu.no |
288fa021e1f4bfab8c2af157f9b4a6c2e1f9e9e9 | 560cb5ed9c8df6c4ec6b276b7f422b72a7bdc2eb | /Artmame/src/cpu/h83002/h8periph.c | 931c254f2b13cf6b72e8b4896b1bc35d0a79e808 | [] | no_license | shangma/mame0112 | 3503af14b38ad382257f01c74638e7a6f7861f1d | e98e2daebda9f430519893ac61232b8eae74516b | refs/heads/master | 2020-04-06T03:47:11.945469 | 2012-07-03T15:43:29 | 2012-07-03T15:43:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,962 | c | /***************************************************************************
h8periph.c: Implementation of Hitachi H8/3002 on-board MCU functions.
Original by The_Author & DynaChicken for the ZiNc emulator.
Rewritten for MAME to use MAME timers and other facilities by R. Belmont
*************************... | [
"arthur_choung@me.com"
] | arthur_choung@me.com |
d511cdce665b4ff23fd433056fcb60dd30ea649e | d8befba9f7e30f065331df2d90d16cb449ffa91a | /srcs/prompt/expansive_redirect.c | f14f9665857699edc455df8825329d45c55dcdb7 | [] | no_license | krios-fu/minishell | 84837f07ede2d34505d0e09e831dfd5933eea1fe | 1a4ed7213ee415326b7b0d684c9859e062339fea | refs/heads/master | 2023-07-06T17:43:48.957028 | 2021-08-02T15:06:56 | 2021-08-02T15:06:56 | 381,057,524 | 2 | 0 | null | 2021-07-28T22:02:20 | 2021-06-28T14:20:21 | C | UTF-8 | C | false | false | 2,144 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* expansive_redirect.c :+: :+: :+: ... | [
"krios-fu@c1r7s2.42madrid.com"
] | krios-fu@c1r7s2.42madrid.com |
0cee65207bddaa4a1ef824564baf88bd1088de7a | 9595ca857e103a49c815b17db3b28bb1773862b6 | /wtc/driver-computer/src/TaskGroup.C | 26a41492766f9aa13f48f574e573a9f3c8379b39 | [] | no_license | ahsyh/cpp | 8e1eac0785fc16b0ae794ee182a8d8298c0cee30 | 9b79758025caa8f0f83e4a6326997d409ea2b382 | refs/heads/master | 2021-01-10T14:57:04.477803 | 2016-03-23T05:45:21 | 2016-03-23T05:45:21 | 36,201,287 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,652 | c | // Penn Parallel Primitives Library
// Author: Prof. Milo Martin
// University of Pennsylvania
// Spring 2010
#include "ppp.h"
#include "TaskGroup.h"
namespace ppp {
namespace internal {
// Task-based scheduling variables
TaskQueue* g_queues_ptr = NULL;
atomic<int> g_stop_counter;
}
using namesp... | [
"yihui.shi@outlook.com"
] | yihui.shi@outlook.com |
d7950accb10ae5fb9cbb0daed803dd117bbe93ea | 4fa94698220c69d1e84f58d58aa5437d891a2fc2 | /lib/my/sokoban.c | 6d72fa656683cd072e8da57e02a06718a341730f | [] | no_license | Codrux2200/My_Sokoban | 4ff76cf2833374bb5b03a23ac01f21f05be7561b | 12ca217293621b25c7177157821e9119e713271a | refs/heads/master | 2023-05-30T18:22:06.907467 | 2021-06-25T16:06:48 | 2021-06-25T16:06:48 | 345,670,969 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,944 | c | /*
** EPITECH PROJECT, 2021
** sokoban
** File description:
** sokoban
*/
#include "my.h"
void print_map(char **map_tab, sokoban soko_p)
{
for (int i = 0; map_tab[i] != NULL; i++)
mvprintw(0 + i, 0, map_tab[i]);
}
char *read_map(char *filepath)
{
struct stat sb;
char *buffer = NULL;
int fd = ... | [
"saad.berrada@epitech.eu"
] | saad.berrada@epitech.eu |
de68010448b245cd912a60e4d6923c4e4eba6005 | 5f17dffa4b353d285a7a996fc0ff3a5ba604c420 | /getline.h | dc5dc05fc402eb43735d8b5d31305608b36e58fd | [] | no_license | OS2World/APP-EDITOR-getline | 64cc0a8b2f22c7c80e4ea3281624ad58621b7ef8 | 3ee45a08b602b0d79b4b390da9381ca7561a5c85 | refs/heads/master | 2020-04-06T06:50:38.882295 | 2013-11-27T16:06:38 | 2013-11-27T16:06:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 872 | h | #ifndef GETLINE_H
#define GETLINE_H
/* unix systems can #define POSIX to use termios, otherwise
* the bsd or sysv interface will be used
*/
#if __STDC__ > 0
#include <stddef.h>
typedef size_t (*gl_strwidth_proc)(char *);
char *getline(char *); /* read a line of input */
void gl_setwidth(in... | [
"martiniturbide@gmail.com"
] | martiniturbide@gmail.com |
978b54fa311482207035537ffd23e5d3dfe3d26b | 122321139da1283a928dd774b28e7aeb5ac232b3 | /demod/lms6dm_dft.c | 6d92335cfd6e7924db87c1b5318cb5cf08d36de0 | [] | no_license | vg1320/radiosonde_auto_rx | 833ee527d09e6fa41ac4c0f8014649670339bf07 | 1f6c1255c2f5bf5f9bfa92f545dca04f18d27476 | refs/heads/master | 2021-03-09T20:14:43.454340 | 2021-02-28T20:45:37 | 2021-02-28T20:45:37 | 246,376,082 | 0 | 0 | null | 2020-03-10T18:20:01 | 2020-03-10T18:20:01 | null | UTF-8 | C | false | false | 27,162 | c |
/*
* LMS6
* (403 MHz)
*
* sync header: correlation/matched filter
* files: lms6dm_dft.c demod_dft.h demod_dft.c bch_ecc.c
* compile:
* gcc -c demod_dft.c
* gcc lms6dm_dft.c demod_dft.o -lm -o lms6dm_dft
* usage:
* ./lms6dm_dft -v --vit --ecc <audio.wav>
*
* author: zilog80
*/
#inclu... | [
"vgeslin@free.fr"
] | vgeslin@free.fr |
8873c1d42d980a4ff745ab174f6a686102cb4332 | 438cd59a4138cd87d79dcd62d699d563ed976eb9 | /mame/src/mess/machine/c64_rex_ep256.c | 1b6f79eee18b35c2b7e390f95464d70c220433a3 | [] | no_license | clobber/UME | 031c677d49634b40b5db27fbc6e15d51c97de1c5 | 9d4231358d519eae294007133ab3eb45ae7e4f41 | refs/heads/master | 2021-01-20T05:31:28.376152 | 2013-05-01T18:42:59 | 2013-05-01T18:42:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,214 | c | /**********************************************************************
Rex Datentechnik 256KB EPROM cartridge emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
**********************************************************************/
#include "c64_rex_... | [
"brymaster@gmail.com"
] | brymaster@gmail.com |
4c92da88abfa65f173bf4ab772a36e11c74ed48e | 984383140e7ad43ea42d6a79c3797438ebcfe71e | /lib/car/obj/src/rd_f.c | 8b4e67aaa7a9541ce34421c66e776dd970bca621 | [
"MIT"
] | permissive | chlds/util | 8bc5815e3babce87199e0f2669c4068bfd630fed | 6c9fac1fbacad7657f3f93d59798e4774e681988 | refs/heads/master | 2023-08-16T22:45:01.229839 | 2023-08-16T12:50:05 | 2023-08-16T12:50:05 | 167,775,750 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 394 | c | /* **** Notes
Read bytes to the delimiter.
Remarks:
Call fn. rl later.
//*/
# define CAR
# include <stdio.h>
# include "../../../incl/config.h"
signed(__cdecl rd_f(signed char(**di),signed char(*delim),signed(fd))) {
auto signed char *b;
auto signed i,r;
auto signed short flag;
if(!di) return(0x00);
if(*di) retu... | [
"chlds@yahoo.com"
] | chlds@yahoo.com |
5608ca2ff2130e1cce1136c929a95adc218700bc | 3d6db906e9bbf6eacf8a728e61cfc2b24142d7ac | /res/gccsharedobj/res/include/b.h | 8b1f12e789431de6b7cf14b74d534a77ffa71d74 | [] | no_license | skullquake/mxblog | d6c240b4058ce408d7198b6969abb81ca9e54d52 | defbe382091245ed6cbe94475a0c1efe43c04071 | refs/heads/master | 2021-03-07T17:27:09.360933 | 2020-04-19T11:59:10 | 2020-04-19T11:59:10 | 246,283,241 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 47 | h | #ifndef A_H
#define A_H
void foo(void);
#endif
| [
"ockert8080@gmail.com"
] | ockert8080@gmail.com |
e158ccdc1369888f38c8093d01420fe9a2e05853 | 4cd2d012205c84e6c331562a9a4c7efc98a4b84c | /03-2019-10-11/3-12.c | 703843a7a91589892afde46ce5fe1e5b6d328880 | [] | no_license | takasho-tutrial/computer-science-HWs | ba5732b1512699ba6a070c1fddabfc5dd4880382 | d962d591c8f1e8ddcb75f4613d120dcc34c831bc | refs/heads/master | 2020-09-22T01:56:01.766425 | 2019-12-26T13:26:59 | 2019-12-26T13:26:59 | 225,009,778 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 658 | c | #include <stdio.h>
int main () {
int year;
printf("Please enter some year : "); scanf("%d", &year);
int m = 1868;
int t = 1912;
int s = 1926;
int h = 1989;
int r = 2019;
if (year - r >= 0) {
printf("令和%d年\n", year - r + 1);
} else if (year - r < 0 && year - h > 0) {
printf("平成%d年\n", year -... | [
"takasho@keio.jp"
] | takasho@keio.jp |
626df7cedb69e205ca31061d1304e7ba01c02016 | 2b7eeecd0069c883e9c4176e96979ae76abfdc95 | /writeup/code/BTUSART.c | 08fbe5803982c38d7e1c8ef629e8f6603160fd5d | [] | no_license | cnc4less/bioniscope | 47954e7e98aaa8650c02f899354044faef0a3d9a | 44eb684f77e575af8bed49c4815e95ef5b5f6b0d | refs/heads/master | 2021-01-09T06:37:16.479803 | 2014-05-15T21:40:24 | 2014-05-15T21:40:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 45 | c | /home/harry/docs/electronics/atmega/BTUSART.c | [
"hrickards@gmail.com"
] | hrickards@gmail.com |
163d0a3a7c638277768943dbb8fd848c32fefe1d | e2aaf6f31ecc2763d189eca1dd81d646c042c42a | /string_buffer.h | 1d5a6055afac6f88f6cf95515078f644824f730f | [] | no_license | abhijat/c-library | aa1eae8c30d96e3ab0f48cc63ebfd0ba8d3e452e | 6e66cadf1230a864c30f7b1268bee64e3420ce7f | refs/heads/master | 2016-09-05T19:45:35.188150 | 2015-07-10T18:27:38 | 2015-07-10T18:27:38 | 38,895,820 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 456 | h | #ifndef STRING_BUFFER_
#define STRING_BUFFER_
typedef struct
{
char* buffer;
size_t size;
size_t capacity;
} string_buffer_t;
extern const int DEFAULT_SIZE;
string_buffer_t* new_sbuf(int capacity);
void free_sbuf(string_buffer_t** s);
int copy_sbuf(string_buffer_t* sbuf, const char* s, size_t size);
int ... | [
"malviya/abhijat@gmail.com"
] | malviya/abhijat@gmail.com |
45a3dafc63eb03f7183c0094b5d17d52e30323a4 | ada0181a41b4dd3ce7d9ae9541e9907682637972 | /3-quick_sort.c | 54510ecce2bbf56e1d6416444f85a6d8acdab1a5 | [] | no_license | LuAnVaRmO/sorting_algorithms | 2734d520e603c939bb3702db7363858f6f4ccc1c | b7fc7d65e37d12f15b22b573cf9126f806fc0761 | refs/heads/master | 2022-11-10T20:27:44.717970 | 2020-06-17T22:09:15 | 2020-06-17T22:09:15 | 271,920,101 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,757 | c | #include "sort.h"
/**
* quick_sort - Implementation of Quick List Algorithm
* transforms given prototype to more confi prototype to
* work in our_sort function.
* @array: Data set in array type.
* @size: Array's size
*
* Return: void
*/
void quick_sort(int *array, size_t size)
{
int size_new;
size_new = (i... | [
"luisangelvargas91@gmail.com"
] | luisangelvargas91@gmail.com |
3777bb42e3a019e6e17b2f45e90dcea9da2a4268 | 9e2a70ee7e77b57040747de5ac053e6b2d5dabfd | /Inc/stm32f4xx_hal_conf.h | e3d861e94a4bdf46f7049458427f527d7e960966 | [] | no_license | gd91/stm32_winc1500_AP_example | 0e4ea8b3a43d9db6e265800939445f15a51059b8 | 82e08b9f09204ea44b96d23f9e142118057a2ffd | refs/heads/master | 2020-03-23T10:44:46.415848 | 2018-07-19T09:17:15 | 2018-07-19T09:17:15 | 141,460,235 | 7 | 2 | null | null | null | null | UTF-8 | C | false | false | 15,776 | h | /**
******************************************************************************
* @file stm32f4xx_hal_conf.h
* @author MCD Application Team
* @version V1.0.0
* @date 14-August-2015
* @brief HAL configuration file.
******************************************************************************
... | [
"38246100+gd91@users.noreply.github.com"
] | 38246100+gd91@users.noreply.github.com |
824ce776713c1d4142dd1801f70595788312f591 | 14e34700554e0ed3020442d4fe2751c1e8709e76 | /wsolver_trie.c | 57f254fdc5cb848c28a65a5fedbe8bd4589109ff | [] | no_license | pavantc/anagram_solver_trie | 728b3c1e7478dcbca59f63f4de016c4c55887a0e | a24aace9388f19de694382dbddd247ecf5f0a102 | refs/heads/master | 2021-01-25T00:16:15.510188 | 2015-05-05T06:45:18 | 2015-05-05T06:45:18 | 35,080,313 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,512 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <sys/time.h>
enum {
LVL_ERROR = 0,
LVL_INFO,
LVL_DEBUG,
LVL_MAX
};
int cur_dbg_lvl = LVL_ERROR;
#define DEBUG_PRINT(lvl, msg...) \
do {\
if (lvl <= cur_dbg_lvl) printf(msg); \
}... | [
"pavan.tc@gmail.com"
] | pavan.tc@gmail.com |
3c0b1ab1c8c3d826ae6404b2936874525a393f44 | baf84c01cf9a0bfab7af956fe6f4c0b70fcf456f | /cube.c | 76133e837f5a8756e6a48ae98196d426b92bf4d2 | [] | no_license | kaonn/Cube_Solver | 1bf5b6d06b1fa3b711fa8990c3b13812c93723c3 | 7eabe8fcfc1279c3c42fa55996233ad641b6778e | refs/heads/master | 2020-06-08T23:08:34.807652 | 2015-01-13T00:51:40 | 2015-01-13T00:51:40 | 29,164,819 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,975 | c | #include <stdio.h>
#include <stdbool.h>
#include <time.h>
#include <stdlib.h>
void swap(int state[2][3][3], int i, int j)
{
if (j < 9)
{
int temp = state[i/9][i/3][i%3];
state[i/9][i/3][i%3] = state[j/9][j/3][j%3];
state[j/9][j/3][j%3] = temp;
}
else
{
int temp = state[i/9][i/3][i%3];
sta... | [
"yue@yues-air.wv.cc.cmu.edu"
] | yue@yues-air.wv.cc.cmu.edu |
64224ead946d9cadb0b10de0973a29ca67d6da61 | bc0bceb900c3d2873062f69fec13955a2cc701f4 | /Enigma/GlobalVariables.c | d967dd02c5ed055335e291aa53f86bcce2eb16af | [
"Unlicense"
] | permissive | Shsl4/CProjects | daab61d66f5f783f030f37b2a5f0702a02c9f527 | 796888c1cb495c69fc0f39cd93200e27afa8848c | refs/heads/main | 2023-03-11T05:50:52.227400 | 2021-03-01T08:53:35 | 2021-03-01T08:53:35 | 320,065,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,429 | c | #include "GlobalVariables.h"
char connexions[26];
char textRotor[3][26] = {"EKMFLGDQVZNTOWYHXUSPAIBRCJ", "AJDKSIRUXBLHWTMCQGZNPYFVOE", "BDFHJLCPRTXVZNYEIWGAKMUSQO"};
int rotor[3][26];
int invRotor[3][26];
int shift[3] = {0, 0, 0};
char textReflector[26] = "EJMZALYXVBWFCRQUONTSPIKHGD";
int reflector[26];
char tex... | [
"isl4shz@gmail.com"
] | isl4shz@gmail.com |
a0c8e54ced4174087222a6979e687514e85253b9 | a86301a25e40fa40d2799bab294f83d734fce42c | /libft/src/ft_strsub.c | b49bd42f8f2856682e3e852f79403fbb8d79e8f2 | [] | no_license | jfourne/ft_irc | 223469c5a1e09a79c9da11d4638d79b7ef301c4f | 95fa52279c7110ec80bde6ad9435ac6f37912162 | refs/heads/master | 2020-06-05T21:35:19.930048 | 2019-06-19T08:25:41 | 2019-06-19T08:25:41 | 192,552,507 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,221 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsub.c :+: :+: :+: ... | [
"jfourne@e3r9p3.42.fr"
] | jfourne@e3r9p3.42.fr |
fbc64b5307030b6251385c86fad97c2db01e5c7a | 5e584e778282a16115d2db3713f7e43c45cd0fdb | /constants.h | 73875fe749c55f1de0ecda88470763bcb852e285 | [] | no_license | ADTuttle/2d_CSD | 81d4f71232b782a7a18c69e4ff9b0b36365fb81f | b2f2fc6b83a725ee9cea28b0c54706cea65e7ee7 | refs/heads/master | 2021-06-27T12:06:34.727425 | 2019-05-30T15:11:54 | 2019-05-30T15:11:54 | 106,605,397 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,401 | h | #ifndef __CONSTANTS__
#define __CONSTANTS__
#include <petsctime.h>
#include <petscksp.h>
#include <petscmat.h>
#include <petscsnes.h>
//set global parameters here (constants)
// General options
#define details 0 //if true, will show how many iterations were necessary for each newton solve, and the residual
#define ... | [
"tuttl059@umn.edu"
] | tuttl059@umn.edu |
eb985b8e5e14d729a1662374490693a10575d9ee | 78a935931c25142fc56cefaa61cff22e407f53cc | /from_shootout/lists_ocaml/ia32_elf/by_retdec.c | 077d3f4c7246dca07c6b89448e2fb6512a09da3e | [] | no_license | mewbak/decompiler-subjects | 80ee10c991b1a240f5541c4eef07dcb209c37d06 | aa93a8f9822a30b47ff9e81c03cbd523ebb3a9f6 | refs/heads/master | 2021-09-28T06:48:11.215836 | 2018-11-15T07:15:10 | 2018-11-15T07:15:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,484,361 | c | //
// This file was generated by the Retargetable Decompiler
// Website: https://retdec.com
// Copyright (c) 2017 Retargetable Decompiler <info@retdec.com>
//
#include <dirent.h>
#include <dlfcn.h>
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
#include <netdb.h>
#include <pwd.h>
#include <setjmp.h>
#include <... | [
"i-git-stone@rf.risimo.net"
] | i-git-stone@rf.risimo.net |
4295daa31ea8fc5da22acbe876ecb5a2fb4caf0c | 012fe3f8d180427de08aa9cbeca60a010404e41a | /evenbwtwo.c | 4ff092e48ff911dbb9b4cf9a514dcf1f37992caf | [] | no_license | soundaryavsb/set2 | b462c1ebc33797be66c7ac51e71f35870bdbd985 | bd4dcfbbc27ada15977ee98c4e2ffd32f7901cab | refs/heads/master | 2021-09-05T09:18:56.818954 | 2018-01-26T01:15:11 | 2018-01-26T01:15:11 | 118,316,279 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 160 | c | #include <stdio.h>
int main(void) {
int f,s,i;
scanf("%d%d",&f,&s);
for(i=(f+1);i<=(s-1);i++)
{
if(i%2==0)
{
printf("%d\t",i);
}
}
return 0;
}
| [
"noreply@github.com"
] | soundaryavsb.noreply@github.com |
4e5a5d352d43ebc49c1884791bc8b69e36bb1713 | 59c581a301f95eb1e1573d31040fbad0b2568cd7 | /test/f90_correct/src/c_iso008.c | 7dad27354383d81f7751e09719d343296803f9dd | [
"Apache-2.0"
] | permissive | kammerdienerb/flang | f37527c55528d1157c611b7619a4daaab8b4ba67 | 8cc4a02b94713750f09fe6b756d33daced0b4a74 | refs/heads/master | 2020-09-10T17:12:27.002906 | 2020-02-24T16:26:24 | 2020-02-24T16:26:24 | 221,773,372 | 0 | 0 | NOASSERTION | 2019-11-14T19:40:25 | 2019-11-14T19:40:24 | null | UTF-8 | C | false | false | 700 | c | /*
* Copyright (c) 2019, NVIDIA CORPORATION. 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 requi... | [
"gklimowicz@pobox.com"
] | gklimowicz@pobox.com |
ad514cfe5f8e8a44f76366d92e35a603000c9706 | 5792b184e71a9de7779e0bd21b6833f8ddfdb4b5 | /sysvr3/31/usr/src/cmd/labelit/labelit.c | 4df21e65fa1d7f6e0ec9af2411e390820c1ac6c0 | [] | no_license | ryanwoodsmall/oldsysv | 1637a3e62bb1b9426a224e832f44a46f1e1a31d4 | e68293af91e2dc39f5f29c20d7e429f9e0cabc75 | refs/heads/master | 2020-03-30T06:06:30.495611 | 2018-09-29T09:04:59 | 2018-09-29T09:04:59 | 150,839,670 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,876 | c | /* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#ident "@(#)labelit:labelit.c 1.15"
#include <stdio.h>
#include <sys/param.h>
#ifnde... | [
"rwoodsmall@gmail.com"
] | rwoodsmall@gmail.com |
dd4b83ef9f3affe84742d4f70a2bee2c984239db | 979b595a2f8cb2df6846c1d9d666d2a93e6f0823 | /dataset/source/NVD/CVE_2014_2241_VULN_cf2_initLocalRegionBuffer.c | 8aa5ca9b0f9904624d2b51b979255d8d10a78617 | [
"Apache-2.0"
] | permissive | ZouzhiqiangNxf/AutoVAS | c4647ddedaf4b694b0c4f6772983d3e723b39183 | 99a92411c21241f7030b3c3b697c4161aaaf852b | refs/heads/master | 2023-07-11T01:44:36.757798 | 2021-09-02T01:01:57 | 2021-09-02T01:01:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 487 | c | CVE_2014_2241_VULN_cf2_initLocalRegionBuffer( CFF_Decoder* decoder,
CF2_UInt idx,
CF2_Buffer buf )
{
FT_ASSERT( decoder && decoder->locals );
FT_ZERO( buf );
idx += decoder->locals_bias;
if ( idx >= decoder->num_locals )
retu... | [
"kppw99@gmail.com"
] | kppw99@gmail.com |
de99fb507fae9c15b175edc69c91b2212ee7b218 | 0cb610897f3a1e1ca213373a9f95fba79aef8bf9 | /vtv10.c | 4f2f3a20c86f4e25175111cacbc493761509d355 | [] | no_license | naveensimbu/shanmugam | 949e38d27308d192c244f1e18a6bda782e2cf05c | b0ea9e14628bee9b8489d1b56f1d5e108b6cd17b | refs/heads/master | 2021-05-05T00:54:52.006851 | 2018-03-20T11:16:22 | 2018-03-20T11:16:22 | 119,522,797 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 267 | c | #include<stdio.h>
void main()
{
int n,i,a,x,e;
printf("Enter no:");
scanf("%d",&n);
for(i=0;i<n;i++)
{
a=pow(5,i);
if(a>n)
{
x=i;
break;
}
}
e=pow(5,x);
printf("%d",e);
}
| [
"noreply@github.com"
] | naveensimbu.noreply@github.com |
352bf011be46e0a10f3dc72ad8cc9a935e3c6fe3 | 45ccd518fff547b3c28598962a94eb296fff27b4 | /00-CHelloWorld/hello.c | 1fb93776a81176f56b514c4bc14072f6ba5314ec | [] | no_license | tomasortiz9598/SSL | 5dd99726ab4dbf625a7248dc65c2146a45e6815c | 82931a06295299e25298092c323dc79b70b9cb55 | refs/heads/master | 2021-05-24T15:34:35.510494 | 2021-02-22T22:29:30 | 2021-02-22T22:29:30 | 253,633,353 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 68 | c | #include<stdio.h>
int main(void ){
printf("Hello world!\n");
} | [
"tomasortiz9598@gmail.com"
] | tomasortiz9598@gmail.com |
b138fbe7475ea6b79a31db2449c0b916c4ee65df | 1351f48d45c2c05e322c29c5f68da0d4590888c1 | /codeMarshal/Problem Section/Victory Celebration.c | 2358f7bd8e385c9403240e4f2e693a451018c2c3 | [] | no_license | laziestcoder/Problem-Solvings | cd2db049c3f6d1c79dfc9fba9250f4e1d8c7b588 | df487904876c748ad87a72a25d2bcee892a4d443 | refs/heads/master | 2023-08-19T09:55:32.144858 | 2021-10-21T20:32:21 | 2021-10-21T20:32:21 | 114,477,726 | 9 | 2 | null | 2021-06-22T15:46:43 | 2017-12-16T17:18:43 | Python | UTF-8 | C | false | false | 91 | c |
#include<stdio.h>
int main ()
{
printf("Yaayy!! Bangladesh Won!!\n");
return 0;
}
| [
"towfiq.106@gmail.com"
] | towfiq.106@gmail.com |
e4523c78d092f73a0b3a7d7c9a8b0bf9b02ec118 | 58a2d928d0081ae849f0ae744b51f999d1700019 | /vendor/OpenCV/modules/core/include/opencv2/core/hal/msa_macros.h | 97e4f4bb4aacffc19b6292ce55e0a4846c25fa3d | [
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ToyasDhake/midterm_project | 045d644473d4297510639cc14cbf507f67d910b4 | 08676a10b947b369812d7c70ade440ff767aeacb | refs/heads/master | 2020-08-11T07:34:56.249265 | 2019-11-08T13:39:25 | 2019-11-08T13:39:25 | 214,518,389 | 0 | 1 | MIT | 2019-11-08T13:39:26 | 2019-10-11T19:54:51 | C++ | UTF-8 | C | false | false | 82,543 | h | // This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#ifndef OPENCV_CORE_HAL_MSA_MACROS_H
#define OPENCV_CORE_HAL_MSA_MACROS_H
#ifdef __mips_msa
#include "msa.h"
#include <stdin... | [
"shivamakhauri04@gmail.com"
] | shivamakhauri04@gmail.com |
32578878117492daa0a1e1805a2b1334bf5713a6 | 4cd580701959e61a3e34db2b812d8a533b3ad9e2 | /src/Sort/HeapSortTest.c | fc3b0cffe7a5fc6571891516dbd43a05a126b185 | [] | no_license | SilentKris/Train | 6b684a1f920a109ad81301e1937821ed1699c92e | b464aae5d3d0870c4e0cd718ec33f19a2fe534f1 | refs/heads/master | 2023-01-03T13:37:22.874874 | 2020-11-02T13:36:13 | 2020-11-02T13:36:13 | 288,479,545 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,127 | c | #include <stdio.h>
#include <stdlib.h>
#define N 20
void Swap(int tree[], int a, int b);
void Heapify(int tree[], int n, int i);
void Heap_built(int tree[], int n);
void Heap_sort(int tree[], int n);
int main(int argc, char **argv)
{
int arr[N], i=N;
int *p = arr;
srand(time(NULL));
while(i)
arr[--i] = rand()... | [
"dwl130802305@gmail.com"
] | dwl130802305@gmail.com |
e160eb2a20ed4fe8701647f93d3021db09f243eb | 8450fbc96342a59142f849bb07ef435ae78ae8e9 | /Proj1/main/pindefs.h | d4e9e78480e4f23ea89b53f0b11c002780991d07 | [
"MIT"
] | permissive | amk1710/SistemasReativos | 077321ecb5e3af2cf9ab8b183768e26f4d22f314 | 94a8423be342d6fecf3d88da5a5abfa92545ed18 | refs/heads/master | 2020-04-30T03:42:21.060295 | 2019-11-09T14:24:20 | 2019-11-09T14:24:20 | 176,593,464 | 0 | 0 | MIT | 2019-05-07T01:51:13 | 2019-03-19T20:30:41 | C++ | UTF-8 | C | false | false | 199 | h | #define LED1 10
#define LED2 11
#define LED3 12
#define LED4 13
#define BUZZ 3
#define KEY1 A1
#define KEY2 A2
#define KEY3 A3
#define POT A0
| [
"arduino@wolverine.grad.inf.puc-rio.br"
] | arduino@wolverine.grad.inf.puc-rio.br |
287887a53f229e8b4dfd342f272888604f9970ec | 8bce79410603f4268814d0185d75483598331778 | /PWMEmission.h | ee8791f98a4faa5854c4ff4bb538124ef2069a1e | [] | no_license | yorkrobotlab/e-puck-range-and-bearing | c46c284e3727ec3a86e6d4a9c7b5a3e6b64c9e6e | 13bb3cefcaf2b176d6b1dc0192438b17ef129060 | refs/heads/master | 2021-03-09T23:46:04.503770 | 2020-03-10T19:57:49 | 2020-03-10T19:57:49 | 246,395,069 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,053 | h | /*
* REVISION HISTORY:
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Author Date Comments on this revision
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Alvaro Gutierrez 09/02/2007 First release of source file
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~... | [
"alan.millard@york.ac.uk"
] | alan.millard@york.ac.uk |
5ba139fc9d24097fc105bb0aa99a450b4ce0d39c | 6ed268dd11fedc5a3ba3961fc8a63cc377ea0079 | /Maestro/Core/Src/stm32f4xx_it.c | a705f6b0c21c0928d3d755fb6dadca512bec0a44 | [] | no_license | RodriMesa/Micro | 8fd6e1a3e152247365fa412fc709a655b0f3627c | ce51d2a76b521aa1de9118d77151100a7fcec965 | refs/heads/master | 2023-03-18T18:13:43.722548 | 2020-02-02T20:03:00 | 2020-02-02T20:03:00 | 235,931,747 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,344 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32f4xx_it.c
* @brief Interrupt Service Routines.
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) ... | [
"RodriMesa@users.noreply.github.com"
] | RodriMesa@users.noreply.github.com |
f0fbb7b7a0667692c19923dd5b468cf81258977c | 69e12af0b2ada060c2d3696550f01a4e166efbae | /openblas/build/interface/CMakeFiles/ctrtri.c | 29241377fd363de863437a369634ab63d5087cc0 | [] | no_license | ljsetter/ntf_project | d7d27e3eab2cb20724830cdd7b99bba3517ec3be | 8b3ea7e6f46625c8dcc4dc750feb64ce45d133f0 | refs/heads/master | 2020-08-24T17:41:08.766977 | 2019-11-14T23:50:05 | 2019-11-14T23:50:05 | 216,871,010 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 299 | c | #define ASMNAME ctrtri
#define ASMFNAME ctrtri_
#define NAME ctrtri_
#define CNAME ctrtri
#define CHAR_NAME "ctrtri_"
#define CHAR_CNAME "ctrtri"
#define COMPLEX
#include "/home/lewissetter/Documents/mines/high_performance_computing/ntf_project/openblas/src/OpenBLAS-0.3.6/interface/lapack/ztrtri.c" | [
"ljsetter@mines.edu"
] | ljsetter@mines.edu |
ad9741147e0725a32a379815ec372baca6e7639a | cd760d6f8e318941e37c0ffb8566993896606e6e | /.phoronix-test-suite/installed-tests/compilebench/compilebench-0.6/t/native-0/fs/file_table.c | 19c299e21c8cc250df3748635f17a102fd1263e3 | [] | 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 | 6,944 | c | aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa... | [
"root@neb.intranet.highprophil.com"
] | root@neb.intranet.highprophil.com |
397cd44ca29a5283b7ab55dee3db5a093c471334 | 487758b0f371df3233c0651a042c26e7fc6b0765 | /vendors/redpine/wmcu_lib/1.2.0/Peripheral_Library/driver/inc/rsi_cci.h | 1300bdc667fddee0a362073436cc200a76e53540 | [] | no_license | redpinesignalsinc/amazon-freertos | bcd30d43d759b905f4e47973d53db777e57b7117 | 22f470e30ee8c3cfe7861551dff4849212668f87 | refs/heads/master | 2020-12-22T04:54:16.742019 | 2020-01-28T07:39:15 | 2020-01-28T07:39:15 | 235,995,037 | 0 | 0 | null | 2020-01-27T10:45:52 | 2020-01-24T12:00:47 | null | WINDOWS-1252 | C | false | false | 5,339 | h | #include "RS1xxxx.h"
#include "rsi_error.h"
#ifndef __RSI_CCI_H__
#define __RSI_CCI_H__
#ifdef __cplusplus
extern "C" {
#endif
/******************************************************
* * Macros
* ******************************************************/
#define AMS_EN *(vo... | [
"vinod.alibade@redpinesignals.com"
] | vinod.alibade@redpinesignals.com |
39c11e5bbfa2d4d53a5f8fb69a6e9a03d148d25d | 185055865beb5d5dc3b91788c9f392a2e981480e | /cetd/include/shuffle.h | 3744ce11cf3c3153ede7861ddcc3b612d656c9cd | [] | no_license | tomcodeninjia/cetd-nist | 297f62a9aa4394dcede9333254dc92de0481723e | 40226a1b5c42aacc4086b4a8c8302a80758a7b0a | refs/heads/master | 2021-05-30T10:43:25.256030 | 2014-11-17T10:27:56 | 2014-11-17T10:27:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 644 | h | //original shuffle
#include "config.h"
#define SHUFFLE_P 19
#define SEG_BITS 32
void split_test(uint x);
void debug(unsigned int x);
void split_test(uint x);
//void shift_p(uchar *nonce, int *s,int r);
void swap_p(const uchar *nonce,
uint *v,
int r,
int shuffle_p);
void swap(const uchar *nonc... | [
"active52004@gmail.com"
] | active52004@gmail.com |
494b4791c0a3e54f849dbba444dec357f1ee3335 | bb2864ed46ca2486f9b49b31dc002f39412c2a2a | /kernel/lib/mm/memory.c | 2885a1c23b3ce5966c43da5c8d909004c891ee05 | [] | no_license | InsaneMiner/TOS-6 | 34db1fe926d99be6b16b1911a4242cf2964267cd | 171451f79f8059767017946cd86eb15c1009c679 | refs/heads/main | 2023-04-28T00:17:38.427452 | 2021-05-13T22:15:28 | 2021-05-13T22:15:28 | 369,026,731 | 0 | 0 | null | 2021-05-19T23:32:48 | 2021-05-19T23:32:48 | null | UTF-8 | C | false | false | 467 | c | #include <mm/memory.h>
void memcpy(void* src, void* dest, uint64_t count){
for(uint64_t i = 0; i < count; i++){
((uint8_t*)src)[i] = ((uint8_t*)dest)[i];
}
}
uint8_t memcmp(void* src, void* dest, uint64_t count){
for(uint64_t i = 0; i < count; i++){
if(((uint8_t*)src)[i] != ((uint8_t*)dest)[i]){
return 1;
... | [
"edelkrebstrolls@gmail.com"
] | edelkrebstrolls@gmail.com |
7493387cb51a08b9575e9d3a32ab1c938a14c99c | d9167aca24afd55b1296fe6d33b20e3c2f75128d | /lib/my/my_str_islower.c | adeef69883fa1af521b6b66b086cda345f619bfa | [] | no_license | theocerutti/RPG_Lord_of_The_Rings | 55f0e726f5b6ee05264fd86fec29ae16c9192651 | 6c6d8b654579f8607c0048efbbe1b03c6c1cb223 | refs/heads/master | 2020-05-19T17:27:39.637496 | 2019-05-15T11:37:56 | 2019-05-15T11:37:56 | 185,134,247 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 409 | c | /*
** EPITECH PROJECT, 2018
** my_str_isnum
** File description:
** Day06 - task0??
*/
int my_str_islower(char const *str)
{
int i = 0;
int count_same = 0;
int len = 0;
for (i = 0; str[i] != '\0'; i++) {
len += 1;
if (str[i] >= 'a' && str[i] <= 'z')
count_same += 1;
}
... | [
"theo.cerutti@epitech.eu"
] | theo.cerutti@epitech.eu |
0ec9be1f46af60c6a4ec65a87aabc11744c84660 | b135655a6ee3086920e7edc97664e9a51700f53a | /SYE_Labo5/usr/libc/include/errno.h | bf88e09932fe3b732b8162f6ca46d201a7d79848 | [
"MIT"
] | permissive | thomaslc66/HEIG | 62ada892bf948a66c5d157439c139d7ecfd7dfe9 | a48794ca03e7940464261bc1d2c8f69a626df260 | refs/heads/master | 2023-01-08T09:12:52.381033 | 2020-04-04T17:21:21 | 2020-04-04T17:21:21 | 217,382,091 | 0 | 0 | null | 2022-12-22T12:50:08 | 2019-10-24T19:42:04 | C | UTF-8 | C | false | false | 6,793 | h | /*
* errno.h
*
* Created on: 22 août 2008
* Author: drossier
*/
#ifndef ERRNO_H_
#define ERRNO_H_
#define EPERM 1 /* Operation not permitted */
#define ENOENT 2 /* No such file or directory */
#define ESRCH 3 /* No such process */
#define EINTR 4 /* Interrupted system call */
#define EIO 5 /* I... | [
"thomaslc66@gmail.com"
] | thomaslc66@gmail.com |
1376424d88ed777b71dcd86781c78da099fc71b5 | 740354f1dce928a3d8c2741c7ce1e2195d0f5c80 | /ST7789/STM32_F407VGTx_Display/Core/Inc/main.h | 52bec827d6aec3766047860893b31308dc9773b3 | [] | no_license | itsowntail/DiY | bf47b332e477d7a5759122be04c58f293d08cd21 | 6f1d3f01e4ea4d805ff9f2011a5be65e362fb41e | refs/heads/master | 2023-09-05T22:17:49.480030 | 2021-11-13T10:04:06 | 2021-11-13T10:04:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,368 | h | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.h
* @brief : Header for main.c file.
* This file contains the common defines of the application.
*************************************************... | [
"48318430+nr-electronics@users.noreply.github.com"
] | 48318430+nr-electronics@users.noreply.github.com |
939227d13441e4cccd277bbe29a599aa19168070 | cd6e73ece979ad7a870e21545810a9e67cd5b748 | /grbl/protocol.c | 3fc0189586f5ff541f0c1c29e215a1cd73a2f73e | [] | no_license | Aniketgaikwad020/DrawBot | 9ce9b774008ab5908c735550b3ff67e14815f743 | 7927ea80879058f3c2d299990035a28f80ad5791 | refs/heads/main | 2023-03-19T20:34:59.875502 | 2021-03-14T01:43:38 | 2021-03-14T01:43:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,989 | c | /*
protocol.c - controls Grbl execution protocol and procedures
Part of Grbl
Copyright (c) 2011-2015 Sungeun K. Jeon
Copyright (c) 2009-2011 Simen Svale Skogsrud
Grbl 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... | [
"noreply@github.com"
] | Aniketgaikwad020.noreply@github.com |
a0572d34ccd16b249ace76ca17355a4d2a610608 | d8263a93ed9a23f815a772bd76baa645fb1a8c11 | /trunk/MCU/STM/mcu_service_0/STM32F2xx_StdPeriph_Lib_V1.0.0/Project/STM32F2xx_StdPeriph_Examples/CAN/LoopBack/stm32f2xx_conf.h | 1c308c47947eb336e292eb1dd9568bf31810256d | [] | no_license | urock/ihome | f62e9229d6e6c34d40347e12280862f6ebe610b2 | d04dd2fef063255ccf4520e06671b55b810f2092 | refs/heads/master | 2016-09-06T10:13:56.257031 | 2015-02-05T07:25:49 | 2015-02-05T07:25:49 | 29,969,524 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 3,524 | h | /**
******************************************************************************
* @file CAN/LoopBack/stm32f2xx_conf.h
* @author MCD Application Team
* @version V1.0.0
* @date 18-April-2011
* @brief Library configuration file.
******************************************************************... | [
"yarumyantsev@gmail.com"
] | yarumyantsev@gmail.com |
c4cf2c62d146f7044ae23142bde847045b380984 | 280de19d5682b02397ffbbaaff889ec46db2d42a | /src/bs_start_attack.c | 7bab99b3457979d8c17774c85ef9eb9ed010596f | [] | no_license | mrdollsteak/Pokemon-Emerald-Battle-Engine-Upgrade | 635b63770cda2ef917a975aa4573473db1db07f6 | a19458beedd843c1f52568753609c4962813247c | refs/heads/master | 2020-12-31T03:55:44.697165 | 2016-07-27T17:56:54 | 2016-07-27T17:56:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,605 | c | #include "types.h"
#include "defines.h"
#include "battle_locations.h"
#include "battle_structs.h"
#include "vanilla_functions.h"
#include "new_battle_struct.h"
#include "static_references.h"
u8 is_bank_present(u8 bank)
{
if(absent_bank_flags & bits_table[bank])
return 0;
return 1;
}
u32... | [
"noreply@github.com"
] | mrdollsteak.noreply@github.com |
f7025413e8eba7d8d16bace718af271e2c96f5df | 567de1630fe3cb5e79a9b0ca4b042432236798a6 | /src/checker.c | cb83946a9742b1f1d924ae2c7072c5e1eb49bf5e | [] | no_license | TheonAegor/minishell | 1f51f629edd1a7c2ceea9959ae9ee76618149118 | 7afe544836905a3a82aebb363efc741684cc25e6 | refs/heads/master | 2023-06-24T12:13:59.710786 | 2021-07-26T16:17:35 | 2021-07-26T16:17:35 | 376,885,729 | 0 | 0 | null | 2021-07-20T15:35:47 | 2021-06-14T16:18:55 | C | UTF-8 | C | false | false | 512 | c | #include "minishell.h"
int check_tokens(t_token *tok)
{
t_token *tmp;
tmp = tok;
if (is_end_of_command(tmp->type) && tmp->type != CHAR_NULL)
return (-1);
while (tmp->next)
{
if (is_end_of_command(tmp->type) && tmp->type != CHAR_NULL)
{
if (tmp->next->type == CHAR_NULL)
return (-1);
}
if (is_end_... | [
"egorproskurin.95@gmail.com"
] | egorproskurin.95@gmail.com |
2540b2fa7bdc2c1d1f7d979bd382be0d220ea15a | 753d24cd89a1a1eedadd77e547dd86d4ced7786d | /Medium Integrity/KernelPwnLib.h | 7e48870d80d097623d6ea17e9632a705ab74f0a3 | [] | no_license | 0xkarv/HEVD-ArbitraryOverwrite | 440f7f5ff1d84dbfe6037aaa65e88fa33fb42490 | 3a4e29dc530ba9f377008c4b1b44f8820b5372c2 | refs/heads/master | 2022-11-05T17:35:22.132962 | 2020-06-24T17:50:46 | 2020-06-24T17:50:46 | 274,733,473 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,197 | h | #pragma once
#include<Windows.h>
#include<stdio.h>
#include<Psapi.h>
#include<string.h>
INT_PTR Use_EnumDeviceDriver()
{
LPVOID addresses[1000];
DWORD needed;
EnumDeviceDrivers(addresses, 1000, &needed);
LPVOID ntoskrnl_addr = addresses[0];
printf("\n\t[+] Address of NT Base : 0x%p\n", ntoskrnl_addr);
return ... | [
"vaid.kalpesh2@gmail.com"
] | vaid.kalpesh2@gmail.com |
3e44e9e9a5a437adbac0b1d9a346560fc16f7149 | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/data/weather/new/basic/link.c | d898d456923369c11e8d57927379dc665b3459c9 | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,950 | c | /*************************************************************************
/basic/link.c -- an interface for linking objects together
written by Ugh Oct-1996
*************************************************************************/
#include <event.h>
private static mapping linked_to;
static void move_l... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
a899be17dd3cabade7e964fcbd783f5d41e2f288 | a882a73881d05d31dd9b0eb9207e084d083fd6be | /sys/netinet6/mld6.c | efd259e8647924f637417cd0ceb1a5a2765e2f1a | [] | no_license | laybatin/libuinet | 81c8d04e595b30975dd85712d9346ed476fb85c3 | 3e470a5ee113599fdeafbfcc8e45a7a730ad4f1a | refs/heads/master | 2020-03-19T05:46:12.555798 | 2018-06-04T02:53:36 | 2018-06-04T02:53:36 | 135,960,517 | 0 | 0 | null | 2018-06-04T02:28:05 | 2018-06-04T02:28:05 | null | UTF-8 | C | false | false | 89,478 | c | /*-
* Copyright (c) 2009 Bruce Simpson.
*
* 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, this list of conditions and the following... | [
"kelsey@ieee.org"
] | kelsey@ieee.org |
09b18dcbca534a1f00e5b18c6675dfb2cca1109f | e72827c6ff28fa637e6418bc16f888aceb9fd111 | /MACOS/ftlibsdl/src/ft_getpix.c | ba054aa7b03d095c23a11e1599ab174c188b4901 | [] | no_license | avallete/Wolf3D | 17089f932a521196b15b8f701d91122d88683337 | 21d34ca32ccd216442307f850d82246cf7215b68 | refs/heads/master | 2020-05-27T20:01:59.345076 | 2015-10-28T18:14:16 | 2015-10-28T18:14:16 | 31,378,675 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,556 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_getpix.c :+: :+: :+: ... | [
"avallete@e1r4p5.42.fr"
] | avallete@e1r4p5.42.fr |
b88fd83f2703128fe3542d0cac6b8481abead643 | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant101852_reload.c | 209b030728083393b559f25c13bfe54257cc059a | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 244,813 | c | /* Search an insn for pseudo regs that must be in hard regs and are not.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or... | [
"agroce@gmail.com"
] | agroce@gmail.com |
c5d24cf0f25dbd1e5d91b21362f795172ca8266f | 9b68b3d73b63ebcbfe18cc9a4aa8e91c84833a84 | /tests/libs/netcdf/C/nc_test/tst_nofill.c | a7c85fb363ba563375ad0b97fd3ce2f5e114fa44 | [
"NetCDF",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | openhpc/ohpc | 17515db5082429eb9f250f12bf242b994beb715f | 725a1f230434d0f08153ba1a5d0a7418574f8ae9 | refs/heads/3.x | 2023-08-19T02:15:14.682630 | 2023-08-18T19:33:51 | 2023-08-18T19:34:18 | 43,318,561 | 827 | 247 | Apache-2.0 | 2023-09-14T01:22:18 | 2015-09-28T18:20:29 | C | UTF-8 | C | false | false | 17,020 | c | /*
Copyright 2007, UCAR/Unidata
See COPYRIGHT file for copying and redistribution conditions.
This is part of netCDF.
This program tests for a bug discovered with nofill mode that failed
only on file systems with block size in a particular range. It fails
when invoked with the blksize argument between... | [
"karl.w.schulz@intel.com"
] | karl.w.schulz@intel.com |
56a61650ae22f3ef3f9834da0eadb0628285f360 | 15ddc071b2a889caf5d4607a6ec1bcdacf97b741 | /chapter02-c-fundamentals/programs-and-exercises/volume2.c | 83a62ba96351dd3ec16413571bafecb4e9bc3a71 | [] | no_license | alpha-beta-soup/c-programming-book | d29fa29ffac9ec363897a04f608294063f141790 | 84ba709e3bc7bdcf967f98622bac8405cd9da26d | refs/heads/master | 2021-01-20T04:57:50.230185 | 2017-11-20T07:12:35 | 2017-11-20T07:12:35 | 101,401,960 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 295 | c | #include <stdio.h>
#include <math.h>
int main()
{
float radius, volume;
printf("Enter radius of a sphere: ");
scanf("%f", &radius);
volume = 4.0/3.0 * M_PI * (radius * radius * radius);
printf("Volume of a sphere of radius %f: %.1f\n", radius, volume);
return 0;
}
| [
"richard.m.law@gmail.com"
] | richard.m.law@gmail.com |
03fb8a72c598369efbebc46724adb2af9ee2edc4 | 6578cc28c82c489adbffc9f51e60661d7a534e13 | /CieloVsInfierno/Log.h | 0849693d368f00965fbc22d5ed22893b0fb16beb | [] | no_license | Fao2212/PrograIIEstructuras | a95b402d037c475127ebd2a622ba9319c59e7198 | 714ac92c9ff262b809640b54edcf5ad14ea653a2 | refs/heads/master | 2022-11-28T10:21:22.545175 | 2020-08-08T05:17:55 | 2020-08-08T05:17:55 | 282,827,732 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 342 | h | #ifndef LOG_H
#define LOG_H
#include "includes.h"
struct Log{
static void createlog(QString logname);
static void saveLog();
static void addToLog(QString msg);
static QString createPath();
static QString timeStamp();
};
static QString log = "";
static QString logName = "";
static QString path = ... | [
"49621525+Fao2212@users.noreply.github.com"
] | 49621525+Fao2212@users.noreply.github.com |
a354ccd95123cd839ba6610f0fb827c12c3d8583 | c55f28e66b1398d918e01f6966b39ab932230153 | /Projects/STM32L073Z_EVAL/Examples/FLASH/FLASH_EraseProgram/Inc/main.h | d2f60fa15ba29c6175d809af1b35b1893d38148c | [
"BSD-2-Clause"
] | permissive | pengphei/STM32Cube_L0 | a61b09a340cb6c815eb4f367bb40f929bb52977b | 7988a1e2d431982d5245215d525f7faf855ded79 | refs/heads/master | 2021-01-17T06:35:43.344107 | 2016-07-23T10:08:06 | 2016-07-23T10:08:06 | 64,010,361 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,431 | h | /**
******************************************************************************
* @file FLASH/FLASH_EraseProgram/Inc/main.h
* @author MCD Application Team
* @version V1.7.0
* @date 31-May-2016
* @brief Header for main.c module
************************************************************... | [
"pengphei@sina.com"
] | pengphei@sina.com |
9f7b0d464588b3e99206fd3f3681ad8ca5b40a96 | ee73fdcceb1094108c0a9e209535d7915e2e33b3 | /Green openETCS Non-Vital Demonstrator/Source Code/Source Code ETCS Onboard Unit System/Generated_Code/KCG-Releases/storeDriverInput_trainData_pkg.c | 5a81d50c00820014a352c4aa4cfb93c10992b427 | [] | no_license | stefan-karg/srcAndBinary | d912b03c44d75b807dc4f9b67938dde73dd52ccf | 5e0a11c72a20ca8c1386c55d0cd3e4c7463fb600 | refs/heads/master | 2020-12-31T03:36:26.071772 | 2015-12-07T14:57:47 | 2015-12-07T15:00:53 | 47,557,434 | 0 | 0 | null | 2015-12-07T14:36:45 | 2015-12-07T14:36:45 | null | UTF-8 | C | false | false | 3,210 | c | /* $**************** KCG Version 6.4 (build i21) ****************
** Command: kcg64.exe -config R:/Repositories/modeling/model/Scade/System/OBU_PreIntegrations/openETCS_EVC/KCG-Releases/config.txt
** Generation date: 2015-12-07T14:52:34
*************************************************************$ */
#include "kcg_co... | [
"info@stefankarg-it.de"
] | info@stefankarg-it.de |
f7c253484c4d3b079a03ced596ff49513df9180b | 454beed67c50319a42b844f13739d0ed441097d8 | /storage/test_ext/src/storage_ext_test.c | 94d522c5c9a84c3200dc18b9de5c1cf3d68ba25b | [] | no_license | tidehc/nvr-1 | 438cb8bf8246684ba14a30a3b3a60d33c9e0843e | 94214be74a574efdd4e12f526e42784f7a0a3c1f | refs/heads/master | 2022-01-05T10:24:14.381469 | 2018-08-31T08:04:06 | 2018-08-31T08:04:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,566 | c |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <unistd.h>
#include <time.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <storage_lib.h>
#include <av_pool.h>
#include <storage_ext_lib.h>
#define STREAM_NUM 0
static int quit = 0;
static void sig_quit(int signo)
{
qu... | [
"zndxwjun@163.com"
] | zndxwjun@163.com |
2ecff4337fe580cb8133ccda2d73e94e6b891d03 | 79dfbce00b64f62917aeb5078a4f804461977715 | /implementations/timesetter.c | 9377ef82804e516e93be9bdadebe2716f291aa0a | [] | no_license | orlandolorenzo724/udp-client | c1235b35f63dbf03e2026ecd1af7872cb878c0b3 | 2bde94c93c3e496284584b87d0fa6b5a3ed0f333 | refs/heads/main | 2023-03-26T21:29:28.498792 | 2021-04-01T12:37:40 | 2021-04-01T12:37:40 | 352,109,914 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,136 | c | //
// Created by lorenzo on 29/03/21.
//
#include "../headers/timesetter.h"
#include "../headers/error.h"
#include <sys/time.h>
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
/**
* Sets the system's correct time
*
* @param time The time object retrieved from a NTP server
*/
void set_time(time_t time) {... | [
"noreply@github.com"
] | orlandolorenzo724.noreply@github.com |
5c9fa901ea2902d447a109f2ba24a3dc77e736a4 | 3f309b1dd9774ca1eef2c7bb7626447e6c3dbe70 | /apps/gpio/gpio_led_on_off_polling/firmware/src/config/pic32mk_gp_db/initialization.c | 81dc9112a93795f1ad63e007a613c2a457091083 | [
"LicenseRef-scancode-unknown-license-reference",
"ISC",
"LicenseRef-scancode-public-domain"
] | permissive | Unitek-KL/csp | 30892ddf1375f5191173cafdfba5f098245a0ff7 | 2ac7ba59465f23959e51d2f16a5712b57b79ef5f | refs/heads/master | 2020-12-10T13:42:26.878408 | 2019-10-14T17:55:22 | 2019-10-14T17:56:20 | 233,609,402 | 0 | 0 | NOASSERTION | 2020-01-13T14:04:51 | 2020-01-13T14:04:51 | null | UTF-8 | C | false | false | 6,684 | c | /*******************************************************************************
System Initialization File
File Name:
initialization.c
Summary:
This file contains source code necessary to initialize the system.
Description:
This file contains source code necessary to initialize the system. It
... | [
"http://support.microchip.com"
] | http://support.microchip.com |
83efd3467a03ea10eac132a56a9ac6c5156e27a1 | 8ae7a23f05805fd71d4be13686cf35d8994762ed | /mame150/src/mame/drivers/ampoker2.c | 34f81e7a799613f7657f8833f9626e124672bcc6 | [] | no_license | cyberkni/276in1JAMMA | fb06ccc6656fb4346808a24beed8977996da91b2 | d1a68172d4f3490cf7f6e7db25d5dfd4cde3bb22 | refs/heads/master | 2021-01-18T09:38:36.974037 | 2013-10-07T18:30:02 | 2013-10-07T18:30:02 | 13,152,960 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 61,469 | c | /********************************************************************************
AMERICAN POKER 2
----------------
Company: Novomatic.
Year: 1990.
Driver by Roberto Fresca, with a lot of help of Grull Osgo.
Based on a preliminary work of Curt Coder.
--- Supported Set... | [
"dan@van.derveer.com"
] | dan@van.derveer.com |
15e327f7795c89661adb4adff2dcb1f6bdf82505 | 46367579a54a09dd220dd9a678b1452f06897f11 | /tags/before_removing_fphdf5/src/H5Gstab.c | 3491f51d4592bc63f4c281f6f5805ecffcbd980a | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-llnl"
] | 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 | 23,014 | c | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* *
* T... | [
"(no author)@dab4d1a6-ed17-0410-a064-d1ae371a2980"
] | (no author)@dab4d1a6-ed17-0410-a064-d1ae371a2980 |
9ec05427006e1591a3ff2e34f4e17bcbe98dc883 | 6ffaec2a5e8de33b06669d7f5f96836f04a2a3c7 | /josn_parse.c | 7f6813463276a30c1cea5b2bda872bce74a32801 | [] | no_license | chenzhiqin520/halen_json_c | b61f4c63118a5e5895f7b4ba2d198fe504fbedca | f3e901603702be5cf998af96d1f27efd418fd2be | refs/heads/master | 2021-08-08T12:36:42.553241 | 2017-11-10T06:30:41 | 2017-11-10T06:30:41 | 110,115,761 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,425 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "cJSON.h"
int main(void)
{
char *string = "{\"family\":[\"father\",\"mother\",\"brother\",\"sister\",\"somebody\"]}";
cJSON *json = cJSON_Parse(string);
cJSON *node = NULL;
node = cJSON_GetObjectItem(json,"family");
if(node == NULL)
{
printf("... | [
"693191690@qq.com"
] | 693191690@qq.com |
b371f5207b0ab25032bb6278d4d718f8b7a878b4 | 2f7c82f0ea36f6f3df9ca8e3587585a7d8583dbb | /libft/src/libftr/ft_memcmp.c | 387beb644750286ad256aff3d0e7c2e087b35f9e | [
"MIT"
] | permissive | DaniilKvasnikov/SDL | aac81b2470266add80ad9768473dc6e29d3b203d | 8068a3701887047b9c7ce70665bc0cf4fc891a1a | refs/heads/master | 2020-06-22T15:10:48.794263 | 2019-08-29T06:26:35 | 2019-08-29T06:26:35 | 197,735,168 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,184 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memcmp.c :+: :+: :+: ... | [
"123yk123@mail.ru"
] | 123yk123@mail.ru |
2e254bbd22c37097091070e3106b901db27111d4 | 2eb93b4a17f0970ee1ae5c4db9260907981aa88b | /checkerfiles/srcs/printstack.c | eabed2a90637cf5b5ed33b909f3a3d9789c12013 | [] | no_license | brockcheese/push_swap | d47851906badbfe0382831ebdf170d5851a002c1 | f8b410da10acbe5fb3f7e97c59d4c534324fb6d3 | refs/heads/master | 2021-01-01T00:03:36.726233 | 2020-02-08T07:57:11 | 2020-02-08T07:57:11 | 239,089,661 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,714 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* printstack.c :+: :+: :+: ... | [
"bpace@e1z2r2p10.42.us.org"
] | bpace@e1z2r2p10.42.us.org |
de535a654bbd6bc9b72962aeed3ae56807687053 | fd77ab1dfe6244f5490c2a056822e86195737e2b | /src/GUI/gui_controls.h | 7f26f9c7d9bcb5668ce9ac73cd9b968cbfc80bf5 | [] | no_license | navin-bhaskar/mbed-forth | 3fd1457e031926546de8c70a644573946eca484a | 3218a4685572ffd09d20b60e29fb2946ef959000 | refs/heads/master | 2021-07-09T16:46:32.339609 | 2017-10-12T05:41:00 | 2017-10-12T05:41:00 | 106,648,217 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,364 | h | /* Reconfigurable computing system
* Registration number: NXP3878
*
* 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
*... | [
"navin.bhaskar.5@gmail.com"
] | navin.bhaskar.5@gmail.com |
a8e66d1a646232ad2b535aad1503b56574b51851 | 1390cb4f58bd09087184a64fe2838dec29600d8a | /2018.c | 44e4d18a1d9cdbd8570ead04a8494cf6eedf7faa | [] | no_license | imasker/obfuscatorTestCases | bf21352be1dbd6c8bdd868b093af03f315d92a45 | 5f5561846ec09a040b42dc12842c9581e7be6b4d | refs/heads/master | 2023-03-27T11:35:21.843689 | 2021-03-25T07:38:05 | 2021-03-25T07:38:05 | 351,342,479 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 133,434 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.3.0
* Git version: 30dccd7
* Options: -o /home/x/obfuscator/data/programs/2018.c
* Seed: 4110839530
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
union U0 {
signed f0 : 3;
const uint32_t ... | [
"13277988207@163.com"
] | 13277988207@163.com |
d6bdb3143b5c1678fe0bc2fb492cd63c73d06f1a | d510c675879267755500b68c7c811113af10a28b | /sys/dev/pci/drm/i915/gt/intel_ring_submission.c | 2afea09499544556a7b475e5005d30bdb8c8e61f | [] | no_license | blackgnezdo/ports | 0d80a07a4ff1401a4714c90f10521ccaa3720ec9 | 63cabfda250b4cfc3b0d989baf2ccdd32985352c | refs/heads/master | 2023-08-18T05:10:57.476902 | 2021-08-25T13:25:23 | 2021-08-25T13:25:23 | 89,123,167 | 3 | 1 | null | 2019-09-14T19:49:30 | 2017-04-23T06:53:38 | Makefile | UTF-8 | C | false | false | 35,229 | c | /*
* Copyright © 2008-2010 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge... | [
"jsg@openbsd.org"
] | jsg@openbsd.org |
f2ec9eea9b4f1951b32bc74b5794ec3bf1986ea2 | da41bf8d9aa7ac1328e151cfd1988450f3d95c5d | /PhotoCaptureApp/Il2CppOutputProject/Source/il2cppOutput/Microsoft.MixedReality.Toolkit.Services.BoundarySystem_CodeGen.c | c03db21631ab326a37ef75665219f5f80e8afc51 | [] | no_license | Chris9292/Light | c2d8e850dc2a4c4263cde691658db778c983fccb | fd9f3e97330e302e0c08046ec064e2d300b2bb4a | refs/heads/main | 2023-07-27T12:56:34.711659 | 2021-07-01T18:28:45 | 2021-07-01T18:28:45 | 296,644,237 | 1 | 0 | null | 2020-10-01T15:44:14 | 2020-09-18T14:27:48 | C# | UTF-8 | C | false | false | 3,115 | c | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
// 0x00000001 System.Void Microsoft.MixedReality.Toolkit.Boundary.MixedRealityBoundarySystem::.ctor(Microsoft.MixedReali... | [
"noreply@github.com"
] | Chris9292.noreply@github.com |
e3d4735f3d68dd6641dcffde5a2ac8f4e064afac | 75c7cad034ccdb8a625437906ba5a8849c321f20 | /1075.c | 7731560c2790afb0db306f6e388f66360d32ca50 | [] | no_license | felipe911/URI-Online-Judge | 5ae5f754a24a6a80ef62ea82bf60dee550ca21df | 6d901fe69cd1c57394c3206e3130e03a3293cc49 | refs/heads/master | 2021-09-05T14:09:07.416855 | 2018-01-28T16:05:29 | 2018-01-28T16:05:29 | 115,150,017 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 534 | c | /* URI Online Judge | 1075
Resto 2
Adaptado por Neilor Tonin, URI Brasil
Timelimit: 1
Leia um valor inteiro N. Apresente todos os números entre 1 e 10000 que divididos por N dão resto
igual a 2.
Entrada
A entrada contém um valor inteiro N (N < 10000).
Saída
Imprima todos valores que quando divididos por N dão resto... | [
"felipe20911@gmail.com"
] | felipe20911@gmail.com |
cf14aa703baafe8f03b612003f13eceb4e660b80 | 2743687d9bf0a004f7c1084464fbe02b10d532bc | /include/state_queue.h | ebe505ad5a0d37f6dac3b0e51940def9cf56aabc | [] | no_license | Conhan93/Disco-Shield | 4b4d29cfc4f8bfa4ed83074e8476d36333c263b9 | 37102b69eb9b23b3e1a45ce3016937f3fcca3baf | refs/heads/main | 2023-08-25T11:40:14.782235 | 2021-10-29T15:20:25 | 2021-10-29T15:20:25 | 418,155,185 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 181 | h | #ifndef STATE_QUEUE_INCLUDED
#define STATE_QUEUE_INCLUDED
#include "state.h"
uint8_t state_queue_pop(STATE_EVENT* _out);
uint8_t state_queue_push_back(STATE_EVENT _event);
#endif | [
"conhan@hotmail.se"
] | conhan@hotmail.se |
b1b3f68207c56d5780b9cb32ea6c2f1b9715ab92 | 761d98a26dc3ab51172ce5e46134ed8fce877ea6 | /经典指针_互换两个数字.c | 576f2716b345f096f73d4c1deddf5fff624cb511 | [] | no_license | Rachel0305/learngit | 4ecd110dd3767d790765caa2d6dbb1e6ba3559de | 70bfb312b2d5ee39ac88cf84d121f9dfde4bd87d | refs/heads/master | 2023-01-19T15:25:53.904738 | 2020-11-28T14:26:11 | 2020-11-28T14:26:11 | 316,653,863 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 285 | c | #include <stdio.h>
void huhuan_2(int* p,int* q)
{
}
int main(void)
{
int c = 3;
int d = 5;
huhuan(c, d);
printf("c=%d,d=%d\n", c, d);
return 0;
}
//不能完成互换
/* void huhuan(int a,int b)
{
int t;
t = a;
a = b;
b = t;
return;
} */ | [
"2465357501@qq.com"
] | 2465357501@qq.com |
8201aa896f7d3a746071721043151d5b951937c1 | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/rf.c | 7138594887440375b2cde6040f809a8f1f9a39be | [
"MIT",
"GPL-1.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"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 | 13,008 | c | // SPDX-License-Identifier: GPL-2.0
/* Copyright(c) 2009-2012 Realtek Corporation.*/
#include "../wifi.h"
#include "reg.h"
#include "def.h"
#include "phy.h"
#include "rf.h"
#include "dm.h"
static bool _rtl92ce_phy_rf6052_config_parafile(struct ieee80211_hw *hw);
void rtl92ce_phy_rf6052_set_bandwidth(struct ieee8021... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
f9c2748c6d9f09dec10b414828875d38e881ee1a | 8625b04896c78356f8913c45e069ad2c8bca47cf | /study em/RSA/code.c | cfe03bb16e28f61951e31ef9eb3c9b39fc9fefd2 | [] | no_license | sbenstewart/security | c81696ec0dcfa3e525ccdab8ca1dc5daf9302a30 | 3e512cfa638d2101ab53e340cfd71977f6d0fb7e | refs/heads/master | 2020-06-20T03:07:23.668979 | 2019-10-19T15:30:01 | 2019-10-19T15:30:01 | 196,970,433 | 0 | 0 | null | 2019-10-19T15:30:03 | 2019-07-15T09:44:19 | C | UTF-8 | C | false | false | 1,093 | c | #include<stdio.h>
#include<math.h>
int gcd(int a,int h)
{
int temp;
while(1)
{
temp=a%h;
if(temp==0)
{
return h;
}
a=h;
h=temp;
}
}
int main()
{
double p=3;
double q=7;
double n... | [
"noreply@github.com"
] | sbenstewart.noreply@github.com |
fda2dd0360505ee82b92b823901e8344291e72a6 | 24d856d98c85a319d53be2768ccc176a50873fa3 | /linux-lts-quantal-3.5.0/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | 7de824184979788b2f740b6e824c271c60ff45d9 | [
"GPL-1.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | dozenow/shortcut | a4803b59c95e72a01d73bb30acaae45cf76b0367 | b140082a44c58f05af3495259c1beaaa9a63560b | refs/heads/jumpstart-php | 2020-06-29T11:41:05.842760 | 2019-03-28T17:28:56 | 2019-03-28T17:28:56 | 200,405,626 | 2 | 2 | BSD-2-Clause | 2019-08-03T19:45:44 | 2019-08-03T17:57:58 | C | UTF-8 | C | false | false | 64,207 | h | /* bnx2x.h: Broadcom Everest network driver.
*
* Copyright (c) 2007-2012 Broadcom Corporation
*
* 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.
*
* Maintained by: Eilon Greenstein <eilon... | [
"jflinn"
] | jflinn |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.