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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f01bc86a0b354d891cb9e81b198c9d19c76a4b39 | be3167504c0e32d7708e7d13725c2dbc9232f2cb | /mame/src/mess/drivers/msx.c | b9b0f0c4235aa4157f87489ea7f322efc4d2a763 | [] | no_license | sysfce2/MAME-Plus-Plus-Kaillera | 83b52085dda65045d9f5e8a0b6f3977d75179e78 | 9692743849af5a808e217470abc46e813c9068a5 | refs/heads/master | 2023-08-10T06:12:47.451039 | 2016-08-01T09:44:21 | 2016-08-01T09:44:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 215,463 | c | /*
** msx.c : driver for MSX
**
** Todo:
** - Add Turbo-R support
** - Add support for other MSX models (de,fr,jp,ru etc.)
This following list is probably incomplete. Corrections are welcome.
+
Al Alamiah AX-170 - MSX1 - ax170
Al Alamiah AX-350 - MSX2 - ax350
Al Alamiah AX-370 - MSX2 - ax370
Canon V-10 - M... | [
"mameppk@199a702f-54f1-4ac0-8451-560dfe28270b"
] | mameppk@199a702f-54f1-4ac0-8451-560dfe28270b |
f3f2d57b6a973889554c276d092f1d8cfdd3384b | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/a2049365-619d-4689-8ee4-5748a0ba6b92.c | 131f1d56a9256688106c36cc21b2b268cbdd3e73 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 551 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = j%j;
l = l/j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[41];
int c[37];
a = 0;
while (b[a] != 0) {
//... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
ce168097dfb29371eae06ea0b95d5c8df657a4de | 3a407f42b088f12555e9a901ab559c638d19a603 | /USER/main.c | 5042a96f682c75d54657b345519521f268b185ed | [
"Apache-2.0"
] | permissive | luofanzhi/time_clock_study | bd2900d90c24b2688596c75e42ec4e040a62a929 | 1cc79758ee9cf826f43547dedb1e8c8cf7908b09 | refs/heads/master | 2022-05-29T00:41:12.417661 | 2020-05-02T14:32:59 | 2020-05-02T14:32:59 | 260,489,481 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 3,255 | c | #include "stm32f10x.h"
#include "beep.h"
#include "time.h"
#include "rtc.h"
#include "wakeup.h"
#include "power_adc.h"
#include "key.h"
#include "timer.h"
unsigned char table[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};
int main(void)
{
// u8 t=0;
// u16 POWER_ADC_Value;
SystemInit(); //系统时钟初始化,主时钟4... | [
"1039102892@qq.com"
] | 1039102892@qq.com |
72ad8f0d0c72e9c52c74d6d93d9a7babcb189f8d | bea605c6493f2409592880692cbed7980a9bdd69 | /modified_eyeLike/src/constants.h | 032b3f3bf84318b5f4d5533f39b103fa314e4d2e | [
"MIT"
] | permissive | GameNewb/Face-Recognition-App | bcdd34fcccebc40a03aee62a4a0f86afd862d767 | 256159499b477d6c605d8e47c350431c0e444b93 | refs/heads/master | 2021-01-18T21:53:23.586660 | 2017-05-15T09:10:26 | 2017-05-15T09:10:26 | 87,024,041 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 799 | h | #ifndef CONSTANTS_H
#define CONSTANTS_H
// Debugging
const bool kPlotVectorField = false;
// Size constants
const int kEyePercentTop = 25;
const int kEyePercentSide = 13;
const int kEyePercentHeight = 30;
const int kEyePercentWidth = 35;
// Preprocessing
const bool kSmoothFaceImage = false;
const float kSmoothFaceFa... | [
"sairamontermoso@Sairas-MacBook-Pro.local"
] | sairamontermoso@Sairas-MacBook-Pro.local |
884a420ae65f72211ea43f2387a2358549a1553d | b1996750cc84e41589383e8058bb014b8f7786e6 | /examples/EFM8BB1_SLSTK2020A/Oscillators/EFM8BB1_Oscillator_LFOSC_Calibration/src/EFM8BB1_Oscillator_LFOSC_Calibration.c | f96d476bde636125eeeefa7d10fa4d28c6ec34f0 | [] | no_license | mathiasvr/silabs-8051-sdk | 9f66e905bb31aa5c4efcaf4055b17380b330a016 | eff6046fcb1705f00588bcd2d03cc8f0361bfc14 | refs/heads/main | 2022-07-30T06:20:11.791382 | 2022-01-05T00:29:38 | 2022-01-05T01:22:03 | 444,606,667 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 8,549 | c | //-----------------------------------------------------------------------------
// EFM8BB1_Oscillator_LFOSC_Calibration.c
//-----------------------------------------------------------------------------
// Copyright 2015 Silicon Laboratories, Inc.
// http://developer.silabs.com/legal/version/v11/Silicon_Labs_Software_Li... | [
"mathiasvr@gmail.com"
] | mathiasvr@gmail.com |
ab2659c796de8ec0438abecb74d166d6debedeab | a536c716167419688b7538ece75dc6778f74f1bc | /C Programs/15. search & sort/4. Merge Sort/assign.c | 78e4a452c0da8dca182c2274220f37adbce4f388 | [] | no_license | waivek/cPrograms | c9808fdc6636f80cf0b798498e2977e99ec4db1a | 7a28cf335258b9a738ecd07637a74527faf1ee59 | refs/heads/master | 2021-01-01T15:35:48.015718 | 2014-03-23T10:02:21 | 2014-03-23T10:02:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 681 | c | #include<stdio.h>
//#define MAX 100
assignArray( int* targetArray, int limit, int* sourceArray );
// main(){
// int a[ MAX ], b[ MAX ];
// int c[ MAX ] = {1,2,3,4,5,6,7,8,9};
// int cSize = 9;
// int aSize = cSize / 2;
// int bSize = cSize - aSize;
// assignArray( a, aSize, c);
// assignArray(b, bSize, c + aSize... | [
"waivek@gmail.com"
] | waivek@gmail.com |
d1b1a253bf0ee8e61025c006533d396d7fd12317 | 698ab46c0238d4823e10cede87f6a2d576da2412 | /hacked-cds-1.3.1/cds/container/lazy_list_hrc.h | 81fb2d092d1d1460ef96def8d062f339451a4055 | [
"BSD-2-Clause"
] | permissive | jellevandenhooff/codex | 62c0843914993c8973a112af3479f613582c52e5 | 9c31b3fc8324adc16d040587bd0e5b687dd58cfa | refs/heads/master | 2021-01-13T01:40:33.761019 | 2013-12-10T02:38:00 | 2013-12-10T02:38:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 591 | h | /*
This file is a part of libcds - Concurrent Data Structures library
See http://libcds.sourceforge.net/
(C) Copyright Maxim Khiszinsky [khizmax at gmail dot com] 2006-2013
Distributed under the BSD license (see accompanying file license.txt)
Version 1.3.1
*/
#ifndef __CDS_CONTAINER_LAZY_LIST_HR... | [
"jelle@vandenhooff.name"
] | jelle@vandenhooff.name |
f5a44d8202b0dc0e28b9d92ddfc60602c3403ca2 | cf231b37451e80088a02c740cc79c98d94bb9f0a | /third/Hundsum/HundsunUserApiStruct.h | 1696d3da8513ed7ceea7fbd3c97e014fd6aa462e | [
"Apache-2.0"
] | permissive | 752525721/thunder-trader | 2cfde7a33e1a551fa7f461fc0628b84e722849a7 | 490a30f3f499f0be5495a05d94a93b402363235a | refs/heads/master | 2020-04-08T18:02:17.486787 | 2018-11-26T03:34:15 | 2018-11-26T03:34:15 | 159,591,391 | 2 | 0 | null | 2018-11-29T01:49:59 | 2018-11-29T01:49:59 | null | GB18030 | C | false | false | 127,516 | h | #if !defined(HUNDSUNUSERAPISTRUCT_H)
#define HUNDSUNUSERAPISTRUCT_H
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define PackerVersion 0x20
#define PANICHEARTBEATTIME (20*1000)
#define FuncSvrbankHisBktransferQry 339204 ///历史转账流水查询
#define FuncClientEntrustwayQry 331153 ///客户委托... | [
"solopointer@qq.com"
] | solopointer@qq.com |
40fa2f9ae4337b2e9d6879e233e5cb670abbb2e8 | 6168ed92d95e4cd75f6de0c101c72f8e0ad5ba9a | /build/include-staging/gcc_HEADERS/hdrs3/bits/types/cookie_io_functions_t.h | 24bb252b18aa2fc02be3bdf1caa9efcd20be5e7e | [] | no_license | sudharshan-kannan/rose-compiler | d6e6a9de99a3ff516407b9243f9035391fa26cef | 1a30f4b4b1a395532bd604cc2036f857c712fb3a | refs/heads/master | 2023-02-05T14:45:30.057414 | 2020-12-24T03:43:36 | 2020-12-24T03:43:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 66 | h | /usr/include/x86_64-linux-gnu/./bits/types/cookie_io_functions_t.h | [
"skannan4@ncsu.edu"
] | skannan4@ncsu.edu |
990a80ad0282b8c2afa1a356068b295c10c741fb | 92a10cace9e31fc77463cf7c0b547bf0420fcdf1 | /Clases/Clase_11/ABMEmpleados/main.c | acb48104fa5913d5b2dc6ee002df6239cabf79ec | [] | no_license | nahuarceluz/Prog-Lab1-2018- | 78758eaefc67172a4c8d0e8ce4f828d5a3230c8c | 288ea94a2f3a98e3f005311e0c94b320fef16314 | refs/heads/master | 2020-07-16T03:40:37.271597 | 2019-09-01T18:28:38 | 2019-09-01T18:28:38 | 205,710,684 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,701 | c | #include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#define TAM 20
typedef struct
{
int dia;
int mes;
int anio;
} eFecha;
typedef struct
{
int legajo;
char nombre[20];
char sexo;
float sueldo;
eFecha fechaIngreso;
int isEmpty;
int id;
} eEmpleado;
typedef struct
{
... | [
"nahucarp9@gmail.com"
] | nahucarp9@gmail.com |
70e9561d8e74ca5611bad704492e7a0419797782 | 684b4850abd629657bef9bcf5d32aac425797176 | /energia-0101E0009-wiznet/hardware/tools/msp430/msp430/include/msp430f5224.h | aae01c2bf560f3570fadbee4dfdb21c5dd3fa149 | [] | no_license | Wiznet/Energia_Library_WIZnet | 213b51dd5e999653edb7b4cd178c2353fa6b4b81 | 6ea33ba91e94dd648563811666fec9236b870f24 | refs/heads/master | 2021-01-01T17:09:39.676643 | 2013-11-13T00:55:15 | 2013-11-13T00:55:15 | 12,529,222 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 243,555 | h | /* ============================================================================ */
/* Copyright (c) 2012, Texas Instruments Incorporated */
/* All rights reserved. */
/* ... | [
"javakys@gmail.com"
] | javakys@gmail.com |
278e3d21876b2a4056601043597145646c6b4b4a | f5a180f905a7a2551d2a1e687d9f25e9ee9c79b4 | /ios/Pods/Headers/Public/Google-Mobile-Ads-SDK/GoogleMobileAds/GADRewardedAdDelegate.h | 98b7bcc0545346c74e4bb812e600c1dcf530bfd3 | [
"MIT"
] | permissive | alessandro-pianetta/geolocator-native | ec5dd794d825d48b99c48c890af000889340a68f | 55b1209ff82214f891350abb0fa6320fb66a5557 | refs/heads/master | 2023-01-13T08:16:50.563679 | 2019-09-19T16:18:17 | 2019-09-19T16:18:17 | 175,080,047 | 0 | 0 | MIT | 2023-01-03T17:40:33 | 2019-03-11T20:37:01 | TypeScript | UTF-8 | C | false | false | 135 | h | ../../../../Google-Mobile-Ads-SDK/Frameworks/GoogleMobileAdsFramework-Current/GoogleMobileAds.framework/Headers/GADRewardedAdDelegate.h | [
"alessandro.pianetta@gmail.com"
] | alessandro.pianetta@gmail.com |
15dfc834dc5d89245871b19c4f574753026c5f22 | bf2bfe13935f8dc16b07ef6c0444148523b563fb | /nemu/src/cpu/exec/control.c | 2f4879d6938f4ece3a4d2f0f617a9dff61725bc0 | [] | no_license | congee524/ics-huang | 57bb336be1011cd9ba36b59358640839eab67eb8 | 91b223c7324349d51001a566e7e7a893c1a25181 | refs/heads/master | 2021-10-10T14:05:15.952339 | 2018-12-29T18:24:27 | 2018-12-29T18:24:27 | 165,264,468 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,527 | c | #include "cpu/exec.h"
#include "cpu/cc.h"
make_EHelper(jmp) {
// the target address is calculated at the decode stage
rtl_j(decoding.jmp_eip);
print_asm("jmp %x", decoding.jmp_eip);
}
make_EHelper(jcc) {
// the target address is calculated at the decode stage
uint32_t cc = decoding.opcode & 0xf;
//printf... | [
"171240513@smail.nju.edu.cn"
] | 171240513@smail.nju.edu.cn |
61495dc91cdc2347362a238c5adc6e866914c7df | 46d4712c82816290417d611a75b604d51b046ecc | /Samples/Win7Samples/winui/input/ime/imeapps/Wsubs.c | 3ba5f28d8c8dad8ffb1c329f2b733daeaf5b1b4c | [
"MIT"
] | permissive | ennoherr/Windows-classic-samples | 00edd65e4808c21ca73def0a9bb2af9fa78b4f77 | a26f029a1385c7bea1c500b7f182d41fb6bcf571 | refs/heads/master | 2022-12-09T20:11:56.456977 | 2022-12-04T16:46:55 | 2022-12-04T16:46:55 | 156,835,248 | 1 | 0 | NOASSERTION | 2022-12-04T16:46:55 | 2018-11-09T08:50:41 | null | UTF-8 | C | false | false | 523 | c | #include <windows.h>
#ifdef USEWAPI
int WINAPI MylstrcmpW(LPWSTR lp0, LPWSTR lp1)
{
while(*lp0)
{
if (*lp0 != *lp1)
{
return (-1);
}
lp0++;
lp1++;
}
if (!*lp1)
{
return 0;
}
return 1;
}
LPWSTR WINAPI MyCharPrevW(LPWSTR lp... | [
"chrisg@microsoft.com"
] | chrisg@microsoft.com |
6b8629468eeb45f9b2c8f294eac82d36fc20ee56 | fb0253629494ca07f2c23a4e55ad15a5ecd10a61 | /librtmp/source/rtmp-avcdecoderconfigurationrecord.c | 88ab7a404a6c809ff1c6b0a165fbaa9a225a6dc3 | [] | no_license | github188/media-server | 17d5c43ff810611f38c1b30d0e479ffe4d94aa6f | 119afd86ebc487d4cfdd20f70e25a8178e6530df | refs/heads/master | 2021-01-12T17:35:21.693419 | 2016-10-17T14:07:09 | 2016-10-17T14:07:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,560 | c | #include "rtmp-client.h"
#include "h264-util.h"
#include "h264-nal.h"
#include "h264-sps.h"
#include <assert.h>
#include <memory.h>
#include <stdint.h>
#include <stdio.h>
#include "mpeg4-avc.h"
static void rtmp_client_sps_handler(void* param, const void* nalu, size_t bytes)
{
struct mpeg4_avc_t* avc = (struct mpeg4_a... | [
"ch.magus@163.com"
] | ch.magus@163.com |
6c7e912083a811021726844f0aff354ae03314a2 | e67f2f9d9eb4443510505c011fe3b1c4ea8f686e | /TP4/TP4_ejer4.c | 90c4c711b40b38b2ae82d87d6115e5b25f4a0abe | [] | no_license | RodriPerez5/Lenguaje_C | f8294f2f7fd3c7beab8619d7e2c06055bd3f6b6d | 2e275c4ef054df2e92f5a1fcc0facad76a26349f | refs/heads/master | 2021-05-05T16:12:14.318259 | 2018-01-13T03:13:26 | 2018-01-13T03:13:26 | 117,309,354 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 650 | c | /* IDEM EJER5
Escriba una función que reciba como argumento un vector de N elementos double (donde
N puede ser variable) y que genere valores aleatorios para el mismo. Asegurese de
generar valores con cifras decimales (es decir que no sean simplemente enteros).
*/
// gcc TP4_ejer4.c ValoresAleatorios.c
#inclu... | [
"prezrodrigo5@gmail.com"
] | prezrodrigo5@gmail.com |
7ca674e9d865b701f2917289ffa599f2b8ab91bb | 595c4a228e405f6d9f92f4ddf1288c811a7f18f2 | /Course/Week3/10.c | 3bbf3a51cca119c5bfcaee1e8b53a16072ce5c2a | [
"MIT"
] | permissive | ikkz/cildhdi | d41d344cfa0391dffc3c2742ecb1d99e21fd436b | e14eed125e96e6ae1f7a03402f8a8796b310a53e | refs/heads/master | 2022-03-26T18:10:53.294282 | 2019-12-21T06:07:19 | 2019-12-21T06:07:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 424 | c |
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main()
{
unsigned int num = 0;
scanf("%d", &num);
switch (num)
{
case 0:
case 1:
case 4:
printf("NO");
break;
case 2:
printf("YES");
break;
default:
{
int i = 0;
for (i = 3; i < sqrt(num); i++)
{
if ... | [
"1961464399@qq.com"
] | 1961464399@qq.com |
e91773d64e0dd41e2c4bacaf780efa1898f9a6e6 | f006391e5fa65be961f02db2887fdd6e21af37ab | /usr/smc.c | 910b532e7335c9aeaa77dd7ae7056736e903eb74 | [] | no_license | yufeiren/tgt | e0322891be5238b32fa5045f98d071fb5af380ef | e8735aacf1121ef1a598c37fa8f6a627f8767285 | refs/heads/master | 2021-01-22T16:38:46.675352 | 2016-10-31T03:58:27 | 2016-10-31T03:58:27 | 72,397,207 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 23,981 | c | /*
* SCSI Medium Changer command processing
* Based on smc3r06.pdf document from t10.org
*
* (C) 2004-2007 FUJITA Tomonori <tomof@acm.org>
* (C) 2005-2007 Mike Christie <michaelc@cs.wisc.edu>
* (C) 2007 Mark Harvey <markh794@gmail.com>
* (C) 2012 Ronnie Sahlberg <ronniesahlberg@gmail.com>
*
* SCSI ta... | [
"fujita.tomonori@lab.ntt.co.jp"
] | fujita.tomonori@lab.ntt.co.jp |
6a6a0d06b5a04b9f123e3e39d23b3069c4ca83b1 | 27eca4e7a55798e7b935281498ca6a4b22f301d4 | /SDK1O/proj/drivers/syshw.h | 7e29baf0dc0813b1fcd7f98ab8e7d841391f6afd | [] | no_license | Ai-Thinker-Open/Telink_Mesh | 73d9b945e8e96a1895957f6f5d87cfc98376853c | c464652674e26d5b38d6515d33c7e630b73d2fd0 | refs/heads/master | 2022-11-08T23:04:59.923560 | 2020-06-29T09:54:33 | 2020-06-29T09:54:33 | 260,215,867 | 8 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,230 | h | /********************************************************************************************************
* @file syshw.h
*
* @brief for TLSR chips
*
* @author telink
*
* @par Copyright (c) Telink Semiconductor (Shanghai) Co., Ltd.
* All rights reserved.
*
* The... | [
"ospanic@qq.com"
] | ospanic@qq.com |
2f2493595d2f49fb7a28fe357853db8aea57e4c4 | 3937efb0c16cac7167c281ddeb0646c28361f8d5 | /HomeAssignment/JosueCamilleri42BGame/BuildiOS/Classes/Native/UnityEngine.CoreModule_CodeGen.c | 5a374a743c5ab533835242683ea4df60b02841f7 | [] | no_license | josue-camilleri/JosueCamilleriMSD42BAssignment | 7fe46f8985cfb42006372e3d3a32bc031b6c227a | 32eee6d37331139992a71c1367a220436d71203f | refs/heads/main | 2023-02-16T16:49:53.147475 | 2021-01-19T19:54:59 | 2021-01-19T19:54:59 | 322,572,225 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 401,972 | c | #include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
// 0x00000001 System.Void UnityEngineInternal.MathfInternal::.cctor()
extern void MathfInternal__cctor_mB7CF38BBE41ECBC62A4457C91... | [
"73096448+josue-camilleri@users.noreply.github.com"
] | 73096448+josue-camilleri@users.noreply.github.com |
aae1ac04b622cb7d830d64e16ed7ad39255dd83b | 97f91c658c385b554fd68d614ffe250020acfc90 | /myLib.h | b62396c7cbc4c4fb66621c1d473e13605eea9e9c | [] | no_license | sarahcatseye/dao-duck-goose | 26f1845a564dd0b0a43cea10ea128dd22ed592f7 | dcca3147dc133ddbd0d7f92bb28f75ca2ca13411 | refs/heads/master | 2020-04-10T11:36:46.802579 | 2018-12-14T02:15:13 | 2018-12-14T02:15:13 | 160,998,064 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,743 | h | #ifndef MY_LIB_H
#define MY_LIB_H
// Common Typedefs
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
// Common Macros
#define OFFSET(r,c,rowlen) ((r)*(rowlen)+(c))
// ================================= DISPLAY ==================================
// Display Control Register
#define REG_... | [
"sarah.y.tsai@gmail.com"
] | sarah.y.tsai@gmail.com |
cd2105791f641610faf098f6e4cfd99d3a78ce38 | b1a8b4515064081a2571a21cef3aab597e2566c4 | /offline_compiler/decoder/translate_platform_base.h | 7b7439bf6d416c793c7e074d597134a5468330a1 | [
"MIT",
"LicenseRef-scancode-free-unknown"
] | permissive | KamilKoprykIntel/compute-runtime | 379e9bc66e34b6cbda4b9a1ef7d1cd0da58d9ca2 | 8ece440625dc178b6f836ea455d8daccda5cdcc0 | refs/heads/master | 2021-01-08T04:01:29.178394 | 2020-02-19T19:17:21 | 2020-02-20T11:10:21 | 241,906,088 | 0 | 0 | MIT | 2020-02-20T14:32:41 | 2020-02-20T14:32:40 | null | UTF-8 | C | false | false | 1,170 | h | /*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "igad.h"
#include "igfxfmid.h"
inline iga_gen_t translateToIgaGenBase(PRODUCT_FAMILY productFamily) {
switch (productFamily) {
default:
return IGA_GEN_INVALID;
case IGFX_BROADWELL:
r... | [
"ocldev@intel.com"
] | ocldev@intel.com |
3979f750f31231b0af72339bed22bb516baca30c | 3b7f409229e005e844e87417edb86b0afff59131 | /TemporaryBasalFunctions/TemporaryBasalIsValid.c | 95aa272ba3fb69da152f8978dd3e0572274d5e88 | [] | no_license | GevenM/giip | 2c2298573f4cf50699d9a3b9f66650d29d9549ba | 7bcd0d37b494878c5510d2dc6ce5996f35a4932d | refs/heads/master | 2021-01-10T20:05:20.368827 | 2015-02-05T18:47:42 | 2015-02-05T18:47:42 | 20,270,236 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 170 | c | #include "TemporaryBasalFunctions.h"
bool TemporaryBasalIsValid( y_tmpBasal *profile ){
if ( TemporaryRateOutOfBound( profile ) ){
return false;
}
return true;
}
| [
"gevenm@gmail.com"
] | gevenm@gmail.com |
da13dbc424df125c1b93023364bbcd25f48a5c56 | 0e74aa5fffc027bd0b8795282f40069c11aeb945 | /estimaPi/estimaPiSerial.c | a4dbe97f8f74ac2d52cd1ea7b16a26edb0acbf36 | [] | no_license | jeanmmlima/Parallel-Programming | a68aa352b8c7646ab8939bbfde623fee75830a6d | 9559ddafb75f94d2b99b4d6a18753f4850708afb | refs/heads/master | 2020-12-24T07:52:07.529165 | 2018-05-14T19:58:27 | 2018-05-14T19:58:27 | 57,940,727 | 0 | 0 | null | 2016-08-25T17:41:45 | 2016-05-03T04:12:41 | C | UTF-8 | C | false | false | 819 | c | #include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
#include <time.h>
int verificaPosicao(double x, double y, int r){
double d = sqrt(x*x + y*y);
if (d <= r){
return 1;
}
else{
return 0;
}
}
int main(){
int r = 4, nAmostras = 100000000, precisao = 10000;
double x, y, h = 0;
... | [
"jeanmariomlima@gmail.com"
] | jeanmariomlima@gmail.com |
e8b232cfaee8a0ad8549878e90dd043df9a9dd29 | 3f65e51353226f88d6fd797bbee7ee8fc9e8988a | /tags/0.4.1/src/mathml/attributes.h | baf16f1365a2f99838e36b94a4bb8e4e9672f43e | [] | no_license | BackupTheBerlios/libmathml-svn | 55115dce80a0e8145c70e001701184d2f9c4f7e1 | e03331c77fa71cee3b2075ad0a92034ee85c0585 | refs/heads/master | 2016-09-05T23:50:46.687682 | 2006-01-08T21:32:56 | 2006-01-08T21:32:56 | 40,749,287 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 25 | h | ../XMLSchema/attributes.h | [
"oever@dc7ca10b-7507-0410-b3ea-e6743ca9ba99"
] | oever@dc7ca10b-7507-0410-b3ea-e6743ca9ba99 |
9f4ab8228df4fc71d759d1c88cefe7a42c987bbf | 4de540f6a2a161d2d8a385a8d9736d13d3e35c67 | /MdeModulePkg/Include/Guid/VariableIndexTable.h | ee0722fd4896362de05f79e5c8f1f8d82c967436 | [
"BSD-2-Clause",
"OpenSSL"
] | permissive | rabbit2190/edk2 | 70a921018f332b6145dde6a36ea8ad0c98b9d877 | df19faca7b9ca1c290a365ee42aa989acff96656 | refs/heads/master | 2021-01-09T16:07:40.232780 | 2020-05-24T09:08:36 | 2020-05-24T09:08:36 | 242,365,560 | 1 | 0 | BSD-2-Clause | 2020-02-22T15:35:41 | 2020-02-22T15:35:40 | null | UTF-8 | C | false | false | 1,717 | h | /** @file
The variable data structures are related to EDK II-specific implementation of UEFI variables.
VariableFormat.h defines variable data headers and variable storage region headers.
Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are lic... | [
"sfu5@6f19259b-4bc3-4df7-8a09-765794883524"
] | sfu5@6f19259b-4bc3-4df7-8a09-765794883524 |
096460c9ba793851414fa714e9d90dbe6a9bbdbb | 91a2fc716e99ddbdcf7b5934f236c900d78ecbdc | /benchmarks/tkengo-highway/vendor/onigmo/regposix.c | c6b368fa09b526e4f32e9268d838d3ef2f1a6fe3 | [
"BSD-2-Clause",
"MIT",
"UPL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jku-ssw/cicro-benchmarks | e4f88b43449a601f050a61197ace02f0d3075e9a | 68899480c0fc8d361079a81edc6d816d5f17d58e | refs/heads/master | 2020-03-19T11:09:23.924920 | 2019-04-29T13:04:38 | 2019-04-29T13:04:38 | 136,435,144 | 7 | 2 | NOASSERTION | 2019-04-24T18:01:25 | 2018-06-07T06:56:20 | C | UTF-8 | C | false | false | 10,905 | c | /**********************************************************************
regposix.c - Onigmo (Oniguruma-mod) (regular expression library)
**********************************************************************/
/*-
* Copyright (c) 2002-2008 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
* Copyright (c) 2011 K.Takat... | [
"thomas.pointhuber@gmx.at"
] | thomas.pointhuber@gmx.at |
3c22b54c3a7e23267df4492a2f33ac0c90a2daab | fc51261566f4fa345182fd693b38773ff90cf2f9 | /first.c | 132a2ca93e62083f3af813d2f4221dcdd1373102 | [] | no_license | chungho888/langjango | 965789f026c6724e0642bde3f5aee8398b05d781 | abd22c63de947397494087565ea3acd9874ab402 | refs/heads/master | 2020-07-06T15:20:42.906826 | 2019-08-18T23:14:17 | 2019-08-18T23:14:17 | 203,065,704 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 80 | c | #include <stdio.h>
int main(int c, char** a){
puts("first\n");
return 0;
}
| [
"noreply@github.com"
] | chungho888.noreply@github.com |
da21b803200a62ce2794edd17f79da165eca9e20 | 277592752e3206a78f6668928f45c9ad1cb43655 | /test_04.c | 3fdabe65290bb234463a4257e3a0545557d97e61 | [] | no_license | dayvitoria/Linked_List | 212a476ea12d80ca5cff348cb8a5d0f017f14d17 | 3ff579060206078515908a0cb5832e02b45deab9 | refs/heads/master | 2021-05-05T20:32:46.614949 | 2017-12-26T01:11:57 | 2017-12-26T01:11:57 | 115,372,352 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 320 | c | #include <stdio.h>
#include "linked_list_int.h"
int main(){
linked_list_int a1 = lli_create();
int i,t;
for (i=0; i < 1000000; ++i) {
lli_push_back(a1,i*3+1);
printf("%f %c\n",lli_percent_occuped(a1)*100, '%');
}
t = lli_size(a1);
printf("Tamanho de a1: %d\n",t);
lli_destroy(a1);
return 0;
}
| [
"dayane.vitoria.l@hotmail.com"
] | dayane.vitoria.l@hotmail.com |
5bf2d424ed3d48c6f5d00f843c0f0c8d7f5522f7 | ee90e45dc3f1da0c1de45888a73d7f4e84361a51 | /clib/MavlinkComm.c | b4b308e49410acf5803ec75c733d97f3d3841fbc | [] | no_license | zhaojiahai/mnav_AUAV3 | 2007690727480ce60cf933a613ce34564e1f1db8 | dd5e59c0ee5678b79c48847d060d587411061c5d | refs/heads/master | 2021-05-16T04:39:47.576827 | 2016-05-02T03:56:52 | 2016-05-02T03:56:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,818 | c | #include "mavlink.h"
#include "MavlinkComm.h"
#include "circBuffer.h"
#include "inttypes.h"
#include "gpsPort.h"
#include <stdio.h>
#include "AUAV_V3_TestMavlink.h"
uint8_t UartOutBuff[MAVLINK_MAX_PACKET_LEN];
struct CircBuffer comMavlinkBuffer;
CBRef uartMavlinkInBuffer;
uint8_T DatafromGSmavlink[MAXINLEN+2]... | [
"manora@post.bgu.ac.il"
] | manora@post.bgu.ac.il |
8d51bca71f98e7dcf0ff688c08da13c857bbc69d | 594594cd12c01817f5650b9bc3b73a65245e06f1 | /depends/glibc_version_header/force_link_glibc_2.19.h | 5810493e80de68f2f7a328f16ffdc12b38b7d0ba | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | blueafoo/lbrycrd | ee97ca7636195b62d72851f8aa88a94ea7e7075c | f750218b62f9a53d7319d6bb282cc22035014698 | refs/heads/master | 2021-04-23T17:26:22.473369 | 2020-03-06T17:51:14 | 2020-03-06T17:51:14 | 249,943,345 | 1 | 0 | MIT | 2020-03-25T10:01:30 | 2020-03-25T10:01:29 | null | UTF-8 | C | false | false | 238,339 | h | // taken from https://github.com/wheybags/glibc_version_header . License: MIT
#if !defined(SET_GLIBC_LINK_VERSIONS_HEADER) && !defined(__ASSEMBLER__)
#define SET_GLIBC_LINK_VERSIONS_HEADER
__asm__(".symver _Exit,_Exit@GLIBC_2.2.5");
__asm__(".symver _IO_2_1_stderr_,_IO_2_1_stderr_@GLIBC_2.2.5");
__asm__(".symver _IO_2_... | [
"countprimes@gmail.com"
] | countprimes@gmail.com |
6c5ab101c3c0574d94e6d23215a9d739b394156c | 53a64136e50008eb45a21f9f6561d48db1466329 | /Samples/DeviceProtectionSample/ILibAsyncServerSocket.c | f8a52cdfb7f25ff4e6b054ac56f0102dd56f0122 | [
"Apache-2.0"
] | permissive | okertanov/Developer-Tools-for-UPnP-Technologies | df412ca4bf631c5213b2fabbe8d7c929193850e3 | 15da0c9e67430e79473362a8fb5de0f03b4f8f6b | refs/heads/master | 2020-12-25T12:42:31.470433 | 2014-12-24T13:40:18 | 2014-12-24T13:40:18 | 8,276,568 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 21,697 | c | /*
Copyright 2006 - 2011 Intel Corporation
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 ... | [
"okertanov@gmail.com"
] | okertanov@gmail.com |
154d32e1384abb70a46b6d454d5e9d21930ab12a | 7897b6f5600259e7d4cfbad6eab7ca5a6e46726c | /compiler/vm.c | f48bcfec1ad1fcf50ea1ec3cc44b70edfaa3a048 | [] | no_license | Einh06/bitwise_exercices | 701beaf3e91dfe808b17c5a365f277cceb3383ae | fb0e3d61cca54b17584312536b8d35e757640822 | refs/heads/master | 2021-09-12T11:07:40.017582 | 2018-04-16T08:56:06 | 2018-04-16T08:56:06 | 125,865,938 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,771 | c | #define POP() (*--top)
#define PUSH(x) (*top++ = (x))
#define POPS(n) assert(top - stack >= (n))
#define PUSHES(n) assert(top + (n) <= stack + MAX_STACK)
s64 vm_exec(const u8* code) {
enum { MAX_STACK = 1024};
s64 stack[MAX_STACK] = {0};
s64* top = stack;
for (;;) {
u8 op = *code++;
sw... | [
"m.morel.florian@gmail.com"
] | m.morel.florian@gmail.com |
c8142b6078fe62a29d11e5e2c89790d5b3e14c21 | 067690553cf7fa81b5911e8dd4fb405baa96b5b7 | /3460/3460.c | 2ad6815824f544021aa2aa1050b9185a565c6a67 | [
"MIT"
] | permissive | isac322/BOJ | 4c79aab453c884cb253e7567002fc00e605bc69a | 35959dd1a63d75ebca9ed606051f7a649d5c0c7b | refs/heads/master | 2021-04-18T22:30:05.273182 | 2019-02-21T11:36:58 | 2019-02-21T11:36:58 | 43,806,421 | 14 | 9 | null | null | null | null | UTF-8 | C | false | false | 100 | c | main(t,i,a){scanf("%d",&t);while(t--){scanf("%d",&a);for(i=0;i<32;i++)if((a>>i)&1)printf("%d ",i);}} | [
"isac322@naver.com"
] | isac322@naver.com |
b1008c1dcaf8524255f84f716474392c2b864621 | c5ee390344aa72c730ca27eff709edc046081061 | /nitan4/kungfu/skill/jiuyin-shengong/perform/zhang.c | 7f1f15d86dc2260236b3c31ee9bf4499ffe46f45 | [] | 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 | 1,526 | c | // zhang.c 九阴神掌
#include <ansi.h>
inherit F_SSERVER;
int perform(object me, object target)
{
string msg;
int ap, dp;
if (! target) target = offensive_target(me);
if (! target || ! me->is_fighting(target))
return notify_fail("九阴神掌只能对战斗中的对手使用。\n");
if (target->is_busy())
return notify_fail(target->n... | [
"34570791+lbbgit@users.noreply.github.com"
] | 34570791+lbbgit@users.noreply.github.com |
24ea6a133ec08f640e78db417045111a02f7d36e | f9e83aca7857df2e411920a495c16af13ef234db | /test/rush00/ex00/main.c | b2db51ee6cbdff009ba6503bf996edd037285e88 | [] | no_license | ccellado/pool-things | 5af799d9fb4f2f478e133baa9f91a295ef4d5431 | 95c6e286ea94af72c9bb57e28dcb471857d03127 | refs/heads/master | 2020-04-03T12:41:45.017750 | 2018-12-03T10:26:08 | 2018-12-03T10:26:08 | 155,260,190 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 964 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: ... | [
"ccellado@e1r11p1.21-school.ru"
] | ccellado@e1r11p1.21-school.ru |
d47a582605f6170145c65199a0f954f1c9c0ef6d | 83ebe4310bc0ca38cc21096a421fa59e23c2aacd | /AOF/Seven/DayFive.c | 7b338a72f2a610314069889b7ecf2dd16070f7a3 | [] | no_license | efschwarzrock/PP-Advent-of-Code-2019 | 33d0d6588e7f4c71957408facb805feea4d04b38 | 4768f92ff3749213892b5aaf1b7c6d239291226d | refs/heads/main | 2023-03-03T03:29:01.459556 | 2021-02-11T20:37:39 | 2021-02-11T20:37:39 | 338,141,223 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,586 | c | #include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
//678
//int i[] = {3,12,6,12,15,1,13,14,13,4,13,99,-1,0,1,9};
void partOne(){
int max = 0;
int zz = 1234;
while(zz < 44000){
int output = 0;
int za = zz%10;
int zb = zz/10%10;
int zc = zz/100%10;
int zd = zz/1000%... | [
"noreply@github.com"
] | efschwarzrock.noreply@github.com |
dd643cf454568d1fadda78f1f697e6dba44eb3c4 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/drivers/net/usb/cx82310_eth.c | e221bfcee76b40a3ad7ba60ec4d348f4b8f4cc73 | [
"BSD-2-Clause",
"GPL-1.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | C | false | false | 9,333 | c | /*
* Driver for USB ethernet port of Conexant CX82310-based ADSL routers
* Copyright (C) 2010 by Ondrej Zary
* some parts inspired by the cxacru driver
*
* 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 Softwa... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
1546f171598409cca9210308ebc703733a0c9a25 | 2b3277a8b15cf71a9a253fd6044ed19c099d65b2 | /Project 6/Keil/Timer.h | 054745fb828d11f40799ba3255bf42b5e1abb941 | [] | no_license | kjd2060/SWEN563 | 5db0e040b4aa7f24e3ae59432dc840488b7efc7e | 81711eb395f0f292e58b66ba928129af6d6555df | refs/heads/master | 2021-08-29T20:08:42.152203 | 2017-12-14T22:00:46 | 2017-12-14T22:00:46 | 107,458,315 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 316 | h | #ifndef Timer_H
#define Timer_H
#include "stm32l476xx.h"
#include "SysClock.h" // Sysclock
#include <stdio.h>
#include <stdlib.h>
#include "UART.h" // UART
#define PORT_SIZE (8)
// function prototypes for Timer
void PWM_Init(void);
int fetch_voltage(void);
void GPIO_Init(void);
#endif /* Timer_H */
| [
"noreply@github.com"
] | kjd2060.noreply@github.com |
55544b6d44cd6e60ea4fcc0c039a7064d8f5f517 | 7b55cacf46bf2fd6298315bccfa4b6f0375e3865 | /src/sys/dev/sbus/spif.c | 53ba8861031c7ca6d547dad391bd516e96e2a54a | [
"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 | 25,082 | c | /* $NetBSD: spif.c,v 1.31 2014/07/25 08:10:38 dholland Exp $ */
/* $OpenBSD: spif.c,v 1.12 2003/10/03 16:44:51 miod Exp $ */
/*
* Copyright (c) 1999-2002 Jason L. Wright (jason@thought.net)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted ... | [
"justin@specialbusservice.com"
] | justin@specialbusservice.com |
e4d855bee10a00ad393d758ccb743193bd4935be | a9fac52abd919dbcf32997e88374817cc7217759 | /libft/ft_strclr.c | add6e265d80fecdc8905a4f3a65da5e5c15eacd0 | [] | no_license | sayakura/42--minishell__MiniUnixShell | 5cc4d1ee9ace014c43eed5b9101833b6a052d897 | 0b99b9d0db269920643d860278a060809fa8d206 | refs/heads/master | 2020-04-27T11:53:54.857758 | 2019-03-09T00:02:54 | 2019-03-09T00:02:54 | 174,313,308 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,013 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strclr.c :+: :+: :+: ... | [
"linra.kura@gmail.com"
] | linra.kura@gmail.com |
432e3e7bbe1ca846cd75e0586f1e3c532f3ac4e4 | 5ce5cc2e862a824dce6082747316bb04783d0d64 | /jni/vendor/mpp-wrapper/inc/mpp_frame.h | 8ac0450583eedfadbcf83f4ade9021b20c5386da | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | FoilPlanet/minicap | 6b0be361671c5887aae03c4df6541c2bd4a3dc26 | f9aecbe5fac489e1f37a9e2ac1d78120ac0bc67e | refs/heads/master | 2020-12-28T14:21:40.704261 | 2020-03-01T17:17:28 | 2020-03-01T17:17:28 | 238,367,391 | 1 | 0 | NOASSERTION | 2020-02-05T04:26:26 | 2020-02-05T04:26:25 | null | UTF-8 | C | false | false | 14,843 | h | /*
* Copyright 2015 Rockchip Electronics Co. LTD
*
* 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... | [
"ziven@zerone.io"
] | ziven@zerone.io |
e1512481ab3e2ba46a793daa0074fe0f4e0a63d9 | 9d37f5a879b587ca6a1545a81a280346ec4b6c43 | /0x1C-binary_trees/3-binary_tree_delete.c | 1338f8ed8b36c6a45596905dc7d172d3364616a3 | [] | no_license | ntujvang/holbertonschool-low_level_programming | 85df3775bb807695dce7dd7d5b30ed998a39aea1 | 14c208ec28a5a6c4bf2e192f989257cb12b3ae48 | refs/heads/master | 2021-01-11T01:17:22.209267 | 2017-06-30T16:53:45 | 2017-06-30T16:53:45 | 70,731,039 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 332 | c | #include "binary_trees.h"
/**
* binary_tree_delete - deletes a bianry tree
* @tree: tree to delete
* Return: void
*/
void binary_tree_delete(binary_tree_t *tree)
{
if (tree == NULL)
return;
if (tree->left != NULL)
binary_tree_delete(tree->left);
if (tree->right != NULL)
binary_tree_delete(tree->right);
fr... | [
"96@holbertonschool.com"
] | 96@holbertonschool.com |
8097b6f1e3529accde4049077ca0fafa25609e7a | 17add67fda68705402a3811747fc4d1b312a88d8 | /src/engine/octa.h | b11168982e45342eda914021561627e984485739 | [
"Zlib",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | bedna-KU/OF-Engine | c8e9852c45a54f0ff7f3466665f199347c4c2e7a | c52a81487c4bf02251f6a2afe2a40cc2d4255819 | refs/heads/master | 2021-01-17T06:44:27.409430 | 2013-06-17T12:26:52 | 2013-06-17T12:26:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,826 | h | // 6-directional octree heightfield map format
struct elementset
{
ushort texture, envmap;
uchar orient, layer;
ushort length, minvert, maxvert;
};
enum
{
EMID_NONE = 0,
EMID_CUSTOM,
EMID_SKY,
EMID_RESERVED
};
struct materialsurface
{
enum
{
F_EDIT = 1<<0
};
ivec ... | [
"quaker66@gmail.com"
] | quaker66@gmail.com |
30ec4e46f5b05dffb636fd6c9d838582f706184b | 518298b3793772dcd1dd2275e33ed803706f6e33 | /E9 - CS/Code/aggiuntivi/E5.c | ce989602f3f2442ba93270f4da22c395ea937a84 | [] | no_license | DanySK/Course-FINFA-Lab | b346d6bf342be4196f414858bc0ba79babd3398c | 83a3ba7f11a9c3162199f2a91f1c4bb45216d854 | refs/heads/master | 2022-04-19T10:14:51.681260 | 2015-06-04T10:28:16 | 2015-06-04T10:28:16 | 256,251,239 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,798 | c | #include <stdio.h>
#include <stdlib.h>
/*
- Questo file contiene tutte le funzioni necessarie per generare diversi tipi di sequenze, testate tramite un main di prova: analizzare e comprendere il funzionamento di tali funzioni.
- Compilare il sorgente utilizzando il comando gcc E5.c -o e5 ed eseguire verificando che i... | [
"danilo.pianini@unibo.it"
] | danilo.pianini@unibo.it |
df30580ba72d16e947d19be424db4178450449d5 | 51c8aebcc63fd05ac712b6bd5586b82f4c7c44d4 | /day_5/1st_lection/timer.c | 9256ad4179668e54766f611f8dd8c36169ff6443 | [] | no_license | Maltonthewarrior/RTSoft_Practic | 2162ab127fa5ca87049fc07c1b9efb73ca21c074 | c207e0e9112c08cbe39caff67aabd8a718601efb | refs/heads/master | 2021-01-01T06:55:26.590394 | 2015-07-10T13:00:26 | 2015-07-10T13:00:26 | 38,690,700 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,062 | c | #include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <signal.h>
#include <time.h>
#define SIG SIGUSR1
#define CLOCKID CLOCK_REALTIME
static void handler(int sig, siginfo_t *si, void *uc)
{
printf("Caught signal %d.\n", sig);
}
int main(int argc, char *argv[])
{
struct sigaction sa;
struct sigevent... | [
"maltonthewarrior@yandex.ru"
] | maltonthewarrior@yandex.ru |
28774b0a94ae38cc6fd5a1e324b3c4a1b6fb2584 | 932ca34cbefdcd53a789d140381bb797df2deac4 | /src/files/read_basic.c | cd80019663fe03e264dfaeb5f9d4fe26bf847262 | [] | no_license | overetou/libfortress | aaa4e41b94fd70335a24864bcd4eeb492d16e914 | 7431ee4a629804b03e34a45ce681f5a90b5b7881 | refs/heads/master | 2020-04-20T21:36:17.475647 | 2019-02-26T11:10:38 | 2019-02-26T11:10:38 | 169,114,013 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 448 | c | #include "fortress.h"
#include <fcntl.h>
/*
**Open a file and fills the buffer with the specified amount of chars read from the file. Returns the file descriptor.
*/
int open_and_read_n(const char* file_name, char* buffer, SIZE lenstr)
{
int fd;
fd = open(file_name, O_RDONLY);
read(fd, buffer, lenstr);
return (fd... | [
"overetou@student.42.fr"
] | overetou@student.42.fr |
7045510708b6f345b6a726164d18018c66cd428d | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/shell/osshell/accessib/utilman/umanclnt.c | 822a06351b5fd7796c297d91ad26065b7ca5050e | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,294 | c | // ----------------------------------------------------------------------------
//
// UManClnt.c
//
// Utility Manager client depending code (used by UtilMan and UManDlg)
//
// Author: J. Eckhardt, ECO Kommunikation
// Copyright (c) 1997-1999 Microsoft Corporation
//
// History: created oct-98 by JE
// JE nov-... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
58c122738d32cbcf1666ffaffb48a41231f9e429 | 87b4e1e125fb306175c287f7253edcfc205b8128 | /src/fdat_crypt.h | 88c0a4e6597de320d0768a34dcc8885fd16a1e7b | [] | no_license | erik-smit/nex-hack | edd51fd35ac48081f54d92254078aff556d1d9af | cd3da2d35674aab89b19743b103f60f3315fba69 | refs/heads/master | 2020-05-15T18:12:31.779200 | 2014-02-22T12:05:44 | 2014-02-22T12:05:44 | 16,154,617 | 7 | 4 | null | null | null | null | UTF-8 | C | false | false | 2,031 | h | //
// Sony NEX camera firmware toolbox
//
// written (reverse-engineered) by Paul Bartholomew, released under the GPL
// (originally based on "pr.exe" from nex-hack.info, with much more since then)
//
// Copyright (C) 2012-2013, nex-hack project
//
// This file "fdat_crypt.h" is part of fwtool (http://www.nex-hack.info... | [
"smite@zylon.net"
] | smite@zylon.net |
fe489f7e7d853116d4d04a3b473f2396cf58a80c | f927b6ed283ecc96189a9c275936b98babd7d938 | /Microprocessor/AtmelStudio/15_Counter3/15_Counter3/15_Counter3.c | 6a3163a7c01cc21b66945e54434c5f7219a21bef | [] | no_license | Jeonghwan-Yoo/Uni | afc2408b0f7f17b87133118a7f71624371337708 | 9ae7e29fe8dcba4ec778e5025c8091307099b3e1 | refs/heads/master | 2021-07-16T07:39:48.226162 | 2020-09-11T14:34:49 | 2020-09-11T14:34:49 | 208,796,304 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,044 | c | /*
* _15_Counter3.c
*
* Created: 2018-06-12 오전 10:35:11
* Author: 17
*/
#include <avr/interrupt.h>
#include <avr/io.h>
unsigned char SEG[16]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86,0x8e};
int count=0,loop=0,num=0,tenNum=0;
ISR(TIMER0_OVF_vect){
if(count<10){ //FND 일의 자리만 킬 ... | [
"dwgbjdhks2@gmail.com"
] | dwgbjdhks2@gmail.com |
e0d7a1ae967c385165fa3d7f58376e62886535a1 | 94226a23d0d0616e7594fd0f7eb0f82c1c145ef0 | /lib/my/my_strlowcase.c | fd9bd9d72a6681388d621da82705c6526591528f | [] | no_license | NassimAlaimi/my_defender | 9108069dbaad64f979f0ba7efdc5557430975f71 | cb5c4c4f99d732626143b89636baa6f1ad3615b1 | refs/heads/master | 2023-04-11T03:59:02.198987 | 2021-04-27T12:04:32 | 2021-04-27T12:04:32 | 361,822,754 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 320 | c | /*
** EPITECH PROJECT, 2020
** my_strlowcase.c
** File description:
** function to put every character in a string to lowercase
*/
#include "my.h"
char *my_strlowcase(char *str)
{
for (int i = 0; str[i] != '\0'; i++) {
if (str[i] >= 'A' && str[i] <= 'Z')
str[i] += 32;
}
return (str);
} | [
"Nassim@localhost.localdomain"
] | Nassim@localhost.localdomain |
1927efd26cf416ae72ac771870d95b818b0dd5ca | 88820e75a6afe09591e4f6c153a7cc1aec3b0102 | /MIWI/MASTER/Exemple Miwi/v2015_08_10/apps/miwi/miwi_p2p/simple_example/firmware/src/system_config/exp16_pic24f128ga010_89xa/system_config.h | 97104f6e7fedc355c2d519a9bd4654fb03dc6780 | [] | no_license | 243-510-MA/243-510-A17 | e818c00a3ffd32000a20384d951ccb1cab54ee91 | 320c38863dfb7ebb12454442bedd5feb5814121f | refs/heads/master | 2021-08-28T17:04:14.871620 | 2017-12-12T21:25:51 | 2017-12-12T21:25:51 | 104,472,201 | 3 | 1 | null | 2017-09-22T13:43:55 | 2017-09-22T12:31:33 | null | UTF-8 | C | false | false | 5,096 | h | /********************************************************************
Software License Agreement:
The software supplied herewith by Microchip Technology Incorporated
(the "Company") for its PIC(R) Microcontroller is intended and
supplied to you, the Company's customer, for use solely and
exclusively on Microchip ... | [
"gabdespres18@gmail.com"
] | gabdespres18@gmail.com |
f738e7ac03771bdd110de710d409182d911a6cd6 | f62ddee2dcadcae0e90f969be513b04e16dabf58 | /data/source/yaltools/mount_handle/system_string_copy_from_64_bit_in_decimal.c | a5d1bc47cda5ee6ad2e18a91e4836a551dba0ba0 | [
"Apache-2.0"
] | permissive | libyal/libyal | 30bccf56471dbf874292fe32d5d9173fd470df0e | 124111953917f65782a66a80e96a502ce2331b09 | refs/heads/main | 2023-07-25T09:25:46.068071 | 2023-07-08T09:56:44 | 2023-07-08T09:56:44 | 23,780,738 | 196 | 30 | Apache-2.0 | 2022-11-27T19:01:42 | 2014-09-08T05:57:58 | C | UTF-8 | C | false | false | 2,471 | c | /* Copies a string of a decimal value to a 64-bit value
* Returns 1 if successful or -1 on error
*/
int mount_handle_system_string_copy_from_64_bit_in_decimal(
const system_character_t *string,
size_t string_size,
uint64_t *value_64bit,
libcerror_error_t **error )
{
static char *function ... | [
"joachim.metz@gmail.com"
] | joachim.metz@gmail.com |
eef265b4472398fa2fb812ba972f4dbf5ae58c99 | 6432ffa0649947cdb0c2045a3a7b2b2bee27e8c2 | /d/taohuacun/shiji3.c | b013efb44b1e3afad3f34fcc8679103e91f0e3f1 | [] | 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 | 639 | c | // /d/taohuacun/shiji3.c
// Last Modifiedy by Zeratul June 2000
inherit ROOM;
void create()
{
set( "short", "市集" );
set( "long", @LONG
你身处市集中,身边人头攒动,吆喝叫卖之声不绝于耳。于是你就
想,如果手头有点什么货水,不就可以和这个肉贩换(change)点东西回
去嘛?!
LONG
);
set( "exits", ([
"south" : __DIR__"shiji2",
"west" : __DIR__"shiji8",
"east" : __DIR__"shiji9... | [
"freddy.chua@ey.com"
] | freddy.chua@ey.com |
21aadb26909bd7995ba2a3b96845f6f949489581 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/bc2722fc-a26d-4e61-9ccd-4babd22d686b.c | 36e486404369e16726e044888b887912b8795c97 | [] | 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 | 611 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=122;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = k/j;
l = l-j;
l = l/j;
l = l%j;
l = l-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[44]... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
e5bccdc13a4f9fcf73e90a49a3ea82272a5b8483 | 04bd189301f76d435dffc9e1fabead4c0593a78e | /Week5/q3.c | e7cb5077e387339ad819f9f8d9119d30e2dcf48f | [] | no_license | vrush03/Compiler-Design | 17531584eb90a4155f437fca82e4fa6361618b60 | 13b57acb7249c899634773d0d4c2384b42261dda | refs/heads/master | 2021-01-19T10:43:03.155633 | 2017-02-16T18:12:03 | 2017-02-16T18:12:03 | 82,210,594 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,665 | c | #include <stdio.h>
#include <stdlib.h>
char buffer[1000];
int lookahead=0;
void S();
void A();
void B();
void Ad();
void error()
{
printf("Error\n");
exit(0);
}
void S()
{
if (buffer[lookahead]=='a')
{
lookahead++;
printf("Pointing to %c\n", buffer[lookahead]);
A();
i... | [
"uvrushank21@gmail.com"
] | uvrushank21@gmail.com |
81706dce4d5143110d1b19916793d44740c02f3e | 3be02c135319163df5740164322f96e3fbc336ac | /People/Steve/hghc_expanded_example/code/src/main.c | 42ef4ae20f6bebd6b8a3227e1d6a5d5f9d2973d8 | [
"BSD-2-Clause"
] | permissive | JacquesCarette/Drasil | fdbcb231ea5fccf0485f4d22fa0e4b268a6fd14a | 582fc89bb78b53d7ad06a1940894718edb394dce | refs/heads/master | 2023-08-14T19:19:22.982991 | 2023-08-11T20:05:55 | 2023-08-11T20:05:55 | 23,760,783 | 141 | 38 | BSD-2-Clause | 2023-09-13T15:54:36 | 2014-09-07T13:44:04 | Haskell | UTF-8 | C | false | false | 1,076 | c | #include <stdio.h>
#include <stdlib.h>
#include "calc.h"
int main(int argc, char* argv[])
{
if(argc != 2){
printf("Usage: hghc infile\n");
exit(1);
}
FILE *inFile = fopen(argv[1], "r");
if(!inFile){
fprintf(stderr, "Could not open file \"%s\"\n", argv[1]);
exit(2);
... | [
"palmes4@mcmaster.ca"
] | palmes4@mcmaster.ca |
3b4568b9cf0aa4fd5c8bdbed86bf8b6b1e184862 | 2ac48f8c9bbf9408f1a80677b7b88537ba40a5bc | /corewar/lib/my/src/my_show_word_array.c | 954c5a888e1ba06fcb17ba7a8013d3f6203ff47a | [] | no_license | mikeskyzo/corewar | 0cf7364ebdbc58b34abaf422b9b3972f26c055bd | 02f237f0391cb228138e78af4f016f6dec88f818 | refs/heads/master | 2020-03-19T09:42:16.930626 | 2018-03-10T15:50:51 | 2018-03-10T15:50:51 | 136,311,114 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 274 | c | /*
** EPITECH PROJECT, 2017
** CPool_Day08_2017
** File description:
** Display the content of an array of words
*/
#include "my.h"
int my_show_word_array(char * const *tab)
{
for (int i = 0; tab[i] != 0; i++) {
my_putstr(tab[i]);
my_putchar('\n');
}
return (0);
}
| [
"julian.frabel@epitech.eu"
] | julian.frabel@epitech.eu |
ac1615bb10e7c7c05497ac47522677a0b49f795c | f74e34e1f308f2d453d66b4a531a88c44cfd4a5f | /stag_detect/include/stag/ED/MyMath.h | 60a01f94977f4a0b43074ea199ca00d297e7a58a | [
"BSD-3-Clause"
] | permissive | UbiquityRobotics/fiducials | 40059bd4a3e3098dba18e3408ec84c638c39c43d | 6c09104dd183925549e73825d50123ba5339d258 | refs/heads/noetic-devel | 2023-01-06T19:04:33.108565 | 2022-09-23T20:37:23 | 2022-09-23T20:37:23 | 30,819,640 | 263 | 143 | BSD-3-Clause | 2022-11-17T12:20:13 | 2015-02-15T06:11:15 | C | UTF-8 | C | false | false | 170 | h | #ifndef MY_MATH_H
#define MY_MATH_H
double myAtan2(double yy, double xx);
float fastsqrt(float val);
float fastsqrt2(float f);
double fastsqrt(double y);
#endif | [
"bosticmatjaz@gmail.com"
] | bosticmatjaz@gmail.com |
cee05b4935d36a0af30c281fc4ece0124acbfcbe | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/sound/pci/ice1712/extr_ice1724.c_snd_vt1724_pcm_hw_params.c | afa6fcbbb30269f98315bbbe7f1cc47aeff7b8cf | [] | 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 | 2,527 | 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 |
d781bcf5dad8918d25b98ee8c2d1b8818bc5b930 | f098c361ee79bb8b7a8402fcf20b37f17fb36983 | /Back-End/C/Data Structure/Linked-List/Singly linked list/Type_1/linked_list.c | fee34412f4444f670df2a82b620020b1aff63ef2 | [
"MIT"
] | permissive | rnsdoodi/Programming-CookBook | 4d619537a6875ffbcb42cbdaf01d80db1feba9b4 | 9bd9c105fdd823aea1c3f391f5018fd1f8f37182 | refs/heads/master | 2023-09-05T22:09:08.282385 | 2021-10-31T11:57:40 | 2021-10-31T11:57:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,879 | c | /*
Singly linked list Implementation
@Author: Federico Baú
@Date: 02 - Jan 2021
*/
#ifndef __LINKEDLIST_C__
#define __LINKEDLIST_C__
#include <stdio.h>
#include <stdlib.h>
#include "linked_list.h"
// ================= < ListItem's Functions Definitions > ================= //
ListItem * list_item_... | [
"58447627+Koubae@users.noreply.github.com"
] | 58447627+Koubae@users.noreply.github.com |
4666593d4f0b8ce229faf758a5c9688c8071387c | ee31918613a8ff88ba8458d96240ba3dc0475448 | /bitvector-using-bit-op.c | f095802afbfef0b83e2f706c4d27d2de2d9205c7 | [] | no_license | wangguibao/algorithms | 00975ff12f48bf235d7bc50d5627625470f62074 | 06f9f4c5f7a61a2f3b3355f2ffd349ee53f7b149 | refs/heads/master | 2023-08-03T17:09:38.997440 | 2023-08-03T09:22:58 | 2023-08-03T09:22:58 | 3,753,424 | 7 | 5 | null | null | null | null | UTF-8 | C | false | false | 1,096 | c | /*
* bitvector-using-bit-op.c
* Implement set(), clear() and test() with bit operations, like AND, OR, or SHIFT
*/
#include <stdio.h>
#include <string.h>
#define BITS 1000
#define BITSPERWORD 32
#define SHIFT 5
int a[1 + BITS/BITSPERWORD];
#define set(i) a[(i) >> SHIFT] |= 1 << ((i) & (BITSPERWORD - ... | [
"wang_guibao@163.com"
] | wang_guibao@163.com |
8d3bff0ec978494eb6faa5afb487f04724f8acb0 | 63bbcb9ff248e8a5754036b91103e5bd7fabff65 | /CSAPP/asm/arith.c | 7dc50e90946c45708e2d11e7f59bd117ee43922d | [] | no_license | jkcodetracer/JustForFun | 71ede3eef885aa41dec4e6d5c37079f869ae0539 | 950539c2647fb46be8d2c877a8c7123ba691f4ab | refs/heads/master | 2021-01-02T09:15:30.628258 | 2017-06-25T13:17:18 | 2017-06-25T13:17:18 | 7,242,061 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 121 | c | int arith(int x, int y, int z)
{
int t1 = x^y;
int t2 = z*48;
int t3 = t1 & 0xFFFF;
int t4 = t2 * t3;
return t4;
}
| [
"joker0910@sina.com"
] | joker0910@sina.com |
25052b678a6ece09ee92991fa7f1e94e002bbca2 | d6c1c31b30a91a3572c6d76f932a1d98502099c3 | /var_pcp.h | 00c91b58e301363c17d0aa00bdfbb5d84c12e437 | [] | no_license | alvaroffj/pga_paralelo | a144b99d5b42e376c45f275eb35fde1c6ca9a918 | d661ca08b43ef623eb9e0e56a61a55f35bb2061c | refs/heads/master | 2021-05-29T08:18:54.980942 | 2012-08-27T22:45:53 | 2012-08-27T22:45:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,403 | h | /*---------------------------------------------------------------------------------------*/
/* var_pcp.h - variables globales del Problema de Corte de Pieza Bidimensional Restricto */
/*---------------------------------------------------------------------------------------*/
#ifndef VAR_PCP_H_
#define VAR_PCP_H_
int ... | [
"super.neeph@gmail.com"
] | super.neeph@gmail.com |
0920739d0b2cce1b6bb5dc639c1e070f02494090 | 93ce4277740c7a25c39438b3a38d08fa9fb13fc4 | /modulodivisao.c | 3d2c82ca51af905981ac018690e7de7693124cef | [] | no_license | VitorEmanuelDev/Curso--C--eXcript | efd7d6a0d172937d10876978f0eaddf596e7b5c4 | dedb50bcadd64025c978580cf494fd5c2c4ba1b8 | refs/heads/master | 2020-06-23T20:38:42.361295 | 2019-08-14T02:54:40 | 2019-08-14T02:54:40 | 198,746,403 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 115 | c | #include <stdio.h>
#include <stdlib.h>
int main() {
printf("%i\n", 3 % 2);
printf("%i\n", 4 % 2);
return 0;
}
| [
"noreply@github.com"
] | VitorEmanuelDev.noreply@github.com |
11fb8fb11c47df767ac9be110e418b0f447c8be0 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/9f803632-a149-40f0-8389-493f85c3dd9d.c | f0adcb0a87531c30877e2be625903dd9e0894404 | [] | 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 | 575 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=11;
int k;
int l;
k = 53;
l = 64;
k = i%j;
l = i/j;
l = i-j;
l = l%j;
l = i-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
char b[33];
char c[84];
a = 0;
whil... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
70bb6e47468f8d1e94a9c4cecc19063718d990e2 | bdb36ace9e092b27acaced976d081875036a525b | /src/quadric.h | 62fc357e8e39ac7c0c6a54dcbec13124585ee973 | [
"Zlib",
"LGPL-2.0-or-later",
"BSD-3-Clause",
"LGPL-3.0-only",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"MIT",
"LicenseRef-scancode-free-unknown"
] | permissive | ningfei/niimath | 94f0f01e46ff6d87301866458ee2b6e916db8946 | f644a9738ed1f014acd39818dae153f7a6f225e3 | refs/heads/master | 2023-01-11T14:50:17.863765 | 2022-12-05T14:13:06 | 2022-12-05T14:13:06 | 236,615,442 | 0 | 0 | BSD-2-Clause | 2020-01-27T23:07:15 | 2020-01-27T23:07:14 | null | UTF-8 | C | false | false | 360 | h | #ifndef QUADRIC_H
#define QUADRIC_H
#include "meshtypes.h"
void quadric_simplify_mesh(vec3d **vs, vec3i **ts, int* nvert, int *ntri, int target_count, double agressiveness, bool verbose, bool finishLossless);
void laplacian_smoothHC(vec3d *verts, vec3i *tris, int nvert, int ntri, double alpha, double beta, int iter, ... | [
"rorden@sc.edu"
] | rorden@sc.edu |
d3f16bc0213d9e96280c62233b907d2b67163ee9 | ee73fdcceb1094108c0a9e209535d7915e2e33b3 | /Green openETCS Non-Vital Demonstrator/Source Code/Source Code ETCS Onboard Unit System/Generated_Code/KCG-ERSA/sendLevelListPkg_manage_DMI_Output_Pkg.c | 372b91b54067e1294fb68da4e5152bb0d2591437 | [] | no_license | stefan-karg/srcAndBinary | d912b03c44d75b807dc4f9b67938dde73dd52ccf | 5e0a11c72a20ca8c1386c55d0cd3e4c7463fb600 | refs/heads/master | 2020-12-31T03:36:26.071772 | 2015-12-07T14:57:47 | 2015-12-07T15:00:53 | 47,557,434 | 0 | 0 | null | 2015-12-07T14:36:45 | 2015-12-07T14:36:45 | null | UTF-8 | C | false | false | 1,598 | c | /* $**************** KCG Version 6.4 (build i21) ****************
** Command: kcg64.exe -config R:/Repositories/modeling/model/Scade/System/OBU_PreIntegrations/Demonstrators/ERSA_EVC_Testrunner/config.txt
** Generation date: 2015-12-07T14:47:39
*************************************************************$ */
#include... | [
"info@stefankarg-it.de"
] | info@stefankarg-it.de |
d4c2f2cb3c4885b8954dca57ac13971359be4669 | b1965bc866d97ed53e73efad017fb3ffceab0766 | /unsafe_generic_hashset/src/unsafe_init_hash_element.c | fc83d509c58494da3923e20c4d7f39cf44c15a5b | [] | no_license | Mihdi/MemorySafenet | d5578fc34136c0c4c82e9186c62e2616f890778b | 62e1d5fea953ef13253d57ec17b51b8168d35742 | refs/heads/master | 2023-04-20T23:33:18.431014 | 2021-05-10T13:34:54 | 2021-05-10T13:34:54 | 363,252,290 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 277 | c | #include <stdlib.h>
#include "../utils.h"
struct hash_element *unsafe_init_hash_element(void)
{
struct hash_element *out = calloc(1, sizeof(struct hash_element));
if (!out)
{
return NULL;
}
out->prev = out;
out->next = out;
return out;
} | [
"noreply@github.com"
] | Mihdi.noreply@github.com |
b1884786f2be91b1d2c6efb8cf9db650e2bc54dc | 0624d4616954f003e40b41c68986d9546a7501fe | /rasPi/lotto/main.c | 642760387c0e7fe67e56363ce214e3ce39cc3835 | [] | no_license | fbqweasd/DGSW-std-Linux | 70102d571687ea57973ebfb51009fecab0120ee4 | 4d24692d2646ebd79e3a289554ff30f6469025e8 | refs/heads/master | 2020-03-08T12:58:54.107193 | 2018-04-17T09:20:38 | 2018-04-17T09:20:38 | 128,145,270 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 519 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
int test_n(int *arr);
int main(){
int lotto[7];
int i;
srand(time(NULL));
for(i=0;i<7;i++){
lotto[i]=rand()%45+1;
}
hi:
for(i=0;i<7;i++) printf("%d ",lotto[i]);
printf("\n");
if(test_n(lotto)){
goto hi;
}
for(i=0;i<7;i++)
printf("%d ",lott... | [
"fbqweasd2911@gmail.com"
] | fbqweasd2911@gmail.com |
97d5bfcc254d3332d2216c69f1820a010166d740 | dad2aeeea208a5bd4fc9003971fff40543d66ab9 | /L3G.h | ffba88e0e1583009cae3e64e1e3297af16987307 | [] | no_license | mwilliams03/PiBBOT-V2 | e919ecb07dfa202b81775e208a92ff5bfedbe603 | f4e39a13f763f150b47e78cf13e7466bf3d727c9 | refs/heads/master | 2021-01-13T01:48:59.527535 | 2016-01-13T11:12:50 | 2016-01-13T11:12:50 | 12,029,471 | 11 | 6 | null | null | null | null | UTF-8 | C | false | false | 962 | h | #ifndef _L3G_h
#define _L3G_h
#define L3GD20_ADDRESS 0x6b
#define L3GD20_ADDRESS_SA0_HIGH (0xD6 >> 1)
#define GYR_ADDRESS (0xD6 >> 1)
#define L3G_WHO_AM_I 0x0F
#define L3G_CTRL_REG1 0x20
#define L3G_CTRL_REG2 0x21
#define L3G_CTRL_REG3 0x22
#define L3G_CTRL_REG4 0x23
#define L3G_CTRL_REG... | [
"mark.mwilliams@gmail.com"
] | mark.mwilliams@gmail.com |
e0e49fe5bcd7bcd09ee1a8cdbbbf1bb120e85e13 | ddcc7372db3e527718c1399670809cfaf87fa865 | /S32K144_CAN_PAL_SamplePrj_Basic_TxRx_ID_FiltersConfig_SDKRTM3P0/Generated_Code/clockMan1.h | 35e2464e1105d484e5aa831b9af9bafc71879cae | [] | no_license | gaXB/Combin2 | d16a8ecf2a8cd1367d5e4f6b2287bb1cfe12eccf | 96428d1366fb7c2ab9d709673af19af0d14c7c4f | refs/heads/master | 2021-06-28T23:12:57.054084 | 2020-12-16T00:39:02 | 2020-12-16T00:39:02 | 203,902,984 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,325 | h | /* ###################################################################
** This component module is generated by Processor Expert. Do not modify it.
** Filename : clockMan1.h
** Project : S32K144_CAN_PAL_SamplePrj_Basic_TxRx_ID_FiltersConfig_SDKRTM3P0
** Processor : S32K144_100
** Component ... | [
"xia8710279@163.com"
] | xia8710279@163.com |
e6c79d1d7196024108130a61cebabf9ba28bc4d2 | d23a6c0de64379b5943d37d6548e561c684d2615 | /src/main.c | 9c9ba2088600e03488a0cf9a48e04e35f5483f12 | [] | no_license | pauleurs/CPE_matchstick_2017 | 60e80149a9517e29417fecc8b5af3b53cdf649ab | 29850ab9b7b151dc9ac00023534090067049a166 | refs/heads/master | 2022-05-27T19:38:32.762632 | 2022-05-20T14:37:15 | 2022-05-20T14:37:15 | 166,389,935 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 827 | c | /*
** EPITECH PROJECT, 2018
** main.c
** File description:
** paul-emile.leurs@epitech.eu
*/
#include "my.h"
#include <stdlib.h>
#include <unistd.h>
int management_game(char **map, int *nb)
{
print_map(map);
while (1) {
my_putstr("\nYour turn:\n");
if ((map = check_player(map, nb, -1)) == NULL)
return (0);
... | [
"paul-emile.leurs@epitech.eu"
] | paul-emile.leurs@epitech.eu |
12d712b25aed5e2263ff1dfa0ee2b765da5d3915 | 611617d70848f08a954e802153a13db96b38c094 | /customer.h | 50d6d8898c356df2a131bfd26e7314c97d5b099f | [] | no_license | HaleighGifford/Simulation_3q_3s | b138f921d474de7b3fcce35b4ccb263c833b4ec1 | 5e12c16f86ba0c7accc8d3522db9aeea5f81d5df | refs/heads/master | 2020-05-18T22:41:11.056852 | 2019-05-03T14:13:36 | 2019-05-03T14:13:36 | 184,696,277 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 646 | h | //****************************************************************************************************
#ifndef CUSTOMER_H
#define CUSTOMER_H
//****************************************************************************************************
struct Customer
{
int id;
int arrivalTime;
int serviceTime;... | [
"noreply@github.com"
] | HaleighGifford.noreply@github.com |
6b690267dc1b464fda8de11943c0d43e5dfbcdb9 | b49b3eb7526c1d871a28b05512ecd2004ab7c56c | /headerOutput/frame46.h | d1dc31ab4e8b5a57e70e43b1f6724e3b9e714473 | [] | no_license | sjoshi804/UCLA-MARS-LAB | 067ce68852d0248ae6140e4cd8e4a31254c3f1cd | 5789338dad296d98927018afe2a98d4aa83277cf | refs/heads/master | 2022-01-31T08:15:17.295806 | 2019-05-21T04:05:49 | 2019-05-21T04:05:49 | 156,343,470 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 383,356 | h | in_flag =1;
in_width = 320;
in_height = 240;
in_maxgrey = 255;
unsigned char Data[240][320]={
{0x1d,0x1d,0x1d,0x1f,0x22,0x24,0x26,0x28,0x28,0x2b,0x2f,0x34,0x37,0x3b,0x40,0x42,0x43,0x42,0x42,0x3d,0x3a,0x39,0x36,0x35,0x35,0x35,0x35,0x36,0x36,0x36,0x36,0x37,0x39,0x38,0x39,0x39,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,... | [
"sjoshi804@gmail.com"
] | sjoshi804@gmail.com |
262127339da0369c2d79121fb967bfe58a900090 | cb8c337a790b62905ad3b30f7891a4dff0ae7b6d | /st-ericsson/multimedia/imaging/isp_firmware/isp8500_firmware_IMX072/source/FW_src/isp_fw/PictorProject/Aperture/Aperture.h | 2a7ef4bb98ef685d41eacc8c989e3942184608ce | [] | no_license | CustomROMs/android_vendor | 67a2a096bfaa805d47e7d72b0c7a0d7e4830fa31 | 295e660547846f90ac7ebe42a952e613dbe1b2c3 | refs/heads/master | 2020-04-27T15:01:52.612258 | 2019-03-11T13:26:23 | 2019-03-12T11:23:02 | 174,429,381 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,469 | h | /*
* Copyright (C) ST-Ericsson SA 2010. All rights reserved.
* This code is ST-Ericsson proprietary and confidential.
* Any use of the code for whatever purpose is subject to
* specific written permission of ST-Ericsson SA.
*/
/**
\if INCLUDE_IN_HTML_ONLY
\file Aperture.h
\brief This file expo... | [
"xiangxin19960319@gmail.com"
] | xiangxin19960319@gmail.com |
60586a5b696f5a15af06ed6135e721465510fddd | b462ec6773c10d1f887fce192301fbbe1d9c6a38 | /renshu-6-2.c | beb18be9e448d1cdf28fa7419a84a3c007f1c248 | [] | no_license | cutenuigurumi/understandcat | c65b2fc68880409d6d9b2c562b2ad0eff1dde94e | 5b44a75a506e42750e461a8ccdab1a5be333f93d | refs/heads/master | 2022-09-29T00:53:07.184404 | 2014-11-25T12:16:58 | 2014-11-25T12:16:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 247 | c | #include<stdio.h>
int kaijo(int);
int main()
{
int i;
for (i = 1; i < 11; i++)
printf("%d! = %d\n", i, kaijo(i));
return 0;
}
int kaijo(int n)
{
if(n == 0)
return 1;
else
return n * kaijo(n - 1);
}
| [
"ebara10@c.kyoai.ac.jp"
] | ebara10@c.kyoai.ac.jp |
0888de3baa24f7e992b907caf5cd20edcf3e1145 | 754e68abf421f93942005de54114a36810ed6060 | /src/tekspr.c | 1028bc366bcb2afe3cc3a8a557d271d99914f6dd | [] | no_license | jonof/jftekwar | b127c282463ace917bd4ba626161bc066db5c3b0 | 45c37ed419c252da5b89a3af53aa72ba640d0fc5 | refs/heads/master | 2023-01-24T14:26:31.633997 | 2023-01-08T07:26:39 | 2023-01-08T07:26:39 | 28,502,496 | 14 | 4 | null | 2016-05-24T09:53:19 | 2014-12-26T06:44:57 | C | UTF-8 | C | false | false | 26,904 | c | /***************************************************************************
* TEKSPR.C - checktouch, analyze, etc. for sprites *
* *
* *
***********... | [
"jf@jonof.id.au"
] | jf@jonof.id.au |
77e867bfbede554bdcc2d6c7ed842114f0902827 | d8002765f55637eb4edd1a7dc333c06ad91baabf | /TestHii/TestHii.h | 6ddd03bae8588e58c23e2517830274a9ec8d1477 | [] | no_license | GeisianeFranca/TesteUefiPkg | 0e8975ef637fc6a5e45e5958703e9a0f4df8b93d | dee49dd72e8c883791b46d621f66b6342bce51d0 | refs/heads/master | 2021-08-15T07:46:53.599427 | 2017-11-17T15:29:30 | 2017-11-17T15:29:30 | 105,765,782 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 756 | h | #ifndef _TEST_HII_
#define _TEST_HII_
#include <Uefi.h>
#include <Protocol/HiiConfigRouting.h>
#include <Protocol/FormBrowser2.h>
#include <Protocol/HiiConfigAccess.h>
#include <Protocol/HiiDatabase.h>
#include <Protocol/HiiString.h>
#include <Guid/MdeModuleHii.h>
#include <Library/HiiLib.h>
#include <Library/BaseMe... | [
"geisiane.franca@lsbd.ufc.br"
] | geisiane.franca@lsbd.ufc.br |
ff80b57d3f2465e6377ca49fc844babe514a5b48 | 146dc3a84ca944bd278a600070d5c8d231c07a6c | /Pods/Headers/Private/XCThirdPlatformSDK/AlipayHeader.h | 6bc5f79f0ba099fc770d90dcdebd6daf73fd387e | [
"MIT"
] | permissive | r2rbrgmn/PBR | 521268fa697990b7d9c2824d6b50907e6ae4cc6a | bfb362f0e20a1220c681b9f077ccf4b964fb9981 | refs/heads/master | 2020-03-24T08:17:54.290074 | 2018-05-31T07:27:37 | 2018-05-31T07:27:37 | 142,591,333 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 79 | h | ../../../XCThirdPlatformSDK/XCThirdPlatformSDK/Classes/AlipaySDK/AlipayHeader.h | [
"1016697223@qq.com"
] | 1016697223@qq.com |
b43a79d38cd105060dc6c277579e6570b25249fa | d9c1c4ae9e03d9e2782d8a898e518a3b8bf6ff58 | /videoDetect/video_detect/WMV_TO_H264/resource.h | 5a3268b852458b133c75ad9c36e50d159b8790d8 | [] | no_license | zhaohongqiang/Codes | 753166b168a081d679e474ad0b0062d463a06096 | f28c860a65afc81ba19d1f49e1edbda719f44f03 | refs/heads/master | 2021-03-04T16:11:47.299084 | 2019-11-02T06:12:39 | 2019-11-02T06:12:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 705 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by WMV_TO_H264.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_WMV_TO_H264_DIALOG 102
#define IDR_MAINFRAME 12... | [
"jc1402080216@163.com"
] | jc1402080216@163.com |
6bcaf34bb6388060a4ef4acdc7235d44e98e4e1b | 6bdef26bdd38b3ab6234e8f8729e56686a7963c9 | /common/ListView.h | 8aa64ab3b85183c477527b4eda495b3ea21eebf1 | [
"MIT"
] | permissive | rodrigocfd/id3-padding-remover | cacb2bdbf8ccf34091df9fc4d935131928b6d6be | 29513a4708d6327df04eca7c306c87d9ff231a09 | refs/heads/master | 2023-08-25T00:17:20.066142 | 2019-08-15T00:32:05 | 2019-08-15T00:32:05 | 4,306,690 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,506 | h | /**
* ListView control shorthand routines and macros.
* The idea is, when dealing with a ListView control, use only these, and don't
* call directly the system routines/macros.
*/
#include <Windows.h>
#include <CommCtrl.h>
#define ListView_fullRowSel(hlist) ListView_SetExtendedListViewStyle(hlist, L... | [
"rcesar@gmail.com"
] | rcesar@gmail.com |
881f1b2b092cd389adc6bef52e74ac40649043c3 | e66fceee9d201962b0668e1f58c46859854fceb4 | /d/shaolin/jlyuan.c | cfc30852bb01229e86b180f8de79e07234f1de43 | [] | no_license | cao777/mudHYLib | a8a6e28d097afb87ef68ee0a3fae13a1c50fe822 | dd7832cc0abad1a21c797692c3f5fafd98702fb6 | refs/heads/master | 2023-03-15T16:26:34.697435 | 2018-12-03T15:35:34 | 2018-12-03T15:35:34 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,364 | c | // Room: /d/shaolin/jlyuan.c
// Date: YZC 96/01/19
#include <ansi.h>
#include <login.h>
inherit ROOM;
void create()
{
set("short", "戒律院");
set("long", @LONG
整个大殿门户紧闭,密不透风。即便是在白昼,也犹如黑
夜一般,每隔几步的墙上,点燃着几枝牛油巨烛。下方摆着一
排排烙铁、水牛皮鞭、穿孔竹板及狼牙棒等刑具。四周站满了
手持兵刃的执法僧兵。他们正用冷酷的眼神打量着你,令你不
禁浑身哆嗦起来。
LONG );
set("no_fi... | [
"i@oiuv.cn"
] | i@oiuv.cn |
b93d9a39caaf2a7535cf528b6176a8dbcbccb03c | e0837fec64290d5fde3a63c8885e998eebefa9f9 | /src/pokemon/gfx/crustlePAL.h | 47b7f726f0c279fb477e645ccc74ef50c408e549 | [] | no_license | EternalCode/Dark-Wish | 5b9ef00cefa3e68251770fd0a2a6eef3d04b5449 | 5e5450bfca5fe6f27e3896624b08a43f09e4216f | refs/heads/master | 2021-07-09T01:03:48.749029 | 2020-07-20T17:33:55 | 2020-07-20T17:33:55 | 168,088,353 | 2 | 9 | null | 2019-11-29T01:19:18 | 2019-01-29T04:22:08 | C | UTF-8 | C | false | false | 586 | h |
//{{BLOCK(crustlePAL)
//======================================================================
//
// crustlePAL, 16x16@4,
// + palette 18 entries, lz77 compressed
// Total size: 36 = 36
//
// Time-stamp: 2019-03-03, 16:26:55
// Exported by Cearn's GBA Image Transmogrifier, v0.8.14
// ( http://www.coranac.com/project... | [
"dilshan.gunasekera@mail.utoronto.ca"
] | dilshan.gunasekera@mail.utoronto.ca |
5753314e977434d8ab1bd361b17ca8786520c8b1 | 0eb15ba5ba92e6ecbdb3fdc6da23b943174f36e8 | /wifisdk_for_rtk_871x/project/realtek_amebaz_va0_example/tuya_user/rtlbn_light_rgb/rgb.si4project/Backup/mcu_api(2906).c | 6182b0583118586f99fc2d3550b33950392ced9c | [] | no_license | ghsecuritylab/StudyDocs | d4c0e36bfd08a3b9aaa47533ae8c22ce3e3c5f3d | 846700ef1bcc76190a0ecfff907658d000724046 | refs/heads/master | 2021-02-26T08:58:52.331052 | 2020-01-02T02:18:44 | 2020-01-02T02:18:44 | 245,513,531 | 0 | 0 | null | 2020-03-06T20:47:04 | 2020-03-06T20:47:03 | null | UTF-8 | C | false | false | 37,247 | c | /****************************************Copyright (c)*************************
** 版权所有 (C), 2015-2020, 涂鸦科技
**
** http://www.tuya.com
**
**--------------文件信息-------------------------------------------------------
**文 件 名: mcu_api.c
**描 述: 下发/上报数据... | [
"1234"
] | 1234 |
e7870fdb9e805bc0c4efc15a1bffea512e3afc11 | fd5b3fb5840df0860bee22dd2cbc7086af6378ad | /Pods/Headers/iOS-KML-Framework/KMLGroundOverlay.h | f597a64b80f8d195f95f0cf0a8a125f3737520ab | [] | no_license | boska/Climber | 11f11f8f693596e41b6b16edec1c75ab63ed16f2 | 493fb1f793e9efd92ab1b992ca8d7265de8859b8 | refs/heads/master | 2021-01-17T05:44:04.857303 | 2013-07-24T09:02:51 | 2013-07-24T09:02:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 46 | h | ../../iOS-KML-Framework/KML/KMLGroundOverlay.h | [
"mr.boska@gmail.com"
] | mr.boska@gmail.com |
11368a19e08ffbb9325157f2471682857e6ab178 | a1446c3f95df2dfe097a9bd6b463767b00f18140 | /lib/libc/gen/signame.c | 39841917fa915f32623b71ce2c4c494c82c61d89 | [] | 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 | 2,498 | c | /* $OpenBSD: signame.c,v 1.5 2009/11/27 19:47:45 guenther Exp $ */
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Re... | [
"cludwig@net.t-labs.tu-berlin.de"
] | cludwig@net.t-labs.tu-berlin.de |
568ba58309836e7db680f52862d3502797a7733a | 5c5c72d588ae353c21fc76d24e5ee7d8f93f569e | /mpi_implementation.c | e2a7dc57890c85e7e0cebab1525aaaee49b7f7d0 | [] | no_license | ikoko3/HuaParallel2019 | da04ec37105849158e578fa71dccda7ec163c0b0 | 8d9ccb1f36e73c0b0eaafb243763b1bb1beff215 | refs/heads/master | 2020-04-18T18:14:11.708764 | 2019-02-17T13:43:06 | 2019-02-17T13:43:06 | 167,677,774 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,117 | c | #include <stdio.h>
#include <string.h>
#include <assert.h>
#include "Helpers/FileHelper.h"
#include "Helpers/FastqHelper.h"
#include <mpi.h>
#define WinLen 20
#define WinThres 19
#define MaxLength 310
int main(int argc, char **argv){
int rank, size,source,tag,range;
MPI_Init(&argc,&argv);
MPI_Comm_rank... | [
"john_97_kok@hotmail.com"
] | john_97_kok@hotmail.com |
9661b266db3c4188186a917f86a2dbe66a26b5f1 | e1d5966712e12b416967288a8ef3d23d87086e1e | /40947016S_hw04/hw0404.c | 693f293a28615fc598be13f8e8040909003678f1 | [] | no_license | laporchen/CSIE-Programming-II | 43aae971beca4ebc1d0efe664905d43905275c1b | eddaf7ae94f9027c6bcf5a8d1b81f82c7fd55335 | refs/heads/master | 2023-05-06T09:50:07.652925 | 2021-06-02T08:52:44 | 2021-06-02T08:52:44 | 344,516,673 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,630 | c | #include "getopt.h"
#include "stdint.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "unistd.h"
#define i32 int32_t
#define i64 int64_t
#define i16 int16_t
#define i8 int8_t
#define u32 uint32_t
#define u64 uint64_t
#define u16 uint16_t
#define u8 uint8_t
typedef struct _LFHeade... | [
"laporisbraindead@gmail.com"
] | laporisbraindead@gmail.com |
90b1124867574bc47c42a4c23b3c62867dd071f8 | fd4b3eb1298bb8558ed4e09974c03282df1c445a | /teste1/3-8.c | ba2a7bf3ca98d782c687e2d8fcb57b9336c85ecd | [] | no_license | QuickCods/PI | e397584dd06700a75e5b59cef62aa6e02309013e | 2e83cec2ae61df3875831dc3aca93c5cde544362 | refs/heads/master | 2020-08-29T11:31:07.327244 | 2020-01-17T14:55:09 | 2020-01-17T14:55:09 | 218,019,526 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 348 | c | #include <stdio.h>
int mediana(int a, int b, int c){
int t;
while (!(a <= b && b <= c)) {
if(a > b){
t = a;
a = b;
b = a;
}
else if(b > c){
t = b;
b = c;
c = b;
}
}
return b;
}
int main(){
int a, b, c;
scanf("%d %d %d", &a, &b, &c);
printf("Mediana: ... | [
"noreply@github.com"
] | QuickCods.noreply@github.com |
3b2c9c6d9485c4b3dac371720186c652ea11eb47 | bd9d200fb2ef0b8fdb8d4fa52ba2eef6511eb17e | /fgn.c | f9bf7e18a221dcef75a0eda150069e2024911f40 | [] | no_license | PLu55/fgn-generator-gsl | b8685fb2d807847b6f025f720bce09ff14549008 | d5d4c2b787f563c41f2bc96866004103cdb72fbd | refs/heads/master | 2020-05-15T16:16:11.166902 | 2019-04-27T10:58:07 | 2019-04-27T10:58:07 | 182,386,683 | 0 | 0 | null | 2019-04-20T09:30:28 | 2019-04-20T09:30:27 | null | UTF-8 | C | false | false | 3,727 | c | /* This program simulates fractional Gaussian noise or fractional
Brownian motion using the approximate circulant algorithm.
The C-packages Ranlib and Meschach are used, both available
via Netlib (http://www.netlib.org).
Reference:
A.B. Dieker and M. Mandjes (2002),
On spectral simulation of f... | [
"p@apal.se"
] | p@apal.se |
0d33267a1f33cec34ee5f5682a383c418e7356cf | 8d81f8f57674da0b3ca414234fa3351788c7c48f | /include/project/my_callbacks.h | aca967768b08cc6f72551548a47203f5049f5f01 | [] | no_license | IvanPopJovanov/mi18085-rg-projekat | 5c0c0acae7af911ff0baaccb239d542f7e79fcd3 | 7c3449d745ae797901950ecb5fa4c7b8d7ce463d | refs/heads/master | 2023-06-05T02:38:30.497169 | 2021-06-24T23:31:22 | 2021-06-24T23:31:22 | 379,577,818 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,697 | h | //
// Created by ivan on 6/23/21.
//
#ifndef MI18085_RG_PROJEKAT_MY_CALLBACKS_H
#define MI18085_RG_PROJEKAT_MY_CALLBACKS_H
#include <project/my_framebuffer.h>
#include <project/my_model_instance.h>
//void framebuffer_size_callback(GLFWwindow *window, int width, int height);
//
//void mouse_callback(GLFWwindow *windo... | [
"ivanpopjovanov@yahoo.com"
] | ivanpopjovanov@yahoo.com |
8327ccd5e1b99555914579e775a92453eb8b9674 | d94cf1fe96ed552cca99d8ec07eeb2a76d56140b | /app/src/fonts/arial80b.c | 208e5065bf19368247b64e512f4dfe0aab1f63f2 | [
"MIT"
] | permissive | samyness/weatherdisplay | 80076f8ba1c5c1e8cd9869fa697bb4b73d92ae34 | 82d4f346775d91f1f092443882dcbecb01c88f5e | refs/heads/master | 2022-04-22T03:25:47.753112 | 2020-04-24T10:21:42 | 2020-04-24T10:21:42 | 258,400,463 | 0 | 0 | MIT | 2020-04-24T03:58:53 | 2020-04-24T03:58:52 | null | UTF-8 | C | false | false | 8,581 | c | #include <ets_sys.h>
/* '*' */
static const unsigned int char42[21] ICACHE_RODATA_ATTR={
24,22,68,0,
0x03007E00,0xFF07C0FF,0xF0FF0FE0,0x3FF8FF1F,0xC33FFCFF,0xFC003FFC,0x7EFE007F,0x007E7E00,0x7E007E7E,0x7F7E007E,0x003FFE00,0xFCC33FFC,0x1FFCFF3F,0xFF0FF8FF,0xE0FF07F0,0x00C0FF03,0x0000007E};
/* '-' */
static const unsig... | [
"andrei.mehilainen@gmail.com"
] | andrei.mehilainen@gmail.com |
050b6b4b11602a20a2f438863ef9c93abca49177 | 5174df5032e16c09c68fb673bdcd20153b08ec2a | /mcu/common/interface/modem/bip/bip_profile.h | 93baa0d26d86206e476ccfcddc3186bb44fa4fa9 | [] | no_license | junkyard-2327/TK_MD_BASIC_MOLY.LR12A.R2.MP.V130.4 | 63c19463d08bb4dfc773db9f652da340679e69eb | aec0f9f0499e8f7e97eab71c1337d2d73409122c | refs/heads/master | 2022-12-30T20:34:31.706552 | 2020-10-09T04:31:21 | 2020-10-09T04:31:21 | 301,932,174 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,345 | 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... | [
"null"
] | null |
709c0f82582607948f990beefadcb145a83986f1 | 59e6ff6dbfe54682792232a26679f28a591e9015 | /Workspace/prophet/crawler/train/raw-src/subversion/1179299-1.c | 95378f2d6819e663a2b6cf1440a47c74d05f6e23 | [] | no_license | lisahua/prophet | 5b15957134743fa516aa76ba4b2ee0448f29fc0f | 24b01cdf1043efa3fb8feb518dc79eb288bd4bf8 | refs/heads/master | 2021-01-19T04:50:11.158753 | 2016-07-13T18:39:11 | 2016-07-13T18:39:11 | 54,275,268 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 647,368 | c | # 1 "/home/ubuntu/Workspace/prophet/crawler/__tmp/src1/subversion/libsvn_client/log.c"
# 1 "<built-in>" 1
# 1 "<built-in>" 3
# 313 "<built-in>" 3
# 1 "<command line>" 1
# 1 "<built-in>" 2
# 1 "/home/ubuntu/Workspace/prophet/crawler/__tmp/src1/subversion/libsvn_client/log.c" 2
# 25 "/home/ubuntu/Workspace/prophet/crawle... | [
"ubuntu@ip-172-31-44-123.ec2.internal"
] | ubuntu@ip-172-31-44-123.ec2.internal |
d00f30edb957a8a52eb5cb6f4a7dba4048b4cfaa | c05f9f6817f74263bdc078d3872ba8fab6f1b09b | /1480584337.c | d43fec95207bb4de89b974a5e5f800448e473349 | [] | no_license | Saisi/secret-octo-wookie | 71aa331779216775ee10d8d0a738dd364a5c5202 | a8e52e3fed94ab6993d4baaeaa926d659cac3735 | refs/heads/master | 2021-01-23T18:59:00.780545 | 2017-06-03T05:33:28 | 2017-06-03T05:33:28 | 25,811,730 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 372 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.2.0
* Git version: dcef523
* Options: (none)
* Seed: 2212882686
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
union U0 {
const int64_t f0;
int32_t f1;
int16_t f2;
};
union U1 {
... | [
"saisi@users.noreply.github.com"
] | saisi@users.noreply.github.com |
6ba87d2fcae9b30463adfcf5e2f5d895dcc47c2d | a060121ef996e4d1180c1e605c117c99f3ff7737 | /libft/basic/ft_strsub.c | d522ed66c0b2e8978c7b3c0957d67816894ac910 | [] | no_license | lacretelle/rtv1 | 588ea890222a7126041f2c1702cc6d8a715567b9 | 5e7e8fa7e5765ff7fffce1628faac07502bb9c16 | refs/heads/master | 2020-04-30T08:58:09.171775 | 2019-10-31T14:27:20 | 2019-10-31T14:27:20 | 176,732,768 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,157 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsub.c :+: :+: :+: ... | [
"madufour@e3r10p19.42.fr"
] | madufour@e3r10p19.42.fr |
393fc8e88c74f3526d95f034511dfbf4b91d8c3e | 3efe3003db51227b1eeb9ca0cafaca96429249ce | /tutorial/LcdOrbe/LCD.c | 5b498af0131fd19a6c77176a1298d2763c5dcfa6 | [
"Apache-2.0"
] | permissive | ohkawatks/orbe | e67d39890ffa6855b83670c26cb1f88075006a2f | 2f11a4fd88050dc5f2c5223437d5a9630732f22a | refs/heads/master | 2020-04-04T20:10:34.653850 | 2016-10-17T02:09:59 | 2016-10-17T02:09:59 | 6,481,678 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,304 | c | // LCD.c
// generated by ORBE Idl Compiler
// InputFile: LCD.idl
// @Thu Jul 31 16:39:14 2008
#include <stdio.h>
#include <string.h>
#include "Giop.h"
#include "Orbe.h"
#include "LCD.h"
void dispatch(Req *req, Reply *reply, Giop_Hdr *header)
{
u8 *req_ptr;
u8 *rep... | [
"ohkawa.takeshi@gmail.com"
] | ohkawa.takeshi@gmail.com |
c2fc58aafce579f28a46bc5ea5c3eb417ef6543b | 30a72d490e7607f9eb0b84113118704a60f577d7 | /The c programming language/chapter1/1.5/getchar2.c | f071ca70e6bdfabcc3aa890c5c4ce5c4ebb58162 | [] | no_license | twenj/cprogram | 1c1e04f39c12ca26c1b36a2a3436720cdaf38399 | 6de234bf18ceaa2387b56c1303ba90999c2e7f81 | refs/heads/master | 2021-01-21T07:07:09.187586 | 2018-01-15T06:01:58 | 2018-01-15T06:01:58 | 83,315,241 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 100 | c | #include <stdio.h>
void main(){
int c;
while((c = getchar()) != EOF)
putchar(c);
}
| [
"twenj1992@163.com"
] | twenj1992@163.com |
d19cc7ad9cb221a0bf185bcd82ef2de437f8653c | 7d716015bf85e45e9b1485bb87b5f9a3390a2ef4 | /lib/OpenGL Renderer/src/Core/Platform.h | 7525c429968d9b04d6ffb5f2fd0cc1c653609317 | [] | no_license | DerAndereDomenic/opengl-renderer | 7e4013bec5c7b7fb1d3f7763c1e16c154aca750d | f6f96a28ea444f52188ab8d0d8aacba38ce18a38 | refs/heads/master | 2023-08-23T02:46:23.817534 | 2021-11-03T12:07:36 | 2021-11-03T12:07:36 | 380,296,410 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 229 | h | #ifndef __OPENGLRENDERER_CORE_PLATFORM_H
#define __OPENGLRENDERER_CORE_PLATFORM_H
#if defined(__WIN32__) || defined(WIN32) || defined(_WIN64)
#define __OPENGLRENDERER_WINDOWS
#else
#define __OPENGLRENDERER_UNIX
#endif
#endif | [
"domeniczingsheim@gmail.com"
] | domeniczingsheim@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.