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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bc40cde47275a2a5352bd6e4acfabfe7338061f3 | bf1cdef865f536f4cb4bb0d8c60433df7e69ac4d | /tests/deinline/params_coalesced_partial.c | d4daa120b2f49fed073318aebed1280c7f9b1a9a | [] | no_license | antoniotejada/glparse | a19304e63fabd7368b80b7fa4c177c6336b620fb | 891b91245e9aa558feac367cf58b11b4c7a9345a | refs/heads/master | 2021-01-22T03:22:10.359766 | 2017-09-26T06:15:32 | 2017-09-26T06:15:32 | 92,371,559 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,085 | c | //
// Verify that parameters with the same value are coalesced, even if the matching
// pairs in one invocation don't match one-to-one another invocation and
// there are also non-coalescing usages of the parameter between invocations
//
// In the function calls a and c below the first param_int_0 is not coalescea... | [
"antoniotejada@users.noreply.github.com"
] | antoniotejada@users.noreply.github.com |
edc2f0bc88ff73c7b0a54120640ba8a70591bada | 159c132197bd19f6681a4f502d7042641635e5ca | /test_deliverable/test_cases/IF_ELSE_F_driver.c | 9e4c56179e3006a83edb983350eba19380c55733 | [
"MIT"
] | permissive | supercalvinchan/Compiler_C90 | 5ab265826eb8b243af1922480d9b13d3298fabac | 9ec50cfb6ad6fa377981d894c3593ee50231b239 | refs/heads/master | 2020-03-20T18:48:50.072163 | 2018-06-16T19:39:26 | 2018-06-16T19:39:26 | 137,604,895 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 110 | c |
#include <stdio.h>
int f();
int main()
{
fprintf(stderr, "my result = %d\n", f());
return !( 10 == f() );
}
| [
"calvinchan@dyn3201-77.wlan.ic.ac.uk"
] | calvinchan@dyn3201-77.wlan.ic.ac.uk |
9da1110a0cfeddbd2b5189d59f517129a8a6ed49 | 9ec5c73c22685cb7cb4216a7d367f5173083d56a | /sphost/customization/hostfw/include/app_General.h | 4debcec8135252d5478bf4f0fa6fb59de9e5ba16 | [] | no_license | chadmuska/test | 0f06d622e22eda54a14b8275f287d728cbc53a84 | 68af41f3243feccda6952e85ff75f17a434963eb | refs/heads/master | 2020-03-19T23:19:17.368909 | 2018-06-12T01:53:48 | 2018-06-12T01:53:48 | 137,002,080 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,937 | h | /**************************************************************************
*
* Copyright (c) 2006-2018 by iCatch Technology, Inc.
*
* This software is copyrighted by and is the property of iCatch
* Technology, Inc.. All rights are reserved by iCatch Technology, Inc..
* This software may only be used in ... | [
"paul.chang@jet-opto.com.tw"
] | paul.chang@jet-opto.com.tw |
971588ab99cc950a0c78a2595cb9e5b6022d20d9 | b5dccdf6b5d9f65913622b3aeeb7e90b11e9b824 | /Programmierung1/prakt/vorbereitung/praktika8.c | 089d1f81f3fbed367ce81249b7301e22d756bc52 | [] | no_license | aburenko/HTW | b7bc5a6753f494be72d6392ed7a7f9d0e4b3f529 | 045e7a9245d252914cd69d114b792f0b1677e66c | refs/heads/master | 2023-07-08T02:33:46.179317 | 2021-08-07T13:17:21 | 2021-08-07T13:17:21 | 157,121,188 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,183 | c | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
typedef struct t_waehrnung {
char country[30+1];
char shortn[3+1];
char currency[3+1];
float fbuy;
float fsell;
} t_w;
t_w arrW[] = {
#include "waehrung.dat"
};
void printarr(int size);
void assignsell(int size);
void sort(int size);
... | [
"burenkoanton@gmail.com"
] | burenkoanton@gmail.com |
7026a9569a779f6c2dd92cc144942a60bb48532b | cae03c608c569a3e93d5cb93b1eed3d711900e26 | /_S1/ProgSys/Chapitre02/q15/main.c | 1f9913272de335fccb7afaa1b634119500377a31 | [] | no_license | Balthov60/insa-td-tp-3IFA | 492e698cd0f1d9eb09280df147ce6029b493f3c8 | fdd4cc13a2cb54e18dc3706d9e5653d46270b26c | refs/heads/master | 2020-03-29T16:33:07.528437 | 2019-03-18T10:00:29 | 2019-03-18T10:00:35 | 150,118,081 | 6 | 0 | null | 2018-09-26T13:54:57 | 2018-09-24T14:43:28 | C++ | UTF-8 | C | false | false | 482 | c | #include <stdio.h>
typedef enum {LUNDI=1, MARDI, MERCREDI, JEUDI, VENDREDI, SAMEDI, DIMANCHE} jour_t;
typedef enum {JANVIER=1, FEVRIER, MARS, AVRIL, MAI, JUIN, JUILLET, AOUT, SEPTEMBRE, NOVEMBRE, DECEMBRE} mois_t;
typedef struct {
jour_t jour;
unsigned int jour_num;
mois_t mois;
unsigned int annee;
} date_t;
in... | [
"corentin.thomasset74@gmail.com"
] | corentin.thomasset74@gmail.com |
804a5caa01ecdf48bbb0920b7ec07006a8de5237 | 8e1f28127019f8422359df273f3008b1d070989d | /src/rtpp_timed.h | fa1b3a92c5d2bc18ac0c1a76cfae6f41203e3df6 | [
"BSD-2-Clause"
] | permissive | Marhbere/rtpproxy | c12ee6c7ab32948c14d1929dc5e370ae74a601be | 7c63baaf18af5dc3fa065e92634f61ea689e87ee | refs/heads/master | 2021-01-16T22:42:24.179795 | 2015-08-21T20:59:04 | 2015-08-21T20:59:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,054 | h | /*
* Copyright (c) 2015 Sippy Software, Inc., http://www.sippysoft.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:
* 1. Redistributions of source code must retain the above copyright
... | [
"sobomax@sippysoft.com"
] | sobomax@sippysoft.com |
2bb8f446fdc179fe94da606f639e46fe9f024550 | fbdb3e4df3925b330739e599d7f539a5aea4f163 | /d/changan/huarui3.c | bfb5e6794c4a092c40f6b96d54b03ad1f4da1024 | [] | no_license | MudRen/ZHLib | 2be4566998800d1a8ed50bf379d0e43a7c97e8ac | 73111626fed37f302ca433dd1628730ca07e7dc2 | refs/heads/master | 2020-04-04T15:43:26.136616 | 2018-11-04T04:42:20 | 2018-11-04T04:42:20 | 156,049,634 | 2 | 3 | null | null | null | null | GB18030 | C | false | false | 745 | c | //Room: huarui3.c
inherit ROOM;
void create ()
{
set ("short", "华瑞街");
set ("long", @LONG
华瑞街是长安城南一条东西向的大道,也是长安城的居民区。一条
碎石子铺成的街坊,南边可见一些民居住宅,北面是一家花店,街头有
炊烟袅袅飘来青柴的香味。不远处传来家家户户舂米的声音,还有大户
人家榨香油的醇香味。
LONG);
set("exits",
([ //sizeof() == 4
"south" : __DIR__"minju3",
... | [
"i@oiuv.cn"
] | i@oiuv.cn |
663451dc11c73bc7c5d77b93865d8edf60c79756 | f7d8f3a881865a6fa6a67b7c43f49ac514a37e83 | /src/icu4c-62_1-src/icu/source/test/cintltst/cintltst.h | bb3e473af1c8063f46347368c67c47dc7d6b56a5 | [
"LicenseRef-scancode-unicode",
"ICU",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"NAIST-2003",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | xingyun86/ppshuai_icu4c_62_1 | cae0f571f9639e10302d445e912dcc49fe7776aa | 107486a5e7965212cc865bd90a29f5320d5135d3 | refs/heads/master | 2020-03-24T14:42:51.743461 | 2018-07-29T16:23:10 | 2018-07-29T16:23:10 | 142,774,941 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,108 | h | // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2013, International Business Machines Corporation and
* others. All Rights Reserved.
********... | [
"xingyun_ppshuai@yeah.net"
] | xingyun_ppshuai@yeah.net |
f377587a5536020b0a71ec0d53a863d654a5adfc | 44d753b14de50d21fb288fa31e3cdea85543968e | /20210224/20210224_11.c | b910270c26777e07102688472c00bbf7d13cb3f5 | [] | no_license | veselin4000/Code-Academy | 3d45635821813125c2b3b9e518dfbcf6422cfcf8 | a4904b4f807356125bef315cdac04956270d7137 | refs/heads/master | 2023-06-02T22:07:41.877710 | 2021-06-25T10:19:15 | 2021-06-25T10:19:15 | 326,762,663 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 254 | c | /*Задача 11.
Ако имеме дефинирано макро
#define М
кои от по долните дефиниции ще пропаднат:
а) #if M --T
b) #ifdef M --T
c) #ifndef M --F
d) #if defined(M) --T
e) #if !defined(M) --F */ | [
"veselinn.grigorov@gmail.com"
] | veselinn.grigorov@gmail.com |
8725cc84b5ce03124847b3f829d8489f6bb2fe91 | ff3c8be85579bba49f4675819f6704af57380892 | /arch-osx/GLES/gl.h | 1ef93cf5f95fe07a26f43c2e6ae275a89427d236 | [] | no_license | serge-v/android-n | 8567461ff00a1a7e53f01d617519acdf37ad2a75 | 4bea8f7e07ca2d62644bd6663d83037c0dcf326c | refs/heads/master | 2020-05-17T21:33:08.564447 | 2015-11-13T12:18:57 | 2015-11-13T12:18:57 | 19,385,116 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 70 | h | //#include <GL/gl.h>
#include <GLUT/glut.h>
#define glOrthof glOrtho
| [
"svoilokov@appnexus.com"
] | svoilokov@appnexus.com |
0d7c66d37883dd0eae7ddaa78a710cb275fc821c | 608f9b5b2cc63952ee946ca422c73db7a3e01bb1 | /ls.c | d2fe81ffd5b910c13128f77ce7bfe3f9501e8881 | [] | no_license | benhamlin314/POSOS | 6bfe789165e82307df2ccc53122e4b5030d70f59 | ad0193453ced16cc6a49b8a03c41d7694097b370 | refs/heads/master | 2020-05-05T09:19:02.761389 | 2020-01-05T21:29:36 | 2020-01-05T21:29:36 | 179,899,130 | 0 | 0 | null | 2020-01-05T21:21:41 | 2019-04-06T23:51:55 | C | UTF-8 | C | false | false | 2,059 | c | //ls
#include "ucode.c"
#define BUFFSIZE 1024
char *t1 = "xwrxwrxwr-------";
char *t2 = "-----------------";
char cwd[32];
char buf[BUFFSIZE];
int ls_boi(char *name, STAT *sp){
//printf("%x ", sp->st_mode);
//printf("%s name\n", name);
if(sp->st_mode == 0x41ED){//if directory
mputc('d');
}
else{
... | [
"bhamlin314@gmail.com"
] | bhamlin314@gmail.com |
5ca03e98f2e9102cc6580a2c9299a4359194c613 | 9ebb5cb2cdd883a7bd1763aa85007c3d94befcf0 | /elua/src/lua/lua.c | 336689e0e5fce96a1466f1c36e21a563d0f9d7d1 | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | syscheme/hometether | 406e902d929bf31b272a7ac4900ccd65c48e8d27 | a2bc4ede01c487df2946fb3c078c3775bd7272de | refs/heads/master | 2023-05-02T23:14:20.068486 | 2023-05-02T10:46:02 | 2023-05-02T10:46:02 | 117,061,155 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 11,051 | c | /*
** $Id: lua.c,v 1.160.1.2 2007/12/28 15:32:23 roberto Exp $
** Lua stand-alone interpreter
** See Copyright Notice in lua.h
*/
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define lua_c
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
static lua... | [
"syscheme@hotmail.com"
] | syscheme@hotmail.com |
6b11e4b447d33b4b2c830d43aa57bbdbea373386 | 71e5f96a29f5d643ab888b37677d38c33f8d765d | /d/islands/pirates/oldrooms/cove7.c | 0f985f6f5c44a75753b7955821062fcd08bcf76d | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Cherno-SuS/SunderingShadows | 5f755fbebb79dc0b9d1c2a0541408be4afeb8b67 | c3b4370beb2c4351ecc60826850c94892a42b685 | refs/heads/main | 2023-04-21T09:52:14.580024 | 2021-03-23T12:09:55 | 2021-03-23T12:09:55 | 349,490,686 | 0 | 0 | NOASSERTION | 2021-03-23T12:09:56 | 2021-03-19T16:40:12 | null | UTF-8 | C | false | false | 1,348 | c | //cove7.c
#include <std.h>
#include "../piratedefs.h"
inherit ROOM;
void create(){
::create();
set_property("light",0);
set_terrain(VILLAGE);
set_travel(DIRT_ROAD);
set_short(
@JAVAMAKER
Main Street
JAVAMAKER
);
set_long(
@JAVAMAKER
%^BOLD%^Main Street Around the Bend%^RESET%^
You have moved... | [
"law@shadowgate.org"
] | law@shadowgate.org |
42fd5857e9ae71ff99c81cce9fa0e3d2778a54e7 | 884028be1459a4ddbb1e2c576f0d182bf61003af | /MDR32F9_1986VE4_2015/Examples/MDR1986VE9x/MDR32F9Q1_EVAL/CAN/LoopBack_RTR/MDR32F9Qx_it.h | 6e0ee2d2df34bb2345ccd091e8245c5b08d0be60 | [
"MIT"
] | permissive | tunerok/milandr_vscode_windows | 8e6d97237d08596b3407281d89446153153bc155 | 42947278f456c5857240ebc784912902843ba675 | refs/heads/master | 2023-03-13T21:29:04.954585 | 2021-03-12T08:19:18 | 2021-03-12T08:19:18 | 345,596,728 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,093 | h | /**
******************************************************************************
* @file Examples/MDR32F9Q1_EVAL/CAN/LoopBack_RTR/MDR32F9Qx_it.h
* @author Milandr Application Team
* @version V1.2.0
* @date 12/09/2011
* @brief This file contains all the functions prototypes for the interrupt.
*
... | [
"tunerok93@gmail.com"
] | tunerok93@gmail.com |
9a74e2c3ba5f770198fa166118c47d98598c72f8 | bf5f673fe5c412270bda739069dd0a6c53c56bc7 | /IPK/proj2/test/test.c | cb3aacbaa993faf6959eb24f84aa191c5ce54c3b | [] | no_license | RadekMojzis/FIT | ba1aedcac517c5a5b9d0b4d12e5285f9d1bdbfa9 | 6498465b806163fd30b673001e07e127a182e5af | refs/heads/master | 2020-05-30T11:53:12.608214 | 2017-05-05T01:04:12 | 2017-05-05T01:04:12 | 83,609,255 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,289 | c | #include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/time.h>
#include <asm/types.h>
#include <arpa/inet.h>
#include <math.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <linux/if_packet.h>
#include <linux/if_ether.h>
#include <linux/if_arp.h>
#d... | [
"mojzis.radek@centrum.cz"
] | mojzis.radek@centrum.cz |
7a8cca315de90bf8c1c9c4b4a833060184d00800 | 813e0138ad77a14af656dd623609d9d7f1da6e42 | /firmware/nRF_badge/data_collector/incl/sender.h | 2437390cd095064cb1fafbdceb6cadd6ef5af6c0 | [
"MIT"
] | permissive | asmk1/OpenBadge | 2bd542582e5a8b420eb954cfd4299bd597f0df28 | dfd94528c4db49edccdab4d3de9747c12ae476b2 | refs/heads/master | 2021-06-11T11:54:51.660295 | 2016-09-08T01:08:41 | 2016-09-08T01:08:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,915 | h | /*
* INFORMATION ****************************************************
*/
#ifndef SENDER_H
#define SENDER_H
#include <stdint.h>
#include <string.h>
#include "debug_log.h"
#include "nrf_drv_config.h"
#include "boards.h"
#include "nrf_soc.h"
#include "nrf_gpio.h"
#include "ble_setup.h"
#include "collector.h"
#inc... | [
"sciguy14@gmail.com"
] | sciguy14@gmail.com |
b5ebef648403ff43e862597bc945ea20e95499c7 | 0f65e8c84d5125a02b7b54a1b6948a4127a5fc4d | /libft/libft.h | 8b1181c97bd9e53150debb84cdd15e8b503335fb | [] | no_license | Blackwol/ecole42 | a6da64082f75c4cc304df61ac9facbbf87c690f8 | d458f01c0f94910f91fff6a1111681d410536158 | refs/heads/master | 2021-08-31T03:15:18.004267 | 2021-08-26T20:22:49 | 2021-08-26T20:22:49 | 217,350,177 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,069 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* libft.h :+: :+: :+: ... | [
"pcardoso@c1r7p3.42sp.org.br"
] | pcardoso@c1r7p3.42sp.org.br |
f8ea9fd04e9c3833112d540e99440f467b3bac34 | 6f006cc43df343e44494fab7b693366ff587be7f | /components/sprite.c | d705011f2418412fdd07a5bbee0dc65caf401901 | [
"MIT"
] | permissive | EvilPudding/candle | a78cb0101a650c94755ca34ccb0eadf34e97feb8 | a58afb0403776b1e52c90345baf9985f6931244e | refs/heads/master | 2023-09-04T05:45:24.501633 | 2022-11-12T23:02:27 | 2022-11-12T23:02:27 | 117,313,783 | 402 | 20 | MIT | 2019-09-15T21:06:54 | 2018-01-13T04:26:37 | C | UTF-8 | C | false | false | 4,311 | c | #include "sprite.h"
#include "node.h"
#include "spatial.h"
#include "light.h"
#include "../utils/drawable.h"
#include "../utils/nk.h"
#include "../utils/shader.h"
#include "../systems/editmode.h"
#include "../candle.h"
static vs_t *g_sprite_vs;
static vs_t *g_fixed_sprite_vs;
static int c_sprite_position_changed(c_sp... | [
"jota.rod@hotmail.com"
] | jota.rod@hotmail.com |
82ac7622a89aa18ca5d3bdfd10b3e578b52f8755 | 340bc792816ad9569c93a3b12834e5d01bfae65e | /8lcdvin.h | 4aab95a1a019c8fb9a84267445b35bbcf744f597 | [] | no_license | SUVARNAVINEET/ADC-Project | 37d2af2e91d6534d35811f638b4ca065f0533ca6 | bdf5245db333216d27401508040e717a40beade7 | refs/heads/main | 2023-05-05T21:43:54.372690 | 2021-05-29T15:02:14 | 2021-05-29T15:02:14 | 372,000,417 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 237 | h | #ifndef _lcd_H
#define _lcd_H
void lcd_init();
void cmd_write(char);
void data_write(char);
void lcd_clear();
void lcd_Gotolineone();
void lcd_Gotolinetwo();
void lcd_displaystring(char *);
void lcd_displaynumberr(unsigned char);
#endif | [
"vineetsuvarna0@gmail.com"
] | vineetsuvarna0@gmail.com |
6454ad89241b7f24431934993b6e4e5ea5b2622f | 01698dd342f5b85294203b313948009d07392ddf | /code/Deprecated versions/v3.0 PersimmonOS/Src/gauge.c | d3884100e3093968a577176ae2bca07fb4a6afe6 | [] | no_license | outsidersdelaelectronica/tiic-2015 | 4c89742104751d982a106b0883306ea67c28b528 | a2394d87318190c7520758ed7f22125e0d7bad13 | refs/heads/master | 2021-01-24T09:10:06.095910 | 2017-02-10T00:22:43 | 2017-02-10T00:22:43 | 35,607,935 | 0 | 0 | null | 2016-05-25T15:38:12 | 2015-05-14T11:37:51 | C | UTF-8 | C | false | false | 4,862 | c | /*
* gauge.c
*
* Created on: 10/05/2016
* Author: Smau
*/
#include "gauge.h"
/*
* Fuel gauge design parameters
*
* DESIGN_CAPACITY 1050 mAh
* DESIGN_ENERGY 3885 mWh
* TERMINATE_VOLTAGE 3500 mV
* RESERVE_CAPACITY 10 mAh
* TAPER_RATE 187 0.1 h
* TAPER_CURRENT ... | [
"tomasvalno@gmail.com"
] | tomasvalno@gmail.com |
546c606c8bcd4e9d47bc93528a285074a4af067b | 47badcb23816d95264b251974671f13eccc0f53f | /Pods/Headers/Public/WRParsingBasic/WRTreeLispStylePrinter.h | c55f60bd020dca2fa7f63b2d5f4a5beed67594f0 | [] | no_license | RayWang1991/WRCFParser | de08be3dae3c140b9dbe7723083a4f2b3b187580 | 8fc95f153ba2789c9817d2501fdee7ca1f175176 | refs/heads/master | 2021-06-20T05:37:25.672338 | 2017-07-26T15:31:37 | 2017-07-26T15:31:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 95 | h | ../../../../../../../WRParsingComponent/WRParsingBasic/Classes/Visitor/WRTreeLispStylePrinter.h | [
"wangrui@bongmi.com"
] | wangrui@bongmi.com |
b7a3725a1ffb9cd88212b0da45c06b4debadabc5 | 777a75e6ed0934c193aece9de4421f8d8db01aac | /src/Providers/UNIXProviders/BGPPeerUsesRouteMap/UNIX_BGPPeerUsesRouteMapPrivate.h | ef8dfc1200cbd202be35711c4cc424e77b42f102 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers-old | 20fc13958016e35dc4d87f93d1999db0eae9010a | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | refs/heads/master | 2021-01-01T20:05:44.559362 | 2014-04-30T17:50:06 | 2014-04-30T17:50:06 | 19,132,738 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 815 | h |
#if defined(PEGASUS_OS_HPUX)
# include "UNIX_BGPPeerUsesRouteMapPrivate_HPUX.h"
#elif defined(PEGASUS_OS_LINUX)
# include "UNIX_BGPPeerUsesRouteMapPrivate_LINUX.h"
#elif defined(PEGASUS_OS_DARWIN)
# include "UNIX_BGPPeerUsesRouteMapPrivate_DARWIN.h"
#elif defined(PEGASUS_OS_AIX)
# include "UNIX_BGPPeerUsesRouteMapPriv... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
64e3355e4ab719347b42331dc209baa568dc538b | fdc5b324e581ca09370cc2aedfb2f72c3a3a2a6f | /seed_for_r2/403_new.c | 0fd170485176b4de305c97a872c1a94e70cacb31 | [] | no_license | hz90937880/NewDecFuzzer | 12981d53dd64e9a4ef881d4879b7abb3050ff849 | aa946ff1ad89742093a89a4703af238734546d9f | refs/heads/main | 2023-04-15T18:04:11.235871 | 2021-04-25T15:45:45 | 2021-04-25T15:45:45 | 351,564,252 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,089 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.3.0
* Git version: unknown
* Options: --no-arrays --no-structs --no-unions --no-safe-math --no-pointers --no-longlong --max-funcs 1 --max-expr-complexity 5 --output ./tmp/src_code/csmith_test_450.c
* Seed: 1462000604
*/
#define NO_LONGLO... | [
"1429408028@qq.com"
] | 1429408028@qq.com |
014efac16d02db8320fb349c268cb3c8514e82ea | 65f9576021285bc1f9e52cc21e2d49547ba77376 | /adsp_proc/avs/main/afe/drivers/hw/common/src/hwd_mmpm.c | aaaf8090c7787da85436817ebe6240de9a356e23 | [] | no_license | AVCHD/qcs605_root_qcom | 183d7a16e2f9fddc9df94df9532cbce661fbf6eb | 44af08aa9a60c6ca724c8d7abf04af54d4136ccb | refs/heads/main | 2023-03-18T21:54:11.234776 | 2021-02-26T11:03:59 | 2021-02-26T11:03:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,926 | c | /*========================================================================
This file contains AFE MMPM driver wrapper functions
Copyright (c) 2009-2012 Qualcomm Technologies, Incorporated. All Rights Reserved.
QUALCOMM Proprietary. Export of this technology or software is regulated
by the U.S. Government, D... | [
"jagadeshkumar.s@pathpartnertech.com"
] | jagadeshkumar.s@pathpartnertech.com |
8570d09a7f22c074b360eeac2601b6698fb7654a | c87842ab077e4d1e01df63f8f066242e7e45cb20 | /SampleCode/FreeRTOS/ParTest.c | 5127217de2c8e87eff0304b83d281bfde0b2aa19 | [
"Apache-2.0"
] | permissive | OpenNuvoton/M0519BSP | 7197ea9a471c2f15efc784e872e995c3ce4cc943 | 0b1a88dcbfaf273015ad21e9d6cf5799268bb43b | refs/heads/master | 2023-04-09T20:48:51.997896 | 2023-03-17T01:15:50 | 2023-03-20T02:09:43 | 108,114,175 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,491 | c | /*
FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.
FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* ... | [
"WSChang0@nuvoton.com"
] | WSChang0@nuvoton.com |
7c57574fb6ffd13faf71bd8b7718d37d32849d51 | dd5a929dfb9cebf0e161536eaffd5c09fe1d14dd | /Lab7/exercise1/experiment1/software/experiment1/tasks.h | 2ded6266abc382f2ce3fdd1bbfb46a5e8e1f4b98 | [] | no_license | Mosh333/Embedded_System | bafa76c67affa7594e34a359f9e5adbdaa9d09f8 | 63230ab87cc51a6e3ce7056317970022529c6079 | refs/heads/master | 2021-04-15T14:16:24.106539 | 2018-03-24T23:56:48 | 2018-03-24T23:56:48 | 126,547,389 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 831 | h | // Copyright by Adam Kinsman, Henry Ko and Nicola Nicolici
// Developed for the Embedded Systems course (COE4DS4)
// Department of Electrical and Computer Engineering
// McMaster University
// Ontario, Canada
#ifndef __task_H__
#define __task_H__
// Size of stack for each task
#define TASK_STACKSIZE 2048
// Def... | [
"howladermoshiur@gmail.com"
] | howladermoshiur@gmail.com |
3fb11065ea5104dca62502c8ea3dc8063b1d4435 | a567c8bb49046191908eb21b2514c8d224163be3 | /ch11/tempCodeRunnerFile.c | 8cd335831d70acd0748ac009a401ab9197a65fe5 | [
"MIT"
] | permissive | kinami0115/MIT_ACDEMEY_C | 77b06c2b57ab5f16d971a74a4292e34668688941 | 509ab8fcce132b554f9c8db1607f48143f304aee | refs/heads/master | 2020-06-17T01:47:51.801825 | 2019-07-16T12:45:14 | 2019-07-16T12:45:14 | 195,759,185 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 45 | c |
num=rand()%(max_num+1-min_num)+min_num; | [
"noreply@github.com"
] | kinami0115.noreply@github.com |
1f5358b44a6314bc254284b62cf2a81ebcdb4324 | 8972a666e16392e4a929fd1d4902767d5e389361 | /Src_003Led_BT_Ext_toggling.c | cc6fe84824e5f18112c5f65626278325761f96d8 | [] | no_license | swamyCeRE/stm32f410rb_driver | 7c8368ffc2ea276d5017bea087f04f26846cb4e0 | 832a51d05242e607e860ba7cc9306f1777e265be | refs/heads/main | 2023-03-30T00:41:57.790918 | 2021-03-17T12:19:27 | 2021-03-17T12:19:27 | 345,645,971 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,689 | c | /*
* 003Led_BT_Ext_toggling.c
*
* Created on: 25-Feb-2021
* Author: Lingaswamy Shyaga
*/
#include<stdio.h>
#include "stm32f410xx.h"
#include "stm32f410xx_gpio_driver.h"
//extern void initialise_monitor_handles(void);
void delay()
{
uint32_t i;
for(i=0;i<900000;i++);
}
#define LOW 0
#define ... | [
"noreply@github.com"
] | swamyCeRE.noreply@github.com |
41e42bbf740aed4a8f926b0218fd4343948e8869 | f774c699ac40e308ea1e1bf9c345f433aabdf850 | /webgame/gateserver/src/uuidservice.c | 6261e3ab5e8994e6d1e62c14f3314d9fa8a21651 | [
"Apache-2.0",
"LicenseRef-scancode-rsa-md4",
"HPND-sell-variant",
"metamail",
"LicenseRef-scancode-rsa-1990",
"LicenseRef-scancode-zeusbench",
"Beerware",
"Spencer-94",
"MIT",
"LicenseRef-scancode-pcre",
"BSD-3-Clause",
"LicenseRef-scancode-other-permissive",
"NTP",
"RSA-MD"
] | permissive | breezechen/zevent | dad57ea48cae94fcb00dd27084887499e89db16b | f86219b3ce4afbb516b22c41ce125b0f916c490c | refs/heads/master | 2021-01-15T14:46:37.189386 | 2012-07-20T08:43:51 | 2012-07-20T08:43:51 | 33,972,435 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,296 | c | #include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <arpa/inet.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <errno.h>
#include "uuidservice.h"
#include "shmop.h"
static shm_t shm;
typedef struct uuid_data_t{
uint64_t time_last;
... | [
"chinasihai@gmail.com@13d1ed30-4553-0410-9e00-bbd63f532000"
] | chinasihai@gmail.com@13d1ed30-4553-0410-9e00-bbd63f532000 |
ce773023cdeebb2c7db86a1d35f119841c17f230 | 3a067ce504ba8fb385d5bb07f9c67195619845d0 | /MonitoringSystems/MonitoringSystem_ObjectOperatingSeanDetection/MonitoringSystem/ModeCT.h | 5d6fee90d223caba5e342a30bf7c7fb8a52d4a5e | [] | no_license | Rits-Interaction-Laboratory/hand-grasp-recollection | d734f7da29818d99a05ac5236e51b94138b14577 | 0c60ecd17352d39c42ddc94e574905bebd3afde1 | refs/heads/main | 2023-03-27T16:06:43.390203 | 2021-03-31T21:42:09 | 2021-03-31T21:42:09 | 332,460,037 | 0 | 0 | null | null | null | null | SHIFT_JIS | C | false | false | 4,689 | h | /*--------------------------------------------------------------------*/
/* Copyright(C) 2004-2006 by OMRON Corporation */
/* All Rights Reserved. */
/*--------------------------------------------------------------------*/
#ifndef MODECT_H__
#d... | [
"Administrator@CV.LOCAL"
] | Administrator@CV.LOCAL |
017a9439338ac204e762d9ad344aa10f7e09a053 | d9b79a1b52be1b3de369b67049aa52173af05fb8 | /libcedarv/linux-armhf2/vdecoder/build/stream_ctrl.h | 34d2b695f827184423bcc7c9288bfbffadff121c | [] | no_license | patricius972/cedarx-libs | cc8683f225362e0287432c62efc9501e8aab978d | 8c8437478e6e94a5fefaeee02528867d3e2e4cad | refs/heads/master | 2021-01-22T00:29:01.820487 | 2013-10-30T16:46:48 | 2013-10-30T16:46:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,640 | h | /*
************************************************************************************************************************
* The PMP Parser Module
*
* All Rights Reserved
*
* Name : pmp_ctrl.h
*
* Author : XC
*... | [
"@cubie"
] | @cubie |
9bd437937ca3c91cde3ccc1bb33e317b75c697c4 | 727f1bc2205c88577b419cf0036c029b8c6f7766 | /out-bin/py/google/fhir/models/run_locally.runfiles/pypi__tensorflow_1_12_0/tensorflow-1.12.0.data/purelib/tensorflow/include/tensorflow/core/util/sparse/sparse_tensor.h | fe4c7de4045e07d269894bd5b50bdddf7697414c | [
"Apache-2.0"
] | permissive | rasalt/fhir | 55cf78feed3596a3101b86f9e9bbf6652c6ed4ad | d49883cc4d4986e11ca66058d5a327691e6e048a | refs/heads/master | 2020-04-13T00:16:54.050913 | 2019-01-15T14:22:15 | 2019-01-15T14:22:15 | 160,260,223 | 0 | 0 | Apache-2.0 | 2018-12-03T22:07:01 | 2018-12-03T22:07:01 | null | UTF-8 | C | false | false | 203 | h | /home/rkharwar/.cache/bazel/_bazel_rkharwar/c4bcd65252c8f8250f091ba96375f9a5/external/pypi__tensorflow_1_12_0/tensorflow-1.12.0.data/purelib/tensorflow/include/tensorflow/core/util/sparse/sparse_tensor.h | [
"ruchika.kharwar@gmail.com"
] | ruchika.kharwar@gmail.com |
56d5478f8486079f24207aa6037cfb0ad722df9f | c67d89bf02a379a06c786781d722f5d5b1590479 | /emergencyCall/udpClient.c | 0b798e4348443fe6366849d980d61eeb65563064 | [] | no_license | aidex-hackability/aidex | 4e39a9c902cd13399bcf8c1ba413526ffaaa34d1 | 87975032f10751bdc37d1cda26b81838bd76a5b8 | refs/heads/master | 2021-08-23T21:36:42.943205 | 2017-12-06T17:10:54 | 2017-12-06T17:10:54 | 107,347,326 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,838 | c | // Hello World program
// https://stackoverflow.com/questions/7021725/converting-string-to-integer-c
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include ... | [
"ppirrip@gmail.com"
] | ppirrip@gmail.com |
a6c1e6fe85422a78adb57e61588cb4be38e89599 | c39b1efd759ca3328e5e706fa8392e9fa5407f66 | /List Functions/Bidirectional List/bdlist.h | e653c8ec20a12b7a04fbe9a64115628e859ae318 | [] | no_license | brahimyacine/dynamic_data_structure | 9842b2708c295b73caf501e4791ba32629899912 | 5f58f8e6a1a217a45041da9ce09ccccfbaedaaba | refs/heads/master | 2020-12-20T00:56:03.416859 | 2020-01-26T00:36:30 | 2020-01-26T00:36:30 | 235,905,973 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 637 | h | #ifndef BDLIST_H_INCLUDED
#define BDLIST_H_INCLUDED
typedef int typeqq;
typedef struct Tmaillonb Tmaillonb;
struct Tmaillonb
{
typeqq Val;
Tmaillonb *prec;
Tmaillonb *suiv;
};
typeqq valeur(Tmaillonb *p);
Tmaillonb *suivant(Tmaillonb *p);
Tmaillonb *precedent(Tmaillonb *p);
void allouer(Tmaillonb **p);
void... | [
"fy_brahim@esi.dz"
] | fy_brahim@esi.dz |
b7009b8c882136f0fc04f7634b524c9a7a543868 | ba36c09889d553c636a55d1bd71cc04ef9b28e52 | /retdec/src/M/mdss_bus_clocks_enable.c | 2e4dafaad68fb3c0ce4c34ad4a605cfc1b7177a1 | [] | no_license | martinmullins/moto_aboot | 16da6c62a52e5f0d5a57890334bd3464bdc6881d | 3bb6de797f8d0f4ebc3725c25e6bfca30699cc4f | refs/heads/master | 2021-06-21T04:14:45.103596 | 2017-08-07T02:51:38 | 2017-08-07T02:51:38 | 99,527,151 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,585 | c | //
// This file was generated by the Retargetable Decompiler
// Website: https://retdec.com
// Copyright (c) 2017 Retargetable Decompiler <info@retdec.com>
//
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
// ------------------- Function Prototypes ----------------... | [
"martin.mullins942@gmail.com"
] | martin.mullins942@gmail.com |
6e25e4de6ea79c1cfaf317e747423a828a904181 | 6401decf735cbcbab790b32863088ee7deac7dca | /drardian_projet/hashtable/hashtable.c | d22dbfa31e9f721ff8fea91c3238ddabe58f7698 | [] | no_license | ianis12/projetalgo | c53b7ff7d204c4738d90af8bfb34645b821e1306 | 5e18a81fea50bbc1b8a21499aafe5a3a3e6484ed | refs/heads/master | 2020-11-27T01:36:38.779721 | 2020-01-08T18:41:14 | 2020-01-08T18:41:14 | 229,258,448 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,502 | c | // Implantation polymorphe pour la spécification TABLE du TDA Table(T, T') dans
// le cas d'une table de hachage par chainage séparé
#include <stdlib.h>
#include <stdint.h>
#include "hashtable.h"
// Les 24 premiers termes de la suite récurrente d'ordre 1 <c_{n}> définie par
// c_{0} = 43 ;
// c_{n} = 2... | [
"noreply@github.com"
] | ianis12.noreply@github.com |
b65fb9f4b2dc7f5b8dcbfa5a31740753b0eeb911 | 7c819b2c5819160c468b7adf752a4ee8b36743ad | /src/timer.c | 28f9f3d291ed6c10d1129bb3ef5cbd54ed87728b | [] | no_license | mwloch1/Wilgotech_meas_kom | 5d98c7782e648f412b2884e6949ea99d3266e1e9 | 79ad920621cc6dc2b4ee27f5820189839747d378 | refs/heads/master | 2020-03-24T07:18:46.863167 | 2018-07-27T09:59:35 | 2018-07-27T09:59:35 | 142,560,452 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,249 | c | /*
* timer.c
*
* Created on: 17 paź 2016
* Author: Marcin
*/
#include <stdio.h>
#include <stdlib.h>
#include "stm32f4xx_conf.h"
#include "timer.h"
#include "debugkom.h"
typedef enum{
RUNNING = 0x01,
STOPPED
}timerState_E;
typedef struct{
uint8_t id;
uint16_t period;
uint16_t cntReg;
timerOpt_E opti... | [
"michalwloch1@gmail.com"
] | michalwloch1@gmail.com |
987efcde694389f799f11153e05ccdc604e09f7a | 29f09ef1e3de5fc73879a3802cbb2565ca05535e | /20110804_pro/ChannelsOf12And06/TCPIP Demo App/TimeTsk.c | 44a613661a7b8a8677f399c8f3faaccbf9c186e1 | [] | no_license | mayuanyi853/PDU-PIC | 11e605301b31a56bd27b383ddbb839e92076e9d0 | 0d95ec3fe3976d09fb8dc5567b31e365c4c3dbbe | refs/heads/master | 2020-06-10T14:07:50.683165 | 2016-12-09T00:00:18 | 2016-12-09T00:00:18 | 75,952,100 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 3,429 | c | /*****************************************************
*作者: CCT
*时间: 2010/11/09-
*功能: 在这个程序中,主要实现了时间的调度,其中包括
显示屏晶屏,485调用子程序等等。待续,,,
嘿嘿
******************************************************/
#include "TCPIP Stack/TCPIP.h"
#include "MainDemo.h"
BOOL b_switch ;
void TmTsk(void)
{
stat... | [
"mayuanyi853@163.com"
] | mayuanyi853@163.com |
0d153a0e9ce3462336860c04dc7682fbcb1ccfe6 | c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683 | /openETCS_Releases/v0.3-D3.6.3/KCG-Releases/Normalize_Distance_d_internal_t_TA_Lib_internal.h | 8973745d8f14e2e128864081a4c5bebbf9045e9e | [] | no_license | VladislavLasmann/srcAndBinary | cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10 | 13aa76e545b9596f6dac84fb20480dffae7584d8 | refs/heads/master | 2021-05-08T15:04:05.709079 | 2016-01-22T12:40:10 | 2016-01-22T12:40:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,183 | h | /* $**************** KCG Version 6.4 (build i21) ****************
** Command: kcg64.exe -config D:/Github/modeling/model/Scade/System/OBU_PreIntegrations/openETCS_EVC/KCG-Releases/config.txt
** Generation date: 2015-11-05T08:55:26
*************************************************************$ */
#ifndef _Normalize_Dist... | [
"bernd.hekele@deutschebahn.com"
] | bernd.hekele@deutschebahn.com |
db6dad6c1f11e5f8d2cb8e05c14086f358d3518b | cd6d43932ff5102ebe4597faa6f9230d080073c8 | /lib/atoi.c | cff57ac5263262e1e19e74986a94f628869f0a60 | [] | no_license | mvanga/clay-os | c9921b917ace1408148b137bf92b10e61b40b17d | ce2a880d1e6c19990acb18ebbeb6f2ff8e580bbb | refs/heads/master | 2021-01-01T06:32:15.690033 | 2011-04-30T22:34:27 | 2011-04-30T22:34:27 | 1,659,875 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 268 | c | int atoi(const char* s)
{
long int v = 0;
int sign = 1;
while (*s == ' ' || (unsigned int)(*s - 9) < 5u)
s++;
switch (*s) {
case '-': sign=-1;
case '+': ++s;
}
while ((unsigned int)(*s - '0') < 10u) {
v = v * 10 + *s - '0';
++s;
}
return sign * v;
}
| [
"mvanga@phoenix.(none)"
] | mvanga@phoenix.(none) |
64b20eca26f2b47557a7801ed94b2babdd5e4a5f | 019945bab819e85af4bc8ada9257d90e7c9f13c0 | /C/dotnet/include/System_Runtime_Extensions.h | dd3b73a994f341b786d7165339257b1fe78ffd11 | [] | no_license | ericsink/sourcegear-bridge-swift-framework-dotnet | 51829718d46c139d04d36b67dbcf27b8f7591d79 | ce6db986269a455ed220c79142cb42fc86fcfd45 | refs/heads/main | 2023-08-02T16:20:59.239556 | 2021-09-15T19:17:54 | 2021-09-15T19:17:54 | 406,895,009 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 443 | h | // this file is automatically generated
// Copyright 2021 SourceGear
#include <stdint.h>
#ifndef INCLUDE_System_Runtime_Extensions
#define INCLUDE_System_Runtime_Extensions
#ifdef __cplusplus
extern "C" {
#endif
typedef const void* _Nonnull SG_HNDL_NONNULL;
typedef const void* _Nullable SG_HNDL_NULLABLE;
typedef co... | [
"eric@sourcegear.com"
] | eric@sourcegear.com |
ee49e851909c382d09e11fab77b6a3ccf93659f2 | a1fbf16243026331187b6df903ed4f69e5e8c110 | /cs/sdk/3d_sdk/lw/ver-7.5/sample/xpanlgen/xpanlgen.c | 4bfa9188ad573e4e85847e16bfb0c5844ec111a6 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | OpenXRay/xray-15 | ca0031cf1893616e0c9795c670d5d9f57ca9beff | 1390dfb08ed20997d7e8c95147ea8e8cb71f5e86 | refs/heads/xd_dev | 2023-07-17T23:42:14.693841 | 2021-09-01T23:25:34 | 2021-09-01T23:25:34 | 23,224,089 | 64 | 23 | NOASSERTION | 2019-04-03T17:50:18 | 2014-08-22T12:09:41 | C++ | UTF-8 | C | false | false | 3,411 | c | /****
* Layout Generic Class
* LWXPanels Example
**
* Copyright 1999 NewTek, Inc.
* Author: Ryan Mapes
* Last Modified: 9.9.1999
****
*/
#include <stdio.h>
#include <string.h>
#include <lwserver.h>
#include <lwglobsrv.h>
#include <lwgeneric.h>
#include <lwxpanel.h>
GlobalFunc *g_lwglobal = NULL;
typedef en... | [
"paul-kv@yandex.ru"
] | paul-kv@yandex.ru |
25463b411a34acc91f01a6511c6044c486ad7ea5 | 894b10ee968dbc4e4d0b73c63a07053a1276ee2a | /src/libZnk/Znk_dir_type.c | 5a008a9f4ee38c8ba984d5e4a8af3222e4600daf | [
"Zlib",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-public-domain"
] | permissive | mr-moai-2016/znk_project | 45890068dd8c1c3ae64f270ab6ee46eaf0ca9d97 | fd1dedd8f8bac0a75124fc2d0466306e2bb5331d | refs/heads/master | 2021-05-23T06:25:21.834304 | 2020-10-18T02:51:57 | 2020-10-18T02:51:57 | 56,926,717 | 7 | 2 | null | null | null | null | SHIFT_JIS | C | false | false | 23,569 | c | #include "Znk_dir.h"
#include "Znk_sys_errno.h"
#include "Znk_stdc.h"
/***
* 処理系依存システムコール(API)
*/
#if defined(Znk_TARGET_WINDOWS)
# include <windows.h>
#elif defined(Znk_TARGET_UNIX)
/* UNIX(Linux) */
# include <dirent.h>
# include <unistd.h>
/* for stat. */
# include <sys/types.h>
# include ... | [
"mr_moai_2016@hotmail.com"
] | mr_moai_2016@hotmail.com |
25c0c649a0587ac092b06b7548d53dfedd728bae | 7c1a8f24fafc0502808150fd92cf9d47f51084e0 | /Board.h | bc667d599dc2d0d30ff5a14fcd740b44005f9c34 | [] | no_license | n9839950/EGH456_embedded-system | e5769a6fc08a2deb95ae0e444cb9775f7164722e | 88d8ca93ae3c757fda7bff91fd4386fb6053e1e6 | refs/heads/master | 2020-07-23T05:37:08.376624 | 2019-09-10T03:48:15 | 2019-09-10T03:48:15 | 207,460,036 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,527 | h | /*
* Copyright (c) 2015, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice... | [
"noreply@github.com"
] | n9839950.noreply@github.com |
83870dfc30d3e8c045d9c5fbfddeaddefeba1ad2 | 9f5f20d66f7dcc855c97501375b2860835324b70 | /0x04-more_functions_nested_loops/5-more_numbers.c | cc25e584f322339d218c2be15d87fe10a04aa0ee | [] | no_license | Stilop1/holbertonschool-low_level_programming | 012138cce2f93497232fed26db18a63ca7b37184 | ba099642d8b51c4de38d4b5bf63fba0dd25c828d | refs/heads/master | 2022-12-22T18:07:49.106109 | 2020-10-02T03:12:16 | 2020-10-02T03:12:16 | 296,100,264 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 348 | c | #include "holberton.h"
/**
* more_numbers - check the code for Holberton School students.
*
* Return: Always 0.
*/
void more_numbers(void)
{
int x;
int y;
for (x = '0'; x <= '9'; x++)
{
for (y = 0; y <= 14; y++)
{
if (y > 9 && y <= 14)
{
_putchar((y / 10) + 48);
}
_putchar((y % 10) + 48);... | [
"stilopez0816@outlook.com"
] | stilopez0816@outlook.com |
6b8625d92440506fe37da39026712bcc7d2f4ea4 | e551a9af91e7d4c26fdc9d58685c1e0c061d23cc | /TDs/TD7_pilefile/josephus.c | 649e0ae78b490d8d1c18f68be0f21037b4a651b3 | [] | no_license | 0xCorolaire/NF16 | 61b6dca458fd62e2c81268f971dcf4b592874f57 | 766eb43a1bec0436a61e49371497bba8c2645e2a | refs/heads/master | 2022-04-27T22:00:56.207156 | 2019-01-11T19:55:18 | 2019-01-11T19:55:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,024 | c | #include <stdio.h>
#include <stdlib.h>
// On représente les personnes sous la forme d'une liste chaînée circulaire
struct noeud {
int cle;
struct noeud * succ;
};
// Déclarations
struct noeud * creerNoeud(int cle);
struct noeud * creerListe(int n);
void elimine(int n, int m);
// Définitions
struct noeud *... | [
"hugo@debianHugo.10.20.172.rev.sfr.net"
] | hugo@debianHugo.10.20.172.rev.sfr.net |
1a65839a9b6ce190586973ad78c4de7a5aa85e23 | 5e027ef15b848310ff11e60d11d63f4bfba19034 | /YB3_0NT_Demo/SRC/SDCard/FAT32.H | adb556cf97adf218a7b851b7a22844676022b7ab | [] | no_license | nodreamnolove/sx | 50e475a4db02679110b9f634ffbcd1d6e9efb9a2 | b36ea62f86825a33b04e6f703c88ab3638c8bffa | refs/heads/master | 2021-01-01T16:06:30.148941 | 2015-06-11T11:05:20 | 2015-06-11T11:05:20 | 37,254,705 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 5,106 | h | /****************************************Copyright (c)****************************************************
** BEIJING WANJI(WJ)
**
**
**--------------File Info------------------------------------------------------------------... | [
"hmenghu@qq.com"
] | hmenghu@qq.com |
10c354dc92f266c05dc0316c7aa2c6dd1c3c29f5 | 2e02f4a1333b593cd45ea6e8aadb21e1fb4b3e2f | /CodeForces/A/1008 A.c | d0ced454446367f8bae5657dd84bbe4165cb3436 | [] | no_license | rahul-goel/CompetitiveProgramming | 33c42145a5807ce1e1b94334faeeb960ad381edb | 7c042b81dd9208137bbbd34e397baa55c85ff793 | refs/heads/master | 2022-09-25T04:26:16.173096 | 2022-09-05T18:26:23 | 2022-09-05T18:26:23 | 231,899,837 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 662 | c | //Created by Rahul Goel
#include <stdio.h>
#include <string.h>
int main()
{
char str[105];
scanf("%s", str);
for(int i=0, n=strlen(str); i<n; i++)
{ //printf("%d\n", i); //debugging
if(str[i]!='a' && str[i]!='e' && str[i]!='i' && str[i]!='o' && str[i]!='u' && str[i]!='n')
{
... | [
"rahulgoellko@gmail.com"
] | rahulgoellko@gmail.com |
07e90747d89d2fa90b7fffa0cb0283afc7b351c4 | 5cca94e8f4dc271939062952cae71a8b9157e662 | /HR_Algorithm/hr_port/HR_C_Port/plus.c | cb8957da6782e0f0257b8b60d8e7a7ca17dddb77 | [] | no_license | eceforge/vitasign | 21e3cd0082dd0d412b8df0d46c8bc82c755bc097 | 3c619fc5c9d2499591e6eafdf681e77d3a0ea0fa | refs/heads/master | 2016-09-05T13:14:37.746707 | 2013-05-07T01:56:32 | 2013-05-07T01:56:32 | 7,485,349 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 555 | c | /*
* plus.c
*
* Code generation for function 'plus'
*
* C source code generated on: Mon Mar 11 20:10:04 2013
*
*/
/* Include files */
#include "rt_nonfinite.h"
#include "heart_rate_official_cport.h"
#include "plus.h"
/* Type Definitions */
/* Named Constants */
/* Variable Declarations */
/* Variable Defini... | [
"gbadipe@gmail.com"
] | gbadipe@gmail.com |
38cc9f1661f1a01a4f3f0c979dfb082d9cf5c62a | 98aeb0932f6d7dc38592c0295a46e667a5abca8e | /src/chainparamsseeds.h | a9576e251d9a02beb6bca1be7e090ac945cbfec2 | [
"MIT"
] | permissive | zeuscoin-project/zeuscoin | 70f000b732d0973a4794b5c1a1dc7d22efb9fcb3 | f1f84d9a2175c6e6397536dd5a8c45c03e216d88 | refs/heads/master | 2021-05-14T04:54:29.535139 | 2018-03-07T03:42:17 | 2018-03-07T03:42:17 | 116,654,615 | 0 | 1 | MIT | 2018-03-07T03:18:04 | 2018-01-08T09:11:41 | C++ | UTF-8 | C | false | false | 441 | h | #ifndef BITCOIN_CHAINPARAMSSEEDS_H
#define BITCOIN_CHAINPARAMSSEEDS_H
/**
* List of fixed seed nodes for the zeuscoin network
* AUTOGENERATED by contrib/seeds/generate-seeds.py
*
* Each line contains a 16-byte IPv6 address and a port.
* IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.... | [
"lun1109@hotmail.com"
] | lun1109@hotmail.com |
e71cefb77aa34297fdc4dd3fa9ab450bbdc01645 | 40de3da30239862f11a946166b50438174c2fd4e | /lib/wizards/walla/dl/rooms/xaktsaroth/pathsofdead2.c | a8d9c235ec7405075438da54b3242a88b79410e4 | [
"MIT"
] | permissive | vlehtola/questmud | f53b7205351f30e846110300d60b639d52d113f8 | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | refs/heads/master | 2020-12-23T19:59:44.886028 | 2020-01-30T15:52:16 | 2020-01-30T15:52:16 | 237,240,459 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 416 | c | #include "room.h"
#undef EXTRA_RESET
#define EXTRA_RESET\
set_not_out(1);
TWO_EXIT("wizards/walla/dl/rooms/xaktsaroth/pathsofdead3", "north",
"wizards/walla/dl/rooms/xaktsaroth/pathsofdead1", "south",
"The paths of the Dead",
"This room gives you a really creepy feeling. The fa... | [
"ville.lehtola@iki.fi"
] | ville.lehtola@iki.fi |
24aac084a5503c7cb9ad738aeac3d9be3da42762 | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant104177_varasm.c | ea412045a762a0367e6116b47a429723264d649e | [] | 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 | 191,719 | c | /* Output variables, constants and external declarations, for GNU compiler.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and... | [
"agroce@gmail.com"
] | agroce@gmail.com |
76d21881f13ec78584e943790949be7bb4bbf3a1 | f740b15a20b927ec6864d390a92aad958a919101 | /Raspberry_Pi_Benchmarks/linpack/linpack.c | 5e60ced20cfe0ab0415f935ace24a9a17eb93bb1 | [] | no_license | hobama/IoTSim_Model | 514439893e3caf74a2793d09094ba3d43e17986f | a7bd9d5a9381465ae238f3c6359ed411b8825b76 | refs/heads/master | 2020-12-03T20:42:51.525524 | 2019-06-20T07:47:59 | 2019-06-20T07:47:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 37,748 | c | /*
* Compile Linux Intel
* cc linpack.c cpuidc.c -lm -lrt -O3 -o linpackIL
*
* Cross Compile on Linux Intel for ARM
* ~/toolchain/raspbian-toolchain-gcc-4.7.2-linux32/bin/arm-linux-gnueabihf-gcc linpack.c cpuidc.c -lm -lrt -O3 -march=armv6 -mfloat-abi=hard -mfpu=vfp -o linpackPiA6
*
* Compile on Raspb... | [
"x1yu@ucsd.edu"
] | x1yu@ucsd.edu |
1b1b30b443cb11a99f31a918341c6ec4ad929471 | 3efc50ba20499cc9948473ee9ed2ccfce257d79a | /data/others/files/fib.c | 29e6c2922c2b42239703a28458b908498ecc9583 | [
"Apache-2.0"
] | permissive | arthurherbout/crypto_code_detection | 7e10ed03238278690d2d9acaa90fab73e52bab86 | 3c9ff8a4b2e4d341a069956a6259bf9f731adfc0 | refs/heads/master | 2020-07-29T15:34:31.380731 | 2019-12-20T13:52:39 | 2019-12-20T13:52:39 | 209,857,592 | 9 | 4 | null | 2019-12-20T13:52:42 | 2019-09-20T18:35:35 | C | UTF-8 | C | false | false | 196 | c | #include <stdio.h>
#include <stdint.h>
static uint64_t fib(uint64_t n) {
if (n <= 1) return 1;
return fib(n - 1) + fib(n - 2);
}
int main(void) {
printf("%llu \n", fib(46));
return 0;
}
| [
"arthurherbout@gmail.com"
] | arthurherbout@gmail.com |
6fd8d437d84a7016a14aa2995494d946260ff1c6 | a037e1cc32976d4d2cd772d9b866b5c75e9cea9f | /Temp/StagingArea/Data/il2cppOutput/t882MD.h | 28d4c8a01aa795152f2af83676e13905b02accd5 | [] | no_license | Sojex/BumbleBrigadeWithClickToKill | 4e11642e5e4d23d6456ac9add86570e15e28145f | fb7c30ae13a6e10bc388315bc2dc2b6e3cf1c581 | refs/heads/master | 2021-01-10T15:45:59.727221 | 2016-03-28T17:15:18 | 2016-03-28T17:15:18 | 54,907,861 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,098 | 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>
struct t882;
struct t299;
struct t8;
struct t883;
struct t137;
struct t931;
#include "codegen/il2cpp-codegen.h"
extern "C" void m4189 (t882 ... | [
"student@c515-d25hq0s2dhjt-0112012.hostos.cuny.edu"
] | student@c515-d25hq0s2dhjt-0112012.hostos.cuny.edu |
fde9706f6e72eec9f976bc1348f323d7c652e2af | 9a6170e2ccb5183c1e6f077a6b811617067c9c8b | /srv/src/commands/bct.c | ef94976c133288386a8e46f81ca51ef2aa61838d | [] | no_license | fradetjulien/Zappy | 7aa6ecc58906c25e5cce604f131f26ffdfec8243 | 92e9483f119f82956e3226c6657429bb46c712d8 | refs/heads/master | 2020-04-23T03:36:57.976529 | 2018-07-01T21:41:45 | 2018-07-01T21:41:45 | 170,883,477 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 898 | c | /*
** EPITECH PROJECT, 2018
**
** File description:
**
*/
#include "server.h"
static void print_bct(server *server, t_map *tmp, int i)
{
dprintf(server->client[i].fd, "bct %d %d %d %d %d %d %d %d %d\n",
tmp->node_pos->x,
tmp->node_pos->y,
tmp->rsrc->nb_food,
tmp->rsrc->nb_linemate,
tmp->rsrc->nb_deraumere,
t... | [
"francois.simon@epitech.eu"
] | francois.simon@epitech.eu |
532482010c38ae12aa14d0b6c42cac8fc2fd6682 | 901c2b012091810c6cb63e6afb92c7f3b3150996 | /Classes/Native/mscorlib_System_Security_Policy_Evidence_EvidenceEnumeratorMethodDeclarations.h | 6a098c79dbf081df6ed6209dd3cd3c2fc5136db1 | [] | no_license | 8BitRain/photoshphereSwift | 83f4fce894b91d07ba95060d4e3b194cfc74b5aa | 57ef01c804757d38bda5258f1d188db05ab1d563 | refs/heads/master | 2021-01-13T00:40:51.272582 | 2015-11-14T06:39:29 | 2015-11-14T06:39:29 | 46,164,639 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,355 | 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.Security.Policy.Evidence/EvidenceEnumerator
struct EvidenceEnumerator_t1565;
// System.Collections.IEnumerator
struct IEnumerator_t7... | [
"8BitRain@gmail.com"
] | 8BitRain@gmail.com |
565610534ce0492d22751c905bd80c9439d248ce | 9c7b229a2e7191b07895936f8e85e64d1870bac9 | /userinfo.c | bd2add5fb90e069af22581368c8e40d568729024 | [
"Unlicense"
] | permissive | chris124567/irc_bot | ceaebc5b52bb68bfdf89099701f455f114b5e13c | bf7d44ea1e15a097b4f699342ed3a5a6b90da940 | refs/heads/master | 2020-06-25T14:33:30.544337 | 2019-07-29T18:55:15 | 2019-07-29T18:55:15 | 199,337,228 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 892 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "userinfo.h"
#include "util.h"
struct user *init_user(struct user *info) {
info = malloc_wrapper(sizeof(*info)); /* dereference */
info->nick1 = NULL;
info->nick2 = NULL;
info->nick3 = NULL;
info->username = NULL;
info->realna... | [
""
] | |
b81f4fc986486037a863bfcfb3c26b488f8f96a6 | c057e033602e465adfa3d84d80331a3a21cef609 | /C/testcases/CWE127_Buffer_Underread/s04/CWE127_Buffer_Underread__wchar_t_alloca_memmove_52a.c | 7b3f7763358c7198d40f50aad795b24243786a99 | [] | no_license | Anzsley/My_Juliet_Test_Suite_v1.3_for_C_Cpp | 12c2796ae7e580d89e4e7b8274dddf920361c41c | f278f1464588ffb763b7d06e2650fda01702148f | refs/heads/main | 2023-04-11T08:29:22.597042 | 2021-04-09T11:53:16 | 2021-04-09T11:53:16 | 356,251,613 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,595 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE127_Buffer_Underread__wchar_t_alloca_memmove_52a.c
Label Definition File: CWE127_Buffer_Underread.stack.label.xml
Template File: sources-sink-52a.tmpl.c
*/
/*
* @description
* CWE: 127 Buffer Under-read
* BadSource: Set data pointer to before the allocated memory buf... | [
"65642214+Anzsley@users.noreply.github.com"
] | 65642214+Anzsley@users.noreply.github.com |
bb98668f1e6855ec77dcc8e71cd4e6d293c51e10 | 490bf53c264d1c5449551070c58b8901ef95450f | /permute_unique/permute_unique.h | a807c49d7c71b20f91bbe8d0391f1ded0f1598d7 | [] | no_license | aiv2008/src | 94f5153fbd9f62bba8c302104f2ecf37a4a17ca2 | 3e30cc4bfb633e998f3a4b7f5422fc61f978bb67 | refs/heads/master | 2020-06-27T22:23:00.641892 | 2019-11-20T03:36:21 | 2019-11-20T03:36:21 | 200,067,726 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 166 | h | #ifndef PERMUTE_UNIQUE_H_INCLUDED
#define PERMUTE_UNIQUE_H_INCLUDED
int** permuteUnique(int* nums, int numsSize, int* returnSize, int** returnColumnSizes);
#endif
| [
"aiv2005@sina.com"
] | aiv2005@sina.com |
5ec0ff76a7ef65ec70aae93e871ae8f4d4edb50e | 272ee4b9d2f33062e90ea3a8184f511159df4911 | /lab6/main_template_lab6.c | c81bc0261469cd1e15900ed8aece8fe2dbb3b83a | [] | no_license | CaitlinBarron/IDE-Lab-6 | e361fc98c04deaa9a940db2d2ff217b18e501474 | 99b11bf255a586102db83fac0b9c3df6b5abe482 | refs/heads/master | 2020-04-25T18:36:00.808486 | 2019-03-26T01:59:27 | 2019-03-26T01:59:27 | 172,989,455 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,450 | c | /*
* Main Method for testing the PWM Code for the K64F
* PWM signal can be connected to output pins are PC3 and PC4
*
* Author:
* Created:
* Modified:
*/
#include "MK64F12.h"
#include "uart.h"
#include "PWM.h"
void initialize();
void en_interrupts();
void delay();
void turnOffAll(){
GPIOD_PCOR = (1 <... | [
"ceb5002@rit.edu"
] | ceb5002@rit.edu |
4d1005480007736ebe1fe7428ab1d753066e1424 | 10ae422d0138b5c41ade38ed11102e8f1067c4ad | /letter.c | e1f4f10f5d4c08ebbbe211d3f54ce848d773c548 | [] | no_license | bowlavi/bowya | 472ed0de24e791eb2b5183c15adc2d60bafaa622 | 2766bf4b4fc853a501148dad80e546594fbc48cb | refs/heads/master | 2020-04-25T05:00:46.126822 | 2019-03-28T10:37:37 | 2019-03-28T10:37:37 | 172,528,966 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 561 | c | #include <stdio.h>
#include<string.h>
#include<conio.h>
int main()
{
char a[10],x;
int i,j,n,max=0,count=0;
scanf("%[^\t\n]s",a);
n=strlen(a);
for(i=0;i<n;i++)
{
count=1;
if(a[i]=='+')
{
continue;
}
for(j=i+1;j<n;j++)
{
if(a... | [
"noreply@github.com"
] | bowlavi.noreply@github.com |
d4924eef3d092a605e733bc18af8814a60dd0c06 | def3fd908e866e5db6096c16ea2a9191803305b7 | /src/vec3.c | 4a937433b7fdacfdf625e5d8867dbffdb10b9b77 | [] | no_license | bonfus/muLFC | 03e3eb72629bcd4a556e0ed82cbddc7340205941 | 689398d74138e33020ee22a6903aed6566e4d88b | refs/heads/master | 2023-03-09T07:48:24.939949 | 2023-02-27T09:22:32 | 2023-02-27T09:22:32 | 72,114,019 | 3 | 4 | null | 2017-09-11T19:54:16 | 2016-10-27T14:03:55 | C | UTF-8 | C | false | false | 1,136 | c | #include <math.h>
#include "vec3.h"
struct vec3 _vec3(scalar x, scalar y, scalar z)
{
struct vec3 v;
v.x = x;
v.y = y;
v.z = z;
return v;
}
struct vec3 vec3_zero()
{
struct vec3 v;
v.x = 0;
v.y = 0;
v.z = 0;
return v;
}
struct vec3 vec3_add(struct vec3 v, struct vec3 u)
{
struct vec3 t;
t.x = v.x + u.... | [
"bonfus@gmail.com"
] | bonfus@gmail.com |
5753bdedb3f8413648bee7f72d3e01a33b829daf | 7882e9fe484b0bfed986609bb7d84605eb7641c6 | /Priscilla/DarkMode.h | ca8ceb5c3ae79e80ca826fe60f5a697b85146450 | [
"MIT"
] | permissive | haobinnan/CrystalDiskInfo | 311023b92fa7d3f8a66d227a39d1e864956e0a3d | 1dfad3d3be208a15a95b3372fd4efaa3b78d00ab | refs/heads/master | 2022-12-18T08:19:30.326448 | 2020-09-22T22:40:24 | 2020-09-22T22:40:24 | 297,500,804 | 0 | 0 | MIT | 2020-09-22T01:17:11 | 2020-09-22T01:17:10 | null | UTF-8 | C | false | false | 608 | h | /*---------------------------------------------------------------------------*/
// Author : Richard Yu
// Web : https://github.com/ysc3839/win32-darkmode
// License : The MIT License
// https://github.com/ysc3839/win32-darkmode/blob/master/LICENSE
/*-----------------------------------... | [
"hiyohiyo@crystalmark.info"
] | hiyohiyo@crystalmark.info |
e2292ac45fcbf698bd25b10229070d855b79a1cc | 71e857f847ae52d2292a07028dbab8b7486f3114 | /Colors/Colors.h | 1758a701c075e1f5d85780bca2d99e4b6eeb54b1 | [] | no_license | robwasab/BPSK-over-audio | 5bd136bf4766f08e588a8d8f93b519d0c45a949e | f978cc2506a261c9c29cb551f316be3b825bc8f1 | refs/heads/master | 2021-07-19T13:15:14.104639 | 2017-07-17T06:59:21 | 2017-07-17T06:59:21 | 77,730,950 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 453 | h | #ifndef __COLORS_H__
#define __COLORS_H__
#include <stdio.h>
#define BOLD printf("\e[1m")
#define DIM printf("\e[2m")
#define UNDERLINE printf("\e[4m")
#define BLINK printf("\e[5m")
#define INVERT printf("\e[8m")
#define ENDC printf("\e[0m"); fflush(stdout)
#define RED printf("\e[31m")
#define GREEN printf("\e[32m")
... | [
"robbytong@Robbys-MacBook-Pro.local"
] | robbytong@Robbys-MacBook-Pro.local |
4fca45fd402bd564566431bd84379cbe2f78a32d | 8473283c82417f257c1561cf306f2c218f8d6168 | /1264.c | 51b70941df351314ed2755264c00893e19c6b638 | [] | no_license | RootLeeCoder/NUIST-OJ | 8679fe406561296755815042543b03678317ee78 | 8f6ab596a9a72489af52dec43ea69419842983bd | refs/heads/master | 2021-01-11T07:11:31.093086 | 2019-02-24T06:09:18 | 2019-02-24T06:09:18 | 72,632,079 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 835 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
int main()
{
int p,r,s=0,len,i,n,x,y,z=-1,zu[10];
char a[30];
while(scanf ("%d%d",&p,&r)!=EOF)
{
if (p==0&&r==0)
break;
s=0;z=-1;
memset(a,'\0',30);
scanf("%s",a);
strupr(a);
len=strlen(a);
for(i=0;i<len;i... | [
"noreply@github.com"
] | RootLeeCoder.noreply@github.com |
2fa0d88e932316f96acfa408ea8933891e0e559b | 80058dd858cd7e563f2790638ab057f23c94b95a | /arduino-1.5.x/hardware/RBL/RBL_nRF51822/nrf51822_SDK/Include/ble/ble_services/ble_srv_common.h | 11cdd0d9b7199415854e5f053f8f69c6bbc3dbc4 | [
"MIT"
] | permissive | shirish47/nRF51822-Arduino | f40a1105b617a56278f742905c2ab2b617b72bb1 | 5274a829655d7358d94481d1aa31d7efb687db6a | refs/heads/master | 2021-01-24T20:25:26.243870 | 2017-11-21T07:55:38 | 2017-11-21T07:55:38 | 37,149,853 | 0 | 0 | null | 2015-06-09T18:18:33 | 2015-06-09T18:18:31 | null | UTF-8 | C | false | false | 16,377 | h | /* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferable use... | [
"cheong@redbearlab.com"
] | cheong@redbearlab.com |
bc0122b3c01bf96768ed0a85de05dd619ad9ac24 | 7075fc381caca03492a6b18703f5f55cbb7c42dc | /Day2Prog6.c | 49778000cbe1fdea0952ca3d5140021e9501ca3f | [] | no_license | rishtech20/Learning_C | 425ae6deea5d0a92afe60a2fd53521316aadcd77 | f9b05fd7dbcaeca94a45494ea23bef37ffc0b998 | refs/heads/master | 2020-03-11T07:56:21.734402 | 2018-05-18T13:43:40 | 2018-05-18T13:43:40 | 129,870,490 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 396 | c | /*
*
* Author - Rishabh Madan
* Problem - Are you a Teenager? : Logical AND operator
* Day 2 Program 6
*
*/
#include<stdio.h>
int main(){
int age;
printf("How old are you???");
scanf("%d", &age);
int isTeen;
isTeen = (age >= 13 && age <=19);
if(isTeen == 1){
printf("Welcome!!!\n");
... | [
"rishabhmadan17@gmail.com"
] | rishabhmadan17@gmail.com |
3e77111700bcb5528332ebd33bd1771b5c7bd5c9 | e2604a9c6071a99da0d844e2d5935f3df4392589 | /psp/psplib/font.h | 9ac1eac3114bc1e4885f7b18c00ee42e4ece9f67 | [
"Zlib"
] | permissive | 8bitpsp/handy | a625305ed6e83bcf01db153eda7dd14222aba689 | 5824dcfa87bea5ea124aff70f39d3da70fb112dc | refs/heads/master | 2020-06-13T00:49:33.324297 | 2019-07-03T02:44:44 | 2019-07-03T02:44:44 | 194,479,270 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,331 | h | /** PSP helper library ***************************************/
/** **/
/** font.h **/
/** **/
/** This file contains declarations for font manipulation **/
... | [
"dev@akop.org"
] | dev@akop.org |
e18ccda336542cd91c4414c4610a6d40241841a0 | 82a44fc3d60c41db0780911aee56868be62c5bec | /Device/Source/App/NuAgent/Device/gpio_int.h | 9eef3839ed6f0c812febdbf03a6819cf0e962023 | [
"Apache-2.0"
] | permissive | NufrontIOT/NL6621-OneNet | 6cfb65500e96216525890b06f36df2b451f25b99 | 6edd3823809f79ee5c079f88bbbef5143ff51a3f | refs/heads/master | 2021-01-17T11:02:17.601577 | 2016-04-08T02:09:57 | 2016-04-08T02:09:57 | 41,275,055 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 843 | h | /*
* =====================================================================================
*
* Filename: gpio_int.h
*
* Description: Head file for gpio interrupt
*
* Version: 0.0.1
* Created: 2015/7/6 0:08:05
* Revision: none
*
* Author: YOUR NAME (),
* Organiza... | [
"hui.lin@nufront.com"
] | hui.lin@nufront.com |
ac91231471fc7d29a12f18959c7cd36db9e66dc1 | 96fa5f91b30100819174efb4b09c0c3958b9e262 | /proj/src/i8042.h | 1f7249487894887880fbdeea963b81a9882a47a9 | [] | no_license | TomasNovo/FEUP-LCOM1718 | 812f8917ee2165a83823cf2ebc6d6520442ed927 | d6c198ae3f5de0d9879e8514b43fee79a8ed910b | refs/heads/master | 2021-01-24T22:21:43.654686 | 2018-02-28T12:11:07 | 2018-02-28T12:11:07 | 123,279,495 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 942 | h | #ifndef __I8042
#define __I8042
#define BIT(n) (0x01<<(n))
#define ESC 0x01 //Escape key break code
#define STAT_REG 0x64 //status register
#define KBC_CMD_REG 0x64 //keyboard command register to read the kbc state
#define OUT_BUF 0x60 //output buffer
#define KEYBOARD_IRQ 1 // copy
#define IN_BUF 0x60 //inp... | [
"tomasnovo98@gmail.com"
] | tomasnovo98@gmail.com |
6bcb7dc402733adddfca5c5681b4b114586b0cf6 | 13e5f410ab11d883f2a3c8040bf87a6aa76bfa05 | /strings4.c | 70c8c43c233d29cabb72ff3ee74b31dc71221c9d | [] | no_license | gitynity/Cpp_Collection | ad8e5555ed5616f9d03c786a34faf836a378a416 | 68e0fc47130eed9a6a0b86ae672c9da2d671982c | refs/heads/master | 2023-09-03T18:11:32.913869 | 2021-11-06T09:19:04 | 2021-11-06T09:19:04 | 73,297,672 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 160 | c | #include<stdio.h>
int main(int argc, char const *argv[])
{
int y[2][2] = {{1,2},{3,4}};
int* p = &y[1];
p=p+1;
printf("%d\n",p);
return 0;
} | [
"noreply@github.com"
] | gitynity.noreply@github.com |
dbe05b44aab81a7f4ea5d45526a9c2d56f29762c | d6390219f463bef499f00d749b9673752f32a96e | /p1020_etx_v3.5.3/cli/drv/hyphy20g_lib/hyphy20g_sonet_status.h | ccea3f5741d47c65a526158fa375907ea210dcae | [] | no_license | BAOGEGEZHANG/ATCA_7400 | e83ff3f10a09d9b4bcc001bee8847b5afa28cf05 | 9151a9dfe89d857e8a5e03f181b9c25c340db872 | refs/heads/master | 2021-05-29T16:56:47.286248 | 2015-08-21T01:12:29 | 2015-08-21T01:12:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,693 | h | /******************************************************************************/
/** COPYRIGHT (C) 2008 PMC-SIERRA, INC. ALL RIGHTS RESERVED. **/
/**--------------------------------------------------------------------------**/
/** This software embodies materials and concepts which are proprietary and ... | [
"zhangbaohong_china@126.com"
] | zhangbaohong_china@126.com |
feeb5dc6f2119c06a23986862b2ea033578dfe9b | 109280f58f22ba56d82808b9f10739f590eba5eb | /ed1_biblioteca/iterator.h | cee46c493c8ef8082d470982bc39ab52d48ddb41 | [] | no_license | UFG-EC-ED1/EC-ED1-2019 | 0f1cb5172418fb464ebcf0880337302e959ed489 | 78adf4281bccbf0951c2813630869e56583d5bcd | refs/heads/master | 2020-04-30T03:07:58.631390 | 2019-07-15T11:07:31 | 2019-07-15T11:07:31 | 176,579,245 | 21 | 11 | null | null | null | null | UTF-8 | C | false | false | 534 | h | #ifndef ITERATOR_H
#define ITERATOR_H
#include "base.h"
typedef struct iterator_ iterator_t;
struct iterator_ {
boolean (*has_more)(iterator_t *itr);
void *(*get)(iterator_t *itr);
void (*next)(iterator_t *itr);
void (*delete)(iterator_t *itr);
};
#define iterator_has_more(itr) ((iterator_t *) (itr)... | [
"gh2099!@"
] | gh2099!@ |
a58e85a0a1bc9b5799bdf8aa70bdb01bc8f4044a | b6511d0b68ae3bed490a690f4950498384e7e7f8 | /HeroPowerControl/TASK/task_led.c | 1c32d668e24bcd5dd6a256a2dd1f3987727f78af | [
"BSD-3-Clause"
] | permissive | ShiyuXia/HeroPowerControl | d1b730f191f77eab9d3608628138bbc2c8e0835c | 6cacf58f9095a5ef25fd19a505dda00d70524e72 | refs/heads/master | 2020-03-26T10:51:29.891563 | 2018-08-11T12:33:16 | 2018-08-11T12:33:16 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 931 | c | #include "task.h"
#include "led.h"
u8 LedFlag = 1;
OS_TCB LedTaskTCB;
CPU_STK LED_TASK_STK[LED_STK_SIZE];
void led_task(void *p_arg)
{
OS_ERR err;
p_arg = p_arg;
while(1)
{
if(LedFlag)
{
LED0=~LED0;
}
OSTimeDlyHMSM(0,0,0,300,OS_OPT_TIME_HMSM_STRICT,&err);
}
}
void led_task_create(void) //´´½¨LED0... | [
"1007548920@qq.com"
] | 1007548920@qq.com |
ff6e82666e4bcca805faa94aa5344449ed6478fb | df5422253c9f7620b95168c26599a0ed55e7fbca | /source_codes/got_plt/exercise.c | 719bef7ea972361d396eb80a54e1cb0f92434c07 | [] | no_license | ismailbozkurt/hacktrickconf-17 | 12c303051e7f2b223db8649b73018a759b630020 | 96121bb35c42b3e12f19aabb1ed4530681937318 | refs/heads/master | 2021-01-19T16:58:19.676254 | 2019-03-13T03:38:48 | 2019-03-13T03:38:48 | 88,293,857 | 7 | 1 | null | null | null | null | UTF-8 | C | false | false | 313 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(){
char foo[25];
char *password = "secret_password";
printf("Please enter your password !\nPassword Entry: "); scanf("%s", &foo);
if (!strcmp(foo, password)){
printf("Good Job !\n");
return -1;
}
printf("lol :)\n");
return 0;
}
| [
"BozkurTR000@gmail.com"
] | BozkurTR000@gmail.com |
3c0930062b87420979a425732d55f5f962d62f90 | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_usbfs_driver/src/usb_init.c | a274b6065778125e0561c31f3d3819eb202bd8c8 | [
"Apache-2.0",
"Zlib",
"LicenseRef-scancode-proprietary-license",
"MIT",
"BSD-3-Clause",
"X11",
"BSD-4-Clause-UC",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | RT-Thread/rt-thread | 03a7c52c2aeb1b06a544143b0e803d72f47d1ece | 3602f891211904a27dcbd51e5ba72fefce7326b2 | refs/heads/master | 2023-09-01T04:10:20.295801 | 2023-08-31T16:20:55 | 2023-08-31T16:20:55 | 7,408,108 | 9,599 | 5,805 | Apache-2.0 | 2023-09-14T13:37:26 | 2013-01-02T14:49:21 | C | UTF-8 | C | false | false | 2,934 | c | /*****************************************************************************
* Copyright (c) 2022, Nations Technologies Inc.
*
* All rights reserved.
* ****************************************************************************
*
* Redistribution and use in source and binary forms, with or without
* modificat... | [
"noreply@github.com"
] | RT-Thread.noreply@github.com |
d71877d861f0bb8a8b98bfc8146845d1f1926d5a | 3283eb4e231761388cf70b0825a44966e511163c | /Convert time to minutes.c | 38d470d95c2aa148f7a02539123599b2b5fb5b7f | [] | no_license | Aagney2672/C-programmes | 774ed21830ce0aa59d142413714f49c1605cebc3 | 75e4ef40d14447515e2936aec635968686ea2a05 | refs/heads/main | 2023-06-05T08:08:40.482766 | 2021-06-27T06:37:25 | 2021-06-27T06:37:25 | 377,727,072 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 244 | c | #include<stdio.h>
int minutes(int a,int b)
{
return b+(60*a);
}
void main()
{
int a,b,result;
printf(" Enter the number of hours and minutes\n ");
scanf("%d %d",&a,&b);
result=minutes(a,b);
printf("\n Total Number of Minutes: %d",result);
}
| [
"noreply@github.com"
] | Aagney2672.noreply@github.com |
21f75c9dbdb7c27f3b1316706ff442ea9c647f80 | 601434f513c984c463493f846c58c474c17ed0a6 | /flag_functions.h | d0ceb82ee0daa862e592610c10fc19223f5cb1ad | [] | no_license | jaykhandare/A-fast-Lock-Free-Internal-Binary-Search-Tree | 7bf25c68cfdceb66999b6d9cc7603994817598e4 | c482e150d534a8d7b126c3c1eb8b8608bf82023e | refs/heads/master | 2022-10-05T23:23:21.199107 | 2020-05-29T13:57:21 | 2020-05-29T13:57:21 | 103,598,997 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,231 | h | //
// Created by jayendra on 4/27/17.
//
#ifndef PROJECT_FINAL_HELPER_1_H
#define PROJECT_FINAL_HELPER_1_H
#include "ds_libraries.h"
unsigned long andKey(unsigned long key)
{
return (key & MAX_KEY);
}
struct node* getAddress(struct node* p)
{
return (struct node*)((uintptr_t) p & ~ADDRESS_MASK);
}
bool IF... | [
"noreply@github.com"
] | jaykhandare.noreply@github.com |
c4b1a99345751b5d207bda14581be756fd4d4454 | 05c342085a47dadc49829a8c45b1d9dbef9ed53a | /apps/include/common/rcsp/light_control/bt_light.h | 4e0e8f214b4d3c34427538148d54cf8e1f97dbd6 | [] | no_license | MasuodSamarin/jl4690 | d27226560b74230e291b57eb1d373b4758c46081 | 7381f41f10fa4f6b5762b992ade246cf8424b2f0 | refs/heads/master | 2020-05-28T00:40:52.091007 | 2018-11-19T04:06:34 | 2018-11-19T04:06:34 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,812 | h | #ifndef _WIFI_LIGHT_H_
#define _WIFI_LIGHT_H_
#include "../light_head.h"
#define FICKER_FREQUENCY 750L
//Port b
#define LED_W_IO (7)
#define LED_R_IO (1)
#define LED_G_IO (9)
#define LED_B_IO (8)
//白光初始化(用timer3通过OUT_CH1输出)
#define WHITE_LED_OPEN() do{JL_PORTB->DIR &= ~BIT(LED_W_IO);JL_PORTB->PU |= BIT(LED_... | [
"38975677+ClarkSeeMa@users.noreply.github.com"
] | 38975677+ClarkSeeMa@users.noreply.github.com |
b7f534e3f0d0e444af20ac0cb3edd225a0af0212 | 5a9d1cdbb3237d4b05378e4633faeaeb9ceef3af | /50035. Traversal.c | cda393c7971c69667cdc316dd5b6b932cd4dd0b3 | [] | no_license | b04902009/2015-C_programming | 193e46d3259fe4744ff70158f5f545bf2c739ae0 | 67494b7524470fad56d44fb10758f0c218c7229e | refs/heads/master | 2021-03-28T06:25:42.318449 | 2017-11-15T16:40:54 | 2017-11-15T16:40:54 | 110,859,557 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 749 | c | #include <stdio.h>
int main()
{
int n, m, sx, sy;
while(scanf("%d%d%d%d", &n, &m, &sx, &sy) != EOF){
int x = sx, y = sy, move[4][2] = {{1,0},{0,1},{-1,0},{0,-1}}, temp = -1;
printf("%d %d\n", x ,y);
while(1){
if(x == sx && y == sy && temp != -1) break;
if(x == 0 ... | [
"b04902009@ntu.edu.tw"
] | b04902009@ntu.edu.tw |
6623bac156bbbda37a60076af9cd4134642b06ad | f1a79166580ae1fe408c3a560e00999ada520b48 | /Exercitii - Proiecte (proprii)/Jour06/ex00/ft_putstr.c | a609195e957afe63a782f0f160f19c15ef76ffd7 | [] | no_license | nlory-ma/Piscina-Academie | 338be52084356f6cf71bee21c5ab0289ba950c04 | a58c80d83fba01948e72105c0fe2f71668ec3aa5 | refs/heads/master | 2021-01-22T01:14:30.376616 | 2016-03-01T09:26:16 | 2016-03-01T09:26:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,044 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr.c :+: :+: :+: ... | [
"nicu@Nicu-Aspire-ES1-512.(none)"
] | nicu@Nicu-Aspire-ES1-512.(none) |
73f28ae2ff3b3016292c632a6ae0cf86f0be7b9c | 5df3a9d47a6c21b212c6c0f5c52d149e9713aeb4 | /kunal7.c | 354af85cb6d87c1e74d04f73907d841a12a19da8 | [] | no_license | kunalkumar37/c_-programming | 655569394b14241f29c4004ed4ecab2bdfe36d48 | 0f9f7c70f37c0ff694b1b58894a0b18583a246d2 | refs/heads/master | 2023-01-06T21:16:42.358255 | 2020-11-05T12:55:27 | 2020-11-05T12:55:27 | 310,287,895 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 197 | c | #include<stdio.h>
#include<math.h>
int main()
{
float r;
printf ("To find the area of circle by given radius\n");
scanf("%f",&r);
printf("the area%.2f\n",3.14*r*r);
return 0;
} | [
"61112064+kunalkumar37@users.noreply.github.com"
] | 61112064+kunalkumar37@users.noreply.github.com |
bc60305c977f585432177450b4a4109592586ba0 | 80d78ade1ad52c8fa1a94f65d547fcbcb6785cc6 | /main.c | 10a5c32cb90f32d2a1361d9830c9efe129451a47 | [] | no_license | KGardevoir/StructureLib | 49829a2f8ba3d89d8e015f1079cf097c4ab55266 | 0ed373830ac7c4a39aae2a182b0a574e328e2357 | refs/heads/master | 2016-09-05T16:56:25.138963 | 2013-12-17T04:55:27 | 2013-12-17T04:55:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,150 | c | #include "main.h"
BOOLEAN
compare_arrs(const long *expect, const size_t length, const long *got, const size_t got_length){
size_t i = 0;
size_t minlen = MIN(length, got_length);
BOOLEAN failure = FALSE;
for(; i < minlen; i++){
if(expect[i] != got[i]){
printf("FAILURE, value %lu does not match (Got: (", i);
... | [
"enmarabrams@gmail.com"
] | enmarabrams@gmail.com |
3870706161133bdda60f06f8acbeafd1642ceea3 | ee58daac8cee629ee7b7c1d558fe8eb6684ad9d0 | /src/IO/C_IO/timeOptions.C | c5eb6b6f5904ba0fa08e089f7037cab111c44c09 | [] | no_license | pabloarganaras/LBMProject_v3 | d1c8b3a92ba05639514f0f12afd08859eb983bbe | 4bf80fbffdccad43c861457b001bfc49088a25e5 | refs/heads/master | 2021-01-18T01:16:09.084388 | 2016-09-06T20:04:13 | 2016-09-06T20:04:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,011 | c | #include <timeOptions.h>
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif
// Elapsed time
const double elapsed (const struct solverInfo* info) {
struct timeval _end;
gettimeofday( &_end, NULL );
return (((double)_end.tv_sec + (double)_end.tv_usec / 1000000) - ((double)info->time.stt.tv_sec + (d... | [
"ezefogliatto@gmail.com"
] | ezefogliatto@gmail.com |
397a3e048e7bacdfd71592f851c7a4b736d3f596 | 02f29d1f899471daf18bf8c909ea5dc34121c113 | /src/annexe.c | 85bae821e146e9c3270b917ba3ee79dcc9740e68 | [] | no_license | fradetjulien/42sh | cdc405e480bc98c267675ad834491e378f3216c6 | 5aab98548eb559978da733ddcb0850cca502ae92 | refs/heads/master | 2020-04-23T03:43:53.668257 | 2017-05-21T10:05:45 | 2017-05-21T10:05:45 | 170,886,821 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 430 | c | /*
** annexe.c for in /home/fradet_j/PSU/PSU_2016_minishell2/src
**
** Made by Julien Fradet
** Login <fradet_j@epitech.net>
**
** Started on Thu Apr 6 17:22:31 2017 Julien Fradet
** Last update Sun May 21 04:33:23 2017 Julien
*/
#include "lib.h"
#include "my.h"
int annexe(char *cmd, char **ev)
{
int cpt;
... | [
"julien.fradet@epitech.eu"
] | julien.fradet@epitech.eu |
6309d01625a7e521054a44ac29e2efbb7ce189c7 | 3cbe53ff29aa20a74dc625bc89a327bf239ce065 | /nemu/src/cpu/instr/cmp.c | 039b749a95d146e0eb44b78741cb63c4e129b82c | [] | no_license | TianxiangHu/pa2018_fall | 71d145c60403c2dcee15f3a19dc6b097680550fd | 83a70862f3bb376a030266edada2d242522cd11b | refs/heads/master | 2020-08-03T13:31:56.728980 | 2019-09-30T03:33:17 | 2019-09-30T03:33:17 | 211,768,413 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 538 | c | #include "cpu/instr.h"
static void instr_execute_2op() {
operand_read(&opr_src);
operand_read(&opr_dest);
alu_sub(sign_ext(opr_src.val,opr_src.data_size),sign_ext(opr_dest.val,opr_dest.data_size),opr_dest.data_size);
}
make_instr_impl_2op(cmp, r, rm, b)
make_instr_impl_2op(cmp, r, rm, v)
make_instr_impl_2op(cmp, r... | [
"41006203+TianxiangHu@users.noreply.github.com"
] | 41006203+TianxiangHu@users.noreply.github.com |
a0901fa4e624f4fd97ad11a130383250575f3aff | 61662cc74e68ecdad963314e3efcae9c3529a236 | /ParkingManagement/rasp_server.c | b1db01d07d8e7745811382e03be9914700739433 | [] | no_license | maniajinwook/4_1Embeded | 31f03992312f760d0e3df583c3e760f8c9e09bc1 | eb3054b2fb1fda5719eaa3885aabeff7b01daf1a | refs/heads/master | 2021-01-22T22:09:20.742317 | 2017-05-29T17:43:35 | 2017-05-29T17:43:35 | 92,761,484 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,619 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include "parking.h"
#include "led.h"
#define BUF_SIZE 5
#define INIT_VAL_OF_MEM 0
#define PROTOCOL_TYPE 0
#define NUM_OF_ARGC 2
#define NUM_OF_QUEUE 5
#define DATA_SIZE 1
#define PKT_STX 0x0... | [
"noreply@github.com"
] | maniajinwook.noreply@github.com |
e26a672650eeb3c96f297a048d30fa35b12c96f5 | 52230d1a8418203f2bfb56fb9c13f583c7fb06f9 | /includes/key_codes.h | fcb6f801a063434348fc8abb075880b2878db9dd | [] | no_license | artemsharykin/fdf | f2537373805ff96e47a11f74a90b3d750c021fb8 | 6f1e1483c301015da7865899c07eb2c230eca17d | refs/heads/master | 2022-12-31T09:05:32.367399 | 2020-10-21T12:51:00 | 2020-10-21T12:51:00 | 306,022,886 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,533 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* key_codes.h :+: :+: :+: ... | [
"yalona@il-i5.msk.21-school.ru"
] | yalona@il-i5.msk.21-school.ru |
9ca6b621d21b43e333bcc04e522c2bb000579122 | 7cc5d8bdff8d83855a45722f39188d22660c617c | /chart9/array.c | e73fe03b275a9e81f4bb3d536e4383149bd0e691 | [] | no_license | Kang0325/StudyC | 6d81e282afcc53eb663141d7b9d02096bc42399d | 194079c8e215f39f2c413829b5e0426b3728922e | refs/heads/master | 2023-06-25T17:23:58.725758 | 2021-07-26T05:35:04 | 2021-07-26T05:35:04 | 362,741,684 | 0 | 0 | null | null | null | null | UHC | C | false | false | 869 | c | #include <stdio.h>
int main()
{
int a = 10; // 자동변수 선언 (지역변수)
int* pa; // 포인터 변수 선언 (*는 포인터임을 나타내는 기호)
pa = &a; // 포인터 변수에 변수 a의 주소를 저장한다 (포인터 pa는 a를 가리킨다)
int ary[] = { 1,2,3,4,5 };
int* pary = ary;
int i;
printf("변수 a에 저장된 값 : %d\n", a);
printf("변수 a의 주소 : %p\n", &a);
printf("포인터 변수 pa에 저장된 값 : %p\n", p... | [
"noworry1@naver.com"
] | noworry1@naver.com |
150e06449ff0b3193193a7790d1d76925aa990c4 | 5792b184e71a9de7779e0bd21b6833f8ddfdb4b5 | /sysvr3/301/usr/src/lib/shlibc/port/gen/strtok.c | 89a2b7a50cad72b20f7b5d65e0472a3c48f1849b | [] | no_license | ryanwoodsmall/oldsysv | 1637a3e62bb1b9426a224e832f44a46f1e1a31d4 | e68293af91e2dc39f5f29c20d7e429f9e0cabc75 | refs/heads/master | 2020-03-30T06:06:30.495611 | 2018-09-29T09:04:59 | 2018-09-29T09:04:59 | 150,839,670 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,129 | c | /* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#ident "@(#)libc-port:gen/strtok.c 1.4"
/* 3.0 SID # 1.2 */
/*LINTLIBRARY*/
/*
* us... | [
"rwoodsmall@gmail.com"
] | rwoodsmall@gmail.com |
1dbe51f844b9f45d4513d30706b117cae42d0b17 | a0e411429cab07b28b240aa23a841992e4c9b42e | /lab5/utilities.c | 025fcb5157225ec467cd113672747af894863684 | [] | no_license | francis-andrade/feup-lcom | 3a5b550b4f5f779e41f3a146ad205c42fa6007b8 | bd4ec98f2f991e4dd1078701d0f47e9a947f2a99 | refs/heads/master | 2020-04-17T11:31:00.495492 | 2019-01-20T19:13:07 | 2019-01-20T19:13:07 | 166,543,752 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,251 | c | #include "utilities.h"
//generic functions
int floor2(double x){
unsigned int i=0;//counter;
while(i<=x){
i++;
}
return i-1;
}
int round(double x){
if((x-floor2(x))<0.5){
return floor2(x);
}
else{
return floor2(x)+1;
}
}
int abs(int n){
if(n>0){
return n;
}
else{
return -n;
}
}
int sgn(int n... | [
"up201503481@fe.up.pt"
] | up201503481@fe.up.pt |
f2487c20237e11d0d2f0fd8268a5f5bdf08d66c4 | 62b238dbe178f289c8b69375328fffd92f9fdd07 | /Languages/C/Discrete_Structure_and_Theory_of_Logic_programs/booleanTruthTable.c | 855ed36cd965b9fa5605c744af352ecade0092a5 | [
"MIT"
] | permissive | swetasingh0104/Hacktober2021 | 45df0558177a3378b46e72450fb4d6e7a1bfd43e | e8b896dcf1993b724a7d73e2d33cfd21d106168d | refs/heads/main | 2023-08-15T13:14:35.232042 | 2021-10-06T16:49:42 | 2021-10-06T16:49:42 | 414,298,783 | 1 | 0 | MIT | 2021-10-06T16:58:25 | 2021-10-06T16:58:24 | null | UTF-8 | C | false | false | 804 | c | #include <stdio.h>
void main()
{
int A[2][2], B[2][2], C[2], i, j;
for (i = 0; i <= 1; i++)
{
for (j = 0; j <= 1; j++)
{
A[i][j] = (i && j);
B[i][j] = (i || j);
}
}
for (i = 0; i <= 1; i++)
{
C[i] = (!i);
}
printf("\nTruth Table for AND \n");
printf(" A | B | O/P\n... | [
"navdeepsingh4298@gmail.com"
] | navdeepsingh4298@gmail.com |
0a9c8202eb5e33268841086eaf8522e88cbf2c3f | 0dce0fe1e6c452321e3997beed30cfd75f4ee302 | /include/Cross Platform Shim/bitops.h | a7437de3cadf31a3f21d24d4f44ed966353261cb | [
"MIT"
] | permissive | gus33000/FocalTechTouch | 1ae21a169a753d1e56ea23097256e8eab0b94b99 | 5d4605da3d6f8721be4baa0599e6bc8b56b2d300 | refs/heads/master | 2022-05-19T04:52:51.931187 | 2022-03-07T07:40:20 | 2022-03-07T07:40:20 | 249,703,211 | 8 | 10 | null | null | null | null | UTF-8 | C | false | false | 1,266 | h | #pragma once
#include <Cross Platform Shim\compat.h>
#ifndef __BITOPS_H__
#define __BITOPS_H__
#ifndef __SIZEOF_LONG__
#define __SIZEOF_LONG__ sizeof(long)
#endif
#ifndef __WORDSIZE
#define __WORDSIZE (__SIZEOF_LONG__ * 8)
#endif
#ifndef BITS_PER_LONG
# define BITS_PER_LONG __WORDSIZE
#endif
#define BITS_PER_BYTE ... | [
"gustave.monce@outlook.com"
] | gustave.monce@outlook.com |
f4d2b3c7697d07013e6d620e56f32da7d8f6d8a3 | b5b277df298894e6b5b534693533890b7b1bf8d7 | /PbDemoLib/simple_bg/main.c | fe68855a5ff4703c9429e95590225497723bdc77 | [
"AFL-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain"
] | permissive | ps2homebrew/BPDemoHarness | 2f1118fe8d6c14a135e906e78faf3ec1e7a1e9dc | 876bc2243999d4e92520a6821cff5899346add2d | refs/heads/master | 2020-06-19T18:38:06.133592 | 2004-04-07T10:51:23 | 2004-04-07T10:51:23 | 74,839,622 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 950 | c | /*
* main.c - Sample of a simple vu1 drawing program.
*
* Copyright (c) 2004 emoon <daniel@collin.com>
*
* Licensed under the AFL v2.0. See the file LICENSE included with this
* distribution for licensing terms.
*/
#include <tamtypes.h>
#include "../../harness.h"
#include "PbScreen.h"
///////////////////////... | [
"emoon@users.noreply.github.com"
] | emoon@users.noreply.github.com |
85aa872fbefadd3fa7f462612839601dda970f65 | 30c984ecd771f1aea9000c4b90267f2d75d9a54f | /Embedded_cal_test/ecosystem/stm32/c/usb/inc/usb_type.h | d2518bb499574bc8380e2b6f9d598ed22dbae856 | [] | no_license | vincentwenxuan/smores_document | 682a491d0e0424ea54ead7aecb897409594a6770 | bc1be012bcd10b80df41d3f61fa4aec1238fdcc9 | refs/heads/master | 2021-01-10T01:27:04.022279 | 2015-09-09T20:15:03 | 2015-09-09T20:15:03 | 36,809,619 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,843 | h |
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __USB_TYPE_H
#define __USB_TYPE_H
/* Includes ------------------------------------------------------------------*/
#include "stdbool.h"
/* Exported types ------------------------------------------------------------*/
/*... | [
"xiaojun.sun086@gmail.com"
] | xiaojun.sun086@gmail.com |
f352459a0074c4a9572581a2d403c0873e0d41af | 8e9560b6096eb38413ca6c4c75c40bc04627b60f | /src/naga/hijack/naga_hijack.c | 65d4783054417c1dd4ed48d30d366317f73af7df | [] | no_license | willardalong/adssp | 3b3cb341ab5f9e59b7265f3feb0383deea79bef3 | 136e6aa3d76844139d0ac50e940fa9c7449acc1b | refs/heads/master | 2021-01-21T12:59:35.273640 | 2016-06-03T07:58:08 | 2016-06-03T07:58:08 | 53,823,062 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 9,831 | c | #include "boots.h"
#include "bts_debug.h"
#include "bts_cnt.h"
#include "naga_types.h"
#include "naga_hijack.h"
#include "itf.h"
#include "packet.h"
#include "packet_http.h"
#include "hijack_cmd.h"
#include "hijack.h"
#include "bts_util.h"
#define DEBUG
#ifdef DEBUG
#define debug(fmt,args...) pr... | [
"zengqinglong@MacBook-Pro-2.local"
] | zengqinglong@MacBook-Pro-2.local |
778fead4ddebe008d716763ba1e9640c54de4bb0 | 5dfb327c5e8d1cbd9b1ecdf08d037cfe07bcbfbc | /connect.h | 6c9fcadbf5b5307925ada34cffce7b7dc5a5a09f | [] | no_license | dhx/crget | b6eb02e02aec34b3cdb82ed794376b9399738c5e | 52fdda426982386a067aee3ff533174257980d71 | HEAD | 2016-09-05T10:46:34.237030 | 2012-09-14T11:35:36 | 2012-09-14T11:35:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,859 | h | /*
connect.h - Wrappers for connecting to dataloggers through various methods
Copyright (C)2002-03 Anthony Arcieri
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... | [
"bascule"
] | bascule |
549def01c2ff89836404474d59e79ab6fbfd8a82 | b0496980a13ad8253c3588ae2a0df9282531d927 | /amports/amports/h264_dpb.c | c3b31785c9bfdc4012ab36fdcdb636c397a2d5e7 | [] | no_license | weimingtom/TL51Code. | e6a0c2e5af1dd2e38cd781bba53c87c850143734 | 6999ee79883e952c3bed951e5b456a9fbfc5214c | refs/heads/master | 2020-03-30T21:49:01.542675 | 2018-09-11T08:42:38 | 2018-09-11T08:42:38 | 151,643,127 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 143,205 | c | #include <linux/kernel.h>
#include <linux/types.h>
#include <linux/errno.h>
#include "vdec.h"
#include "vdec_reg.h"
#include "amvdec.h"
#include "h264_dpb.h"
#undef pr_info
#define pr_info printk
int dpb_print(int index, int debug_flag, const char *fmt, ...)
{
if (((h264_debug_flag & debug_flag) &&
((1 << index) ... | [
"zhiyanzhai563@163.com"
] | zhiyanzhai563@163.com |
378736d8f2729327763e946ceeffd7d8797d1413 | 5b07ca713f77fc573c9113965f70136ed7ee273e | /MonsterIlk.h | e7b268464b3e7179e5413d3a503f52046a3cada0 | [] | no_license | ronw23/prime-osx | 17d10a4f1d101c14bc33417dd2b0d63e0b941219 | a732b6c3282ee0ad8292ffc1f36b548a885dd966 | refs/heads/master | 2021-01-10T21:09:09.518318 | 2013-04-09T22:35:23 | 2013-04-09T22:35:23 | 9,227,213 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,791 | h | #ifndef MONSTERILK_H
#define MONSTERILK_H
enum shMonId
{
kMonEarthling,
kMonYautja,
kMonXelNaga,
kMonFuelBarrel,
kMonWarpFungus,
kMonGridBug,
kMonBoreWorm,
kMonTribble,
kMonFlyingToaster,
kMonMynock,
kMonGiantCockroach,
kMonManEatingPlant,
kMonLittleGreyAlien,
kMonRatbot,
kMonGreenTomato,
kMonMutantHuman,
kMonSpaceGobl... | [
"rwilhelm@alum.rit.edu"
] | rwilhelm@alum.rit.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.