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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e7745164ce216a02773983f87ee82602b230fbc8 | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE401_Memory_Leak/s01/CWE401_Memory_Leak__char_malloc_42.c | 4ecf1c62e956b401adaba0b10ff90a61f1bc4029 | [] | no_license | arichardson/juliet-test-suite-c | cb71a729716c6aa8f4b987752272b66b1916fdaa | e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9 | refs/heads/master | 2022-12-10T12:05:51.179384 | 2022-11-17T15:41:30 | 2022-12-01T15:25:16 | 179,281,349 | 34 | 34 | null | 2022-12-01T15:25:18 | 2019-04-03T12:03:21 | null | UTF-8 | C | false | false | 3,060 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE401_Memory_Leak__char_malloc_42.c
Label Definition File: CWE401_Memory_Leak.c.label.xml
Template File: sources-sinks-42.tmpl.c
*/
/*
* @description
* CWE: 401 Memory Leak
* BadSource: malloc Allocate data using malloc()
* GoodSource: Allocate data on the sta... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
2fa2d2e8bb014d11197f3297ae05bf3f75b3731f | 44a5408ca2c1578bed8b53aa2b1c61c4d130633c | /ft2_os/ft2/ft2_os/mtdutils/sdutils.c | ee9fd19347a2bf4810ed19603823d9f59d8f1e01 | [] | no_license | zzy-program/01_ft2 | 4e0073e00ae7cf3ac26c0259bfa5f63fa7206327 | 86dedc3199bb8770688ef3d9c10b50a9a1cc9f92 | refs/heads/master | 2020-03-26T19:27:54.373765 | 2018-08-19T02:20:04 | 2018-08-19T02:20:04 | 145,266,598 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,702 | c | /*
* HTC Corporation Proprietary Rights Acknowledgment
*
* Copyright (C) 2010 HTC Corporation
*
* All Rights Reserved.
*
* The information contained in this work is the exclusive property of HTC Corporation
* ("HTC"). Only the user who is legally authorized by HTC ("Authorized User") has
* right to employ thi... | [
"zzyjsjcom@126.com"
] | zzyjsjcom@126.com |
573012907249cc55f7d6dce21be469ab19dedb2b | b81d6884e38149209f909aebb24aecc56253fdeb | /gcc/multiply.c | a7a89c88dc174d6a5146a27d7e6fff4f50ce9349 | [] | no_license | gbruner7607/Mini-Risc-V-Uart-Srcs | 83a8ce7ee6e7ba1b2160ce670b58f8a8f31629a1 | f6d9ab29422efadf25a5204ab36217226e8f3799 | refs/heads/master | 2021-07-22T00:44:38.548183 | 2021-04-12T02:33:52 | 2021-04-12T02:33:52 | 192,765,885 | 0 | 6 | null | 2021-04-11T19:37:28 | 2019-06-19T16:12:18 | SystemVerilog | UTF-8 | C | false | false | 1,257 | c | // See LICENSE for license details.
// *************************************************************************
// multiply filter bencmark
// -------------------------------------------------------------------------
//
// This benchmark tests the software multiply implemenation. The
// input data (and reference data... | [
"jting@vols.utk.edu"
] | jting@vols.utk.edu |
7b62c979de561e12097def695d202880a556ff7c | 8bfbde632ce125e8f11666b631020942a8908b2f | /avr/atmega8/005_ws2812_led_strip_blinky/main.c | 33d49ffa1ddb89a7f918fdc1559c8320138f4cfe | [
"BSD-3-Clause"
] | permissive | xiaolaba/blog | 4cecad20c758989f0ca41b503e7eb8ef1620d816 | 7a35a7838257a50ef8f4fff9cec234e43e3d815c | refs/heads/master | 2021-05-03T05:52:30.283106 | 2019-08-29T10:40:32 | 2019-08-29T10:40:32 | 120,585,967 | 0 | 0 | BSD-3-Clause | 2019-08-29T10:40:33 | 2018-02-07T08:27:08 | C | UTF-8 | C | false | false | 1,039 | c | /**
* Copyright (c) 2018, Łukasz Marcin Podkalicki <lpodkalicki@gmail.com>
* ATmega8/005
* WS2812 LED strip blinky.
*/
#include <avr/io.h>
#include <util/delay.h>
#include <light_ws2812.h>
#define PIXEL_NUM (60)
#define COLOR_R (128)
#define COLOR_G (0)
#define COLOR_B (0)
static void led... | [
"lpodkalicki@gmail.com"
] | lpodkalicki@gmail.com |
ae0c2ba07d8495a663ab7496fa1c300c8e8e6183 | be102881acc6fb63263b6693e97ab5c782dd3f24 | /AntiCheatUtilityLogic20181225(AntiCheatUtilityLogic20181213)/SRC/Task/TaskAnalysis.c | f7bbaec5c4ad17ce16f4a805813b62c335b32b52 | [] | no_license | Biita/Code | 6087d98711077e56cf97773197c833dca35098bf | 4762d989d9692889accc24363ad65811140f9ee1 | refs/heads/master | 2020-04-13T18:42:43.834576 | 2018-12-28T08:26:27 | 2018-12-28T08:26:27 | 163,382,902 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 260,392 | c | /****************************************Copyright (c)****************************************************
** BEIJING WANJI(WJ)
**
**
**--------------File Info------------------------------------------------------------------... | [
"liumingxin@wanji.net.cn"
] | liumingxin@wanji.net.cn |
3bd1b6b60ed4e43638ea60ca9e9807bc60587930 | ea5dc860b6c8c73bef5c730d73ba5d24f004d6bb | /ft_isdigit.c | f67deaeeb581489ec479e4a031c518f4f34c662b | [] | no_license | Timka711/libft | 59171b914979919ae309129265936d8d6eda2235 | eff17c7e59e47e62e50b6c5a8555ac3d4b70fadb | refs/heads/master | 2023-04-21T23:49:17.726279 | 2021-05-16T19:46:40 | 2021-05-16T19:46:40 | 358,538,794 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 992 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isdigit.c :+: :+: :+: ... | [
"masturbiruyu@gmail.com"
] | masturbiruyu@gmail.com |
293ebcba82d1aaf962fefc0dabfc537b91d97603 | 9e0a657809cff059c356dc66c3fe154959429760 | /gen_header.h | 7e965209bcfbca60fe4cb83bafdccf6b15850116 | [] | no_license | Digiproto/dmlc | 3bdd1175e0cfc09210996af04023993940398725 | fc0344aab97d0c891a91c40698d986f86644d8ed | refs/heads/master | 2021-04-16T04:03:50.008209 | 2015-05-20T10:23:29 | 2019-11-19T08:13:10 | 249,326,322 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,124 | h | /*
* gen_header.h:
*
* Copyright (C) 2013 alloc <alloc.young@gmail.com>
* Skyeye Develop Group, for help please send mail to
* <skyeye-developer@lists.gro.clinux.org>
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published... | [
"lirui@digiproto.com"
] | lirui@digiproto.com |
9d5b27671a9b02a0cdf2b338759418e6572b76e5 | 3fa221b4c387b045b85a3e9a0b5fb2878386d327 | /src/obj/mips_ap/mips.mips/usr/home/freebsd/omega/src/tmp/usr/include/net80211/_ieee80211.h | f1bba26bbe4928ac80eab7bd21cd11fb258d0953 | [] | no_license | GSchiaffonati/OmegaFreeBSD | a1670ad8954d34b5393741c0300857e2bf556004 | 9502e66ab39458bf8c851ad7f9aaae245a156959 | refs/heads/master | 2021-01-15T14:37:12.816674 | 2015-12-18T17:13:58 | 2015-12-18T17:13:58 | 47,850,567 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 34 | h | ../../../sys/net80211/_ieee80211.h | [
"g.schiaffonati@gmail.com"
] | g.schiaffonati@gmail.com |
141ee97edea8d8ddf63e8398e0da7419cb1afddd | c3dd49175355c5194691354149c354cf90617849 | /include/i2p/io.h | 31de92ad8655b3fc9b6de8fe9a324486a0d8d247 | [
"MIT"
] | permissive | guzzijones/i2p-lite-1 | 099109529fedd8e681758d24d23c1f71c78182c9 | a89e216e09cb4f0e731f6a66710991c7e9cc2f5e | refs/heads/master | 2021-01-25T11:03:16.096587 | 2017-06-15T13:58:40 | 2017-06-15T13:58:40 | 93,909,099 | 1 | 0 | null | 2017-06-10T01:45:49 | 2017-06-10T01:45:49 | null | UTF-8 | C | false | false | 2,031 | h | #ifndef I2P_IO_H
#define I2P_IO_H
#ifndef MAX_HOSTNAME_LEN
#define MAX_HOSTNAME_LEN 256
#endif
struct i2p_io_api;
struct i2p_io;
/** iterator for iterating over a list of sockaddrs */
struct i2p_sockaddr_iter
{
void * userdata;
/** iterate to next sockaddr, calls with null sockaddr when iteration is done */
vo... | [
"ampernand@gmail.com"
] | ampernand@gmail.com |
83382e90c5a1299e70530c9ac82a6c1cc6b6decc | e4688989869642d17ccc4ce8a78d540e462a812d | /amns_for_our_tests/p384_5__8_7__12/structs_data.h | 4baf8ee9c3b50a2a3236bf9e27d2dc102e37c69a | [] | no_license | eacElliptic/AMNS | 5753ba9f6e088a9408a4d3853cdb57025c942034 | bd549f293e43775507b6e3166ad388a984099f11 | refs/heads/master | 2021-06-24T20:03:38.250394 | 2020-10-08T20:26:43 | 2020-10-08T20:26:43 | 133,142,425 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 871 | h | #ifndef STRUCTS_DATA
#define STRUCTS_DATA
//~ IMPORTANT : We take 'phi = 1 << WORD_SIZE'
#define WORD_SIZE 64
#define POLY_DEG 7
#define NB_COEFF 8
#define NB_ADD_MAX 2
#define RHO_LOG2 54
//~ We will take : rho = 1 << RHO_LOG2.
typedef __int128 int128;
typedef unsigned __int128 uint128;
static uint64_t amns_rho... | [
"eac.elliptic.curve@gmail.com"
] | eac.elliptic.curve@gmail.com |
affc9bc64e46516dbefeb981419c91db0e42b280 | a0c4ed3070ddff4503acf0593e4722140ea68026 | /source/WINDOWS/SPOOLER/SPLEXTS/DBGINIT.C | 4c50a44c12d30b323e398074af10c49f3890a683 | [] | no_license | cjacker/windows.xp.whistler | a88e464c820fbfafa64fbc66c7f359bbc43038d7 | 9f43e5fef59b44e47ba1da8c2b4197f8be4d4bc8 | refs/heads/master | 2022-12-10T06:47:33.086704 | 2020-09-19T15:06:48 | 2020-09-19T15:06:48 | 299,932,617 | 0 | 1 | null | 2020-09-30T13:43:42 | 2020-09-30T13:43:41 | null | UTF-8 | C | false | false | 734 | c | /*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
util.c
Abstract:
This module provides all the utility functions for the Routing Layer and
the local Print Providor
Author:
Dave Snipp (DaveSn) 15-Mar-2000
Revision History:
--*/
#define NOMINMAX
#include <nt.h>
#include <ntrtl.h>
#incl... | [
"71558585+window-chicken@users.noreply.github.com"
] | 71558585+window-chicken@users.noreply.github.com |
9790f72debe3484231765054a563f05fb9319d02 | ebb287e5b5ba6a74683c2369da76bfcbd5aad706 | /TestUART/Core/Inc/rectran.h | 09f8a9d89db9d7ca600e3ae6a37e668e686ce9a2 | [] | no_license | bnjy/is1300 | e1e5ac7a8678d3149f4c7a220c7ff5b4cdb437da | 829c15a3bc5309832a87625966e8a3b7e2bbfd96 | refs/heads/master | 2020-09-08T22:56:50.904433 | 2019-12-16T10:41:56 | 2019-12-16T10:41:56 | 221,267,104 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 322 | h | /*
* rectran.h
*
* Created on: Nov 11, 2019
* Author: benja
*/
#ifndef INC_RECTRAN_H_
#define INC_RECTRAN_H_
void HAL_UART_TxCpltCallback(UART_HandleTypeDef *UartHandle);
void HAL_UART_RxCpltCallback(UART_HandleTypeDef *UartHandle);
void RunReceive(void);
void RunTransmit(void);
#endif /* INC_RECTRAN_H_ *... | [
"benjamin@n152-p55.eduroam.kth.se"
] | benjamin@n152-p55.eduroam.kth.se |
3f56e8802bcd274ceff42b3fa19282e59d12dbbc | 3d6671f24283c9aa941d9a5b3ea2063279db997b | /Anul_3/Semestrul 1/LFTC limbaje formale si tehnici de compilare/LFTC_Tema6/analizor.tab.c | 6b625127b4aefb047933a6c894d17b2a6ff58dfc | [] | no_license | J00rdan/University | a312234d2f785176c13a569000d3a821ea647930 | cafebd2ca5da991469d986cbf72db6c253fb6064 | refs/heads/main | 2023-06-08T06:32:38.929438 | 2021-06-26T23:02:42 | 2021-06-26T23:02:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 45,821 | c |
/* A Bison parser, made by GNU Bison 2.4.1. */
/* Skeleton implementation for Bison's Yacc-like parsers in C
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the... | [
"atanasov.razvan99@gmail.com"
] | atanasov.razvan99@gmail.com |
c63185c5f37e3f81ee95c00413dceacacf358a6f | ca3f1b1df4086e09d40f3c74770c5ac0b8301961 | /pattern2.c | 16d09a4924c5ab8957fbad8bde687b5c4563d421 | [] | no_license | anurag03-10/C_pattern | 62972c33a4045c9748534405925445b4306961fe | 359c3802f0da6728e7db99252bb01702cc670275 | refs/heads/master | 2020-08-28T16:06:32.670065 | 2019-10-26T18:16:32 | 2019-10-26T18:16:32 | 217,748,824 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 255 | c | #include<stdio.h>
void main()
{
int y=1,x;
int a,b=1,c=a-1;
printf("Enter no. of lines");
scanf("%d",&a);
for(;y<=a;y++)
{
for(;c>=b;c--)
{
printf(" ");
for(x=1;x<=y;x++)
{
printf("* ");
}
}
printf("\n");
}
}
| [
"noreply@github.com"
] | anurag03-10.noreply@github.com |
446c084fae54bb15f7f1ae884f55cb82414cf105 | a382f8758af11e84aaf9ae2a6b71f4ef477e9313 | /colorCodeManual.c | f489672b00773ddcb3d70ee2843307a27893414f | [
"MIT"
] | permissive | clean-code-craft-tcq-1/modular-c-srinath-93 | d793e1d981a148514430224992177f81709a3f47 | 662c06d6abe6627464cac9b8d6759eb6f5a4f839 | refs/heads/master | 2023-03-12T04:21:59.749919 | 2021-02-24T21:30:37 | 2021-02-24T21:30:37 | 341,959,135 | 0 | 0 | MIT | 2021-02-24T16:16:26 | 2021-02-24T16:16:22 | C | UTF-8 | C | false | false | 1,264 | c | #include "main_prv.h"
#include "main_declare.h"
extern const int MAX_COLORPAIR_NAME_CHARS;
extern int numberOfMajorColors;
extern int numberOfMinorColors;
/*
**********************************************************************************************************************
* Service name : verifyNumberToP... | [
"noreply@github.com"
] | clean-code-craft-tcq-1.noreply@github.com |
0868c80b33ac2bbd55f73ca809568756aaf89e0c | b356adc9bd515d919edcdda9b2aceded1b7dc905 | /drivers/input/touchscreen/mediatek/unified_driver_4/FT8707/focaltech_flash.c | 40e61e5970ec5578f583a75e0223a4ef17dcab30 | [] | no_license | wisen/tiny_kernel_comment | ca57b10a4df8eef989435ac5974fae5df0f1cc20 | 3401fe62392c62f735fc6dac1d96c51cca44d249 | refs/heads/master | 2020-03-17T21:48:36.830903 | 2018-11-05T16:52:57 | 2018-11-05T16:52:57 | 133,976,587 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 110,990 | c | /*
*
* FocalTech TouchScreen driver.
*
* Copyright (c) 2010-2015, Focaltech Ltd. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those term... | [
"wisen.wang.ah@gmail.com"
] | wisen.wang.ah@gmail.com |
7f93eca470f7bc0107177e40b88e1886e38fffec | ea4e3ac0966fe7b69f42eaa5a32980caa2248957 | /download/unzip/ksh/ksh-4/ksh/src/lib/libast/string/strexpr.c | 9d8e068d3c39e488d1d51a0a797abe4a5e4f9101 | [] | no_license | hyl946/opensource_apple | 36b49deda8b2f241437ed45113d624ad45aa6d5f | e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a | refs/heads/master | 2023-02-26T16:27:25.343636 | 2020-03-29T08:50:45 | 2020-03-29T08:50:45 | 249,169,732 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,002 | c | /*******************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 1985-2004 AT&T Corp. *
* and it may only be used by you unde... | [
"hyl946@163.com"
] | hyl946@163.com |
9b54dbcf90e1f9a086825e06463c5681cf9d7bc8 | 69a94a9316bf97d8ae783d880c5688f52f11c0aa | /mame/src/mess/drivers/pegasus.c | 95b63391022974acd602802c4327533c0317c353 | [] | no_license | bradparks/UME-Core | 530fd1dee865453f8a7c00ca2d7c9b2b5b59d34e | ed48bd0e86f701e0f1a22150445ae42ac57aa4aa | refs/heads/master | 2021-01-22T23:57:48.291810 | 2015-11-10T08:43:50 | 2015-11-10T08:44:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,092 | c | /***************************************************************************
Aamber Pegasus computer (New Zealand)
http://web.mac.com/lord_philip/aamber_pegasus/Aamber_Pegasus.html
Each copy of the monitor rom was made for an individual machine.
The early bios versions checked that it was runn... | [
"conrad@kramerapps.com"
] | conrad@kramerapps.com |
775bbfd96f82fa8146d7b5cedffdafa90999ab01 | b15ceef7ee447f00cc996e922ee25920c45eea60 | /0x1B-sorting_algorithms/sort.h | 8b3d2ced79f362562a9c56e7f27edc244e14ad7c | [] | no_license | juanquinterodev/holbertonschool-low_level_programming | 6d864400658d704889ff6c42906cc97ab7aa9044 | ddeb3783d8b797b4511190bc05979cf9c5632dc7 | refs/heads/master | 2020-06-06T14:22:59.938340 | 2020-01-17T01:33:05 | 2020-01-17T01:33:05 | 192,762,897 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 601 | h | #ifndef _SORT_H_
#define _SORT_H_
#include <stdlib.h>
#include <stdio.h>
/**
* struct listint_s - Doubly linked list node
*
* @n: Integer stored in the node
* @prev: Pointer to the previous
* @next: Pointer to the next
*/
typedef struct listint_s
{
const int n;
struct listint_s *prev;
struct listint_s *next;
} lis... | [
"896@holbertonschool.com"
] | 896@holbertonschool.com |
f5ff9771b53f8cc212a716ef0a42ad4c627f2dad | 241f24e6a837081fd2f3c574c613cfd0b0ab4fb9 | /ucb/SCCS/s.koi8e2iso.c | 027dc2d0121da12f52fc4b470c346c02e2be5f2a | [] | no_license | b4/4.3BSD-Quasijarus | 9474549f02d468f847adb58c797af650f3b803b9 | 2e0a87cbd51f1c47d04f3c57f07f6d9e1aa8ec1b | refs/heads/master | 2021-01-22T20:07:46.920215 | 2017-03-17T04:39:43 | 2017-03-17T04:39:43 | 85,271,248 | 1 | 0 | null | 2017-03-17T04:36:05 | 2017-03-17T04:36:05 | null | UTF-8 | C | false | false | 1,330 | c | h21829
s 00049/00000/00000
d D 5.1 04/10/05 03:13:30 msokolov 1 0
c date and time created 04/10/05 03:13:30 by msokolov
e
u
U
t
T
I 1
#ifndef lint
static char sccsid[] = "%W% (Berkeley) %G%";
#endif
#include <sys/param.h>
#include <stdio.h>
u_char xlatbl[96] = {
0xA0, 0xF2, 0xF3, 0xF1, 0xF4, 0xF5, 0xF6, 0x... | [
"abs@absd.org"
] | abs@absd.org |
570e9b9d6515c99e917872a3c8ba15dc19a0cd25 | 4545588c8427debaf17f9dc71b0ace32f4fb5d67 | /common/components/memory/data_flash/at45dbx/unit_tests/at32uc3a3256_evk1104/conf_test.h | b6d01a21dcc4df3ef19f517fe8eb3437a284fbc0 | [] | no_license | eewiki/asf | 02e06cec0465b28dd689dea801e6be6cbcd47eca | 8d0f55bd089f2e68d2b53aa76adbb02c07cdb166 | refs/heads/master | 2021-01-16T18:20:22.690176 | 2015-03-09T05:42:50 | 2015-03-09T05:42:50 | 18,419,213 | 34 | 30 | null | 2014-12-25T05:13:20 | 2014-04-03T21:42:46 | C | UTF-8 | C | false | false | 2,483 | h | /*****************************************************************************
*
* \file
*
* \brief Unit test configuration
*
******************************************************************************/
/**
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
... | [
"buildmaster@atmel.com"
] | buildmaster@atmel.com |
25f8a0bb8f87f49cfd53f5986e2961e48b193b29 | 0edba060c15999940265580407b5a7370cf37ac5 | /c/Engine/main.c | bebdb9553b6265db14ec6e18595d5a639bfedc54 | [] | no_license | amtal/pyrate | ec6204fec6a759b1934907e10bd6c35b69de2569 | b121600307b65d329b0ac24babfc438457ea789e | refs/heads/master | 2021-01-22T22:57:26.733334 | 2010-06-05T01:32:34 | 2010-06-05T01:32:34 | 595,063 | 6 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,159 | c | /*
* When this implementation of d2py is injected into D2, it starts
* a thread. The mainThread() function is the body of that thread. It should
* initialize the Python interpreter and builtins, then start the
* actual bot by running the main Python script.
*/
#include <Python.h>
#include <windows.h>
#include ... | [
"zeiris@gmail.com"
] | zeiris@gmail.com |
a1f3356d2ea631397295e9491bb47cefb5047c33 | 8245d66d58b157b93df91299cef1ec38089727b7 | /egpath/src/stm32/xgen/stm32l4xx/stm32l462xx.h | 0e7e79fa062171f485283d693b44ae91e6f8cd92 | [
"BSD-3-Clause"
] | permissive | ziutek/emgo | 6e1637b15cb8a83ad0bc757f10f29acb64832c02 | 168ccc21e67ca914d0be6ef61362f8a392a2df28 | refs/heads/master | 2023-08-31T13:30:06.848817 | 2021-12-05T15:54:15 | 2021-12-05T20:58:14 | 21,649,110 | 1,063 | 82 | BSD-3-Clause | 2019-06-22T23:04:13 | 2014-07-09T10:55:20 | C | WINDOWS-1250 | C | false | false | 1,407,061 | h | /**
******************************************************************************
* @file stm32l462xx.h
* @author MCD Application Team
* @version V1.2.0
* @date 28-October-2016
* @brief CMSIS STM32L462xx Device Peripheral Access Layer Header File.
*
* This file contains:
* ... | [
"michal@Lnet.pl"
] | michal@Lnet.pl |
85ef0509579e95e9e6da0a9e33fe73589cb12418 | f771b70586ba53810348017c24598d1448556e1a | /stdlib/stdlib.h | f823d423d0ad201f59cb75a010287d04086113c0 | [
"Unlicense",
"LicenseRef-scancode-public-domain"
] | permissive | r-lyeh-forks/gpulib | c1af87eb6b1ccbb5d6ca06da2a8123d6269390c3 | 13b7f00da3814b04af60bde01732d34c16954f14 | refs/heads/master | 2021-08-22T20:26:34.316249 | 2017-12-01T06:13:20 | 2017-12-01T06:13:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,113 | h | #pragma once
#define STB_SPRINTF_IMPLEMENTATION
#include "stb_sprintf.h"
#define O_RDONLY 00
#define O_WRONLY 01
#define O_RDWR 02
#define MAP_FAILED ((void *) -1)
#define PROT_NONE 0
#define PROT_READ 1
#define PROT_WRITE 2
#define PROT_EXEC 4
#define PROT_GROWSDOWN 0x01000000
#define PROT_... | [
"constantine@protonmail.com"
] | constantine@protonmail.com |
94bb8845ca4deddcc2bb8287e3f3aab242ed8d9c | ce303880dd7d6c6f3bb5d1e5d466c7bcf1287928 | /define00.c | 7fb279f3ab512f1273f8bb432eccafcb903854df | [] | no_license | spiritfaith/Hello-Git | aed4636b49ab93a2b5207c84ad19e61c60885094 | e8c6aa66824c3558ea9ae5925522216cc6c8a747 | refs/heads/master | 2022-10-02T12:43:07.419424 | 2020-06-07T05:55:51 | 2020-06-07T05:55:51 | 255,282,164 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 222 | c | #include <stdio.h>
#define max(A, B) (A) > (B) ? (A) : (B)
//对于宏定义使用的技巧
int main()
{
int a = 1, b = 99, c = 100, d = 999;
printf("a和b中的较大者为:%d\n", max(a+b, c+d));
return 0;
} | [
"1983292265@qq.com"
] | 1983292265@qq.com |
fba1c812d580899e50a5282c7b713a46bfeb23a3 | e3300276cfc68b73a34d21c6e8b4d5eaec7bc770 | /USB/CONFIG/memory.c | ef627a7ced17b0d2e1f78cc6082472b09f7c14b1 | [] | no_license | likuyu1/STM32F103VE_UCGUI | 5f61024befec37482e8e76b87237246c62d7982a | 068fc30a6616a6397cb4ad9ca6d071f842e12233 | refs/heads/master | 2020-06-20T20:45:55.374833 | 2017-12-25T10:16:54 | 2017-12-25T10:16:54 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 6,348 | c | /**
******************************************************************************
* @file memory.c
* @author MCD Application Team
* @version V4.0.0
* @date 21-January-2013
* @brief Memory management layer
******************************************************************************
* ... | [
"prince@princedeMacBook-Pro.local"
] | prince@princedeMacBook-Pro.local |
bec38dfcc8827f9d41db95ae773b323f5c6b8987 | 06ee97e68177a0569cbb79382834575a85a03a30 | /cosmosis_modules/shear/spectra-ppf/interface.c | df09af649d62e2573cfa92943da76e83d983fc23 | [] | no_license | LSSTDESC/txpipe-reanalysis | 5f92b272dbcd6a492dd61b3ad3bb3ff4bd53f61d | 04e4f3e5b1b9fe85ac9862c175452f5fa3865370 | refs/heads/master | 2023-08-29T05:50:04.233634 | 2023-01-09T18:20:47 | 2023-01-09T18:20:47 | 225,528,745 | 3 | 2 | null | 2022-03-14T15:13:42 | 2019-12-03T04:12:26 | Jupyter Notebook | UTF-8 | C | false | false | 12,873 | c |
#include "cosmosis/datablock/c_datablock.h"
#include "gsl/gsl_spline.h"
#include "shear_shear.h"
#include "utils.h"
#include <stdio.h>
#include "limber.h"
#include <math.h>
// Short-hand names for the sections we will
// be looking at
const char * wl_nz = WL_NUMBER_DENSITY_SECTION;
const char * dist = DISTANCES_SECT... | [
"elp25@duke.edu"
] | elp25@duke.edu |
c4c17b2c362c68c54c6b067eb950d2528f349253 | 832ae52fe85439fada8685919058e05849fe6d14 | /Fall 2021/For Fun/ContainsDuplicate.c | 25de5b6d567debe52d06c59bfc3144307c235876 | [] | no_license | cschmi14/Villanova-Programming-Team | 615ffe43e0dc376dd659bf8bf92c7c2729644e38 | f40b3bb233aa1259a50afe3f8ed20fc156ec3c0a | refs/heads/master | 2023-09-03T07:10:58.850707 | 2021-09-28T01:53:49 | 2021-09-28T01:53:49 | 334,807,816 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 505 | c | #include <stdio.h>
#include <stdlib.h>
int comparator(const void *p, const void *q) {
return (*(int*)p-*(int*)q);
}
bool containsDuplicate(int* nums, int numsSize){
if (numsSize == 1) {
return false;
}
qsort((void*)nums, numsSize, sizeof(nums[0]), comparator);
int currNum = nums[0];
f... | [
"cschmidt542@gmail.com"
] | cschmidt542@gmail.com |
13b6fb6e836b5731d0c018a90a9c4e6033f82938 | 6bf90efcdfb32df2b4da7160b11af79af68e0aea | /libraries/master_middlewares/sources/cluster_loadbalancer.c | 5092284ecbe9424cd23b0ecfafea5bd350983bc7 | [] | no_license | MbarkErras/rt-cluster-rendering | ffd7c4c2eef281ed6c3f35bbe41982cf80f4a4e2 | 1ba8da0cee7ee8fa31c89bb7c519720488b3584a | refs/heads/master | 2021-02-03T22:20:32.338656 | 2020-03-02T21:31:32 | 2020-03-02T21:31:32 | 243,557,780 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,915 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* cluster_loadbalancer.c :+: :+: :+: ... | [
"mbarekerras@gmail.com"
] | mbarekerras@gmail.com |
cebcb63aff25bc927a6f99249b331aa88272df71 | c20b4689d45a7302fd93b1bd32cf1a4d04073313 | /src/wm/wshell.c | 84f6fb5a251eb9e9a34bbe3bb3f291704c74d67c | [
"MIT"
] | permissive | dalalsunil1986/fudge | faf90ad1ec8d5a1ba5bc71602db574e79128aa73 | 6d063d847b54fb8c6189ffa7c046cfac65114ada | refs/heads/master | 2023-06-02T03:19:45.449964 | 2021-06-16T22:15:57 | 2021-06-16T22:39:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,182 | c | #include <fudge.h>
#include <abi.h>
#include <widget.h>
static struct widget_textbox content;
static char outputdata[BUFFER_SIZE];
static struct ring output;
static char inputdata1[128];
static struct ring input1;
static char inputdata2[128];
static struct ring input2;
static char textdata[1024];
static struct ring te... | [
"jens.nyberg@gmail.com"
] | jens.nyberg@gmail.com |
d92c23279b3c6f2745a737624654beb80e0c1d00 | 3bca6609e10478475cf748584fe3b43c4d19676e | /Day09/ex15/ft_fight.c | 9f7567b96f6b05eb6f192a5b2e0091f99ad637ac | [] | no_license | msnazarow-C/School21_piscine | 279691962f0105943112ce9109446e0ef214e499 | be5afbea91583a41d70a670221be3655cffe85a9 | refs/heads/master | 2023-03-19T07:50:53.274247 | 2021-03-09T21:44:01 | 2021-03-09T21:44:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,405 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_fight.c :+: :+: :+: ... | [
"60715299+msnazarow@users.noreply.github.com"
] | 60715299+msnazarow@users.noreply.github.com |
a5c2382b347b556307c46b5362876e1d49e3cc04 | 726e4a6e2da5dd3e66dfa0951c08e14fe8bb7496 | /hitcon_training/lab12/secretgarden.c | 32b27defba3ecbc3f9159ed9de18890808bd64fe | [] | no_license | ly-test-fuzz/pwn_repo | 44cd41b4f32686e74d4d7a6fcdcd23af7c67a624 | 8bd6b6a195e533f44253e83268776936844b4523 | refs/heads/master | 2021-06-02T22:22:54.395934 | 2021-05-14T14:32:12 | 2021-05-14T14:32:12 | 153,856,069 | 12 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,313 | c | #include <stdio.h>
#include <signal.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#define TIMEOUT 60
struct flower{
int vaild ;
char *name ;
char color[24] ;
};
struct flower* flowerlist[100] ;
unsigned int flowercount = 0 ;
void... | [
"3280907645@qq.com"
] | 3280907645@qq.com |
898acbd17f9e343c849d2a4ee4c714cae62fdc7e | fe692881320e10c55962cebd165d478c1434c359 | /item/duoi/19.c | a70c5f081dfc0f5f74f612f6224c0c623806154f | [] | no_license | anho9339/chienquoc | 130602c90c43053bbc99dfbfbc877de0b2d81dd7 | cb5157d5eabcb4bb2ff71c292cfbdd5dc5fbb221 | refs/heads/master | 2021-07-04T07:51:49.408023 | 2021-02-01T15:15:58 | 2021-02-01T15:15:58 | 222,929,950 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 583 | c | #include <equip.h>
inherit "/inh/equip/back";
int get_item_color() { return 2; }
int get_item_value() {return 1000 ;}
int get_item_value_2() {return 1000 ;}
// 函数:构造处理
void create()
{
set_name("Đuôi Rắn Neon");
set_picid_1(9994);
set_picid_2(9994);
set_level(1);
set_bind(0);
s... | [
"hothienan1993@gmail.com"
] | hothienan1993@gmail.com |
9dfae96612138373a5f830bbca7d756a6de38973 | e1083bf015c3953d0bb4ebd446a58057c44a61f6 | /depthbasics.c | 323c34b25690f2e2090a18bc0b6d56e9e9e24f88 | [] | no_license | Shinjoku/AI | 061fac878b7f4515cbea6d31fa3b26ba4fd31315 | e7b9357b71a89ba650a382ed630c1255c4968d40 | refs/heads/master | 2020-03-06T23:27:16.082797 | 2018-04-26T21:49:42 | 2018-04-26T21:49:42 | 127,132,043 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 397 | c | void AlgobasicoRitmo(){
int menorCusto = MAX_INT;
char melhorCaminho = "";
insere(origem, 0);
while(pilha){
x = remove();
if(x.caminho == Destino){
if(x.custo < menorCusto){
menorCusto = x.custo;
melhorCaminho = x.caminho;
}
}
else{
for cada vértice adjacente ao atual
insere(Vi... | [
"noreply@github.com"
] | Shinjoku.noreply@github.com |
446fee5a83ef65e54ac763270c9dd1c40726f159 | 993a4b71475061978574f361a703204fc37f5138 | /phoneme_advanced-mr1-rel-b06/src/share/javavm/runtime/ccm_runtime.c | a078907db972d81919cad82f23f230d34f1c2172 | [] | no_license | PhoneJ2ME/releases | 1d93e51e0081a1d331ea0cf1c1f1e5d55f0914cc | 6585f23149f090e0ff3a94ee61cae6bf2394e78b | refs/heads/master | 2021-01-19T10:39:17.955758 | 2008-12-17T20:32:36 | 2008-12-17T20:32:36 | 82,216,780 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 64,092 | c | /*
* Copyright 1990-2006 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 only,
* as published by the Free Software... | [
"hinkmond@6dfe35fe-931f-0410-af5f-a91b034811cd"
] | hinkmond@6dfe35fe-931f-0410-af5f-a91b034811cd |
bf3e5d893b1a794d22a5771ff7cb0ef2dcafdf54 | 640ae6225d28ae406472d4738b9be9b074fa88eb | /vm_dir/libft/ft_isascii.c | 9dbccb4dfb3220cf55b844fcec616907ae991791 | [] | no_license | Razshal/corewar_last | b6e1db4043177914e95f55ca5c4f3a02f6ef4dd9 | ef9868cd1eab4a8dc89b4b3c8b8195930fce12e1 | refs/heads/master | 2020-03-21T20:57:25.998328 | 2018-06-29T13:40:06 | 2018-06-29T13:40:06 | 139,038,821 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 977 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isascii.c :+: :+: :+: ... | [
"alecott@e2r6p14.42.fr"
] | alecott@e2r6p14.42.fr |
c577bac1b8aab904258ca69e8d62fbc055d88f97 | 64cc6b56dd276a66587a5f8d53dc8d647f9f38ae | /squashfs-root/usr/include/librth.h | c47e691abeaf634222c13315f392b9365f72c5ce | [] | no_license | RichieMay/k2p_firmware | 9dced6646dbe5b039f28084ec59ada2d3bf0d4f5 | 089c75fb1c9dadc50b6b4d77387df4fa1aa75822 | refs/heads/master | 2023-04-07T06:20:57.587383 | 2021-04-11T12:59:27 | 2021-04-11T12:59:27 | 356,781,911 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 248 | h | #ifndef LIBRTHC_H
#define LIBRTHC_H
extern int phi_inet_is_ok();
extern int phi_wan_link_is_ok();
extern int phi_get_wan_speed(long long *up, long long *down);
extern int phi_port_link_is_ok(int pn);
#endif /* end of include guard: LIBRTHC_H */
| [
"root@RichieMay.localdomain"
] | root@RichieMay.localdomain |
683f63fd685d2c40d0d05b76fd9ac58b3b8f9dd8 | 4fd63de08ca0b175950c85e2e4e2541e5b6b812d | /parser/doubleRed.c | ad402a5d4dc696f881f87c92f3a9bf5ac3227cb8 | [] | no_license | mlizzie/minishell | 90ae50a0654da68da538c817d21aeb1fd7eb2a8f | 217a4e95e4c85c0ec08404181f75e9c136f6a0e6 | refs/heads/master | 2023-07-04T18:08:29.009937 | 2021-08-23T08:33:10 | 2021-08-23T08:33:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,592 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* doubleRed.c :+: :+: :+: ... | [
"mlizzie@et-f4.kzn.21-school.ru"
] | mlizzie@et-f4.kzn.21-school.ru |
faeb22d4cf5e8477767bc4da8f3c8ad962ba1dfc | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/109e3411-6bca-44d9-8117-d5206b8d7cee.c | d110b01648cc438e7e7835a03cc99ef5224a2f57 | [] | 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 | 529 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=134;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = l%j;
k = l-k*j;
//variables
/* START VULNERABILITY */
int a;
char b[65];
char c[99];
a = 0;
while (a < strlen(b)) {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
9b82cf6716f706b25ac5b277f779d8fffafae288 | 8e781e06cc2fb35521e84abf3d9dc240c4cf8aae | /src/main/java/test/Jni_Guomi.h | 6c05e14e23eaa0bcdbc4a36f67f76c2f859d54f1 | [] | no_license | Julyuan/Maven-Learning | baae0ef68911fd16fdfa4f376d8987f52bacb672 | 2555fe67f2bfbc13c6de7d9ded7bf68db185ab37 | refs/heads/master | 2020-03-27T03:08:48.209520 | 2018-10-31T13:36:46 | 2018-10-31T13:36:46 | 145,841,297 | 0 | 0 | null | null | null | null | UTF-8 | C | false | true | 1,439 | h | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class Jni_Guomi */
#ifndef _Included_Jni_Guomi
#define _Included_Jni_Guomi
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: Jni_Guomi
* Method: sm2GenerateKey
* Signature: ([B[B[B)V
*/
JNIEXPORT void JNICALL Java_Jni_1Guo... | [
"840806300@qq.com"
] | 840806300@qq.com |
9c20792cef25d20ea389ca0bd11446752f09a1f0 | 4a05ba0817ad44c1615cd12036376268eeef8661 | /retired/zxn_p3call_error.c | 3088f4e4a1cd0e38403a5cd8db2b1e27659b87ea | [
"MIT"
] | permissive | imneme/specnext-p3call-z88dk | 0bd36750656a7d2b26d922b17398be7364f49a24 | 37b87a920dd081f5ef1273821b84c7afbd4c7299 | refs/heads/master | 2022-11-14T07:41:20.476764 | 2020-07-01T06:58:40 | 2020-07-01T06:58:40 | 275,465,054 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 54 | c | #include "zxn_p3call_private.h"
char zxn_p3call_err;
| [
"oneill@acm.org"
] | oneill@acm.org |
42c7105a838c107910e070f5f784a526bdb819b3 | d073764723557f4d2a822cab2b73b40327b0dfa8 | /Libft/ft_iswspace.c | c447fa4f399e04a45be4ca3012b47765e64618f4 | [] | no_license | alexfofo/42 | 671ac389d715671463c41abc17aa3a9cc1f8cd4e | 83ae8418aeee0b6c1cd759c070f6963d09668d7a | refs/heads/master | 2021-01-17T09:30:39.388603 | 2017-04-20T15:27:08 | 2017-04-20T15:27:08 | 17,373,805 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 989 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_iswspace.c :+: :+: :+: ... | [
"afollin@e2r8p10.42.fr"
] | afollin@e2r8p10.42.fr |
0b32381adae890c952c9ca656c0bc028a43c6a64 | 2786bf93d193f19fee89d068886ee52a9e37c13f | /StandardStructureLibrary/si/StandardStructureLibrary.si4project/Backup/SListNode(1227).c | affe8be96aee4d65d1592b41482fc405c85fad14 | [] | no_license | zhang-xian-yi/c-linux-project | ad683ac859f979ec261fa306376e57f88d420d68 | e3a5812f326ed905e49317d2e4f2ea7ae596fe96 | refs/heads/master | 2022-12-16T17:37:45.736116 | 2020-09-25T04:36:28 | 2020-09-25T04:36:28 | 298,465,944 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,174 | c | #include "./include/SListNode.h"
/*****************************************************************************
* Prototype : compare2
* Description : compare two list node
* Input : p_list_node one
* p_list_node two
* Output : big or small equal
* Return Value : int
* Ca... | [
"1724920805@qq.com"
] | 1724920805@qq.com |
3adbd31a1a31919491c6dfd7310c4db565851396 | 1c17841dfa0af82c097c2de771b01e3cb4556006 | /PolyWorksSDK/include/PolyWorksSDK/COM/IIMDataObjectNotifications.h | e7df43a515651c8dbf4a2541259ddadb0a122821 | [] | no_license | Eason0210/goodies | bc544dcf972a0a8a10d8947d32dc23001f5cd1fc | 92f8ec12efd3e4dace68580bac0ce5b51eb45f35 | refs/heads/master | 2023-06-16T03:19:16.464967 | 2021-06-18T09:01:42 | 2021-06-18T09:01:42 | 378,092,268 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,631 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 8.01.0622 */
/* at Mon Jan 18 22:14:07 2038
*/
/* Compiler settings for ..\..\Interfaces\IIMDataObjectNotifications.idl:
Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.01.062... | [
"aqua0210@163.com"
] | aqua0210@163.com |
9e975923264464b3fb7d7259e361bd3ce3fbd538 | 3cd3f31d2703c66428db461c3c61d07e69b9d223 | /BUILDER_Symlink/INC_CUDA/ShapeDrawerTransparant.h | f7bbb45916edb238b2b5709da9703d7576032b74 | [] | no_license | bastou2316/cuda | 1195318cf0ae094d2bbbfea331fbd890bd584534 | da6a5bdb99bbfa47c9fb2ce6e65d0ca72fdd9de4 | refs/heads/master | 2016-08-11T22:16:33.928569 | 2016-04-10T23:00:57 | 2016-04-10T23:00:57 | 55,926,681 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 82 | h | ../../BilatTools_OpenCV/src/core/show/shapeOverlay/drawer/ShapeDrawerTransparant.h | [
"bastou2316@gmail.com"
] | bastou2316@gmail.com |
5ab40dac811be28f7738b591dace331b26a026d2 | 0402961fce6e87207d2735e8b4ec2802ea6d0e85 | /PipelinedCPU/isim/Arch_02_isim_beh.exe.sim/work/m_00000000002574045102_1379806774.c | cc1b5010ededcb461288d9a17b8024a20e059fba | [] | no_license | KathyFlores/PipelinedCPU | 7237b07be0a9872af157ff446bd528d938648405 | e06281cd7debf2e66c24de4ad3871b95e680147a | refs/heads/master | 2020-03-12T15:19:55.503372 | 2018-04-23T11:41:39 | 2018-04-23T11:41:39 | 130,687,684 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,032 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"wmiao018@163.com"
] | wmiao018@163.com |
b103e81fb56380c09d1570fe5820232b5dc952e3 | 445d8812a7e367e445c485024190b377403c9e25 | /Buffer Overload+Shellcode/exploit2a.c | 9c982707518cd6bae99ebdb4865251fb78a67143 | [] | no_license | dswong/College | aaac926e2406a738bf228e725d8a3437d87c57c8 | a84f8ffcd65f05b2502857805a0b69b667347b11 | refs/heads/master | 2021-01-09T21:45:33.383028 | 2016-04-02T03:18:37 | 2016-04-02T03:18:37 | 55,271,135 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 593 | c | #include <stdlib.h>
#include <stdio.h>
void main()
{
char shellcode[] =
"\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90"
"\xeb\x1f\x5e\x89\x76\x08\x31\xc0\... | [
"derekscwong@yahoo.com"
] | derekscwong@yahoo.com |
581081ac2e6d00482d0dcf04cbfadc1f3da56813 | 51769c13345d16bddfd2db143cd08d6e2294cf7a | /firmware/vendor/common/mi_api/libs/common/crc32.c | 523378ac6c88d80583cb6d2e77f5a92f6bbd31fc | [] | no_license | darcyg/Telink_mesh_sdk_VSC | 623504fb4cf686a00810337d444aaf7673515d5c | db0ab3ff0ecb10a9a046b3257c752c536d5d108a | refs/heads/master | 2023-04-24T07:33:24.902225 | 2021-03-17T10:15:58 | 2021-03-17T10:15:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,007 | c | #include "crc32.h"
#if FAST_CRC32
static const uint32_t crc32_tab[] = {
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f,
0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988,
0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2,
0xf3b97148, 0x8... | [
"tuanldhaihaua@gmail.com"
] | tuanldhaihaua@gmail.com |
cacc06b7b599dfd8bc894c75da63f4aaf3272730 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/h2o/deps/picotls/deps/micro-ecc/extr_uECC.c_uECC_valid_public_key.c | f2063eb2aeed1d9a8b975880b4a60546cca2bfc1 | [] | 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,269 | 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 |
6b7598ba3d2a76c0b61744b4bc2f4c1c5509eb55 | 5ccaeb278ef69bf41d803f9bf339101c39bf2136 | /framework/peripheral/ebi/processor/ebi_p32mz2048ech100.h | 85b9fe565a65b2730b1f04be7bd18495ed27772a | [] | no_license | Mytrex/Harmony | 6de69d5ebbb8cb7769a9ee7bd0330264c1d6ed3a | 32dceb018139e59a12c26044b9f0252d1c0d67c9 | refs/heads/master | 2021-03-16T09:42:26.915713 | 2016-11-02T08:25:20 | 2016-11-02T08:25:20 | 71,403,438 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 13,493 | h | /* Created by plibgen $Revision: 1.31 $ */
#ifndef _EBI_P32MZ2048ECH100_H
#define _EBI_P32MZ2048ECH100_H
/* Section 1 - Enumerate instances, define constants, VREGs */
#include <xc.h>
#include <stdbool.h>
#include "peripheral/peripheral_common_32bit.h"
/* Default definition used for all API dispatch functions */
#... | [
"jared@mytrexinc.com"
] | jared@mytrexinc.com |
f8bf12a80dcb40cccfe3c1b9fb31d5f5bb12b6da | 70b3d05c210a91b687be8565f29444f0013eeb67 | /arduino/sketchbook/libraries/U8g2/src/clib/u8x8.h | de375736364582ef558c73cab1b62508e62f354f | [] | no_license | jsdelivrbot/rmap | 82c9fe6654b4d1db185610efad0271334783df16 | f3b9a5fca37ef7a3ccece80d742881c9185d9715 | refs/heads/master | 2020-04-10T02:15:01.387841 | 2018-12-06T15:03:05 | 2018-12-06T15:03:05 | 160,739,432 | 0 | 0 | null | 2018-12-06T22:17:37 | 2018-12-06T22:17:37 | null | UTF-8 | C | false | false | 43,646 | h | /*
u8x8.h
Universal 8bit Graphics Library (https://github.com/olikraus/u8g2/)
Copyright (c) 2016, olikraus@gmail.com
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... | [
"p.patruno@iperbole.bologna.it"
] | p.patruno@iperbole.bologna.it |
f51db71922577fc3faf84f229b96038669c4b41d | c1e032d75acd66b66780d7a0fb3268356e10a12b | /linux/the_linux_programming_interface/time/calendar_time.c | c766f38c3be53656d67314a1b2166742e72e06aa | [] | no_license | stevelorenz/programming-playground | 67943f4c6755f91f2e66db314fbfc1255acab8c3 | 967d5dca9fa77bb25e62c938a20306bbeeef46f6 | refs/heads/master | 2023-08-17T02:36:26.207405 | 2023-08-15T09:08:52 | 2023-08-15T09:08:52 | 248,804,146 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,750 | c | #include <locale.h>
#include <sys/time.h>
#include <time.h>
#include "tlpi_hdr.h"
#define SECONDS_IN_TROPICAL_YEAR (365.24219 * 24 * 60 * 60)
int main() {
time_t t;
struct tm *gmp, *locp;
struct tm gm, loc;
struct timeval tv;
t = time(NULL);
printf("Seconds since the Epoch (1 Jan 1970):%ld", (long)(t));
prin... | [
"xianglinks@gmail.com"
] | xianglinks@gmail.com |
cfd3d07ebba4b959eeab52b4dcff1e06a6d5211f | fb8c9b064437b7fa971b27bcff8c2ae60ad98389 | /src/lecture_med.h | badf531e44dc18571b0aaf84609ff092a661c989 | [] | no_license | nerosiar/d4r30j4z | e07fff07d2d271cf620148ead3633076f4542d19 | cd8d4eb39075e014f6d33cbe8f1094f335b43e95 | refs/heads/master | 2020-11-25T02:32:13.234181 | 2019-12-16T17:53:14 | 2019-12-16T17:53:14 | 228,454,297 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 936 | h | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define sz 20
#define jm 3
#define aa 5
struct datee{
char jour[5];
char mois[10];
char anne[10];
};
struct medecin1
{
char id[sz];
char nom[sz];
char prenom[sz];
char username[sz];
char password[sz];
/*char jour[jm];
char m... | [
"nader.hajboubakerrais@gmail.com"
] | nader.hajboubakerrais@gmail.com |
988dc414aeaefd2489b2c75b570c0487ca6610cb | f0e5d9407c39b0da49c2eca05084bb64776fa1de | /Naveen-hw1/task1.c | 70db12137273154695a1fb6bcaa9a4af7fd44f29 | [] | no_license | NataRazmochaeva/pc-2021-6300 | c63cf8214498ebb91805c4d116356a88c98bb6e0 | a1491fe30dca5b9b84feea5f1384f1ae98ad6ba3 | refs/heads/main | 2023-05-16T19:52:06.842129 | 2021-06-10T07:26:27 | 2021-06-10T07:26:27 | 344,756,262 | 0 | 10 | null | 2021-06-10T07:16:48 | 2021-03-05T09:16:15 | C | UTF-8 | C | false | false | 817 | c | #include<unistd.h>
#include<stdio.h>
void main()
{
pid_t child, grandchild1, grandchild2;
printf("Parent process N1 and pid %d\n", getpid());
child = fork();
if(child == 0)
{
// child
printf("Child process N2 and pid is %d\n", getpid());
grandchild1 = fork();
if... | [
"neinsteinmary@gmail.com"
] | neinsteinmary@gmail.com |
b2c6665c3079b13620055544888fb55d2001a3dc | d2e99f16f56971664b5719aff3b4106edad0a650 | /homework_2.c | fccdedfff1ebf5423f8677fbd92db17d77369312 | [] | no_license | DanilaKholod/Inf_lab | 971fcfcd94a28b883f7f5102e88b29deb755eaed | 158b1c5af817005d27156e24f27f86f02ff107e4 | refs/heads/master | 2023-04-14T15:36:06.311915 | 2021-04-23T12:22:48 | 2021-04-23T12:22:48 | 296,066,609 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 880 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
/*number 1*/
int a, b, c; scanf("%d%d%d", &a, &b, &c);
int x, y; scanf("%d%d", &x, &y);
if ((a > b) && (a > c)) {printf("%d\n", a);}
else if ((b > a) && (b > c)) {printf("%d\n", b);}
else if ((c > b) && (c > a)) {printf("%d\n", c);}
else i... | [
"43093915+DanilaKholod@users.noreply.github.com"
] | 43093915+DanilaKholod@users.noreply.github.com |
650b182f3dbe9ccfa56a5818ed5c9a02f60108f5 | 83c32a6511297ac4cac0ffbf553b09bc9917ca2d | /Library/BdsDxe/BootMngr/BootManager.h | 115a195268186a9b2bd2225572861cdf6367beb5 | [] | no_license | tearitco/Duet | 258ad751f61b47fa76e68fce7d884140b20af1a6 | 485135bdf77bd4d2432b6df2e4c99e083188e1dc | refs/heads/master | 2022-03-24T23:05:33.711119 | 2013-03-01T15:27:16 | 2013-03-01T15:27:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,357 | h | /** @file
The platform boot manager reference implement
Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the... | [
"Kisarin.A.V@gmail.com"
] | Kisarin.A.V@gmail.com |
5ff58d40507c5b7f70f770ade49e12670edb9c6a | b02ffe2a64ac602c074249aae45478937ff3afb1 | /action.c | 42d1da82fcc61dee91cf46c7879abdd3f93461e6 | [] | no_license | seanpringle/xoat | 03509ff301ae291dec6431a0c735e98437cd6e52 | d7de4ff112d8e63a3338158907b7c4d673373258 | refs/heads/master | 2021-01-18T23:10:45.277182 | 2016-06-29T23:45:21 | 2016-06-29T23:50:17 | 5,617,091 | 22 | 4 | null | null | null | null | UTF-8 | C | false | false | 5,109 | c | /*
MIT/X11 License
Copyright (c) 2012 Sean Pringle <sean.pringle@gmail.com>
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, co... | [
"sean.pringle@gmail.com"
] | sean.pringle@gmail.com |
19ff9b49acf6a672992fa3afd1170f6dfdc168fd | 35323e11a12817567fe95fc4d1b6f592e61a81b4 | /include/state/DefaultTransStrategy.h | ce95fe6ef4b4715d1c6ae1366ce2a3e104de53a1 | [] | no_license | yanxicheung/l4 | 6b18e63a78e6ee00e3f83db885f96fada2728474 | 416a8437e1f517ed892a2ccb567177cf98c3b498 | refs/heads/master | 2022-03-02T01:28:29.581139 | 2019-10-20T05:49:24 | 2019-10-20T05:49:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,560 | h | #ifndef H5D99EF39_F494_4001_A895_35EA8F7ACB28
#define H5D99EF39_F494_4001_A895_35EA8F7ACB28
#include <state/TransStrategy.h>
#include <trans-dsl/sched/concept/InstanceId.h>
#include <event/event.h>
FWD_DECL_EV(Event);
L4_NS_BEGIN
#define __DEF_TS_STATIC_STRATEGY(prefix, strategy) \
struct prefix ## StaticStrategy ... | [
"darwin_yuan@hotmail.com"
] | darwin_yuan@hotmail.com |
2a9831ec0c6c5c85fba55c92801d44ddffd5743c | 4ba30129887c5c1f638c79cc69592494f36ad024 | /HeartTrip/UIKitComponents/SwiftAdapter/HeartTrip-Bridging-Header.h | d60ab09d6cef137ae02bc3f9fc2b10789fbb56ed | [] | no_license | sqwu/breadtrip-ReactiveCocoa-MVVM- | 48f704d6c2581bc16d60fceae8bbb58a2493c82c | 3c1978ca9fc8b7aba70edbe762603c1b7ac68493 | refs/heads/master | 2023-07-07T20:28:22.027673 | 2021-08-26T03:03:20 | 2021-08-26T03:05:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 139 | h | //
// Use this file to import your target's public headers that you would like to expose to Swift.
//
@import UIKit;
@import Foundation;
| [
"vin@vindeMacBook-Pro.local"
] | vin@vindeMacBook-Pro.local |
e9f1d51d6d5df9565c1ed262d4fe63607737dff9 | fb142a9c5bb2f6d93073e0deb2b39b3757d42d72 | /FreeRTOSv202012.00/FreeRTOSv202012.00/FreeRTOS 4.1.2.6/Demo/ARM7_LPC2129_Keil_RVDS/string.c | d1b8b76fd2816d5f8427822d01c2359b3f43e18d | [] | no_license | pmajtas/mtm_wzpsw | 4d28efe3a0a10d654cfc12fddab5fe66f3b866b7 | 2a405fdf429a01b4557b4cc35f47f443a73cabf7 | refs/heads/master | 2023-04-22T08:16:16.001627 | 2021-05-04T12:24:56 | 2021-05-04T12:24:56 | 347,720,535 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,295 | c | #include "string.h"
#define HEX_bm 0x000F
void CopyString(char pcSource[], char pcDestination[])
{
unsigned char ucCharCounter;
for (ucCharCounter=0 ; pcSource[ucCharCounter] !='\0'; ucCharCounter++)
{
pcDestination[ucCharCounter] = pcSource[ucCharCounter];
}
pcDestination[ucCharCounter] = '\0';
}
void... | [
"examplemail"
] | examplemail |
560ebd887e87a6d229f082d64791748398f205bf | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/Data/RadialFieldScan_2/raw/cutsTesting/1500MeV_2750MeV_24000ns_600000ns/1D_res_-50.000000.C | 491ce3fda38951c069b6a8e073db15cc90f8f5a3 | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,334 | c | void 1D_res_-50.000000()
{
//=========Macro generated from canvas: c/c
//========= (Tue Apr 27 00:34:41 2021) by ROOT version 6.22/08
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
c->SetHighLightColor(2);
c->Range(0,0,1,1);
c->SetFillColor(0);
c->SetBorderMode(0);
c->SetBorderSize(2);
c->SetFram... | [
"samuel.grant94@gmail.com"
] | samuel.grant94@gmail.com |
b667861f4342818c6565e9bedd4761701e11fe3c | 9173424fc04be88e6310a58687579a3c52e147ab | /CTuts/ex6.c | dc129cf5f7e9932f0fd31c4f439cecba49be451a | [] | no_license | Majon-Thanaton/Personal-Projects | 1bf034d6e8176029cd213013f6b0d5464db3ca52 | 66c9597e817f95d2d1bc9fa45b0a325417e69d9b | refs/heads/master | 2021-01-18T23:01:47.679256 | 2016-04-30T00:08:22 | 2016-04-30T00:08:22 | 27,125,114 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 606 | c | #include <stdio.h>
int main(int argc, char *argv[])
{
int distance = 100;
float power = 2.345f;
double super_power = 56789.4532;
char initial = 'A';
char first_name[] = "Keith";
char last_name[] = "Solomon";
printf("You are %d miles awau.\n", distance);
printf("You have %f levels of power.\n", power);
printf... | [
"randomnamehere@live.com.au"
] | randomnamehere@live.com.au |
cc792768e56f26d02c6ec8f7f4fe1fde85693182 | e0e0749b44e4c2036dfff88c1513e32beac5c9ba | /DZ_BEE/Pods/Headers/DZ_BEELIB/BeeMessage+BeeNetwork.h | 44360a2e4b253e5cf3774f792fadd47a5c4069f9 | [] | no_license | Natoto/DZ_BEELIB | 96a32f1df5e26b491009509fd1be3a2f0780ef5c | 04fc80e057ac31492bea2e0cabdb7585f600e578 | refs/heads/master | 2021-01-22T03:05:27.078269 | 2014-12-23T02:51:41 | 2014-12-23T02:51:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 70 | h | ../../../../framework/mvc/controller/extension/BeeMessage+BeeNetwork.h | [
"787038442@qq.com"
] | 787038442@qq.com |
dea9e3212e60e4c52829dac709623b4694f2e9e0 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/08cbf327-2604-4aef-93f1-a97a9647c862.c | 8679437f674966c710f2008ff4ed58313d3a4c27 | [] | 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 | 621 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
i = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = l/j;
l = l/j;
l = l%j;
l = l+j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[25];
int c[8]... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
3f26d89e61b2cc88341dc410d84bff11855e71b1 | 1b5ec01c95df28249e167c60f4223a913c4db269 | /philo_two/srcs/watcher.c | 8eef1dfd72439fabdc224b00a58e54f6cb2b933d | [] | no_license | GuiDupont/philosophers_42 | 3f30fe3ccf75af411497a6abec5c07207dc87f90 | c136699e1a94eb94a4bdcb3408d33769381c2b17 | refs/heads/master | 2023-08-18T01:16:45.778344 | 2021-09-11T11:02:23 | 2021-09-11T11:02:23 | 354,036,858 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,438 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* watcher.c :+: :+: :+: ... | [
"gdupont@student.42.fr"
] | gdupont@student.42.fr |
bb4ed2f3141587df24862f790a4d99be9a5b2097 | c0a717b3cae89fd5f7afd5270644774fde8b6ec1 | /server/src/native/switch/libztmd.h | 9182a0dd753fcd86c45469196c40b9a84fca9535 | [] | no_license | elambert/honeycomb | c11f60ace76ca0ab664e61b4d2ff7ead4653e0de | abd6ce4381b5db36a6c6b23e84c1fb8e8412d7b5 | refs/heads/master | 2020-03-27T22:39:34.505640 | 2012-08-29T20:09:16 | 2012-08-29T20:09:16 | 472,780 | 3 | 1 | null | 2012-08-29T19:52:10 | 2010-01-14T23:39:04 | Java | WINDOWS-1252 | C | false | false | 2,287 | h | /*
* Copyright © 2008, Sun Microsystems, Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the f... | [
"eric.d.lambert@gmail.com"
] | eric.d.lambert@gmail.com |
bae1db85b3d56950984b878840d123fa1ba9f02f | b2d48aac47dc3a3050f9cb562808f0e6f19a36e4 | /rumana/ovdc/ex1.c | aa64c8f3c7f91f42e7d5f497822f5730f4864823 | [] | no_license | bhagavansprasad/students | 7f7df2f4c2350025d58406794a7d94d9c8a9d7be | 2822fb81cfb6714d48dea1e4957d6011ffa6198b | refs/heads/master | 2023-08-04T04:44:11.346963 | 2023-07-24T06:09:00 | 2023-07-24T06:09:00 | 193,177,404 | 0 | 0 | null | 2022-11-30T23:33:00 | 2019-06-22T01:21:59 | C | UTF-8 | C | false | false | 106 | c | #include<stdio.h>
#include<time.h>
main()
{
time_t now;
time(&now);
printf("%s",ctime(&now));
}
| [
"bhagavan.prasad@blackpeppertech.com"
] | bhagavan.prasad@blackpeppertech.com |
955d4558a7da9bac18223a33d9d99e3850f5ea82 | 84e409b8a6154c1559f5e4728369b1cfc7ced2ba | /libft/ft_putstr.c | a477626cbe6461ce0c7a6519c59340ccbb6b1028 | [] | no_license | leoasimon/ft_ssl_md5 | 060276581e3aee9f3bf48d9da850c5ade78dc336 | 7603a38fe21b0c2e0a094d91e18a311165203d6b | refs/heads/master | 2022-06-13T10:02:53.285102 | 2019-11-19T17:51:47 | 2019-11-19T17:51:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,010 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr.c :+: :+: :+: ... | [
"lsimon@e2r8p16.42.fr"
] | lsimon@e2r8p16.42.fr |
cf6a096c594859e7d0503af4f4320fc14f424801 | 8480c0939be1a8549d48284515b6ee63f6837203 | /Source/ZenLib/HTTP_Client/HTTPClient.c | f82bda6ba45f4b40c4c43bbcb3968765d433e3c6 | [
"Zlib",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | 1480c1/ZenLib | 0eedc8882b0d220a03f3deb4116a41d30bc8a419 | 3c4e44933df6ff48c6ff177a8f12153e83ecf2e0 | refs/heads/master | 2020-12-20T10:51:59.685220 | 2019-12-13T15:17:52 | 2019-12-13T15:17:52 | 236,048,865 | 0 | 0 | Zlib | 2020-01-24T17:22:58 | 2020-01-24T17:22:57 | null | UTF-8 | C | false | false | 139,422 | c |
///////////////////////////////////////////////////////////////////////////////
//
// Module Name:
// HTTPClient.c
//
// Abstract: Partially Implements the client side of the HTTP 1.1 Protocol as
// Defined in RFC 2616,2617
// Platform: Any that supports standard C calls and Berkeley sockets
//
/... | [
"jerome@mediaarea.net"
] | jerome@mediaarea.net |
bc864acf059d2ee75425bec3fcc85d06394b7d9a | 708985b2193a75ebfa47208ec903750a8b9a1244 | /data_structures/lists/include/dlist.h | 75051b54160086aa1bc93782ac1adb6c6fd5f8a0 | [] | no_license | CamilleEscher/lib_nottwice | f5a98da6ebd6e01acc0ef20e00178c826c17db1c | 8ec50c364153d6cddbf379b4eeef8dd6dd7fd8b2 | refs/heads/master | 2016-09-05T15:27:12.533730 | 2015-09-06T22:21:34 | 2015-09-06T22:21:34 | 42,021,049 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 776 | h | #ifndef DLIST_H
#define DLIST_H
#include "dnode.h"
#include "ptr_func.h"
typedef struct s_dlist
{
t_dnode* first;
t_dnode* last;
ptr_delete func;
int size;
} t_dlist;
void dlist_create(t_dlist* list, ptr_delete func);
void dlist_destroy(t_dlist* list);
void dlist_clear(t_dlist* list);
void dlist_push_fro... | [
"c.ma.escher@gmail.com"
] | c.ma.escher@gmail.com |
5b5865ff703c06ab3e2ee4ef58146f2567a357a2 | f87ba76d7b9142265b5a501c1ac9915b30d7d58e | /Platform/CCSDeamon/CCSDeamon.c | 3a353eb37d942048f0d2a5b2e07a50137ab08d71 | [] | no_license | HargicStudio/FoodStuff | 71129925a7a55bd9fc165f6e44da8986d7898379 | 870692454af2b9340ee2f3357492dc6c96a4c191 | refs/heads/master | 2021-01-17T12:39:20.366358 | 2016-06-28T17:25:01 | 2016-06-28T17:25:01 | 59,410,253 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,763 | c |
/***
History:
[2016-05-22 Ted]: Create
*/
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <stdbool.h>
#include "AaInclude.h"
#include "print_com.h"
#include "led.h"
#include "sense.h"
#include "tsc3200.h"
#define CCSDEAMON_STACK_SIZE 0x80
/** AaMem heap buffer for whole system */
#... | [
"tednick@163.com"
] | tednick@163.com |
36d53a38a401598ae1ebae0a4e21db6fc3020220 | f4f9c38e60b1f3924b9eebd8d935e77d06a46a03 | /macOS/PrivateFrameworks/CoreUtils.framework/CDStructures.h | 396bf7800bd52fa09181905849d5fda239b43e29 | [] | no_license | liuyujie/Apple-Runtime-Headers | cde3a342c3bc1237865e5b86299d1cb76d79bfe0 | e7560b3603f83151df2db5baae5396f2f01f1a06 | refs/heads/master | 2020-03-27T01:29:30.931513 | 2018-08-19T13:51:37 | 2018-08-19T13:51:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,959 | h | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#pragma mark Function Pointers and Blocks
typedef void (*CDUnknownFunctionPointerType)(void); // return type and parameters are unknown
typedef void (^CDUnknownBlockType)(void); /... | [
"lnatan@wix.com"
] | lnatan@wix.com |
89f212abda029708e9a3531d987a3e405081f17c | eee0bba915a4e70921cfc888e27dea469a8ebc49 | /bonus/built-ins/cd_next.c | 31f8d31d32ef4dc02dd882470131b5628d3c61bd | [] | no_license | fave-r/42Sh | c274ef17fcd7dc1dc13fe91cbe8c60256a481bdb | 330587ecf0a3a96b40672f4d77b5a2db6fd58258 | refs/heads/master | 2020-06-04T10:25:06.295979 | 2015-05-26T10:42:20 | 2015-05-26T10:42:20 | 17,480,343 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 361 | c | /*
** cd_next.c for 42sh in /home/blackbird/work/42Sh/built-ins
**
** Made by romaric
** Login <fave_r@epitech.net>
**
** Started on Sun May 25 07:13:05 2014 romaric
** Last update Sun May 25 07:20:00 2014 romaric
*/
#include "my.h"
int my_cd_next(char *arg)
{
if (strcmp(arg, "..") == 0)
{
chdir("..");... | [
"fave_r@epitech.eu"
] | fave_r@epitech.eu |
973fbe6acf340efac986db2564b1514316908a4e | 177d71e838be194c2c489ed4ab47fa14140b4976 | /PluggedInRC/RollercoasterPluginPrivatePCH.h | 321ee7da212bc9b1fac438dd5d12093c798fbb12 | [] | no_license | amarnathajay/VR_Rollercoaster_Project | ee5f1081401198246ecb36e1942c698b82642f56 | 126f774464f600ab5b2ed2ade3eab7ecc13159f4 | refs/heads/master | 2021-07-07T22:41:44.648654 | 2017-10-05T04:02:21 | 2017-10-05T04:02:21 | 105,847,304 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 456 | h | // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#include "CoreUObject.h"
#include "Engine.h"
#include "LandscapeSplinesComponent.h"
#include "LandscapeSplineSegment.h"
#include "LandscapeSplineControlPoint.h"
// You should place include statements to your module's private header files here. You only nee... | [
"amarnathajay@gmail.com"
] | amarnathajay@gmail.com |
16d819834f18680eb1d3a82130d7dd8f505e5099 | fa627d4e17ef4e679abab74945488a1b9fdf0257 | /Códigos/ParserHandler/ParserHandler.c | 27b66e57d44a62655eca478512c02c156c9cbd4e | [] | no_license | viniciusarruda/lindenmayer-system | 56dab61e217ea927824202bcfed5da818a3721c2 | 005e9972970e285637cc6ce970fccf06458ef7b3 | refs/heads/master | 2020-04-17T08:06:53.692210 | 2019-01-18T12:40:41 | 2019-01-18T12:40:41 | 166,398,478 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 20,817 | c | /*
* Aluno: Vinicius Ferraço Arruda
* Curso: Ciência da Computação
* E-mail: viniciusferracoarruda@gmail.com
* Disciplina: Estrutura de Dados I
* Professor: Thomas W. Rauber
* Data: 28 de junho de 2015
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h> ... | [
"noreply@github.com"
] | viniciusarruda.noreply@github.com |
ddc1913fe2b88b2093dc99930f92d9664d36307b | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/sound/soc/bcm/extr_cygnus-pcm.c_cygnus_pcm_pointer.c | 9874fc3905a9ab948785092feca481e702a08cb2 | [] | 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,883 | 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 |
b56923c807654fb656515b976cc5580d1f14fa35 | 74256a512ee1130c01724f04791fce7b5b2a23db | /Labs/Lab06_Timers/Timer1.c | 9917ae7541e2ea0354010173308d1fd6b41bf920 | [] | no_license | cherxp/Curiosity_HPC_Labs_-_PIC18F46K22.X | 6aba87f532ed703931c61a907918495a19a5066c | 4e50fb68ff50f3859bcb477a8ae5f548055d2aed | refs/heads/main | 2023-01-06T22:07:32.520311 | 2020-11-04T09:04:04 | 2020-11-04T09:04:04 | 309,949,299 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,851 | c | /**
Timer1 Lab Source File
Company:
Microchip Technology Inc.
File Name:
Timer1.c
Summary:
This is the source file for the Timer1 lab
Description:
This source file contains the code on how the Timer1 lab works.
Generation Information :
Product Revision : PIC10 ... | [
"rajesh.seenivasan@gmail.com"
] | rajesh.seenivasan@gmail.com |
5facf2ea0ff137a2badaa07b2b0206f3cf09e904 | 679d1da9470eb01c5593c33888b85007d69b5743 | /mypycode/copytest/Define.h | deb51154ebf9b3a65c681c34d6c8c996b3459562 | [] | no_license | xyrxizhi/mytestgit | 6843a17427f661921308c05f7b80fe83fe34258a | e94af33e2376d1f3fd1f5a7d65972f0d61ae3323 | refs/heads/master | 2023-04-16T07:43:26.125521 | 2020-10-20T10:28:08 | 2020-10-20T10:28:08 | 276,313,520 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 56 | h | #pragma once
#define XYR_SYS_VERSION 7.8.9-rel-SNAPSHOT
| [
"huangweixuan@huya.com"
] | huangweixuan@huya.com |
ecce77fbd843198da54d5690ddf50d4ac29b113b | a2e417c07cadd897d72c5736291598a99b748129 | /lib/SDL/include/SDL_test_crc32.h | 52a0fb403b20d3c22535f8de02165d264690fc9b | [
"Zlib",
"MIT"
] | permissive | alex-spataru/QJoysticks | c2fa32f9d7f2f5a8fed207ecacef93c8fbd0548a | ccc0f53d086d3d5f5bc5f1586362b8eaffeb7e2d | refs/heads/master | 2023-04-14T06:37:47.326826 | 2023-04-03T09:27:58 | 2023-04-03T09:27:58 | 60,373,832 | 76 | 30 | MIT | 2023-04-03T09:27:59 | 2016-06-03T19:52:14 | C | UTF-8 | C | false | false | 3,608 | h | /*
Simple DirectMedia Layer
Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to u... | [
"alex_spataru@outlook.com"
] | alex_spataru@outlook.com |
45572eb4c1cf85bffcb3c76347d937f462eb1bc1 | bf7f83703bafefdbc2859b43c8baee429b4c575f | /src/provisioning/esp_qcloud_prov_ble.c | 887ea58c95f4c6f73720ee0e7f40b93f44e1c557 | [
"Apache-2.0"
] | permissive | espressif/esp-qcloud | 36a0d0693367b8ec66a948e45d73a3e4b4c1cd9e | 7091584d9950d5a0d2af90cf66280e2b7d2ec67b | refs/heads/master | 2023-04-18T18:14:55.088315 | 2022-12-30T02:36:17 | 2022-12-30T02:36:17 | 145,512,395 | 62 | 38 | null | 2021-11-29T04:38:54 | 2018-08-21T05:43:11 | C | UTF-8 | C | false | false | 11,580 | c | // Copyright 2020 Espressif Systems (Shanghai) PTE 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 applic... | [
"shixinke@espressif.com"
] | shixinke@espressif.com |
f6d5802bddf2514a7bafc0834a8b173c4e044c73 | f094a667041cbc52b03dad7621e3204d772b7a1d | /sw/bsp/gd32/Libraries/GD32F35x_StdPeriph_Driver/inc/I2C.h | 8ba2b17819c6acb3e18ef2935285942d5e03ea5f | [] | no_license | zhan92/Hendrix_M_Lite_GD | 7ea027041269ceb845a13e6737d48246fd1f9fa0 | d16a151d841ad12e9f3b36170dca4b5c157c47a5 | refs/heads/master | 2023-08-14T17:59:44.228451 | 2021-09-03T12:00:31 | 2021-09-03T12:00:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 396 | h | #ifndef __I2C_H
#define __I2C_H
void I2C_Configuration(void);
void I2C_ReadS_24C(uint8_t addr ,uint8_t* pBuffer,uint16_t no);
void I2C_Standby_24C(void);
void I2C_ByteWrite_24C(uint8_t addr,uint8_t dat);
void I2C_PageWrite_24C(uint8_t addr,uint8_t* pBuffer, uint8_t no);
void I2C_WriteS_24C(uint8_t addr,uint8_t* pBuffe... | [
"Edmond.Sung@tymphany.com"
] | Edmond.Sung@tymphany.com |
8a0a61ec5c726432373a4da9907f32a60b3d4486 | a91ec11d455859b85e41c4cef5650426d508d127 | /STRING/reassign_str.c | fc8a577cc2c1b478719c30d67daf6dc2e9ea3170 | [] | no_license | shruti-2522/C-PROGRAMMING | 7aaff102fd45d2d9a5400e13d89f051d8933a13c | 7e00deaa4ec5e5edcf3f4904b0a8f067d5e75e0c | refs/heads/master | 2023-03-24T05:10:14.700796 | 2021-03-19T05:42:34 | 2021-03-19T05:42:34 | 342,582,697 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 288 | c | //REASSIGNING A STRING USING PTR:
#include<stdio.h>
int main()
{
char *s="Shruti";
printf("\n After assigning a string=%s",s);
s="Amrutkar";
printf("\n Before assigning a string=%s",s);
}
/*OUTPUT:
After assigning a string=Shruti
Before assigning a string=Amrutkar
*/ | [
"shrutiamrutkar177@gmail.com"
] | shrutiamrutkar177@gmail.com |
8be0c2ff82ba5c695947f45e23fec59c38e9b605 | 628196c023f1781d9381d35882692d9da61a04ba | /X11/include/font7x13O-ISO8859-2.h | f33ceaa952799b290bf89a659abe409f1cf32acc | [
"LicenseRef-scancode-public-domain"
] | permissive | btheobald/embedded-fonts | 4eb238a2bf96ae52c1d49e39c3d953bb61bd2550 | 962791c2972cc7d2ebe78b2cb20bf34233c3b2ea | refs/heads/master | 2023-05-02T11:29:30.995855 | 2021-05-13T08:21:04 | 2021-05-13T08:21:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,642 | h | const unsigned char font7x13O_ISO8859_2[] = {
0x46, 0x4f, 0x4e, 0x54, 0x58, 0x32, 0x4d, 0x49, 0x53, 0x43, 0x20, 0x20,
0x20, 0x20, 0x07, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x... | [
"tuupola@appelsiini.net"
] | tuupola@appelsiini.net |
b85fbc1637ab7cada05b8d0de6f8f7800c3ed5b6 | 57bc9a297787cb1eec5fcee1f0f192a28ea284b8 | /Testing/main.c | 7c343bbe576e98aecedd1fc604ec228f5c18154d | [] | no_license | Limmengleangg/C-Project | 58f9470ba4c15e74b843390d0f3c2c60adac91d7 | d33c8ef97773a3851c21144cd425ce1d524ddade | refs/heads/master | 2021-05-29T03:46:28.688838 | 2020-04-09T08:19:56 | 2020-04-09T08:19:56 | 254,309,436 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 125 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello world!\n");
printf("Testing!");
return 0;
}
| [
"63393977+Limmengleangg@users.noreply.github.com"
] | 63393977+Limmengleangg@users.noreply.github.com |
324e72c30ea1a3b605022164b9d9cb921625ae1c | f8db6038468b07e0ee2aed9279ca69ad0004dcdd | /myLibs/controller.h | 699c5615c454ae9041495995b5fba653039b2b22 | [] | no_license | poleseArthur/Router-CNC | e9d94c59e28e61d6ced38c71ba1f5cb57fe551b7 | 1d4266f08e99b9483a7c1be21db790479786f6f1 | refs/heads/master | 2020-09-24T06:42:41.358122 | 2019-12-03T04:00:43 | 2019-12-03T04:00:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 403 | h | /*
* controller.h
*
* Created on: 27 de nov de 2019
* Author: Jessen
*/
#ifndef MYLIBS_CONTROLLER_H_
#define MYLIBS_CONTROLLER_H_
void setRpmX(int rpm);
void setRpmY(int rpm);
void setRpmZ(int rpm);
void setRpmS(int rpm);
void stepX(int steps);
void stepY(int steps);
void stepZ(int steps);
void stepS(int s... | [
"jessen@imoalert.com.br"
] | jessen@imoalert.com.br |
59fe8b6812267bde462de5a0232f73a0027bca4c | 1434ae4307bef7139443ed7082b46ef2c3e008c0 | /experiments/macros_5.c | ff33dc6d8649b994e6fa7a7f4757b5e7d5bf70d0 | [
"MIT"
] | permissive | DeadDork/learning_c | 260c6f8c0ee8c08dedbd1818b279bcfa8da32e67 | c62bf8c0fb2edf29117692c3910661ca7a696929 | refs/heads/master | 2021-01-23T16:26:22.977478 | 2013-12-30T06:10:50 | 2013-12-30T06:10:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 296 | c | // Explores a two level macro expansion, as well as variadic macros.
#define OneTwoThree \
ONE,\
TWO,\
THREE
#define Tokenize(...) TOKEN_ ## __VA_ARGS__
enum NUMBERS {
ZERO,
OneTwoThree,
FOUR
};
enum NUMBER_TOKENS {
TOKEN_ZERO,
Tokenize(OneTwoThree),
TOKEN_FOUR,
Tokenize(FIVE);
};
| [
"nimrodomer@gmail.com"
] | nimrodomer@gmail.com |
426f0f1f06436b3c5c83e4fc7df56dca4bc201cc | 4c37f2c3cbc939b9bc605a214b4326047338f87e | /Fonksiyonlar/FonksiyonOrnek6/module2.h | 9dc93d750b5c699eb711dc9ba91a09281f58ef6d | [] | no_license | ozhanhakan/CProgramlamaOrnekleri | 9c6ac5c2f01479cf02cddfa6080dec27a98edf57 | f6f534358b679c958f5e0d08cc6c01ab6b04cf4f | refs/heads/master | 2022-01-19T18:25:30.277272 | 2018-06-26T19:08:14 | 2018-06-26T19:08:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 103 | h | #ifndef __MODULE2_H
#define __MODULE2_H
int module2_function1();
void module2_function2();
#endif
| [
"coskuntasdemir@gmail.com"
] | coskuntasdemir@gmail.com |
fc072b5e5980e01a2b35c820da7b772f219ac5ea | b1025526ea9fada8c21b8ba95fc75cb536076341 | /struct.c | 5f49aa21814d17251cea2be7e88074814ee8d598 | [] | no_license | JacobCiurca/COSC-350 | 9170d45e27b8d752acd7a750f5cb0f4e4cb73e25 | c14fe1d2604820d884f5dbd0def78eaa3400ff46 | refs/heads/main | 2023-02-17T13:00:57.547999 | 2021-01-16T00:07:07 | 2021-01-16T00:07:07 | 329,797,380 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 916 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(){
struct student {
char fname[20];
char lname[20];
int id;
};
char first[20];
char last[20];
int no;
int size;
int i;
printf("Please enter the number of students in the stuct\n");
scanf("%d", &size);
typedef struct student list;
list *pt... | [
"noreply@github.com"
] | JacobCiurca.noreply@github.com |
2db6f98af703de2661f3a17db72c6293434971c2 | 21feeb43a0ff124f35e4bc0d5d38062f94b1fb10 | /datatypes_and_sizes/print_ranges.c | e5df6e4d460587a7b86b607a56a24bcdb8bc4cf9 | [] | no_license | SamuelStuver/C_Exercises | 4acea5d5d4d2f070ce9e2d7b4fac16c77a2f9a36 | 5f2e348a90a190dfd4778e72f86fde2afd1a8b62 | refs/heads/master | 2020-06-22T04:39:18.761242 | 2019-08-05T20:45:02 | 2019-08-05T20:45:02 | 197,635,232 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,356 | c | /*******************************
Write a program to determine the ranges of char, short, int, and long
variables, both signed and unsigned, by printing appropriate values from
standard headers and by direct computation.
*******************************/
#include <stdio.h>
#include <limits.h>
int main()
{
printf("... | [
"samuelstuver@gmail.com"
] | samuelstuver@gmail.com |
647d155f2790235a15724064d906fb612344f851 | 4125e36bafafbe842a59b836d8cc50636af584f1 | /trucs.c | e1c824de5fb379c247661b8862b9f86adf9bf3df | [] | no_license | Tabouret/tab | e77b31c92239f1e266e5bff264bfb98a2efe8ff0 | 3a0726e0d6aa09d886eca83a785a5a1d3c2fe5f7 | refs/heads/master | 2020-06-05T19:59:57.431451 | 2014-08-23T19:56:01 | 2014-08-23T19:56:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,813 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* trucs.c :+: :+: :+: ... | [
"philibert.ollier@gmail.com"
] | philibert.ollier@gmail.com |
6d3ba75eb58a848d388cd9119a1ec9bb02c74527 | 5f95342549413dc14e4b5b83c517076d556d52c9 | /sys/arch/sparc64/dev/clkbrdvar.h | 19f197c09a074856d8a98a21a44561cfd6f6c475 | [] | no_license | mikekmv/aeriebsd-src | ee4ce27893e6be0768acb9729fde21f08e3d5c17 | 04a0f2dffa69cbdb3b9d3f593c9317681eaa6302 | refs/heads/master | 2021-01-17T12:07:14.334767 | 2013-03-09T23:52:38 | 2013-03-09T23:52:38 | 10,635,652 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,594 | h |
/*
* Copyright (c) 2004 Jason L. Wright (jason@thought.net)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* noti... | [
"root"
] | root |
b759a9aeb1b4c76316026b09ce383d7b2e128e8e | 9dfe19c754bafebb72d956ca28892e588d420c29 | /assignment 4/09_FrameBuffer/framebuffer.c | 68f7898fab82c5bb8705e63b1eb5affd42d9cccb | [] | no_license | aymanshahriar/Computer-Machinery-II | e91a0822aa9dc1ef11dd557255bd9717c9372d3a | a22b67b6d04ea276da1e7e2800bab67ec8a26716 | refs/heads/main | 2023-07-19T00:06:27.149584 | 2021-09-12T01:12:48 | 2021-09-12T01:12:48 | 405,515,845 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,581 | c | // Needed header files
#include "uart.h"
#include "mailbox.h"
// HTML RGB color codes. These can be found at:
// https://htmlcolorcodes.com/
#define BLACK 0x00000000
#define WHITE 0x00FFFFFF
#define RED 0x00FF0000
#define LIME 0x0000FF00
#define BLUE 0x000000FF
#define AQUA 0x0000FFFF
#de... | [
"ayman.shahriar@ucalgary.ca"
] | ayman.shahriar@ucalgary.ca |
719d4a501951f37cf4600712ee30afc69df2f4da | fcc412fbc3358ada7d5c975db3ca5e76dec14026 | /ejer1.5.c | 554bc53ef3e9404b979d7dc61be4f5115cc7b01d | [] | no_license | gesufiori/IPOO | d62f9a0aa52c6c6a05a70d2ead9a9679c7e285f6 | d971245fdac6eb5c20fc9f235a3b7fd528f06849 | refs/heads/master | 2020-12-08T08:56:34.322287 | 2016-10-18T00:19:22 | 2016-10-18T00:19:22 | 66,314,853 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 293 | c | #include<stdio.h>
main()
{
float fahr, celsius;
int lower, upper, step;
lower=300;
upper=0;
step=20;
fahr=lower;
while (fahr>=upper){
celsius=5*(fahr-32)/9;
printf("%f\t%f\n", fahr, celsius);
fahr = fahr - step;
}
}
| [
"noreply@github.com"
] | gesufiori.noreply@github.com |
6d404c5ac26ae70f646bc56d1e7283460624b6f4 | b4a3facc5fcd12a85c1ca0d33d78312eb94b61cf | /third_party/libwebp-0.5.1/src/dsp/dec_sse2.c | f0a8ddcaf338ba13fff60ef5cc7606179797e7ad | [
"BSD-3-Clause"
] | permissive | onecoolx/picasso | 2d3eecf35947be7991fea06be01986dd0d16773e | f14245e09c10467d54eaf845a874584361a46d46 | refs/heads/master | 2023-03-20T15:19:03.677086 | 2023-03-01T05:37:03 | 2023-03-01T05:37:03 | 2,441,631 | 333 | 51 | BSD-3-Clause | 2023-03-16T03:03:08 | 2011-09-23T02:54:10 | C | UTF-8 | C | false | false | 46,722 | c | // Copyright 2011 Google Inc. All Rights Reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the COPYING file in the root of the source
// tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be... | [
"onecoolx@gmail.com"
] | onecoolx@gmail.com |
6b05cf896820d48a015a05a5946fa2881a53c74e | 83214753e9183327e98af0e6768e9be5385e5282 | /p/item/ritema/Ashield200.c | 0b1f688cc237811a803d9e4993de903c45005ddb | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | WINDOWS-1252 | C | false | false | 2,663 | c | #include <ansi.h>
#include <armor.h>
inherit SHIELD;
string *du=({
"ice_poison",
"ill_dongshang",
"ill_fashao",
"ill_kesou",
"ill_shanghan",
"ill_zhongshu",
"xx_poison",
"cold_poison",
"flower_poison",
"rose_poison",
"x2_poison",
"sanpoison",
"scorpion_poison",
"anqi_poison",
"nx_poison",
"chilian_poison",
"yufeng_p... | [
"i@oiuv.cn"
] | i@oiuv.cn |
21b6ce40140f2264998abbac6a494158074ec80c | c65bc8e2f41d4246506d645ccdc23c2afa757f9f | /CIFDEV/AMPDEV/AMPMSG.H | a6030fb7121f129c3841221f5d474b9cedcea6ef | [] | no_license | AndrewMichalik/VFEdit | 6f4a5ed30ea8a32a63a3a92de3ae58bee428aa53 | 871381b0a64284e78b1adaab3a5cde6c72f1708b | refs/heads/master | 2016-09-06T02:10:14.607438 | 2014-09-13T19:41:37 | 2014-09-13T19:41:37 | 24,002,265 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 993 | h | /************************************************************************/
/* Amplitude Display Msg Support Defs: FIOMsg.h V2.00 07/15/94 */
/* Copyright (c) 1987-1994 Andrew J. Michalik */
/* */
/***************... | [
"andrew.michalik@rackspace.com"
] | andrew.michalik@rackspace.com |
eb324ea6fb0bfe997532e196a0cac230edb56d73 | 8a968b207537d3b79d5bed4e844c5693d921c549 | /piscarLed/Sources/os_tasks.c | 3695d8c9718ae9bca4e321aabe2c45ad382e43ea | [] | no_license | lntosi/workspace.kds | bc9069946af0d76da5a953011e9abb73ed458766 | ad945b24ea9a2f8bbe70eccf1b03eb2ee7696fc2 | refs/heads/master | 2020-09-05T13:43:30.750341 | 2019-11-14T01:02:45 | 2019-11-14T01:02:45 | 220,118,362 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,560 | c | /* ###################################################################
** Filename : os_tasks.c
** Project : piscarLed
** Processor : MKL25Z128VLK4
** Component : Events
** Version : Driver 01.00
** Compiler : GNU C Compiler
** Date/Time : 2019-10-16, 20:51, # CodeGen: 18... | [
"lntosi@hotmail.com"
] | lntosi@hotmail.com |
33300a19adf956d66457dde02410a6745ad41c81 | d2ffa55db32f8bb7c2a652392f8ab289c2d49951 | /example/main.c | 395e04a2b9fe5e93bb6f9d6eac995e5f42bcbbcb | [] | no_license | KotoriChiu/Train-WakeUp-Apparatus | 564308b97eb553d5c2a7746f2e17c26e6bc8ed8b | 6597dd4dc0f31abd05088c1ff526446a5be730a2 | refs/heads/master | 2020-03-13T18:22:15.846014 | 2018-04-29T04:55:46 | 2018-04-29T04:55:46 | 131,234,264 | 0 | 0 | null | null | null | null | BIG5 | C | false | false | 1,911 | c | #include <stdio.h>
#include <string.h>
#include <windows.h>
#include <io.h>
/* 因為每個使用者的Serial port log產生路徑會些許不同
所以請使用者在設定完下方數據之後自行編譯
*/
int main(){
int train = 1;
int aaaa = 1;
while(1){
printf("等待遊戲啟動\n");
Sleep(1000);
while(FindWindow(0,"Train Simulator") && !access("D:/Steam/steamapps/... | [
"zxcv88928@gmail.com"
] | zxcv88928@gmail.com |
1e880db86cd99bc19b5fb60a252ab808c3c329a8 | 548301b990ef9b6d724ab79cfdbfbc5bd112fc7f | /Ender3.fr_MarlinV1.1.9_Touch-MI_V2/Configuration_adv.h | 2c4b35d305d612903d0534b356194e64595be730 | [] | no_license | fberge/ender3 | 33cce316e676aaa30bb2ba3c70f05df8f98e56d4 | 6cbfb75514a1475e2ffa94446b3b98c2bb9e3ffc | refs/heads/master | 2020-05-15T22:16:32.281020 | 2019-04-21T11:12:28 | 2019-04-21T11:12:28 | 182,522,667 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 69,162 | h | /**
* Marlin 3D Printer Firmware
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... | [
"frederic.berge@gmail.com"
] | frederic.berge@gmail.com |
10c6fc233d161edeab56cf37ea730755f35ff702 | b437c05ba551f410e2e9f9b401d10f6c7e91b365 | /model/gen/ProtectedCommunicationZonesRSU.c | 9b924f1aa3ba4171007b61060ec21912ffee8afe | [] | no_license | eisbaer/v2x-lte | 617c49965c77568c3ffad12eb8cd480d65e043d0 | ffe69c7a81b61b1494dc52a1186f2db4cd831923 | refs/heads/master | 2016-08-11T08:29:30.544556 | 2016-03-30T20:54:20 | 2016-03-30T20:54:20 | 55,093,135 | 26 | 9 | null | null | null | null | UTF-8 | C | false | false | 2,033 | c | /*
* Generated by asn1c-0.9.27 (http://lionet.info/asn1c)
* From ASN.1 module "ITS-Container"
* found in "ITS_CAM_v1.3.2.asn"
* `asn1c -gen-PER`
*/
#include "ProtectedCommunicationZonesRSU.h"
static asn_per_constraints_t asn_PER_type_ProtectedCommunicationZonesRSU_constr_1 GCC_NOTUSED = {
{ APC_UNCONSTRAINED,... | [
"eisbaer@binaervarianz.de"
] | eisbaer@binaervarianz.de |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.