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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d3f5ef28b41fbc3d9d09eed5149c74a0e8d4056a | 4a356412bd0372929999918069e88b447945f30b | /src/tests.c | 179a2c721b1ae04f6583d1d23841f72308d55e11 | [
"MIT"
] | permissive | zhengc05/lunapy | 3c555771a59c74e3cfe6eebd842e459000ab0195 | fd31cb8d3362d7ab267ffa758ff45507e784a209 | refs/heads/master | 2021-09-20T18:39:56.957268 | 2018-08-14T08:29:12 | 2018-08-14T08:29:12 | 125,840,443 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,052 | c | #include "sym.h"
#include "tokenize.h"
#include <assert.h>
#include <setjmp.h>
int test_show(char *buffer, int st, struct Token* t, bool is_parse)
{
const char* s;
int i = 0;
switch (t->type)
{
case S_STRING:
buffer[st++] = '"';
while (t->vn[i])
{
buffer[st+i] = t->vn[i];
i++;
}
buffer[st+i] = '"'... | [
"zhengc05@163.com"
] | zhengc05@163.com |
6a751d29ce707d010efc73d2a141964d2c49101d | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/g++.dg/modules/leg-merge-5_b.H | b77efb3f85e7d280df013dd085cdde640bf1b360 | [
"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 | 111 | h | // { dg-additional-options "-fmodule-header" }
// { dg-module-cmi {} }
inline int bob (int x)
{
return x;
}
| [
"rink@rink.nu"
] | rink@rink.nu |
19798900f13916630c6c12a37fa05b084c83e3f6 | 65fd068f4b83b2c211b9f9c53e8dc58fed31f2ca | /examples/3DSprites/3DCreateSprite/4colors/source/main.c | f016a0131cddcac0f4d0f1b39db9d79607fb454f | [] | no_license | btuduri/palibds | cb2ce1b70055be47c61ae6611479dbfebf128ab2 | bd70f9b5220342601b3d52026c7e9ec55a1fd9c3 | refs/heads/master | 2016-09-08T01:41:20.720208 | 2008-12-27T17:26:18 | 2008-12-27T17:26:18 | 32,271,800 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,651 | c | /*
// 3DCreateSprite
*/
// Includes
#include <PA9.h> // Include for PA_Lib
#include "gfx/all_gfx.c"
u16 gfx[3];
// Function: main()
int main(int argc, char ** argv)
{
PA_Init(); // Initializes PA_Lib
PA_InitVBL(); // Initializes a standard VBL
PA_Init3D(); // Uses Bg0, Init 3D.... | [
"sweater@fishhoo.com@70d487c4-6a1c-0410-9ca0-4d1b8e83941e"
] | sweater@fishhoo.com@70d487c4-6a1c-0410-9ca0-4d1b8e83941e |
7d7028e937c7a52b1f3dc6b4651744a8401e7a5e | 233d20ea0fe0330e66ae38444951c9925994ea4b | /libft/ft_strncat.c | f0136c5055e87c7489db0dd606214c38c4e128dd | [] | no_license | Loonyq/rtv1 | 3478c143a74438799b9e23a256d909d214c3dbc4 | beeb9dee29f42e112426190fb68910964eca7db2 | refs/heads/master | 2021-08-30T21:42:54.023861 | 2017-12-19T14:31:42 | 2017-12-19T14:31:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,123 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncat.c :+: :+: :+: ... | [
"ilukaino@e3r3p1.unit.ua"
] | ilukaino@e3r3p1.unit.ua |
99bd963df96d51846abeb84e804f1aeffbf8603c | ee1c41cb67215492f82b84b76ec85b5bb1311b36 | /working files/inc/const_menu_urov.h | 70bd3ed862d5573d6d3964b5aac10be70f4815d1 | [] | no_license | AdrianVlas/demo | e5fc2a9cf7edd0a287520f8a658a7f4c09a23a94 | 8553ddf715d72b47cc34844187dc174a1c1b7c2b | refs/heads/master | 2021-01-12T05:25:11.802809 | 2020-04-15T11:38:18 | 2020-04-15T11:38:18 | 77,925,824 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,818 | h | #ifndef __CONST_MENU_UROV__
#define __CONST_MENU_UROV__
#define EKRAN_SETPOINT_UROV_GROUP1 (EKRAN_SETPOINT_MTZ_GROUP4 + 1)
#define EKRAN_SETPOINT_UROV_GROUP2 (EKRAN_SETPOINT_UROV_GROUP1 + 1)
#define EKRAN_SETPOINT_UROV_GROUP3 (EKRAN_SETPOINT_UROV_GROUP2 + 1)
#define EKRAN_SETPOINT_UROV_GROUP4 (EKRAN... | [
"malynovsky@ukr.net"
] | malynovsky@ukr.net |
1097da3b8618226cd9007039512cc7300310851c | b25406dbbc44ac4febd447cefe7279fadf2b5756 | /Unity/ShoesAppUnity/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_K2854937690MethodDeclarations.h | dfb6935104a7fd470cab738a37026702e44d627b | [] | no_license | sunrisemoment/unity-ios-demo | e8c805f94ce8d0b5b4d00c676a9c25d4c1dc2997 | 0db4dbbdd79a73854c674c2bf9c615af1aecd5e1 | refs/heads/master | 2021-01-15T19:52:19.327510 | 2017-08-09T20:33:24 | 2017-08-09T20:33:24 | 99,830,685 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,858 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// System.Collections.Generic.Dictionary`2/KeyCollection<Vuforia.VuforiaManager/TrackableIdPair,Vuforia.HoloLensExtendedTrackingManager/PoseAg... | [
"sunrisemoment@outlook.com"
] | sunrisemoment@outlook.com |
a93419061b7f13d697d182fbf1ede5cbb0486611 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/da67f742-4a13-4da4-883e-6397dc65dbbe.c | 2a52a6b7a1612b7b9da3d807060a9057bbafa92f | [] | 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 | 253 | c | #include <stdio.h>
int main() {
int i=0;
int j=32;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = i/j;
l = i%j;
l = l-j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
5f024a660ed5695f1b8e164f285f263d25aaadd3 | e8631fec1179b73e7969d36c7e67ba7be9858813 | /C/Sample1.c | 8d10b89c16f9b916f9cdc0d9cfcc48fc945cea4b | [] | no_license | DcubeTechVentures/MCP23008_8-Channel | 4d4e591f7bdb1a7b1c489c337ff750f5516a4747 | 33da641120c47c5f83ebd784e515f87e3a92e750 | refs/heads/master | 2020-04-02T23:02:16.312351 | 2016-07-18T22:58:59 | 2016-07-18T22:58:59 | 64,725,367 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,091 | c | // Distributed with a free-will license.
// Use it any way you want, profit or free, provided it fits in the licenses of its associated works.
// MCP23008
// This code is designed to work with the MCP23008_I2CR8G5LE_10A I2C relay controller available from ControlEverything.com.
// https://www.controleverything.com/... | [
"ryker1990@gmail.com"
] | ryker1990@gmail.com |
a939f83f3e246bf0629bd2e086bbd7f5f85f1660 | d809e8f097aea2bfbb060f47dfc45f8065366d20 | /real-tests/atoi/00_launcher.c | 12801ca8547ce3a8f04f0149a61b6bcbdbf93dbf | [] | no_license | tieberghien/libunit | 8eb1114ab521e14659934d33b89c51cafdbbb9a7 | ad3c7932155a7ce4a8c85c2914e2a268abc8b0de | refs/heads/master | 2021-08-19T16:25:26.382453 | 2017-11-26T22:32:57 | 2017-11-26T22:32:57 | 111,953,638 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,839 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* 00_launcher.c :+: :+: :+: ... | [
"wbaridon@e1r7p20.42.fr"
] | wbaridon@e1r7p20.42.fr |
b18e9539ec705e23544c1409f01f52a1bf2a8822 | 585c76b058fce95fcfcc943d9d1660454c86bd70 | /l3_eviction/spectreprime-poc/spectreprime-poc_org.c | cb109677ada012467f0a48fa9bb90951d13cccc0 | [] | no_license | wlmnzf/caches | a08dd08ff72ab98e7f1dc1104f64ab6b4b8533a8 | fef59b01428c51dddf4059e7e5af064b71a91f39 | refs/heads/master | 2020-04-16T21:58:09.977990 | 2019-05-07T10:13:00 | 2019-05-07T10:13:00 | 165,947,567 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,630 | c | /*
* =====================================================================================
* Filename: spectreprime-poc.c
* Description: POC SpectrePrime
*
* Version: 0.1
* Created: 01/21/2018
* Revision: none
* Compiler: gcc -pthread spectreprime-poc.c -o poc
* Author: Caroline Trippel
*
* Adapted from POC Spectre
* P... | [
"wlmnzf@126.com"
] | wlmnzf@126.com |
85dfc50ddda240b3048bb66d94ba91318cc9a8a9 | 4952dcf53b0ead741b556fc906b44db1c227a11a | /tkvl/tkvl.c | 8c5bb1e2feeb766cd61a25bef038d93ba79b6fc7 | [] | no_license | dnclive/tlib_c | 19c007fec4178c388a4d50baeee6b05e5b32ba69 | 12320a0a42fd0f13a1993994add1863996a2ec01 | refs/heads/master | 2016-09-06T15:43:50.768558 | 2013-04-09T19:55:21 | 2013-04-09T19:55:21 | 9,330,023 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,773 | c | /*
* tkvl.c
*/
#include "tkvl.h"
tkvl *tkvl_finit() //инициализация
{
}
tkvl *tkvl_fcre(tkvlp *selfp, tstrp kvl_str)
{
tdeb_fdeb3("tkvl_deb", __FILE__, __LINE__, "selfp=%p\r\n", selfp);
tkvl *self=tcre_ftptr(selfp, tcre_mptr_cnt(tkvl,1)); //выделение указателей для tanjector
tcre_fref(&self->self... | [
"dnclive@gmail.com"
] | dnclive@gmail.com |
59053345491699586be4916cfe1e020cc29faa9f | 956e050259587de10721438f5d1674305147f656 | /BG/Level5.h | 85c6ef042e0ddd69a821ff8e6c3a3e54cfa9edd2 | [
"MIT"
] | permissive | rmps1784/BlockDude | c6b2b5afc2f4e6ba8d72d12ba9df89c70216a11c | eff983c0e76d556294024336d094b8e213cc423b | refs/heads/master | 2022-01-09T16:40:31.514471 | 2019-02-14T12:04:33 | 2019-02-14T12:04:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,039 | h | const unsigned char Level5[198]={
0x05,0x01,0x05,0xe9,0x02,0x05,0x02,0x01,0x05,0x03,0x02,0x05,0x08,0x01,0x05,0x0b,
0x02,0x05,0x03,0x01,0x05,0x02,0x02,0x05,0x03,0x01,0x05,0x08,0x02,0x01,0x05,0x09,
0x02,0x01,0x05,0x13,0x02,0x01,0x05,0x09,0x02,0x01,0x05,0x13,0x02,0x01,0x05,0x09,
0x02,0x01,0x05,0x13,0x02,0x01,0x05,0x09,0x0... | [
"mitchkendall@gmail.com"
] | mitchkendall@gmail.com |
a4f9fa97f51ec88a109361218f98a355a43aacd7 | a6e16f8b4e3e9dfb7a8b6f323b7e35fb82537222 | /C/Olivier Landemarre/MGEMLIB/X_NVDI.C | 70dab574c719fb5b99f2d30f3441b5b87e9585f1 | [] | no_license | pjones1063/Atari_ST_Sources | 59cd4af5968d20eb3bf16836fc460f018aa05e7c | fe7d2d16d3919274547efbd007f5e0ec1557396d | refs/heads/master | 2020-09-04T20:21:44.756895 | 2019-10-30T12:54:05 | 2019-10-30T12:54:05 | 219,878,695 | 2 | 0 | null | 2019-11-06T00:40:39 | 2019-11-06T00:40:39 | null | UTF-8 | C | false | false | 35,008 | c | /*
* All functions of NVDI 2.x, 3.x, 4.x, 5.x
* modified: ol -- olivier.landemarre.free.fr
*
* 04.01.2001 fl (Francois Le Coat)
* - Binding correction of vst_arbpt, vst_setsize
*
* 07.01.2001 ol (Olivier Landemarre)
* - Binding correction of v_bez_on, vqt_devinfo
* vqt_advance, vst_charmap, vst_si... | [
"ggn.dbug@gmail.com"
] | ggn.dbug@gmail.com |
b373d5c44cf42129ed3e939aeef903eaae8b1dd8 | 8518e4de1a496e409ffc13a205d106cb75ed248e | /01-list/SqList/SqListQuestion.h | 6f2f52adc55d50f39d5c3df42045df6cea298198 | [
"MIT"
] | permissive | lcl0512/cs_kaoyan | 916f73f2c3c92e586b2106da0502a1a3edb492c2 | 4ff5aa32fc7c91bea29504664e5498f166bc5e4d | refs/heads/main | 2023-04-15T13:32:23.695587 | 2021-04-22T10:50:21 | 2021-04-22T10:50:21 | 353,246,202 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,332 | h | #ifndef SQ_LIST_QUESTION_H
#define SQ_LIST_QUESTION_H
#include "SqList.h"
/*习题1 删除最小值的元素 */
ElemType Delete_Min(SqList& L);
/*交换a,b的值*/
void swap(ElemType& a,ElemType& b);
/*打印数组*/
void print_Arr(ElemType A[], int n);
/*习题2 顺序表逆置*/
void Reverse_List(SqList& L);
/*习题3 删除顺序表中所有值为x的元素, 返回删除元素的个数*/
int Delete_Elem(SqList& ... | [
"liaochanglin0@gmail.com"
] | liaochanglin0@gmail.com |
0b081285023ff9822202d94ed2b8a39f376706e9 | 622e964733a22d4061be9399f902cb28e0486a32 | /code/小学生四则运算系统.c | 0442e3708f249e34f466483470d59bad3af3da61 | [] | no_license | studydt/StudentOperationSystem | 7649099183f7114fd66577919800c9ffbcb781b5 | db81b753d981f8b8e621f5bc8ae0bfee18afce4c | refs/heads/master | 2020-05-03T23:13:17.786156 | 2019-05-11T03:27:30 | 2019-05-11T03:27:30 | 178,859,941 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 6,208 | c | //少用goto , 回去都给改了, 换成其他的
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include <time.h> //line103 time' was not declared in this scope
//将每个功能用函数分别写, 在main函数里分别调用, 这样好管理
int main()
{
char c, yonghuming[20], mima1[20], d, e, mima2[20], ch;
int k, i, m, l, n, a, b, cuowucishu = 0;
int pingjunmeidaotidefens... | [
"40539638+studydt@users.noreply.github.com"
] | 40539638+studydt@users.noreply.github.com |
c23b092d8f8b02789b3dbdd16f404fa8dd442518 | 0408274ada71087b81f34f89cb8ccacf7a39ded6 | /19_lcd_picture/BL1/mmc_relocate.c | cd12a429dc9be2a6e9be7b97c689f9b163332efc | [] | no_license | cztqwan/TQ210_-No_OS | 4dce237c055f7d58c9c0d8a0848678202d401cc2 | cb34fcb7c1a379530d8ea783788f874d744f9c45 | refs/heads/master | 2021-03-23T23:24:51.174426 | 2020-03-15T15:19:18 | 2020-03-15T15:19:18 | 247,491,789 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 851 | c | typedef unsigned int (*copy_sd_mmc_to_mem) (unsigned int channel, unsigned int start_block, unsigned int block_size, unsigned int *trg, unsigned int init);
void copy_code_to_dram(void)
{
unsigned long ch;
void (*BL2)(void);
ch = *(volatile unsigned int *)(0xD0037488);
// 函数指针
copy_sd_mmc_to_mem copy_bl2 = (... | [
"394579778@qq.com"
] | 394579778@qq.com |
e6ccbff35a6ab619afbf0dc53546f42c641e7a4a | 44e72221c5eb710cbf80cab27aa6d93c4c1d273a | /others/sf/gsl_sf_legendre_Q1.c | ea077d806a5fb8587e8f2902784f76b6a596de5c | [
"MIT"
] | permissive | floatfeather/FpGenetic | 0ff0389242b2c1a814dc68d4b422081511fb62bf | 57bee06e637084c0f9d4b34b77d6ca8a9ad4c559 | refs/heads/master | 2021-01-11T09:31:59.662835 | 2017-06-05T04:45:51 | 2017-06-05T04:45:51 | 77,437,394 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 411 | c | #include "stdlib.h"
#include "stdio.h"
#include "/home/lillian/work/install_fpdebug/valgrind-3.7.0/fpdebug/fpdebug.h"
#include <gsl/gsl_sf.h>
int main(int argc, const char * argv[]) {
unsigned long int hexdouble;
double a;
sscanf(argv[1], "%lX", &hexdouble);
a = *(double*)(&hexdouble);
double result = gsl_sf_legendre_Q... | [
"lilianwangran@163.com"
] | lilianwangran@163.com |
556793c6b3cfeedd2bc35770bcd7eaa7097ff7ee | 537f2c774f3fe21028bcf87df32e17d32316b8e4 | /Wolf3d/libft/ft_strsub.c | 63c0338f4c6987edd1bbd653c0aa57f96facca9a | [] | no_license | Azuthedar/WeThinkCode_Sem1 | 0e81dcfc6da668098b1f0697c6a947df51a012da | 3276d06d5cde2de024684ec268ba40030887cfa3 | refs/heads/master | 2021-01-12T11:10:08.834633 | 2016-11-14T08:27:28 | 2016-11-14T08:27:28 | 72,857,849 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,186 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsub.c :+: :+: :+: ... | [
"johann.buys97@gmail.com"
] | johann.buys97@gmail.com |
5b9db568f00bac7d220a51737a787f854b8ffb36 | 10854c79f64cb246b6a2cef240e00dab6238b5b6 | /mm/Sources/kernel_free.c | ae5cab3dc61f6d4110cf491fa75d1542a1832e09 | [] | no_license | xguerin/dna | 522907786531692a22ac84b1e90a0e28cc841ff3 | c8550852fcc7507aa84367e2b944e8963b4f9f4c | refs/heads/master | 2021-05-24T01:32:15.002953 | 2016-11-18T02:41:20 | 2016-11-18T02:41:20 | 73,877,089 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,955 | c | /*
* Copyright (C) 2007 TIMA Laboratory
*
* 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 version.
*
* This program is di... | [
"xavier.guerin@imag.fr"
] | xavier.guerin@imag.fr |
91ad86fb12e4a5fc6b046bdf65f5b419a14190c3 | ebcb99e0c0745ee4fb36c89243eba4752d0cdf31 | /assignment05/assignment05.h | 8f5b673f99d47cef66cd55babc89134f2ac85ad8 | [] | no_license | noahavi/c | 756c3b92e2f0c3e4cf01bbd0f4a04a3b92ffab50 | 9766f2bcd81323841a8ab2164871a98cae397e94 | refs/heads/master | 2023-08-31T13:38:43.910068 | 2020-03-24T18:18:46 | 2020-03-24T18:18:46 | 249,783,731 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,027 | h | // DO NOT MODIFY THIS FILE!
// DO NOT MODIFY THIS FILE!
// DO NOT MODIFY THIS FILE!
#ifndef __ASSIGNMENT05_H
#define __ASSIGNMENT05_H
// Magic. This crushes your main() function so we can inject our own main() function into your code.
#define main __destroyed_main__
// Functional Prototypes
int get_char_count(ch... | [
"noreply@github.com"
] | noahavi.noreply@github.com |
708e8f65f40044c43802c5def0098981a7a9ae5a | 28eca9bd52bfe9e58f4a4ae9310aa2e4724398b3 | /2/OpenGl_ 1/Resource.h | 9185a81821569b34761f21cc9506676a30c7f03a | [] | no_license | Romannaymchikys/reposit_2d | 910807d19511642cde9916f4f859a28f57bff2a1 | 89f6f6bc691625e8bb5dcd1c14c6b3953c38c7c0 | refs/heads/master | 2020-06-20T04:45:24.336932 | 2019-07-15T18:48:29 | 2019-07-15T18:48:29 | 196,998,190 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 709 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by OpenGl_ 1.rc
//
#define IDS_APP_TITLE 103
#define IDR_MAINFRAME 128
#define IDD_OPENGL_1_DIALOG 102
#define IDD_ABOUTBOX 103
#define IDM_ABOUT 104
#define IDM_EXIT 105
#define IDI_OPENGL_1 107
#define IDI_SMALL 108
#defi... | [
"romannaymchik@gmail.com"
] | romannaymchik@gmail.com |
417a2c9042eb92dba4bf76bf59a07621430f60b7 | 88664987cfbde8867df11f00b72c4050115292db | /cs/libkbm/kbm_priv.h | 4e5b9fe802daf63169738d665d553de921447df3 | [] | no_license | ddehilster/nlp-engine | 5a190832781ae150569bc41f83ba8e0e1e74bc84 | ebda6020a2af5fd831bda567956f3568fcc85b8d | refs/heads/master | 2020-06-22T05:49:04.764005 | 2020-01-28T22:26:00 | 2020-01-28T22:26:00 | 197,648,953 | 0 | 0 | null | 2020-01-28T22:26:01 | 2019-07-18T19:58:26 | C++ | WINDOWS-1252 | C | false | false | 1,025 | h | /*******************************************************************************
Copyright (c) 1998-2009 by Text Analysis International, Inc.
All rights reserved.
*******************************************************************************/
/****************************************
Copyright © 1995 by Conceptual Sys... | [
"dehilster@gmail.com"
] | dehilster@gmail.com |
f6ec08b2c7c81860273daabeae22f0dde05be61f | fd2837aef61176323fb6d8eb647b20debe7995f5 | /CSAPP/sa-bAbi/working/399a4817d8.c | 8180d90ab4d6c24b5fc5e506bb8d221f54eeae55 | [] | no_license | callMeBigBen/CourseWork | b0ef17b5cfe07ba61404abd68812d2b56393db87 | 41d68c07f7b1411dbca7dc7d5e2efeceb9edee27 | refs/heads/master | 2020-04-10T08:18:21.617984 | 2019-05-22T05:26:38 | 2019-05-22T05:26:38 | 160,902,512 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 497 | c | #include <stdlib.h> // Tag.OTHER
int main() // Tag.OTHER
{ // Tag.OTHER
int entity_6; // Tag.BODY
int* entity_5; // Tag.BODY
entity_5 = new int(rand()); // Tag.BODY
int* entity_0; // Tag.BODY
entit... | [
"33094628+callMeBigBen@users.noreply.github.com"
] | 33094628+callMeBigBen@users.noreply.github.com |
5a97e8a50508d96825b1136c1e30ca819a1bbdc5 | b4cea333a27f0bace87d4d4dd685929db1d917d4 | /anisotropic_growth_dendrites/variables.h | f1a8871dffe82a57458e065a39548d02aed8a677 | [
"MIT"
] | permissive | auag92/Masters-Project | d8b546f01854ecb809958607ca497d0358b0d388 | 4765e3326b7f97492905ec7ba0ac9dfe89582641 | refs/heads/master | 2020-06-04T02:51:33.653074 | 2015-12-07T10:09:56 | 2015-12-07T10:09:56 | 38,745,508 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 610 | h |
/*Phasefield module*/
double *phi_new, *phi_old;
double *mu_new, *mu_old;
double *lap_phi, *lap_mu;
double *conc;
double *dphi_now, *dphi_next;
//----------------------------------------------------------
/*Fluid module*/
double *P; //Pressure
double *fn;
double *rhs_fn; // rhs functio... | [
"apaar92@gmail.com"
] | apaar92@gmail.com |
cb00f349ba6ea4ae143f9858d90dd6b4915af3e3 | f35cf3baa504dd20803b04cf566a8ba004e2db7b | /Library/FU68xx_Hardware_Driver/Include/FU68xx_2.h | 24286b829da7b1fa636fdd72b27b73902feee24b | [] | no_license | YangJinLong-123/myexerice_1 | 6a9448d072971fc0fc80206656fab0274af6da56 | afdcfa907a8cecc41b3499c39fa8c1a0d53d6dda | refs/heads/master | 2022-08-06T23:21:00.371538 | 2020-05-27T12:10:03 | 2020-05-27T12:10:03 | 266,069,106 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,853 | h | /**
******************************************************************************
* @file FU68xx_2.h
* @author Fortiortech MCU Team
* @version V1.0
* @date 10-Apr-2017
******************************************************************************
* @attention
* THE PRESENT FIRMWARE WHICH IS FOR ... | [
"1782963120@qq.com"
] | 1782963120@qq.com |
74fad54e5d6453355a97e9c993e7654865910d75 | d1a211f8e3cf9daa4638e5611bc5d085d28e4eb7 | /bankopladeformat/bankoavg.c | c6d752b3da9beef1e133dfe5e045e591a0af4472 | [
"BSD-2-Clause"
] | permissive | diku-dk/openbanko | 4137ff9008e55f339707d488c7727fec3945aeed | 5f8928dcd4b4faf55029667d29e1127b916a0db5 | refs/heads/master | 2022-12-05T21:24:57.859880 | 2020-08-12T19:11:25 | 2020-08-12T19:11:25 | 48,867,123 | 1 | 2 | BSD-2-Clause | 2018-07-19T07:00:19 | 2016-01-01T01:52:45 | Haskell | UTF-8 | C | false | false | 1,152 | c | // Construct the average banko board!
#include <stdlib.h>
#include <stdio.h>
#include <error.h>
#include <stdint.h>
#include "bankopladeformat.h"
int main(int argc, char** argv) {
argv=argv;
if (argc != 1) {
error(1, 0, "This program does not take any options.");
}
struct banko_reader r;
struct board ... | [
"athas@sigkill.dk"
] | athas@sigkill.dk |
b6e5c01506f58d77546022a986bf2f8ea024f241 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/pinctrl/bcm/extr_pinctrl-bcm2835.c_bcm2835_pctl_dt_node_to_map.c | ef0fe029d5b1e35bb74669e8da4350aed70a9b67 | [] | 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 | 4,150 | 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 |
e1f932340adbdb7b8b5ac4e68f42b50e4bda0231 | cf38aac84b229185f75c417f8a00228d6cceb971 | /visual/libft/ft_strsplit.c | 7bde79c4299d5c4933319cc8090fa2577d816561 | [] | no_license | Rustamzhan/lem_in | 217042e63c6be45ce613f2ddf22245f1c27de0ec | 64c972e445dd9ebf7e2f7a503806bfe8364f2103 | refs/heads/master | 2020-08-28T02:22:53.829333 | 2020-02-25T15:09:46 | 2020-02-25T15:09:46 | 217,560,898 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,802 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsplit.c :+: :+: :+: ... | [
"astanton@student.21-school.ru"
] | astanton@student.21-school.ru |
a8eb6d28b93e7867f9cfd22bccc87223c75e85d7 | cfe69fc556729bdecf2118fa5bc329343c42ed80 | /10.0.10240.16384/ntoskrnl/Functions/PpmInitHeteroPolicy.c | 6750fbf4f6e9ae6b5dd2f52eff7aee4907cb9a80 | [] | no_license | Myprivateclonelibrary/W10M_unedited-decomp | 8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a | 67b05851a3e262ff8a5d11ee50db34f28c350f16 | refs/heads/main | 2023-08-31T06:00:37.303105 | 2021-05-15T23:53:23 | 2021-05-15T23:53:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 587 | c | // PpmInitHeteroPolicy
__int64 PpmInitHeteroPolicy()
{
unsigned int v0; // r2
__int64 result; // r0
char *v2; // r3
PpmHeteroMinRelativePerformance = 0x10000;
v0 = 0;
do
{
if ( v0 )
result = 0x3200000050i64;
else
result = 0x1E0000005Ai64;
v2 = (char *)&PpmDefaultProfile + v0++;... | [
"64583248+Empyreal96@users.noreply.github.com"
] | 64583248+Empyreal96@users.noreply.github.com |
bf762ac05fccc08bbcd5414842cb804206cae59e | a9a7f08ebf49cf514f84f24492eea340e0efbb78 | /include/chemkit/graphicspymolsurfaceitem.h | ca36230cf9cb0379f7feae66c227ba1d32d80be2 | [
"BSD-3-Clause"
] | permissive | soplwang/chemkit | d535e91ddd2cea733554eef647dd488049dc0429 | 8d8e150160d44a4c770e343a22dee9e462b10694 | refs/heads/master | 2021-01-15T22:56:45.583833 | 2012-07-13T20:00:07 | 2012-07-13T20:00:07 | 3,108,867 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 57 | h | #include "../../src/graphics/graphicspymolsurfaceitem.h"
| [
"kyle.r.lutz@gmail.com"
] | kyle.r.lutz@gmail.com |
dd3b05e283048598d2aba33266fff009fd4d0e68 | bb92298ae7562626fa0211dffd90341f958f8470 | /6_文件/计算名单的信息的平均值,偏差值等.c | ad1bb7fa5b00f3ab8c5c5a78cda75090ffbccb48 | [] | no_license | lingchensanwen/programing-basic-exercising-course | 79d87a77d7abe9b7d26b5c3e71c408b6dedf6e80 | 6205a58e9a81b88ddb47b7ccab01f933a7ec8007 | refs/heads/master | 2020-03-25T00:58:39.816597 | 2019-06-11T02:26:48 | 2019-06-11T02:26:48 | 143,215,438 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,917 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
double max(double *,int n);
double min(double *,int n);
double mean(double *,int n);
double stdev(double *,int n);
int main(){
char str[100];
int n = 0;
FILE *fp;
fp = fopen("namelist.txt","r");
if(fp == NULL){
printf("failed with reading file");
... | [
"noreply@github.com"
] | lingchensanwen.noreply@github.com |
7dd3c82aeb090ab047581119835c6296e13b18fd | 9875aebb82998f7e174ed036bb04e9418a8444be | /connectivity/nanostack/sal-stack-nanostack/source/NWK_INTERFACE/Include/protocol.h | 9880a5d2cc8a05ebe0511b9ac95d496a590fd2ab | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | heejungPark/mbed-os | 8e15a764716865db54ade30509d1e711b0e9d195 | 18f6794498b2cf045e98329f5a29603c16bdee46 | refs/heads/master | 2021-06-27T05:31:53.645473 | 2020-12-09T08:57:43 | 2020-12-09T08:57:43 | 162,876,592 | 0 | 0 | Apache-2.0 | 2018-12-23T09:05:02 | 2018-12-23T09:05:02 | null | UTF-8 | C | false | false | 19,839 | h | /*
* Copyright (c) 2014-2019, Arm Limited and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* 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/... | [
"arto.kinnunen@arm.com"
] | arto.kinnunen@arm.com |
bdf7922ea74a13dd7b85e04f42a09774124810c2 | 8bfbde632ce125e8f11666b631020942a8908b2f | /esp8266/001_blinky_with_delay_function/main.c | 680c54187f89c2cb9651ced26d9f067f3b29e2e2 | [
"BSD-3-Clause"
] | permissive | xiaolaba/blog | 4cecad20c758989f0ca41b503e7eb8ef1620d816 | 7a35a7838257a50ef8f4fff9cec234e43e3d815c | refs/heads/master | 2021-05-03T05:52:30.283106 | 2019-08-29T10:40:32 | 2019-08-29T10:40:32 | 120,585,967 | 0 | 0 | BSD-3-Clause | 2019-08-29T10:40:33 | 2018-02-07T08:27:08 | C | UTF-8 | C | false | false | 683 | c | /**
* Copyright (c) 2017, Łukasz Marcin Podkalicki <lpodkalicki@gmail.com>
* ESP8266/001
* Blinky with delay function.
*/
#include <esp/gpio.h>
#include "espressif/esp_common.h"
#include "esp/uart.h"
#include "FreeRTOS.h"
#include "task.h"
#define LED_PIN (2)
static void
blinky_task(void *prv)
{
gpio_enable(L... | [
"lpodkalicki@gmail.com"
] | lpodkalicki@gmail.com |
36f5dcb1af60793f69979ea0dfd4ac7839ee2cab | 481246d62ff48a213e42f4054e3747ec5b11e9bb | /OPAMP_ADC1/OPAMP_ADC1/src/ASF/sam0/boards/saml21_xplained_pro/saml21_xplained_pro.h | fabbb275688c675d972d0e8c0cc1fa84220332f7 | [] | no_license | CristianRepository/Cristian | 51a8429abcbffb10a91cd3abd63b7a89ca2e1ecf | cf272c19be1b9b4842c6a77d00f461ea9800e663 | refs/heads/master | 2021-01-13T08:56:24.756547 | 2017-03-17T15:32:51 | 2017-03-17T15:32:51 | 71,835,408 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,415 | h | /**
* \file
*
* \brief SAM L21 Xplained Pro board definition
*
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | [
"cristian.lotti@biomerieux.com"
] | cristian.lotti@biomerieux.com |
5058db1fd9f5b1cee23cd079ec00b28a8370b5cf | a3055c74955449067334cb56b96e91a36a2ec6dc | /kungfu/class/shaolin/hui-zhen.c | d64f116ae42108f6f25dde212e51ae6513d45873 | [] | no_license | flyinglb/jyqx | 32dfac5b15b373919ae32688c0d1119bcb4592ff | 1a6f8e002a206b05a5ba90554893f1b78dc91bb4 | refs/heads/master | 2020-09-26T18:18:33.949628 | 2019-12-06T11:47:47 | 2019-12-06T11:47:47 | 226,309,372 | 5 | 2 | null | null | null | null | GB18030 | C | false | false | 2,169 | c | // Npc: /kungfu/class/shaolin/hui-zhen.c
// Date: YZC 96/01/19
inherit NPC;
inherit F_MASTER;
void create()
{
set_name("慧真尊者", ({
"huizhen zunzhe",
"huizhen",
"zunzhe",
}));
set("long",
"他是一位两鬓斑白的老僧,身穿一袭青布镶边袈裟。他身材略高,\n"
"太阳穴微凸,双目炯炯有神。\n"
);
set("gender", "男性");
set("attitude", "friendly");
set("cl... | [
"flyinglb@qq.com"
] | flyinglb@qq.com |
1e673cbb1d4491003acd5027efba0bd0688c5e2c | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/071/871/CWE122_Heap_Based_Buffer_Overflow__c_CWE805_struct_memcpy_53a.c | 3f5a0805dc5a139ea0bbbb65c3441d0f9bcb7727 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,710 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE805_struct_memcpy_53a.c
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE805.label.xml
Template File: sources-sink-53a.tmpl.c
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Allocate using mal... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
b6e0fe3459da21f58e2d51a474f80b22e7df61c7 | 48b9c364f45797812b71e49badbefdb32787e735 | /exhash.c | a5e464feeb26ed4f859ec9de3cc59ddaa4d6648b | [] | no_license | makotora/DB-Implementation | e69ff18c3e66c8d5546cf4de1b40d7f4aedf6cc1 | d462f267b6840442dde4c4cc6405efd80e55289d | refs/heads/master | 2021-06-07T19:56:12.782698 | 2016-12-20T13:24:37 | 2016-12-20T13:24:37 | 76,802,955 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,942 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "exhash.h"
#include "BF.h"
#include "EH_functions.h"
#include "superfasthash.h"
int EH_CreateIndex(char *fileName, char* attrName, char attrType, int attrLength, int depth) {
/* Add your code here */
int i;
int fd;
int blocksWithBucke... | [
"manos.t@hotmail.com"
] | manos.t@hotmail.com |
d80c0e53a3f57f05d9625729b58a2e7197390241 | 7e1849b3cd9c8f86f7a37ec11bf0b84a8a21be5f | /tests/test_spi.c | 5f728bd4b257c05bee9aeccf55479f90272366ed | [
"MIT"
] | permissive | wangqiang1588/c-periphery | 7c8bae180d158a34885e7a510b95976069bc41b7 | bded7d7f8f5493d043ceaf8ef7a63cf7456f2495 | refs/heads/master | 2020-03-29T21:54:58.309194 | 2018-10-12T07:36:03 | 2018-10-12T07:36:03 | 150,394,025 | 0 | 0 | MIT | 2018-09-26T08:29:56 | 2018-09-26T08:29:55 | null | UTF-8 | C | false | false | 6,354 | c | /*
* c-periphery
* https://github.com/vsergeev/c-periphery
* License: MIT
*/
#include "test.h"
#include <stdlib.h>
#include <stdbool.h>
#include "../src/spi.h"
const char *device;
void test_arguments(void) {
spi_t spi;
ptest();
/* Invalid mode */
passert(spi_open(&spi, device, 4, 1e6) == SPI_... | [
"vsergeev@gmail.com"
] | vsergeev@gmail.com |
32a939f9d6bda98cfe75dc71943ecbe337385e80 | 81e5612175cd3844e5a1194384cb720f68f8426e | /00-Libft/ft_isascii.c | fb374d634b29548000a06b74b87eaa9e644373b8 | [] | no_license | pleal-ca/42_Cursus | 8afc4de1bc272aa4f6b1ed9bda1a931ea3b82385 | 275459774ef632f0646813849860ce2b617d4800 | refs/heads/master | 2022-12-18T01:38:48.443281 | 2020-09-13T15:18:13 | 2020-09-13T15:18:13 | 294,834,816 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 976 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isascii.c :+: :+: :+: ... | [
"pleal-ca@student.42sp.org.br"
] | pleal-ca@student.42sp.org.br |
983a890c7fb2046b210eb548b06d2e00a4f66668 | 86e13096c5b8ed9f3f617e5a00978cde0088154d | /5.loop.c | fd315b5b3bb8a169288ddbc943fa492f0d824b23 | [] | no_license | 11SF/C-Programing-Workshop | 3c1278eed06b28fbc0af33089f1215094cefe9d2 | e179158b70a9d3e0f131894c0edda7fa1a187958 | refs/heads/main | 2023-06-28T14:33:18.666135 | 2021-07-25T19:52:54 | 2021-07-25T19:52:54 | 360,928,847 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 655 | c | #include <stdio.h>
int main()
{
int count = 0;
int input;
// while loop
// while(count < 10) {
// printf("%d\n",count);
// count++;
// // 2 x 1 = 2
// // 2 x 2 = 4
// // 2 x 3 = 6
// // 2 x 4 = 8
// }
// do while loop
// do {
// p... | [
"nsfolknsf@gmail.com"
] | nsfolknsf@gmail.com |
4e406fc841413f52548a715be099540a5f4a5c9e | 09e148cf110e3eb61ea6cc8ab1d4477e37d016c6 | /0x16-doubly_linked_lists/3-add_dnodeint_end.c | 8acdb8694f6dd17be799fa9642aa91544fac2e8e | [] | no_license | OrangeB0lt/holbertonschool-low_level_programming | b5faa7a03889ed1fae5a51866fa5fa1f8b52c0f7 | af594b19e4aac7d9d252f5883a680b2aa2591a7d | refs/heads/master | 2020-04-21T08:33:54.503495 | 2019-08-28T23:18:02 | 2019-08-28T23:18:02 | 169,423,477 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 672 | c | #include "lists.h"
/**
* add_dnodeint_end - adds a new node to end of a double linked list
* @head: head of list
* @n: value for node
* Return: the address of the element or NULL if fails
**/
dlistint_t *add_dnodeint_end(dlistint_t **head, const int n)
{
dlistint_t *storage, *add_Node;
add_Node = malloc(sizeo... | [
"667@holbertonschool.com"
] | 667@holbertonschool.com |
37c9277720be280f52dfbf8b7b2475bf44ca9cb3 | ca75f7099b93d8083d5b2e9c6db2e8821e63f83b | /z2/part1/jm/20200405/774107585.c | 0ae004c85c5f164b9f043db06c1bfb815c1dd18c | [
"MIT"
] | permissive | kozakusek/ipp-2020-testy | 210ed201eaea3c86933266bd57ee284c9fbc1b96 | 09aa008fa53d159672cc7cbf969a6b237e15a7b8 | refs/heads/master | 2022-10-04T18:55:37.875713 | 2020-06-09T21:15:37 | 2020-06-09T21:15:37 | 262,290,632 | 0 | 0 | MIT | 2020-06-09T21:15:38 | 2020-05-08T10:10:47 | C | UTF-8 | C | false | false | 3,590 | c | #include <stdint.h>
#include <stdlib.h>
#include <assert.h>
#include <stdio.h>
#include "gamma.h"
#include <stdbool.h>
int main() {
/*
scenario: fill_board_with_areas_limit
uuid: 774107585
*/
/*
gamma_move, with collisions, many players, limited areas
*/
gamma_t* board = gamma_new(5, 5, 3, 4);
assert( board != NULL ... | [
"jakub@molinski.dev"
] | jakub@molinski.dev |
17de536492a0e587475d88208e3088708ce14f14 | 8d218d33b7f7f102dcf65bf5577227ee557420e7 | /board/vx813.09x/smbus.c | fea4a773c16644b0cd7ee75a0109901c5bdfa0c7 | [] | no_license | testing-ishita/test2 | 2b92197e4b190f71d3fc5844e4607e46fdf05a79 | 27fb9feee816138d8565774e014e59871b9670ae | refs/heads/master | 2021-01-10T02:58:30.390230 | 2015-05-27T14:03:09 | 2015-05-27T14:03:09 | 36,441,887 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,797 | c | /************************************************************************
* *
* Copyright 2008 Concurrent Technologies, all rights reserved. *
* *
* The prog... | [
"smileishita25@gmail.com"
] | smileishita25@gmail.com |
bd4721cc13feb35dc62dbf3f5bb794bda94fa09f | e22e03d9761f5c6d581b5af2e77343e8ee4b201d | /edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciIo/PciIo.h | 885733ff83937192f1da3b46b3fb6532c102d4a1 | [
"OpenSSL",
"BSD-2-Clause"
] | permissive | SamuelTulach/SecureFakePkg | 759975fcc84d62f05ac577da48353752e5334878 | f34080a6c0efb6ca3dd755365778d0bcdca6b991 | refs/heads/main | 2023-08-17T07:51:22.175924 | 2021-10-01T10:46:14 | 2021-10-01T10:46:14 | 410,938,306 | 94 | 14 | null | null | null | null | UTF-8 | C | false | false | 10,059 | h | /*++
Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at... | [
"samtulach@gmail.com"
] | samtulach@gmail.com |
d14e464baa21da82397050d8ac7c9333934b9d87 | 91a03048e07344ca628104e0694c26b2064d6795 | /gnl/get_next_line.c | ead14fb1b7fb4ef5b803a9b90a5c6ff75ce79739 | [] | no_license | Adalanaa/School-21 | 73768772de581246dc6dc670a88033a262b15816 | 7b833513d8c61a4d771185d928b6301b75368d51 | refs/heads/master | 2023-01-30T05:24:57.750655 | 2020-12-13T09:52:22 | 2020-12-13T09:52:22 | 315,062,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,703 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line.c :+: :+: :+: ... | [
"adalana@list.ru"
] | adalana@list.ru |
e0e602ebb45c31a5bfb4f1f16be302fd81f9bd7f | 227333a4a327c66b23cad380ee8c9614c315aa5f | /src/normal.h | 3e2868dd291a0f69664ce984ecf2b6bba0c2bb5b | [] | no_license | onClipEvent/idevicerestore | 0debab262ad8680bfabf954c9decbd36e564a95b | 38c965c16625d26915b3d4998a8a7e790c834d89 | refs/heads/master | 2021-01-18T18:26:30.308206 | 2010-06-22T19:06:55 | 2010-06-22T19:06:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 974 | h | /*
* normal.h
* Functions for handling idevices in normal mode
*
* Copyright (c) 2010 Joshua Hill. All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
*... | [
"posixninja@gmail.com"
] | posixninja@gmail.com |
e26ddc3e34f3d17859297e9a3558d1f1a44979ed | df1720d0a14f639fab56273901d27745875b0d6b | /interface.c | e859dd737bd409421431fed48d738ca591a599f6 | [] | no_license | hwadii/othello | 4c0e6c95c8632a232084cac39c3504d57779a024 | 946c704473aed4f0b815f5340d97893fb3efd377 | refs/heads/master | 2022-12-18T20:09:49.961156 | 2020-09-02T19:05:54 | 2020-09-02T19:05:54 | 292,371,403 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,138 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "globals.h"
#include "utilitaire.h"
#include "gameplay.h"
#include "ia.h"
#include "evaluation.h"
#include "interface.h"
void init_grille(grille oth) {
int i, j;
for (i = 0; i < N; i++) {
for (j = 0; j < N; j++) {
oth[i][j... | [
"wadii.hajji@etu.univ-amu.fr"
] | wadii.hajji@etu.univ-amu.fr |
f9fdf81ed8157e180c2665d99a01d62c8eb0c521 | 1b7537533689c996d0c0c3d07c421137fe796fdd | /MolmodelMainpage.h | f4ff284823482acad89a38cf0bc528047028dcd5 | [] | no_license | nashmit/molmodel_legacy | 14b6524967d1a62a75b228eef44bd9c90d08ce2e | 7acbe13a4ffc1615d9db62c6ce0ac7dc947ab112 | refs/heads/master | 2021-01-19T17:38:50.531210 | 2019-01-25T14:12:24 | 2019-01-25T14:12:24 | 101,079,434 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 9,567 | h | #ifndef SimTK_MOLMODEL_DOXYGEN_MAINPAGE_H_
#define SimTK_MOLMODEL_DOXYGEN_MAINPAGE_H_
/** @file
This "header" file is actually just the source for Molmodel's Doxygen
Mainpage, the first page that a user sees when entering the Doxygen-
generated API documentation. This is not actually included as part of the
M... | [
"spiridon.laurentiu@gmail.com"
] | spiridon.laurentiu@gmail.com |
b77608c590d3373d75f7c659b636915f98f568c5 | 38c10c01007624cd2056884f25e0d6ab85442194 | /third_party/ffmpeg/libavcodec/nvenc.c | 18bcd96f0961b984f0597f006ca81f24a95d83e6 | [
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"LGPL-3.0-only",
"GPL-3.0-only",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-proprietary-license",
"GPL-2.0-or-later",
"GPL-2.0-only",
"LGPL-3.0-or-later",
"IJG",
"LGPL-2.1... | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C | false | false | 53,192 | c | /*
* H.264 hardware encoding using nvidia nvenc
* Copyright (c) 2014 Timo Rothenpieler <timo@rothenpieler.org>
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Fou... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
7373778f98a01ffabdfc0ee14abbdd5a4a3c6a80 | 1e8385931856a82c4510083061df8e1b7da5ea4b | /branches/val_test_0.3/user/do_download.c | 2ba946de56b5a8d79df30e24c46ee2a30cb0df5b | [] | no_license | Ptival/Pire2Pire | 737df8e6182ebca76d5fce102f51b16d8b7fb15c | b0700800d031022a8432487b0465c55e3c3cca56 | refs/heads/master | 2021-01-15T18:09:44.266286 | 2010-12-24T17:23:13 | 2010-12-24T17:23:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 592 | c | #include <stdio.h>
#include <stdlib.h>
#include "../util/cmd.h"
static struct option options[] = {
{NULL, NULL, 0}
};
void
do_download (char *cmd) {
int argc;
char **argv;
int c;
int n_args;
printf ("$ %s\n", cmd);
argv = cmd_to_argc_argv (cmd, &argc);
whil... | [
"roelandt@2111ffa0-b7a5-6d94-f42d-9f82cb6d3ce2"
] | roelandt@2111ffa0-b7a5-6d94-f42d-9f82cb6d3ce2 |
5310fac2f8b4fd866e053ce974f3b60bb93e8e74 | 7ad43387398526425a5c5ef83cd2795ed84b1dd5 | /Merge-sort/merge-sort.c | 99d8699aa1e2a0ced2e14faf0306db07e00243ef | [] | no_license | Raylynd6299/Analisis-de-Algoritmos | 834a97e22efcb57b2f1caf257112b5fad3712f9f | 8d287a21fe78e5bffd8fe2db9ffe6c5e840aa0df | refs/heads/master | 2022-11-13T02:22:30.417716 | 2020-07-09T14:38:21 | 2020-07-09T14:38:21 | 255,473,335 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,731 | c | #include <stdio.h>
#include <stdlib.h>
int *Merge_sort(int*,int);
int *Merge(int*,int*,int,int);
void printf_array(int*,int);
void main(int argc,char **argv){
int prueba[] = {3,5,2,5,1,5,7,2,8,9,3,0};
int tam;
int *resultado;
tam = sizeof(prueba)/sizeof(int);
resultado = Merge_sort(prueba,sizeof(p... | [
"ray_escom@outlook.com"
] | ray_escom@outlook.com |
8e967e46b1265489843e1b8d4a5e7d997df8a33c | dbf490d69ed3318e4eaade31cf6bd47f9b38b666 | /C_week4/day1_practice/biggest_diffference/main.c | 88552ba25e111164dfdb26d1029cee8fbd160393 | [] | no_license | green-fox-academy/Boritse | 138d30c80afc65988f29bd47fbdbc3f816598113 | 95458e3a71bddb865865f4a8ced52ec2da7bb36b | refs/heads/master | 2020-04-16T18:52:02.747715 | 2019-04-09T06:11:38 | 2019-04-09T06:11:38 | 165,837,942 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,898 | c | #include <stdio.h>
#include <stdlib.h>
// You will write a program that keeps track of exam results.
// First, your program should ask the user how many classes took the exam. Let's say this number is N.
// Then you need to ask how many students took the exam in the first class. Let's say this number is M.
// You need... | [
"szakacs.boro@gmail.com"
] | szakacs.boro@gmail.com |
b25d9977d79e85edf5c29a42cad309f4c19afa8c | 8838eb997879add5759b6dfb23f9a646464e53ca | /project/pjsip/templates/stm32h745i-discovery/board.conf.h | c97fd7131d81c3403a7168f7822aa6fefa32217f | [
"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 | 136 | h | #include <stm32h745i_discovery.conf.h>
CONFIG {
uarts[2].status = DISABLED;
uarts[3].status = ENABLED;
uarts[6].status = ENABLED;
}
| [
"anton.bondarev2310@gmail.com"
] | anton.bondarev2310@gmail.com |
31f391082c0d29ffdd49af3d444ef77a9df56d92 | 57091f6b809027a73ab49ecf4931153c93701d6a | /linux/2668718853a3764ffe6976db2451c75e34780d67.c | 4adbf0a38adcb6f8687ad453855939533a0a1157 | [
"Apache-2.0"
] | permissive | dvyukov/syzkaller-repros | 660997cfa055d79a552bb9ebeda90b48e1599df3 | 026c8891a19e672bba71481be250080e1a302ed8 | refs/heads/master | 2022-06-01T18:03:25.480964 | 2022-05-16T07:36:42 | 2022-05-16T07:39:01 | 213,603,012 | 39 | 11 | Apache-2.0 | 2022-05-16T07:39:02 | 2019-10-08T09:36:27 | C | UTF-8 | C | false | false | 1,946 | c | // panic: Signal-induced panic
// https://syzkaller.appspot.com/bug?id=2668718853a3764ffe6976db2451c75e34780d67
// status:invalid
// autogenerated by syzkaller (https://github.com/google/syzkaller)
#define _GNU_SOURCE
#include <endian.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#... | [
"dvyukov@google.com"
] | dvyukov@google.com |
791450095e737814cde38e0cbcb3f11980681dd3 | 66907b821d62e6adf99ce9ff5d05edd4dffef48b | /Sources/app/systemStatusNfc.c | 8d5c07a4a2e2d46761f62623ca19a8d4a4416c31 | [] | no_license | flankersky/test | f5de2e38c7fe6e3756c6db662d98d69fda89417a | 0e49babcfafd672683459cc768e7ea8dbafd014e | refs/heads/main | 2022-12-28T11:29:05.975597 | 2020-10-09T01:24:06 | 2020-10-09T01:24:06 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 413 | c | /*
* systemStatusNfc.c
*
* Created on: 2020Äê1ÔÂ10ÈÕ
* Author: jiangxl
*/
#include "Cpu.h"
#include "hal.h"
#include "systemTask.h"
#include "systemStatus.h"
#include "systemTimers.h"
void SysNfcEntry(SysEventId eventId, uint8_t eventParam)
{
}
void SysNfcExit()
{
}
boo... | [
"noreply@github.com"
] | flankersky.noreply@github.com |
10ad55231709ce9e2cca8b10295f589b3a604347 | d71166ddb3d07080a89499947e0f546412ea81ac | /lab25-26/deque.h | 995c435e92c8978b526a7cd07db9aa0e85561944 | [] | no_license | volcha/labs | 7d21f27218f2656a8f05b0484b5a5fe04feff968 | b4b8ac431987a4594471560c8b2df7a24725b834 | refs/heads/master | 2021-06-25T12:36:51.158728 | 2021-04-17T12:09:13 | 2021-04-17T12:09:13 | 222,073,522 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 288 | h | #ifndef _deque_H_
#define _deque_H_
#include <stdbool.h>
typedef struct{
int key;
int value;
} Item;
typedef struct{
int front,back,size;
Item data[5];
} Deque;
int d_searchmax(const Deque*);
void d_sort( Deque*);
void d_push_back(Deque*,Item);
void d_print(const Deque*);
#endif
| [
"volcha2001@yandex.ru"
] | volcha2001@yandex.ru |
ff0fc49b37cfbdde91bf03ac31979386105859ba | d5670b1763ff145dbcc5e7c55a7848d3bfb4e731 | /Category-Beginner/uri-1060_(Positive Numbers).c | 7568a7685a033480981e0c7245c3eb1413aad35f | [] | no_license | HM-Azijul/URI-Online-Judge-Problem-Solution-in-C | 449e0c5bb17c874c93b3d59f628dd9cc28aa4bdf | d5032a26f3bdd12a22b54358eb07d5d07a578df1 | refs/heads/main | 2023-02-25T11:22:47.914192 | 2021-01-22T18:16:40 | 2021-01-22T18:16:40 | 319,639,522 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 312 | c |
//Problem: 1060 (Positive Numbers)
#include <stdio.h>
int main(void)
{
int i, n = 0;
float a;
for (i = 0; i < 6; i++)
{
scanf("%f\n", &a);
if (a >= 0)
{
n++;
}
}
printf("%d valores positivos\n", n);
return 0;
}
| [
"noreply@github.com"
] | HM-Azijul.noreply@github.com |
6cf72c84cf10a51b7623622f8c27f24258b71874 | 5bb468cf3d405859e1a02b5489ec694c4fe8a94a | /lab14/main.c | 7ddad975afa32e2d5bf485a80e5ed6bd05ac625c | [] | no_license | kamilsudol/Metody_numeryczne | 1f5621c76dcbcb2468ec855cc7fbd0c44c978ac3 | cf82ebd89b7116aaaf57b5859d573eb0a3503876 | refs/heads/master | 2022-10-08T03:53:46.832724 | 2020-06-07T15:50:11 | 2020-06-07T15:50:11 | 261,244,045 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,586 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define K 10
double gen_1() {
static long int x = 10;
int a = 17;
long int m = pow(2, 13) - 1;
x = (a * x) % m;
return x /(m + 1.0);
}
double gen_2() {
static long int x = 10;
int a = 85;
long int m = pow(2, 13) - 1;
x = (a * x) % m;
return x /(m +... | [
"kamilsudolorigin@gmail.com"
] | kamilsudolorigin@gmail.com |
0fdfe775e39221994c2e24bc53dbf75831079086 | 5dec5f58f8f6c9ad2f2e6bb182f4d656454ccc55 | /Lista simple/mostrarlista.c | 3cfeecfbd52a468eae8f6b20abe50a9f6f4fbcd5 | [] | no_license | Ramy34/EDA1 | c98182edd0933b8e299dc67bdb840abf1f73ffeb | 3feff3bd5e1596095ede6cfc39c135a87aae5be8 | refs/heads/master | 2023-05-14T13:05:04.848278 | 2021-06-04T17:42:58 | 2021-06-04T17:42:58 | 373,915,262 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 319 | c | void mostrarLista(int numElementos,struct Lista *nuevo){
struct Lista *imp;
int i=1;
imp=nuevo;
if(numElementos==0){
printf("Lista Vacia.\n");}
else{
while(imp!=NULL){
printf("Elemento %d\n",i);
printf("Nombre: %s\n",imp->nombre);
printf("Edad: %d\n",imp->edad);
imp=imp->sucesor;
i++;};
}
}
| [
"ramses-c14@live.com.mx"
] | ramses-c14@live.com.mx |
a5cbcf38a4a33bfae80117d8eb22d500de31342e | 37bf17525de114536ccaab3106230701825279b3 | /MarazLite_25062021/Inc/xbee.h | 6b9101ea63ef8bd8d8db66820c097e6de74e7b7b | [] | no_license | ibrhmkrt/MarazLite | e73735ca6fecf85a24d8e131993ce1cda1fd5186 | 5efd390076fd938c6ad8d46713109ed06f1d848a | refs/heads/main | 2023-06-24T22:47:04.513412 | 2021-07-18T14:57:47 | 2021-07-18T14:57:47 | 387,201,065 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,093 | h | #ifndef __XBEE_H
#define __XBEE_H
#ifdef __cplusplus
extern "C" {
#endif
#include "stm32f1xx_hal.h"
#define hata_var 0
#define hata_yok 1
#define hata_kodu 0
#define hata_kodu_2 2
#define onay_kodu 1
#define tampon_dolu 1
#define tampon_bos 0
#define paket_var 1
#define paket_yok 0
#define paket_dogrulama_basl... | [
"ibrahimkurtt7@gmail.com"
] | ibrahimkurtt7@gmail.com |
26cc0e541af32a0f5b8884e4b765d0bd72f50a13 | dafa529eb1127ff2d43b23c67f15ee268249bf8b | /php-7.3.0/Zend/zend_vm_handlers.h | 9e9a360601699a302f38377c07b8b18c817976da | [
"Zend-2.0",
"BSD-4-Clause-UC",
"BSD-3-Clause",
"LicenseRef-scancode-other-permissive",
"TCL",
"ISC",
"Zlib",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"blessing",
"MIT"
] | permissive | octalmage/wib | 0524efd0cc2bb14db1d256336da04139288cf396 | ca257ef20930ce029ed7e471a07d6b147fa4e9d0 | refs/heads/master2 | 2020-04-23T12:56:40.947351 | 2019-02-19T19:36:49 | 2019-02-19T19:36:49 | 171,185,884 | 2 | 1 | MIT | 2019-02-19T19:17:15 | 2019-02-17T23:47:48 | C | UTF-8 | C | false | false | 100,083 | h | #define VM_HANDLERS(_) \
_(0, ZEND_NOP_SPEC) \
_(1, ZEND_ADD_SPEC_CONST_CONST) \
_(2, ZEND_ADD_SPEC_CONST_TMPVAR) \
_(3, ZEND_ADD_SPEC_CONST_TMPVAR) \
_(5, ZEND_ADD_SPEC_CONST_CV) \
_(6, ZEND_ADD_SPEC_TMPVAR_CONST) \
_(7, ZEND_ADD_SPEC_TMPVAR_TMPVAR) \
_(8, ZEND_ADD_SPEC_TMPVAR_TMPVAR) \
_(10, ZEND_ADD_SPEC_TM... | [
"zrothauser@gmail.com"
] | zrothauser@gmail.com |
c587ab193f07f709912236812844163001275831 | ebfaca83570372a1b9c355b8a52a226fe56967d0 | /src/lib/inp/inp2c.c | 577151d5b644632ada5bb7c7473814e895bbbde2 | [
"MIT-Modern-Variant"
] | permissive | pickleburger/spice3f5 | f11ea44bac248140bde36580c91214d9387a454b | 73335519d0d7046c754c652569258c5ff1107cf4 | refs/heads/master | 2020-04-14T13:39:13.154546 | 2014-07-15T02:30:09 | 2014-07-15T02:30:09 | 21,843,543 | 11 | 8 | null | null | null | null | UTF-8 | C | false | false | 3,249 | c | /**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1988 Thomas L. Quarles
**********/
#include "spice.h"
#include <stdio.h>
#include "ifsim.h"
#include "inpdefs.h"
#include "inpmacs.h"
#include "fteext.h"
#include "suffix.h"
void
INP2C(ckt,tab,current)
GENERIC *ckt;
... | [
"pickleburger233@gmail.com"
] | pickleburger233@gmail.com |
0c8595ec2f60acefe94a5cd3bcdf235ef4f940eb | 9b70006188b11b7f458311da9c4b4945696e7f81 | /Il2CppOutputProject/Source/il2cppOutput/UnityEngine.UIModule_CodeGen.c | 6a803da8ce663b122e147b45f86141d0b795ddd6 | [] | no_license | ushijima15/hololends | e0f53e5559552ac27fe63dd416e62cea12e18fdb | b799b986e2127c1a59c61f8babf3ff6633ca75d3 | refs/heads/master | 2023-07-17T01:59:39.990352 | 2021-08-27T01:41:05 | 2021-08-27T01:41:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 29,400 | c | #include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
// 0x00000001 System.Boolean UnityEngine.ICanvasRaycastFilter::IsRaycastLocationValid(UnityEngine.Vector2,UnityEngine.Camera)
// 0x00000002 System.Single UnityEng... | [
"ushijima@mountain-gorilla.co.jp"
] | ushijima@mountain-gorilla.co.jp |
e91d592406eb9c949a9296ceb0f95f9ba9eff5df | bb0eab930c8ef3ddbba7eec9172bd16c5c559a1b | /Kochan_Programming_C/ch9/exercises/ex05_clock_keeper_date_time_struct.c | 89cf47ec3817a6434ca26f5a841bd04c2c927b18 | [] | no_license | pritchardtom/C | 0ebdb3f3ad98e804d8b1efdddaf93ebd7404a7d3 | fe4ca5702d8c454981d3ba15e47263ff348ddd47 | refs/heads/master | 2020-04-29T18:07:59.292175 | 2019-04-28T17:09:53 | 2019-04-28T17:09:53 | 176,315,369 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,662 | c | /*
* Exercise 9.5 from Kochan's "Programming in C"
*
* Write a function clockKeeper that takes a dateTime struct as arg.
* clockKeeper should call the timeUpdate function and if the time
* reaches midnight, dateUpdate switches to the next day.
*
* Have the function returned the updated d... | [
"tom@tp.net"
] | tom@tp.net |
b4c43a58ea60a0a27a919e4f0823a3d840f113c1 | 676c8e7c6b1b367a3fc1f7b1113c2991a3dbf509 | /2017-2_Programming-Practice/1207/Task_13_4.c | eeb3b767af0de1635f9d26efa4dc598de6a0b3c1 | [] | no_license | wldyddl5510/SNU-CSE | 8277ec75015a792f34e32f2f371b7ebad507d12d | e362c993921dbda9d964357a7a5d87cae51bae84 | refs/heads/master | 2023-05-26T11:37:02.058019 | 2023-05-13T21:51:44 | 2023-05-13T21:51:44 | 285,273,435 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,404 | c | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
// do not modify this struct!!!!
typedef struct player {
int budget;
int value;
int call;
int bet;
} Player;
void merge(int arr[], int l, int m, int r) {
int i = 0;
int j = 0;
int start = l;
int *arr1 = (int*) malloc(sizeof(int) * (m-l+1));
int *arr2 = ... | [
"ml2-jiyoung@ml2-jiyoungui-MacBookPro.local"
] | ml2-jiyoung@ml2-jiyoungui-MacBookPro.local |
4612aa61499728dfffa8b6efb0ae5eb2f8e3bbcb | 133db18109e01c72a22f77b78eda55b3d6e5d460 | /Middlewares/ST/STM32_USB_Device_Library/Class/HID/Inc/usbd_hid.h | 99f328209f9d453fee5dd8aa5250c067cdf5a1a4 | [] | no_license | itam94/PS2_USB_mouse_keyboard | 26860a7a5974de8708df281005cc86287e76f8b4 | b3cabae5393cf0c4c402e430acb0e777ca6c006b | refs/heads/master | 2020-03-21T18:05:57.532337 | 2018-10-25T09:15:44 | 2018-10-25T09:15:44 | 138,872,501 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,774 | h | /**
******************************************************************************
* @file usbd_hid.h
* @author MCD Application Team
* @version V2.4.2
* @date 11-December-2015
* @brief Header file for the usbd_hid_core.c file.
**********************************************************************... | [
"mateuszs2009@gmail.com"
] | mateuszs2009@gmail.com |
c8f546f9e779792bae7220ff2f557ed6ba03f68d | 545a8f7261a9f4b5d72dbd4c37444232858580bf | /1-insertion_sort_list.c | 35cb0ac2b7b1c81c25725909b3dbf205ea6d5ed2 | [] | no_license | Tosmel2/sorting_algorithms | 0021564ed1fc00d928162be6c487df1fa0dc483b | 8b9befe5b75cb5e9e326351e505545b89f862972 | refs/heads/main | 2023-08-23T15:01:45.812939 | 2021-10-30T13:01:40 | 2021-10-30T13:01:40 | 420,635,899 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 957 | c | #include "sort.h"
/**
* insertion_sort_list inserts right unsorted side into left sorted side
* @list is a doubly linked list to sort
*
*/
void insertion_sort_list(listint_t **list)
{
listint_t *c, *p, *nextnode;
if (list == NULL || !(*list) || (*list)->next == NULL)
return;
c = (*list)->next;
... | [
"noreply@github.com"
] | Tosmel2.noreply@github.com |
ba70566d7866612b07581a1f28e1843863ad4f48 | 6c6a75ae1637e3a9a76613e82bb3c849a1910368 | /Gateway/cyclone_tcp/snmp/snmp_agent_misc.c | 01359ea2e32bfac93d2f4398b2bd21ecdceede67 | [] | no_license | BrendanTB5/CloudConnectedClassroom | 70f9e3d468f0e047ded0810090ee97c45dfc685a | 1ff986a20f95cc491d58a1099946b7e2adb8908e | refs/heads/master | 2023-04-26T07:36:04.317509 | 2021-05-26T17:57:00 | 2021-05-26T17:57:00 | 242,887,082 | 0 | 0 | null | 2021-05-26T17:57:01 | 2020-02-25T02:03:17 | C | UTF-8 | C | false | false | 22,875 | c | /**
* @file snmp_agent_misc.c
* @brief Helper functions for SNMP agent
*
* @section License
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* Copyright (C) 2010-2019 Oryx Embedded SARL. All rights reserved.
*
* This file is part of CycloneTCP Open.
*
* This program is free software; you can red... | [
"mulholbn@rose-hulman.edu"
] | mulholbn@rose-hulman.edu |
4875bb6b31e9acc5aec1fe04b496664479ef44bb | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/net/6lowpan/nhc_ghc_ext_route.c | 70dc0ea3cf66ef7c9466ce5c84e27da0c93dd9f4 | [
"MIT",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | eerimoq/monolinux-example-project | 7cc19c6fc179a6d1fd3ec60f383f906b727e6715 | 57c4c2928b11cc04db59fb5ced962762099a9895 | refs/heads/master | 2021-02-08T10:57:58.215466 | 2020-07-02T08:04:25 | 2020-07-02T08:04:25 | 244,144,570 | 6 | 0 | MIT | 2020-07-02T08:15:50 | 2020-03-01T12:24:47 | C | UTF-8 | C | false | false | 675 | c | // SPDX-License-Identifier: GPL-2.0-or-later
/*
* 6LoWPAN Extension Header compression according to RFC7400
*/
#include "nhc.h"
#define LOWPAN_GHC_EXT_ROUTE_IDLEN 1
#define LOWPAN_GHC_EXT_ROUTE_ID_0 0xb2
#define LOWPAN_GHC_EXT_ROUTE_MASK_0 0xfe
static void route_ghid_setup(struct lowpan_nhc *nhc)
{
nhc->id[0] = L... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
f28cf1d08de2838eab9d2f6879828d9d62c2da27 | fe845043daff24e85a28f99fc444a24c67adba0c | /light/lightdriverlayer.c | f23e2fa9a5e327f96b69c69d0dace080ce6d75e7 | [] | no_license | flavioalsoares/SENAIClima | 1b7576de7c26874923ca10eb9613f06e0fba5b02 | 395ac4ac9cfdec7b4ad2f387c194a6aa59ab4596 | refs/heads/master | 2020-12-31T00:29:52.667002 | 2017-03-24T03:54:07 | 2017-03-24T03:54:07 | 85,404,899 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 3,003 | c | #include "light/light.h"
#include "lightdriverlayer.h"
#include "lightdriver.h"
#include "lightdriveruno.h"
#include "lightdriverdue.h"
#define LIGHT_VALUES_BUFFER_SIZE 16
#define LIGHT_SENSOR_COUNT 2
struct _LightPrivate {
LightStatus status;
float intensidade;
LightUnit unidade;
unsigned short value_posit_now;... | [
"flavioalsoares@gmail.com"
] | flavioalsoares@gmail.com |
21030907659a9cb7e6e9495a67cfca45ffdf71fe | 71e5f96a29f5d643ab888b37677d38c33f8d765d | /d/dagger/nurval/room/village.c | 0f8ca1e036e63bfe0fab8d6fd98cbb37379e18f5 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Cherno-SuS/SunderingShadows | 5f755fbebb79dc0b9d1c2a0541408be4afeb8b67 | c3b4370beb2c4351ecc60826850c94892a42b685 | refs/heads/main | 2023-04-21T09:52:14.580024 | 2021-03-23T12:09:55 | 2021-03-23T12:09:55 | 349,490,686 | 0 | 0 | NOASSERTION | 2021-03-23T12:09:56 | 2021-03-19T16:40:12 | null | UTF-8 | C | false | false | 2,714 | c | #include <std.h>
#include "/d/dagger/nurval/tomb.h"
inherit "/std/rquestroom.c";
void create() {
::create();
set_property("light",2);
set_property("indoors",0);
set_terrain(VILLAGE);
set_travel(DIRT_ROAD);
set_short("%^BOLD%^%^BLACK%^Gloomy Village");
set_long(query_short()+"
%^RESET%^%^OR... | [
"law@shadowgate.org"
] | law@shadowgate.org |
e65fbef68756a78445bf06ad137830df6aba3054 | 2127d1d7899848be13728e6707747da94e360444 | /chart2/2-7.c | 3ec2662ea250e1f4d082e793f15d98f5a1c427b7 | [] | no_license | tjdwn6459/C- | 1730eb961d9b158a2519690b93ea6a8e0d228858 | 1473439fac787f1ded8f7e73f152b0bda87d0fab | refs/heads/main | 2023-07-09T10:11:37.329614 | 2021-08-13T05:14:58 | 2021-08-13T05:14:58 | 361,929,962 | 0 | 0 | null | null | null | null | UHC | C | false | false | 228 | c | #include <stdio.h>
int main()
{
printf("%c\n", 'A');
printf("%s\n", "A"); //문자열을 출력할땐 %s로
printf("%c은 %s입니다.", '1', "first"); //문자를 출력할땐 %c 문자열을 출력할땐 %s
return 0;
} | [
"tjdwn6459@naver.com"
] | tjdwn6459@naver.com |
775660a97d1893314e60cca5c53b7fa68ad57bcb | 693c65cfd0451b9249ca79f343191365b9a14517 | /sglob.h | c26cb9c768a856f097b983c042f22c3941c84425 | [] | no_license | cinsk/snippets | ca49e3e2cc77ce67139f15e9232c4dd3b15a6af5 | 6e1c2e3b34d680d0b2adcfc41daedda5256243b9 | refs/heads/master | 2021-06-07T14:30:58.266712 | 2018-02-28T19:59:46 | 2018-02-28T20:00:48 | 9,661,011 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,105 | h | /* sglob -- another implementation of glob(3)
* Copyright (C) 2010 Seong-Kook Shin <cinsky@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the L... | [
"cinsk"
] | cinsk |
97476ec975dc58dbb433ab8549099bebe994e7f8 | 3bb3926c8e0d0c55997758788f0abf19a2b18158 | /cee/test/test_bst.c | 72f2697dd7cefd7fc2b2d3f6f4342518136bbbc2 | [] | no_license | tstr/Algorithm-Samples | bc7da8a307ab41d08d1e61e2cc2710ae68bccdef | a4a023496f6929219cbf4eee2017fa64120fcbdc | refs/heads/master | 2021-09-03T17:12:58.376743 | 2018-01-10T16:35:15 | 2018-01-10T16:35:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 978 | c | /*
Binary search tree tester
*/
#include "bst.h"
#include "sorting.h"
#include "assert.h"
#include <stdio.h>
int test_bst()
{
bst_t b = init_bst(integer_comparator);
bst_insert(b, 4);
bst_insert(b, 3);
bst_insert(b, 8);
bst_insert(b, 1);
bst_insert(b, 1);
assert(bst_contains(b, 8));
assert(bst_contains(b,... | [
"thomas.street@florimont.com"
] | thomas.street@florimont.com |
c18c1f99bb9b92dc83f6477b7bb18f0b0f607519 | c7f47b9b8d6c4760c893ae4c391b203448a6eba1 | /lib/gssapi/gsstool.c | 2e17fe19e37122169b3ed99ce9d2359cebc1a924 | [
"BSD-3-Clause"
] | permissive | brightiup/AppleHeimdal | e615ca62f7c82b515c5966f0eca233fb6994a1c1 | 93d3278e19d53f8407ae3aa636af4b3ae150fe07 | refs/heads/master | 2020-03-18T18:53:24.920226 | 2018-05-28T07:05:52 | 2018-05-28T07:05:52 | 135,121,187 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,781 | c | /*
* Copyright (c) 2006 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
* Portions Copyright (c) 2009 - 2010 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... | [
"zhuoliang3637@gmail.com"
] | zhuoliang3637@gmail.com |
d6742afce04fd2615f21b3b717fab748a65f4faa | a0c4ed3070ddff4503acf0593e4722140ea68026 | /source/XPOS/DD/DIGIBRD/NTCX/CXBIN.H | ff9cde31e2e5f6bdcd470ec528f0475507812cbe | [] | 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 | 101,037 | h |
unsigned char CXConcentratorCode[] = {
0x43,0x58,0x02,0x00,0x00,0x01,0xFF,0x03,0x00,0x11,0x50,0x4C,
0x00,0x00,0x00,0x00,0xE9,0x8D,0x01,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x28,0x23,0x29,
0x63,0x78,0x63,0x6F,0x6E,0x2E,0x62,0x69,0x6E,0x09,0x32,0x2E,
0x39,0x20,0x30,0x32,0x2F,0x32,0... | [
"71558585+window-chicken@users.noreply.github.com"
] | 71558585+window-chicken@users.noreply.github.com |
b702f73fb898d5dc441c32c4dd26cd6ceddef053 | 488378d66dfb12d3292886b160243aa24e27c420 | /linux-3.16/include/linux/of.h | 196b34c1ef4e1b3bdd54cb851110715c584b43df | [
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only",
"Unlicense"
] | permissive | jj1232727/system_call | 3ec72bdecad15a43638cc5eb91ba1ae229d651bb | 145315cdf532c45b6aa753d98260d2b1c0b63abc | refs/heads/master | 2020-08-11T13:56:16.335620 | 2019-10-12T11:12:53 | 2019-10-12T11:12:53 | 214,575,269 | 0 | 0 | Unlicense | 2019-10-12T04:06:22 | 2019-10-12T04:06:22 | null | UTF-8 | C | false | false | 23,349 | h | #ifndef _LINUX_OF_H
#define _LINUX_OF_H
/*
* Definitions for talking to the Open Firmware PROM on
* Power Macintosh and other computers.
*
* Copyright (C) 1996-2005 Paul Mackerras.
*
* Updates for PPC64 by Peter Bergner & David Engebretsen, IBM Corp.
* Updates for SPARC64 by David S. Miller
* Derived from Power... | [
"jj1232727"
] | jj1232727 |
285f39c74357ba1cc19de2b0ff8b5364f9a017fc | 4c1c9ac8cb9e4f4dbd5c0fc7e00e34144e6654a9 | /libft/ft_toupper.c | c798b570c725b208c7b7f151bce811a95a13120a | [] | no_license | kravchenkovmiit/ft_printf | a35528658ee7acb583193569194b3eb758086965 | 54dcbdb2166f30113902688342ccb7b1894a0529 | refs/heads/master | 2022-11-01T02:24:37.333556 | 2022-10-06T11:17:22 | 2022-10-06T11:17:22 | 220,842,131 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 977 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_toupper.c :+: :+: :+: ... | [
"noreply@github.com"
] | kravchenkovmiit.noreply@github.com |
ad1f26dfb8d19896c6afc1466b64a9e50b1004db | 6761c8fe219829140ff960db9821443f683bd61b | /LED1642/LED1642.C | f3f79942323ae2b3f81b1fde03d0d2f475140e39 | [] | no_license | tikozhong/Fx | 8e795c5e74b3b56742be2eb4a3fc72dafb551c5c | aac571a780dec58155579c33e99098a092ca1e53 | refs/heads/master | 2022-09-22T23:59:30.889393 | 2020-05-29T05:20:29 | 2020-05-29T05:20:29 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 5,276 | c | /**********************************************************
filename: led1642.c
**********************************************************/
/************************°üº¬Í·Îļþ***************************************************/
#include "led1642.h"
#include "publicRsrc.h"
#define TW_MS 5
#define MAX_PAGE_SZ 128
/***... | [
"yong.zhong@incubecn.com"
] | yong.zhong@incubecn.com |
4f512049a5e0b340f92230096a95459b546480b3 | 6b8f0fca71ae6dbbdb79edb968feff6359f0b122 | /Libft/ft_printf/checktype.c | 556780eafe5c970f55f6eead34b22c71f133b089 | [] | no_license | beardings/Corewar | 30277f616ad6339067903bbee4c97d7d331453c3 | 2a32cd8fdddf7e9557e0c0287ef18fdfd41bdfd3 | refs/heads/master | 2020-12-02T16:22:40.084038 | 2017-10-27T23:56:08 | 2017-10-27T23:56:08 | 96,542,043 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,172 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* checktype.c :+: :+: :+: ... | [
"beardings@gmail.com"
] | beardings@gmail.com |
a94d5620ee11d114f0f22cff3fc2068ce237a8c1 | bc6430c488a225a2796b50632cd4a88395777a76 | /ThirdParty/include/lterrc/asn1c_36331_d10/CSFBParametersRequestCDMA2000.h | ef55f7de38f639f14fe269c865b47f634cd3ef98 | [] | no_license | shflyeagle/EagleEye | 5f312eaaf9a8a4e2bf5786a38d4f3d6d690d71b7 | 98b3b802a572ad81bc346905dfdf8396a8189912 | refs/heads/master | 2020-05-07T08:33:53.684195 | 2019-04-10T07:53:56 | 2019-04-10T07:53:56 | 180,328,573 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,959 | h | /*
* Generated by asn1c-0.9.27 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "/home/qiongbod/asn1c-0.9.27/asn1c/input/36331-d10.asn"
* `asn1c -S /home/qiongbod/asn1c-0.9.27/skeletons -fcompound-names -fwide-types -gen-PER`
*/
#ifndef _CSFBParametersRequestCDMA2000_H_
#define ... | [
"qiongbo.deng@nokia-sbell.com"
] | qiongbo.deng@nokia-sbell.com |
164b1e6488e4ba8160239b0cf54f52088841e4a9 | aedce4967eb6994cdd243f869698f239e31962d9 | /src/sys/glibc-2.17/nptl/sysdeps/llamaos/x86/bits/pthreadtypes.h | 3913de77a5b4737c9e1edd7940e96015d4edaa14 | [
"BSD-2-Clause"
] | permissive | wilseypa/llamaOS | a1aa019187cc03a316c1805be8dd07a52e03ba15 | 549c51d101e252dec3492a5e566574a8080b0aec | refs/heads/master | 2016-09-15T17:56:17.261512 | 2014-12-17T18:28:17 | 2014-12-17T18:28:17 | 3,058,256 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 7,054 | h | /*
Copyright (c) 2013, William Magato
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 conditions and the f... | [
"william.magato@gmail.com"
] | william.magato@gmail.com |
376dbf0f488ec80af22d7d1047d5be986d290473 | f750923dd9804e4e95a09b480c27e27cb06e45a4 | /c06/ex03/ft_sort_params.c | 837076d70ffdd79555bdb3cf4ac49483de6f5b8d | [] | no_license | aculage/SCHOOL21_PISCINE_WINTER2021 | 5537435636f92ca453e225470c33f7e2dfffda46 | 2d9d107bd3796dee1ecca9feb4bf1a7f4dfed677 | refs/heads/main | 2023-03-20T04:41:08.596723 | 2021-03-10T19:55:40 | 2021-03-10T19:55:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,668 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_sort_params.c :+: :+: :+: ... | [
"hbrendon@su-b2.msk.21-school.ru"
] | hbrendon@su-b2.msk.21-school.ru |
752b3274574a91169b7031b816e809d01bccdb82 | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/AtCoder/abc002/C/4652952.c | 683d8b3f44b18bed52810b9ec6b5413a8b827683 | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | WINDOWS-1250 | C | false | false | 491 | c | #include <stdio.h>
int abs(int x);
int main(){
int a,b,c,d,e,f;
double area;
scanf("%d%d%d%d%d%d",&a,&b,&c,&d,&e,&f);
c-=a;
d-=b;
e-=a;
f-=b;
area=abs(c*f-e*d)/2.0;
printf("%f\n",area);
return 0;
}
int abs(int x){
if (x<0) x=-x;
return x;
} ./Main.c: In function ‘main’:
./Ma... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
c0b566c63e25f6ffd3fede5c45b3ff884c23d332 | ee5e16f087e8a109214dd6b2b95747ff86f515c6 | /0x0F-function_pointers/3-calc.h | 4d745da21b754aa1cbbeedce2b55e0b8a79cbb48 | [] | no_license | JhonathanAlejandro01/holbertonschool-low_level_programming | 75acc06dec6d0388ac16c33e714aad894ee82d5e | cdbf71007d3f393dea73f9ebc9ba59fe24687ddd | refs/heads/master | 2020-12-29T08:42:01.220763 | 2020-08-27T18:08:59 | 2020-08-27T18:08:59 | 238,468,630 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 673 | h | <<<<<<< HEAD
#ifdef _3_
#define _3_
#include <stdio.h>
=======
#ifndef CALC_H
#define CALC_H
int (*get_op_func(char *s))(int, int);
int op_add(int a, int b);
int op_sub(int a, int b);
int op_mul(int a, int b);
int op_div(int a, int b);
int op_mod(int a, int b);
>>>>>>> 894f744186fa92e27cffb044ad7a31db34a3b12f
/**
* ... | [
"joaleanco@hotmail.com"
] | joaleanco@hotmail.com |
fc3341f9ea56ddc5a75070b1a0dbf91c48a9ea76 | 400e45f616a97f52169547c607222a4882c2e292 | /djysdk/djysrc/djyos/core/sys_init.c | eece0fdd2f2cf0316f439fdc45a7b50d436d3b0a | [
"BSD-2-Clause"
] | permissive | xybingbing/djyos | 98c96022837e1884f6e24c2ad2829bcdd7cb7811 | e4cce47b288d1229246b2ca36d3e67ae809e1e79 | refs/heads/master | 2021-01-12T10:41:11.453681 | 2016-10-21T11:11:41 | 2016-10-21T11:11:41 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,472 | c | //----------------------------------------------------
// Copyright (c) 2014, SHENZHEN PENGRUI SOFT CO LTD. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
// 1. Redistributions of source code mus... | [
"lst2012@yeah.net"
] | lst2012@yeah.net |
562a86dc03afa2aca2943f24509fee1b0f9fe4c1 | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/development/ndk/platforms/android-L/include/sys/queue.h | f2ff6246ef200e125468a3ef00756dfa6dbb9b2c | [] | no_license | denix123/a32_ul | 4ffe304b13c1266b6c7409d790979eb8e3b0379c | b2fd25640704f37d5248da9cc147ed267d4771c2 | refs/heads/master | 2021-01-17T20:21:17.196296 | 2016-08-16T04:30:53 | 2016-08-16T04:30:53 | 65,786,970 | 0 | 2 | null | 2020-03-06T22:00:52 | 2016-08-16T04:15:54 | null | UTF-8 | C | false | false | 14,852 | h | /*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyr... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
07d48bf270b815c376d0d858188e82b998050961 | 54a5984c98bee4138a4d0cdec72a9db014b1de68 | /Tomato/Public/SUShared.h | 9e07598e2cec4639ecb95d88c95b1edc3a9db9aa | [] | no_license | heqingshan/BaseProject_https | 37f251a7d3a131f35658a9408cb6d16e464d33ce | c474e32b2b9cecda6f1646986364ffdd4c28799a | refs/heads/master | 2021-01-11T22:55:47.736512 | 2018-06-11T03:11:57 | 2018-06-11T03:11:57 | 78,524,225 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 620 | h | //
// SUShared.h
// wyzc
//
// Created by sunjun on 14-8-21.
// Copyright (c) 2014年 北京我赢科技有限公司. All rights reserved.
//
//#import <Foundation/Foundation.h>
//#import <ShareSDK/ShareSDK.h>
//#import <ShareSDKConnector/ShareSDKConnector.h>
//#import "WXApi.h"
//#import <TencentOpenAPI/TencentOAuth.h>
//#import <Tenc... | [
"fiona@HeQingShan-MacBook-Pro.local"
] | fiona@HeQingShan-MacBook-Pro.local |
2101371ded1dd91bc56840aa5d0b5d4a3c441cf5 | b43c11d6a447800226431151fcfe0fc7ec20af5c | /domino/lib/pydomino/var.st/document_link.h | 527794757771ee36a4b02463731993f8db3cb21b | [] | no_license | mirror-partorg/domino | 33eee2ec08d8edda5f0917f05d6e9577f3f13eb7 | 00cfd472edcba5e6a4170b5a7d2e8898fe391694 | refs/heads/master | 2023-07-10T05:21:58.372574 | 2023-07-06T02:37:54 | 2023-07-06T02:37:54 | 200,995,679 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 592 | h |
#ifndef DocumentLink_H_INCLUDED
#define DocumentLink_H_INCLUDED
#include <Python.h>
#include <domino.h>
#include "alias.h"
typedef struct {
PyObject_HEAD
document_link_rec_t *priv;
Alias *alias;
} DocumentLink;
PyTypeObject *getDocumentLinkType();
typedef struct {
PyObject_HEAD
document_link_key... | [
"yrichesse@gmail.com"
] | yrichesse@gmail.com |
ebefaf2ef8f922d6d29020cba8c7caf8eccbf851 | 61849837eb8f5f699232edf9023af68183caf066 | /Source/Destructuration/Destructuration.h | cd5bf33f47c1cafb9d99dbb69381f3550d91b335 | [] | no_license | Faerys/Destructuration | 5b982e1e1d276fa2d88fa64a796e68a76b3d93f6 | f7a62850f30c1a2028654e05417d335d6663359e | refs/heads/master | 2020-07-19T07:44:26.123578 | 2019-09-05T11:57:52 | 2019-09-05T11:57:52 | 206,404,043 | 0 | 0 | null | 2019-09-04T20:49:36 | 2019-09-04T20:07:38 | C++ | UTF-8 | C | false | false | 181 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
DECLARE_LOG_CATEGORY_EXTERN(LogAIWorldState, All, All); | [
"gp.lord22@gmail.com"
] | gp.lord22@gmail.com |
62972fe113dd0e8279c4332026db258d5b4bffd2 | fcae17848d59e9dfe44d371ffa9656edce3f0ba7 | /peripherals/rtc.h | fd057b8a043e271fd8404fef341675d9ab5f134c | [] | no_license | Eric-Hsia/TSDZ2_motor_controller_v2 | a2d1025e81cfec15fd79bb89a5786ba3ad8da256 | 37afa6a93d61a12a3c5ae041b63c368f41358354 | refs/heads/master | 2023-04-15T19:31:28.772766 | 2021-05-04T21:14:35 | 2021-05-04T21:14:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,220 | h | // Support for the XMC1100 RTC (real time clock)
#ifndef PERIPHERALS_RTC_H
#define PERIPHERALS_RTC_H
unsigned int rtcEnable(const unsigned int year,
const unsigned int month,
const unsigned int day,
const unsigned int hour,
co... | [
"casainho@gmail.com"
] | casainho@gmail.com |
6310b53c7c498a2eebe431b90cbe017cd870898a | e14de0a148019648eab02da28a87537626c89b1a | /clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/overloaded/vlseg4e32ff.c | d9ca5f903a0491069ad548f55500f358fe36d7ba | [
"LicenseRef-scancode-unknown-license-reference",
"NCSA",
"LLVM-exception",
"Apache-2.0"
] | permissive | romanovvlad/llvm | bd1e03bb7a0f0cd5819769d761b8327eac9547f1 | 9c7bd9ea046f189f322ae704ec004ccbb5377c74 | refs/heads/sycl | 2023-08-17T14:04:30.284831 | 2023-07-10T07:57:00 | 2023-07-10T07:57:00 | 180,324,735 | 0 | 0 | NOASSERTION | 2023-07-10T07:58:04 | 2019-04-09T08:49:37 | null | UTF-8 | C | false | false | 19,396 | c | // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 2
// REQUIRES: riscv-registered-target
// RUN: %clang_cc1 -triple riscv64 -target-feature +v -target-feature +zfh \
// RUN: -target-feature +experimental-zvfh -disable-O0-optnone \
// RUN: -emit-llvm %s -o - | opt -S ... | [
"yueh.ting.chen@gmail.com"
] | yueh.ting.chen@gmail.com |
f4ed024750b896de7d192347bfe8cefab948cc5a | 359741b841c2bdee997891b36363128bb8522964 | /adv/advpsg.h | 7fb7f99715df9e257065aafa9c111bb6b210c922 | [
"BSD-3-Clause"
] | permissive | libretro/xmil-libretro | 4686acb22c521b2414eb9524748d58f2fa5e7f5c | 4cb1e4eaab37321904144d1f1a23b2830268e8df | refs/heads/master | 2022-05-01T12:04:23.292954 | 2022-04-14T16:39:02 | 2022-04-14T16:39:02 | 244,228,236 | 3 | 9 | BSD-3-Clause | 2022-04-14T06:05:46 | 2020-03-01T21:42:20 | C | UTF-8 | C | false | false | 644 | h | /**
* @file advpsg.h
* @brief Interface of the PSG generator
*/
#pragma once
#include "sound/psggen.h"
typedef struct {
PSGREG reg;
UINT8 addr;
UINT8 envbmp;
UINT8 ch3bank;
UINT8 padding;
UINT8 vol[4];
UINT16 freq[4];
UINT32 lastclock;
UINT32 envcnt;
UINT32 envmax;
UINT8 __mixer; // unused
... | [
"yui@afe8d728-ceca-4c4c-a723-f8cfeda826dd"
] | yui@afe8d728-ceca-4c4c-a723-f8cfeda826dd |
a6aa05f3e89aa1dabb0dd46d60bfa5101ec59ef9 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/982b87ab-789f-42c4-b4de-1d8fc9347e55.c | 96bc673b825c40370b1d82c677132832298d11d4 | [] | 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 | 569 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = l/j;
l = l/j;
l = i/j;
l = i%j;
l = l%j;
l = k+j*i;
//variables
/* START VULNERABILITY */
int a;
int b[58];
int c[24];
a = 0;
do {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
ddba427af1bf8baf55b214253d3599507b9ca673 | edf1cc0bb169f3226e92f2f80f3c773eba769460 | /src/ios/frameworks/CTXMAMCore.xcframework/ios-x86_64-simulator/CTXMAMCore.framework/PrivateHeaders/CtxSharedVaultCommon.h | f1ed7b46e89c1d3f51b45ab9fd1070158d134f58 | [] | no_license | luisbouca/cordova-outsystems-mvpn | f5a1ae98ceb7cef7f0dd1abb82104f7da3fbebb7 | 79ea0408de1873d646c8118eaca4a548cdd95263 | refs/heads/main | 2023-07-20T04:23:40.343281 | 2021-09-03T13:58:35 | 2021-09-03T13:58:35 | 362,880,094 | 0 | 7 | null | null | null | null | UTF-8 | C | false | false | 6,626 | h | //
// CtxSharedVaultCommon.h
// MAMSharedLib
//
// Created by Jessie Qiu on 2/20/15.
// Copyright © 2015 - 2019 Citrix Systems Inc. All rights reserved.
//
//TODO: Explicit SDK - Merge CtxSharedVaultCommon with CTXMAMSharedVaultConstants
#ifndef MAMSharedLib_CtxSharedVaultCommon_h
#define MAMSharedLib_CtxSharedVa... | [
"luismrbouca@gmail.com"
] | luismrbouca@gmail.com |
9589cb0828def9667c1186f8c1d1583146d91f07 | f287664ddbbc7d8f0b522659403b2473bc0ba26b | /core/svm_msr.c | 3908fe2a07e6e2e059020e20f5d4670e8666f558 | [
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"LicenseRef-scancode-bsd-3-clause-no-change",
"LicenseRef-scancode-brian-gladman-3-clause",
"OpenSSL",
"FSFULLRWD",
"BSD-2-Clause"
] | permissive | JackBro/rkanalyzer | 497a3f77ab93c9bc2091b08f73757c1b63f12b29 | 384927c8ee93e178bb239ab978002edf4a32b08e | refs/heads/master | 2021-01-16T20:00:31.530709 | 2010-06-26T06:00:31 | 2010-06-26T06:00:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,618 | c | /*
* Copyright (c) 2007, 2008 University of Tsukuba
* 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 ... | [
"dengd03@381e516e-7607-11de-a94e-f9a6307510a4"
] | dengd03@381e516e-7607-11de-a94e-f9a6307510a4 |
c89baa2bb4acaa86cf2762918956b99c50d66e86 | cc6f3c5719e9a0bbb52a724f43de81f5e58c82b6 | /games/atc/extern.c | b0179972a468ea29ce95e1f0a5970844922f1720 | [] | no_license | noud/mouse-bsd-5.2 | e2b08156b7a8482909d4c3cd6067e8c48bc22004 | 82d6a9798f4d4121bd5c202e1a17caead426c4aa | refs/heads/master | 2023-02-25T02:02:41.193435 | 2021-01-19T20:42:32 | 2021-01-19T20:42:32 | 334,537,488 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,638 | c | /* $NetBSD: extern.c,v 1.10 2008/01/31 05:19:44 dholland Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Ed James.
*
* Redistribution and use in source and binary forms, with or witho... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
86c5d5894aae7fde38639a16c2fa41571ec1961b | 65383a18eab331710c1aede6e4cccaf58a7913c7 | /structure/my_put_nbr.c | 29402366a6c87f3039c4638c9ff0950a45076ea1 | [] | no_license | ylevygithub/E-learning | d723e7a80c8e2d5b61746b0a5dcb37b06e14c4b5 | 5176a947a64d9123809411ee290c8e2dc3e4330c | refs/heads/master | 2022-09-02T13:02:49.562973 | 2020-05-19T16:50:14 | 2020-05-19T16:50:14 | 265,298,868 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,253 | c | /*
** EPITECH PROJECT, 2018 ... | [
"yaacov.levy@epitech.eu"
] | yaacov.levy@epitech.eu |
80621ccf3348d6006e2bb065f062f13cc3fa9878 | 5bf9788ea2246bcd5cb488c9263f564425918e57 | /src/json/encoded_doc.c | 5472ff1e901c5bef9d96cc3e6980078144b3166f | [
"MIT"
] | permissive | RAO-29/SG-1-Memory-Pooling | 5fbb4855cb76ad8deca7861ebb35ee54bbbb47f4 | 2e52f8f4d983903292fe7e01f00d0845a3bdfad7 | refs/heads/master | 2020-06-03T01:45:38.432657 | 2019-06-28T14:22:48 | 2019-06-28T14:22:48 | 191,381,327 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 43,420 | c | /**
* Copyright 2019 Marcus Pinnecke
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, ... | [
"rao.ovgu@gmail.com"
] | rao.ovgu@gmail.com |
421d27a02a5e34e2d0149eca6f7b1b5232b42ccf | 3943908cc6de72924b2ceb76d6fea866282d6fba | /3.13 - class twelve/SeqTab.c | 83a032bd67a5771a9c42de33899c5b10e01f3dfc | [] | no_license | Poekiii/Study-C | 66b1c81366e16f9b11b5822784dbfae1edfdd621 | d521381cb68a9f9084fc1f92187405bd714dfef2 | refs/heads/master | 2023-03-16T02:46:42.114153 | 2021-03-20T13:44:11 | 2021-03-20T13:44:11 | 343,989,363 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,155 | c | #include "SeqTab.h"
//初始化顺序表
void SLInit(struct SeqList *ps)
{
ps->data = (SLDataType *)malloc(sizeof(SLDataType)*DEFAULT_SIZE);
if(ps->data == NULL)
{
printf("申请内存不到!\n");
exit(-1); //申请不到就退出
}
ps->size = 0;
ps->Capacity = DEFAULT_SIZE;
};
//展示已存的元素
void SLShow(struct SeqList ... | [
"862239208@qq.com"
] | 862239208@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.