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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c2e3d85fe38c7d27bc62565d4cca286231ce4bda | eacc3d3062dd2126baced00402ddf3f8a2e2b599 | /chap4/array/array2d.c | 83370a144bc1a67ce9e31b9fd7b53bffba7d0da0 | [] | no_license | huanghaobang/datastructure | 31be39a8f253326494e8d5cbfc82f1b12ab4e881 | 62a1f25ab2f00e10167729afea1e4d06face0414 | refs/heads/master | 2020-03-08T03:01:35.623967 | 2018-04-01T08:15:56 | 2018-04-01T08:15:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 534 | c | #include "array2d.h"
enum Status array2d_init(struct Array2D *array, int rows, int cols) {
array->rows = rows;
array->cols = cols;
return array_init(&array->buffer, rows * cols);
}
void array2d_destroy(struct Array2D *array) { array_destroy(&array->buffer); }
DataType array2d_get(struct Array2D *array, int row... | [
"hanjianwei@gmail.com"
] | hanjianwei@gmail.com |
a5d0dbd88bb6bf1d652c58f67fee2ebc396e0a2b | 060bc5ba9a8f707bdac927f30842febf9a4676a1 | /usr.bin/mail/tty.c | 69058e8c078851ca3f8fca283f53e77ef2500be2 | [
"BSD-4-Clause-UC",
"LicenseRef-scancode-other-permissive"
] | permissive | sergev/LiteBSD | 14ae93caa709d4707c3b122c243641c8214583c3 | 6f89c18880065a83d3d18661c80f72fb3397a888 | refs/heads/master | 2023-01-10T02:20:05.357875 | 2022-07-19T16:41:32 | 2022-07-19T16:41:32 | 19,167,171 | 318 | 58 | NOASSERTION | 2022-12-28T16:23:01 | 2014-04-26T02:55:34 | C | UTF-8 | C | false | false | 6,791 | c | /*
* Copyright (c) 1980, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyr... | [
"serge@vak.ru"
] | serge@vak.ru |
d97300634814499ce8abdf37b57c98dfdf197b6e | 7af77c20100026f882285eabccf6d8c454363329 | /mylib/s4408736_os_APCDisplay.c | ea3474771f17ec98742935be5f80e6860e247150 | [] | no_license | kbazurto/Nucleo-F429ZI | 3c4cd0c764bb298cac820e690f00a521e114d774 | 0f501c0e581c92d48a2ed73e7b3f91ab70eda143 | refs/heads/master | 2020-06-30T00:01:05.816600 | 2019-08-05T13:45:04 | 2019-08-05T13:45:04 | 200,661,797 | 0 | 1 | null | null | null | null | WINDOWS-1252 | C | false | false | 4,093 | c | /**
******************************************************************************
* @file mylib/s4408736_os_APCDisplay.c
* @author Kevin Bazurto – 44087368
* @date 30/05/2018
* @brief Handles pan and tilt movement of servo motors
*
****************************************************************... | [
"noreply@github.com"
] | kbazurto.noreply@github.com |
a9a70f2b77764af5f83701b90c60ec8a1209a115 | 04ad1e5adbf9c8011629cce5251ac6e2f6b657e4 | /inherit/recordable_room.c | ae8a2469a7d303e2b72e60f4184a157399c8c5bb | [] | no_license | cao777/mudwllz2-utf8 | 7398dd2dc702e8ab9a3c98895d2afc3392c07232 | 19ae1d998a871b9ad7f29c467481015143ffb7a8 | refs/heads/master | 2023-03-16T08:34:07.707561 | 2020-05-09T00:04:07 | 2020-05-09T00:04:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,320 | c | // Recordable_room.c 可记录房间
// Written by Doing Lu 1998/11/16
// 可记录房间具有能够保存对象数据的能力,这主要是提供给场景需要做永久性变化的地
// 方,如玩家自选的建房地点。对MUDLIB中关于这个ROOM的操作要严格控制,因为这将修
// 改MUDLIB的场景,严禁不雅观的描述和会引起系统不正常运作的描述出现,因此,凡是
// 具有这个属性的场景当玩家需要修改时,应该上报巫师,经arch以上的巫师批准后方可
// 做出修改操作。
//
// 在继承Recordable_room 时,如果有init函数,必须继承使用这里提供的init... | [
"ashwing920@gmail.com"
] | ashwing920@gmail.com |
d51a64a3f67663ca6e744d3daaee2ab23cdebefb | 0570ed5a4beca036681b92258ab7acfceb424274 | /jaaad/umbase/src/UM/include/argument/obiodiagc.h | 7e2bf9fcb4463e16c182bc2605a13b34fc0ad8b7 | [] | no_license | JhanSrbinovsky/TestSuite | 82335ee87c4d1bcef2e4193b723153f2d31afb95 | 37760876bd7f56f41f6cb5e48d55cd25dd78e927 | refs/heads/master | 2020-05-30T18:22:40.994420 | 2014-08-25T03:31:02 | 2014-08-25T03:31:02 | 20,426,273 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,836 | h | ! ----------------------- Comdeck: OBIODIAGC ----------------------------
! Description: COMDECK containing idmensioning for arguements for the
! biological diagnostics
! History:
! Version Date Comment.
! 5.3 14/09/01 New code. S.Spall
!
REAL ... | [
"jxs599@raijin5.(none)"
] | jxs599@raijin5.(none) |
dd2dc5a082c65dc5d8ecb8e2184c4a4fb2be81bf | 4cba6096a61c0ccda0adfa0e3de6b9402c93a005 | /gimp/data/blueprints/back/usr/include/linux/netfilter/xt_connlimit.h | 1bd3ff9f5cea0bfc8225448ebe495ec9c145132d | [] | no_license | StanfordSNR/gg-results | da3de3ce52235c187c6178b0ceab32df2526abf5 | 16ac020603e4b1ef96b2d8c27d1683724cbb30b8 | refs/heads/master | 2021-08-06T16:11:06.747488 | 2019-01-05T21:41:24 | 2019-01-05T21:41:24 | 103,858,663 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 173 | h | // GGHASH:Vr9tdh6lMoXp4AZzHu7UpnmLdTmd.bPgzKKoJ_PC8uCY0000023f
#ifndef _XT_CONNLIMIT_H
#define _XT_CONNLIMIT_H
#include <linux/types.h>
#include <linux/netfilter.h>
#endif
| [
"sfouladi@gmail.com"
] | sfouladi@gmail.com |
4a73dd0314abeedbd663b26ccb0dfaa9183bdba2 | 99249e222a2f35ac11a7fd93bff10a3a13f6f948 | /ros2_mod_ws/build/ament_pclint/build/lib/ament_pclint/config/gcc/co-gcc.h | e1991121b80b47d93c813486f01e77735dcb9f36 | [
"Apache-2.0"
] | permissive | mintforpeople/robobo-ros2-ios-port | 87aec17a0c89c3fc5a42411822a18f08af8a5b0f | 1a5650304bd41060925ebba41d6c861d5062bfae | refs/heads/master | 2020-08-31T19:41:01.124753 | 2019-10-31T16:01:11 | 2019-10-31T16:01:11 | 218,764,551 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,187 | h | #ifndef GS_PCLP_CO_GCC_H
#define GS_PCLP_CO_GCC_H
#ifndef __cplusplus
#define __SSP_STRONG__ 3
#define __DBL_MIN_EXP__ (-1021)
#define __UINT_LEAST16_MAX__ 0xffff
#define __ATOMIC_ACQUIRE 2
#define __FLT_MIN__ 1.17549435082228750797e-38F
#define __GCC_IEC_559_COMPLEX 2
#define __UINT_LEAST8_TYPE__ unsigned char
#define... | [
"lfllamas93@gmail.com"
] | lfllamas93@gmail.com |
c3623d0931c789c6d412289edab876e23e23c2ae | 84b47d7e982fb806cf903ac929f1c6ccd5ff0bac | /libft/ft_putnbr_fd.c | 37585f16475a802b134495a0fc85f4297ac5e51d | [] | no_license | gilgithub42/GNL | 3a94d6b88527e500070b9b7c4072f561f796c367 | e5c384f1bff5778504eac00e10e97f5fc95ec2c1 | refs/heads/main | 2023-02-20T18:57:37.307063 | 2021-01-26T13:30:18 | 2021-01-26T13:30:18 | 322,375,733 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,145 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnbr.c :+: :+: :+: ... | [
"noreply@github.com"
] | gilgithub42.noreply@github.com |
c606d2480b2c0837db4adb57b78302fb5ee6336a | 264cc34d1d5322c9c955f351e5ed710836f6a1a5 | /cmake_targets/basic_simulator/ue/CMakeFiles/RRC_Rel14/AS-Context-v1130.c | a10c61908b15460a1c7c80f71a04a53413de51db | [
"BSD-3-Clause",
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla"
] | permissive | mr-ytseng/openairinterface5g | 8d40a768b2046da8c521f58d34c0466226f1c154 | 54d541c22cdfcb774774089291c93e4e79294a1d | refs/heads/master | 2021-10-27T20:56:33.843199 | 2019-04-19T15:37:55 | 2019-04-19T15:37:55 | 177,127,103 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,852 | c | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-InterNodeDefinitions"
* found in "/home/user/openairinterface5g/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1"
* `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterfac... | [
"yuchia.tseng@irt-systemx.fr"
] | yuchia.tseng@irt-systemx.fr |
8c80a61c20d06c364c5b1a7884fd24448ae749d1 | a85722d8b73107ba2095eba0884ffbbe4982bc25 | /include/global.h | abfeb34d05286dd7e00091f42b219a917ae24e36 | [] | no_license | uryur/pokenoma | db6cb5e4e5a21d64e7620e62a75aeb20d89520c3 | f01c84e73cece8dadae8e100ab310a0abbf39dd0 | refs/heads/master | 2020-06-13T13:39:54.336078 | 2019-07-06T23:06:24 | 2019-07-06T23:06:24 | 194,675,024 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,042 | h | #ifndef GUARD_GLOBAL_H
#define GUARD_GLOBAL_H
#include <string.h>
#include "config.h" // we need to define config before gba headers as print stuff needs the functions nulled before defines.
#include "gba/gba.h"
#include "constants/global.h"
// Prevent cross-jump optimization.
#define BLOCK_CROSS_JUMP asm("");
// to... | [
"uryurshingo@gmail.com"
] | uryurshingo@gmail.com |
e7cc50b5fdd831da60206a2df7e806932b687a04 | e25c8b65c0115053b14f8ecffaea94a964eefa1f | /ds/u/l/linjack/area/oldsword/npc/eq/b_cloak.c | 8bec690903c0b3bf8bfb5f077180c94173f3d4f8 | [] | no_license | zwshen/mudos-game-ds | c985b4b64c586bdc7347bd95d97ab12e78a2f20f | 07ea84ebdff5ee49cb482a520bdf1aaeda886cd0 | refs/heads/master | 2022-03-01T14:55:10.537294 | 2022-02-15T15:41:26 | 2022-02-15T15:41:26 | 244,925,365 | 4 | 1 | null | 2022-02-15T15:41:27 | 2020-03-04T14:44:49 | C | BIG5 | C | false | false | 548 | c | #include <armor.h>
inherit SURCOAT;
void create()
{
set_name("紅色大袍", ({ "buddhist robe","robe" }) );
set_weight(5000);
if( clonep() )
set_default_object(__FILE__);
else {
set("long","這件大型的袈裟通常都是一寺之主才會穿的(權力?)象徵之物,\n"
"你仔細一瞧, 果然品質上好.\n");
set("unit", "件");
set("value",1999);
set("... | [
"zwshen0603@gmail.com"
] | zwshen0603@gmail.com |
6dfb2478efa1b683318612ae2ad6b3d14934407c | 239f72e9f022273b31b04948b3f4081e8da126e5 | /src/server.c | 8b200fbb32630b142a84e43e91a407a37690e4d7 | [] | no_license | larrySun08/Multi-Threaded-FTP-Server | a08896d1edd6540aa64301468c19a4976ed16b4d | 7622ed74a04d542e2659921d7985a66759f7191e | refs/heads/master | 2021-01-13T16:36:45.630230 | 2017-01-18T04:09:30 | 2017-01-18T04:09:30 | 79,302,070 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,751 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/resource.h>
#include <netinet/in.h>
#include <netdb.h>
#include <pthread.h>
#include <fcntl.h>
#include <dirent.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <ftp.h>
#d... | [
"ls3814@nyu,edu"
] | ls3814@nyu,edu |
5e274d47c2d383d39589e3ef76114d1e116dd3a9 | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/grimm/closed/vampcastl/castle1.c | 597288fb77c4fc97ef294de0349be99d824f4c0d | [] | 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 | 717 | c | #include "/players/grimm/header"
inherit "room/room";
int outdoorness;
realm() { return "NT"; }
reset(arg) {
if(arg) return ;
short_desc="Castle Entrance";
long_desc="You have found the entrace to the Castle of Malachi. As you\n"+
"stand looking at the castle you can feel the imense darkness and evil\n"+
... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
dd7cbb3e0409f64003d81d33273bdb089965d927 | abd81f7ee15d813dc76a268b1105bba3936a70b8 | /src/cross.h | 24ee21fe6a0b0fd017614ccc7b638603aa1d65ac | [
"MIT"
] | permissive | approxit/impsbru | a28de2ec9a9a2841bcb5192508232da889ae6b31 | 3145560c3ecb414d3e1c31240c5dfa6724f82e0b | refs/heads/master | 2020-12-24T12:39:43.078586 | 2020-06-20T18:17:19 | 2020-06-20T18:20:19 | 67,449,862 | 7 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,136 | h | #ifndef GUARD_IMPSBRU_CROSS_H
#define GUARD_IMPSBRU_CROSS_H
#include <ace/utils/bitmap.h>
#include "config.h"
extern tBitMap *g_pCrossBitMapAtlas[CROSS_ATLAS_SIZE];
extern tBitMap *g_pCrossBitMapMaskAtlas[CROSS_ATLAS_SIZE];
UBYTE getCrossSideState(
UBYTE ubCrossData,
UBYTE ubCrossSide
);
UBYTE getOppositeCrossSi... | [
"proxy.idrin@gmail.com"
] | proxy.idrin@gmail.com |
65f5a508a2c90f5e8c6831fc151efe52d612d726 | 17b680f31b43330012d21b8eade3d26f093e7745 | /array-examples/arrays-size-10/10_standard_two_index_05_true-unreach-call.c | 24fbcbceccda578092b4a58a9df39f59e323c1c9 | [
"Apache-2.0"
] | permissive | stephanlukasczyk/ba-thesis-benchmarks | b4dfa271bb471339776ec4d938274db4a50f9494 | 652843ac2146f06c3b153f51c67f01f3c807ec0f | refs/heads/master | 2021-01-10T03:25:44.728453 | 2016-03-11T12:29:56 | 2016-03-11T12:30:28 | 52,261,464 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 442 | c | extern void __VERIFIER_error() __attribute__ ((__noreturn__));
void __VERIFIER_assert(int cond) { if(!(cond)) { ERROR: __VERIFIER_error(); } }
#define size 10
int main( )
{
int a[size];
int b[size];
int i = 1;
int j = 0;
while( i < size )
{
a[j] = b[i];
i = i+5;
j = j+1;
}
i = 1;
j... | [
"stephan@lukasczyk.me"
] | stephan@lukasczyk.me |
db70aeebd3edd6bcf9f8f1114f21a02e1c87ebc5 | 4f0dd87da7015f79ac4fd45856f94a4941cf223b | /week-07/07-0-lecture/07-lecture-1/06-create_directory.c | 07435fd32187aa340eb0dc6dd3b7d8b8abc6338d | [] | no_license | pksubudhi/comp-1521 | 646bf3c499ea7693edc8424fde94cd03a0569859 | f780ea1561306492e00951f96f3585fc23047d54 | refs/heads/master | 2022-03-18T17:18:23.599522 | 2019-11-24T08:48:20 | 2019-11-24T08:48:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 492 | c | // create the directories specified as command-line arguments
#include <stdio.h>
#include <sys/stat.h>
#include <sys/types.h>
/*
$ dcc create_directory.c
$ ./a.out new_dir
$ ls -ld new_dir
drwxr-xr-x 2 z5555555 z5555555 60 Oct 29 16:28 new_dir
$
*/
int main(int argc, char *argv[]) {
for (int arg = 1; arg < arg... | [
"eliciaauduong@outlook.com"
] | eliciaauduong@outlook.com |
04f1f6898b3ab7ad3118b8ed8a43539b36197997 | febb156d99aea795e6e2a7a0984cde0c20877232 | /computer_organization/Test1/isim/T_IO_isim_beh.exe.sim/work/m_00000000003404714813_1798688354.c | f2866991ef444529a4d8bbdc7e92c044bb7d62c2 | [] | no_license | NeilYXIN/UESTC_coursework | e65cdf6c791a5339988fdaef0557a1818d8e982b | 46dc03589f87383a521061f58559373554482e48 | refs/heads/master | 2022-03-25T22:52:45.685943 | 2020-01-15T20:37:28 | 2020-01-15T20:37:28 | 234,168,386 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,686 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"96xinyang@gmail.com"
] | 96xinyang@gmail.com |
3783e840aadc691d7e921636bbbb9f79a6e21343 | 394f1674fd435a05072821ea199959c239bb392f | /embedded C/CDataTypes/Problem09_BankAccountData/main.c | f06168dee2f426f39d21232989bd2b5e3dfefe58 | [] | no_license | bobosam/embedded-C | 20e9900549eedd435be38b279e158e6139b6e736 | 29f48b30523e2af45156097c0e42ca75a46453aa | refs/heads/master | 2021-01-10T14:15:18.248751 | 2016-01-27T07:26:44 | 2016-01-27T07:26:44 | 50,489,839 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,393 | c | #include <stdio.h>
#define BUFFER_SIZE 100
int main(void)
{
char firstName[BUFFER_SIZE], middleName[BUFFER_SIZE], lastName[BUFFER_SIZE];
char bankName[BUFFER_SIZE], iban[BUFFER_SIZE] ;
long double balance;
int firstCard, secondCard, thirdCard;
printf("Enter first name: ");
fgets(firstName,... | [
"Andonov"
] | Andonov |
26eeeff9a66a8162dfff783f2dd7bdc012c3ad91 | 1501d5abec53254f0478fa97978151cb0cef665a | /include/kite/kt_util.h | 013cbf6a8828d1d86cb52dbd33d3628786eb9690 | [] | no_license | spongeann/Kite | fc5fcd3db59a5aa503e72c4f11f92a332f6206a3 | f64b61b694d10ec85ee55e91506f7011aa71f276 | refs/heads/master | 2023-08-01T06:28:52.941263 | 2021-07-19T11:33:53 | 2021-07-19T11:33:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,815 | h | #ifndef KITE_UTILS_H
#define KITE_UTILS_H
//#include "multicast.h"
#include "od_kvs.h"
#include "od_hrd.h"
#include "kt_main.h"
#include <od_network_context.h>
#include <od_init_func.h>
extern uint64_t seed;
void kite_static_assert_compile_parameters();
void kite_print_parameters_in_the_start();
void kite_init_globa... | [
"vasigavr1@gmail.com"
] | vasigavr1@gmail.com |
12e39018f61af4ef00400336fe925f26d756d85c | 522e360a325b73f01e536a8ad77a60012e5df1e0 | /dp-palindrome.c | 34334d84641c4a01d956feb9c3692c62c1fa4417 | [] | no_license | lukasan/Dynamic-programming-in-C | ae8de93711994c606390fd5e98b0830a5cbbc9d3 | 57ac5a7980290933d76190bb2382c011b6870747 | refs/heads/master | 2022-08-25T11:19:33.664556 | 2020-05-23T14:32:26 | 2020-05-23T14:32:26 | 265,275,117 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,333 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
int findMin(int a, int b){
if (a > b) return b;
else return a;
}
int findMinInserts(char str[], int n)
{
// Create a table of size n*n. table[i][j]
// will store minimum number of insertions
// needed to convert str[i..j]... | [
"luk.antanavicius@gmail.com"
] | luk.antanavicius@gmail.com |
7d2d01591ad6ba5bccea82fc15d48558722d8733 | 055b4fc9d67dd1e54aa6eeac9635968cd80d065d | /TestApplication_06_22_2020/Il2CppOutputProject/Source/il2cppOutput/UnityEngine.ARModule_CodeGen.c | 1781e24f94a8769c42465319c93e14a6cec16d63 | [] | no_license | dayakarprashanth/MyFirstProject | 42fa257c8ad3742b7b20907e1e77155212cf207d | 0f105f78a6d2acffa753a21ff5bba7bdee084796 | refs/heads/master | 2022-11-17T02:57:10.267281 | 2020-06-24T20:21:02 | 2020-06-24T20:21:02 | 271,903,780 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,707 | c | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
// 0x00000001 UnityEngine.Quaternion UnityEngine.XR.Tango.PoseData::get_rotation()
extern void PoseData_get_rotation_m87... | [
"56269912+dayakarprashanth@users.noreply.github.com"
] | 56269912+dayakarprashanth@users.noreply.github.com |
ea41601d06527b4d64f34382cf0ce8a234fa9946 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/237/421/CWE191_Integer_Underflow__char_min_postdec_67b.c | 1b9c3a49241bce61926ad949a5edc86043826b2a | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,133 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE191_Integer_Underflow__char_min_postdec_67b.c
Label Definition File: CWE191_Integer_Underflow.label.xml
Template File: sources-sinks-67b.tmpl.c
*/
/*
* @description
* CWE: 191 Integer Underflow
* BadSource: min Set data to the min value for char
* GoodSource: Set dat... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
046d8cb980ad166a47b05d3eef817e758ee159d8 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/c-litmus-HMC-Nidhugg/LB-GWW+R-A+R-A+R-A+R-A.c | bdd6f8f62c5161fc970c1370ad351af33cb16daf | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C | false | false | 2,872 | c | /* Copyright (C) 2023 ARM-CBMC
* This benchmark is part of ARM-CBMC */
#include <assert.h>
#include <pthread.h>
#include <stdatomic.h>
atomic_int vars[6];
int atom_5_X0_1;
int atom_5_X2_0;
int atom_1_X0_1;
int atom_2_X0_1;
int atom_3_X0_1;
int atom_4_X0_1;
void *t0(void *arg){
label_1:;
atomic_store_explici... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
a45fa25daeda950287b85ecbfba90d20a05d6997 | 8d22a00003cc4e4c07426f828826dc6fc448d32c | /Fichier_FoncProc.c | 6035cd7da4b4398de043099c2a96155ac55e40b2 | [] | no_license | GaetanGalati/TP_C_LesFichiers_GG_06.02.2019_V1.5 | 2fbe0a8a564881f1970212024c49dab0f665c8a1 | 53583f72000b01ce2be45cd1fc8eda399ebcd89a | refs/heads/master | 2020-04-21T14:20:45.827270 | 2019-02-07T20:07:18 | 2019-02-07T20:07:18 | 169,632,064 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 3,577 | c | #include <stdio.h>
#include <stdlib.h>
#include "Head_Fichier.h"
//**********************************************************
//Description : La lecture du fichier .txt.
//
//Entrées : le fichier et la carte
//
//Sorties : Lancement de la fonction d'affichage
//
//Note :
//
//******************************************... | [
"skyfulle68@gmail.com"
] | skyfulle68@gmail.com |
a893cd48d2f4d79d6b46033a98fc5f1d0a3c7f94 | 17b905fdca47d3a0b0b0a4e69582cfb02cd6ace1 | /PSoC_5/Practices_8th/P6_FILO/FILO.cydsn/codegentemp/cyfitter_cfg.c | 4c7701b67c8f707f9c8eca73f014f19d9acf7683 | [] | no_license | IsaacKuri/code-at-upy | 98129c88bc9dc85f0f0271f493b83d518bf94dac | 00f6bbf7539dcdfa0e7dbebef7d933a4416d2e9c | refs/heads/main | 2023-05-07T09:56:44.452731 | 2021-05-27T20:33:20 | 2021-05-27T20:33:20 | 371,471,425 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,470 | c |
/*******************************************************************************
* File Name: cyfitter_cfg.c
*
* PSoC Creator 4.2
*
* Description:
* This file contains device initialization code.
* Except for the user defined sections in CyClockStartupError(), this file should not be modified.
* This file is automat... | [
"zacfire1@gmail.com"
] | zacfire1@gmail.com |
7a1f9f3938e076accc017db8446a62c087724f25 | bc826c89619fcad7debc4b5aa726c13e4f9996ba | /RPC/temperature/date_client.c | 7db2291de48a90f00506edb0a705ac38f7edba8f | [] | no_license | Darutho/Computer-Networks | 95d6e179f221c42bed0ed7955758f5742db97c5b | 03bc76fc8e176181d8a0dce9261eb9742e30e738 | refs/heads/main | 2023-07-02T16:37:15.863394 | 2021-08-13T21:59:00 | 2021-08-13T21:59:00 | 395,807,035 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,202 | c | // /*
// * This is sample code generated by rpcgen.
// * These are only templates and you can use them
// * as a guideline for developing your own functions.
// */
// #include "date.h"
// void
// date_prog_1(char *host)
// {
// CLIENT *clnt;
// long *result_1;
// char *bin_date_1_arg;
// char * *result_2;
/... | [
"pratyushv96@gmail.com"
] | pratyushv96@gmail.com |
c408d7aa4605f15f67023beb596719bc01fa2407 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/enduser/netmeeting/av/codecs/intel/g723/lsp.c | ac2e22f753df7a34db5887f6b0c9f72b6954f08e | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,359 | c | //
// ITU-T G.723 Floating Point Speech Coder ANSI C Source Code. Version 1.00
// copyright (c) 1995, AudioCodes, DSP Group, France Telecom,
// Universite de Sherbrooke, Intel Corporation. All rights reserved.
//
#include <stdio.h>
#include <math.h>
#include "opt.h"
#include "typedef.h"
#include "cst_lbc.h"
#include... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
a647a6e0de2958a0d61c0c71b5d0dccf93471988 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/gcc.dg/pr96708-positive.c | 65af85344b62303294ca8b332d3556b092a01889 | [
"LGPL-2.1-only",
"FSFAP",
"LGPL-3.0-only",
"GPL-3.0-only",
"GPL-2.0-only",
"GCC-exception-3.1",
"LGPL-2.0-or-later",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 1,032 | c | /* { dg-do run } */
/* { dg-options "-O -fdump-tree-optimized" } */
#include <stdbool.h>
bool __attribute__ ((noinline))
test1(int a, int b)
{
int tmp = (a < b) ? b : a;
return tmp >= a;
}
bool __attribute__ ((noinline))
test2(int a, int b)
{
int tmp = (a < b) ? b : a;
return tmp < a;
}
bool __attri... | [
"rink@rink.nu"
] | rink@rink.nu |
cee7970efef5f5d5a20392ebe090e327540ea786 | 3d18b30cd270150d014937945f94a0ed9dca8bee | /SDK_3.1.5/stack/ble_8278/gap/gap.h | 2173f251f3d7f153c7ca434d1515de8d694b7795 | [] | no_license | luzhichao1997606/Telink_SIG_Mesh | f747d35491c7fe8454a8232187d2392781481e47 | f301f454c23fe8eca2652a4807f1e8cac19e8bd5 | refs/heads/master | 2022-09-12T01:32:58.102941 | 2020-05-23T09:30:04 | 2020-05-23T09:30:04 | 267,511,716 | 1 | 0 | null | 2020-05-28T06:29:16 | 2020-05-28T06:29:15 | null | UTF-8 | C | false | false | 5,251 | h | /********************************************************************************************************
* @file gap.h
*
* @brief for TLSR chips
*
* @author public@telink-semi.com;
* @date Sep. 18, 2015
*
* @par Copyright (c) Telink Semiconductor (Shanghai) Co., Ltd.
* All... | [
"ospanic@qq.com"
] | ospanic@qq.com |
280dbad804979abaf3f8f7b773b30069c08c09c6 | 093837665b3e157aa63c11a0c9bfc478e3fd3d0e | /Cypress/PSoC/reaction_game_os/ReactionGame.cydsn/ErikaOS_v2_2/API/ee_gettaskstate.c | 8b10270588cd84a469d7de997cab11460a6121b0 | [] | no_license | CuriousSingularity/embedded-sytems | 1fb1eceae610428888462d51474c1ba0c679c11c | 32ff3ce61e6acd457af3f1c2ad1e55bceb22a287 | refs/heads/master | 2022-01-08T04:22:17.136759 | 2019-05-26T17:50:23 | 2019-05-26T17:50:23 | 102,623,626 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,323 | c | /* ###*B*###
* ERIKA Enterprise - a tiny RTOS for small microcontrollers
*
* Copyright (C) 2002-2008 Evidence Srl
*
* This file is part of ERIKA Enterprise.
*
* ERIKA Enterprise is free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public License
* version 2 as publis... | [
"mr.bharathramachandraiah@gmail.com"
] | mr.bharathramachandraiah@gmail.com |
063eeb5fe6bec87db0751f4c4ca75f13f4d573b3 | 94851bb80a4ccc2d0ea590802f89e4ef19099e48 | /Tests/CTests/bbuf/boundedBufferKLEE.c | 47c3f51f9d887e437b87c4892d6de47b193240fb | [] | no_license | segroup-uni-trier/symbiosis | 004348721eb21311345e0eeaa67533ea9567c93b | f7ddcb67b8ef7d4d264218c3bccaa110fe154e59 | refs/heads/master | 2021-02-10T21:47:17.037498 | 2017-04-22T13:47:20 | 2017-04-22T13:47:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,383 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#include <errno.h>
#include <pthread.h>
#include <sys/types.h>
#include <assert.h>
#include "klee.h"
typedef struct bounded_buf_tag
{
int valid;
pthread_mutex_t mutex;
pthread_cond_t not_full;
pthread_cond_t not_empty... | [
"nuno.machado@ist.utl.pt"
] | nuno.machado@ist.utl.pt |
ee63a6033b7c36eb8ae0b04b604cc49b74587b68 | e35ad553a423ca0f6f2dd442bb1bb6b6bb35864d | /particles.h | 284b0a6cec44b2d44cce75198678e26abf15cd90 | [] | no_license | jpfed/spaceship-toy | a04bc02b48c8f1d364845223f624c18d6499606c | e1e2d45261395419a016647902174d693b179a09 | refs/heads/master | 2020-06-07T19:15:00.858698 | 2009-01-10T20:29:59 | 2009-01-10T20:29:59 | 94,608 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 648 | h | #pragma once
#include <stdint.h>
#include "coreutils.h"
#define PARTICLESYS 4
#define NUM_PARTS 256
struct ParticleSystem {
double x[NUM_PARTS];
double xV[NUM_PARTS];
double y[NUM_PARTS];
double yV[NUM_PARTS];
double life[NUM_PARTS];
double pSize[NUM_PARTS];
double intensity;
double indFade;
double overallFad... | [
"jerry.federspiel@gmail.com"
] | jerry.federspiel@gmail.com |
4954de0504346b72d6b14e1218cef4072075580b | 8c76f504f0cf9ae53d4105221c6e30741a25b5e2 | /ATSAME70_code/working_jan23/Base_Stepper.X/driver_init.h | 283aa7afd23a291cd24a076de5a8fdec46b35efa | [] | no_license | AlviAhmed/ATSAME70_Bresenham_5axis | 6123e018aeb9233377cf1ac816a31cc6f7618134 | 837f3016de5d0c9189bdaded3b5f091d1a96047b | refs/heads/master | 2023-01-20T05:21:28.969208 | 2020-11-28T11:50:08 | 2020-11-28T11:50:08 | 300,636,789 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 690 | h | /*
* Code generated from Atmel Start.
*
* This file will be overwritten when reconfiguring your Atmel Start project.
* Please copy examples or other code you want to keep to a separate file
* to avoid losing it when reconfiguring.
*/
#ifndef DRIVER_INIT_H_INCLUDED
#define DRIVER_INIT_H_INCLUDED
#include "atmel_s... | [
"alviahmed1234@gmail.com"
] | alviahmed1234@gmail.com |
0140ce3d9ed98e5806cb425b7ebc8338f3de807a | d4240a19b3a97e8c4a39a7925e8046ead6642d19 | /2016/Enceladus/Temp/StagingArea/Data/il2cppOutput/mscorlib_System_Runtime_Remoting_Messaging_MethodRe981009581MethodDeclarations.h | 5f9eb84bc886b80d2f79e708310246b27a0a1feb | [] | no_license | mgoadric/csci370 | 05561a24a8a6c3ace4d9ab673b20c03fc40686e9 | 9ffd5d0e373c8a415cd23799fc29a6f6d83c08af | refs/heads/master | 2023-03-17T18:51:45.095212 | 2023-03-13T19:45:59 | 2023-03-13T19:45:59 | 81,270,581 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 961 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// System.Runtime.Remoting.Messaging.MethodReturnDictionary
struct MethodReturnDictionary_t981009581;
// System.Runtime.Remoting.Messaging.IMe... | [
"goadrich@hendrix.edu"
] | goadrich@hendrix.edu |
8509ed7e63d60e26f8437b40673518a758732f7b | dcc9564774ffbaf13d1472edef1d26e63c911027 | /GHC-7.8.2-modified/ghc-7.8.2/rts/sm/GCThread.h | 12ef999a9bf6559f9c6885816568c4f1ecbd3a50 | [] | no_license | andrewcmyers/sherrloc | 304db5bd658bd917625243f70649e61c3f5a51dd | 55d382fe10bb9245d6791a2b2d98a5b385252cba | refs/heads/master | 2023-04-29T04:47:28.879386 | 2023-04-25T13:38:24 | 2023-04-25T13:38:24 | 139,454,725 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,148 | h | /* -----------------------------------------------------------------------------
*
* (c) The GHC Team 1998-2008
*
* Generational garbage collector
*
* Documentation on the architecture of the Garbage Collector can be
* found in the online commentary:
*
* http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/S... | [
"9870999+zhangdf@users.noreply.github.com"
] | 9870999+zhangdf@users.noreply.github.com |
130f98a84282116bea76ad74bebf2e9ca90153e8 | 2bba6ac86c1844e1940f8edc5a2b8773ffc5c880 | /Array.h | 67abfa4ee19421fd1c5aaf47ec11fd36fcca3b56 | [] | no_license | wan-siang/hw2 | 23d439ac9596cc7c28e009a3206ee971f5092973 | ccc68139d3115672b492b8c84500da7967fb6498 | refs/heads/main | 2023-05-02T18:41:01.445213 | 2021-05-25T09:40:47 | 2021-05-25T09:40:47 | 369,194,022 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 68 | h | int arr_find(char *line[], char *str, int cnt);
#include "Array.c"
| [
"noreply@github.com"
] | wan-siang.noreply@github.com |
6883ab541c11e1a1a2ad5ecf2c6534e6dcd5d408 | a44380d820109813649f95651eea8590e8fd2f26 | /ARM/src/ResetEntry.c | 94c1780bda1fd065e31098ada5f8205c61dcca16 | [
"BSD-3-Clause"
] | permissive | I-SYST/EHAL | 1e8bce9083085bba75aae2314f80310a4925d815 | b1459e8dba9eeebed13f19a4b3d376603f325495 | refs/heads/master | 2022-05-14T12:59:44.041952 | 2022-03-06T04:48:21 | 2022-03-06T04:48:21 | 19,235,514 | 98 | 25 | BSD-3-Clause | 2019-01-30T10:52:08 | 2014-04-28T10:48:51 | C | UTF-8 | C | false | false | 3,674 | c | /**-------------------------------------------------------------------------
@file ResetEntry.c
@brief Generic ResetEntry code for ARM CMSIS with GCC compiler
@author Hoang Nguyen Hoan
@date Mar. 14, 2014
@license
Copyright (c) 2014, I-SYST inc., all rights reserved
Permission to use, copy, modify, and... | [
"hnhoan@i-syst.com"
] | hnhoan@i-syst.com |
85c23a9ebf06997950098d4cc21d388ea590bec8 | 6466f5ae834d693273a019670f5913f1dfdf2147 | /efm8/mcu/C8051F336/inc/SI_C8051F336_SI_Defs.h | e036e5f647cb17094142fe0fb62cec0277be3d8e | [] | no_license | ahtn/efm8_sdcc | 8e6b7d29a0ae1393cc9d0c1752f212d10afd654a | d224d7b5551271afae5f23e7596a346fd0b2dbf7 | refs/heads/master | 2020-03-11T09:25:07.607306 | 2018-04-17T14:14:39 | 2018-04-17T14:14:39 | 129,910,184 | 10 | 5 | null | null | null | null | UTF-8 | C | false | false | 19,082 | h | //------------------------------------------------------------------------------
// Copyright 2014 Silicon Laboratories, Inc.
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Silicon Laboratories End User
// License Agreement which accompanies this distrib... | [
"jem@seethis.link"
] | jem@seethis.link |
bb98d23adc802429e8d4f46348454fa804be3c8c | 96c7413853da03276cea06beb5dce36e632cae1d | /21.c | 8d243d5566d84954fa710bca3c4c457735890bd2 | [] | no_license | suganya1012/sugii10 | a265b51b8b8c8f7425884394b959b96d55cf69aa | fcab48b2dafb07205ffbdb662c6d12343c78d696 | refs/heads/master | 2021-01-15T12:37:32.413044 | 2017-08-08T06:50:28 | 2017-08-08T06:50:28 | 99,652,852 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 316 | c | #include<stdio.h>
int main(){
int k,r;
long int i=0l,j=1,f;
printf("Enter the number range:");
scanf("%d",&r);
printf("FIBONACCI SERIES: ");
printf("%ld %ld",i,j);
for(k=2;k<r;k++){
f=i+j;
i=j;
j=f;
printf(" %ld",j);
}
return 0;
}
| [
"noreply@github.com"
] | suganya1012.noreply@github.com |
d3558fde90aabe7f619871e0f9f62a7d6f8734f2 | 23f19f4aabbee3db252812a43e4f471fc8c58e61 | /slide/2017/20171104_VimConf2017/material/src/vim-1.17/src/version.c | 39a8da3b15f05ae96ffab94f9fb552d075d9d3dd | [
"MIT"
] | permissive | lamsh/lamsh.github.io | 0cee2399bf263cc20993589030923385077f2c27 | 8a8e907544103ef06e95c75a3c3ca014b79eb5d4 | refs/heads/master | 2021-01-15T15:52:09.724545 | 2017-11-04T16:21:49 | 2017-11-04T16:21:49 | 23,315,639 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,352 | c | /* vi:ts=4:sw=4
*
* VIM - Vi IMitation
*
* Code Contributions By: Bram Moolenaar mool@oce.nl
* Tim Thompson twitch!tjt
* Tony Andrews onecom!wldrdg!tony
* G. R. (Fred) Walter watmath!watcgl!grwalter
*/
/*
* Version Changes (and person who did them)
* ------- -----------------------... | [
"mslamsh20131029@outlook.jp"
] | mslamsh20131029@outlook.jp |
ad02af89001be5eee09aed93555cbf15de2439b0 | d002ba9bd25fc6b3922cbf190656a400e347f42b | /armbare/2440/Super2440/sources/B-IIC/KEY_IIC_Interrupt_Vector/main.c | 196a6585dbc3793633d449f8f64a5bfdb864ef46 | [] | no_license | kyyang28/samsung_related | ffb2fbacd4e4452a35d03fb89b307c041fc958d4 | 4dc5f495716474346e778d84d0ae064353dd29c8 | refs/heads/master | 2016-09-10T12:53:36.973213 | 2014-10-28T05:18:20 | 2014-10-28T05:18:20 | 25,854,172 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,888 | c |
#include <stdio.h>
#define COM0 (0)
/* UART function */
extern unsigned char uart_getchar(int COM);
/* EEPROM function */
extern void eeprom_write(unsigned char address, unsigned char data);
extern unsigned char eeprom_read(unsigned char address);
int main(void)
{
char ch;
char str[200];
... | [
"88348863@qq.com"
] | 88348863@qq.com |
49fd90dc1ff040f5804b61afc70933d42d5268ee | 8d753bb8f19b5b1f526b0688d3cb199b396ed843 | /osp_sai_2.1.8/system/drvs/device/phy/mad_3.21b/phy/Include/h/madApi/88E1548P.h | 330f6c9c2b85b7ed855d856713d148667605d37d | [] | no_license | bonald/vim_cfg | f166e5ff650db9fa40b564d05dc5103552184db8 | 2fee6115caec25fd040188dda0cb922bfca1a55f | refs/heads/master | 2023-01-23T05:33:00.416311 | 2020-11-19T02:09:18 | 2020-11-19T02:09:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 735 | h | #include <madCopyright.h>
/************************************************************************
* 88E1548P.h
*
* DESCRIPTION:
* API definitions for Marvell Phy 88E1548P
*
*
************************************************************************/
#ifndef _88E1548P_H
#define _88E1548P_H
#include <madApi.h>
#inc... | [
"zhwwan@gmail.com"
] | zhwwan@gmail.com |
003fb2b88acdf197530de75a9a3349fd855bea65 | 082023e46603ccff59a506b031d0dce745729397 | /operating-systems/linux/drivers/ldd3book/snull/snull.c | a958d9be7692c9f889eb9dc7651eb8934bd33cc0 | [] | no_license | yuri-tolstov/projects | 03b7ccad801c8c177442e1ed890b67d0ae1bc028 | eff56d9eab891c876fabf5e5398e6e98efa622df | refs/heads/master | 2016-08-06T14:19:01.505577 | 2014-11-07T16:08:01 | 2014-11-07T16:08:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,241 | c | /*
* snull.c -- the Simple Network Utility
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file can be freely used, adapted,
* and redistributed in source or binary form, so long as an
* acknowledgment appears in derived source... | [
"ditech@localhost.localdomain"
] | ditech@localhost.localdomain |
40538c1d279a597a1b9a7d9e78ccec0b7401f040 | 124775d5b8d0764a933718aa483fb54f50811066 | /testSuite/05_rename/test2.c | ccab6bdafd1de18d4db6ce0ec7e5542944c7c1c1 | [] | no_license | jiverson002/Thesis2 | 54d28cfeb650df24af0d230a8e578c7e8b6280b2 | 4f88ece05c0b36368bd66e52e196d1fd728006db | refs/heads/master | 2021-04-09T15:13:56.458704 | 2018-02-13T07:31:11 | 2018-02-13T07:31:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 84 | c | int main() {
int gaga, gogo;
gaga = 8;
gogo = 17;
return gaga + gogo;
}
| [
"ooee123@gmail.com"
] | ooee123@gmail.com |
82ff86df66cfb25a9a906151dbf23874315bc119 | 7457e5ffb0e55333675080265a3dfd3e12cfdc6f | /Include/Guid/AppleApfsInfo.h | d6933308422a3c4b7a485fd54565ff95923ef42d | [
"BSD-2-Clause"
] | permissive | maanmaan86/EfiPkg | 25df94abe30c0c82f7f6a0595d410bd84feef908 | eaa5cebca4305b3a7f72b296dd12af0ad02fc195 | refs/heads/master | 2020-04-11T13:37:54.419526 | 2018-10-20T18:53:43 | 2018-10-20T18:53:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,484 | h | /** @file
Copyright (C) 2017, Download-Fritz. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available
under the terms and conditions of the BSD License which accompanies this
distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-l... | [
"download-fritz@outlook.com"
] | download-fritz@outlook.com |
cbc2d884945acab792b99ccade42e13a647b34cb | e1feb2cacdd1c373c84435fa41a7acc3f1f33c87 | /face/GNOME/e/callbacks.h | 90617c63a5f50ee8f55c1bc83e9c11607e64a160 | [] | no_license | erikg/GEMS | bc6c65efade1fb6bead973fd8f6761f5b0927cce | cfd6a10a26e91fe652c9377a771ce45bfddc19ac | refs/heads/master | 2021-01-01T17:32:23.021237 | 2011-01-07T01:10:25 | 2011-01-07T01:10:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,659 | h | /*****************************************************************************
* GEMS Email Client *
* *
* Copyright (C) 2000-2010 Erik Greenwald <erik@smluc.org> *
* ... | [
"erik"
] | erik |
4bc827eba72bd09d917bc4e8c79b4c2e058cee0b | ceee74a634b0f589ce53749a9d047761e783d52d | /L2_23.c | 8b9c6da0bea8ef33b53c93838201ec8f44007a2a | [] | no_license | bit-bern/Exercicios-boca | e40113a10f32ae3dee501330e6fa115ee71a74ce | a9d23bc02c6aafc443a3e30466b4b753354cb897 | refs/heads/master | 2022-12-13T13:24:13.922692 | 2020-09-10T19:50:34 | 2020-09-10T19:50:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 317 | c | #include <iostream>
int main(){
char a;
int i, cont = 0;
//printf("RESP:");
for (i = 0; i < 100; i++){
cin >> a;
if ((a == '(')&& (cont == 0)){
cont++;
continue;
}
else if (cont > 0 && (a != '.')){
//printf("%c", a);
cout << a;
}
else{
break;
}
}
return 0;
}
| [
"braumlaian@gmail.com"
] | braumlaian@gmail.com |
bd967b13e6d0378117eb44e4f38aa5042b9349bf | 889e09703d5b10a0e7acb1df20a9ff84a5263e8b | /include/TickyTack.h | 0122623c59f0d1c9952c488066685e95b5be4093 | [] | no_license | peternogg/TickyTack | b70bc47a77cebc32b1f41b5962fa6373cfecac61 | 9a3ae6bb73edc9c4c32568a285bf5dcb599a3c7d | refs/heads/master | 2020-03-10T02:43:34.857596 | 2018-04-11T19:32:22 | 2018-04-11T19:32:22 | 129,143,968 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,009 | h | #ifndef TICKYTACK_H
#define TICKYTACK_H
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
#include <ncurses.h>
#include "Game.h"
#include "Board.h"
#include "Player.h"
#include "HumanPlayer.h"
enum Player { INVALID = -1, HUMAN = 0, RANDOM = 1, MINMAX = 2 };
typedef struct {
enum Pl... | [
"peternogg@gmail.com"
] | peternogg@gmail.com |
7c118929013827c7327221cbd8de7136731ac7de | 62f3a2a35548e2ee4e230c3fb3d7b4ec06e5265b | /ios/Pods/Headers/Private/BWCMT_ZCBusiness/ZCBaseTableViewController.h | d8515c9abaf9911b408111976d741481b07444f3 | [] | no_license | AnleSu/my_flutter_boot_module | 373061b8e9c042a70950989170db163aed7ecf0d | bedb2c2b9626cddceaa1d95081df0d5b574ced33 | refs/heads/master | 2020-09-26T15:13:21.799579 | 2019-12-11T07:55:28 | 2019-12-11T07:55:28 | 226,278,887 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 111 | h | ../../../../../../BWCMTApp/bwcmt_zc/BWCMT_ZCBusiness/Classes/UI/Base/ViewController/ZCBaseTableViewController.h | [
"anle.su@ucarinc.com"
] | anle.su@ucarinc.com |
a638c9f32c50ce3fd5ee408d2670ca89be096b1b | 6b544d2cee70f7eda731b838a20e537d435626d3 | /testhost/src/Platform.h | db366666e7774346dd92776de495ebbd599083de | [] | no_license | noname22/frameserver | e1df9cc7a74daed039e284d481494d789cadef29 | 445b6d20a6cb1d7579920af84ff69b9480eef727 | refs/heads/master | 2020-12-28T21:40:20.454225 | 2013-12-20T09:02:22 | 2013-12-20T09:02:22 | 15,736,180 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 20 | h | ../../src/Platform.h | [
"noname@nurd.se"
] | noname@nurd.se |
1e4765bfb72c592227d374796adaa2a1ce728704 | 36b5225729f6f669a5bf217228b1f1fe4be55d85 | /fail.c | ee1495c436757a6e86d55c017631ff3fc6548d74 | [] | no_license | bubuface0802/jit-demo | ba62cbff59b3a461587c93005694a56ae718fae0 | dab8e3d3c824a0c332ca98d06f7ea8fdebc53fb5 | refs/heads/master | 2023-04-08T06:26:29.361092 | 2016-11-08T22:26:18 | 2016-11-08T22:26:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 150 | c | #include <stdio.h>
#include <stdlib.h>
#include "fail.h"
void* fail(char *s) {
printf("%s\n", s);
exit(1);
return NULL; /* but not really */
}
| [
"mflatt@racket-lang.org"
] | mflatt@racket-lang.org |
960800e1f410c15027c43abee448179824fabd99 | 6cfb9c9ef2837bb206052a6f167783c6c41c771b | /1_Code_Structure/Replace_Vowel/src/dstrings.c | a55b78c194a64e5ea77a23a094f3f94a5c0bc100 | [] | no_license | Silver-Taurus/DIS | a23749a35aad2aa16d48c2cca1f0ac3dee9bd720 | d69c43218edbaf13f1043afce7ae1a3d9550a029 | refs/heads/master | 2023-04-04T10:28:21.664490 | 2021-04-20T13:18:08 | 2021-04-20T13:18:08 | 342,284,274 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,344 | c | #include "../include/dstrings.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
t_str* create_new_string() {
// Creating a new string dynamically
t_str *new_string = malloc(sizeof(t_str));
// Creating the values array of new string based on the given length
new_string->content = malloc(siz... | [
"kumar.ayush101@gmail.com"
] | kumar.ayush101@gmail.com |
e0e1471f6fbabd28c28ae39d8d743f2a5000a5e2 | 73290119ea95f15877ec4f0ce8f928ac0b3a0de7 | /string/reversew.c | cdb085eed14babe7ab2601827cab4a395a745bc9 | [] | no_license | raunakkr/DS_Algorithms | 5186913f21f1cf84f537d4a3eb1a5c65ee00eb46 | 25f2a691d262e7466ec96dd1485e8ba2d0196fbc | refs/heads/master | 2021-01-22T10:02:59.655298 | 2014-08-12T06:12:33 | 2014-08-12T06:12:33 | 22,866,460 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 847 | c | //Program to reverse each woords of given sentence
#include<stdio.h>
#include<string.h>
//Swaps characters sent by address
void swap_char(char *p,char *q){
char temp;
if(!p || !q)return;
temp=*p;
*p=*q;
*q=temp;
return;
}
//Reverse individual words
char *reverse_word(char *a,int len){
int i;
i... | [
"raunakkumar55@gmail.com"
] | raunakkumar55@gmail.com |
6d2872287e1af99290b03eba0a50ef09aa222f33 | 7b120cbfd3ceb0f8a284ee917a93a9a294a20218 | /search/set-2_2.c | 9b2b49d260a4197a057974c2b06439401498c159 | [] | no_license | 10alswhd/BlueHouseProject | e4779bf5c2d2b9bab3e83f642f538541aef51c38 | c12b43624f7163322c310eda0c70c7479f340579 | refs/heads/master | 2020-04-15T05:47:35.156089 | 2016-12-13T15:01:02 | 2016-12-13T15:01:02 | 68,073,531 | 12 | 13 | null | 2022-07-17T07:01:45 | 2016-09-13T04:14:18 | C | UTF-8 | C | false | false | 1,173 | c | #include <stdio.h>
// main(){
// char myArray[80], search, *ptr;
// int cnt=0;
// printf(" Type a phrase... ");
// gets(myArray);
// printf(" enter a special character to be searched and counted:\n");
// scanf(" %c", &search);
// ptr = myArray;
// while( *ptr != '\0'){
// if( *ptr == sear... | [
"noreply@github.com"
] | 10alswhd.noreply@github.com |
548aab0ade01644ba3991f696ff3a9d6600b84fe | 63e9be6fc027411ceff5af8ba3c07f8f73c5175b | /src/genpsc.h | a39cc4b880fae586ce7d631432036c387e61fece | [] | no_license | reflectometry/reflpak | 7862713db64ad9b35ae3e948cf4c27ff50f6df65 | 0e70284f9ede92522478648361d5cad72724ee6f | refs/heads/master | 2021-01-19T11:22:42.066862 | 2016-02-18T17:45:30 | 2016-02-18T17:45:30 | 1,740,384 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 503 | h | /* Implements FORTRAN COMMON block GENPSC */
#ifndef _GENPSC_H
#define _GENPSC_H
/* For L_tmpname */
#include <stdio.h>
/* For PATH_MAX */
#include <limits.h>
#include <common.h>
#include <cparms.h>
COMMON char proftyp[PROFTYPLEN+2], infile[INFILELEN+2], outfile[OUTFILELEN+2],
fitlist[70+1];
COMMON char parfile... | [
"pkienzle@6e772d39-f918-0410-b64e-d616bd391b2c"
] | pkienzle@6e772d39-f918-0410-b64e-d616bd391b2c |
ce014e5b7767fb3b725f6e54aed6216956bbebfe | 2ee541671155ada41d1edc78f72d38cc2254c2d5 | /Juan/Windows_Juan_C/DeclararPunteros/main.c | c8539b52002dc90b5615da70e9fa2a2af1eac765 | [] | no_license | susoooo/IFCT06092019C3 | cff5b05a05701362151fd9a2dc131671fa15032a | a220af43dc845742a9e8b945aed47a3ff04a548e | refs/heads/master | 2022-12-12T18:16:24.869219 | 2020-09-22T11:41:38 | 2020-09-22T11:41:38 | 228,371,243 | 0 | 0 | null | null | null | null | ISO-8859-3 | C | false | false | 1,659 | c | /*
1. Declaración de punteros. EJERCICIO GUIADO
Escribir un programa que declare una variable entera (i), un puntero a entero (pi), una variable double
(d) y un puntero double (pd). Realizar las siguientes operaciones:
-Hacer que las variables tipo puntero apunten a las zonas de memoria de las variables
normales.
-Inic... | [
"codiguito20@gmail.com"
] | codiguito20@gmail.com |
73b06a6783f6a9475ff4733131377c050edc4693 | 5486f811165bb89b0e6554b9a01c56cf4a8a87fe | /ImageProcessingALG.c | b3318855e3976041ac1e8d6ea53c9442fd64c9ee | [] | no_license | CodeFeel/WQImageBinaryALG | 5830bd0f0c3c0f055f76d386b43b54e2e72193a8 | 81b2c822621d87457090e67b220fdd51bd84fe9f | refs/heads/main | 2023-08-30T01:23:08.464647 | 2021-11-02T12:42:06 | 2021-11-02T12:42:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,388 | c | //
// imageProcessingALG.c
// ImageDemo
//
// Created by wq on 2018/12/24.
// Copyright © 2018 王前. All rights reserved.
//
#include "ImageProcessingALG.h"
#include <string.h>
#define min(a,b) ((a)>(b)?(b):(a))
#define byteof(type) sizeof(type) * 8
typedef unsigned char u_char;
int length_hash_codes(long long *h... | [
"noreply@github.com"
] | CodeFeel.noreply@github.com |
caca8e81f67899a0ed29cc61bd584ac58d3e050c | bc55ccbfd5f76a916f4ecaa917f7eb1c6270ffae | /my_cub3d/cub3d/4_utils/libft/ft_strlcpy.c | a1723f45b831c249a672be6ec8ad3628e34187e7 | [] | no_license | kremen1571/Ecole-42 | 782544096a673409bbc58b99dbfbf019f6c18c8b | 62043093964a8710253b5d486f6b5f156ae1164a | refs/heads/master | 2023-04-09T10:53:02.221782 | 2021-04-19T21:03:18 | 2021-04-19T21:03:18 | 263,270,082 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,201 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlcpy.c :+: :+: :+: ... | [
"anton.sahar@yandex.com"
] | anton.sahar@yandex.com |
ccda31f33448b6fdd3fab9c37159896b3af869e7 | e528eb7d8fa5779b1cea2334312f02e19799c11a | /MatrixMultiplication.c | 926bf6176a462d6d93e7887ad460a5f62ec85b22 | [] | no_license | BrindhaaRavindran/DataStructures | 5911ee1023596c5910d7546b92ec97b69f58732a | ae6c307348d73795a60ada90a8a30abafc1f0f86 | refs/heads/main | 2023-07-12T08:57:03.873374 | 2021-08-24T16:41:37 | 2021-08-24T16:41:37 | 393,582,904 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 849 | c | #include<stdio.h>
int main()
{
int m, n, p, q, i, j, k, sum=0;
int a[100][100], b[100][100], c[100][100];
printf("Enter number of rows and columns of matrix A : \n");
scanf("%d %d",&m,&n);
printf("Enter number of rows and columns of matrix B : \n");
scanf("%d %d",&p,&q);
printf("\nEnter elements in mat... | [
"noreply@github.com"
] | BrindhaaRavindran.noreply@github.com |
5d35caf61ed27c6bb9b506e4be6576003063bf37 | e3300276cfc68b73a34d21c6e8b4d5eaec7bc770 | /ATK_ESP8266/apsta.c | 75c0cc7bdddf9662b17e44b3e200d4b99b25678e | [] | no_license | likuyu1/STM32F103VE_UCGUI | 5f61024befec37482e8e76b87237246c62d7982a | 068fc30a6616a6397cb4ad9ca6d071f842e12233 | refs/heads/master | 2020-06-20T20:45:55.374833 | 2017-12-25T10:16:54 | 2017-12-25T10:16:54 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 7,638 | c | #include "wifi_common.h"
///////////////////////////////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//ALIENTEK STM32开发板
//ATK-ESP8266 AP+STA模式驱动代码
//正点原子@ALIENTEK
//技术论坛:www.openedv.com
//修改日期:2014/4/3
//版本:V1.0
//版权所有,盗版必究。
//Copyright(C) 广州... | [
"prince@princedeMacBook-Pro.local"
] | prince@princedeMacBook-Pro.local |
f464f3cec16f87762b7867a6b445276bed369d47 | fe25244f43a8e2a696694a62b4d1a78d132633fc | /mediatek/platform/mt6572/kernel/drivers/btcvsd/AudDrv_BTCVSD_ioctl.h | fa25cf2c7c6fd14d8102831ecf86435b10e09716 | [] | no_license | abgoyal/alps_cci | 5354fd341ad976dd31ca9bc018ca1f487c8484e3 | eb07e57d7e02120a5aaa4f80275efdf63ec67fc6 | refs/heads/master | 2021-01-10T19:10:05.968632 | 2014-12-28T18:51:03 | 2014-12-28T18:51:03 | 28,568,685 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,880 | h | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or dis... | [
"abgoyal@gmail.com"
] | abgoyal@gmail.com |
ccebe2fbfdd77a0b48b90fe280564c21ed0cb38f | 59dc5d428e102bf72eb7245dbbe7a47a66728378 | /databases/MatrixMarket/mmio.c | 8c1cef7957803d750cc5dc362e4ea1e7c82f67c0 | [] | no_license | HarinarayanKrishnan/VisIt26RC_Trunk | 6716769694d1a309f994056209171f67e5131642 | 581a0825d81169572b48dd80c1946131c03d0858 | refs/heads/master | 2016-09-06T07:14:00.094983 | 2013-05-15T14:36:48 | 2013-05-15T14:36:48 | 7,009,345 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,893 | c | /*
* Matrix Market I/O library for ANSI C
*
* See http://math.nist.gov/MatrixMarket for details.
*
*
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "mmio.h"
int mm_read_unsymmetric_sparse(const char *fname, int *M_, int *N_, int *nz_,
double **val_, in... | [
"brugger@18c085ea-50e0-402c-830e-de6fd14e8384"
] | brugger@18c085ea-50e0-402c-830e-de6fd14e8384 |
6c551feba6170fd0bae32b155485829f0d3fc98e | 56afc0919e24767e32fab0bd08af3da61bc3aad9 | /VehicleTerminal/VehicleTerminal/VehicleTerminalControls/include/vehicleterminalcontrols_global.h | 4acbaebfc8f6ec8d5ff8271f9b3b4b476bd18839 | [] | no_license | zhangh-t/vt | e72509486aab32b129781c235f83bc607eca1a65 | c8445a38fb08bf4765816ed7eec12685fc682940 | refs/heads/master | 2020-03-19T05:56:10.889567 | 2018-06-04T05:53:05 | 2018-06-04T05:53:05 | 135,976,497 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 324 | h | #ifndef VEHICLETERMINALCONTROLS_GLOBAL_H
#define VEHICLETERMINALCONTROLS_GLOBAL_H
#include <QtCore/qglobal.h>
#ifdef VEHICLETERMINALCONTROLS_LIB
# define VEHICLETERMINALCONTROLS_EXPORT Q_DECL_EXPORT
#else
# define VEHICLETERMINALCONTROLS_EXPORT Q_DECL_IMPORT
#endif
#endif // VEHICLETERMINALCONTROLS_GLOBAL... | [
"zhangh-t@glodon.com"
] | zhangh-t@glodon.com |
00e809a89df41be091d8a37e7315703a37e1c128 | d5706135528ed94ad89a969308c03663e5cfab76 | /implementations/c/include/ockam/vault/tpm/infineon.h | 27238a7ff4cf411c4a00fb0f69c7dd1e845d8216 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | remorses/ockam | cd745ad22b74641ff7374a35d816b686d09699fb | b08dadd0964a00c8a822cbbbf5d6384b3f3d20b6 | refs/heads/master | 2021-02-28T07:55:45.098875 | 2020-03-09T16:28:13 | 2020-03-09T16:28:13 | 245,676,223 | 0 | 0 | null | 2020-03-07T17:29:47 | 2020-03-07T17:29:46 | null | UTF-8 | C | false | false | 3,677 | h | /**
********************************************************************************************************
* @file infineon.h
* @brief
********************************************************************************************************
*/
#ifndef OCKAM_VAULT_INFINEON_H_
#define OCKAM_VAULT_INFINEON_H... | [
"mrinal@ockam.io"
] | mrinal@ockam.io |
0070980488c21215f0e6fa10c6e0a4af37ab7e32 | 944c2677bb577aa7ee2de59b46b54b5ae1ff9273 | /12-GetHostMsgbyIP/main.c | 31f87f3ece2c561127de43b62cfefba1d2eac68d | [] | no_license | WeweLee/TCP-IP-NetProgramming | caf9156d1098020c53fcd9c5123b249118e330cc | 5671c5cf87d5a6d85fe0f44e548c350beeeb5bd6 | refs/heads/master | 2020-03-20T16:39:20.628711 | 2018-07-04T15:17:52 | 2018-07-04T15:17:52 | 137,543,713 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,118 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <arpa/inet.h>
#include <netdb.h>
void error_handling(char *message)
{
// fputs向指定的文件写入一个字符串
// stderr是Unix标准输出文件
fputs(message, stderr);
fputc('\n', stderr);
exit(1);
}
int main(int argc, char *argv[])
{
in... | [
"wjb1204@qq.com"
] | wjb1204@qq.com |
80047732f9c088a74b22afea3ef20853e0d08da3 | 203ae66b837e14d7bd20ed515ca67e3f51bb797f | /mbed_config.h | 629abfbb513e6a766bc0ed2c53246d9afe0ad1e2 | [] | no_license | raulMrello/ArteMultimedia | 80e5cfc9b33d8d4d63c897142e7bd56fd8727286 | fb93d9ca5a79c30ce5fa51d6d93197d872cb2dc2 | refs/heads/master | 2021-10-02T19:57:49.584068 | 2018-11-30T10:13:55 | 2018-11-30T10:13:55 | 159,804,369 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,853 | h | /*
* mbed SDK
* Copyright (c) 2017 ARM Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | [
"raul.martin.rello@gmail.com"
] | raul.martin.rello@gmail.com |
0dae28900d80117537b807fef5bf0305818a2880 | 7ca653a6092cbd7b5ea0122c27023b8174bcdf11 | /src/openGL/include/menu.h | ba32ac80aeec0d3e9a91db2cb6329850f8806ad1 | [] | no_license | Foo-Manroot/super-duper-umbrella | 5853253907c45eb9bad274f7f00fbccce0a478e1 | 18fd70d4945b29a542174031931401a788c9fd4e | refs/heads/master | 2021-03-27T13:37:40.769416 | 2017-03-15T21:36:12 | 2017-03-15T21:36:12 | 82,269,977 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 865 | h | #ifndef _MENU_H_
#define _MENU_H_
#include "candy.h"
#include "common.h"
#include <string.h>
/* ------------------------ */
/* DECLARACIÓN DE ETIQUETAS */
/* ------------------------ */
/**
* Mensaje para mostrar las opciones del menú principal
*/
#define MSG_MENU "\n\
---------------------\n\
Opciones disponible... | [
"miguel.garciamartin@edu.uah.es"
] | miguel.garciamartin@edu.uah.es |
243b8c8188c0811c21445b7eafb151ffca208621 | 24c7b76e1900589e281d7db1520095fbc07d9e81 | /src/camera.h | 91d23231da890f0db3d8eb33ca7b06dbc186f7f9 | [] | no_license | XProger/RealTournament | 9e818138cb60eb450ad8b57e4475f7e634cbef4e | d0c71f764c1d626314c7a146a72656910a806a71 | refs/heads/master | 2020-04-03T01:40:44.967449 | 2019-06-24T21:17:36 | 2019-06-24T21:17:36 | 154,937,068 | 9 | 2 | null | 2018-10-27T08:13:40 | 2018-10-27T07:17:55 | C++ | UTF-8 | C | false | false | 1,142 | h | #ifndef H_CAMERA
#define H_CAMERA
#include "utils.h"
#include "input.h"
struct Camera {
vec3 pos;
vec3 rot;
mat4 mView, mProj, mViewProj;
float aspect;
bool freeCam;
Camera() {
pos = vec3(0.0f);
rot = vec3(0.0f);
freeCam = false;
}
void update() {
i... | [
"xproger@list.ru"
] | xproger@list.ru |
87947382cc61e92c09bb20bfc7ad1c5bd22588ee | 1127738a825fd54af1fab4c91936801ad2f19be5 | /removebang.c | 33f17efc72b7df79e56135f7038552d5f14fe0ce | [] | no_license | 59090939/C_course | 571ff62c7fdd9c19c7b878a139512a229a7c5b7a | c1a0548028a0c5547c7ce8c271c4c7e0f201e4b2 | refs/heads/master | 2023-03-15T21:56:50.312134 | 2015-01-29T17:57:22 | 2015-01-29T17:57:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 200 | c | //replaces exclamation marks with spaces
#include <stdio.h>
#include <ctype.h>
int main(void)
{
int ch;
while((ch = getchar()) != EOF)
{
if (ch == '!')
ch = ' ';
putchar(ch);
}
return 0;
} | [
"estevan@bluerocket.us"
] | estevan@bluerocket.us |
e7601629b9d8bb500c39267639095ed3c68baa6c | 7d35ed669e96c7cdabca4e6eca4b95bb4c3c9074 | /c/fun_select/defines.h | 9196dd899c880ecbd5b8d931700934b747e3a57c | [] | no_license | 0xCA5A/code_smorgasbord | 6459c9d7663ca3846c089294f1d7ddc934f586b8 | 5fa1be3b1fa889a725c8efcd96ab5460cf842bfc | refs/heads/master | 2021-08-28T12:49:56.181558 | 2021-08-04T22:08:36 | 2021-08-04T22:08:36 | 5,057,089 | 0 | 1 | null | 2018-08-23T15:18:23 | 2012-07-15T15:22:35 | C | UTF-8 | C | false | false | 99 | h | #ifndef __DEFINES
#define __DEFINES
#include <stdint.h>
#define LUT_SIZE (UINT8_MAX + 1)
#endif
| [
"samuelcasa9@gmail.com"
] | samuelcasa9@gmail.com |
af0996f2cee958d8e79fb935d19069aaf270c0a6 | 83214753e9183327e98af0e6768e9be5385e5282 | /kfedit/condition/0.c | 27aafc31afb5917bd26bf64b5365b45ebd1254a5 | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | UTF-8 | C | false | false | 217 | c | // bonze_drug.c
#include <login.h>
int update_condition(object me, int duration)
{
if (duration < 1) return 0;
me->apply_condition("0", duration - 1);
return 1;
}
string query_type(object me)
{
return "job";
}
| [
"i@oiuv.cn"
] | i@oiuv.cn |
3a8feeef36c63f1b61a9ccca88a9b0acf75f8c6b | 5925a75c44f06f850ba5d0b3c2c8569f2859ab49 | /src/wrapped/wrappedlibxcbdri2.c | 9d5a0e177d10d51c5dbdd070f61a4349877f2224 | [] | permissive | LongJohnCoder/box86 | 20d2b83510ff4ea66ef6da4882651120e36b51a1 | a62a9f6c7522507a8ca15c366812424654b20da1 | refs/heads/master | 2021-07-21T19:35:53.748882 | 2021-07-17T13:40:53 | 2021-07-17T13:40:53 | 175,676,599 | 0 | 0 | MIT | 2019-03-14T18:19:18 | 2019-03-14T18:19:17 | null | UTF-8 | C | false | false | 2,323 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define _GNU_SOURCE /* See feature_test_macros(7) */
#include <dlfcn.h>
#include "wrappedlibs.h"
#include "debug.h"
#include "wrapper.h"
#include "bridge.h"
#include "librarian/library_private.h"
#include "x86emu.h"
#include "emu/x86emu_private.h"
#in... | [
"sebastien.chev@gmail.com"
] | sebastien.chev@gmail.com |
95f6158d797102a1071e6897f55afbf7f93898d1 | cb6ab39f2c269edce52e88259adabbe9cd984ec2 | /asciiart/fractals/mandelbrot.c | 0a791f1be069ea0e9e3b9bafd133c665f6f20d19 | [
"MIT"
] | permissive | ef1j/ASR33 | cae221228769e8da5f8fcbbef17e953b8b4ddbda | f4e48bc78bc0436ebc92a914f60b7e7a435fd148 | refs/heads/master | 2020-09-28T03:59:01.643846 | 2020-03-05T16:49:33 | 2020-03-05T16:49:33 | 226,680,833 | 0 | 0 | MIT | 2020-04-11T00:48:05 | 2019-12-08T14:33:12 | null | UTF-8 | C | false | false | 1,966 | c | /*
mandel.c
ascii print of mandelbrot fractals
iterates Z _ Z^2 + C where C is in the region to explore
target: 2.11BSD Unix
*/
#include <stdio.h>
/* #include <stdlib.h> */
char chars[] = ".-_+><!=:*35CV49FO6D#AZUGS02$%P&WXEQH8BKRNM";
/* dimensions of the printed plot (characters) */
#define X1 69
#define Y1... | [
"hpyle@cabezal.com"
] | hpyle@cabezal.com |
cc80c0762aac89c4485fd954acdacfdf3ad163e5 | e030a208da2bfa5dced2e463465c3c1e04f97fbc | /APST/mcu/HALCoGen EMAC Driver with lwIP Demonstration/v00.03.00/TMS570LC43x/HALCoGen-TMS570LC43x/include/HL_dcc.h | 6e6f7fe4e3433d0e2fdc8adcc31696a3878a1002 | [
"MIT"
] | permissive | KOITT3/IntegrationProject | 964f2e2c10ce525b8b0d158d53dfad1e407b2e43 | ce99bafd9bb7a65609f2d85a51a5f527e78ea0f1 | refs/heads/master | 2020-05-31T08:32:29.970576 | 2019-06-03T14:52:10 | 2019-06-03T14:52:10 | 183,976,961 | 0 | 2 | MIT | 2019-04-29T02:14:42 | 2019-04-29T01:05:25 | C | UTF-8 | C | false | false | 9,851 | h | /** @file HL_dcc.h
* @brief DCC Driver Definition File
* @date 20.May.2014
* @version 04.00.00
*
*/
/* (c) Texas Instruments 2009-2013, All rights reserved. */
#ifndef __DCC_H__
#define __DCC_H__
#include "HL_reg_dcc.h"
#ifdef __cplusplus
extern "C" {
#endif
/* USER CODE BEGIN (0) */
/*... | [
"dymr5123@gmail.com"
] | dymr5123@gmail.com |
0b27d7c81d3fe60816bff92c1c038e2af196476a | 6f8885e0a5e7f5cc6c04d5f6dcb2221e691ee84d | /T1/P1/dijkstra_vector.c | b9acace3b76495964722c896b46f8d8cc4733475 | [] | no_license | Busson/puc-rio.paa-2017.1-poggi | d49b2d816a3ba1d291582770dbcdc1b0ba4e8af6 | 3b4422be6aa49a32cb04d7dbe07d55231a68194a | refs/heads/master | 2021-01-23T02:29:21.183010 | 2017-07-12T17:16:16 | 2017-07-12T17:16:16 | 85,997,230 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,125 | c |
#include <stdio.h>
#include <limits.h>
#include <glib.h>
#include <stdlib.h>
#include "stp/stp_reader.h"
#include "cpu_timer/CPUTimer.h"
static CPUTimer totaltime;
guint32 count_n_operations;
guint32 count_m_operations;
struct dijkstra_vertice_s{
gint64 value;
gint64 dist;
gint64 sptSet;
guint32 sdj... | [
"busson@outlook.com"
] | busson@outlook.com |
4d2f7bb5947d6ead08aceae9a31840dce9f72aeb | ac4fd866dbdc0f8d90e424d94399d3524429c259 | /sayan git/17co141/srtf.c | 14ea10ba2486f191de74e9e5e265c337f03fd683 | [] | no_license | Sabios-97/OSLAB | 6b0c6fc79d223f5e79481589d3f37bbaaf96f708 | 3e86409e01db74ea32f4647195704d93e2d420bb | refs/heads/master | 2020-05-02T12:15:13.390466 | 2019-04-03T10:12:58 | 2019-04-03T10:12:58 | 177,953,853 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,572 | c |
#include<stdio.h>
#include<stdbool.h>
#include<limits.h>
struct process
{
int pid; //process-id
int bt; //burst time
int rt; //remaining time
int at; //arrival time
int wt; //waiting time
int tat; //turn-around-time
};
int main()
{
int i,j,n,total_wt=0,total_tat=0;
float avg_wt,avg_tat;
... | [
"sumukhapk46@gmail.com"
] | sumukhapk46@gmail.com |
11fc9aacf803d67ce4490eafffae07212d183c1d | 77e2a19f9b15d9f584fe0229743684c37f0a6654 | /Example/Pods/Headers/Private/ZJTools/NSArray+Log.h | 819df56cdb0b69f07f8f412f8af79ae9ed585b17 | [
"MIT"
] | permissive | ingridzhang/ZJTools | ab8191dbe4fd641224e7f8ed6d7b43b86cd07ba5 | 6a2c7399ccc4055b3ccb84035f288dde11ef292b | refs/heads/master | 2021-01-10T09:47:48.517159 | 2016-03-05T09:29:16 | 2016-03-05T09:29:16 | 50,419,255 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 51 | h | ../../../../../Pod/Classes/Categories/NSArray+Log.h | [
"542727052@qq.com"
] | 542727052@qq.com |
6e83573d5d043b1d1ffd7ae59ffab5a423f26287 | 8fca26dabc733ce82a821bcb833daf5d714d9861 | /binary-tree.c | 7ee5d09f7d2b09c2df1f10de2a42bdb9199cce6f | [] | no_license | mingsayz/Data-Structure | 84c6c51e3e7a452b6d638be789a06b2deb84c1ae | 5f9d87db2448367198857c0e7046dd9f53aced12 | refs/heads/master | 2023-07-08T10:45:34.771617 | 2019-01-14T10:35:57 | 2019-01-14T10:35:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,287 | c | #include <stdio.h>
#include <stdlib.h>
typedef struct{
int data;
struct Node *leftChild;
struct Node *rightChild;
}Node;
Node* initNode(int data,Node* leftChild,Node* rightChild){
Node* node = (Node*)malloc(sizeof(Node));
node->data = data;
node->leftChild = leftChild;
node->rightChild = rightChild;
return no... | [
"kaosanct@naver.com"
] | kaosanct@naver.com |
67f0b197c763060c6be18f9dc44e7cc436b3581f | f1ad54fd9e168a687bc2ff7cbad056380756f3b7 | /ios/Classes/gmp/mpz/kronzs.c | 66dd8d886500dbd0323b7c798489e3bd82d63a5b | [] | no_license | AntonioNoack/Qalculate | 9779d1f4452970138f945c448b541646fafe0ae1 | 1e818ab578a3ce42065d34133b9957b5984fb639 | refs/heads/master | 2020-09-27T08:16:58.008420 | 2019-12-12T15:18:28 | 2019-12-12T15:18:28 | 226,471,599 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,651 | c | /* mpz_kronecker_si -- mpz+long Kronecker/Jacobi symbol.
Copyright 1999-2002 Free Software Foundation, Inc.
*/
#include "../gmp.h"
#include "../gmp-impl.h"
#include "../longlong.h"
#include "../gmp-impl.c"
/* After the absolute value of b is established it's treated as an unsigned
long, because 0x80..00 doesn'... | [
"antonio-noack@gmx.de"
] | antonio-noack@gmx.de |
12def9d47ff4732052c4981e47633732acf47afa | c02171a5b2d314551bb219494ff1674cf34449c1 | /sys/arch/mips64/mips64/cpu.c | ecc830e14efe70e724045b94c1054b4dc6f268ea | [] | no_license | enukane/openbsd-work | c06befe36db67f8f4d07fec4baecb38ed7646a69 | 59538737cb6523b892722e9043d238f3257da00d | refs/heads/master | 2021-01-01T05:50:54.968610 | 2014-03-16T17:24:30 | 2014-03-16T17:24:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,468 | c | /* $OpenBSD: cpu.c,v 1.53 2014/03/09 10:12:17 miod Exp $ */
/*
* Copyright (c) 1997-2004 Opsycon AB (www.opsycon.se)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must reta... | [
"enukane@glenda9.org"
] | enukane@glenda9.org |
38efedde040dcd69d787ffb6e350fe9760cf8e9c | 06ddfcc44373b5744948a2469c27cfa3ed7b3454 | /Project/超核K64_K22凤凰开发板_基础例程/6-FTM-2输出互补PWM/src/main.c | 111db57099b4b2b595b661f80384547c2de73cd7 | [] | no_license | yandld/CH-K-Lib | 3522a68b1a92843428cf9cbd0dc671fab6f08e14 | 4b7fe491e4c5805ea84118cc5c16b515e1500c88 | refs/heads/master | 2021-06-19T20:06:03.865770 | 2021-01-22T09:45:07 | 2021-01-22T09:45:07 | 166,505,935 | 5 | 5 | null | null | null | null | GB18030 | C | false | false | 1,857 | c | #include "gpio.h"
#include "common.h"
#include "uart.h"
#include "ftm.h"
/* CH Kinetis固件库 V2.50 版本 */
/* 修改主频 请修改 CMSIS标准文件 system_MKxxxx.c 中的 CLOCK_SETUP 宏 */
/* 可用的FTM通道有: */
/*
FTM0_CH4_PB12 // ftm0 模块 4通道 PB12引脚
FTM0_CH5_PB13
FTM0_CH5_PA00
FTM0_CH6_PA01
FTM0_CH7_PA02
FTM0_CH0_PA03
FTM0_CH1_PA... | [
"yandld"
] | yandld |
9e5a58c23d51ea011d5ede9f895b5282a4ad5b90 | dadfbdf68ef0517717e84da90c2fe97b6bef2669 | /User/driver/color_sensor.h | 4210b1b4a40f87a5da7d816d84ee67773f8cbca9 | [] | no_license | Neo-Zhixing/dji-hs-summer-camp-2018 | 6980bf5cf12ddd4ee002aa495cabe42ba8a03bae | 129da66b36066694acf62bdef064e1c5e74695e2 | refs/heads/master | 2020-03-24T20:04:40.311336 | 2018-07-31T03:24:17 | 2018-07-31T03:24:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 963 | h | #ifndef __COLOR_SENSOR_H__
#define __COLOR_SENSOR_H__
#include "sys.h"
typedef enum {
COLOR_SENSOR_RAW = 0x04,
COLOR_SENSOR_LCC = 0x02,
COLOR_SENSOR_RGB = 0x01,
} color_sensor_mode;
typedef enum {
COLOR_BLUE = 1,
COLOR_CYAN = 2,
COLOR_RED = 3,
COLOR_GREEN = 4,
COLOR_PINK = 5,
COLOR_YELLOW = 6,
COLOR_WHIT... | [
"account@neoto.xin"
] | account@neoto.xin |
94e73913b3138a6bb9ee58514ab910ec2407ae93 | 3db023edb0af1dcf8a1da83434d219c3a96362ba | /windows_nt_3_5_source_code/NT-782/PRIVATE/NTOS/MINIPORT/DPTSCSI/DPTIOCTL.H | 848b2d368103b49d6f88968bfa96535e26da6f47 | [] | no_license | xiaoqgao/windows_nt_3_5_source_code | de30e9b95856bc09469d4008d76191f94379c884 | d2894c9125ff1c14028435ed1b21164f6b2b871a | refs/heads/master | 2022-12-23T17:58:33.768209 | 2020-09-28T20:20:18 | 2020-09-28T20:20:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,403 | h | /*++
Copyright (c) 1992 Distributed Processing Technology, Inc.
Module Name:
dptioctl.h
Abstract:
DPTIOCTL.H - Header file for Microsoft NT Mini Port Driver IOCTL Functions
This file contains structures and defines for IOCTL support of DPT EISA
and ISA host adapters under NT.
Author:
... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
77efdee22147205cc23cc1ca2108c145362f5167 | ac72cd7decbf36d121e113ff251715c23405e104 | /platform/JS/Data/include/Poco/JS/Data/Data.h | 9815b7a7b9d4ef9169e2628dc119dd096c11a019 | [
"Apache-2.0"
] | permissive | lcding/macchina.io | 736722659d37aa8f6632c899fe9ec426bcbb5227 | 0e17814175a25d7732740e7cd172b7dfc27f1716 | refs/heads/develop | 2021-01-11T01:01:46.087855 | 2016-10-08T20:30:52 | 2016-10-08T20:30:52 | 70,465,903 | 1 | 0 | null | 2016-10-10T08:08:36 | 2016-10-10T08:08:35 | null | UTF-8 | C | false | false | 1,461 | h | //
// Data.h
//
// $Id: //poco/1.4/JS/Data/include/Poco/JS/Data/Data.h#3 $
//
// Library: JSData
// Package: Data
// Module: Data
//
// Basic definitions for the Poco JS Data library.
// This file must be the first file included by every other Data
// header file.
//
// Copyright (c) 2013-2014, Applied Informatics Sof... | [
"guenter.obiltschnig@appinf.com"
] | guenter.obiltschnig@appinf.com |
7356efed1ef80cdb3cd93101805660e136a452fc | c0654be4d5fda77c9b2c56be6f50775d8873ee78 | /coc/extensions/node_modules/coc-vimlsp/out/server.js | 0234806960f398c5ef5493c429176ff2159a580d | [
"Apache-2.0",
"MIT",
"0BSD"
] | permissive | makyfj/ArchLinuxConfigPC | 393028414362064747d5acd31dc6e91f42370d6d | 212fb383616205bea2e7437f4077887982aa23a6 | refs/heads/main | 2023-07-20T12:53:09.336872 | 2021-09-06T18:23:53 | 2021-09-06T18:23:53 | 344,346,934 | 0 | 0 | null | null | null | null | UTF-8 | C | false | true | 1,705,745 | js | /*! For license information please see server.js.LICENSE.txt */
!function(t,e){for(var n in e)t[n]=e[n];e.__esModule&&Object.defineProperty(t,"__esModule",{value:!0})}(exports,(()=>{var t={728:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),n(847)},847:(t,e,n)=>{(()=>{var t=[function(t,e,n){"use... | [
"franklinjaradev@gmail.com"
] | franklinjaradev@gmail.com |
de405de51fa4e6658a0b574dd98cb852ad8c4171 | 1a20961af3b03b46c109b09812143a7ef95c6caa | /Book/Visual C++ 串口通信编程实践/第02章/0201/SerialPort_demo原作者/CommTest/StdAfx.h | 684c3325f6720551b08b2896f07aed8b550b402d | [] | no_license | JetAr/ZNginx | eff4ae2457b7b28115787d6af7a3098c121e8368 | 698b40085585d4190cf983f61b803ad23468cdef | refs/heads/master | 2021-07-16T13:29:57.438175 | 2017-10-23T02:05:43 | 2017-10-23T02:05:43 | 26,522,265 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 903 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__4FDAC188_34B5_11D1_9481_00805A147202__INCLUDED_)
#define AFX_STDAFX_H__4FDAC188_34B5_11D1_9481_00805A147202__INCLUDED_
#if _M... | [
"126.org@gmail.com"
] | 126.org@gmail.com |
6cc785ca04e02780ebc9163676a169a6ce62710d | 0e16849aa88fbcf491119e34e8af1d642af354b2 | /opl.c | c2ba5fc11e2dfdcf335f9cbb5387d8e0a10fa9d6 | [] | no_license | derek57/psp-doom | 09863f5914325151bf6c50f872c40662e68f21ec | b1286965b0dac623c672ff7beca7ab08388b6d8f | refs/heads/master | 2021-01-20T12:37:36.224022 | 2014-11-18T10:16:56 | 2014-11-18T10:16:56 | 32,111,288 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,509 | c | //
// Copyright(C) 2005-2014 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is d... | [
"vermillion57@e7163ed3-fc1d-de10-b724-2a9d26b79ad1"
] | vermillion57@e7163ed3-fc1d-de10-b724-2a9d26b79ad1 |
d07cbdfa40d60ad22cd5b962c4242e96b32c2117 | 96107510a6d459e9769e14bcadb0785038cf40f7 | /BIG - Episódio 1 - Problemas Coletivos/10028 - Demerit Points.c | 9a04f73a6144140081ff5fa48b0a1e218f8bf18a | [] | no_license | bruno-lk/Algoritmos-II | d44f451adedad6a2d90057055fdfb8bf3620dd3d | e6787bc91857bbb38000d3d8297a1a4917ac4086 | refs/heads/master | 2021-01-23T04:59:29.409767 | 2017-05-31T13:56:09 | 2017-05-31T13:56:09 | 92,948,435 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 4,510 | c | // Grupo: Bruno, Guilherme e Italo
#include <stdio.h>
#include <math.h>
void imprime (int ano, int mes, int dia, int merito, int demerito){
printf("%d-", ano);
if(mes < 10){
printf("0%d-", mes);
}
else{
printf("%d-",mes);
}
if(dia < 10){
printf("0%d ", dia... | [
"noreply@github.com"
] | bruno-lk.noreply@github.com |
a54eba75749cc0ca0d394fa6b230b668efae7d95 | e70121f0ae3b3ffb1b23973e5fdb033758b1bacf | /project.c | bee414417ddcf2d3e9e4b3dac5cb02276e65cb2e | [] | no_license | ATragalia/ATmega128-Temeproject | fb52e4264f9db50b33d6b2b791e059c03b9b4391 | 2a71c914120cb625986c595e7e622b924140a896 | refs/heads/master | 2021-03-22T08:57:12.851577 | 2020-03-14T21:08:09 | 2020-03-14T21:08:09 | 247,350,241 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,555 | c | #include <mega128.h>
#include <delay.h>
#include <io.h>
#include <stdio.h>
int time_loop = 0, led_count = 0, led_flag = 0, time_count = 0;
char key4_flag = 0, key5_flag = 0, key6_flag = 0, key7_flag = 0;
#include "Counter.c"
#include "leddis.c"
#include "uart.c"
#include "fnd.c"
#include "ext_int.c"
#include "Glcd_fu... | [
"SHcjf110612@gmail.com"
] | SHcjf110612@gmail.com |
b8845777229a9c5c91ca376bc663b10b087c918c | 8b1e85b5474f7279d42e49b74b4337eebd031ff8 | /dhsLibraries/_noao/dhsUtilSendMetaData.c | ff30b5fac9463cb8f325e592ebe75b589b5aab14 | [] | no_license | mjfitzpatrick/dhs-docs | 411ddf78cc5da4e3f0cf0867b423e7a9554bc6e1 | f51386ce519a3eb2d4ec6bc1e56a7892e0aaf0fe | refs/heads/master | 2020-09-14T22:53:35.445300 | 2019-11-21T23:30:46 | 2019-11-21T23:30:46 | 223,284,133 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,232 | c | /*******************************************************************************
*
* __doc__ \subsection {dhsUtilSendMetaData}
* __doc__ \begin{description}
* __doc__ \item[\sc use:] \emph{void dhsUtilSendMetaData(long $\star$istat, char $\star$resp, dhsHandle dhsID, void $\star$blkAddr, size\_t blkSize, mdConfig\... | [
"fitz@noao.edu"
] | fitz@noao.edu |
fe8b90336e481ab5309b6ac7ed83110d78e1d8ea | ce5f86d5a6c656ff6c20e79681737279e51a86d0 | /libs/math/src/CSparse/cs_schol.c | f1fb550f7ba48f6bc0092f1ba20326a5ac4e4a91 | [
"LGPL-2.0-or-later",
"DOC",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.1-or-later",
"BSD-3-Clause"
] | permissive | SimoneNardi/mrpt | 1ed31875f13348eadf65e3a62fb451fbbbf63000 | 4cfc607efaa162daa38b929d3cf9d065d96cb0b0 | refs/heads/master | 2022-08-29T16:25:24.673387 | 2022-08-03T22:37:49 | 2022-08-03T22:37:49 | 181,274,604 | 0 | 0 | BSD-3-Clause | 2019-04-14T07:30:26 | 2019-04-14T07:30:25 | null | UTF-8 | C | false | false | 1,809 | c | /* +---------------------------------------------------------------------------+
| Mobile Robot Programming Toolkit (MRPT) |
| https://www.mrpt.org/ |
| ... | [
"joseluisblancoc@gmail.com"
] | joseluisblancoc@gmail.com |
4f292ea9c27999c3147a5c93d470a47bf28ace02 | fc44dae7630ed5b6076e3fb9ee8cecec1e41eb35 | /GD32/Libraries/GD32F10x_Firmware_Library/Example/EXMC/EXMC_NAND/exmc_nandflash.h | f3c2f0fa4a92296b3598966351654861bad70b4e | [] | no_license | zhouzp1/Library-Document | 76ae75c2426a390b6ffb5ed20c6fa2a91dda9a68 | 73b3163a395bf23387106be2a6d11e824487d8e7 | refs/heads/master | 2021-05-17T19:45:46.749259 | 2018-05-30T03:30:18 | 2018-05-30T03:30:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,756 | h | /**
******************************************************************************
* @file EXMC/EXMC_NAND/exmc_nandflash.h
* @author MCU SD
* @version V1.0
* @date 26-Dec-2014
* @brief The header file of the read and write nand flash.
*******************************************************... | [
"mr_zouyong@163.com"
] | mr_zouyong@163.com |
f29cd46061dfea73f920c1e683373852d835d28b | 0acace81433043d274bbeb5628fc150cc0f2d072 | /Sources/Emulator/src/emu/machine/ds75161a.c | bf0f55a9a8e6d7f41e14dd29ec7933bb516efd86 | [] | no_license | SonnyJim/MAMEHub | b11780c6e022b47b0be97e4670c49b15a55ec052 | aeaa71c5ebdcf33c06d56625810913a99d3a4a66 | refs/heads/master | 2020-12-03T03:36:28.729082 | 2014-07-11T13:04:23 | 2014-07-11T13:04:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,734 | c | /**********************************************************************
National Semiconductor DS75161A IEEE-488 GPIB Transceiver emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
**********************************************************************/
#include... | [
"jgmath2000@gmail.com"
] | jgmath2000@gmail.com |
0bb3e812f59e55ed6454ee6b841bdaea06afd5de | f9c5d68b30b1baaa4b7a762d88c6f633b3b536da | /uva 10062.c | d0ddf44f44726d9e07ed6162eca720cecce50993 | [] | no_license | ShawonNSTU/UVA-OJ | 14a16229e18128deb527481ebcb4b8ee8fce26e8 | 2942c47cb3e53f1a01c53072ef00e67a4769a5b2 | refs/heads/master | 2021-01-17T11:10:04.393081 | 2016-06-14T12:23:25 | 2016-06-14T12:23:25 | 59,963,930 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 503 | c | #include <stdio.h>
#include <string.h>
int main()
{
int ara[128],i,ascii,k,j,m=1;
char str[1000];
while(gets(str)){
for(i=0;i<128;i++)
ara[i]=0;
for(i=0;str[i];i++){
ascii=str[i];
ara[ascii]++;
}
k=1;
if(m!=1)
printf("\n");
for(i=0;str[... | [
"shuvroshawon9@gmail.com"
] | shuvroshawon9@gmail.com |
82d9c8407254950d62b1e81d4b6e7a9f81c55de0 | c8d15ea309f9dab3da7dd5c035b338ad162690cb | /ttop.c | 01c47db8698f272ddccfe8f316723b64e0868891 | [] | no_license | vbalien/ssu_shell | 0e3d8ea75b1cd3319d9c33bb6a5c125062780a67 | f577e355eff0627e5dfea8291741aabf41859ff0 | refs/heads/master | 2023-02-03T18:27:37.814230 | 2020-12-23T05:19:43 | 2020-12-23T05:19:43 | 323,728,579 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,123 | c | #include <stdio.h>
#include <ncurses.h>
#include <unistd.h>
#include <sys/signal.h>
#include <stdlib.h>
#include <dirent.h>
#include <sys/stat.h>
#include <pwd.h>
#include <string.h>
#include <ctype.h>
#include <time.h>
#include <math.h>
// 프로세스 정보를 담는 구조체
typedef struct proc
{
int pid;
char username[32];
long p... | [
"webmaster@alien.moe"
] | webmaster@alien.moe |
e584692b4367280f601e775894fd1d6a3c3c55ae | 5600ec8989a422d23e868e496dcea1a118d2f76b | /stm32/stm32f10x_misc.c | 2bbde805208fae56d557fd2ab9b27944064826d0 | [] | no_license | larsenkb/bp_template | ff27e0b9d9ecfc04bdc1ca934b24c2005d83cd2a | c2a6a80b4555be8f095ecb4bc7f92ccbc0639f88 | refs/heads/master | 2023-06-18T18:50:50.739418 | 2021-07-14T01:28:48 | 2021-07-14T01:28:48 | 255,027,180 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,261 | c | /**
******************************************************************************
* @file stm32f10x_misc.c
* @author MCD Application Team
* @version V3.5.0
* @date 11-March-2011
* @brief This file provides all the miscellaneous firmware functions (add-on
* to CMSIS functions).
*******... | [
"kent.b.larsen@gmail.com"
] | kent.b.larsen@gmail.com |
7d463b5719de62720f577e860bf8127f34e99d32 | b2b1364565017c805ea25422262631032805d211 | /client.h | b8d03c43287c6c2b97871995a4684ae932d86858 | [] | no_license | amy-hyunji/IO_multiplexing | fe8f44b5a76b347a7e580cc7ea080a3c55abc9ad | a3e68fe6fb8cf24ccd2245c79d7b3ad60e412d45 | refs/heads/master | 2022-04-13T08:39:30.433796 | 2020-04-03T07:48:03 | 2020-04-03T07:48:03 | 252,665,286 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 371 | h |
struct c_input {
int thread_num;
int request_num;
char* search_word;
struct sockaddr_in* server_addr;
};
struct protocol{
uint32_t total_length;
uint32_t MSG_type;
char* payload;
};
typedef struct c_input* c_input_T;
typedef struct protocol* protocol_T;
int fd_read(int fd, void* dbuf, size_t n);
void* conne... | [
"alee6868@kaist.ac.kr"
] | alee6868@kaist.ac.kr |
4d422eef8325dadc39cb41f2f7c34b31f273d80d | cddd6af863150725e2d8019e1683c452233fd7c9 | /.c9/metadata/workspace/pset4/whodunit/copy.c | 3316e010867386365d4ed8212e6bb0ecd574d14c | [] | no_license | saggit01/cs50-1 | d69d8d64c7e14be5ea53b39632e2efc8bbeebe55 | 09b4d42009b81bd1034ddfe1042c33d2eece8f85 | refs/heads/master | 2021-10-09T08:47:27.616043 | 2018-12-24T18:09:48 | 2018-12-24T18:09:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 426 | c | {"filter":false,"title":"copy.c","tooltip":"/pset4/whodunit/copy.c","undoManager":{"mark":-1,"position":-1,"stack":[]},"ace":{"folds":[],"scrolltop":0,"scrollleft":0,"selection":{"start":{"row":18,"column":28},"end":{"row":18,"column":28},"isBackwards":false},"options":{"guessTabSize":true,"useWrapMode":false,"wrapToVi... | [
"dpett122@gmail.com"
] | dpett122@gmail.com |
c5d4c2f50a1bec2b35ecec6502dac3d818c25846 | c64c30cf44b6b3da80c17b1cd02eb93e93a14020 | /CProjects/CH14/PerLab14B/PerLab14B.c | 0122e2e6e38471e48089dd5abaee297ce2de2297 | [] | no_license | Krieglied/Assignments | d5e50585a63e0bcc108192909f75b9c5c66931d1 | d02eee2fcc2edbd2fc59fc06377242d38a723edf | refs/heads/master | 2021-06-21T13:39:50.673194 | 2020-12-01T16:54:37 | 2020-12-01T16:54:37 | 140,303,107 | 0 | 1 | null | 2018-08-28T18:53:11 | 2018-07-09T15:11:12 | C++ | UTF-8 | C | false | false | 7,394 | c | //Performance Lab 14B
//Robert John Graham III
//July 31, 2018
#include "PerLab14B.h"
//This explicit struct declaration is required, as trying to just use the header file results
//in an incomplete type error
struct Student
{
char student_initials[256];
char artist[256];
char car[256];
struct Student * next_node... | [
"kriegliedthosshys@gmail.com"
] | kriegliedthosshys@gmail.com |
a5bcb827c56f83879e29ff32c173ff64e0f756a5 | 07c78840a1d6547795c4927edde997638b8e7b7b | /apps/tcc/tcc_synchronous_pwm_channels/firmware/src/config/sam_d21_xpro/peripheral/tcc/plib_tcc0.c | 016d10df280aad70bf7f2f546764cf1724973d0e | [
"LicenseRef-scancode-unknown-license-reference",
"ISC",
"LicenseRef-scancode-public-domain"
] | permissive | zhuyi7891/csp | b8dd1f71d963d27b2f841bac1dc8ff93a53d58b2 | d61c00a0c2d9375860eb165900ee9ef369db5161 | refs/heads/master | 2020-06-14T13:57:39.737274 | 2019-05-16T11:59:59 | 2019-05-17T18:49:00 | 195,020,933 | 0 | 1 | null | 2019-07-03T09:21:25 | 2019-07-03T09:21:25 | null | UTF-8 | C | false | false | 6,130 | c | /*******************************************************************************
TCC Peripheral Library Interface Source File
Company
Microchip Technology Inc.
File Name
plib_tcc0.c
Summary
TCC0 peripheral library source file.
Description
This file implements the interface to ... | [
"http://support.microchip.com"
] | http://support.microchip.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.