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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2f005254cda187a0a53060353e9e7b8b71b2938d | 6780b10ab8e70dad7c21349766f65a903bdce27a | /practica1/ejercicio1/ejer1v1.c | 3b0d6f391bdff6815aeaa8951c277a837085bbbc | [] | no_license | ojosGata/Practicas-SO | b9ec9014e4f0473c680a21c7f09932e537b9852c | f28492ca3987673b21c64bca58d323df54ab1a52 | refs/heads/master | 2020-03-23T08:17:34.890050 | 2018-07-17T17:06:52 | 2018-07-17T17:06:52 | 141,318,735 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,352 | c | #include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <wait.h>
#include <unistd.h>
#include <errno.h>
void main(int argc, char **argv){
pid_t idProceso;
int i,n,valor, flag;
if (argc != 2){
/* check for valid number of command-line arguments */
printf("Usage: %s Numero de processes\n", argv[... | [
"noreply@github.com"
] | ojosGata.noreply@github.com |
d8ee00bdbea1a479585c77a5ea04d8cd6f939cce | 604d0461f34d0de81ae38e29a4bfd24bc5ee0b50 | /Licenciatura/Programação-2/C-1213/bases/hashtable.h | 1ee5d5424c0051c9be6c2944517afdc199052dd8 | [] | no_license | toothlesspanda/cool-tiny-projects | 171f02f9a58e4d7cb5a18653468c5b132daa1cb2 | ceca2b2a53fb214192fc93ada7df7672047bade0 | refs/heads/master | 2022-11-09T00:26:38.475391 | 2022-10-27T14:53:45 | 2022-10-27T14:53:45 | 72,670,700 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,222 | h | #ifndef _HAHSTABLE
#define _HAHSTABLE
/* A dimensao deve ser um numero primo para se obter um bom desempenho.
* O Load_factor deve ser inferior a 75% para evitar um excesso de colisoes.
*/
#define DIMENSAO_INICIAL 11
#define LOAD_FACTOR 0.5
/* tipos de dados */
typedef struct hashtable *Hashtable;
/* operaco... | [
"itm.m92@gmail.com"
] | itm.m92@gmail.com |
ba7863bb1b135b957d0ae168c52566b5206ef77f | 2cf5dadd5fe8f18d6b7a107f3566913698f3f3e1 | /系统模块/游戏组件/20.牛牛/消息定义/CMD_Ox.h | 1a51130c73f8b5332cd235ac3da76e601fb23e82 | [] | no_license | xiaokaixuan/qipai-game | 319a5af77a490daf4c825ca7f54bc0b0bbf5c1a0 | fce39d8192c1ea037ff34abec3d6074d56071934 | refs/heads/master | 2021-01-13T16:23:13.757533 | 2012-06-11T10:53:16 | 2012-06-11T10:53:16 | 54,963,680 | 1 | 0 | null | 2016-03-29T09:35:54 | 2016-03-29T09:35:53 | null | GB18030 | C | false | false | 3,910 | h | #ifndef CMD_OX_HEAD_FILE
#define CMD_OX_HEAD_FILE
//////////////////////////////////////////////////////////////////////////
//公共宏定义
#ifdef VIDEO_GAME
#define KIND_ID 529 //视频游戏ID
#else
#define KIND_ID 5 //游戏 I D
#endif
#define GAME_PLAYER 4 //游戏人数
#ifdef VIDEO_... | [
"pybmfc@gmail.com"
] | pybmfc@gmail.com |
51b66df49830d1fd9009c00082e5b0f161302351 | 3c7016a13348d2e3dddc19ce4481ec29e480146d | /Program1/DateDemo/App/Prog1.c | 606e5c2be4be84b73228c36d6b704cdce4c544e5 | [] | no_license | MichaelNickelson/EmbeddedRealTime | 0faf3c759e50fc79b1f9ca5e23f62a5880e51dab | 7d6225b86734afac1073b9011ed39b123c399b24 | refs/heads/master | 2020-03-25T07:33:19.864967 | 2014-03-06T20:27:57 | 2014-03-06T20:27:57 | 143,567,926 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,545 | c | /*--------------- P r o g 1 . c ---------------*/
/*
by: Michael Nickelson
PURPOSE
Read in and parse sensor data over a simulated RF link.
*/
/* Include Micrium and STM headers. */
#include "includes.h"
/* Include module headers. */
#include "PktParser.h"
#include "Errors.h"
/*----- Parameters for this program --... | [
"michael.nickelson@gmail.com"
] | michael.nickelson@gmail.com |
b53edf143a7c857fbac8b456fb70869240dd624c | dbe74fdf6bded2ceb98eec965fe05ddf7d6dd931 | /models/Minitower/components/Server/include/xyz_calibration_types.h | 5aea16c8a2ff2a8b4cbcad4799c03d7eecd89257 | [
"BSD-3-Clause"
] | permissive | smaccm/smaccm | 7f79bf5fe74bb1b856d69625fab4ffb1e138101e | 7393c423b5aca1a272a88cbb89b5dcfd08a5a47c | refs/heads/master | 2021-01-23T15:51:42.639585 | 2019-02-21T22:28:42 | 2019-02-21T22:28:42 | 12,084,628 | 27 | 27 | BSD-3-Clause | 2019-01-02T17:22:41 | 2013-08-13T14:59:47 | Java | UTF-8 | C | false | false | 962 | h | /* This file has been autogenerated by Ivory
* Compiler version 0.1.0.4
*/
#ifndef __XYZ_CALIBRATION_TYPES_H__
#define __XYZ_CALIBRATION_TYPES_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "ivory.h"
#include "ivory_serialize.h"
#include "xyz_types.h"
#include "time_micros_types.h"
typedef struct xyz_calibratio... | [
"andrew.gacek@gmail.com"
] | andrew.gacek@gmail.com |
9153e7abda000d1ccd3321bebef9257d157c9066 | 158059c348e49112a06cdfb929a136c62aabc306 | /Include/URI/URIHeader.h | 52ad86f4932a8ebad134a0f15369ef5499fc71f9 | [
"MIT"
] | permissive | vikvych/hierarchy_base | f5be4066f7460593c719eb4e95991d65fbaf6907 | fa2cfed8ca1ffe82b5665d4a615bd205849ae609 | refs/heads/master | 2021-01-22T02:17:50.921473 | 2017-05-25T01:25:50 | 2017-05-25T01:25:50 | 92,345,623 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 541 | h | #ifndef HIERARCHY_URI_HEADER_H
#define HIERARCHY_URI_HEADER_H
#include "URI.h"
ErrnoT URIGetHeader(const MemoryBlockT *URIHeaders,
const MemoryBlockT *HeaderKey,
MemoryBlockT *HeaderValue);
ErrnoT URIEachHeader(const MemoryBlockT *URIHeaders,
URIEachCb *Ea... | [
"ivan.tkachenko@youshido.com"
] | ivan.tkachenko@youshido.com |
655c38a779b9e21be488d97ec722d0971ea6199c | a60587b321bef1dd1c2eb4e7ca5cd39f5e2c0507 | /1st week/assg01a.c | 7600e179b141d1044e31a53519e3a42c88fef26f | [] | no_license | ragvri/CS201_Algorithms | c851c916ca2f90549aa2ebc11e89179ecd1c6469 | 79af0af661dc86f8bab8311c9477705e100538bb | refs/heads/master | 2021-01-19T11:18:04.312013 | 2017-05-05T14:09:39 | 2017-05-05T14:09:39 | 87,953,510 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,513 | c | #include <stdio.h>
#include <math.h>
typedef struct // to return two values for the function where we have to find out both max and min
{
int max;
int min;
} max_min;
int largest_digit(int a) //function calculating the largest digit using recursion
{
if ((a/10)==0)
return a;
else
{
int var1,var2;
v... | [
"raghavjindal2003@gmail.com"
] | raghavjindal2003@gmail.com |
9ac231f24c4255ea43ac4dda70729120f5137e1b | 8d183cdb54c54304efa2a088f7d0908e7e4f7a3c | /battleship/EIFGENs/battleship/W_code/C14/ev1414d.c | 7eae6fb4aef5867a59c4e5cdccd5b437fed10d4c | [] | no_license | mzlatkin/battleship | d5dbc9433bd44df04bf643759d63610e1c653e64 | 76dd92ee0a5b7c428cff497d2cf69caa920685ce | refs/heads/master | 2021-07-04T04:14:07.995855 | 2020-09-23T18:20:35 | 2020-09-23T18:20:35 | 178,740,165 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,804 | c | /*
* Class EV_ABSTRACT_PICK_AND_DROPABLE
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_1414 [] = {0xFF01,232,0xFFFF};
static const EIF_TYPE_INDEX egt_1_1414 [] = {0xFF01,245,1413,0xFFFF};
static const EIF_TYPE_INDEX egt_2_1414 [] = {0xFF01,1413,0xFFFF};
static... | [
"mzlatkin@elltechnologies.com"
] | mzlatkin@elltechnologies.com |
37140f3e76d48424b58e3a7487fb8d7b4b1635d6 | c425afb8bb6b182168fd4c3a46c9b334f4740e60 | /kungfu/class/mojiao/dingpeng.c | ce825f43efd9b72ed769dd4a43ff7a7f9d56cae0 | [] | no_license | fluffos/nt7 | ceef82b2465cf322549c7ece6ce757eaa8ec31ff | 52727f5a4266b14f1796c2aa297ca645ca07282a | refs/heads/main | 2023-06-17T10:07:33.000534 | 2021-07-15T11:15:05 | 2021-07-15T11:15:05 | 308,148,401 | 9 | 9 | null | 2021-06-28T14:11:57 | 2020-10-28T21:45:40 | C | UTF-8 | C | false | false | 5,237 | c | // This program is a part of NITAN MudLIB
#include <ansi.h>
#include "mojiao.h"
inherit NPC;
inherit F_MASTER;
inherit F_QUESTER;
void create()
{
set_name("丁鹏", ({"ding peng", "ding", "peng"}));
set("title", "魔教传人");
set("nickname", HIR"刀神"NOR);
set("gender", "男性");
s... | [
"i@oiuv.cn"
] | i@oiuv.cn |
b89b5082aea02d23102933bfcd4357a931d2f4fd | c7b74e4e28e52b064e940630d5425aff3e5f52b9 | /SOAL PDP06-02.c | 536bccd6c00d8c3de96189849f46357b9e444416 | [] | no_license | fatmawildah/Belajar-C-Codeblocks | b5151153eabee8080b43119c8c618a10a938159d | 353ea4394de02dfce5285a85a73b099a9858b0d4 | refs/heads/main | 2023-02-03T09:14:08.218084 | 2020-12-03T05:12:42 | 2020-12-03T05:12:42 | 323,539,531 | 0 | 0 | null | 2020-12-22T06:18:16 | 2020-12-22T06:18:15 | null | UTF-8 | C | false | false | 2,720 | c | ///IRHAN PRABASUKMA
///A11.2016.09945
///SOAL PDP06-02
///ASCII DETECTION PROGRAM
///16 OCTOBER 2016
#include <stdio.h>
#include <stdlib.h>
int main()
{
///KAMUS
int ascii;
///ALGORITMA
printf("\n\t\tINSERT ASCII CODE\t:\t");
scanf("%d",&ascii);
if(ascii>=0 && ascii<=32)
{... | [
"noreply@github.com"
] | fatmawildah.noreply@github.com |
ebb1d129e4587ce888b8e5a927ac9c990f0e50f4 | 6b617ab35bf2b624a84c41f3878080429fe54f02 | /socket_practice/chap13/writev.c | cb00b55a70fe7ab115d30fc69cff3e8e6413f4e0 | [] | no_license | Marlrero/2019_Linux_backup | 440a1ad69999fd46ec9e2200342c46a7a25633bb | 815cf09ec57c54cffb62bc5fb142e4fc2a668de9 | refs/heads/master | 2020-07-12T08:43:47.532744 | 2020-04-01T05:22:16 | 2020-04-01T05:22:16 | 204,769,742 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 357 | c | #include <stdio.h>
#include <sys/uio.h>
int main(int argc, char* argv[]) {
struct iovec vec[2];
char buf1[] = "ABCDEFG";
char buf2[] = "1234567";
int str_len;
vec[0].iov_base = buf1;
vec[0].iov_len = 3;
vec[1].iov_base = buf2 + 3;
vec[1].iov_len = 4;
str_len = writev(1, vec, 2);
puts("");
printf("Write by... | [
"mrtj0329@gmail.com"
] | mrtj0329@gmail.com |
18bc6f4e3e6a9e8f23c8caabed6b308ba6bc060f | a556c07ecfa1031dae46fd3433762941ceca68b1 | /kungfu/class/xiakedao/longyifan.c | 969aa52186e6711d7093a6c61709ab5694580f59 | [] | no_license | yqzcabao/pkuxkx-utf8 | 53c3c24f4e3a9125372bca72b6a4b10aa6293a7f | 0eaf237c9970795a51aa4cc04b5b762003300cbd | refs/heads/main | 2023-04-01T21:16:23.894845 | 2021-04-09T13:33:24 | 2021-04-09T13:33:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,774 | c | //Xiakedao NPC
//modified by aiai on 6/3/1999
#include <ansi.h>
#include <title.h>
inherit NPC;
inherit F_MASTER;
void consider();
string ask_me();
void heal();
int ask_skill();
void create()
{
set_name("龙亦凡", ({"long yifan", "long", "yifan"}));
set("nickname", RED"不败神龙"NOR);
set("title",GRN ... | [
"i@oiuv.cn"
] | i@oiuv.cn |
dcbe6c69ca422398ac06c38b1e11dbafec28944a | c62aac3c6833229a203175b08c876c74476d7b34 | /trabalho_3/Q2/helloNBsend.c | c088f24eaab6075793a6c7ba975fbac6d628d975 | [] | no_license | leonardostsouza/CAD | c51144bb3c686a44bac41e17848d4bfb38eb72b5 | 411e319dd1ca74c359a018773d85bd4104fe567b | refs/heads/master | 2021-01-20T22:02:40.394118 | 2016-07-25T17:41:55 | 2016-07-25T17:41:55 | 62,511,275 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,139 | c | #include <stdio.h>
#include <mpi.h>
int main(int argc, char** argv) {
int partner, myRank, buffer, world_size, proc_rank;
MPI_Status status;
MPI_Request reqSend, reqRecv;
/////////////// INITIALIZATION ///////////////
MPI_Init(NULL, NULL);
// get world size
MPI_Comm_size(MPI_COMM_WORLD... | [
"leonardostsouza@gmail.com"
] | leonardostsouza@gmail.com |
2b345de32d3d7449cda8ee5baed8d27212d36880 | f12b80093eb32fca97a1b6d1aa3d3394fa721d48 | /module/mediastreamer/mediastreamer/msvideoout.h | f34beaf44e21e05fd05d4d8547c25957c4942e18 | [] | no_license | QUSIR/mediastreamer_demo | 109ac0cfbdf2f61a1d0d2e8691080c4ddf83e688 | 6a89366beb7eb3ea768c43760b9b8441055dab26 | refs/heads/master | 2020-04-17T21:25:27.568912 | 2016-10-18T12:02:59 | 2016-10-18T12:03:07 | 67,485,038 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 917 | h | /*
mediastreamer2 library - modular sound and video processing and streaming
Copyright (C) 2006 Simon MORLAT (simon.morlat@linphone.org)
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 versio... | [
"1326714828@qq.com"
] | 1326714828@qq.com |
35ea33500dc45143060cb07a3bccfaca6d342426 | 75f1e79937ac69799fd0c0b0a3ebde61fd53ea7e | /parser.c | 84fb4d50ae75d0c8bc1c45452a30ffa723cafd76 | [] | no_license | sswastik630/YoloV4 | f20d5d66bb7f10a92a17fe5eddf88ebd37f925fb | 024720979ae8542ce764e1245832a5e27db68732 | refs/heads/main | 2023-08-23T19:09:45.295920 | 2021-10-04T07:07:10 | 2021-10-04T07:07:10 | 374,876,025 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 99,059 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include "depthwise_convolutional_layer.h"
#include "activation_layer.h"
#include "activations.h"
#include "assert.h"
#include "avgpool_layer.h"
#include "batchnorm_layer.h"
#include "blas.h"
#include "connected_layer.h"
#include... | [
"noreply@github.com"
] | sswastik630.noreply@github.com |
096f5784151d384b101004ac518426d2e72379d7 | 146b0a336967c57675de0126b0d7a3f958703be9 | /Chapter5/2DArray.c | cb4fee6ef16401a715ecdaf43f6eaf0ed71ab0d6 | [] | no_license | syvjohan/CFun | 2956d0472bc17afdea217429845724ae91ab656e | 1415ccd318fa6c6c8aebbf1021e27993efca1b57 | refs/heads/master | 2016-09-16T01:41:08.232867 | 2015-10-23T13:08:05 | 2015-10-23T13:08:05 | 18,022,090 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 405 | c | #include <stdio.h>
//equivalent to int a[3][4] = {0,1,2,3,4,5,6,7,8,9,10,11};
int arrYear[12][31] = {
{1,2,3,4},
{5,6,7,8},
{9,10,11,12},
{13,14,15,16},
{17,18,19,20}
};
int main() {
int i, j;
/* output each array element's value */
for ( i = 0; i < 3; i++ )
{
for ( j = 0; j < 4; j++ )
{
... | [
"johanfredriksson1987@gmail.com"
] | johanfredriksson1987@gmail.com |
0e877278cde960d9fb707e9cc15cf594942a0d74 | 3fbeab8745f0d93406b6cb13fe64c8c9f5381b18 | /PCA9555.c | 3a7f362180a4af9815d00c34450350ba79134746 | [] | no_license | jackeer/IO_EXPANDER_PCA9555 | 741ed39dd25b581d47f613fcb48fb149c4d18fda | 7f7d1415382f32d8c031ff6916c23cf5630c78f5 | refs/heads/master | 2016-09-05T19:25:31.569634 | 2015-06-02T07:18:47 | 2015-06-02T07:19:10 | 33,518,935 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,837 | c | /***************************************************************************************************
*
* File name : PCA9555.c
*
* Description : No song Write by JK
*
* COPYRIGHT JK 2008
*
**************************************************************************************************/
/******************... | [
"jackeer@hotmail.com"
] | jackeer@hotmail.com |
e32be4d4e05a95a8656da3f2742f2da5504774f7 | b53298f74a13dd5f6ffef1a56780812dd3f8f674 | /example1_baklava.c | 9a122c4a9120e907001c92c19ef17723437e3618 | [] | no_license | mustafazorbaz/SystemProgramming-C-Language | 8949b0e2579b057cd820b00f2fa47e71acc16a36 | 4239660e3b69bed8396da358c6534c0a3504528d | refs/heads/master | 2020-05-26T08:05:34.848327 | 2017-02-19T16:46:01 | 2017-02-19T16:46:01 | 82,473,685 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 570 | c | #include <stdio.h>
void main(int argc,int *argv)
{
int sayi,i,j,orta;
printf("Bir sayi giriniz :\n");
scanf("%d",&sayi);
orta=(sayi/2)+1;
for(i=1;i<=orta;i++)
{
for(j=0;j<=orta-i;j++)
printf("_");
for(j=0;j<=(i*(i+1))/2-(j*2);j++)
printf("*");
printf("\n");
}
for(i=1;i<=orta;i++)
{
for(j=0;j<=ort... | [
"mustafazorbaz@hotmail.com"
] | mustafazorbaz@hotmail.com |
7f6217956b9dec8928548d2fb8967f760e280c06 | 43369807c33c0643b07033d9d4e200debe302862 | /eve_server/server_app/lib/server/example/echo_websocket_server/EIFGENs/echo_websocket_server_mt_no_ssl/W_code/C8/ba247d.c | 66b7fa0617075f408db4c72aa4afb32703e7260a | [
"EFL-2.0"
] | permissive | jvelilla/Eiffel_Web_Server | 8ebcc06b3d81ea1bf4bba9a557ad5b753db6d0c6 | d194d75ff2322a0e195a2d23aa063943660bce75 | refs/heads/master | 2020-06-01T20:16:17.066391 | 2014-06-27T11:41:14 | 2014-06-27T11:41:14 | 21,387,371 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,780 | c | /*
* Class BAG [G#1]
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static EIF_TYPE_INDEX gen_type0_247 [] = {0xFF11,218,0xFFFF};
static EIF_TYPE_INDEX gen_type1_247 [] = {0xFF11,230,0xFF12,246,0xFFF8,1,0xFFFF};
static EIF_TYPE_INDEX gen_type2_247 [] = {0xFF11,246,0xFFF8,1,0xFFFF};
static EIF_T... | [
"manavkedia1993@gmail.com"
] | manavkedia1993@gmail.com |
e4d2035e4094de47f52d93f4c5ccaada07edeb6d | 0698f6a079a39f2e766bd53a0f79769cf55adb68 | /src/list/lst_aliases_func.c | d7aa6fd68b613593de6a6757d6d7c435f116f0fa | [] | no_license | MatthewLejeune/42sh | 196080f5f962532b5a56f48245cb0a7a1b4feaa6 | 9a809cae4456fae902fd33c6c4d9602f6507935e | refs/heads/master | 2016-09-11T04:22:44.800216 | 2015-07-16T08:49:47 | 2015-07-16T08:49:47 | 39,186,465 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,750 | c | /*
** lst_aliases_func.c for 42sh in /home/lejeun_m/42sh
**
** Made by Matthew LEJEUNE
** Login <lejeun_m@epitech.net>
**
** Started on Sat Apr 25 16:03:15 2015 Matthew LEJEUNE
** Last update Sun May 24 23:07:50 2015 Matthew LEJEUNE
*/
#include "42sh.h"
t_aliases *get_list_alias(int flag, t_aliases *new_aliases)... | [
"matthew.lejeune@epitech.eu"
] | matthew.lejeune@epitech.eu |
4414ac8a61749078e006d6a4ad6dbd0735e03cef | 8b4274fafc0cb48ee84e871d700cab34f96e1a67 | /src/Chap_07/Deque/7.5_Deque.h | 0bc30ad991bf063caff5c87510728dd13aa2fc9d | [] | no_license | zhunhe/data-structures | b8727c50d09dc6d0016b3ee86d95974112a26678 | 402b43c21e15698709293d9b058f4f30966ed971 | refs/heads/main | 2023-07-14T19:01:04.024363 | 2021-08-09T17:06:53 | 2021-08-09T17:06:53 | 321,884,517 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 573 | h | #ifndef __DEQUE_H__
#define __DEQUE_H__
#define TRUE 1
#define FALSE 0
typedef int Data;
typedef struct _Node {
Data data;
struct _Node *next;
struct _Node *prev;
} Node;
typedef struct _dlDeque {
Node *head;
Node *tail;
} DLDeque;
typedef DLDeque Deque;
void DequeInit(Deque *pdeq);
int... | [
"xuzhunhe@gmail.com"
] | xuzhunhe@gmail.com |
d9fae24cf7a97f04b3af4fc2192179947f06c3df | ceb762c442cd5e7b4fa01116a4fb69b6944147ac | /src/fillitfuncs.c | daeb2c4576a303e061ffb68ad9386b1d147702c7 | [] | no_license | Wysnard/fillit | 3af2dcd78ddaa26b46bd7692ecb4020e5a89a2a3 | 72b0e6bba324aac9bba543ad9c76cd7c73b3ffaa | refs/heads/master | 2021-08-23T10:50:30.652148 | 2017-12-04T15:44:11 | 2017-12-04T15:44:11 | 110,471,119 | 0 | 0 | null | 2017-11-26T16:37:22 | 2017-11-12T21:34:40 | C | UTF-8 | C | false | false | 1,003 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* fillitfuncs.c :+: :+: :+: ... | [
"dsaadia@e1r6p17.42.fr"
] | dsaadia@e1r6p17.42.fr |
8b665f4149c9ff322437cbaf5e2b07bf0302f6bd | 3b83db21d1c206005c474a9726c92b96cd13972c | /minishell/srcs/parser/heredoc_parser.c | 76c7af2c4757aeb31bb8e069c3c3c02a8bcd395b | [
"MIT"
] | permissive | r-moreira/42-projects | 1bbe3975c0720f8aeee94cfb2c871b2a57646266 | 27e6b3f3538c22d5a1ad2139c4b9196d1d52bf04 | refs/heads/master | 2023-04-05T06:41:14.641412 | 2023-01-08T03:20:02 | 2023-01-08T03:20:02 | 285,045,378 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,597 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* heredoc_parser.c :+: :+: :+: ... | [
"r.moreira4297@gmail.com"
] | r.moreira4297@gmail.com |
1be1006004ca705d76aebfcd806af9284f6515e9 | 48fd30a67a1c57e2a368afc47f757ecd127fc246 | /arm/7.80.3/ST/STM32F4xx/STM32F4xx_DSP_StdPeriph_Lib/Project/Lab7/prelab_task1.c | ba95cfa551a654cf6be397ea746fe3ddd0583883 | [] | no_license | NateBowen/micro_apps | aa2573ae32fcb856d5465848ed0400d6c75b6f0e | ba35e1006c0f76cc0d95c25f252f828e6cd33d1f | refs/heads/master | 2020-05-23T07:58:15.314310 | 2017-04-19T21:45:53 | 2017-04-19T21:45:53 | 80,475,534 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,055 | c | #include "prelab_task1.h"
#include "main.h"
/* Private function prototypes -----------------------------------------------*/
static void TIM2_Config(void);
static void DAC_Ch1_Config(void);
int prelab_task1(void)
{
GPIO_InitTypeDef GPIO_InitStructure;
/* GPIOA clock enable (to be used with DAC) */
RCC_... | [
"ecelab"
] | ecelab |
4d7d2d7fd73a4d1646b84e32fcea8f48bb947355 | f759421680dc7f0308b1c5729dc01dd31cec346b | /mfc/day01/MFCDlg/Resource.h | c091baabc8e3ea41ab6a09fea03f338b77a7efd0 | [] | no_license | atlantiswang/samples | e87f850977f551ccf6ea960cbafdd1ce633cbbc5 | a2e1c2039d1286c3bf4a1415faea40b7f8409f3a | refs/heads/master | 2021-10-14T07:18:34.431311 | 2021-10-01T18:18:36 | 2021-10-01T18:18:36 | 63,856,711 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 513 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by MFCDLG.RC
//
#define IDR_MAINFRAME 128
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_MFCDLG_DIALOG 102
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifnd... | [
"wh___@outlook.com"
] | wh___@outlook.com |
4d8f36ec66f37598299a7ab4045c462013b5011b | 1941d7b916f311cbe52abaf704788d4582ce760a | /base/SuperMarioProj.1994-02-09/Internal/C/VMCalls.h | 25b6216224a2959c4c3a7df21649599e0656da50 | [] | no_license | elliotnunn/supermario | 237bf7f58589ca0795ae4162f17f0219912dba55 | 9dd3c4bef84df2ea30f5ec2c5e97b043e8267b3f | refs/heads/master | 2020-05-04T22:39:39.546271 | 2020-02-16T00:18:24 | 2020-02-16T00:18:31 | 179,518,768 | 27 | 4 | null | null | null | null | UTF-8 | C | false | false | 3,730 | h | /*
File: VMCalls.h
Contains: external calls for VM (called via MemoryDispatch)
Written by: Phil Goldman, Rick Daley, Darin Adler, Joe Buczek
Copyright: © 1989 by Apple Computer, Inc., all rights reserved.
Change History:
<SM1> 5/2/92 kc Roll in Horror. Comments follow:
7/28/89 jb add DebugUtil tra... | [
"elliotnunn@me.com"
] | elliotnunn@me.com |
6efa54fce1c06384165f591b4491307f9e30219b | 4e5818206e3f23e624fb1106abee259e8866507f | /Digit-Recognition/sdaccel-opencl/src/training_data.h | 1455cded17e1dbefc74c6b9500968512294d5480 | [] | no_license | yw778/testApplication | 8bf8bd32b772a1347cc8bb0fdfaf6c93e1c8408a | b7e797b7f0425288382facedb30da620d6787298 | refs/heads/master | 2021-01-15T15:27:36.012031 | 2016-09-07T17:42:42 | 2016-09-07T17:42:42 | 64,891,021 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 897 | h | //===========================================================================
// training_data.h
//===========================================================================
// @brief: This header defines a 2D array that includes 10 training sets,
// where each set contains 1800 training data.
#ifnde... | [
"yuwang@dhcp-rhodes-1269.eduroam.cornell.edu"
] | yuwang@dhcp-rhodes-1269.eduroam.cornell.edu |
f4deb7bc02cf13b84fdf9ff6d8a501ffd48116d3 | 68cbbdc312b8b857f67fadcdb7a55617bb0ea078 | /libft/ft_strsplit.c | eea2f1a5606bc3eff1eacc7a5d082a006b2890b2 | [] | no_license | Radvod/lem_in | 43d253cbfc4893c85b3babfd0f7696d58afff0d1 | dfd2ece7b975a88ff4a8feb524e4ffadc81fc710 | refs/heads/master | 2022-12-05T00:36:12.867598 | 2020-08-17T11:08:57 | 2020-08-17T11:08:57 | 286,694,777 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,584 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsplit.c :+: :+: :+: ... | [
"hgalazza@student.21-school.ru"
] | hgalazza@student.21-school.ru |
3852781408c0ed450690acf21eb71015c6fdcdd3 | d6c240a50a069d6bd33a570af702a7758017757b | /AL/LAL_pll.c | 215082cf50211b3a9f19c23add65dafe4c417ac6 | [] | no_license | mfkiwl/SSS-001 | d3cac8962c0e1a7743792c6f42e711bb5cbbcb13 | 90e111dda390c17b983a9e3c49256994ce97bbbf | refs/heads/master | 2021-12-12T14:36:25.448559 | 2017-01-25T02:55:11 | 2017-01-25T02:55:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,032 | c | /* ******************************************************************************************
*
* (c) Copyright 2006 - 2007 Sunext Design, INC.
* All Rights Reserved
*
* **************************** SUNEXT CONFIDENTIAL ******************************
*
* Filename:
* LAL_pll.c
*
* Description:
* This f... | [
"walker0117@gmail.com"
] | walker0117@gmail.com |
13a2eb113a62de962956476628ba97684afc2a65 | 4587ab26a61922cf7811903a21425408d9bf3da1 | /app-misc/suntar-symlinks/files/usleep.c | 34d416c16bcefe6b8e078177c5d92be605893a2f | [] | no_license | suntar/suntar-overlay | 6fc44683b0320eb26a291b835da860f1d9befbad | 757b6519b607e79cbc2397b974130315ac79808d | refs/heads/master | 2023-08-29T14:39:02.584723 | 2023-08-25T11:48:29 | 2023-08-25T11:48:29 | 227,454,744 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 201 | c | #include "stdio.h"
void usleep(__useconds_t us);
int atoi(const char *c);
int main(int argc, char **argv) {
if (argc == 2) usleep(atoi(argv[1]));
else if (argc == 1) return 0;
else return 1;
}
| [
"alenk.serg@gmail.com"
] | alenk.serg@gmail.com |
291dcaf92d0a91122c3e152fbce917e82095cb21 | 55fb9cf4c438a0dbaa1f2ff333e6367bc1f865bc | /C/Functions/ft_char_is_alphanum.c | bb07b237058bab6f402ec7dc85a4aff7c0ab16b8 | [] | no_license | leoziad/Tests | 8fabd58b14992b7c6e4cc493076b283ffae8487b | 660c277fad20d4b8032ba32d729fa0a8fdca5675 | refs/heads/master | 2023-04-12T21:23:04.770903 | 2021-05-12T16:16:56 | 2021-05-12T16:16:56 | 312,326,166 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 159 | c | int ft_char_is_alphanum(char c)
{
if ((c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')
|| (c >= '0' && c <= '9'))
return(1);
else
return(0);
}
| [
"leo@debianLeo.com"
] | leo@debianLeo.com |
30badc830a9af13c68f7a78a42ed50238ee9fef6 | 925bd59ff1769df5abd26126cd7fea4459174bec | /ft_strtrim.c | 315f6ce782460ae8a97a72da914d0f9f4cb474b8 | [] | no_license | hdaikon/libft | 3c9e703b488ed28387ff028c41b923b76f6ba1f7 | c9fbe79a64d4b4879d04d2f6e6a3cb8c0d9a1cb2 | refs/heads/master | 2023-06-07T14:03:37.658074 | 2021-06-27T17:33:18 | 2021-06-27T17:33:18 | 380,800,728 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,547 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strtrim.c :+: :+: :+: ... | [
"hdaikon@oa-g1.msk.21-school.ru"
] | hdaikon@oa-g1.msk.21-school.ru |
23c3dfb9cc37f66369164b03e090c6852d8b0ab9 | ee429d7a9192ada08bff1054887471cf10ba2b71 | /Buttons.c | 1c8debc28fd09515a46c89e295e1642c13f9a9aa | [] | no_license | kayvan61/BLE_Controller | 6dd8fe1ff7dfdf0f9dc15eefc01d1b470de82b92 | 4ba1e88d96b82c36e4c3ae58a1c0d7b3423035f9 | refs/heads/master | 2023-02-19T04:23:38.155511 | 2019-12-05T18:02:59 | 2019-12-05T18:02:59 | 330,106,177 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 714 | c | /*
* Buttons.c
*
* Created on: Nov 5, 2019
* Author: Henry
*/
#include <stdint.h>
#include "Buttons.h"
#include "tm4c123gh6pm.h"
#define All_BUTTONS 0x3F
//Inits PD0-PD5 as inputs
void Buttons_Init(){
SYSCTL_RCGCGPIO_R |= 0x8; // 1) activate clock for Port D
while((SYSCTL_PRGPIO_R&0x... | [
"my1stphone@gmail.com"
] | my1stphone@gmail.com |
0854cbf0f949e1d0998e3563e7f9a85c9879f556 | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant100911_tree-ssa-sccvn.c | a4b5b62dc4af80018de7d431c99c681014323de1 | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 58,621 | c | /* SCC value numbering for trees
Copyright (C) 2006, 2007
Free Software Foundation, Inc.
Contributed by Daniel Berlin <dan@dberlin.org>
This file is part of GCC.
GCC 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 ... | [
"agroce@gmail.com"
] | agroce@gmail.com |
1799782106b01385633ff4957e5c2da95d9e6637 | d889b672637ccf290d4ff6778637746ad76a1eb6 | /Source/Devices/24EP512GU814.h | 68249871b6a3f777bae60f749d4506115b1399e9 | [] | no_license | ThaiKien96/PIC_Controler | 8a6faaf5471191b3f54857e534327644bd9244cf | ea909da5d8e94235e82598a8ac55ae4d44b2d93b | refs/heads/master | 2020-04-09T02:41:05.296339 | 2018-12-06T16:36:43 | 2018-12-06T16:36:43 | 159,949,975 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 64,570 | h | //////////// Standard Header file for the PIC24EP512GU814 device ////////////////
///////////////////////////////////////////////////////////////////////////
//// (C) Copyright 1996, 2013 Custom Computer Services ////
//// This source code may only be used by licensed users of the CCS C ////
//// compi... | [
"phamgiang261998@gmail.com"
] | phamgiang261998@gmail.com |
f0aaad60daa40c462c393e7e464d22f9f82a65d1 | d5dd0ea5caba173694eea56d01e70a84e93300ca | /libraries/hexdump/hexdump.h | 88abc5342d524c7f7c350536886fce55244dc545 | [] | no_license | mwales/utils | e7e085a43615b36a81339cf9ac78954c6a99a54a | 96df4d3b8f87752a2b1158c164921d53d81fd740 | refs/heads/master | 2020-12-24T08:32:34.241334 | 2020-09-08T05:56:19 | 2020-09-08T05:56:19 | 39,177,669 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 178 | h | #ifndef HEX_DUMP
#define HEX_DUMP
#include <stdio.h>
void hexDump(unsigned char const * const buffer, unsigned int bufferLen, FILE* fd = stdout, bool asciiToo = true);
#endif
| [
"mwales3@gmail.com"
] | mwales3@gmail.com |
7c4360b188a82b5245b0d8e92093efdcbff9a1f0 | 24d856d98c85a319d53be2768ccc176a50873fa3 | /linux-lts-quantal-3.5.0/sound/isa/sb/sb8.c | ab5cebea52e17156f542d5e87006dd490adbdd20 | [
"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 | 7,223 | c | /*
* Driver for SoundBlaster 1.0/2.0/Pro soundcards and compatible
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
*
*
* 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 v... | [
"jflinn"
] | jflinn |
5ae517d70fd7f516d4c4384c4cd0d50d644d97a4 | f990145070d6fa879003822ec6fa645286080ecd | /Ejercicos/Cola-cine/cola-cine.c | 1185962b233cec771e2a219e376f5c9ce4087790 | [] | no_license | adrielgro/EDyA | 25effba0d5bdb78562a406b02fa01d986c25718a | 272440ce856782092af281eb987393dc8e6be9c9 | refs/heads/master | 2021-04-06T08:35:07.860757 | 2018-03-14T23:45:51 | 2018-03-14T23:45:51 | 125,285,395 | 0 | 0 | null | 2018-03-14T23:12:18 | 2018-03-14T23:12:18 | null | UTF-8 | C | false | false | 503 | c | #include <stdio.h>
#include <time.h>
int main(int argc, char **argv)
{
int cola[1000];
int tiempo = 0;
#define MAXPERSONAS 10
srand(time(NULL));
printf("%d\n", rand() % 10 + 1);
for (int i = 0; i < MAXPERSONAS; i++)
{
printf("[%d:00]Personas formadas: ", ++tiempo);
int input;
scanf("%d", &input... | [
"adrielgro@gmail.com"
] | adrielgro@gmail.com |
f7c241066982ba0004501cecf9e6ab2fabcd5db5 | 29ca61697f5076c850e4e58ff2257384f8a25641 | /Action/src/define.h | 09a50faaf8dd6790c6fb3b64fda09bdceb9e7043 | [] | no_license | leogstc/Raider-of-the-Lost-Gem | 06dd8bd1c3bfbd1fdf6e27fdbdaf5da92dcb0e06 | 97a6d1ead6731779934176eab7f784d41af86c39 | refs/heads/master | 2021-01-01T15:53:26.044850 | 2017-07-25T11:15:34 | 2017-07-25T11:15:34 | 97,725,934 | 0 | 0 | null | null | null | null | SHIFT_JIS | C | false | false | 1,048 | h | #pragma once
//ライブラリ
#include "lib/gplib.h"
//ユーティリティ系
#include "lib/effect.h"
#include "lib/easing.h"
#include "lib/Gameover.h"
#include "lib/objectbase.h"
#include "lib/GameStart.h"
//======================================================================================//
//ステージ宣言
//================================... | [
"leo_gstc@hotmail.com"
] | leo_gstc@hotmail.com |
224a680e3ae9a54e0ee69a86591595f187b699dc | 52a3fab47e27b7bc172d923fac3e42f50c2acfc9 | /Project4-Synchronization-Primitives-IPC/project4_start_code/scheduler.h | bdd99cffcca8618e0ce571f6e62abc3ca795c477 | [] | no_license | zxhero/Zkernel | 4e773e835afe656c6473fa04d4be6ae73cedbeb3 | f55c38484a146e1e9b6fe65a5844ff2f0cce3e76 | refs/heads/master | 2021-04-12T09:07:35.019286 | 2018-03-27T02:21:15 | 2018-03-27T02:21:15 | 126,911,690 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,998 | h | /* Author(s): <Your name here>
* COS 318, Fall 2013: Project 3 Pre-emptive Scheduler
* Defines the process scheduler for the kernel.
*/
#ifndef SCHEDULER_H
#define SCHEDULER_H
#include "common.h"
#include "queue.h"
#include "sync.h"
typedef enum {
KERNEL_THREAD,
PROCESS
} task_type_t;
typedef int prior... | [
"zhangxu415@mails.ucas.ac.cn"
] | zhangxu415@mails.ucas.ac.cn |
00c271dd683fa9b45649d344395af9bb689021fb | e07cad80fa0fe5b2c4ae35cde5f47b21767a71dc | /noeud/SecApp/Src/main.c | 711fb1eac82e8b6f98903414022125c55c79cb6b | [
"MIT"
] | permissive | ptanguy/LoRaWAN_securise | 649c72cb56f7a0dd304ed978578147005d838549 | 144878acb7729640f2efc66387faf118bd87bb1f | refs/heads/master | 2021-01-08T04:24:24.230816 | 2020-02-20T11:00:54 | 2020-02-20T11:00:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,065 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
* @attention
*
* <h2><center>© Copyri... | [
"arlrcode@gmail.com"
] | arlrcode@gmail.com |
2ed3593a4d92e6c3b270be031472eefdef5e36aa | 6db78a271a4f1e381474c4de2a89bd16213beacd | /Calypso Before Testing/MemMap.h | bfc1dba280b334b46ac74c9fd75b0849f786abfc | [] | no_license | RitaEhab/CAN_Communication_Stack_AUTOSAR | 76080888ad23ff170d4c21bbffd1278d6ad065eb | 27ca252d25c954d15a5f6c2c7dcd422976559df2 | refs/heads/master | 2021-04-08T08:37:47.567344 | 2020-05-22T22:24:42 | 2020-05-22T22:24:42 | 248,758,938 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 151 | h | /*
* MemMap.h
*
* Created on: Mar 15, 2020
* Author: Rita
*/
#ifndef MEMMAP_H_
#define MEMMAP_H_
/* EMPTY FILE */
#endif /* MEMMAP_H_ */
| [
"noreply@github.com"
] | RitaEhab.noreply@github.com |
00e284d29cae964bf45567e9a52674919833c799 | fd94441df242bef6ea80ade576541a84059ab294 | /src/File.h | dc1daa75c9dff05638be6b9ce426bb18a98a5fc3 | [] | no_license | FGRibreau/ai-rom | b62422010d51f45fc7d49158c76dba6096f09189 | 12ef937053537e7bbd4e7798323c25893a3056ed | refs/heads/master | 2023-08-02T21:42:23.126475 | 2010-11-22T11:21:48 | 2010-11-22T11:21:48 | 1,014,485 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 421 | h |
#ifndef _FILE_h
#define _FILE_h
#include "env.h"
typedef struct File* pFile;
struct File{
void* data; //Pointe vers une route dans la file
pFile next; //Pointe vers le prochain élément dans la file
pFile prev;
} File;
pFile File_create();
void File_push(pFile* file, void* data);
bool File_isEmpty(pFile fil... | [
"github@fgribreau.com"
] | github@fgribreau.com |
321b6fc8510cf1efc4facbf333d479784aa89b58 | 0c84e3cb42a3e7fd95f61cfe52585a961c44853e | /tp/tp5/src/bdd/hexdump.c | 143539fb1a1dd856cf24c884d9b9177016e68321 | [] | no_license | jskd/CavBDM2 | 1bac6329ab9717394af770f6e1f737205e3157b7 | c5a4e285800c4327144f41a35c30bfcb270eafae | refs/heads/master | 2021-09-13T15:42:16.822632 | 2018-05-01T17:02:27 | 2018-05-01T17:02:27 | 106,043,916 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,696 | c | /**
* TP n°: 3
*
* Titre du TP : Merge Join Duplicate
*
* Date : 21/10/17
*
* Nom : Lefranc
* Prenom : Joaquim
* email : lefrancjoaquim@gmail.com
*
* Nom : Skoda
* Prenom : Jérôme
* email : contact@jeromeskoda.fr
*
* Remarques :
*/
/* Remarques : Ce fichier a été récuprer du site:
* https://stackoverflow.com/questio... | [
"git@jeromeskoda.fr"
] | git@jeromeskoda.fr |
6e79dd603c3368bdd82ca85612a9ba59b1718ba9 | 12db95a1d1eee75bd084b642a0054535b1414d77 | /change_5504_or_7512_6bytes_over_UART/updateLEDs.h | 09656b426fbf0b54b2458168854c6c6337d88d56 | [] | no_license | jkitt84/code_compose_workspace | b021b482f085b87597d20e4b2f500ccd738af9bd | daa8cda8deb3fedcec348d2f1afd560e170f38c4 | refs/heads/master | 2016-09-11T00:34:30.374062 | 2014-02-26T02:44:51 | 2014-02-26T02:44:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 408 | h | /*
* updateLEDs.h
*
* Created on: Jan 15, 2014
* Author: Jeff
*/
#ifndef UPDATELEDS_H_
#define UPDATELEDS_H_
#include "msp430g2553.h"
#include <stdint.h>
void updateLEDs( uint16_t twoBytes );
/* updates the LEDs based on the contents of twoBytes
* 0x0001 = RED on = 1
* 0x3A45 = red off = 14917
* 0... | [
"jkitt84@gmail.com"
] | jkitt84@gmail.com |
efd4cbb1256189ee2a72cdc23c0984f41e5c3cf6 | 201be6cad3c28acf2b120d100310e3a0a489f702 | /sprd/1.uart/uart/uart.c | 91a47f0bdfca8d31e543e98cd812c4fea9bb9f8e | [] | no_license | Flexi21/Demo | dfe7cb693fb3e20beb82905f57555acbca84a47d | 371f03f14b7294cb1807a46508386bcbc1aa03e1 | refs/heads/master | 2021-06-25T11:47:04.028736 | 2020-12-02T07:13:46 | 2020-12-02T07:18:03 | 154,173,784 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,172 | c | #include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <signal.h>
#include <string.h>
#include <time.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <termios.h>
#include <signal.h>
#include <pthread.h>
int obd_fd;
pthread_t tstbrd_thread;
void *TSTBRD_thread_callback(void *data)
{
int beforeSize ... | [
"zwl@default.com"
] | zwl@default.com |
2ac2d5bc09a7b9f90761af73fe42f32cff53e215 | 6a0f5f3538cf225fd92217ed56af76c723270add | /guilds/scion/paths/sword/flame/sweeping-flames.c | d9faff1bad1358622f17b19b6df79256546a221b | [] | no_license | samjaninf/core-lib | 572c7c25c1965ce40fc9ef837644c0ca25517a3b | 04f2fa2128b7e71be786f3121f1b13b23a9767e3 | refs/heads/master | 2020-05-04T06:20:39.721977 | 2019-04-01T19:16:52 | 2019-04-01T19:16:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 622 | c | //*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
inherit "/lib/gui... | [
"abc@maelstrom.cc"
] | abc@maelstrom.cc |
abf58ceae86b119807da91d399aa2bdeca1f18f4 | bade93cbfc1f25160dfbe9493bfa83f853326475 | /mwc/romana/source/4.2.x/usr/src/misc/yn.c | e65d26abc81fc389df5c4318ca6e1745fe590f17 | [
"BSD-3-Clause"
] | permissive | gspu/Coherent | c8a9b956b1126ffc34df3c874554ee2eb7194299 | 299bea1bb52a4dcc42a06eabd5b476fce77013ef | refs/heads/master | 2021-12-01T17:49:53.618512 | 2021-11-25T22:27:12 | 2021-11-25T22:27:12 | 214,182,273 | 26 | 6 | null | null | null | null | UTF-8 | C | false | false | 778 | c | /*
* ask a question yes or no via stderr.
*/
#include <misc.h>
yn(question)
char * question;
{
char reply[80];
for (;;) {
fprintf(stderr, "%r <y/n> ", &question);
fflush(stderr);
if (NULL == gets(reply))
fatal("unexpected eof on stdin");
switch (*reply) {
case 'Y':
case 'y':
return (1);
case '... | [
"gspurki@gmail.com"
] | gspurki@gmail.com |
26958c64452730c98311417bfca670ff6faa18be | 860a4368ec8da5e4484d594a5180ac6a55641594 | /bots/LUFA/Drivers/USB/Core/OTG.h | 58d47bace323290e7409473de6152fc47fc653e6 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | chaohf/pokemon-hex-generator | b6a0af4f2756aba3d24fafefd9d3d458b2b8a4a0 | 47ed7e5ab5f306fcf9ab076af627db03cfe44ced | refs/heads/master | 2022-09-24T20:29:59.740383 | 2020-05-23T06:59:47 | 2020-05-23T06:59:47 | 268,753,513 | 1 | 0 | MIT | 2020-06-02T09:08:50 | 2020-06-02T09:08:50 | null | UTF-8 | C | false | false | 2,416 | h | /*
LUFA Library
Copyright (C) Dean Camera, 2014.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purp... | [
"zak@thisfireinside.com"
] | zak@thisfireinside.com |
8c582768702043b7b0dcbf4a0efefd3b931ac261 | 139985d298bd4ba155f24b19e429f1bfc0fa38ee | /core_csiro/arch/common/FreeRTOS/src/rtos_hooks.c | 86a0a853482a46989f83d04f8acc8d81e786beb6 | [
"BSD-3-Clause",
"MIT"
] | permissive | uqembeddedsys/ei-freertos | 05fddc2b216dab7c59234260988a1bac37a676b8 | 22910f8d35464802fff3d53b0a1a80264aef6817 | refs/heads/master | 2021-04-19T16:40:02.560557 | 2020-05-15T04:04:50 | 2020-05-15T04:04:50 | 249,620,890 | 0 | 1 | null | 2020-03-24T05:27:52 | 2020-03-24T05:27:52 | null | UTF-8 | C | false | false | 4,613 | c |
/* FreeRTOS includes. */
#include "FreeRTOS.h"
#include "task.h"
#include "cpu.h"
#include "log.h"
#include "watchdog.h"
/* Prototypes for the standard FreeRTOS callback/hook functions implemented
within this file. */
void vApplicationMallocFailedHook( void );
void vApplicationIdleHook( void );
void vApplicationStac... | [
"jordan.yates@data61.csiro.au"
] | jordan.yates@data61.csiro.au |
ab9899653c442a1c7d1cd82cd4ae1b555ba4413a | 817c4df6b5e2ef294f0a32e5300f849145e08da9 | /qnx/reference/openqnx-master/trunk/utils/s/svn/subversion/libsvn_ra_serf/merge.c | 7f9555b0bf921790a29efb2906029a73aa567cf3 | [
"BSD-2-Clause"
] | permissive | wizardst/mycode | c7a019816fb8274a067faaa1c0e47ca621b6b469 | deb5ac69d59892066cf59e7e1c87cd2e1e1fd14f | refs/heads/master | 2021-03-14T15:47:04.276266 | 2019-10-18T01:01:51 | 2019-10-18T01:01:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,328 | c | /*
* merge.c : MERGE response parsing functions for ra_serf
*
* ====================================================================
* Copyright (c) 2006-2007 CollabNet. All rights reserved.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distrib... | [
"929391874@qq.com"
] | 929391874@qq.com |
9030e0a098f4c1615e5eb09e5ccb8bae9c29e9fa | 52e49332001fe466ab5a5ef9e2de8dd6ba910df3 | /doWhile.c | a23bdbeecfb233e9d04d94af83c63bcdc3f641e9 | [] | no_license | salman-naheed/c-language | eab94addb0d62e4f6c002adc9fc1507993aa3dc8 | 64d724416e14162a97dea0744a0d6f6551b2e8d9 | refs/heads/master | 2023-06-10T17:10:30.464259 | 2021-06-26T21:15:23 | 2021-06-26T21:15:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 249 | c | #include<stdio.h>
int main(int argc, char const *argv[])
{
int a,index=0;
printf("Enter a number: ");
scanf("%d", &a);
do{
printf("No. is: %d \n", index);
index += 1;
}
while(index < a);
return 0;
}
| [
"salmannaheed23@gmail.com"
] | salmannaheed23@gmail.com |
d5cc4745281bb37a2ab1558dd09a705b210bf6b4 | c9d19ed5caef4edaea4e4172c88625f03dc34509 | /Robot/Soft/led.c | 609d5d7c44066b7b6ba5179fab707360eb72f104 | [] | no_license | Rodobmx/ProjetBluetooth | c51d841cbe57e14eae811b339d24fb6bdf37bd3e | aedcc99d94adaefac3b65f3550d3d70e0bf16c2e | refs/heads/master | 2016-09-05T13:25:35.708405 | 2013-05-25T15:43:12 | 2013-05-25T15:43:12 | null | 0 | 0 | null | null | null | null | WINDOWS-1250 | C | false | false | 3,260 | c | // Filename : led.c
// Author : KevinM
// Modified : 05/04/2012
//
// Includes
#include "led.h"
#include <io430g2553.h>
// Defines
#define LEDR BIT0
#define LEDG BIT6
// Definitions
// ------------------------------------
// Fonction : led_setup
// Description : Permet d'initialiser ... | [
"rosavouret@aol.com"
] | rosavouret@aol.com |
488fcdf4f1c743fa1147409e3c991403e1230a84 | a4ea428fe270b3c1b58583417663459977a0ab08 | /lib/vm/sorting.h | 845af17d6c79304d831928302f7b84d2bcc0a46f | [
"Apache-2.0"
] | permissive | silviobacci/Schedulability_Analysis_Tool_for_Hierarchical_Real_Time_Components | e36a5fd52483458ce676a54caec306859f65b129 | fd75d369e7c2595c3a80fd49e7b30724fafc49d1 | refs/heads/master | 2021-09-22T11:55:32.448008 | 2018-09-10T08:05:56 | 2018-09-10T08:05:56 | 137,494,422 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,633 | h | #ifndef VM_SORTING_H
#define VM_SORTING_H
//------------------------------------------------------------------------------
// FUNCTIONS
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// SORT CPUS BY ID: ... | [
"s.bacci@outlook.it"
] | s.bacci@outlook.it |
0280b480158eaf612778cb967bbe579dc9f85333 | 7578772afef5275e8d1edf5c9e6b34fc0368f492 | /d/jjf/mishi.c | 7cf67ad4404cc1c4309fbf54d80fa1b6fdef50c9 | [] | no_license | jackyueq/xyj2006 | 3b899323c4b891b57fa25d671527edea7f4fccd2 | 2d0681c32c6bb880c21a43aca127f5d4af1000a0 | refs/heads/master | 2020-04-06T04:25:29.851538 | 2015-03-18T07:22:28 | 2015-03-18T07:22:28 | 32,443,903 | 3 | 5 | null | null | null | null | GB18030 | C | false | false | 709 | c | // Room: /d/jjf/mishi.c
inherit ROOM;
void create()
{
set("short", "小屋");
set("long", @LONG
看起来小屋很久没有人来了,到处都是灰尘.正前方有一张
大木桌,桌上供着一个牌位,两边烛台上的香烛早已燃尽.
LONG
);
set("item_desc", ([ /* sizeof() == 2 */
"table" : "桌上都是灰,什么也看不清.
",
"牌位" : "牌位上写着:表弟罗成之位.
",
]));
set("exits", ([ /* si... | [
"jackyueq@gmail.com"
] | jackyueq@gmail.com |
b089dd93b19833a324e55c39049776f46ee4f353 | 341c4ec6bc790d72e5eeee7a372154de3c3de2c4 | /thin_client/spice-glib-0.26/win32/win32-spice-widget.h | bfa195155b7fa718b98941f5e6f5cdf0c9f60ce5 | [] | no_license | vipsql/desktop_develop | 284012b5a81f652af669b4d88b4980dd5b603210 | d0ff59efd415cf2e25a0904e4e379f9412b96feb | refs/heads/master | 2021-06-01T08:51:58.701852 | 2016-06-07T07:37:49 | 2016-06-07T07:37:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,959 | h | /* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
Copyright (C) 2013 Iordan Iordanov
Copyright (C) 2010 Red Hat, Inc.
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 Founda... | [
"wzuoyi@zhicloud.com"
] | wzuoyi@zhicloud.com |
b99709a68ea3452dbab477d13df43e3e92d9f4ee | b0fbfcdf6a3df967fb8ebe6c8b8daa1e240b1fea | /plots.C | f122003962709419d997e0dbf3f1beeae2eda145 | [] | no_license | SangeonPark/D0Analysis | 624c13470761609d72d5c24b11968bb9f0f5e14e | 09b7189b55c29c0d77a3013bf588f74d17f4d772 | refs/heads/master | 2021-01-25T09:37:45.196868 | 2018-01-24T04:51:26 | 2018-01-24T04:51:26 | 93,861,511 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,230 | c |
Double_t CrystalBall(Double_t *x,Double_t *par) ;
Double_t CrystalBallPol(Double_t *x,Double_t *par) ;
void plots(){
//////////////////////////////////////////////////////////
// This file has been automatically generated
// (Thu May 5 18:28:37 2016 by ROOT version6.07/03)
// from TTree nt/nt
// fo... | [
"sp35@rice.edu"
] | sp35@rice.edu |
475ab4a82c8f4c88fca97e7d5bff594225f90277 | 9782e000c61633f7ad875d171672d87d786fb207 | /osal/src/unit-test-coverage/vxworks6/osfilesys-test/osfilesys_stubs.c | cdabc3fde2b209d73d21b65c476818d8a163d438 | [
"Apache-2.0"
] | permissive | JiHunBae/FIT-Source-Code-nos3-fsw | 2e148641299ded9e8d8c8c12a24b4e12a0d6e11a | 6fd2d02595014d663cd9eea7ba406e5968fbca12 | refs/heads/main | 2023-07-22T22:01:33.338996 | 2021-08-19T03:22:43 | 2021-08-19T03:22:43 | 397,797,557 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,757 | c | /*
* NASA Docket No. GSC-18,370-1, and identified as "Operating System Abstraction Layer"
*
* Copyright (c) 2019 United States Government as represented by
* the Administrator of the National Aeronautics and Space Administration.
* All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the... | [
"qowlgns304@gmail.com"
] | qowlgns304@gmail.com |
2e93bc7de4c26d10ec392a6a7e556644332fbad5 | 843abe9562e13a616d938f838d761c0da807e3da | /Mozzi-1.0.3rc6/tables/AKWF_1086_512.h | 8798348cfa9d74afc411800660f2ab361c913337 | [] | no_license | Tolsi/Ellitone-Multi-Synth-Firmware | 5958fbb4ba9f90c7a1000044290f0b3d65fc955e | 525ade4866457cacaa5314d2ea92e78120da65c0 | refs/heads/main | 2023-04-06T15:58:16.839640 | 2021-04-16T17:12:13 | 2021-04-16T17:12:13 | 358,667,419 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,671 | h | #ifndef AKWF_1086_512_H_
#define AKWF_1086_512_H_
#if ARDUINO >= 100
#include "Arduino.h"
#else
#include "WProgram.h"
#endif
#include <avr/pgmspace.h>
#define AKWF_1086_512_NUM_CELLS 512
#define AKWF_1086_512_SAMPLERATE 512
const char __attribute__((section(".progmem.data"))) AKWF_1086_512_DATA [] = {1,
10, 17, 2... | [
"tolsi.ru@gmail.com"
] | tolsi.ru@gmail.com |
a6777aa77a94acb0bd5723d3d284bedf02f1e756 | 1dac7a53fcc3db105cbb15aa71fc97473ee27958 | / my-project-hihack --username kaiser.ren@gmail.com/energymicro/kits/EFM32TG_STK3300/examples/Senfone/tg210/main.c | 1cee913d017aa1daf0a9304c64371b241c64ea8f | [] | no_license | in06khattab/my-project-hihack | ac2b2a60049bc5b1c93e32f553139dbf5d7a83cc | b9184a11a5a0343ec3e2c5fae39ecc46e3cb4502 | refs/heads/master | 2021-01-19T11:22:27.116172 | 2014-03-11T07:28:29 | 2014-03-11T07:28:29 | 40,616,941 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,200 | c | /**************************************************************************//**
* @file main.c
* @brief sensorfone
* Author: kaiser ren
*****************************************************************************/
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#include "em_device.h"
#incl... | [
"kaiser.ren@gmail.com"
] | kaiser.ren@gmail.com |
c875c739ede6d0c1be9e83d684fd093238f562da | d1f9f8a9174675d9021651a6e718ced5a72bb9e2 | /include/daqhats.h | 5483cb4409dd499ecd31de7784b2a7dab8e09586 | [
"MIT"
] | permissive | chinaloryu/daqhats | 68c4f658110e50e3179b392bfae376354fa86b55 | 2bcc3a9ebef8b1d078ded72fe4851f1d649357fb | refs/heads/master | 2020-04-03T06:00:52.516128 | 2018-08-27T14:12:42 | 2018-08-27T14:12:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,928 | h | /**
* @file daqhats.h
* @author Measurement Computing Corp.
* @brief This file contains definitions used across all DAQ HATs.
*
* @date 1 Feb 2018
*/
#ifndef _DAQHATS_H
#define _DAQHATS_H
// include files for DAQ HAT boards
#include "mcc118.h"
/// Known DAQ HAT IDs.
enum HatIDs
{
/// Match any DAQ HAT ID ... | [
"nick.wright@mccdaq.com"
] | nick.wright@mccdaq.com |
830824964bdb58cdcea7dd3b112ca8115d236cc6 | 80894872324ab565535beba494cdb90bdd55f1e1 | /src/rax.c | 79411510240055d41a7f8337f07447f8cdec4d8f | [
"BSD-3-Clause"
] | permissive | soft-way/redis | a312aeae94d65779b3b6cf0de1cd59c54a9b47d5 | 76d9ff707ecbd4209b12aa052122b7e0c6e6287a | refs/heads/master | 2020-05-05T11:11:09.508877 | 2019-11-28T08:20:22 | 2019-11-28T08:20:22 | 179,978,881 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 76,575 | c | /* Rax -- A radix tree implementation.
*
* Copyright (c) 2017-2018, Salvatore Sanfilippo <antirez at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions ... | [
"droid.you@gmail.com"
] | droid.you@gmail.com |
0561a6b67f2d0466f2595e74cceeadb665b1a159 | 2cc721af5826795ef5d6b5da9011bd508ad2cf3b | /UART2CAPTUREwith8bitsMCU/Interrupt.C | e51c212c90650070e6f91a1c19a1b57ce12e2321 | [
"MIT"
] | permissive | louisopen/UART2CAPTUREwith8bitsMCU | b17c45d08955abfe23c12429f12a50022bde7b2e | 67cc2fcafe19ea9747ea4d4519d54f8ddc605630 | refs/heads/master | 2023-01-22T20:15:24.490345 | 2020-12-05T05:34:08 | 2020-12-05T05:34:08 | 284,261,218 | 3 | 0 | null | null | null | null | BIG5 | C | false | false | 4,358 | c | //___________________________________________________________________
//___________________________________________________________________
// Description: 系統初始化相關程序
// Copyright@: 2019 BY Louis Huang / https://github.com/louisopen/
// File Name: Interrupt.c
//Targer Board: MK8002D
// MCU Body: HT66F317 HT66F318-... | [
"louisopen@gmail.com"
] | louisopen@gmail.com |
44ea434ff1004a1c09c5f91e51c06e552dd58d3a | a27d64e4485f87ab0ff328144017e11ca2de6348 | /srcs/exe_cmd/builtin_or_not.c | f6f1964c48d834dfad8c894686859ccc573cc745 | [] | no_license | haolgrek/42sh | 5761282ede778de6e90d58f6a51ce85d98e365d3 | 143dfb00168524c53e9db7dce511d2ac065c0d89 | refs/heads/master | 2021-05-07T08:53:41.300199 | 2017-11-13T07:26:31 | 2017-11-13T07:26:31 | 109,427,749 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,305 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* builtin_or_not.c :+: :+: :+: ... | [
"rluder@e1r4p11.42.fr"
] | rluder@e1r4p11.42.fr |
42c7a3b410d9e81b7f4098d28b49c9e48a0e53c7 | 5b992a926255b7f75f8f8f125f9016432ba3c27c | /Frogger/TextManager.h | a3223fd8aa9c34b5907d3fc5cab2fb41e518b814 | [] | no_license | corey-underdown/GBA | dac0cf59fc35284dd5013da42517dd233dca115f | b942bd55f45ee239832d539d7d849a3cfcd767f0 | refs/heads/master | 2021-05-31T18:54:50.667581 | 2015-08-25T11:50:44 | 2015-08-25T11:50:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 51 | h | #ifndef TEXTMANAGER_H
#define TEXTMANAGER_H
#endif | [
"silcoish@gmail.com"
] | silcoish@gmail.com |
875f2f523c368fdeeb6cf7fb0de3a1e31de2c166 | a99c6b652440f9b4a723ff25e2037d900f6d4cb5 | /custom/Bench_db_x_x_2/test_PSUBQ_m_x.c | 157772f1adba467be31ac4561656e84ffbc1f247 | [] | no_license | jtombiamba/MABTools | 4094f28a1e36f6639f57d98c89080d836559539d | a2b1d244d61b1bfc7b606972265d299eaab4f438 | refs/heads/master | 2020-12-24T17:25:55.126493 | 2013-06-02T10:06:57 | 2013-06-02T10:06:57 | 5,777,759 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 981 | c | #include<bench.h>
/*
Test file name: test_PSUBQ_m_x
This test file was created with the following script :
./GenGramTest.sh
using awk scripts:
AWKGENGRAM= GenGramTest-V5.awk
and the files:
Instruction List file: ../InstructionLists/x86_Full_InsnList.csv
*/
/* start code here */
perf_t test_PSUBQ_m_x(stream_... | [
"james.tombi@gmail.com"
] | james.tombi@gmail.com |
8c75523ccf094bdba5e0414c9ea69c5a3d7494a0 | d9a02fb847fe2870b9c10fc14f855e5c1d915685 | /src/event_machine_hw_specific.c | 16d621097563ff75981e3dbc58c7aa2fd2d3bdc3 | [
"BSD-3-Clause"
] | permissive | lamdota2/em-odp | 961be08d0ac3f958221ae25bfad66539a001f5fb | 8ef2c8f75650669e34e4a7dd3a79b537b10a9bf8 | refs/heads/master | 2023-04-10T23:36:41.123602 | 2020-10-22T13:38:32 | 2020-10-23T05:26:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,351 | c | /*
* Copyright (c) 2015, Nokia Solutions and Networks
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
... | [
"carl.wallen@nokia.com"
] | carl.wallen@nokia.com |
1fbdacdf5ff3b2f83bd2814df050e96285140baa | e997f2d584f9a33964ec378b6afb9465e912c83e | /src/24cxx.c | d9e0c845e409e6bcc538bf18e3a2024f08d47244 | [] | no_license | stuRobotics/stellax_3.5_stm32 | c24224cea54aea753f9cea299e9125d46d579aeb | 765efe69d60b7eb252d8f50957fb445633fdb2da | refs/heads/master | 2020-04-14T23:50:57.184430 | 2019-01-08T03:00:52 | 2019-01-08T03:00:52 | 164,218,918 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,888 | c | #include "24cxx.h"
#include "delay.h"
//初始化IIC接口
void AT24CXX_Init(void)
{
IIC_Init();
}
//在AT24CXX指定地址读出一个数据
//ReadAddr:开始读数的地址
//返回值 :读到的数据
u8 KS103_ReadOneByte(u8 address, u8 reg)
{
u8 temp=0;
IIC_Start();
IIC_Send_Byte(address); //发送低地址
IIC_Wai... | [
"noreply@github.com"
] | stuRobotics.noreply@github.com |
68d96b009f4db5186d4e08202a712f2f62c7fa23 | c3e1fce7a720bb66a3814123727b6f835b54c8fd | /external/SDL/src/video/x11/SDL_x11messagebox.c | a3dcc65402bb3f6d9c7b2ccf2e7ba23ee9731b47 | [
"MIT",
"Zlib",
"LGPL-2.0-or-later"
] | permissive | isabella232/vogl | 6df37b32eb5c484a461b50eb50b75f2a95ffb733 | 172a86d9c4ee08dccbf4e342caa1ba63f1ea2b0e | refs/heads/master | 2022-04-18T21:11:14.760227 | 2014-03-14T21:55:20 | 2014-03-14T21:55:20 | 482,027,147 | 0 | 0 | MIT | 2022-04-16T02:59:09 | 2022-04-15T16:59:45 | null | UTF-8 | C | false | false | 27,073 | c | /*
Simple DirectMedia Layer
Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
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 to anyone to use this ... | [
"mikesart@gmail.com"
] | mikesart@gmail.com |
efa1e674efe3faab8734070e6c6986ab419e3b1d | 7d4176c878e8be73ffaa38c236f1a76528706c9f | /src/gnu/usr.sbin/sendmail/include/sm/sem.h | 88928294adafca5d02b8f1add671c5214ee36200 | [
"Sendmail",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | roytam1/mirbsd-cvs | c06ea23d2b106658f9903fe65d351c480b72e72c | 2a6f84cbc58f6ff22e1eeb7804df68d34c2b0a5c | refs/heads/master | 2020-04-14T15:47:25.324452 | 2019-01-01T19:38:30 | 2019-01-01T19:38:30 | 163,906,352 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,384 | h | /*
* Copyright (c) 2000-2001, 2005, 2008 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*
* $Id$
*/
#ifndef SM_SEM_H
# define SM_SE... | [
""
] | |
fd166e2ac3a230fbc0343dd08e5111adb73b2177 | 27da764f90d54d2fb7674fe7b1ddd91723df1fbe | /includes/constants.h | 9b072cb03cc41a4be3d3ecbc8cb86f0a06cb2e73 | [] | no_license | ravali121/CPU_DESIGN | 59ddf11f8179d136e8f8ae08babe03198eb44f6e | 5d75c3feabc439c2696da355aefa7eb4f4161cf5 | refs/heads/master | 2021-01-11T16:24:57.557074 | 2017-01-26T06:28:26 | 2017-01-26T06:28:26 | 80,079,620 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,170 | h | /*
* register_dictionary.h
*
* Created on: Sep 17, 2016
* Author: Ravali
*/
#ifndef CONSTANTS_H_
#define CONSTANTS_H_
#include <stdint.h>
#define sint16_t int16_t
/* Opcodes */
#define MOV 1 // MOVE VALUE OF ONE REGISTER TO ANOHER
#define J 2 // JUMP
#define JAL 3 // JUMP AND ... | [
"ravali121@gmail.com"
] | ravali121@gmail.com |
9752b1b21b69f8c0aa5bb70f072f69174c1b9556 | 081d80d63debe29c45a39ce76c5c4dcd5cbf7b15 | /targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K82F/drivers/fsl_flexio_i2s_edma.h | 150c985e59343ec423e1feca89cd7a73c0100080 | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mbed-Infineon-XMC/mbed-os | 70ecc16c1d10212d092c42d98f316ff567f160e1 | 41a44d7a0dc4af1551eca9f9584d9038df9a9d29 | refs/heads/master | 2020-03-12T21:29:35.420444 | 2018-05-08T20:16:00 | 2018-05-08T20:16:00 | 96,932,837 | 3 | 1 | Apache-2.0 | 2018-02-11T11:20:08 | 2017-07-11T20:07:29 | C | UTF-8 | C | false | false | 9,935 | h | /*
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice, this list... | [
"Mahesh.Mahadevan@nxp.com"
] | Mahesh.Mahadevan@nxp.com |
e34e74c2e2334508a8ef63687efcdd1eb0683b00 | 0ca8f11f6aaa8abae5bf118ec7689a3ce827588a | /Boards/at32_port/board.h | 23a4659e4aa2dcd0772d68e638a1a26826107d51 | [] | no_license | haoyi-jason/app_rt_f103_small_projs | 8aa157f1657194b070b218e4a11022d8a4e79736 | e1fc6dc83b5346df057f56c501f6aea4b9a496ec | refs/heads/master | 2023-08-27T19:30:53.804768 | 2021-09-22T23:30:42 | 2021-09-22T23:30:42 | 298,434,633 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,862 | h | /*
ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
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 ap... | [
"jjyeh1976@gmail.com"
] | jjyeh1976@gmail.com |
10279b5371a67efca8a99499cae9677d2996e40d | a4ad1206e8db9e1fafb9e5f676e50865c9c07d86 | /COMP-2650/Assignment5/A5_Q1.c | 30c472e2aafff1877e57ee1b654bbacda2f75369 | [] | no_license | dhwanipatel14/School_Work | bdb75170bacd6428394e59cbbf614113fabd7657 | a58f1ce2b70b3e61ab0bb254f582079f610340cc | refs/heads/master | 2023-03-03T06:01:28.057608 | 2021-02-11T04:11:28 | 2021-02-11T04:11:28 | 322,121,465 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 754 | c | #include <stdio.h>
#include <signal.h>
#include <unistd.h>
#include <stdlib.h>
void action(int dummy){};
int main(int argc,char* argv[]){
int pid,number;
//Storing argument
char *num = argv[1];
number = atoi(num);//Converting to integer from string
if((pid=fork())==-1){
perror("Error in... | [
"dhwanipatel1911@gmail.com"
] | dhwanipatel1911@gmail.com |
b0fe713b33d092979aeed4445da0ca5e03bd745e | 319e9a729a349bba269b9faf140f887fe10e2a8e | /sugoroQ/server.c | 2c1b9c993a6631f3ead7a63cb14c1484aef7dae6 | [] | no_license | aokumasan/once-upon-a-time | 54a2867e88b8e38e4c6a6ccfb8f20f748f9859a6 | 2d06a3e6f34fed4e9289d9655034414e3b1285fe | refs/heads/master | 2021-06-15T13:00:32.628555 | 2017-04-16T13:03:47 | 2017-04-16T13:16:08 | null | 0 | 0 | null | null | null | null | EUC-JP | C | false | false | 6,927 | c | /*---------------------------------------------------
ファイル名: server.c
概要: サーバの役割をするモジュール
詳細: 各クライアントからデータを受け取り,ゲームの進行を行う
履歴: 2014/02/18 Shintaro Ota 新規作成
---------------------------------------------------*/
#include "sugoroQ.h"
/*---------------------------------------------------
関数名: p_keisan
概... | [
"scene.4913@gmail.com"
] | scene.4913@gmail.com |
62688d3e6df9a068565a4c1bca641124bbd28558 | e9f5dbf7989ba9b5e2ef5b576b3e8ce837ad36ba | /srcs/input/history/add_cmd_to_history.c | 111e6382b699cff75c9d0781f38ca58b5953f2d3 | [] | no_license | technion-heikkih/42sh | 9a723dc5fbaf5b3ec6d82e6d35bf80b54ffb576c | 2851b0460d17ebddfe6d80154d1ba58420432999 | refs/heads/main | 2023-07-18T20:20:49.193127 | 2021-09-27T18:18:12 | 2021-09-27T18:18:12 | 411,154,785 | 0 | 0 | null | 2021-09-28T05:55:44 | 2021-09-28T05:55:43 | null | UTF-8 | C | false | false | 1,325 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* add_cmd_to_history.c :+: :+: :+: ... | [
"hhuhtane@student.hive.fi"
] | hhuhtane@student.hive.fi |
6ddfe8d7dc4595dda4240fbddf64d12f2aee16d2 | 2691e29e0053da16bb2132a8b57fa143ac82330d | /bitwiseoperation.c | a67ff4c187657a70506fa93c6ded22ca1fad9319 | [] | no_license | chetan-anand/coding | 8350e9bdf77ab70296c0ab030132e9f75cdf854c | c867417d235c81cfe5a255badef93b3dc2a302fe | refs/heads/master | 2021-01-25T10:29:09.099738 | 2015-09-19T13:34:16 | 2015-09-19T13:34:16 | 17,905,050 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 418 | c | #include<stdio.h>
long long int power2(int x)
{
return 2<<(x-1);
}
int main()
{
int n=32;
printf("The value of n before bit shifting is %d\n",n);
n=n>>4;
printf("The value of n after bit shifting is %d\n",n);
long long int ans;
ans=power2(30);
printf("the value of power 10 i... | [
"chetan.iitg@gmail.com"
] | chetan.iitg@gmail.com |
4ccc650466c84d2cd502e30801ccedc2b086cd07 | eaa96a61dcaf13f1bbbe6233be5bce3a2bffc814 | /accelerometer/source/kernel/tilt_usb.c | 371714b92393727ac7409b2cb96983868ebfcc55 | [] | no_license | h20180137/G547 | 84baa4f797af55870d3b2f0278e695b22571dc34 | 87adad5386fc8e7aa51d969a00025cd00aa92ce7 | refs/heads/master | 2020-04-21T05:46:37.813357 | 2019-04-28T09:23:01 | 2019-04-28T09:23:01 | 169,048,574 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,932 | c | #include <linux/input.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/input-polldev.h>
#include <linux/usb.h>
#include <linux/spinlock.h>
#define CTRL_EP_OUT 0x00
#define CTRL_EP_IN 0x80
#define X_AXIS 0
#define Y_AXIS 1
MODULE_LICENSE("GPL");
MODULE_AUTHOR("sidshyam");
MODULE_DESCRIPTION("Accel... | [
"noreply@github.com"
] | h20180137.noreply@github.com |
3f74ac4d5613e3266a7a1731856f0b1169c05824 | b6c8205c8411c061fd62b6f155067d506831405a | /c/seed_finder.h | f300ea891f3d4aaf367e6a584f57dd069076e82b | [] | no_license | gmcvicker/mcmapper | 1c3976d2ea910e1d8557a7f318519750548cda61 | 2c51972e2d83cfc1c9fe69ae42a69c6559d7e35c | refs/heads/master | 2016-09-05T17:22:39.654456 | 2013-06-05T16:26:19 | 2013-06-05T16:26:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 837 | h | #ifndef __SEED_FINDER_H__
#define __SEED_FINDER_H__
#include "seed_table.h"
typedef struct {
SeedTable *seed_tab;
int read_len;
int seed_len;
int n_seed;
/* seed matches for each possible seed offset in read
* read_len
*/
SeedMatch *match;
/* arrays (n_seed x read_len) used for dynamic progra... | [
"gmcvicker@uchicago.edu"
] | gmcvicker@uchicago.edu |
4fee4a2fa97b9a969304eab23e0551e6f6653602 | 598737b786a20889dc6acd468478baf4972535b3 | /src/sys/arch/iyonix/iyonix/i80321_mainbus.c | f0c9444f18e7585a72ed8209c77f90c70260b1cc | [] | no_license | shisa/shisa-netbsd | 5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da | 28d999d1c25107c126e0a458a97b9397aae592ef | refs/heads/master | 2021-01-01T05:33:32.619808 | 2008-05-26T04:27:54 | 2008-05-26T04:27:54 | 32,793,680 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 6,972 | c | /* $NetBSD: i80321_mainbus.c,v 1.1 2004/10/13 23:28:36 gavan Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
* All rights reserved.
*
* Written by Jason R. Thorpe for Wasabi Systems, Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... | [
"keiichi@mobilegravity.sfc.wide.ad.jp"
] | keiichi@mobilegravity.sfc.wide.ad.jp |
2955b3afd4b2fb97f464035ec784809a473a9b96 | 26e5042d25f5e2ab63b8cabaeb94b4fbc8c34ff6 | /localAddon/ofxKinectV2/libs/libfreenect2/include/libfreenect2/config.h | 2892f66a5c322036a2c3bbde3f3219b000c2659c | [
"Apache-2.0"
] | permissive | ofZach/sfpcContourProject | b8656c509d851fc3ae1c21f7e84782029d462c50 | c7c7a794edce8bc9cff86bc9af98216f14b7ae54 | refs/heads/master | 2020-07-06T07:52:24.946722 | 2016-11-18T00:38:52 | 2016-11-18T00:38:52 | 74,052,675 | 4 | 5 | null | 2016-11-17T21:19:43 | 2016-11-17T17:51:12 | C++ | UTF-8 | C | false | false | 1,567 | h | /*
* This file is part of the OpenKinect Project. http://www.openkinect.org
*
* Copyright (c) 2014 individual OpenKinect contributors. See the CONTRIB file
* for details.
*
* This code is licensed to you under the terms of the Apache License, version
* 2.0, or, at your option, the terms of the GNU General Public Licens... | [
"zach@yesyesno.com"
] | zach@yesyesno.com |
316c70ed396ce36b04d678ab3389a69c0b70f384 | 0cb85cd0c88a9b9f0cca4472742c2bf9febef2d8 | /AVP32/FPI/FPI_IDS.h | fbc50593031e1507b0f40e24862a758a6e7da9de | [] | no_license | seth1002/antivirus-1 | 9dfbadc68e16e51f141ac8b3bb283c1d25792572 | 3752a3b20e1a8390f0889f6192ee6b851e99e8a4 | refs/heads/master | 2020-07-15T00:30:19.131934 | 2016-07-21T13:59:11 | 2016-07-21T13:59:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 391 | h | // fpi_ids.h
// FPI modules ID values
#ifndef __FPI_IDS_H
#define __FPI_IDS_H
// Module IDs: this value is stored in the fModuleID field of FPIMODULEINFO
// structure by FPI_GetModuleInformation().
#define FPIMODULEID_AVP 1
#define FPIMODULEID_FPROT 2
#define FPIMODULEID_ORION ... | [
"idrez.mochamad@gmail.com"
] | idrez.mochamad@gmail.com |
37f61f415282e18a736a58ed459bd1c45f6c0181 | 5d9f5fba0381fee0b666c5126fd1c5b8baff9271 | /software/LX010106_Main/SRC/DRIVERS_FLASH_EVENT/DRV_EVENT_TransAdressErase.c | 0961b97f448ba7db816d3bdd728523f2b6340209 | [
"Apache-2.0"
] | permissive | moh1139/PB560 | eb2c87c8e8b7119d997eff0aa622804dd5216830 | e7b2e610453c7a46204f21a49174028762b6ce43 | refs/heads/master | 2022-04-13T16:45:04.803464 | 2020-04-07T00:21:23 | 2020-04-07T00:21:23 | 257,703,654 | 1 | 0 | Apache-2.0 | 2020-04-21T20:06:49 | 2020-04-21T20:06:48 | null | WINDOWS-1252 | C | false | false | 2,210 | c | /******************************************************************************/
/* */
/* Project N° : RB0505 */
/* ... | [
"Hossam.adel.moh@gmail.com"
] | Hossam.adel.moh@gmail.com |
b766eeb45540615ac19e6452a454f39459e76662 | deb6cf7748e6f4641f2d21b391666e9251b3635a | /1000+/5086.c | a4a191ef443a5060e33756f949a25798ac10e2b7 | [] | no_license | cosmos3021/Baekjoon | f87390dff35e9b53c4b03f260a37838865629e13 | 4779639cba6f63edde34d8c3ef9332bf3b608c64 | refs/heads/main | 2023-06-23T11:50:07.723794 | 2021-07-22T00:31:31 | 2021-07-22T00:31:31 | 368,116,942 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 302 | c | #define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
int main(void) {
int one, two;
while (1) {
scanf("%d %d", &one, &two);
if (one == 0 && two == 0) return 0;
if (two % one == 0) printf("factor\n");
else if (one % two == 0) printf("multiple\n");
else printf("neither\n");
}
return 0;
} | [
"cosmos3021@gmail.com"
] | cosmos3021@gmail.com |
a5fe3a35f7d0e8ae05bbbbc32925d0ca7405aa11 | 364032212bfb0f553a3651b99a86ccae93201b3c | /Inc/main.h | a6bf3ba7d7c7f42209582be680b4b34d5c95fe21 | [] | no_license | plusquam/PlusqMoCap_Dongle | 45e3a46deb210ea5abd3c239d7e27b69cfc461ec | 1ab394a59efac8d9ce69aeed48469a502fe70bf6 | refs/heads/master | 2020-06-28T23:17:07.795005 | 2019-09-08T20:37:27 | 2019-09-08T20:37:27 | 200,367,481 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,624 | h | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.h
* @brief : Header for main.c file.
* This file contains the common defines of the application.
*******************************************... | [
"swierk.damian@gmail.com"
] | swierk.damian@gmail.com |
b0656ba38304729d00b9a3f624c53d55f3ce9074 | 4775a2e7e9eae5ee33dfe8da39cd73decf71c54f | /hall.h | 9efad56f65a38573ebfcfb7ae0f440cc106ac81f | [] | no_license | tranbrandont/bikeGearShifter | 255b569a91875b36086a674be3687dcb8663589b | de9c7cf8a22522a19399047642c05169be46ee88 | refs/heads/master | 2020-04-30T12:14:33.937222 | 2018-06-12T22:52:01 | 2018-06-12T22:52:01 | 176,821,940 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 73 | h | extern void stepUp();
extern void stepBack();
extern void displayText();
| [
"tranb7@wwu.edu"
] | tranb7@wwu.edu |
469aba428648f46680b0a71f7671c31905edf9a9 | 96bf179c16ff54170cdea6679d6534c649204c16 | /Shoneme/Pods/Headers/Public/ShonemeMineModule/Target_XMMineMainVC.h | c3b299b80fe6566f6e54afcad4255f314ad85b23 | [] | no_license | XMShoneme/ShonemeMainModule | d459f7abb758e7917068b025aa42e32a72b8a4bf | 115ed372e7cc153256dbf31a8d7f2283224f6287 | refs/heads/master | 2021-01-20T14:19:14.605095 | 2017-05-12T06:34:33 | 2017-05-12T06:34:33 | 90,588,673 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 99 | h | ../../../ShonemeMineModule/ShonemeMineModule/ShonemeMineModule/XMMine/Targets/Target_XMMineMainVC.h | [
"kunlongxue@gmail.com"
] | kunlongxue@gmail.com |
73058a16f81757c8e93f543411610f4d4748aed8 | 7ed32535592742334556eebb8b0d87649af7086b | /lib/libft/libft.h | 50f02ea5370999cdfa72db82a1a3ca2fb54e40ac | [] | no_license | dgaitsgo/RT | fca377159f0618afd5eb44e489d2a100deb28935 | d74892435c1436e0ef0e1158c8f4a035475707bb | refs/heads/master | 2021-01-01T04:54:52.676105 | 2017-07-19T02:18:37 | 2017-07-19T02:18:37 | 97,274,992 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,201 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* libft.h :+: :+: :+: ... | [
"dgaitsgory@gmail.com"
] | dgaitsgory@gmail.com |
964eef645d2340f82070e50598a62d1664f52513 | bdb4893ee95727f423fb011f3b8d62b7c81f8e95 | /_ss13/Lab1/ctf/backup/easyserver/xuser.c | bc08c6a3ba939f1a5efae0752cca71fcc8e3b834 | [] | no_license | ZoltanKrekus/secsyseng1 | 8e469f12da49fcac56ab2f377e2e98af406e0fab | f3ff1da81939e42fc10a3d05eaffd98681a901e5 | refs/heads/master | 2020-06-09T00:16:56.676677 | 2014-05-20T20:55:25 | 2014-05-20T20:55:25 | 18,913,378 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,792 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <dirent.h>
#include <sys/stat.h>
#include "common.h"
#include "xuser.h"
#include "reqheader.h"
#include "resfiles.h"
#define FILE_MAX (2048)
void initUser(struct XUser *user) {
user->name = NULL;
user->pwd = NULL;
user->token = NULL;
}
void free... | [
"zoltan.krekus@opengroupware.ch"
] | zoltan.krekus@opengroupware.ch |
cadc52468cb8f284e4a2015c04a845995934bafd | 99209e2a06ff8bd48528f885f57fe8eacc0665d4 | /Legacy/C-Programming/III-AdvancedDataTypes/1-Structures/3.0_PassStructuresToFunctions/Activity/src/main.c | 2ec84b0492b75235c607556623eeeb198825d90a | [] | no_license | pbraga88/study | 6fac30990059b481c97e558b143b068eca92bc42 | fcc1fb7e0d11e264dadb7296ab201fad9a9b0140 | refs/heads/master | 2023-08-17T04:25:40.506116 | 2023-08-15T10:53:37 | 2023-08-15T10:53:37 | 155,830,216 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 437 | c | #include <stdio.h>
struct date {
int year;
int month;
int day;
};
void readDate(struct date *);
void printDate(struct date);
int main(void) {
struct date today;
readDate(&today);
printDate(today);
return 0;
}
void readDate(struct date *data){
scanf("%d %d %d", &data->year, &data->mo... | [
"paulo.braga1388@gmail.com"
] | paulo.braga1388@gmail.com |
53101a020101db699ea60217fcbeb0f2dd2b4e33 | 3eedf28b32ec3fc65bc361deea92c8e684d2f201 | /Examples/sys_net/tcp1/ftp/server.c | 5550e883216d6ff2ed3240dcee1b041fca5a7d27 | [] | no_license | kellyhou/ClientServer | 0c4c0e74042f172ea240741591f81e9d1d07693b | d02c52bbf4a27afc66bd864c1040864021993680 | refs/heads/master | 2016-09-01T18:59:58.362776 | 2013-02-01T09:43:03 | 2013-02-01T09:43:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,504 | c | #include <stdio.h>
#include <signal.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include "ftp.h"
#define PORT_NUM 6000
#define ADDR_SIZE ( sizeof( struct sockaddr_in ) )
typedef struct s... | [
"kellyhou29@hotmail.com"
] | kellyhou29@hotmail.com |
3999416469960dce03449c00aeccfe4edcbdeb43 | 3bae1e0391ab877c0ddfbdfbf392a2c5965d1669 | /test/betik/c4/qsort.c | 2edab63f5d416f86b243783db066c76883f7694b | [] | no_license | cocreature/rvt | 36f6e2a153b3f398bd997ebeccdec38ca6259241 | b9dc17b21a87b5b93326376117401c3011bb4fa3 | refs/heads/master | 2021-01-11T16:14:54.732076 | 2017-08-28T19:18:54 | 2017-08-28T19:18:54 | 80,048,732 | 0 | 1 | null | 2017-01-25T19:20:46 | 2017-01-25T19:20:46 | null | UTF-8 | C | false | false | 843 | c | //int f(int k) {
// while(k * 2 + 1 > 0)
// --k;
// return k;
//
//}
//
//int main() {
// int k;
// return f(k);
//}
#include <stddef.h>
void swap(int *values, int i, int j) {
int tmp = values[i];
values[i] = values[j];
values[j] = tmp;
}
void bubblesort(int *values, int k, size_t sizeOfElem,
int (*cmp... | [
"smaorus@gmail.com"
] | smaorus@gmail.com |
5e495ca5f02e0403750852b2ca23753a861c9c5e | 82b23e02502bbc52cc95a31d8e279cd1c16b3c1e | /examples/empty_project/main/main.c | d6cf3937e9bd52d1733a9d6862853597cfa7e2f7 | [
"Apache-2.0"
] | permissive | serenagrl/esp-iot-solution | 0cb5ea433550536e40cf9cba236e2500788798b5 | 383eccec109c7aad39419456002c236b327b9286 | refs/heads/master | 2020-09-14T23:35:38.031402 | 2019-11-26T08:11:16 | 2019-11-26T08:11:16 | 223,294,917 | 5 | 1 | Apache-2.0 | 2019-11-22T01:05:25 | 2019-11-22T01:05:24 | null | UTF-8 | C | false | false | 932 | c | /* Example
For other examples please check:
https://github.com/espressif/esp-iot-solution/tree/master/examples
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHO... | [
"wangjialin@espressif.com"
] | wangjialin@espressif.com |
0cc2ca6c5cc17e954b284c3b7398653314befe73 | 1e0269b3c8fe65854920b473ba0ee02dbfc43867 | /PWGLF/RESONANCES/macros/mini/AddTaskXi1820_test.C | 4e8402f9c73ec3bba0de759a34c68df7c4486016 | [] | no_license | hcab14/AliPhysics | 3ea56c51cf73bfe34fa112174bafa2592b4c738e | be96d90713a5bbabef4e9fb8b9cc1894a8082441 | refs/heads/master | 2021-01-17T08:06:52.342244 | 2020-05-07T09:26:45 | 2020-05-07T09:26:45 | 85,924,420 | 1 | 0 | null | 2017-03-23T08:22:34 | 2017-03-23T08:22:34 | null | UTF-8 | C | false | false | 59,444 | c | #ifdef __CLING__
R__ADD_INCLUDE_PATH($ALICE_PHYSICS)
#include <PWGLF/RESONANCES/macros/mini/AddMonitorOutput.C>
#endif
/***************************************************************************
Anders Knospe: anders.knospe@cern.ch
Macro to configure the resonance package for searches for rare resonances.
Mo... | [
"Jihye.Song@cern.ch"
] | Jihye.Song@cern.ch |
2278b481ea81907e27519d1c9eff77570bd9ab58 | 2fe4e069831dc13785d6d85d48ff5b3e7917e49a | /xdk-asf-3.x/mega/drivers/twi/twi_megarf.c | e830000b9a51c4b92656cb8684f0a6ffecead10d | [] | no_license | nandojve/embedded | 2c349bf2dbffa1ef5e0fa80c60b7d9a7c589e554 | da9fb2810a06980821bd4736ae622a80de6025d3 | refs/heads/master | 2021-01-21T12:27:09.764365 | 2015-01-05T23:09:53 | 2015-01-05T23:09:53 | 18,577,491 | 4 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 22,205 | c | /**
* \file
*
* \brief megaRF TWI master and slave driver.
*
* Copyright (c) 2013 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are m... | [
"nandojve@gmail.com"
] | nandojve@gmail.com |
df7a5a501f3e2075ad719fe3789b6f90a0edbe18 | 0b41d74e493f20b89deea5424d1e5fd4d6ed2c87 | /am-utils/include/amq_defs.h | b4e22156b8375b67f07e0f4e93b8eedb5efbdd40 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | apple-opensource/am_utils | 1261de2a6d1314c0bf243c019153de4e28aeb83d | accf42b33ede88e5395c60578678ebe1af6e1e64 | refs/heads/master | 2021-04-11T17:39:52.177229 | 2016-09-02T23:49:21 | 2016-09-02T23:49:21 | 249,041,197 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,076 | h | /*
* Copyright (c) 1997-2002 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Jan-S... | [
"apple.opensource@gmail.com"
] | apple.opensource@gmail.com |
a76235e6c06dff3059cbd4d51fb1c899bf7b4f31 | 187257f886c424c3e8b893756fb2da27ff20b835 | /mos-platform/osi-c1p/abort.c | 4c30d2a1732c72fb610232ecf15f28044d70bfb4 | [
"LLVM-exception",
"Apache-2.0"
] | permissive | davidgiven/llvm-mos-sdk | 5f5a8b84ebda0fbeece5b5fe10200be451bb1382 | 2927e0861aec70d9075e4969e8a7508538630362 | refs/heads/main | 2023-05-26T02:26:38.666846 | 2023-05-20T22:44:40 | 2023-05-20T22:44:40 | 540,994,277 | 4 | 0 | NOASSERTION | 2022-09-24T23:24:24 | 2022-09-24T23:24:23 | null | UTF-8 | C | false | false | 123 | c | #include <stdlib.h>
#include <stdio.h>
void abort(void) {
puts("ABORTED");
_exit(134); // Does not really matter
}
| [
"mysterymath@gmail.com"
] | mysterymath@gmail.com |
b5d60c706050e99e8d4dc58af8e788428b321912 | b394378d52891741fcd81a79e1f708aa8e1ade30 | /nfibs.c | 4011b58fbb989cde629c6ba4b212eef95ccff65e | [
"MIT"
] | permissive | Rokhan/maru-2.4 | 296ff279a0921a50af0e5fefe5e3a9fb53c249f5 | 0cff90f5e0d42672bdde172f33ef5c16721f99e2 | refs/heads/master | 2020-04-22T08:09:02.780383 | 2019-02-12T02:07:53 | 2019-02-12T02:07:53 | 170,235,182 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 392 | c | #include <stdio.h>
int fibs(int n)
{
return (n < 2) ? 1 : (fibs(n - 1) + fibs(n - 2) + 1);
}
int main()
{
printf("%d\n", fibs(35));
printf("%d\n", fibs(35));
printf("%d\n", fibs(35));
printf("%d\n", fibs(35));
printf("%d\n", fibs(35));
printf("%d\n", fibs(35));
printf("%d\n", fibs(35));
printf("%d\n... | [
"seb_mirabel-github@yahoo.fr"
] | seb_mirabel-github@yahoo.fr |
698aac67651b9897a400456b306689d8e4806a39 | 1e546924ee85eb603302ed31186c3b48365809cd | /LAB_COMP_I-TP_02/inputs.c | fd30c29d85d6ada310df94f8f9ba5c3e65069460 | [] | no_license | estebanlisjak/tp_laboratorio_2 | 0344ce7c612bf66d8ffbc8905b9c8b924d00daa7 | 3a58b8ddb1fc3f630cf46121596d161d8bd409e7 | refs/heads/master | 2020-08-10T05:19:29.328355 | 2019-10-10T19:25:27 | 2019-10-10T19:25:27 | 214,263,140 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,737 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
/**
* \brief Solicita un número al usuario y lo valida
* \param input Se carga el numero ingresado
* \param message Es el mensaje a ser mostrado
* \param eMessage Es el mensaje a ser mostrado en caso de error
* \param lowLimit Limite inferior a valida... | [
"noreply@github.com"
] | estebanlisjak.noreply@github.com |
8bd2bfc12bcaab0bd0b6467943841a985003b026 | 308bda4b1db900a0a6c1959b184693a03643dce1 | /Zadanie 1.09.c | 67459f9ae3ff9ffefe42c03fdc885f0568b77ad9 | [] | no_license | UczelniaEuropejska/Zadania_z_PP_C | 60709d8b108179816869db53457d75f990c343a7 | 5b195fd6354cda50f65eb0e2f296afae2aa58d63 | refs/heads/master | 2020-04-06T11:54:34.502339 | 2018-12-08T18:46:31 | 2018-12-08T18:46:31 | 157,435,658 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C | false | false | 662 | c | //Zadanie 1.09: Napisać program obliczający obwód trapezu o podanych przez użytkownika bokach a, b, c i d. Ob=a+b+c+d.
#include <stdio.h>
float Ob,a,b,c,d;
int main()
{
printf("%s","wprowadz wielkosc a boku trapezu aby obliczyc obwod ");
scanf("%f",&a);
printf("%s","wprowadz wielkosc b bok... | [
"noreply@github.com"
] | UczelniaEuropejska.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.