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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fd1edc16356699ee024ab3d3b2805a8de994277a | af5c4798147de3079eee10b30de0cda73d152190 | /test1.frag.c | af1dcd42274fd0ecd76e5e275a48e132121b108c | [] | no_license | cal-poly-csc530-2214/superoptimizer-nauticalmonkey | e0af66fadbab5f5b66671cb76755b74df01eb5c5 | 0a7ddc70e3d9f92d780a27a81c0ccaebb5ee077c | refs/heads/main | 2023-04-02T21:54:08.404240 | 2021-04-06T03:10:57 | 2021-04-06T03:10:57 | 354,969,673 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 106 | c | /* test1.frag.c */
#include "aha.h"
int userfun(int x)
{
int y = 5;
y = y * y;
return x *x * y;
}
| [
"noreply@github.com"
] | cal-poly-csc530-2214.noreply@github.com |
ed24e32a0fa705fec4a32e2bd732a6e8f9fe1158 | 61e135cf4a96cd37622496bdaac4a8888938212b | /CH3p119PE3.c | 82a9c7499809dc24dc03c086fdc0b815771b481f | [
"MIT"
] | permissive | danblade/C_code_4_class | 3c1aedf7b0c177f3499c1bf62b3264dc10ba91a9 | d69bfc27358318aa2f36254b99232bdfea466ee2 | refs/heads/master | 2021-01-22T09:54:43.719861 | 2017-05-23T13:49:53 | 2017-05-23T13:49:53 | 81,978,823 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,376 | c | /*
ITS240-01
Lab 01
Ch3p119pe3
01/18/2017
Daniel Kuckuck
Heron's formula is based on a triangle with sides a, b, and c: area = sqrt(s*(s-a)*(s-b)*(s-c)), where s=(a+b+c)/2.
Using Heron’s formula, make a program that calculates and displays the area of a trianlge having sides of 3, 4, and 5.
*/
#include... | [
"noreply@github.com"
] | danblade.noreply@github.com |
19d3680f69b774c77d1a16167299d8dc12998a35 | 20aee796eba6c5573dc36b0dc07bd526e78848ec | /include/driver/ds18b20.h | cfa9d683119b5817d268d9e60c1ea0d21972113e | [
"MIT"
] | permissive | ihormelnyk/bedroom-climate-control | 733c6850a3f572da5f98f130cc4457b499537eef | fb4227ff447249c42995427dac0358a1f5c71715 | refs/heads/master | 2021-01-22T22:02:48.760600 | 2018-03-12T10:39:59 | 2018-03-12T10:39:59 | 85,500,677 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,004 | h | #ifndef __DS18B20_H__
#define __DS18B20_H__
#include "ets_sys.h"
#include "osapi.h"
#include "gpio.h"
#define DS18B20_MUX PERIPHS_IO_MUX_GPIO4_U
#define DS18B20_FUNC FUNC_GPIO4
#define DS18B20_PIN 4
#define DS1820_WRITE_SCRATCHPAD 0x4E
#define DS1820_READ_SCRATCHPAD 0xBE
#define DS1820_COPY_SCRATCHPAD 0x48
#defi... | [
"ihor.melnyk@gmail.com"
] | ihor.melnyk@gmail.com |
3e51fb771e09f341df152148133af5ae5a355139 | 743c7a64241ac798ba5cefbeb156be42e1108da6 | /nemu/src/cpu/instr/push.c | 674c3c2bf97342b88356c686cb5fe9f8fe42b290 | [] | no_license | oxygen-hunter/ics-pa2018_fall | dfd03e13faf24a39a6e1d2e073eaff8d1254b50a | 0115e5af44f56e16f0da4038272f19d132af7f07 | refs/heads/master | 2020-04-19T04:02:29.643582 | 2019-01-29T00:59:02 | 2019-01-29T00:59:02 | 167,951,309 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,858 | c | #include "cpu/instr.h"
static void instr_execute_1op() {
operand_read(&opr_src);
if(opr_src.type == OPR_IMM && opr_src.data_size == 8) {
//printf("push imm8!!!\n");
opr_src.val = sign_ext(opr_src.val, 8); //guide says "push imm8 needs to sign extend imm8"
opr_src.data_size = 32; //to fit with its imm32 val
}
cpu.... | [
"924273413@qq.com"
] | 924273413@qq.com |
36e259a7a2266ca028778b96c8a1b81d6f92037f | abf421de8dfca4a433c99b1f21da8f6eec6be1f6 | /pySRUP/pySRUP_Action.h | e4bdd1507593a88152dfd855e73231cd0f11694b | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | dstl/srup | 3bb336c2f335d8bb2146de8809069531239c33a4 | ff478a2f689fcbfc459320d382fb90d5ecee9f0a | refs/heads/master | 2021-10-12T00:13:18.280277 | 2021-09-27T13:12:41 | 2021-09-27T13:12:41 | 62,746,329 | 8 | 8 | MIT | 2021-05-11T08:19:23 | 2016-07-06T19:03:48 | C++ | UTF-8 | C | false | false | 213 | h | #ifndef PY_SRUP_ACTION_H
#define PY_SRUP_ACTION_H
#include <boost/python.hpp>
#include "SRUP_Action.h"
void set_actionID(SRUP_MSG_ACTION&, uint8_t);
boost::python::object get_actionID(SRUP_MSG_ACTION&);
#endif | [
"ajpoulter@dstl.gov.uk"
] | ajpoulter@dstl.gov.uk |
430d15a5b87ff396fe1e45e7785c69fcd639be61 | 5478df0516c6db8d2c0dbbe0638e1fd05993205f | /stdargTest.c | 3712959c82c3c5b08e5b1597d1583bd8c20e3d18 | [] | no_license | HMLG/C | 4b9a29a21400f474b4f5c02ccb6f1936af17581f | bc09a21d89fb811f6f58994bfd4ee93b5ab56db4 | refs/heads/master | 2022-04-12T05:31:40.910355 | 2020-03-20T12:31:54 | 2020-03-20T12:31:54 | 117,091,047 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 404 | c | #include<stdio.h>
#include<stdarg.h>
#include<stdlib.h>
void printer(char cast,...){
va_list ap;
va_start(ap,cast);
switch(cast){
case 'd':{printf("int %d ",(va_arg(ap,int)));}break;
case 'f':{printf("double %f ",va_arg(ap,double));}break;
default:break;
}
va_end(ap);
}
void main(){
char item;
char value[10... | [
"812046084@qq.com"
] | 812046084@qq.com |
a77ef1826b763e95e68735d59bb30e766009fb23 | c16690c0594e4ed40217a7dc1d00e31bb2d84c62 | /07 - Shaders/optimization.h | 5e5fd1bc46547f94aea4bb8cb188ab283bac1f68 | [] | no_license | aguila-proton/Computer-Graphics | 7bb6a777d251d90dcafe1268f68f02639ca7f13b | 29bf90cb06aba79715623fcd36979d5cb55b9ecd | refs/heads/master | 2020-03-24T00:09:09.208749 | 2018-07-25T10:09:31 | 2018-07-25T10:09:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 90 | h | #define ARRAY_OF_VERTEXES
#define ANIMATION
#define DISPLAY_LIST
#define MAXIMAL_SPLIT 200 | [
"noreply@github.com"
] | aguila-proton.noreply@github.com |
f7f53bfc85d1954bf71241fa3ef8209eb3d370d9 | e9a43e553d1ee3a24682c6ee832daaf24ef0ffc9 | /0x02-functions_nested_loops/0-holberton.c | 0fb506e8a9a2dc5d5e76206aff24d80e8913dfbb | [] | no_license | brerickner/holbertonschool-low_level_programming | 38f293f6803cd402f833f1f83d3341680dcbd5a3 | 6ba52b86ae293b2a7398673204191d647fcb231b | refs/heads/master | 2023-04-06T11:29:27.169865 | 2021-04-20T21:03:59 | 2021-04-20T21:03:59 | 295,976,260 | 0 | 1 | null | 2020-10-03T04:10:20 | 2020-09-16T08:48:04 | C | UTF-8 | C | false | false | 349 | c | #include "holberton.h"
/**
* main- void
*
* description: print holberton
* Return: 0
*/
int main(void)
{
int h = 'H', o = 'o', l = 'l', b = 'b', e = 'e',
r = 'r', t = 't', o2 = 'o', n = 'n', z = '\n';
_putchar(h);
_putchar(o);
_putchar(l);
_putchar(b);
_putchar(e);
_putchar(r);
_putchar(t);
_putchar(o2);
_putchar(n);... | [
"2326@holbertonschool.com"
] | 2326@holbertonschool.com |
aac1a262721c35249b8a2c354dd430495384d255 | 4953e6d48e7f5c62a5c6eb6535300fe8d40d1590 | /plugins/GSdx/GSTables.h | 1ed40beea80db8971359545e8d316015342218c6 | [] | no_license | 0xZERO3/PCSX2-rr-lua | 14d32c4f907bb57d7a880d61d8196df9e69876a3 | 01d886fba27afce0cc13ea1198dcc9e4213ab6d0 | refs/heads/master | 2021-01-18T02:08:17.168784 | 2013-12-30T06:35:08 | 2013-12-30T06:35:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,461 | h | /*
* Copyright (C) 2007-2009 Gabest
* http://www.gabest.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 by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* Thi... | [
"taba"
] | taba |
25b965225b729780197443c3a21da748106270e1 | 0997cec5ae975ae46869f3e7beb39551eeb92ec5 | /Server/Defines.h | fb4578f45f49f93f077750e85047228baa0646d9 | [] | no_license | Arek96/c--projects | b33f618d725e45a2e2f120fcb7234cb87d541a23 | 7cb87fea24836755797596e13fbf32ed485ed58c | refs/heads/master | 2020-03-18T19:55:21.008957 | 2018-05-28T16:41:04 | 2018-05-28T16:41:04 | 135,185,475 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 140 | h |
#pragma once
#undef UNICODE
#define WIN32_LEAN_AND_MEAN
#define DEFAULT_BUFLEN 512
#define DEFAULT_PORT "10000"
#define SERVER_SOCKET 0 | [
"arkadiuszosoba@gmail.com"
] | arkadiuszosoba@gmail.com |
ccdf9cb4a00822809f2360073ea32c5d8b050266 | fa1529918ce5ac71afa054d2e586e9d80974874c | /prof/threadmeasurements.c | 79973b7eb9f1dd9aac48f6f26ef327e7e585334b | [] | no_license | LPD-EPFL/ssmp-threads | 46f0491a839bc64c06c1fc6da9afb2633bae53f2 | b5faaf2ba25f654bdf84ba2149fe286f5dc79747 | refs/heads/master | 2021-03-12T22:48:55.136796 | 2015-04-30T11:58:04 | 2015-04-30T11:58:04 | 34,851,520 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,660 | c | /*
* File: measurements.c
* Author: Vasileios Trigonakis <vasileios.trigonakis@epfl.ch>
* Description: a simple profiler based on getticks
* measurements.c is part of ssmp
*
* The MIT License (MIT)
*
* Copyright (C) 2013 Vasileios Trigonakis
*
* Permission is hereby granted, free of charge, to any... | [
"cervini.david@gmail.com"
] | cervini.david@gmail.com |
885f26c97273f3b84fa06abf672e383da00cc3e2 | bd69a9d3db41771f04e55a0c90d7a9a5eff2a9ad | /script_rel/cv_cc_bll_09.c | 5f89e8982c90d68875e08f31e4cb19c10f51fefd | [] | no_license | scx1125/RDR2-Decompiled-Scripts | 29ace5d22d874534b88f098fc68072e9222fe2c0 | 2d23c1103bf8e7ca789aeadd4cd174e198e7b920 | refs/heads/master | 2022-09-21T22:54:17.126994 | 2020-05-27T11:41:25 | 2020-05-27T11:41:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 379,490 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
var uLocal_2 = 0;
var uLocal_3 = 0;
var uLocal_4 = 0;
var uLocal_5 = 0;
var uLocal_6 = 0;
float fLocal_7 = 0f;
float fLocal_8 = 0f;
var uLocal_9 = 0;
var uLocal_10 = 0;
var uLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
int iLocal_14 = 0;
int i... | [
"jaykoza@jaykoza.de"
] | jaykoza@jaykoza.de |
fc2228b5d645ce02ff42eaf954e9b4a62d450cd9 | 0576c8a28d5be72c1cd9f3a4c437cf659d042c5c | /php_wapi/targetver.h | 3b6cfec40eb05fb1c9ef74a9a65bd07789ea809d | [] | no_license | gerbernhardt/php_wapi | 79412799dcd84d9e77c4ef5c9ef2c2568e374e91 | 9da871dcb0674a56f8b71b38d1eda97b51de2796 | refs/heads/master | 2020-04-06T07:10:12.036862 | 2016-09-13T19:19:57 | 2016-09-13T19:19:57 | 65,102,661 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 71 | h | #pragma once
#define WINVER _WIN32_WINNT_WINXP
#include <SDKDDKVer.h>
| [
"german.bernhardt@gmail.com"
] | german.bernhardt@gmail.com |
a67d11029d1660a8e30a254398a690ae48d12625 | 16d362b1770d0a48f08c529f75afd5d30e87a472 | /task 3/tcp_echo_fsm/echo_lib.c | 0b340b45c46ad34b6c79b21627af3469b1ca1f58 | [] | no_license | umair-uas/Eltex-homeworks | aa7a3518726c30d2afd3e818cafe5fcc0403403c | 7feebb2a4a5bf4c258201f41cd64496963f2381e | refs/heads/master | 2023-03-16T15:54:03.077834 | 2019-01-21T17:58:29 | 2019-01-21T17:58:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,481 | c | void init (void *args) {
data_type *data = (data_type *)args;
data->sock = -1;
data->sock = socket(AF_INET, SOCK_STREAM, data->protocol);
if (data->sock < 0) {
perror("socket() failed");
}
data->serveraddr.sin_family = AF_INET;
data->serveraddr.sin_port = htons(PORT);
data->serveraddr.sin_addr.s_addr = hton... | [
"noreply@github.com"
] | umair-uas.noreply@github.com |
c56e864d930c447dbad8069815af0c539543b256 | 6904d840f5a703877f9a933f9a6e21c2db15403f | /WifiOpen-NoOs_mdk wifi_success/Drivers/Wifi/IF/helper_09mod.h | 5311e96900717a3319caee818cf4c2bed468b556 | [] | no_license | yisea123/udp-stm32f103-wmgmr09 | 5d242da4b4604d1a5109e447ed166859323de5fc | 0e66cc15172348b0d43b54cc3113acc036eceeab | refs/heads/master | 2021-06-16T18:03:31.156370 | 2017-05-18T07:47:42 | 2017-05-18T07:47:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,015 | h | const unsigned char helperimage[] = {
0x03, 0x00, 0x00, 0xEA, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x9F, 0xE5, 0x10, 0x0F, 0x01, 0xEE, 0x00, 0x00, 0xE0, 0xE3,
0x48, 0x10, 0x9F, 0xE5, 0x0C, 0x00, 0x81, 0xE5, 0x18, 0x00, 0x91, 0xE5, 0x20, 0x08, 0xA... | [
"imjustadog@outlook.com"
] | imjustadog@outlook.com |
7ea5b06f12a221d95cf6d816ab439654d6146729 | d17e2467a3c6d7ca676d98cd165b5bc6370d376c | /42_libft/srcs/math/ft_pow.c | f25a16741ce511d85370e2025d957e9249a111d6 | [] | no_license | hamanmax/New_pushswap | ef01c4e88ac3b86dccfc4378331c8cad6451b78c | 8cd426d1c1728ad13e7c284770fe93eb6eb40b12 | refs/heads/master | 2023-08-24T16:57:51.523559 | 2021-10-23T01:10:04 | 2021-10-23T01:10:04 | 411,090,316 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,100 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_pow.c :+: :+: :+: ... | [
"hamanmax@gmail.com"
] | hamanmax@gmail.com |
22422c26ccf2db2d1cd58f24598ce1191ffa4f5b | d65b9c5da0aed45ec4aa9188559a00a8f28b1787 | /Level00/aff_first_param_11.c | ed0dd9ed8fd60811f823455a9794fbe7466f4af4 | [] | no_license | jhatting/C_Beginner_Exam_Tests | 2bbe967b2a9b3013e4aa87901eddf1a77a224d4b | c75575de3de32539a97da8f0e4db2a5ae846e40d | refs/heads/master | 2021-01-16T08:41:38.319826 | 2020-06-06T17:54:23 | 2020-06-06T17:54:23 | 243,045,408 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 873 | c | /* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
* File Name : aff_first_param_11.c
* Purpose : Write a program that takes strings as arguments, and displays its first
argument followed by a \n.
If the number of arguments is less than 1, the program displays \n.
Example:
$> ./aff_first_param it is at this moment jackso... | [
"jarrodhatting@icloud.com"
] | jarrodhatting@icloud.com |
31fb711da38a03a41e015a0a6f86f80ee42cf950 | 86251294cf2e548605766817ab0549493997a8a3 | /C/Funtion_exercise/power_of_value_using_for_loop.c | 99d5a7b6928cca8d5b4b2c2a81e699d0d00be675 | [] | no_license | oviya29/assignment | 65d0a778d74072ed8748ca827b42f6e883eea355 | 23c03014abdfb0ef47673ff659bf9863a3ee34b9 | refs/heads/main | 2023-02-21T14:48:09.062217 | 2021-01-26T16:49:08 | 2021-01-26T16:49:08 | 301,469,408 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 621 | c | /*write a c program to define user defined funtion to find power of a number using for loop
Expected Output:
------------------
Enter the a number :2
Enter power of the number:4
2 power 4 is 16
*/
#include<stdio.h>
#include<conio.h>
float power(float , float );
int main()
{
int x,y;
float result;
printf("Enter... | [
"venkatesanoviya@gmail.com"
] | venkatesanoviya@gmail.com |
77c34145a05ebbc4966f6033917df06703842435 | a8bce090ca44a4071b0fa0d5802e78b5b65d0216 | /ft_striteri.c | e0b9e5c3b544937ba00679eb9f4739ec10eef331 | [] | no_license | Code141/42-libft | 4ee8b4aeff67f9684d5e0df97decfd9fc9ec36ed | a3ffd089f94c6de323e68ad047d3ff4848c772db | refs/heads/master | 2022-04-05T05:20:03.259213 | 2019-12-03T15:05:42 | 2019-12-03T15:05:42 | 114,417,094 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,022 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_striteri.c :+: :+: :+: ... | [
"gelambin@student.42.fr"
] | gelambin@student.42.fr |
25a574b26a29930c5f4c026b65793a5b020cc552 | d28e32b527bc3b5aa95d49b828985b128fee5615 | /includes/emod/mod_orange/gui/core/GUIDebug.h | cb2a12f003e2155dd4a1d18703e34eaab69cf748 | [] | no_license | prtemly/quanzhiwork | 6f810484e9f21c122450f2d4f63bda231caa1d95 | af22227f4965c5b1094c135ebb1a219b05f1a6e4 | refs/heads/master | 2021-08-15T03:50:55.662058 | 2017-11-17T08:38:35 | 2017-11-17T08:38:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,679 | h | /*
**********************************************************************************************************************
* ePDK
* the Easy Portable/Player Develop Kits
* eMOD Sub-System
*
... | [
"zhibo@joyhonest.com"
] | zhibo@joyhonest.com |
0030d0065972397971bfcb5d8d6a430abd7fc922 | 00886360e73e257b53c1421bd35da70477cf5293 | /dist/cpu/efr32bg1p/include/efr32bg1p_prs.h | d42e0f45f5c00bb285d35f3f4e9d52a4e1ba4ea6 | [
"MIT"
] | permissive | dwoods/EFM2RIOT | aade333937ec0aba6bb8246085478779ecd6302b | c36c3c44766e9223efaaf53c08d98f66e02111a6 | refs/heads/master | 2021-06-15T07:35:06.845357 | 2017-01-24T22:04:19 | 2017-01-24T22:04:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 111,099 | h | /**************************************************************************//**
* @file efr32bg1p_prs.h
* @brief EFR32BG1P_PRS register and bit field definitions
* @version 5.0.0
******************************************************************************
* @section License
* <b>Copyright 2016 Silicon Laborator... | [
"basstottelaar@gmail.com"
] | basstottelaar@gmail.com |
cb307e6b6aa2d2eeb48e4446d5e98a9f867c37c4 | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant100821_tree.c | 80b73f559eb03e26a98f86ccc5509e08a8ea032b | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 249,327 | c | /* Language-independent node constructors for parse phase of GNU compiler.
Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or mod... | [
"agroce@gmail.com"
] | agroce@gmail.com |
e0257f24b46a529114ff40140a85fd268fb65f64 | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/bl702_ef_cfg.h | eceaf1d9077bf8487ab075ddd57293d06748c2bf | [
"Apache-2.0",
"Zlib",
"LicenseRef-scancode-proprietary-license",
"MIT",
"BSD-3-Clause",
"X11",
"BSD-4-Clause-UC",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | RT-Thread/rt-thread | 03a7c52c2aeb1b06a544143b0e803d72f47d1ece | 3602f891211904a27dcbd51e5ba72fefce7326b2 | refs/heads/master | 2023-09-01T04:10:20.295801 | 2023-08-31T16:20:55 | 2023-08-31T16:20:55 | 7,408,108 | 9,599 | 5,805 | Apache-2.0 | 2023-09-14T13:37:26 | 2013-01-02T14:49:21 | C | UTF-8 | C | false | false | 3,552 | h | /**
******************************************************************************
* @file bl702_ef_cfg.h
* @version V1.0
* @date
* @brief This file is the standard driver header file
******************************************************************************
* @attention
*
* <h2><center>©... | [
"noreply@github.com"
] | RT-Thread.noreply@github.com |
77c874f7cc9e359481223dc9da1ce0c70722add5 | 98dc6aeb03baa38b9771b540e95fe80677994779 | /TrabajoPractico1/src/TrabajoPractico1.c | 8ca5731c99e27ff7740c861adc95aec214087578 | [] | no_license | leonszs/tp_laboratorio_1 | 9e60b99b86d31eae3e62690d2233030a6d73c2f6 | c9e3de3ccc411629f0448bdfd6afd3f024def1ab | refs/heads/main | 2021-06-21T06:37:12.755878 | 2021-04-16T21:24:54 | 2021-04-16T21:24:54 | 205,734,181 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,704 | c | /*
============================================================================
Name : TrabajoPractico1.c
Author : Tukic, Leon
Version :
Copyright : Your copyright notice
Description : Trabajo Practico | Calculadora
============================================================================
*... | [
"noreply@github.com"
] | leonszs.noreply@github.com |
048c02054943f10374009496f9cc2030f5fb358c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/drivers/scsi/extr_scsi_transport_sas.c_sas_port_free.c | 6bbfe1d062ac4bc6a808ddf1934f0617f4275865 | [] | 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 | 676 | 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 |
2fde2f62c7f54974642d3194bcf79b9a518f1c4d | f0c4ec104e2a8a30a292b7abef0d4f2a8da68efa | /myatoi.c | 9723df01ecf87afe13a56e6c6ded13b361e8c4c0 | [] | no_license | VikramDesai/programs | 9e79b107d1ee4c1711f22b0201c117598e88d7a4 | a90e401db10ff341db5d98f513b871101bae370c | refs/heads/master | 2021-01-25T08:28:55.011002 | 2014-07-29T06:05:46 | 2014-07-29T06:05:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 304 | c | #include<stdio.h>
#include<stdlib.h>
int myAtoi(char *str)
{
int res =0;
for(int i=0; str[i] != '\0'; i++)
{
res = res*10+str[i] - '0';
}
return res;
}
int main()
{
char str[] = "11547654";
int val = myAtoi(str);
printf("The value of my atoi is %d \n", val);
return 0;
}
| [
"vikram.r.desai@gmail.com"
] | vikram.r.desai@gmail.com |
25b66aee87719cd0674a0813ded2c4da54a16228 | 1d4ec7947feb6eca27323ea5039110bba23d6034 | /my_putchar.c | ff963966165af1143613d33d9360723056f16680 | [] | no_license | annickboel/MYPRINTF | b395bb878737bf445cb18436622b517c04b3a2f5 | d56e8a63b8d544ff7ff3d64c8a39b91dc1c971a2 | refs/heads/master | 2021-04-05T16:05:39.414751 | 2020-03-20T14:52:09 | 2020-03-20T14:52:09 | 248,575,554 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 87 | c | #include "my_printf.h"
int my_putchar(const int c)
{
write(1 , &c, 1);
return (1);
} | [
"annickboel@mbp-de-annick.home"
] | annickboel@mbp-de-annick.home |
5e4edea50c8983a0400f18786ab453ba9cbe787b | 8b754fc49b86327c94e1f992c79804006ae657b2 | /OperatingSystem-projects- year 2019:12/diskEmulator-project/libTinyFS.h | 4f24528bed847b19fd544ad5949d1575083b240e | [] | no_license | SaiPamidi/CSC-projects | 6aacac4f918f7c443c13749df2ec8d9f94d547ed | 4e812996aab16992b9134cc73bee5a511e50516b | refs/heads/master | 2022-10-21T19:27:58.661756 | 2020-06-17T22:37:17 | 2020-06-17T22:37:17 | 273,042,154 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 47 | h | #ifndef LIBTINYFS_H
#define LIBTINYFS_H
#endif
| [
"saiswaroop.pamidi@gmail.com"
] | saiswaroop.pamidi@gmail.com |
b138e14bfef8313fbc5e024f91fa6f4443d6ff69 | 9a131adc26f351aaab56fe77feb375f7cc04ea5d | /main.h | 62674490169abb9e65764dea7da37d5c73bb0b68 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | haasn/Natural-Colors | c84f60d52335445ad78c35b5a50d16218d20962e | 900f127a43cf22a8d7285cf587d209dc42ef6c3a | refs/heads/master | 2020-05-17T05:28:45.337665 | 2011-12-11T16:40:56 | 2011-12-11T16:40:56 | 2,947,995 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 962 | h | //======================
// The main effect file
//======================
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Configuration
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Chromatic adaptation: (makes all tones more neutral)
#define EADAPTATION
// The targ... | [
"nandykins@gmail.com"
] | nandykins@gmail.com |
e5bbd05397c547d1b7628bc03b16d7c06f729971 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/reactos/base/services/dhcpcsvc/dhcp/extr_compat.c_inet_aton.c | 1240ad03cf17302c0a278933124c7f439229a7f3 | [] | 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,027 | 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 |
9c033f8dd4d09de6b4fb6ee4ff20a78972fc103b | 0017f937b3860db1df59894dd147dddab4a31b40 | /MCHPTCPStack 3.60/Include/StackTsk.h | 5aa865e36105b5f20be64d2b3fe06df1a2144baf | [] | no_license | notsoseamless/microchip_projects | 8ab9240c1867c30f3e0cca6bbf1022248dab2875 | 5178e407c287414b5fd91206d5bea7ae58e26c46 | refs/heads/master | 2020-12-06T18:07:11.503964 | 2020-01-08T14:15:41 | 2020-01-08T14:15:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,770 | h | /*********************************************************************
*
* Microchip TCP/IP Stack Definitions
*
*********************************************************************
* FileName: StackTsk.h
* Dependencies: Compiler.h
* Processor: PIC18, PIC24F, PIC24H, dsPIC30F, ds... | [
"John.Oldman@delphidrive.com"
] | John.Oldman@delphidrive.com |
3381603a13e9fb0be33e278c864434bb11a3dce2 | 1744185a1e318fd0705b7c8d71635966bf2f7451 | /template/lib/Projects/STM32F401-Discovery/Examples/BSP/Src/mems.c | 73a263e6619c55d11e2d7adc1f3a5c19f5c5cef8 | [
"MIT",
"BSD-2-Clause"
] | permissive | swedishhat/stm32f4-bear-metal | 99554444acc611433190b00599d5be9ebbcbac49 | 04c8ae72ee6ea658dc376afe64f7f3a47c67512b | refs/heads/master | 2020-12-24T09:09:59.574026 | 2016-11-09T18:07:57 | 2016-11-09T18:07:57 | 73,302,594 | 0 | 1 | MIT | 2020-03-08T01:27:48 | 2016-11-09T16:45:24 | C | UTF-8 | C | false | false | 6,230 | c | /**
******************************************************************************
* @file BSP/Src/mems.c
* @author MCD Application Team
* @version V1.2.6
* @date 06-May-2016
* @brief This example code shows how to use MEMS features.
*******************************************************... | [
"patrick.d.lloyd@gmail.com"
] | patrick.d.lloyd@gmail.com |
1afecd2d4c3f18241973dab08c39976c599c6d82 | 2518f165b24387516961f8699bd1c9ba41d550c7 | /fswAlgorithms/effectorInterfaces/rwMotorVoltage/rwMotorVoltage.c | 3ba7d5ef49083d320f874f65630aea787eb5a85b | [] | no_license | willflowers95/src | e0be563f0bf9394e27375a108bebf3602246fac2 | 3737c62a71cfe70c62d8855b19439c8579f3d264 | refs/heads/master | 2020-04-18T16:28:02.499720 | 2019-01-26T01:00:48 | 2019-01-26T01:00:48 | 167,634,524 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,128 | c | /*
ISC License
Copyright (c) 2016, Autonomous Vehicle Systems Lab, University of Colorado at Boulder
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
... | [
"will.flowers.95@gmail.com"
] | will.flowers.95@gmail.com |
42c154d7652d7235422b4566b011834284b9da76 | b9a856f7ea94400140da542a51bcf500b87d3b67 | /f_piping.c | db75c0dbddf5b6a3532431e673320d075fd62b1f | [] | no_license | vishwathreddy/C-shell | b88d3f4d77afd324712466bce1a4cb4b57ff7fd4 | b03a673eb07f08eee0af9a4bed9dbc5dcd3383ed | refs/heads/main | 2023-01-30T05:43:26.777675 | 2020-12-12T10:32:45 | 2020-12-12T10:32:45 | 320,804,135 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,239 | c | #include <main.h>
#include <sys/wait.h>
#include <unistd.h>
#include <signal.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/utsname.h>
#include <string.h>
#include <fcntl.h>
#include <pwd.h>
int piping(char **arg)
{
int p[2],q[2];
int i=0,j=0,k=0,m=0,count=0;
int end=0;
int fd1, ... | [
"noreply@github.com"
] | vishwathreddy.noreply@github.com |
70ee8c805b6c1246b8166b332dff381434766974 | d61b532db0d3e08818338cfaac530a1ced1ffe3b | /lang/cem/cemcom.ansi/class.h | 18c317ff33f3afc079ef25c72836f610e166126a | [
"LicenseRef-scancode-other-permissive"
] | permissive | davidgiven/ack | 61049c7a8e95ff61a77b1edd3c22bb290720e276 | db5a32c68c4a60ca26a3927a799ea662b5b2b0e5 | refs/heads/default | 2023-08-29T07:33:12.771205 | 2023-07-08T20:17:27 | 2023-07-08T20:17:27 | 37,686,316 | 376 | 74 | NOASSERTION | 2023-07-08T20:17:28 | 2015-06-18T21:33:42 | C | UTF-8 | C | false | false | 1,855 | h | /*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Id$ */
/* U S E O F C H A R A C T E R C L A S S E S */
/* As a starter, chars are divided into classes, according to which
token they can be t... | [
"none@none"
] | none@none |
e62a4b0448c3a41d2c11ed74166d1562a9d686b3 | d4f857f382118b1419a2e6f5c4fcc4de70ae4c68 | /Core/Src/stm32f0xx_hal_msp.c | f8a63b2f6c7665f462741cc402d843514865257f | [] | no_license | e-margot/CAN | db723633c1d191d96e79e595c5ca6515e094ad78 | 45296a4c062bafbdb6ada1275548c6e420407ee1 | refs/heads/master | 2023-06-16T03:52:17.172948 | 2021-07-04T23:23:11 | 2021-07-04T23:23:11 | 382,966,307 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,359 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32f0xx_hal_msp.c
* @brief This file provides code for the MSP Initialization
* and de-Initialization codes.
**************************************************... | [
"ermachenkova.rita@mail.ru"
] | ermachenkova.rita@mail.ru |
0d290245602ec623631e0a11530e7130379117e7 | 0c5352416831bbdd2bf9db86801f844d66dfd7a2 | /src/map3d_interface.c | 982ceafd3fb24a25153b611eae2fa1501f5f3cc9 | [] | no_license | ripl/carmen-map-utils | 1989788fdda85fec703eb84fe145b3e274e2a78e | 46b061940f0af206330dfa094729bb7183ecadae | refs/heads/master | 2021-09-24T14:35:04.859784 | 2018-10-10T16:25:57 | 2018-10-10T16:25:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,582 | c | #ifndef COMPILE_WITHOUT_MAP_SUPPORT
#endif
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <zlib.h>
#include <carmen_utils/carmen.h>
#include "map3d_interface.h"
#define DIV_PER_METER 10
int CMi, CMj;
static int map_type = 0;
//this looks like a very weird method
gmlcm_gridmap_t * carmen3d_map_... | [
"mwalter@ttic.edu"
] | mwalter@ttic.edu |
d03059e2b663fe10e7fbcfa0ad812a88408154db | c49759befaf2aa7d54d53dd97da55bb2fc1e65af | /practice code/5.232.c | 504f6b33592fc5e0134f191780b77453f8e7c55d | [] | no_license | cseadnan16/Intermediat-C-Problems | 89d78f74fe49301efac68df8927b993c065a9c24 | 447500af85643a6e0606d8095c505c39affdc0d8 | refs/heads/main | 2023-03-06T16:16:19.715262 | 2021-02-21T06:22:34 | 2021-02-21T06:22:34 | 340,832,315 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 461 | c | #include<stdio.h>
#include<string.h>
int main()
{
FILE *file;
char name[30];
file = fopen("demo_test.txt", "a");
if(file==NULL)
{
printf("File dose not exist.\n");
}
else
{
printf("File is opened.\n");
printf("\nEnter your name: ");
gets(name);
... | [
"adnanan.cse2016@gmail.com"
] | adnanan.cse2016@gmail.com |
1c4ce358c8e6d1515ee082493ecff18c5213f11c | c1347e5b113b3561f1877cbe9282f908108a40a0 | /send_to_other/obu_faw/protobuf/obu_faw.pb-c.c | ab54d66c7c52d1845fa045e8c518dc152d72a042 | [] | no_license | chenjinice/socket | b39c3da74d9d7ed36b31e792060abd5a95709691 | 0b284633f4d1b077bdfb1fafc8aca19fc7d75d0f | refs/heads/master | 2021-06-25T13:28:04.245609 | 2021-06-24T06:45:23 | 2021-06-24T06:45:23 | 174,773,001 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 15,536 | c | /* Generated by the protocol buffer compiler. DO NOT EDIT! */
/* Generated from: obu_faw.proto */
/* Do not generate deprecated warnings for self */
#ifndef PROTOBUF_C__NO_DEPRECATED
#define PROTOBUF_C__NO_DEPRECATED
#endif
#include "obu_faw.pb-c.h"
void obu_faw__obu_motion__init
(ObuFaw__ObuM... | [
"chenjinicenan@163.com"
] | chenjinicenan@163.com |
20e07b64cf1d50ab363eb560fa39c8b3645fa4e1 | 83214753e9183327e98af0e6768e9be5385e5282 | /d/taiwan/chanyuan/changlang3.c | 1f5f109795730fd34cd3840451132509d76d0343 | [] | 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 | GB18030 | C | false | false | 543 | c |
#include <ansi.h>
inherit ROOM;
void create ()
{
set ("short","长廊");
set ("long", @LONG
这里是净念禅院的长廊。墙壁上画着很多佛像,看上去栩栩如生。
一看就是出自著名的工匠之手。阵阵梵呗诵经之声,悠悠扬扬的似从遥
不可知的远处传来,传遍寺院。
LONG);
set("exits", ([
"enter":__DIR__"cangjing-fang",
"south":__DIR__"changlang2",
"westdown":__DIR__"caodi1",
"eastdown":__DIR__"c... | [
"i@oiuv.cn"
] | i@oiuv.cn |
80d9cec35bd93d0dc7035b97a3a28589762e0aa7 | 7ea58f28444e748085fb7242d621db2068cf3927 | /include/map_data_model_dumper.h | 3270e0e15d63d4ae0bc442813dec99434e4d40a1 | [
"BSD-2-Clause-Patent",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | crispino/libmultiap_platform | f63aa7cd97460a2b4db18a5e0cdeca40c88eab4d | 5d5ead53a560dc3b3199602b221a3d940ed8acdf | refs/heads/master | 2022-01-08T08:19:36.938208 | 2019-05-17T09:31:31 | 2019-05-17T09:31:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,459 | h | /************* COPYRIGHT AND CONFIDENTIALITY INFORMATION NOTICE *************
** Copyright (c) [2019] – [Technicolor Delivery Technologies, SAS] *
** All Rights Reserved *
** The source code form of this Open Source Project components *
** is su... | [
"gunther.vincke@technicolor.com"
] | gunther.vincke@technicolor.com |
04f43e0a2d4c1a382c9cd288779b1bf507b298ec | 83214753e9183327e98af0e6768e9be5385e5282 | /d/jinghai/jhd18.c | 436b32548e90058e9db4def3f06bc0e0a17106d2 | [] | 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 | GB18030 | C | false | false | 215 | c | // Room: /d/jinghai/jhd18.c
inherit ROOM;
void create()
{
set("short", "牢房");
set("long", @LONG
这是一间牢房。
LONG
);
set("exits", ([ /* sizeof() == 1 */
]));
setup();
replace_program(ROOM);
}
| [
"i@oiuv.cn"
] | i@oiuv.cn |
565d7b071247674f37b16a42c587d6d68cb02431 | 7464c1d91cd9a73f77b25af28f8f79b5facaefcc | /FindAndReplace/FindAndReplace/FindAndReplaceTests/stdafx.h | 46566908087dbc5bf2bce4ad7382250d3b60f8fd | [] | no_license | vetronog/Web | 87de7ac31ecfb1cb9498df028cacbd1233d9698b | 9dc0422daf2431b95a2f46767e45bc935075b8bb | refs/heads/master | 2021-01-19T00:31:03.345208 | 2017-01-12T17:47:55 | 2017-01-12T17:47:55 | 87,179,507 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 399 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#define BOOST_TEST_INCLUDED
#pragma warning (disable: 4702)
#include <boost/test/u... | [
"vetronog@yandex.ru"
] | vetronog@yandex.ru |
e1573811c633d9764930fe9277b769567ea3b978 | b367fe5f0c2c50846b002b59472c50453e1629bc | /xbox_leak_may_2020/xbox trunk/xbox/private/test/directx/d3d/regress/xbox2369/modulex.h | 79093119074ba7aea021c5b6db6968ea06d10142 | [] | no_license | sgzwiz/xbox_leak_may_2020 | 11b441502a659c8da8a1aa199f89f6236dd59325 | fd00b4b3b2abb1ea6ef9ac64b755419741a3af00 | refs/heads/master | 2022-12-23T16:14:54.706755 | 2020-09-27T18:24:48 | 2020-09-27T18:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 189 | h | #define PREPEND_MODULE(Suffix) module##Suffix
#define MODULE_STRING "module"
#pragma comment(linker, "/include:_module_ExhibitScene@8")
#pragma comment(linker, "/include:_module_wall")
| [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
754da7934c4ad118be62fa6b94a3a228d7135cb7 | 26cefd4bbe07f6710e8591aa49c7a41b8ac89805 | /cc3200/persist.h | defeb0dbfe2501a295cc647775ba926e9765c46a | [] | no_license | crosser/pulsecounter | 64d464b545e00ffc856a805df5bdb6779cbc93ef | 39f6a31418abb7801d1b383ca47b1dcbc0d4d0bd | refs/heads/master | 2016-08-11T15:03:44.451026 | 2016-02-05T15:52:43 | 2016-02-05T15:52:43 | 47,605,685 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 373 | h | #ifndef _PERSIST_H
#define _PERSIST_H
#include <stddef.h>
#include <stdint.h>
#define PAGE_SIZE 4096
#define MAXEV ((PAGE_SIZE - sizeof(struct hdr)) / sizeof(uint32_t))
struct persist {
struct hdr {
uint32_t next:24;
uint32_t st_cld:1;
uint32_t st_hot:1;
uint32_t st_btn:1;
uint32_t basecount;
uint32_t t... | [
"crosser@average.org"
] | crosser@average.org |
56055a727e1764c02eeb844466ecb5ccc123eaf4 | 63db8a49e2d3ecbb0dab4029687021dcf5584200 | /timers.h | 73b2489cc63702880b3528e738080cbfbbae87ff | [] | no_license | mort11/2008Robot | c35693ab32f239d2265d37ac2c42769ba3b520e4 | 44e3688810ff1ad44e9a9db168fad47b63b1a888 | refs/heads/master | 2021-01-11T00:39:05.562990 | 2016-10-10T15:53:13 | 2016-10-10T15:53:13 | 70,503,549 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 2,766 | h | /*******************************************************************************
*
* TITLE: timers.c
*
* VERSION: 0.2 (Beta)
*
* DATE: 03-Jan-2008
*
* AUTHOR: R. Kevin Watson
* kevinw@jpl.nasa.gov
*
* COMMENTS: This file contains template timer initialization & interrupt
* handling code for the IFI... | [
"jakob@Jakobs-MacBook-Air.local"
] | jakob@Jakobs-MacBook-Air.local |
578e0eeeffbaf6fc172694aa2248ff425fb46870 | 4dd35db68e58b086653967c401803b1d2b944d84 | /signals/sig_resethand.c | c30cbb64c897d78fc5233ff242ade2707446b79c | [] | no_license | teirm/tlpi | 53353eccaa1ef04a97b4f6e4f34a2099efd31bd7 | 99ba69f894faf5131e2cf1cffdb4708353635bf7 | refs/heads/master | 2023-02-20T00:10:47.058275 | 2023-02-18T14:46:59 | 2023-02-18T14:46:59 | 192,250,144 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 836 | c | /*
* sig_resethand.c
*
* Understand the behavior of
* SIG_RESETHAND flag for sigaction
*
* 31 January 2018
*/
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <errno.h>
volatile sig_atomic_t caught_sig;
void sig_handler(int sig)
{
printf("Signal... | [
"tribunus.vii@gmail.com"
] | tribunus.vii@gmail.com |
37baef76d6bd6d604631898a7d608d76a2ae00a3 | a5d2d345d66f1fb30131064d377615dcf7020093 | /benchmarks/source/superh/MiBench/consumer/mad/mad-0.14.2b/audio_win32.c | f047ed2b8c0aa973dc5133c1d6bf6cc7079bdb56 | [
"GPL-2.0-or-later",
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | physical-computation/sunflower-embedded-system-emulator | 22f0d61acccd01cee1c5e77ac97baaaed48c7eb1 | b7060c1e1e6582a672d469e4b498248e04bacbc4 | refs/heads/master | 2023-05-28T03:42:52.108060 | 2023-01-24T15:54:35 | 2023-01-24T15:54:35 | 51,266,165 | 14 | 43 | BSD-3-Clause | 2022-01-12T13:27:21 | 2016-02-07T21:02:10 | C | UTF-8 | C | false | false | 8,713 | c | /*
* mad - MPEG audio decoder
* Copyright (C) 2000-2001 Robert Leslie
*
* 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 the License, or
* (at your option) any later ve... | [
"phillip.stanleymarbell@gmail.com"
] | phillip.stanleymarbell@gmail.com |
4f097f65ee4969173656f40018b459fb159d270b | 7e47bfac680053726e1ca0bb686173577c0fc198 | /GAME/PEOPLE.H | af0e633bfe74cebccae35dbbb678a2ce761edd49 | [] | no_license | gnaghi/TOMB5 | f4036fa8dc5fd6f637914fb0594e07c37a63b608 | e6cb13ca41058cb9a6897595059696ba17752d82 | refs/heads/master | 2021-07-05T23:18:22.481102 | 2017-09-30T18:44:26 | 2017-09-30T18:44:26 | 110,690,145 | 3 | 0 | null | 2017-11-14T12:55:28 | 2017-11-14T12:55:28 | null | UTF-8 | C | false | false | 588 | h | #ifndef PEOPLE_H
#define PEOPLE_H
#include "SPECTYPES.H"
extern int ShotLara(struct ITEM_INFO* item, struct AI_info* info, struct BITE_INFO* gun, short extra_rotation, int damage);
extern short GunMiss(long x, long y, long z, short speed, int yrot, int room_number);
extern short GunHit(long x, long y, long z, short s... | [
"zippedfire@free.fr"
] | zippedfire@free.fr |
bdf14ce69a2217c550531ebfdf8c2c36f35773c6 | e44c1ad39900659c3229ae398d9287012902b3c0 | /libft/ft_isprint.c | 3f4ef7f519ae74284a2fd82019e9a9465f8e3472 | [] | no_license | mmora-se/Archivos_libft | 3e8ee708f4ee3c5e6775f0e6d9a60d54573b78ae | 4f049ad9057132ead4aa98fb9681fc47dc3e6ff4 | refs/heads/master | 2023-04-20T07:23:39.859512 | 2021-05-03T12:32:06 | 2021-05-03T12:32:06 | 360,899,034 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,074 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isprint.c :+: :+: :+: ... | [
"mmora-se@c1r15s5.42madrid.com"
] | mmora-se@c1r15s5.42madrid.com |
a69c929d03a835caefbf42197ff863fff163ba7d | 55131cd0b451db15f03d9570836265af44bd9449 | /chapter11/readline_and_discard.c | 8735cca00d11c3a08426a7a87bd23c86b4afe055 | [] | no_license | Firkraag/c_primer_plus_solution | 5bcbf7e3afb3a188c1b6fbd7b53f3562bcb5953a | 8f5a469d178972553f60e728ee90a7bd47c78ef4 | refs/heads/master | 2022-06-20T12:37:44.938161 | 2022-06-04T16:52:12 | 2022-06-04T16:52:12 | 172,002,897 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 755 | c | #include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#define STLEN 1
// 读取一行,如果包括换行符在内的字符数小于等于size - 1,则把换行符替换为'\0', 如果大于,则舍弃该行剩余字符
int readline_and_discard(char *s, int size, FILE *fp)
{
assert(size > 0);
int i = 0;
int c = 'A';
while (i < size - 1 && ((c = fgetc(fp)) != EOF) && c != '\n')
... | [
"smilingwang2@gmail.com"
] | smilingwang2@gmail.com |
abfb55cb0f22f8ff6ca8aea0f5edb27be444d492 | 5682812f391b5d620ce9f6e5cd7310d01fffdd27 | /FinalProject/isim/grid_tb_isim_beh.exe.sim/work/a_4005775292_3212880686.c | b0348fea88364af227f27d477f998dccf18f0150 | [] | no_license | nfiacco/TopoSearchFpga | 382a469ce9d2fe69262a03430ddfee486b70e9c8 | ce3831e1f7bbaa8287d6638e1c9cea1696ea8c4c | refs/heads/master | 2020-03-26T10:21:13.481642 | 2018-08-15T02:17:32 | 2018-08-15T02:17:32 | 144,793,526 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,568 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"nicholas.r.fiacco.17@dartmouth.edu"
] | nicholas.r.fiacco.17@dartmouth.edu |
c942769b020cfb541f0a60df6a022cce0a0b0d70 | f35d978f1dd114b1663f3e45b524fb5df206c6a2 | /aho-corasick/ccQMARKS-Halboth.C | 1402f5f2723aaabb431b77b2123a86d2730f0de7 | [] | no_license | talitahalboth/programingCompetition | f521a01ea994955250576fbca9fc80b7f18cbf31 | 919954022a7e32156f97400a8f9fc3fa707b60ae | refs/heads/master | 2023-01-01T21:36:10.824467 | 2020-10-22T20:52:03 | 2020-10-22T20:52:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,921 | c | #include <bits/stdc++.h>
#define fi first
#define se second
#define pb push_back
#define mp make_pair
#define para(X,Y) for (int (X) = 0;(X) < (Y);++(X))
#define paraIni(X,S,Y) for (int (X) = S;(X) < (Y);++(X))
#define rpara(X,Y) for (int (X) = (Y)-1;(X) >=0;--(X))
#define all(X) (X).begin(),(X).end()
#define rall(X) (... | [
"thcf16@inf.ufpr.br"
] | thcf16@inf.ufpr.br |
1695a0c6ad4bd460df24011b54fd236fba12c42b | a0c4ed3070ddff4503acf0593e4722140ea68026 | /source/WINDOWS/SHELL/ACCESORY/PAINTBRS/CLEARDLG.C | b63a1c8daccbc1b7beace97855306e684f6df2c5 | [] | 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 | 10,258 | c | /****************************Module*Header******************************\
* Module Name: cleardlg.c *
* *
* *
* ... | [
"71558585+window-chicken@users.noreply.github.com"
] | 71558585+window-chicken@users.noreply.github.com |
eb512f1ab2c7d2a9f681a376ca860576d801fa07 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/stb/tools/extr_..stb.h_stb__aputbyte.c | a5f0cf956fd1d806b598f5e258e3542e34bd2a93 | [] | 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 | 684 | 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 |
1673cdb9636df0de851168ce66cac82b73e73e64 | 4aed89b1b7a02e91c9cede731548c8ac87433aff | /kernel/thread.c | 7fb00cafefda646d5900d2a03e02be7c9f5961b8 | [
"Apache-2.0"
] | permissive | swapkada/zephyr_ext_Adv | dc47fadb1d6b65d59a4119e7906828bb6023d7ba | f73a8d6b1d7afd05f31b084b0a37f0be8e0d5295 | refs/heads/master | 2023-01-09T14:20:41.184214 | 2020-02-02T14:17:41 | 2020-02-02T14:17:41 | 143,995,768 | 0 | 0 | Apache-2.0 | 2022-12-26T20:38:04 | 2018-08-08T10:05:36 | C | UTF-8 | C | false | false | 15,250 | c | /*
* Copyright (c) 2010-2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Kernel thread support
*
* This module provides general purpose thread support.
*/
#include <kernel.h>
#include <toolchain.h>
#include <linker/sections.h>
#include <kernel_structs.h>
#includ... | [
"swapnil2007kadam@gmail.com"
] | swapnil2007kadam@gmail.com |
075d998b2dd030d135230fdb7c087b534b1efb59 | 9cca88f6dee15b17d5df7928d91271d99baabea2 | /1) CODING PROBLEMS/2) KOISTUDY/0038_정수 입력받아 합 출력하기 2.c | 12e6d265235f0a9878a07d5d13d5aa0bad6c7cc4 | [] | no_license | GraceKim12/AmazingGrace_git | c75bd6d45c5414ea24e7da9b3de590d7f171f6e5 | 303933b2467fad49c031ba4067ee9ed60061c73a | refs/heads/master | 2023-02-09T19:37:31.064929 | 2021-01-09T09:40:01 | 2021-01-09T09:40:01 | 297,633,854 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 108 | c | #include <stdio.h>
main()
{
long long int a, b;
scanf("%lld %lld", &a, &b);
printf("%lld", a+b);
}
| [
"khr6575@naver.com"
] | khr6575@naver.com |
7f71f66a40c081dadde105a889153e01521756e5 | fef40c842ffefffa43441e6d73ef3c8ef7f913ea | /third_party/ti/devices/cc13x2_cc26x2/rf_patches/rf_patch_mce_tof.h | eeabf348dffafca899a24e4e492823196361763e | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | turon/openthread | 3ae7710ba9347a9aa75da46bdb90ad090e933082 | 20145cb42fca90d791c4918475db28b7b91290d6 | refs/heads/master | 2021-01-18T01:48:00.528127 | 2019-09-19T02:13:11 | 2019-09-19T02:13:11 | 58,574,892 | 3 | 0 | BSD-3-Clause | 2019-06-21T04:36:44 | 2016-05-11T19:35:10 | C++ | UTF-8 | C | false | false | 10,751 | h | /******************************************************************************
* Filename: rf_patch_mce_tof.h
* Revised: $Date: 2019-01-31 15:04:59 +0100 (to, 31 jan 2019) $
* Revision: $Revision: 18843 $
*
* Description: RF core MCE patch for time of flight 2Mbps PHY for CC13x2 and CC26x2
*
* ... | [
"jonhui@google.com"
] | jonhui@google.com |
e6c12708f8048ad23faba69b9811fe0a73b99ca7 | f128291d454b3e1c5b007c9c042649a469cc70a8 | /HWdriver/delay.c | b954a329a87beaf1ab99dc07a4375fe6e2220ed5 | [] | no_license | cross-sky/4axis | 9022620e9f843c357374abce423a8da3debdebeb | f4357c26f976aae4aa102c1ca6b3b74c56a3e742 | refs/heads/master | 2016-09-10T00:39:07.420591 | 2015-06-20T03:55:34 | 2015-06-20T03:55:34 | 35,087,424 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 205 | c | #include "config.h"
void delay_us(uint32_t nus)
{
uint32_t t0 = micros();
while(micros() - t0 < nus);
}
void delay_ms(uint32_t nms)
{
uint32_t t0 = micros();
while (micros() - t0 < nms * 1000);
}
| [
"xtaosky@live.com"
] | xtaosky@live.com |
15fe7bf880c187ac7b338cbdc20bf30ff099578e | 01e0d0be06c24135fce5c216a20cf2ac5d9ff091 | /C/jiouruzuo/jiouruzuo.c | a59a5c29e380ba68485a6914f06048eab3318475 | [] | no_license | bnibni/DS | 24b518e13dff33fe8d479af6b56f39cde47e87a5 | c8b2316963cbeed093e95d91e3c22cc54f13900c | refs/heads/master | 2021-03-12T23:29:30.252365 | 2014-06-02T06:21:58 | 2014-06-02T06:21:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 625 | c | #include<stdio.h>
/*void sort(int a[])
{
int i;
int j;
int t;
for(i = 0; i < 9; i++)
for(j = 0; j < 9-i; j++)
{
if(a[j+1] < a[j])
{
t = a[j+1];
a[j+1] = a[j];
a[j] = t;
}
}
}
int zeros(int a[])
{
int i, j, m = 0;
for(i=0; i < 10 + m; i++)
if((a[i]%2 == 0 && i%2 == 0)||(a[i]%2 !=... | [
"zhanghangspace@gmail.com"
] | zhanghangspace@gmail.com |
4023b4e9630a64d5cc845f2838d3020c31578f99 | 3b83832f0eb62ee957df7ebbdd4fb110ace5cab9 | /ebtables-v2.0.8-2/extensions/ebt_tcpmss.c | 36f519e54c03edf44f99277fd73f84aecd8aa542 | [] | no_license | yd0412/ebtables-tcpmss | 486c8406acafe5bf78e75dc46307a6ebf699751c | 5641179ea219e8ffb6930adf271f282f1d15ee57 | refs/heads/master | 2022-05-26T02:44:02.513088 | 2020-05-04T09:46:13 | 2020-05-04T09:46:13 | 261,130,197 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,062 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include "../include/ebtables_u.h"
#include <linux/netfilter_bridge/ebt_tcpmss_t.h>
static int tcpmss_supplied;
#define TCPMSS_TARGET '1'
#define TCPMSS_SETTCPMSS '2'
#define TCPMSS_ORTCPMSS '3'
#define TCPMSS_ANDTCPMSS '4'
#define TCPMS... | [
"yandong0412@aliyun.com"
] | yandong0412@aliyun.com |
78bb754db4d4382d419f72946e39e5ea9aaf640a | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/6b3e77b8-aee4-4991-8b19-db557162260a.c | 96930382890cf3ade0fbc1a17a1668b268839487 | [] | 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 | 572 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
j = 53;
l = 61;
k = i/j;
l = i/j;
l = l%j;
l = i%j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[98];
char c[66];
a = 0;
while (( a - 1 ) ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
95658184839bc6833a231f4f92f83cbb79a6816c | c2b77a121cc4194b52b3a8db1ccc8e9a1aaeefee | /tarefas/Projeto_Final/PC/game.c | 1bbaa1493ec98bba8e880e84722d2fdb63d154fc | [] | no_license | matheusstutzel/reativos | 65010ebf1bdb1aa407f1eaa38ec31897a5a4ec09 | 450cdbbe3da3fad1ea0671279ffffb2a5000e3c3 | refs/heads/master | 2021-01-19T09:57:31.513363 | 2017-07-12T21:00:17 | 2017-07-12T21:00:17 | 87,802,698 | 0 | 0 | null | 2017-04-10T11:23:38 | 2017-04-10T11:23:38 | null | UTF-8 | C | false | false | 3,832 | c | #include "game.h"
#define ENEMYSIZE 5
int tile = 10;
enemy es[ENEMYSIZE];
SDL_Event e;
int visi =10;
int rows;
int cols;
SDL_Renderer* renderer;
SDL_Window* window = NULL;
Mix_Music *gMusic = NULL;
int r;
TTF_Font* font;
Uint32 now,start,diff;
SDL_Texture *texture = NULL;
char timer[50];
int testMap(int dx,int dy){... | [
"matheusstutzel@yahoo.com.br"
] | matheusstutzel@yahoo.com.br |
b1a2ccfec0c40a090aaaaef834a9d5110ced97a8 | ed389515851e55a905ee237896c336d12f5fe7a4 | /FileManager/FileManager.h | 8c3475ff99af0cbf7eddf3f7545072ecc5bbccc5 | [] | no_license | alu0100819847/Weather | 86c8db498d27033111560fd10a983238ee8ba550 | c9478170316c2ef9aa8189ab3d917d4efb441493 | refs/heads/master | 2022-12-23T10:29:17.186030 | 2020-09-21T13:56:53 | 2020-09-21T13:56:53 | 294,992,047 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,350 | h | #ifndef _FILEMANAGER_H
#define _FILEMANAGER_H
#include<stdio.h>
#include<stdlib.h>
#include<stdbool.h>
#include<string.h>
#define URI "data/Meteologica_vacante_ProgramadorC_20200901_datos.csv"
#define MAX_BUFFER 100
/*
* Enum: State
* -----------
* Define los distintos estados para la lectura de un fichero.
*
... | [
"alu0100819847@ull.edu.es"
] | alu0100819847@ull.edu.es |
fe0d6583108d274106f66fb38f2677c908bf110b | ceba3d212076d1a739b4ce84b0b0f77428149fff | /PurleySktPkg/Iio/Include/IioMisc.h | 486701a690ca1bb997f65cef04bf6f32f4be715e | [] | no_license | mikeniu/RAIDOOBMODULE | 5489879201d613a26114e832c239c362f527f618 | abf3a08719182c16769d5549db1235e05ec97fc0 | refs/heads/master | 2022-01-08T15:46:35.079861 | 2018-10-05T10:23:22 | 2018-10-05T10:23:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,621 | h | //
// This file contains an 'Intel Peripheral Driver' and is
// licensed for Intel CPUs and chipsets under the terms of your
// license agreement with Intel or your vendor. This file may
// be modified by the user, subject to additional terms of the
// license agreement ... | [
"linsundaysnow@gmail.com"
] | linsundaysnow@gmail.com |
28e6ef1f09331b199c841fe730412aa94fc173cc | df1d828d37d9f3e83e18ef085f11105cfb90b80a | /os/hal/ports/STM32/LLD/USARTv1/serial_lld.c | d5ca6c373c1851ec3900e61aaee5e2250a330a1e | [] | no_license | xobs/senoko-chibios-3 | a7313ed155c905acd0bf4ff2cde63c1e913196ff | 487a69632093d8894ff78b043141a78cabaec858 | refs/heads/senoko | 2021-01-10T18:52:03.335005 | 2016-02-25T06:27:07 | 2016-02-25T06:27:07 | 21,555,886 | 2 | 3 | null | 2015-10-24T00:56:00 | 2014-07-07T03:45:29 | C | UTF-8 | C | false | false | 13,033 | c | /*
ChibiOS/HAL - Copyright (C) 2006-2014 Giovanni Di Sirio
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 re... | [
"gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4"
] | gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4 |
000781b13062ccb135ee55635318d4d893caaf4a | 54a9f264c82a0509c96776ea2033a23c04ca7cef | /libs/libc/unistd/lib_restoredir.c | 13fa3b6f1107b543bc879bb966039afa7c4881e0 | [
"CC-BY-4.0",
"Apache-2.0",
"MIT",
"CC-BY-2.0",
"SunPro",
"ISC",
"MIT-open-group",
"BSD-2-Clause",
"BSD-3-Clause",
"HPND-sell-variant",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"MIT-0",
"LicenseRef-scancode-bsd-atmel",
"HPND",
"LicenseRef-scancode-other-permissive"... | permissive | sonydevworld/spresense-nuttx | d1ad0f7e581942330ea3f4cd0d10733571e4e4f0 | 70eb038a2e23def3599b7c407e5a1a23b32bd5bd | refs/heads/new-master | 2022-10-08T05:51:26.190924 | 2022-08-05T01:39:24 | 2022-08-05T01:39:24 | 140,545,215 | 36 | 51 | Apache-2.0 | 2022-09-20T12:25:38 | 2018-07-11T08:28:32 | C | UTF-8 | C | false | false | 1,991 | c | /****************************************************************************
* libs/libc/unistd/lib_restoredir.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright... | [
"yamamoto@midokura.com"
] | yamamoto@midokura.com |
749454b5430c1937dafbe060177d3923950a90af | 78fa583ba807f32b38fb14a5a1006c497d79a0d4 | /Buffer-overflow/setuid.c | 490a140227ac02433fe6558797253fa74388062e | [] | no_license | clxsh/SEEDLabs | 0ba1915de2ed52fc004d4579f3fdaebbac5e7491 | dba2532a1598801ef4174de815dc0fd00f2457e9 | refs/heads/master | 2022-11-05T18:42:45.827931 | 2020-06-14T16:08:37 | 2020-06-14T16:08:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 46 | c | void main()
{
setuid(0); system("/bin/sh");
}
| [
"lc1838228782@gmail.com"
] | lc1838228782@gmail.com |
85f0f10ce104f7f9aefefb60378703049a4f2e91 | 62c4dab182d67bc2ef65df408806b03eb62e1a9f | /5.0.4/projects/host_apps/windows/proximity/reporter/include/ll.h | 6c26985a0b11e06222e1eac1c7f29f0f231fd95a | [
"Apache-2.0"
] | permissive | sentervip/T1sdk5.4.0 | c56d56e6a53fc6a3defcea346a8f356ad880355c | 69bd08f5a41dd7008a2ca09f9bac232c10e116eb | refs/heads/master | 2020-12-12T05:03:25.898401 | 2020-04-21T01:57:39 | 2020-04-21T01:57:39 | 234,048,239 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 683 | h | /**
****************************************************************************************
*
* @file ll.h
*
* @brief Overrides the DA14580 SDK ll.h header for MSVC compilation.
*
* Copyright (C) 2012. Dialog Semiconductor Ltd, unpublished work. This computer
* program includes Confidential, Proprietary Infor... | [
"aizj@marvoto.com"
] | aizj@marvoto.com |
072778e9f5e168c54f50ff1a4d6bc7ace7245056 | 68028d0a47b4b059f5ee3ee885db6263fc62f381 | /33. Search in Rotated Sorted Array.c | 16e3782bf09b0b3d1fd6c53a6b9ea9347fa1da91 | [] | no_license | prathameshdeshpande7/leetcode | d207b54287b485a3ad12a446878666b31c86e19c | 12c432b8a19f5349f0254ab7e92be732b0f8b1e3 | refs/heads/main | 2023-02-25T22:27:35.984159 | 2021-01-24T22:45:49 | 2021-01-24T22:45:49 | 322,959,895 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 999 | c | /* https://leetcode.com/problems/search-in-rotated-sorted-array/ */
int binary_search(int *nums, int lo, int hi, int x)
{
int mid;
while (lo <= hi)
{
mid = lo + (hi - lo)/2;
if (nums[mid] == x)
return mid;
else if(nums[mid] < x)
lo = mid + 1;... | [
"noreply@github.com"
] | prathameshdeshpande7.noreply@github.com |
8b68e001acbbb2f428b63b62aa99842671c58667 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/Telegram-master/TMessagesProj/jni/boringssl/crypto/x509/x_info.c.bak.c | 73cb51afc230f6587c71ca15166a5a70c0ab6523 | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,993 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This librar... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
6c42b00776da97c403fe19d43d697d175a6ad5fb | 248b8e70b84590aaaeb0c90e52d20b82479dd92c | /harmony/v2_06/apps/audio/universal_audio_decoders/firmware/src/audio_codec/audio_codec.h | 2e7aedcf5881c67dd54c09a8b2afeb515554b435 | [] | no_license | Tairycy/AmazonHarmonyIntegration | 63c7946bbf2cb24486f9f87e77bd1afbf39d12cc | 0d5d94c7c3b2cba90f043ee5eb60c81cfb386b63 | refs/heads/master | 2022-04-09T08:07:56.270238 | 2019-04-10T23:47:11 | 2019-04-10T23:47:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,071 | h | /*******************************************************************************
Audio Codec Interface
Company:
Microchip Technology Inc.
File Name:
audio_codec.h
Summary:
Audio Codec Interface
Description:
This file describes the audio codec interface routines.
*************************... | [
"nateihle@gmail.com"
] | nateihle@gmail.com |
b37e926e1ca42e1bd9328e6cf6523f01d3c599a2 | 0b3eda768eb28fdc83255ad10205788235212fe4 | /ZNCalendarDemo/ZNCalendarDemo/ZNCalendar/ZNCalendar.h | b48e12f454227b170b8babbdc5cbde5734eb7e89 | [] | no_license | wownbafifa/ZNCalendar | 6d699d77d056ca738efc4c488b4a836c01a812dd | d1f577a6fc777286e6ffc83a3e72abd2f8cbe34f | refs/heads/master | 2021-01-21T12:59:16.519825 | 2016-05-19T02:09:09 | 2016-05-19T02:09:09 | 55,049,097 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 204 | h | //
// ZNCalendar.h
// ZNCalendarDemo
//
// Created by 张楠 on 16/3/30.
// Copyright © 2016年 张楠. All rights reserved.
//
#ifndef ZNCalendar_h
#define ZNCalendar_h
#endif /* ZNCalendar_h */
| [
"nbafifa@163.com"
] | nbafifa@163.com |
d93afcb9820747863a2e5fdbfbdb2736caa41190 | b9464d05cfd1c08259c5d9afee1ffbde63c9df40 | /c3/lib/lib.c/popen.c | 002fa87306548a57b15bb8484b1511852f4d613e | [] | no_license | n6il/toolshed | 1bbf9a8a3aefecc644204fde04c356892c80a369 | ab6fef5d98faa12ddaaa3bdecb77bbed33d36134 | refs/heads/master | 2023-08-10T23:12:56.446459 | 2023-07-29T15:05:47 | 2023-07-29T15:05:47 | 220,066,353 | 6 | 5 | null | 2023-07-29T15:01:42 | 2019-11-06T18:45:32 | C | UTF-8 | C | false | false | 3,540 | c | /*#define MAIN /* Only use when testing routines */
#ifdef MAIN
#define DEBUG
#endif
/*
* Popen, and Pclose, for OS-9.
*
* Simmule Turner - simmy@nu.cs.fsu.edu - 70651,67
*
* V 1.3 10/22/88 - Forgot to close pipe on an error.
* V 1.2 06/28/88 - Removed shell as parent process.
* - It forks ... | [
"coco@toughmac.com"
] | coco@toughmac.com |
5948b6d4849ca288004a1681fde465eac93ca289 | 60b506b1dfd1a4d9eb94102180b4e6e51fe14a46 | /third_week/大组作业/头文件/LQueue.h | 69649a899f364723806f2d5ac1df81737bfe2461 | [] | no_license | 6a6bb/web_camp | 484c5fb76684c3da1277bb926ee989aad43052ad | 5ebb96275a1b32c9749a17f0b33a9ee6a8d9e2a7 | refs/heads/master | 2020-05-03T10:03:32.639243 | 2019-05-18T05:33:26 | 2019-05-18T05:33:26 | 178,570,206 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,172 | h | /***************************************************************************************
* File Name : LQueue.h
* CopyRight :
*
* SYSTEM : Mac OS
* Create Data : 2019.4.2
* Author/Corportation : Chuan Shi
*
*... | [
"noreply@github.com"
] | 6a6bb.noreply@github.com |
42c4047d36bbd51917677a379481312e232dcc8c | 2006921c2ca5e5c86dc67bef13640d42334506fa | /lib/electron/globlcmp.c | 54f6ba9d3ae298b2bfabbed1b987f699b1e1fd73 | [
"LicenseRef-scancode-unknown-license-reference",
"Clips"
] | permissive | DrItanium/durandal | a681e4db92087f322a75d0d9c97a77cc9b795507 | dd45114bbe30819a69dec5c1162e6fad162119ed | refs/heads/master | 2021-01-21T04:27:13.342729 | 2016-07-22T05:06:14 | 2016-07-22T05:06:14 | 7,348,000 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,935 | c | /*******************************************************/
/* "C" Language Integrated Production System */
/* */
/* CLIPS Version 6.30 08/16/14 */
/* */
/* ... | [
"Theoretically.x64@gmail.com"
] | Theoretically.x64@gmail.com |
01720ae7f4e9764c6a5e291647fb0e00fd1d151d | f9db958d494dc48048d16b8a067f2d1f598ca00e | /staticlib/Dangling/red_black_tree.c | f5093e281669300b476a72efad5f9f27fbe9175b | [] | no_license | jeffy1009/lazy-san-lib | cf42eb163ff0160a4d8a3e64c6f93e452b56aa38 | b43040124aed0b8772011a3fbb7c620ed3cf926b | refs/heads/master | 2021-09-19T18:36:02.150910 | 2018-07-30T13:39:40 | 2018-07-30T13:39:40 | 115,917,358 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,502 | c | #include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include "red_black_tree.h"
static inline void *ls_malloc(size_t size) {
malloc_flag = 1;
return malloc(size);
}
static inline void ls_free(void *p) {
free_flag = 1;
free(p);
}
rb_red_blk_tree* RBTreeCreate() {
rb_red_blk_tree* newTree;
rb_red_bl... | [
"jsshin@sor.snu.ac.kr"
] | jsshin@sor.snu.ac.kr |
6b3430d5f3c7e2f65c5a78188983024952741f44 | 6f7bf62f3ee6041f2060de9c3fbb5af98003b473 | /Day of the week.c | 470a29f4bc817ac330b07cb29a1871c02da6c289 | [] | no_license | Lakshmivallala/C-Codes | ca2a8e21a10580c30b09c7e5d9f7afea1a2fa9e6 | cd5f5b876a60b643e4a387fb2faf3a68df18ba70 | refs/heads/main | 2022-12-23T06:02:29.229146 | 2020-10-02T15:55:32 | 2020-10-02T15:55:32 | 300,665,351 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,032 | c | /******************************************************************************
Online C Compiler.
Code, Compile, Run and Debug C program online.
Write your code in this editor and press "Run" button to compile and execute it.
***********************************************... | [
"noreply@github.com"
] | Lakshmivallala.noreply@github.com |
e972da93887272faa2713fe4fc8485d395b80451 | db1f70a88eb8c2df2056279cc2ddacb8b42d41ab | /Week1/hello-2.c | 2787598d2fb8b1679c5d28264addda94a4bbfa34 | [] | no_license | sareeneng/CS50 | 971a2b770cb2e79ebcb7169e8584235582056e4a | 4d3de6e0ad3b3b8f9e9d92e979309dde7d85c12f | refs/heads/master | 2020-05-18T22:07:03.085195 | 2015-02-28T23:57:30 | 2015-02-28T23:57:30 | 29,930,882 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 139 | c | #include <cs50.h>
#include <stdio.h>
int main(void)
{
printf("Your name please: ");
string s = GetString();
printf("hello, %s\n",s);
}
| [
"sareen_eng@yahoo.com"
] | sareen_eng@yahoo.com |
cee324871ffd1ff4af162fd3a0b773042f41e7e2 | af79492c6999077f88b820185ecd4eb82c355c9a | /ZQ2NuPt2_fullrange/gsim_CD_Dgsim/rspic/hM1_15.C | 6490cf1320c05b377f686cc4fb92a966b0d5f75a | [] | no_license | orsosa/Eg2_ana | f8d20c0a4c3c0a2e725a24fa84518b552dde31e3 | f49ee1384f54365c0b293656386635b111c54ae0 | refs/heads/master | 2020-07-01T09:30:30.162135 | 2018-11-05T15:08:42 | 2018-11-05T15:08:42 | 74,095,684 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 50,568 | c | {
//=========Macro generated from canvas: c/The canvas
//========= (Tue Apr 11 12:40:25 2017) by ROOT version5.34/19
TCanvas *c = new TCanvas("c", "The canvas",1,1,800,576);
gStyle->SetOptFit(1);
c->SetHighLightColor(2);
c->Range(0.007513875,-0.9459059,0.2624861,3.180246);
c->SetBorderSize(2);
c->Set... | [
"oj.5070@gmail.com"
] | oj.5070@gmail.com |
68d08ec61363dd513c97598d49b428d8f6c60601 | b2223c718bf595427e966da0522bfab91433d7f7 | /最终版8-13(自制版)/USER/scheduler.c | 997acec03a14977c02533b5d7f011793592e5db0 | [] | no_license | HML2016/2017NUEDC | 015f8311fa28a95ed1067979e784e17215986a5f | 8ba58eb15c2974f9a83aa3356b48807038440161 | refs/heads/master | 2021-05-04T17:34:54.176497 | 2018-02-05T08:20:44 | 2018-02-05T08:21:43 | 120,274,468 | 3 | 2 | null | null | null | null | GB18030 | C | false | false | 4,019 | c | /******************** (C) COPYRIGHT 2014 ANO Tech ********************************
* 作者 :匿名科创
* 文件名 :scheduler.c
* 描述 :任务调度
* 官网 :www.anotc.com
* 淘宝 :anotc.taobao.com
* 技术Q群 :190169595
**********************************************************************************/
#include "scheduler.h"
#include ... | [
"hml19941204@126.com"
] | hml19941204@126.com |
f63900664b78e059d23219803edb85ad7ef9736a | f12c30ffd53245f0f9dc469e01da8ad3011ddf05 | /main/rpc.c | e87f858c942933cd310f3161c85f94a73367e120 | [] | no_license | aktowns/RoombaBrain | 780aa4c7713a409f580fbdf77d82e51c5f2f2c9f | 534a56e4039066ebbae6296089efaf1c5c18e226 | refs/heads/master | 2020-03-07T08:56:42.974953 | 2018-04-03T03:00:25 | 2018-04-03T03:00:25 | 127,393,197 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,950 | c | #include "rpc.h"
#include <esp_log.h>
#include "roomba.h"
#include "rpc/request.pb.h"
#include "rpc/response.pb.h"
#include <pb_encode.h>
#include <pb_decode.h>
#include <stdlib.h>
static const char *TAG = "rpc";
void handle_rpc_roomba_mode(RPC_ModeRequest *mode) {
switch (mode->mode) {
case RPC_ModeRequest... | [
"mail@ashleytowns.id.au"
] | mail@ashleytowns.id.au |
78927f44ab890aef025b54d450064e0bbb17e352 | e00d688f71529f7b19ef52242859960256c54e1e | /win32/c/finger.c | 30d717cbc61a896f3c288cba320f7cdfbbf4cc9f | [
"MIT"
] | permissive | richardneish/ltrdata | 752a5071f4d066ea8757b3e47032e0c78f22c074 | 9fffd93fa542421bc05c16972c72ea7fabdf2d3a | refs/heads/master | 2016-09-06T06:30:42.366858 | 2014-09-09T19:28:19 | 2014-09-09T19:28:19 | 23,804,737 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,218 | c | /* Universal-OS Freeware FINGER by Olof Lagerkvist 2000
* olof.lagerquist@data.ing.hb.se
*
* Compiled on i386 with Windows NT 4.0 using Borland C++ 5.02 using the
* Winsock 2.0 library.
*
* Compiled on i386 with RedHat Linux 5.1 using the GNU C++ compiler.
*
* Compiled on Sun SPARCstation with SunOS 5.6 u... | [
"richardn@richardneish.org"
] | richardn@richardneish.org |
2aabe1afd81be1fb2fce01065573fda44b00dfed | ca29661da61a2384abb7c2067076faae911e0f43 | /ZappyGame/serverClientSources/timer.c | 0ce503baa028fd8dc4118d11baa24d8bc360d8b0 | [] | no_license | edd83/C-Projects | 30841607af0d6e127088b08fd4eb12fe09b03e9d | 98b496357a3e4bdef91903a32bf65342bb1f92b5 | refs/heads/master | 2021-04-30T12:33:02.984047 | 2018-02-12T18:03:03 | 2018-02-12T18:03:03 | 121,277,412 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,962 | c | /*
** timer.c for timer in /home/lardet_e/PSU_2013_zappy/serverClientSources
**
** Made by lardet
** Login <lardet_e@epitech.net>
**
** Started on Thu Jul 3 12:05:31 2014 lardet
** Last update Sun Jul 20 16:12:41 2014 lardet
*/
#include "server.h"
void sub_check_timer(t_player *player, t_server *serv)
{
int... | [
"lardet_e@epitech.eu"
] | lardet_e@epitech.eu |
1a668f56e41a864e0854b019300e5bf645d0f8ab | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/gpu/drm/omapdrm/extr_omap_gem_dmabuf.c_omap_gem_dmabuf_end_cpu_access.c | a7e2b36969d83b24b81914ee7338f563c1bc9af0 | [] | 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 | 847 | 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 |
6e4678a94edb145363550c304b51eaf171302625 | c27ecb6279c4b5d49bb3cfc94628dbba31818621 | /ADTLinkedListMahasiswa/driver.c | 13a162bd568c87d588a893e6fd2a7b259ad189f6 | [] | no_license | fauh45/SDA_Tasks | fd5be4e94df1eb4ead60de51e9f96e313a04abc6 | 393bb855c05e70c7a4e77c171147008ef3f3c47a | refs/heads/master | 2021-02-04T14:55:10.588423 | 2020-06-19T03:16:29 | 2020-06-19T03:16:29 | 243,677,628 | 1 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,088 | c | /*
Program : driver.c
Deskripsi : Driver dari ADT Link List Mahasiswa
Nama /Author : Muhammad Fauzan Lubis
Tanggal/versi : 20 March 2020/1.0
Compiler : gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
*/
#include <stdio.h>
#include "list1.h"
boolean over170(infotype Mhs);
int ... | [
"fauzanfauh45@gmail.com"
] | fauzanfauh45@gmail.com |
e50ea1d8f990d6aa28bdd2bef7f755928a779a60 | 2a7dd10072db0c1dfa41f9a9692be531f4d00882 | /p521/longest_uncommon_subsequence_1.c | 043000fa43711b179b5b17511469720e3d7f5be3 | [] | no_license | hung190207/leetcode | 652fe719a45f56606961910ffbc859373076af78 | 648e6454f7ea6c772b794f635fa056342808aba7 | refs/heads/master | 2023-08-15T20:59:27.332275 | 2021-10-09T15:48:42 | 2021-10-09T15:48:42 | 389,561,415 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 186 | c | #include <stdio.h>
// Don't using solution in leetcode to get 100%
int findLUSlength(char* a, char* b) {
return strcmp(a, b) ? (*a = strlen(a)) > (*b = strlen(b)) ? *a : *b : -1;
} | [
"hungcs192@gmail.com"
] | hungcs192@gmail.com |
6077d3e84ac1730d87ccc5cdb6f0b09cb3e3a2e1 | 36db2a366737f7a802769337086399640626d1e3 | /include/shared/et/bcmgmacrxh.h | aaa9df444b7bcd48dd2fdb26b663672f0f4d9a97 | [] | no_license | lcyddp/bcm-sdk-5.10.1 | 8d82266d901023fdf5a76786ee6fb96cd2f21ecc | 7443047b308fa846a9a9cd14bf1da6d590a23703 | refs/heads/master | 2020-03-16T04:54:05.162215 | 2018-02-27T15:51:13 | 2018-02-27T15:51:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,434 | h | /*
* $Id: bcmgmacrxh.h 1.2.120.1 Broadcom SDK $
* $Copyright: Copyright 2011 Broadcom Corporation.
* This program is the proprietary software of Broadcom Corporation
* and/or its licensors, and may only be used, duplicated, modified
* or distributed pursuant to the terms and conditions of a separate,
* written li... | [
"remon.zhang@163.com"
] | remon.zhang@163.com |
bfec0c4671edda30201c2c5d215007b84e9d61d2 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/g++.dg/coroutines/torture/co-await-07-tmpl.C | 17dff0dbbeca58cbac13e9a4e3a9f6fc17ff9e2c | [
"LGPL-2.1-only",
"FSFAP",
"LGPL-3.0-only",
"GPL-3.0-only",
"GPL-2.0-only",
"GCC-exception-3.1",
"LGPL-2.0-or-later",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 3,353 | c | // { dg-do run }
// Check that we correctly operate when the coroutine object is templated.
#include "../coro.h"
template <typename T>
struct coro1 {
struct promise_type;
using handle_type = coro::coroutine_handle<coro1::promise_type>;
handle_type handle;
coro1 () : handle(0) {}
coro1 (handle_type _handl... | [
"rink@rink.nu"
] | rink@rink.nu |
e130697323db61edc82d180f1beee6a2c12609cf | 2f8d036bcef4ae9bcc4aabb957a09ca7e7e673c8 | /src/PAL3patch/include/PAL3patch/cfgreader.h | cc7b9b8027cc9b88876241d5d6f184fc373cd262 | [] | no_license | xinus-game/PAL3patch | 775e846eec783dfb70dcb8f5573754c68839ca64 | b09d1322d5335fba30c04376ffa182644ccfffeb | refs/heads/master | 2023-04-22T03:43:40.664101 | 2021-05-03T16:59:31 | 2021-05-03T16:59:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 529 | h | #ifndef PAL3PATCH_CFGREADER_H
#define PAL3PATCH_CFGREADER_H
// PATCHAPI DEFINITIONS
extern PATCHAPI const char *get_string_from_configfile_unsafe(const char *key);
extern PATCHAPI const char *get_string_from_configfile(const char *key);
extern PATCHAPI int get_int_from_configfile(const char *key);
#ifdef PA... | [
"zhangboyang.id@gmail.com"
] | zhangboyang.id@gmail.com |
bd810aafb0756ee42d426e9b4d3e52358c7f996c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/drivers/media/video/extr_cs5345.c_cs5345_s_routing.c | 55431c19b1a56a7f9846c5a3993afc93702e325b | [] | 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 | 892 | 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 |
3d764a1a21444ccad0ac5f0c4f41818006a00971 | f53b9f7511a167ad7d406baa23f5c9f6cda8c229 | /interface_layer/Source/sleep.c | e0378eb8280e9ff6c447c0dc8ade754d1266f54c | [] | no_license | scx86/Boatpro | 0e5148672dbc8738f95f0e1daccc2ff475649339 | 9bb6d325c87f33dbdfc1331b2c9332d3ad7d7cb9 | refs/heads/master | 2021-06-07T11:38:17.022982 | 2016-09-23T06:17:08 | 2016-09-23T06:17:08 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 5,301 | c | /*******************************************************************************
Copyright (C), 2011, 712.Co.,Ltd.
FileName: main.c
Author: 王伟 Version : V1.00 Date: 2011.09.23
Description: 项目中挂载UCOS操作系统
Version: V1.00
Function List: // 主要函数及其功能
1.函数名:Main
函数功能:控制ARM整个程... | [
"lnw.nathan@foxmail.com"
] | lnw.nathan@foxmail.com |
9badaca11e056aaea440c35043f9d8adfa127502 | d2dce03ad97c0417dbefbb58440cef930e8e012a | /HW_13/cdc_serial_emulator/firmware/src/system_config/pic32mx795_pim_e16_int_dyn/system_init.c | ce5f401c0ca983e451631096676c50a08791b294 | [] | no_license | sammarano17/sammarano17_ME433_2016 | e84af6f817d303d2475db9bc137c4cf14a6bff41 | 370a6e143f9d440afc8b77d35450c68b28bf65e4 | refs/heads/master | 2021-01-21T04:50:28.063149 | 2016-06-08T20:36:31 | 2016-06-08T20:36:31 | 55,259,401 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,150 | c | /*******************************************************************************
System Initialization File
File Name:
system_init.c
Summary:
This file contains source code necessary to initialize the system.
Description:
This file contains source code necessary to initialize the system. It
... | [
"samuelmarano2012@u.northwestern.edu"
] | samuelmarano2012@u.northwestern.edu |
bb0fe843cbcd34a7e687fca36e24f39cac767f72 | 242fbbd2dae2ecbe8a3e0297f885b7a681b7a5ca | /bind-9.9.2-P2/bin/named/include/named/listenlist.h | 351ea70d6d64160e1e8bf971b9dd30eccfc63093 | [
"BSD-3-Clause",
"ISC",
"BSD-4-Clause-UC",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-warranty-disclaimer",
"JPNIC",
"OpenSSL",
"BSD-2-Clause",
"HPND",
"LicenseRef-scancode-mit-taylor-variant",
"LicenseRef-scancode-bsd-x11"
] | permissive | w796933/bind99damp | 5c168ca1624cb7ec41d03f686ec1f3d793f106dd | 6cb19017c057afb648c5d6b310e4edcdcfd2888d | refs/heads/master | 2021-01-20T00:40:06.324111 | 2013-04-07T22:17:40 | 2013-04-07T22:17:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,573 | h | /*
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice an... | [
"thomas@gibfest.dk"
] | thomas@gibfest.dk |
976a70bdbd2b1e884b97accfd2f60366f1f351e8 | 049c49e6e82de1bf70e46d6e19bc62e645c12450 | /bufferMgr/test_assign2_1.c | 823cf678a99f27e48b8892a12d4466c5b2c9051c | [] | no_license | anand700/Database | 9369c2ccb50384a1690b82076156bfc02b401b53 | e67ca991ed1da1f1c565a2ad2fb93f7fbb8e66e9 | refs/heads/master | 2021-01-10T13:48:41.152199 | 2017-03-13T00:17:54 | 2017-03-13T00:17:54 | 49,790,156 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,369 | c | #include "storage_mgr.h"
#include "buffer_mgr_stat.h"
#include "buffer_mgr.h"
#include "dberror.h"
#include "test_helper.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
// var to store the current test's name
char *testName;
// check whether two the content of a buffer pool is the same as an expected c... | [
"anand12murthy@gmail.com"
] | anand12murthy@gmail.com |
79960869f0f49d91cf0257f2ff7161a682d082f8 | 6eda5849ec528b837215a63048ce1952db024d6c | /server_loop.h | b02f6770f1eb4480852963f685028ad71b20456a | [] | no_license | rwb-git/simple_wifi-esp8266 | 2799b0a6da360f75475469d3e197a06b6a40580e | 235eb88ae203bced3958dffaf27253b1c2d7d4ad | refs/heads/master | 2020-06-29T08:06:54.418377 | 2019-08-28T11:56:03 | 2019-08-28T11:56:03 | 200,481,340 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 78 | h | // this file is identical in wifi_AP and simple_wifi
void server_loop();
| [
"noreply@github.com"
] | rwb-git.noreply@github.com |
af9e8cb0dd04fc289f32c4a625c44d84ab44f52e | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/c-litmus-CSEQ/_cs_SB+dmb.sy+rfi-addr-ctrl-ctrlisb.c | 78151796acec6fa9fdda0bb4cf7f1c63777a8fcf | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C | false | false | 29,959 | c | /*
* generated by CSeq [ 0000 / 0000 ]
*
* instance version {}
*
* 2023-06-04 11:58:42
*
* params:
* -i /home/osboxes/llvm_bmc/llvm_bmc/examples/litmus/c/run-scripts/../c-litmus-CSEQ/SB+dmb.sy+rfi-addr-ctrl-ctrlisb.c,
*
*/
#define __cs_MUTEX_INITIALIZER -1
#define __cs_COND_INITIALIZER -1
#define ... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
843579f15bc5b370fabe1000be5d9dd5d5fb0893 | 0cfb98ce126f0e97761cf88f79c06e3f62bbdf19 | /io/file.h | 7ea85a38c40a656e772ba2a1c597896d83612526 | [] | no_license | dyadem/Simple-File-System | 6ad650bc170a7b3281391ba68cb7ee639a3f62ea | e70b45ee0a01d15d537d9b0f4dadc8c567ea6620 | refs/heads/master | 2020-05-03T16:11:54.425122 | 2019-04-10T02:07:30 | 2019-04-10T02:07:30 | 178,717,593 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,109 | h | //file.h userspace api
// common errors
#define ERR_DISK_FULL -1
#define ERR_MAX_FILES -2
#define ERR_FILE_EXISTS -3
#define ERR_PAST_END -4
#define ERR_FILE_NOT_FOUND -5
#define ERR_INVALID_PATH -6
#define ERR_TOO_MANY_FILES_OPEN -7
#define ERR_FILE_NOT_OPEN -8
#define ERR_MAX_FILESIZE -9
// #define MAX_FILESIZE 209... | [
"jasonsanche@gmail.com"
] | jasonsanche@gmail.com |
586142d1e18f42cfaacab86452aefaffb7662c6d | e87d79f552cdcd1323aa9bbfa38ecbf777ac94d1 | /src/map/common/lapacksrc/f2c/cposv.c | fad6dba932f869b0ebfeef2f92f30b613d90d848 | [
"BSD-3-Clause",
"LicenseRef-scancode-other-permissive"
] | permissive | iotamudelta/libflame | 539165f48d24c159ad494e813a1fc30fa2ea3791 | 70c19e770ead0ae846c59b59216deb16d236b40c | refs/heads/master | 2023-07-28T12:31:59.890987 | 2023-07-13T19:33:42 | 2023-07-13T19:33:42 | 103,612,203 | 0 | 2 | NOASSERTION | 2023-05-04T19:04:09 | 2017-09-15T04:00:39 | Fortran | UTF-8 | C | false | false | 6,732 | c | /* ../netlib/cposv.f -- translated by f2c (version 20100827). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end... | [
"field@cs.utexas.edu"
] | field@cs.utexas.edu |
a453d8c0fbd6634e0da6ad938453dc37800de795 | d3e781636e3d3ad144c3a2ab0e5bcc6d20a1d340 | /include/configuration.h | 9d0cf3d4dda27a9d2ea766d93bc0c53a1534e8a8 | [] | no_license | fuentesdt/cusimann | 4510a19a28dc41011a77a54cd516bcc5312d930d | c75b5021fcfbf5d20a555e729a9ad1cebebdd6ef | refs/heads/master | 2021-01-18T15:15:32.738546 | 2015-05-15T20:26:02 | 2015-05-15T20:26:02 | 35,561,619 | 1 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 1,759 | h | /* Copyright (c) 2011-2012 University of A Coruña
*
* CUSIMANN: An optimized simulated annealing software for GPUs
*
* Authors: A.M. Ferreiro, J.A. García, J.G. López-Salas, C. Vázquez
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentatio... | [
"josegsalas@bd2caf36-eda0-1770-f3ca-d4f231ec9466"
] | josegsalas@bd2caf36-eda0-1770-f3ca-d4f231ec9466 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.