blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 333 | content_id stringlengths 40 40 | detected_licenses listlengths 0 58 | license_type stringclasses 2
values | repo_name stringlengths 5 113 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 604
values | visit_date timestamp[us]date 2016-08-02 21:20:34 2023-09-06 10:17:08 | revision_date timestamp[us]date 1970-01-01 00:00:00 2023-09-05 20:12:54 | committer_date timestamp[us]date 1970-01-01 00:00:00 2023-09-05 20:12:54 | github_id int64 966 664M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us]date 2012-06-18 16:43:44 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-02-03 21:17:16 2023-07-07 15:57:14 ⌀ | gha_language stringclasses 121
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 128 17.8k | extension stringclasses 134
values | content stringlengths 128 8.19k | authors listlengths 1 1 | author_id stringlengths 1 143 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4b4f4d751a578f7277b714625fe86ce7e2c5a92a | aea3e048ef35aa36511d45aa65dbfa519c88b034 | /arch/x86/include/asm/video.h | 7ee369d01a4d49f53e8f534177e21163645e6c39 | [] | no_license | harveydong/x86_32_OS | 9621c8ae87148d9f661293be48afe74424775f1d | c37f8894d2d2f71e37216f14a459ae090ce1f403 | refs/heads/master | 2020-03-28T00:25:55.389953 | 2018-10-12T07:25:40 | 2018-10-12T07:25:40 | 147,411,551 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,855 | h | #ifndef __VIDEO_H_
#define __VIDEO_H_
#include "types.h"
#include "boot.h"
#define ADAPTER_CGA 0 /* CGA/MDA/HGC */
#define ADAPTER_EGA 1
#define ADAPTER_VGA 2
#define VIDEO_FIRST_MENU 0x0000
/* Standard BIOS video modes (BIOS number + 0x0100) */
#define VIDEO_FIRST_BIOS 0x0100
/* VESA BIOS video modes (VESA numbe... | [
"harveydong@zhaoxin.com"
] | harveydong@zhaoxin.com |
d90e65c400116a438dec521492a99c8c9a6a95ad | 79d343002bb63a44f8ab0dbac0c9f4ec54078c3a | /lib/libc/wasi/libc-bottom-half/cloudlibc/src/libc/fcntl/posix_fallocate.c | 4b41c4b65c9a721555e09bb6435a77bbe95cba99 | [
"BSD-2-Clause",
"MIT",
"LLVM-exception",
"Apache-2.0",
"NCSA"
] | permissive | ziglang/zig | 4aa75d8d3bcc9e39bf61d265fd84b7f005623fc5 | f4c9e19bc3213c2bc7e03d7b06d7129882f39f6c | refs/heads/master | 2023-08-31T13:16:45.980913 | 2023-08-31T05:50:29 | 2023-08-31T05:50:29 | 40,276,274 | 25,560 | 2,399 | MIT | 2023-09-14T21:09:50 | 2015-08-06T00:51:28 | Zig | UTF-8 | C | false | false | 307 | c | // Copyright (c) 2015-2016 Nuxi, https://nuxi.nl/
//
// SPDX-License-Identifier: BSD-2-Clause
#include <wasi/api.h>
#include <errno.h>
#include <fcntl.h>
int posix_fallocate(int fd, off_t offset, off_t len) {
if (offset < 0 || len < 0)
return EINVAL;
return __wasi_fd_allocate(fd, offset, len);
}
| [
"kubkon@jakubkonka.com"
] | kubkon@jakubkonka.com |
2f2d427c11e377b966aea43d47b110062b7700e8 | f14f13f038339aa180b38b11535cec725bdeefab | /tests/test_fprintf_s.c | 454a74962df5c7890d8064c1dfbe8e62e78d6df0 | [
"MIT"
] | permissive | hauke/safeclib | df8717a5dfa555cc677545e5a7f3537a7178f4b3 | ad76c7b1dbd0403b0c9decf54164fcce271c590f | refs/heads/master | 2020-09-08T07:44:25.563643 | 2019-11-06T08:49:52 | 2019-11-06T08:49:52 | 221,065,753 | 0 | 0 | NOASSERTION | 2019-11-11T20:37:34 | 2019-11-11T20:37:33 | null | UTF-8 | C | false | false | 2,804 | c | /*------------------------------------------------------------------
* test_fprintf_s
* File 'io/fprintf_s.c'
* Lines executed:85.00% of 20
*
*------------------------------------------------------------------
*/
#include "test_private.h"
#include "safe_str_lib.h"
#include <unistd.h>
#ifdef HAVE_FPRINTF_S
#defi... | [
"rurban@cpan.org"
] | rurban@cpan.org |
59c0bd58b7247f71660d17c7b5d95b3dbc8410f1 | 0019f0af5518efe2144b6c0e63a89e3bd2bdb597 | /antares/src/add-ons/kernel/bus_managers/ps2/ps2_standard_mouse.h | 886b9ba61bbc68748da92850aee6d5c0efae5a8f | [] | no_license | mmanley/Antares | 5ededcbdf09ef725e6800c45bafd982b269137b1 | d35f39c12a0a62336040efad7540c8c5bce9678a | refs/heads/master | 2020-06-02T22:28:26.722064 | 2010-03-08T21:51:31 | 2010-03-08T21:51:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,465 | h | /*
* Copyright 2001-2008 Antares, Inc.
* Distributed under the terms of the MIT License.
*
* PS/2 mouse device driver
*
* Authors (in chronological order):
* Elad Lahav (elad@eldarshany.com)
* Stefano Ceccherini (burton666@libero.it)
* Axel Dörfler, axeld@pinc-software.de
* Marcus Overhagen <marcus@o... | [
"michael@Inferno.(none)"
] | michael@Inferno.(none) |
8a3b8f11306be71b8d9add32e675f42f09cb96eb | 61af69c5902cb4a8fd08390ca8718af79d2da58d | /ARM/NXP/LPC11xx/src/spi_lpc11uxx.c | 5706d24325e4efd80e1d98c23165364047f1b253 | [
"MIT"
] | permissive | IOsonata/IOsonata | 8f2e0b86a76915a33a11db0a7df7fdb46d8ce55a | e0a599e1a5a186b7295b29484d45988177927983 | refs/heads/master | 2023-08-18T05:32:31.240144 | 2023-08-18T04:38:31 | 2023-08-18T04:38:31 | 199,128,085 | 61 | 20 | MIT | 2020-11-16T08:09:54 | 2019-07-27T06:50:46 | C | UTF-8 | C | false | false | 4,062 | c | /**-------------------------------------------------------------------------
@file spi_lpc11uxx.c
@brief SSP/SPI implementation on LPC11Uxx
Current implementation
Master mode
Polling
@author Hoang Nguyen Hoan
@date Feb. 20, 2015
@license
Copyright (c) 2015, I-SYST inc., all rights reserved
Permission... | [
"hnhoan@i-syst.com"
] | hnhoan@i-syst.com |
72fbd77ad00ae11dfe05d2073932860a8e0267b2 | 87a184724f359347cf43c08a1afe4271448bf58b | /src/event/ngx_event_timer.h | 12213e02542fbed0aebcc4d33fd459d9b5314934 | [] | no_license | saosir/nginx-insight | 82d13020eb02ee3213e51d28c996d6d62358e03b | f5b1925e3c281b0032c2d88f6dc391260a3ceb86 | refs/heads/master | 2020-05-24T02:41:56.149120 | 2020-02-17T01:53:56 | 2020-02-17T01:53:56 | 187,057,888 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,094 | h |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Nginx, Inc.
*/
#ifndef _NGX_EVENT_TIMER_H_INCLUDED_
#define _NGX_EVENT_TIMER_H_INCLUDED_
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_event.h>
#define NGX_TIMER_INFINITE (ngx_msec_t) -1
#define NGX_TIMER_LAZY_DELAY 300
ngx_int_t ngx_event_time... | [
"liangsijian@foxmail.com"
] | liangsijian@foxmail.com |
33c2e0165748ea134d0348e8b03a684a5986a46c | 2bc3398063fd7251c46a2d93d2e301cd063befcd | /nitan/d/gumu/shishi5.c | 08ef8ba539fe0d9f82dfdf50733ae8f93ae10164 | [
"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,301 | c | // Room: /d/gumu/shishi5.c
// Last Modifyed by Winder on Jan. 14 2002
#include <ansi.h>
inherit ROOM;
void create()
{
set("short",HIB"石室"NOR);
set("long", @LONG
你突然觉得眼前一亮,前方石室透过来一丝微弱的光,给了你一丝
希望。但还是只听见远远传来你脚步的回音,空荡荡的感觉使你心中只
有恐惧,甚至忘记孤独。四周如此寂然无声。只能靠摸索前行。
LONG );
set("exits", ([
... | [
"xmlsdk@gmail.com"
] | xmlsdk@gmail.com |
422ce35a7927660f4507ab3b9f5006383af5fde4 | a6e16f8b4e3e9dfb7a8b6f323b7e35fb82537222 | /C/TOS Crew/Teradesk 2.3/INCLUDE/MULTITOS.H | f080c245a17cf02fcb301f2340ea5e4049496c4d | [] | no_license | pjones1063/Atari_ST_Sources | 59cd4af5968d20eb3bf16836fc460f018aa05e7c | fe7d2d16d3919274547efbd007f5e0ec1557396d | refs/heads/master | 2020-09-04T20:21:44.756895 | 2019-10-30T12:54:05 | 2019-10-30T12:54:05 | 219,878,695 | 2 | 0 | null | 2019-11-06T00:40:39 | 2019-11-06T00:40:39 | null | UTF-8 | C | false | false | 1,067 | h | /*
* Multitos Library for Pure C 1.0. Copyright (c) 1994, 2002 W. Klaren.
*
* This file is part of Teradesk.
*
* Teradesk is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the L... | [
"ggn@atari.org"
] | ggn@atari.org |
279b61ab1db59749b3c1924ef98908f5c2b711c4 | e5672e70b6554bf6f82e9594bc7bcd3725b4a03d | /KGSDK/Setup/3 - Embedded C++ SP4/Platman/bin/wce500/procctrnm.h | fc91b238eb7926b62224c4f2d1b3a7cf134fe995 | [] | no_license | hamie96/Gizmondo-SDK | aef02923c0ce2d130fab6ad1bad82325590f4a93 | de599dd2e1e39a4b4b24b0d011bd0a1938dda7da | refs/heads/master | 2022-12-01T12:22:42.261223 | 2020-08-18T02:19:09 | 2020-08-18T02:19:09 | 288,321,149 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 980 | h | //
// genctrnm.h
//
// Offset definition file for exensible counter objects and counters
//
// These "relative" offsets must start at 0 and be multiples of 2 (i.e.
// even numbers). In the Open Procedure, they will be added to the
// "First Counter" and "First Help" values fo the device they belong to,
/... | [
"hamie96@gmail.com"
] | hamie96@gmail.com |
f00c01c68069a65d6a0691c9181b00d50f7876e4 | 4054a250ae5db77119bfc5fd54de94675a3231ca | /include/vccrypt/compare.h | 41c7773de815d650aedcc25f534d02ffcc90dbe9 | [
"MIT"
] | permissive | hocktide/v-c-crypto | 21c937421534191e29d152f1e173e7e2dbd40bd0 | 4f3d5f21cc62f4a92c7987abdbcaee2d652781ca | refs/heads/master | 2022-09-10T13:13:25.771967 | 2020-05-14T03:26:13 | 2020-05-29T19:37:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,406 | h | /**
* \file compare.h
*
* \brief Timing attack resistant comparison routines.
*
* \copyright 2017 Velo Payments, Inc. All rights reserved.
*/
#ifndef VCCRYPT_COMPARE_HEADER_GUARD
#define VCCRYPT_COMPARE_HEADER_GUARD
#include <vccrypt/function_decl.h>
/* make this header C++ friendly. */
#ifdef __cplusplus
ext... | [
"nanolith@gmail.com"
] | nanolith@gmail.com |
95a920f97a74ea2a781be2542752451b19d2bc11 | 47494fbe2a9588ff441f28f5a712c4339f2fbc65 | /BootloaderCommonPkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c | 9095e6ec267da35bb06858b44e0e3d1953bfcfb8 | [
"BSD-2-Clause-Patent",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain"
] | permissive | xpcom-bsd/slimbootloader | 5e02d9ea82a09e4d2b331214482fdaa3ffd6a2a3 | 644b8474da9752a572d3ff40e4bd4cf8597ac6a6 | refs/heads/master | 2023-09-05T02:42:07.888711 | 2021-11-19T03:44:44 | 2021-11-19T21:41:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,043 | c | /** @file
LZMA Decompress GUIDed Section Extraction Library.
It wraps Lzma decompress interfaces to GUIDed Section Extraction interfaces
and registers them into GUIDed handler table.
Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#inc... | [
"maurice.ma@intel.com"
] | maurice.ma@intel.com |
b513478b563aa826f0855f20614c8f31eec8e1bd | 1fabbdfd1ca9ea1b6808893e12bd907eb74de414 | /xcode/Classes/Native/System_System_Text_RegularExpressions_Syntax_Parser.h | 063a4be2a24bce0518a523cd453e90442bbc30cd | [] | no_license | Klanly/TutorialPackageClient | 6f889e96c40ab13c97d107708ae8f3c71a484301 | b9d61ba2f287c491c9565b432f852980ec3fee28 | refs/heads/master | 2020-12-03T01:42:35.256114 | 2016-11-01T02:40:21 | 2016-11-01T02:40:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 912 | h | #pragma once
#include <stdint.h>
// System.String
struct String_t;
// System.Collections.ArrayList
struct ArrayList_t5157;
// System.Collections.Hashtable
struct Hashtable_t4372;
// System.Object
#include "mscorlib_System_Object.h"
// System.Text.RegularExpressions.Syntax.Parser
struct Parser_t7296 : public Object_t
... | [
"bu213200@gmail.com"
] | bu213200@gmail.com |
dbebaa44a2961e3340606577865af162ef383f22 | 0744dcc5394cebf57ebcba343747af6871b67017 | /external/iotivity/iotivity_1.2-rel/resource/csdk/connectivity/lib/libcoap-4.1.1/include/coap/str.h | 0a966863ecd7c0ee4f0643b5f51543072ea56077 | [
"Apache-2.0",
"GPL-2.0-only",
"MIT",
"BSD-3-Clause",
"GPL-1.0-or-later"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C | false | false | 756 | h | /* str.h -- strings to be used in the CoAP library
*
* Copyright (C) 2010,2011 Olaf Bergmann <bergmann@tzi.org>
*
* This file is part of the CoAP library libcoap. Please see
* README for terms of use.
*/
#ifndef _COAP_STR_H_
#define _COAP_STR_H_
#include <string.h>
typedef struct
{
size_t length; /* length... | [
"hj_elena.kim@samsung.com"
] | hj_elena.kim@samsung.com |
3ec590163c2cf85403889dfc1ac659ac15c766c6 | 533ed662bec8f48f8333980406917d9b06ed5c38 | /op_functions3.c | d25b8c2b7d1c9a1256a2c6654320701c9adf2c20 | [] | no_license | MCavigli/monty | 44309acd9056f0ec707391e18a695a59f507dce4 | 3a03636c3b4c006f193c8540cdb47840bff2afd7 | refs/heads/master | 2020-05-23T08:20:31.317990 | 2019-05-17T06:40:51 | 2019-05-17T06:40:51 | 186,683,918 | 0 | 2 | null | 2019-05-17T04:11:03 | 2019-05-14T19:07:59 | C | UTF-8 | C | false | false | 2,659 | c | #include "monty.h"
/**
* op_mod - moduluses the first 2 nodes
* @stack: a pointer to the head of a linked list
* @line_number: the line number
*
* Return: nothing
*/
void op_mod(stack_t **stack, unsigned int line_number)
{
stack_t *current = *stack;
stack_t *second_node;
if (!current || !current->next)
mo... | [
"537@holbertonschool.com"
] | 537@holbertonschool.com |
fae10223b259c597f52cb04af17d0c29730af2e0 | 5381ed3a0e327c829de9ef572e34009199ed299a | /NCEP_bufr/cobfl.h | 546e15cc3c67ae64879c29bd9ad753530222d832 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | GEOS-ESM/NCEP_Shared | b74562b40522d6f88e72bc7c02fd80e4b3b006a1 | 5dd56af87552a1c8b593fa86ec59c17bc697ef42 | refs/heads/main | 2023-04-07T12:59:03.415563 | 2023-03-22T16:00:04 | 2023-03-22T16:00:04 | 195,409,284 | 1 | 2 | Apache-2.0 | 2023-03-22T16:00:07 | 2019-07-05T12:54:58 | Fortran | UTF-8 | C | false | false | 130 | h | #ifdef IN_COBFL
FILE *pbf[2]; /* each element will automatically initialize to NULL */
#else
extern FILE *pbf[2];
#endif
| [
"matthew.thompson@nasa.gov"
] | matthew.thompson@nasa.gov |
e351873a5a0658928b8a4303f1b3ecd204479b00 | fd784529b6b3b919f7921593190e350e1984cf65 | /vision_ws/src/v2x/parser/include/j2735/DYearMonth.h | e21b21624291a12e86d695652cbf4f8662272801 | [] | no_license | HayeonP/HyundaiSelfDriving_2019 | 6cdb90637690b86b66af77be7761935a08fb0997 | 777fcef78c29081a7d417b2a4fcec6579022249f | refs/heads/master | 2023-05-25T09:53:12.810209 | 2019-10-26T03:25:26 | 2019-10-26T03:25:26 | 164,628,209 | 0 | 0 | null | 2023-05-22T21:38:18 | 2019-01-08T10:51:20 | C++ | UTF-8 | C | false | false | 786 | h | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "DSRC"
* found in "../j2735/J2735_201603DA+ITSK4-0.4_new.asn"
* `asn1c -no-gen-example -fcompound-names -funnamed-unions -pdu=MessageFrame`
*/
#ifndef _DYearMonth_H_
#define _DYearMonth_H_
#include <asn_application.h>
/* Including ... | [
"kite9240@gmail.com"
] | kite9240@gmail.com |
eb177984ecbf0e3fdf3b757a813ff8014e14a839 | bf5d27120cc55eb3b22a69e54c3d5190578956bb | /src/usr.bin/touch/touch.c | 09dff5658f2a4069d0ece8c506913e14252f9747 | [] | no_license | buricco/lunaris | 6682cceff476048275d77375ab59eb90c834a964 | 7d808105fade52e382469cc4214152b4dda22610 | refs/heads/main | 2023-08-12T06:07:36.421883 | 2021-10-05T06:55:06 | 2021-10-05T06:55:06 | 413,694,505 | 9 | 3 | null | null | null | null | UTF-8 | C | false | false | 7,454 | c | /*
* touch - update access and modification times of a file
*
* Gunnar Ritter, Freiburg i. Br., Germany, July 2001.
*/
/*
* Copyright (c) 2003 Gunnar Ritter
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising fr... | [
"bridget@buric.co"
] | bridget@buric.co |
71b62d0591339fc45722a2234a778077f21ae72a | 7138c24ab30d5b6bf3b5b70097d94f715224afb0 | /Firmware/tcpip/TCPIP Stack/MPFS.h | 12d6e9e3fcd120562cab72a08c153ec6c1a03991 | [] | no_license | Subaru-PFS/ics_xcu_fee | f097f196badabbcec4a549ab920d1f2439a365c5 | 4ab2114824df02960ce353223acf8965c6552d15 | refs/heads/master | 2021-06-05T22:17:17.146244 | 2019-11-20T22:15:34 | 2019-11-20T22:15:34 | 56,027,065 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,038 | h | /*********************************************************************
*
* Microchip File System
*
*********************************************************************
* FileName: MPFS.h
* Dependencies: StackTsk.H
* Processor: PIC18, PIC24F, PIC24H, dsPIC30F, dsPIC33F, PIC32
* Com... | [
"Stephen.Hope@IDG.JHU.EDU"
] | Stephen.Hope@IDG.JHU.EDU |
b500ab73255d34423176c421668c6f905895cea9 | 1956ce04cec5e30dbfc5fd4444b330d9e4440354 | /usb/f411_fs_hid_mouse/src/i2c.c | fab64914150e78310ad3dfdcae16b7d9caa8951a | [] | no_license | har-in-air/STM32_CODE_EXAMPLES | 34fdeade6708559b8c45a7d38828fa13ff971d93 | 9b6b11a1db665d84bbe7695d7c0bd3e4f6eb6b48 | refs/heads/master | 2023-08-10T17:08:35.107204 | 2021-09-10T10:19:45 | 2021-09-10T10:19:45 | 272,433,105 | 14 | 5 | null | null | null | null | UTF-8 | C | false | false | 7,895 | c | #include "util/misc.h"
#include "i2c.h"
#define CLEAR_ADDR_FLAG() {uint32_t tmp = I2C1->SR1; tmp = I2C1->SR2; (void)tmp;}
#define I2C_DUTYCYCLE_2 0x00000000U
#define I2C_DUTYCYCLE_16_9 I2C_CCR_DUTY
#define I2C_ADDRESSINGMODE_7BIT 0x00004000U
#define I2C_ADDRESSINGMODE_10BIT ... | [
"harinnair@yahoo.com"
] | harinnair@yahoo.com |
3278d08099121d153a304af0820832eebb6cdae1 | ba4959e109ff0257444c036802f1ac1c360f7d95 | /kent/src/hg/lib/affyTranscriptome.c | bd19cae562c9bd91acbd3e0ce3c5ff534cca70cc | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-proprietary-license",
"MIT"
] | permissive | hillerlab/CESAR2.0 | 7d98c705259ee3e1e6bb3dc58fb3571435816cdf | 84b5fc739523c5407bb23e4ead1c5af778fec587 | refs/heads/master | 2022-12-12T12:10:49.874628 | 2022-12-01T08:19:12 | 2022-12-01T08:19:12 | 86,730,515 | 29 | 13 | MIT | 2020-11-20T11:49:20 | 2017-03-30T17:34:11 | C | UTF-8 | C | false | false | 6,511 | c | /* affyTranscriptome.c was originally generated by the autoSql program, which also
* generated affyTranscriptome.h and affyTranscriptome.sql. This module links the database and
* the RAM representation of objects. */
/* Copyright (C) 2014 The Regents of the University of California
* See README in this or parent... | [
"hiller@mpi-cbg.de"
] | hiller@mpi-cbg.de |
6d6b8a6d42fa4e903f14f09f92bd473254a83cba | 3a1775648b313747d900bb8923ce122a24f692e0 | /Source/WinObjEx64/plugmngr.h | 82da40a55376814504e4c85dad912e3aca03cedd | [
"BSD-2-Clause"
] | permissive | xxdef/WinObjEx64 | 06e76af7f4d26e53f4fb5e4f5f62d2c523329a7e | 6d79e9eea1c73f7210bd68e35820ae8afa4a1e7e | refs/heads/master | 2022-06-25T13:59:10.812184 | 2022-06-10T15:07:15 | 2022-06-10T15:07:15 | 222,648,793 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,922 | h | /*******************************************************************************
*
* (C) COPYRIGHT AUTHORS, 2019 - 2022
*
* TITLE: PLUGINMNGR.H
*
* VERSION: 1.94
*
* DATE: 07 Jun 2022
*
* Common header file for the plugin manager.
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY ... | [
"hfiref0x@users.noreply.github.com"
] | hfiref0x@users.noreply.github.com |
a07fdcd60f83f74f141ec4aeddeef20549778a01 | 38fb7af8f8e51e139a8273d087a8f7d9373416ed | /ft_push_swap.c | 7682b28b47423318dd5bc9d0b5a838796d6a9740 | [] | no_license | pizzazombie/push_swap | fa8795c73a55171f375865b8f83f734b290c10ae | e69bbb863f7a429ff8d6a84a85e17d8b7018fae8 | refs/heads/master | 2020-08-01T18:50:22.936828 | 2019-09-26T12:32:08 | 2019-09-26T12:32:08 | 198,258,886 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,661 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_push_swap.c :+: :+: :+: ... | [
"mkami@at-c2.21-school.ru"
] | mkami@at-c2.21-school.ru |
ffa4977b81583027fb7a119c4a58d212ebd388ce | 36eb729456800789b865251ec22646d30eed49d4 | /lesson-18/t_isatty.c | 2e5bc4ebc2a8f176dda74336481045d128a31ea7 | [] | no_license | RainyDevil/SourceCodeByAPUE3e | c4af5e57a2665f749f668681cce1fe8727bade32 | f13cd39ec00d81e1e58173c54dfe31c5813e1341 | refs/heads/master | 2022-11-15T22:42:03.558918 | 2020-07-08T09:22:27 | 2020-07-08T09:22:27 | 278,561,564 | 2 | 0 | null | 2020-07-10T06:54:35 | 2020-07-10T06:54:35 | null | UTF-8 | C | false | false | 497 | c | /*************************************************************************
> File Name: t_isatty.c
> Author: Hatter
> Mail: caolei67674@gmail.com
> Created Time: Mon 21 Nov 2016 01:25:59 PM CST
************************************************************************/
#include <stdio.h>
#include <apue.h>
int mai... | [
"caolei6767@gmail.com"
] | caolei6767@gmail.com |
381342045a71e9ff4db0135ad8c84e779f68f909 | ea4e3ac0966fe7b69f42eaa5a32980caa2248957 | /download/unzip/ksh/ksh-18/ksh/src/lib/libast/include/magicid.h | 33979c7c4846961c8b3dd32e7952c88bfdd9f05d | [] | no_license | hyl946/opensource_apple | 36b49deda8b2f241437ed45113d624ad45aa6d5f | e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a | refs/heads/master | 2023-02-26T16:27:25.343636 | 2020-03-29T08:50:45 | 2020-03-29T08:50:45 | 249,169,732 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,993 | h | /***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 1985-2011 AT&T Intellectual Property *
* and i... | [
"hyl946@163.com"
] | hyl946@163.com |
cddccc678a8712a41f61497a4eafff798780550c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/pinctrl/extr_pinctrl-rza1.c_rza1_gpio_direction_input.c | 2d31fffee77bea86e0e8964a241c2d7f3519a81b | [] | 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 | 822 | 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 |
87dedbf0aa0c415c4aef0a1d26bd6c1fa574d3b6 | b4045c3d2cdc618374e0d35eae154eb67e4e2325 | /clapack/SRC/dlapmt.c | 1f0fdc6f00519caf4fbe89a25ec0b026c484d2ed | [] | no_license | idvr/sdkpub | 0a4be94a4b1fb6a56386dd57f886cad12886c966 | 2f9650075bf286e405efa8eb76d809886361aaa5 | refs/heads/master | 2020-05-20T19:25:10.529009 | 2016-07-26T00:11:23 | 2016-07-26T00:11:23 | 68,386,104 | 1 | 0 | null | 2016-09-16T14:21:16 | 2016-09-16T14:21:16 | null | UTF-8 | C | false | false | 3,250 | c | #include "blaswrap.h"
#include "f2c.h"
/* Subroutine */ int dlapmt_(logical *forwrd, integer *m, integer *n,
doublereal *x, integer *ldx, integer *k)
{
/* -- LAPACK auxiliary routine (version 3.0) --
Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
Courant Institute, Argonne N... | [
"blomcode@gmail.com"
] | blomcode@gmail.com |
57ad96d8dd2a9bd7a1519a17caea4b18814fa86e | cac55644d34df82a29d18a97006f15b5ab9aa3ef | /XCGUI/string_x.h | 426e75c75fc6eb1f48d2944f3ec6f6a8ff9accf9 | [] | no_license | Faky2020/XCGUI | 92cb3e17e396fdd782e7759d72700b201509d843 | faf4b05d91e6a558047ced3d501f0378d3a8aadf | refs/heads/master | 2021-07-25T04:51:19.381656 | 2017-08-22T12:13:59 | 2017-08-22T12:13:59 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,786 | h | /**************************************************************************\
*
* Copyright (c) 炫彩界面库. All Rights Reserved.
*
* 炫彩界面库 - 官方网站 : http://www.xcgui.com
*
\**************************************************************************/
#pragma once
struct string_
{
object_ object;
wchar_t *pDa... | [
"ljvblfz@users.noreply.github.com"
] | ljvblfz@users.noreply.github.com |
9a42e446b82883f3af1033751fb9290ec264e188 | cafe4cc5e7b49b7628440bd4abe060b2b375b8d2 | /Team_Alien/test/AlienEngine/source/DirectXIncludes.h | 2855d207c4c221a02ffebe2078f09284bb64ac47 | [] | no_license | sshedbalkar/DigiPen_Backup | 47e75d03d06f8753c34c3777f2685a1fa055b7c9 | a4bc4446e28bd997a4ad35bf53d70fa3707189ff | refs/heads/main | 2022-12-25T18:36:22.711116 | 2020-10-11T09:32:22 | 2020-10-11T09:32:22 | 303,085,254 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 829 | h | ///////////////////////////////////////////////////////////////////////////////////////
///
/// \file DirectXIncludes.h
/// Header file that includes directX and defines D3D_DEBUG_INFO in debug.
///
/// Authors: Chris Peters
/// Copyright 2010, Digipen Institute of Technology
///
///////////////////////////////... | [
"sanoysyg@gmail.com"
] | sanoysyg@gmail.com |
95b22054e0e0105e8419d238ef72d88456fdbcf0 | 16195c3087577b8ebf8f3a22a1c05d82f52aa1d5 | /packages/nodeOS-Legacy/qemu/include/qapi/qmp/qint.h | 3aaff768ddb30a0896324af9eb855f15dc417579 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-1.0-or-later",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | stealify/os | b5a122e851e6aaa085c1c231ea9e21cbc45baa0f | 6f231a99c889cb37d2051a028de1f0463c8b0a7e | refs/heads/master | 2022-11-01T04:29:35.959173 | 2022-10-08T22:43:18 | 2022-10-08T22:43:18 | 111,798,167 | 0 | 0 | Apache-2.0 | 2022-05-31T06:19:00 | 2017-11-23T10:52:38 | C | UTF-8 | C | false | false | 565 | h | /*
* QInt Module
*
* Copyright (C) 2009 Red Hat Inc.
*
* Authors:
* Luiz Capitulino <lcapitulino@redhat.com>
*
* This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* See the COPYING.LIB file in the top-level directory.
*/
#ifndef QINT_H
#define QINT_H
#include "qapi/qmp/qobject.h"... | [
"frank@lemanschik.com"
] | frank@lemanschik.com |
f14da4a2e72a8a4ba396f32efe87fa47c6df4fba | dd53f29846d03de66711e27aa21c5334fff9b1aa | /mDNSCore/mDNSDebug.h | 5467ae64333dedd59932d46a5629eba16de87010 | [
"NICTA-1.0",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | unofficial-opensource-apple/mDNSResponder | 7ddc4eaedc2ac74d991074efe3ce77cc3abbbdc0 | baebc30ecbc64ca1ff33eba5344978f5592ee673 | refs/heads/master | 2020-04-21T14:34:08.552065 | 2014-10-30T20:55:46 | 2014-10-30T20:55:46 | 27,098,841 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,880 | h | /* -*- Mode: C; tab-width: 4 -*-
*
* Copyright (c) 2002-2003 Apple Computer, Inc. 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/li... | [
"opensource@apple.com"
] | opensource@apple.com |
8e9cc64d8431ba8be9c7821a2e3d3b16c6002022 | f19ca524f3ab9c422d85993d1e6fa8e748437426 | /libretro-common/include/compat/msvc.h | 7302f645ae3ac856899a6824f837e0b9c85298c6 | [] | no_license | garbear/4do-libretro | 6c1a8b80cbe8fa6fcd4b894e215ff76fa22e00f6 | 5f3804f4703eb11a920519d31c39b03224fb001f | refs/heads/master | 2021-05-14T00:38:26.250609 | 2018-01-05T12:57:28 | 2018-01-05T12:57:28 | 116,546,416 | 1 | 0 | null | 2018-01-07T07:29:07 | 2018-01-07T07:29:07 | null | UTF-8 | C | false | false | 4,288 | h | /* Copyright (C) 2010-2017 The RetroArch team
*
* ---------------------------------------------------------------------------------------
* The following license statement only applies to this file (msvc.h).
* ---------------------------------------------------------------------------------------
*
* Permission ... | [
"libretro@gmail.com"
] | libretro@gmail.com |
c1c2c7b596be86d16f67a818aca74d821f66c727 | 63dff76e3dff80098a78d047f8afe66ea15f6e2c | /Assignment-4(11 Jan)/6_2.c | b4f61e2b2fce29e4d55489f93b2d73b66fe311a4 | [] | no_license | Siddharth189/CS-Assignments-first-semester | 1940f89b0493d03ffa061dfe5f6f83f3d0647067 | 7f9bc667165747434f08b6004fc8c89c1e8148eb | refs/heads/master | 2023-03-31T17:22:08.049621 | 2021-03-27T17:14:46 | 2021-03-27T17:14:46 | 350,233,581 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 331 | c | #include<stdio.h>
int main()
{
int n=2;
float s=0.0;
float val=0.0;
for(int i=1; i<=2; i++)
{
if(i%2==0)
{
i=(-1)*i;
}
val=(1.0/i);
s = s + val;
printf("%g\n",val);
}
printf("\n%g",s);
return 0;
}
///ii. S2 = 1−1/2+1/3−1/4+... | [
"siddharth.singh@iiitg.ac.in"
] | siddharth.singh@iiitg.ac.in |
d95e0d1ad63746d6fd98ccbc44e826bff93753f5 | ef1abb015ef61478c67ee935f59c2143cbbdc1bb | /edge_dectection_unix/libft/ft_strlcat.c | db344dffd5095f75cad6eda11a3ba3d2ce72ca4f | [] | no_license | edelangh/edgeDetection | d30f0e3f2a79ac4bb4f3ca3d3712c4861f9e7454 | 35524279508bc76444dd526df48f198a93b4c3ef | refs/heads/master | 2016-08-11T08:44:18.621877 | 2015-11-14T19:07:29 | 2015-11-14T19:07:29 | 44,173,483 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,223 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlcat.c :+: :+: :+: ... | [
"edelangh@student.42.fr"
] | edelangh@student.42.fr |
7d1b2b591e02eb3702def8577348258fcda80268 | 6a9109d3397bd74f7cfd3ccb361626a59a8a59e2 | /CES/SOURCE/BAMSCES/jobfund.h | 7ae5bfb3d809bed656c2f428a9b36a477bc553d2 | [] | no_license | gnu0000/mec-old-ces_old | f57638e1989253ef7c732b93019891100869e445 | 991cc945576db8b693bfd6d7cd533e02f95477e7 | refs/heads/master | 2023-05-26T23:14:25.193145 | 2021-06-15T01:18:36 | 2021-06-15T01:18:36 | 376,997,692 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,447 | h | /*--------------------------------------------------------------------------+
| |
| Copyright (c) 1992 by AASHTO. All Rights Reserved. |
| |
| ... | [
"craig.fitzgerald00@gmail.com"
] | craig.fitzgerald00@gmail.com |
52824172573d423b7ce36301338a0150e02f62ab | 729f250a26fa67c208f59993db472fd2a8004a56 | /STM32_Code/HardWare/RS485/RS485.c | 91e0dba9029926fb3888564c0cf57e730de7d95e | [] | no_license | DaQi0510/DataCollection | 84861d5f1053ea5622b2b68845d0848968626b6e | 4f59600c09cc84ad4e9b487527f0710553444ddd | refs/heads/master | 2021-01-20T06:44:55.635463 | 2017-05-06T14:42:54 | 2017-05-06T14:42:54 | 89,925,017 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 4,835 | c | #include "RS485.h"
u8 AddressFlag=0;
extern volatile u16 Meters_DataNum;
u8 Meters_Data_Power[20];
u8 Meters_Data_Address[16];
extern volatile u8 Meters_Data_Rec[100];
extern u8 MeterAddress[6];
void RS485_Init(void)
{
USART_InitTypeDef USART_InitStructure;
NVIC_InitTypeDef NVIC_InitStructure;
GPIO_InitTypeDef GPIO_... | [
"15933966619@163.com"
] | 15933966619@163.com |
b32ff9def8da157ff8f113715a7240cafcec2087 | 300b5306e4806bf8b457baa58be2586f424eb608 | /ScanF/scan.c | 20562b3eb7669d2a64f4cd5398c13ac4d1177c4e | [] | no_license | uturuncuayaku/C-programs | ed67da4bae517af42b7865f644ea728439e95121 | 18a0cc120025bba6f69729295be346f9c700a166 | refs/heads/master | 2023-02-03T09:57:28.516759 | 2023-01-23T23:48:36 | 2023-01-23T23:48:36 | 226,007,302 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 298 | c | #include <stdio.h>
int main(){
int cnt,n;
printf("Numeric and Character data\n\n");
printf("Type an integer, EOF to quit: ");
cnt = 0;
while( (scanf("%d\n",&n) != EOF) && cnt<4){
printf("n = %d\n",n);
cnt = cnt + 1;
printf("Type an integer, EOF to quit: ");
}
return 0;
}
| [
"andtruj23@gmail.com"
] | andtruj23@gmail.com |
10778d0a18264f4ab11b1daa5ab0621764ad8372 | cca4912acfe823cdf593e164c052872d2342fe75 | /treasurehunt1100/src/main/cpp/gvrhook/detour.h | e7b23a68a9045847edef307348e0d5a962d199c7 | [] | no_license | playbar/libgvr | 21eb4df9038e9573c2ccce2e95cabc64c682014e | 303e230f95d26c1a9312dd61a0eead0983d6b267 | refs/heads/master | 2023-06-07T14:58:30.221723 | 2017-12-14T08:13:41 | 2017-12-14T08:13:41 | 78,094,662 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 683 | h | #ifndef _DETOUR_H_
#define _DETOUR_H_
#include <stdio.h>
enum detour_status
{
DETOUR_ERROR_UNKNOWN = -1,
DETOUR_OK = 0,
DETOUR_ERROR_NOT_INITIALIZED,
DETOUR_ERROR_NOT_EXECUTABLE,
DETOUR_ERROR_NOT_REGISTERED,
DETOUR_ERROR_NOT_HOOKED,
DETOUR_ERROR_ALREADY_REGISTERED,
DETOUR_ERROR_ALREADY... | [
"hgl868@126.com"
] | hgl868@126.com |
d9f0ef3ecd201b8015eb88c2be4a29b6e52d5952 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/arch/arm/include/asm/fncpy.h | de53547469246f063b5eaadc12ebc636041f2c28 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 3,157 | h | /*
* arch/arm/include/asm/fncpy.h - helper macros for function body copying
*
* Copyright (C) 2011 Linaro Limited
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This pr... | [
"gamishev@gmail.com"
] | gamishev@gmail.com |
b0a7b896ff3474d865f4ecc57bfb701217cc6e08 | cec0e621218352b3685358c697ecbe9c725e6131 | /battlespace/rendus/jun2020/roalvare/libft/is/ft_isalpha.c | 4e2653533e2caa19514a4ac81bf392025f3fef03 | [] | no_license | 42Paris/remote-challenges | ecf76c101f5f070455e2f54128faebef18a9b000 | f9270e7981178243fccebeee2574e3dde91891fd | refs/heads/master | 2021-05-21T19:36:36.177086 | 2020-06-12T12:22:35 | 2020-06-12T12:22:35 | 252,772,141 | 74 | 209 | null | 2020-06-12T12:22:37 | 2020-04-03T15:33:34 | C | UTF-8 | C | false | false | 1,020 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isalpha.c :+: :+: :+: ... | [
"roalvare@student.42.fr"
] | roalvare@student.42.fr |
04c83a89a9f7a897af679043a70634821b815179 | c84e77d8d2c876ca9b2d04b44e06c498fdc54aea | /Libftprintf/source/fetch.c | 7bc42c9c419a83143d2d0d29cf367fa12d20c53d | [] | no_license | edwinmyers/pushswap | bcf588bdb18d89f4e85b940b1b250934166b8ff3 | 49b829f9a5070db4fceca5d2e4e8b39a42577abe | refs/heads/master | 2020-05-21T10:29:56.459463 | 2019-06-11T11:50:05 | 2019-06-11T11:50:05 | 186,011,505 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 978 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* fetch.c :+: :+: :+: ... | [
"vice-wra@at-r3.21-school.ru"
] | vice-wra@at-r3.21-school.ru |
1f11859ccda809b5ffa4a80cfc99b261436e17af | 6a7839b3ed8bfa11c90acf200e08f598ca5e84d0 | /srcs/ft_strchr.c | 408f65d3b37d278ceef48a502fd7f2d209de493b | [] | no_license | BenElhadj/Libft | 8e0d9c1e50a630ab56c85852c733f66413b50b55 | 1feb8b9a65f49db7a79c7c81a33423e07b3d6e5a | refs/heads/master | 2021-06-05T05:59:59.277894 | 2018-11-15T11:54:20 | 2018-11-15T11:54:20 | 157,702,928 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,108 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strchr.c :+: :+: :+: ... | [
"bhamdi@e1r9p8.42.fr"
] | bhamdi@e1r9p8.42.fr |
67cf1050d762f2a30559365ea97b3f90ae3542b1 | e3e2cbf0d2c175ec756e4322c24e00151aa71705 | /libft/f_strsplit_lst.c | 369220fb59b3974ab0062806a266773cffb1550d | [] | no_license | D4rRyL/Fillit | 7e8e643349dab9aca819db4ca728c1b7667f75ba | ea10c8478ef1dcef14698d95e006505d32a720aa | refs/heads/master | 2021-01-19T00:03:55.071500 | 2017-11-08T05:10:52 | 2017-11-08T05:10:52 | 84,384,496 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,155 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* f_strsplit_lst.c :+: :+: :+: ... | [
"chbechet@student.42.fr"
] | chbechet@student.42.fr |
65626f91dbd2e88edf5b459ea44ced3b3d48c6ad | 6099b15457d72898872a708113cc6cae715f050b | /3rdparty/musl/libc-test/src/functional/vfork.c | 4d5b4eaad255e7b4fe415066439d5530ae3ab264 | [
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-mit-nagy",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"OpenSSL",
"Apache-2.0"
] | permissive | BRMcLaren/openenclave | 277d5bd5258ea3d62b25b10db8edd339673776dd | 0002b1c22c10bf3de818e5b76d012e02e3b464de | refs/heads/master | 2021-07-02T00:03:22.821481 | 2021-01-26T17:21:13 | 2021-01-26T17:21:13 | 226,914,136 | 1 | 0 | MIT | 2021-03-31T21:06:41 | 2019-12-09T16:16:38 | C | UTF-8 | C | false | false | 1,717 | c | #define _GNU_SOURCE
#include <unistd.h>
#include <sys/wait.h>
#include <errno.h>
#include <string.h>
#include "test.h"
#define TEST(c, ...) ( (c) || (t_error(#c " failed: " __VA_ARGS__),0) )
static int w(pid_t pid)
{
int r, s;
r = waitpid(pid, &s, 0);
if (r == -1)
t_error("waitpid failed: %s\n", strerror(errno))... | [
"jloeser@microsoft.com"
] | jloeser@microsoft.com |
86cae3d93e97c1110db19b3371d9e227e4ab1647 | 50d5960bc6ca38663c0d291d80960e4ba61a116c | /0x17-doubly_linked_lists/5-get_dnodeint.c | 1aa58e0a165ea676d5635617b97abe368b46ddcb | [] | no_license | CSant04y/holbertonschool-low_level_programming | ff9118dcc6699d0fe0c4d9f7a1ff22c359f0163f | 727c6c8602368d7974cef295207ee14b89c997ce | refs/heads/master | 2023-04-10T13:13:03.642324 | 2021-04-20T19:20:08 | 2021-04-20T19:20:08 | 271,352,095 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 452 | c | #include "lists.h"
/**
* get_dnodeint_at_index - This gets the node as the index provided
* @head: this is the head of the linked list being passed in.
* @index: this is the index
* Return: NULL if does not exists
*/
dlistint_t *get_dnodeint_at_index(dlistint_t *head, unsigned int index)
{
dlistint_t *tmp = head;... | [
"esquivelcarlos27893@gmail.com"
] | esquivelcarlos27893@gmail.com |
7ddb16c42107a6c8711dd516b9b90cb973354282 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/444b1a91-209d-4264-8db0-e9d1637df158.c | 603513392d514d82db9f1cd44116a5f3c947d689 | [] | 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 | 570 | c | #include <string.h>
#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 = i/j;
l = l/j;
l = i%j;
l = l%j;
k = l-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[79];
long c[29];
a = 0;
while... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
9429ab167f1caf43392203f82fba38c10ad1a29d | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/659e5202-ddf9-4ca4-a62d-90a264a7cc0c.c | de1f22e4360d61219494f5cd8e4a621c26ac0b11 | [] | 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 | 265 | 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 = j/j;
l = l/j;
l = i/j;
l = l%j;
l = l-j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
148e0ffdfff4d30dc384badf14a94eed39015198 | f175bcab3c2f0aad7378c94ac220256982ab2027 | /Temp/il2cppOutput/il2cppOutput/UnityEngine_UnityEngine_Events_InvokableCall_2_gen149250066MethodDeclarations.h | b4e78ea898f5fecd42475ab333d34baf47c7a46d | [] | no_license | al2css/erpkunity | 6618387e9a5b44378e70ccb859d3b33a7837268c | c618dc989963bcd7b7ec9fa9b17c39fff88bb89b | refs/heads/master | 2020-07-22T04:59:49.139202 | 2017-06-23T16:33:13 | 2017-06-23T16:33:13 | 94,344,128 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,940 | 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>
// UnityEngine.Events.InvokableCall`2<System.Single,System.Single>
struct InvokableCall_2_t149250066;
// System.Object
struct Il2CppObject;
//... | [
"alecsdulgheru@gmail.com"
] | alecsdulgheru@gmail.com |
276b55e49373102fd3b05c609dff6ff8c905e9cc | c5cb98ad5c3fa37ce761cb9b430b69e29a33141f | /d/wudujiao/road1.c | e3c15f4dd2d5909ecfc73b3151126101cac4483f | [] | no_license | cao777/mudylfy | 92669b53216a520a48cf2cca49ea08d4df4999c5 | 266685aa486ecf0e3616db87b5bf7ad5ea4e57e4 | refs/heads/master | 2023-03-16T20:58:21.877729 | 2019-12-13T07:39:24 | 2019-12-13T07:39:24 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 564 | c | // by mayue
inherit ROOM;
void create()
{
set("short", "黄土大道");
set("long", @LONG
这是一条向南的黄土大道,两旁是一片片绿油油的水田
和悠闲的牧童。大道上人流熙熙攘攘,过往的行人顶着炎炎烈
日满头大汗的匆匆赶路,似乎并无心欣赏这优美的田园风光。
LONG
);
set("outdoors", "wudujiao");
set("exits", ([
// "east" : __DIR__"zuixianlou",
"south" : __DIR__"road2",
// "west" : __DIR__"wumiao... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
80f13832f89b72176e1f16abe554ba2555ce83e4 | d1cd0e61a0d5ed2b5341bc9e996625fb677f4f23 | /lib/asn1c/nr_rrc/RangeToBestCell.c | 72748c5c5e091a8559d8d72765edfaa7bde3f6ee | [
"Apache-2.0"
] | permissive | soumyadeepbi/free5GRAN | 251bff61bfd30628f0861a285086ac94368de34f | 4e92458e955f59d86463ce65ea08c5c06cc8a48e | refs/heads/master | 2023-07-28T20:23:42.404672 | 2021-10-06T16:32:47 | 2021-10-06T16:32:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,825 | c | /*
* Copyright 2020-2021 Telecom Paris
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 to in... | [
"aymeric@dejavel.fr"
] | aymeric@dejavel.fr |
484d3d3b58543fe595d99b0a4ec2c295ccfe1c44 | c5ee390344aa72c730ca27eff709edc046081061 | /nitan4/d/foshan/npc/bee.c | bb7d773303fbbead1baa95f5f37d6b77c7d8086c | [] | no_license | DoubleIce/Mud_NitanVersions | fb58143f4840c7a887b756215229ed4e0a5e62d9 | 2ab430649b29a611008b7cc765b4500b2702841a | refs/heads/master | 2021-05-14T10:05:48.157950 | 2018-01-23T01:40:38 | 2018-01-23T01:40:38 | 116,339,674 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 719 | c | //bee.c
inherit NPC;
void create()
{
set_name("蜜蜂", ({"bee"}) );
set("race", "昆虫");
set("subrace", "飞虫");
set("age", 8);
set("long", "这是一只蜜蜂,正忙着采蜜。\n");
set("str", 40);
set("dex", 50);
set("limbs", ({ "头部", "身体", "翅膀", "尾刺" }) );
set("ve... | [
"34570791+lbbgit@users.noreply.github.com"
] | 34570791+lbbgit@users.noreply.github.com |
001386608af966cf59a7c805beef7faebad8fb03 | b71b8bd385c207dffda39d96c7bee5f2ccce946c | /testcases/CWE457_Use_of_Uninitialized_Variable/s01/CWE457_Use_of_Uninitialized_Variable__struct_array_declare_partial_init_10.c | d935ee0c8e37bef442a4669ce6656dbd81ed4fb5 | [] | 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 | 5,541 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE457_Use_of_Uninitialized_Variable__struct_array_declare_partial_init_10.c
Label Definition File: CWE457_Use_of_Uninitialized_Variable.c_array.label.xml
Template File: sources-sinks-10.tmpl.c
*/
/*
* @description
* CWE: 457 Use of Uninitialized Variable
* BadSource: pa... | [
"jaredzap@rams.colostate.edu"
] | jaredzap@rams.colostate.edu |
f223259fa942f606ae2a8090c10348b8d98adde5 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/gpu/host1x/hw/extr_host1x05_hardware.h_host1x_class_host_wait_syncpt_base.c | 4ee60c4628024f9954d072f08e1bcd8a45332ba9 | [] | 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 | 895 | 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 |
83f7949ea82b0bc069d999b2f9a0c42eca6730d7 | cfc99437b085afa7304ed5a4eab2a90072c7e50e | /pintools/extras/crt/include/netinet/in.h | 906596b0c312adbfc4828aba1b4057bb08695bb1 | [
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | moraispgsi/pin-bootstrap | 95498b63f88c311e4fe446259214266130aece3f | 7315b4e1709f63f018781456f9c745fc6f020f22 | refs/heads/master | 2021-09-07T18:09:11.568374 | 2018-02-27T05:16:32 | 2018-02-27T05:16:32 | 122,972,429 | 0 | 1 | MIT | 2018-02-26T14:31:18 | 2018-02-26T13:17:08 | C++ | UTF-8 | C | false | false | 2,151 | h | /*
* Copyright (C) 2008 The Android Open Source Project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* * Redistributions of source code must retain the above copyright
* notice, t... | [
"moraispgsi@gmail.com"
] | moraispgsi@gmail.com |
927f28f38c69a64ab510552cd5ff3b442b4b53dc | 8d499ee299c55674a97a94f607eabd481941c908 | /src/task/schedule.c | 43162f5a6f5e5aa5bbc556d551a11d2ee0ad969a | [
"MIT"
] | permissive | Smilemon/xbook2 | 8bef00b328544880d3309b2ea6f2d24f7771155c | 1450d228ce538ae8ad1a2f96e442b8da22e06950 | refs/heads/master | 2023-08-28T03:39:07.784017 | 2021-10-25T14:18:46 | 2021-10-25T14:18:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,749 | c | #include <xbook/schedule.h>
#include <xbook/task.h>
#include <xbook/clock.h>
#include <assert.h>
#include <xbook/debug.h>
#include <arch/interrupt.h>
#include <arch/task.h>
#define DEBUG_SCHED 0
scheduler_t scheduler;
const uint8_t sched_priority_levels[TASK_PRIO_LEVEL_MAX] = {1, 0, 1, 2, 3};
/*
TODO... | [
"2323168280@qq.com"
] | 2323168280@qq.com |
f76e38a3355d97c77d7365a875f2d3d5e4a70540 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/gcc.dg/uninit-pr98583.c | 6159c9512f40a06d75f965474a6a06860e2a5eb6 | [
"LGPL-2.1-only",
"GPL-3.0-only",
"GCC-exception-3.1",
"GPL-2.0-only",
"LGPL-3.0-only",
"LGPL-2.0-or-later",
"FSFAP",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 525 | c | /* PR middle-end/98583 - missing -Wuninitialized reading from a second VLA
in its own block
{ dg-do compile }
{ dg-options "-O2 -Wall" }
{ dg-require-effective-target alloca } */
void f (int*);
void g (int);
void h1 (int n)
{
int a[n];
f (a);
int b[n];
g (b[1]); // { dg-warning "\\\[-Wuni... | [
"rink@rink.nu"
] | rink@rink.nu |
d29bb86ff842fa4f949be8560e7026903f661190 | de21f9075f55640514c29ef0f1fe3f0690845764 | /regression/goto-instrument-wmm-core/ppc_safe120_TSO_OPT/safe120.c | 38b17611f811675833d2a601d1280f8ead70352c | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"BSD-4-Clause"
] | permissive | diffblue/cbmc | 975a074ac445febb3b5715f8792beb545522dc18 | decd2839c2f51a54b2ad0f3e89fdc1b4bf78cd16 | refs/heads/develop | 2023-08-31T05:52:05.342195 | 2023-08-30T13:31:51 | 2023-08-30T13:31:51 | 51,877,056 | 589 | 309 | NOASSERTION | 2023-09-14T18:49:17 | 2016-02-16T23:03:52 | C++ | UTF-8 | C | false | false | 1,196 | c | void fence()
{
asm("sync");
}
void lwfence()
{
asm("lwsync");
}
void isync()
{
asm("isync");
}
int __unbuffered_cnt = 0;
int __unbuffered_p0_r1 = 0;
int __unbuffered_p1_r1 = 0;
int __unbuffered_p1_r3 = 0;
int __unbuffered_p2_r1 = 0;
int __unbuffered_p2_r3 = 0;
int x = 0;
int y = 0;
void *P0(void *arg)
{
__unb... | [
"tautschn@amazon.com"
] | tautschn@amazon.com |
db4878047c236a0333a48f5426ebcb0ec97f6dac | e74d9cbd67b06b3ed26c444dd1b50ce231cb9e1c | /2019_6_26/2019_6_26/test.c | b1832a4ef9f0b4d06eba7599687e862723d06cd7 | [] | no_license | Asupi/C | 6ce1a758cd298be4ab5189692fff2223a150447b | 9a96c2d729f9fc2748909a12c64c2b316f582665 | refs/heads/master | 2022-01-22T22:52:45.922976 | 2019-06-26T02:14:48 | 2019-06-26T02:14:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,455 | c | #define _CRT_SECURE_NO_WARNINGS
#include <unistd.h>
#include <fcntl.h>
#include<stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
int main() {
int count = 500;
while (count--) {
int i;
char Buf[800 * 480 * 3] = { 0 };
int tempbuf[800 * 480] = { 0 };
int lcd_buf1[800 * 480] = { 0 };
... | [
"1099345943@qq.com"
] | 1099345943@qq.com |
04cb15d9d5f0d6cf1b3fab837c0fcc81f1a417b3 | b53c2594642fda642d20016238b9e9a952ab314f | /framework/targetlibs/nrf5x_12/components/libraries/log/nrf_log_backend.h | 4b2987a31a8182f6e5568e15497e3dd187abfa23 | [
"MPL-2.0",
"ISC",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause"
] | permissive | bnyf/Haiway | 32862c6cb70b8ab190b0f679f14345789b795c08 | 7f00995201c8ffde058b4323797b7866d9422ca9 | refs/heads/master | 2023-02-02T21:51:07.297628 | 2020-01-12T12:36:00 | 2020-01-12T12:36:00 | 164,182,636 | 0 | 0 | MIT | 2019-01-05T04:45:23 | 2019-01-05T04:45:23 | null | UTF-8 | C | false | false | 3,370 | h | /**
* Copyright (c) 2016 - 2017, 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... | [
"liyufeng614@126.com"
] | liyufeng614@126.com |
af1b333f16e35e241dc83da24c170b3dfa0ecab0 | b28a9f8a8d2f1443cd1d3c00c0ceb240eaa939b7 | /miniupnpd-1.6/miniupnpdctl.c | 33b36c66a7d6d00778e768ac4ee0f80596e47d3d | [
"BSD-3-Clause"
] | permissive | iptime-gpl/userapps_v508 | c9c1f5673f5237b1a1d9b6b9ed9952d90a9ee627 | 0e81589051c4a18eb050085993f1471fcb3af2e8 | refs/heads/master | 2021-09-15T00:34:57.976519 | 2018-05-23T01:01:19 | 2018-05-23T01:01:19 | 118,983,922 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,494 | c | /* $Id: miniupnpdctl.c,v 1.1.1.1 2016/08/10 07:06:45 mt7623 Exp $ */
/* MiniUPnP project
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
* (c) 2006-2012 Thomas Bernard
* This software is subject to the conditions detailed
* in the LICENCE file provided within the distribution */
#include <stdlib.h>
#i... | [
"iptime.gpl@guu.moe"
] | iptime.gpl@guu.moe |
426ef4a4ecdeda85b090ca3b3a7a51315ebd4e46 | 06a4438b52481db8dd6af95440e46d8cbfcd7b46 | /Tek1/B2 - Elementary programming in C (Part I)/Lemin/src/init_cell_list.c | 55dc2c904d35940f1d6aa390f866e7c03441f9ba | [] | no_license | josepvidalcanet/Epitech | f5bf3529c69fca9f10cb17f58cd82bcc076a8515 | 2222a7e5b433bcd847e1978b0efd813043fe01ec | refs/heads/master | 2023-08-16T12:49:28.859792 | 2021-10-01T14:42:44 | 2021-10-01T14:42:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 321 | c | /*
** EPITECH PROJECT, 2020
** CPE_lemin_2019
** File description:
** init_cell_list
*/
#include "load_graph.h"
cell_t *init_cell_list(char *name, cell_t *prev)
{
cell_t *cell = malloc(sizeof(cell_t));
cell->name = name;
cell->nb_link = 1;
cell->next = NULL;
cell->prev = prev;
return (cell);
... | [
"pierre.jeannin@epitech.eu"
] | pierre.jeannin@epitech.eu |
40eec62e99574d96c7769681a05bc1f4ba3042c8 | 6eae4a418410728dc606fde2577c7c96372049be | /c/dist/src/arithmetic.c | 8756ae19363ae2d2af7d6fcbaef2de594bd7efbb | [] | no_license | angiebeasley/gradescope-autograder-examples | b2b2b3fa5b53a00c728deaa6bc92ddee9a8b9b46 | abaf073af8a9aecda61527fb821bd44da597b327 | refs/heads/master | 2022-12-16T20:04:57.270703 | 2020-09-14T18:18:05 | 2020-09-14T18:18:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 351 | c | /*
* A simple arithmetic library
*
*/
/* See arithmetic.h */
float add(float a, float b)
{
/* YOUR CODE GOES HERE */
/* Replace 0.0 with an appropriate value */
return 0.0;
}
/* See arithmetic.h */
float multiply(float a, float b)
{
/* YOUR CODE GOES HERE */
/* Replace 0.0 with an appropri... | [
"borja@cs.uchicago.edu"
] | borja@cs.uchicago.edu |
42046df355cd5009e9ebcb4096c75f66c01666f5 | cd07051f8cf581cdc992e8bf4b3debbcacf25176 | /EIFGENs/tictac/W_code/C9/ev1230d.c | 9a1e4a4b9c5b1501e0eb9d17034cccd6cdf9c0df | [] | no_license | hasahmad/TicTacToe | 4084fb44a0309ad34adb040fb88e2127984c4108 | 1326d6498608b62786799f46808410f8355388e4 | refs/heads/master | 2020-03-29T17:56:35.370256 | 2018-09-25T00:45:31 | 2018-09-25T00:45:31 | 150,186,619 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,389 | c | /*
* Class EV_ANY
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_1230 [] = {0xFF01,231,0xFFFF};
static const EIF_TYPE_INDEX egt_1_1230 [] = {0xFF01,247,1229,0xFFFF};
static const EIF_TYPE_INDEX egt_2_1230 [] = {0xFF01,1229,0xFFFF};
static const EIF_TYPE_INDEX e... | [
"hasahmad@Hass-MacBook-Pro.local"
] | hasahmad@Hass-MacBook-Pro.local |
5396bd08a7e145b134d3fb0c8b9fb2bb69b239de | 114e3cf5ecb7b4b91c8b5c49297973216ab1c1b9 | /C Primer Plus书本练习/第8章/8-6.c | 661dec1cebc7a6c54ed3d91f938eac930b9a3035 | [] | no_license | WizardWoz/Some-Codes | 6cb57a44d2825881684344985c4e22dea99fef64 | d2e721654dfe954d2237025c812a866d7ba50749 | refs/heads/master | 2021-02-28T21:40:16.053208 | 2020-03-21T03:35:26 | 2020-03-21T03:35:26 | 245,734,630 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 412 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <ctype.h>
#include <math.h>
char get_first(char ch);
int main(void){
char ch;
printf("Please enter some chars,I can recognize the first char,");
printf("not space:\n");
printf("The first char is:%c",get_first(ch));
return 0;
}... | [
"936728057@qq.com"
] | 936728057@qq.com |
c37bf3a7e3dd384f72e76acc2ed7fc4daeb2ab62 | 3c960aa39872afe187023782431ca4678d585c62 | /0x05-pointers_arrays_strings/7-leet.c | eecfdfd6dc72af9d820d1379d835e0734d002ebb | [] | no_license | amlao/holbertonschool-low_level_programming | d36265a3d51401da2c9929cf9513cdc57456a742 | 31dc7d8349d57d97e80dcd9a0e5bc7c4fc5fb3cb | refs/heads/master | 2018-11-22T16:28:34.980390 | 2018-09-04T08:03:44 | 2018-09-04T08:03:44 | 117,873,942 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 332 | c | #include "holberton.h"
/**
* leet - encodes a string into 1337
* @s: string
* Return: string
*/
char *leet(char *s)
{
int i = 0;
int j = 0;
char array[] = "a4A4e3E3o0O0t7T7l1L1";
while (s[i] != '\0')
{
for (j = 0; j < array[j]; j += 2)
{
if (s[i] == array[j])
s[i] = array[j + 1];
}
i++;
}
re... | [
"anthonylao@live.com"
] | anthonylao@live.com |
2ea9fe688d311642d4003cba3d1fba3f9214f9bf | 1a81861af73b305fe2e551646ca66e67f4bde460 | /PROGRAM/DIALOGS/ENGLISH/OpiumBuyer.h | e25e7ac2d5586179efeccb6e2088fbe85f217799 | [] | no_license | q4a/new-horizons-old | f810a29192efd635a924f1b9004a849b40e9fe20 | 538f46734cf1211e18b8ab265803163c4352b805 | refs/heads/master | 2022-11-05T06:41:45.855483 | 2016-09-13T18:35:42 | 2016-09-13T18:35:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 925 | h | string DLG_TEXT[19] = {
"I've got some wares you might want to take a look at.",
"Some smuggler told me you might be interested in my services.",
"Ssshtt! Don't tell others! *whispers* But he is right, though. Would you be able to fetch me some opium?",
"Sure, how much do you need?",
"I think I'll pass. That stuff... | [
"pieter_boelen@planet.nl"
] | pieter_boelen@planet.nl |
16a3f8fc84373a5205552df8433582891beb84a7 | ff9955764e06c6ec944312a1a086c4dc451815ce | /IP-2019/Código/exercicio2ficha5.c | 4115dbc327bb01d2721add8854fc4839bf71a48b | [] | no_license | franciscoruivo/isec-material | cc90c444572f368848793c94972d5a0ca478e5f4 | 6c53af02c217255b05b927a5d1aeb8455ab522f9 | refs/heads/main | 2023-06-23T14:27:33.168116 | 2021-07-27T21:49:49 | 2021-07-27T21:49:49 | 499,131,181 | 2 | 0 | null | 2022-06-02T12:43:11 | 2022-06-02T12:43:11 | null | UTF-8 | C | false | false | 637 | c | #include <stdio.h>
int verificaLimites(int n,int sup,int inf);
void main()
{
int num,limS,limI;
char op;
printf("Insira o limite inferior e superior: ");
scanf("%d%d",&limI,&limS);
do{
printf("\nInsira o numero: ");
scanf("%d",&num);
if (verificaLimites(num,limS,limI)==1... | [
"jfeaisec@gmail.com"
] | jfeaisec@gmail.com |
a79c6dc6d07ea3da4308c36bb6fdb275b1cf3c3f | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/Marlin/2016/8/language_an.h | 9184d332f92c078b61c259c26d4caa71e9f0aea2 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | C | false | false | 7,853 | h | /**
* Marlin 3D Printer Firmware
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
1cd354e9b40645986bfc0c9821f5961c32a026d5 | 553ab8c15213304523962c94f875f262d4988bc2 | /S5/prog_para/tp/exam2020/exo3.c | f8a8b55f142083eb30c7ab888a4f8e3061d3661f | [] | no_license | arxaqapi/licence-info | d352c7ae1534dc2c32a89a096fb7ed5880ecd2c9 | 32b349ef5dea96d8aa0ad5e7187af88fcd4c73c0 | refs/heads/master | 2021-06-11T06:19:50.541029 | 2021-04-30T22:28:05 | 2021-04-30T22:28:05 | 167,515,246 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 732 | c | #include <omp.h>
#include <stdio.h>
#include <string.h>
int main(void)
{
int n = 1000;
int C[n + 1][n + 1];
memset(C, 0, sizeof(C[0][0]) * (n+1) * (n+1));
#pragma omp parallel for num_threads(4)
for (int i = 0; i <= n; i++)
{
C[i][0] = 1;
C[i][i] = 1;
}
// #pragma omp p... | [
"arxaqapi@protonmail.com"
] | arxaqapi@protonmail.com |
44e3c2f04be6434acf85e204bc2cd1eb9b9d0b57 | 9cff9488ca090460b675d74528861eadc5b55249 | /Chapter10/Exercise10_01.c | 2ebe2e512bbbeada21f8c7274018a354f6c1e2d7 | [] | no_license | AndrewMagdyGad/C-Primer-Plus | 6bfc96b2a850f71e4dff4eeb3be5486ee3f68f7b | 8a3f5f87fc755e5a58f9edee7f8002f248797c6b | refs/heads/master | 2021-10-07T09:53:08.191915 | 2021-09-30T22:17:48 | 2021-09-30T22:17:48 | 209,302,452 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,315 | c | /*
* Exercise10_01.c
*
* Created on: Jun 22, 2020
* Author: andrew
*/
#include <stdio.h>
#define MONTHS 12
#define YEARS 5
int main(void)
{
const float rain[YEARS][MONTHS] = {
{4.3, 4.3, 4.3, 3.0, 2.0, 1.2, 0.2, 0.2, 0.4, 2.4, 3.5, 6.6},
{8.5, 8.2, 1.2, 1.6, 2.4, 0.0, 5.2, 0.9, 0.3, 0.9,... | [
"andrewmagdygad@gmail.com"
] | andrewmagdygad@gmail.com |
7e552cab45f83a1f19c950cc6d37bb1a84b4f7a4 | 1447927a9f7034953e0a74c2998d2ef5e90f9e48 | /libs/libtowel/srcs/twl_xstdlib/twl_randint.c | 74fc9017666c92cb9a7fb571c26ec1ef1e3924c5 | [] | no_license | Thaeroon/RT | a397d66d2a39179ee027186ce01ea89d36a5de16 | af8fd9bf1b5eaa33d5400169f4dba3fbca70f6df | refs/heads/master | 2020-03-07T19:54:17.145298 | 2018-04-26T22:06:48 | 2018-04-26T22:06:48 | 126,860,904 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,035 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* check_norris_loves_the_norminette.c :+: :+: :+: ... | [
"nmuller@e2r5p14.42.fr"
] | nmuller@e2r5p14.42.fr |
c891bcc4f454c9066bf40329a0bf2d8ba1f27e34 | a1446c3f95df2dfe097a9bd6b463767b00f18140 | /sys/dev/ic/comvar.h | 3e80241e9f25757048e1abc78c66e79abef2dc65 | [] | no_license | chrissicool/l4openbsd | e2fb756debc1c3bdc1c2da509fa228c25a3185e8 | 077177814444e08500e47bc2488502f11469bc60 | refs/heads/master | 2021-04-09T17:12:53.122136 | 2011-08-22T16:52:58 | 2011-08-22T16:52:58 | 1,706,491 | 18 | 4 | null | 2017-04-06T19:17:29 | 2011-05-05T14:08:03 | C | UTF-8 | C | false | false | 6,431 | h | /* $OpenBSD: comvar.h,v 1.50 2010/08/06 21:04:14 kettenis Exp $ */
/* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */
/*
* Copyright (c) 1997 - 1998, Jason Downs. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that t... | [
"cludwig@net.t-labs.tu-berlin.de"
] | cludwig@net.t-labs.tu-berlin.de |
59480e8d5fc4a990de33a66c850523aa9db0f182 | b111b77f2729c030ce78096ea2273691b9b63749 | /perf-native-large/project534/src/testComponent414/headers/testComponent414/lib13.h | e4ef6526e6645763ac95f0376428725dd0e6e32b | [] | no_license | WeilerWebServices/Gradle | a1a55bdb0dd39240787adf9241289e52f593ccc1 | 6ab6192439f891256a10d9b60f3073cab110b2be | refs/heads/master | 2023-01-19T16:48:09.415529 | 2020-11-28T13:28:40 | 2020-11-28T13:28:40 | 256,249,773 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 167 | h | #ifndef PROJECT_HEADER_testComponent414_13_H
#define PROJECT_HEADER_testComponent414_13_H
int testComponent414_13();
#endif // PROJECT_HEADER_testComponent414_13_H | [
"nateweiler84@gmail.com"
] | nateweiler84@gmail.com |
2590f730f4698fa86233afacdd8701d4a2d4520d | 4d0db586e0c2f5bc90876880c8ba8551d604b0d3 | /Temp/StagingArea/Data/il2cppOutput/t1210MD.h | b9bfcdf6f484495060a9e3024e9b2afcd980b5e1 | [] | no_license | Dwarph/SpaceInvaders | 3ba670da67f962e13aa6d7532d444a379ce36b93 | 59625044233e8b85fbb3849b07f9e6fcbf64bd01 | refs/heads/master | 2021-01-18T20:27:42.523283 | 2018-03-03T16:24:13 | 2018-03-03T16:24:13 | 72,147,597 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 432 | h | #pragma once
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
struct t1210;
struct t1208;
#include "t1209.h"
extern "C" t1208 * m5170 (t7 * __this , int32_t p0, const MethodInfo* method) IL2CPP_METHOD_ATTR;
extern "C" t1208 * m5171 (t7 * __this , const MethodInfo* meth... | [
"pipturner@outlook.com"
] | pipturner@outlook.com |
4027b23d58c96e0077b9d36c4620ebd2c81bd828 | caf580ccc995f584ea91413da65d135490a92ef5 | /Ch02/dayofyear/dayofyear.c | cc28057bd1ddcd8a0e6e2b3e007454938b3eebaf | [] | no_license | traceimp/DoitDSAndAlgorithmC | 573723dd75a4e3ed96ddd873d56755ace9ec0f07 | 80cd54313ce07e6875c4afa20bac18bf1462e389 | refs/heads/master | 2020-03-23T14:22:56.490360 | 2018-08-28T11:57:28 | 2018-08-28T11:57:28 | 141,672,475 | 0 | 0 | null | null | null | null | UHC | C | false | false | 1,010 | c | // 날 짜: 08/22/2018, 16:02
// 작성자: Kim92
// 내 용: 한 해의 지난 날 수를 구합니다.
#include <stdio.h>
// 각 달의 날 수
int mdays[][12] = {
{31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31},
{31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}
};
// year이 윤년인가?
int isleap(int year)
{
return year % 4 == 0 && year % 100 != 0 || year % 400 ... | [
"traceimp@outlook.kr"
] | traceimp@outlook.kr |
d85ccd6fd0b398beeb6a3ef510d82cc00794d20e | bb108c3ea7d235e6fee0575181b5988e6b6a64ef | /mame/src/emu/sound/aicalfo.c | 664eded91ad48832f5643ecf2beb4ca564e32cf8 | [
"MIT"
] | permissive | clobber/MAME-OS-X | 3c5e6058b2814754176f3c6dcf1b2963ca804fc3 | ca11d0e946636bda042b6db55c82113e5722fc08 | refs/heads/master | 2021-01-20T05:31:15.086981 | 2013-04-17T18:42:40 | 2013-04-17T18:42:40 | 3,805,274 | 15 | 8 | null | 2013-04-17T18:42:41 | 2012-03-23T04:23:01 | C | UTF-8 | C | false | false | 3,409 | c | /*
AICA LFO handling
Part of the AICA emulator package.
(not compiled directly, #included from aica.c)
By ElSemi, kingshriek, Deunan Knute, and R. Belmont
*/
#define LFO_SHIFT 8
struct _LFO
{
unsigned short phase;
UINT32 phase_step;
int *table;
int *scale;
};
#def... | [
"brymaster@gmail.com"
] | brymaster@gmail.com |
cd1ee511ff5540870e14ab60f3aaf86089f7f5a1 | e5289e0780eee7014a2aa699f9f211590fbb770e | /filesystem/sysvbfs/bfs.h | f69f97eb6247d0dc7fcc123ad24838db7ea00a77 | [
"BSD-2-Clause"
] | permissive | uchiyama-yasushi/w | 2abf502d8a84d896a5546dd04d081b2ad4ec7627 | 0323a5aa450bea7cebfedc72c7977086c4796f3b | refs/heads/master | 2020-03-28T03:50:42.574025 | 2018-09-12T13:11:07 | 2018-09-12T13:11:07 | 147,675,353 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,270 | h | /* $NetBSD: bfs.h,v 1.5 2008/04/28 20:24:02 martin Exp $ */
/*-
* Copyright (c) 2004, 2009 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by UCHIYAMA Yasushi.
*
* Redistribution and use in source and binary forms, with or without
... | [
"uch@vnop.net"
] | uch@vnop.net |
2382c785b180034cf749190062c904ef5a4e28df | 5b7441de7e88bb0940d2f766cc1d3b372f2895a2 | /main/build.h | dae75fc233f494c53bb5ff8abbc7b216caf8e01a | [
"Zlib",
"MIT"
] | permissive | but0n/recastCLI.js | 2852218751c4de2086e3c3447ea66ad023930ff0 | 75633fb125126b554d4e204da0ab994c21b9948d | refs/heads/nodejs | 2022-07-17T01:30:44.357312 | 2022-06-23T14:44:12 | 2022-06-23T14:44:12 | 122,967,379 | 43 | 8 | MIT | 2019-01-13T11:55:20 | 2018-02-26T12:34:05 | C++ | UTF-8 | C | false | false | 2,320 | h | #ifndef _BUILD_H_
#define _BUILD_H_
// Default setting
// Rasterization
#define CFG_CELL_SIZE 0.03
#define CFG_CELL_HEIGHT 0.02
// Agent
#define CFG_AGENT_HEIGHT 0.2
#define CFG_AGENT_RADIUS 0.03
#define CFG_AGENT_MAX_CLIMP 0.001
#define CFG_AGENT_MAX_SLOPE 45
// Region
#define CFG_REGION_MIN_SIZE 8
#de... | [
"but0n@icloud.com"
] | but0n@icloud.com |
b583c447d4a75d02da3262845d6e5568d7651501 | 24d856d98c85a319d53be2768ccc176a50873fa3 | /linux-lts-quantal-3.5.0/arch/arm/plat-mxc/include/mach/mxc_ehci.h | 9ffd1bbe615f91fc598268c69be4aa35b2b9dcff | [
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only",
"BSD-2-Clause"
] | 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 | 1,813 | h | #ifndef __INCLUDE_ASM_ARCH_MXC_EHCI_H
#define __INCLUDE_ASM_ARCH_MXC_EHCI_H
/* values for portsc field */
#define MXC_EHCI_PHY_LOW_POWER_SUSPEND (1 << 23)
#define MXC_EHCI_FORCE_FS (1 << 24)
#define MXC_EHCI_UTMI_8BIT (0 << 28)
#define MXC_EHCI_UTMI_16BIT (1 << 28)
#define MXC_EHCI_SERIAL (1 << 29)
#define MXC_EH... | [
"jflinn"
] | jflinn |
d3cfa8d94b1e15ec8a6a4319176c5d43a9398bb0 | 73db9e9e92051c934908d2bde14f0d7a21132f9d | /src/mpi_funcs/mpi_iallgather.c | 99f0f5b532598a57a5903cb7da6ac805bcac48c3 | [] | no_license | trahay/thread-safe-mpi_bindings | 3ace06e739127ce68ddd9b694c649d80de8c000d | 114406c61bd9fc1da8dcc13081fa375f1fd1bd72 | refs/heads/main | 2023-04-08T04:49:35.681659 | 2021-04-22T08:48:26 | 2021-04-22T08:48:26 | 359,377,182 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,252 | c | /* -*- c-file-style: "GNU" -*- */
/*
* Copyright © CNRS, INRIA, Université Bordeaux 1, Telecom SudParis
* See COPYING in top-level directory.
*/
#ifndef _REENTRANT
#define _REENTRANT
#endif
#include "mpii.h"
#include <dlfcn.h>
#include <mpi.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <s... | [
"francois.trahay@telecom-sudparis.eu"
] | francois.trahay@telecom-sudparis.eu |
e08843e82cd7101cb9bcafa576fc0a07e01037b5 | 185569156deda92d94de5711867c9fe7821520f4 | /src/core/param/common_list.h | a1101f3220c618182e976443a8773f7558ebb529 | [
"GPL-3.0-only"
] | permissive | ChangChiaChengcccc/ncrl-flight-control | 445d88fe8f5d9624c970ba2e79a1967184f538ca | 95494bfdba567b9d2eee7766c3f08f6534cf37c4 | refs/heads/master | 2023-02-26T07:21:59.519292 | 2022-08-31T08:33:34 | 2022-08-31T08:33:34 | 327,806,290 | 0 | 0 | BSD-2-Clause | 2021-01-08T05:20:45 | 2021-01-08T05:20:45 | null | UTF-8 | C | false | false | 4,217 | h | #ifndef __COMMON_LIST_H__
#define __COMMON_LIST_H__
enum {
/*********************************************
* ncrl flight controller defined parameters *
*********************************************/
IMU_FINISH_CALIB = 0,
ROLL_ANG_OFFSET,
PITCH_ANG_OFFSET,
/*****************************
* px4 compatible par... | [
"c.shengwen.tw@gmail.com"
] | c.shengwen.tw@gmail.com |
750c567cea746f37dc5eb6473cab85ca5e033356 | 6432ffa0649947cdb0c2045a3a7b2b2bee27e8c2 | /d/changan/northroad2.c | 289c8e0e9153d7bc7234fba3120c21833c64f9ec | [] | no_license | MudRen/xkx100 | f2e314a542e459502e28f311cd9f20ee7f7c6f43 | dfca57e056460d7c0532a6e19a5e4add94a5588d | refs/heads/main | 2022-03-05T00:08:01.398338 | 2022-01-25T09:00:27 | 2022-01-25T09:00:27 | 313,971,845 | 6 | 3 | null | null | null | null | UTF-8 | C | false | false | 624 | c | // /d/changan/northroad2.c
inherit ROOM;
void create ()
{
set ("short", "北大街");
set ("long", @LONG
你正走在长安北大街上。西边是一家钱庄,可以听到叮叮当当的金
银声音。东边个兵营,长安守军驻扎在内,不时传来操练之声。
LONG);
set("exits", ([ //sizeof() == 4
"west" : __DIR__"qianzhuang",
"east" : __DIR__"bingying",
"north" : __DIR__"northroad1",
"sout... | [
"freddy.chua@ey.com"
] | freddy.chua@ey.com |
713d3662be81fdda737fa297349a7d0f8ec40fe9 | cfff53bed3091b4a1ce4e4d5506ae395ef08e2b2 | /CM7/Hardware/Screen/image/BatteryImages.h | 69291dbe73c865bf40f8386e417beb558470a423 | [] | no_license | nadavguy/SelfDriving | 79fa9993bc92ccb2999a2fe8cc937af5762b1ee4 | 6857adac6b3749270b34890e81d9b60de60359c6 | refs/heads/main | 2023-08-31T22:54:45.281259 | 2021-10-24T17:43:16 | 2021-10-24T17:43:16 | 371,081,188 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 882 | h | /*
* BatteryImages.h
*
* Created on: Apr 6, 2021
* Author: gilad
*/
#ifndef SCREEN_IMAGE_BATTERYIMAGES_H_
#define SCREEN_IMAGE_BATTERYIMAGES_H_
extern const unsigned char gImage_RC_Battery_Charging[];
extern const unsigned char gImage_RC_Battery_Full[];
extern const unsigned char gImage_RC_Battery_Medium[... | [
"raingrey@gmail.com"
] | raingrey@gmail.com |
e22e3d059deeacc3d886a08893c3796a1910be53 | 7b55cacf46bf2fd6298315bccfa4b6f0375e3865 | /src/sys/compat/linux/common/linux_break.c | a64f4b460e1117ab3790890a7bf0f858d9133c34 | [
"MIT",
"LicenseRef-scancode-bsd-3-clause-jtag",
"BSD-2-Clause"
] | permissive | libos-nuse/frankenlibc | 7f33a86f277ea13eeae573e0339b03c5e2a9ff58 | b2e9db0084847aaa63fcddce2f5bf2e0e43669d5 | refs/heads/lkl-musl | 2021-01-21T23:30:07.179889 | 2018-06-21T07:46:36 | 2018-08-14T03:52:22 | 47,620,000 | 9 | 6 | NOASSERTION | 2019-02-21T14:53:00 | 2015-12-08T12:13:28 | C | UTF-8 | C | false | false | 2,409 | c | /* $NetBSD: linux_break.c,v 1.56 2008/04/28 20:23:43 martin Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Frank van der Linden and Eric Haszlakiewicz.
*
* Redistribution and use in sourc... | [
"justin@specialbusservice.com"
] | justin@specialbusservice.com |
6454a60e1f97b7e4e6930cf47c2fa424a08e2d2a | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/AtCoder/abc114/C/4513135.c | 8fea3bdb138f78ff3e087f68b3606748ddecb657 | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | WINDOWS-1250 | C | false | false | 597 | c | #include <stdio.h>
#include <stdlib.h>
int count=0;
int judge(long long int data,int n,int a,int b,int c)
{
if(data>n)
return 0;
if(a==1&&b==1&&c==1)
{
count++;
}
judge(data*10+3,n,1,b,c);
judge(data*10+5,n,a,1,c);
judge(data*10+7,n,a,b,1);
return 0;
}
int main()
{
... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
c95d5d6cbcc08c93694e22416534a820a7c9bebe | 96018a67cf3222e20a32e8c201738685b29f0e0a | /z_libwebp_src_dsp_alpha_processing.c | 052ad498a3d6a74ee75753f790bad588dffa84d9 | [] | permissive | kylevanek/webp | abee75da2cf7b6b74f05c8fcbb22530a33f100f8 | 30a4057c86bef2c04f72fd370a3e91db4b531317 | refs/heads/master | 2021-11-28T23:44:23.606597 | 2021-11-23T22:41:26 | 2021-11-23T22:41:26 | 129,053,310 | 0 | 0 | BSD-3-Clause | 2018-04-19T22:06:49 | 2018-04-11T07:31:37 | C | UTF-8 | C | false | false | 295 | c | // Copyright 2014 <chaishushan{AT}gmail.com>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Auto Generated By 'go generate', DONOT EDIT!!!
// +build cgo
#include "./internal/libwebp/src/dsp/alpha_processing.c"
| [
"chaishushan@gmail.com"
] | chaishushan@gmail.com |
0349ff70ecc8eccbc7848c4a6db10b911b42e8b7 | c3fb8a14e4dfeaeb6fa08ba23033caf663508bd9 | /test/basic/cast-i.c | 864d0ebc134b4e6c5c0aa757c25433bf91f2f316 | [
"MIT"
] | permissive | xlauko/lart | db49fd778ec9bc6ccf502385289960cc4a2370de | 6e650e3f0b9c28a5c0aa590ee7b9a5e03e54482f | refs/heads/master | 2023-04-03T21:28:09.124674 | 2023-01-15T20:41:57 | 2023-01-15T20:42:45 | 180,236,345 | 11 | 2 | MIT | 2023-03-17T10:56:09 | 2019-04-08T21:33:23 | C++ | UTF-8 | C | false | false | 401 | c | // RUN: %testrun %lartcc term -lz3 %s -o %t | %filecheck %s
#include <lamp.h>
#include <stdint.h>
#include <assert.h>
int nondet() {
return __lamp_any_i32();
}
int main() {
int x;
x = nondet();
if ( x < 0 )
return 0;
short *y = ( short * )( &x );
*y = 0;
++(*y);
assert( *y == ... | [
"xlauko@mail.muni.cz"
] | xlauko@mail.muni.cz |
b5fdfdb6339de59b40e1d0a5af5e0a713dc14df4 | f8f874942221fe4d2d655b88d9e3686851adfed2 | /C/IF Statement Part2/main.c | 3018252ec2ef3a775c90f79d02384224b20f1173 | [] | no_license | willis7/Programming-Tutorials | 9b0a3b4c96622bafd25706c6fccb51a4ac06854b | 00ac15884ef536ce557a52f3d08bed56d4b70422 | refs/heads/master | 2021-01-25T03:26:43.033289 | 2014-04-17T08:56:13 | 2014-04-17T08:56:13 | 18,872,391 | 11 | 10 | null | null | null | null | WINDOWS-1252 | C | false | false | 4,654 | c | // Done by TheTutor -- 11/5/01
/*
If statements are how you "make decisions" in a program -- Any program that does
any "logical branching" is more than likely going to use "if statements" --
If statements work just as you'd expect. In practical English, an if statement might
go like this:
If you do not clean y... | [
"sion5@hotmail.co.uk"
] | sion5@hotmail.co.uk |
d8ba0466376c5bdebce1362022e256a8a27bf6c8 | 88d4c7c16b236f229e9dee63b9a6c31270d8e082 | /14 - Arranjos multidimensionais II/quadrado latino.c | 1d1d085e7d416fab989eaa7d78bd2272c9cc927c | [] | no_license | pedrobneto/kodesh | 6fc4759446f6b6e272424970f98975c943b222c8 | 6e7dabff694423c0401aa7055f7f510521966cd1 | refs/heads/master | 2021-01-11T11:29:34.296580 | 2016-10-31T21:12:33 | 2016-10-31T21:12:33 | 45,430,645 | 0 | 0 | null | 2015-11-03T00:16:25 | 2015-11-03T00:16:24 | null | UTF-8 | C | false | false | 692 | c | int eh_latina(int n, int m[n][n]) {
int i, j, k, vet[n];
for (i = 0; i < n; i++) {
vet[i] = 0;
for (j = 0; j < n; j++) {
vet[i] += m[i][j];
for (k = 0; k < n; k++)
if (m[i][j] == m[i][k] && j != k) return 0;
}
}
for (i = 0; i < n-1; i... | [
"eltonvs@outlook.com"
] | eltonvs@outlook.com |
dcb99db5709efca4707e5e701a1e3623beeaa710 | dc0308fdb5a936b2bc9e954fc9be95474d40a7d0 | /Work/PCB_files/pcb-AnkitLakshmi/TIMER/robokits.c | b558f3e88b95b47c3f2870f0265908344dfaacf9 | [] | no_license | nookalalakshmi/Obstacle-Avoider--Line-Tracker-and-Gripper | 691297e5b07c5ba146423b04a3ee81e406b28c43 | 9e1ea1a8d43f73610e4605ee28a9ae690c784761 | refs/heads/master | 2021-01-16T20:36:04.730888 | 2013-04-26T04:25:14 | 2013-04-26T04:25:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,177 | c | // MADE BY ROBOKITS INDIA.
// VISIT US AT WWW.ROBOKITS.ORG
// PROGRAM FOR BLINKING LED'S ON TIMER1
// WRITTEN FOR PRODUCT ID 19
/*-------------------------------------------------------------------
Description:
This example shows how to generate delays with timers so that cpu is
free for processin... | [
"nookala.lakshmi@gmail.com"
] | nookala.lakshmi@gmail.com |
49016e386a20ccb96bdf2dc0a114e7fecf3cac05 | c8210ff7bb3f7263f1244262052bc5199df1cd78 | /tests/foundation/test_mt_round5.c | cf786fef948dd6628a44f2721bc12dd899e9ce16 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | abdt3001/virgil-crypto-c | e31c5664f414b3c278a808b6b653e79082b6eece | a2630c732898f7447c9bb2ded3d9519389d4cd9f | refs/heads/master | 2023-08-23T18:03:11.932970 | 2021-07-27T14:29:00 | 2021-07-27T14:29:00 | 417,470,439 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,378 | c | // Copyright (C) 2015-2021 Virgil Security, Inc.
//
// 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
// ... | [
"sergey.seroshtan@gmail.com"
] | sergey.seroshtan@gmail.com |
99632730b68e08b5844a4ccc8b8548574b6298c5 | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/external/chromium_org/mojo/public/platform/native/gles2_impl_thunks.h | b06dc4406ff7b356027d10176200f9fcafc6f257 | [
"BSD-3-Clause"
] | permissive | denix123/a32_ul | 4ffe304b13c1266b6c7409d790979eb8e3b0379c | b2fd25640704f37d5248da9cc147ed267d4771c2 | refs/heads/master | 2021-01-17T20:21:17.196296 | 2016-08-16T04:30:53 | 2016-08-16T04:30:53 | 65,786,970 | 0 | 2 | null | 2020-03-06T22:00:52 | 2016-08-16T04:15:54 | null | UTF-8 | C | false | false | 1,057 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MOJO_PUBLIC_PLATFORM_NATIVE_GLES2_IMPL_THUNKS_H_
#define MOJO_PUBLIC_PLATFORM_NATIVE_GLES2_IMPL_THUNKS_H_
#include <stddef.h>
#include "mojo/pub... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
174d92c76442b38fb08d7e1fe68a2c0244c7b655 | e683a0b8dbb87c7ceb99e0d06896174a559d2c67 | /Driver/Socket/TCPIP/rawIp.h | e2d557d2d5727f291dbe0b64cb9c57bb1afea198 | [
"Apache-2.0"
] | permissive | bluewaysw/pcgeos | f093d79567d977d992f47065056d14d5a04b9f14 | c6ae4c8e77b54b9ff654c3916f2191f8b1a1b65d | refs/heads/master | 2023-08-31T00:17:54.481175 | 2023-08-29T19:00:49 | 2023-08-29T19:00:49 | 157,968,410 | 603 | 88 | Apache-2.0 | 2023-09-13T07:44:06 | 2018-11-17T09:09:55 | Assembly | UTF-8 | C | false | false | 894 | h | /***********************************************************************
*
* Copyright (c) Geoworks 1994 -- All Rights Reserved
*
* GEOWORKS CONFIDENTIAL
*
* PROJECT: PCGEOS
* MODULE: rawip.h
* FILE: rawip.h
*
* AUTHOR: Jennifer Wu: Oct 14, 1994
*
* REVISION HISTORY:
* Date Name ... | [
"frehwagen@bluewaysw.de"
] | frehwagen@bluewaysw.de |
f27c9bd051e930f3fb09a2068ac32047fccf4331 | 8b06ec428600e7f4b36b1544b5b75cd2527b2e8e | /model/v1beta1_pod_disruption_budget_status.h | ad2417af604dd58d0c3a9fe0c0e11553a7b516b5 | [
"curl",
"Apache-2.0"
] | permissive | ityuhui/client-c | e875d0d33e4e4664a207b5c5198b3fa65cbaa97a | 1d30380d7ba0fe9b5e97626e0f7507be4ce8f96d | refs/heads/master | 2022-05-17T12:31:03.253587 | 2022-05-13T03:37:33 | 2022-05-13T03:37:33 | 215,933,099 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,428 | h | /*
* v1beta1_pod_disruption_budget_status.h
*
* PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.
*/
#ifndef _v1beta1_pod_disruption_budget_status_H_
#define _v1beta1_pod_disruption_budget_status_H_
#include <string.h>
#inclu... | [
"yuhuixa@cn.ibm.com"
] | yuhuixa@cn.ibm.com |
99c93834ebe4e25a95337145ce33d4e111229254 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/g++.dg/cpp0x/initlist-value3.C | 25ac104d24dde1e2c36abddef2e1126a969730df | [
"LGPL-2.1-only",
"GPL-3.0-only",
"GCC-exception-3.1",
"GPL-2.0-only",
"LGPL-3.0-only",
"LGPL-2.0-or-later",
"FSFAP",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 300 | c | // PR c++/89119
// { dg-do compile { target c++11 } }
struct S { int a[4]; };
template<int N>
struct R { int a[N]; };
template <typename T>
void
fn ()
{
constexpr auto s = S();
constexpr auto s2 = S{};
constexpr auto r = R<4>();
constexpr auto r2 = R<4>{};
}
void
foo ()
{
fn<int>();
}
| [
"rink@rink.nu"
] | rink@rink.nu |
d3b6d3e02db61ec867121427496aec6b42aa2a2a | bae158e5d33729ad52dc5e73f39f3aa384565764 | /showroom/posix/user/condtest.c | 95046eb0c1706f67bc6bb4d03f765f4f0e6720bb | [] | no_license | manasdas17/RTAI | 14fb10042cc43d4577abc280175f4b53b1f95d46 | 5735b81765ef5b71aaf6436b38b56be5354f0dd6 | refs/heads/master | 2021-01-14T08:30:26.497857 | 2014-12-16T16:15:24 | 2014-12-16T16:16:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,195 | c | /*
COPYRIGHT (C) 2003 Paolo Mantegazza (mantegazza@aero.polimi.it)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
Thi... | [
"neotheuser@ymail.com"
] | neotheuser@ymail.com |
7b9996c263da644490532c207107a1f1bbbdc204 | 8c6902af3169bf3da67620009d353f2b16819d5b | /Arrays/Address/Address.c | 2bb69f124bf514f92fda2be40238351125f541f4 | [] | no_license | 679/c | 2e0541bba027d92b1a5934273ce3498803d12b76 | 6172ec3520a230763aecdfe988142eb9c789235a | refs/heads/master | 2021-01-15T21:01:58.666016 | 2015-09-02T14:47:32 | 2015-09-02T14:47:32 | 41,804,805 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 273 | c | /* Program to demonstrate int a[10], &a and &a[0] and a */
#include<stdio.h>
main()
{
char array[16];
printf("&array[0]: %p\n &array:%p\n array:%p\n", &array[0], &array, array);
printf("(void *)&array:%p\n (void *)(&array+1)%p\n", (void*)&array, (void*)(&array+1));
}
| [
"vaindam679@gmail.com"
] | vaindam679@gmail.com |
29fc82cc661b8a27b508333930371de9daf22f03 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/b803e54c-9ea3-4799-a311-f87c17c440fd.c | 0f4d9ae32c60b141b1931f0302cf4bcd1908f5e6 | [] | 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 | 555 | c | #include <string.h>
#include <stdio.h>
int main() {
float i;
float j;
float k;
float l;
i = 6;
j = 9;
//variables
/* START VULNERABILITY */
int a;
char b[37];
char c[9];
a = 0;
do {
a--;
/* START BUFFER SET */
*((char *)c + ( a - 1 )) = *((cha... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
ec2b7381a476ae3ce9d592baf7d4feea5ca0f236 | 63b4a698bc22fd54857c8fa097b1331f79c39e5a | /src/gdb/gdb-8.3/gdb/testsuite/gdb.base/code_elim1.c | cb8e67c5206e3f2e1429990cf96a6225d5761af4 | [
"GPL-3.0-only",
"LGPL-3.0-only",
"GPL-2.0-only",
"GPL-1.0-or-later",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-copyleft",
"LGPL-2.0-only",
"LicenseRef-scancode-other-permissive",
"GPL-2.0-or-later",
"LicenseRef-scancode-unknown-license-reference",... | permissive | MinimSecure/unum-sdk | 67e04e2b230f9afb3ae328501a16afa4b94cdac6 | 30c63f0eccddba39a760671a831be3602842f3f4 | refs/heads/master | 2023-07-13T07:33:43.078672 | 2023-07-07T13:52:05 | 2023-07-07T13:52:05 | 143,209,329 | 33 | 22 | Apache-2.0 | 2021-03-05T22:56:59 | 2018-08-01T21:13:43 | C | UTF-8 | C | false | false | 1,154 | c | /* This testcase is part of GDB, the GNU debugger.
Copyright 2010-2019 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
... | [
"denis.bakin@minim.co"
] | denis.bakin@minim.co |
0c649c25a2e576d1ecb7f0539380f70e288c8fba | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/gpu/drm/i2c/extr_tda998x_drv.c_reg_write.c | 11820c76037bdfab6364b750b0e86c360fcec2fc | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,430 | 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 |
0052a703fb5239e967345957a50ae4cf089da545 | b7ed4ee507a6c7362e3c270b9608cb75428b8fca | /sources/st-etal/stable-etal/dcop_driver/lib_steci/include/steci_trace.h | b7b78fe94cad8c03d499e833130f62684566cf4c | [] | no_license | niefan/STA5_pre | a2c0e508d80c43f6e100a4d9c3dcb650b638a014 | a1b2540edd45eea4f13994f54db38f5a9a7ab906 | refs/heads/master | 2022-02-20T04:36:58.406957 | 2019-09-17T05:39:37 | 2019-09-17T05:39:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,614 | h | //!
//! \file steci_trace.h
//! \brief <i><b> STECI module trace and log macros </b></i>
//! \details This file contains macros to print messages to the output.
//! The macros are defined so that if the TR_LEVEL is below
//! a threshold the trace code is not even included in the build.
//! The macros m... | [
"fangyunmeng@hotmail.com"
] | fangyunmeng@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.