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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8932a4508daba988a6c5844970a2a3a19c2961c3 | a59773b335e147e2e0c95616d40e565a0afaf520 | /lib/my/src/my_strcmp.c | c3355d910b0c8724abe2205f44bbbfca7b8487ea | [] | no_license | etna-octobre-2016/etna-2-bomberman-server | 0585349cc12da3f61338e67d3efe52750193c434 | 242b0d74185aa942d60f36e666e454676e74ba3b | refs/heads/master | 2020-12-03T10:38:18.852163 | 2015-09-30T18:35:36 | 2015-09-30T18:35:36 | 68,452,729 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 304 | c | int my_strcmp(char *s1, char *s2)
{
int i;
int y;
int result;
result = 0;
for (i = 0, y = 0; (s1[i] != '\0' || s2[y] != '\0') && (s1[i] == s2[y]); i++,y++);
if (s1[i] > s2[y])
result = 1;
if (s1[i] < s2[y])
result = -1;
if (s1[i] == s2[y])
result = 0;
return (result);
}
| [
"stevenleclerc@gmail.com"
] | stevenleclerc@gmail.com |
dc31ef3ba68d6065c20f7143555114f23d44a54b | 342b315cbc0af34663d3e6b3e3d30d4d436428d1 | /h264.c | ba677718cc567818cbd2961c4404b5d89aee1649 | [] | no_license | melito/stellarmotel | 17cbde68632e75f505a50601958baa7a17bcd7c5 | 6cf04fcf18e6f93edd8a8c779a8ece3831689ce5 | refs/heads/master | 2021-01-17T17:49:00.287522 | 2016-07-20T21:13:23 | 2016-07-20T21:13:23 | 63,814,907 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,542 | c | #include "h264.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/mman.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include <math.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#if !defined(ARRAY_SIZE)
#define ARRAY_SIZE(x) (sizeof((x)) / sizeof((x)[0]))
#end... | [
"melgray@gmail.com"
] | melgray@gmail.com |
d1d21ee7f14beba208d4cec429092581c44888f3 | a893c7026dcdec08ab5d96b3d58a92d39100aec9 | /member/wh/show_files.c | 83499645a2d5617d5420eb1bf4019e965e2ed592 | [] | no_license | XiyouLinuxGroup-2018-Summer/TeamB | 84a7cb1534c83ddf111c00c6985ce9059d4b2f3f | dedd32bdb108f6588874cc11a55d2508f9c02f22 | refs/heads/master | 2020-03-23T05:49:04.242183 | 2019-07-15T06:13:28 | 2019-07-15T06:13:28 | 141,167,707 | 1 | 3 | null | 2018-07-29T17:52:34 | 2018-07-16T16:55:59 | C | UTF-8 | C | false | false | 485 | c | #include<stdio.h>
#include<unistd.h>
#include<sys/types.h>
#include<dirent.h>
int my_readir(const char *path)
{
DIR *dir;
struct dirent *ptr;
if((dir = opendir(path)) == NULL) {
printf("open the %s failed",path);
return -1;
}
while((ptr = readdir(dir)) != NULL) {
printf("%s ",ptr->d_name);
}
closedir(dir... | [
"1459775963@qq.com"
] | 1459775963@qq.com |
adcef5a5ee772c523a729b43f57d7d980c7bf7b7 | 515990bf2c1b00767c40fdcb79d4147b3e6dac93 | /ShowTasteMerchants/ShowTasteMerchants/ThirdPart/Alipay/openssl/ossl_typ.h | 996d70e4ba84ec4d5746e3630b9f6af56b9a71db | [] | no_license | tb604/ShowTasteMerchants | bb59f84074a188e428ccfea6ffaba4873bb3959b | 7360cb9cc4d2866292bd806ff9f489805b87924c | refs/heads/master | 2020-03-26T18:09:32.559311 | 2018-08-18T07:26:10 | 2018-08-18T07:26:10 | 145,177,614 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,418 | h | /* ====================================================================
* Copyright (c) 1998-2001 The OpenSSL Project. 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. Redistribution... | [
"tangbin@192.168.0.103"
] | tangbin@192.168.0.103 |
a9501c830d92b14d37a722804dd9460483a89433 | 1fdf5f13bc35a14fd60e1b85ad1741552dd43413 | /vhgui2015.h | 8ff4911c3d0cad101e67d7d37d2eb56a4ed886ff | [] | no_license | electrolviv/VHGUI2015 | 5e3952b2c538c532564cdd1343696f9d6d590163 | 6416607dfbb9cabd8f7679e31bef11cc54a3f848 | refs/heads/master | 2016-08-11T08:27:30.605140 | 2016-04-10T23:00:23 | 2016-04-10T23:00:23 | 55,926,967 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,132 | h | #ifndef _VHGUI2015_H_
#define _VHGUI2015_H_
#ifdef __cplusplus__
extern "C" {
#endif
#ifdef _WIN32
#include "vhboard.h"
#endif
#ifdef STM32F4XX
#include "vhboard.h"
#include "Bitmap.h"
#define GetRValue(X) ((X>>16)&0xFF)
#define GetGValue(X) ((X>>8)&0xFF)
#define GetBValue(X) (X&0xFF)
#define RGB(R,G,B) ((R<<16)|(G<... | [
"viktor@electro-lviv.com"
] | viktor@electro-lviv.com |
3418efeb9b635cd259af506e762514a5195760e3 | f0052cfc7ac9e54e7bb3153a5f43bea5b50c3bab | /files/fopen.c | 0f978d04d195ffd8a2ab70e4e31c72becca03354 | [] | no_license | kardasiremsu/Learning-C | 89312eae72a2bb821428bde50aa76351a021ea93 | 7e827caa34e25894d68c62fea8e94e622d25e6be | refs/heads/master | 2022-11-30T16:02:29.152407 | 2020-08-08T09:04:26 | 2020-08-08T09:04:26 | 285,898,916 | 0 | 0 | null | null | null | null | ISO-8859-9 | C | false | false | 908 | c | #include<stdio.h>
int main(){
//FILE *filep = fopen("dosya_adi","Mod");
//w dosya yoksa o dosyayı oluşturur
// aynı adda dosya varsa o dosyayı siler boş dosya oluşturur o nedenle tehlikeli dikkatli kullan
//r readin kısaltması dosya varsa dosyayı okur yoksa boş değer alır
//a append gibi olan dosyaya ekl... | [
"ikardas17@hotmail.com"
] | ikardas17@hotmail.com |
5ba6b49d414fa5d95bcb547b1efd07266369dae3 | 46ffc2fc0dcca74d86d6a5c1cf1127816f55be41 | /core/power/npa/src/framework/npa_log.c | aef3d282d883e553576c6f99fc8bf41951e5af3e | [] | no_license | jcrutchvt10/gensec | 262fef3d5cd1693042d0a464f8413a6a3e9d4189 | c28347127030cabb6f2dc97cf33f308f7e0f968e | refs/heads/master | 2021-07-06T23:28:30.026212 | 2016-10-15T08:34:47 | 2016-10-15T08:34:47 | 105,691,248 | 2 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 11,842 | c | /*=========================================================================
@file npa_log.c
NPA Log manipulation API
Copyright © 2009-2013 Qualcomm Technologies Incorporated.
All Rights Reserved.
QUALCOMM Proprietary/GTDR
$Header: //components/rel/core.adsp/2.2/power/npa/src/framework/npa_log.c#2 $
=================... | [
"remittor@gmail.com"
] | remittor@gmail.com |
dcc0d37686e7da7c767220f05b0a760cdb354f62 | e377cd1d946595e471eae26c16c5db22fbc06e07 | /ft_bzero.c | ab71bd13e4ed64279f84bce7d263a5bfdbff4ad9 | [] | no_license | Pulse6/Libft | f84d9d44ec3e69296308e36e3dbcf93b8f77193b | f73e0f9e90b0e1f6bb94fb50c2d2b345c0626c18 | refs/heads/master | 2020-05-21T02:05:11.189185 | 2019-05-16T22:45:30 | 2019-05-16T22:45:30 | 185,870,647 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,030 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_bzero.c :+: :+: :+: ... | [
"noreply@github.com"
] | Pulse6.noreply@github.com |
b448df34a8a73b566d7633da89395393fa767ab1 | 55c4bc610337b8b8bd6e889b8caa755104c8d421 | /isim/DataPath_isim_beh.exe.sim/work/DataPath_isim_beh.exe_main.c | d799a550469c287b4fcbc5bdf74a5ddb722fab67 | [] | no_license | fadyelgawly/RISCV32i | edf705688a8c2d432ec43fb77ec9e5f0d110df2b | 3944794f7d5bd7950e6354ccf5cea3f6232311da | refs/heads/master | 2021-05-11T02:49:57.004935 | 2018-01-21T22:50:03 | 2018-01-21T22:50:03 | 118,373,438 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,977 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"test@Tests-MacBook-Pro.local"
] | test@Tests-MacBook-Pro.local |
a3fd6500a592b09545efbecadf02ebd2ff7caf8b | 653b91fec147bb0ae26cea764553e20028948d46 | /components/nodemcujs_module_gpio/include/nodemcujs_module_gpio.h | 63b071aa8bd83f143caf71462184e38aba9df58f | [
"MIT"
] | permissive | GZero/nodemcujs-firmware | 653d2c3c5ecb47ca362fedd0b2739d50fcd480ab | d1679c3d18faf3c29a1cc5c22e0dab1b149cf9ab | refs/heads/master | 2020-07-29T22:48:09.204224 | 2019-08-30T12:38:21 | 2019-08-30T12:38:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 93 | h | #ifndef NODEMCUJS_MODULE_GPIO
#define NODEMCUJS_MODULE_GPIO
#include "jerryscript.h"
#endif | [
"noreply@github.com"
] | GZero.noreply@github.com |
4bd6d0a604538a1e34f9367a1e3e61b754b48b1b | 98be068945822b8a804780bf09f956b19135faba | /1,普通扩展例程/2,库函数版本/扩展实验3 ATK-7' TFTLCD电容触摸屏模块测试实验/HARDWARE/TOUCH/gt9147.c | f62b6958267675b80d5522940fe2c03ba8e76c42 | [] | no_license | SetCalm/stm32f4xx_ext_template | 5546f7b534af3b5b3d39cfb7e649cee77af6a7f0 | 81b4d1c8c8b4451f86d93b3e71c7199e95376c84 | refs/heads/master | 2023-03-16T09:50:31.133683 | 2017-11-10T02:09:40 | 2017-11-10T02:09:40 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 7,286 | c | #include "gt9147.h"
#include "touch.h"
#include "ctiic.h"
#include "usart.h"
#include "delay.h"
#include "string.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//ALIENTEK STM32F407开发板
//4.3寸电容触摸屏-GT9147 驱动代码
//正点原子@ALIENTEK
//技术论坛:www.openedv.... | [
"dixonliu@intranet.idthk.com"
] | dixonliu@intranet.idthk.com |
28b968abe949250175469a70a0ad0829ef58a92d | 9a0bf757eafc5a0e80a5e2ad14a21b3b03f26596 | /Mech458Project/Filter.h | 0e5b5f25ae2495ab437e4bf100343694f1158584 | [] | no_license | noahrondeau/MECH458_project | 462bbb02c96de498194b0281c0eae0000ff6fdaf | b66b4d53c08ee3f4b1d34d53f55232173ca2c0bf | refs/heads/master | 2020-04-01T11:15:09.581937 | 2019-05-27T04:30:50 | 2019-05-27T04:30:50 | 153,154,158 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 474 | h | /*
* IncFile1.h
*
* Created: 2018-11-23 3:13:24 PM
* Author: ntron
*/
/* this module implements a 2nd order IIR butterworth filter.
* it uses the AVR-GCC native fixed point library for efficiency and accuracy
* instead of inefficient floating point calculations.
* Coefficients for the filter are found in con... | [
"ntrondeau@gmail.com"
] | ntrondeau@gmail.com |
0f1693867721ea0145f4fb9d23c396ce3ed97c6b | 113e667d3f22c91d320a40e7b4fc30621ac09b34 | /src/exec/src/mx_print_processes.c | 40f863a91f548ba5c4f266015885b55bf078ddb9 | [
"MIT"
] | permissive | Hvvang/ush | 8cd56305ea52954d4691ef4af39eeba2b9f3aead | 6c1984e88408e236ae098354f50a94b51d3b7442 | refs/heads/master | 2021-02-09T02:13:33.568687 | 2020-06-25T10:44:46 | 2020-06-25T10:44:46 | 244,226,926 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 346 | c | #include "mx_exec.h"
void mx_print_processes(t_processes *processes) {
t_processes *temp = processes;
if (temp) {
printf("index job\n");
while (temp) {
printf(" %d ", temp->index);
mx_print_strarr(temp->command, " ");
printf("\n");
temp = temp... | [
"44523008+Hvvang@users.noreply.github.com"
] | 44523008+Hvvang@users.noreply.github.com |
bd329f3b8cd69eed93e78947993e1f4ef2334475 | 46c9b59fc1fc3859e4c22eafc117956b3659b4c4 | /common.h | ecf1c4d9d44f6c45cec94f787ff99b9541d783fb | [] | no_license | matejcik/libpsbt | 5b1ca6eef4ca45e1c3c918da97ed01f44361ec5b | 756528d8732ae895d264fb8213378012eb93a8be | refs/heads/master | 2020-03-21T18:03:05.733546 | 2018-06-27T13:05:25 | 2018-06-27T13:05:25 | 138,869,814 | 0 | 2 | null | 2018-06-27T11:01:29 | 2018-06-27T11:01:29 | null | UTF-8 | C | false | false | 257 | h |
#ifndef PSBT_COMMON_H
#define PSBT_COMMON_H
#include <stdint.h>
typedef unsigned char u8;
typedef unsigned short u16;
typedef uint64_t u64;
typedef unsigned int u32;
static const unsigned int MAX_SERIALIZE_SIZE = 0x02000000;
#endif /* PSBT_COMMON_H */
| [
"jb55@jb55.com"
] | jb55@jb55.com |
98cc5600bf042a07bcaaeaed0aba39cd7c798b93 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/19/1983.c | c24ef42d289495394ff858d2ef1a6d06fc422c78 | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 662 | c |
int main()
{
char s[100], str1[100], str2[100], a[100][100];
gets(s);
int len=strlen(s);
gets(str1);
gets(str2);
int lenth=strlen(str2);
int i, j, p;
for(i=0,j=0,p=0;j<len;j++)
{
a[i][p++]=s[j];
if(s[j+1]==' '){j=j+1;a[i][p]='\0';i=i+1;p=0;}
}
a[i][p]='\0';
int num=i;
int jud... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
bef36184ce317c772f65db621769654f91155bea | 20aa5446da9a172f7b10e9243119452255ac7123 | /Henkel_RobotLeveling_v1.0.1/code/CANVIEW4/vt3_code/vt3_Disp__Splash.c | edbd52c3814f44aa1dbc5f1736e2cf354e148032 | [] | no_license | claire-ashley/Henkel | 458849a125c7721a95568588690b9783f7859b84 | 78f379dcf3fdca3a4c0768fa902a7cd08a75aaa6 | refs/heads/master | 2020-11-26T15:07:17.960615 | 2019-12-19T18:38:19 | 2019-12-19T18:38:19 | 224,478,636 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,224 | c | /* device: /project/CANVIEW4 */
/* device model: CANVIEW4 */
/* this file has been generated automatically by vt3 - do not modify! */
#ifndef INCLUDE__VT3_DISP__SPLASH_C
#define INCLUDE__VT3_DISP__SPLASH_C
#include "vt3_runtime.h"
#include "vt3_lang.h"
#include "vt3_images.h"
#include "vt3_fonts.h"
#include "v... | [
"40772983+claire-ashley@users.noreply.github.com"
] | 40772983+claire-ashley@users.noreply.github.com |
38a02c73c09730d588101a9e94d6901e2055dcc3 | a264c76195dbf0757a9cc55620068bf269ade7f6 | /board/hv57708.c | 4d43d73abbfa21c0dc42c67b01524e322b72ca60 | [] | no_license | lcc816/NixieClock_RTT | 0d48348b2680b0d97115a63d55fd76d306764254 | cee6a252330910369496e2739562afb9628cdc92 | refs/heads/master | 2022-12-14T06:55:20.405518 | 2020-09-15T17:29:06 | 2020-09-15T17:29:06 | 280,909,467 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,408 | c | /*******************************************************************************
* @file --> hv57708.c
* @author --> Li.Changchun
* @version --> 1.0
* @date --> 23-Nov-2019
* @brief --> HV57708 驱动
* 芯片简介:
* 32MHz, 64通道推挽输出串入并出芯片,
* 内有 4 个 并行的 16 位移位寄存器
**************... | [
"lichangchun816@163.com"
] | lichangchun816@163.com |
286edf5a3f01e074a6de96d017212b0ddbe04f4a | 735930719b1e26e7d914b909f8d53cdc62e00318 | /libft/ft_realloc.c | f07ec7f3ab0be05c3061426709808a7338dacd8a | [] | no_license | Naabheal42/wolf3d | 53a1562e863a5901fa4882daf016b38f4c639fc1 | 77cff5b2b0200e997a056140312ad172de9a0f3e | refs/heads/master | 2021-01-11T03:34:30.348229 | 2016-10-15T15:42:59 | 2016-10-15T15:42:59 | 70,996,937 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,322 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_realloc.c :+: :+: :+: ... | [
"nbrizini@e2r3p12.42.fr"
] | nbrizini@e2r3p12.42.fr |
638933fad62bd22e39a51136718012b5569556aa | da0899519f0722acbcdd5e0aaf08849db887d42d | /vendor/marvell/generic/ttc_telephony/drivers/errorhandler/inc/eeh_assert_notify.h | 520a4313330f424f9424313619b2ae4a5d8c2ccf | [] | no_license | ljvblfz/TD100 | 5ac9968a823008b9c55440a85606a22adf1599e2 | 89b962ee3056d076220b8a972762f23367567a9f | refs/heads/master | 2023-08-19T20:02:49.540718 | 2017-04-29T13:10:05 | 2017-04-29T13:10:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,150 | h | /*
* 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 Foundation.
*
* (C) Copyright 2008 Marvell International Ltd.
* All Rights Reserved
*/
#ifndef __EEH_ASSERT_NOTIFY_H__
#define __EEH_ASSER... | [
"342981011@qq.com"
] | 342981011@qq.com |
5f3154f813e4200c2da9f517374512414248ac8b | 35dbdd4d30a5e712b3148f856f3b2b907d5a5bd0 | /debug.c | 6993dc40ae7255f2122fdc0d4ba2e8b70624bb9e | [] | no_license | khanhlt/Compiler_Hedspi_Final | a2d3fc6f07189a5dce62bc25a8dd613ab0a4f229 | 4e25946729eb0b5c131d830cbc4f3c027c8cc205 | refs/heads/master | 2021-01-23T12:38:36.692667 | 2017-06-03T00:30:27 | 2017-06-03T00:30:27 | 93,185,749 | 2 | 4 | null | null | null | null | UTF-8 | C | false | false | 2,421 | c | /*
* @copyright (c) 2008, Hedspi, Hanoi University of Technology
* @author Huu-Duc Nguyen
* @version 1.0
*/
#include <stdio.h>
#include "debug.h"
void pad(int n) {
int i;
for (i = 0; i < n ; i++) printf(" ");
}
void printType(Type* type) {
switch (type->typeClass) {
case TP_INT:
printf("Int");
b... | [
"lekhanh.lamson@gmail.com"
] | lekhanh.lamson@gmail.com |
89d3f307228b64bbbce7eeb6b9155d0e3cb64300 | 7a8f9cc5683138f92b68d98c5fd6f5e546e55022 | /Source/SDK/SDKPackages/JN5189DK6/boards/jn5189dk6/rtos_examples/freertos_tickless/low_power_tickless/fsl_tickless_rtc.c | 7c203d2316eba94c6deb6584f6d2cb3273e9031b | [] | no_license | fairecasoimeme/ZiGatev2 | 0c5ca85c40b1c7ac8744943a489908f478c46977 | fae9568aa240dde47723a26af5985b3e60291819 | refs/heads/master | 2023-03-01T23:10:37.084863 | 2023-02-21T13:30:17 | 2023-02-21T13:30:17 | 318,456,177 | 19 | 6 | null | 2021-11-12T12:24:47 | 2020-12-04T08:46:06 | C | UTF-8 | C | false | false | 7,272 | c | /*
* Copyright 2014-2016 Freescale Semiconductor, Inc.
* Copyright 2016-2019 NXP
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
/* Compiler includes. */
#if defined(__ICCARM__)
#include <intrinsics.h>
#endif
/* Scheduler includes. */
#include "FreeRTOS.h"
#include "task.h"
#if configUSE_TICKLE... | [
"akila@faire-ca-soi-meme.fr"
] | akila@faire-ca-soi-meme.fr |
29121343469d523b748914e152d1dd94e8dc279a | 4f0e76d6ac0abc14cf82856c5cc0d6f7ee124db6 | /Practica2/MedicionesBusquedaBinaria/BusquedaBinaria.c | 51e79892be94a359c0b9422e30176609a6fc826c | [] | no_license | MartinBarriga/Algorithms-Analysis | c5a6921ceb43826882fb7a92368e51635ff79b27 | 0dd07c5485088361d7dc03a7fac8a2744cd24082 | refs/heads/master | 2020-06-12T17:51:09.604597 | 2019-06-29T07:36:48 | 2019-06-29T07:36:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,200 | c | //Compilación: "gcc main.c tiempo.x -o main(teimpo.c si se tiene la implementación de la libreria o tiempo.o si solo se tiene el codigo objeto)"
//Ejecución: "./main n numeroabuscar" (Linux y MAC OS)
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "tiempo.h"
void BusquedaBinaria(int *, int, int);... | [
"martin.barriga.vargas@gmail.com"
] | martin.barriga.vargas@gmail.com |
2ed573f7baeaf720ed756c9e988ab0f4da0ab090 | 3752c2bf2bab660cb0e69a4b02bca2d7879632da | /test/syscall.h | 61ecf896ecdae6b2d7d18a0e972715b267205d65 | [] | no_license | cqxmzz/tiger-compiler | 1fc03bf7ebf96bf392c9dd90325f15f7dba36b70 | 75a88d1740b6ae560a70e24ac9499ea9a7e3a943 | refs/heads/master | 2020-06-05T02:59:48.877692 | 2015-04-17T21:15:21 | 2015-04-17T21:15:21 | 24,250,991 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,088 | h | /**
* The Nachos system call interface. These are Nachos kernel operations that
* can be invoked from user programs using the syscall instruction.
*
* This interface is derived from the UNIX syscalls. This information is
* largely copied from the UNIX man pages.
*/
#ifndef SYSCALL_H
#define SYSCALL_H
/**
* Sy... | [
"qc2195@columbia.edu"
] | qc2195@columbia.edu |
85049ef0a9b85b7f8fb71362c0cef83c8a4a1029 | 2edde4345798e00deb8764e481f004089ed6ecb8 | /superfasthash.h | eb92426b81609eb93b4c04af485807e31a7784ef | [] | no_license | fxding/rwcached | 7968723810603ac527737de34fd90581246956b3 | c81de510b186e041fa7c52b1b79831558c860401 | refs/heads/master | 2020-04-14T12:21:02.785302 | 2012-05-30T02:24:56 | 2012-05-30T02:24:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 575 | h | #ifndef __SUPERFASTHASH_H__
#define __SUPERFASTHASH_H__
#include <stdint.h> /* Replace with <stdint.h> if appropriate */
#undef get16bits
#if (defined(__GNUC__) && defined(__i386__)) || defined(__WATCOMC__) \
|| defined(_MSC_VER) || defined (__BORLANDC__) || defined (__TURBOC__)
#define get16bits(d) (*((const uint... | [
"nekleding@gmail.com"
] | nekleding@gmail.com |
4c52f1b730adebe9f5e8ba4f38e08e77c802a9f0 | fcf2cc96127ba6561919e1c34ebaedab07e2a155 | /ftp/comm.h | 3d152370559b1d2ae37d0a8a6c41521aef05f6f2 | [] | no_license | mmmxr/Project | 1b81d4445b6fb180193458d9bba9101a8274b0f0 | 9beee1b47bd4e2d97566603f9786f13aaa36e1be | refs/heads/master | 2020-03-21T10:19:25.574469 | 2018-07-29T15:28:22 | 2018-07-29T15:28:22 | 138,445,294 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 759 | h | #pragma once
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <ctype.h>
#include <sys/types.h>
#include <dirent.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/sendfile.h>
#include <fcntl.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#inclu... | [
"844493151@qq.com"
] | 844493151@qq.com |
b08f03d3708541b0095b104b5dfef67b792c127c | 58ac81b480a2064b5d0880a4a1f5777b537c8b95 | /S7G2_PE_HMI1/synergy/ssp/src/framework/el/ux/ux_src/ux_host_stack_device_remove.c | 510111e0c62e0c778bcb65dfe66092faf44397d1 | [] | no_license | agrutter87/Renesas-Synergy | e77998fb81a54762ab121c39681540df95e13edd | 8ecd6fefe6b1bafab83797c70cb4958436bbb8be | refs/heads/master | 2023-05-13T15:37:53.956982 | 2023-05-06T14:24:03 | 2023-05-06T14:24:03 | 162,657,522 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,421 | c | /**************************************************************************/
/* */
/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
/* Thi... | [
"agrutter87@gmail.com"
] | agrutter87@gmail.com |
573c9a06484e86b619994580ad2720ce5df4e247 | a565dc8a731c4166548d3e3bf8156c149d793162 | /3rdParty/AdeneoEmbedded/Drivers/WiLink_6.0/TWD/FW_Transfer/Export_Inc/rxXfer_api.h | 5f1aea9f66ace67ad8072c9adabae28d99ede880 | [] | no_license | radtek/MTI_WINCE317_BSP | eaaf3147d3de9a731a011b61f30d938dc48be5b5 | 32ea5df0f2918036f4b53a4b3aabecb113213cc6 | refs/heads/master | 2021-12-08T13:09:24.823090 | 2016-03-17T15:27:44 | 2016-03-17T15:30:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,575 | h | /***************************************************************************
**+----------------------------------------------------------------------+**
**| **** |**
**| **** |**
**| ... | [
"ruslan.sirota@micronet-inc.com"
] | ruslan.sirota@micronet-inc.com |
401e9edf58e87fccb5d848fed2c942ee5951e3b1 | 773eae1507d789768177912868724ef5305e5241 | /doc/lib/STM32CubeExpansion_MEMS1_V2.0.0/Projects/Multi/Examples/WakeUpDetection/Inc/stm32l0xx_it.h | cb94f71bb88b8d09e9be2cb09f2478827696f1e5 | [
"BSD-2-Clause"
] | permissive | spoyler/gps | b59f9560be948114bd4473402caaf579245e52e7 | 5eec0ca1f9d8e98c1cad7b0c76b1f5043e9ed755 | refs/heads/master | 2021-01-15T15:43:12.522571 | 2017-11-18T12:43:29 | 2017-11-18T12:43:29 | 52,088,558 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,936 | h | /**
*******************************************************************************
* @file Projects/Multi/Examples/WakeUpDetection/Inc/stm32l0xx_it.h
* @author CL
* @version V2.0.0
* @date 10-December-2015
* @brief header for stm32l0xx_it.c.
******************************************************... | [
"andrey.sidorovya@ya.ru"
] | andrey.sidorovya@ya.ru |
c09c0dc50e90be8bd7468720449c5287f3af2b4e | 7eea364bbb118c78e711f26275941df0abd1567b | /Lab2/Code/SemUtils.h | 99a3256ebbbdb220acc740ca1e8bf454abbad44f | [] | no_license | 161220004/CmmCompiler | 6284c3e6dff2991ba7931b09fbb879cf2d8ab380 | 7300f6e1dc534c69ba1d83e096f396299f56dc26 | refs/heads/master | 2022-10-04T22:21:32.099232 | 2020-06-06T09:51:03 | 2020-06-06T09:51:03 | 244,373,234 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,187 | h | #ifndef SEMUTILS_H
#define SEMUTILS_H
#include "Tree.h"
#include "SemAnalysis.h"
/* 函数符号表(有序数组) */
extern SymElem* funcSymList;
extern int funcSymListLen;
/* 结构体符号表(有序数组) */
extern SymElem* structSymList;
extern int structSymListLen;
/* 全局作用域 */
extern FieldNode* globalField;
/* 当前所在的作用域 */
extern FieldNode* currentF... | [
"2904428882@qq.com"
] | 2904428882@qq.com |
af4193834e11ce05777117e2e3b1c87da41b5839 | afa2030967c3d450088158ac8785ff5fcc7fd7c2 | /enums.h | e6ae4028b0ff7e267bdd750acfbbbc6eb6ed2e1c | [] | no_license | ermiS16/Softwarelabor | c8cec9d846ba6789ed2d7837d195ce238fe12aec | 83aaecf3a45e6a4fb9e3b88276954250b2b50b4d | refs/heads/master | 2020-04-09T03:46:22.669603 | 2019-05-02T06:09:43 | 2019-05-02T06:09:43 | 159,995,857 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 332 | h | /*
* typedefs.h
*
* Created on: 27.10.2018
* Author: eric
*/
#ifndef ENUMS_H_
#define ENUMS_H_
typedef enum{
Stop = 0,
Start = 1,
Finish = 5,
Fail = 255
}Status;
typedef enum{
One = 1,
Fifteen = 15,
Last = 255
}Numbers;
enum TestEnum{
OK = 1,
FAIL = 0
};
typedef enum TestEnum Test;
#endif /* ... | [
"eric_misf@gmx.de"
] | eric_misf@gmx.de |
eae64e2e1ccd01ed1cf81056b3689a026a35c074 | a6dd92a0a9231b58abffc41606edfcc879554399 | /data structure vs安全检查/老九学堂-数据结构/链表/单向链表/单向链表/源.c | 08d22da415f0b7fdb366efca8c486bb74d3fd9d3 | [] | no_license | XUAN-CW/C_learning | 00d0c82e69b67a9d4463a76a8958a8108aba4b04 | b8d50e14260fc87feebe4e46428d93cd0b6cfeb9 | refs/heads/master | 2021-01-04T12:10:24.550996 | 2020-05-01T02:33:29 | 2020-05-01T02:33:29 | 240,541,743 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 1,064 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "DataElement.h"
#include "LinkList.h"
//测试数据
ElementType dataArray[] = {
{1, "奇异博士"},
{2, "美国队长"},
{3, "太上老君"},
{4, "菩提老祖"}
};
int main()
{
LinkList linkList;
InitLinkList(&linkList, dataArray, sizeof(dataArray) / s... | [
"49336037+XUAN-CW@users.noreply.github.com"
] | 49336037+XUAN-CW@users.noreply.github.com |
fbe7b249fec26e05a997acc2c286965b69c03584 | 713ce5915b177c4e405ccab44a8d19051871bd8b | /source/IVS_SDK/inc/IVS_SDKNetKeyBoard.h | aad44a6fa6b6c8656efc3440056fda5a7bda94f8 | [
"Apache-2.0"
] | permissive | jiangbing9293/esdk_ivs_sdk_linux | 545173bded53af225dc505d3bb37e03f5bf296e6 | c4f43959c59beec360ed4ad0b031f145a93b1249 | refs/heads/master | 2021-01-15T14:41:50.737177 | 2014-11-04T05:17:20 | 2014-11-04T05:17:20 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,391 | h | /********************************************************************
filename : IVS_SDKNetKeyBoard.h
author : x00192614
created : 2012/12/21
description : SDK对外提供网络键盘相关接口定义
因为网络键盘接口不对外开放,只供OCX使用,所以不放在IVS_SDK.h中
copyright : Copyright (C) 2011-2015
history : 2012/12/21 初始版本;
***********************... | [
"cenqin@huawei.com"
] | cenqin@huawei.com |
caae96ba75a0fb75c5f8a0c4631cc67c480fdf85 | 4bc340db113236d270cabb9b81bd0949689ed654 | /windows_embedded_7_2014M12/WINCE700/private/winceos/COREOS/core/corelibc/crtw32/string/strlen.c | 70b4bbf2671685211520d3c7b9377f7f6b4d994f | [] | no_license | xiaoqgao/windows_embedded_7_2014M12 | c2eff379b961443083d17853891f6d68d8adf106 | 39042192614d5a12a9cc037cbc47ac9f70f28b52 | refs/heads/master | 2022-12-25T15:57:36.305277 | 2020-09-28T20:08:02 | 2020-09-28T20:08:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,599 | c | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreement under which you licensed
// this source code. If you did not accept the terms of the license agreement,
// you are... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
100c1e16e5878ad8043b307e0ccd3ea33bf236e8 | 26ebf949adb2a1bfbf4752b697bf24aebb40d78c | /pset3/find/helpers.c | 3faf59ac011840e59e0b5750e7425617d626d392 | [] | no_license | cesarian706/Coursework | d24a5cffea12cb48d16db46a37af89436ddf3b12 | 4b5b632ef0a80d65a65c2db2342799a0aee0f864 | refs/heads/master | 2021-05-03T04:47:57.847691 | 2018-02-07T14:55:57 | 2018-02-07T14:55:57 | 120,625,893 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,450 | c | /**
* helpers.c
*
* Helper functions for Problem Set 3.
*/
#include <cs50.h>
#include "helpers.h"
/**
* Returns true if value is in array of n values, else false.
*/
bool search(int value, int values[], int n)
{
//test that array has at least one element
if(n<0)
{
return false;
}
/... | [
"cesarian706@gmail.com"
] | cesarian706@gmail.com |
513eb0bb0fe62b7637a37b9111f2a3c2ab867030 | 27f4cd7a851319860faa1f6a7cab9dc13465882c | /nBody/C/3D/nBodyUtil.h | 6a345b1f665cdf1188c5ae08cfbd2886252dd7eb | [] | no_license | ucb-bar/lbnl-torch | 78b5a6153797ef8f98bb505f8d06c4a3fa2e8e52 | 1a312a42c56ecc597f7968a62e6f589af13db792 | refs/heads/master | 2020-07-04T08:59:07.361250 | 2019-08-14T01:26:51 | 2019-08-14T01:26:51 | 202,232,138 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,435 | h |
#include <stdio.h>
/*
Utility routines for N Body calculations.
Alex Kaiser, LBNL, 10/2010.
*/
// particle data structure
typedef struct particle{
double x;
double y;
double z;
double vx;
double vy;
double vz;
double ax;
double ay;
double az;
double mass;
} particle_t;
typedef struct {
double **xFo... | [
"jerryz123@berkeley.edu"
] | jerryz123@berkeley.edu |
9dc8a80fd5ce9e0595efbc79c118033aa642d05c | 8cfb2e7a2031febb5327f4266cb877cee09300cd | /Teorica/001_Aula/exemplo_003.c | 6c6945433cf60de0945eef1c31e4a30d61defa61 | [] | no_license | TeaH4nd/Comp.II | 00a7d421b643462e10aa761972724fadd9cc9b3b | 04e94e9dfdf7761a1f9bc9442d15459c2da5de92 | refs/heads/master | 2021-07-12T22:18:06.003362 | 2017-10-05T13:25:01 | 2017-10-05T13:25:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 81 | c | main ()
{
printf ("\nTerceiro exemplo de Computacao II - Turma 2017/2\n\n");
}
| [
"alexchamon@poli.ufrj.br"
] | alexchamon@poli.ufrj.br |
6c61d4640fa82ebabfca1b7100cd6eeab781dda4 | 2532823292d7dae85a76439d1a1a712f30b22d7b | /hash.c | 7aba9066ff1d6608e6cee28139f61d4e8e4e8a36 | [] | no_license | olivierh59500/simhash-3 | 4310e2fc95f56e07a1b987e2c2fdb8c073545a9c | 4fdf2e5f454fd3e55f311da02dd137cd44231412 | refs/heads/master | 2022-03-04T19:01:51.058470 | 2019-10-28T11:56:19 | 2019-10-28T11:56:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,504 | c | unsigned int SDBMHash(char *str)
{
unsigned int hash = 0;
while (*str) {
// equivalent to: hash = 65599*hash + (*str++);
hash = (*str++) + (hash << 6) + (hash << 16) - hash;
}
return (hash & 0x7FFFFFFF);
}
// RS Hash Function
unsigned int RSHash(char *str)
{
unsigned int b = 37855... | [
"zhuyongjianpy@126.com"
] | zhuyongjianpy@126.com |
a805958449caaf9ac8c527904d2711391ad75a78 | c47dfd3d39cd8c987e3bd660a877578353237df0 | /src/BmpImage.h | e129abe8407e5ed1b26f288467a64c294f924a0a | [] | no_license | amalettomat/firmware | 3a06db9698225fbbd4f96ecf7db1cd9ecf8d593b | d4358fe5656468737b74a45b349e73150ca2d79c | refs/heads/master | 2023-06-08T18:02:23.983434 | 2023-06-02T06:19:36 | 2023-06-02T06:19:36 | 27,735,983 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 300 | h | /*
* BmpImage.h
*
* Created on: 06.02.2019
* Author: zwax
*/
#ifndef BMPIMAGE_H_
#define BMPIMAGE_H_
struct BmpImage {
unsigned int width;
unsigned int height;
unsigned int bytes_per_pixel; /* 2:RGB16, 3:RGB, 4:RGBA */
const char* pixel_data;
};
#endif /* BMPIMAGE_H_ */
| [
"zwax@meo-energy.com"
] | zwax@meo-energy.com |
ff72199edb7ffdc4f87a7e56bbb2baf23b9219cd | 7ae6dbc93e4459174380215f332b053ebb5dd5c4 | /0x08-recursion/0-puts_recursion.c | 29a705c982ed24929a18daba9a95543bc7061413 | [] | no_license | thomasmontoya123/holbertonschool-low_level_programming | 5635cf55acc5fa699efc0738c5c31d0aeea3773b | f2fff1d3f59e70ac15025a418d2c1953a1c74ce0 | refs/heads/master | 2020-06-06T12:56:45.800584 | 2020-01-17T00:17:12 | 2020-01-17T00:17:12 | 192,746,016 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 224 | c | #include "holberton.h"
/**
* _puts_recursion - print string
* @s: string
* Return: void
*
*/
void _puts_recursion(char *s)
{
if (*s == '\0')
{
_putchar ('\n');
return;
}
_putchar (*s);
_puts_recursion(++s);
}
| [
"tomasmontoya123@gmail.com"
] | tomasmontoya123@gmail.com |
a8ee60f3dd84aa839eccfb1dd8ab3a338f755a20 | 9f6a0e5c0b69d5d5191aca127f8724b0c2913e15 | /castxml/win/share/castxml/clang/include/avx512fintrin.h | 4ce694531100c4958c5ca19f197df92b76e54a34 | [
"MIT",
"LicenseRef-scancode-khronos",
"BSD-3-Clause",
"MPL-2.0",
"BSL-1.0",
"Apache-2.0"
] | permissive | GPUOpen-LibrariesAndSDKs/RadeonProRenderSharedComponents | 9639168955f71632ea025b08338f4bdab439d01b | fb4b908ebab48e501e28c5f995f549fad113e01f | refs/heads/master | 2023-07-29T08:59:08.620019 | 2020-05-13T16:36:46 | 2020-05-13T16:36:46 | 256,248,828 | 1 | 13 | Apache-2.0 | 2023-04-07T14:42:56 | 2020-04-16T15:04:23 | C++ | UTF-8 | C | false | false | 428,905 | h | /*===---- avx512fintrin.h - AVX512F intrinsics -----------------------------===
*
* 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 rig... | [
"vgolovko@luxoft.com"
] | vgolovko@luxoft.com |
f1b67e1720d5bba997805c380ee856f8fffa2e3a | 2d773cba89ac9a6c0fb53022899a58900eecee97 | /myoslib/src/cli_time.c | ab801642ae2088a4d41e8b6ca11ba04b069ff3c7 | [] | no_license | a-fitzg/csse4011-p3 | 13816e054dfc5d18b6074d5e0085040574af9eef | bb0f869b4a3c0301634d0bf71ffb842d9824811b | refs/heads/master | 2023-05-11T03:26:18.943918 | 2021-05-12T05:24:00 | 2021-05-12T05:24:00 | 359,330,477 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,736 | c | /**
***************************************************************
* @file myoslib/src/cli_time.c
* @author Desmond Gan - S4526441
* @date 14032021
* @brief CLI system time
* REFERENCE:
***************************************************************
* EXTERNAL FUNCTIONS
**********************************************... | [
"csse4011@csse4011.csse4011"
] | csse4011@csse4011.csse4011 |
6249b1296ab3323db258a72b1b7dac9f1b568ed6 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/e4bbd703-6425-44ce-b01f-9a6e392c88d7.c | 1bafad1831632c16a9918f86fa445c89b7758fbd | [] | 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 | 597 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = j/j;
l = i/j;
l = l/j;
l = i%j;
l = l+j;
j = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
char b[91];
char c[... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
f14603f0cd06f1d703ce01ba1cc0d553d7dabbc5 | 6c9bd50bdc4790c77d4840483cd126bea3c730f3 | /2nd semester/Object-oriented-programming/Seminars/Seminar 02 Week 01 Demo/Seminar1_Version4/DynamicArray.c | 805776a6eda9c3229944aafc50b0be225c0b6163 | [] | no_license | toadereandreas/Babes-Bolyai-University | b9689951b88cce195726417ec55f0ced1aa4b8e6 | ca6269864e5ade872cb5522a3ceb94a206e207b3 | refs/heads/master | 2022-09-24T13:11:03.610221 | 2020-06-04T12:19:12 | 2020-06-04T12:19:12 | 268,924,167 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,141 | c | #include "DynamicArray.h"
#include <stdlib.h>
#include <assert.h>
DynamicArray* createDynamicArray(int capacity, DestroyElementFunctionType destroyElemFct)
{
DynamicArray* da = (DynamicArray*)malloc(sizeof(DynamicArray));
// make sure that the space was allocated
if (da == NULL)
return NULL;
da->capacity = capa... | [
"57907218+toadereandreas@users.noreply.github.com"
] | 57907218+toadereandreas@users.noreply.github.com |
2d6e5a9a1513e5810c87b6e72a9c1a3fc675fad4 | 203691e8a9195cd1fe7c4350112e9f07821933cc | /aprender vhdl/testes/contagemdeeros/isim/contagemdezeros_tb_isim_beh.exe.sim/work/contagemdezeros_tb_isim_beh.exe_main.c | ee4299a52610ec62293b2397da2a03c32a20e1d4 | [] | no_license | HenriqueDomiciano/IC_VHDL | 1252b263452af75ca8fbbe168b738752e2021376 | 795a773c5c5b8077e160e497d6264be041781f92 | refs/heads/master | 2022-11-23T22:20:06.615709 | 2020-08-04T12:26:06 | 2020-08-04T12:26:06 | 284,812,718 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,552 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"henriquedomiciano@yahoo.com"
] | henriquedomiciano@yahoo.com |
09f7dca85fff128faa965ad31478b3446a03d816 | cadbd44f8c31538dea7fb524bc0b8f66fd512207 | /src/sbbs3/js_cache.h | f9a9a6561cf6948fee9a0431becb1c452dfefca9 | [] | no_license | majianjia/pkg-sbbs | 67716470f3a9d999bc525dee894dd2edcff3e2b9 | 0b131e62c0dca719ad4be58daf5240cccaf29095 | refs/heads/master | 2022-02-04T09:27:40.433472 | 2011-07-16T23:57:04 | 2011-07-16T23:57:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,220 | h | #ifndef _JS_CACHE_H_
#define _JS_CACHE_H_
#include "link_list.h"
#include "jscntxt.h"
#include "jsscript.h"
/* JS Compile Cache Stuff */
struct context_cache {
JSContext *cx;
link_list_t cache;
};
struct cache_data {
char filename[MAX_PATH+1];
time_t mtime,ctime; /* st_mtime/st_ctime from last stat() call */
o... | [
"jame@rocasa.us"
] | jame@rocasa.us |
260dd74833fa721d89ebf70224a4a1e69b22cdf3 | 83a7a015d900ebf8d5a636a46f9a010ff3790bfb | /src/objects/Object.h | 6a28694317c4c915e9cf2d793baec45b33a4b170 | [
"Apache-2.0"
] | permissive | chrbertsch/openmcx | 648d76dd16be4f0e6beb226fa43ecfbe7ef8a526 | 1c8a53857cd2d62349de3627be3b7bea68e4ecbf | refs/heads/main | 2023-08-19T19:27:15.080818 | 2021-10-22T21:42:51 | 2021-10-23T13:18:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,565 | h | /********************************************************************************
* Copyright (c) 2020 AVL List GmbH and others
*
* This program and the accompanying materials are made available under the
* terms of the Apache Software License 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.... | [
"klaus.schuch@avl.com"
] | klaus.schuch@avl.com |
67509b1e7f931a5aab4ff3db4e70085c75e2360f | ad0ae1d533005a90b007196299ef7a7af363c71b | /Process Managment/02.c | 718a4a0fde17c8637f529848e8a9f3353cb771a3 | [] | no_license | ronak66/Operating-System-Programs | 52193a81645fab8dd547f67b2771ca97d743cab3 | 630d6d392ee14930acb625a60fa48e37305a744d | refs/heads/master | 2022-09-04T09:09:51.881790 | 2020-05-28T08:17:35 | 2020-05-28T08:17:35 | 236,740,122 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 445 | c | #include<stdio.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/types.h>
#include <unistd.h>
int main(){
int pid = getpid();
int priority = getpriority(PRIO_PROCESS,pid);
printf("pid: %d \npriority: %d\n",pid,priority);
int ret_nice = nice(18);
printf("return value of nice: %d\n",re... | [
"ronakdoshi36@gmail.com"
] | ronakdoshi36@gmail.com |
513b85f89aa847aa81e78333a014fb360bf9b791 | 05d1dd611692c1b860dc80768868eab9d75ea0ca | /smedl/codegen/manager.c | 50c72c957ed1386e6d34d47418a01145be656909 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | PRECISE/SMEDL | 84dae03ccc34d21a3b5f8c789300ecffe554c0bd | b0096d11fe4aa9febcf2f01346e2e28c6db13a32 | refs/heads/master | 2023-06-20T01:31:25.327668 | 2021-07-22T19:40:38 | 2021-07-22T19:40:38 | 370,794,687 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,267 | c | {% if pure_async %}
#include <stdio.h>
{% else %}
#if DEBUG > 0
#include <stdio.h>
#endif
{% endif %}
#include <stdlib.h>
#include "smedl_types.h"
#include "global_event_queue.h"
#include "{{sys.name}}_defs.h"
#include "{{syncset}}_global_wrapper.h"
{% if not pure_sync %}
#include "{{syncset}}_{{sys.transport}}.h"
{% e... | [
"dpastore@seas.upenn.edu"
] | dpastore@seas.upenn.edu |
4e43b797bf54dd817616c81e03ad217bc3061b6f | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/catacomb/Cavern/rooms/lvl3_10.c | 1b9ad7697b9a52da22b1efd1cd20e0cbb6b10194 | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 995 | c | #include "/players/catacomb/misc/ansi.h"
#define TP this_player()
#define TPN this_player()->query_name()
#define TPP this_player()->query_possessive()
inherit "room/room";
reset(arg) {
if(arg) return;
set_light(1);
short_desc =("Durkor Caverns");
long_desc =(
" The stonework of the stairs is excellent. No dust o... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
ec839123bf5e00bfbae6f5173b1f2e1e431038d8 | 01d04b8842c2b8f64cff37a773076d168a77c9b8 | /.history/send_ether_20210809174757.c | b211567203931d115f932259b11cfa7b92d4c13c | [] | no_license | chenlianhan/RK-SDR | 8a979b4792c5f146990f821e616e56b2e5a14aae | 5ef26ce1fa688084b052fb39aa53b300c2c85861 | refs/heads/master | 2023-07-03T07:24:14.541918 | 2021-08-10T12:18:01 | 2021-08-10T12:18:01 | 394,637,179 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 15,577 | c | #include <argp.h>
#include <arpa/inet.h>
#include <linux/if_packet.h>
#include <net/if.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <unistd.h>
#include <stdlib.h>
#include <math.h>
#define MAX_ETHERNET_FRAME_SIZE 1514
#define MAX_ETHERNET_DATA_S... | [
"1169799778@qq.com"
] | 1169799778@qq.com |
852d57bd0fed707265401b97db2a51524ab185d6 | fd2837aef61176323fb6d8eb647b20debe7995f5 | /CSAPP/sa-bAbi/working/8d000d1d7a.c | 868b985d9cfb8a0d2128744dc0ea66ae642c7db0 | [] | 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 | 499 | c | #include <stdlib.h> // Tag.OTHER
int main() // Tag.OTHER
{ // Tag.OTHER
int* entity_4; // Tag.BODY
int entity_3; // Tag.BODY
entity_4 = new int(rand()); // Tag.BODY
int* entity_0; // Tag.BODY
entit... | [
"33094628+callMeBigBen@users.noreply.github.com"
] | 33094628+callMeBigBen@users.noreply.github.com |
a0917d228c568e1b5422ffd49ca668d1647db10d | d77f6ea36ffa230f3e34b37383d2d2b6ce2b149a | /11/01/connectionless-receiver.c | 85c0e495ba69967bac34fb6450389299bb981bcd | [] | no_license | JENOSS/secureprogramming | 2cfad276968d45907acf1a3dd3ab6283c054ef03 | e80405c9ccc260f9b452fd5d2c2fde1ae90ceef2 | refs/heads/master | 2020-05-29T13:38:51.691241 | 2019-05-29T07:06:47 | 2019-05-29T07:06:47 | 189,169,515 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,132 | c | #include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sys/socket.h>
#include <resolv.h>
#include <arpa/inet.h>
#define BUFSIZE 1024
#include <ctype.h>
void alltoupper(char* s)
{
while ( *s !=0 )
*s++ = toupper(*s);
}
int main()
{
char buffer[BUFSIZE];
struct... | [
"nari1539@gmail.com"
] | nari1539@gmail.com |
2b5737d7513f5fdbe652717f7ca23b175ddf49f6 | f6c81ac6e2a42c4a421dab8b3ff7278e2f87f6b9 | /System Modelling/Control/Simulink Code/Cylinder Tests/Xbee/slprj/_sfprj/DesignShowModel/_self/sfun/src/c4_DesignShowModel.h | 4d13a82ca3d34ed8aaf75e74c5afd28d7da84ae7 | [] | no_license | Logiant/AgileRoboticControls | 96f89cedb9d6e93b525b1020daaccaa4e032808c | 13ca1d9e4b7f4527c1ed018cec765675fa02237d | refs/heads/master | 2021-01-15T10:50:59.208061 | 2015-08-18T20:19:42 | 2015-08-18T20:19:42 | 26,594,359 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,081 | h | #ifndef __c4_DesignShowModel_h__
#define __c4_DesignShowModel_h__
/* Include files */
#include "sf_runtime/sfc_sf.h"
#include "sf_runtime/sfc_mex.h"
#include "rtwtypes.h"
#include "multiword_types.h"
/* Type Definitions */
#ifndef typedef_SFc4_DesignShowModelInstanceStruct
#define typedef_SFc4_DesignShowModelInstance... | [
"beaverl@msoe.edu"
] | beaverl@msoe.edu |
48e18b65bd6259ec0b37b94fb86066c26874f51c | 26477cff4a3140780ab8caef866f8a80bbc1a29a | /colorsensor.X/mcc_generated_files/system.h | 924582a9593c02ed0afe3ca775b4003ed07825c7 | [] | no_license | tatjanas88/TCS3200-Color-sensor-Uart-PIC24F | 287c2030406bb7a2f43c65f0987d8c18b42c9b8c | dd071787a00178df41053fb6964b2465381323b2 | refs/heads/main | 2023-01-28T18:08:21.689920 | 2020-12-15T15:34:51 | 2020-12-15T15:34:51 | 321,709,233 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,241 | h | /**
@Generated PIC24 / dsPIC33 / PIC32MM MCUs Source File
@Company:
Microchip Technology Inc.
@File Name:
system.h
@Summary:
This is the system.h file generated using PIC24 / dsPIC33 / PIC32MM MCUs
@Description:
This header file provides implementations for driver APIs for all... | [
"noreply@github.com"
] | tatjanas88.noreply@github.com |
f8371d5ea8c5580dea769dce7a11cbbb1c526369 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/c1b338dd-bfe0-458c-9d2b-adc6ae09e3ce.c | 07a79900eca38b0436f5b90613ec492dfcc71aa9 | [] | 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 | 555 | 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 = i/j;
l = i%j;
l = j-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[81];
char c[52];
a = 0;
while (( a - 1 ) ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
a678b54054b724a254ffc4ba5b30f7a11fb9bf9b | 83214753e9183327e98af0e6768e9be5385e5282 | /d/qujing/qilin/shan12.c | cb9436c4b4780b3b20c35929c6aba8ea565bbbac | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | GB18030 | C | false | false | 1,115 | c | // by snowcat 11/6/1997
inherit ROOM;
void create()
{
set ("short", "山环路");
set ("long", @LONG
山环路道险路窄,路外围是悬崖,失足掉下去可能会粉身碎骨,路
的内侧是陡峭的石壁。周围长着稀稀拉拉的一些树林,你已分不太
清东南西北了。
LONG);
set("exits", ([
"left" : __DIR__"yutai",
"right" : __DIR__"chenglei",
]));
set("outdoors", "xy26");
setup();
}
void init ()
... | [
"i@oiuv.cn"
] | i@oiuv.cn |
ce33605eeced5f1a51640ad7b2dc902e2765f334 | c9e5c752b000d59e94eafa0488fc2802dcfc84dd | /Untitled5.c | e3a7fbafdc0a6c950b9b8128943d40068953a699 | [] | no_license | se4019/11 | fd84ff6c64dfa71f068643ed0f28b3c15036e800 | 191ba7708886cb318a830eb4ac65ea8875ec244d | refs/heads/main | 2023-01-22T08:00:13.098182 | 2020-11-15T05:25:55 | 2020-11-15T05:25:55 | 312,854,860 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 786 | c | #include <stdio.h>
#include <stdlib.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
void print_image(int a[5][5])
{
int i, j;
int *ptr;
ptr = &a[0][0];
for (i=0;i<5;i++) {
for (j=0;j<5;j++) {
printf("%d", a[i][j]);
//printf("%d" *ptr);
//ptr++;... | [
"70657061+se4019@users.noreply.github.com"
] | 70657061+se4019@users.noreply.github.com |
ad638657d747cbac6ab259ba0f9dbcba37abc3bb | 298fc4449d82080cf19d1183d79e5ac42e2aedda | /Pexex/test.c | 6b6a792501bc0a7b77995be913de31d2cd212cc7 | [] | no_license | AJasapara/Computer-Organization | 4e085a936e61729a56137fa828505e0911b37f0a | 3652a827df08e15184f6182e564e6ab39664b196 | refs/heads/master | 2021-06-21T22:59:35.268588 | 2017-08-27T06:28:13 | 2017-08-27T06:28:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 63 | c | _Bool
testovf (long n)
{
return n + 9223372036854775807 < n;
} | [
"lordtipra@gmail.com"
] | lordtipra@gmail.com |
0d8df8dd1e3c5d8fc406178e96d8b22ad833bed1 | ee992d84c62ce7cf6f9745c0b5c140eba036881b | /read_file.h | 13253fa00b6bcc20f14b363e58dae6d0e69f7fa9 | [] | no_license | inf0-warri0r/swap_wall | 9e4100bcd78a880082a2fc45927505e94194e38f | 1ef25659eb70c64175fd71e68638838b52906134 | refs/heads/master | 2020-05-17T02:16:26.898212 | 2012-06-11T13:58:47 | 2012-06-11T13:58:47 | 4,624,977 | 0 | 1 | null | 2020-07-17T23:37:08 | 2012-06-11T13:04:49 | C | UTF-8 | C | false | false | 1,522 | h | /*
*Author :Tharindra Galahena
*Project:swap_wall(desktop wallpaper changer for linux)
*Date :11/06/2012
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
void read_config(char *dir, char *style, int *time_gap){
char *config = "config";
char *home_dir = getenv ("HOME");
char *config_path = malloc(s... | [
"tcg.galahena@gmail.com"
] | tcg.galahena@gmail.com |
77bb1d3b41a921f54d47155eef25ba39eb452abf | 76bf6e10cac83b432714277987982462afb71d81 | /include/com/onecube/zen/compiler/ast/context/AdditiveExpressionContext.h | b4bb4ac601938295e11a39ebc4820370b87733af | [
"Apache-2.0"
] | permissive | itssamuelrowe/Zen | 42df3299724b790461c4b768790115d524dee78b | 965fde8cd9ab49d89615dd41718dee3999ccc410 | refs/heads/master | 2020-07-08T07:45:28.644679 | 2020-05-11T17:18:23 | 2020-05-11T17:18:23 | 203,602,726 | 31 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,201 | h | /*
* Copyright 2017-2020 Samuel Rowe
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | [
"samuelrowe1999@gmail.com"
] | samuelrowe1999@gmail.com |
f06d98bf89ed590184f0f3c9413428e9d491ca6c | 6466f5ae834d693273a019670f5913f1dfdf2147 | /efm8/mcu/EFM8SB1/peripheral_driver/inc/adc_0.h | abae1a2da125a73df0e8d2c8d4a784548d8387ee | [] | no_license | ahtn/efm8_sdcc | 8e6b7d29a0ae1393cc9d0c1752f212d10afd654a | d224d7b5551271afae5f23e7596a346fd0b2dbf7 | refs/heads/master | 2020-03-11T09:25:07.607306 | 2018-04-17T14:14:39 | 2018-04-17T14:14:39 | 129,910,184 | 10 | 5 | null | null | null | null | UTF-8 | C | false | false | 15,993 | h | /******************************************************************************
* Copyright (c) 2014 by Silicon Laboratories Inc. All rights reserved.
*
* http://developer.silabs.com/legal/version/v11/Silicon_Labs_Software_License_Agreement.txt
***********************************************************************... | [
"jem@seethis.link"
] | jem@seethis.link |
856f5d61c8cfcc45c93e828685feb44886ec3eb3 | 809eba4134e9c00108bcdf43d5ff2bd8709caeab | /CSE/Operating Systems Lab/II CSE-B/19WH1A0579/BANKERSALGO.c | 91d08ef4408f6dc069e533cceb7005a0c8a8f17c | [] | no_license | korrakshaya/BVRITHYDERABAD | 6a023aa07eccb8838914f2d7b610745eefb6c1d0 | b6ee6dc4e08083ce9f1638b83fcb8a19c5ba103b | refs/heads/main | 2023-06-22T10:02:39.026994 | 2021-08-03T05:57:14 | 2021-08-03T05:57:14 | 392,202,484 | 0 | 0 | null | 2021-08-03T05:33:15 | 2021-08-03T05:33:14 | null | UTF-8 | C | false | false | 1,665 | c | #include<stdio.h>
int main(){
int p, r;//p - processes , r = resources
printf("Enter\n1.Number of processes\n2.Number of resources\n");
scanf("%d%d",&p,&r);
int alloc[p][r], max[p][r], avail[r], need[p][r], finish[p], result[p];
int i,j;
printf("Enter\n1.Allocated Resources 2.Maximum Resources\n");
for(i=0;i<p;... | [
"noreply@github.com"
] | korrakshaya.noreply@github.com |
83191c29504bfc5415fea56cb2cc892cbc2f0e9d | 9f014ae06a1a1eda7a46e8af74b517c09f3e972a | /main.c | 06e43f10ed106a103a9b28e796f2be60d762bff5 | [] | no_license | bkhalf/chess | 17700d181fcf90bc945c016b0738068acbd11335 | 0541a9be271e631f8408227275ed40ac68925cf6 | refs/heads/main | 2023-03-07T04:32:17.497242 | 2021-02-15T18:36:58 | 2021-02-15T18:36:58 | 339,171,592 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 59,134 | c | #include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <ctype.h>
int d=0; //counter for dead pieces
int turn=0,end; //TO DEFINE THE TURNS
char DEAD[32];
int finished=0;
#include "load.h"
void start(){
printf(" ________ __ __ _________ _________ _________ \n... | [
"noreply@github.com"
] | bkhalf.noreply@github.com |
73b7de456cc7028ddd9841bb5a048946bccd6e37 | b30fa05e3d217908d6e497527c2dcd4d8641f073 | /component/common/mbed/hal_ext/flash_api.h | 6e42f5addef53946c93b84f2e235e9e2c94e2396 | [] | no_license | diandianren39/ambz2_sdk | f0600a3c204ebe6baa92e8a8087362fc51ea36de | 78f2a9488d79af8ebbc8bd5c05524b37e7f61f48 | refs/heads/master | 2022-12-13T15:16:14.971924 | 2020-09-17T10:13:32 | 2020-09-17T10:13:32 | 295,971,150 | 0 | 0 | null | 2020-09-16T08:27:32 | 2020-09-16T08:27:31 | null | UTF-8 | C | false | false | 10,322 | h | /** mbed Microcontroller Library
******************************************************************************
* @file flash_api.h
* @author
* @version V1.0.0
* @brief This file provides mbed FLASH API
******************************************************************************
* @attentio... | [
"yangkunming99@gmail.com"
] | yangkunming99@gmail.com |
a5b3ee2cee9edf22e4583d4ae6cff269addd68be | 089f49cfc89c435382d7ef83cf272ffbf5e98e06 | /board/MakefileBasedBuild/Atmel/sam3x/sam3x-ek/libraries/libfatfs/fatfs/src/ffconf.h | 681570f63aad0bb1889b03b6b2902fff5f818a20 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | kareemn/CalPolyLEDBoard | b6fe48d1451f4af88ca47c87b1b527e550cd602e | 9165b168a28f6daeae2af7cfafb8c3e20ff7dafa | refs/heads/master | 2021-06-02T00:44:02.329542 | 2013-03-20T21:42:42 | 2013-03-20T21:42:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,450 | h | /*---------------------------------------------------------------------------/
/ FatFs - FAT file system module configuration file R0.08b (C)ChaN, 2011
/----------------------------------------------------------------------------/
/
/ CAUTION! Do not forget to make clean the project after any changes to
/ the configu... | [
"btossoun@calpoly.edu"
] | btossoun@calpoly.edu |
141afdd5009cf4a65174cee23072411a6ce095f8 | 89178c6a8c9e55ee59aee60822706505bad097ed | /RING3代码/键盘监控/include/wd_ver.h | 87613ed9081cdb559ccf5db8be1541828435426f | [] | no_license | bb33bb/wincode | 0f6522432dbc8a46c03fb1dc71fe3441bf9acff2 | 8e0a821e5441a058cc99e88e6c38c1fc006c9000 | refs/heads/master | 2023-06-07T14:34:18.367370 | 2019-02-02T05:40:01 | 2019-02-02T05:40:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,342 | h | /* Copyright (c) 2008 Jungo Ltd. All Rights reserved. */
/*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
* This program is distributed in the hope that it will be us... | [
"yufeiliu@didichuxing.com"
] | yufeiliu@didichuxing.com |
6995be4c68bec79fbb258d173e137732d73d8ebb | c1cb15500d73baaadbca2fdf55ff4da305f554e7 | /autotoolsTutorial/developer/libCreation/build/config.h | 13d16beb37cf923e48a9c88e7f44c12ec3716c9b | [] | no_license | Sebasrs/EmbeddedSystems | 684c7f352748e28cbb1a3d4645f63809088aa0fe | 7401fa8d0c8b23e52bc9777dc92e2ac8752514d0 | refs/heads/master | 2021-03-28T00:33:11.389077 | 2020-07-21T20:34:34 | 2020-07-21T20:34:34 | 247,821,041 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,805 | h | /* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have t... | [
"sebastianrs72@gmail.com"
] | sebastianrs72@gmail.com |
e883f77e2cbc03c40040f3474c49cb552c4d45cc | 15c30fa139c24b698e3395ec4ad161a280f08d04 | /ESP32_doorUnlock/__vm/.ESP32_doorUnlock.vsarduino.h | 8e049db09b2b8916824701b612672bfcb2c2b2cc | [] | no_license | plasticChair/Arduino | 11e247e7f987f5a9bdabb24b8e3d9cee8a216ad6 | 703b8e82caa60ab0ffa8994386729313a2c1c52a | refs/heads/master | 2020-03-27T08:29:28.851366 | 2019-04-28T08:13:57 | 2019-04-28T08:13:57 | 146,260,028 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,828 | h | /*
Editor: https://www.visualmicro.com/
visual micro and the arduino ide ignore this code during compilation. this code is automatically maintained by visualmicro, manual changes to this file will be overwritten
the contents of the Visual Micro sketch sub folder can be deleted prior to publishing a project
a... | [
"scott.nette91@gmail.com"
] | scott.nette91@gmail.com |
75caa3f2aa9d4baa172b07e60996a5e2fb951de4 | 70f63f6b356c665842e359469a89287106a5a754 | /src/mudlib/d/aman/comun/habitacion/valinor/valmar/ciudad/gavenida4.c | 238cc60ba746236b09ef80b4464b44d94e0978f3 | [] | no_license | DPrenC/endor-mud | 2aebc7af384db692c7dbc6c0a0dbb3c600e93ecc | 3ca7605715ce2c02734c68766470f5d581b9fc98 | refs/heads/master | 2021-01-21T18:53:26.493953 | 2017-05-21T23:04:36 | 2017-05-21T23:04:36 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 843 | c | /*
Fichero: gavenida4.c
Autor: Aulë
Fecha: 21/07/2013
Descripción: gran avenida que cruza Valmar, en la que situaremos las entradas a las mansiones de los Valar.
*/
#include "./path.h"
inherit HAB_VALMAR("ciudad/base_ciudad");
create()
{ ::create();
SetIntLong(QueryIntLong()+ "Al norte de aquí se levantan los salo... | [
"ea5gna@gmail.com"
] | ea5gna@gmail.com |
237c349bfaec9941733ec6543173368e49274b93 | b164b75959d64294e04f115f31ba09af522cf59b | /cmds-42/usr.bin/uucp/anlwrk.c | 01b92f91498a56d5d383d5c4747b9e0d8e3401d2 | [] | no_license | itomato/NeXTSrc | af0622ba7c061d602057b89ab9d47b0e2e99e20e | ff846608a76ab2fbbb86e8a14c52ac85332f9786 | refs/heads/master | 2023-08-17T16:57:09.511391 | 2021-08-19T20:54:47 | 2021-08-19T20:54:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,629 | c | #ifndef lint
static char sccsid[] = "@(#)anlwrk.c 5.5 (Berkeley) 6/19/85";
#endif
#include "uucp.h"
#include <sys/stat.h>
#include "uust.h"
#ifdef NDIR
#include "ndir.h"
#else
#include <sys/dir.h>
#endif
#include <ctype.h>
#define TLIMIT (5*60L)
#define NITEMS(X) (sizeof (X) / sizeof ((X)[0]))
int Nfiles = 0;
char F... | [
"trnsz@pobox.com"
] | trnsz@pobox.com |
17edcd658caf9b3ff5ca23bd581f40c69fd5febd | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/drivers/ksfilter/miniport/soundprt/private.h | 872232de981991e3c5bb301f9e4b270112144147 | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,705 | h | /*++
Copyright (C) Microsoft Corporation, 1996 - 1996
Module Name:
Private.h
Abstract:
Author:
Bryan A. Woodruff (bryanw) 16-Sep-1996
--*/
//
// constants
//
#if (DBG)
#define STR_MODULENAME "soundprt: "
#endif
#define MAXRES_IO 3
#define MAXRES_IRQ 1
#define MAXRES_DMA 2
#define TIME_MUTE_... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
9f79922a6f339d80215ece4abbe3e4e0d50b8bfa | 2f14d5a45f81225dbcc3adb615e4c47d9b50d105 | /Selection/selectZmm.C | daacb74074b613ec8988f07fb4a32b32452c4af9 | [] | no_license | jaylawhorn/mitewk | 6a5af2938152a5b36f17df3141a344b26b0eb063 | 73ecf38fbabb525fd7faab1c6457f2661f15464f | refs/heads/master | 2020-04-11T04:42:09.068089 | 2014-06-02T18:10:57 | 2014-06-02T18:10:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,802 | c | //================================================================================================
//
// Select Z->mumu candidates
//
// * outputs ROOT files of events passing selection
//
//________________________________________________________________________________________________
#if !defined(__CINT__) || defi... | [
"jay@jaylawhorn.com"
] | jay@jaylawhorn.com |
bc55ba867c1db4a5ef1140b70929508e246fced9 | 034d4c16a246b3dcba2068523078afc9fd710849 | /data_base/src/mx_user_activate.c | 3bf77e035951441c67d05f105a95b8bbd2758ac4 | [
"MIT"
] | permissive | PraydE007/uChat | c36353c9a47e24c439406ad59d15c308b28ee943 | d6cdd4dfa2e31aff703ebfbe3fb5416a93330e1c | refs/heads/master | 2023-02-25T14:37:34.280655 | 2021-02-04T09:48:04 | 2021-02-04T09:48:04 | 271,529,050 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 455 | c | #include "dbase.h"
void mx_user_activate(sqlite3 *db, t_datab *datab, int socket) {
int connection_point;
char sql[255];
sprintf(sql, "update USERS set SOCKET = %d, SECURITY_KEY = '%s' " \
"where LOGIN = '%s'", socket, datab->security_key, datab->login_db);
connection_point = sqlite3_exec(d... | [
"akostanda@e1r7p3.unit.ua"
] | akostanda@e1r7p3.unit.ua |
2cba6fbfa20ea4f52ec3d20e2223e1995778b97b | bd69a9d3db41771f04e55a0c90d7a9a5eff2a9ad | /script_rel/native_son3.c | 20015c77d21ddcfa8444c656c61d406c6d75fd41 | [] | no_license | scx1125/RDR2-Decompiled-Scripts | 29ace5d22d874534b88f098fc68072e9222fe2c0 | 2d23c1103bf8e7ca789aeadd4cd174e198e7b920 | refs/heads/master | 2022-09-21T22:54:17.126994 | 2020-05-27T11:41:25 | 2020-05-27T11:41:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,476,829 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
var uLocal_2 = 0;
var uLocal_3 = 0;
var uLocal_4 = 0;
var uLocal_5 = 0;
var uLocal_6 = 0;
float fLocal_7 = 0f;
float fLocal_8 = 0f;
var uLocal_9 = 0;
var uLocal_10 = 0;
var uLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
struct<166> Local_14 = { ... | [
"jaykoza@jaykoza.de"
] | jaykoza@jaykoza.de |
b9c6e42209658c30c0300688eee709f40c31ccf1 | cf068eebde3492ef9975bc33a419c6c51fab3d4e | /KDL/PropertyDefinition.h | 82ff498c36d1336495c6eb89eb8359a679c20a56 | [
"MIT"
] | permissive | hyujun/RTControlBionicArm | 5b05a300f0689d0f7f1c65ded9f230b692d56c38 | da64734f9f50e04d98e89b1f3d112944170d2402 | refs/heads/master | 2023-03-01T01:41:16.247761 | 2021-02-03T02:28:58 | 2021-02-03T02:28:58 | 267,583,612 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,353 | h | #pragma once
/**
* @file PropertyDefinition.h
* @date 2019-06-10
* @author Junho Park
* @version 1.0.0
*/
#include <stdint.h>
//#define _WITH_HAND_
/**
* @brief Kinematics Infomation
*/
typedef struct{
double w_x; /**< Twist x-axis*/
double w_y; /**< Twist y-axis*/
double w_z; /**< Twist... | [
"somedayif@hanyang.ac.kr"
] | somedayif@hanyang.ac.kr |
197ce9081718c5d40cb0e6f5ea134432c202f9d5 | 8da97a5d26c04066ba328dcea739827515d9930f | /u/palace/lighthole6.c | d6805018b21b86e2ef20ee611484cc29725190d6 | [] | no_license | mudchina/fy2 | 15045041bdf42e9a76525db7ce5cb61329a096a4 | 78599a39965ef63b38a815ce3ab774fb3361b3d2 | refs/heads/master | 2021-01-10T06:50:29.722868 | 2016-02-21T09:18:38 | 2016-02-21T09:18:38 | 52,199,056 | 4 | 3 | null | null | null | null | GB18030 | C | false | false | 1,368 | c |
inherit ROOM;
#include <ansi.h>
void create()
{
set("short", "洞穴");
set("long", @LONG
借著手中的光亮,你看清楚了四周的景色。只见怪石林立,道路错综
复杂,你已经迷失了方向。几只小老鼠在你脚边跑来跑去。在这里,你根
本分不清东南西北;而东南西北对你来说,也没有任何意义。是生是死,
只能听天由命。
LONG
);
set("exits", ([
"east" : __DIR__"lighthole1",
"west" : __DIR__"lighthole2",
"nort... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
86e52ae662a082df244d6e06430cd53c2eb0eb52 | 0df6331d7c16402c170a1f63865259dc72677a13 | /SOURCE/COMPILER/sc3.c | 589cd9e7868e5e4d30fd18d03aa1b76f8af37e78 | [
"Apache-2.0",
"Zlib"
] | permissive | Fabsch/pawnccsamp | ff4d8194f7dd9a39f65e0da9b5fb7a09d5ccda10 | dab586ae85d752588509b981a293d52869aa87df | refs/heads/master | 2021-01-16T19:32:04.892212 | 2013-09-02T12:52:32 | 2013-09-02T12:52:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 95,263 | c | /* Pawn compiler - Recursive descend expresion parser
*
* Copyright (c) ITB CompuPhase, 1997-2005
*
* This software is provided "as-is", without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from
* the use of this software.
*
* Permission is granted... | [
"fabian@familieschlenker.de"
] | fabian@familieschlenker.de |
972ed045e95a4f55293bd15c1dde9db93075439a | 339278d6218035c26b040966e6879bbe364b6031 | /PLOTS/munu/MET130/jpt_1_MET_log.C | c3a6f14d1f2c2824b416ad45acce52e3731f7bfb | [] | no_license | pjdunne/ichnnplots | a39a58780a5df4a09dcd2169e0275f9da96ca053 | 4f36e338299efc225c85ee16d11c4c25599404f9 | refs/heads/master | 2020-05-23T15:42:13.189894 | 2013-11-22T10:25:01 | 2013-11-22T10:25:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 28,206 | c | {
//=========Macro generated from canvas: canv/canv
//========= (Mon Nov 18 17:32:16 2013) by ROOT version5.32/00
TCanvas *canv = new TCanvas("canv", "canv",0,0,700,700);
gStyle->SetOptFit(1);
gStyle->SetOptTitle(0);
canv->SetHighLightColor(2);
canv->Range(0,0,1,1);
canv->SetFillColor(0);
canv->Se... | [
"pdunne@cern.ch"
] | pdunne@cern.ch |
fa7e662eedf8dea6a1313b0ba64c8aa26245f590 | d7b5cb6d0d21a37dfe320ba8e6f125d50bc035a8 | /Crescendo/Particles/ParticleEffect.h | 12336ded8c0dfd46fc2efe074c1ed8097a32d49f | [] | no_license | matthewlouis/Crescendo | a39f94bb1ebb1b11bc04b5b26363b74ae0930fbd | e889112cdafbd24ae0c9b5339c4b9f5c9ff1e9c4 | refs/heads/master | 2021-01-17T13:47:35.678889 | 2016-09-09T18:39:51 | 2016-09-09T18:39:51 | 49,530,038 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 228 | h | //
// ParticleEffect.h
// Crescendo
//
// Created by Matthew Moldowan on 2016-04-07.
// Copyright © 2016 Equalizer. All rights reserved.
//
#ifndef ParticleEffect_h
#define ParticleEffect_h
#endif /* ParticleEffect_h */
| [
"matthew.moldowan@gmail.com"
] | matthew.moldowan@gmail.com |
567f11d1e3537d3714cd165510968db56d5c4edf | 9667537e5999587e95d15b4fffb429e713277ddc | /firmware/blinkybadge/src/LUFA/LUFA/Drivers/USB/Class/Host/PrinterClassHost.h | 3ae93efcf6b1adf256ce8e15245331a0aedff5ec | [] | no_license | cryptovillage/badge2016 | e2e94495838a59bde6cacdf21eaf45a30f0c1719 | 4b2074ce93270a01dc963399e5383cad26ccde97 | refs/heads/master | 2020-12-29T01:41:10.242962 | 2016-09-07T21:17:26 | 2016-09-07T21:17:26 | 65,097,224 | 14 | 3 | null | null | null | null | UTF-8 | C | false | false | 15,819 | h | /*
LUFA Library
Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation ... | [
"github@degdeg.com"
] | github@degdeg.com |
697908f3df3784fc72368b2914612f3634c14fca | ef1abb015ef61478c67ee935f59c2143cbbdc1bb | /EdgeDetection/tools.h | 9e9e0cf55addd67392c45227da22605062bd90b2 | [] | no_license | edelangh/edgeDetection | d30f0e3f2a79ac4bb4f3ca3d3712c4861f9e7454 | 35524279508bc76444dd526df48f198a93b4c3ef | refs/heads/master | 2016-08-11T08:44:18.621877 | 2015-11-14T19:07:29 | 2015-11-14T19:07:29 | 44,173,483 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 88 | h | #ifndef __TOOLS_H__
#define __TOOLS_H__
// console.cpp
void showWin32Console();
#endif | [
"9ryu108@gmail.com"
] | 9ryu108@gmail.com |
4bb2122c7d77bbccf929622532e9920fe1ad2f10 | 24d856d98c85a319d53be2768ccc176a50873fa3 | /linux-lts-quantal-3.5.0/arch/powerpc/include/asm/swab.h | c581e3ef73ed0ab38b70f3da7f2e58f9d67b5898 | [
"BSD-2-Clause",
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | dozenow/shortcut | a4803b59c95e72a01d73bb30acaae45cf76b0367 | b140082a44c58f05af3495259c1beaaa9a63560b | refs/heads/jumpstart-php | 2020-06-29T11:41:05.842760 | 2019-03-28T17:28:56 | 2019-03-28T17:28:56 | 200,405,626 | 2 | 2 | BSD-2-Clause | 2019-08-03T19:45:44 | 2019-08-03T17:57:58 | C | UTF-8 | C | false | false | 2,036 | h | #ifndef _ASM_POWERPC_SWAB_H
#define _ASM_POWERPC_SWAB_H
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#in... | [
"jflinn"
] | jflinn |
679fbbd8d8416063464d22fedc9838356052574f | dbbd6d5158c02293646cc2c3f3f69b97a0436a2c | /Microchip/SAM9X6_DFP/1.7.85/include/instance/pit.h | 4e0f743de40fdf648d249e98fa3911dd88c5e346 | [
"Apache-2.0"
] | permissive | Microchip-MPLAB-Harmony/dev_packs | 7db4dbb0d0198e21f0b0797cf935032ed402d8f3 | f2408856cf6379db7750aa7c67fe12ff676e621e | refs/heads/master | 2023-08-27T18:15:04.733933 | 2023-06-09T15:38:43 | 2023-06-09T15:38:43 | 161,400,334 | 14 | 11 | null | 2022-02-28T00:39:02 | 2018-12-11T22:11:24 | Roff | UTF-8 | C | false | false | 1,393 | h | /*
* Instance header file for ATSAM9X60D6K
*
* Copyright (c) 2022 Microchip Technology Inc. and its subsidiaries.
*
* Subject to your compliance with these terms, you may use Microchip software and any derivatives
* exclusively with Microchip products. It is your responsibility to comply with third party license
... | [
"thibaut.viard@microchip.com"
] | thibaut.viard@microchip.com |
1ed949544554c3732702adcbd802653e16ba044d | 6409376322c8cb807f2c1d1137affed097568842 | /ITE_Castor3_SDK/sdk/driver/mspro/mspro/ms_reg.h | 3f631da8ec22186dee8541418ca9881439d7a9bd | [] | no_license | Music802/Midea_Hsg_SDK_V2281 | 141dd25eda566162eb95641c1f397cceb6ad12bf | 0acf53d1d551d5092cf8e63e3a1ee7680c5edbd0 | refs/heads/master | 2021-08-22T21:21:29.821756 | 2017-12-01T09:49:34 | 2017-12-01T09:49:34 | 112,737,483 | 1 | 0 | null | 2017-12-01T12:28:13 | 2017-12-01T12:28:13 | null | UTF-8 | C | false | false | 11,857 | h | /*
* Copyright (c) 2007 ITE Technology Corp. All Rights Reserved.
*/
/** @file
* Used as Memory Stick (pro) Register Definition.
*
* @author Irene Lin
*/
#ifndef MS_REG_H
#define MS_REG_H
#ifdef __cplusplus
extern "C" {
#endif
//=============================================================================
// ... | [
"itecn0079@internal.itechina.cn"
] | itecn0079@internal.itechina.cn |
4d21c3e1b4eb96845ce5edf79501250027059116 | 1ae4b29a4a6c6a47e62387f723a3d58e0cebe0c1 | /Assignment1/Part_1/src/part1.c | a4169e67860cf30c76eb9cfd2f3e4592491f000d | [] | no_license | pradeepm71/CS330A-Operating-Systems | 0b4162070fc7333990ba060609939ff60fa63eba | afe9da17be4a4415d798da1ce33a9399504013ab | refs/heads/master | 2022-03-25T10:07:40.324828 | 2019-12-12T10:46:46 | 2019-12-12T10:46:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,324 | c | /*
Name : Vaibhav Thakkar
Roll No. : 170778
*/
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <dirent.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
// Search for pattern in regular file
void search_pattern_in_regular_file(char const *pattern_string... | [
"vaibhav.thakkar.22.12.99@gmail.com"
] | vaibhav.thakkar.22.12.99@gmail.com |
6520e8ebe5fa785bae63a7c05891b6d9242b0a00 | 6730fef28d97bcace81b5c51a96485a606ce47c7 | /Farag.c | 41df238e2d251f9a704ea0f9293dab9a38baed1a | [] | no_license | ScientificCalculator/ScientificCalculator | 7d0e066dbcacc487b84e706f892923aab29130cf | d5683654a6ab046238ab61841fe67e82331c0296 | refs/heads/master | 2021-04-09T02:15:41.413993 | 2020-03-27T15:58:13 | 2020-03-27T15:58:13 | 248,828,625 | 0 | 1 | null | 2020-03-20T18:50:44 | 2020-03-20T18:44:54 | null | UTF-8 | C | false | false | 1,426 | c |
/***********************************Factorial Function************************************************/
void factorial(int n)
{
int result=1;
if (n == 0)
{
printf("0! is one 1 \n");
}
for (int i = 1; i <= n; i++)
{
result *=i;
}
printf("Factorial of %d is ... | [
"noreply@github.com"
] | ScientificCalculator.noreply@github.com |
6e98da4130349bf50beab020f2fc8205d6fcb36e | 87b44d0b4a9f3927fd85cb81578e09785a183580 | /punteros/main.c | e6fe969e8c42939377164f48c06dbf6497966c6a | [] | no_license | palomomatias/PunterosEnC- | a029bd822e1b1fcea51b8c6ca292e25debf3aba8 | 7dcf18bf13ac7c2011dd265299ea51e8c2ba57aa | refs/heads/master | 2020-03-17T21:09:39.218808 | 2018-05-18T13:16:45 | 2018-05-18T13:16:45 | 133,946,077 | 0 | 0 | null | 2018-05-18T11:33:57 | 2018-05-18T11:33:57 | null | UTF-8 | C | false | false | 919 | c | #include <stdio.h>
#include <stdlib.h>
/*
posibilidad de administrar recursos
clase 15 en el campus para hacer ejercicios
*/
int cargarArray(int*,int );
int mostrarArray(int*,int );
int main()
{
int vector [3];
int * puntero;
int i;
int *p;
puntero=vector;
if( cargarArr... | [
"noreply@github.com"
] | palomomatias.noreply@github.com |
c0a958e4e3e3900e7fa1927358b061f23c1e706c | e25c8b65c0115053b14f8ecffaea94a964eefa1f | /ds/open/world1/world2/shengsan/aovandis/room094.c | be21d0bcfa8802111731969cc61a251c5fd1a7bc | [] | no_license | zwshen/mudos-game-ds | c985b4b64c586bdc7347bd95d97ab12e78a2f20f | 07ea84ebdff5ee49cb482a520bdf1aaeda886cd0 | refs/heads/master | 2022-03-01T14:55:10.537294 | 2022-02-15T15:41:26 | 2022-02-15T15:41:26 | 244,925,365 | 4 | 1 | null | 2022-02-15T15:41:27 | 2020-03-04T14:44:49 | C | BIG5 | C | false | false | 540 | c | // 奧凡迪斯
// LV 1~50
#include <ansi.h>
inherit ROOM;
void create()
{
set("short", HIC"民房"NOR);
set("long", @LONG
你來到一間市民居住的房子裡頭,家具擺飾都井然有序的陳放著,可
見這家的主人是多麼的細心.
LONG
);
set("exits", ([ /* sizeof() == 1 */
"east" : __DIR__"room082",
]));
set("objects", ([ /* sizeof() == 1 */
// __DIR__"npc/b... | [
"zwshen0603@gmail.com"
] | zwshen0603@gmail.com |
c7121cd976bb1becb75f8d5a8f1d508f2a0e2f12 | fc051b962945ae39f66af20861ba8da00015e0d2 | /workspace/testbench/Story/story.c | bf09903cc4eab62109ee00aed743927a4bd61522 | [] | no_license | Jkatyan/cs50 | 838050ab03c796d716a97c8f8a0cae7f7acaff88 | 0b70f3ffbc7515dcb278abea3cb003328b3d21c7 | refs/heads/master | 2020-05-24T03:03:13.540244 | 2019-12-11T01:26:42 | 2019-12-11T01:26:42 | 187,064,519 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 734 | c | #include <stdio.h>
//Functions List
int x;
void a();
void aa();
void ab();
void aaa();
void aab();
//Main Function
int main(void){
a();
}
//a: Start Story (Branch A)
void a(){
printf("\a\nText\n");
scanf("%d",&x);
if(x==1){
aa();
}
else {
ab();
}
return;
}
//aa: Branch AA
void aa(){
printf("\a\nText\n");
scanf(... | [
"jkatyan@hillers.org"
] | jkatyan@hillers.org |
33caa5126b42c23cd00a43c2c003f170cac75fb2 | 3bb62a28d5b6bd38372f755d3bb375c3ec0ca1ce | /Code/Native/JMC/JMC.X/src/API/Timer/Timer_PIC18F4520.h | a8482f332754c57176bffbf4e9f73034c4e48ba9 | [] | no_license | dilixi/java-for-micro | 429222f2df6594153a20d3175772cf14181212c7 | 719a3c8d84e52c8ecc8f2e4a66951125ded3d0b9 | refs/heads/master | 2021-12-07T15:47:17.988081 | 2015-12-13T21:25:57 | 2015-12-13T21:25:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 469 | h | /*
* File: Timer_PIC18F4520.h
* Author: Sergio Soria
*
* Created on 1 de junio de 2015, 16:24
*/
#ifndef TIMER_PIC18F4520_H
#define TIMER_PIC18F4520_H
#ifdef __cplusplus
extern "C" {
#endif
extern void Timer_GetTimer(uint8_t timer);
extern void Timer_Clear();
extern void Timer_Disable();
extern void Timer... | [
"sergio.soria.nieto@gmail.com"
] | sergio.soria.nieto@gmail.com |
aa6b10565b095b857f4353a05374c1f8f77ff6d8 | 367e4b6bb74108a5a36cde903f525e4085164772 | /codice/070_funzioni/subroutine-funzione-param.c | fd30788bb7a0659d7e4c0ac5443f9499bdd75959 | [] | no_license | Targe08/Programmazione2020 | 876225f9c4fd89e0fa55f026dad4527ac9630a56 | b6fabe5c6c46a428aee17e61e70b37c181a9e717 | refs/heads/master | 2023-01-30T07:20:23.135543 | 2020-12-15T10:42:16 | 2020-12-15T10:42:16 | 320,204,745 | 1 | 0 | null | 2020-12-10T08:17:06 | 2020-12-10T08:17:04 | null | UTF-8 | C | false | false | 516 | c | #include <stdio.h>
logo(char carattere) {
int i;
for (i = 0; i < 15; i++)
printf("%c", carattere);
printf("\n");
printf("%c Rubrica %c\n", carattere, carattere);
for (i = 0; i < 15; i++)
printf("%c", carattere);
printf("\n");
}
main() {
int scelta;
logo('*');
printf("1. Tizio 335-123456... | [
"malbertife@gmail.com"
] | malbertife@gmail.com |
52600eaef1a439229eeddab97d2082879ee3282d | 7c880cbda58431db016334ddd7b3f9dc7adc602f | /avr/prj/ledctrlr_uart/config.h | d1c7bca19192dd1c9367aee2a675071e0f5b3c9c | [] | no_license | jwcxz/ACRIS | 7e6599a2750892152e7dc1175f357cb475160040 | c64459d685a7e4d712ae78018b39060b866ed28c | refs/heads/main | 2021-12-30T05:52:17.091912 | 2021-12-09T10:31:01 | 2021-12-09T10:31:01 | 2,091,952 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 244 | h | #ifndef __CONFIG_H_
#define __CONFIG_H_
#include "config_top.h"
#include "pins.h"
// UART config
#define UART_PRESCALER 259
#define UART_DBL 1
#define UART_PARITY 0
#define UART_RX_BUFSZ 64
#define UART_TX_BUFSZ 1
#endif
| [
"jwc@jwcxz.com"
] | jwc@jwcxz.com |
9f447152c07cbf434d0bf27be04ca487b5fc4f46 | 4ead5e1678cce4421f7000ecdce1b728ea610b0e | /src/mpi_sort.c | bd6db5fccdc01bf69aa1db8dd161242e2ea83d8d | [] | no_license | MelulekiDube/hpc_sorting | 681c53d2b0e0a6f184806b7dd5db460ab5c94b82 | e7c6c14c15adddf4fafd9116a17b5bc4eb4f8470 | refs/heads/master | 2020-05-17T20:55:27.621111 | 2019-05-30T13:08:31 | 2019-05-30T13:08:31 | 183,957,681 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,470 | c | #include <mpi.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <time.h>
#include <math.h>
#include <string.h>
#include "base.h"
#include "exp.h"
int world_size, world_rank, max_rank;
/*
@brief: The quick sort function implemented using omp
The solution was adapted from Prasad Perer... | [
"mellarmellah@gmail.com"
] | mellarmellah@gmail.com |
b5c35cfe8b607693ebf2479944211fb8ef433b19 | 96155a3811cf1ecfeaf14e321c82d3ad6d342a39 | /referencias_software_msp430/MSP430Ware_3_60_00_10/examples/devices/MSP430F5xx_6xx/MSP430F51x2_MSP430F51x1_Code_Examples/C/MSP430F51x2_LPM4.c | 72eb35bb63be582a65a872dcea84a2bcad79a649 | [] | no_license | filipesfreitas/Repo-Aulas-Micro | 51a9266d94abb1bf1f1f720d856b5aaedfe66052 | 733d1731d20231793338f59c9141060361501e75 | refs/heads/master | 2021-01-18T22:39:30.095628 | 2017-07-05T16:53:17 | 2017-07-05T16:53:17 | 84,372,985 | 2 | 0 | null | 2017-05-26T15:51:20 | 2017-03-08T22:40:59 | C | UTF-8 | C | false | false | 3,639 | c | /* --COPYRIGHT--,BSD_EX
* Copyright (c) 2012, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above c... | [
"filipe.desouzafreitas@gmail.com"
] | filipe.desouzafreitas@gmail.com |
6e706820a41c273a4631de62991254e4bc1f341a | 1249a6ef854ae5d688991c77a8dfdc6aad8c4ec8 | /params/mamabear/api.h | b39d82b1211bb3fe599db3409607dfe68e0333a2 | [] | no_license | leonbotros/threebears-clean | 01090246af8628c75d71517901611857132a8408 | 15728787cdf18163cad5ff92fdfb4e837aeaf5c5 | refs/heads/master | 2020-08-27T23:04:36.044694 | 2020-02-05T16:24:20 | 2020-02-05T16:24:20 | 217,514,370 | 0 | 1 | null | 2020-02-05T16:24:23 | 2019-10-25T10:57:30 | C | UTF-8 | C | false | false | 627 | h | #ifndef PQCLEAN_NAMESPACE_API_H
#define PQCLEAN_NAMESPACE_API_H
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#define PQCLEAN_NAMESPACE_CRYPTO_SECRETKEYBYTES 40
#define PQCLEAN_NAMESPACE_CRYPTO_PUBLICKEYBYTES 1194
#define PQCLEAN_NAMESPACE_CRYPTO_BYTES 32
#define PQCLEAN_NAMESPACE_CRYPTO_CIPHERTEXTBYTES... | [
"leon.botros@gmail.com"
] | leon.botros@gmail.com |
7cfed78654cc4019d7f1cb9031c87c557f2770c3 | 7efb1beca4f14cd801be2a6f1fe8699fe0c4fbdc | /Qs3.c | cdd597162f9ea30e1052e2887bfc6b072c3c18ef | [] | no_license | VENKETESH3/lift-off-c-assignment-2-solutions | 42fba70245f43eb7d815dd49d02bb8cb06131dd0 | 35d852859804301a7e1d083e9e880da1d213ad57 | refs/heads/main | 2023-03-05T17:30:52.079149 | 2021-02-17T04:06:25 | 2021-02-17T04:06:25 | 339,606,194 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 371 | c | #include <stdio.h>
#include <stdlib.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main() {
char a[100];
int i, word;
i=0;
word=1;
printf("\n enter the string:");
gets(a);
while(a[i]!='\0')
{
if(a[i]==' ')
word++;
i++;
}
pr... | [
"noreply@github.com"
] | VENKETESH3.noreply@github.com |
6ff8ed6d7f3577f133900b44113ce6a6f1c96c09 | f23c565b01e1c86b9735b7bb768018ca46517102 | /sys/dev/pci/drm/amd/amdgpu/atom.h | 1d61a4d6a5eb14931d351b6b1950b23b2e3ab464 | [] | no_license | karimstm/src | cf8b0054e9efaf7ca6bd1f1a6f1e599c5933ea9a | 31fa8a7cd05a992987f5f0476115c3abdeb07eab | refs/heads/master | 2020-12-11T17:18:27.158382 | 2020-01-14T11:16:36 | 2020-01-14T11:16:36 | 233,899,953 | 2 | 0 | null | 2020-01-14T17:43:58 | 2020-01-14T17:43:57 | null | UTF-8 | C | false | false | 4,908 | h | /*
* Copyright 2008 Advanced Micro Devices, Inc.
*
* 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, m... | [
"jsg@openbsd.org"
] | jsg@openbsd.org |
3e90622e6376c57bc02bed827ba9f3d03b93f23c | bc949cbcded25afc8511d07c8d86509d5746b2a8 | /dataset/16730.c | 53edaf4d467d142fb83d9438016b3fead23c7e80 | [] | no_license | hqjenny/CSmith_random_pgm | 52aa1face59749a9d0656fc4088f6f921aac2dab | 0ebf41b85201cbe791a13304cdb45e22504f0ce7 | refs/heads/master | 2023-08-17T23:28:24.519500 | 2021-09-15T19:55:23 | 2021-09-15T19:55:23 | 406,904,982 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,168 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.2.0
* Git version: dcef523
* Options: --no-structs --no-pointers --no-math64 --max-funcs 4 --no-unions --output 16730.c
* Seed: 522319057
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GL... | [
"hqjenny@hotmail.com"
] | hqjenny@hotmail.com |
eb29075b4cf50a7a753938311b68cf4dbd941fd7 | 22b7cd1bb05cb04ab9bc33b916fff9aff527bb5c | /semaphore/main.c | 2f1b7d5a7b99526181f9fb2d5765916ea25d8e3c | [] | no_license | k906506/2021-Operating-System | 72feb900bd4e0988dcf0b04143f28f56f1e0684e | e74fbb2ba1fc9ffd26be7f57bcbd806253326287 | refs/heads/master | 2023-04-29T09:37:21.633502 | 2021-05-17T11:00:12 | 2021-05-17T11:00:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 979 | c | #include "cq.h"
#include "semaphore.h"
int main(void){
pthread_t producer_thread[PRODUCER_COUNT];
int producer_id[PRODUCER_COUNT];
int producer_state[PRODUCER_COUNT];
pthread_t consumer_thread[CONSUMER_COUNT];
int consumer_id[CONSUMER_COUNT];
int consumer_state[CONSUMER_COUNT];
int i;
initCQ();
init();
f... | [
"k906506@naver.com"
] | k906506@naver.com |
7fafed0c36c9c19aea6a4fccc16a449b0d1df629 | ef897e834c0e4a6af19c3f349d3d0e0af0f88bb4 | /tests/tools/decomp/bitops.c | fb3ce31a086cec14e00e85318aeedb0d871073b8 | [
"Apache-2.0"
] | permissive | JarLob/rellic | 587fff9fb729a28eee64bef4f5d3525e893c1c08 | bd16b1c071f17aa10ec1f44a95065e6dc13e567e | refs/heads/master | 2021-04-10T20:09:15.735199 | 2020-03-12T19:26:30 | 2020-03-12T19:26:44 | 248,961,811 | 1 | 0 | Apache-2.0 | 2020-03-21T11:26:38 | 2020-03-21T11:26:38 | null | UTF-8 | C | false | false | 81 | c | int a = 0xFF;
int main(void) {
a = (unsigned int)a >> 7;
return a ^ 1;
} | [
"marek.surovic@gmail.com"
] | marek.surovic@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.