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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
60db1c2dc5abbafb16a5d6d61a3f6f1a6bc5dbb2 | b9435874ac443d72bf9d9fd7fb41477fe6008772 | /include/udap/threadpool.h | 60962f462474c6238f7e2311619bf5906e9a8293 | [
"Zlib"
] | permissive | Degget1986/uplexa-network | 9b4a88e9553c871625d410e07410b7bda0b23590 | 55493d8653d6271732f77c3999b473928ec2261c | refs/heads/master | 2022-02-25T15:35:14.136628 | 2019-09-05T22:08:31 | 2019-09-05T22:08:31 | 208,914,609 | 1 | 0 | NOASSERTION | 2019-09-16T23:12:20 | 2019-09-16T23:12:20 | null | UTF-8 | C | false | false | 1,161 | h | #ifndef UDAP_THREADPOOL_H
#define UDAP_THREADPOOL_H
#ifdef __cplusplus
extern "C" {
#endif
struct udap_threadpool;
struct udap_threadpool *
udap_init_threadpool(int workers, const char *name);
/// for single process mode
struct udap_threadpool *
udap_init_same_process_threadpool();
void
udap_free_threadpool(struct ... | [
"piercecoding@gmail.com"
] | piercecoding@gmail.com |
65fc54a3c8e20f2960958b2086ff5b3dc4c0b599 | c55f03e0a5b854546899bfac8d67674442765058 | /ConsoleApplication1/ConsoleApplication1/B.h | ad56600c8f439256b3114ffa3d71ae8ec1db46b9 | [] | no_license | VERAJUAN/EjerciciosFunciones | 363b0920c290af47f9288c5393e17f890104f448 | 30ee17a6afaf09eba9bd90372d8bac940965aaa2 | refs/heads/master | 2020-03-12T10:27:42.922259 | 2018-05-01T20:47:15 | 2018-05-01T20:47:15 | 130,573,395 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 50 | h | #pragma once
#include "stdafx.h"
void f(double); | [
"noreply@github.com"
] | VERAJUAN.noreply@github.com |
a5f082878256b9ba2a1b1a82f7dfc92fc190e110 | 2f0242d56aacf89248885c1ca789a72925b1d01a | /src/php-7.4.2-src/main/config.w32.h | 508d5d3041ebfb5feb71272f34b797f8f4a3b7e9 | [] | no_license | morpher-ru/php-src | 6c5ac61c48864c609c3ce903f9d844d3b18c380f | fde2c370b3e96fd488de78e2d11b7e860ba17ec0 | refs/heads/master | 2021-06-04T16:33:01.900015 | 2020-02-11T22:26:37 | 2020-02-11T22:26:37 | 112,384,388 | 2 | 0 | null | 2020-02-11T22:26:39 | 2017-11-28T20:17:05 | C | UTF-8 | C | false | false | 4,293 | h | /*
Build Configuration Template for Win32.
$Id$
*/
/* Define the minimum supported version */
#undef _WIN32_WINNT
#undef NTDDI_VERSION
#define _WIN32_WINNT 0x0601
#define NTDDI_VERSION 0x06010000
/* Default PHP / PEAR directories */
#define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):""
#define... | [
"noreply@github.com"
] | morpher-ru.noreply@github.com |
2878bda288888805864cb36db64e70866f0a7919 | 05bd89f61623c130cfa36d3c5b0d1e8617005cc4 | /0x13-more_singly_linked_lists/4-free_listint.c | 088c22e608b1fa503a6faad2dc543d367959f63e | [] | no_license | stevenbrand99/holbertonschool-low_level_programming | bf832e2188f8fa832d08532a0dff161fd29554c3 | c72c1e8716190251271f19ca9e42dcbf34f1dd89 | refs/heads/master | 2022-12-14T19:45:48.322233 | 2020-08-27T05:11:33 | 2020-08-27T05:11:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 212 | c | #include "lists.h"
/**
* free_listint - free_listint
* @head: head
*/
void free_listint(listint_t *head)
{
listint_t *store;
while (head != NULL)
{
store = head->next;
free(head);
head = store;
}
}
| [
"steven.brand1999@gmail.com"
] | steven.brand1999@gmail.com |
7a41ee094cfb1f370d67e6deadc8c8de6c2e2ae6 | 102b6cf872cf4d5653b2ae9c0dc7baa3c2418644 | /25Hz prototype/source/Safety_EEprom.c | d25dfb99ae9b2aec2f2da55486be19584b02596a | [] | no_license | capeter123/LY25HZ_50HZ | ba90d5b5a0b51b16f99a77d24f044da00e571f3c | 55d923fc6ff276fa1135fce7a0c2716d966ec234 | refs/heads/master | 2021-10-19T05:04:38.777137 | 2019-02-18T11:10:49 | 2019-02-18T11:10:49 | null | 0 | 0 | null | null | null | null | TIS-620 | C | false | false | 12,103 | c | /*=============================================================================*
* Copyright(c) 2009-2011, ALL RIGHTS RESERVED
*
* FILENAME : 50KW_Safety_EEprom.c
*
* PURPOSE :
*
* HISTORY :
* DATE VERSION AUTHOR NOTE
*
*
*--------------------------------... | [
"xindangmoziyuan@163.com"
] | xindangmoziyuan@163.com |
cf8fbbdc34eb8b3a53263738736824fff0bdd2e9 | 230764d82733fac64c3e0eae1ce0a4030965dc4a | /third_party/gst-plugins-base/gst-libs/gst/audio/audio-resampler-neon.h | 5a77d45d3be38c83920c8b080503154267b56ba0 | [
"BSD-3-Clause",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | isabella232/aistreams | 478f6ae94189aecdfd9a9cc19742bcb4b4e20bcc | 209f4385425405676a581a749bb915e257dbc1c1 | refs/heads/master | 2023-03-06T14:49:27.864415 | 2020-09-25T19:48:04 | 2020-09-25T19:48:04 | 298,772,653 | 0 | 0 | Apache-2.0 | 2021-02-23T10:11:29 | 2020-09-26T08:40:34 | null | UTF-8 | C | false | false | 30,554 | h | /* GStreamer
* Copyright (C) <2016> Wim Taymans <wim.taymans@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any... | [
"dschao@google.com"
] | dschao@google.com |
e52ddabf597623c9e98ce120b844a50689b1fe89 | 2875e427d9931ab8cfe2e066e1568c3130fcc3f2 | /Solaris_2.6/os_net/src_ws/usr/src/lib/libcurses/screen/compiler.h | 4338dee919e150e1fb30fa90fd384608f5a12856 | [] | no_license | legacy-codedigger/Solaris-2.6-Source-Code | 3afaff70487fb96c864d55bd5845dd11c6c5c871 | 60a0b3093caa7d84e63dd891a23df0e8e720bf3d | refs/heads/master | 2022-05-23T16:05:32.631954 | 2020-04-25T01:07:08 | 2020-04-25T01:07:08 | 258,658,903 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,179 | h | /* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#ident "@(#)compiler.h 1.5 92/07/14 SMI" /* SVr4.0 1.5 */
/************************... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
a04001b2b15aae24f19eb13721a0624dd761f563 | 5838cf8f133a62df151ed12a5f928a43c11772ed | /NT/com/netfx/src/clr/toolbox/tlbimp/tlbimpcode/__file__.h | 0b2942c6ac8250263661b975b63378a8cd971847 | [] | no_license | proaholic/Win2K3 | e5e17b2262f8a2e9590d3fd7a201da19771eb132 | 572f0250d5825e7b80920b6610c22c5b9baaa3aa | refs/heads/master | 2023-07-09T06:15:54.474432 | 2021-08-11T09:09:14 | 2021-08-11T09:09:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 444 | h | // ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
#ifdef _DEBUG
#define VER_FILEFLAGS VS_FF_DEBUG
#else
#define VER_FILEFLAGS VS_FF_SPECIALBUILD
#endif
#define VER_FILETYPE VFT_DLL
#define VER_INTERNALNAME_STR "TLBIMPCODE.DLL"
#define VER_FILEDESCRIPTION_... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
b51b6941e732d4ac14e96952356b51db5c84da76 | 11ee3810ad0e2334e7f5af76867a7e8de98715d8 | /C_06/ex03/ft_sort_params.c | 057e442bab37cf955eb20db882479f9e75ae3fed | [] | no_license | ncliff-git/school21_pool_by_ncliff | 38f1ee9c5fb2c1206224aaeabed2d647007c6513 | a24601f66c0b74ca0d18fd2723c3767c3941ba29 | refs/heads/master | 2023-08-01T00:13:30.659337 | 2021-09-12T11:07:16 | 2021-09-12T11:07:16 | 286,780,068 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,630 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_sort_params.c :+: :+: :+: ... | [
"ncliff@un-h6.kzn.21-school.ru"
] | ncliff@un-h6.kzn.21-school.ru |
22eb5565d4e4bd60d5774f3ede7dddda4fc0e0de | 21b34921c86f311eb99e6d6af5d72744b2d9ba73 | /buffer.h | 969c5d8678c5bcf8aaa73f2b0511f86330ebec04 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | io7m/coreland-corelib | 39d1aef2a16b858101df1b743e9a67681fa42f8b | f0c27f147c9757980de95189ff4435dae7d13dd3 | refs/heads/master | 2020-04-09T08:10:15.939615 | 2009-10-23T04:24:55 | 2009-10-23T04:24:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,390 | h | #ifndef CORELIB_BUFFER_H
#define CORELIB_BUFFER_H
#define BUFFER_OUTSIZE 8192
#define BUFFER_INSIZE 8192
#define BUFFER_ZERO {0,0,0,0,0}
struct buffer {
char *buf;
unsigned long pos;
unsigned long size;
int fd;
long (*op)(int, char *, unsigned long);
};
typedef long (*buffer_op)(int, char *, unsigned long)... | [
"markzero@6e7d7e42-f3d6-da11-80d8-00d0b73f4485"
] | markzero@6e7d7e42-f3d6-da11-80d8-00d0b73f4485 |
d680aa70237e2fccb1e1474cbd7f43262b91e8b5 | 04788e316e71ce9af7a1299a7b73a5f5843f2167 | /srcs/do_the_s.c | 560e877d64df794f6a86d488b7c7f89e948c5828 | [] | no_license | adolivei/ft_printf | 51890366d0bce5889a8f564dba7cbebc91495615 | 603d8dd3ada8769c72841a43d110bfc2d6f217eb | refs/heads/main | 2023-05-15T11:49:49.638236 | 2021-06-03T12:29:04 | 2021-06-03T12:29:04 | 373,213,107 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,728 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* do_the_s.c :+: :+: :+: ... | [
"adolivei@c1r13s1.42lisboa.com"
] | adolivei@c1r13s1.42lisboa.com |
0e7a90538e1df8571644c766e15cdf81543ce621 | 202731ff01216915a791b31bb99b332e77ea765d | /Lexical-Analysis/testcases/test7.c | 47c2f5e1a54bc9053585e3aaf1fd2d5d5172aafe | [
"Apache-2.0"
] | permissive | rahulkumdas/Mini-Compiler-project | e2bb583ad3c38d8260da1707ec598a853c181740 | c30d64ef9f18a74637ff687b21a16358ba1ac804 | refs/heads/master | 2022-04-06T15:05:22.325637 | 2020-01-29T08:34:17 | 2020-01-29T08:34:17 | 235,524,099 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 204 | c | #include<stdio.h>
int square(int a)
{
return(a*a);
}
/*struct abc
{
int a;
char b;
};*/
int main()
{
int num = 2;
int num2 = square(num);
printf("Square of %d is %d", num, num2);
return 0;
}
| [
"rahul.kr0324@gmail.com"
] | rahul.kr0324@gmail.com |
741726dbabd9668a3c8a0f337250c96ff85d46fc | 2800e6ff27e23b536c190907793ad3aeb0a9f7f0 | /external/curl/tests/libtest/chkhostname.c | e49da133c9749163786c559f9e2de07e79208288 | [
"curl",
"MIT"
] | permissive | SpaceManiac/HamSandwich | c091735dc64bdc1e5128c77d18d916c645c80c5d | b3910715eeea3691ee64af03bffb6991c7be8eda | refs/heads/master | 2023-08-16T18:24:27.788739 | 2023-08-05T20:35:40 | 2023-08-05T20:35:40 | 186,207,665 | 33 | 13 | MIT | 2022-06-10T04:11:05 | 2019-05-12T03:40:47 | C++ | UTF-8 | C | false | false | 1,608 | c | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | [
"tad@platymuus.com"
] | tad@platymuus.com |
ee7c28d552e74a466873e4e53c9d7331f337dd1b | ad0f70df9a874f388515ca5263a3e35c250c82c6 | /lab2-2_1/lab2-2_1.c | 97819943fe27e785c5c1c628bb1293be8e076ec3 | [] | no_license | JJuOn/2019-01-iotsw | fdf131392fe84db0355db1c96e9bd1425de241aa | 885c5fca43f4fc40efedf03fd9936cc855f3807d | refs/heads/master | 2020-05-17T22:43:26.121868 | 2019-06-21T04:30:55 | 2019-06-21T04:30:55 | 184,009,223 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 410 | c | #include <stdio.h>
#include <wiringPi.h>
#define LED_ON 1
#define LED_OFF 0
const int Led[16]={4,17,18,27,22,23,24,25,6,12,13,16,19,20,26,21};
int main()
{
int i;
if(wiringPiSetupGpio()==-1)
return 1;
for(i=0;i<16;i++)
{
pinMode(Led[i],OUTPUT);
digitalWrite(Led[i],LED_OFF);
}
while(1)
{
digitalWrite(Le... | [
"jwseo001@khu.ac.kr"
] | jwseo001@khu.ac.kr |
b2625c08e5d4c9ec306611b16c9f398e5aab39c2 | b945b2fac11f237a49de33af1b8fa02ba3ed1814 | /vds/vdaim/test2/main.c | c921ffdcd1071a280d8453dbbee5267b94659dc6 | [] | no_license | ahundiak/isdp | b94f56f7a7b02b806209ff06da8e22497f6e1386 | 07572eb18f07cbf762505ef34e471fa47c102df4 | refs/heads/master | 2021-03-12T20:02:34.067237 | 2011-12-16T20:03:20 | 2011-12-16T20:03:20 | 37,136,442 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,345 | c | #include <stdio.h>
#include <string.h>
#include <glib.h>
#include <gio/gio.h>
extern test_ftp();
#define POSTMAN_MAGICNO 1234567876 /* good buffer identifier prefix */
#define FULL_BUFFER 1 /* needs packing buffer on CLIX */
#define LEAN_BUFFER 2 /* no mfail etc; saves packing space */
... | [
"ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30"
] | ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30 |
3e541acf3fcb22613f9a07de10e7d837ae8fa561 | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/astaroth/nk1.c | b82d466121b5983c9ef1dd3f22cee39b5e60f3e1 | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 361 | c | inherit "obj/monster";
reset(arg) {
if(!arg)
::reset(arg);
set_name("johnathan");
set_level(1);
set_alias("newkid");
set_race("man");
set_hp(15);
set_aggressive(1);
set_al(-1000);
set_short("Johnathan");
set_long("This is an evil new kid.\n" +
"He belongs on the chopping block.\n" +
... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
6044329e2720d29a4234d6f088cee598a805e17d | c0bfd93cd7f26a271268e504959256f1e02c6806 | /components/esp8266/include/driver/i2s.h | 3b4e6056d781b31b57160923a0794a0694a1151a | [
"Apache-2.0"
] | permissive | espressif/ESP8266_RTOS_SDK | 606f396e92d2675d9854f0fabd88587fbbbaf267 | af0cdc36fa2600033d0a09301c754008cf1503c1 | refs/heads/master | 2023-08-24T22:40:15.373553 | 2023-05-06T02:04:24 | 2023-05-06T02:04:24 | 27,584,181 | 3,163 | 1,749 | Apache-2.0 | 2023-08-09T10:48:13 | 2014-12-05T09:27:12 | C | UTF-8 | C | false | false | 10,411 | h | // Copyright 2018-2025 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 a... | [
"xiongyu@espressif.com"
] | xiongyu@espressif.com |
d2992ef2f29855880b5236609463f866dca97f58 | d41b90545b1d5a417cef4510e530a4b392e9f247 | /source/src/sdk/src/qcommon/qcommon.h | ab1810b7245f30bd94f407fe3a7e88555260557e | [] | no_license | annihil-com/eth32nix_resurrection | d36d47c85ea2cbcff04f03b8826864852e2f8eb6 | b45c8e29cc60bcf778ef0420f9951d157706f9d0 | refs/heads/master | 2022-10-10T00:00:26.118732 | 2020-06-07T14:51:52 | 2020-06-07T14:51:52 | 268,081,021 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,521 | h | /*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena source code is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
publish... | [
""
] | |
07d3a145fe7a311720173102b61fb493ab5698a0 | a936bd820013210ee8691e5bdb471dd0901f8ef0 | /inc/to_wordtab.h | 79ca2febd3dc000b30f6386270fc95e3064f15e7 | [] | no_license | ValXp/my_irc | 84f32057ac335582f11b1d5add3613df0fe5b6f4 | 52d6d39226f19e031b0320594b20f49454e83c3b | refs/heads/master | 2021-01-23T20:12:47.880339 | 2015-06-12T17:49:16 | 2015-06-12T17:49:16 | 12,162,835 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 357 | h | /*
** to_wordtab.h for my_irc in /home/horner_v/tek2/c/my_irc
**
** Made by Valentin Horner
** Login <horner_v@epitech.net>
**
** Started on Wed Apr 21 17:09:28 2010 Valentin Horner
** Last update Wed Apr 21 17:09:50 2010 Valentin Horner
*/
#ifndef TO_WORDTAB_H_
# define TO_WORDTAB_H_
char **to_wordtab(char *tot... | [
"vhorner@tripadvisor.com"
] | vhorner@tripadvisor.com |
7a6936325243ed3e3fb6d0b331e4c6fb4797c8f8 | 4f1d319133a467466a99c5197b519f73fd73e1f1 | /src/osd/sdl/dview.h | 488aaa1c61833c18b0c7b6f847698d635ad75fc3 | [] | no_license | AltimorTASDK/shmupmametgm | 5da401800c7c435b1c3a5a927ba5bc15a6e056cd | 2911e3cf43d04a3d1587a48a63352c42647cc9e6 | refs/heads/master | 2021-01-13T00:50:22.251435 | 2015-12-13T18:16:27 | 2015-12-13T18:16:27 | 47,025,375 | 3 | 3 | null | 2017-02-05T01:09:53 | 2015-11-28T13:55:58 | C | UTF-8 | C | false | false | 1,332 | h | #ifndef DVIEW_H
#define DVIEW_H
#include <gtk/gtk.h>
#include "emu.h"
#include "video.h"
#include "osdepend.h"
#include "debug/debugvw.h"
#include "debug/debugcon.h"
#include "debug/debugcpu.h"
GType dview_get_type(void);
#define DVIEW_TYPE (dview_get_type())
#define DVIEW(obj) (G_TYPE_CHECK_IN... | [
"altimormc@gmail.com"
] | altimormc@gmail.com |
38c8e163af72fa371a2b5581041bfe10f5ba50d6 | 6fab035296f5122c10bb53eed6591c0bbbbdeeb1 | /Conditionally.h | 676caf011bf5f17118bf8e39eb08398d66aa3d32 | [
"MIT"
] | permissive | robskillington/objc-conditionally | 3d32ba7ea80cfb29ef6953929be52057b93cfd27 | 2e80a6d90c8f8b798714b72f644a1e4a90f4bc5a | refs/heads/master | 2021-01-18T23:57:07.647960 | 2014-08-14T00:14:23 | 2014-08-14T00:14:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 695 | h | //
// Conditionally.h
// MIT License: https://github.com/robskillington/objc-conditionally/blob/master/LICENSE
// Rob Skillington
//
static const NSTimeInterval ConditionalExecuteBlockTestInterval = 0.01;
static const NSTimeInterval ConditionalExecuteBlockTimeout = 2.0;
typedef BOOL (^ConditionalTestBlock)();
type... | [
"rob.skillington@gmail.com"
] | rob.skillington@gmail.com |
85ad8d9beff3706cf04f73aa1c60734602694102 | fb0669ad61a375ae3bdb9b57bd44c35be14f90d2 | /src/listener.h | b5a889fe6377800af9b9aaf80c6586c9165648d2 | [] | no_license | saxenasaurabh/indoor-3d-mapping-turtlebot | fd0d94fb0b23a9b0239c850d7c48765aeed2ad54 | eb829b21d0c345eaa9684791ed5a670265c08f32 | refs/heads/master | 2021-01-01T18:49:31.912983 | 2015-01-13T00:14:03 | 2015-01-13T00:14:03 | 29,119,252 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 46 | h | bool get_current_orientation (double arr[4]);
| [
"saxena.saurabh90@gmail.com"
] | saxena.saurabh90@gmail.com |
cc182956b4c019e247f244dc7f59ac2c66ffa545 | 818cb9cb4ee6e52db8ded109a198f72cfe1c600c | /stm32f103_i2c1/src/i2c.h | 1f1b5b7bbc18602f388e6a8e7c814f78afe5cd18 | [] | no_license | Fullmoon12185/HY-MiniSTM32V | 927a7da43e3201ac3d7b902ed8c881424859dc8c | 98275e8a36007638c6a4028f5e5d23457a6791d1 | refs/heads/master | 2020-09-29T23:27:31.655936 | 2019-03-18T19:05:23 | 2019-03-18T19:05:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 182 | h | #ifndef _I2C_H_
#define _I2C_H_
#include "stm32f10x_conf.h"
void i2c_init();
void write_pcf8574(uint8_t addr, uint8_t data);
uint8_t read_pcf8574(uint8_t addr);
#endif // _I2C_H_ | [
"nils.stec@gmail.com"
] | nils.stec@gmail.com |
686197567763009a8812e31185d0c5a2e3bfa9fd | eaef7a8d2241cee298c1e02ffa5aa0a89de1bf08 | /Structs/main.c | e82a59d9d33fa713fea2f3b11fa81e6cceddf6f4 | [] | no_license | Euby/fCC-Beginners-C | 11903eb26791d83ca3952fdbde68aee3e2dfed22 | cfe94d1539b12f2404351cb6b1b95a2dcd432061 | refs/heads/master | 2022-11-23T01:08:36.088252 | 2020-07-31T06:00:37 | 2020-07-31T06:00:37 | 283,830,994 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 640 | c | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
struct Student{
char name[50];
char major[50];
int age;
double gpa;
};
int main(void){
struct Student student1;
student1.age = 18;
student1.gpa = 3.2;
strcpy(student1.name, "Christopher Euabanks");
strcpy(student1.major, "Co... | [
"ceubanks06@gmail.com"
] | ceubanks06@gmail.com |
834f348a38c3f412467849641d2d2a7d144d205c | 02a087e8de0a7d0cfed9dba60e8cff5be4ae3be1 | /Research_Bucket/Completed_Archived/ConcolicProcess/oracles/Bellon/bellon_benchmark/sourcecode/cook/src/cook/graph/run.h | b8e5449e85054e967c0f0e78f7289b476ca05e53 | [] | no_license | dan7800/Research | 7baf8d5afda9824dc5a53f55c3e73f9734e61d46 | f68ea72c599f74e88dd44d85503cc672474ec12a | refs/heads/master | 2021-01-23T09:50:47.744309 | 2018-09-01T14:56:01 | 2018-09-01T14:56:01 | 32,521,867 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,197 | h | /*
* cook - file construction tool
* Copyright (C) 1997 Peter Miller;
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of ... | [
"dxkvse@rit.edu"
] | dxkvse@rit.edu |
2a3be8cd6d51e4cdb4c5f4302682cfd0610aa6f9 | 9e5d4a9ecc98ab56d872e20af63f73765b0fca1f | /Pods/Headers/Build/CoconutKit/NSArray+HLSExtensions.h | 59f69b2c8842a31e30f16aa13f610b907ad4d188 | [] | no_license | defagos/CoconutKit-BindingsHandsOn | 561f1cbb5f761a1896c196ede3b65c8d52424a6f | 199c87cf70338cddc86c5117a9582a44f5c139d2 | refs/heads/master | 2021-01-25T05:22:03.217719 | 2014-11-26T08:25:01 | 2014-11-26T08:25:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 67 | h | ../../../CoconutKit/CoconutKit/Sources/Core/NSArray+HLSExtensions.h | [
"defagos@gmail.com"
] | defagos@gmail.com |
4fb6e3c034b043fe79aee163bfe5acba1091636c | 124654a44848d44db4f190b0f166122184293f24 | /C Programms/Fibonacci.c | 1f0594d54b1f93650f5d2334d0b048695434c002 | [] | no_license | Prachi-2001/github-fest-2021 | f1d2083fb4b38914a63fe8d48d3e0fc08c90b98a | 66aab9a841d43f92e287bfcd93b160250399736f | refs/heads/main | 2023-08-15T21:41:48.181292 | 2021-10-19T14:55:23 | 2021-10-19T14:55:23 | 418,961,435 | 1 | 0 | null | 2021-10-19T14:31:31 | 2021-10-19T14:31:31 | null | UTF-8 | C | false | false | 246 | c | #include<stdio.h>
void main()
{
int a,b,next,n,i;
printf("enter number of terms");
scanf("%d",&n);
a=0;
b=1;
for(i=1;i<=n;i++)
{
next=a+b;
a=b;
b=next;
printf("%d ",a);
}
}
| [
"noreply@github.com"
] | Prachi-2001.noreply@github.com |
44ed14cb026c55e84eb1bd55bb2b915b60d953b7 | 3d7d23cc85221a614cd08bda63121fb56d776aae | /glfw-3.2.1/include/GLFW/glfw3.h | 7666ff610f99a56e925d17de28bfa967dd55c913 | [] | no_license | wesstr/tessellation | 53832badcad9284c0dfd5d8a616c8d208295f100 | 1d9fc54c320e76c9b302499c377b9064fe341b66 | refs/heads/master | 2021-08-23T22:07:10.419337 | 2017-12-06T19:41:23 | 2017-12-06T19:41:23 | 113,143,118 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 131 | h | version https://git-lfs.github.com/spec/v1
oid sha256:58cb6576c30b9a4d67f4041ab713da850eabafafb2c14d23e1c5a500654788dd
size 152470
| [
"wesstr@gmail.com"
] | wesstr@gmail.com |
2e1ba944c817047a373ca0105b4ecd2113b66f88 | d3712eb8d530dd4eac13eebb8f50e87fc7b36e7e | /PushPillClient/DerivedData/PushPill/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-PushPill.build/DerivedSources/Pods_PushPill_vers.c | e6b1641c4a5bc0814d90a30d7bf3e0f45c1f08a6 | [] | no_license | teamsokal/PushPill | 9a5e16b87094ad7941a27341aaace75ef7a7d525 | 066305f05c1e38a53cd6f387bd764e5cac24ce15 | refs/heads/master | 2021-01-01T05:13:46.183721 | 2016-04-25T01:47:59 | 2016-04-25T01:47:59 | 56,678,919 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 202 | c | const unsigned char Pods_PushPillVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:Pods_PushPill PROJECT:Pods-1" "\n"; const double Pods_PushPillVersionNumber __attribute__ ((used)) = (double)1.;
| [
"gaeunkim913@gmail.com"
] | gaeunkim913@gmail.com |
5f2197d41d8e2f08a1d32677cfb830c73894103e | aa3183321d2b5ab55df0943070e215af9c69386d | /lab10/macro_func.c | f96b24e975ef2857cc2fa3f4de45aec7d7e19882 | [] | no_license | JoosJuliet/c | 5d906d7bebf83d49e79f93db35023c2f933fcf42 | a667b80419c00428e7b7294b0861c9bf76f2d9fd | refs/heads/master | 2021-08-27T22:25:42.593803 | 2017-12-10T15:05:18 | 2017-12-10T15:05:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 713 | c | #include <stdio.h>
#define SQUARE(x) ((x)*(x))
#define ADD(x,y,z) ((x)+(y)+(z))
#define MUL(x,y,z) ((x)*(y)*(z))
#define MIN(x,y) (((x)<(y))? (x):(y))
#define MIN4(x,y,z,w) MIN(MIN(x,y), MIN(z,w))
#define WRONG_SQUARE(x) x*x
#define PI 3.14159
#define AREA_CIRCLE(x) ((PI)*(x)*(x))
int main(void)
{
int a= 3,b=4,c... | [
"saven7788@gmail.com"
] | saven7788@gmail.com |
0825592e53ba7046f2026b08e439232d380ebc0a | c14b295f793b0ea3cdfdfc185c3a4b5a382fb14e | /0x05-pointers_arrays_strings/0-main.c | 9938daea095eba90e41bdd3e63f3e79db4cbb93f | [] | no_license | macoyulloa/holbertonschool-low_level_programming | 2b87acc374e8d71a8f07eec15e20b4bff2bbe943 | 291a7290e2144eed0f0c877a8107b0e31d2a69a5 | refs/heads/master | 2020-04-21T09:02:19.247265 | 2019-08-29T23:48:08 | 2019-08-29T23:48:08 | 169,436,484 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 356 | c | #include "holberton.h"
#include <stdio.h>
/**
* main - check the code for Holberton School students.
*
* Return: Always 0.
*/
int main(void)
{
char s1[98] = "Hello ";
char s2[] = "World!\n";
char *p;
printf("%s\n", s1);
printf("%s", s2);
p = _strcat(s1, s2);
printf("%s", s1);
printf("%s", s2);
... | [
"malejacoy@hotmail.com"
] | malejacoy@hotmail.com |
f5c51e2a4bac01595de5cebdb3f46d6a3f423a98 | 2c78de0b151238b1c0c26e6a4d1a36c7fa09268c | /common/components/rtl/external/Embarcadero/DelphiBerlin/cpprtl/Source/startup/rawdll.c | 987f7ed5397312653a3a174a65879a6d6b3b7f00 | [] | no_license | bravesoftdz/realwork | 05a3b308cef59bed8a9efda4212849c391b4b267 | 19b446ce8ad2adf82ab8ce7988bc003221accad2 | refs/heads/master | 2021-06-07T23:57:22.429896 | 2016-11-01T18:30:21 | 2016-11-01T18:30:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 443 | c | /*-----------------------------------------------------------------------*
* filename - rawdll.c
*
*-----------------------------------------------------------------------*/
/*
* C/C++ Run Time Library - Version 24.0
*
* Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
* All Rights Rese... | [
"lulinalex@gmail.com"
] | lulinalex@gmail.com |
7e81e080c10c76f97aef06c0a42dbcf598b3d785 | 4045ca0933bbccd556c8cd251ecba512c8e1383d | /src/include/dare/dare_kvs_sm.h | 575f5145386481c76cf628011021617bddc39a6e | [
"BSD-3-Clause-Open-MPI"
] | permissive | wnagchenghku/RDMA-PAXOS | 64372cff3c1e658a7c33137f728e0ce8c301a6cd | 9fd851b959800aadd8b74ccee61e9d4fc8b34b63 | refs/heads/master | 2020-05-29T14:04:52.502763 | 2019-06-07T04:52:49 | 2019-06-07T04:52:49 | 189,182,791 | 0 | 0 | NOASSERTION | 2019-05-29T08:24:44 | 2019-05-29T08:24:44 | null | UTF-8 | C | false | false | 999 | h | /**
* DARE (Direct Access REplication)
*
* State machine implementation (KVS)
*
* Copyright (c) 2014-2015 ETH-Zurich. All rights reserved.
*
* Author(s): Marius Poke <marius.poke@inf.ethz.ch>
*
*/
#ifndef... | [
"you@example.com"
] | you@example.com |
c4fc7f178872d84fa16efb7f9920ad174a396aa9 | 3ac819ce9d1ac47712238d91e77a47446841821b | /driver/retimer/nb7v904m.c | 81fd5abc93be4e3fcde120563625204132869c39 | [
"BSD-3-Clause"
] | permissive | platinasystems/chrome-ec | cd638b8f86076cb01e5048ca51a63e4adbfbac85 | ce143d577fa85acae86ae372a7521d7def6c2391 | refs/heads/master | 2021-01-12T13:00:38.698345 | 2020-02-19T16:48:06 | 2020-02-27T14:35:48 | 69,767,954 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,492 | c | /* Copyright 2020 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
* ON Semiconductor NB7V904M USB Type-C DisplayPort Alt Mode Redriver
*/
#include <stdbool.h>
#include "common.h"
#include "console.h"
#include "ec_... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
4dac9318871220a7cebdb5c6b01fc08d41dece2c | e4224daa874a49f513999545068e61b990c8df92 | /src/main/tunnel/nt_distributor.h | 75f2b2412423707750daf9246887c6014b0e51f1 | [] | no_license | goldolphin/nettle | 4d434f84960d9b74515868d410d705d31af0d279 | 61913d04c5c3060deac29339e7967d9eea9e1033 | refs/heads/master | 2021-01-22T22:20:00.836614 | 2017-03-23T09:10:20 | 2017-03-23T09:10:20 | 85,928,401 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,286 | h | /**
* @author caofuxiang
* 2015-07-01 14:44:44.
*/
#ifndef NETTLE_NT_DISTRIBUTOR_H
#define NETTLE_NT_DISTRIBUTOR_H
#include <dispatcher/common.h>
typedef struct {
address_t src;
address_t dst;
} nt_path_t;
const char * parse_address(address_t * address, const char * str);
const char * parse_path... | [
"goldolphin@gmail.com"
] | goldolphin@gmail.com |
d373e7b008b57a5ddfcd0659983c420adcfa2941 | 26340f693988d3ade2b2893a42f2e2776ab8a102 | /program/2_19.c | 8fad7a325e504fd5486fdcc247bbfb5828101015 | [] | no_license | yeon0926/C | c52c5e208ff36040c775e2a9f81c3d639195407b | ba213f8588743e79fffe69d398c92381ada96583 | refs/heads/main | 2023-03-12T21:33:28.090652 | 2021-03-06T06:15:05 | 2021-03-06T06:15:05 | 344,485,764 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 244 | c | #include <stdio.h>
/*함수를 사용하기 위해 정의한다. */
func()
{
printf("running function\n");
}
main()
{
printf("before function call\n");
func(); /*함수가 실행되도록 호출한다.*/
printf("after function call\n");
}
| [
"noreply@github.com"
] | yeon0926.noreply@github.com |
73db95df57dfb6f6951433c9fdd550c6cb1fb505 | 0f4b65bdd99e642402d489fdd662a7dc1d1441f5 | /testsuite/EXP_4/test1676.c | ee3deab4c753a012b7401762b3dc944e2d27d143 | [
"MIT"
] | permissive | matthiaskrgr/CF3 | 157e4967f12a6e6a0eee0fa9421f7855d24047c5 | 981a49c2b1f0fb80e1d1778beb3f3ce8578338c3 | refs/heads/master | 2021-01-01T06:02:05.773732 | 2017-07-15T20:15:36 | 2017-07-15T20:15:36 | 97,335,407 | 0 | 0 | null | 2017-07-15T18:41:20 | 2017-07-15T18:41:20 | null | UTF-8 | C | false | false | 52,102 | c |
/*
CF3
Copyright (c) 2015 ishiura-lab.
Released under the MIT license.
https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md
*/
#include<stdio.h>
#include<stdint.h>
#include<stdlib.h>
#include"test1.h"
volatile uint8_t x5 = 9U;
volatile int8_t x8 = 6;
static uint32_t x9 = UINT32_MAX;
int64_t x11 = -1LL;
int64_t... | [
"ishiura-compiler@ml.kwansei.ac.jp"
] | ishiura-compiler@ml.kwansei.ac.jp |
db376c16e0d821c3c61a42b83b5a7ef7130b6e71 | 41d0aee2205d1d1d244faf6b72bae5b48d3839af | /kernel/base/include/los_base_pri.h | a43f073a33585280e12c3232407a7083781ec7e4 | [
"BSD-3-Clause"
] | permissive | SunnyLy/kernel_liteos_a_note | 75d2df014abce78e85722406331343832f74cec4 | 9c54aa38d2330b365e55e5feff1f808c3b6dba25 | refs/heads/master | 2023-08-19T13:15:21.905929 | 2021-10-22T09:26:15 | 2021-10-22T09:26:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,093 | h | /*
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. 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.... | [
"kuangyufei@126.com"
] | kuangyufei@126.com |
3e9a7de8da5b23a0838793f035eeab54f73477d8 | cb6bd0015a08b01c5312ec47ab29a4431f2746a5 | /arch/esp32/main/forth_evt.c | 5df52a3274ad07fbb32ec7b24bc6db8f6ec42808 | [
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | petarkabashki/punyforth-esp32 | 9d6e21761b809148410b6073515e27a9fcd1f9d8 | 590d2b4638ba06eda73376db3445dfc8b5515ffa | refs/heads/main | 2022-12-26T14:30:17.531036 | 2020-10-07T00:19:36 | 2020-10-07T00:19:36 | 301,885,440 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 570 | c | // #include "espressif/esp_common.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/queue.h"
#include "forth_evt.h"
static QueueHandle_t event_queue;
void init_event_queue() {
event_queue = xQueueCreate(12, sizeof(struct forth_event));
}
void forth_add_event_isr(struct forth_event *... | [
"peter.kabashky@gmail.com"
] | peter.kabashky@gmail.com |
8a2eeaaf22f040f7ff7ef70633a970bd89b12dfc | 173eb435fef61582ea8b255fe5d1df9dc58f2abc | /slave_srio/se_main.c | 8a27127ac123df82391597b161bdc0f2fb27b7c2 | [] | no_license | Cai900205/test | 6d9e8fe5c7193cdf1e75885d85bc92c67cdb8812 | 1f9db0fcaa4bdd4f8966e016649a99bb37614808 | refs/heads/master | 2020-12-25T17:27:05.718094 | 2016-08-22T13:15:20 | 2016-08-22T13:15:20 | 40,888,283 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,694 | c | /*************************************************************************
> File Name: main.c
> Author:
> Mail:
> Created Time: Wed 12 Aug 2015 05:16:49 PM CST
************************************************************************/
#include "fvl_common.h"
#include "fvl_srio.h"
#define Buf_num 16
#define Buf_... | [
"1198430034@qq.com"
] | 1198430034@qq.com |
ed87ff9b5427dbc136e373ac6654cc0706ceff7e | c0f4d4f11decef4898ccc0fff95d73c1eb9da83e | /ft_putnbr.c | df4b259333d8fc03f424c97c046115ea68e2a39b | [] | no_license | anthelix/My_libft | 36db9dceaa6167046da6bd66b05d95badd074e0b | 71aaa9a7dad59e66c77df394b54f723b321849a0 | refs/heads/master | 2022-04-13T17:00:13.477773 | 2020-03-28T15:46:50 | 2020-03-28T15:46:50 | 159,134,614 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,054 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnbr.c :+: :+: :+: ... | [
"sdulou@free.fr"
] | sdulou@free.fr |
156adf484fb8187059cb528e84e178a21a78ae5e | d880bac94871b7d153a8217f0d2423fc018d17df | /fun2.c | 7a00e860bcfd7d83ba027c9dc3d316c4f42aa080 | [] | no_license | xby999/xby | 4a3f9d1d03aa8d09af93ad0a7cda4afc91c149f1 | dcc4f940516b0b207e2588176a17f91ab4fbb4f7 | refs/heads/master | 2020-08-07T22:05:00.563490 | 2019-10-08T09:23:42 | 2019-10-08T09:23:42 | 213,599,788 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 73 | c | #include <stdio.h>
int main()
{
printf("hellow world\n");
return 0;
}
| [
"1963256383@qq.com"
] | 1963256383@qq.com |
237456fb780044b87dfaa80455968506fcfd9b79 | ad2541550220131170abf20b0074df7e0914805f | /src/includes/routine.h | 58d219db97ac38342d93ffd34d73a467a51c9c77 | [] | no_license | RRZE-HPC/MPIBench | 9c4467df2195c22e3e92c6cac0ecbdb7d38eb5ae | c16dc57a46921b0b93a82a5c229a18071946c926 | refs/heads/master | 2022-03-04T18:16:22.563839 | 2019-08-19T08:07:28 | 2019-08-19T08:07:28 | 177,814,117 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 406 | h | #ifndef ROUTINE_H
#define ROUTINE_H
#include <stdio.h>
#include <mpi.h>
#include <stdlib.h>
#include <string.h>
#include "overlap_functions.h"
void Ibcast(int argc, char * argv[]);
void Igather(int argc, char * argv[]);
void Ireduce(int argc, char * argv[]);
void Iscatter(int argc, char * argv[]);
void Isend... | [
"hassanasghar13@yahoo.com"
] | hassanasghar13@yahoo.com |
6949b49baa0e4585eaab17a73f4499beda509f0b | 46367579a54a09dd220dd9a678b1452f06897f11 | /features/ccp/src/H5Gent.c | 3809933b4705b88fa8e5c5702fdc94c2a46233e8 | [
"LicenseRef-scancode-llnl",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-hdf4"
] | permissive | TPLink32/hdf5 | 33ff24c9b6133f0f51cb6cc2b722fba7bb1777dd | 0d6987c15284bd9f34c7e44452a152833d42a738 | refs/heads/master | 2021-05-31T01:15:39.463663 | 2016-04-14T23:02:09 | 2016-04-14T23:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,160 | c | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... | [
"acheng@dab4d1a6-ed17-0410-a064-d1ae371a2980"
] | acheng@dab4d1a6-ed17-0410-a064-d1ae371a2980 |
0184788893cc48dfd6c8f117c1b22420fafd3dbc | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/input/keyboard/extr_imx_keypad.c_imx_keypad_irq_handler.c | 79547298deed6e0de85cf2822cd92de35ae7cf24 | [] | 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,642 | 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 |
fb7dc7d25f1efec59753dc854065bdd4a57f3719 | 4bcb76847e10b1cd0a19337715668c65e36337ae | /ios/Pods/Headers/Private/react-native-spinkit/RTSpinKitArcAnimation.h | 8469910ed11942b202238fdab1eb297d935a7fce | [
"MIT"
] | permissive | lklima/constru-app | 71d8e0e2a471cf2591e5d6b57fa94a8d12afdac3 | 168078625e77df03e012c33dba06ab0838191154 | refs/heads/master | 2022-12-26T16:57:59.265702 | 2020-02-27T01:48:27 | 2020-02-27T01:48:27 | 220,639,891 | 0 | 1 | MIT | 2022-12-10T08:21:39 | 2019-11-09T12:36:17 | JavaScript | UTF-8 | C | false | false | 105 | h | ../../../../../node_modules/react-native-spinkit/ios/Libraries/SpinKit/Animations/RTSpinKitArcAnimation.h | [
"lkpro2011@gamil.com"
] | lkpro2011@gamil.com |
bce5799844b63cfc6d76779fa2b61ace67dd3449 | 1bf8dbc04a8fd0d9eda69a09c62d4e96073d76f5 | /Aps-Jogo/aleatorio.c | 8f06fe56b7513a3b65b654d3992d3e9a6bf1638c | [] | no_license | HendricksSumeck/Torre-negra | ce3300e2f72f1a5f91c7dab0d6464af5994637bd | 84e9f0b9af99c600cb8993a989c326655335ac93 | refs/heads/master | 2020-03-18T00:10:45.323911 | 2018-06-22T20:29:45 | 2018-06-22T20:29:45 | 134,081,722 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 615 | c | #include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include "Personagem.h"
double randomico_gausiano (double mu, double sigma)
{
double U1, U2, W, mult;
static double X1, X2;
static int call = 0;
if (call == 1)
{
call = !call;
return (mu + sigma * (double) X2);
}
do
{
U1... | [
"hendrick@alunos.utfpr.edu.br"
] | hendrick@alunos.utfpr.edu.br |
8e9da1ffe99caaeaeb39586685d5ff95b9e8cad6 | 30c984ecd771f1aea9000c4b90267f2d75d9a54f | /Embedded_cal_test/ecosystem/stm32f37x/c/cpal/inc/stm32f37x_i2c_cpal.h | 3025f777067166c491f7477e9677c5b89ddc1e18 | [] | no_license | vincentwenxuan/smores_document | 682a491d0e0424ea54ead7aecb897409594a6770 | bc1be012bcd10b80df41d3f61fa4aec1238fdcc9 | refs/heads/master | 2021-01-10T01:27:04.022279 | 2015-09-09T20:15:03 | 2015-09-09T20:15:03 | 36,809,619 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 33,136 | h | /**
******************************************************************************
* @file stm32f37x_i2c_cpal.h
* @author MCD Application Team
* @version V1.0.0
* @date 20-September-2012
* @brief This file contains all the functions prototypes for the I2C firmware
* layer.
****... | [
"xiaojun.sun086@gmail.com"
] | xiaojun.sun086@gmail.com |
8985a7c98084feb0d19cfafa8616fdc5d8d49507 | 83aeb5fa926d994985f7dd12d2b5b67b6e83842e | /lib/libustat/ustat.c | 238975408fb2ccd66a1ebbc99eb1fceb05eed410 | [
"Apache-2.0"
] | permissive | tejasce/dssd | e5f6b97cf4538da625de841ebaf347ad0aae3ce8 | fe32ec53fadda654028676bde14760c9f15c4dba | refs/heads/master | 2022-11-08T20:35:50.657390 | 2020-06-26T08:04:28 | 2020-06-26T08:04:28 | 274,993,171 | 0 | 0 | Apache-2.0 | 2020-06-26T08:04:29 | 2020-06-25T18:58:25 | C | UTF-8 | C | false | false | 74,585 | c | /*
* Copyright 2017 Dell Inc. or its subsidiaries. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... | [
"mike.w.shapiro@gmail.com"
] | mike.w.shapiro@gmail.com |
8f0694449339d464aa9309f5a872f652c51c147c | 2bbbe579a904fdc6ec06ad6c94237c9d06c58018 | /testsuites/kernel/sample/posix/pthread/full/It_posix_pthread_068.c | 6ced64b9c5d1545f23b4b14a3eb814b41bb3d151 | [
"BSD-3-Clause"
] | permissive | zuiaichi/kernel_liteos_a_note | 98e622f2ee65ecb0ec987f234767bc5bfdf34262 | 547a4b3582581da3321c82b7e19114c165db0c94 | refs/heads/master | 2023-06-08T17:05:22.794654 | 2021-06-30T02:06:44 | 2021-06-30T02:06:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,896 | c | /*
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. 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. Redist... | [
"kuangyufei@126.com"
] | kuangyufei@126.com |
516c2c91d7cc37c838f7d590864f99176a4e2e04 | 2a4ef692496bd4904a7d44fa55d966f6ff5b80bf | /src/display_size.c | fd1202d13e2a606aa49b1af223b6745fec243f14 | [] | no_license | Geoffrey42/ft_ls | 437068af955f326fc5300f0292050225eacbbd52 | a89088e2e6151d65d9ca42c186a33f2223ad299f | refs/heads/master | 2021-01-13T07:49:48.554266 | 2017-01-09T09:43:35 | 2017-01-09T09:43:35 | 60,631,687 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,338 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* display_size.c :+: :+: :+: ... | [
"ggane@e1r5p6.42.fr"
] | ggane@e1r5p6.42.fr |
93c84d2a4a391b6280a8138e7f0e154e9379678c | ecf37088c1618092ee847cb3bc656fdcf851fc48 | /Project/DemoKit/SrcCode/UIApp/UsbCommand/UsbCmdID.c | b1bb5f3a415ef086967e63bffca5950270856a69 | [] | no_license | calvinqiu/mygithub | b2ce14f0f6f1d3057517c16f109347d88b4a096d | b16780a2b34ba8e00af39b0fd9ccb4dacf1a0eee | refs/heads/master | 2021-05-13T21:55:39.951529 | 2018-01-08T02:39:35 | 2018-01-08T02:39:35 | 116,472,710 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 883 | c | #include "UsbCmdID.h"
#include "SysKer.h"
#include "UsbCmdInt.h"
#include "UsbCmdAPI.h"
#include "PrjCfg.h"
//#NT#2016/05/31#Ben Wang -begin
//#NT#Add UVC multimedia function.
#if(UVC_MULTIMEDIA_FUNC == ENABLE)
#define PRI_USBCMD 10
#define STKSIZE_USBCMD 4096
#define STKSIZE_USBCMD_DOWNLOA... | [
"hebo@you-qin.com"
] | hebo@you-qin.com |
3de87ab597ff5c0105df77469740e9bcd19420e2 | a98840211a0a9ae535d35817119f112a462c8143 | /appl/static_tunnel/newton_raphson.c | da3d8c5886a4730d82e015920ae2ea3a6f62975c | [] | no_license | mitsuy/C | 3160463959d1c8258924048362c0fb63de3b3f14 | c623860f30868e3aaf92247c52828f08584c78f2 | refs/heads/master | 2020-05-24T14:01:12.268935 | 2020-04-17T07:37:33 | 2020-04-17T07:37:33 | 187,300,619 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 734 | c | /*
Newton Raphson Method (NRM) for nonlinear equation.
Solve velocity within tunnel as below eq.
v_new = v_old - J^{-1} * f
Written by M.YAGYU, 22 April, 2019
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#define MX 20
#define MXB 100
double newt... | [
"d.0u.t3jjw2.tj6@icloud.com"
] | d.0u.t3jjw2.tj6@icloud.com |
4ef191dbf255612e56b0e976a6b910aa11644202 | f15eb31f51ee26de9a161c2950312721ae4acd37 | /asm/src/parser.c | 8d8453bd61983224b737abdc90ccf1755da7b574 | [] | no_license | theocerutti/Corewar | a667f8e4f0e4580bd9d76b6e33fe2d9ca9544b24 | 541dce938100b7ec24ce48ad38ea6cce37c44d07 | refs/heads/master | 2020-05-27T20:22:33.832275 | 2020-04-06T16:00:10 | 2020-04-06T16:00:10 | 188,778,697 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 798 | c | /*
** EPITECH PROJECT, 2019
** parser
** File description:
** parser
*/
#include "asm.h"
void write_instru_token(data_t *data, token_t *token, char *instru,
int begin_code_line)
{
for (int i = 0; instru != NULL && op_tab[i].mnemonique != NULL; i++) {
if (!my_strncmp(instru, op_tab[i].mnemonique, my_strlen... | [
"theo.cerutti@epitech.eu"
] | theo.cerutti@epitech.eu |
15e74a14557572e4c7888b21f619db97c93de545 | 893ea7cffd4e6fe3fbf38ee488249358e0dc8bd1 | /0728/1vital_code/整合的十段代码/3标准IO_文件IO/标准IO/3putc_getc.c | 6ec5ed5bec56f8202fa6f1a05a4d15d8dda4d037 | [] | no_license | lansplansplansp/0707 | b198a2107371c81a12e38a417beb8ea709725d81 | 6f4b4e31305104a19bcf920e4aceaac8fb83c591 | refs/heads/master | 2020-06-16T18:27:49.387589 | 2019-07-28T15:59:05 | 2019-07-28T15:59:05 | 195,664,192 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 202 | c | #include<stdio.h>
#include<string.h>
int main()
{
char ch;
printf("Input a character:");
ch=getc(stdin);
//ch=fgetc(stdin);
putc(ch,stdout);
//fputc(ch,stdout);
return 0;
}
| [
"123456@qq.com"
] | 123456@qq.com |
a95b3a6a391b957e9b9fdf922550c85be240a516 | 5683f486a524f0efdb7530849f121b2f0fef9a9b | /tstxtdump.c | 0e3bea0e88c05ba7682aa86b02dd56b5f7545404 | [] | no_license | fsphil/tstxtdump | 9219f8626c9ea70a8e2f333391470a0002cff041 | 15ca6d7cff9b8d4ef8f8cb068079c2f69692aeee | refs/heads/master | 2023-01-31T05:49:39.201064 | 2020-11-30T18:21:10 | 2020-11-30T18:21:10 | 267,302,525 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,050 | c | /* tstxtdump */
/*=======================================================================*/
/* Copyright 2020 Philip Heron <phil@sanslogic.co.uk> */
/* */
/* This program ... | [
"phil@sanslogic.co.uk"
] | phil@sanslogic.co.uk |
355173d75180e436786054e2c1b487fca50d48b8 | 5d417f03f724f4e23000f28cd629c92bc9297a23 | /common/services/usb/class/msc/device/udi_msc.h | 7a76ad84fc992d9c5f17d5158c0b598cf6025c82 | [] | no_license | siliconunited/atmel-asf | 5ac78a123cb0f5026ffb9a0ba66b75abcccb788f | 19e02800a6cc33d203f5d12f7dfca0c39195d879 | refs/heads/master | 2021-01-22T21:34:10.563981 | 2017-03-19T04:45:30 | 2017-03-19T04:45:30 | 85,439,630 | 6 | 3 | null | 2020-03-08T01:34:35 | 2017-03-18T23:56:24 | C | UTF-8 | C | false | false | 13,601 | h | /**
* \file
*
* \brief USB Device Mass Storage Class (MSC) interface definitions.
*
* Copyright (c) 2009-2016 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that th... | [
"robksawyer@gmail.com"
] | robksawyer@gmail.com |
6d58709375d7563d9c64d0ac73243c6916a56775 | 9a8367eb15eb43f73f266ad41acc12d0d5c19280 | /chardev.c | 448d9011e9884cc0d44b6fc63e66bdd43eb89102 | [] | no_license | DenisEvteev/chrdev | a522ff6298d22941cf26bc082e25b444b94850fe | cd1dde4e454f11362f742d49436dae444c868109 | refs/heads/main | 2023-01-10T09:06:25.339523 | 2020-11-10T10:44:36 | 2020-11-10T10:44:36 | 311,614,508 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,860 | c | #include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/fs.h>
#include <linux/cdev.h>
#include <linux/types.h>
#include <linux/kdev_t.h>
#include <linux/slab.h>
#include <linux/uaccess.h>
#include <linux/wait.h>
#include <linux/mutex.h>
#define DEVICE_NAME "echo"
#define BUF_SIZE (... | [
"evteev.da@phystech.edu"
] | evteev.da@phystech.edu |
ef158c11b178e13eb1470ddaaf2592a5278ae6e9 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/sdktools/pdh/pdhlog/log_ctrl.c | d644d226349f859f0458045ab53a1020f4d40c0c | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 42,716 | c | /*++
Copyright (C) 1995-1999 Microsoft Corporation
Module Name:
log_ctrl.c
Abstract:
Log file control interface helper functions
--*/
#include <windows.h>
#include <stdlib.h>
#include <assert.h>
#include <pdh.h>
#include "pdhidef.h"
#include "pdhmsg.h"
#include "strings.h"
#define ... | [
"112426112@qq.com"
] | 112426112@qq.com |
87523070eb07d2c0a170c717dfc9724d5f371d46 | 431e9a53feb2af871dbba7a0c73f508a80c09b41 | /PDSE02_21000172/PDSE02B_21000172/PDSE02B_21000172/PDSE02B_21000172.c | 31f20677f9989d05e9be3a314606565263925d28 | [] | no_license | JueunKim/ECE20017_Data_strcuture | f98a4d9fe4aef0f402e941d1ba7b242dd772e202 | ca65a0d1b76fd43d94092ff955a3817eed3f5b57 | refs/heads/master | 2020-03-22T18:34:43.649732 | 2019-01-07T05:35:02 | 2019-01-07T05:35:02 | 140,468,645 | 0 | 0 | null | null | null | null | UHC | C | false | false | 4,244 | c | /*************************************************************************
과목명 : 프로그래밍 실습 (월,목 3교시)
학부_전산전자공학부
학번_ 21000172
이름_ 김주은
실습 내용(02B) : 주어진 일련의 양의 정수를 입력순서를 출력하는
프로그램을 큐를 통하여 구현하라.
조건 1)Queue을 Linked List로 구현
2)입력데이터를 파일로 입력하라(inputdata.txt)
3)결과를 출력파일로 출력한다(R... | [
"jueunkim@jueun-mbp.wireless.emory.edu"
] | jueunkim@jueun-mbp.wireless.emory.edu |
a197fb3c45780a9b2a04a06af7971a2f9faad6ba | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/d222fc17-0529-4c3b-846c-e732cdf2d379.c | cde9260751ce014ae8e6aeacc2c844eefd9c85da | [] | 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 | 574 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = i-j;
l = k%j;
l = i+j;
k = k-i*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[87];
int c[82];
a = 0... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
d09caf25421535e604ce5e6da03014532a38b0bd | ac0936da6729df900b1a3eafe10dd53dcfa3104f | /extlibs/MCU/Examples/C8051F97x/Oscillators/Oscillator_CMOS/src/F970_Oscillator_CMOS.c | 9fe0eb4327b7742a6fdb328c53e59c92afee88b0 | [] | no_license | dania99/si1000-rf-beacon | 272195996c0e491e4177ddac31114edb700fb1c1 | ba772d789cde2935fd12e66f7765c6edf1408ce2 | refs/heads/master | 2022-01-05T04:39:43.174744 | 2019-05-13T16:59:48 | 2019-05-13T16:59:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,170 | c | //-----------------------------------------------------------------------------
// F97x_Oscillator_CMOS.c
//-----------------------------------------------------------------------------
// Copyright 2014 Silicon Laboratories, Inc.
// http://developer.silabs.com/legal/version/v11/Silicon_Labs_Software_License_Agreement.... | [
"vladimir.pinchuk01@gmail.com"
] | vladimir.pinchuk01@gmail.com |
0570f6a3a9e16251d586fe37d28cf20995a96004 | c0a1d0c3273c0ef64c812e29f3766ebb46f9416e | /src/test/readv.c | 57e1b8d06ce63b85bcbe6b35ef66160d824d0bd7 | [
"MIT",
"BSD-2-Clause"
] | permissive | xs3c/rr | bfcdc7c52b9712e2e8eb7b5c58466e399832d384 | 832c7f0fea3a56f35a462e70aaff09a15086b949 | refs/heads/master | 2020-12-25T00:28:49.189848 | 2016-01-27T00:08:27 | 2016-01-27T00:08:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,305 | c | /* -*- Mode: C; tab-width: 8; c-basic-offset: 2; indent-tabs-mode: nil; -*- */
#include "rrutil.h"
static char data[10] = "0123456789";
static void test(int use_preadv) {
char name[] = "/tmp/rr-readv-XXXXXX";
int fd = mkstemp(name);
struct {
char ch[7];
} * part1;
struct {
char ch[10];
} * part2;... | [
"robert@ocallahan.org"
] | robert@ocallahan.org |
90231e5e25463ff835d4deb6e03f152c1371cd34 | af76ebfa7fff99eb831338c9698a571ce718d2d4 | /libs/OpenSSL/include/crypto/decoder.h | eb639117c1b237674c26fa984d1645d3f110fbb7 | [
"Unlicense"
] | permissive | testcc2c/hvh-cheat | b7e7b9c902d173ad21ece324eb849f9b07e639cd | 89c7f394e5e3418bc795c0a1fae097c443c4c748 | refs/heads/main | 2023-01-31T06:59:46.703401 | 2020-12-02T17:10:25 | 2020-12-02T17:10:25 | 350,192,748 | 4 | 1 | Unlicense | 2021-03-22T03:20:20 | 2021-03-22T03:20:19 | null | UTF-8 | C | false | false | 1,594 | h | /*
* Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/... | [
"noreply@github.com"
] | testcc2c.noreply@github.com |
1a41a0ea712cd87a29c948e45995a8fe08966ead | ab7d5ec2e40b26c33da957210b5d2da77f9b696d | /repos/sproxel/contents/pyBindings.h | 87b7ec998070f5053c589697259e108782507875 | [] | no_license | mcclure/bitbucket-backup | e49d280363ff7ef687f03473e463865a7ad8a817 | b6a02ca8decf843fa0a765c842c24e7eccf59307 | refs/heads/archive | 2023-01-24T21:15:14.875131 | 2020-02-02T20:56:23 | 2020-02-02T20:56:23 | 237,833,969 | 115 | 6 | null | 2023-01-07T14:24:14 | 2020-02-02T20:43:56 | C | UTF-8 | C | false | false | 581 | h | #ifndef __SPROXEL_PY_BINDINGS_H__
#define __SPROXEL_PY_BINDINGS_H__
#include "script.h"
#include "SproxelProject.h"
#include "UndoManager.h"
PyObject* sprite_to_py(VoxelGridGroupPtr sprite);
PyObject* project_to_py(SproxelProjectPtr proj);
PyObject* undo_manager_to_py(UndoManager *);
PyObject* PySpr... | [
"andi.m.mcclure@gmail.com"
] | andi.m.mcclure@gmail.com |
6183601b9270a4c6786007d254c909e1b33cf202 | 92df989889945b7ca7774e65892d75054775d67c | /fort_part_v2.c | 72fa5934df0f0fc84dcb0dbb42458498f530353e | [] | no_license | kuechenrole/fesom_TYP | 9be318efe8e20b15f3634f2eed0bc3cd66a33e8c | 97175d35cca2e7c227ff947943e5f7bf9ab991fb | refs/heads/main | 2023-07-14T06:30:57.090285 | 2021-08-25T09:00:06 | 2021-08-25T09:00:06 | 399,754,557 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,999 | c | /*
* fort_part_v2.c
*
*/
/*
a Fortran interface to METIS-5.1 and simple block/range partitioners,
adapted by Natalja Rakowsky from fort_part.c of FoSSI,
the Family of Simplified Solver Interfaces by
Stephan Frickenhaus, Computing-Center, AWI-Bremerhaven, Germany
www.awi-bremerhaven.de
*/
/* SF 06/200... | [
"ole.richter@awi.de"
] | ole.richter@awi.de |
f475b8e133129ee2030fabda8fa6b5d10adebb8f | 93120d6f483e4068e0fb2ab7053b51ffe3cfae2c | /build/sketch/eeprom-service.h | 3002a200e89bc394a1c94d22f7ec5d9ce7e18bcc | [] | no_license | morrisdirector/lumenator | 297549ff2534897f376099ee99782ecfe6df9718 | cc62c01de1e0e48e327f6548e19b6ce64d0aefb5 | refs/heads/master | 2023-08-27T05:50:43.750009 | 2021-09-16T00:42:25 | 2021-09-16T00:42:25 | 297,648,434 | 0 | 0 | null | 2021-09-16T00:42:27 | 2020-09-22T12:54:41 | C | UTF-8 | C | false | false | 901 | h | #line 1 "/Users/patrickmorris/git/lumenator/eeprom-service.h"
#include <Arduino.h>
#define EEPROM_SIZE 1000
String readEEPROM()
{
Serial.println();
Serial.println("Reading device configuration from EEPROM");
String configuration;
for (int i = 0; i < EEPROM_SIZE; ++i)
{
configuration += char(EEPROM.rea... | [
"patrick.morris@amobee.com"
] | patrick.morris@amobee.com |
c91db683c771e907e23e9403b8f7e540ddb2b2d0 | 0854453c6d24044420e3cf85f55205f60e062067 | /src/test/collection/lfcByteBuffer/spec_lfcByteBuffer_read_uint64.c | c78f143a73b735b0a1062f1b8a7b3f2cd2dfd0d8 | [] | no_license | pfke/libForC | f82c00949fce4e57237f82df77d968151577b941 | 7c5965958e2ad5a843bc14c1f082e95ff44ca20f | refs/heads/master | 2023-01-15T20:23:27.410897 | 2020-11-20T17:44:18 | 2020-11-20T17:44:18 | 276,684,658 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,258 | c | #include "collection/lfcByteBuffer.h"
#include "testing/lfcCriterionHelper.h"
#define TEST_SUITE_NAME spec_lfcByteBuffer_read_uint64
Test(
TEST_SUITE_NAME,
return_0_after_start
) {
lfcByteBuffer_t *tto = lfcByteBuffer_ctor();
should_be_same_int(lfcByteBuffer_read_uint64(tto, NULL), 0);
... | [
"h.blobner@avm.de"
] | h.blobner@avm.de |
cac8c41887a3cbb20dd0c764b222f2c3a6b40c4f | 1ee0598d0ab1a1eec95c74079ff50d884d1f0989 | /code/gcs/src/protonet/include/message/VehicleWaypointCommand.h | bbc1fb2fd445f90e66f638a8a731d36c2537443b | [] | no_license | slothxd/GCS | 2a3d95e004ddb1a5da53493b409911c961227451 | b1ff1075b8fb052d6cf33c55f8e9808ca0af087e | refs/heads/master | 2021-01-23T06:58:51.986574 | 2015-10-11T20:58:41 | 2015-10-11T20:58:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 899 | h | /* This file was autogenerated. All changes will be undone. */
/* Message: Vehicle_Waypoint_Command, ID: 1006*/
#ifndef _VEHICLE_WAYPOINT_COMMAND_H_
#define _VEHICLE_WAYPOINT_COMMAND_H_
#include <protonet_marshal.h>
#include <protonet_message.h>
typedef struct {
float64_t timestamp;
uint16_t vehicle_ID;
in... | [
"ethan.ito.rhs@gmail.com"
] | ethan.ito.rhs@gmail.com |
914fbaecd46d1eabd6af5d7103933b06f6f577e1 | 4483b10028c73fc49a518be4a2bcb56848d8786b | /ios/Google Cardboard Demo/Mecha-Mecha/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen_18MethodDeclarations.h | 500c69e7ec283d00f4a471094cd86cbea3b996fe | [] | no_license | nchavez324/es50_final_project | aa8202470b59be1ddc25e78a3e1712708f5b00c4 | be1b8f9849d1ff4a845a137eefecb49df27f2e1c | refs/heads/master | 2021-01-10T07:03:26.885783 | 2020-12-03T16:02:23 | 2020-12-03T16:02:23 | 47,363,409 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,127 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// System.Array
struct Array_t;
// System.Object
struct Object_t;
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Array_Interna... | [
"nchavez324@yahoo.com"
] | nchavez324@yahoo.com |
1f595725c2230664f6cf9e1645e6904829584af0 | 24b123329be9a1bea297b49ed9c2a9d8c4f0cb4d | /node_modules/node-pty/deps/winpty/src/unix-adapter/WakeupFd.h | 4e1798c5f52f5a19bdcee060d7184849b0210431 | [] | no_license | ZiaoChen/React2 | 5fb0b48c1c39658d1333a4ca6e08c5b12b8d2d28 | 47a937873482df621b2987bee3f8930aa1c4ec5d | refs/heads/master | 2021-02-17T20:19:27.172658 | 2020-03-05T09:45:42 | 2020-03-05T09:45:42 | 245,118,779 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129 | h | version https://git-lfs.github.com/spec/v1
oid sha256:26d908bd0d853dca549fc68d78ba4c92cc4769d9a333f9bfe8c85abf1c88e9f7
size 1549
| [
"466930995@qq.com"
] | 466930995@qq.com |
cdb8755de1774b838ca1ee2a2045b3bd6f985b81 | a3c854b10d49a78da53921c783ee9fb64ad80d4c | /SenzSDKDemo/Pods/Headers/Public/AVOSCloud/AVObject.h | 0835a30c4f1e175f93fbd54c245236ebdd028555 | [] | no_license | DaiYue/SenzSDK_iOS | abae9fcc59132ffa45ccda085556cad063d5924f | 32a8f98e9ffe180e47360111c2fdadb2c98dfe88 | refs/heads/master | 2016-09-06T05:08:51.121671 | 2015-06-23T04:12:07 | 2015-06-23T04:12:07 | 33,526,398 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 76 | h | ../../../AVOSCloud/iOS/release-v3.0.1/AVOSCloud.framework/Headers/AVObject.h | [
"yue.dai@qunar.com"
] | yue.dai@qunar.com |
30a5e34715b4d1f54886f02a1fe40cffc4e494b6 | d42fa606a26402258bc804332c0bab5d154ba99c | /srslte/lib/phch/cqi.c | ec47fcbd1afde1f9b3cbee0e4e6b6f651541e8d5 | [] | no_license | zz4fap/Wireless-Spectrum-Hypervisor | 44c2635d7092c65fa932b6b2e9cd1337ebbc4836 | 24158b45660dd304e6a39a1b318d534c3607bd7c | refs/heads/master | 2020-06-18T04:11:00.451308 | 2019-11-14T17:00:37 | 2019-11-14T17:00:37 | 196,159,695 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 5,540 | c | /**
*
* \section COPYRIGHT
*
* Copyright 2013-2015 Software Radio Systems Limited
*
* \section LICENSE
*
* This file is part of the srsLTE library.
*
* srsLTE is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Soft... | [
"zz4fap@users.noreply.github.com"
] | zz4fap@users.noreply.github.com |
a53b0f9835d960e890945bebccfd9e26bbb4bb53 | 43c613e3071893640f26425d87c440ec1ed7d298 | /Figs/syst/v0/le3j/Btag_gamma_to_dimuon_no_alphaT_Cut_2.C | 2716a792bf9e55187eae278e72e6687804ef9277 | [
"MIT"
] | permissive | dsmiff/thesis-1 | 5f09eafdddeddcdc776ae11a2cba19a84ebf1428 | e7813b19b8e26b416428994e843ad17b87017e24 | refs/heads/master | 2021-05-30T09:17:40.998518 | 2015-11-03T15:47:00 | 2015-11-03T15:47:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,466 | c | {
//=========Macro generated from canvas: Yields/Yields
//========= (Wed Apr 2 22:55:12 2014) by ROOT version5.34/09
TCanvas *Yields = new TCanvas("Yields", "Yields",1,1,900,576);
gStyle->SetOptFit(1);
Yields->SetHighLightColor(2);
Yields->Range(270.7031,-1.25,1276.172,1.25);
Yields->SetFillColor(0);
... | [
"chris.lucas@bristol.ac.uk"
] | chris.lucas@bristol.ac.uk |
21c653d8636ead97fd4471b49c154fff25981340 | 1a028bca5636cea6fe447b5537c258ea0b724f69 | /lab4_fract/app_software/mandlebrot_C/basic_io.h | d0ac201126b2d0cba246ec56d8c874d08b20dc3e | [] | no_license | TomDuo/ECE5760_Epiphyte | eae6a3f2dcc909c32c50c8dcf99d8cc0f72d0645 | db2ce591a7dc7c9a8b09476d6a87deb17378f406 | refs/heads/master | 2020-05-03T03:19:01.028459 | 2016-05-17T17:42:08 | 2016-05-17T17:42:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,943 | h | #ifndef __basic_io_H__
#define __basic_io_H__
#include <io.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include "system.h"
#include "sys/alt_irq.h"
// for GPIO
#define inport(base) IORD(base, 0)
#define outport(base, data) IOWR(base, 0... | [
"carchard0@gmail.com"
] | carchard0@gmail.com |
a65b1a0164d3e2322c0fa6dd7199889dfd3e1f15 | b349fab20bc5057f13e9f35e06abfb5111fe62bc | /homme1_3_6/libs/metis/Lib/estmem.c | 48385af5cbd3e1519b57eb88b3ee15dc5b2e0d74 | [] | no_license | hadimoghaddam/Coral-benchmark | 3f157f0cd331ecf0c591561bac5896c4bf389aec | 15107b51113acbcad95e76a59a0f18c17460e9f0 | refs/heads/master | 2021-05-15T16:36:13.840714 | 2017-10-27T00:37:38 | 2017-10-27T00:37:38 | 107,469,706 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,157 | c | /*
* Copyright 1997, Regents of the University of Minnesota
*
* estmem.c
*
* This file contains code for estimating the amount of memory required by
* the various routines in METIS
*
* Started 11/4/97
* George
*
* $Id: estmem.c,v 2.0 2003/09/03 21:03:02 dennis Exp $
*
*/
#include <metis.h>
/*************... | [
"asghari2@illinois.edu"
] | asghari2@illinois.edu |
727a289a92137609f9d4d1184a311e2d9926a4d3 | 21c09799d006ed6bede4123d57d6d54d977c0b63 | /fits_2018_10/PFNo10Dijet2016bgCSVv21b221Scan/corrHist.C | b65377cd85dbace30661b9460da333322794fbe8 | [] | no_license | corvettettt/DijetRootTreeAnalyzer | 68cb12e6b280957e1eb22c9842b0b9b30ae2c779 | e65624ffc105798209436fc80fb82e2c252c6344 | refs/heads/master | 2021-05-06T09:57:12.816787 | 2019-04-18T15:32:38 | 2019-04-18T15:32:38 | 114,043,763 | 1 | 0 | null | 2017-12-12T22:02:46 | 2017-12-12T22:02:46 | null | UTF-8 | C | false | false | 4,898 | c | void corrHist()
{
//=========Macro generated from canvas: c/c
//========= (Thu Dec 13 10:29:53 2018) by ROOT version6.02/05
TCanvas *c = new TCanvas("c", "c",0,0,500,500);
gStyle->SetOptStat(0);
c->SetHighLightColor(2);
c->Range(-0.5333333,-0.5,4.8,4.5);
c->SetFillColor(0);
c->SetBorderMode(0);
c-... | [
"zhixing.wang@ttu.edu"
] | zhixing.wang@ttu.edu |
bff86db252c29bc5d22f88367e17e6e81a82784a | 3cc3d4a83e8263ebe0a9ba6dea4e7bdfbf5cb3a7 | /Software/Libraries/ABCC/abcc_adapt/GLCD_16bitIF_STM32F4xx.c | ed29961399435f00bb14c3a5e2d487a6948a5183 | [] | no_license | zwxwill/FlowCtrl | c1d296576751c657d1475dbb94ca2420b47ec696 | 17dbe3a2b639a71e01446d4e8b9a149e23e292b0 | refs/heads/master | 2020-06-16T15:38:14.690145 | 2019-08-28T14:02:50 | 2019-08-28T14:02:50 | 195,624,932 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 42,698 | c | /*******************************************************************************
********************************************************************************
** **
** ABCC Starter Kit version 3.02.02 (2016-11-10) ... | [
"zwxwill@qq.com"
] | zwxwill@qq.com |
45e84bd4e88d6f3a5db96c030b8c4abc4aedb445 | d1abd2209bd8626fb0753efbb2a6a253f9d31d58 | /clear_cache.c | 1ca017cc89d13d58b8a1376f8a6ad85aef81f5fe | [] | no_license | hkumar43/estimate-l1-cache | adfbec0b43cdc173c5b25a0b716dde1d468f0721 | 60529ffbabbec3d9f0e7e6619c11bd6c57a03bd7 | refs/heads/main | 2023-07-10T09:47:47.899725 | 2021-08-30T18:33:36 | 2021-08-30T18:33:36 | 398,549,035 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 313 | c | #include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include<linux/slab.h>
static int __init start_clear(void){
asm volatile ( "WBINVD\n\t" );
return 0;
}
static void __exit end_clear(void){
printk(KERN_INFO "CACHE CLEARED");
}
module_init(start_clear);
module_exit(end_clear);
| [
"hemant.kr.dev@gmail.com"
] | hemant.kr.dev@gmail.com |
11cde50b90107f0e2b5995bb4e34acbe2bf2358e | 65f9576021285bc1f9e52cc21e2d49547ba77376 | /adsp_proc/core/storage/tftp/common/inc/tftp_config_i.h | 79c69c2bdf23cb1a605852d91055f4b13d9c2357 | [] | no_license | AVCHD/qcs605_root_qcom | 183d7a16e2f9fddc9df94df9532cbce661fbf6eb | 44af08aa9a60c6ca724c8d7abf04af54d4136ccb | refs/heads/main | 2023-03-18T21:54:11.234776 | 2021-02-26T11:03:59 | 2021-02-26T11:03:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,368 | h | /***********************************************************************
* tftp_config_i.h
*
* Short description
* Copyright (c) 2013-2014 Qualcomm Technologies, Inc. All Rights Reserved.
* Qualcomm Technologies Proprietary and Confidential.
*
* Verbose description.
*
*****************************************... | [
"jagadeshkumar.s@pathpartnertech.com"
] | jagadeshkumar.s@pathpartnertech.com |
c104be1c37f865bcdd3ae533ae81a131f52b7e34 | 17ee514db94b7a1932e37073491e59c67114e4aa | /plugins/QGames/jpeg/jconfig.h | 89c2cd483b4220a9432c08d7d56ee53b148036d7 | [
"MIT"
] | permissive | joeriedel/Tread3.0A2 | 024ab01fbce9b33fb39d5987483dd740ed34aad7 | 9ce31695bd02f30f07464d18dbbfbf5d4d7fccf9 | refs/heads/master | 2023-03-15T15:30:05.499251 | 2023-03-04T04:01:11 | 2023-03-04T04:01:11 | 196,284,234 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,281 | h | /* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */
/* see jconfig.doc for explanations */
#define HAVE_PROTOTYPES
#define HAVE_UNSIGNED_CHAR
#define HAVE_UNSIGNED_SHORT
/* #define void char */
/* #define const */
#undef CHAR_IS_UNSIGNED
#define HAVE_STDDEF_H
#define HAVE_STDLIB_H
#undef NEED_... | [
"joeriedel@hotmail.com"
] | joeriedel@hotmail.com |
e923d0118caed8f77739c72b671ebad997688e37 | f4dc3450a1cfedf352774cba95dc68b32cbfbf11 | /Sources/Emulator/src/mess/machine/ecbbus.c | 6fcdc78ff1f530cba0db4df372754544d30e752d | [] | no_license | Jaku2k/MAMEHub | ae85696aedf3f1709b98090c843c752d417874a9 | faa98abc278cd52dd599584f7de5e2dd39cf6f87 | refs/heads/master | 2021-01-18T07:48:32.570205 | 2013-10-10T01:42:06 | 2013-10-10T01:42:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,693 | c | /**********************************************************************
Conitec Datensysteme ECB Bus emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
**********************************************************************/
#include "ecbbus.h"
//************... | [
"jgmath2000@gmail.com"
] | jgmath2000@gmail.com |
44207efa1f272b306b9f0a210295e2b556389d9b | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/reactos/base/services/dhcpcsvc/dhcp/extr_options.c_pretty_print_option.c | 4f18a8356d7e200f69e9f7b4fbf6e83a4835b0d0 | [] | 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 | 6,453 | 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 |
fd50ecf5d6d0bec0c640938fc848235e2844e5a8 | 05e39c1c07a7aa03c3328ac53cd419efa8828c51 | /Code/cube/i2c.h | 16737a62241b80e5238a5f2732d13a10ea6097a1 | [] | no_license | ikbenali/CubeSat | baa0631772bb8709c2674040fedc32d1a07ebbca | ce08c42ff3f57b65926b896a6c077e6e0cf48bdf | refs/heads/master | 2021-01-22T06:28:31.199242 | 2017-02-13T13:23:04 | 2017-02-13T13:23:04 | 81,766,618 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,350 | h | #include <avr/io.h>
#include <util/delay.h>
#define TWI_BAUD(F_SYS, F_TWI) ((F_SYS / (2 * F_TWI)) - 5)
#define I2C_ACK 0
#define I2C_NACK 1
#define I2C_READ 1
#define I2C_WRITE 0
#define I2C_STATUS_OK 0
#define I2C_STATUS_BUSY 1
#define I2C_STATUS_NO_ACK 2
void i2c_init(TWI... | [
"aliulhaq@outlook.com"
] | aliulhaq@outlook.com |
fd97ff5f63671d97fcb124723bdf077f0581bb90 | c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683 | /GreenDemonstrator/MEN_demonstrator_stubs/KCG-MEN-train/CAST_M_ERROR_to_int_TM_conversions.c | 8d5f47ee7ee9ec1b312f71f327ac4ec0f4e2dc07 | [] | no_license | VladislavLasmann/srcAndBinary | cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10 | 13aa76e545b9596f6dac84fb20480dffae7584d8 | refs/heads/master | 2021-05-08T15:04:05.709079 | 2016-01-22T12:40:10 | 2016-01-22T12:40:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,581 | c | /* $*************** KCG Version 6.1.3 (build i6) ****************
** Command: s2c613 -config C:/GITHUB/modeling/model/Scade/System/MEN_demonstrator/KCG-MEN\kcg_s2c_config.txt
** Generation date: 2015-10-19T14:37:59
*************************************************************$ */
#include "kcg_consts.h"
#include "kcg_... | [
"info@stefankarg-it.de"
] | info@stefankarg-it.de |
30dd3f844560a1ed2b4abe2d3936ca9592a22ddd | e2e8d3c97155003038ea55fcb7f0247438b8aff9 | /C语言学习17/2/queue.h | edb8097835f44dcde7f9109bc05e225c710e3ee8 | [] | no_license | Hyuga-Hinata/C-learning | a5f62bdfa585ee815e71ab0c0ce7f34f26faa44d | e91311e3dd5870e7a5ca93f1c27cef2c3af33141 | refs/heads/master | 2021-05-06T06:01:27.276058 | 2018-03-31T16:49:49 | 2018-03-31T16:49:49 | 115,264,606 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,300 | h | //队列接口
#pragma c9x on
#ifndef _QUEUE_H_
#define _QUEUE_H_
#include<stdbool.h>
//在此处插入Item的类型定义
//例如
typedef int Item;
//或: typedef struct item{int gumption;int charisma; } Item;
#define MAXQUEUE 10
typedef struct node
{
Item item;
struct node * next;
}Node;
typedef struct queue
{
Node * front; //指向队列首的指针
Node... | [
"1159902606@qq.com"
] | 1159902606@qq.com |
4411d4ba2f90b7ca6d4d07da663dfad4b51b5393 | 7d792544345c3c20cf9c63674ad79a4eab10e895 | /src/sbbs3/sbbsexec.c | 862497054273a56a3167265a48ff97c7195fbdd0 | [
"Artistic-2.0"
] | permissive | mattzorzin/synchronet | 5d7dfddb8b067daa202e54f53e932a29eb02847e | b975055ea71a337a1bd63dd128995016f482c689 | refs/heads/master | 2021-01-11T01:33:28.835494 | 2014-09-19T02:40:49 | 2014-09-19T02:40:49 | 24,213,567 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 21,263 | c | /* sbbsexec.c */
/* Synchronet Windows NT/2000 VDD for FOSSIL and DOS I/O Interrupts */
/* $Id: sbbsexec.c,v 1.40 2011/12/06 20:49:20 rswindell Exp $ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs tr... | [
"matt.zorzin@sendgrid.com"
] | matt.zorzin@sendgrid.com |
1e2b0141c90643c7b43ebc9e4ccf4bb94e909c74 | f86cae6a2f19c312db63468b11f869a812cd2b16 | /platform-xmega/eeprom.h | 9487863f441083fa6af3aa6dd9aa70a2036de63e | [] | no_license | north-x/platform-xmega | 6c4677c5065e002107aa089da16692fa5155dbcf | fd7f6e0d0fd55286947ace7b17645755f625f9ee | refs/heads/master | 2023-08-08T13:56:24.188226 | 2023-07-25T09:08:27 | 2023-07-25T09:08:27 | 26,126,815 | 0 | 0 | null | 2023-07-02T11:18:25 | 2014-11-03T16:10:08 | C | UTF-8 | C | false | false | 3,504 | h | /*
* Copyright (c) 2014, Manuel Vetterli
* 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
* notice, this list of con... | [
"north-x@users.noreply.github.com"
] | north-x@users.noreply.github.com |
19b0fefc4ca98caebaf79cd534c70e8b2951ffe2 | 32ac6dabcc8b2c872e03a8fedf2801dba76863ea | /Src/Sensors/Archief/lidar/UDP_Server/src/mavlink/common/version.h | b03d37d8cd8161d6b36b4bee9696456103485052 | [] | no_license | CharanKoyalkar484/RoboRescueCproject | cf061e063942514062c06633922872f1dc84e032 | f5e658468f4f3282f045e3afb60e944255adc06d | refs/heads/master | 2021-02-18T04:03:29.210397 | 2020-04-13T07:14:40 | 2020-04-13T07:14:40 | 245,157,866 | 0 | 0 | null | 2020-04-13T07:14:41 | 2020-03-05T12:30:08 | C++ | UTF-8 | C | false | false | 321 | h | /** @file
* @brief MAVLink comm protocol built from common.xml
* @see http://mavlink.org
*/
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Thu Mar 26 19:49:30 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
#endif // MAVLINK_VERSION_H... | [
"daan.leijen@student.hu.nl"
] | daan.leijen@student.hu.nl |
be5037be93ea24f44bb583d94cee9d3f27a36120 | 4a684c82e20f6821d49d5e460e2c48c3929a2b37 | /ch04.1.c | 7e0378484d89b15b57e95c8ce42d9dd96de016c2 | [] | no_license | fengyinxqy/-C-Programming-Language | 94d8e8511ca042f2806e6a690ffb28f1f74112f2 | b9ecdaffb753054e99ae9940ff3c157d6d017e2b | refs/heads/master | 2023-02-23T08:43:01.612677 | 2023-02-12T12:02:36 | 2023-02-12T12:02:36 | 262,251,212 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 534 | c | #include<stdio.h>
#include<stdlib.h>
void fun(int a[],int n,int x)
{
int b[n];
int i,j,k;
j=n;
for (i=0;i<n;i++)
if (a[i]!=x)
b[n-j]=a[i];
else
{
j++;
}
for (i=j;i<n;i++)
b[i]=" ";
for (i=0;i<n;i++)
a[i]=b[i];
... | [
"noreply@github.com"
] | fengyinxqy.noreply@github.com |
aa53ed5f6179f4d4093f7fdbcad7f7821e0d8a48 | b035f127f53e8634a46f17c8bb632888f70714f5 | /resize/less/resize.c | 4d6458f1c765330d7dc43d23f4728fb855842ae9 | [] | no_license | volodymyrkochyn/cs50 | ca80e47be85f3d387f4d874ba331487e5ce51152 | 678840c2fad14a16e0c75fab78b86f2d5df57832 | refs/heads/master | 2020-05-19T07:03:22.032150 | 2019-05-04T12:04:29 | 2019-05-04T12:04:29 | 184,888,899 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,003 | c | #include "bmp.h"
#include "stdio.h"
#include "cs50.h"
#include "string.h"
#define SUCCESS 0
#define FAILURE 1
typedef struct
{
uint8_t result;
uint8_t n;
char *in;
char *out;
} UserInput;
UserInput* validateInput(int args, const char ** argv)
{
UserInput *input = (UserInput*)malloc(sizeof(UserInpu... | [
"noreply@github.com"
] | volodymyrkochyn.noreply@github.com |
b8040a6d22d28b859f96dbe24c195c5c55e1b121 | 6f224b734744e38062a100c42d737b433292fb47 | /clang/test/Sema/array-bounds-zero-length-elem-gh64564.c | 1aaf01d82011bce65a8f53b863af419a71d9e1a9 | [
"Apache-2.0",
"LLVM-exception",
"NCSA"
] | permissive | smeenai/llvm-project | 1af036024dcc175c29c9bd2901358ad9b0e6610e | 764287f1ad69469cc264bb094e8fcdcfdd0fcdfb | refs/heads/main | 2023-09-01T04:26:38.516584 | 2023-08-29T21:11:41 | 2023-08-31T22:16:12 | 216,062,316 | 0 | 0 | Apache-2.0 | 2019-10-18T16:12:03 | 2019-10-18T16:12:03 | null | UTF-8 | C | false | false | 359 | c | // RUN: %clang_cc1 -triple i686-apple-darwin -verify %s
int a[][0]; // expected-warning {{tentative array definition assumed to have one element}}
void gh64564_1(void) {
int b = a[0x100000000][0];
}
typedef struct {} S;
S s[]; // expected-warning {{tentative array definition assumed to have one element}}
void gh645... | [
"fding@feysh.com"
] | fding@feysh.com |
b6b87f6f7f21ea45862e2adca8ab04c9beb0d38b | ce5b68831a37d94115b0bc6a9cbdeb0c1482f612 | /LOG/LOG.h | 1d3739fedd4754e36cd50e3f495cccdeee174b07 | [] | no_license | PixelRetroGames/Engine2 | 8d8bc969c4db246e111b1f54ddae9cf8da44437c | 37ecca1b08afec26a65abdecf67a86a2cd07373f | refs/heads/master | 2020-05-24T22:12:15.858471 | 2020-02-25T09:36:42 | 2020-02-25T09:36:42 | 187,493,013 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 74 | h | #ifndef LOG_H
#define LOG_H
#include "include/Logger.h"
#endif // LOG_H
| [
"pixelretrogames@github.com"
] | pixelretrogames@github.com |
8744f02bff723a701d4b7d7e669dbd3e836b848a | 524591f2c4f760bc01c12fea3061833847a4ff9a | /arm/usr/include/Poco/Net/SocketDefs.h | bf35fe2a51a3315420fdf5ee047e05c8d36ef532 | [
"BSD-3-Clause"
] | permissive | Roboy/roboy_plexus | 6f78d45c52055d97159fd4d0ca8e0f32f1fbd07e | 1f3039edd24c059459563cb81d194326fe824905 | refs/heads/roboy3 | 2023-03-10T15:01:34.703853 | 2021-08-16T13:42:54 | 2021-08-16T13:42:54 | 101,666,005 | 2 | 4 | BSD-3-Clause | 2022-10-22T13:43:45 | 2017-08-28T16:53:52 | C++ | UTF-8 | C | false | false | 7,005 | h | //
// SocketDefs.h
//
// $Id: //poco/1.3/Net/include/Poco/Net/SocketDefs.h#3 $
//
// Library: Net
// Package: NetCore
// Module: SocketDefs
//
// Include platform-specific header files for sockets.
//
// Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Permission is he... | [
"simon.trendel@tum.de"
] | simon.trendel@tum.de |
467900f8852a36a8bc70010d68d08fa2ed44a474 | 6f35b2705109d1b6105a5dfe7877dff621f9936b | /libftprintfgnl/ft_printf/src/utils/min.c | 47dbcbf1bf588c964760b799122f039a8843942b | [
"MIT"
] | permissive | almayor/ft_select | f79b2af972358fa3478a0ecade402907035954cd | 56756281464bf3b49cbb8f9cc51f112843f308ed | refs/heads/master | 2023-07-16T21:45:58.254387 | 2021-08-28T10:51:59 | 2021-08-28T10:51:59 | 299,352,168 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 991 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* min_size.c :+: :+: :+: ... | [
"mayorovme@gmail.com"
] | mayorovme@gmail.com |
454b39b7d60dbb86f5aedab2321e9c600ebb2071 | e60547640edc55a41013b2fc0692a83b574e1c88 | /conf/conf_ja2104.h | efad6db6bcca389e2bce08f444cd562224baf55b | [] | no_license | shiv50084/hidvr-git | 62eb4eb123866edc7bf7375a8470b13470802996 | 964b61408f8c0a3751eeaa168c600ef9735073aa | refs/heads/master | 2021-03-23T19:55:00.073788 | 2015-09-02T08:39:16 | 2015-09-02T08:39:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,408 | h |
#ifndef __MODEL_CONF_H__
#define __MODEL_CONF_H__
#include "version.h"
#include "ui_sel.h"
#define _JA2104
#define SN_HEAD "I6"
#define _EXT_EFFIO
#define SDK_PLATFORM_HI3521
#define _HI3520A_EXT
#define GPIO_PLAT_TYPE6
#define GPIO_KEYPAD_MATRIX
#define HD_DISPLAY_SIZE_OPTIMISED
#define HWVER_M... | [
"johanan.lee@gmail.com"
] | johanan.lee@gmail.com |
639b274c34757b192706be28a8398628a174fb8a | 21c09799d006ed6bede4123d57d6d54d977c0b63 | /fits_2018_10/PFNo11Dijet2017bbCSVv22b152Scan/corrHist.C | 2b4fb8905a3381ca61fe0b178cc84874c1c365bb | [] | no_license | corvettettt/DijetRootTreeAnalyzer | 68cb12e6b280957e1eb22c9842b0b9b30ae2c779 | e65624ffc105798209436fc80fb82e2c252c6344 | refs/heads/master | 2021-05-06T09:57:12.816787 | 2019-04-18T15:32:38 | 2019-04-18T15:32:38 | 114,043,763 | 1 | 0 | null | 2017-12-12T22:02:46 | 2017-12-12T22:02:46 | null | UTF-8 | C | false | false | 4,902 | c | void corrHist()
{
//=========Macro generated from canvas: c/c
//========= (Fri Dec 14 08:46:12 2018) by ROOT version6.02/05
TCanvas *c = new TCanvas("c", "c",0,0,500,500);
gStyle->SetOptStat(0);
c->SetHighLightColor(2);
c->Range(-0.5333333,-0.5,4.8,4.5);
c->SetFillColor(0);
c->SetBorderMode(0);
c-... | [
"zhixing.wang@ttu.edu"
] | zhixing.wang@ttu.edu |
3b23f559a235d60cdcef369fea7ba035d126b282 | a9949b7fd6b7e83b73ecd447721b5942f7c77f82 | /Unused/MkFat/MkFat.h | 33af861f747cf81ff3036b4a5b0a37644be5bb91 | [] | no_license | gigaherz/KOS | d4df6e2aec3dbb3616a1e33f7b59131b5e330e99 | c7730125239ab57e93aabfd41c3c77671660b843 | refs/heads/master | 2021-08-07T22:40:52.586557 | 2021-03-25T21:09:35 | 2021-03-25T21:09:35 | 42,005,986 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,136 | h | /*
Based on code from the Microsoft Invisible Computing Project
released under the Microsoft Shared Source License 1.0 as seen:
http://research.microsoft.com/en-us/um/redmond/projects/invisible/EULA.htm
Original code Copyright (c) Microsoft Corporation. All rights reserved.
*/
#pragma once
#define DOS_ALIGN 512
typ... | [
"gigaherz@gmail.com"
] | gigaherz@gmail.com |
17d4edb1bf8656342f6e9d76531082ba45bfb22f | 0e4519d3a94157a419e56576875aec1da906f578 | /DSA_DOIT/08/0812/Q12.c | 85b28077df3357681ba3ed38925613b61bd11a68 | [] | no_license | ivorymood/TIL | 0de3b92861e345375e87d01654d1fddf940621cd | 1f09e8b1f4df7c205c68eefd9ab02d17a85d140a | refs/heads/master | 2021-02-23T17:30:50.406370 | 2020-10-02T06:43:25 | 2020-10-02T06:43:25 | 245,388,390 | 0 | 0 | null | null | null | null | UHC | C | false | false | 1,727 | c | // 답안 소스 거의 그대로 가져옴
#include <stdio.h>
#include <string.h>
#include <limits.h>
int _print(const char txt[], const char pat[], int txt_len, int pat_len, int pt, int pp)
{
int i = 0, k = 0;
if (pp != pat_len - 1)
printf(" ");
else {
printf("%2d ", pt - pp);
k = pt - pp;
}
for (i = 0; i < txt_len; i++)
... | [
"ivorymood@gmail.com"
] | ivorymood@gmail.com |
7a43fa21b788837dc29ce6aff0099718709d468d | 6872ebc5025d704aa3d1135d3319c06240cbabe0 | /pisoThermalFoam/T1Eqn.H | 5d62a3dac0112549e5c489f3cf76ca4e4e4358d5 | [] | no_license | ykanani/of-solvers-5.0 | 9d58508762930f9a37b902b04c902be86edcf3c0 | 63d778472b92b82ddbcf483cf33839a1aeac89bd | refs/heads/master | 2022-02-19T13:06:54.820482 | 2019-09-18T14:57:08 | 2019-09-18T14:57:08 | 110,478,440 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 786 | h | {
//alphat = turbulence->nut()/Prt;
//alphat.correctBoundaryConditions();
//const volScalarField& alphat = time_.lookupObject<volVectorField>("alphat");
alphat = turbulence->nut()/Prt;
/// const GeometricField<scalar, fvPatchField, volMesh>& alphat1 =
/// U.db().objectRegistry::
/// lookupObject<Geometr... | [
"kanani@h2ologin2.ncsa.illinois.edu"
] | kanani@h2ologin2.ncsa.illinois.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.