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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1d5cdf37a6563f04344b7da975fb2996de12532b | bc2dc619a44fe5a36bae977ba91e6a0543472061 | /projects/build/wnt_vs2013/debug/include/lb_ip_intercom_inc/lb_bc.h | df7cf626a12f8e09a5d973b39f058b4dd808bc9b | [] | no_license | GuChengGit/- | ea6357bae2f89b4c19ffa7ac4bb5c4ee1ff7a7eb | 86dd3e1c71573f7c45bc39caf369ad72e33bf412 | refs/heads/master | 2020-05-23T13:52:02.360162 | 2019-06-11T10:27:44 | 2019-06-11T10:27:44 | 186,785,847 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,475 | h | #ifndef _LB_BC_H
#define _LB_BC_H
#include "lb_headdef.h"
#if defined(_WIN32_WCE) || defined(WIN32) || defined(__WIN32__) || defined(WIN64)
#include "windows.h"
#endif
LB_BEGIN_DECL
typedef enum _lbBc_mode
{
BCMODE_UNKNOWN=0,
BCMODE_MICROPHONE_2EXTN_ALL, //全区喊话广播
BCMODE_EXTERNALAUDIO_2EXTN_ALL, //全区外接音源广播
... | [
"1289660757@qq.com"
] | 1289660757@qq.com |
e3476acb14b633bc816458c34d57bfa306f68a13 | 6e342b35fef5afa5b2f246bde48ed10f1ae3d23a | /.config/st/config.h | 14ef9b3ccb2f332bfe6e92c7ce91d495c59ecc20 | [] | no_license | mbp365/arch | cde0ecb1747f752598750a6060d24dd8666e022e | 5f183690e0e098a1d4b831a6bcc87a5eb9e39317 | refs/heads/master | 2021-01-01T08:46:08.208946 | 2020-02-01T17:40:40 | 2020-02-01T17:40:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,198 | h | /* See LICENSE file for copyright and license details. */
/*
* appearance
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "mono:pixelsize=16:antialias=true:autohint=true";
static int borderpx = 2;
/*
* What program is execed by st depends of these precedence r... | [
"maxkovalovs@gmail.com"
] | maxkovalovs@gmail.com |
e9b33cafb8917c562bacb475bee1af09f3cc1874 | f128158b67ec37c0f1880c9611589de9d5a2e89e | /tests/csmith/smith000338.c | b5159349fa54f9a1abfb00e75510832677bc37a4 | [
"MIT",
"NCSA"
] | permissive | ellisonch/c-semantics | 4d0a265bcea4ac1022f055c8518136ff8c2b4f41 | e7bc175907130fd6f1571c29dd878860aafdc2c7 | refs/heads/master | 2021-01-22T01:33:55.724891 | 2015-11-03T00:13:12 | 2015-11-03T00:13:12 | 45,128,656 | 1 | 1 | null | 2015-10-28T17:07:36 | 2015-10-28T17:07:35 | null | UTF-8 | C | false | false | 2,543 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.0.0
* svn version: exported
* Options: --check-global -s 338
* Seed: 338
*/
#include "random_runtime.h"
long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GLOBAL VARIABLES --- */
volatile int32_t g_3 = 0L;/* VOLATILE GLO... | [
"cmelliso@gmail.com"
] | cmelliso@gmail.com |
12916c227228eb3595d95b437ffa88d05f108d3c | 83d4de4a66526891728f77cfcb31f3bbb1b70757 | /C_ALL/Training/1.Assignment/4.Task/threads/q6/bck/asynch_thrd_alarm2.c | 52e959ea850b9bbecf257a033cfa18440cf17de8 | [] | no_license | sd-karthik/karthik-repo | dd2a0689bf75d90121e0d27c56a1a11b6325f470 | 5c37b943f8d1bc44a18a1d78cdbeaf22df0fae38 | refs/heads/master | 2021-01-09T06:22:50.568636 | 2017-03-19T06:54:51 | 2017-03-19T06:54:51 | 80,975,430 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,310 | c | #include "errors.h"
#include<time.h>
typedef struct alarm {
long unsigned int sec;
char mesg[100];
struct alarm *next;
}alarm_t;
struct {
pthread_mutex_t mutex;
pthread_cond_t cond1;
pthread_cond_t cond2;
alarm_t *start;
}head = {.mutex = PTHREAD_MUTEX_INITIALIZER,
.cond1 = PTHREAD_COND_INITIALIZER,
.co... | [
"karthik.shetty395@gmail.com"
] | karthik.shetty395@gmail.com |
1213ae29148a6fc4a171a2c63d381643b482d384 | 3b179deece4df547641bd9b7789a1ebe7246263e | /A3/a3q1gold/common/cs136.h | 1905e4077b82d7aa1bd9007c6f25b58f065f614c | [] | no_license | JohnMai1994/CS136-2018_Spring_Term | 0a7a064e2ef3c17ed8a71aea248fb9620cda152c | 00449d3822aae19423ff580c92d7a0b63cd0535a | refs/heads/master | 2020-04-12T21:33:14.011552 | 2018-12-21T23:01:47 | 2018-12-21T23:01:47 | 162,764,840 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,166 | h | /*****************************************************************************
_ _____ __
___ ___ / | |___ / / /_
/ __| / __| | | |_ \ | '_ \
| (__ \__ \ | | ___) | | (_) |
\___| |___/ |_| |____/ \___/
The CS 136 tools library
by Dave Tompkins [dtompkins@uwa... | [
"mjd64929@gmail.com"
] | mjd64929@gmail.com |
78983e34e640144b2c2c60c9c20a4cf88bc2faa9 | 0fbd535bb823b66198d5801f8ed0eaf76e07b8ab | /src/json/json.c | c9e469b498072b194c125d8cec7863b7f69e8b4d | [] | no_license | mode777/DungeonCrawler | f99a02f2fc48822e7820be912b889a2715a3d1a9 | 4004d921525b87d3452f20ecfa1adaee231ddec9 | refs/heads/master | 2023-04-13T14:05:26.274538 | 2020-08-09T09:11:22 | 2020-08-09T09:11:22 | 284,523,867 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,767 | c | #include <modules/pgl_json.h>
#include <jsmn/jsmn.h>
#define PGL_JSON_START_TOKENS 1024
struct PGLJSONParser_T {
const char * content;
jsmntok_t* tokens;
size_t num_tokens;
int index;
jsmntok_t token;
};
PGLJSONParser* pglJsonCreateParser(const char* content){
jsmn_parser parser;
jsmn_init(&parser);
... | [
"alexander.klingenbeck@siemens-healthineers.com"
] | alexander.klingenbeck@siemens-healthineers.com |
02535c89dabf58e6c5af187feb4f2b731c3baaba | f74f02c97f97ec51c71885c936629526de62852e | /app/include/hr_ctrl.h | 381ccc8afed0aa5ff127257aef8212a55a7d6e21 | [] | no_license | ntnunk/SmartFan | 989130b7f6a0c1e9c7fa303f2f13e28d9336cca2 | 0e1cf2be15e80ca93f72770f0359a4b4d30117e2 | refs/heads/master | 2021-06-24T21:11:17.451994 | 2019-10-12T17:45:26 | 2019-10-12T17:45:26 | 141,132,821 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 204 | h | #ifndef HR_CTRL_H
#define HR_CTRL_H
#include "fan_ctrl.h"
float hr_pct_calc(uint32_t current_bpm);
void new_fan_spd_calc(float new_thr_pct);
void new_hr_event(uint32_t current_bpm);
#endif // HR_CTRL_H | [
"ntnunk@gmail.com"
] | ntnunk@gmail.com |
19a56b35ac75795ab3cfe3abb5e1beefc3cca7d2 | c708cd1abacf0e4ee1085054a61da0ff690ba839 | /c4/ex03/ft_atoi.c | 25929280d999bcf46a03686b1331d50e0e8614ff | [] | no_license | taehyeki/42master | f2090436fb4d4d076c2a1aaa27d062c2f140be09 | 003b86f13d2dac686bf5020d47e6cb4c81b1deff | refs/heads/master | 2023-03-19T20:51:32.790277 | 2021-03-18T12:08:11 | 2021-03-18T12:08:11 | 349,056,579 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,196 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_atoi.c :+: :+: :+: ... | [
"taehyeki@c10r1s6.42seoul.kr"
] | taehyeki@c10r1s6.42seoul.kr |
0aec0b3a1c30c75dde6a7517ba73a6ae1648a540 | 34c84f6fe290022095501c78a0ac546034eb04f5 | /display_stm32/Project/open.h | 491999b61c239dbab5db9cfd32481cd144b62783 | [] | no_license | openbmaster/DIsplay-robot--STM32 | 434a252589d4c7e544b5dfe14a993be7798ca5cd | 658dc3f02ab467a5acb2ebd50946d9f430b594fe | refs/heads/master | 2020-03-21T01:47:34.640700 | 2018-06-20T01:09:49 | 2018-06-20T01:09:49 | 137,962,717 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 141 | h | #ifndef _open_H
#define _open_H
#include "stm32f10x.h"
void RELAY1_Init(void);
//void RELAY1_display(void);
void delaysimple(u32 i);
#endif
| [
"38338060+openbmaster@users.noreply.github.com"
] | 38338060+openbmaster@users.noreply.github.com |
9828d0602b6519f0d9599e1a9275216a04024c05 | 47b17b865f95959d1d4b1660db35da939375ec0d | /libmediaplayerservice/FMediaPlayer/fplayer_event.h | f6d4ea3c1c5d4e9fb710396ce6a3bbb0b54d0631 | [] | no_license | huang-hongjian/demo | 97c987be28464ba673b606abe2f92cae2be18d3e | f63df744c73b60017bb236ddf5a29ae940f849b0 | refs/heads/main | 2023-07-08T22:38:10.611240 | 2021-08-11T16:00:37 | 2021-08-11T16:00:37 | 395,041,115 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,823 | h | #ifndef _FPLAYER_EVENT_H_
#define _FPLAYER_EVENT_H_
#define TYPE_NAME_SIZE 48
#define URL_NAME_SIZE 4096
#define PROGRAM_NAME_SIZE 100
#define PROGRAM_TYPE_SIZE 12
#define CODEC_TYPE_SIZE 20
//开始准备播放事件
/*
名称 类型 描述
TYPE String 消息类型,开始准备播放,值为
PLAY_PREPARE,需支持组播播放行为
ID Int 会话标志,用于标识每次用户观看
视频行为。在盒子运行过程... | [
"l"
] | l |
315883233299d158f700705d1db0bf08062e2041 | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/cloud/Fayawyn/mobs/guard.c | 9adfe271e02e5b058e1bd3322777ddea541ba6f4 | [] | 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 | 1,413 | c | /*
* Evil Fairy Guard
* Cloud 2009
*/
#include "/obj/ansi.h"
inherit "/obj/monster";
reset(arg) {
::reset(arg);
if (!arg) {
object gold;
gold = clone_object("obj/money");
gold->set_money(random(500) + 3000);
move_object(gold,this_object());
set_name("guard");
set_alt_name("fairy");
... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
76e2e4acb1d122b75ac0e839074f0bc60030872a | 90a568154e533eaa67671fab0c037ba50e945c88 | /acq/stdafx.h | fa7d46d78c6866ff62ffdb7cb06f771c826b71d6 | [] | no_license | jiajw0426/monitor | dc65483ad13587ab72696b48b6a912912ede64af | f85c92c3493496541f28590aa2e097c9072beab8 | refs/heads/master | 2021-01-19T16:50:30.036720 | 2014-10-07T23:12:49 | 2014-10-07T23:12:49 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,773 | h | // stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
#pragma once
#pragma comment(linker, "/nodefaultlib:libc.lib")
#pragma comment(linker, "/nodefaultlib:libcd.lib")
// 注意 - 这个值与作为目标的 Windows CE OS 版本的关联性并不强
#define WINVER _WIN32_WCE
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN // 从 Windows 头中排除极... | [
"jia.jiwei@ZJ-OA-JIA-JW.sfit.shfe.com.cn"
] | jia.jiwei@ZJ-OA-JIA-JW.sfit.shfe.com.cn |
9c753043cafb39a0ea111b0b5ac9f5e87d424820 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/sdktools/z/src/event.c | 44a9b3da206a66942f23b6054c2ca3716424927f | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,143 | c | /*** event.c - handle events for z extensions
*
* Copyright <C> 1988, Microsoft Corporation
*
* Revision History:
* 26-Nov-1991 mz Strip off near/far
*
*************************************************************************/
#include "z.h"
EVT *pEVTHead = NULL; /* head of event chain */
... | [
"112426112@qq.com"
] | 112426112@qq.com |
b2c9e08d6e2c8970be0ea1402bad70011e7dfe67 | d2587e4e376e613a6e8325c4b7dd16912afa2115 | /src/base64.c | 4f11411963a737976c8444ccd5325df5daad006e | [
"MIT"
] | permissive | lopqto/seaCrypto | 416061ac3f02dfa7623eb1cd514812095c7db60a | ddc397b507f347ad244c6a9417bc81e82acf1b03 | refs/heads/master | 2022-08-30T02:43:37.715459 | 2022-08-07T10:11:47 | 2022-08-07T10:11:47 | 231,147,005 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,227 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include "base64.h"
const char base64_encode_chars[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
const int mod_table[] = {0, 2, 1};
char *base64_decode_table = NULL;
void base64_generate_decode_table()
{
bas... | [
"morpix@protonmail.com"
] | morpix@protonmail.com |
eb544a91ce5209510e7231e636a78f3f3d3dfec4 | 8e85e59343ffe69e4d5ba3d336e5f9096aedd26d | /SphereCode/polltime.c | 0dc07f3ab7c856428ef9eb34d9ec71539f34c634 | [] | no_license | SrzStephen/azure-sphere-monitor-environment | fceae916b47d7163d3ec95827824ffed9bb9c3de | 540735a80b7b7a7250deb1ec6dd4c3f1888afa68 | refs/heads/master | 2020-09-02T22:39:18.213118 | 2019-11-30T05:15:38 | 2019-11-30T05:15:38 | 219,322,509 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,411 | c | #include <applibs/storage.h>
#include <applibs/log.h>
#include <stdbool.h>
#include <pthread.h>
#include <unistd.h>
pthread_mutex_t lock;
bool init_lock()
{
pthread_mutex_init(&lock, NULL);
}
bool change_polling_time(int polltime)
{
if (pthread_mutex_trylock(&lock) != 0)
{
Log_Debug("Couldn't open lock when wri... | [
"stephen@motts.id.au"
] | stephen@motts.id.au |
679db38e7a866fa0a874f0a9718ad9b87264fa01 | ce8ca95d89df4d0cff27e6f98756f0c2dd2ad32d | /driver/dev_core.h | 734a81a763bbf6350887ec4b13234b9ecc246c34 | [] | no_license | linxsh/audio-decoder-dsp | 751e7dc2d2d44c5d9b8921d2e447a1e9ce3ded73 | 04f13ae89892ec7762b29ec92b72810240e06e74 | refs/heads/master | 2020-03-28T06:03:16.574670 | 2019-02-17T00:36:56 | 2019-02-17T00:36:56 | 147,811,339 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,326 | h | #ifndef __DEV_STREAM_H__
#define __DEV_STREAM_H__
typedef struct {
gx_spinlock_t lock;
GeneralReg *reg;
unsigned int ext_reg_size;
unsigned int ext_reg_num;
void *ext_reg_phys_addr;
void *ext_reg_virt_addr;
unsigned int run_freq;
void *run_space_phys_addr;
void *run_space_... | [
"linxsh@nationalchip.com"
] | linxsh@nationalchip.com |
bc0b50077bb8617fadf81d8a27108850c86f92b5 | e735e4f10d13e5bd9ec8ee841a5d7a506f1581ee | /resource.h | ed41c77e434c48185ebb566a4a7a83330754bae0 | [] | no_license | poppygwj/sanWeiDiZhiMoXing | 502772d79917e217b7ae90361f50c9b425cea4ae | 1fd86307edb6b932a1fae2793d8b40326d018140 | refs/heads/master | 2020-05-19T17:02:02.217761 | 2014-11-24T14:38:01 | 2014-11-24T14:38:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,563 | h | //{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DrawObject.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define IDR_DRAWOBTYPE 129
#define IDD_DIALOG1 130
#define IDD_DIALOG2 ... | [
"ansheng02003@gmail.com"
] | ansheng02003@gmail.com |
1a2871ff7e5f5fe68846260cf005b5d895799471 | 562e7b67b85e9874027a08f20ed3d35362d8bf85 | /Rendu /42-exam-miner-/eharagg-/lvl4/ft_list_foreach.c | 3bb0e26f0bb3e65c7610bc6e34154220913106c2 | [] | no_license | HalimHamidov/C-Exam-Alone-In-The-Dark---Beginner | 8186f8cfed161d81e91d6ef27e1b5aef94cccdf8 | f695f18889556a471a1fd04df3e64ad941ff967b | refs/heads/master | 2020-08-29T23:58:20.341645 | 2020-01-04T12:24:59 | 2020-01-04T12:24:59 | 218,207,448 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,060 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_list_foreach.c :+: :+: :+: ... | [
"halimjonik@gmail.com"
] | halimjonik@gmail.com |
7087693f9cb99f4f08e4ea4a0251a86a84e6c24e | c1aa34bfbb4120397e81eced5c2b8e40aca5bb96 | /src/error.h | 393e3fb5e22fddb23c9ca408b4aa2e798574e458 | [
"MIT"
] | permissive | aktau/lispjit | df652ef6a1c1b95014eeb4f0e1af76bf727f008e | eeb235005aa51d20690ebf7afb9583af61b16984 | refs/heads/master | 2021-01-19T14:10:37.650073 | 2014-10-01T12:44:24 | 2014-10-01T12:44:24 | 18,492,434 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 343 | h | struct error {
const char *msg; /* if not NULL, needs to be deallocated */
const char *pos; /* position in the buffer */
};
#define ROK(_pos) ((struct error) { .msg = NULL, .pos = (_pos) })
#define RERR(_msg, _pos) ((struct error) { .msg = (_msg), .pos = (_pos) })
#define RERRNP(_msg) ((struct error) { .msg = ... | [
"nicolas@hillegeer.com"
] | nicolas@hillegeer.com |
d3de3f8ff1517bfaf9ee4282c33bcb59b8cd3478 | 4d68cf4ca781274aaec25c411b1b20143a2059ce | /src/vdp_bg.c | d56abbd97587feff2435d4cf2ef6238105b18416 | [
"MIT"
] | permissive | skarab/megadrive-demo-zombie | 03a832cf4d05d8daacd89247fb6e35a82f1a8638 | e53077599fd30b31f96890c05ea6944f3160dece | refs/heads/master | 2021-01-20T08:18:51.794946 | 2017-03-04T15:30:06 | 2017-03-04T15:30:06 | 83,903,367 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,269 | c | #include "config.h"
#include "types.h"
#include "font.h"
#include "vdp.h"
#include "vdp_bg.h"
#include "tools.h"
#include "string.h"
#include "vdp_dma.h"
#include "vdp_tile.h"
#include "tab_vram.h"
// don't want to share it
extern u16 textBasetile;
void VDP_setHorizontalScroll(u16 plan, u16 li... | [
"alex.cham@yandex.com"
] | alex.cham@yandex.com |
5fd99e2ee40268ffd4ff7b32f58da0446ba19302 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/drivers/misc/mei/interrupt.c | 406e9e2b2fff66dc97e6e22758d98ad4ad9dbf3b | [
"BSD-2-Clause",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | C | false | false | 12,203 | c | /*
*
* Intel Management Engine Interface (Intel MEI) Linux driver
* Copyright (c) 2003-2012, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
364483bc3725507f0c50bdaafbe2210a1d4f366e | 58de088fa72e85b70bef41478fc99fdcd73c26ce | /ft_strncpy.c | 9201a8229148f9eeb1354229520b316888efbc28 | [] | no_license | askarik122/libC | 7c3aeb6ebcfdd5735686ebe387156d96fb6b43ae | eebd2721dd9c3ad8e12fcdae92237f1970afd1a3 | refs/heads/master | 2020-06-20T06:19:22.157907 | 2019-07-15T15:18:44 | 2019-07-15T15:18:44 | 197,023,251 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,123 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncpy.c :+: :+: :+: ... | [
"ihestia@oa-d2.21-school.ru"
] | ihestia@oa-d2.21-school.ru |
7309be496488e2caa883f2441cf5d582f0704691 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5640146288377856_1/C/DeanW/SubCProbA.c | fca2af51c61ce8d814a22480d62e331ea0276fba | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C | false | false | 860 | c | #include <stdio.h>
#include <stdlib.h>
//#define DBG_PRINT
#ifdef DBG_PRINT
#define DbgPrintf(...) printf(__VA_ARGS__)
#else
#define DbgPrintf(...)
#endif
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char *argv[]) {
int T;
... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
07097e62eafaf99ba9489f5069bf6f0ef5c15c01 | 5e7e2661fefca2e8260637ed769f21d00c0215b1 | /disksearch.c | c55be7bb1c01b7bed48fd84e4493938122911275 | [] | no_license | jaedongtang/opt | f7b48a2b4e5cca3420e6af557cfa2a54d4b006bb | 6512c6534f10dfb21e5f655e0bd86b45d344d933 | refs/heads/master | 2020-12-25T04:46:20.201585 | 2012-11-10T09:38:40 | 2012-11-10T09:38:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,763 | c | #include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <assert.h>
#include <getopt.h>
#include <string.h>
#include <sys/time.h>
#include <sys/resource.h>
#include "index.h"
#include "debug.h"
#include "pathstore.h"
#include "fileops.h"
#include "diskimg.h"
#include "disksim.h"
#include "scan.h"
#include ... | [
"lao793@stanford.edu"
] | lao793@stanford.edu |
00e03892be52a7d6e85b8fecf9d9b69c2df2436d | d4e96aa48ddff651558a3fe2212ebb3a3afe5ac3 | /Modules/ThirdParty/VNL/src/vxl/v3p/netlib/lapack/complex16/zhseqr.h | b1adad42aeedf5225fa2c6c0013bb09610ad850a | [
"SMLNJ",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-mit-old-style",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer",
"NTP",
"IJG",
"GPL-1.0-or-later",
"libtiff",
"BSD-4.3TAHOE",
"... | permissive | nalinimsingh/ITK_4D | 18e8929672df64df58a6446f047e6ec04d3c2616 | 95a2eacaeaffe572889832ef0894239f89e3f303 | refs/heads/master | 2020-03-17T18:58:50.953317 | 2018-10-01T20:46:43 | 2018-10-01T21:21:01 | 133,841,430 | 0 | 0 | Apache-2.0 | 2018-05-17T16:34:54 | 2018-05-17T16:34:53 | null | UTF-8 | C | false | false | 461 | h | extern int v3p_netlib_zhseqr_(
char *job,
char *compz,
v3p_netlib_integer *n,
v3p_netlib_integer *ilo,
v3p_netlib_integer *ihi,
v3p_netlib_doublecomplex *h__,
v3p_netlib_integer *ldh,
v3p_netlib_doublecomplex *w,
v3p_netlib_doublecomplex *z__,
v3p_netlib_integer *ldz,
v3p_netlib_doublec... | [
"ruizhi@csail.mit.edu"
] | ruizhi@csail.mit.edu |
547b889db421a9d0ae77504f3bdfff598bd7035f | 2b4bcd006251cc7898777f56f794d43bf4fb77e9 | /src/lauxlib.c | 2abe18d5fd41d3a9b40473e318ce8e9303d36e8e | [
"MIT"
] | permissive | CTristan/lua-wow | 06fa4d81627af50998df8aa807cb6c9dc21e35cc | 55af821bf856cc9b07f35ebd2eef8b12e137ac7d | refs/heads/master | 2021-07-08T23:14:52.723707 | 2017-09-27T02:19:08 | 2017-09-27T02:19:08 | 104,961,153 | 1 | 0 | null | 2017-09-27T02:19:51 | 2017-09-27T02:19:51 | null | UTF-8 | C | false | false | 17,751 | c | /*
** $Id: lauxlib.c,v 1.1 2008-05-13 21:07:00 morlando Exp $
** Auxiliary functions for building Lua libraries
** See Copyright Notice in lua.h
*/
#include <ctype.h>
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/* This file uses only the official API of Lua.
** ... | [
"morlando@luaforge.net"
] | morlando@luaforge.net |
a873e1f52187b8a124ed521ff65fa35e09251d26 | c96034691586efb65515e8dc774fe9abae37a608 | /ds1620.h | 2fab2daca5dda85eaadc8c3313dffaa245b35640 | [] | no_license | guitarhua/My-MCU-Libraries---2nd-try | 709650d6df7e74d3d95fae8935b868f5543bdc63 | 7187dde7b0b2f8024d6ab4a191e639f1536da897 | refs/heads/master | 2022-11-14T21:25:11.065846 | 2020-07-11T20:07:11 | 2020-07-11T20:07:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,875 | h | //hardware configuration
#define DS1620_PORT P2
#define DS1620_DDR P2
#define DS1620_PORT_IN P2
#define DS1620_SCK (1<<1)
#define DS1620_DQ (1<<0)
//end hardware configuration
//read / write command
#define DS1620_CMD_WRITE 0x00 //write command
#define DS1620_CMD_READ 0xa0 //read command
/... | [
"noreply@github.com"
] | guitarhua.noreply@github.com |
e5c17adfbd18de1761d1d1ad9cc09871f3432180 | 6b2644ac47d480e90d41f9d0838405bbb4bb7586 | /C/getopt.c | 93ab64993deac3a7eca893ffa2719a3d22ba7966 | [] | no_license | mehome/Program | 213ec689842e85025e3c0f67d80acb4e3878698b | a871b180036649800dd6dc1b9a01c49524dfb0be | refs/heads/master | 2022-04-09T15:44:05.854316 | 2020-01-17T05:33:21 | 2020-01-17T05:33:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 729 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
extern char *optarg;
extern int optind, opterr, optopt;
int main(int argc, char ** argv)
{
int opt;
while((opt = getopt(argc, argv, "ht:v")) != -1){
switch (opt) {
case 'h':
printf("help\n");
... | [
"sdjn_lyn@163.com"
] | sdjn_lyn@163.com |
0726b6b6937d4e7c1fad83058f88828f7fe5f70c | 76deb3828016ec2dea9e08f676b196cf8535889c | /Logical/manualControl/manualControl.c | 514adea9ba0743e4b651d705a73eee46615eecfb | [] | no_license | 01vadim10/tires | 083143380ebe01844c6cc9b1ca76ad311c7d6d52 | 4ab6dc657409514cd3b1e9182685630f32853338 | refs/heads/master | 2016-09-06T08:38:38.695563 | 2013-09-09T07:28:24 | 2013-09-09T07:28:24 | 12,695,111 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 589 | c | /********************************************************************
* COPYRIGHT --
********************************************************************
* Program: manualControl
* File: manualControl.c
* Author: VZylevich
* Created: July 15, 2013
***************************************************************... | [
"01vjob10@gmail.com"
] | 01vjob10@gmail.com |
1f0d7e9bbd3b950962d4f9a3c32413f1a58c4211 | 8487c905dc323cb920d434c87059f87d984239d1 | /pointer/inc-with-array-index.c | e834c40717f08a3e3e0a72e4fc1de66e68725c8a | [] | no_license | pangfengliu/C-programming-with-idioms-2nd-edition | a03cdd533d4e632ae012a82dee6403c6587bbbb8 | b3c45b974d54189ec5390e18ff3e224fc67ede2e | refs/heads/master | 2020-07-05T12:36:38.039495 | 2019-09-11T07:22:01 | 2019-09-11T07:22:01 | 202,650,078 | 35 | 15 | null | null | null | null | UTF-8 | C | false | false | 473 | c | #include <stdio.h>
#define ARRAYSIZE 5
int main(void)
{
int a[ARRAYSIZE];
for (int i = 0; i < ARRAYSIZE; i++)
scanf("%d", &(a[i]));
int *ptr = a;
for (int i = 0; i < 2; i++)
ptr[i] += 3;
for (int i = 0; i < ARRAYSIZE; i++)
printf("a[%d] = %d\n", i, a[i]);
printf("\n");
ptr = ... | [
"pangfeng.liu@gmail.com"
] | pangfeng.liu@gmail.com |
6d9729d8cd7513531c58cf139bbfff0a9913d7e7 | 772c9780542b8c43ad8619433f0a4f3e2c7ee1e2 | /iguana/iguana_init.c | 91e5c37ac929b9928d12c889716cda920e01472a | [] | no_license | shailesh09/SuperNET | 4f242696f93d8ca9e5e857917a20cdfe6a17ef90 | 34dea693e24895fb43e28122d7dba3dbd1eb82b6 | refs/heads/master | 2021-01-24T21:41:52.964629 | 2016-08-21T03:19:21 | 2016-08-21T03:19:21 | 64,994,229 | 0 | 0 | null | 2016-08-05T06:26:26 | 2016-08-05T06:26:25 | null | UTF-8 | C | false | false | 28,705 | c | /******************************************************************************
* Copyright © 2014-2016 The SuperNET Developers. *
* *
* See the AUTHORS, DEVELOPER-AGREEMENT and LICENSE files at *
... | [
"jameslee777@yahoo.com"
] | jameslee777@yahoo.com |
7acb6207a955abb30aa15694f3affc4202702361 | 23b3768dbce5315b8267c844fcd8547225d2fcc6 | /libft/ft_printf_utils.c | 826293c5ab15a2b17bde0f5dff71234b79c2053c | [] | no_license | aribesni/cub3d | 1fb194f441c24229affc664778719a333d8485c3 | 60dc726e238e80f3d37267f763776ae389c1ba9b | refs/heads/master | 2023-04-16T06:55:58.016631 | 2021-04-19T08:17:47 | 2021-04-19T08:17:47 | 300,688,912 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,113 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_printf_utils3.c :+: :+: :+: ... | [
"aristidebesnier@Aristides-MacBook-Pro.local"
] | aristidebesnier@Aristides-MacBook-Pro.local |
681180848e95aa43ca6a070839d141543d086282 | ed8551b238faea5b02d88b55a6f9a5cb3492c06f | /BUAA-OJ-Project-master/43 且听风吟之呆逼二三事.c | 687fd54801e9210edfb9b4740a6938007a1f2a02 | [] | no_license | wangzc1997/BUAA-OJ-Learn | e763a1323210de99d8a48d7b6b0a17dc3dd34854 | bed7c79a9e3bd5cec9f9ce587af41a16f7dc639e | refs/heads/master | 2023-01-22T09:32:04.686481 | 2020-11-16T12:43:22 | 2020-11-16T12:43:22 | 297,354,803 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 383 | c | #include<stdio.h>
int fib[46];
int main()
{
fib[0]=1;
fib[1]=1;
int i;
for(i=2;i<46;i++)
{
fib[i]=fib[i-1]+fib[i-2];
}
int n;
while(~scanf("%d",&n))
{
int i;
for(i=0;i<46;i++)
{
if(fib[i]==n)
{
break;
}
}
if(i==46)
{
printf("Oh,yes!\n");
}
else
... | [
"phdwangsmacbook@PhDdeMacBook-Pro.local"
] | phdwangsmacbook@PhDdeMacBook-Pro.local |
f37a13c972782e22cfac025621ed2c86dfe70d0c | 61387be85711cf03ca2cc4144c15369ee9a46796 | /ma-ze-3-d/Maze2/project.IOs/Project.IOs/Classes/Native/mscorlib_System_Security_Cryptography_SHA512Managed.h | 8508df0321e13711c84db6f108fa045d805f6394 | [] | no_license | hoangwin/raci-ngc-ar_Du-o-iHin-hBa-tC-Hu | 6bb6b64052f05bc4026e1cfc6e10844c3dfc574b | 29c4f918482e9b850503d9912ebdf7afdafcafed | refs/heads/master | 2021-01-10T10:00:33.196405 | 2016-08-14T23:06:31 | 2016-08-14T23:06:31 | 44,680,146 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,637 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Byte[]
struct ByteU5BU5D_t820;
// System.UInt64[]
struct UInt64U5BU5D_t1727;
#include "mscorlib_System_Security_Cryptography_SHA512.h"
// System.Security.Cryptography.SHA5... | [
"hoang.nguyenmau@hotmail.com"
] | hoang.nguyenmau@hotmail.com |
4f6c93cb2ce4c4e3fc1227ef1c96739362d1fe01 | f0a4f5806edfba194987338db576880dbe168bec | /programs/java/gvdecoder/NativeSPEDecoder.c | c4c7f61f4254c5509df901e11a5e03f506ea1d05 | [] | no_license | gilbub/GView2 | 42dc4eb561091089fd3641bf6728a735f23b2c1b | 2c7aaa9a596ea182d6d9d663706bb7e3786443fc | refs/heads/main | 2023-04-11T19:26:27.245635 | 2021-12-23T00:42:03 | 2021-12-23T00:42:03 | 441,019,791 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,916 | c | #include <jni.h>
#include "NativeSPEDecoder.h"
#include <stdio.h>
#define MAXSPES 20
#define MAXROIS 100
struct spe{
FILE *stream;
FILE *outfile;
int X_dim;
int Y_dim;
int len; /*X_dim x Y_dim*/
long Num_frames;
int datatype;
int sizeval;
int* longframe;
float* floatframe;
short* shortframe;
... | [
"gilbub@gmail.com"
] | gilbub@gmail.com |
60c4875794a14135d20aff1d16f2513718c78d7a | ed1372f52386d6621cb3dbb24c841adbc16a0d81 | /C01/ex04/ft_ultimate_div_mod.c | 90518a55168abf3145f9b280158469de2ecfa790 | [] | no_license | arthutl/42SP_Basecamp | f81c5f2734c8e9b629fb5437744eb056413a08fa | 6ad5bd25e43f736fb0869b608fe03cf77cd11177 | refs/heads/master | 2023-06-16T04:50:07.499999 | 2021-06-19T04:25:15 | 2021-06-19T04:25:15 | 378,285,158 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,027 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_ultimate_div_mod.c :+: :+: :+: ... | [
"nk.azevedo@icloud.com"
] | nk.azevedo@icloud.com |
949597b514fcd0013aabb7aeeca7c36d0c2d24a3 | d27c82fbd4ab0f7a8e5fa6fe8391e4e93c8f2487 | /libft/ft_strmapi.c | 6513e0aeb745560f6ebfa95299868b207161e67f | [] | no_license | mmmethi/push_swap_final | a63cf81314a99c1af567b8f7baffe093b6837690 | dc481cf530c107db9b698acd7c5e2b90ecc15ad6 | refs/heads/master | 2022-07-25T18:20:07.049677 | 2020-05-22T08:43:14 | 2020-05-22T08:43:14 | 265,062,118 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,196 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strmapi.c :+: :+: :+: ... | [
"mmmethi@localhost.localdomain"
] | mmmethi@localhost.localdomain |
4e68fbd61bc2ccd473d1e57b36c52a8e82d1bcb9 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE122_Heap_Based_Buffer_Overflow/s08/CWE122_Heap_Based_Buffer_Overflow__c_CWE805_int_memmove_68b.c | f3c7f599a228eab81e75bab85b190c3de30bb2ca | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C | false | false | 1,920 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE805_int_memmove_68b.c
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE805.label.xml
Template File: sources-sink-68b.tmpl.c
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Allocate usi... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
afdee5f1871a4d4558876a0dceb60131d788586d | 504e60845004d4098e3b6f9146feefa835b31940 | /sort_utils.h | 031dcd57ddcd5bf5dca62f2938a7b07c0147cfdc | [] | no_license | JohnJDyer/cache_oblivious | 06a080635b74b0f3dcf2a70ea466f22ece60b774 | 9b07952302d2e5b1314de1989ffccedb05fa8405 | refs/heads/master | 2020-03-19T09:04:58.713699 | 2018-06-06T03:54:53 | 2018-06-06T03:54:53 | 136,258,757 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 600 | h | // Interface to sorting arrays of keys ('keytype' values).
#ifndef INC_SORT_UTILS_H
#define INC_SORT_UTILS_H /*!< sort.hh already included */
int compare (const void* a, const void* b);
// 'keytype' is the primitive type for sorting keys.
typedef unsigned long keytype;
// Sorts an input array containing N keys, A[0... | [
"jdyer@ellie.triphosphate.com"
] | jdyer@ellie.triphosphate.com |
0b914107c1746df292e04ab9c4afce5d8bc43446 | 2ea8fdddf95926849dd05d8a72fe81f7e7e32b26 | /include/OpenMAX/libomxil-prox/include/android/config.h | 8524e750586377c098d7a6adbb3d40aadf40f563 | [] | no_license | 96boards-akebi96/aosp-proprietary | 08b54a32e9ba51f6908a43d0a9bc065886d505c5 | f3609dfe2654346e92a80d60595b8bea13f311d7 | refs/heads/master | 2020-07-28T19:25:26.908400 | 2019-10-09T11:55:19 | 2019-10-10T01:21:02 | 209,510,419 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,335 | h | /* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/* Define to enable the debug functions */
/* #undef DEBUG */
/* 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 f... | [
"hayashi.kunihiko@socionext.com"
] | hayashi.kunihiko@socionext.com |
6b4792f09aec3be0205eab0469bacaa7970e6820 | a80a7e8b8fd18a1ff8ea8459c794439b6f1178ec | /AccelDetectorProject——4G/AccelDetectorProject/AccelDetector_C_Program_20150212_V1_1/C_Program/MAIN/MAIN/main.c | a65735dde399b383425d857c3519139c9192abd7 | [
"Apache-2.0"
] | permissive | suda-wendy/Accel-Detector | bdbd9ffa0f0bbf598de347193ff7897aa2ef594d | 7426fe7a92d67955f9c2bf0d5d1d625bb96b2685 | refs/heads/master | 2021-06-22T04:50:06.104844 | 2017-08-16T01:32:00 | 2017-08-16T01:32:00 | 100,433,800 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 3,837 | c | #include <stdio.h>
#include "stm32f10x.h"
#include "nvic.h"
#include "rcc.h"
#include "usart.h"
#include "tim.h"
#include "delay.h"
#include "led.h"
#include "key.h"
#include "ir.h"
#include "stdio.h"
#include "rtc.h"
#include "adc.h"
#include "disp.h"
#include "mpu6000.h"
#include "inv_mpu.h"
#in... | [
"294618627@qq.com"
] | 294618627@qq.com |
fc3e288ebc2fb68992d9c5c630ad16d749ce71da | cac973193c10223ba1e09ac2d36e8c10e31e4988 | /selection.c | 5884c4cb0bef6127909871cc2af7c7f445bb9099 | [] | no_license | gunjan01/Problems-HackerRank | 055fdf06953b912bd2f764742d4a02df02a55e52 | 410630b109d9ba6019dc831d9027db181d42cafa | refs/heads/master | 2021-03-24T11:02:28.481978 | 2017-10-22T14:39:34 | 2017-10-22T14:39:34 | 100,195,916 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 682 | c | #include<stdio.h>
/* Selection is the simplest. Most intuitive.
Pick the min element. and start putting them on the left side.
time complexity : outer i loop: n-1
inner j : n-1+n-2+n-3.....1= (n-1)(n)/2 *c
total = c1(n-1) + n(n-1)/2*c +c3(n-1)
a ploynomial of n2
O(n*n)
space : cons... | [
"noreply@github.com"
] | gunjan01.noreply@github.com |
7b8abba4a4fd0116a1c08d3871eca5e0ea75018d | ab1da8c711a3152409bc9559e5164639e4d94cce | /libft/ft_strnew.c | 063e2096b88a5723ddc853c3282b0bb9937952d1 | [] | no_license | rhulam/lem_in | 610d616caf6126ab73192021cfce19d6d406c06c | 4242d6b9f4878770d12d0a2dea0a84389c34d2ae | refs/heads/master | 2021-01-21T12:43:16.532747 | 2017-10-02T14:19:39 | 2017-10-02T14:19:39 | 102,093,077 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,127 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strnew.c :+: :+: :+: ... | [
"ruslan.gulam.n@gmail.com"
] | ruslan.gulam.n@gmail.com |
7e2a69e33a4c97c13aa3685a8ed28b7bfdc11cf2 | d5350440db9c0dbf6575d9be88146e427e6cefd9 | /btree_version1.c | 9bcb61dcd4ef4a988d5c67bc4178b2c3ac98ed6e | [] | no_license | vggithub7/nitkkr | 71751556c604afb953effda35bcdfe47a6d8ee15 | 9355a6afb6eca845ceaab63865c32738783612da | refs/heads/master | 2020-07-04T07:36:16.101055 | 2019-11-26T18:35:25 | 2019-11-26T18:35:25 | 202,207,519 | 0 | 0 | null | null | null | null | MacCentralEurope | C | false | false | 4,789 | c | #include<stdio.h>
#include<conio.h>
#define TT 5
typedef struct b_tree{
int keys[9];
struct b_tree *ptr_array[10];
//_Bool leaf;
int leaf;
int n;
}sbt;
sbt *create(sbt *root)
{
sbt *temp;
temp=(sbt*)malloc(sizeof(sbt));
temp->leaf=1;
temp->n=0;
//root=NULL;
return temp;
}
void spli... | [
"noreply@github.com"
] | vggithub7.noreply@github.com |
866918c57bd71172e03b03cf5f8b8bba5abab529 | e50d4ff35168fabfad9a5eca1b3010738f917e8a | /os/tsk_lib/tsk_set37.c | 3f24050543679c6f9afdca488216e32658b8325a | [] | no_license | tkmoteki/embos | 28f187430c04e369e5e993f9a2dfcc9941c6b004 | 3d92173e6815c13982e3a122079571b5842b485f | refs/heads/master | 2020-04-06T04:01:30.302553 | 2013-08-09T12:03:19 | 2013-08-09T12:03:19 | 7,114,562 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,384 | c | /*
* <著作権及び免責事項>
*
* 本ソフトウェアはフリーソフトです.自由にご使用下さい.
*
* このソフトウェアを使用したことによって生じたすべての障害,損害,不具合等に関しては,
* 私と私の関係者及び,私の所属する団体とも,一切の責任を負いません.
* 各自の責任においてご使用下さい
*
* この<著作権及び免責事項>があるソースに関しましては,すべて以下の者が作成しました.
* 作成者 : mtksum
* 連絡先 : t-moteki@hykwlab.org
*
*/
/********************************************************... | [
"t-moteki@hykwlab.org"
] | t-moteki@hykwlab.org |
4760e64e2d5d7932abe29550c8ab39628770e4cf | 2abbcaaab87344a5bc0305bb0789631fe4b17ef5 | /src/modes/play.c | 856b0e645b8d098af2ec19b268913b0f0436a838 | [] | no_license | IOSEPHVS-B/tankStuff | 1ca9a9404cefb78d6716bee611206f07bee8cbe7 | 1e8e4a991b44e40432556b087d00446bae755ed0 | refs/heads/master | 2022-10-12T01:41:34.121523 | 2020-06-09T23:50:38 | 2020-06-09T23:50:38 | 271,133,534 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,294 | c | #include <stdlib.h>
#include <raylib.h>
#include "../modes.h"
#include "play.h"
static modeFunctions* modeFuncs;
// Initialize everything here
modeFunctions* initGame()
{
// Initialize all the callback functions
modeFuncs = malloc(sizeof(modeFunctions));
modeFuncs->update = update;
modeFuncs->draw = d... | [
"mindblowingartistics@gmail.com"
] | mindblowingartistics@gmail.com |
fcfdadf7610dd6c2b3461e957316f16a4d370ca1 | dc72a657e2a50529a089d2606efd491004e512dc | /A3/Optional/asgn3_24_b.c | d99305d3181bd88768531df5ac5c4671b5e47041 | [] | no_license | soumitri2001/CPNM-Assignments | 7064f8a56d427e892e5cc53fc6a14fa24214830e | 9c3a0334a8c81fc56152e58c02867716f1675c15 | refs/heads/master | 2022-12-16T19:11:19.419181 | 2020-09-14T12:59:15 | 2020-09-14T12:59:15 | 295,446,609 | 1 | 0 | null | 2020-09-14T14:45:17 | 2020-09-14T14:45:16 | null | UTF-8 | C | false | false | 184 | c | #include <stdio.h>
int main()
{
int n=4,i,j,k;
for(i=1;i<=n;i++)
{
for(k=1;k<=n-i;k++)
printf(" ");
for(j=1;j<=i;j++)
printf("%d", j);
printf("\n");
}
return 0;
} | [
"sagnikh2@gmail.com"
] | sagnikh2@gmail.com |
f319c1c9fff4f703d671c1005b16d74f86e0f1e4 | dc80f02615c7c68de65f73020ed6cf253ce819fb | /FemtoRV/FIRMWARE/LIB/femtoGLtext.c | 721f5d8a7b15b6f8f39f94c30645b9b946efb47a | [
"BSD-3-Clause"
] | permissive | emard/learn-fpga | dda0b03723bbdbbe543ca73ec853afed2866b659 | 893221d10c5f1e6905edec0513d1eca5cb4c7ba3 | refs/heads/master | 2022-11-21T14:06:38.163374 | 2020-07-20T09:38:45 | 2020-07-20T09:38:45 | 281,073,084 | 2 | 1 | BSD-3-Clause | 2020-07-20T09:28:32 | 2020-07-20T09:28:31 | null | UTF-8 | C | false | false | 3,642 | c | #include <femtorv32.h>
//#define FONT_8x8 // CGA font
#define FONT_5x6 // pico8 font by zep
//#define FONT_3x5 // pico8 default font (still some pbs with scrolling)
#if defined(FONT_8x8)
#define FONT_WIDTH 8
#define FONT_HEIGHT 8
#elif defined(FONT_5x6)
#define FONT_WIDTH 6
#define FONT_HEIGHT 8
#elif defined(FON... | [
"Bruno.Levy@inria.fr"
] | Bruno.Levy@inria.fr |
3ba5193fc21db537e277f82e4073d2c47a797bbe | 847e06c3e1f9590f8c67df7bd102560651126c60 | /day6/find_int.c | ee2683da56d3692185fc9f2e671854cfda5cead7 | [] | no_license | duwei19961021/C | 0cd671a5445751518b63402ffff5bdea8c690ae0 | c2758738545025b1471b77d274db972bc871ea26 | refs/heads/master | 2023-04-21T08:51:18.095928 | 2021-05-17T16:01:11 | 2021-05-17T16:01:11 | 310,982,567 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 387 | c | #include <stdio.h>
int* find_int(int key, int arr[], int length)
{
int i;
for (i = 0; i < length; ++i) {
if (key == arr[i]){
return &arr[i];
}
}
return NULL;
}
int main()
{
int arr[] = {10,4,2,3,5,7,6,9,11};
int length = sizeof(arr) / sizeof(arr[0]);
int *ret = ... | [
"duwei19961021@163.com"
] | duwei19961021@163.com |
796717a4164c8f7668efd092f0173049358af143 | a2f5caa51dc21ae7d7019e52c447064ef9824c08 | /DamacC/Pods/Headers/Public/SalesforceAnalytics/SFSDKAnalyticsLogger.h | ee7df8b9675a55739c4813a705e46fe655160732 | [] | no_license | Kanna18/Damac | cf4aaee8119f0a1f4bd685b01a17300472aca8bf | d44ec3da5b1e7e5c943fd92d91bca03d1f7e4def | refs/heads/master | 2020-03-17T05:41:18.995736 | 2018-12-20T07:42:07 | 2018-12-20T07:42:07 | 133,325,469 | 0 | 0 | null | 2018-12-20T07:42:08 | 2018-05-14T07:58:12 | Objective-C | UTF-8 | C | false | false | 127 | h | ../../../../mobile_sdk/SalesforceMobileSDK-iOS/libs/SalesforceAnalytics/SalesforceAnalytics/Classes/Util/SFSDKAnalyticsLogger.h | [
"dinesh.kanna18@gmail.com"
] | dinesh.kanna18@gmail.com |
a32790e0a47f497c3055a2afdb2784e5c992f909 | f9c355802f9ad4bea29d8aa50b810b1275685020 | /Configuration.h | eb7bcf8603d1aaa1e7c072af563e0f5e81c14d93 | [] | no_license | wolfgangmauer/Marlin | e620b17d5b0d824886833e905a728191438d5370 | 104731142a3b697f0c215cf3c2725c5fdceca69d | refs/heads/master | 2022-12-01T17:39:58.793463 | 2020-07-29T20:11:02 | 2020-07-29T20:11:02 | 283,592,950 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 82,780 | h | /**
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... | [
"noreply@github.com"
] | wolfgangmauer.noreply@github.com |
ef30223ca9b456f535e2499d705ecfb0afe4d75a | be2968acf5a291784947e27fa98326d32705d34b | /chapter4/fahr.c | f9a897617e00d4bdb8359b866c82101e63d0670a | [
"Apache-2.0"
] | permissive | Verdiane/c-practice-lydiane | 048bbb2a6a1b53bb3f9d562bee13fe5f2f76ad5c | a70a7c242d6b41b8b382098b6de710afe3d51815 | refs/heads/master | 2020-03-18T13:44:40.224248 | 2018-07-10T07:16:32 | 2018-07-10T07:16:32 | 134,805,243 | 0 | 0 | null | 2018-05-25T04:55:01 | 2018-05-25T04:55:01 | null | UTF-8 | C | false | false | 261 | c | #include<stdio.h>
int main(){
float fahrenheit, celcius;
printf("%4s%21s\n","celcius", "fahrenheit");
for (celcius =30; celcius<=75; ++celcius ){
fahrenheit = celcius*(9.0f/5.0f) + 32.0f;
printf("%4.1f%21.2f\n", celcius, fahrenheit);
}
return 0;
} | [
"kengnelydiane684@gmail.com"
] | kengnelydiane684@gmail.com |
084ab3465b8a13459857b056373a920713797f5b | 1390cb4f58bd09087184a64fe2838dec29600d8a | /4370.c | 1b116062a5830c04f92da348865a2ff2246e86c3 | [] | no_license | imasker/obfuscatorTestCases | bf21352be1dbd6c8bdd868b093af03f315d92a45 | 5f5561846ec09a040b42dc12842c9581e7be6b4d | refs/heads/master | 2023-03-27T11:35:21.843689 | 2021-03-25T07:38:05 | 2021-03-25T07:38:05 | 351,342,479 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 111,346 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.3.0
* Git version: 30dccd7
* Options: -o /home/x/obfuscator/data/programs/4370.c
* Seed: 2951282242
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GLOBAL VARIABLES --- */
static uint32_t ... | [
"13277988207@163.com"
] | 13277988207@163.com |
2f91d4775bbeaec1f27c51878a4f9a8b8082e893 | 56b2da44605d773a490769607b5fd7033c44b23c | /src/kernel/mptp.h | b837617d4efe5b8e15633452d6b0e4555b48f95e | [] | no_license | IxLabs/mptp | 5a8e2e1ab75d2a55f566a2a0bbf2fa714a95cba0 | 63de7cc6786f995b40a933eb2a2a543858602851 | refs/heads/master | 2021-01-10T19:23:08.211661 | 2013-06-07T17:35:52 | 2013-06-07T17:35:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 396 | h | #ifndef _MPTP_H
#define _MPTP_H
#define IPPROTO_MPTP 137
#define MIN_MPTP_PORT 1
#define MAX_MPTP_PORT 65536
#ifndef __KERNEL__
#include <inttypes.h>
#endif
struct mptp_dest {
uint32_t addr;
uint16_t port;
uint16_t bytes;
};
struct sockaddr_mptp {
int count;
struct mptp_dest dests[0];
};
#ifdef __KERNEL__
st... | [
"razvan.deaconescu@cs.pub.ro"
] | razvan.deaconescu@cs.pub.ro |
011b2868ced20103b093bb756d8fc8d16a1ce09e | 41a13026259b03a502490008df9d17b6c1de1060 | /Ontech/humax/lib/hfp/hfp_multiple_calls_handler.c | 7f7bbfada92812dc7c46313962985ef142aeaa52 | [] | no_license | toshic/thebirdfree-personal | bdb065ec2231aadd4a615c2aa2ee5df4867c8424 | 710d10e41d17f7deb9d43d5f172ca7103406fb16 | refs/heads/master | 2021-01-10T01:57:13.330532 | 2014-11-24T13:32:57 | 2014-11-24T13:32:57 | 47,057,518 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 23,363 | c | /****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2009
Part of Stereo-Headset-SDK 2009.R2
FILE NAME
hfp_multiple_calls_handler.c
DESCRIPTION
NOTES
*/
/*********************************************************************... | [
"thebirdfree.jh@gmail.com"
] | thebirdfree.jh@gmail.com |
fc6dc42c2fe99538b004fecddfd96e9c24e771d8 | 2f5e762ea820069e0a164ab653312f03013792e1 | /conv_a_biga/a22_precision_01.c | 5f172fcf65d2314fba8f405c6af29a0bb39a3706 | [] | no_license | Moonflakes/my_curqui_test | 5f28e729babcc6cf7d9a34d6ddff5966694e4e1b | fbceabb654766d25f953cdeb5a03edd4718e4378 | refs/heads/master | 2020-03-25T12:44:58.404727 | 2018-08-21T16:40:09 | 2018-08-21T16:40:09 | 143,791,321 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 800 | c | #include "conv_a_biga_test.h"
int a_precision_01(void)
{
t_data data;
int pfd[2];
int ret;
int save_stdout;
ft_write_test_name("%.0a %.0a %.0a %.0a %.0a %.0a , -0.0004745, -0.00000048787895, 78.458565, 5.0, 1.0, 0.0");
ft_connect_stdout(pfd, &save_stdout);
data.r1 = ft_printf("%.0a %.0a %.0a %.0a %.0a %.0a... | [
"margot.thiery@gmail.com"
] | margot.thiery@gmail.com |
0eafbb9febdd0b405bc7dd55f7389e85966d63a4 | 5a91b24911133afb73f9650a484ba7b9eee3206e | /test_parser/test_10.c | 75ac693a38b67555b3e2b9981e53e238a2822f3a | [
"Unlicense"
] | permissive | DenisPlima/compilers | f6cb87c731806677440e57dacf24356ebf47f4f6 | 1918a1c32179f2535abd825ecbff34b62bf8d182 | refs/heads/master | 2023-03-17T06:28:06.423642 | 2020-06-13T17:25:01 | 2020-06-13T17:25:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,885 | c | #include <assert.h>
#include <stdio.h>
#include "../parser.h"
// gcc test_10.c ../parser.c ../lexer.c -o test_10.out
int assert_SimpleTerm(struct ParseTree *subtree, enum TokenType terminal);
int assert_SimpleExpr(struct ParseTree *subtree, enum TokenType terminal);
int assert_SimpleBase(struct ParseTree *subtree, ... | [
"pietro.gra@hotmail.it"
] | pietro.gra@hotmail.it |
0e539db7ca64abbf7eeb1fa24bc255e4c247474a | bc11bc22edd1aaa00e44538ceb8ac9b9dc415fe2 | /fnet_stack/services/http/fnet_http_post.h | 6fbc09c17d1f89dc90305386cda40523eb08703b | [
"Apache-2.0"
] | permissive | Yona-Appletree/FnetCubes | ae5395e7215a2be4cca0898a45db48a7af412043 | 549b0b80de6587c6012020d09cced39be5d576ee | refs/heads/master | 2016-08-12T08:58:03.424905 | 2016-01-20T02:12:38 | 2016-01-20T02:12:38 | 49,916,048 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,284 | h | /**************************************************************************
*
* Copyright 2011-2015 by Andrey Butok. FNET Community.
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.
*
***************************************************************************
*
* Licensed under the Apache License,... | [
"yona@concentricsky.com"
] | yona@concentricsky.com |
5b7d7b6503b787693a55d76816e0cdefae566417 | 74676257abd2a8852f5c422051139719fdf5a77b | /include/linux/msm_vidc_enc.h | 7cef2abe726f0bcbaed4cad9cd727cb7d566ccc7 | [] | no_license | KyLinDevTeam/android_device_xiaomi_msm8660-common | 1249d5a134ee3e4274457f7520e9e446d2b12237 | 3219ef66da35f1a45e13cd486f210f2bbbcab434 | HEAD | 2016-09-09T13:42:09.042453 | 2014-06-24T15:22:02 | 2014-06-24T15:22:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,227 | h | #ifndef _MSM_VIDC_ENC_H_
#define _MSM_VIDC_ENC_H_
#include <linux/types.h>
#include <linux/ioctl.h>
/** STATUS CODES*/
/* Base value for status codes */
#define VEN_S_BASE 0x00000000
#define VEN_S_SUCCESS (VEN_S_BASE)/* Success */
#define VEN_S_EFAIL (VEN_S_BASE+1)/* General failure */
#define VEN_S_EFATAL (VEN_S_BAS... | [
"aidejuewang@gmail.com"
] | aidejuewang@gmail.com |
187f4d6027fac7d3184cdaccf77cb73a48c57644 | b30d1812e76d64f31e12ac55df033f303cb6079b | /exemplos/series.c | a15bbb2b91fb37580fc616d4900d70327354c255 | [] | no_license | gdelazeri/cthread | 476155b949bcc0f0c1a61d51cd126f03a7fab290 | 8018c6e56e761d97cd6a798858e85ae642161c39 | refs/heads/master | 2021-01-12T11:03:10.150405 | 2018-01-24T21:45:25 | 2018-01-24T21:45:25 | 72,803,316 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,144 | c |
//
// Programa de teste para primitivas de criação e sincronização
//
// Disclamer: este programa foi desenvolvido para auxiliar no desenvolvimento
// de testes para o micronúcleo. NÃO HÁ garantias de estar correto.
#include "../include/support.h"
#include "../include/cthread.h"
#include <stdio.h>
void* ... | [
"delazeri1997@gmail.com"
] | delazeri1997@gmail.com |
2b2681ebd3c7bdeadd191b043f1f4b2fdcea7a48 | 155f2c3d45cd87ee2df5d0334e398bbe3c418a9d | /Simple C Programs/caesar.c | 591094d3775b3eba0dbac32fb7064e6b86aa1da5 | [] | no_license | h3r0toz3r0/Computer-Architecture | 862661db1f6c801ef0c8290d7d8ee26ee1f4cf16 | c0232876d2669e37f5ffc45b716e4fb28f932c59 | refs/heads/master | 2021-06-24T05:10:12.689783 | 2021-05-11T18:27:47 | 2021-05-11T18:27:47 | 220,128,918 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,106 | c | /*
Project 0: Getting Started
Part 3 Ciphers
Author: Anna DeVries
Date: 21 September 2020
Useage: ./caesar <message> <decode/encode> <shift_value>
*/
// Includes
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
// Defines
#define BUFFER 50
// Encode() encodes the string plaintext... | [
"noreply@github.com"
] | h3r0toz3r0.noreply@github.com |
c38ad2d5cf2d4e1680d154bb5b7d0e8ac68cd673 | d3b2d2626a03206c20e7794a0438c0661d40cc2f | /source/vci-cpp.c | 0a77499352d0fa5ad4c1ba4d4b6cfb0009e53c3f | [
"Apache-2.0"
] | permissive | Claudenw/vcl | ca098d2350fc031200ab5ca1735d5ad90a577a82 | b001ac249ebdad0548ed4f7be7bc35b3f800422b | refs/heads/master | 2021-01-21T20:43:18.310708 | 2017-06-25T11:12:34 | 2017-06-25T11:12:34 | 94,677,565 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,985 | c | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License")... | [
"claude@xenei.com"
] | claude@xenei.com |
c4e54510db5eccb7e437e0be2c89d1a8783a24f3 | b54522bd1eb8d1be1cf65aa53bdde8b17fdc448c | /v1.0/fw/etna-fw-v1.0.0/components/nrf5_sdk/libraries/atomic/nrf_atomic.h | 14a213966c5fda59ea8cb7857dbee754ea033bcd | [] | no_license | illysky/etna | ba3fec30f73088015ab903d896af8c327008f6c3 | fd2abafb494a73ac27d394f7afbbdf46ba11feb5 | refs/heads/master | 2021-10-11T10:28:52.630576 | 2021-10-10T10:56:03 | 2021-10-10T10:56:03 | 168,384,412 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,178 | h | /* Copyright (c) 2016 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferable use... | [
"dom@illysky.com"
] | dom@illysky.com |
a74a8f78bd78c9b6796b9adbf8befb9487a17649 | dd16b347f286e2985d4a2b199f9f22614df9173d | /controlSUITE/device_support/f2802x/v222/f2802x_examples_drivers/spi_loopback_interrupts/Example_2802xSpi_FFDLB_int.c | e1e9950cf1c34b1b63cb7eeff1c4aecaf538505b | [] | no_license | droneshire/ti | 21501f55de172fd204c1016085ab954d962f46fa | ba8c4cc7e9eb5e1b5b0cc1765e9d4b77630e52a5 | refs/heads/master | 2022-12-10T00:35:37.791680 | 2017-01-14T06:00:11 | 2017-01-14T06:00:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,140 | c | //#############################################################################
//
// File: f2802x_examples/spi_loopback_interrupts/Example_F2802xSpi_FFDLB_int.c
//
// Title: F2802x Device Spi Digital Loop Back with Interrupts Example.
//
// Group: C2000
// Target Device: TMS320F2802x
//
//! \addtogrou... | [
"ross@skydio.com"
] | ross@skydio.com |
f0b8149ca4e846cf2243cd8e0d3c9be9b3875c2c | 9834f79213a52feb5de3049e484eb4d5128291b4 | /src/modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.c | c2dca6d1051f0efa8a9d6229b0d721830366fb2a | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lcx1249445475/rtc | 75f82b233e5ef6ccacc340765b82cb6cc9887ba5 | c5fd8213776ebb1865009948b279f46e9e320a6a | refs/heads/main | 2023-01-20T16:04:08.640598 | 2020-12-04T03:17:31 | 2020-12-04T03:17:31 | 317,800,356 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,629 | c | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All con... | [
"1249445475@qq.com"
] | 1249445475@qq.com |
16a9f3b7734d0f5d941a3bc5f62b6cbf60a635e0 | 9f326e5354836a3507011b0515fc248a75bdc7fa | /audio-programming-015-sineWaveArg/main.c | 5f61ed65c3583ba1c72b5f24fccae79e461760b2 | [] | no_license | tomaszjagas/audio-programming-015-sineWaveArg | 5747c2cc195a4f24daaf884e1cce0ccafee1f080 | 71ffe503357cbba4a0da8bd31b4d81e76aa06494 | refs/heads/master | 2023-01-20T00:21:51.031109 | 2020-11-26T20:37:57 | 2020-11-26T20:37:57 | 316,332,211 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 877 | c | /**********************************************
* Description: Generate sinewave with arguments
***********************************************/
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
// conditional compilation
#ifndef M_PI
#define M_PI (3.141592654)
#endif // !M_PI
// define program argument list
... | [
"tomasz.jagas@gmail.com"
] | tomasz.jagas@gmail.com |
fcc296c423fc96ae8cb05afb779e75252f35b102 | 6daa959a05d8b45da9bf980cf51fe4ffa5ae9c4f | /mediatek/custom/common/hal/imgsensor/ov3640_raw/camera_3A_para_ov3640.h | aa809eb393d238d4433cf140f90991bd90922a5c | [] | no_license | abgoyal-archive/OT_922 | ca8f6c460c35b02ecc2d783f3eaad4090e121645 | 77c2538935b1f0d1c66c3fca79f459c18dbdefab | refs/heads/master | 2021-05-28T01:58:11.102863 | 2015-02-07T21:25:31 | 2015-02-07T21:25:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,650 | h |
#ifndef _CAMERA_3A_PARA_OV3640_H
#define _CAMERA_3A_PARA_OV3640_H
#include "camera_AE_para_ov3640.h"
#include "camera_AF_para_ov3640.h"
#include "camera_AWB_para_ov3640.h"
// 3A cycle
static UINT32 g_u4AAACycle[AAA_CYCLE_MAX] =
{
AAA_CYCLE_AWB,
AAA_CYCLE_AE,
AAA_CYCLE_AF,
AAA_CYCLE_NONE,
AAA_C... | [
"abgoyal@gmail.com"
] | abgoyal@gmail.com |
7f7ee612d987b7fcf7a0b60d3f0b13a5492b0d45 | b237ba12ed0b825490c5616eb4726a22792f34bd | /Aula-Thread/threads.c | e379df69030dc7aec4779edc67975301fed0ce4e | [] | no_license | JoelsonMiller/trabalhos | 76b45279bd02abc86337c0015dd87c90ae4d8cd1 | d30e4664576c05382c9b779e38884d0cc22e05c5 | refs/heads/master | 2021-07-12T19:26:27.099620 | 2020-08-05T13:19:53 | 2020-08-05T13:19:53 | 191,399,936 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 570 | c | #include <stdio.h>
#include <unistd.h>
#include <pthread.h>
void *f1();
void *f2();
int x = 0;
int main(){
pthread_t thread1, thread2;
if(pthread_create(&thread1, NULL, &f1, NULL)){
printf("Erro ao criar o thread");
}
if(pthread_create(&thread2, NULL, &f2, NULL)){
printf("Erro ao criar o thread");
}
pthr... | [
"noreply@github.com"
] | JoelsonMiller.noreply@github.com |
8b429a5e703fb5382e0c207752e693d93ba41a86 | fd9244de1048547765ad02fd390665017650083f | /fcfs.c | a18f8c4966ef3b8c06c288abc0dfc048dcc4fedf | [] | no_license | karunya-venugopalan/Implementation-of-CPU-Scheduling-algorithms | b788cebdfed8ed6b276ee3db823b489844e045ab | 4e034869419f9c239da0d250351ef919e8589888 | refs/heads/master | 2022-04-19T23:38:34.221810 | 2020-04-13T17:36:02 | 2020-04-13T17:36:02 | 255,394,953 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,136 | c | #include<stdio.h>
#include<stdlib.h>
#include<time.h>
struct process
{
int pid;
int arr_time;
int cpu_burst_time;
int waiting_time;
int tat;
}*p1[50];
void sort(struct process* process_array[50], int count)
{
int i,j;
for(i=0; i<count; i++)
{
... | [
"noreply@github.com"
] | karunya-venugopalan.noreply@github.com |
a8ef66c16e81929c7879682da0d913610e7319bc | cb517177a1a2fc008285c84c6ab105c29967cfcc | /Competition/LEET_MAKE_THE_STRING_GREAT.h | 6ffd796125b545bd2a06d953d2a6622565d5f6f8 | [] | no_license | cshung/Competition | 8b4219593bfe28372ba82fbf923437988d862e2c | f534f37b34a0ef2351f4af3926ac864fed6dafc5 | refs/heads/main | 2023-08-29T03:25:35.042880 | 2023-08-16T15:32:45 | 2023-08-16T15:32:45 | 23,745,091 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 48 | h | #pragma once
int LEET_MAKE_THE_STRING_GREAT();
| [
"cshung@gmail.com"
] | cshung@gmail.com |
bd650cdaaf5d299abebda73382189430fdf5eef5 | 558ea70f6d92c35706b1fd45de33da7b0be67a3b | /Lab7/Resource.h | d56b9ba767f9a5a551989a56a381799e091ef645 | [] | no_license | Daniil609/SP_Labs | d7e5b40ddb6afbadc1c5f9489d78b14899be4edb | 09cb0579040bfd851865ac6d2ec3fa02ece4ec84 | refs/heads/main | 2023-08-17T22:55:04.270505 | 2021-10-12T16:16:09 | 2021-10-12T16:16:09 | 416,404,979 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 719 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Lab7.rc
#define IDS_APP_TITLE 103
#define IDR_MAINFRAME 128
#define IDD_LAB7_DIALOG 102
#define IDD_ABOUTBOX 103
#define IDM_ABOUT 104
#define IDM_EXIT 105
#define IDI_LAB7 107
#define IDI_SMALL 108
#define ... | [
"tomashchik032@gmail.com"
] | tomashchik032@gmail.com |
494bf77160363048ce77998469404ad4ef0bbf6c | aa52fce5aaf382bd32174f6a881e75e8a43ffa53 | /ADC12BTestDMA/mainADCTestDMA.c | 97904859610c1aabdd58134e32c431eebb33a19d | [] | no_license | KrakyTitan/TestMSP | 01cd9bf56f4aeafcdec98622666ead54d3f40629 | d963fb57aef0b884d50a48e32084e3123cecf42d | refs/heads/master | 2021-01-19T04:44:36.539395 | 2017-03-09T13:01:18 | 2017-03-09T13:01:18 | 84,442,395 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C | false | false | 19,867 | c | /*
* Testy ADC12_B prevodniku na MSP430FR5969 LounchPadu
* 12. 12. 2016
* V1 - prevod ADC z pinu P1.4 a ukladani do pole v pameti
* - po kazdem prevodu zmeni hodnotu na pinu P1.5 (lze spojit s P1.4)
* - behem prevodu sviti LED, po dokonceni zhasne
* V2 - jako V1, ale pro zapis do pole vyuzito DMA kanalu
* ... | [
"noreply@github.com"
] | KrakyTitan.noreply@github.com |
8952edeb6b98069c985a0dbfa2a6f67c5536d53d | ccf2a87c614d7d1ecb2eda1b07ac054c0ffb3768 | /mediatek/platform/mt6592/lk/factory.c | b45ce2981787b37e54349e04d9f75973d703a015 | [] | no_license | bq/aquaris-E10 | e5a6c6a927f644e36ac1e9a0e60e3ef9fafb8609 | 86ca35f22a0ef104f6c7624de3bbf2e037b9e684 | HEAD | 2016-09-06T04:38:43.576246 | 2015-11-17T10:40:56 | 2015-11-17T10:40:56 | 28,911,849 | 4 | 11 | null | null | null | null | UTF-8 | C | false | false | 1,548 | c | /*This file implements MTK boot mode.*/
#include <sys/types.h>
#include <debug.h>
#include <err.h>
#include <reg.h>
#include <platform/mt_typedefs.h>
#include <platform/boot_mode.h>
#include <platform/mt_reg_base.h>
#include <platform/mtk_key.h>
#include <platform/mt_gpt.h>
#include <target/cust_key.h>
#define MODUL... | [
"anddevops@bq.com"
] | anddevops@bq.com |
eaae505075caa0104e5125cf1da631ca87650817 | 88983f97378d84f0fc536e24cea9d577ffbfa2c3 | /recc-kernel-llvm/kernel/putchar.c | ab196284dc1a041a4a297b7eeed66ac3527966bc | [
"MIT"
] | permissive | oscourse-tsinghua/OS2018spring-projects-g02 | a2596acfeb78a11309d8add86654c4a4ecba5283 | 4adfd1c00096b1ff804a5874d9c400043a087d92 | refs/heads/master | 2020-03-06T21:05:20.693287 | 2018-05-29T16:12:11 | 2018-05-29T16:12:11 | 127,069,820 | 0 | 1 | MIT | 2018-05-28T01:44:08 | 2018-03-28T02:06:03 | C++ | UTF-8 | C | false | false | 1,111 | c | /*
Copyright 2016 Robert Elder Software Inc.
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 b... | [
"daizy15@mails.tsinghua.edu.cn"
] | daizy15@mails.tsinghua.edu.cn |
0f568942cc595259e0a750559b9ec64124325ed0 | f9e0bec9ebe796b499669219fdc93596c9ac84bc | /test/preprocess-macro-object.c | f4c8b21a197bd65ad8c82bbd5100c55dc592be87 | [
"Unlicense",
"ISC",
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | michaelforney/cproc | 9dac8bbb4c51edcd5e27a282963126c34052dc29 | 0985a7893a4b5de63a67ebab445892d9fffe275b | refs/heads/master | 2023-09-03T12:51:45.642163 | 2022-12-14T22:29:59 | 2023-05-02T18:53:44 | 182,349,746 | 582 | 50 | NOASSERTION | 2022-10-30T21:23:20 | 2019-04-20T02:24:28 | C | UTF-8 | C | false | false | 20 | c | #define foo bar
foo
| [
"mforney@mforney.org"
] | mforney@mforney.org |
b31e0949934dcbfb1c18af2427f4a1d495e23928 | 3b9b4049a8e7d38b49e07bb752780b2f1d792851 | /src/build/linux/debian_wheezy_amd64-sysroot/usr/include/gtk-2.0/gtk/gtkhbbox.h | 25eecba10679c1044ec0e3caa767db937dea64a8 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | webosce/chromium53 | f8e745e91363586aee9620c609aacf15b3261540 | 9171447efcf0bb393d41d1dc877c7c13c46d8e38 | refs/heads/webosce | 2020-03-26T23:08:14.416858 | 2018-08-23T08:35:17 | 2018-09-20T14:25:18 | 145,513,343 | 0 | 2 | Apache-2.0 | 2019-08-21T22:44:55 | 2018-08-21T05:52:31 | null | UTF-8 | C | false | false | 2,804 | h | /* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the Lice... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
d4109a04e7d846c1117a01b88240cf2d808840f0 | a7ca6e344a228fa0b14f6da783a6ac2e589e6c73 | /insecure_1/insecure_1.c | 185485c6a5546479a140c49f246a5f926e8ea79a | [] | no_license | lmurugesan1968/Example-Challenge | 1e3ca67095a017dfb24dd23262b724e2eb6fcb64 | 348616d39fb160b702eb29bb89bceccee2f4ef23 | refs/heads/main | 2023-06-20T22:08:54.818752 | 2021-07-31T00:57:41 | 2021-07-31T00:57:41 | 390,637,437 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 405 | c | #include <stdio.h>
#include <string.h>
void open_file(const char *file)
{
f = fopen(file, "w");
if (f == NULL)
{
printf("Error - 3\n"); /* Error handling */
}
printf("Write any data to the file\n"); /* Write any data to the file */
if (fclose(f) == EOF)
{
printf("Error - 4\n"); /* Error handling */
}
}
... | [
"noreply@github.com"
] | lmurugesan1968.noreply@github.com |
66eeb6f4ee07377d7278739e15220f042ae8c5ce | 9defd0b44e3aa6cce06394812b6138df804dc1e0 | /java/opcodes.c | 5ac2ece9c2475a2c471e34f11d9d8b753a525b91 | [] | no_license | ggpsgeorge/jvm-implementation | 5ab29ee8288a056e3c7d760023cadc8d6a464b03 | 97e3ae6656d03607dea1017f9fcaac2db33ef562 | refs/heads/master | 2023-02-24T05:00:26.800733 | 2019-05-09T15:17:02 | 2019-05-09T15:17:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31,389 | c | //#################################################################################################
/*! \file opcodes.c
*
* \brief Biblioteca de servicos de Opcodes
*
* Bliblioteca responsavel pela implementacoa dos metodos relacionados aos opcodes de uma JVM
*/
//################################################... | [
"ggpsgeorge@gmail.com"
] | ggpsgeorge@gmail.com |
021b64dc135d3139bd21f08121f437aa3716b3c0 | c0274197b42b8655f4b4ce3905198491382dfcfe | /p5-Agar/perl_window.h | f333fc7acd5f66c5888763e4928c33001e96d75a | [
"BSD-2-Clause"
] | permissive | kalatestimine/libagar_3party_testing_fork_kalatestimine | 31b4fb4a0f90087da65430531130650cd2601baf | f830265ad00a82d4cddd8b59943bd3887ebb1486 | refs/heads/master | 2020-07-26T17:33:05.277716 | 2019-09-14T18:43:29 | 2019-09-14T18:43:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,257 | h | /* Public domain */
static const AP_FlagNames agWindowFlagNames[] = {
{ "modal", AG_WINDOW_MODAL },
{ "keepAbove", AG_WINDOW_KEEPABOVE },
{ "keepBelow", AG_WINDOW_KEEPBELOW },
{ "denyFocus", AG_WINDOW_DENYFOCUS },
{ "noTitle", AG_WINDOW_NOTITLE },
{ "noBorders", AG_WINDOW_NOBORDERS ... | [
"vedge@hypertriton.com"
] | vedge@hypertriton.com |
492cfe32e99c6ef3980ca25f536787b40230273b | dcf8e717028cb1b6b604e0916800469342b67d80 | /tests/c-quot.c | ccbf0289acdb6e140ce548d5cbc5651f0e7c07b1 | [
"LicenseRef-scancode-public-domain"
] | permissive | momtx/meataxe | a0fa2ef9e69d62325da3bcb7400bd3e5388a04ab | eca4508ee2b5da3393691a74972f84e531c49dfd | refs/heads/master | 2023-08-30T22:39:01.791979 | 2023-08-27T17:32:59 | 2023-08-27T17:32:59 | 23,523,026 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,882 | c | ////////////////////////////////////////////////////////////////////////////////////////////////////
// C MeatAxe - Check functions for quotient projection.
////////////////////////////////////////////////////////////////////////////////////////////////////
#include "meataxe.h"
#include "testing.h"
#include <stdlib.h... | [
"momtx@localhost"
] | momtx@localhost |
158aa36d1fbab2ba75671849c802f6f5d2485abd | 2266eb133fc3121daf0aa7f4560626b46b94afe0 | /clone/board/kedian2_b.c | 7661ff58cefa40d6440860d18c7eaeb4c5a2f6f8 | [
"MIT"
] | permissive | oiuv/mud | 6fbabebc7b784279fdfae06d164f5aecaa44ad90 | e9ff076724472256b9b4bd88c148d6bf71dc3c02 | refs/heads/master | 2023-08-18T20:18:37.848801 | 2023-08-13T07:00:15 | 2023-08-13T07:00:15 | 112,278,568 | 99 | 49 | MIT | 2023-02-01T03:42:14 | 2017-11-28T03:05:14 | C | UTF-8 | C | false | false | 351 | c | // /clone/board/kedian2_b.c
inherit BULLETIN_BOARD;
void create()
{
set_name("客店留言板", ({ "board" }) );
set("location", "/d/beijing/kedian");
set("board_id", "kedian2_b");
set("long", "有有用的话就往这里说,乱灌水杀无赦。\n" );
setup();
set("capacity", 100);
replace_program(BULLETIN_BOARD);
}
| [
"i@oiuv.cn"
] | i@oiuv.cn |
9e534eb87322e9f81c613a7b654da9e94135babd | 8e377046f9a1dd9ea369ceb9e9e4d4a194f5d064 | /firebirdsrc/sjtubbs/siyuanhu/include/permissions.h | 789829a18c04db0bf5f30ec734c36a052e630ebb | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | teracs/thegreatnykz | 67c937fdcba145927f9bd30a10f33475d83f306b | 0065d7872641e5caaf40dbb38b3ae1ffc95c2770 | refs/heads/master | 2021-05-30T03:21:20.154961 | 2013-12-21T12:20:55 | 2013-12-21T12:20:55 | 13,188,715 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 12,082 | h | /*
Pirate Bulletin Board System
Copyright (C) 1990, Edward Luke, lush@Athena.EE.MsState.EDU
Eagles Bulletin Board System
Copyright (C) 1992, Raymond Rocker, rocker@rock.b11.ingr.com
Guy Vega, gtvega@seabass.st.usm.edu
Dominic Tynes, dbtynes@seabass.st.usm.... | [
"derek.lu@horizonlink.co.jp"
] | derek.lu@horizonlink.co.jp |
6305615523c464e907ee32101335a2ca76f7607f | 1fabbdfd1ca9ea1b6808893e12bd907eb74de414 | /xcode/Classes/Native/mscorlib_System_Collections_Generic_List_1_gen_110.h | 737d54cd83aeb7be0658c72abe7571e631927334 | [] | no_license | Klanly/TutorialPackageClient | 6f889e96c40ab13c97d107708ae8f3c71a484301 | b9d61ba2f287c491c9565b432f852980ec3fee28 | refs/heads/master | 2020-12-03T01:42:35.256114 | 2016-11-01T02:40:21 | 2016-11-01T02:40:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 945 | h | #pragma once
#include <stdint.h>
// GCGame.Table.Tab_MissionDelivery[]
struct Tab_MissionDeliveryU5BU5D_t12764;
// System.Object
#include "mscorlib_System_Object.h"
// System.Collections.Generic.List`1<GCGame.Table.Tab_MissionDelivery>
struct List_1_t538 : public Object_t
{
// T[] System.Collections.Generic.List`1<G... | [
"bu213200@gmail.com"
] | bu213200@gmail.com |
2789feea404b550341cdd534d9164b7644ae294a | 2bc3398063fd7251c46a2d93d2e301cd063befcd | /nitan/d/xiangyang/minju1.c | e981548be01238e1c86da73dc0124c4177387a75 | [
"MIT"
] | permissive | HKMUD/NT6 | ae6a3c173ea07c156e8dc387b3ec21f3280ee0be | bb518e2831edc6a83d25eccd99271da06eba8176 | refs/heads/master | 2020-03-18T08:44:12.400598 | 2018-05-23T06:55:18 | 2018-05-23T06:55:18 | 134,525,191 | 9 | 4 | null | null | null | null | GB18030 | C | false | false | 515 | c | // Room: /d/xiangyang/minju1.c
// Date: Jan. 8 1999 by Winder
inherit ROOM;
void create()
{
set("short", "民居");
set("long", @LONG
这是一家比较有钱人的住房,房子主人正在家里忙这忙那,看见
你进来,急忙站起身向你打招呼。
LONG );
set("no_clean_up", 0);
set("exits", ([
"west" : __DIR__"jiedao",
]));
... | [
"xmlsdk@gmail.com"
] | xmlsdk@gmail.com |
8714480dba605cb510f5cbfafa097ce9d9492ecf | a1f3c45ca9f7d03e45495dd18365b6b6faaed25e | /matlab/c/subs_allocate.c | b8a727112d3ac2300554d4581aea5ce8723675dc | [] | no_license | hiro-matsuura/libis | 8e9beb2eff897f5c0792dd1f3a00a57d93d0cf68 | 15394b99d766759a2d11c9e6b8813fc5afb06c0d | refs/heads/master | 2021-09-07T08:09:19.081804 | 2018-02-19T23:28:34 | 2018-02-19T23:28:34 | 112,569,875 | 0 | 0 | null | 2017-11-30T05:44:33 | 2017-11-30T05:44:32 | null | UTF-8 | C | false | false | 2,724 | c |
/**
* @breif
*/
subs_index_t *subs_index_allocate(const mxArray *s)
{
#define SUBS_2ND_ERROR {MATLAB_ERROR("multi_subsref: The 2nd-arg shoud be Struct of subsref.")}
char *buf=NULL;
int i,j;
mxArray *subs=NULL,*type=NULL;
subs_index_t *ret=NULL;
// check s
if(!mxIsStruct(s)){ SUBS_2ND_ERROR; }
if(mx... | [
"kokondo@mail.doshisha.ac.jp"
] | kokondo@mail.doshisha.ac.jp |
06184c4d6727d936793015c0f0caed72574e2e19 | fd0bd6c91c547c81467a42555f8798c304602671 | /HW9/timing.c | 7def9c2bf2c35734748c432d0ef38ce1b6c68d1c | [] | no_license | snarra1/data-structures-in-c | 8118114c923bb3e2d0361a7897eb2f227070d696 | 729157110f993e4ab512e0e8059dd09eb057b2b8 | refs/heads/master | 2021-01-19T05:26:19.164513 | 2016-05-31T23:25:43 | 2016-05-31T23:25:43 | 60,130,699 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 157 | c | #include "timing.h"
clock_t getTime()
{
return clock();
}
float timeDiff(clock_t start,clock_t end)
{
return (float)(end - start) / CLOCKS_PER_SEC;
}
| [
"narrasupraja@gmail.com"
] | narrasupraja@gmail.com |
001e42a34d36d550c4505b07993f47c590f49a27 | 0725fbb80e977b1e3979137063f779123889ec46 | /solver/include/pos.h | 68a64ff62949db84426feb018461adcf5c2574d3 | [] | no_license | OMaxime68/CPE_dante_2019 | a43131b46a961dd773cd736d3a9d30c4526b3b00 | 037bb9def48261d595da93c9cdbbc739226d04ea | refs/heads/master | 2022-11-19T01:48:27.809003 | 2020-07-20T13:31:21 | 2020-07-20T13:31:21 | 281,124,080 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 528 | h | /*
** EPITECH PROJECT, 2020
** pos
** File description:
** pos
*/
#ifndef POS_H_
#define POS_H_
typedef struct pos_s
{
int x;
int y;
} pos_t;
char **get_file(char **av);
int solve(char **file_array);
char checker(char **file_array, pos_t end, int pos_y, int pos_x);
int direction_fw(char **file_array, pos_t ... | [
"maxime.owaller@epitech.eu"
] | maxime.owaller@epitech.eu |
e38d8026100ea6561e4fb68de662b7695364bc0d | 93c96986deb30920199869ec5a98167113b5bffd | /main.c | 958b34b494206d8b9ff7d7c95c0750a288c88161 | [] | no_license | cs2261-gt/final-project-Bowers-L | ffb4a34518bbaaff980d55a284899b982f62050d | eb4414bb0ca830dc4a294ea00c35f756787396f7 | refs/heads/master | 2021-05-18T20:32:50.859060 | 2020-04-21T07:33:06 | 2020-04-21T07:33:06 | 251,404,902 | 0 | 0 | null | 2020-03-30T19:16:08 | 2020-03-30T19:16:01 | C | UTF-8 | C | false | false | 2,202 | c | #include "game.h"
/*
*M3 Update:
* Progress:
* -All item functionalities implemented (in order):
* -Spring Boots: Player's jump height doubles
* -Shrink Ray: Player's height cut in half
* -Speed Shoes: Player's max speed is x4
* -Sticky Gloves: Player can wall jump
* -Project Z: Player re... | [
"loganmbowers@gmail.com"
] | loganmbowers@gmail.com |
76b0a0147d9e522816b97b2dfedaf0f57d8c3ce5 | d206139bda0d14d048f5b1b10ba80ddb949d2fa4 | /src/main.c | ce66e47f2924b2390ebed9251483956331a6dd1a | [] | no_license | ultrakaktus/vrs_cv4 | 1fd2ac7a23b83f897ab2aae58c3c9bd1ab5a7bff | ec5f5b28a02e7f44f08788930c93a6dc563cf21b | refs/heads/master | 2021-05-04T06:33:19.903271 | 2016-10-10T13:45:06 | 2016-10-10T13:45:06 | 70,492,454 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C | false | false | 5,184 | c | /**
*****************************************************************************
**
** File : main.c
**
** Abstract : main function.
**
** Functions : main
**
** Environment : Atollic TrueSTUDIO/STM32
** STMicroelectronics STM32Lxx Standard Peripherals Library
**
** Distribution: The fi... | [
"jkozarik@gmail.com"
] | jkozarik@gmail.com |
bb16bf374259228693573280fc4a4a3834c067a5 | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R5/mit/extensions/lib/PEX/c_binding/cb_fill.c | 1465fbcc82b395e3f8160bbe01311ea703f249cd | [] | no_license | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,408 | c | /* $XConsortium: cb_fill.c,v 5.2 91/07/12 18:39:03 hersh Exp $ */
/***********************************************************
Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
... | [
"yoya@awm.jp"
] | yoya@awm.jp |
db379fcc4f3bf706ec451acfe1ab6da08c0cee4b | 424b81739e2a8614431f87ccebe1350f232777a6 | /ARDUINOV2/ArduCommandExecutorV1.1/lib/globals/globals.boiler.h | 014b5b89e21c48c6dd9f8bfa780438f930f39783 | [] | no_license | raducaz/ArduinoMate | 8929c3183545fa8daf542db61150de432772e4f8 | ea6eb821bd13ac541ccb5d4162c14b15229dace3 | refs/heads/master | 2023-02-16T05:15:18.147309 | 2023-02-09T20:06:51 | 2023-02-09T20:06:51 | 139,239,347 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 709 | h | #ifndef globals_h
#define globals_h
//--------DEVICE SPECIFIC---------------------------
byte mac[] = { 0x78, 0x24, 0xaf, 0x3a, 0xa6, 0x70 };
const byte ip[] = { 192, 168, 1, 102 }; //This needs to match the name configured on Android App
int arduinoPort = 8082; //This needs to match the name configured on Android App... | [
"raducaz@gmail.com"
] | raducaz@gmail.com |
22704ea68c72162b39686a7368d32f9f46356a1f | c21aebd57eeadf69cf6f682c0d15ae20b6ea7547 | /script/combined/draw.C | 0c4a4a013b0571f1827396e4a66d5ae7273cbb25 | [] | no_license | jhualberta/camera | 4e5c9e7c7b746eaa2d1d3d2c6a71e99370c60c9d | 86585864fbaa620582663a10061dc130d50026ec | refs/heads/master | 2020-04-26T06:30:26.058306 | 2019-01-30T02:15:03 | 2019-01-30T02:15:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,160 | c | {
using namespace std;
gStyle->SetOptStat("0");
double n1 = 1.3; double n2 = 1.5; double n3 = 1.3; //refraction indexes
double loa = 6052; double loc = 6000; double lod = 6052; double lob = 6000;
TVector3 av(120,-33,80);
rad = 6060;
int bin = 100;
double p2d[2];
double cam3[3];
double cam[2]; //2D coordiante of camer... | [
"ysz1191150729@gmail.com"
] | ysz1191150729@gmail.com |
6a85ec94693db3057b1d7f7b9a343ea95455f9bc | 9b68b3d73b63ebcbfe18cc9a4aa8e91c84833a84 | /tests/libs/netcdf/tests/C_simple_rd.c | 749f8d7f9e24a9b5cf6afea00b1e91b923460409 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"NetCDF"
] | permissive | openhpc/ohpc | 17515db5082429eb9f250f12bf242b994beb715f | 725a1f230434d0f08153ba1a5d0a7418574f8ae9 | refs/heads/3.x | 2023-08-19T02:15:14.682630 | 2023-08-18T19:33:51 | 2023-08-18T19:34:18 | 43,318,561 | 827 | 247 | Apache-2.0 | 2023-09-14T01:22:18 | 2015-09-28T18:20:29 | C | UTF-8 | C | false | false | 1,871 | c | /** \file
Read the simple_xy file, with some of the features of netCDF-4.
This is a very simple example which is based on the simple_xy example,
but whch uses netCDF-4 features, such as compression. Please see the
simple_xy example to learn more about the netCDF-3 API.
Like simple_xy_rd.c, this example reads a small ... | [
"karl.w.schulz@intel.com"
] | karl.w.schulz@intel.com |
984ef88afbe11e23ac0a4485a91656d7cccdabae | e1d9c54e9925e30e388a255b53a93cccad0b94cb | /kubernetes/unit-test/test_v1_secret_projection.c | 25bd15f6c9f0564ff015081e114e1926d4ec4839 | [
"Apache-2.0",
"curl"
] | permissive | kubernetes-client/c | dd4fd8095485c083e0f40f2b48159b1609a6141b | 5ac5ff25e9809a92a48111b1f77574b6d040b711 | refs/heads/master | 2023-08-13T10:51:03.702497 | 2023-08-07T19:18:32 | 2023-08-07T19:18:32 | 247,958,425 | 127 | 47 | Apache-2.0 | 2023-09-07T20:07:00 | 2020-03-17T11:59:05 | C | UTF-8 | C | false | false | 1,764 | c | #ifndef v1_secret_projection_TEST
#define v1_secret_projection_TEST
// the following is to include only the main from the first c file
#ifndef TEST_MAIN
#define TEST_MAIN
#define v1_secret_projection_MAIN
#endif // TEST_MAIN
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdbool.h>
#include "../... | [
"ityuhui@gmail.com"
] | ityuhui@gmail.com |
5736a99ae3c8b69f90c587fb4bd66b7a52bcc9a0 | ddfddf613389ff1f2ab8e807ed2328defc80595e | /1_ECCode/Linux_C3/main.c | c53e25abdd1e75d51343aa04e27128d3bee81941 | [] | no_license | EExuke/mynoteC | fdb895dcefe08b3c0136923f3311f60eee467f80 | acdd54a217fa22e82f4da2e9040b98b656c6ec80 | refs/heads/master | 2021-07-02T20:39:52.778281 | 2020-11-01T04:35:32 | 2020-11-01T04:35:32 | 188,754,249 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 141 | c | #include <stdio.h>
#include "add.h" //调用静态库;
int main(void)
{
int ret;
ret = add(1,2);
printf("ret:%d \n",ret);
return 0;
}
| [
"test@runoob.com"
] | test@runoob.com |
982b06452d29dc820bd8fab810884c45ffd240ef | 27b3c7fa81a61d9f600ec3010c1e82002ef79b80 | /elf/evil_src/ScreensD/conf_loader.c | f91ed7786258e98f586c452b94d3fbc0b2e28c00 | [] | no_license | siemens-elfloader/elf | d9222a44481d3a6d2669446cd08c110a80f26225 | 878f7315e755a061967e6d8e0f59566829a9fbdf | refs/heads/master | 2023-02-13T06:59:48.187208 | 2021-01-06T09:41:52 | 2021-01-06T09:41:52 | 327,263,185 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,209 | c | #include "..\inc\swilib.h"
#include "..\inc\cfg_items.h"
#include "conf_loader.h"
const char *successed_config_filename="";
#pragma segment="CONFIG_C"
int LoadConfigData(const char *fname)
{
int f;
unsigned int ul;
char *buf;
int result=0;
void *cfg;
unsigned int rlen, end;
extern const... | [
"danile71@gmail.com"
] | danile71@gmail.com |
0a5629b19fd257c9024e6611b04a74883811bfdf | b4ce2e4c28cceec2a46c62bb779bd85992f407a0 | /software/sjSkeletonizer/extern/numeric_stuff/CHOLMOD/cholmod_colamd.c | 119de3ea51aea01dc358d31e3ef783a578672b75 | [] | no_license | hksonngan/jeronimo | b4b148d0d7fb3514357eb1d001601492bbc6ab59 | 9b803e1194be0fa6f3d5a8895e32fb84a028b0b5 | refs/heads/master | 2021-01-10T10:04:50.282419 | 2015-04-12T00:45:09 | 2015-04-12T00:45:09 | 47,669,420 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,154 | c | /* ========================================================================== */
/* === Cholesky/cholmod_colamd ============================================== */
/* ========================================================================== */
/* -------------------------------------------------------------------------... | [
"apinzonf@78a4e28a-90cd-11de-9d83-e924b18393b8"
] | apinzonf@78a4e28a-90cd-11de-9d83-e924b18393b8 |
38ab8598f9bd6bd7fb116b92b0112074bc5429d4 | da2588e7df0d96661961550ae53d9ca1824ac568 | /examples/boards/MSP-EXP432P401R/P401R_TRF7970A_ALL_NFC_MODES/config/mcu.c | 9d4943908ecb5c13030bd541722ad62fd77e0ac3 | [] | no_license | matthew5025/trf7970a-cepas | 57ac899334cb7e4f0159dec76770ad669b323825 | 37bf3017ca302f0348af7210ffd0b496f6e36a02 | refs/heads/master | 2020-11-29T00:36:42.620317 | 2020-04-16T05:43:06 | 2020-04-16T05:43:06 | 229,964,102 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,781 | c | //*****************************************************************************
//
// mcu.c - MCU Configuration and host interface APIs
//
// Copyright (c) 2015 Texas Instruments Incorporated. All rights reserved.
// TI Information - Selective Disclosure
//
//***********************************************************... | [
"matthew5025@users.noreply.github.com"
] | matthew5025@users.noreply.github.com |
ae8e29cc554828ec402b5656e963c678377c1a1b | 89db5ada103efe07056668508af8ae7183b53b71 | /FirstYear/295 C Questions/16.C | 32b5931fab92f1aec04c86ea38159fd6875c3395 | [
"MIT"
] | permissive | abinator-1308/2018-19-Classes | 6861f8b1175986490be5751be58f820b4791788c | b9911d512dd944c34e2abd92c163062340103406 | refs/heads/master | 2021-07-01T03:00:35.645860 | 2020-10-02T07:40:03 | 2020-10-02T07:40:03 | 173,078,500 | 1 | 1 | MIT | 2020-10-02T07:47:30 | 2019-02-28T09:06:49 | Java | UTF-8 | C | false | false | 128 | c | #include<stdio.H>
#define DEF
#define YES
#define NO
main()
{
int j;
#ifdef DEF
j=YES;
#else
j=NO;
#endif
printf("j=%d",j);
} | [
"abinator.as@gmail.com"
] | abinator.as@gmail.com |
ab5005c93a38cddd9a3a94cf05f381acf2c0851a | cf91e170d116259468a09143ff47ea0b43f6d751 | /test_2_A.c | 1d25e94908198d2ec490106343d533acacf912aa | [] | no_license | tldud0369/test | d5ad4926aa8850e5bd9c728732e0bd5e9b5298b3 | 1cea15f5465258d9bda43921fa04767ac6ad5282 | refs/heads/master | 2021-01-25T01:04:11.939383 | 2017-06-19T02:28:53 | 2017-06-19T02:28:53 | 94,722,201 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 366 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int main(void) {
void *p;
void *a;
int b;
a = p;
printf("malloc이 호출되기 전 주소값: %p\n", p);
a = malloc(1024);
printf("malloc이 호출된 후 주소값: %p\n", a);
b = abs(p - a);
printf("malloc(1024)의 메모리 영역 크기: %d\n", b);
getchar();
return(EXIT_SUCCESS);
}
| [
"chldud0369@naver.com"
] | chldud0369@naver.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.