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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b4105ba9891d201cff8f0ef88fdf44eab90f36a7 | e777939b99d8ada231064d0a4e384b2ab0e3b721 | /hx711.c | 86e748b6a2471ffd6e94d473749e9faa9ee6ac41 | [] | no_license | m3relec/HX711 | 287fee4d8ffafbdb821a375149df147c84af0912 | 702edfaef4cb206c0a0e1942cdbe5882b8363fdf | refs/heads/master | 2020-04-10T08:30:12.822488 | 2018-12-08T05:46:01 | 2018-12-08T05:46:01 | 160,907,443 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 576 | c | // www.smartelc.ir
// M3R
#define DDR DDRD
#define PORT PORTD
#define PIN PIND
#define Data PD7
#define Clock PD6
unsigned long read_hx711 (void)
{
DDR=0;
DDR|=(1<<Data);
unsigned long count;
unsigned char i;
PORT|=(1<<Clock);
PORT&=~(1<<Data);
count=0;
while ( (PIN&(1<<Clock)) );
for (i=0... | [
"noreply@github.com"
] | m3relec.noreply@github.com |
bbdba45b5a81ead6f33cabeb169df04d7458410a | 3d46dce9693c4eb1fad6d0dbcd6eb7d332e12558 | /src/E225B0.c | 73b28f041bb792c1e5c47b1de68670869bde950f | [] | no_license | Technoman589/papermario | b2d656d59cf1ed432d0a0933572b3ef46f7358b1 | 149b764045fc6f03074b3c21d15d1758fb541ee4 | refs/heads/master | 2023-08-28T10:39:37.588807 | 2021-10-20T11:45:35 | 2021-10-20T11:45:35 | 419,553,284 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,540 | c | #include "common.h"
typedef struct struct802B7C78 {
/* 0x00 */ f32 x;
/* 0x04 */ f32 y;
/* 0x08 */ f32 z;
/* 0x0C */ f32 scale;
/* 0x10 */ s32 unk_10;
/* 0x14 */ s32 unk_14;
/* 0x18 */ s32 unk_18;
/* 0x1C */ s32 unk_1C;
/* 0x20 */ s32 unk_20;
/* 0x24 */ s32 unk_24;
/* 0x28 ... | [
"noreply@github.com"
] | Technoman589.noreply@github.com |
770aabb7a8ed332a26a9ac2314e95d66c52cb0d1 | 9491e6e37de32f506f9fcf1399cdce8cb39a6ca0 | /Source/Kernel/video/video.h | e191b7f5bc07fd71bd88efca5db5e4bf1778945a | [] | no_license | reymontero/PagingOsdev | 2a018a31bfa761f8fddd37af07208680180ac86d | c2f600ea04cc2c8858a250990bcb90f795cafaaa | refs/heads/main | 2023-04-01T15:10:06.224925 | 2021-04-08T09:27:41 | 2021-04-08T09:27:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,814 | h | #ifndef _VIDEO_H_
#define _VIDEO_H_
#define SCREEN_WIDTH 1920
#define SCREEN_HEIGHT 1080
#define BITS_PER_PIXEL 32
struct vbe_mode_info_structure vbemode;
void putpixel(int x, int y, unsigned int color);
void drawLine(int x, int y, int x1, int y1, unsigned int color);
void drawVLine(int x, int y, in... | [
"noreply@github.com"
] | reymontero.noreply@github.com |
3414df784adc02d6af8ff334528557c7991f5f9c | e0c092d241d00803a84842014c238a28b2bc6c4d | /year2001/d/bode.c | 8a58a3f719be009bfd098f39c46a3fac63d79d1f | [] | no_license | acmgnyr/acmgnyr.org | 67058e56a18ecc91244e57653fc4d731ad748c9e | 21d42eed225106c65512e7a8a420d9258d08538b | refs/heads/master | 2021-01-18T21:23:56.867067 | 2017-12-06T04:48:59 | 2017-12-06T04:48:59 | 36,015,061 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 963 | c | #include<stdio.h>
#include<stdlib.h>
#include<math.h>
#define FILE_IN "bode.in"
#define FILE_OUT "bode.out"
void main(void)
{
FILE* fpin;
FILE* fpout;
float VS, R, C;
int n;
int i;
/* Open the input file. */
fpin = fopen(FILE_IN, "r");
if (fpin == NULL)
{
printf("Error: could not open '%s' ... | [
"boxysean@gmail.com"
] | boxysean@gmail.com |
c91a079e61b41ed3cedd2662cfddb83dfa2b552d | 63f24ed482e52472e395c8dab2fc0a7956a0a210 | /labsActuales/BSP/include/iis.h | 2daa11257886e34a7ca851fec91f42c9a467ec4d | [] | no_license | PabloSaro/PSyD | 608e47c2ea719cec5a68b6c644c33f06fffc1798 | 8f200b41340683fe9c7e0f2674e17c62d6d05560 | refs/heads/main | 2023-02-22T20:08:53.591879 | 2021-01-15T13:18:07 | 2021-01-15T13:18:07 | 329,916,453 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 3,115 | h | /*-------------------------------------------------------------------
**
** Fichero:
** iis.h 12/5/2015
**
** (c) J.M. Mendias
** Programación de Sistemas y Dispositivos
** Facultad de Informática. Universidad Complutense de Madrid
**
** Propósito:
** Contiene las definiciones de los prototipos de fun... | [
"abeoxsaro@gmail.com"
] | abeoxsaro@gmail.com |
653803327f361a2e3977e35519b3e4afbbb1784d | cc6adf990fb627284fe4bfc0423d2853a151e0a6 | /c++/Driver/SYS_Check/load.h | 53e57727a8ab8397b4ab554a69160defdf84649f | [] | no_license | mnihyc/legacy-toolset | db2e57faaa123fcec4d143a7e873df9a2092b2c9 | e4d0c402ada84b097eca1a3a6d816f817d3fbaba | refs/heads/main | 2023-06-02T19:20:42.632759 | 2021-06-25T06:37:51 | 2021-06-25T06:37:51 | 380,017,543 | 3 | 0 | null | null | null | null | GB18030 | C | false | false | 6,984 | h | #include <windows.h>
#include <winsvc.h>
#include <conio.h>
#include <stdio.h>
#include <shlwapi.h>
#pragma comment(lib,"shlwapi")
const bool dbg=true;
#define DRIVER_NAME "ProtectSvr"
#define DRIVER_PATH "Protect.sys"
#define DOS_NAME "ProtectDvr"
//装载NT驱动程序
BOOL LoadNTDriver(char* lpszDriverNam... | [
"rmnihyc@gmail.com"
] | rmnihyc@gmail.com |
1256d24660ff0a64457b74bb86d605e8eeb9dfea | 5f95342549413dc14e4b5b83c517076d556d52c9 | /usr.bin/pcc/cc/xalloc.h | fd893ef01a8106d72b46a650643619484d8da0a4 | [] | no_license | mikekmv/aeriebsd-src | ee4ce27893e6be0768acb9729fde21f08e3d5c17 | 04a0f2dffa69cbdb3b9d3f593c9317681eaa6302 | refs/heads/master | 2021-01-17T12:07:14.334767 | 2013-03-09T23:52:38 | 2013-03-09T23:52:38 | 10,635,652 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,608 | h | /*-
* Copyright (c) 2011 Joerg Sonnenberger <joerg@NetBSD.org>.
* 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
* ... | [
"mickey"
] | mickey |
5cfe7b1391662f278438b906ff26f8f108bfcda2 | 21aca6c8744cda06e1f30918bc236571c53ec7ea | /data/s2016_0.h | 79e4aefef5be636c327557723a4369912b377944 | [] | no_license | samizzo/syntax16 | 411d4e5b3baf4916307a12030d5bd0d5704962b3 | d25644b632df6f0f73d44a66a79a26e2b1a00b54 | refs/heads/master | 2020-12-24T07:53:34.618651 | 2020-01-19T01:21:05 | 2020-01-19T01:21:05 | 73,358,484 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 51,756 | h | const char s2016_0[]={
0x00,0x01,0x01,0x00,0x00,0x00,0x01,0x18,0x00,0x00,0x00,0x00,0x38,0x00,0xa9,0x00,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0... | [
"sam@horsedrawngames.com"
] | sam@horsedrawngames.com |
3c4b72cac19d401ce2539c925a4b1ff591d911ea | 9161045d13380c84cfd777733961581f90b818b0 | /code/general.c | d3c8d35b330694393543918e0d72b45c30074081 | [] | no_license | HowarXie1995/project_cmd_transport | 47c1d158d667acc038aefdaaabb65ae6247dadd3 | adc05b92685f15815989548d42ebc3a9a630f440 | refs/heads/master | 2020-05-03T04:15:27.641431 | 2019-03-29T14:07:38 | 2019-03-29T14:07:38 | 178,416,688 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,184 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
//外部变量声明
extern int terminate;
/*
* read_check:从一个文件描述符中读数据
* @fd:文件描述符
* @buf:读到哪里去
* @len:读多少个字节
* 返回值:
* > 0 返回实际读到的实际数
* = 0 表示文件结束
* < 0 表示文件出错
*/
int re... | [
"34116204@qq.com"
] | 34116204@qq.com |
a3d2b96415cc9ffc70371d60a6623549f940eb4b | 78f25e33cbd0ee54c7443d2367e030d72f6e4c51 | /tests/test_lcd_nointer.c | f9c663d581b8807af48d8f982c4afa6e4d3ae48b | [] | no_license | gurusfp/billmac_atmega | 6652cdcb9014962eec306c0b37f584cfaff73d64 | f6fcc015e90e2339f752fce5c7b36e595ff3bcc4 | refs/heads/master | 2016-09-05T20:03:30.049963 | 2015-01-05T07:11:49 | 2015-01-05T07:11:49 | 17,808,355 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 825 | c |
#include "lcd.c"
#include "i2c.c"
#define LCD_WriteDirect(loc, str, len) do { \
uint8_t _ui1; \
LCD_cmd(loc); \
for (_ui1=0; _ui1<len; _ui1++) { \
LCD_wrchar( ((char *)str)[_ui1] ); \
} \
} while (0)
int
main(void)
{
uint8_t ui1;
LCD_init();
PORTD = 0x10;
LCD_WriteDirect(LCD_CMD_... | [
"narenkn@gmail.com"
] | narenkn@gmail.com |
6d8e4dd30e078ebe1c116d4c5febeb0cb0a1304a | 90f1fbb11e7a24309b06deeb817f9244e181550e | /a1p7.c | 0c6d9974f592d77676f9fa4045a952f7da209f25 | [] | no_license | sareefrao/C-Program | 6139f041707d068ad932818a612b11d171cca9fb | 4ccfb1312faf1a042d8c86b59af134bc1f71335c | refs/heads/master | 2023-06-10T21:53:13.477622 | 2021-07-08T16:06:23 | 2021-07-08T16:06:23 | 383,367,578 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 309 | c | /* Program 7 :- WAP to calculate area of rectangle.Take length and breadth as input from user. */
#include<stdio.h>
int main()
{
float l,b,a;
printf("Enter Length of Rectangle:\n");
scanf("%f",&l);
printf("Enter Breadth of Rectangle:\n");
scanf("%f",&b);
a=l*b;
printf("Area of Rectangle is %f.\n",a);
}
| [
"dprao0110@gmail.com"
] | dprao0110@gmail.com |
31362301d6a2f008f42b9621fed7e6ad77c25d21 | 476bef3c147fba94a50a7f5a6e184ac13cc8925d | /TDjuwairen/Modules/Alive/AliveHandler/AliveTypeDefine.h | 8101004e976a33fecd8e82cf46bc25debae2d2aa | [] | no_license | shuleihen/TDjuwairen | 12bc64be30be7e2b7494ec28d09dbab52d894ee8 | 8cb778d4f399d779431d878a659aeb5be0effb84 | refs/heads/master | 2020-05-22T01:04:49.771031 | 2017-09-22T05:13:32 | 2017-09-22T05:13:32 | 63,458,539 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,415 | h | //
// AliveTypeDefine.h
// TDjuwairen
//
// Created by zdy on 2017/3/17.
// Copyright © 2017年 团大网络科技. All rights reserved.
//
#ifndef AliveTypeDefine_h
#define AliveTypeDefine_h
typedef enum : NSUInteger {
kMainListRecommend,
kMainListAttention,
} MainListType;
// 直播列表类型
typedef enum : NSUInteger {
k... | [
"shuleihen@126.com"
] | shuleihen@126.com |
419bb0c82ddd8b5a33da752e2375f6cb3b03d432 | 4c77669f592bb3dcac6a9153696f1adb1a2d2ed0 | /init.c | a4be4c96384b32d54f85fa26589e5efd6eff0ce7 | [] | no_license | rgjha/DTgravity | c707c9e86197dddf3a9186efe81aa823f4349553 | b68557f2f27544085256f4631abcaa6a4179015d | refs/heads/master | 2021-09-14T01:19:07.416188 | 2018-05-07T03:56:54 | 2018-05-07T03:56:54 | 105,079,185 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 448 | c | #include "grav.h"
/* opens all the data files and zeroes measure bins */
void init(void)
{
int i;
for(i=0;i<INCVOL;i++){
len_dist[i]=0.0;
}
for(i=0;i<STEPS;i++){
prob[i]=0.0;
dprob[i]=0.0;
}
for(i=0;i<VOL;i++){
len[i]=0.0;
}
for(i=0;i<DPLUS;i++)
{
try_subsimplex[i]=0;
go_subsimplex[i]=0;
manifold_subsimplex[i]=0... | [
"rgjha1989@gmail.com"
] | rgjha1989@gmail.com |
13e91c8faa4320a94d4fc99cb1449054ecc1e371 | e37de6db1d0f1ca70f48ffc5eafc6e43744bc980 | /war/src/main/webapp/pages/editor/db/setting.h | 64edbfb873d8f80c0f769b47073e673fe99b5c24 | [] | no_license | cnopens/BA | 8490e6e83210343a35bb1e5a6769209a16557e3f | ba58acf949af1249cc637ccf50702bb28462d8ad | refs/heads/master | 2021-01-20T16:38:38.479034 | 2014-11-13T00:44:00 | 2014-11-13T00:44:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 641 | h | <form id="${formId}" class="fly-dialog-form" method="post">
<fly:tabView id="${formId}_tab" >
<fly:tab id="${formId}_tab_base" title="基本">
<fly:include src="tabs/base.h" />
</fly:tab>
<fly:tab id="${formId}_tab_advance" title="高级">
<fly:include src="tabs/advance.h" />
</fly:tab>
<fly:tab id="${formId}_... | [
"panbasten@126.com"
] | panbasten@126.com |
86c4c1b0dd79a46ec7b3e206af418835016eeb45 | fa00e492bdc1deae0f2b2b1927855719c774c736 | /sort/quick_sort.c | fae7ba60533c20539c0ca5d9f44c91cc4af1a0c3 | [] | no_license | FengYusheng/data-structure-and-algorithm | bce2a7bc12046910fa5f4fa256a16278f7fca02f | 6e70bb6ebd8591f79a1a949f09676caf97d9c997 | refs/heads/master | 2020-12-24T12:29:05.998799 | 2018-08-20T02:02:00 | 2018-08-20T02:02:00 | 72,997,459 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,744 | c | /*
* Devide the array into two smaller arrays.
*/
#include<stdio.h>
#define MAX 7
int intArray[MAX] = {4,6,3,2,1,9,7};
void printArray() {
int i = 0;
printf("[");
for (i = 0; i < MAX; i++) {
printf("%d ", intArray[i]);
}
printf("]\n");
}
void _swapItem(int *a, int *b) {
/*同一个地址里的值异... | [
"maverick.fengys@gmail.com"
] | maverick.fengys@gmail.com |
7b3f8e7a9c6724fdcada5aedbe0a062f8d120d54 | c6af102acdaecb00da2eac929ccb93fe2e4d5292 | /mod4/avgGradesMC.c | 6a404350bc28056f889d08d0d6baeba0b6810d69 | [] | no_license | stevensommer2/cs2250S19 | 4c2f82d90d05514b37d26b2c12b545cebb7a48c1 | 69c120eaf59cccdc4dd76a7c726f6d7ff24b4fce | refs/heads/master | 2020-04-17T04:53:57.071815 | 2019-04-22T02:59:58 | 2019-04-22T02:59:58 | 166,251,837 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,494 | c | /*
* =====================================================================================
*
* Filename: while.c
*
* Description: Learn while loops
*
* Version: 1.0
* Created: 02/05/2019 08:37:24 AM
* Revision: none
* Compiler: gcc avgGradesMC.c -0 avgGravesMC.out
*
... | [
"steven.sommer@mail.weber.edu"
] | steven.sommer@mail.weber.edu |
a6a8cfd04bfe02073085b75f3685b26cdb50a956 | 712d3372969601b7d3cfb68e051ef843bbd88848 | /C/Projects/Algo 1/Filler/project/src/lineplayerone.c | ed889f9c4334dab2ba2eff3431a193273fa2fdbb | [] | no_license | PhilipStubbs/WeThinkCode_ | da34c1c0c877c097dbfd1195036ba0a365dd8065 | 641a2ed316d5ed00ab06f9ecca4dfbcde76636f3 | refs/heads/master | 2020-03-14T23:56:46.091521 | 2018-09-27T05:50:23 | 2018-09-27T05:50:23 | 131,856,149 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,778 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* lineplayerone.c :+: :+: :+: ... | [
"24510543+PhilipStubbs@users.noreply.github.com"
] | 24510543+PhilipStubbs@users.noreply.github.com |
4e200a02a41aa7fee18fa26fb8a8bc6ab5d9dc1d | 847456d35be07e31e3be079ef97339c5c9b9f437 | /Tests/testtaxblock.c | ffbca11d880851150d0bddfc7205e9de916a86eb | [] | no_license | mbrazeau/mpl | 0263b9bf16282e56bf9b6e4b36f8c5161f565ee8 | 6203102a8db4534dcdba413797930d1bf9eb77ff | refs/heads/master | 2021-11-08T15:27:25.130601 | 2021-08-19T21:06:37 | 2021-08-19T21:06:37 | 164,235,524 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,594 | c | //
// testtaxblock.c
// Morphy
//
// Created by Martin Brazeau on 03/01/2019.
// Copyright © 2019 Martin Brazeau. All rights reserved.
//
#include <stdio.h>
#include "mpltest.h"
#include "mpl_taxblock.h"
#include "testio.h"
#include "testtaxblock.h"
int test_taxa_block_basic (int argc, const char * argv[])
{
t... | [
"martin.brazeau@gmail.com"
] | martin.brazeau@gmail.com |
97ec687d977aecad6fb095a98695d4f7b966110a | ccf500b6aed04bc397c267595154e0452ce7d656 | /EpicCMSUIFramework_classes.h | 556709d34800da48a450d38f726122f7a8a672cd | [
"MIT"
] | permissive | NotDiscordOfficial/Fortnite_SDK | 775361ea044a22f508c0a8b42eb9ffdf12662aca | 58f8da148256f99cb35518003306fffee33c4a21 | refs/heads/main | 2023-05-25T23:47:11.201029 | 2021-06-09T03:55:35 | 2021-06-09T03:55:35 | 375,217,755 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,770 | h | // Class EpicCMSUIFramework.EpicCMSImage
// Size: 0x390 (Inherited: 0x2d8)
struct UEpicCMSImage : UCommonLazyImage {
struct FMulticastInlineDelegate OnImageLoadingComplete; // 0x2d8(0x10)
bool bMatchImageSize; // 0x2e8(0x01)
char pad_2E9[0x7]; // 0x2e9(0x07)
struct FSlateBrush LoadingFailFallback; // 0x2f0(0x88)
s... | [
"83149379+NotDiscordOfficial@users.noreply.github.com"
] | 83149379+NotDiscordOfficial@users.noreply.github.com |
254d3e72978331dfbf5c6c878b0007b3e8a17798 | ec9cd39c7a6e7e6ab3bb02cb7e69197dfd1fd405 | /0x02-functions_nested_loops/7-print_last_digit.c | b2f033ca0520f6df0d21a6c653f6107b36e4e672 | [] | no_license | Abelmafi/alx-low_level_programming-1 | 25518b1295bc58f00cb0a3303ec27aa741b83fd0 | 3a4170042908f188d7964fb572dac8295673ad25 | refs/heads/master | 2023-07-10T20:34:59.647843 | 2021-08-09T20:20:32 | 2021-08-09T20:20:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 340 | c | #include "holberton.h"
/**
* print_last_digit - prints last digit of a number
*
* @a: intiger value of function
*
* Return: return type of a funtion
*/
int print_last_digit(int a)
{
if ((a % 10) >= 0)
{
_putchar('0' + (a % 10));
return (a % 10);
}
else
{
_putchar('0' + (-1 * (a % 10)));
return ((-1... | [
"116eyosi@gmail.com"
] | 116eyosi@gmail.com |
577f95df91dd9e8ce12f66a4a40ecef264918420 | 724034520755e8cb0e28352f0f8543e7c4b40acb | /ft_memchr.c | 1dc0985cb35ba8b5e35a40a1b3e32a56c0f97ec5 | [] | no_license | keanu650/Libfts | fcba361b52faa30ea9107305da79cb6d4aad1506 | 37d4d5ee2c6932f2b0f434a0eec79865c8530eae | refs/heads/master | 2020-08-14T06:12:33.629896 | 2019-10-19T01:27:51 | 2019-10-19T01:27:51 | 215,112,656 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,142 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memchr.c :+: :+: :+: ... | [
"ktautuaa@e1z3r6p24.42.us.org"
] | ktautuaa@e1z3r6p24.42.us.org |
840b122325b235e0ddb6b88aec1bd9d91152c416 | 827323bea534884e117a031219eb7f6dcd41b493 | /libft/ft_strnew.c | efdf5129cfa9ebd1cd50f422240e7b1a0b7bd595 | [] | no_license | StolenPkM/Wolf3D | 33459bb77244ef60a6c5ef83544e963a1dd32c75 | 82f88df91303f9e313ae089ee4a32278a6f31a87 | refs/heads/master | 2021-07-19T10:01:15.255274 | 2017-10-23T12:59:23 | 2017-10-23T12:59:23 | 107,982,063 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,105 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strnew.c :+: :+: :+: ... | [
"pabonnin@e2r5p9.42.fr"
] | pabonnin@e2r5p9.42.fr |
c85f9caa02b642a7b37d93ca482fe4168d3cfdd6 | 04bcc3f757d3a66fda9e21faad63cc2b9ba0ef01 | /baekjoon/1001.c | c6f7ac6a094b18845f7c4c257e15d73a50fdf3bf | [] | no_license | maeyoung/hyeyoung | 1a26d40cdfbce77726624350c7d8f44837b5ebac | 63f525fcac28aec369efc77a4a2d01ca7273b7a2 | refs/heads/master | 2022-01-28T08:58:32.877121 | 2019-05-10T12:04:42 | 2019-05-10T12:04:42 | 104,313,609 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 108 | c | #include <stdio.h>
int main()
{
int n,m;
scanf("%d %d", &n, &m);
printf("%d\n", n-m);
return 0;
}
| [
"godud1013@gmail.com"
] | godud1013@gmail.com |
c1a37f029cb11ba07165b54a76205c0d67ad3a19 | e4b5869d36a5fad30cae7975c9ca4766bee36336 | /crender2/src/core/cr_strhash.h | 200c741e8dc4c5e2e43ec51168e3fc84e1eaf248 | [] | no_license | southdy/Crender | 95cf36d740b2274c44c60f54a66ee23b8ca306db | cdb2af1a0561f1c967f6a7801996c120b5df525e | refs/heads/master | 2021-05-27T09:40:20.429536 | 2012-05-02T11:21:45 | 2012-05-02T11:21:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,206 | h | #ifndef CR_STRHASH_H
#define CR_STRHASH_H
#include "cr_platform.h"
// http://chrissavoie.com/articles-mainmenu-29/15/65-hash2
// the depth of the hashing
#define CR_HASH_DEPTH 64
// randomly generated constants. The bottom half has to be FFFF or
// else the entire hash loses some strength
static const cr_uint32 CR... | [
"ming4883@gmail.com"
] | ming4883@gmail.com |
95b683e2595b8f2bc89ab16267f2fc13981e130f | 19e356aa308d3adef259a912b29950a3af37a2e2 | /Temp/il2cppOutput/il2cppOutput/System_Core_System_Linq_Enumerable_U3CCreateSelectIteratorU3_112.h | 70260fa2728059430fc2778dffb84bce7f7d05ca | [] | no_license | minuJeong/AcocGame | 87314d914b72290fff347cc590ae03669d10d6ba | 24eeaba66393890998d55a633fcbd17d984549b4 | refs/heads/master | 2021-03-12T23:51:57.818655 | 2015-03-29T12:44:58 | 2015-03-29T12:44:58 | 32,936,460 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,829 | h | #pragma once
#include <stdint.h>
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_t1034;
// System.Collections.Generic.IEnumerator`1<System.Object>
struct IEnumerator_1_t88;
// System.Object
struct Object_t;
// System.Func`2<System.Object,System.UInt32>
struct Func_2_t7384;
// System.Obj... | [
"minu.hanwool@gmail.com"
] | minu.hanwool@gmail.com |
7ecac56d0998a926b38c4ff86a55b26efe0c5a78 | 80a7bc60b527307da28a1ab2fabe8ebfb3501b72 | /interacao.h | 95df36deda46866eb9d90e49d5387ab2020db89e | [] | no_license | RoinujNosde/TicTacToe | f2669ac807093bad845045ee26d8117ab897668e | bea7e82b40dcf8691ab9e6795a793758cb29d6af | refs/heads/master | 2020-04-05T11:39:08.090204 | 2018-11-09T09:53:18 | 2018-11-09T09:53:18 | 156,843,070 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 116 | h | int solicitar_modo_de_jogo();
void solicitar_nome_do_usuario(char * nome);
void solicitar_posicao(int * posicao);
| [
"edsonpassosjr@outlook.com"
] | edsonpassosjr@outlook.com |
48f23d09fe979aa7a374abaa378a4f4c20803db2 | 830465731dfda87b4141546262f20d74c29297bf | /PWN/BambooFox/test/aaa.c | 07c55afd76da45c37effc89229005b5b7b6e80e4 | [] | no_license | jchen8tw-research/CTF | f559d7ca0e16a730335b11caeeae208c42e8bf17 | f49615c24437a9cc6a2c20d6b30cb5abf7a32b71 | refs/heads/master | 2023-03-17T12:29:08.630613 | 2021-03-23T06:31:26 | 2021-03-23T06:31:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 64 | c | #include<stdio.h>
int a=0;
int main(){
printf("%d", &a);
}
| [
"cpr1014@gmail.com"
] | cpr1014@gmail.com |
70120f4fb766b95345814c8a6dec084ae8bee724 | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/drivers/infiniband/hw/mlx5/ib_virt.c | b61165359954ecf3ed75f0227eb81d3d7b6bdeb0 | [
"Linux-syscall-note",
"GPL-2.0-only",
"MIT"
] | 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 | 6,386 | c | /*
* Copyright (c) 2016, Mellanox Technologies. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
fbaab816030ad49fcf348a6429e593665ff4024a | cfda15e48f061a9535988a4a4349874b49eb9c53 | /P4Q6.c | 17b4c870da9734350c6034a71e69867d55503948 | [
"MIT"
] | permissive | Kenghunter/TutorialsCodes | 20608704d621d659009f8a22eb81b9375645b611 | f2591695253b1c6db29dd28444012f2aba6d36b0 | refs/heads/master | 2020-07-02T09:43:49.361522 | 2019-08-09T15:14:07 | 2019-08-09T15:14:07 | 201,490,904 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 409 | c | #include <stdio.h>
#include <stdlib.h>
#pragma warning (disable: 4996)
void main()
{
int num1, num2, num3, num4, num5;
printf("Enter 4 digit number ->");
scanf("%d", &num1);
num2 = num1 %10;
num3 = num1 % 100;
num4 = num1 % 1000;
num5 = num1 % 10000;
printf("digit 1 =%d\n", num2);
printf("digit 2 =%d\n", num... | [
"aukahjun123@gmail.com"
] | aukahjun123@gmail.com |
4188a09ede02adf594df13355e6a3165457f5c37 | 96ea567980a8cd99dc88e054db07b6f05139bd8e | /cpe.c | 1adc7fd218af5e41e7704e654c326da702f614f6 | [] | no_license | bazz2/smallcell_cpe | 48a757b6e285d08aa0125ba2274b9ac953abc659 | 876c06e2ffe70b5f6ffb87ce67d1e9840e81afe2 | refs/heads/master | 2020-05-18T09:11:29.574780 | 2015-05-08T03:10:05 | 2015-05-08T03:10:05 | 34,846,163 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,106 | c | #include <stdio.h>
#include <memory.h>
#include "rpc.h"
#include "soap/parser.h"
#include "log/uulog.h"
#include "utils/curl_easy.h"
/**
* @param[in] arg: the args get from event_list
* @return: 0 - success; -1 - failed.
*/
int exec_session(void *arg)
{
char *url = "localhost";
CpeRpcMsg *rpc_send = NULL,... | [
"jintao_chen@sunwave.com.cn"
] | jintao_chen@sunwave.com.cn |
27146dc803d1577672ee3da8fce17cd7acb1997a | d37b7cb3b3c51d89c71a756abad4aba622917ee1 | /software/main_control_board/libs/filt_adc/filt_adc.c | e2740403acfea1d7f36acbf42f7bf2fff63f6c63 | [] | no_license | JoeSc/led-house-lighting | 4911601e6f7c65b33519c7cfd7eae007de0560b3 | b1dc6a999fcdce0d991291b4ed2d39fbd1c5c60c | refs/heads/master | 2020-12-24T15:49:41.681719 | 2013-08-29T01:37:59 | 2013-08-29T01:37:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,402 | c | /*
* Free running ADC that constantly accumulates and averages ADC values
*/
#include "LPC13xx.h" /* LPC13xx Peripheral Registers */
#include "filt_adc.h"
#define ADC_NUM 8 /* for LPC13xx */
#define ADC_CLK 4500000 /* set to 4.5Mhz */
#define ADC_SEL 0x0F /* Select the active ADCs */
#define AD... | [
"joe.schaack@gmail.com"
] | joe.schaack@gmail.com |
eb66dcb70c5cc4521194fa6ed0ba38bfdb1c09b6 | ea783825782d2e431d99b554541f92beb4a33a89 | /decoder/codec/include/linuxsemaphore.h | 7c7b9a872254456f76628ec8048f737fda963ef3 | [] | no_license | xxjjss/jpeg2000-decoder | c0f9e3dbc3bbe5c2ee5c53f6b218557f06742cb4 | 016c13f53d03c5de1adf366b597fac12936f9a6f | refs/heads/master | 2022-01-06T10:57:34.943776 | 2019-06-01T19:18:37 | 2019-06-01T19:18:37 | 189,768,454 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 686 | h | #pragma once
#if defined LINUX
#include <semaphore.h>
//#include <mach/task.h>
//#include <mach/mach.h>
typedef struct LIN_sem_t {
/*LIN_sem_t(void * i) //For initialization with NULL
{
msem = new sem_t;
}*/
LIN_sem_t()
{
msem = new sem_t;
}
~LIN_sem_t()
{
//if(msem) delete mse... | [
"xxjjss@gmail.com"
] | xxjjss@gmail.com |
2213ad1931c0511928fe3c8710e0b426aa4a8f90 | 8a054bdc96a98d5a6b11996c6cf33ea8d13370c0 | /KSZ/linux-drivers/ksz8895/linux-4.19/drivers/net/ethernet/micrel/ksz_sw_8895.c | ddcb76f3400592c5734aa84c58e9db0bd69af07b | [] | no_license | fairchdm/EVB-KSZ9477 | df5c1cd4c2dae38d5a5fdc55eacc86df8bc4348d | 2884098af64a14fcf1ef913047130dd9dd4019cb | refs/heads/master | 2020-09-06T07:27:32.162817 | 2019-11-04T19:57:30 | 2019-11-04T19:57:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 238,949 | c | /**
* Microchip KSZ8895 switch common code
*
* Copyright (c) 2015-2019 Microchip Technology Inc.
* Tristram Ha <Tristram.Ha@microchip.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software... | [
"Tristram.Ha@microchip.com"
] | Tristram.Ha@microchip.com |
bd55cc604a7f75f9ff5b2e80fce3701484cd9e22 | 529aa489844b0fa6855897d314f19e1a8b7436e6 | /factorialof num.c | 42c146dd6b1cae7ffa06de31841f2d81bceb40b7 | [] | no_license | gayathrivsb/ggg | 478d0e1d8c31ff1e5142d2ced9cfca89c8a9c795 | 7519e022bfb3431c174b9be8a965fbdf5cedb928 | refs/heads/master | 2021-05-11T05:44:59.867583 | 2018-02-27T11:23:51 | 2018-02-27T11:23:51 | 117,967,605 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 173 | c | #include<stdio.h>
int main()
{
int a,n,fact=1;
printf("enter a number:");
scanf("%d",&n);
for(a=1;a<=n;a++)
{
fact=fact*a;
printf("factorial of%d=%d",n,fact);
}
return 0;
}
| [
"noreply@github.com"
] | gayathrivsb.noreply@github.com |
c153c006beb2ef2100235669dd8d208927d391dd | f066f7ac88bbb6df37cf306d8879e6fc51f683dd | /C/Project/4.20/10.pay_s.c | 13ffaf26a212b9c150dadf2fa354a0b725231ca7 | [
"MIT"
] | permissive | ViewShumoon/My-C-Programs | f71b60d626ac137e553999aafeece8356553dd18 | 00d616fd5cc9a1370996734a6652c0b47a9bdaa3 | refs/heads/master | 2023-08-11T21:49:00.590000 | 2021-02-11T17:28:39 | 2021-02-11T17:28:39 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,133 | c | #include <stdio.h>
int main()
{
float i, m, m1, m2, m3, m4, m5;
m1 = 100000 * 0.1;
m2 = m1 + 100000 * 0.075;
m3 = m2 + 200000 * 0.05;
m4 = m3 + 200000 * 0.03;
m5 = m4 + 400000 * 0.015;
int p;
printf("请输入利润I:");
scanf("%f", &i);
p = i / 100001; //要 <=
if (p > 10)
m = ... | [
"42063176+Kianakiferi@users.noreply.github.com"
] | 42063176+Kianakiferi@users.noreply.github.com |
d6ca1061a0820101986ae6afc076d5ec8ca1e42a | dd93166fa750db4f6213a8fe9a15e77398a397f9 | /usbCamCmds.h | 551208964733b6e9762a43f0204f0f008776725c | [] | no_license | monsterfrisbee/DriverUSB | 4d8f5205c9eb8140182f0d123b7f183437bb6823 | 7e5984b121ba891e60bbcad00dd5e8ca1154d05d | refs/heads/master | 2021-05-30T03:43:17.261112 | 2015-12-05T23:03:38 | 2015-12-05T23:03:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 715 | h | /*
* File : usbCamCmds.h
* Description : ELE784 Lab2 IOCTL commands
*
* Etudiants: LAPJ05108303(Jonathan Lapointe)
* TREC07029107 (Charles Trepanier)
*/
#ifndef USBCAMCMDSCMD_H_
#define USBCAMCMDSCMD_H_
#include </usr/include/linux/ioctl.h>
#define IOCTL_MAGICNUM 's'
//list of available ... | [
"charlestrep91@gmail.com"
] | charlestrep91@gmail.com |
a9c3d1c48d9349b7fee42eb0b487978aff8f6453 | 4898149ddb644b20459d2d8a8d18b27a9ad119cb | /dns_svr.c | 398ade955864c0b548b94ff9e4a8ec9c858b00c8 | [] | no_license | hoangainhipham14/DNS-Server | 4594d2ff9c668256eefc2539082e93c3699d61ce | 6aced5aaf03c8bb65142575b2c3b36dc7790121a | refs/heads/main | 2023-05-27T07:07:37.730485 | 2021-06-11T09:38:26 | 2021-06-11T09:38:26 | 375,974,586 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,035 | c | #define _POSIX_C_SOURCE 200112L
#define MAX_MSG 256
#define HEADER_LEN 12
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <stdbool.h>
#include <ctype.h>
#include <signal.h>
#include <arpa/inet.h>
#include <errno.h>
#include <assert.h>
#include "... | [
"noreply@github.com"
] | hoangainhipham14.noreply@github.com |
73e116930e6de511206d6ae159d920db1a04e259 | d660ccb43c3d0441ad0ef277e43245e780a562ec | /vhdl/Tests-DE1/soc_lm32/Software/TestFirmeware/spike_hw.c | a1e7cbf6e7d4903cb2af0358dbace0477fd16b32 | [] | no_license | astaliarou/legacy | 0d83670a3e8a5f1a408cc28858321bfbbd4f868c | f4e6ab9e4c2aef6ffa20e0028084aa584c2c968b | refs/heads/master | 2022-05-21T13:37:27.882589 | 2020-02-11T19:31:37 | 2020-02-11T19:31:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,753 | c | #include "spike_hw.h"
volatile timer_t *timer0 = (volatile timer_t *) 0x80000000;
volatile uart_t *uart0 = (volatile uart_t *) 0x80001000;
volatile gpio_t *gpio0 = (volatile gpio_t *) 0x80002000;
uint32_t msec = 0;
/***************************************************************************
* IRQ handli... | [
"madex@b1d182e4-1ff8-0310-901f-bddb46175740"
] | madex@b1d182e4-1ff8-0310-901f-bddb46175740 |
1c6e7767bef795adb92c381603d57c5075a3314c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/h2o/lib/common/extr_redis.c_get_error.c | 2168a7f82bb2ff741aefb69db2f983062b6e14fd | [] | 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,590 | 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 |
5f61bf48f0d023e1374fdfec68637cf2a5a49704 | f4a41afdc274dd5a4989191c7a4952a74e27e823 | /src/client.c | 69f53135957ba20e3b3e17e085b179b8717fa0f5 | [] | no_license | lavrenovamaria/42-minitalk | 9b5f4d318a759a05a705e365315aa294c899fbd1 | 544c536cb26c846faae02a0220aae5e5a5f67d79 | refs/heads/main | 2023-07-22T08:56:18.116214 | 2021-09-04T16:51:54 | 2021-09-04T16:51:54 | 400,522,526 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,004 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* client.c :+: :+: :+... | [
"wrickard@student.21-school.ru"
] | wrickard@student.21-school.ru |
c5d77c8539a69043df8244a183b4099cc8c11f96 | 6c4aa4ee68af265ffee3ec80551a158c57418924 | /cherami-sort/src/cherami-sort.c | aa7b7bb2b40ee47570880ac5317c1563ac583568 | [
"MIT"
] | permissive | n0g/cherami | 2f53d090646ea48d4c93ef9e6e270b6b8b51beff | 4e39afdfaef96f08b8cf8557032ee6bec91a1e77 | refs/heads/master | 2020-06-21T01:51:31.071467 | 2011-11-07T00:19:56 | 2011-11-07T00:19:56 | 246,826 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,622 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>
#include <libgen.h>
#define SPOOLDIR "/home/matthias/src/cherami/test/var/spool/cherami"
#define USERDIR "/home/matthias/src/cherami/test/etc/cherami/users"
#define MAXADLEN 64+1+255+1
#define MAXRECIPIENTS 100
char*
... | [
"mf@n0g.at"
] | mf@n0g.at |
4f2ae9279cfca3f6357b21ae9f0af7b074b0d4a1 | d8d0dd5b818474693bf6e7bb2d3d7ed1008f0db9 | /File organisation techniques/Hierarchial/hiearchical.c | 50d0d9e500bcdf5ccfa8c3ee6660b5e6ad95884a | [] | no_license | Sarath-Kumar-S/System-Software-Lab | f616debdc4b0920d68c8e67ba2a6f8ebea8156e9 | 82efd5864a3f3331f30a95334bb2056319eef22c | refs/heads/main | 2023-01-28T00:59:54.269328 | 2020-12-10T10:40:45 | 2020-12-10T10:40:45 | 298,834,795 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,534 | c | #include <stdio.h>
#include <stdlib.h>
struct node
{
char name[25];
int df;
struct node *fp;
struct node *dp;
};
struct node *A[20];
int c = 0;
void create(struct node *p, int n)
{
struct node *temp, *t;
temp = p;
for (int i = 0; i < n; i++)
{
t = malloc(si... | [
"noreply@github.com"
] | Sarath-Kumar-S.noreply@github.com |
52f3b29532b0931c947b81618f4afa1e9f972d0e | ac362bb8969d647cd219430bc71c831d894e531c | /dist/bind/lib/isc/include/isc/hmacsha.h | c3629d8538f902496992edcf37c269fb10af3645 | [
"ISC"
] | permissive | noud/mouse-bsd-4.0.1 | efb3b16fcc872ab227e6bb651cf1e836796a0804 | 4c0a1e08df407a759afac2d6a98507df94f5f814 | refs/heads/master | 2023-02-24T23:42:54.060718 | 2020-08-16T20:10:53 | 2020-08-16T20:10:53 | 334,536,412 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,283 | h | /* $NetBSD: hmacsha.h,v 1.1.1.1.2.2 2007/05/17 00:42:29 jdc Exp $ */
/*
* Copyright (C) 2005, 2006 Internet Systems Consortium, Inc. ("ISC")
*
* 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 th... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
6e4102db3a978b3a8b974b6df8088b49c12f02bf | 5ee028ee2582a2d566c22a32097a1fcbed314fcc | /openwsn-fw-antiJamming/openapps/openapps.h | 07b4979a478c261895ac2f8016de692658fdee24 | [] | permissive | ssciancalepore/BitTransfer | 70c5b271743ebe683d7a3a37d595dbab132f903e | b9d343b0219259f4870e9362b99c27f544014b89 | refs/heads/master | 2022-06-20T18:38:03.271254 | 2019-09-15T04:56:32 | 2019-09-15T04:56:32 | 199,583,953 | 1 | 1 | BSD-3-Clause | 2022-06-03T22:45:01 | 2019-07-30T05:53:29 | C | UTF-8 | C | false | false | 417 | h |
#ifndef __OPENAPPS_H
#define __OPENAPPS_H
//=========================== define ==========================================
//=========================== typedef =========================================
//=========================== variables =======================================
//=====================... | [
"savio.sciancalepore@gmail.com"
] | savio.sciancalepore@gmail.com |
f91bed51795a390d5c7a1f7862063289e02b4d14 | 264cc34d1d5322c9c955f351e5ed710836f6a1a5 | /cmake_targets/basic_simulator/enb/CMakeFiles/X2AP_R14/X2AP_WidebandCQI.c | 6fe42dee12470bc23d4d29c53115d9e44d4e2f48 | [
"BSD-3-Clause",
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla"
] | permissive | mr-ytseng/openairinterface5g | 8d40a768b2046da8c521f58d34c0466226f1c154 | 54d541c22cdfcb774774089291c93e4e79294a1d | refs/heads/master | 2021-10-27T20:56:33.843199 | 2019-04-19T15:37:55 | 2019-04-19T15:37:55 | 177,127,103 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,583 | c | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "X2AP-IEs"
* found in "/home/user/openairinterface5g/openair2/X2AP/MESSAGES/ASN1/R14/x2ap-14.6.0.asn1"
* `asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterface5g/cmake_targ... | [
"yuchia.tseng@irt-systemx.fr"
] | yuchia.tseng@irt-systemx.fr |
79efb8f962cf6454c3b7865c2905d95b30e1053e | 38f055a979a0e4acecf5d2a5ad0d0344d1f52db2 | /src/mame/drivers/galivan.c | 9a5b68e5faeb7a6875b97c8754d061142a455f06 | [] | no_license | poliva/mame-rr | 0cc05bed2a80addbb906e97b8f25633496eecab6 | 124dbb66844bc6d8747b19b8483cefa28fb6b7fb | refs/heads/master | 2021-01-22T05:16:42.247183 | 2015-04-24T08:59:22 | 2015-04-24T08:59:22 | 34,506,421 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 56,830 | c | /***************************************************************************
TODO:
- Find out how layers are enabled\disabled
- dangar input ports - parent set requires F2 be held for Service Mode
- wrong title screen in ninjemak
- bit 3 of ninjemak_gfxbank_w, there currently is a kludge to clear text RAM
but... | [
"pau@eslack.org"
] | pau@eslack.org |
1299c1a0f45debc053fab8e194d5d4571b070280 | 8509cbab466143506ae46c4cd8e5647972005903 | /vesion 2/fw/finish/sandbox/v9_testmode_1602display/Finish(state machine)/fin_v0.cydsn/lib_Gate/gate.c | ed9729d554eb2b7305b3595d575a30c93b9c72cb | [] | no_license | andrey-mcs/start-finish-system | af206ae28b22920b20c2492563f14b71ae3d27a5 | 9416983c165e4b2b13e62f4bb64fe5725021af3e | refs/heads/master | 2021-01-17T19:21:13.883851 | 2017-01-31T14:19:24 | 2017-01-31T14:19:24 | 61,115,946 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,672 | c | #include "lib_Gate\gate.h"
#include <GatePin.h>
#include <GATE_INT.h>
#include "lib_RTC\RTC_WDT.h"
static uint64_t savedUnixTime;
static uint32_t savedRecentMs;
static uint32_t gateOpen ;
/*gate interrupt*/
CY_ISR(GATE_INTERRUPT)
{
GATE_INT_Disable();
gateOpen = GATE_OPEN;
savedUnixTime = RT... | [
"Zhuk Peter"
] | Zhuk Peter |
9f8766745be73308383214bb72c061debb4eca6f | f4f43ed919a71da1a1ff709bb8b94a8caa64684d | /hairetu.c | c2ff72005b57f9dc68498b62b271ad2e776f6bf2 | [
"MIT"
] | permissive | IkuoShige/kadai | 13ef6fde6ca477d17c81265b21430fd0322f5b01 | 28b07d1fea6160b40ea03e3f0637b0b37de15694 | refs/heads/main | 2023-06-18T00:29:02.491986 | 2021-07-19T05:11:33 | 2021-07-19T05:11:33 | 374,719,929 | 1 | 0 | MIT | 2021-06-12T05:48:54 | 2021-06-07T15:45:37 | C | UTF-8 | C | false | false | 217 | c | #include<stdio.h>
int main (void){
int data[]={};
int answer=0;
int i;
printf("入力してください\n");
for(i=0;i<10;i++){
scanf("%d\n",&data[i]);
answer+=data[i];
}
printf("%d\n",answer);
return (0);
}
| [
"s21C1060DQ@s.chibakoudai.jp"
] | s21C1060DQ@s.chibakoudai.jp |
45c119dab4ec02c4b61e0609b9dd3723142112d2 | 6f3e0000993816afa03d64c5a02b94fca2931200 | /sys/arch/vax/include/ka420.h | 32cbf342019b032f26bde553702c9d5549bed228 | [] | no_license | fallen/NetBSD6 | b6dc7a2593846816b8cb6f47cf26054ca2811667 | 44e0ac4ada812ace1f9ca8ce4792e287d83bd951 | refs/heads/master | 2022-04-09T14:50:47.274147 | 2020-03-08T14:01:38 | 2020-03-08T14:01:38 | 8,187,676 | 2 | 2 | null | 2020-03-08T14:01:39 | 2013-02-13T20:57:45 | null | UTF-8 | C | false | false | 8,054 | h | /* $NetBSD: ka420.h,v 1.3 2002/12/01 21:21:45 matt Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
* All rights reserved.
*
* This code is derived from software contributed to Ludd by Bertram Barth.
*
* Redistribution and use in source and binary forms, with or without
* modification, are per... | [
"yann.sionneau@gmail.com"
] | yann.sionneau@gmail.com |
6033467bbc4457560f37b26eac23a5fd619e8895 | bd3ccc6ea785b31930fa1906e49552db2a5f8327 | /src/container/cnv_queue.c | 394604c8f9a23ca08fc78672bcb879dea263d910 | [] | no_license | joeevon/netframe | f78051a62fd642f3f06b5357b8748e0eea311c2c | c2e4301170c51c531bc856fccf65ee0853c0e00e | refs/heads/master | 2020-04-06T04:59:53.726000 | 2017-08-15T13:49:53 | 2017-08-15T13:49:53 | 63,201,057 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,434 | c |
#include "cnv_queue.h"
#include "cnv_comm.h"
#include <stdlib.h>
#include <stdint.h>
#include <errno.h>
#include <assert.h>
#include <unistd.h>
#include <sys/time.h>
bool lock_queue(BLOCKING_QUEUE_T *queue)
{
assert(queue);
bool result = false;
if(0 != pthread_mutex_lock(&queue->mutex_))
{
int... | [
"joeevon.wang@ucloud.cn"
] | joeevon.wang@ucloud.cn |
72d139df87ec156e07627f5ec8685bba96c3aca4 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/b4819130-a4af-4c53-89b5-cc9bcfe2c7c7.c | eb5855b40b8953dd2ad6176dc6ef9fec8255f8ed | [] | 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 | 226 | c | #include <stdio.h>
int main() {
int i=4;
int j=124;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = l-j;
k = k-k*i;
printf("vulnerability");
printf("%d\n",k);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
9edbfe23ba41c7caf8aedeb1391a2ea00c82940c | ad4599c54ebb8ddf28cde575757722bd1642e255 | /链表/链表/复杂链表的复制.h | 0b337bebbd577270ebb4b03df4fe6ec575475380 | [] | no_license | menqiqi/DataBase-C | 8336e545160a32e891006057bca1205377633883 | c5526792ab31fd43fae813f22fbaa32790c19ee9 | refs/heads/master | 2020-04-05T08:43:59.381223 | 2019-03-02T10:56:39 | 2019-03-02T10:56:39 | 156,727,134 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,759 | h | #pragma once
#include<stdio.h>
#include<stdlib.h>
#include<assert.h>
typedef struct ComplexListNode{
int data;
struct ComplexListNode* random;
struct ComplexListNode* next;
}ComplexListNode;
static ComplexListNode* ComplexCreateNode(int data)
{
ComplexListNode *node = (ComplexListNode*)malloc(sizeof(ComplexListN... | [
"2251048927@qq.com"
] | 2251048927@qq.com |
7113b9d4bd60ebd968a79c43e1656792b00f2eb8 | e36e0294132f04083ab84421ceeaacec81a334e1 | /Algorithmic Toolbox/week4_divide_and_conquer/2_majority_element/majority_element.c | 862d8848a2c41a222b28d52441c0b216084574de | [] | no_license | dhairyakataria/Data-Structure-and-Algorithms | b0f9ffa0424fe576b7d55ad8caa0e9b9fa05dde5 | 4f7ba10d83b48e49dc8d567ea2eb3ae2c2f81667 | refs/heads/main | 2023-02-19T00:48:10.940051 | 2021-01-25T08:48:54 | 2021-01-25T08:48:54 | 332,674,803 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,797 | c |
#include <stdio.h>
void merge(int arr[], int l, int m, int r)
{
int i, j, k;
int n1 = m - l + 1;
int n2 = r - m;
/* create temp arrays */
int L[n1], R[n2];
/* Copy data to temp arrays L[] and R[] */
for (i = 0; i < n1; i++)
L[i] = arr[l + i];
for (j = 0; j < n2; ... | [
"noreply@github.com"
] | dhairyakataria.noreply@github.com |
e6706db3f476bc78bdccac2a02e8b838703d4443 | 20e153764c462d51aaf86a0e1f888573c07c7ac4 | /STARTER_KIT_DEMO/src/ASF/sam/boards/sam4s_xplained_pro/init.c | fb93500355ed3328e0d3da6f519a881a0b0c2457 | [] | no_license | haskins/sos | e630337f88a3f386d95b360d041d3fe5f773ba92 | 2dfb5cd0638e75fab7f789ccbea119b34f3e992c | refs/heads/master | 2021-01-10T11:38:12.920386 | 2016-03-10T03:19:57 | 2016-03-10T03:19:57 | 53,551,071 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,076 | c | /**
* \file
*
* \brief SAM4S Xplained Pro board initialization
*
* Copyright (C) 2012-2013 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 follo... | [
"haskins@unbc.ca"
] | haskins@unbc.ca |
c2c590e6189c6c20af74a52045a326e1e34e8680 | 19eb97436a3be9642517ea9c4095fe337fd58a00 | /private/ntos/w32/ntuser/kernel/precomp.h | 394428a6345e97ae8120c4b75a470b2e7d39e54f | [] | no_license | oturan-boga/Windows2000 | 7d258fd0f42a225c2be72f2b762d799bd488de58 | 8b449d6659840b6ba19465100d21ca07a0e07236 | refs/heads/main | 2023-04-09T23:13:21.992398 | 2021-04-22T11:46:21 | 2021-04-22T11:46:21 | 360,495,781 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,036 | h | /*
* Core NT headers
*/
#include <ntos.h>
#include <zwapi.h>
//#include <ntdbg.h>
#include <ntddkbd.h>
#include <ntddmou.h>
#include <ntddstor.h>
#include <wdmguid.h>
#include <ntcsrmsg.h>
/*
* Standard C runtime headers
*/
#include <limits.h>
#include <stddef.h>
#include <stdio.h>
/*
* Win... | [
"mehmetyilmaz3371@gmail.com"
] | mehmetyilmaz3371@gmail.com |
6bbe391e44cbb803cfb0b3d60eb24e1bb8f48d0f | 79aaf1ae30a699b5007610513c827660bedaf6c2 | /ponteiros/comuns/main.c | b229affdc0a900bf0d1dc65093db0d1d1f9786e8 | [] | no_license | JeronimoJr/data-structure | 71c86e4887240c05a1a0f229852262c6678e6789 | 6a6226d782fa6cbb86fdf63c5347625d1c8d7cb3 | refs/heads/master | 2020-04-19T13:02:44.125861 | 2019-02-18T01:18:20 | 2019-02-18T01:18:20 | 168,207,957 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 548 | c | #include <stdio.h>
int func(int vet1[], int vec2[], int one, int two){
int cont = 0;
int k = 0;
while(two > 0){
for(int i = 0; i < one; i++){
printf("[%d] ? [%d] %d %d\n", vec2[k], vet1[i], k, i);
if(vec2[k] == vet1[i]){
cont++;
break;
... | [
"franciscojeronimoecqxd@gmail.com"
] | franciscojeronimoecqxd@gmail.com |
819a43939a7588318227171e3f9f08a9514af8c1 | 329a7ea0987aa7803e0fa0185eac0feaf6ddb384 | /7-binary_tree_inorder.c | 47500cf1ed12515a2679938891354a49124483cd | [] | no_license | jdanielue/binary_trees | 1b90f8f61925e136df521081e383135fcb5e436c | 631c26455f4b2da020a419026a3dec617073d50c | refs/heads/master | 2023-03-21T06:26:19.839094 | 2021-03-12T13:46:06 | 2021-03-12T13:46:06 | 346,132,313 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 555 | c | #include "binary_trees.h"
/**
* binary_tree_inorder - function that goes through a binary tree
* @tree: pointer to the node to check
* @func: pointer to a function to call for each node
* Return: void
*/
void binary_tree_inorder(const binary_tree_t *tree, void (*func)(int))
{
if (func != NULL && tree != NULL)
... | [
"jdurregoe@gmail.com"
] | jdurregoe@gmail.com |
b8f7e99482f48460454c3eb1269ff3a8f6ccb8a3 | a67a7133924aaf7eb0c8d270dac5e68659932af5 | /projects/dornv/dominion/cardtest2.c | 5308eb940c84723cf1b161fa007279ae8a8e0a45 | [] | no_license | vdorn/CS362-004-F2017 | 77af94240720937bb11e95e17866379c7e352db8 | 4ebd11196529a27ee5e7a5cb95c19846239c359e | refs/heads/master | 2021-08-23T11:52:03.921164 | 2017-12-04T19:45:48 | 2017-12-04T19:45:48 | 104,365,078 | 0 | 0 | null | 2017-09-21T15:23:17 | 2017-09-21T15:22:42 | C | UTF-8 | C | false | false | 5,747 | c | #include "dominion.h"
#include "dominion_helpers.h"
#include <string.h>
#include <stdio.h>
#include <assert.h>
#include "rngs.h"
int main() {
int seed = 37;
int k[10] = {adventurer, gardens, embargo, village, minion, mine, cutpurse,
sea_hag, tribute, smithy};
int passed = 0;
int testPa... | [
"dornv@oregonstate.edu"
] | dornv@oregonstate.edu |
550d776463bb9762a43ae9bdd3248e42cbba2b65 | bcc29b6900d5a90080394420f5fe3222820ed54b | /isim/testBenchFile_isim_beh.exe.sim/work/a_2921129045_2372691052.c | 32c74250002ce122ca91693a063fb163d3d58cb4 | [] | no_license | mohamedhamnache/RunerGameSpace | 63d3994912e42fd9bffafd2aaa1ada38311053d6 | fb05ed86dbc3eec9c923c50f232eb649be6915ad | refs/heads/master | 2020-03-19T15:02:00.747311 | 2018-06-08T18:29:08 | 2018-06-08T18:29:08 | 136,652,770 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,679 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"mohamed hamnache"
] | mohamed hamnache |
2c460dac70b10b30c116dd7cbd2bff8a88ed94bb | cf58ec40b7ea828aba01331ee3ab4c7f2195b6ca | /GenesisPlus/types.h | 5bf26e15a72cb0072799f6a7a074424029f7648c | [] | no_license | nicoya/OpenEmu | e2fd86254d45d7aa3d7ef6a757192e2f7df0da1e | dd5091414baaaddbb10b9d50000b43ee336ab52b | refs/heads/master | 2021-01-16T19:51:53.556272 | 2011-08-06T18:52:40 | 2011-08-06T18:52:40 | 2,131,312 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 979 | h | /*
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Charles Mac Donald
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any la... | [
"vade@vade.info"
] | vade@vade.info |
78f7e56f4bcc00599f471f1217641e11b414e16c | e683a0b8dbb87c7ceb99e0d06896174a559d2c67 | /Library/SSL/x509/x509_v3.c | 635f153d0de75422476622d0a232d68e63de26f2 | [
"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 | 9,955 | c | /* crypto/x509/x509_v3.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercia... | [
"frehwagen@bluewaysw.de"
] | frehwagen@bluewaysw.de |
0be4830f0a6ccda659e77a03037253bab62bbd30 | 93b24e6296dade8306b88395648377e1b2a7bc8c | /client/wxWidgets/wx/mac/brush.h | 266deca0ca24fff4a4c79eefb793b04214206225 | [] | no_license | dahahua/pap_wclinet | 79c5ac068cd93cbacca5b3d0b92e6c9cba11a893 | d0cde48be4d63df4c4072d4fde2e3ded28c5040f | refs/heads/master | 2022-01-19T21:41:22.000190 | 2013-10-12T04:27:59 | 2013-10-12T04:27:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 110 | h | #ifdef __WXMAC_CLASSIC__
#include "wx/mac/classic/brush.h"
#else
#include "wx/mac/carbon/brush.h"
#endif
| [
"viticm@126.com"
] | viticm@126.com |
1eda9dfa4fcdbd3b7a6d09b66da6fb7a7497cb81 | 4a1d1b046da92c128e93e33ddc7bba01ecc53492 | /broker/Socket.c | 033a08757ee4009c4b8aa9f1c685eb088fda35b2 | [
"MIT"
] | permissive | harith-a/mqttsn_secure | 64f6d99002649557fc86b4e0e18225e66483df23 | e2d51afcb47693c13998f03007937f45310704ba | refs/heads/master | 2021-06-12T18:17:46.694420 | 2017-03-08T07:25:21 | 2017-03-08T07:25:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 47,932 | c | /*******************************************************************************
* Copyright (c) 2007, 2013 IBM Corp.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v1.0 which accompany ... | [
"harith87@me.com"
] | harith87@me.com |
3ad0a12329eff6986a8f05be1167092d230d0d28 | 4d4bb5d9d6e61a75d4954b95d22fe10d8f53f18f | /printf/Libft/ft_putendl_fd.c | c93f20ce8d28f49b6422eb19840677463937b7db | [] | no_license | rheehot/42_subject | 7562ddab0c99370d85ef844891aaeb9b1f70d40d | 0f28f54f458a43f04d56686e059293c8ac90aff4 | refs/heads/master | 2022-11-29T18:13:14.413768 | 2020-08-02T04:30:46 | 2020-08-02T04:30:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,002 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putendl_fd.c :+: :+: :+: ... | [
"parkseongmin98@gmail.com"
] | parkseongmin98@gmail.com |
7609305409257c5fb492d5ac9f577396f0aac2d7 | fae19dbddb6d978235a7b344c041282a7d02f6ef | /Lab_2/lab2b-1.c | aa74c240ddeba8303fc716bdfb3c0494c9ca6857 | [] | no_license | oonasal/RealtimeProgrammingLabs | 9423f921087c3200f01726b309dff441545d5ec4 | 629078ba587a4b536c1f748f8346d1c900b6dba6 | refs/heads/master | 2021-01-18T20:44:04.757839 | 2017-04-02T12:38:51 | 2017-04-02T12:38:51 | 86,984,889 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 515 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int main() {
int fellow_desc;
char chr_fellow;
int result;
fellow_desc = OpenChatFellow();
while(1) {
/*read input from the chat fellow file*/
result = read(fellow_desc, &chr_fellow, 1);
if(result == 1) {
... | [
"oona.salmipuro@gmail.com"
] | oona.salmipuro@gmail.com |
6e4011eb41fad846531cefa5afb02d487f87f7ed | cfc0860dc717496b8f859eb7e81bd6ff62f2bcb4 | /app/include/rf.h | 853bb9a70b0f11b0bb3dd74596ef622045b443e4 | [] | no_license | zolkko/blumenplace-old | 6f389f500d273dc07597d16d72bae5e3efeafb11 | e287def3f59075a5beb1e276c68b1874a5db3c87 | refs/heads/master | 2020-05-19T23:28:50.164562 | 2014-02-09T22:02:47 | 2014-02-09T22:02:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,266 | h |
#ifndef RF_H_
#define RF_H_
typedef struct __rf_t {
uint8_t (*version) (const struct __rf_t * self);
uint8_t (*part_number) (const struct __rf_t * self);
int8_t (*receive) (const struct __rf_t * self, uint8_t * data, uint8_t * data_size, uint8_t * src_addr, uint8_t * dst_addr);
uint8_t ... | [
"zolkko@gmail.com"
] | zolkko@gmail.com |
60892ca7b7ee19513979ea34fba6991b651db8f2 | 151ab838a6ea698d6334a09e7d4e45521c8fd71b | /Pods/Headers/Build/CKDownloadManager/CKDownloadPathManager.h | fda22f74fd9b417c43814fad8077f56fd59f879a | [] | no_license | kaich/CKDownloadManagerTests | ec937670bfe5bf732293dda67e7ba867c64f2e47 | b83a6898d91e7f0520d3e017c7374abbb7c5c6d7 | refs/heads/master | 2021-03-12T21:49:35.465667 | 2014-10-23T12:57:07 | 2014-10-23T12:57:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 73 | h | ../../../CKDownloadManager/CKDownloadManager/Core/CKDownloadPathManager.h | [
"mac@macdeMac-mini.local"
] | mac@macdeMac-mini.local |
50734e6fa1b84000a5e45a8e96eddcf42eb3a83d | 3eccc4380fb11365312694631c1eec87f7ac2c62 | /buttons.h | 37400bfba4b4ae16e96706624bbb1932593a84e5 | [] | no_license | aspdigital/TM4C-USBSerialMIDI | 13cddde706fc416e3b54482b4f0b7d9075b8c3fe | 09e60f5bbdfdfc9b4a2cf079e64574d9cfed9ba0 | refs/heads/master | 2023-05-01T01:37:01.287215 | 2020-10-30T23:41:00 | 2020-10-30T23:41:00 | 365,840,467 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 533 | h | /*
* buttons.h
*
* Created on: Jan 20, 2020
* Author: andy
*
* Handlers for the two buttons on the dev kit.
*/
#ifndef BUTTONS_H_
#define BUTTONS_H_
#include <stdint.h>
/**
* Set up buttons as interrupt sources.
* Both assert an interrupt on either edge.
*/
void Button_Init(void);
/**
* Get button s... | [
"devel@latke.net"
] | devel@latke.net |
97e722254ab30f0414081e933742e0ad59d93642 | 810ff30662ef6ceb2d8a60b62bb9f3e6b565e466 | /code-network/igwb/com/r98_760/asn1_r98_nt/CDRF_2GCDR_Org.c | f7ab50b3b6ead914235f85ad3f2653ee9664a2d5 | [] | no_license | y35777/abcd | 9e551d26a0c9128e3f02f61bd2f9c24415a4df67 | 77d71ae93103cbf39c1a77148367de0f21860bc4 | refs/heads/main | 2023-05-28T12:26:02.436874 | 2021-06-06T13:01:50 | 2021-06-06T13:01:50 | 361,348,921 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 307,294 | c | /********************************************************/
/* Copyright (C) 2003 OSS Nokalva. All rights reserved.*/
/********************************************************/
/* THIS FILE IS PROPRIETARY MATERIAL OF OSS NOKALVA
* AND MAY BE USED ONLY BY DIRECT LICENSEES OF OSS NOKALVA.
* THIS FILE MAY NOT BE DISTRI... | [
"y35777@163.com"
] | y35777@163.com |
164765fd813c0b9f6908acdb5f695ee034950ed1 | 4d00447558fd68357fda18efe48003b41698c647 | /src/system_config/default/framework/peripheral/rtcc/templates/rtcc_ClockSelect_Default.h | a338a13c8f736527ae8634ae65e2196558a63854 | [] | no_license | camellion0/pic32_ata_isp | ba556107fbc2022ec72af19eec4ea37d97d3d474 | 80525ea4875516b45910d76eeaef5cc5b542c899 | refs/heads/master | 2022-08-13T16:29:13.889619 | 2020-05-20T16:41:11 | 2020-05-20T16:41:11 | 265,625,613 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,236 | h | /*******************************************************************************
RTCC Peripheral Library Template Implementation
File Name:
rtcc_ClockSelect_Default.h
Summary:
RTCC PLIB Template Implementation
Description:
This header file contains template implementations
For Feature : Clock... | [
"52112572+camellion0@users.noreply.github.com"
] | 52112572+camellion0@users.noreply.github.com |
d392f6f7c236e515cafcdeb7b3939ffa5a04c237 | 883b42d094b4a2b1a7eeb5114ac44223bf29d0ef | /src/host/openwrt/usbio/src/controlio.c | 320945865842fcdc0df8a7c5be9c638fae2ae500 | [] | no_license | PeterJakab/usbio | 58c13bb93ca704d96a841125ba8c1bed00f6dbfd | 6a70432a4002fe6032c9699c0181a399b4d12eb4 | refs/heads/master | 2021-01-18T22:53:41.043853 | 2017-06-11T18:02:45 | 2017-06-11T18:02:45 | 23,784,606 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,723 | c | #include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <getopt.h>
#include <string.h>
#include <errno.h>
#include <usb.h>
#define VERSION "2.2"
#define FALSE 0
#define TRUE 1
#define SETPORT 0x54
#define GETPORT 0x53
#define SETDIR 0x55
#define SETBIT 0x56
#define CLEARBIT 0x57
unsigned i... | [
"el@jap.hu"
] | el@jap.hu |
477edbdf632a5d3fb7452a2f977352736df60fd5 | 2e32d7ffdcd743b64cc3abefa25fda7904419c0d | /ext/mpq_archive.c | 650b5d527074c7507c78039f131e983617f39727 | [] | no_license | beaucollins/libmpq-ruby | 267e81769db42f0e6567119bbe3009d01c28be69 | 37ddc0b21fcc46c49459e6a640abef82c9f6f774 | refs/heads/master | 2021-01-23T18:50:13.752629 | 2010-12-30T09:02:31 | 2010-12-30T09:02:31 | 1,208,043 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,807 | c | #include <stdio.h>
#include <libmpq/mpq.h>
#include "ruby.h"
static VALUE rb_mMPQ;
static VALUE rb_cMPQArchive;
static VALUE rb_mpq_archive_read_file(VALUE self, VALUE name){
// archive struct
mpq_archive_s *archive;
// stores the index number for "(listfile)"
unsigned int file_index;
// stores the cont... | [
"beaucollins@gmail.com"
] | beaucollins@gmail.com |
106fdaafe5d272dfaa19969096d4906c97fbe8e0 | 6ef420569da9656aac09f6e14d61fb67994d1dd3 | /danh_sach_lien_ket.c | 803e21f40de325c128deb5dcc9f2f2e0474c5d30 | [] | no_license | nhatnguyen789/ki-thuat-lap-trinh-C | 8d717f16489f74ff0e41c125251a412bf23c1fd0 | 3b2394f603a456381550dd92d0935897e6bd92ed | refs/heads/main | 2023-02-22T14:29:24.138774 | 2021-01-21T09:06:50 | 2021-01-21T09:06:50 | 331,568,253 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,244 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdbool.h>
struct node
{
int data;
int key;
struct node *next;
};
struct node *head = NULL;
struct node *current = NULL;
//hien thi danh sach
void printList()
{
struct node *ptr = head;
printf("\n[ ");
//b... | [
"71758997+nhatnguyen789@users.noreply.github.com"
] | 71758997+nhatnguyen789@users.noreply.github.com |
0e82f66ffb3736ea17e79aae563551216701d598 | 6a86d740f9b17721677b9ee193f2009a2333a3be | /lib/tests/support/items/testDrink.c | aff2c62f4d31995866691b28dc75d7c27348de21 | [] | no_license | realms-mud/core-lib | b2a0cc727fd0b1eb47fa244d6fb05de322abe88f | 293089e8900b5a0d46f64619f89c78deea7477e5 | refs/heads/master | 2023-07-06T07:04:25.390271 | 2023-06-27T21:20:29 | 2023-06-27T21:20:29 | 113,914,065 | 69 | 20 | null | null | null | null | UTF-8 | C | false | false | 623 | c | //*****************************************************************************
// Copyright (c) 2023 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "... | [
"abc@maelstrom.cc"
] | abc@maelstrom.cc |
2d4b1142c1c1358a8e7f6647d1f1cbca331adede | a86995a16ba2e574376c882c3a9eead8143dd4f8 | /STM32Cube_FW_F4_V1.9.0/Projects/STM32F401RE-Nucleo/Examples/PWR/PWR_CurrentConsumption/Src/stm32f4xx_it.c | 2d27d3bf1d37ad3324067e280105f7cdad6171bd | [
"BSD-2-Clause"
] | permissive | umapathiuit/Stm32-Tools-Evaluation | ded5f569677c8e9cbe708a57b5db19780a86fd6c | e9fd061f48f50501606bc237c6773c2b6c28d345 | refs/heads/master | 2020-12-02T17:11:19.014644 | 2015-11-23T07:45:38 | 2015-11-23T07:45:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,892 | c | /**
******************************************************************************
* @file PWR/PWR_CurrentConsumption/Src/stm32f4xx_it.c
* @author MCD Application Team
* @version V1.2.2
* @date 09-October-2015
* @brief Main Interrupt Service Routines.
* This file provides template for al... | [
"git@jme.de"
] | git@jme.de |
5a6550beca514ae89ee434b4a7cee175b276d1e1 | eea2303e2eabae31cc5f1f72ddddd6e0b4e89b93 | /BLE_RTC_IMU.cydsn/rtcTask.c | 915fa8e6a5e0b5c8a1395e7af399b5b52eebc35e | [] | no_license | cfeltch537/psoc6-realtime-processing | 5430a717f2203cbcf4a61760229dd28042b6d649 | 86c4fc561f9c1e84684c159bd4e5eeea7c297f24 | refs/heads/master | 2023-01-05T00:44:26.450248 | 2020-11-05T17:47:14 | 2020-11-05T17:47:14 | 298,331,651 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,226 | c | /* ========================================
*
* Copyright YOUR COMPANY, THE YEAR
* All Rights Reserved
* UNPUBLISHED, LICENSED SOFTWARE.
*
* CONFIDENTIAL AND PROPRIETARY INFORMATION
* WHICH IS THE PROPERTY OF your company.
*
* ========================================
*/
#include "project.h"
#include "FreeRTOS... | [
"cfeltch537@gmail.com"
] | cfeltch537@gmail.com |
cb03f1bf011cadbc2466600b4d5c9df30427bb97 | d276a9ad61586a050e861cdd48a82b7485809986 | /include/devel/devel.h | 2b329c8b8a91e8ba0779a3602fc5df15987f0f08 | [] | no_license | onecoolx/davinci | 1ccea6487ec8254c520514e5a8df826fa6b08398 | 090696c6a957d3fc0cca867530cb3eece5fb870c | refs/heads/master | 2023-06-27T10:20:41.161195 | 2023-06-12T12:06:37 | 2023-06-12T12:06:37 | 28,557,969 | 10 | 4 | null | null | null | null | UTF-8 | C | false | false | 561 | h | /*
* devel.h: Platform backend develop headers for davinci.
*
* Copyright(C) 2018 Zhang Ji Peng (onecoolx@gmail.com)
*
*/
#ifndef _DAVINCI_DEVEL_H_
#define _DAVINCI_DEVEL_H_
#if defined(WIN32)
#ifdef DLL_EXPORT
#ifdef EXPORT
#define EXPORT_API __declspec(dllexport)
#else
... | [
"onecoolx@gmail.com"
] | onecoolx@gmail.com |
54fe9a47eab0c8ac323ecc91cde5567fdbe9ce46 | 49de46ef19eb9c3ff713995376cbade932535d45 | /ZAlgorithmsPseudo/ContractClawState.h | 36dd3e1749bb055ad6e9ee804cfbf83b4efb83bc | [] | no_license | Kaloridin/Android-Prince-George | 1d6c1c5ebc090747f1c1f36edb069b1f78f69054 | 431b54fae44c0c9d404e99ba7ca355772bbc3bde | refs/heads/master | 2020-04-04T01:47:52.070410 | 2015-03-02T22:36:46 | 2015-03-02T22:36:46 | 29,157,958 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 116 | h | void ContractClaw::Enter(Robot* pRobot)
{
clawAngle = 85; // Set claw to closed angle
myServo.write(clawAngle);
} | [
"kadenkujanpaa@gmail.com"
] | kadenkujanpaa@gmail.com |
8fadc2f09387ed8e29e9e97585282510e4a31de2 | 06bf29ec5e5bb516162c8db9a977dd682521186e | /libs/kap-lib/kap/kapstr/kap_putchar.c | 2935e6a343fee0778eaefb594b50cafd55ab5d67 | [] | no_license | benji-35/BSQ | 795381382c119ed54f54ebe76c4ef062899e8339 | b189747282c574dc498f65dcfda6214607a0bb43 | refs/heads/main | 2023-07-19T04:55:45.050598 | 2021-09-08T13:58:16 | 2021-09-08T13:58:16 | 404,367,116 | 1 | 0 | null | 2021-09-08T13:57:37 | 2021-09-08T13:54:58 | C | UTF-8 | C | false | false | 154 | c | /*
** EPITECH PROJECT, 2021
** C-Lib
** File description:
** kap_putchar
*/
#include <unistd.h>
void kput_char(char c, int fd)
{
write(fd, &c, 1);
} | [
"benjamin.delvert@epitech.eu"
] | benjamin.delvert@epitech.eu |
6e3df8815240a2f70395fa5f91173e29bfa6efaa | d00fa52085a8d39de6f780a969e0b7b60118f701 | /lib/sources_of_libs/allegro-4.4.2+borderless/allegro/src/win/wsystem.c | 2d7ce09df674fea5ee34a0ca6cc7c490cc408515 | [] | no_license | AntonLanghoff/whitecatlib | 790693f2eb81f0d53f96c3422bb501e2d3f691fb | ff31ed26a9984b4b1012530a041414cf4fd218c7 | refs/heads/master | 2016-09-06T14:51:36.032030 | 2014-02-26T15:27:16 | 2014-02-26T15:27:16 | 16,922,354 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,287 | c | /* ______ ___ ___
* /\ _ \ /\_ \ /\_ \
* \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
* \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
* \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \
* \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
*... | [
"antonlanghoff@hotmail.com"
] | antonlanghoff@hotmail.com |
1003b2ba3ba2bc509b89fd0c4fbb489250d72aee | f5faf3402ba060a45f3302e3275be0452b584dd5 | /a2_message_queue/prodcon.c | c7966a6dd337cd1a49ea6c086d280c08026c62c6 | [] | no_license | quyifan-jpg/Uoft_operating_systems | d4349d854eb5c5318295b35490920144c170e6a6 | a4fcd328ed9053cb47afaf5772342eae5210c0c1 | refs/heads/main | 2023-09-06T07:17:14.806513 | 2021-11-17T03:37:37 | 2021-11-17T03:37:37 | 428,887,841 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,787 | c | /**
* CSC369 Assignment 2 - Simulates a very simple producer and
* consumer thread interaction.
*
* In this program, the producer sends a bunch of numbers to the consumer and
* the consumer adds them. To verify correctness, the sums from both producer
* and consumer are compared.
*
* There is just one queue and... | [
"quyifan430105@gmail.com"
] | quyifan430105@gmail.com |
a221945dcaaa8c716b94c7081ccb80aa3e4b7cd6 | 5df66b7c0cf0241831ea7d8345aa4102f77eba03 | /Carberp Botnet/source - absource/pro/all source/RemoteCtl/hvnc/libs/minizip/minizip/minizip/ioapi_mem.c | 6112efeca3165b914ecfb6e93f7bced7833f7042 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | bengalm/fireroothacker | e8f20ae69f4246fc4fe8c48bbb107318f7a79265 | ceb71ba972caca198524fe91a45d1e53b80401f6 | refs/heads/main | 2023-04-02T03:00:41.437494 | 2021-04-06T00:26:28 | 2021-04-06T00:26:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,533 | c | /* ioapi_mem.c -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
This version of ioapi is designed to access memory rather than files.
We do use a region of memory to put data in to and take it out of. We do
not have auto-extending buffers and do not inform anyone ... | [
"ludi@ps.ac.cn"
] | ludi@ps.ac.cn |
5288f24f9d03c83f6e10697b76474549f29bb4f3 | ae394a1a86f57359ac756bac3812546fa16a1bf4 | /Ha OnOffSwitch/SSM/ZTC/Source/ZtcMacPIB.h | 1f3469bde7d74e81dca9504f43d9caad13dc7af9 | [] | no_license | akirakudobmt/clase-zigbee | 6a463ccb45f08eb5438dbc9cad8c0425e5a337d1 | fa09401630e71c07de69bcd87929574a298f9e38 | refs/heads/master | 2016-09-05T10:18:56.947767 | 2012-05-10T23:33:04 | 2012-05-10T23:33:04 | 40,531,086 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,211 | h | /******************************************************************************
* ZtcMacPIB.h
* This module contains a fresh implementation of the ZigBee Test Client (ZTC).
*
* Copyright (c) 2008, Freescale, Inc. All rights reserved.
*
*
* No part of this document must be reproduced in any form - including copi... | [
"themisman@gmail.com"
] | themisman@gmail.com |
b64f339f9fbd68c9d1f50515df7b3ff7eab4f33b | 82a27aab83929853be0be929f399610a93003658 | /GetADScable10.h | 8fea8b3cb9cca56f716c47898bd7dc1b001cc0b8 | [] | no_license | good2000mo/Include | baa37e66c21d509bbf0a6251b2e8ce7fefd0fccb | 12d4684d3e0efc40dadefaaec95371a23063b537 | refs/heads/master | 2016-09-05T18:09:10.567151 | 2014-03-16T07:36:58 | 2014-03-16T07:36:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 74 | h | #ifndef _GETADSCABLE10_
#define _GETADSCABLE10_
#include <JMLib.c>
#endif
| [
"good2000mo@hotmail.com"
] | good2000mo@hotmail.com |
2d1bff35d02bfc57530cdc286a136874a69fe2e0 | 5456502f97627278cbd6e16d002d50f1de3da7bb | /net/log/net_log_event_type_list.h | fa29c9270866afae53e38208d26ab16d320cf933 | [
"BSD-3-Clause"
] | permissive | TrellixVulnTeam/Chromium_7C66 | 72d108a413909eb3bd36c73a6c2f98de1573b6e5 | c8649ab2a0f5a747369ed50351209a42f59672ee | refs/heads/master | 2023-03-16T12:51:40.231959 | 2017-12-20T10:38:26 | 2017-12-20T10:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 114,725 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// NOTE: No header guards are used, since this file is intended to be expanded
// directly into net_log.h. DO NOT include this file anywhere else... | [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
9dea0b99878cfe6ef71d012c9b4c50b3146be835 | 40cec737d4c1f7d41960f94c8c85129fee881acb | /examples/http3-server.c | 3e45eb1dd8cbabd460972417a5382dedd5e6e862 | [
"BSD-2-Clause"
] | permissive | nickfajones/quiche | 239fd4048fb030ddfef9233f37099100e68fd917 | 8c7635b4c8831281506d1f87bf2efd4f891f52bf | refs/heads/master | 2020-04-06T23:37:32.675432 | 2019-09-04T13:06:31 | 2019-09-04T13:06:31 | 157,875,605 | 0 | 0 | BSD-2-Clause | 2018-11-16T14:05:58 | 2018-11-16T14:05:57 | null | UTF-8 | C | false | false | 16,732 | c | // Copyright (C) 2018, Cloudflare, Inc.
// Copyright (C) 2018, Alessandro Ghedini
// 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 ... | [
"alessandro@ghedini.me"
] | alessandro@ghedini.me |
9af64089cc2944ba9597f1cdcc44f4919af273b7 | 78613d27c819ced12fb3f4e79ba80163630a6f67 | /src/write/adios_icee.c | ee704a3afc9d005d4889283f5fe41bbba41a7104 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | acbauer/ADIOS | 5ada05721d68c01efe477bff8040908353f0d8bf | e01bc4092d3c278f750534fc6eac11bccbaf027c | refs/heads/master | 2021-01-12T22:49:25.641670 | 2014-12-10T04:40:13 | 2014-12-10T04:40:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,487 | c |
/*
adios_icee.c
uses evpath for io in conjunction with read/read_icee.c
*/
#include <assert.h>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <errno.h>
#include <pthread.h>
#include <signal.h>
//#include <mpi.h>
// xml parser
#include... | [
"choij@ornl.gov"
] | choij@ornl.gov |
f8521ea48193bcaf0dc40b76f9c6729ffb2bea60 | d1d2ce4a24ff353ef1e00be2c353bcf89c79c03e | /Subway/main.c | b527f0f60d3781b5ddcc3470307c9335f6549862 | [] | no_license | Hamji/VariousMethod | 285463e8ba1ff714b6e694ae2a215d1f1aef8a3c | 85da5b6dd84bea8301eb4cf36a765d3302c3251d | refs/heads/master | 2020-03-30T19:16:24.585356 | 2018-10-04T08:18:14 | 2018-10-04T08:18:14 | 151,535,746 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,351 | c | #define INF 999
#include <stdio.h>
#include <string.h>
typedef struct _station {
int check;
char name[50];
} station;
int main()
{
const char name[36][60] =
// 1호선
{ {" "}, {"금정"}, {"당정"}, {"성균관대"}, {"수원(1호선)"}, {"세류"}, {"병점"}, {"서동탄"}
// 분당선
,{"수원(분당선)"},{"수원시청"},{"영통"},{"기흥(분당선)"}, {"신갈"},{"죽전"}, {"... | [
"38135405+Hamji@users.noreply.github.com"
] | 38135405+Hamji@users.noreply.github.com |
080adbb3c521628677f9186d047a469761867fb6 | 120028b28034b9dfc50de8783b92906fcef5b173 | /main.c | 6a39422cb7aca236e2f3d79c0549f4bdf987107b | [] | no_license | overedge/standard_repo | bb57f872d1105cbc233ea9bfc1a5ed1585f12fd2 | 776cc91c117615aab7538f2000db671222365246 | refs/heads/master | 2021-01-18T13:10:50.626741 | 2017-02-02T15:50:16 | 2017-02-02T15:50:16 | 80,740,076 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 951 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: ... | [
"gne-x@hotmail.fr"
] | gne-x@hotmail.fr |
fdfb95c580e5c2f710d6c0e01f452dd4bc35e0a5 | e391e3afb9fce8b098c0693331dba9b1e90a508e | /lpng/pngwio.c | b5132f4c53659a8540c80bc7180f3dbcc0198f37 | [] | no_license | Lucky-00/Matrix-Fall-X | b30587678bb1d3b358a4824a7030a2f5ae78361b | 03be08c3d7f458b55e0cb9b5f796bffa7233b9da | refs/heads/main | 2023-05-30T07:52:20.453258 | 2021-06-18T14:09:37 | 2021-06-18T14:09:37 | 327,744,005 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,188 | c | /* pngwio.c - functions for data output
*
* libpng 1.2.8 - December 3, 2004
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2004 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schal... | [
"noreply@github.com"
] | Lucky-00.noreply@github.com |
6bf6143b641efb803c705795bb4c7a5cd6f846d1 | 007c62aec4c9b049304e1b33511ee7aaac2dba46 | /EFM32TG11B/Include/efm32tg11b540f64gm64.h | 65cb2f124db8eead670ddde9b384e206156027df | [] | no_license | garslanbay/SiliconLabs | f53baaa88f8829274dd61a572429cfdd51e84523 | 6603f18e32eaf1f2f3eaacea526ef791fcd19ce1 | refs/heads/master | 2021-08-31T15:23:00.388521 | 2017-12-21T21:51:57 | 2017-12-21T21:51:57 | 115,049,913 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 170,782 | h | /**************************************************************************//**
* @file efm32tg11b540f64gm64.h
* @brief CMSIS Cortex-M Peripheral Access Layer Header File
* for EFM32TG11B540F64GM64
* @version 5.3.3
******************************************************************************
* # License
... | [
"garslanbay@yahoo.com"
] | garslanbay@yahoo.com |
e1172dddd1e4f0ff1f074cb4106473b439efd776 | 1c77d2794b0944f0d8232cc05f7076eb18a7350e | /Battleship/Battleship/WorldTile.h | c7728305a5780d515cf97fa66b03cf804ce79562 | [] | no_license | BBlayne/Battleship | 860c1d879045719d3d589eedd5201ccb610e8b60 | 33d714695bc6f942bc0b696a210d77d4951b4106 | refs/heads/main | 2023-03-09T01:44:09.615359 | 2021-02-24T03:17:40 | 2021-02-24T03:17:40 | 341,327,360 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 217 | h | #pragma once
#include "WorldCoord.h"
#include "IShip.h"
struct Tile {
Coord coord;
Ship* ship;
Tile() {
coord = Coord();
ship = nullptr;
}
Tile(Coord coord) {
this->coord = coord;
ship = nullptr;
}
}; | [
"blayne.bradley@gmail.com"
] | blayne.bradley@gmail.com |
ea8f569115bb780ba6a796471312d7cdd321e971 | c4b882a7a40f1cd04c7b5f6066ee8cff02e9a689 | /leetcode/116.c | 09cd1c7e5d9190c82173c73595b1d6b164a34f83 | [] | no_license | zhang-wen-guang/CODES | 10da3c3272207cff55a3df9b1813a2db184e2a1b | f5cc9bc8d041508197d38b47a7501e9a1e0b4eed | refs/heads/master | 2021-07-01T22:54:07.154962 | 2021-06-21T16:00:32 | 2021-06-21T16:00:32 | 52,355,217 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 618 | c | #include <stdio.h>
//Definition for binary tree with next pointer.
struct TreeLinkNode {
int val;
struct TreeLinkNode *left, *right, *next;
};
void connect(struct TreeLinkNode *root) {
struct TreeLinkNode *pre;
struct TreeLinkNode *cur;
if (NULL == root) return;
pre = root;
cur = NULL;
wh... | [
"zhangwg1990@gmail.com"
] | zhangwg1990@gmail.com |
a8a91fadcb1d7988b3c5d3376fae334d30076a92 | dcbe1ac8290a84577b3195a3bb7b9000282bfd48 | /srcs_common/instructions1.c | 5034e70e6d1e10bf5cfbce857518b53cf4ee40cd | [] | no_license | EParisot/Push_Swap | 3a6ab2d7f7d5c12b783063ca8d051cc83acf178c | 1e0d104d36d74dbcdbcc918977161d45071ab9de | refs/heads/master | 2021-03-30T16:13:19.144814 | 2018-07-18T14:19:31 | 2018-07-18T14:19:31 | 122,344,194 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,915 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* instructions1.c :+: :+: :+: ... | [
"eparisot@student.42.fr"
] | eparisot@student.42.fr |
128e3a7b7813518b92252b399ae44c9d1f4c8381 | e06abd41ed62bbe7234124df730c0383fccbcb10 | /src/file_control/get_filenames_in_dir.c | 4e2d5f78300747ca80cc119eeebf30239e76e45a | [] | no_license | julienp17/my_rpg | 1337425d5ec8aef4557d737016aeebd8a24004ce | 4a9f8340b4880cb7c81b99b3da3bc4e03bc362ba | refs/heads/master | 2023-03-28T10:13:10.128564 | 2021-04-01T12:06:41 | 2021-04-01T12:06:41 | 262,004,317 | 0 | 1 | null | 2021-04-01T12:06:42 | 2020-05-07T09:16:11 | C | UTF-8 | C | false | false | 1,864 | c | /*
** EPITECH PROJECT, 2020
** MUL_my_rpg_2019
** File description:
** Returns the list of filenames in a directory
*/
#include <dirent.h>
#include <stdlib.h>
#include "file_control.h"
#include "my.h"
static char **allocate_filenames(char const *dir_path);
static char **get_filenames_from_dir(char const *dir_path, DI... | [
"julien.pause@epitech.eu"
] | julien.pause@epitech.eu |
3408802f209d8bad4c13fd1817715d9e6bba98ef | e066f2925a3abcf0e4f9b0d9d36ebb797ebd6065 | /src/vpk-gui/vpk-gtk.c | f2c9817969e9dff1f5a0b1b177d68f28eabf2c5c | [
"X11"
] | permissive | psykauze/libVamPireKit | 1f8f03c566ae43c4947d90a280516ce5b83cd682 | 4bde6bace8d0fc50ee486c581b5e679fd794a931 | refs/heads/master | 2021-01-10T04:45:46.943859 | 2016-03-18T20:51:57 | 2016-03-18T20:51:57 | 44,618,923 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,093 | c | /*Copyright © October 2015, Psykauze
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, distribute, ... | [
"psykauze@gmail.com"
] | psykauze@gmail.com |
ab8a77299f6681262093de3f517fc38a508107b5 | ed52044f091d731a9155917e1b920cd9a8b17293 | /data structures/Çift Yönlü Bağlı Liste Başa Eleman Ekleme.c | e9360614a1a01be028fac17acbaa5fb4d79bacf9 | [] | no_license | mustafadag525/data-structures | 7db51bad13cf93ca000c548598ad45a034bb3823 | 8d5fde56de5c6a4f326e213adacee294e5c1e9a0 | refs/heads/main | 2023-02-25T05:40:45.547921 | 2021-02-01T20:38:57 | 2021-02-01T20:38:57 | 306,470,916 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,410 | c | #include <stdio.h>
#include <stdlib.h>
struct node{
int sayi;
struct node* sonraki;
struct node* onceki;
};
struct node* bas_eleman=NULL;
struct node* son_eleman=NULL;
struct node* dugumolustur(int sayi)
{
struct node* yenidugum=(struct node*)malloc(sizeof(struct node));
yenidugum->sayi=sayi;
... | [
"noreply@github.com"
] | mustafadag525.noreply@github.com |
80117c8cd46f6501d3d8aed0943de225e8cc9686 | 97d62b047f38ee7c589dfaefe8c2baa56811c462 | /Patches_for_UDK2018/MdePkg/Library/UefiLib/UefiLib.c | 8b1647e0173293f98e6c733ff08fcf57c07deedb | [] | no_license | svn2github/cloverefiboot | 706fa509fa0e48cb1d0291573cb7b0933897706c | 741914beda35e88d7e8d6f55d1f4c1db937267f9 | refs/heads/master | 2023-09-03T08:35:39.233179 | 2019-01-19T20:05:18 | 2019-01-19T20:05:18 | 51,974,034 | 15 | 7 | null | null | null | null | UTF-8 | C | false | false | 57,989 | c | /** @file
The UEFI Library provides functions and macros that simplify the development of
UEFI Drivers and UEFI Applications. These functions and macros help manage EFI
events, build simple locks utilizing EFI Task Priority Levels (TPLs), install
EFI Driver Model related protocols, manage Unicode string... | [
"zenith432@52d7a1c0-eba5-4e63-a9d7-e3186cd7c462"
] | zenith432@52d7a1c0-eba5-4e63-a9d7-e3186cd7c462 |
31b17b2ba08e32e9acb8f554ed54f662fa2e2692 | 10436993b6e573f122484bde3cb7586a35e1b6bc | /generic/Tensor.c | f56c5b7393f6db28056bf644fa0d9821662de2a9 | [
"BSD-2-Clause"
] | permissive | kafkafield/cutorch2 | da839b0594d2c7cdd6b18d3688f29bb420768908 | 9845642eae6770d07ac9e2abf17c2b1807f378c0 | refs/heads/master | 2021-01-10T09:34:52.527327 | 2015-12-23T06:20:15 | 2015-12-23T06:20:15 | 48,472,209 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 36,264 | c | #ifndef TH_GENERIC_FILE
#define TH_GENERIC_FILE "generic/Tensor.c"
#else
static void torch_Tensor_(c_readTensorStorageSizeStride)(lua_State *L, int index, int allowNone, int allowTensor, int allowStorage, int allowStride,
THStorage **storage_, long *storageOffse... | [
"451824293@qq.com"
] | 451824293@qq.com |
cea48aab67a0c4e64171146ed6e591c41aef939d | f666464581426f91931bafeb67ac9785d53403b8 | /lib/sdk/components/libraries/scheduler/app_scheduler.c | 9c2d75989655d73c67cae59e6ca93aba4d06b066 | [
"MIT"
] | permissive | adafruit/Adafruit_nRF52_Bootloader | f2d5aead812c1aa3c0d4bdbe5093778dd8d09657 | 7210c3914db0cf28e7b2c9850293817338259757 | refs/heads/master | 2023-08-03T21:24:00.549206 | 2023-08-01T13:51:33 | 2023-08-01T13:51:33 | 118,896,384 | 356 | 337 | MIT | 2023-08-01T13:51:36 | 2018-01-25T10:08:38 | C | UTF-8 | C | false | false | 9,703 | c | /**
* Copyright (c) 2012 - 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... | [
"thach@tinyusb.org"
] | thach@tinyusb.org |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.