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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f209f832550165a34169978aeccdd7c979879372 | 29c655f07c73620a6732215412bfb07be65c683c | /Win10_1903_19H1_18277/x86/System32/ntoskrnl.exe/Standalone/_IO_STACK_LOCATION.h | f1358899080b7839639f2c80a2461833a58a2c40 | [] | no_license | cpkt9762/headers | dd7e0a775824e4f23e1d7c2aa1d5154b39ba2622 | 55fb4122911c2529d99cb8a9bf1bcaed25f07952 | refs/heads/master | 2020-04-29T11:27:29.072770 | 2019-03-11T19:55:05 | 2019-03-11T19:55:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,621 | h | typedef union _LARGE_INTEGER
{
union
{
struct
{
/* 0x0000 */ unsigned long LowPart;
/* 0x0004 */ long HighPart;
}; /* size: 0x0008 */
struct
{
/* 0x0000 */ unsigned long LowPart;
/* 0x0004 */ long HighPart;
} /* size: 0x0008 */ u;
/* 0x0000 */ __int64 QuadPart;
... | [
"w.benny@outlook.com"
] | w.benny@outlook.com |
5295c00e4e2cf7d852314327e43e0d4b4872c5e9 | 31e0c5fc290c298fbbd266f47b86fc791c41872a | /lab6-seg.c | 26e5e47fcc16e454e4b80c46ee7a7eb966ad5088 | [] | no_license | jimmyu219/CameraClean | ff2894379b06cec86550f86af03c900f36c288b5 | 290e7bc3579d83254d6b6a1738dde611fd53bad0 | refs/heads/master | 2020-12-24T14:45:38.683909 | 2015-05-18T21:48:54 | 2015-05-18T21:48:54 | 34,811,061 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,915 | c | #include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
# include "demo.h" // Neural network
int DEBUG = 1;
volatile int * Start = (int *) 0xFF200080;
//volatile int * Stop = (int *) 0xFF200010;
volatile int * Clock = (int *) 0xFF200000;
volatile int * Di... | [
"jimmyu219@hotmail.com"
] | jimmyu219@hotmail.com |
ec2df6c52edeb058b7dff62a70ddfa71108675c4 | ccb9d4f162519cac74a6eeef042b6de320b0cfac | /tools/format-sudoku/src/format-sudoku.c | 357f616e0a99692903d5a5820677f104f57300cd | [] | no_license | zhyingkun/Sudoku | 48ea32e26bdaf861ef12e46a6ab7289c171e67aa | 649db433cfca3c6cccb1e07d37824a666c329b11 | refs/heads/master | 2021-06-01T23:15:36.214620 | 2020-03-28T13:24:14 | 2020-03-28T13:24:14 | 56,666,189 | 0 | 2 | null | 2016-04-20T08:35:51 | 2016-04-20T07:39:07 | C++ | UTF-8 | C | false | false | 1,687 | c | #include <assert.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#define BOARD_SIZE (9 * 9)
void usage(const char* exec) {
fprintf(stderr, "Usage: %s <file>\n", exec);
fprintf(stderr, "\t<file>: The sudoku file path\n");
fprintf(stderr, "\tor using %s with stdin\n", exec);
}
FILE* open_file_for_... | [
"1464959348@qq.com"
] | 1464959348@qq.com |
72e273528c9858cd041b971e9c7430d6e8f38a58 | 028e0730e2ebc79d61fdb6e484fd74bfc1b8639e | /integerAndFraction.c | 459e4a84a19248ad577055a97869be8edb0f04e8 | [] | no_license | ronny8877/LearningC | 880387d595488639462588183e6002422ceea734 | b9b443ac1de0db4496985d8eb5607a6fa79534b3 | refs/heads/main | 2023-03-27T12:53:03.840523 | 2021-03-22T14:57:46 | 2021-03-22T14:57:46 | 350,231,298 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 563 | c | /*
Write a C program to enter a floating point number and print the integer and fractional part of that number.
*/
#include <stdio.h>
#include <math.h>
int main()
{
//Define temporary variables
double value;
double i, f;
//Assign the value we will calculate the modf of
value = 1.7;
// C... | [
"sunnyrawat225@gmail.com"
] | sunnyrawat225@gmail.com |
701d10fefa6b8944299dece9f21ba9632ba11928 | 6e86705613ec31a48c2d14a49a10f2cd5b84de57 | /caesar.c | faf15c9a6122fa55d6e0748884866307ab99e33f | [] | no_license | seankellyhp/Harvard_CS50x | 68d2cec29c0a32b32bf05f3487bbc62291b62f5c | 0c085fcb2783d06ac48125d04170856e34228a08 | refs/heads/master | 2022-10-16T22:41:32.216201 | 2020-06-09T13:09:41 | 2020-06-09T13:09:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,076 | c | // Program Start
#include <cs50.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
// Prototypes
int validate_input(string t);
string transform_input(string t, int key);
// Main Function
int main(int argc, string argv[])
{
// Check Input
if (argc != 2)
{
printf("Usage:... | [
"seankellyhp@gmail.com"
] | seankellyhp@gmail.com |
c44119a805d5936ed80667c45ad369d83194bd2f | 6815f90eaa38b3634768d9288bb81268945a7af9 | /kernel/initialize.h | 2441ff5f71e30904f667c00e44d23fdf8e895f9c | [
"MIT"
] | permissive | puchake/odysseos | 58dbca6634e48254e5e6bbe8d629578f41c6011a | f78f43c97e58ea776d2d30bc6ab4fde5081dc536 | refs/heads/master | 2021-09-03T11:37:57.541886 | 2018-01-08T19:59:14 | 2018-01-08T19:59:14 | 107,974,083 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,949 | h | #include <stdint.h>
// Copied from http://wiki.osdev.org/GDT_Tutorial
// Each define here is for a specific flag in the descriptor.
// Refer to the intel documentation for a description of what each one does.
#define SEG_DESCTYPE(x) ((x) << 0x04) // Descriptor type (0 for system, 1 for code/data)
#define SEG_PRES(x)... | [
"michal.gorecki.gda@gmail.com"
] | michal.gorecki.gda@gmail.com |
4e3722bd42a6e4cf1005bce460ccc8eb244c949c | 2a8c26a205b484b803b379de6dc52b8202c187b1 | /src/bin/letter/wnl_main.c | a1b73a541339662a02a1a28fa0bd0bda78ebc84f | [] | no_license | jurgenprins/WebAgent | 34ae6696c0209ebec82fd98c658ae966195099e4 | 7308aea0bbf082856b448cb4789b0223cb31bd71 | refs/heads/master | 2021-01-01T05:50:44.774005 | 2011-05-22T14:27:38 | 2011-05-22T14:27:38 | 1,783,938 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,236 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <sys/time.h>
#include <dirent.h>
#include <mysql.h>
#include <wn.h>
#include "wnl_letter.h"
#define BLOCK_SIZE 32768
void main (int argc, char *argv[]) {
DIR *d... | [
"jurgen@intakt.com"
] | jurgen@intakt.com |
f2c0cb6b55f2484c65414ec42d33b281df4c40ec | ae15a21e3124bef5c4b8794f5473f09dc4c030ab | /05-1.Ar_Dictioary/ar_ImageTracking/iOS build/Classes/Native/UnityEngine.ParticleSystemModule_CodeGen.c | 0007304a06569e6d825d1e87c1a6997902ba2da1 | [] | no_license | taekyunJason/05-1.Ar_Dictionary | c2e0612b29316f4d3a19a8db2bc139288ba73716 | a2bb4bec7843ddf5ad616d16a7ccdb5ac675603a | refs/heads/main | 2023-07-15T17:25:00.485699 | 2021-09-02T08:34:28 | 2021-09-02T08:34:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,412 | c | #include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
// 0x00000001 System.Void UnityEngine.ParticleSystem::Emit(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single,UnityEngine.Color32)
extern void ParticleSystem_E... | [
"saurus234@gmail.com"
] | saurus234@gmail.com |
f9d2db2307c4028578cce829c8cc5f784764c1e0 | 73d4d0793feb6c1277103343dab3c746ce8f2f1e | /_defs.h | 0c843cc04deeffe4f1b699545826f4e2cff4f255 | [] | no_license | esksw4/Cap | e7990f7af6425676219da77a41823c312a1abc80 | c657e4ecd70e3f4ae2bbf773caf2979ccf72004d | refs/heads/master | 2021-01-20T02:12:51.162491 | 2017-04-25T18:38:43 | 2017-04-25T18:38:43 | 89,390,194 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,470 | h | /* _defs.h
Common definitions for pointer size and calling conventions.
Calling conventions:
_RTLENTRY Specifies the calling convention used by the RTL
_USERENTRY Specifies the calling convention the RTL expects user
compiled functions to use (for callbacks)
Expor... | [
"e.kim4.backup@gmail.com"
] | e.kim4.backup@gmail.com |
7cba7d2bf4f7f513ce359f794edd2963ad4ef08a | 298e12fd48ea20759b7b65d21dfe84611d5dab2b | /from_boomerang/branch/arm64_elf_gcc_Os_from_rfalke/by_ghidra.c | a3bb9995f1531067d636b0fdd1511e6ecca621a1 | [] | no_license | gitmesam/decompiler-subjects | 682df392d6b2ab9b3234989fcf3ceb8fc4b87646 | 2fcddba5b6d3faff87dc7ce7e9651140d82df768 | refs/heads/master | 2023-01-07T06:33:02.134821 | 2020-11-05T19:24:10 | 2020-11-05T19:24:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,532 | c | typedef unsigned char undefined;
typedef unsigned char byte;
typedef unsigned int dword;
typedef long long longlong;
typedef unsigned long long qword;
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long long ulonglong;
typedef unsigned char undefined1;
typedef unsign... | [
"i-git-stone@rf.risimo.net"
] | i-git-stone@rf.risimo.net |
2ea375305eb6186dbd04fefe4b0d517eba92f444 | 79e987c3099ae422496e6b3a22f6862f90686536 | /thirdparty/libxml2-2.9.2/schematron.c | dad860b42c4296f3bd1dedb8b2289f8a8bdfb986 | [
"MIT"
] | permissive | hackerlank/CScript | 571d59db5a6e3d968a0dc9634ff51f35485ce1c9 | adac0cf6fa83364b45d64d46d4256c0069f80de0 | refs/heads/master | 2020-06-12T19:08:58.564572 | 2016-10-30T12:17:23 | 2016-10-30T12:17:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 48,194 | c | /*
* schematron.c : implementation of the Schematron schema validity checking
*
* See Copyright for the status of this software.
*
* Daniel Veillard <daniel@veillard.com>
*/
/*
* TODO:
* + double check the semantic, especially
* - multiple rules applying in a single pattern/node
* - the semanti... | [
"mz02005@qq.com"
] | mz02005@qq.com |
ea9dad9ccbf68b233a61543b9230bc245f69bbdc | 6f36fc4903b3450c86943153a99b044f0b4a7607 | /ooc-virtualTables/src/MarinaraSauce.c | 6e9e04678429f384148c0462278c8e811a2e8cd1 | [] | no_license | thePapero/ooc | 3b5e108281bc2efe4067cfc0e9015e97d9601811 | 83950d5c5ce1f7001ab8188886b9dc15e4bb8ab2 | refs/heads/master | 2022-02-15T06:47:11.440509 | 2019-08-01T07:19:24 | 2019-08-01T07:19:24 | 197,802,788 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 571 | c | #include <stdio.h>
#include "MarinaraSauce.h"
void MarinaraSauce_constructor(struct MarinaraSauce* const me, int dGarlic)
{
SAUCE_VTABLE vtbl = {
&MarinaraSauce_addSauce
};
Sauce_constructor(&(me->base));
me->base.vtable = &vtbl;
me->hasDoubleGarlic = dGarlic;
}
void MarinaraSauce_addSauce... | [
"antonio.demeis@cblelectronics.com"
] | antonio.demeis@cblelectronics.com |
f1220cc5eb694c68ca7897eac4a386e334a739f1 | f63173a3c801ea02a65edbf7235ee63e8bb7ff3d | /src/clean_volume.c | a7b951a7fb87b04dc0d840634d2f76fe844c504f | [
"BSD-3-Clause"
] | permissive | laruibasar/leic-psc-1920si-se3 | c9e428dfb79c88ad309f5c0b89d9c8c440d3444b | 5ca149570abb4c113290c6ffe815f3fc1ca46d53 | refs/heads/master | 2022-04-01T02:56:09.161274 | 2020-01-08T21:05:02 | 2020-01-08T21:05:02 | 230,308,477 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 601 | c | /*-
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2019 Luis Bandarra <luis.bandarra@homestudio.pt>
* All rights reserved.
*/
#include <stdlib.h>
#include "books.h"
void
clean_volume(Volume *vol)
{
free_elem(vol->pdf_link);
free_elem(vol->thumbnail);
free_elem(vol->isbn);
free_elem(vol->publish_da... | [
"luis.bandarra@homestudio.pt"
] | luis.bandarra@homestudio.pt |
395fce0d0d1552bedeeb84dd1bc109f079276b70 | 45a26f28a29ab6dd9d3bcf315117d814f50808b1 | /src/bind9/bind9-45.2/bind9/bin/dnssec/dnssec-revoke.c | fb116e6efe2a303456df863761059a25f501d50a | [
"LicenseRef-scancode-openssl",
"JPNIC",
"LicenseRef-scancode-mit-taylor-variant",
"BSD-4-Clause-UC",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause",
"ISC",
"HPND",
"BSD-2-Clause",
"LicenseRef-scancode-bsd-x11",
"OpenSSL"
] | permissive | zeborrego/opensource.apple.com | 0eb9161029ce8440dbdc4b5157b3927a6e381f8d | 88cbaab4a42e97cbbfe6b660f2f0945536821be6 | refs/heads/master | 2021-07-06T17:16:28.241638 | 2017-10-02T11:58:56 | 2017-10-02T11:58:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,342 | c | /*
* Copyright (C) 2009-2012 Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PRO... | [
"mattl@cnuk.org"
] | mattl@cnuk.org |
a2c40dfc7c2f958e70aa7260db9f8e4bf3c71445 | a8a3a319d0c618ce1b1980ca3019873a3f8e0c1f | /YaccPractice/YACCExample/lex.yy.c | dca34a750a4fdfbdd61220abf8586a8cc60772f3 | [] | no_license | AdityaMahaddalkar/SPOSL | eb2d347cf4317e6fa418ccba2c3ecc2e0484b82b | d022d3be6af9d865b3b4a3ea7f40b8f323fd8cec | refs/heads/master | 2020-04-16T12:56:14.338638 | 2019-04-08T03:42:25 | 2019-04-08T03:42:25 | 165,602,652 | 3 | 2 | null | 2019-04-18T13:41:59 | 2019-01-14T05:49:34 | C | UTF-8 | C | false | false | 44,223 | c |
#line 3 "lex.yy.c"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_SUBMINOR_VERSION 37
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif
/* First, we deal with platform-specific... | [
"xyz@gmail.com"
] | xyz@gmail.com |
679012355245f927989f2533f968a2f75804adc8 | f8f4cc8e6aed0fe9d47de3bc4befac8a43dfe38f | /libft/src/ft_lstmap.c | ab85790e7018fb45c9edf9048dab4653a49bf36f | [] | no_license | Dgreat21/fractal | 6aa851913de06abe5eae694bba4b1fda3237a792 | 82e1161aca60aa50e08dee64dec0532b268ae581 | refs/heads/master | 2021-08-06T16:54:09.011901 | 2020-09-17T16:12:21 | 2020-09-17T16:12:21 | 218,844,532 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,214 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstmap.c :+: :+: :+: ... | [
"dencool1108@icloud.com"
] | dencool1108@icloud.com |
a092258367421ad473b4f857b8b5746f17a1e204 | 4dea58eee2c5899f42adeb371e0fba224fd6d75b | /src/ft_strncmp.c | 7acfb12191dc1e1b569543c0a79999fc5631b9dc | [] | no_license | Geam/libft | 693a483d24aac5f3c5603c1aedb2a05736b0872a | e99d176572c732393fa1468910576b3eeaf5659a | refs/heads/master | 2021-01-21T21:40:07.077893 | 2016-04-20T14:31:43 | 2016-04-20T14:31:43 | 15,566,041 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,166 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncmp.c :+: :+: :+: ... | [
"mdelage@student.42.fr"
] | mdelage@student.42.fr |
8eaa50ebcc79c5cb06434fb9f481d8bd2189219e | 104919a925176fc86dc046eeb6292a98dd13289d | /Chapter 9/9.11.c | 1901543dddb26cfa63b8fbb9ae64d3489e2d8de4 | [] | no_license | ChenghaoZHU/C_Primer_Plus | e047d170b24b2552486227c94ee14317984b3a07 | ce7058f73bb159fa9b01ee3979cdc7016ee1de93 | refs/heads/master | 2020-09-07T12:04:16.610667 | 2020-02-15T13:23:35 | 2020-02-15T13:23:35 | 220,773,609 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 659 | c | #include <stdio.h>
void Fibonacci(int);
int main(void)
{
int n;
printf("Enter an integer: ");
while (scanf("%d", &n) == 1)
{
while (getchar() != '\n')
continue;
if (n <= 0)
{
printf("Enter an integer: ");
continue;
}
printf("Th... | [
"zhu16814@163.com"
] | zhu16814@163.com |
20e72c303172b271aca4850df27cfad2f89f3787 | 4908f194a545946fa6581bb8abb264c6b3a9ae74 | /libft/ft_tolower.c | 6db9ba8a5548717830f72ad397f1d7ad903607de | [] | no_license | Pyrate86/Algo | a66cee7178b0c1d9d938357c1ad3fc2db77e5670 | 26e15be8cde2e33fb5d50a6b58eee4b3960bd306 | refs/heads/master | 2021-01-01T16:06:19.522261 | 2015-07-01T19:53:23 | 2015-07-01T19:53:23 | 30,859,870 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,011 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_tolower.c :+: :+: :+: ... | [
"hebus25@gmail.com"
] | hebus25@gmail.com |
2412238bec152fc752696d8e43f7c5d373c95440 | e59a5d78809e95c2191a03cf07a15b4829ad20e1 | /runtime/variants/NUCLEO_L031K6/stm32l0xx_hal_conf.h | a188f35404f07aa2e7b16975cb22e30f68de73fe | [] | no_license | aldrinleal/arduino-l476-empty | a8c705ad4f6dc431746e86ba4414bfb54537a4fc | 6458305c88258c714eea40707b16913837243931 | refs/heads/master | 2021-01-24T10:04:39.193370 | 2018-02-26T21:43:15 | 2018-02-26T21:43:15 | 123,034,797 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,160 | h | /**
******************************************************************************
* @file stm32l0xx_hal_conf.h
* @brief HAL configuration file.
******************************************************************************
* @attention
*
* <h2><center>© COPYRIGHT(c) 2018 STMicroele... | [
"aldrin@leal.eng.br"
] | aldrin@leal.eng.br |
c1a48ad1fdee63f0abca468abbe78c2fc6a628b1 | 10a42a747c3790fc2d1f8aa55d54c5249510e72a | /tp2/funciones.h | f6d22eb342196fe2ee7608d324fcf236e5d3d2e8 | [] | no_license | lopezgonzalo/TP_Laboratorio_1 | f6e2fa99603e19f1141e24c818cd767da7e36f9d | 603fef23de5bd5caf001cb8de54aa4178ca9b917 | refs/heads/master | 2021-01-21T13:48:26.142083 | 2016-04-29T03:07:39 | 2016-04-29T03:07:39 | 55,814,220 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 862 | h | #ifndef FUNCIONES_H_INCLUDED
#define FUNCIONES_H_INCLUDED
typedef struct {
char nombre[50];
int edad;
int estado;
long int dni;
}Persona;
int buscarEstado(Persona list[]);
void validar_ent(long int dato);
void altas(Persona list[]);
void borrar(Persona list[]);
int ordenar(Persona list[]);
void graf... | [
"gonxallithoo@hotmail.com"
] | gonxallithoo@hotmail.com |
4532adbd65c113d40e66dd21513695160241c025 | 768cea4721ebe4439ce7af0a372726b703d484bd | /levels/castle_grounds/areas/1/5/model.inc.c | 72bff2f5de2157dcc9aa3dc3d15bccebb97a2fc3 | [] | no_license | mountainflaw/sm64_60 | 08355027afd3a01ebabc246bac674dc666f17a15 | 831e0c420189e84a9369889b7f7cd9d276f38e2b | refs/heads/master | 2020-08-28T18:40:44.871138 | 2019-10-27T00:55:47 | 2019-10-27T00:55:47 | 217,787,985 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 12,953 | c | // 0x0700A8D0 - 0x0700A9C0
static const Vtx castle_grounds_seg7_vertex_0700A8D0[] = {
{{{ -4998, 316, 603}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}},
{{{ -5397, 265, 1006}, 0, { 0, 990}, {0xff, 0xff, 0xff, 0xff}}},
{{{ -4993, 281, 1006}, 0, { 990, 990}, {0xff, 0xff, 0xff, ... | [
"n64"
] | n64 |
60019a8b8d2a10aa16b0e38700b27eeb1e37e67f | 9646047ca1f4b6f4a54e749d8670b11d940bf616 | /include/install.h | 08fe5d881ad6cef02c96b6ad04f2b038095b3f32 | [
"BSD-3-Clause"
] | permissive | jhunkeler/spmc | c766d527334fe5c4ab51d5565a1f8fd535d11de4 | ecc7897bf007c0672d5bdc7711bcbf9fb104f995 | refs/heads/master | 2021-07-12T22:35:22.514330 | 2020-11-30T19:09:49 | 2020-11-30T19:09:49 | 226,373,813 | 1 | 1 | BSD-3-Clause | 2020-11-30T19:09:51 | 2019-12-06T17:01:05 | C | UTF-8 | C | false | false | 709 | h | /**
* @file install.h
*/
#ifndef SPM_INSTALL_H
#define SPM_INSTALL_H
int spm_hierarchy_is_root(SPM_Hierarchy *fs);
int spm_hierarchy_make_root(SPM_Hierarchy *fs);
char *spm_get_package_info_str(ManifestPackage *package, const char *fmt);
void spm_show_package(ManifestPackage *package);
void spm_show_package_manifest... | [
"jhunkeler@gmail.com"
] | jhunkeler@gmail.com |
be2a80d859351968bc849777e033178b98dbbbf4 | 139f44aa35b3162a61376528db841013e383470e | /help.c | fc0309f8b01737748c31bd605ec18c55140781e2 | [
"MIT"
] | permissive | Nuno-Dev/File-System | dcf7a3f5a44a423126c00a534b652b8cfdea30f6 | 9c69cfa1889f66621f34ff3f0c98213b4b7120af | refs/heads/main | 2023-05-06T03:56:40.607383 | 2021-05-25T11:26:50 | 2021-05-25T11:26:50 | 370,625,181 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 783 | c | /*
* File: help.c
* Author: Nuno Martins 99292
* Description: Prints all the available commands including their description.
*/
/* System Headers */
#include <stdio.h>
#include <stdlib.h>
/* Project Headers */
#include "help.h"
/* help: prints all the available commands */
void help()
{
char *me... | [
"noreply@github.com"
] | Nuno-Dev.noreply@github.com |
c787d678968995f3760173fa10ed7ee2f11c3a25 | c42c6fbdd224273333ecc52c10608e6bd555a91b | /Homework/daily22.c/daily22.c/main.c | 8fcc76fe3b9c6acad6281695f8190f3d6879390f | [
"MIT"
] | permissive | esteemedtogami/Computing-I | 73a9f2f2be30455350c35a431f1e0e25330f772e | 3848f2e1de625bfe742fed6ac7629e17b611fcc2 | refs/heads/master | 2021-01-04T23:36:42.203885 | 2020-02-15T22:55:11 | 2020-02-15T22:55:11 | 240,798,318 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 483 | c | #include <stdio.h>
void clear_keyboard_buffer(void);
int main(int argc, char* argv[])
{
FILE* fp;
char c;
int i;
fp = fopen("numbers.txt", "r");
for (i = 0; i < 29; i++)
{
fscanf(fp, "%c", &c);
fprintf(stdout, "%c", c);
}
//fprintf(fp, "Hello class!\n");
... | [
"noreply@github.com"
] | esteemedtogami.noreply@github.com |
a36e0e7af20b50cf5b3ae86e4eb81b0dd5f5648a | e67f67974f670b75446cf4c4f46a9911d2539548 | /thirdparty/OpenNS-1.6.0/include/onscrypto.c | 9f973e207574a14637477f4e01d435eac07a51ec | [] | no_license | tbutkie/VRSonarCleaner | c17354d511b469450c78affbf84ce249b71dfe49 | e5417972baccd26694625978285e27b48ad32444 | refs/heads/master | 2021-07-19T22:50:18.742850 | 2020-06-22T17:14:03 | 2020-06-22T17:14:03 | 59,596,735 | 1 | 0 | null | 2018-01-23T17:16:02 | 2016-05-24T18:06:21 | C++ | UTF-8 | C | false | false | 51,936 | c | /*! \file onscrypto.c
* \brief Implement cryptographic service for the ONS Digital Signature Scheme.
*
* This file implements cryptographic services for the ONS Digital Signature Scheme,
* which uses the FIPS DSA, SHA and AES algorithms. The actual computation primitives
* are implemented via the BeeCrypt library... | [
"ahstevens@gmail.com"
] | ahstevens@gmail.com |
462f354df38d1bb35a03d9cada9c978f17736342 | 4659bb4a9585466e156814db28da8a455b81ed66 | /ENV/MixVector/MixVector_DOS/Src/M_SPLIT/MIXVDOS/PCI.C | bb3895576edc2a2b5b3bc1e287b316682fc30fbc | [] | no_license | Tobacco-cn/Demo_GitHub | af2c8a353bbb5d0e522cfe87efd0e32edbf9ce6f | 1693e722b1498bebefba3183b92dec3566006326 | refs/heads/master | 2022-01-05T12:52:36.349373 | 2018-08-16T07:45:27 | 2018-08-16T07:45:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,131 | c | /*******************************************************************************
* Copyright (C), 2015 VIA Technologies, Inc. All Rights Reserved. *
* *
* This PROPRIETARY SOFTWARE is the property of VIA Technologies, Inc. ... | [
"linzhude@139.com"
] | linzhude@139.com |
1f432bdcb9eaa9a24ec01c57fe9b6236dd99c255 | 9095c8b7a716b10ec0f9903d03cb4ab6aa27888b | /platform_io/button_test_frank/lib/variables/variables.h | 2c50cc39dc20a328fed5f54108e31a40fb7a5af4 | [] | no_license | frankeychurches/frankeychurches | 1faa6cdc019db2d4d43ada13c3b9cacb6d7f8296 | 057baee2174abbcfc552a409e5fa62e1ebc42b5b | refs/heads/main | 2023-06-23T03:09:13.670596 | 2021-07-18T18:06:01 | 2021-07-18T18:06:01 | 387,229,923 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 110 | h | extern uint8_t lastBtnState;
extern uint8_t state;
extern int S4_S5_val_get;
extern float S4_S5_voltage_get; | [
"francisco.llaveiglesias@gmail.com"
] | francisco.llaveiglesias@gmail.com |
e29b5d6e75d73fdc00b08c1c4bfc76b92d30ba2b | 5c9485c0698ce4e0e33278a8e71788403662b3cc | /Atividade 04/Individuais/questao10-5.18.c | d805f4e1afd36c3acd2e55f2486c23e2425f6d58 | [
"MIT"
] | permissive | DaveGomesh/exercicios-linguagem-de-programacao-1 | 53938313535cec750ce287de28e5c09b2701a377 | 3da1420fddd7feb61a6bb3f5e055cbbef8ea9f21 | refs/heads/main | 2023-06-21T22:33:21.002634 | 2021-07-09T13:30:31 | 2021-07-09T13:30:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 516 | c | #include <stdio.h>
void strdel(char string[], char caractere);
int main(){
char string[] = "Linguagem C+";
printf("String original: %s\n", string);
strdel(string, '+');
printf("String nova: %s\n", string);
return 0;
}
void strdel(char string[], char caractere){
for(int i=0; string[i]!='\... | [
"davidgomesh2016@gmail.com"
] | davidgomesh2016@gmail.com |
f90686bc9f0dc8c223314ea9d6ac47d31e45f73f | 701f33b2816364928f018e10bff8dd3dfd3f1d3e | /SilensNoxCooking/Scripts/4_World/cooking/plugins/pluginmanager.c | 08ff42bc0228bc91394eff91696c8968612f7931 | [] | no_license | edgardSchi/SNServerMod | dfe0553520eff7ed2a993faee92437446a90515c | eaf04f0ba6fc15ca95f2de1c7868e406cf980e70 | refs/heads/master | 2022-03-19T10:32:06.818186 | 2019-12-14T22:23:44 | 2019-12-14T22:23:44 | 215,142,060 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 349 | c | /*
* Adds the CookingRecipeManager as a plugin which can be loaded from within other scripts
*
* Author: Eddy
*/
modded class PluginManager {
override void Init() {
super.Init();
RegisterPlugin( "CookingRecipeManager", true, true);
GetGame().GetUpdateQueue(CALL_CATEGORY_GAMEPLAY).Inser... | [
"niphoria.chan@gmail.com"
] | niphoria.chan@gmail.com |
ca31177e4a0e20fe87ff6a3430e5807e9dc5e802 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/wireless/intel/ipw2x00/extr_libipw.h_libipw_priv.c | c46f8748e206cbb763248f3ba2d61c0cab156e9e | [] | 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 | 650 | 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 |
ce8a60c2bf24556da52da1e6096174ca2ddd5aef | 6f77cf93208cea208f8c8a89c3fe4e2b5c8e6231 | /practice3/readFiles.C | 70c8371f77f50ca7b70140318674f373790f90c8 | [] | no_license | Jelov/fromKurt | 4c36828eabfafaa7320672b70ebc18671678fca5 | a0c72d7a6dcd90669f9bc7fb3d5b8f2bd8e3ab83 | refs/heads/master | 2020-12-24T16:25:01.313160 | 2015-11-24T04:43:16 | 2015-11-24T04:43:16 | 45,208,169 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,156 | c |
// Cheng-Chieh learning 3 , firtst part read, from Kurt
// read source tree, calculate weight and save important branch to a new tree
// Created Oct 22, 2015
// Last Modified Oct 29, 2015
#include "TTree.h"
#include "TFile.h"
#include "TH1D.h"
#include <iostream>
#include <fstream>
#include <string>
using namespace ... | [
"jelov227@gmail.com"
] | jelov227@gmail.com |
fcc4eb881e339d3da086c9352df6b4634c500f05 | 8ffea768d644ec1ae033cf568a1809d1db5c798e | /pattern3.c | b33f07abc6ed81709fb3698b5862f601d34c73d5 | [] | no_license | suhani10/CEC | d8c3dbf74c1e8d0aa33b75386c8781e096ac347d | e445f73b8aac39d99e9f4566f8626abf9480f0fb | refs/heads/master | 2023-03-12T22:33:44.207449 | 2021-03-01T15:33:25 | 2021-03-01T15:33:25 | 341,983,957 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 147 | c | #include<stdio.h>
int main()
{int i,j,n;
scanf("%d",&n);
for(i=0;i<n;i++)
{for(j=0;j<n-i;j++)
{printf("*");
}
printf("\n");
}
return 0;
} | [
"suhanipanwar10@gmail.com"
] | suhanipanwar10@gmail.com |
618b7f8536f3e707c8e72ffd4134153db20e7706 | 02c99ac78272c1b2d389581be8a601dde44ced2e | /php_ul.h | 8b73281a5bf42ad2033bd050276b362e04172a95 | [
"MIT"
] | permissive | sjinks/php-upload-logger | 40929cb656200ed3518430e37bd80c9520d68cee | 150c943fc8f7a7e603eed192c049c251bad10a44 | refs/heads/master | 2022-05-20T09:00:43.742119 | 2022-04-09T09:09:35 | 2022-04-09T09:09:35 | 78,113,393 | 4 | 4 | MIT | 2023-09-08T10:24:24 | 2017-01-05T13:02:58 | C | UTF-8 | C | false | false | 1,020 | h | #ifndef PHP_UL_H
#define PHP_UL_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <main/php.h>
#include <main/php_ini.h>
#include <Zend/zend_modules.h>
#define PHP_UL_EXTNAME "Upload Logger"
#define PHP_UL_EXTVER "0.3"
#if defined(__GNUC__) && __GNUC__ >= 4
# define UL_VISIBILITY_HIDDEN __attribute__((v... | [
"volodymyr@wildwolf.name"
] | volodymyr@wildwolf.name |
4241c6e1b7be9dff36fe3ecd24069ac19dbae0e1 | 5b0cf5b821254fb48abbcf37bbbf0b9a97c0058e | /irLED.h | bcf3fdc225442f03174af3144c60aff370e30261 | [] | no_license | ehunten/Robit | 63833bfa77e8222ed79a0c7789e988963761f9c9 | 2eb33e7040dd3cd7507be386ba9799847622ce25 | refs/heads/master | 2021-01-10T12:31:37.799487 | 2016-05-01T20:20:15 | 2016-05-01T20:20:15 | 55,183,318 | 0 | 0 | null | 2016-05-01T20:20:15 | 2016-03-31T21:12:22 | Makefile | UTF-8 | C | false | false | 157 | h | /*
* File: irLED.h
* Author: Evelyn
*
* Created: 3/31/16
*/
#ifndef IRLED_H
#define IRLED_H
void initIR();
void readySetGo();
#endif /* IRLED_H */
| [
"e.hunten@gmail.com"
] | e.hunten@gmail.com |
44823d187112489162a4e11e50cb49979ddb4e77 | f56c0e8c05cce3734c7d644cfd1a570da9034f4a | /C/JosephProblem/Joseph.c | 2a13336e95603fdbb38b66f3d713782e4072c11e | [] | no_license | oino-ni/- | 111e4fea75e3811c2fd3582570b555f8bb784138 | b56c6d68e81549572e8496e2788113a28e951a9b | refs/heads/master | 2021-05-26T03:13:33.467723 | 2017-04-02T12:41:31 | 2017-04-02T12:41:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,294 | c |
/*
* author: acme
* date: 2017-1-26
* blogs: http://blog.csdn.net/qq_18297675
*/
#include <stdio.h>
#include <stdlib.h>
//节点结构
typedef struct _node
{
int data;
_node* next;
}NODE, *LPNODE;
/*
* function 创建一个循环链表
* param n为元素个数
* return 指向第一个节点的指针
*/
LPNODE CreateCycleList(int n)
{
LPNODE head = (LPNODE)mal... | [
"noreply@github.com"
] | oino-ni.noreply@github.com |
14f7ba850746a24ffee90f1c93ce3e8e43c40043 | 5f250fb21a66cbb5f57748125cd528d28bbbc55c | /enumTest.c | f194298dc1a37d027d6a8cd564163974cae6779d | [] | no_license | ryuever/C-language | 42a91a42f17dd62453f15e00dd3191cdf9ff85a8 | 6ae130e6e8c1aeb665cb0478a9790d30185b626f | refs/heads/master | 2020-04-06T03:33:07.076489 | 2014-07-09T18:40:22 | 2014-07-09T18:40:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 789 | c | #include <stdio.h>
enum opcodetype {
STOP,
OPR, LDV, LDI, LDC, LDA, LDX, LDS,
STV, STX, STS,
JMP, JMPF, CALL, RET,
INCT, DECT, ENTER, LEAVE,
};
static char *optypename[] = {
"*ERR*", "OPR",
"LDV", "LDI", "LDC", "LDA", "LDX", "LDS",
"STV", "STX", "STS",
"JMP", "JMPF", "CALL", "RET",
"INCT", "D... | [
"liuyouchao111@gmail.com"
] | liuyouchao111@gmail.com |
c9f59fc1dd720e274e0ca9917aa49dc8de50fd45 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/7e130e19-f0f7-44e7-84e6-6310d4718218.c | 89e149b1f8e4793f1afc6584c50f9a82c302790b | [] | 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 | 229 | c | #include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 533;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = l-j;
k = -j*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
9e6c1ea9a52f363cae81b5b8c5b86c042b299de1 | 50dab39fcf6a460e576864e9e6f4221d0a82f07a | /029_Inter_Caffe_1.2_novomatic/Caffe.h | 87bded91eeaa554d5d765e31118cfc2d00b7ffd8 | [] | no_license | fmatusiak/Microcontroller_Programs | 61c1ed4ba944b0c958fdda8d50885e24682dff9f | e889d2f2d197ddd46719fa31b504cc4c040ea21d | refs/heads/master | 2022-03-01T18:39:07.860173 | 2019-11-10T14:20:56 | 2019-11-10T14:20:56 | 220,799,421 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 679 | h | /*
* Caffe.h
*
* Created on: 27 kwi 2017
* Author: dell
*/
#ifndef CAFFE_H_
#define CAFFE_H_
#include <avr/io.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <stdlib.h>
void Caffe(void);
void Settings(void);
void PayOut(void);
void Emulate_Hopper(void);
void SendMoneyRasp(void);
void Dis... | [
"f.matusiak95@gmail.com"
] | f.matusiak95@gmail.com |
a8cfd58dcc311b2cb1bb506d7fc9b0db1666e7e7 | 9113f22925eb96eb9504de628020d091e6885924 | /examples/wifi/wifi_aware/nan_console/main/nan_main.c | ad353148e1996e24ecc175a470f7be07be6046b1 | [
"Apache-2.0"
] | permissive | ClarenLee/esp-idf | 37028964dcee467a5de6289822f74e1223ed6b2a | 0d54a0bf4d2d758829e992908c0e9b4f314cf766 | refs/heads/master | 2023-04-11T02:01:48.046618 | 2023-03-18T02:21:56 | 2023-03-18T02:21:56 | 334,813,709 | 0 | 0 | Apache-2.0 | 2023-03-18T02:21:57 | 2021-02-01T02:59:02 | null | UTF-8 | C | false | false | 20,730 | c | /*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
/* NAN Console Example
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 distri... | [
"nachiket.kukade@espressif.com"
] | nachiket.kukade@espressif.com |
5e0588bfa731b6ecb999c11345e55d3c9f4e0cc2 | d4c74a8001451840f3efb87f15856cdb9d5e9eb6 | /tools/gap8-openocd/src/flash/nor/esirisc_flash.c | 3bed06581e20d53c0513800666021fa189bdff82 | [
"Apache-2.0",
"GPL-2.0-only"
] | permissive | danieldennett/gap_sdk | 3e4b4d187f03a28a761b08aed36a5e6a06f48e8d | 5667c899025a3a152dbf91e5c18e5b3e422d4ea6 | refs/heads/master | 2020-12-19T19:17:40.083131 | 2020-02-27T14:51:48 | 2020-02-27T14:51:48 | 235,814,026 | 1 | 0 | Apache-2.0 | 2020-01-23T14:39:59 | 2020-01-23T14:39:58 | null | UTF-8 | C | false | false | 17,091 | c | /***************************************************************************
* Copyright (C) 2018 by Square, Inc. *
* Steven Stallion <stallion@squareup.com> *
* James Zhao <hjz@squareup.com> *
* ... | [
"noreply@github.com"
] | danieldennett.noreply@github.com |
d0db550f3cde8b18795cd959ab7257d5296b78dc | 9111e2b579f81ffc4480a47f36443722cf9e7085 | /for_loop.c | d3ed18742fee324cfb4df18aa959695e86100c4a | [] | no_license | supergirl121/My_C_Programs | d16de22a7b932092f36095a66a189921cb05c5fa | 9bc606deaf94968c1b24a93b6cb3b9659e3f6381 | refs/heads/master | 2021-03-12T12:59:17.663466 | 2020-10-28T15:29:05 | 2020-10-28T15:29:05 | 246,622,763 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 154 | c | #include<stdio.h>
int main()
{
int num;
for(num = 0; num<10; num++)
{
printf("num = %d\n",num);
}
return 0;
}
| [
"anitha.reddy20006@gmail.com"
] | anitha.reddy20006@gmail.com |
a54a3f1c9f05be09f198cae2b5dccfc19c83e442 | 3327e389b20a7f02e3006baf9bc38272a5901bc8 | /d1.c | dd16a0985eb5db2e324d1c992312430adcae9a51 | [] | no_license | preethisree/preethi | 6d6a6973c24232157fcf425e0a1c352395b15117 | 85c21b29b8cacf749af6827d51f424805a5527e8 | refs/heads/master | 2020-03-27T10:20:49.397129 | 2019-07-24T10:24:50 | 2019-07-24T10:24:50 | 146,413,475 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 539 | c | #include <iostream>
#include <string>
int main ()
{
std::string str;
std::string str2="Writing ";
std::string str3="print 10 and then 5 more";
// used in the same order as described above:
str.append(str2);
str.append(str3,6,3);
str.append("dots are cool",5); ... | [
"noreply@github.com"
] | preethisree.noreply@github.com |
076b053ecaf917b5cb5d82a7136673b5ff826308 | 971198f782b2aa7241ed316cadac627eb4f9c957 | /a2.c | 1bdf4f5b25210fa5bf4b2b1cbd0e9a378eee15ec | [] | no_license | aandrisan/Threads-Locks-Semaphores | b951d814d62d458d9c05a1efdd3e29d62dfbefbf | 778a346b4aceef17759faadb12c28c8c68bab612 | refs/heads/main | 2023-04-20T01:35:16.507876 | 2021-05-20T10:24:17 | 2021-05-20T10:24:17 | 369,167,703 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,626 | c | #include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include "a2_helper.h"
#include <stdlib.h>
#include <pthread.h>
#include <semaphore.h>
#include <fcntl.h>
#include <sys/stat.h>
sem_t* sem1=NULL;
sem_t* sem2=NULL;
typedef struct{
int id;
int* pr2V;
int* pr3V;
pthread_... | [
"51088442+aandrisan@users.noreply.github.com"
] | 51088442+aandrisan@users.noreply.github.com |
bf4ee0eed9d5f45d634470433195baf41f780f74 | 57ec33cdf6980137bc8368689975066c99a9c878 | /REDPINE/GARMIN_SDK_v2.0.1/RSI_SDK_v1.0/sapis/bt_ble/rsi_bt_avrcp_apis.c | f6dc0d46d1d7cf8d6ff36ed1aaa8a7af34ac315e | [] | no_license | ZhikaiZhang1/REDPINE_REAL | 9eb28c5767a29a5a6186f699b10ab907d883bd2c | b20cb03f6d4627468500fe734e9dfeeb8d8690e4 | refs/heads/master | 2021-06-18T13:02:31.904124 | 2021-05-04T04:42:02 | 2021-05-04T04:42:02 | 207,081,545 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,903 | c | /**
* @file rsi_bt_avrcp_apis.c
* @version 0.1
* @date 03 Sep 2015
*
* Copyright(C) Redpine Signals 2015
* All rights reserved by Redpine Signals.
*
* @section License
* This program should be used on your own responsibility.
* Redpine Signals assumes no responsibility for any losses
* incurre... | [
"zhikaizhangHULK@gmail.com"
] | zhikaizhangHULK@gmail.com |
c33e1260478ec7ad30579648b6aee004eaed5227 | 0db28bf724b7d7b54ab8426e2b376a418a2e6d57 | /CMC030/bt/open/bt_custyp.h | adfa87498e89b00adb0c8e7084f8b57c4cf25397 | [
"MIT"
] | permissive | khandy21yo/aplus | 48ea413a26a4a5e23ab557e6dd3560c6a579aba5 | 3b4024a2a8315f5dcc78479a24100efa3c4a6504 | refs/heads/master | 2021-01-11T06:53:05.825792 | 2019-03-08T23:30:37 | 2019-03-08T23:30:37 | 72,404,068 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 447 | h | /*
* File Layout for: BT.BT_CUSTYP on 21-May-01
*
* Customer Type Definition
*/
#pragma member_alignment save
#pragma nomember_alignment
struct bt_custyp_cdd
{
/* Element =
Description = Customer Type */
char custyp[2];
/* Element = ACCOUNT
Description = General Ledger Account Number */
char ar_acct[18];
... | [
"khandy21yo@gmail.com"
] | khandy21yo@gmail.com |
ae410f40ac784ea8aaf0a78fb8b7f8888757a7c9 | 38c0ef1759dc9a9b715589ea632dd1ac6b64d598 | /Projects/STM32H747I-DISCO/Examples/LCD_DSI/LCD_DSI_VideoMode_SingleBuffer/CM4/Inc/main.h | 2bb34dead63a8f757f22092b0453b7c7676d9905 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | engycz/STM32CubeH7 | 9fb379f88d80ca8813557c9ab4e9f83dd7a97bf5 | 91dd6590d8904651ac01380dd1adaf0b2e8a3068 | refs/heads/master | 2021-11-26T04:15:14.720718 | 2021-11-18T14:07:06 | 2021-11-18T14:11:23 | 235,042,695 | 0 | 0 | NOASSERTION | 2020-01-20T07:27:10 | 2020-01-20T07:27:09 | null | UTF-8 | C | false | false | 1,489 | h | /**
******************************************************************************
* @file LCD_DSI/LCD_DSI_VideoMode_SingleBuffer/CM4/Inc/main.h
* @author MCD Application Team
* @brief Header for main.c module for Cortex-M4
******************************************************************************
... | [
"ali.labbene@st.com"
] | ali.labbene@st.com |
ca36f11e93722328e210961a6f6451e0c8234e06 | 1cb661b1be375cf31e41a36ccedbb2db114c305f | /OpenGL_ES_11_1/ImageLib/ImageLib/png/png.c | d646c0135a11a5555181b57f0ae4f55894d1da87 | [] | no_license | pcrazyc/opengl_es_training | 875030be2d944e1401c4a0ee400dbc3e43eae881 | c2d57165f944fc3d0de5a19c544bd9167589eaf4 | refs/heads/master | 2021-01-18T14:18:37.772428 | 2013-01-30T10:39:37 | 2013-01-30T10:39:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,115 | c |
/* png.c - location for general purpose libpng functions
*
* libpng version 1.0.5 - October 15, 1999
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
* Copyright (c) 1998, 1999 Glenn Randers-Pehrson
*
*/
#define PNG_INTERNAL
#define PNG_NO_EXTER... | [
"xiezhen@DT-10680.internal.popcap.com"
] | xiezhen@DT-10680.internal.popcap.com |
cd22211667ef848cd2e0ddc619840c72e4c14a64 | 296ad3845d28fe160384bd568b75c3c84109555d | /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation-Structs.h | bc3b28b49a88eb40818dfb9d469b9fb854320f31 | [
"MIT"
] | permissive | breakcount/tvOS14Headers | acf5697b0ebad1623826672bd9a63ed8494b4f74 | 7b5fe0a79b5638cb71536984ef6399a908c2bf93 | refs/heads/master | 2023-01-05T08:38:17.145009 | 2020-11-03T19:39:33 | 2020-11-03T19:39:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 809 | h | /*
* This header is generated by classdump-dyld 1.0
* on Saturday, September 26, 2020 at 1:11:55 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18J386)
* Image Source: /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
* classdump-dyld is licensed under GPLv3, Copyright... | [
"kevin.w.bradley@me.com"
] | kevin.w.bradley@me.com |
f387e73c8487107d1674d46e0ff1c8706421e7a3 | 19e356aa308d3adef259a912b29950a3af37a2e2 | /Temp/il2cppOutput/il2cppOutput/Parse_Unity_Parse_Internal_FlexibleDictionaryWrapper_2_U3CGe_183.h | 9f5477ec1755ba2e79f5942865aa05f06977b460 | [] | no_license | minuJeong/AcocGame | 87314d914b72290fff347cc590ae03669d10d6ba | 24eeaba66393890998d55a633fcbd17d984549b4 | refs/heads/master | 2021-03-12T23:51:57.818655 | 2015-03-29T12:44:58 | 2015-03-29T12:44:58 | 32,936,460 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,844 | h | #pragma once
#include <stdint.h>
// Parse.Internal.FlexibleDictionaryWrapper`2<System.Object,Parse.ParseRole>
struct FlexibleDictionaryWrapper_2_t2072;
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.String,Parse.ParseRole>>
struct IEnumerator_1_t8966;
// System.Object
#inc... | [
"minu.hanwool@gmail.com"
] | minu.hanwool@gmail.com |
ab36c11ec93b7e3877ea7d0e88991eb4188caa7d | ef18192e76f01cf8ddfbb5534c02d05614de9bdb | /libsockets/passive_tcp.c | 9f14de2af21303027d5a03f8cd7d7befc2f228d1 | [] | no_license | wolframreinke/distsys-pe | 270460038396d9324f68aac2ba7a6898bd1ce3fe | 74ecfd96ed311bd415263df36a07c4ea444db3df | refs/heads/master | 2021-01-17T12:54:23.417944 | 2016-07-13T20:21:50 | 2016-07-13T20:21:50 | 58,464,022 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,190 | c | /*
* passive_tcp.c
*
* $Id: passive_tcp.c,v 1.4 2004/12/29 21:23:23 ralf Exp $
*
*/
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/errno.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <syslog.h>
#include <netdb.h>
#include <unistd.h>
#include <stdlib.h>
#include <strin... | [
"WolframReinke@web.de"
] | WolframReinke@web.de |
1796e0d50693758337ac2ef695cf244aae26bdca | ab69648bd4bd26961b9fa1947467b77fb6814427 | /quipu/dsp_cache.c | b9858fda9258abdabb5289870635ecfea4df60d6 | [] | no_license | 9600/isode-8.0 | d41278e9aac56b6dac08cd20c64a1c7bf9643f18 | 9b04a129effdf1de126b227a397e1ffa61bf268e | refs/heads/master | 2020-03-27T01:04:19.089485 | 2016-03-06T18:49:48 | 2016-03-06T18:49:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,497 | c | /* dsp_cache.c - */
#ifndef lint
static char *rcsid = "$Header: /xtel/isode/isode/quipu/RCS/dsp_cache.c,v 9.0 1992/06/16 12:34:01 isode Rel $";
#endif
/*
* $Header: /xtel/isode/isode/quipu/RCS/dsp_cache.c,v 9.0 1992/06/16 12:34:01 isode Rel $
*
*
* $Log: dsp_cache.c,v $
* Revision 9.0 1992/06/16 12:34:01 isod... | [
"zosrothko@orange.fr"
] | zosrothko@orange.fr |
5b8e2ab05244972a3c645044bf96a3686572c3d9 | 36ccd4919cc2e7a50138aa345ab77c463457ee12 | /data_jours.h | 731fddb1066104c0ed4477d15d525b6a8e0a9d5f | [] | no_license | PXke/carto-qt | 66b9ce05bb450c7b6209405df071d4a8db84a3c8 | 61a576623c8b176026b614af3e935959b19cf599 | refs/heads/master | 2021-01-18T09:12:18.514284 | 2012-03-16T14:28:23 | 2012-03-16T14:28:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 138 | h | #ifndef DATA_jour_H
#define DATA_jour_H
#include "database.h"
//QString jourById(int id);
bool initJoursTable();
#endif // DATA_jour_H
| [
"puret_mickael@yahoo.fr"
] | puret_mickael@yahoo.fr |
606385c2113b7e94f97990a5b041284533b21aae | a4adc592d30f24e2d1fe54a23176d22283e916f7 | /let_s_go_deeper/0-factorial.c | db408c6785bef81ebd9d00af049a6b351f4c8f34 | [] | no_license | WaBlueKey/holbertonschool-low_level_programming | d9f9d9dec6510d2fdc3521bd42e45084345e6e9e | a1773ea7717be8109d16ffeb94c6b506be87fc88 | refs/heads/master | 2021-01-18T21:17:52.148062 | 2017-04-22T07:22:50 | 2017-04-22T07:22:50 | 50,804,378 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 232 | c | #include <limits.h>
int factorial(int n) {
if(n < 0 || n > INT_MAX) { /* for error cases */
return -1;
}
if(n == 0) {
return 1;
}
if(n == 1) { /* for base case */
return 1;
}
return n * factorial(n-1);
}
| [
"wabluekey@gmail.com"
] | wabluekey@gmail.com |
de22d3d457b4dbb17c4e5ba6503c0230574d47b6 | da7c499625123f5d1a28e3d75b037523df11ccb5 | /devel/VxWorks55/ppc/target/h/drv/pcmcia/pcmciaLib.h | 0ec3b88d94ce602e2aae5831b42dad6e5cdfd392 | [] | no_license | emuikernel/BDXDaq | 84d947b0a4c0c1799a855dbe6c59e9560a8fc4e2 | cf678d3b71bdfb95996e8b7e97ad3657ef98262f | refs/heads/master | 2021-01-18T07:26:38.855967 | 2015-06-08T15:45:58 | 2015-06-08T15:45:58 | 48,211,085 | 3 | 2 | null | 2015-12-18T02:56:53 | 2015-12-18T02:56:52 | null | UTF-8 | C | false | false | 6,581 | h | /* pcmciaLib.h - PCMCIA library header */
/* Copyright 1984-1996 Wind River Systems, Inc. */
/* Copyright (c) 1994 David A. Hinds -- All Rights Reserved */
/*
modification history
--------------------
01c,16jan97,hdn added two new members to PCMCIA_CTRL.
01b,22feb96,hdn cleaned up.
01a,19jan95,hdn written based on... | [
"andrea.celentano@ge.infn.it"
] | andrea.celentano@ge.infn.it |
ff7b38a335b236ea495f214e7adca9df31143cf7 | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/AtCoder/abc120/C/4923774.c | 4940cc3f3aae5275536dd8297a240556c69cb3b3 | [] | 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 | 750 | c | #include <stdio.h>
#include <string.h>
int main(void)
{
char k[100000];
scanf("%s",&k);
int n = strlen(k);
int a=0,b=0;
int i,m;
for(i=0;i<n;i++){
if (k[i]=='0') a++;
else if(k[i]=='1') b++;
}
m=a;
if (a>b) m=b... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
a798a316fa110cc09e8f7124dbce8cb601212f77 | bcf5c45ba4f83d850ecd7ce98f9241a56f3f0643 | /inc/configuration.h | b40d240f01257993c595553b3dcc3caa7446389f | [
"MIT"
] | permissive | ModelDBRepository/168861 | 02251db72026e24dc31c4c93dfc8fd5e4f58501b | b90ea9bc0ef0ad1133855a7e4490f11e1cb47ae2 | refs/heads/master | 2020-05-29T18:22:41.054110 | 2019-05-31T02:53:13 | 2019-05-31T02:53:13 | 189,298,164 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,460 | h | //
//
// File author(s): <Gabriel Rucabado and Julian Andres Garcia Grajales>, (C) 2014
//
// Copyright: this software is licenced under the terms stipulated in the license.txt file located in its root directory
//
//
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
#include <time.h>
#include <string.h>
#include <std... | [
"tom.morse@yale.edu"
] | tom.morse@yale.edu |
9b10b758405134403a2d1576bd416767af08d791 | 7d659ebe83d378e21d89da770e71dba176421555 | /Libft/ft_putendl.c | 4e6c79824004cb60bcbecc2bbfb9fe87ba2aee01 | [] | no_license | Florence42/libft | c11f3f00313b328e2575b84644f86ebbc926c07f | 98272cba6ea3f1563d0486316f9180cc9ab828bf | refs/heads/master | 2020-04-07T20:55:50.894197 | 2019-05-31T10:37:07 | 2019-05-31T10:37:07 | 158,708,198 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,002 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putendl.c :+: :+: :+: ... | [
"noreply@github.com"
] | Florence42.noreply@github.com |
64ec334975fb72997a4de67e119c93c834ec5527 | f310a5534324c84c0dfcb7872f8bd1e3237ed321 | /xv6/proc.c | 623da6add71a00fefcc3faa636eb1a8d9407c5d9 | [
"MIT"
] | permissive | rlui001/cs153-lab1 | f53c15d4996a9c91ea0acf44291fc741a1c0a476 | 62c149a1aa34078bbc782c98759295e483d1cf9c | refs/heads/master | 2021-01-20T04:11:49.993133 | 2017-04-29T00:53:51 | 2017-04-29T00:53:51 | 89,656,448 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 12,378 | c | #include "types.h"
#include "defs.h"
#include "param.h"
#include "memlayout.h"
#include "mmu.h"
#include "x86.h"
#include "proc.h"
#include "spinlock.h"
struct {
struct spinlock lock;
struct proc proc[NPROC];
} ptable;
static struct proc *initproc;
int nextpid = 1;
extern void forkret(void);
extern void trapret... | [
"noreply@github.com"
] | rlui001.noreply@github.com |
0979c4cdabbc1e626c139a2b970a2cc86182d9e1 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/0c8e25ee-a66c-4877-88f0-087c6eda7198.c | d3774de3506d4370508aabb735afce4cfee44584 | [] | 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 | 600 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = j/j;
l = l/j;
l = j%j;
l = l-j;
l = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[81];
char c[76];
a = 0;
do {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
2a0ea63d934e7d1a4e85d893a02387ec1e35b6c6 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/char/hw_random/extr_bcm2835-rng.c_rng_readl.c | 41b833fa87b0313631847030c1fa83ea3a9b23ed | [] | 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,037 | 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 |
eaad1448757657e46391150ff04fbdb206376f0a | 2cf5dadd5fe8f18d6b7a107f3566913698f3f3e1 | /系统模块/游戏组件/73.跑得快2/游戏服务器/Stdafx.h | f73b3ec7a86e48e1241dc76ec802f8d9bb9d930a | [] | no_license | xiaokaixuan/qipai-game | 319a5af77a490daf4c825ca7f54bc0b0bbf5c1a0 | fce39d8192c1ea037ff34abec3d6074d56071934 | refs/heads/master | 2021-01-13T16:23:13.757533 | 2012-06-11T10:53:16 | 2012-06-11T10:53:16 | 54,963,680 | 1 | 0 | null | 2016-03-29T09:35:54 | 2016-03-29T09:35:53 | null | GB18030 | C | false | false | 2,183 | h | #pragma once
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN // 从 Windows 头中排除极少使用的资料
#endif
// 如果您必须使用下列所指定的平台之前的平台,则修改下面的定义。
// 有关不同平台的相应值的最新信息,请参考 MSDN。
#ifndef WINVER // 允许使用特定于 Windows 95 和 Windows NT 4 或更高版本的功能。
#define WINVER 0x0400 // 将此更改为针对于 Windows 98 和 Windows 2000 或更高版本的合适的值。
#endif
#ifndef _... | [
"pybmfc@gmail.com"
] | pybmfc@gmail.com |
33c73413d7b56da1114e1658abfdc798b0b06a36 | 1fffcc3563618d5f07dd2274209f091143e9f82c | /src/cpu/coprocessors/cop0.c | 9b8eb0d8ee37d470ce1e634522302e6eedc8b3cb | [] | no_license | hibikidesu/psxemu | 15440ff10f5f40c39a76804954694a7643b71854 | 588c321229af590f85d9c9b8ebaf177b04de0bf3 | refs/heads/master | 2023-02-16T07:53:59.922657 | 2021-01-07T15:27:23 | 2021-01-07T15:27:23 | 324,211,905 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 852 | c | #include <stdlib.h>
#include <stdint.h>
#include "cop0.h"
#include "../cpu.h"
#include "../instructions.h"
#include "../../utils/logger.h"
//
// Processor
//
void cop0_Handle(CPU *cpu) {
// log_Debug("COPROCESSOR 0 CALLED");
uint32_t instruction = (cpu->this_instruction >> 21) & 0x1f;
// Find instruction based on ... | [
"20015683+hibikidesu@users.noreply.github.com"
] | 20015683+hibikidesu@users.noreply.github.com |
d1b672a500402e55864d344ead5d8830ed2852c5 | 7740463bf48bf1fe58d487710219cc6bde132bd9 | /Projects/CPool_bistro-matic_2017/include/division.h | 2a9969af2775729ba304b5f3a3542607f659b57f | [] | no_license | Olivier-Bertalan/CPE_CPool_2017 | 714c6a4399285d979453a645aa86c13cffee4ec6 | 9b5e60e3399470fedd0c2d7e3f656dfdf468e6fe | refs/heads/master | 2021-09-04T03:53:31.739601 | 2018-01-15T14:52:20 | 2018-01-15T14:52:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 273 | h | /*
** EPITECH PROJECT, 2017
** division header
** File description:
** division functions (header file)
*/
int get_div_value(char first, char second, int ret, char *char_ret);
int div(char *num1, char *num2, int strlen1, int strlen2,
int ret, char *result, int offset);
| [
"cyrilcolinet.pro@gmail.com"
] | cyrilcolinet.pro@gmail.com |
a0f6e01eb06dfcb4c0083c4b2245d19bbd604013 | e08e05e695f11fed9cc553ef6e7d33393322db7f | /get_next_line.h | 3d43174e056297d088297ba549b9b900ecb7c981 | [] | no_license | rbraaksm/get_next_line | 74fdb335d0d02fee5c5b474a05e0ac9c60d1b048 | 2948c8eb2decd4d4a9b3d77b16bda9076745ef1a | refs/heads/master | 2023-03-12T09:20:38.985102 | 2021-03-03T12:10:19 | 2021-03-03T12:10:19 | 225,816,418 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,307 | h | /* ************************************************************************** */
/* */
/* :::::::: */
/* get_next_line.h :+: :+: ... | [
"noreply@github.com"
] | rbraaksm.noreply@github.com |
54f6fc568a90c75688288c2f485e119b573d63ae | f1bcd88dd8fb971c5ee29f15f8924ae2ea81da41 | /Builds/AndroidStudio/app/src/main/jni/JuceModules/juce_core/text/juce_NewLine.h | 468780f5710769621aff8e899eb46cc906b314ee | [] | no_license | haskellstudio/DrumClient | 0335fe833142b39e21d56a4f9bfdc3fe3d02bbea | 4fd0c74cc04c6a9f2e8485005fc5298ab010ae50 | refs/heads/master | 2021-05-12T12:07:53.468988 | 2016-05-01T09:30:20 | 2016-05-01T09:30:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 92 | h | /Users/MacFra/Juce_Proj-Res/DrumClient/JuceLibraryCode/modules/juce_core/text/juce_NewLine.h | [
"francesco.simonazzi@gmail.com"
] | francesco.simonazzi@gmail.com |
ea40edb2352e0c8ae4639f62f579497bba7a6100 | ae2d3eb1bdcbf55cb5294e102eab3d96a48acfb9 | /16_queue_list/main.h | 51839c6cab52906eb810b78a9a9422e1a705ab37 | [] | no_license | nibin-chacko/Data-structure | 245811122cc13cacff7126ae2e4fead35f4bc9c8 | f39003276f311d14e0dd41202d44dcd630974ba2 | refs/heads/master | 2022-12-16T00:54:31.880420 | 2020-09-10T12:27:19 | 2020-09-10T12:27:19 | 294,401,275 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 381 | h | #ifndef Slist
#define Slist
#define FAILURE 0
#define SUCCESS 1
#define LIST_EMPTY 2
#include<stdio.h>
#include<stdlib.h>
typedef int data_type;
typedef struct node
{
data_type data;
struct node *link;
}slist;
//function prototypes
data_type insert(slist **front,slist **rear,data_type data);
data_type dequeue(s... | [
"nibinchacko7@gmail.com"
] | nibinchacko7@gmail.com |
a18a7d1360c8065f344ca45d3a601b5bafda9ded | 29064d402eb75afab5dc171a4afab8c6b6ca54a3 | /libft/ft_putnbr.c | 5e49bf5d39e5120aea05c0a8a56b313aacff0911 | [] | no_license | kpetsany/get_next_line | ea273623818a2b5fafa48f629cbb0e87aeb4e7ac | eecccb1db7413c023a07ec2f67f590a759b14146 | refs/heads/master | 2020-03-31T08:31:30.513565 | 2018-10-09T12:56:42 | 2018-10-09T12:56:42 | 152,060,913 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,112 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnbr.c :+: :+: :+: ... | [
"petsanyane@gmail.com"
] | petsanyane@gmail.com |
50aa05ded0d04fb0bd3526c17c3833b37ac93caa | 2000c950d0566e8f0782990c4cb3faf2fb2f7802 | /corewar/srcs/main.c | 03ba25bba4ab22751e267a42d718a5be4fd9e98d | [] | no_license | AntonKaravaev/Corewar_VR | f9fb239ac88244f4dbbe65fcc772f8bd336dc506 | d97bed9ea6f2b7606d0c25979ae6c0099a505870 | refs/heads/master | 2020-09-06T17:24:25.572123 | 2020-01-22T14:42:46 | 2020-01-22T14:42:46 | 220,492,939 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,018 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: ... | [
"karavaevanton1993@gmail.com"
] | karavaevanton1993@gmail.com |
4f913fbec773a7f5f0e1f58ba0c868f19ab644e4 | 3572676082fd61667a75184dad62ed5b97d4b17f | /examples/platonic_solids.c | ab5fb9aeea7ab8617a3cde8ab60ac43aa566d714 | [
"MIT"
] | permissive | tedyapo/oscilloscope-vector-display | 466142d96887c5eb7b45f42bd30ae5863396c2ab | 8f9ceab97a64fdd29ec6d5cd280b5a4c839e69f4 | refs/heads/master | 2021-05-03T14:35:41.552368 | 2018-02-13T01:16:23 | 2018-02-13T01:16:23 | 120,459,616 | 14 | 2 | MIT | 2018-02-13T01:16:24 | 2018-02-06T13:19:58 | C | UTF-8 | C | false | false | 10,356 | c | /*
* hidden-line platonic solids
*
* coordinate data from: http://paulbourke.net/geometry/platonic/
*
*/
#include <unistd.h>
#include <stdlib.h>
#include <math.h>
#include "display.h"
typedef struct
{
float x, y, z;
} v3f;
v3f add_v3f(const v3f *a, const v3f *b)
{
v3f c;
c.x = a->x + b->x;
c.y = a->y + b... | [
"ted.yapo@gmail.com"
] | ted.yapo@gmail.com |
8a8e7aec164ec1ae250164e07e684e9616b95f80 | 0a816458a47d065f010ea5b13d4fec65c4a9d780 | /libft/ft_strchr.c | bff3dc1d2470747e388a85435b31b2376d31d180 | [] | no_license | M1ZoN/Fillit | 9fe136d389a43b200f9137aba8a9c200e49a2a9c | ff33983bb23b7864c61c95d13ee2a57482f46d4c | refs/heads/master | 2020-08-29T21:20:34.793672 | 2019-11-12T01:56:11 | 2019-11-12T01:56:11 | 218,177,208 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,118 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strchr.c :+: :+: :+: ... | [
"nazim.islamov99@gmail.com"
] | nazim.islamov99@gmail.com |
f40441b125c9be400ebbea385270168487ff2862 | 705e2b2964f63d657cc6905c77786fb3c7d43486 | /code.c/zhangyuxiao/p15/p15.c | a61dd434e2f7ac1f0c54cb50031caa7f1f20764f | [
"MIT"
] | permissive | xiaowanzi2333/robot | 5d86782f356c084915f77798354a1deb0a373793 | 2423e46679586d8e5cc7e9583e6021ee616c09ee | refs/heads/master | 2021-08-22T15:00:59.810646 | 2017-11-30T13:29:01 | 2017-11-30T13:29:01 | 112,613,776 | 0 | 0 | null | 2017-11-30T13:20:48 | 2017-11-30T13:20:47 | null | GB18030 | C | false | false | 1,416 | c | # include <stdio.h>
int main()
{
float Expectation1,Expectation2,Expectation3,Cov1,Cov2;
float sum1=0.0,sum2=0.0,sum3=0.0;
int n=5;
float MenAge1[5]={7.0,38.0,4.0,23.0,18.0};
float MenAge2[5]={0.0,0.0,0.0,0.0,0.0};
float MenAge3[5]={0.0,0.0,0.0,0.0,0.0};
for(int i=0;i<5;i++)
{
sum1=sum1+MenAge1[i];
}
print... | [
"34130688+xiaowanzi2333@users.noreply.github.com"
] | 34130688+xiaowanzi2333@users.noreply.github.com |
6c312f553dcdcbbd2393488882992b1a7cd6f3ae | 18bb5b2220d2d905eb37efa7d0a07b01f2df479c | /Simulation Test CPP/ConsoleKeys.h | 5121d5f470b3b0d81b32c63fbaf2398702e98565 | [] | no_license | DevMaster2013/Simulation | d926746433890f5ebf48b6d3fe4743f16f27563e | 4217d1cbe994e75610c4d701ca865f46d66b32bb | refs/heads/master | 2021-01-21T10:33:41.072847 | 2017-03-15T18:09:42 | 2017-03-15T18:09:42 | 83,448,275 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 62 | h | #pragma once
#define KEY_ESCAPE 0x1B
#define KEY_RETURN 0x0D
| [
"a.yasser@mcsoil.com"
] | a.yasser@mcsoil.com |
8058d964112cdffe2c7fc7be4362f181f4a97c83 | 892dbdd6a9bd86b1388b1b775c03ffb5db5ef026 | /src/rgbhsl.h | 3bb893893d870680bfa90e89cf44b7601786ba46 | [] | no_license | ccrma/audicle | dbec159eb01cf727f653529364bdb69b30bee637 | 8167774e55dc983894b8e0425c5c33c4265b3526 | refs/heads/master | 2021-01-23T17:19:20.383930 | 2015-11-05T23:53:37 | 2015-11-05T23:53:37 | 6,347,494 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,115 | h | /*----------------------------------------------------------------------------
Audicle Context-sensitive, On-the-fly Audio Programming Environment
for the ChucK Programming Language
Copyright (c) 2005 Ge Wang, Perry R. Cook, Ananya Misra, Philip Davidson.
All rights reserved.
http://audicle.c... | [
"spencer@8c22ff87-e4c6-4efc-9cdd-d12123453a27"
] | spencer@8c22ff87-e4c6-4efc-9cdd-d12123453a27 |
2331d4863a65c3a70085040d06a92fa3e9feff36 | 5ff8cc5d2067269c950c971569253e7ccb5f287b | /algorithm_2019/algorithm_2019/2839.c | 8363ff427db44c9f54aeeabaa2a2b4a9450d0284 | [] | no_license | bbom16/study_algorithm | df7769aac0f54f7c34813521c6f57c9151c22012 | 22f0d7606951b61b89feb926a82157b9509228ab | refs/heads/master | 2020-04-16T09:40:36.677997 | 2020-02-11T01:57:34 | 2020-02-11T01:57:34 | 165,473,113 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 722 | c | //
// 2839.c
// algorithm_2019
//
// Created by bomin jung on 2019. 1. 3..
// Copyright © 2019년 bomin jung. All rights reserved.
//
#include <stdio.h>
int main(int argc, char * argv[])
{
int N, sugar = 0; //필요한 킬로그램, 설탕 봉지 수
scanf("%d", &N);
/* 5로 전부 나눈 다음에 3의 배수가 아니면 5씩 더해주면서 답 구하기 */
int or... | [
"23fnsk23@naver.com"
] | 23fnsk23@naver.com |
11f9ad9954a041e777eb9ee57f1ef93664008f2b | 366dd3898c70811a598ef299612ea3f75cca0243 | /fonda/cpp_testsuite/macros/function_if_weird_paren4.c | 544f8d3262dafba4a9f36520ed4ced1588994e55 | [] | no_license | dave-filion/java_to_cpp | 2b321738d99c3c87a176aa43e75c45831d426c21 | ad617cfffaf8dfa3c40a0e9da020f6a2fb69a83e | refs/heads/master | 2020-06-09T00:56:42.262674 | 2011-12-19T23:20:38 | 2011-12-19T23:20:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 67 | c | #define F(x) x + 1
F (
#include "function_if_weird_paren4.h"
bob
)
| [
"dave.filion@gmail.com"
] | dave.filion@gmail.com |
c4e250ea272415ae63c4ff15a9605d7d8cac69c9 | 321ff62ebc59c7dfb0d25aed8b985dd7c0f12228 | /n.4c.c | 4076afa68df572b9fb83b847e81d565b62818b5f | [] | no_license | nikitalama/programming-Fundamentals | 51bf52dd3e6a14709144030fb5d388707d9ce9e4 | d4bc852d274d50b1a9dea4d24f77e74284bdfee8 | refs/heads/master | 2020-07-29T11:32:07.652303 | 2017-01-30T05:14:33 | 2017-01-30T05:14:33 | 73,669,765 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 469 | c | /*
student name:nikita lama
subject :programming fundamental
roll no :09
lab no :02
program :write a c program to print sum of two numbers asked from users.
date :nov 16,2016
*/
#include<stdio.h>
#include<conio.h>
int main(){
int n1,n2,sum;
printf("Enter the first number\n");
scanf(... | [
"noreply@github.com"
] | nikitalama.noreply@github.com |
859e01a84e6dbc89506eabb677492a529695a932 | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R6/contrib/programs/sj3/dict/include/sj_macro.h | 404ec9122dd269d89a47b6b89c263d3bc9c5cac6 | [] | no_license | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,658 | h | /*
* Copyright (c) 1991-1994 Sony 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, me... | [
"yoya@awm.jp"
] | yoya@awm.jp |
7b25dc03474daa9e6d765ee9b1e3959670d788e8 | 61c06c7c2765df4a8ec147aee012301bf023ae2c | /Recycle Bin/Deployment/src/breakpad/google_breakpad/common/minidump_cpu_amd64.h | 23b401a66aaccc651c20afc01c592175b20a935d | [] | no_license | swordlegend/ExcessiveTeam | da14ba3471c0357fedcce205e6ed28d537c9f0e7 | 0143301297252ca78d087f2d709e0fc342338289 | refs/heads/master | 2021-01-16T18:07:44.371989 | 2016-05-06T06:49:24 | 2016-05-06T06:49:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,750 | h | /* Copyright (c) 2006, Google 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:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditi... | [
"hsdxpro@gmail.com"
] | hsdxpro@gmail.com |
236b5d86f302e9d543d8e4b79ac176264a0f1fd8 | e000dfb2e1ddfe62598da937d2e0d40d6efff61b | /custom/drv/rate_sensor/PAH8001EI_2G/rate_sensor_I2C.h | 2841dd656a4633fca9270495f8954a80238e76e2 | [] | no_license | npnet/KJX_K7 | 9bc11e6cd1d0fa5996bb20cc6f669aa087bbf592 | 35dcd3de982792ae4d021e0e94ca6502d1ff876e | refs/heads/master | 2023-02-06T09:17:46.582670 | 2020-12-24T02:55:29 | 2020-12-24T02:55:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,570 | h | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or dis... | [
"3447782@qq.com"
] | 3447782@qq.com |
5a694b9eba44c7ab9fde0820ec08c2bae72f7c34 | c904662731edc7f804f6227cdede3d6b0697140f | /LegBoard/Firmware/src/debug_pin.c | 89aad5d9b449d9695e209da85811985710bc58c3 | [
"MIT"
] | permissive | contradict/Stomp | d45c7a8c181369f20de926d0b9760a6a9d64fe7a | f325625b119a1565263fa0f630937149e5b8f030 | refs/heads/master | 2023-01-23T01:53:28.724028 | 2021-06-26T17:38:12 | 2021-06-26T17:38:12 | 233,464,572 | 6 | 0 | MIT | 2023-01-18T22:22:46 | 2020-01-12T21:56:00 | C | UTF-8 | C | false | false | 1,622 | c | #include "stm32f7xx_hal.h"
#include "debug_pin.h"
#define DEBUG_PIN_GPIO_CLK_ENABLE() __HAL_RCC_GPIOB_CLK_ENABLE()
#define DEBUG_PIN_PORT GPIOB
#define DEBUG_PIN0 GPIO_PIN_12
#define UPSTREAM_PIN GPIO_PIN_1
#define DOWNSTREAM_PIN GPIO_PIN_2
#define DEBUG_UPSTREAM
void DebugPin_In... | [
"contradict@gmail.com"
] | contradict@gmail.com |
713958d42854d8157827769e3dfca316cc8d2a7c | 84df570beb493cbd402188d3e9d6e363d42beaf8 | /3_ Puntuaciones.h | 9933844ae6da93eb46a9acedf9fdda9335fd587c | [] | no_license | lopezdiego017/tp.bunco | a58c5d596a8b43639fbb6d2b56c3d299340a83c1 | 5177c84731a6942789ee45c027b74ecd133af295 | refs/heads/main | 2023-01-24T12:16:26.890561 | 2020-12-11T03:31:30 | 2020-12-11T03:31:30 | 320,455,202 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,995 | h |
void Puntuaciones(char VecNombre[], int CantBuncos[], int Puntos, int PuntosMax[], char VecNombre_1[], int CBuncos[], int PuntosGanador, int PuntosMax2[], int T2, int Test[]){
cls();
Rectangulo(5,2,60,21);
Rectangulo(5,2,60,10);
Say(18,3,"UN JUGADOR:");
if(PuntosMax[T2]!=0){
if(Pun... | [
"noreply@github.com"
] | lopezdiego017.noreply@github.com |
246160a94dade25b26bd9cccf4797688bda430fb | fe61bd24687ed2c0d6a042412270343e29053bb7 | /Pod/Classes/LineHeightConstant.h | fb1fb9863cd5eb760e7e4f716ea302f36cbfe9e0 | [
"MIT"
] | permissive | Maheepk/LineHeightTool | 38b116e68f22fac32d9b4239ccb765150af74bbe | 769ebd9d7c8b9f02601e09e75558f7f30fa65249 | refs/heads/master | 2021-01-10T16:57:54.172952 | 2015-09-30T12:02:39 | 2015-09-30T12:02:39 | 43,429,463 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 163 | h | //
// LineHeightConstant.h
// Pods
//
// Created by Maheep Kaushal on 30/09/15.
//
//
#warning Please let Line Height for UILabel
#define kLineHeightSpace 10
| [
"maheepk@Maheeps-MacBook-Pro.local"
] | maheepk@Maheeps-MacBook-Pro.local |
decbdeddbf138ea2ac2b7d3102048680a54f4de6 | 0ceac9f470053564a5a726b39b45ac3111d6108d | /SOFTWARE/projeto_genius.X/leds.h | 752e9d0bdb646f6eade0903c0caf9ee45a1ead72 | [] | no_license | FabioWanDall/GeniusPIC | c00338abfa78c93329ae5f286417ed8f4ece3b70 | 5532f71ae61a1e78e5e50d31bff861a33f0ab011 | refs/heads/master | 2021-01-02T09:40:18.205375 | 2017-08-03T20:48:31 | 2017-08-03T20:48:31 | 99,273,412 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 2,595 | h | //#include <stdlib.h>
/*
* File: leds.h
* Author: Fabio WD/Felipe Cabral
*
* Created on 12 de Junho de 2017, 08:48
*/
//
#define LED_ONOFF PIN_D0
#define LED_W_P2 PIN_D1
#define LED_W_P1 PIN_D2
#define LED_YELLOW PIN_D3
#define LED_RED PIN_D4
#define LED_GREEN PIN_D5
#define LED_BLUE PIN_D6
... | [
"noreply@github.com"
] | FabioWanDall.noreply@github.com |
d3532fd719dc327e49065b3b0a5ba808db94ca33 | 9bddc6681791f6184aa2ff6a43aa86d03b673431 | /Example/Pods/Headers/Public/IIComponents/IMP.h | 1d9de9e4014ef128b72c3f3a8f3dc91caaee6b0d | [
"MIT"
] | permissive | hatjs880328s/IIWebEX | 8d738500bd2cba84150525d0340fc05c1054b6dc | ca240c0383e9a7924ce70a53adcbb1b397755dc7 | refs/heads/master | 2020-05-26T11:33:11.863867 | 2020-04-15T08:17:03 | 2020-04-15T08:17:03 | 188,218,630 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 64 | h | ../../../IIComponents/IIComponents/Classes/IMPPlus/Service/IMP.h | [
"shanwzh@inspur.com"
] | shanwzh@inspur.com |
c13e5ad7fb730715aeb78ecb3076ff26018b8fe9 | 08ac610836335259cce9cfeaa20ac955d8e698b2 | /saq_1_2.c | 41e3a4c32a0d977682d481456b0d08d56cb85dd3 | [] | no_license | youjin9209/2016_SAQ_PRACTICE | 79cc1880679017997965e44a6777b9cf2063f3e0 | 40732befb53108b06d656362ed1ce55d6442d3be | refs/heads/master | 2021-01-21T12:58:51.877717 | 2016-05-17T11:05:34 | 2016-05-17T11:05:34 | 53,184,736 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,468 | c | /* 1장
* 2절 삽입정렬
* 10개의 입력된 정수 중에서 위치를 알고자 하는 정수하나를 입력한다.
* 가장 작은 수 부터 정렬하여 나열한다.
* 추가로 입력된 정수의 위치를 출력한다. (첨자는 1부터 시작한다.)
*/
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main() {
// insert code here...
int integerArray[10] = {0};
int i = 0, j = 0, nTmp = 0;
... | [
"youjin9200@naver.com"
] | youjin9200@naver.com |
b7d95f3dd29f55f69d9d4896829ffb6a8898d2f4 | b2a4d79073432ae635033d2bcdb820ac28feef0a | /MyFx3ExamplePrj/MyFx3Example/cyfxtx.c | 48d8c62019cc7a818660ae684cff4c1768abec18 | [] | no_license | Pyq2022/-ImageSensor-USB-Camera | 9a33c304f10c6a54c46b4b41406e1899802f0944 | ef122e9276ef9e273ef5e272e3cb9fcd756d6b8b | refs/heads/master | 2023-03-16T03:43:33.645457 | 2017-09-16T00:34:36 | 2017-09-16T00:34:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,323 | c | /*
## Cypress USB 3.0 Platform source file (cyfxtx.c)
## ===========================
##
## Copyright Cypress Semiconductor Corporation, 2010-2011,
## All Rights Reserved
## UNPUBLISHED, LICENSED SOFTWARE.
##
## CONFIDENTIAL AND PROPRIETARY INFORMATION
## WHICH IS THE PROPERTY OF CYPRESS.
##
## Use of t... | [
"qiangbaochen@126.com"
] | qiangbaochen@126.com |
daee7bdab2bab452f4723373dc80b9f9c6d4d3dc | a1446c3f95df2dfe097a9bd6b463767b00f18140 | /sys/arch/mvme88k/stand/bootst/rawfs.h | 837bfd67cf9322a502a61b3e4ce8ca9f0aeae19a | [] | 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 | 538 | h | /* $OpenBSD: rawfs.h,v 1.3 2006/01/16 18:03:54 deraadt Exp $ */
/*
* Raw file system - for stream devices like tapes.
* No random access, only sequential read allowed.
*/
int rawfs_open(char *path, struct open_file *f);
int rawfs_close(struct open_file *f);
int rawfs_read(struct open_file *f, void *buf,
size_t s... | [
"cludwig@net.t-labs.tu-berlin.de"
] | cludwig@net.t-labs.tu-berlin.de |
5b5ab4106493517c53b2d507aaf532bc0a101609 | 45c33803d50db2a8e702ff909a5ed3faa2218c02 | /ProgrammingHomework/telecommunication-charging/filedispose.h | a3e1d57664de54b8216255357a4788c0396e1a4e | [] | no_license | prikevs/Exercises | 12c39ba1c2541a305bee2bc6c88c03b735fe68af | fbb4457ddea4740d2ef88b1c46274c80b4a0b759 | refs/heads/master | 2021-01-15T15:52:21.962912 | 2018-02-01T04:07:32 | 2018-02-01T04:07:32 | 34,646,961 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 603 | h | int Useradd(User **rootp, char *name, ll phonenum, char yorn); /*在链表中添加用户信息*/
int Readcall(User *rootp, ll callout, ll callin, char *begin, char *end); /*处理话单信息*/
int Calladd(Call **root, int type, ll des, Time *begintime, Time *endtime); /*在链表中添加话单信息*/
int Readfromfile(User **userroot); /*从文件中读取操作的... | [
"wildfire_ks@foxmail.com"
] | wildfire_ks@foxmail.com |
42d5156fdabe7c7c8e2d8ece04a3f951ad693381 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/4f953914-0e67-40ad-82be-35e5b6df45f3.c | 0a5f2e0d8481800c1fd91bd27f0e7cf64f1cc82e | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 253 | c | #include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = l-j;
l = i/j;
l = i/j;
l = i/j;
l = j%j;
l = l+j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",i,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
4e98bb8232f6a1c3bd0cb009b376a59701330c13 | 3d0b66f39b6b869f84ce0094b660707b7859702d | /Temp/il2cppOutput/il2cppOutput/UnityEngine_UI_UnityEngine_UI_Button_ButtonClickedEvent.h | a78f1cba5f7c92a0dc1aca639ea303a09afe0499 | [] | no_license | choirdesign/hack-slash | b12b2e86de09b2eec62685d40eec3856df619077 | 3754f5af407a783bfaf9d9eedbb61148cc50672c | refs/heads/master | 2021-01-10T13:40:37.011080 | 2015-11-24T09:14:57 | 2015-11-24T09:14:57 | 45,164,312 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 303 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "UnityEngine_UnityEngine_Events_UnityEvent.h"
// UnityEngine.UI.Button/ButtonClickedEvent
struct ButtonClickedEvent_t165 : public UnityEvent_t166
{
};
| [
"wataruyamakawa@gmail.com"
] | wataruyamakawa@gmail.com |
3b20f09bb6f5ca6a576a1068d780a85e7f50d063 | 1323ec7d7ac9669e2b1ba5481b1eda20049b3c1f | /exercises/ex04/util.h | 01d270a7d9a443b0c40d7d7d25273ac34040851b | [
"MIT"
] | permissive | SeunginLyu/ExercisesInC | ac027d5601ed170ab63db26d0812daeede475277 | a62de95d3a2f8cdf7b260b6076349ecc7f35e64c | refs/heads/master | 2020-04-18T11:01:28.843706 | 2019-05-03T17:40:10 | 2019-05-03T17:40:10 | 167,486,144 | 0 | 0 | null | 2019-01-25T04:43:57 | 2019-01-25T04:43:57 | null | UTF-8 | C | false | false | 1,819 | h | #include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <time.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
#include <netinet/udp.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#... | [
"seungin.lyu@students.olin.edu"
] | seungin.lyu@students.olin.edu |
70937ad9b4ade1003f6049c5a11bd5b475cb3245 | 6432ffa0649947cdb0c2045a3a7b2b2bee27e8c2 | /d/kunlun/obj/pao3.c | 468af1b0416710794de45ff3df2db8bfe9c80bb9 | [] | 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 | 631 | c | // Room: /d/kunlun/obj/pao3.c
// Last Modified by winder on Nov. 14 2000
#include <armor.h>
#include <ansi.h>
inherit CLOTH;
void create()
{
set_name(BLU "白边蓝色长袍" NOR, ({ "chang pao", "cloth","changpao","pao"}));
set_weight(5000);
if( clonep() )
set_default_object(__FILE__);
else {
set("long","这是一件白色滚边做工精细的蓝... | [
"freddy.chua@ey.com"
] | freddy.chua@ey.com |
abc3b45db8d1f17deb9cffadfcc0776d9baac3c9 | 22d2de82959cbd66ae18720e23c7b3c1d259a78f | /jlvm.c | 072a661825ed6561fa883a38816ccf67cc842b06 | [
"MIT"
] | permissive | charles-l/jl | 14a3c19d06feaf0a54f027bc28942dba0d392c57 | 1b558d0820596b8f6f79136c72974aab94ae0200 | refs/heads/master | 2021-01-19T19:50:37.056013 | 2017-06-28T22:48:40 | 2017-06-28T22:48:40 | 88,448,606 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,113 | c | #include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <stdarg.h>
#include <execinfo.h>
#include <string.h>
#include "jlvm.h"
// TODO:
// - decide whether or not there needs to be a special value for true
// - errors
// notes
// - this is an SECD machine
// - S: holds current stack state
// - E: ... | [
"charles.saternos@gmail.com"
] | charles.saternos@gmail.com |
0245d1de1b25e0424abeeb24ca8c01c0c76a7584 | e7e19c0304b4ea3cd1101c15bf982d09405db77d | /intal.h | 3909aae3e4df6589f0b8e168a7089a1690c5a0f8 | [] | no_license | aditeyabaral/intal | 70f05dd3d528caebd2b7944d7906c9ed40588382 | 9cb677ba2e9d3ac996b94e666ee13cad37b31245 | refs/heads/master | 2022-11-17T09:25:40.065325 | 2020-07-13T18:46:48 | 2020-07-13T18:46:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,192 | h | // Library "intal" - Integer of arbitray length
// intal is a nonnegative integer of arbitrary length (not more than 1000 decimal digits).
// The integer is stored as a null terminated string of ASCII characters.
// String of decimal digits ('0' thru '9') are stored in big endian style.
// That is, the most significant... | [
"noreply@github.com"
] | aditeyabaral.noreply@github.com |
f12020119572330b7b00168090138bdcbe34e92e | 966c55ba7cd0928019bd64dc31c8f3213ca2d7b5 | /data_structure/list/single_list.c | d4916a291bdae56bd078b231d523d12f447cfc36 | [] | no_license | unkown571/learning | 851c458756202596d28c2703898f315f338ee75a | 3a8d6defbf41e9763a6ca41c339c8bdaf12051b3 | refs/heads/master | 2021-05-26T17:22:38.531723 | 2012-09-09T07:59:07 | 2012-09-09T07:59:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,690 | c | /*
* =====================================================================================
*
* Filename: single_list.c
*
* Description: single list
*
* Version: 1.0
* Created: 03/01/2012 03:29:07 PM
* Revision: none
* Compiler: gcc
*
* Author: zhangliancheng... | [
"me@zhangliancheng.com"
] | me@zhangliancheng.com |
8b340fc4c5ca1c3df4ee5df791ce23a90c96e9a5 | 4eb9a2158857806e92b3fb6212e4664976694248 | /bubbleSort.c | 4dad4b1507bd552a5be63975f660c92fd7d20eae | [] | no_license | Flasew/sorts | 55e3430b96443a6dc17a51689de5d87f4f052394 | de9ee522fda1e521bf2cc858313e6c0ffe1fe310 | refs/heads/master | 2021-01-19T00:09:58.790411 | 2017-04-10T08:27:33 | 2017-04-10T08:27:33 | 87,146,698 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,437 | c | /*
* Filename: bubbleSort.c
* Author: Weiyang Wang
* Description: Bubble sort algorithm. O(n^2).
* Date: Apr 5 2017
*/
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include "mySorts.h"
/*
* Function name: bubbleSort()
* Function Prototype:
* void bubbleSort(void *base, size_t nel, size_t... | [
"af141_l@icloud.com"
] | af141_l@icloud.com |
edab6887928b9e428fa5b4c02718272b50ff9da1 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/c-litmus-CSEQ/_cs_S+popl+dmb.sypl.c | baeb884be4fb5a354e0156ce7a003749c2bb5316 | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C | false | false | 24,918 | c | /*
* generated by CSeq [ 0000 / 0000 ]
*
* instance version {}
*
* 2023-06-04 11:18:16
*
* params:
* -i /home/osboxes/llvm_bmc/llvm_bmc/examples/litmus/c/run-scripts/../c-litmus-CSEQ/S+popl+dmb.sypl.c,
*
*/
#define __cs_MUTEX_INITIALIZER -1
#define __cs_COND_INITIALIZER -1
#define __cs_RWLOCK_INIT... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
3ef01ca76d5be39f39cca520491d6c847e817dd6 | 99f362592f56352cbdd27c809e84132faa09cece | /jre_emul/android/platform/external/icu/data/_com_ibm_icu_impl_data_icudt58b_bez_res.h | b1ebfa6d8fa0f90df5c0f2a00b4d454ae87ad5f5 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | FD-/j2objc | 77456f613169416880239e26a43fd3d16914e977 | 316bb5a9e9986fa05106fd267da93b8ae60ca212 | refs/heads/master | 2020-04-10T06:07:34.306149 | 2018-12-07T21:15:09 | 2018-12-07T21:15:09 | 160,846,398 | 1 | 0 | Apache-2.0 | 2018-12-07T16:09:43 | 2018-12-07T16:09:43 | null | UTF-8 | C | false | false | 14,392 | h | //
// Generated by gen_resource_source.py
//
#ifndef _COM_IBM_ICU_IMPL_DATA_ICUDT58B_BEZ_RES_H
#define _COM_IBM_ICU_IMPL_DATA_ICUDT58B_BEZ_RES_H
static jbyte _com_ibm_icu_impl_data_icudt58b_bez_res[] = {
0x00, 0x20, 0xDA, 0x27, 0x00, 0x14, 0x00, 0x00, 0x01, 0x00,
0x02, 0x00, 0x52, 0x65, 0x73, 0x42, 0x03, 0x00, 0x... | [
"antoniocortes@google.com"
] | antoniocortes@google.com |
6581c4046cf7f095abd1384cb2a7085629d1f3bc | c29b9c5547b38eef70e296a5fa9198953ad6f756 | /arvore/main.c | 5a750f533366109432d29cab825cbb80885caf25 | [
"MIT"
] | permissive | TulioEstrelaMarques/C | b8bc086d13e64b6f2e98444ad27ae2b6bcb9f317 | ab07d044987f80bdfef40f190eaad9b3f3c270e5 | refs/heads/main | 2023-09-06T00:49:30.505726 | 2021-11-20T19:44:51 | 2021-11-20T19:44:51 | 429,835,197 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 858 | c | #include <stdio.h>
#include <stdlib.h>
typedef struct no{
int num1;
int num2;
char op;
no *dir;
no *esq;
} no;
void criarArvore(no *arv, char op, int num1, int num2){
if(!(arv.num1 && arv.num2)|| arv.op=='')
return -1;
else{
arv.op=op;
arv.esq=num1;
arv.dir... | [
"tulioestrela@hotmail.com"
] | tulioestrela@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.