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
0bee629c0f2fb373bf8156c355d29fb1899f1a9d
82bcfb954c148bf96ced0e2bd93b3b5c9c7f78ee
/tranceiver/main/main.c
d6db71811abb7abdf5845724bc1df8b89dd5e315
[]
no_license
sdfgeoff/esp32-unreliable-connection
43b51a585a933c88c8064a8d7412f303a7d32650
9ba3ba5bb30a26155976e479794721cc9fb23ffc
refs/heads/master
2020-03-23T03:32:20.053250
2018-07-28T19:39:08
2018-07-28T19:39:08
141,035,653
1
1
null
null
null
null
UTF-8
C
false
false
2,127
c
#include <stdio.h> #include <string.h> #include "nvs_flash.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_wifi.h" //~ #include "esp_wifi_internal.h" #include "esp_event_loop.h" //~ #include "driver/gpio.h" //~ #include "sdkconfig.h" //~ #include "lwip/err.h" #include "tranceiver.h" type...
[ "geoffrey.irons@simedis.com" ]
geoffrey.irons@simedis.com
152d85563098f45bfff74ff0face2ea39e9cc63f
9a3b9d80afd88e1fa9a24303877d6e130ce22702
/src/Providers/UNIXProviders/SoftwareFeatureSAPImplementation/UNIX_SoftwareFeatureSAPImplementationProvider.h
60f158f43b1aca901f899e76bbd31cf8ce95144b
[ "MIT" ]
permissive
brunolauze/openpegasus-providers
3244b76d075bc66a77e4ed135893437a66dd769f
f24c56acab2c4c210a8d165bb499cd1b3a12f222
refs/heads/master
2020-04-17T04:27:14.970917
2015-01-04T22:08:09
2015-01-04T22:08:09
19,707,296
0
0
null
null
null
null
UTF-8
C
false
false
2,354
h
//%LICENSE//////////////////////////////////////////////////////////////// // // Licensed to The Open Group (TOG) under one or more contributor license // agreements. Refer to the OpenPegasusNOTICE.txt file distributed with // this work for additional information regarding copyright ownership. // Each contributor lice...
[ "brunolauze@msn.com" ]
brunolauze@msn.com
7711d7ab20e15d0e99e473d05f033aff2bfe3023
9d6a7aa17f8a6f4147062549f025e58df2d997c8
/s203372_lab08/es01/main.c
98a7b76d411706f760f0aabc6c94d05d39567fe6
[]
no_license
LucaMazzucco/C-Algorithms
ce12753d3310836a2f0ca17be3a2c90349ca205b
641becd8e903c0f8199363b12046272cd5bd8812
refs/heads/master
2020-08-03T17:56:53.752676
2019-09-30T10:35:10
2019-09-30T10:35:10
211,835,530
0
0
null
null
null
null
IBM852
C
false
false
2,735
c
#include <stdio.h> #include <stdlib.h> #include "table.h" int main(int argc, char*argv[]) { TABLE tab = NULL; FILE *f; int scelta; if((f = fopen(argv[1], "r")) == NULL) return -1; while (scelta!=0){ printf("Seleziona una scelta:\n\n"); printf("1 - Inizializza tabella di simboli...
[ "s241968@studenti.polito.it" ]
s241968@studenti.polito.it
bc87f339b8d083b28dc6c6657ddb5f36307d4b46
b36a813be47305affb1fc7c936d77c125a18197c
/stringlib.c
8b9c63f9aa495d217c2a70e590d3cfb373eba6e1
[]
no_license
mortazaderakhshani/mdCode-PosVelForce
46ef390c0a67d99a289340b3a9cb3cacef4a8d82
b7d2092d1e707d91423bb9b7a5544bf33839cd45
refs/heads/master
2020-05-02T12:16:59.972577
2015-05-14T13:41:52
2015-05-14T13:41:52
35,226,323
0
0
null
null
null
null
UTF-8
C
false
false
2,784
c
#include "stringlib.h" /* String Related Subroutines */ char *trim ( char *s ) { int i = 0; int j = strlen ( s ) - 1; int k = 0; while ( isspace ( s[i] ) && s[i] != '\0' ) i++; while ( isspace ( s[j] ) && j >= 0 ) j--; while ( i <= j ) s[k++] = s[i++]; s[k] ...
[ "mortaza.derakhshanimolayousefi@colostate.edu" ]
mortaza.derakhshanimolayousefi@colostate.edu
d99d0452cce4ecedc790dea3a2be6007f534b390
2e1f7eeac06527d83784034592dbe15caaa9e5eb
/rx/Core/Inc/stm32f1xx_it.h
49e133046c9ce0673cf95783b0ecc8924792e437
[]
no_license
yxnan/tplinkcup-zjuieee7
52a654e9a8e083f440462ef02cb44d2b47e06b65
85e18d565f9d0334cdc74bc2416b5fd22bb506de
refs/heads/master
2023-07-03T04:34:43.716816
2021-08-08T06:29:33
2021-08-08T06:29:33
null
0
0
null
null
null
null
UTF-8
C
false
false
2,175
h
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f1xx_it.h * @brief This file contains the headers of the interrupt handlers. ****************************************************************************** * @attention * ...
[ "yxnan@pm.me" ]
yxnan@pm.me
d32c1b5c95347b41cf0c0a0d48525bf8e4a01b99
81494e2d44733cf67c37a0b8478c166f08b9191a
/Source/SmoothZoom/Private/SmoothZoomPrivatePCH.h
e70f66aabf564fb239305016a253301d2c2c4a33
[ "MIT" ]
permissive
ycllz/SmoothZoom
995784c92216f6269c9adc92cd676b6ad8e47751
6b5d67c69b1c1322d971d9e1c395ed414d9d4e4b
refs/heads/master
2020-06-05T20:23:23.065059
2019-03-31T21:46:01
2019-03-31T21:46:01
null
0
0
null
null
null
null
UTF-8
C
false
false
295
h
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SmoothZoom.h" #include "Engine.h" // You should place include statements to your module's private header files here. You only need to // add includes for headers that are used in most of your module's source files though.
[ "gaskinml@gmail.com" ]
gaskinml@gmail.com
dcddd81bc59efced5f1c9582eb2eaf2601bc87cd
8f7bfa5e2b457057e18cb232b60d3f75c612c28f
/mono-2.0/mono/utils/mono-publib.h
a805025de467f8252a0d03b47ddd371d5514fb00
[]
no_license
NicholasKangZH/SaltyToastMono
9f6f76969a563bc34098724db1988970b994c406
2c8e61a04535643a880b328b3d9b3ef3f95716c1
refs/heads/master
2020-08-02T10:48:05.182131
2019-09-28T06:44:20
2019-09-28T06:44:20
211,322,932
0
0
null
null
null
null
UTF-8
C
false
false
5,393
h
/** * \file */ #ifndef __MONO_PUBLIB_H__ #define __MONO_PUBLIB_H__ /* * Minimal general purpose header for use in public mono header files. * We can't include config.h, so we use compiler-specific preprocessor * directives where needed. */ #ifdef __cplusplus #define MONO_BEGIN_DECLS extern "C"...
[ "noreply@github.com" ]
NicholasKangZH.noreply@github.com
6ac441661cee349dff2d53f234cab2b22850c249
ca06b5e4cb6a6830f04176bce4ec6bb4ab44658b
/107.c
6f54623645d5a1c91cbba53e5e70517fb598b73c
[]
no_license
wobushiludahai/HWonlineTest
25db179c4842081fe17e20776aa9acdea97bc1b0
8b3535b57dbd320de4ade061df239f7742a02a48
refs/heads/master
2020-09-21T02:09:11.622287
2020-01-09T16:07:56
2020-01-09T16:07:56
224,649,369
0
0
null
null
null
null
UTF-8
C
false
false
608
c
/** * @description: 求解立方根 * @param {type} * @return: */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> double testnum; double i; int flag; int main(void) { while(scanf("%lf", &testnum) != EOF) { flag = 0; if(testnum < 0) { flag = 1; ...
[ "wobushiludahai@163.com" ]
wobushiludahai@163.com
30d721358613293e00b1fb6849a600d8a6dd6da2
a39d3440ec4d17c892058aef6d5db6bfcc8c95fc
/Bsp/timer.c
8888ee9dc3979d4bf94d3fac39ddfe2a2b62a4ca
[]
no_license
mhj258258/RM_QY50
f396ea16e40a5d980dcad9c39c415c279a37698d
5d0bda28e82bc73e811e72d71ea174c1875a47f6
refs/heads/master
2020-12-05T07:31:26.595168
2020-01-08T11:40:32
2020-01-08T11:40:32
232,047,905
0
0
null
null
null
null
WINDOWS-1252
C
false
false
2,024
c
#include "gd32f30x.h" #include "systick.h" #include "uart.h" #include <stdio.h> #include "led.h" #include "timer.h" void nvic_config(void); void timer_config(void); /** \brief user timer init \param[in] none \param[out] none \retval none */ void user_timer_init(void) { nvic_config(); t...
[ "412451509@qq.com" ]
412451509@qq.com
138843cc8b456e45002f71c310dd1eaad39f917f
71600e51fe97720a67f4979eb12739667362795d
/source/libs/HALlib/inc/gpio.h
9a6153abdcf8fa5f99be3895833fc96edc807d64
[ "MIT" ]
permissive
danalsan/uxbot-es
9a02f69790f1ff8aa67f1e2450609ae72e34edfa
11495601ebcea7f811871ce69c09aa4f79cdf676
refs/heads/master
2021-01-16T21:50:01.289311
2016-07-21T14:37:27
2016-07-21T14:37:27
63,876,731
0
0
null
null
null
null
UTF-8
C
false
false
2,627
h
/***************************************************************************** * gpio.h: Header file for NXP LPC13xx Family Microprocessors * * Copyright(C) 2008, NXP Semiconductor * All rights reserved. * * History * 2008.09.01 ver 1.00 Preliminary version, first Release * 2009.12.09 ...
[ "dani@localhost.localdomain" ]
dani@localhost.localdomain
b65a94295e543ba11f503191964bfd750571afd8
271aadc580d125a05e02f69ed944dfc370fc5d5e
/source/ti/devices/cc13x2_cc26x2/driverlib/sw_ecrypt-machine.h
4d2a2e559b770768e219e1070b8b4daab71ba467
[ "BSD-3-Clause" ]
permissive
contiki-ng/coresdk_cc13xx_cc26xx
452f826f6c4238930b03f4211ea750760fa66f57
eb87aebdd6735a77ebca55a97e06a6cf17864fc5
refs/heads/master
2023-08-16T23:09:32.195988
2023-07-12T12:41:20
2023-07-12T12:41:20
148,461,951
8
10
BSD-3-Clause
2023-09-08T14:51:14
2018-09-12T10:19:34
C
UTF-8
C
false
false
1,431
h
/****************************************************************************** * Filename: sw_ecrypt-machine.h * Revised: 2016-10-05 12:42:03 +0200 (Wed, 05 Oct 2016) * Revision: 47308 ******************************************************************************/ /* ecrypt-machine.h */ /...
[ "a0132644@ti.com" ]
a0132644@ti.com
28d2e920b5d69ac35c282a5aabfb4d377d45889d
b45b27637c8e28e82e95111d3dbf455aa772d7b3
/bin/Reapr_1.0.18/third_party/cmake-2.8.7/Utilities/cmlibarchive/libarchive/test/test_compat_zip.c
24529303690664511b136683f7da1478063147ee
[ "LicenseRef-scancode-public-domain", "BSD-3-Clause", "LicenseRef-scancode-bsd-unchanged", "GPL-3.0-only" ]
permissive
Fu-Yilei/VALET
caa5e1cad5188cbb94418ad843ea32791e50974b
8741d984056d499af2fd3585467067d1729c73c4
refs/heads/master
2020-08-09T12:17:34.989915
2019-10-10T05:10:12
2019-10-10T05:10:12
214,085,217
1
0
MIT
2019-10-10T04:18:34
2019-10-10T04:18:34
null
UTF-8
C
false
false
3,082
c
/*- * Copyright (c) 2003-2007 Tim Kientzle * 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 c...
[ "yf20@gho.cs.rice.edu" ]
yf20@gho.cs.rice.edu
02498346e60d399086cc8f819a37d1fd28f69022
7fd5311d8039fbf9b4d0d270230147eacdc33dc0
/C51/INC/Infineon/XC835.H
9b76c6d4a96abb904e0ed0feb2c0ba1de80d0d5a
[ "MIT", "HPND", "Apache-2.0" ]
permissive
AllRoundeer/Keil
6da43b81ed358d74e5157d3bcbd0a8ee0883db9b
43cad8de348ff206c02395fca86bdb08c9725142
refs/heads/main
2023-05-10T08:22:21.768865
2021-06-12T15:17:48
2021-06-12T15:17:48
376,322,290
0
0
null
null
null
null
UTF-8
C
false
false
30,449
h
//**************************************************************************** // @Module Project Settings // @Filename XC835.H // @Project XC835.dav //---------------------------------------------------------------------------- // @Controller Infineon XC835MT-2F // // @Compiler Keil // // @Co...
[ "thehackerz66@gmail.com" ]
thehackerz66@gmail.com
aa018a6ccc20a7aa99574f5ac6d3f46ddf57cb4c
085ad18f32b351f8b416573331cf4e283da084ed
/NumericalCalculation/Power/main.c
7bb872b231116f54cfead2a0bb139a1639f18e72
[]
no_license
GitHubyangjunyi/APUEMac
13d90ee7caab95d6644cd044373cecb2a9e4753d
2497c91529a2f1cdf0606baaf17de227b697b1ab
refs/heads/master
2020-06-03T13:03:03.308679
2019-10-12T01:14:09
2019-10-12T01:14:09
191,577,850
0
0
null
null
null
null
UTF-8
C
false
false
1,300
c
// // main.c // Power // // Created by 杨俊艺 on 2019/7/7. // Copyright © 2019 杨俊艺. All rights reserved. // #include <stdio.h> #include <math.h> int power(int m, int n);//此函数原型中的参数名不要求与下面函数声明中的参数名相同,事实上参数名是可选的,可写成 //int power(int, int);//但合适的参数名可以提高可读性 int powers(int base, int n); int main(int argc, const char * ar...
[ "1209032479@qq.com" ]
1209032479@qq.com
1c381371e5d2a411f7f5a3ac39ebd6e262929ff6
4c59549d7a43572efd8379689ed3eb6be4bc5732
/src/item/item.c
2d90940ca3fcb2e31df8f9678a00e4d3f6cef89b
[]
no_license
Floriane4321/myRPG
66c0925a93ddce30a497d004df91451d258fcb73
4fa157dcba15637bfd7656e030d59901b478e272
refs/heads/master
2023-06-14T08:23:35.023125
2021-07-17T17:51:35
2021-07-17T17:51:35
386,769,250
0
0
null
null
null
null
UTF-8
C
false
false
2,023
c
/* ** EPITECH PROJECT, 2021 ** item.c ** File description: ** function loading craft */ #include "c_star.h" #include "utility.h" #include "button.h" #include <stdlib.h> #include "my.h" void click_drag(level_t *lvl, event_t *even, button_t *but); char *reading_map(char const *path); sfText *text_create(char *str, sfVe...
[ "floriane.peteau@epitech.eu" ]
floriane.peteau@epitech.eu
fffbce8328dc59e4b4b0ad40ac016f9e542c3330
a074b4cd3170f65822f23916ceb3e4ae28681247
/roms/read_byte.c
8aec0a209814d61cd2741013963d3594d85352fc
[ "MIT" ]
permissive
ben-martinez/CS107E-GB-Emulator
a977cca51559d8ba361ad041a50ca738147b4706
413d2ae52fbbbaaa7e99f80bbcdde7e1c1a0b4be
refs/heads/master
2021-06-06T08:25:04.693825
2016-09-18T20:20:41
2016-09-18T20:20:41
null
0
0
null
null
null
null
UTF-8
C
false
false
163
c
#include <stdio.h> #include "bgl.h" int main() { for(int i=0x150; i<0x160; i++) { printf("At 0x%04x : 0x%02x\n",i, GB_ROM[i]); } return 0; }
[ "guillean@stanford.edu" ]
guillean@stanford.edu
8e4dbe9ecf5c03ea866c72407fe3831c8fbfd04c
63d9ede316cb67288795a688cc345eeb53ba26ad
/J1900_FreeBSD/c/str_len/str_len.c
84726cc3fc60eaac759bb26b112845de9e1b06a6
[ "BSD-2-Clause" ]
permissive
BoKoIsMe/J1900_FreeBSD
6a271b053712902819ca64252075e426c9c264d6
19c4f7f01a37f4eda11a64040dad307a06563fb9
refs/heads/master
2022-05-14T09:16:31.936018
2022-01-30T02:48:42
2022-01-30T02:48:42
163,841,300
0
0
null
null
null
null
UTF-8
C
false
false
367
c
#include <stdio.h> #define MYSTR "greastyeer" int str_len(char str[]); int main(void) { char str[sizeof MYSTR + 1] = MYSTR; str[sizeof MYSTR] = 0; int result = str_len(&str[0]); printf("string count result = %d\n",result); return 0; } int str_len(char str[]) { int number = 0; for(int index = 0;str[index] != '...
[ "typebackup@hotmail.com" ]
typebackup@hotmail.com
d98c8b311e4d2efb0e9f4d2b17f25006f8f56f65
e5fd9380dc1467d1a2c257875225acbe209f36a2
/lexer.c
379928e00689531275131891e3f30b60e43ec688
[]
no_license
joesonw/compiler
373e10bc33a205babff399bb363035a17263b8df
4314a38c35a87ab41b1fcbf97d89536647580234
refs/heads/master
2021-03-12T20:38:39.806992
2014-02-19T18:35:01
2014-02-19T18:35:01
null
0
0
null
null
null
null
UTF-8
C
false
false
54,216
c
#line 2 "lexer.c" #line 4 "lexer.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with ...
[ "joesonw@host-67113.dhcp.egr.msu.edu" ]
joesonw@host-67113.dhcp.egr.msu.edu
83da6eded3e8ed8c1130b8261e6d3288289cb1cf
f05041f45ff4f743433e3a457807b8867805ac2e
/Guia 4/Encoder/Encoder/source/drivers/source/gpio.c
1beb1299c79500e4b46452b7f2912e5829bc6721
[]
no_license
tlondero/LaboDeMicros
4c443c40c83304522319bbf854fc33b6adec2857
242e29ab4961a73b52354aba45b10dd0a0a4d5ad
refs/heads/master
2023-02-28T13:06:28.628166
2021-01-27T15:48:48
2021-01-27T15:48:48
287,032,219
0
0
null
null
null
null
UTF-8
C
false
false
6,288
c
/* * gpio.c * * Created on: 31 ago. 2020 * Author: MAGT */ #include "../headers/SysTick.h" #include "../headers/board.h" #include "MK64F12.h" #include "hardware.h" //Clock gating masks const static uint32_t SIM_SCGC5_PORT_MASKS[] = {SIM_SCGC5_PORTA_MASK, SIM_SCGC5_PORTB_MASK, SIM_SCGC5_PORTC_MASK, SIM_SCGC5...
[ "mrodriguez@itba.edu.ar" ]
mrodriguez@itba.edu.ar
844debb66aa6c1e804ca3e12107466b1f63545cd
5ccaeb278ef69bf41d803f9bf339101c39bf2136
/framework/gfx/src/gfx_gol_scroll_bar.c
49cdc232627b38ffd49e0b905d08c11ed8965b62
[]
no_license
Mytrex/Harmony
6de69d5ebbb8cb7769a9ee7bd0330264c1d6ed3a
32dceb018139e59a12c26044b9f0252d1c0d67c9
refs/heads/master
2021-03-16T09:42:26.915713
2016-11-02T08:25:20
2016-11-02T08:25:20
71,403,438
0
1
null
null
null
null
UTF-8
C
false
false
58,750
c
/******************************************************************************* Module for Microchip Graphics Library - Graphic Object Layer Company: Microchip Technology Inc. File Name: gfx_gol_scroll_bar.c Summary: This implements the scroll bar object of the GOL. Description: Refer to M...
[ "jared@mytrexinc.com" ]
jared@mytrexinc.com
869e2ce0dedebd339b12c70cf6e392c618f8b83a
e5694cdc45c5eb77f699bdccff936f341d0e87e2
/a/tz/tzvmpaaa.c
83ba244752e15c5b39aa9ea50549138368b0dba0
[]
no_license
arksoftgit/10d
2bee2f20d78dccf0b5401bb7129494499a3c547d
4940b9473beebfbc2f4d934fc013b86aa32f5887
refs/heads/master
2020-04-16T02:26:52.876019
2017-10-10T20:27:34
2017-10-10T20:27:34
49,138,607
0
3
null
2016-08-29T13:03:58
2016-01-06T14:02:53
C
UTF-8
C
false
false
67,470
c
///////////////////////////////////////////////////////////////////////////// // // MODULE NAME: tzvmpmaa.c - VML SubSystem Parser Main Module // DESCRIPTION: Setup/ Initialization/ Parse Call // This is the source file which contains the main functions // for the parser. It contains t...
[ "arksoft@comcast.net" ]
arksoft@comcast.net
b84d1c50074dd3d3f4d1127a529871b59c103336
f3c6c4c5a86466f66cf439f7dc08366222be4cb1
/src/boundary/fixed.c
d952d2d647a77a3820f2de3774deb4f4996574d2
[ "MIT" ]
permissive
sativa/hydro2d
5bb6793cfb9833c9f8625e05c4b557268c13f190
383b680bb5b8ffe2d9d436f926a6ba7b1220dff6
refs/heads/master
2021-01-18T15:16:25.311350
2016-06-14T02:23:17
2016-06-14T02:23:17
null
0
0
null
null
null
null
UTF-8
C
false
false
2,137
c
#include <stdlib.h> #include "../boundary.h" #include "../geom.h" #include "../grid.h" #include "../initial.h" #include "../par.h" // Fixed (dirichlet) boundary condition. void bc_1L_fixed(struct grid *g, struct parList *par) { int nq = g->nq; int nx2 = g->nx2; int d1 = g->d1; int d2 = g->d2; int ...
[ "geoffrey.s.ryan@gmail.com" ]
geoffrey.s.ryan@gmail.com
c87b336908e3348e25e05d97267c2b54f6104606
ac8a5cbd3996c03b45acaf3903015029cb8f65ae
/INF1301-Trab04-MRSFTL/Fontes/GENERICO.H
17103f05e67b25b395563e73fa0c73959b9682a0
[]
no_license
stephaniefay/INF1301
4ca3cc0cf580e07c5cc049d7b4aa33766edc62a3
032dd82d83967990e0e15501d47a1739e05376d3
refs/heads/master
2021-05-31T18:07:41.210099
2016-05-14T01:19:36
2016-05-14T01:19:36
null
0
0
null
null
null
null
ISO-8859-1
C
false
false
27,514
h
#if ! defined( GENERICO_ ) #define GENERICO_ /*************************************************************************** * * $MCD Modulo de definicao: TSTG Controlador de teste generico * * Arquivo gerado: GENERICO.h * Letras identificadoras: TST * * Nome da base de software: Arcabouco para a ...
[ "Stephanie Fay" ]
Stephanie Fay
961937ebd73af2e1b18157b05dc70f9f78d75119
53980c4c4ae09e5b83efb351493c92de2ce412b1
/Placement/programs/binary.c
ecbe88b381fad3841332b3b1c62c50004da5c1da
[]
no_license
daniellimzj/CS1010-1
78ead2a95c7ef8086cda4496bbb2ea0137e83f3e
af9480ad5371b99556c4f45995c91c88d8b3313c
refs/heads/master
2020-08-22T08:20:24.354126
2019-10-16T04:44:10
2019-10-16T04:44:10
null
0
0
null
null
null
null
UTF-8
C
false
false
382
c
#include <stdio.h> #include <string.h> #include <stdlib.h> void tata(long n, char str[], long k) { if (k == n-1) { str[k] = '0'; printf("%s\n", str); str[k] = '1'; printf("%s\n", str); return; } str[k]='0'; tata(n, str, k+1); str[k]='1'; tata(n, str, k+1...
[ "h1110050@github.com" ]
h1110050@github.com
8c06b246d33a4bb2f903b8d5303b4bc66a816e7c
634f568757f6b6e427da20b82b512163cf1157c3
/Herd/Pods/Headers/Public/SmartDeviceLink/SDLGetSystemCapabilityResponse.h
d4bb42f3ca3e21fc580facc802a40327b410d87b
[]
no_license
xyf199919/emily99
487c441535206caa75607faefa248f451cc80fe2
60fcc0ab9bd67e8df2cf43ef46d7334c35457aab
refs/heads/master
2020-04-14T23:51:10.226541
2019-01-05T15:07:45
2019-01-05T15:07:45
164,219,127
0
0
null
null
null
null
UTF-8
C
false
false
73
h
../../../SmartDeviceLink/SmartDeviceLink/SDLGetSystemCapabilityResponse.h
[ "emily@Yunfangs-MacBook-Pro.local" ]
emily@Yunfangs-MacBook-Pro.local
bc9c79988282d0261e487e1567ea8a6257d928e5
f6392d1406ee7acadb32a60255b22022a263ccd0
/code/src/btstack/src/classic/pbap_client.c
d32c2f3f48d80ac5a9265f17bca60a67122e3429
[]
no_license
mrjake2014/bt_stack
9b359ad3ac3024bb45060b0066ad4e1e954404b0
f27cd1de938c29be6664b8d49c1da8a3b2ef605a
refs/heads/master
2021-10-09T01:22:59.611590
2018-12-19T18:43:56
2018-12-19T18:43:56
null
0
0
null
null
null
null
UTF-8
C
false
false
13,875
c
/* * Copyright (C) 2014 BlueKitchen GmbH * * 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 conditions and the follo...
[ "1016771083@qq.com" ]
1016771083@qq.com
2414a2dff52d08262b8e87998402d80ea92db67c
6b990e1470c29765d2ca27da396be7d971c3e7e2
/ch10/10_20.c
a8d68fc675c9ebb633cef86d580554ade181908a
[]
no_license
wobushiludahai/apue
8774c351cd7d84e4b8ca458b2876b787b82bdab3
c6bb7ef78b08020e61841885ebbbd01256065bb4
refs/heads/master
2020-12-15T09:45:25.000585
2020-01-31T06:37:25
2020-01-31T06:37:25
235,064,079
0
0
null
null
null
null
UTF-8
C
false
false
2,321
c
/* * @Author: land sea * @Date: 2020-01-27 19:55:54 * @LastEditTime : 2020-01-27 20:56:56 * @LastEditors : Please set LastEditors * @Description: sigsetjmp/siglongjmp函数示例 * @FilePath: /apue/ch10/10_20.c */ #include "apue.h" #include <setjmp.h> #include <time.h> #include <errno.h> #include <signal.h> static voi...
[ "wobushiludahai@163.com" ]
wobushiludahai@163.com
eb6f52e42b14aa85b7c91f88ba6bd3dd0e24b6a0
e683a0b8dbb87c7ceb99e0d06896174a559d2c67
/CInclude/JS/jsemem.h
d0b2fb21912929b10082e152714477cee1f7f84a
[ "Apache-2.0" ]
permissive
bluewaysw/pcgeos
f093d79567d977d992f47065056d14d5a04b9f14
c6ae4c8e77b54b9ff654c3916f2191f8b1a1b65d
refs/heads/master
2023-08-31T00:17:54.481175
2023-08-29T19:00:49
2023-08-29T19:00:49
157,968,410
603
88
Apache-2.0
2023-09-13T07:44:06
2018-11-17T09:09:55
Assembly
UTF-8
C
false
false
5,934
h
/* jsemem.h */ /* (c) COPYRIGHT 1993-98 NOMBAS, INC. * 64 SALEM ST. * MEDFORD, MA 02155 USA * * ALL RIGHTS RESERVED * * This software is the property of Nombas, Inc. and is furnished under * license by Nombas, Inc.; this softw...
[ "frehwagen@bluewaysw.de" ]
frehwagen@bluewaysw.de
36a6025a86b170a5765a4186e7a6aef90bcaf500
4e38aaf21898427d27511e498e00871af29aeaf7
/week04/ex2.c
f3a62842a99752070ea5258e2137572a6baa6e62
[]
no_license
h0henz0llern/OS19
f3c3f666444f7105ff85734aeefabb357c46d8f4
14e24dab259e4d77f12c90723c30b7f16f18acad
refs/heads/master
2020-07-08T05:20:44.216758
2019-10-10T20:42:53
2019-10-10T20:42:53
203,576,990
0
0
null
null
null
null
UTF-8
C
false
false
122
c
#include <stdio.h> #include <stdlib.h> int main() { for (int i = 0; i < 5; ++i) { fork(); sleep(5); } return 0; }
[ "noreply@github.com" ]
h0henz0llern.noreply@github.com
1e233e998c845910de7e4fd83cff940a1e44f3d1
6a1ac443aa41ba28df96cd9ae068bdd4230d96e5
/src/raster.h
bb7b92881b4311642059cb43666a0f80bee7b642
[]
no_license
porglezomp/piraster
b2105e130cfa1597555871d0c0d48a81c09f45ff
5b83bba3ae32d70633fca44ad5ffdd5779cf33a4
refs/heads/master
2021-01-23T14:47:26.683748
2014-01-12T02:40:11
2014-01-12T02:40:11
null
0
0
null
null
null
null
UTF-8
C
false
false
518
h
#ifndef PIRASTER_RASTER_H #define PIRASTER_RASTER_H #include "pixelmethods.h" #include "triangle.h" #include "line.h" #include "point.h" struct SDL_Surface; struct vec2; void pr_setsurface(SDL_Surface *); void pr_point(const vec2&); void pr_line(const vec2&, const vec2&); void pr_tri(const vec2&, const vec2&, const ...
[ "bionicle.dragon@gmail.com" ]
bionicle.dragon@gmail.com
675e3a74a7de48f0d21fad7166cb521ee2a453aa
433acd5140a397787aeb1f87f472514484667f6c
/src/utils.h
f9c366ada22bb8de67b5bdcd2772969cae51d356
[]
no_license
agds93/cellular_automata
919dd8d7884ae9c1a11cb6e3e041a81be03d1df9
bc71bfdfdf2b6c6f0860f290eb1b4236f9bdd4e4
refs/heads/master
2020-06-23T01:43:17.236198
2019-11-06T19:45:03
2019-11-06T19:45:03
198,463,816
0
0
null
null
null
null
UTF-8
C
false
false
252
h
#ifndef CELLULAR_AUTOMATA_UTILS_H #define CELLULAR_AUTOMATA_UTILS_H 1 #define N_FIGURE 2 #define MAX_POINTS 10 int** def_matrix(int M,int N); void free_matrix(int **matrix,int M); int cas_int(int min,int max); #endif //CELLULAR_AUTOMATA_UTILS_H
[ "53229638+agds93@users.noreply.github.com" ]
53229638+agds93@users.noreply.github.com
ea7a8f0683fff31401637eea5a40d82918fedef2
740b9bb41ea64307c5f7c85cff818b9190d7a02c
/components/libraries/balloc/nrf_balloc.h
af40abe9a922be5d65ada869db49168795f17d1c
[]
no_license
thumb2/nrf51sdk12_3
4fefe074ef34b69054613ff8ab3faba18f6aa8d1
d6956d24ae6ada32db9139ca5da4885377003bf8
refs/heads/master
2020-04-26T07:26:49.519306
2018-01-12T02:08:34
2018-01-12T02:08:34
173,394,420
0
1
null
null
null
null
UTF-8
C
false
false
15,096
h
/** * Copyright (c) 2016 - 2017, Nordic Semiconductor ASA * * 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 no...
[ "johnson@btsmartshield.com" ]
johnson@btsmartshield.com
b2c4a92238b8e2d0ee45e0661f4e86241cdfd2ce
30bc4beea0df3011d18fafd0fc57fefc41864268
/src/router/php8/ext/reflection/php_reflection.c
64c5355fc83657fbdb3d10c6f6f170f17c630259
[ "PHP-3.01", "GD", "IJG", "Zlib", "LicenseRef-scancode-other-permissive", "TCL", "BSD-3-Clause", "BSD-4-Clause-UC", "OLDAP-2.8", "ISC", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
bialanjoni/dd-wrt
ad490f4bea1f0196bfb08a1ebc01a1c4f2977d5a
67eebe196548d49d96aa941c83699d8b5c446e8e
refs/heads/master
2023-06-26T03:55:18.811888
2021-07-30T10:07:50
2021-07-30T10:07:50
null
0
0
null
null
null
null
UTF-8
C
false
false
184,946
c
/* +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is ...
[ "s.gottschall@dd-wrt.com" ]
s.gottschall@dd-wrt.com
c74e593753a01e69296537fde8a30ca263e6eff5
02e2e33a71a35a26fc936a3401c7ac0dfa9387b8
/permutations_II.c
e25bf6466bab945296ce4dea41f6035d3dc25227
[]
no_license
April01xxx/LeetCode
71d83bf06fe8dd449e31d3a0e961985a4e50c849
d506672137e19dae41aa7a7275e1bb469829d6c6
refs/heads/master
2021-07-10T14:13:38.517065
2019-04-04T11:03:32
2019-04-04T11:03:32
140,214,971
0
0
null
null
null
null
UTF-8
C
false
false
1,870
c
/** * Given a collection of numbers that might contain duplicates, return all * possible unique permutations. * * Example: * Input: [1,1,2] * Output: * [ * [1,1,2], * [1,2,1], * [2,1,1] * ] * * 这道题相比上一道难度增加了点,因为给定的数组中有重复的元素,返回的结果集中 * 需要去重,不过其实类似的题做多了都一个套路,先排序,然后查找时跳过已经处理 * 过的元素. */ void dfs...
[ "april01xxx@gmail.com" ]
april01xxx@gmail.com
45a0fc5373196c36f728a9835e75cc874e06d19c
a91924302898297409aa65d3f17cc1992a54cf66
/Module/CLayoutKB9Number.h
c61562c4cf61a4212b1e7f209effcd9af28a56f9
[]
no_license
CodeWorlds/GBIME
8bd68202cccd4bd5f836ef1fe824a641f9ae0b4c
89acf1e97e4d3fb97d88298e24ff0385827d87cd
refs/heads/master
2023-03-15T21:53:44.426568
2016-07-18T03:45:43
2016-07-18T03:45:43
null
0
0
null
null
null
null
GB18030
C
false
false
1,603
h
/*************************************************************************** * File Name : CLayoutKB9Number.h * Corporation : Guobi Technology Ltd. GuangZhou China * Copyright : Copyright Guobi Technology Ltd. And Subject to Confidentiality * Restrictions. This document is the confidential an...
[ "gitlab.anydian.com" ]
gitlab.anydian.com
f4b36c35ebc5fd40f60023c7954ea8dec6498932
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/media/i2c/extr_max2175.c_max2175_set_rf_freq_non_am_bands.c
7bc9dda15915293c446a2795c9838bb4512812a3
[]
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,462
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
f8d5596091bf094b7da4ef65376e57b2f2eb1835
4ae17e009a2dcd620aaa26ab3c9ac2c130f02853
/client.c
7f9638c77426230daa08c3521e4d87404c71edc1
[]
no_license
bleuflares/EE209-assignment1
7881c13235b0688f894883344638dbc652591d39
437701baa38ebf0db03aacfff91db16cbcb0fd12
refs/heads/master
2021-07-04T02:23:45.479833
2017-09-25T14:03:35
2017-09-25T14:03:35
104,757,113
0
0
null
null
null
null
UTF-8
C
false
false
21,665
c
/********************** * EE209 Assignment 1 * **********************/ /*20130242*/ /*박기성 Ki Sung Park*/ /* client.c */ #include <stdio.h> #include <ctype.h> #include <stdlib.h> #include <string.h> #include <assert.h> #define MAX_NUM_NAME_CHARS 63 #define MAX_NUM_ID_CHARS 63 #define MAX_NUM_DIGITS 10 /*-----------...
[ "bleuflares@gmail.com" ]
bleuflares@gmail.com
9081fd6759edb313818bcb99852de0c4ccbe5a66
405b4813995180c449503662e145e2b4494b3371
/hello.c
2e0d41fa5da392d9d0b147b06be39b37c64208d6
[]
no_license
matty9210455/prova
66393a1497ee73c1871ef780393025bb0d741184
fba971094e5e33ad6241d9eafe28f8deb4decf76
refs/heads/master
2021-01-10T07:29:03.691955
2015-12-29T12:30:13
2015-12-29T12:30:13
48,640,925
0
0
null
2015-12-27T11:49:15
2015-12-27T10:17:36
C
UTF-8
C
false
false
168
c
#include<stdio.h> int main(int argc, char* argv[]){ printf("hello\n"); printf("i got %d args!\n",argc); printf("trallalero\n"); print("change"\n); int bah; return 0; }
[ "mattia.soprano@gmail.com" ]
mattia.soprano@gmail.com
fddd5dee5b45405c63d5df1eff0f1ee7dabaaa56
3db023edb0af1dcf8a1da83434d219c3a96362ba
/windows_nt_3_5_source_code/NT-782/PRIVATE/MAILPLUS/BULLET2/SRC/STORE/ITP/_ITPRC.H
08b88370a11b13e038969de50409547c6f78b5e9
[]
no_license
xiaoqgao/windows_nt_3_5_source_code
de30e9b95856bc09469d4008d76191f94379c884
d2894c9125ff1c14028435ed1b21164f6b2b871a
refs/heads/master
2022-12-23T17:58:33.768209
2020-09-28T20:20:18
2020-09-28T20:20:18
null
0
0
null
null
null
null
UTF-8
C
false
false
1,589
h
// Menu items #define RESFAIL 90 #define RESINC 91 // file menu #define IDM_MIN 100 #define IDM_FILE 100 #define IDM_OPEN 101 #define IDM_CREATE 102 #define IDM_CLOSE 103 #define IDM_EXIT 104 // test menu #define IDM_TEST 104 #define IDM_TEST_MIN 105 #define IDM_TEST_FIL...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
86582f17cf56fd66e00bc15d1fb60327976b99fb
8f40b673e3551c206ebff07cbb312aa9a794091c
/package/libnetwork/src/libnetwork.c
e8a82af8f7230c42f02acb992264add7dff232ef
[]
no_license
jkretzmer/piksi_buildroot
38b88422aca7380c31c871ffa598dd0482e3d275
dafbd7ef349193317acbdb3f6086ac5d60f869e5
refs/heads/v1.1.0-release
2021-01-02T08:41:48.762523
2017-07-26T20:31:27
2017-07-26T20:31:27
99,045,374
0
0
null
2017-08-01T21:40:00
2017-08-01T21:40:00
null
UTF-8
C
false
false
8,080
c
/* * Copyright (C) 2017 Swift Navigation Inc. * Contact: Swift Navigation <dev@swiftnav.com> * * This source is subject to the license found in the file 'LICENSE' which must * be be distributed together with this source. All other rights reserved. * * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANT...
[ "mark.fine@gmail.com" ]
mark.fine@gmail.com
034139429fd21f6a77452eadafbb69aa1096aad5
06cc925a6a1aa30ab239b398705d23895aac9bd4
/NVIC_driver/NVIC_interface.h
21d7cb0a9f7a5203700d5f7d9a0024f6bf89aaa6
[]
no_license
shaimaa-77/STM32_drivers
9d34096fa91729d991e74074c733e3883be9a793
55eb7840de6a9b5c3aa69f26b73d91f3d76a63d2
refs/heads/main
2023-08-30T21:40:18.895025
2021-10-02T15:51:45
2021-10-02T15:51:45
310,468,421
0
0
null
null
null
null
UTF-8
C
false
false
767
h
/****************************************************************************************/ /* Author : Shaimaa Mahmoud */ /* Date : 24/8/2020 */ /* version : v01 */ /****************************************************************************************/ #ifnd...
[ "noreply@github.com" ]
shaimaa-77.noreply@github.com
4b31c1391a7c29ce9ac766844022b08547b42cc3
a25a741f590e86fef685c20d05f0c60d0bd7a6fc
/201902/myAtoi/myAtoi.c
2f8af3059e5d5b965f0ded049c17746b76e40371
[ "MIT" ]
permissive
anotherNight/MathWS
85dae4a134083b8eacd5046c377aa2fa24edde03
9f82f9e3bd7bf8e3bec9ac56dff8aa521516a102
refs/heads/master
2021-07-04T02:16:15.361684
2020-09-08T10:51:02
2020-09-08T10:51:02
164,804,011
0
0
null
null
null
null
UTF-8
C
false
false
701
c
#include <stdio.h> #include <limits.h> int myAtoi(char* str) { if (*str == '\0') { return 0; } long long llnum = 0; int sign = 1; while (*str != '\0' && (*str == ' ') ) { printf("%c\n", *str); str++; } if (*str == '-') { sign = -1; str++; }else if(*str == '+'){ str++; } ...
[ "whanis123@21cn.com" ]
whanis123@21cn.com
f5ce73e0d7b2110833577caf70f8e7b832d7e9a2
9a20af7099d21201148a317c8078dd7fd09ef00a
/TestClipingNode/proj.win32/resource.h
b62a0d0de989d1abd058c05a90739c75a26b8aaf
[ "MIT" ]
permissive
Zhangzhiyi/cocos2d-x
49949485abfbd77d2ce4ad3f8956b36fe42d9b73
69623e970b6a0e71346d7a77def19a9d46d6e933
refs/heads/master
2021-01-21T00:05:53.929994
2013-08-06T04:23:22
2013-08-06T04:23:22
null
0
0
null
null
null
null
UTF-8
C
false
false
510
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by TestClipingNode.RC // #define IDS_PROJNAME 100 #define IDR_TESTCLIPINGNODE 100 #define ID_FILE_NEW_WINDOW 32771 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SY...
[ "qq361119908@gmail.com" ]
qq361119908@gmail.com
9548827d40b919b01a060dc6dda5d9f003a61e66
dc315276a8e23f6a1bf009391b95aeafaead9ade
/mymalloc.c
597648bee4b2e76aa1fc514045e7a022f37485cc
[]
no_license
andrewpagano/MyMalloc
e61ccb6cd1dd4a3a79b61f16966d023a704d7f82
322ad8eb124957825a4da09730db94137fcb08ec
refs/heads/master
2021-01-20T02:41:58.714631
2017-04-26T05:14:47
2017-04-26T05:14:47
89,440,683
0
0
null
null
null
null
UTF-8
C
false
false
3,097
c
#include <stdio.h> #include <stdlib.h> #include <stddef.h> #include "mymalloc.h" /** *CS 214 Systems Programming *Assignment 1: Memory Allocation++ *due 2/26/2017 * *@author Thurgood Kilper *@author Andrew Pagano */ block *head = (void*)myBlock; /** *MALLOC implementation *@param s: size of the memory to be...
[ "andrewpagano95@gmail.com" ]
andrewpagano95@gmail.com
be738ba5f57db7ddba14798f57e0996424b968c4
bef88bc876f810b62ca729af95541d8dfdec2121
/source/main.c
b0d17fb961f338a113b08c7cb996e1d874bc7201
[]
no_license
dyg540/rt1050_emWin_demo
207d1dfe35b2362daccb2f4e9fea445e0ad57d4b
25c4b8e76b532f7b401ca01a1dc58efe71e71c94
refs/heads/master
2022-01-08T12:48:58.828109
2018-12-27T07:11:59
2018-12-27T07:11:59
null
0
0
null
null
null
null
UTF-8
C
false
false
2,283
c
/* * The Clear BSD License * Copyright (c) 2016, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided * that the following con...
[ "castellan@yeah.net" ]
castellan@yeah.net
06f4002a533866a2dd54e6016a0cdffb03265893
7f26cda249da3814a7b23fca951d048d7c502b25
/asfjsk.c
ac3aa2ab78307454df147704b244e9a147e14b35
[]
no_license
Tomistong/UvaProblemSolution
30b751e8b3ad658fe37f02e345dc9f9165f67ed2
caba3cb55d487b2bbbefdbd8a1d9441e6ab0c395
refs/heads/master
2023-03-25T08:59:35.101813
2018-08-15T11:11:26
2018-08-15T11:11:26
null
0
0
null
null
null
null
UTF-8
C
false
false
214
c
#include <stdio.h> #include <string.h> int main() { char num[100]; int dec = 0, i, j, len; printf("Enter a number: "); gets(num); len = strlen(num); for(i=1; i<=5; i++){ printf("%c",a[i]); } return 0; }
[ "formankhan2014@gmail.com" ]
formankhan2014@gmail.com
c96d580e14a682a5b4fbe98152cba5f3597e5fe7
1441c230b6f22e5979c2d279c27105f928cc8e40
/experimental_results/init-partial-3-u/init-partial-3-u.c
9b7395add5c776c9f27182c0bfa02fff59d81b11
[]
no_license
VerifierIntegerAssignment/VIAP-ARRAY
f567b02b30d86044a2f311cb6e7008816d8aa27a
c19eec24e1256974ee97d8b5a46586cdb6893130
refs/heads/master
2020-12-30T15:54:20.887769
2017-05-26T03:19:28
2017-05-26T03:19:28
91,181,002
0
0
null
null
null
null
UTF-8
C
false
false
683
c
extern void __VERIFIER_error() __attribute__ ((__noreturn__)); void __VERIFIER_assert(int cond) { if (!(cond)) { ERROR: __VERIFIER_error(); } return; } int __VERIFIER_nondet_int(); int main() { int i,j,k; int n; int p; int A [n][n][n]; int C; i=0; j=0; k=0; __VERIFIER...
[ "pritom.rajkhowa@gmail.com" ]
pritom.rajkhowa@gmail.com
df030c96df6ce7558c65dabf636f1e8908b25810
c38d45d315ccb20c3656029c41081ef6a40f1f35
/cookie/cookie.c
6769938bad0e4178ffb14e878fcc7782226fe1aa
[]
no_license
petronny/aur3-mirror
3e12eed4901a807354a46399bdfd82763ec9f1b3
4279d4dcfcd6585fabd8b52d40d78d7db06c97ad
refs/heads/master
2020-06-30T06:47:24.836321
2019-07-29T09:45:08
2019-07-29T09:45:08
74,439,663
1
0
null
2016-11-22T06:00:49
2016-11-22T06:00:49
null
UTF-8
C
false
false
3,231
c
#include <stdio.h> #include <stdlib.h> #include <aitools.h> #define MEM_SIZE 4096 char *CCC_REM_NEW[] = {"reminder", "new", NULL}; char *CCC_REM_SHOW[] = {"reminders", "show", NULL}; char *CCC_NOTE_QUERY[] = {"edit", "note", NULL}; char *CCC_NOTE_VIEW[] = {"view", "note", NULL}; char *CCC_HELP[] = {"show", "help", NUL...
[ "gostrc@gmail.com" ]
gostrc@gmail.com
c2a5a58610a12994e82bfb4f5d17a6bf24b92d02
9ba41ac91aefc73bcc50a272da877bb98c7e8041
/pulp-os/include/rt/rt_periph.h
e653a08eb3a62c3198bc473d8d11726be52ce666
[ "Apache-2.0" ]
permissive
ccravens/gap_sdk
595af512dc1c4525f19f246130bf84a2bb497e91
d5d010a4e0be6f0539d87c4daf50af3d69d63e94
refs/heads/master
2020-03-27T19:58:03.858215
2018-08-31T08:53:09
2018-08-31T08:53:09
147,025,985
0
0
null
2018-09-01T19:17:40
2018-09-01T19:17:39
null
UTF-8
C
false
false
5,091
h
/* * Copyright (C) 2018 ETH Zurich and University of Bologna * * 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...
[ "yao.zhang@greenwaves-technologies.com" ]
yao.zhang@greenwaves-technologies.com
3223b3f83abfddb986f7c726008312d9b84ed08c
46adba1fe06298743f018abd0096c753256ac03a
/src/raytracer/json-c/json_more_utils.c
c91087250ae7b4b401b5c650e4f8ea36496d407a
[]
no_license
ajaycharan/vehicles
9e0f21a2550c56e83303329c1bdf8c40bde5c0eb
2cfe467422160f90bc76800216ac42c0f13f2c4d
refs/heads/master
2021-05-28T21:03:35.466743
2013-07-19T06:59:51
2013-07-19T06:59:51
null
0
0
null
null
null
null
UTF-8
C
false
false
7,563
c
#include <string.h> #include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <math.h> #include "debug.h" #include "bits.h" #include "json_object.h" #include "json_more_utils.h" #include "json_tokener.h" #include "JSON_checker.h" #include "linkhash.h" double convert_to_double(JO jo); #if...
[ "andrea@cds.caltech.edu" ]
andrea@cds.caltech.edu
1cc6dad4917975c04ca1dd5e36eaef4f0b04e18e
a1446c3f95df2dfe097a9bd6b463767b00f18140
/usr.bin/aucat/listen.h
8b156d619250c4484bf1c6180cd4b60cbc903e6e
[]
no_license
chrissicool/l4openbsd
e2fb756debc1c3bdc1c2da509fa228c25a3185e8
077177814444e08500e47bc2488502f11469bc60
refs/heads/master
2021-04-09T17:12:53.122136
2011-08-22T16:52:58
2011-08-22T16:52:58
1,706,491
18
4
null
2017-04-06T19:17:29
2011-05-05T14:08:03
C
UTF-8
C
false
false
1,312
h
/* $OpenBSD: listen.h,v 1.5 2009/07/25 10:52:19 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notic...
[ "cludwig@net.t-labs.tu-berlin.de" ]
cludwig@net.t-labs.tu-berlin.de
304583000c5c2c426ccb975ba2ef299359d39925
ba34893ac115da1b22f2b6d0c3cca65e9200e053
/miner_gate/real_time_queue.h
8544df3e62afd3dc3ccdac75b8f410fe5bbd78eb
[]
no_license
jameshilliard/miner_gate
cdbf31d63c1bde9c4c14f0155ffef2e62b590281
fecaf2f109c1541751fb2842cd7d126b19211f82
refs/heads/master
2021-01-20T15:59:19.607212
2014-08-04T10:42:18
2014-08-04T10:42:18
null
0
0
null
null
null
null
UTF-8
C
false
false
651
h
/* * Copyright 2014 Zvi (Zvisha) Shteingart - Spondoolies-tech.com * * 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 3 of the License, or (at your option) * any later versio...
[ "zvisha@gmail.com" ]
zvisha@gmail.com
aec8cbfed5d17649d6fdc520b50ee3c83e1a8af8
23a24a14e73d623e149f59ebe861f97b0e831473
/CameraHal00_Develop/SiliconImage/isi/drv/NT99252/include_priv/NT99252_priv.h
0d58f1c085f5cd8b9120155d3f4ff22abd3154bb
[]
no_license
dfyuan/work_test_lib
1d70a68403247a4177e1c0e0e6a40766f39f4401
27efa97907e7ebcf578683604a1c16105eb12f4b
refs/heads/master
2021-07-04T11:40:53.714700
2020-08-14T01:46:24
2020-08-14T01:46:24
137,144,596
2
0
null
null
null
null
UTF-8
C
false
false
3,781
h
#ifndef __NT99252_PRIV_H__ #define __NT99252_PRIV_H__ #include <ebase/types.h> #include <common/return_codes.h> #include <hal/hal_api.h> #ifdef __cplusplus extern "C" { #endif /*v0.1.0: * 1).add senosr drv version in get sensor i2c info func *v0.2.0: * 1). support for isi v0.5.0 *v0.3.0 * 1). support for isi...
[ "ydf8525@126.com" ]
ydf8525@126.com
292094d93f0b9b6d4ea71a2e33b5ff57c72bf797
ffdee1771094fc7c63408db75eccb26f6a7e9911
/voip-ios/Audio/ThirdParty/TPCircularBuffer/TPCircularBuffer+AudioBufferList.h
ef709c3a5f93f3eb8cf0ce9a3acca24bf9504c98
[ "Apache-2.0" ]
permissive
notfoolen/voip-ios
90dcfb5b57fb4085a7023f6023ef2f57a2ad15d0
1b984dd68404dfb59e061796f253ffff8fe3d476
refs/heads/master
2021-01-18T18:01:06.934954
2017-03-31T18:46:19
2017-03-31T18:46:19
86,836,058
1
1
null
null
null
null
UTF-8
C
false
false
9,168
h
// // TPCircularBuffer+AudioBufferList.h // Circular/Ring buffer implementation // // https://github.com/michaeltyson/TPCircularBuffer // // Created by Michael Tyson on 20/03/2012. // // Copyright (C) 2012-2013 A Tasty Pixel // // This software is provided 'as-is', without any express or implied // warranty. In...
[ "notfoolen@Timurs-MacBook-Pro.local" ]
notfoolen@Timurs-MacBook-Pro.local
fb3612734495c19cb7adf81e653bdb64f1700e6b
9b9ecfc44fed88e2494fca3cf9d263ab4a111d56
/external/bltsville/gcbv/gcmain.c
52fd3311deb0c52418338f801dd487bbca488257
[]
no_license
ghsecuritylab/kitkat-2
4b9ee9e085d5294a73621d51d80a2cd472977b91
51b1e812a87d8bf22a135df4f054a14d9c65f87b
refs/heads/master
2021-03-01T02:21:06.299684
2015-10-16T06:13:27
2015-10-16T06:58:24
245,747,275
0
0
null
2020-03-08T03:46:03
2020-03-08T03:46:03
null
UTF-8
C
false
false
8,600
c
/* * Copyright (c) 2012, * Texas Instruments, Inc. and Vivante Corporation * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above c...
[ "guido.dallolio@datalogic.com" ]
guido.dallolio@datalogic.com
35300a6d2e8a1cc78f2223775fe4748f13fdb333
81a880f7f6a6503c9a31ab5eb58eac20b79db046
/Quad-V2/00-Modules/DBG/DBG.c
bc37946f6772821ab64320a52a01de99c83da42e
[]
no_license
aceacedey/custom-pic-quad
434d831dd2132662e34a8b590ab19d5f9b34c88e
2954e2948fe7f38a32c79a2454771aab96c7e753
refs/heads/master
2021-03-12T22:36:39.512575
2014-08-22T18:46:38
2014-08-22T18:46:38
33,474,870
0
0
null
null
null
null
UTF-8
C
false
false
1,062
c
#include "DBG\DBG.h" //************************************************************ void DBGInit() { //******************************************************************* // Debugger interface uses pins AN4/RB2 and AN5/RB3 for communicating // debug signals, so they need to be released for digital I/O //-...
[ "azarenin@gmail.com@bb90f81c-1e10-663d-700f-9058ac00d062" ]
azarenin@gmail.com@bb90f81c-1e10-663d-700f-9058ac00d062
4e707c0298711f08e88d113b7278980696962d2d
1685dd3dbe910851a3f18fa85ecaf346bc795d5f
/device-testsw-source-code/src/server.c
12e41ad3b759b406d74df678c98384db4c8c2315
[]
no_license
bleachangel/FactoryTestI8
5476287436b7cdd29e85cc07e7ec4144145ff9a1
7a8de39c9dbd4ed35869e27e7789218477de1623
refs/heads/master
2020-11-26T07:02:50.138747
2019-10-28T06:00:47
2019-10-28T06:00:47
null
0
0
null
null
null
null
UTF-8
C
false
false
25,800
c
#include <unistd.h> #include <sys/types.h> #include <sys/ioctl.h> #include <sys/time.h> #include <sys/wait.h> #include <stdint.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <errno.h> #include <pthread.h> #include <fcntl.h> #include <net/if.h> #include <arpa/inet.h> // mips-linux...
[ "chenk@apical.com.cn" ]
chenk@apical.com.cn
6986000c8d1d85a8046b64adb46f1bbbbf32a1c3
5da89940b22d64ccf3c8aba8cd8175bf1e251b58
/Outdated Code/calculationsWithOptimizedTurnNOWORK.c
d03d4d40e7c5f36e4208b4acefead15f6f89c228
[]
no_license
lukaswormald1/goose-destroyer
bbbda776bba4b37b3dca2546b86915b79f901296
e6e107676615dc331f8bdfae1e764720ee6ef033
refs/heads/master
2020-05-18T04:27:28.424200
2018-11-27T01:39:19
2018-11-27T01:39:19
184,173,435
0
0
null
null
null
null
UTF-8
C
false
false
1,819
c
#include "initialization.c" #ifndef CALCULATIONS #define CALCULATIONS //Calculations //Distance to closest firing position float distToRange (Coordinate const & tank0Loc, Coordinate const & target) { return sqrt(pow(tank0Loc.x - target.x, 2) + pow(tank0Loc.y - target.y, 2)) - RANGE; } float distToCoordinate...
[ "noreply@github.com" ]
lukaswormald1.noreply@github.com
a8b154a228a7e2b0c85200640ea62b6db94d30c8
7f38190ac54a56d7cd71b59edc3dc440f5ae97c5
/C/dynamiclib/main_func.c
69874bd17761d5907d09d11a68a32436de5e81dd
[]
no_license
R7J/MyProgramsBkp
88d83306280dadca59ed9a28ebe29417568a4347
86cb0a39ee0ae5b275e7df587303557db7b31e0f
refs/heads/master
2020-03-24T12:10:56.932249
2018-07-26T08:13:49
2018-07-26T08:13:49
null
0
0
null
null
null
null
UTF-8
C
false
false
55
c
#include<stdio.h> int main(void){ func(); func2(); }
[ "ramanareddy1892@gmail.com" ]
ramanareddy1892@gmail.com
81a530235e7fd56b137da5fcc4d12090d80236b9
e756ed6ee299745978763622e5ed3cc8a27a2a3c
/0x01-variables_if_else_while/4-print_alphabt.c
fb8663c491984e6f89f78d8f658e212a8831e250
[]
no_license
Kawkaawaa/holbertonschool-low_level_programming
efde00040eb2d636e2225c4d77a402390fafcf8c
bfe8cfbf05b5f3b99d6d236d16ab7299365f2f8e
refs/heads/master
2023-04-14T08:48:52.216703
2020-01-10T22:33:28
2020-01-10T22:33:28
null
0
0
null
null
null
null
UTF-8
C
false
false
315
c
#include <stdio.h> /** *main - print the alphabet in lowercase * *description: Will print out the entire alphabet in lowercase *Return: 0 */ int main(void) { char a = 'a'; while (a <= 'z') { if (a == 'e' || a == 'q') { a++; } else { putchar(a); a++; } } putchar('\n'); return (0); }
[ "mcavigli@gmail.com" ]
mcavigli@gmail.com
1ed1740485b8aed3c8282bcbf2155757bc1d3ba2
7dfa3a5a873d4c0fc74d13e78f685daec543d621
/src/libdatastruct/avltree.h
2fc944b2763e40bf72228c06a3e27c81f83efbb7
[]
no_license
djbtao/skalibs
1c500ea0823c57dd6932b9aa80b54f2174a55064
c2ed75c9838767af60a05451b6d216331c1dbccf
refs/heads/master
2021-01-01T16:21:03.750988
2014-03-31T14:59:23
2014-03-31T14:59:23
null
0
0
null
null
null
null
UTF-8
C
false
false
2,381
h
/* ISC license. */ #ifndef AVLTREE_H #define AVLTREE_H #include "functypes.h" #include "gensetdyn.h" #include "avlnode.h" typedef struct avltree_s avltree, *avltree_ref ; struct avltree_s { gensetdyn x ; unsigned int root ; uintcmpfunc_t_ref cmp ; void *external ; } ; #define AVLTREE_ZERO { .x = GENSETDYN_Z...
[ "k.os.tao@gmail.com" ]
k.os.tao@gmail.com
518ca93577f51bd0cf82850ddc1300e6aa14ea5b
385c82fd691b71803f20dc127fd109706c994b94
/include/dllist.h
f932a0b3d488026ae592dcf4ab2dbad302b0f741
[]
no_license
kevwargo/npr-distmon
9bb47574e489527a8fc79d8d5a9757dbf4913184
ee9ba7e2adaef1d2e7fa0e9ba7419046cb4d8d9b
refs/heads/master
2021-01-23T01:08:58.587341
2017-09-29T08:17:44
2017-09-29T08:17:44
85,883,049
0
0
null
null
null
null
UTF-8
C
false
false
948
h
#ifndef _DLLIST_H_INCLUDED_ #define _DLLIST_H_INCLUDED_ struct dll_entry { struct dll_entry *prev; struct dll_entry *next; unsigned char item[0]; }; struct dllist { struct dll_entry *head; struct dll_entry *tail; int size; }; #define dllist_append(list, item) \ dllist_new(list, item, size...
[ "jarasz.kevwargo@gmail.com" ]
jarasz.kevwargo@gmail.com
d55b6ba0d25405ab316567c890d45f7c206450dc
12c593b92674fda381d4a1052781914a5f3bba4a
/VerneRefreshTableView/Controls/EGO/EGORefreshConstant.h
0636fb159e20f1dae601ddcf3609e63f4853a7ea
[]
no_license
vernepung/VerneRefreshTableViewByEgoRefresh
f960ebb2ff7b35b23e7445f5de32288ec8529b0e
4d530b3f1bc87721f61a64d7b362dda45fd9f8e2
refs/heads/master
2020-04-05T04:29:41.981659
2015-04-29T03:52:10
2015-04-29T03:52:10
34,736,165
1
0
null
null
null
null
UTF-8
C
false
false
797
h
// // EGORefreshConstant.h // UITabViewDemo // // Created by Bob on 14-4-23. // Copyright (c) 2014年 guobo. All rights reserved. // #ifndef UITabViewDemo_EGORefreshConstant_h #define UITabViewDemo_EGORefreshConstant_h #define TEXT_PULL_UP_TITLE @"下拉刷新" #define TEXT_PULL_UP_RELEX @"松开即可刷新" #define TEXT_PULL_LOADING ...
[ "vernepung@hotmail.com" ]
vernepung@hotmail.com
00ad7f9ace533dc2ec9ee4f51795cc6dd48ab4a6
37051470adf20f7de7cc8bc068152ee9cd34579c
/src/tor/src/lib/encoding/time_fmt.c
573dfaad8281e4a29a8589be0805d95c1b5db0d8
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-maxmind-odl", "GPL-2.0-or-later", "OpenSSL", "Autoconf-exception-generic", "NCSA", "ISC", "BSD-2-Clause" ]
permissive
noirofficial/noir
6f1b8ed4b58a37d5e8cb793550b1455651a51abd
e30c03e6b77fe6173cf0c4890ecd7d3681c9abed
refs/heads/master
2022-06-13T19:58:07.656991
2020-10-13T17:46:46
2020-10-13T17:46:46
149,126,565
24
18
MIT
2022-06-06T19:17:36
2018-09-17T13:06:49
C++
UTF-8
C
false
false
15,270
c
/* Copyright (c) 2001, Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** * \file time_fmt.c * * \brief Encode and decode time in various forma...
[ "flo071@gmx.at" ]
flo071@gmx.at
3a5125d89c8361432b24fa991f254d0b962e2263
fc81e71c194404696b40a13aa6aaf7d5490c95ae
/Laba12. 1 201-726.c
b03808241412cc98058f5cd152d359128c7332f9
[]
no_license
Wevepon3/Podkolodnikov
3df271af2b7dc76dd29d17982df5bd68e237bea0
f8394ea8f81637987764ca0eabb413f9d1bcffdc
refs/heads/master
2023-02-08T14:03:07.823099
2020-12-17T17:44:31
2020-12-17T17:44:31
298,334,779
0
0
null
null
null
null
UTF-8
C
false
false
2,274
c
#include <locale.h> #include <stdio.h> #include <math.h> main() { setlocale(LC_ALL, "Rus"); int x, y, z, g; int k, c; printf("X (день) - "); scanf_s("%i", &x); printf("y (месяц) - "); scanf_s("%i", &y); g = x / 10; //десяток z = x % 10; //еденицы k = 0; while ((x > 10) && (x < 20)) { swit...
[ "noreply@github.com" ]
Wevepon3.noreply@github.com
6b0f1293631790dab657be358b6a1bd2f14ba42e
3d9eff985b33d617a1c73ea0a78ea62594a309c6
/libraries/net/https/axTLS/ssl/gen_cert.c
c2fe381eb944635b8b80b5c53a475498d23306ad
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
IlliniSolarCar/mbed
1dfd83d93eb3fb1f5c405c11866958feac477ca0
58a1f8e76c443988eadae3447d4c7681266edb80
refs/heads/master
2023-05-15T02:47:06.532504
2022-06-16T18:53:17
2022-06-16T18:53:17
201,303,329
4
0
Apache-2.0
2022-06-16T18:53:18
2019-08-08T17:10:08
C
UTF-8
C
false
false
11,235
c
/* * Copyright (c) 2007, Cameron Rich * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of c...
[ "bogdan.marinescu@arm.com" ]
bogdan.marinescu@arm.com
016c258c246652b4d834293d1b91c9879a0c219d
555422ac465e1325b598bed32a7307abd5b649c1
/src/uml/connection_point_reference.h
a9a5d60291577e95187e61077ab7ded31b725049
[ "MIT" ]
permissive
Quicksilver-Project/quicksilveruml
f73d072c6950d597743aa4ca99947c267d54d9cc
c9019443360c98c61edbd60c93cf2c1701912c2e
refs/heads/master
2020-04-10T03:24:47.202448
2018-12-12T04:51:57
2018-12-12T04:51:57
160,769,500
0
1
null
null
null
null
UTF-8
C
false
false
666
h
/**~state machine~ * A_connection_state [Association] * * Diagrams * * Behavior State Machines * * Member Ends * *  State::connection * *  ConnectionPointReference::state **/ /** * A_entry_connectionPointReference [Association] * * Diagrams * * Behavior State Machines * * Owned Ends * * ...
[ "logan.campos123@gmail.com" ]
logan.campos123@gmail.com
ac87e51a0115c08a4536e4d597bf50ddcb1d61b8
e44893a8c331d7d50b3b6a0608eb90be645e0de6
/裸板/Relocate/usart.c
504d3794f48b8c575c342c3fd1b1f74fe7ca81fe
[]
no_license
tangwangCHR/All-come-in
9c29c7009823f18ed7ec45c5b4b8668b5d145aa6
2cca49a6de2f5e5ccadec648722fe585380ed8b8
refs/heads/master
2020-04-08T23:01:45.713432
2018-12-24T11:19:24
2018-12-24T11:19:24
159,808,532
0
0
null
null
null
null
GB18030
C
false
false
904
c
#include "usart.h" #include "s3c2440_soc.h" /* * TXD0 RXD0 TXD1 RXD1 TXD2 RXD2 * PH2 PH3 PH4 PH5 PH6 PH7 */ void usart0_init() { GPHCON &= ~((3<<4)|(3<<6)); //设置PH2 PH3 工作在串口模式 GPHCON |= ((2<<4)|(2<<6)); GPHUP &= ~((1<<2)|(1<<3)); //使能上拉功能 ULCON0 |= 0x3; //8n1 UCON0...
[ "1157727586@qq.com" ]
1157727586@qq.com
d6457bf164d79140766250005dc23c33930bc7c5
42ed1af689163cce9909a55fafcd69a0543c09c9
/TestCase/UEFI/IHV/Protocol/DriverSupportedEfiVersion/BlackBoxTest/DriverSupportedEfiVersionProtocol.h
6e8c1c9a1e2a4afad17d7f1a048293fd1a4aab6c
[]
no_license
sjtupt/2ndProject
933ba01b30068b9fd9c39696f77dc3655ce5ff8f
f4de5400b9922e42ac3263ddf34021a3822ff418
refs/heads/master
2021-01-18T14:16:04.685713
2013-10-29T05:25:32
2013-10-29T05:25:32
13,824,155
1
1
null
null
null
null
UTF-8
C
false
false
3,459
h
/*++ The material contained herein is not a license, either expressly or impliedly, to any intellectual property owned or controlled by any of the authors or developers of this material or to any contribution thereto. The material contained herein is provided on an "AS IS" basis and,...
[ "eric.jingjin@gmail.com" ]
eric.jingjin@gmail.com
1b04c1d0856828c1a1ffdbd3db23741c2149906d
b945b2fac11f237a49de33af1b8fa02ba3ed1814
/legacy/ris/riscli/dict/dicclsch.c
1fddda7ecd6be0818a0730e8faeb01be43852304
[]
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
3,865
c
/* ** NAME: DICclose_sch.c ** AUTHORS: David Michal ** CREATION DATE: 10/90 ** ABSTRACT: ** ** ** REVISION HISTORY: */ /* ** INCLUDES */ #include "risasync.h" #include "rismem.h" #include "ristoken.h" #include "dict.h" /* ** DEFINES */ /* ** VARIABLES */ /* ** FUNCTIONS */ /* ** FUNCTION PR...
[ "ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30" ]
ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30
cc088036c413533d2440f90dfde73d03c512a0b6
66173d6fe0a4a6e252ed3bbf8ea1b9ad446349ab
/srcs/colider/capsule_collider.c
0daff6d17043859e9b927f52cec16f93b77aca49
[]
no_license
juveron/Doom-Nukem
4bb2fee81aff900645df199b4408699b30f0aa9d
53b54bb8807077b7c2c7552a42386a6831cf8da3
refs/heads/master
2022-11-30T15:33:36.382717
2020-07-29T16:05:53
2020-07-29T16:05:53
280,649,328
1
0
null
null
null
null
UTF-8
C
false
false
3,017
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* capsule_collider.c :+: :+: :+: ...
[ "juveron@student.42.fr" ]
juveron@student.42.fr
80ee56aaf55f093d17e3318c141eb45e5784e511
6b2ac45fe6031e925a8aa756170e376dbcefed77
/dns_he.c
61a2e825234e74561441bc9feffc51330ac00938
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
niklata/ndyndns
577096d2d86ee47a034732c2afbaaf9f92b64986
6b54d67c20165263f661a66894040e138aac541c
refs/heads/master
2023-01-31T09:16:00.860899
2023-01-08T01:47:50
2023-01-08T01:47:50
48,724,648
6
2
null
2017-11-13T15:20:18
2015-12-29T03:09:05
C
UTF-8
C
false
false
7,025
c
/* dns_he.c * * Copyright (c) 2010-2013 Nicholas J. Kain <njkain at gmail dot com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the abov...
[ "nicholas@kain.us" ]
nicholas@kain.us
0ab7b5443284585cbed2e544365c6bb7bdb09055
d89ccad9cac26ede06eef9ace379f2ad9903192e
/service/sst/include/swtr.h
d5eb6a4cf6741357dff4af84ba2760c97e81be1b
[]
no_license
Pablito2020/mediatek-modem
466b1512b8e87a44bd54ce0aab4a90b6d0d59710
866a103a6d0520db0e80a978cd39d2916196fcbd
refs/heads/master
2021-06-10T19:40:54.961612
2017-02-19T15:12:44
2017-02-19T15:12:44
82,467,464
1
0
null
null
null
null
UTF-8
C
false
false
3,873
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used o...
[ "socdelbarca72@gmail.com" ]
socdelbarca72@gmail.com
6e52cf36ecbedcb8e98ad2150158b3a545bae527
4d5d82b7b078dc2547d015f6747c31359d016aab
/sensor.h
ba12be075338a83393ab78f741191dc41372cd74
[ "MIT" ]
permissive
clean-code-craft-tcq-1/ms1snippet-c-SreeKiruthika
5a685e5b766de38d0ea9f9800d2337c04e6c505f
33b2aed54d4ddfd7f1aa453a75831d3a082a0155
refs/heads/main
2023-03-27T01:31:26.919474
2021-03-26T11:46:56
2021-03-26T11:46:56
350,351,221
0
0
null
null
null
null
UTF-8
C
false
false
1,386
h
/************************************************************************************************************************/ /* This file contains the inclusions and definitions needed for sensor validation*/ /****************************************************************************************************************...
[ "noreply@github.com" ]
clean-code-craft-tcq-1.noreply@github.com
e8f9382071de6e1da4d8b5870a9bf3b5111f7765
ad8271700e52ec93bc62a6fa3ee52ef080e320f2
/CatalystRichPresence/CatalystSDK/SoundWaveStreamingMode.h
29f2dd2b04813616eeb18c00649d9d3e68c5c675
[]
no_license
RubberDuckShobe/CatalystRPC
6b0cd4482d514a8be3b992b55ec143273b3ada7b
92d0e2723e600d03c33f9f027c3980d0f087c6bf
refs/heads/master
2022-07-29T20:50:50.640653
2021-03-25T06:21:35
2021-03-25T06:21:35
351,097,185
2
0
null
null
null
null
UTF-8
C
false
false
398
h
// // Generated with FrostbiteGen by Chod // File: SDK\SoundWaveStreamingMode.h // Created: Wed Mar 10 19:01:07 2021 // #ifndef FBGEN_SoundWaveStreamingMode_H #define FBGEN_SoundWaveStreamingMode_H enum SoundWaveStreamingMode { SoundWaveStreamingMode_Normal = 0x0, SoundWaveStreamingMode_ZeroLatency = 0x1, SoundWav...
[ "dog@dog.dog" ]
dog@dog.dog
d149a7e289078dd8dd70f90544051cd763cb9b49
5aecf0283ae309f4f15345fbbf76c0fc2a730160
/lab2/example/main.c
b6e9ab6431096169f18beec3cefecf5f129deafb
[]
no_license
ptimofeyeff/IO-labs
abead0b313355eeaf15d6ef1ebfd888d3d0d6dc5
39a9c9226bb26bf6abc36f6756637b1c46f2c9b4
refs/heads/master
2023-04-13T06:38:27.661948
2021-04-30T03:56:20
2021-04-30T03:56:20
357,862,144
0
0
null
null
null
null
UTF-8
C
false
false
11,170
c
#include <linux/module.h> #include <linux/fs.h> #include <linux/errno.h> #include <linux/types.h> #include <linux/fcntl.h> #include <linux/vmalloc.h> #include <linux/genhd.h> #include <linux/blkdev.h> #include <linux/bio.h> #include <linux/string.h> #define MEMSIZE 0xF000 // Size of Ram disk in sectors int c = 0...
[ "ptimofeev@okko.tv" ]
ptimofeev@okko.tv
4a1e4fa3e62bfc5421f4a1c2408c2ea408b2f705
c953b84ab4f12f7684d10112df2ae49d9c9fb363
/ra305x_ap_adv/ra305x_router/l2tp/src/session.c
a12267fbd6c5e4fcc1accba700a9fc580c47ff4e
[]
no_license
resper-guo/Umind-eCos-mt7628
768396a9b7457a75690d4fe6c76263ee22dd0c30
c98eb43702500c80a021388014162adce73c3b1a
refs/heads/master
2022-10-22T02:41:44.750239
2020-06-12T01:15:20
2020-06-12T01:15:20
null
0
0
null
null
null
null
UTF-8
C
false
false
10,583
c
/**************************************************************************** * Ralink Tech Inc. * Taiwan, R.O.C. * * (c) Copyright 2002, Ralink Technology, Inc. * * All rights reserved. Ralink's source code is an unpublished work and the * use of a copyright notice does not imply otherwise. This source code * ...
[ "421811575@qq.com" ]
421811575@qq.com
d98391e55e37d50909ff0eefa5a8d6969cc3d675
5c255f911786e984286b1f7a4e6091a68419d049
/code/6f1eadb3-8f0f-40bb-b86e-856486ef5fe8.c
507aa31f3714969271d1d8537186d362db764f14
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
229
c
#include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 53; l = 64; k = i%j; l = l/j; l = i%j; l = i+j; j = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
9c2d003240c21ca4a51d8501848b1bc4ad6eb6ba
bb7d83cd9ab2fa9995bcfb970d2dcccd0fcc7cc4
/xlockmore/5.x/5.02/xlockmore-5.02/modes/braid.c
b4db62761eb492836116283f37ba2886f412d3df
[]
no_license
daveriesz/xlockmore-releases
8e6b4aeab63427e605e693cb55f68524a5dde319
a85e159040ed993be28fea691d5bbaf4e53dcd3f
refs/heads/master
2023-04-06T16:21:33.544578
2023-03-17T23:25:32
2023-03-17T23:25:32
292,445,787
0
0
null
null
null
null
UTF-8
C
false
false
13,779
c
/* -*- Mode: C; tab-width: 4 -*- */ /*- * braid --- random braids around a circle and then changes the color in * a rotational pattern */ #if !defined( lint ) && !defined( SABER ) static const char sccsid[] = "@(#)braid.c 5.00 2000/11/01 xlockmore"; #endif /*- * Copyright (c) 1995 by John Neil. * * P...
[ "dave@riesz.net" ]
dave@riesz.net
393512620758ded8669b55258eb666be27a49752
b54522bd1eb8d1be1cf65aa53bdde8b17fdc448c
/v1.0/fw/etna-fw-v1.0.0/components/nrf5_sdk/libraries/gpiote/app_gpiote.c
b45271699e2d8e9ba3e042b924e45a119b6fc214
[]
no_license
illysky/etna
ba3fec30f73088015ab903d896af8c327008f6c3
fd2abafb494a73ac27d394f7afbbdf46ba11feb5
refs/heads/master
2021-10-11T10:28:52.630576
2021-10-10T10:56:03
2021-10-10T10:56:03
168,384,412
4
0
null
null
null
null
UTF-8
C
false
false
8,705
c
/* Copyright (c) 2015 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferable use...
[ "dom@illysky.com" ]
dom@illysky.com
74c341bd34481f964f37e4d82b0780f3093ecd1e
abda4958a50ad0b89a52eaa0cec426b9d33b3287
/module_1/Assignment_1b.c
df8a9bb7c0c7e8a1c33f3e3d91a56659067997ff
[]
no_license
mbarajas/Parallel-Programming
c203f006e4ffe7f7512767398be8d15344b03381
1a7dcfa3656378c12e545aa2254c4630fb73872c
refs/heads/master
2021-07-11T07:43:32.271058
2021-03-09T15:02:20
2021-03-09T15:02:20
20,064,299
0
0
null
2021-03-09T15:02:21
2014-05-22T14:34:07
Rich Text Format
UTF-8
C
false
false
1,158
c
#include <pthread.h> #define THREADS 2 #define ARRAYSIZE 6 #define ITERATIONS ARRAYSIZE / THREADS int sum=0; int numArray[ARRAYSIZE]; pthread_mutex_t sum_mutex; void *thread_sum(void *tid) { int start; int *mytid; int end; int mysum=0; mytid = (int *) tid; start = (*mytid * ITERATIONS); end = start...
[ "manuel.barajas@careerbuilder.com" ]
manuel.barajas@careerbuilder.com
3bef066aea4342f6790b8420964f6237c77e9067
4fd01b159ee63d9d98cb1f2856fb6756d563b35a
/Example/Pods/SVGKit/Source/DOM classes/SVG-DOM/SVGUnitTypes.h
d5bb2d2ca2ec01c06efceef1a36093c336ae0289
[ "MIT" ]
permissive
HajjiAnwer/AvatarUIKit
80c591576939f191e80dcc0086a7e6ca7c8e7b43
44a0575ba15e77702aed9c681bd551c31dfd1f62
refs/heads/master
2023-08-14T11:03:49.745675
2021-10-20T12:21:36
2021-10-20T12:21:36
255,456,963
4
0
MIT
2021-10-20T12:16:47
2020-04-13T22:41:37
Swift
UTF-8
C
false
false
383
h
// // SVGUnitTypes.h // SVGKit-iOS // // Created by David Gileadi on 8/14/14. // Copyright (c) 2014 na. All rights reserved. // #ifndef SVGKit_iOS_SVGUnitTypes_h #define SVGKit_iOS_SVGUnitTypes_h typedef enum SVG_UNIT_TYPE { // Unit Types SVG_UNIT_TYPE_UNKNOWN = 0, SVG_UNIT_TYPE_USERSPACEONUSE = 1, ...
[ "hajjianwar@Mac-mini.local" ]
hajjianwar@Mac-mini.local
feacaed5654379c9eb3f29ddd52120bdea376903
2f985000a455280288cd137a0dd72c0e8abff777
/tun.c
bf22d33576acdf94aeffe8b470ea288cf712e693
[]
no_license
dangnhat/tsps
55055c14f1db62f0fb90f9d3c240a5fdb4b99550
d081eaee7104ff691df18cdb842e5b10fade070a
refs/heads/master
2020-12-03T09:17:52.376259
2016-02-04T07:11:37
2016-02-04T07:11:37
null
0
0
null
null
null
null
UTF-8
C
false
false
5,269
c
/* * TSP Server * * A TSP Server implementation that follows RFC5572 as much as possible. * It is designed to be compatible with FreeNET6 service. * * Copyright (C) 2011 Guo-Fu Tseng <cooldavid@cooldavid.org> * * This program is free software: you can redistribute it and/or modify * it under the terms o...
[ "cooldavid@cooldavid.org" ]
cooldavid@cooldavid.org
a48d469a2f92a095dd7d92fca269ebaa86ce3195
b3168f21185a89d889859c353e1847172b47872d
/sparsemat.c
2315adbcc5945c961815584b24675a80fb9e6909
[]
no_license
Soumali-coder19/Haveli-of-programs
677a880132e0b2e4003b0afe56415ef0f20dbf67
a9c7463588c823c1a8b611b4a8ca9bb556fa4079
refs/heads/master
2021-06-22T05:02:54.175794
2021-05-06T20:05:05
2021-05-06T20:05:05
215,520,479
0
0
null
null
null
null
UTF-8
C
false
false
858
c
#include<stdio.h> #include<conio.h> void main() { int A[10][10],B[10][3],m,n,s=0,i,j; //clrscr(); printf("\nEnter the order m x n of the sparse matrix:"); scanf("%d%d",&m,&n); printf("\nEnter the elements in the sparse matrix(mostly zeroes):"); for(i=0;i<m;i++) { for(j=0;j<n;j++) { printf("\n...
[ "noreply@github.com" ]
Soumali-coder19.noreply@github.com
9cd28204150100732353617897895cc132a586ce
3d3df078a9bac071a619629e0466f8ab3d619d23
/IOT_alarmclock/src/lm35.h
ecee96f066fd52766c522559960c0f38510ab6f2
[]
no_license
dani8266/IOT_alarm_clock
807eeca6169ecba51814d993b2bcba880c55184f
0b52f702c28e142189a54e5ef824022272a82700
refs/heads/master
2020-07-24T18:27:16.844570
2019-12-12T10:50:02
2019-12-12T10:50:02
208,009,581
0
1
null
null
null
null
UTF-8
C
false
false
67
h
#include "Particle.h" #define lm35_pin A0 int IndoorTemp();
[ "noreply@github.com" ]
dani8266.noreply@github.com
a5a8748b4dc789533b2dfeb101f83a9072e95fb8
8838eb997879add5759b6dfb23f9a646464e53ca
/platform/efm32/efm32zg_stk3200/efm32_conf.h
3eec1cc6c72a3ad37bae2a1b43183ddb31e5effd
[ "BSD-2-Clause" ]
permissive
embox/embox
d6aacec876978522f01cdc4b8de37a668c6f4c80
98e3c06e33f3fdac10a29c069c20775568e0a6d1
refs/heads/master
2023-09-04T03:02:20.165042
2023-09-02T14:55:31
2023-09-02T14:55:31
33,078,138
1,087
325
BSD-2-Clause
2023-09-14T16:58:34
2015-03-29T15:27:48
C
UTF-8
C
false
false
243
h
/** * @file * @brief * * @author Anton Kozlov * @date 24.04.2014 */ #ifndef EFM32ZG_SK3200_SRC_BSP_API_IMPL_H_ #define EFM32ZG_SK3200_SRC_BSP_API_IMPL_H_ #include <efm32zg222f32.h> #endif /* EFM32ZG_SK3200_SRC_BSP_API_IMPL_H_ */
[ "drakon.mega@gmail.com" ]
drakon.mega@gmail.com
0c35a6f566901bd436eb32f2d4590c8480658ac7
03525ead807f6851047885831bfd6446f3c2280f
/5º semestre/4ª Bolinha/Exercicios - Revisão Vetores/Ex. 3.c
9adc3df208c6bb7cdde23f49e8052db0e1fd5c65
[ "MIT" ]
permissive
sartinicj/Kroton-Anhanguera-2014-a-2018
b5942daf586e8b2a84efd510c6f38eaf5cf83204
cb3ffd2c8683cb42b37a7cb08e07c45f4a7f752d
refs/heads/main
2023-07-13T22:28:14.256648
2021-08-24T14:36:15
2021-08-24T14:36:15
399,253,145
0
0
null
null
null
null
UTF-8
C
false
false
588
c
#include <iostream> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char** argv) { int vet[4], i, ma, me; float med, soma; i=1; soma=0; for(i=0; i<4; i++){ printf("Digite um valor: "); scanf("%d", &vet[i]); } ma=vet[0]; me=vet[0]; for (i=0;i...
[ "sartinicj@outlook.com" ]
sartinicj@outlook.com
770ef27fbd3514fecba6587bfb13abefc32daec0
d99077b3d25dd4109acf49734078c96bd754bebd
/deamon/srcs/conf_file_parsing/ft_get_parsing_path.c
4e591c6dcfb672678a922e3b7c32df61fe3d00e4
[]
no_license
sclolus/taskmaster
3ca39ae5d4a7f2184500b63531a9ed903f1ea90f
472a8e1d88bb129fdd3c087f0b9ba9613e759fce
refs/heads/master
2021-01-19T13:08:38.477567
2017-09-16T04:57:27
2017-09-16T04:57:27
100,827,703
1
0
null
null
null
null
UTF-8
C
false
false
1,226
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_get_parsing_path.c :+: :+: :+: ...
[ "sclolus@e1r13p14.42.fr" ]
sclolus@e1r13p14.42.fr
fd9959dfd9eebfde46c3b0dc99e6419d36c754b2
bfa2e88db326740249b2d8023d9672050009326c
/monitoring.c
61347fc858348caf5042edfff90fc53223967403
[]
no_license
AleksandraTyrlikova/monitoring
f058f906cdba631146f4e8b92d721fc284df3393
5756098dbc77669a5fc061b637907dc134f55a15
refs/heads/master
2020-05-01T17:05:22.321329
2019-03-25T13:22:12
2019-03-25T13:22:12
177,589,508
0
0
null
null
null
null
UTF-8
C
false
false
1,892
c
#include <unistd.h> // g++ monitoring.c -o monitoring.out -I/usr/include/ -lmraa #include "mraa/aio.h" #include "mraa/gpio.h" #include "math.h" int main() { mraa_aio_context adc_a[2]; mraa_gpio_context gpio_in; uint16_t adc_value = 0; int i; int B=3975;//константа для работы с температурой int D2=0; f...
[ "noreply@github.com" ]
AleksandraTyrlikova.noreply@github.com
c1467b6bc4c9b5ead31097f34520030f2ef7279f
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/linux-master/drivers/input/touchscreen/tsc2007_core.c.bak.c
90a16f5d94159d3a38fbda5dda5a0d66294b6b5e
[]
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
11,016
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* * drivers/input/touchscreen/tsc2007.c * * Copyright (c) 2008 MtekVision Co., Ltd. * Kwangwoo Lee <kwlee@mtekvision.com> * * Using code from: * - ads7846.c * Copyright (c) 2005 David Brownell * Copyright (c) 2006 Nokia Corporation * - corgi_ts.c ...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
410e96a20777ccc7675a38a36e4e81c51ea60afc
ec59f447a7ea27f3370a1eea8277cecaa1f1fb46
/rtmp01/FFLv2-lib-master/source/thread/FFL_thread.c
8d5f8521712fe5a359f6585870ba13d2a72ee646
[]
no_license
lianhuaren/cocoa
1f1da889b0f6ac3352c15fcbd4b2b42df58fe0cd
04e46392d51018ed589e46d5114079d6ed3e3946
refs/heads/master
2021-06-04T04:33:41.733428
2021-01-21T08:20:26
2021-01-21T08:20:26
4,923,423
2
0
null
null
null
null
UTF-8
C
false
false
5,347
c
/* * This file is part of FFL project. * * The MIT License (MIT) * Copyright (C) 2017-2018 zhufeifei All rights reserved. * * FFL_Thread.c * Created by zhufeifei(34008081@qq.com) on 2017/08/12 * https://github.com/zhenfei2016/FFLv2-lib.git * 线程,主要移植于SDL库 * */ #include <FFL_Thread.h> #include <FFL_Mu...
[ "libb@bairuitech.com" ]
libb@bairuitech.com
7c6ce842ffa38098c68ad52b2af503994406191e
913fbc48b13cd7352ace806789b85dd07841e6dc
/Comunicaciones/Task4_CanTransmitFunctions/source/infrastructure/bsp/libboard_samv7-ek/include/s25fl1.h
98f6c2cc2b982c53410b4058aeb806837de92eb4
[]
no_license
Shaiduck/embedded
858a168542819d4854b6feaaaccf96f63df6fe18
bc57d19f5dd5a766c6aac44d21e55f674eafe55a
refs/heads/master
2020-03-27T14:50:11.562679
2019-05-09T04:07:26
2019-05-09T04:07:26
146,681,865
1
2
null
2019-04-10T03:54:28
2018-08-30T01:59:32
C
UTF-8
C
false
false
9,253
h
/* ---------------------------------------------------------------------------- * SAM Software Package License * ---------------------------------------------------------------------------- * Copyright (c) 2013, Atmel Corporation * * All rights reserved. * * Redistribution and use in source and b...
[ "cristian.shaidt@gmail.com" ]
cristian.shaidt@gmail.com
74f6242012a2369e41d2743af007baa8dacfaf3f
2f48d7f3655e8481006672ada477a9b66126b18a
/test/config/autogen/fill_2_2_1.i.c
e9a42a232718ba7766d4f6781a29ba4623b2d55d
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
DanielSchuette/re2c
0b8befd7faf5f7cb2a11bb037a3685271b3f598e
5ecfafc27728b5450fa26b0d93a3a3e007e11236
refs/heads/master
2022-07-13T09:17:46.173500
2020-05-19T20:29:59
2020-05-19T20:29:59
null
0
0
null
null
null
null
UTF-8
C
false
false
288
c
/* Generated by re2c */ // re2c:define:YYFILL = "fill(need);"; // re2c:define:YYFILL@len = need; // re2c:yyfill:check = 0; { YYCTYPE yych; fill(1);(1); yych = *YYCURSOR; switch (yych) { case 'a': goto yy4; default: goto yy2; } yy2: ++YYCURSOR; { x } yy4: ++YYCURSOR; { a } }
[ "skvadrik@gmail.com" ]
skvadrik@gmail.com
c830173a5e8282e636cee4f1e70fe67f2aa8b767
bfb30eec5563cd267676c505fac621d2158a568f
/codechef/chefgr.c
4db8d84bdb2b60a6f674e12f771184b28b997aa6
[]
no_license
ismnitesh/Codes
fe98b40f6e434f29aafe971249b1c51232c3bb30
1232387848458ce48d8eaf280726ffd482bf52b7
refs/heads/master
2021-01-18T21:19:45.978804
2016-03-28T13:47:12
2016-03-28T13:47:12
30,146,054
0
1
null
null
null
null
UTF-8
C
false
false
434
c
#include<stdio.h> int main() { int t,n,m,a[105],i,max,count; scanf("%d",&t); while(t--) { scanf("%d%d",&n,&m); max=0; for(i=0;i<n;i++) { scanf("%d",&a[i]); if(a[i]>max) max=a[i]; } count=0; for(i=0;i<n;i++) { count=count+max-a[i]; } if(m>=count) { if((m-co...
[ "nkagrawal14@gmail.com" ]
nkagrawal14@gmail.com
dabb12dcdf2d4af2336516c7b1da75b62c4aae1b
d876a40f73a852105f92205ff676a9dbda3277ef
/DUMP/TBP_ContextualHelp_RangedWeapon_FireMode_classes.h
ae4cffceadacc89a0a263c53ec430b60908da78b
[]
no_license
xkp95175333/Bloodhunt_SDK_15_9_21
b1aacd07984425e57210843e9b62d247f7cf0de6
f39061d5932b5184951d40423674059a8837534b
refs/heads/main
2023-08-02T13:48:08.544313
2021-09-15T12:54:27
2021-09-15T12:54:27
406,763,953
2
0
null
null
null
null
UTF-8
C
false
false
1,274
h
// BlueprintGeneratedClass TBP_ContextualHelp_RangedWeapon_FireMode.TBP_ContextualHelp_RangedWeapon_FireMode_C // Size: 0xd0 (Inherited: 0xc4) struct UTBP_ContextualHelp_RangedWeapon_FireMode_C : UTBP_ContextualHelpBase_C { char pad_C4[0x4]; // 0xc4(0x04) struct FPointerToUberGraphFrame UberGraphFrame; // 0xc8(0x08) ...
[ "68745798+xkp95175333@users.noreply.github.com" ]
68745798+xkp95175333@users.noreply.github.com
22473b87478782a7e9c2c727c0621dac29be22d4
e6525346cfb15da999c186d6037cd280c2ba488e
/Satish_Karnekota/25jan_2021/conditional_statement/conditional_statement.c
a64c1fa66d1cd2b794c9fac21aff539bbcf74d3b
[]
no_license
srivalli-project/TS_Team
dbac1713ccb927e42f6863a3b50c719b4fc87fa6
144a7a1a1cf567557f17d0f62b7d221b294b968d
refs/heads/master
2023-02-25T12:02:52.225132
2021-01-28T11:34:31
2021-01-28T11:34:31
331,626,583
0
1
null
null
null
null
UTF-8
C
false
false
1,429
c
#include <assert.h> #include <limits.h> #include <math.h> #include <stdbool.h> #include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> char* readline(); int main() { char* n_endptr; char* n_str = readline(); int n = strtol(n_str, &n_endptr, 10); if (n_endp...
[ "sksatishkumar133@gmail.com" ]
sksatishkumar133@gmail.com
94e7594339baec934a50c7ed254c29d3665fc10b
0d81ed70d6a445a489baaf96f240f1b328fcd1ce
/Pods/Headers/Public/TXIMSDK_TUIKit_iOS_Professional/TNaviBarIndicatorView.h
387891adb9a0f551d546707b2ff89b7067756830
[]
no_license
mb18738140150/huijushangxueyuan
e5dd220ed15b4f9cd07d17b08c1f3ea8ba7e95ae
d444ea0312856eb4665befb06d253d91f96fd14d
refs/heads/master
2023-01-31T12:51:12.179954
2020-12-15T09:20:09
2020-12-15T09:20:09
304,179,089
0
1
null
null
null
null
UTF-8
C
false
false
100
h
../../../TXIMSDK_TUIKit_iOS_Professional/TUIKit/Classes/Section/Conversation/TNaviBarIndicatorView.h
[ "ytx123013@gmail.com" ]
ytx123013@gmail.com
9f3d819cf1ddde0483b33a1f7afec5207863095a
67e1d6b442293fbff3e5e30f07b434260c635aa7
/sensor/main.c
47f76f7da01baed34680d285737120a92e827547
[]
no_license
zeyugao/atmega8a
f92c5476fd791c904118020ab1233816ffc68550
05c2191510e88c58be48ee77a51294ad4d5e78e7
refs/heads/master
2020-05-04T15:30:24.886564
2019-05-12T08:42:35
2019-05-12T08:42:35
179,243,801
0
0
null
null
null
null
UTF-8
C
false
false
1,204
c
#ifndef F_CPU #define F_CPU 8000000UL #endif #include <util/delay.h> #include <stdlib.h> #include "../module/usart.h" #include "../module/dht11.h" #include "../module/i2c_lcd1602.h" #include "../module/adc.h" #define DHT11 1 #define LIGHT 2 #include <avr/io.h> #ifndef BUILD #include <avr/iom8a.h> #e...
[ "zeyugao@outlook.com" ]
zeyugao@outlook.com
fd846cdb3b57673cdb93b92c18d2f73528cf9291
ec2301ba138dba3cc8cd370e0a2618b4ff1df141
/src/ft_strjoin.c
dde7882197859aef722772b69e9a6d3c915b9f5b
[]
no_license
ARhony/Libft
d5a1bcefac93153eda7206bd15fdd065b61d52f4
7890d7766072a119ba66426738480907a25f4d83
refs/heads/master
2023-06-08T17:29:05.419994
2023-05-29T05:46:48
2023-05-29T05:46:48
102,402,921
0
0
null
null
null
null
UTF-8
C
false
false
1,354
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strjoin.c :+: :+: :+: ...
[ "aramon@student.42perpignan.fr" ]
aramon@student.42perpignan.fr
82d9b2d2d63fde977a7c25f279182be7a8565f37
74a6914d408e2d437f82bf9213dccea9700d9f87
/tests/test_buffer_new.c
71a7d9299e91cd0011c7b27f1af8814bcad35eef
[ "Apache-2.0" ]
permissive
adsr/mlbuf
19008aa99ceb7a789adf8b4c6ac80bffac684c86
48f2c5ce7a929ac1c3dd2059b73d730486a6f68c
refs/heads/master
2020-05-21T05:53:08.113192
2018-12-21T02:09:18
2018-12-21T02:09:18
27,909,890
5
1
Apache-2.0
2018-02-26T17:24:23
2014-12-12T07:19:10
C
UTF-8
C
false
false
68
c
#include "test.h" MAIN("hello\nworld", ASSERT("yes", 1, 1); )
[ "saponara@gmail.com" ]
saponara@gmail.com