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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c31557db3f489c50e3978200a3d33479ebdd7836 | 5d417f03f724f4e23000f28cd629c92bc9297a23 | /sam/drivers/adcife/adcife_wm_example/sam4lc4c_sam4l_ek/gcc/asf.h | 68857be1806fb7a753f53c63c5e95fe9d0b851b6 | [] | no_license | siliconunited/atmel-asf | 5ac78a123cb0f5026ffb9a0ba66b75abcccb788f | 19e02800a6cc33d203f5d12f7dfca0c39195d879 | refs/heads/master | 2021-01-22T21:34:10.563981 | 2017-03-19T04:45:30 | 2017-03-19T04:45:30 | 85,439,630 | 6 | 3 | null | 2020-03-08T01:34:35 | 2017-03-18T23:56:24 | C | UTF-8 | C | false | false | 3,617 | h | /**
* \file
*
* \brief Autogenerated API include file for the Atmel Software Framework (ASF)
*
* Copyright (c) 2012 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided t... | [
"robksawyer@gmail.com"
] | robksawyer@gmail.com |
8b96a45ab2f1116ce0054fdb3f0fe56789251532 | b987fbb7660d57ed66fafc3e38c70d681ead12ca | /sram-test/sram.h | 4535279a8ec17402e38e9e7957a1b91dd77e44cd | [
"BSD-2-Clause"
] | permissive | skeezix/zikzak | 13a769c27aad324a504efead0d8b45b1da3ebfeb | db4b1c86519cd2738cfed3e646e058980c452d20 | refs/heads/master | 2021-01-21T04:27:13.940002 | 2016-06-04T05:01:09 | 2016-06-04T05:01:09 | 12,089,174 | 9 | 3 | BSD-2-Clause | 2018-08-23T10:33:56 | 2013-08-13T18:26:35 | C | UTF-8 | C | false | false | 182 | h |
#ifndef h_sram_h
#define h_sram_h
void sram_reset ( void );
void sram_write ( unsigned int address, unsigned char data );
unsigned char sram_read ( unsigned int address );
#endif
| [
"skeezix@jellyfish.(none)"
] | skeezix@jellyfish.(none) |
914bf4a212d88caf7a27cb68725e73f6c96158b0 | c48e81ef2a524a113719526522c51f055f87304a | /bootloader/source/clock.c | 714d6849de1e901c553f484e68de72fcd7ebf302 | [] | no_license | androslavic/Gazell-protocol---NRF51822 | 9f76f6744dfcd3c0380e1e7cac9204bbcd6db751 | f9181be040fa59fad6919e993f36c819a8900e49 | refs/heads/master | 2020-05-07T08:14:18.989120 | 2019-07-25T13:29:52 | 2019-07-25T13:29:52 | 180,317,004 | 1 | 1 | null | 2019-07-25T13:29:53 | 2019-04-09T08:08:17 | C | UTF-8 | C | false | false | 277 | c | #include "clock.h"
void clock_init(void){
//16 MHz crystal is used
NRF_CLOCK->XTALFREQ = 0xFF;
//Start clock
NRF_CLOCK->TASKS_HFCLKSTART=1;
NRF_CLOCK->LFCLKSRC = CLOCK_LFCLKSRC_SRC_Xtal;
NRF_CLOCK->TASKS_LFCLKSTART=1;
};
| [
"noreply@github.com"
] | androslavic.noreply@github.com |
298d4ec3540d5f76a81e259be4a8da218243f1c2 | 24ae6d51b0a12d0671771a21fff35109f5f45148 | /app/BCM53101 sdk-all-6.5.7/src/soc/robo/gex/dino16/robo_dino16.h | 8c905f7029b6e7189d3ef407f47d43e6419c7037 | [] | no_license | jiaotilizi/cross | e3b7d37856353a20c55f0ddf4c49aaf3c36c79fc | aa3c064fc0fe0494129ddd57114a6f538175b205 | refs/heads/master | 2020-04-08T14:47:57.798814 | 2018-11-03T09:16:17 | 2018-11-03T09:16:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,273 | h | /*
* $Id: $
*
* $Copyright: (c) 2016 Broadcom.
* Broadcom Proprietary and Confidential. All rights reserved.$
*/
#ifndef _ROBO_DINO16_H
#define _ROBO_DINO16_H
#define DRV_DINO16_MCAST_GROUP_NUM 256
#define DRV_DINO16_AGE_TIMER_MAX 1048575
#define DRV_DINO16_TRUNK_GROUP_NUM 4
#define D... | [
"andy.4.liu@nokia-sbell.com"
] | andy.4.liu@nokia-sbell.com |
b85a3a13481eeba8d31547cfa8db4c689f8eb497 | dcc0de442effacec173129bf0d790993931b74c0 | /roboticarm.c | d21c84c55e955fa7b97e582bbf4d869c024af250 | [] | no_license | joreillyIE/EV3-Robotic-Arm | 2ec8e78895607b9304b542a7eeb80bf53e819214 | 4cd45dc11c5de27ecc87d823a691090bd7538958 | refs/heads/master | 2020-09-02T15:15:32.488566 | 2019-11-03T03:54:56 | 2019-11-03T03:54:56 | 219,247,494 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,683 | c | //Programmed by Joanne Reilly, Maggie Xu & Will Knock
#pragma config(Sensor, S1, light, sensorEV3_Color)
#pragma config(Sensor, S2, touch, sensorEV3_Touch)
#pragma config(Motor, motorA, grip, tmotorEV3_Medium, PIDControl, encoder)
#pragma config(Motor, motorB, ... | [
"noreply@github.com"
] | joreillyIE.noreply@github.com |
2b1b0ace2a15c4a63415f0338f2cf9fe776f1a62 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/windows/richedit/lssrc/warichu.c | f16ff6e1f327b55c9afd9e93dadd7d2c7a5ef386 | [] | 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 | 125,724 | c | /* ---------------------------------------------------------------
: LineServices 3.0
:
: WARICHU ("Two lines in one" in Winword)
:
: Object Handler Routines
:
: Contact: AntonS
:
------------------------------------------------------------------ */
#include "lsmem.h"
#include "limits.h"
#include "warichu.h"... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
9723ab7441bc63d8cd9f2ce26b7032ded944046b | 38d8e7a940b15ff9badd5cca90b41ae692395356 | /test/case1/pi.c | cd90bddd3201477ec6efd193233940e243a2a0ac | [] | no_license | CreeperLin/RISCV32 | 3d3e267de0800eef153ba780f1830f8c26b73760 | 5ba19d7d664878cb690d7221990901ad3e20c2d5 | refs/heads/master | 2021-05-06T23:21:24.621140 | 2018-02-06T03:00:15 | 2018-02-06T03:00:15 | 112,971,479 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 458 | c | #include "io.h"
#include "lib.h"
int main() {
int a = 10000;
int b = 0;
int c = 2800;
int d = 0;
int e = 0;
int f[2801];
int g = 0;
for (;b-c!=0;)
f[b++] = div(a,5);
for (;; e = mod(d,a)){
d = 0;
g = c<<1;
if (g==0) break;
for (b=c;;d=mul(d,b)){
d=d+mul(f[b],a);
f[b] ... | [
"965936317@qq.com"
] | 965936317@qq.com |
c9c4c88e912ceca8553b169ad59998284b58fcf6 | 66ac617da4b6514e50125b6bcf61c0d172a5ff0c | /assignment1/zombie.c | aa02bac60d49994daea423987f78b70efabcf0ce | [
"MIT"
] | permissive | oripwk/OS132 | 52ea9b67b235d4740f2d52215eebe09f4ac2a076 | 9e80258cf460dcaf98f59aba3f88a991b9099572 | refs/heads/master | 2021-05-26T12:43:32.841427 | 2013-08-11T01:06:09 | 2013-08-11T01:06:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 268 | c | /*
* Modified by Ori Popowski & Lihi Sharkanski
*/
// Create a zombie process that
// must be reparented at exit.
#include "types.h"
#include "stat.h"
#include "user.h"
int
main(void)
{
if(fork() > 0)
sleep(5); // Let child exit before parent.
exit();
}
| [
"oripsk@gmail.com"
] | oripsk@gmail.com |
1be85c17df205a4bf8fb104d74ed35f8b117ab47 | 905f34f12d69559a169eea19fa65a9ca142df94c | /generator.c | 11fbb730f92dc0234a46c4695b1b336162de298e | [] | no_license | bpbwaite/password-generator | 51d440227a484e412a7ce9dda22788a3bdc59e19 | 968cefeb67976ac2c37ff2c7fd52270def925937 | refs/heads/master | 2023-02-15T02:29:23.098280 | 2021-01-10T07:10:18 | 2021-01-10T07:10:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 786 | c | // USAGE: >> a.exe X
// Where X is the number of characters in the generated string
// Highly adjustable!
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
int main(int argc, char *argv[]) {
const int asciiBase = 0x21;
const int asciiRange = 0x7A - asciiBase;
int strLength = atoi(argv... | [
"bpbraithwaite@gmail.com"
] | bpbraithwaite@gmail.com |
9aa7ff6b9b3e7466172d7ea536aa5f15c59f4457 | 3646675608a8f67df0f2551792a474aad04fb2cb | /AUDIOCODEC/ogg/oggdec/vorbisfile.c | a18c97b5e6bb72a1231580f525a9d29d75040077 | [
"BSD-3-Clause"
] | permissive | joyceandpig/STM32F429-Project | 516987e948d5e21945f49748468d539fb3400cce | 998e8d9b3c954fa0635bce2103edd6eae81cde6b | refs/heads/master | 2020-08-05T11:43:23.482655 | 2016-09-27T07:31:33 | 2016-09-27T07:31:33 | 66,827,824 | 3 | 2 | null | null | null | null | GB18030 | C | false | false | 47,219 | c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE CODE. *
* *
* USE, DISTRIBUTION AND REPRODUCTION OF... | [
"张朝松"
] | 张朝松 |
083ab6586edd6c96be7c49391a8a855c09d3c72d | 5bd54114de46e6cd951226e426cfb3d00cd42388 | /P4IPC_mq/sub_req1.c | 0f8cfefd0aa7ca0aa1b8065e26826dcc14055912 | [] | no_license | Ibrahim-786/Emblogic-C-IPC-Project | d82de8fbed81efed9b296c46356e0adcaecbf42a | eaa2a8a1a6b42fe62d5fc3ec9cb6d8841f496bf2 | refs/heads/master | 2023-03-21T03:38:09.491685 | 2015-12-08T17:37:58 | 2015-12-08T17:37:58 | 578,111,583 | 1 | 0 | null | 2022-12-14T09:34:45 | 2022-12-14T09:34:45 | null | UTF-8 | C | false | false | 808 | c | #include"header.h"
int main(int argc, char *argv[])
{
int sum, msg_id, msg_id3;
int rfd, wfd, count;
printf("%s\n",__FILE__);
// struct client ad;
struct my_mess op;
struct my_mess1 dat;
op.oper = '-';
op.opr1 = 24;
op.opr2 = 35;
msg_id = msgget(999, 0666|IPC_CREAT);
if(msg_id == -1)
{
perror("msgget");
... | [
"vishchopra33@gmail.com"
] | vishchopra33@gmail.com |
5efc00bad8fdb84af3d0855e92f529e1890d735f | 898ae951eb07b6735e75400b58c55104035ca321 | /APPS/main.c | c80c1cd4ed916c407c34d5da7c6c2b8aab19b1bd | [] | no_license | Mohammed-Nabil-Mustafa/Interfacing_F90 | f0a02d7c899b06b683cc515f60b8ba2e8d759cb4 | 322f400bff5c5c5612da735d848c101a16351ee9 | refs/heads/master | 2020-03-28T17:53:45.335147 | 2018-09-14T19:27:55 | 2018-09-14T19:27:55 | 148,833,094 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 599 | c |
//#include "../MCAL/F90_TIMER_0.h"
#include "string.h"
#include "stdio.h"
#include "../MCAL/F90_UART.h"
#include "../MCAL/F90_SPI.h"
#include "../HAL/F90_RTC.h"
#include <avr/io.h>
#include <util/delay.h>
#define MASTERMODE
//#define SLAVEMODE
char data[50];
int main ()
{
F90_void_UART_init(9600);
F90_void_RT... | [
"tiger_nabil2010@yahoo.com"
] | tiger_nabil2010@yahoo.com |
60c9f725f109a3a7a32069e25421dc210f4d07a1 | a2842d320dc4d0d7ffb0daa2c2bf17714a4453fb | /C_C++/lab1/lab1_2/lab1_2.c | 0b1d7e4169bac688ad7bcd589a757b76fced7f44 | [] | no_license | kamilashi/HAW-labs | d92ffa274d943159b2d0ede3b385721faf89f99f | d66f2c49293cd010ea63b91a5edb28a25530152e | refs/heads/main | 2023-04-29T14:21:33.556508 | 2021-05-20T16:42:05 | 2021-05-20T16:42:05 | 369,247,507 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 821 | c | //Chapter 3: Lab 1: Getting started
//Author: Kamila Shirinova.
#define _CRT_SECURE_NO_DEPRECATE
#include<stdio.h>
#include<conio.h>
int main()
{
//Assignment 3.3.3:
int variable1;
int variable2;
// Get user input
printf("enter the operands (integers only), please:\n\n");
printf("1st operand =\n");
sca... | [
"kamillashirinova9r1@gmail.com"
] | kamillashirinova9r1@gmail.com |
9d192d3ce4637abb07d8454dd0458c58e94d27ae | 26a671f8b580f1f94546c5f781f769c3bea95e65 | /tracker/lora.c | cf8458c9e26ac72f51371531b492e8c85f690832 | [] | no_license | phl0/pits | 68f8b9add9a4577321b0e809751d27748443db5e | 4816562204c85f2a725ee744a298f6f4e7dccea6 | refs/heads/master | 2021-01-15T15:57:05.991527 | 2016-09-03T06:36:09 | 2016-09-03T06:36:09 | 47,688,223 | 0 | 1 | null | 2015-12-09T11:49:31 | 2015-12-09T11:49:31 | null | UTF-8 | C | false | false | 39,083 | c | #include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
#include <stdio.h> // Standard input/output definitions
#include <string.h> // String function definitions
#include <unistd.h> // UNIX standard function definitions
#include <fcntl.h> // File control definitions
#inclu... | [
"dave@sccs.co.uk"
] | dave@sccs.co.uk |
7a0346f72bb44f1670062f00749c435acc12e4ee | 9274e1e4631de7286cd97a2c9637a2f7317b7b3c | /Firmware/inc/usb_conf.h | 978de6f3bb3d91440fafafd5b41dbf1d98cf4a15 | [] | no_license | harvie256/DMMSwitchBoard | 413bea781ce88b31777c2c7f85ee228b5c2c8e5d | b687f79c1dd4ce84535e2ba92fb428f8ebebf0d4 | refs/heads/master | 2021-01-13T04:27:54.037259 | 2017-01-28T03:06:00 | 2017-01-28T03:06:00 | 79,949,699 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,738 | h | /**
******************************************************************************
* @file usb_conf.h
* @author MCD Application Team
* @version V3.4.0
* @date 29-June-2012
* @brief Virtual COM Port Demo configuration header
************************************************************************... | [
"derryn.harvie@gmail.com"
] | derryn.harvie@gmail.com |
e99dad9fb41343c8117fefd016739b7ad02c7f16 | 6e3d29fedcb3891018828e0e4800287996f164b0 | /src/common.h | 6fafdcaa209000764faaceeb999b72fe66c018fb | [
"Apache-2.0"
] | permissive | anestisb/qc_image_unpacker | cc60d2ea4e0884d6188fe989bb5e0a982f584273 | 28a783a9fc25dc87b7416b6d5b6f9ccd497d1c2e | refs/heads/master | 2023-07-21T07:17:41.450562 | 2023-07-07T11:07:10 | 2023-07-07T11:07:10 | 230,755,147 | 71 | 18 | Apache-2.0 | 2023-07-07T11:07:12 | 2019-12-29T13:37:41 | C | UTF-8 | C | false | false | 2,848 | h | /*
qc_image_unpacker
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2019 - 2020 by CENSUS S.A. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
... | [
"anestis@census-labs.com"
] | anestis@census-labs.com |
a71344c0a8ca7894975d0b0359909f1bc6ee8a2a | 5cd5c226c358ef93553c0d185c2a778f99fa7734 | /lab2a/lab2a_add.c | 61fbe782806c3259faf2c47ab5c334e325bf857e | [] | no_license | kubilayagi/cs111 | b02fb54115a469db27263e7de5639b30c0185966 | a8afbc44da6506abfc5551106ee7cf89507caa72 | refs/heads/master | 2020-03-08T18:50:15.426169 | 2018-10-23T08:52:34 | 2018-10-23T08:52:34 | 128,322,908 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,717 | c | #include <stdio.h>
#include <getopt.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include <time.h>
#include <errno.h>
#define BILLION 1000000000L
#define M 1
#define S 2
#define C 3
#define YIELD 4
//to determine functionality of add wrapper
int opt_total = 0;
//given global va... | [
"kubilay.agi@gmail.com"
] | kubilay.agi@gmail.com |
4af11df20947846b3420f9453a3fcf9fd44d367b | 6cd662f7e0b877699ead06f92401fcc6dbf6a660 | /usr.bin/tbl/t..c | 75acec891ccb3e69b0920e2cada7c9224364bf40 | [] | no_license | Roare/Digital-Ultrix-32-VAX-2.0 | d53ff4b2c559a9e03cbc073de5c106b38591e43f | 56695b632d960b605717f93f84dc6fa7ec5b4e2f | refs/heads/master | 2023-09-01T17:43:13.032091 | 2020-04-25T00:27:39 | 2020-04-25T00:27:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,598 | c | /* t..c 4.1 83/02/12 */
/* t..c : external declarations */
# include "stdio.h"
# include "ctype.h"
# define MAXLIN 200
# define MAXHEAD 100
# define MAXCOL 20
# define MAXCHS 2000
# define MAXRPT 100
# define CLLEN 10
# define SHORTLINE 4
extern int nlin, ncol, iline, nclin, nslin;
extern int style[MAXHEAD][MAXCOL];... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
02cc3c040161dd2aacb1805cbf447103d9fa47e3 | 9c719c0e10f35b7736db449993d746a219edab63 | /CS36/In_Class/Sum_Avg_3/main.c | c78eda8a4900b691d9cc0d2588dd84e3354045b7 | [] | no_license | DuongTyler/CS36 | 46c2de56a9ec45e380f6ed13fa13a6d3979af5f4 | 104a5749729c26902408669cddab355fc01b054a | refs/heads/master | 2020-07-20T10:02:51.803208 | 2020-02-26T21:16:10 | 2020-02-26T21:16:10 | 206,621,368 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,177 | c |
/*
* This program finds the sum and average of 3 ints
* Written by Tyler Duong
* CS 36 - Aug. 22, 2019
*/
/*
#ifdef __unix__
//most linux terminals do support ANSI escape characters
#define TX_RST "\033[0m"
#define TX_BNK "\033[5m"
#define BG_RED "\033[41m"
#define BG_GRN "\033[42m"
#define BG_BLU "\033[44m"... | [
"duongt.sbc@gmail.com"
] | duongt.sbc@gmail.com |
f8ce71051f5319f7efaf97303962ad988b995ec5 | 2ba48648eefadee113a7c2f5d608cab5209c3a8b | /Total Code/PM_FW_20160630/PM_FW_COMMON/Srv/Scheduler/cagos.h | 29e68755c5fb628c65ac7d8535db2dab4183f7d2 | [] | no_license | wangdong412/Consen-SIS | 879762175575d0a62f26ec1effeb46c3fd62e3e8 | bca3fac35c961c3558a3438bca55e6d20825da3a | refs/heads/master | 2020-07-11T05:17:18.814104 | 2019-08-27T09:41:41 | 2019-08-27T09:41:41 | 204,450,874 | 1 | 5 | null | null | null | null | UTF-8 | C | false | false | 12,250 | h | #ifndef __ExPORT_HEADER_H__
#define __ExPORT_HEADER_H__
/*
*------------------------------------------------------------
* Project: cagOS
* Goal: OS configure code.
* Copyright (c) 2013, 2014 CAG Systems, Inc.
*------------------------------------------------------------
*
* @@@@ @@@ @@@@@ ... | [
"wangdong412@163.com"
] | wangdong412@163.com |
52d11b0165c90ef62e3f1d830293e4af2b610383 | 8343af148a6615d8846eec019c1ad83858afbdfe | /thread_pool/rt-thread/rtthread_pool.h | ae851d44a777f1cb7e6592b52c57636fcb22cd8b | [] | no_license | boger047/EasyDataManager | b9240950e4672d31b37ce043d295dddeda3fbb61 | dccd93f31b3117fa645fc962d8e31b958a40e767 | refs/heads/master | 2021-05-27T23:23:33.525107 | 2014-01-16T09:33:16 | 2014-01-16T09:33:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,410 | h | /*
* This file is part of the EasyDataManager Library.
*
* Copyright (C) 2013 by Armink <armink.ztl@gmail.com>
*
* Function: a thread pool base as RT-Thread
* Created on: 2013-11-14
*/
#ifndef RTTHREAD_POOL_H_
#define RTTHREAD_POOL_H_
#include <rthw.h>
#include <rtthread.h>
#include <string.h>
#include "log.h"... | [
"armink.ztl@gmail.com"
] | armink.ztl@gmail.com |
776b47cc8aacaec78d2412f2d8a81c581d492f78 | 0cdf26d081bb1116f04aa6985db4801e2fe5627d | /Problem 84.c | 793228074663767dc82e8bec3a56cbeeb57317dc | [] | no_license | xingchenwan/Project-Euler | 9dff141367d0ad24798c6d88d861102c0502bdcb | 0efcd3f3d515102452c53a18647e2298eac8ebc0 | refs/heads/master | 2021-01-10T01:19:39.532548 | 2017-09-22T14:35:46 | 2017-09-22T14:35:46 | 53,952,626 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,247 | c | //Problem 84
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <math.h>
#include <stdbool.h>
#include <time.h>
#define MAXSIMULATION 10000000
#define DICEFACE 4
enum {GO,A1,CC1,A2,T1,R1,B1,CH1,B2,B3,JAIL,
C1,U1,C2,C3,R2,D1,CC2,D2,D3,FP,
E1,CH2,E2,E3,R3,F1,F2,U2,F3,G2J,
G1,G2,CC3,G3,R4,C... | [
"xingchen.wan@outlook.com"
] | xingchen.wan@outlook.com |
67aa086beed0b0c68c4e0b5e897f62492cef907f | 6c9da23397f821fdd1312e5cfb072bbc59f9b100 | /debug/include/debug.h | 5cc17acf791f0e56751bf5a02a7fab76975ca588 | [
"MIT"
] | permissive | susanna-kaukinen/c_containers | f31f82bf0921ad2144e27920f0775835ccb99e13 | 009f402f46ba66efb3887478298d8ae01e5ca402 | refs/heads/master | 2020-06-02T06:57:02.522099 | 2013-01-25T22:06:02 | 2013-01-25T22:06:02 | 1,033,407 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,569 | h | /**
*
* MIT Free Software License
*
* Copyright (c) 2010 Susanna Kaukinen
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the righ... | [
"csm.susanna.kaukinen@gmail.com"
] | csm.susanna.kaukinen@gmail.com |
511b9eaba7937c2ce34db08ba234a9e4045b18f1 | 116bf53e2a6d524db29591b480300f76bd325e4e | /src/fastvm/vm.h | e9e13b10e95b3531e7623ab84d1c730cbdaf96e4 | [] | no_license | TinyMagicka/fastvm | 05520202f1e830dc0c80d4ed26ff9827aa1e02ff | cfff58863c9d5b76f8b737459770de5d9521f761 | refs/heads/master | 2022-12-12T16:24:24.847754 | 2020-09-07T13:27:01 | 2020-09-07T13:27:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,260 | h |
#ifndef __vm_h__
#define __vm_h__ 1
#include "config.h"
#include "mcore/mcore.h"
#include <fcntl.h>
#include <io.h>
#ifdef _WIN32
#include <windows.h>
#define inline __inline
#define strdup _strdup
#define itoa _itoa
#define read _read
#define write _write
#define lseek _lseek
#... | [
"baikaishiuc@gmail.com"
] | baikaishiuc@gmail.com |
91d58206d506352496853d27e164f53d5df83852 | 79d343002bb63a44f8ab0dbac0c9f4ec54078c3a | /lib/libc/include/m68k-linux-gnu/sys/reg.h | 53b46a16aa1d976b8363a21cb07a5c2b44695f3f | [
"MIT"
] | permissive | ziglang/zig | 4aa75d8d3bcc9e39bf61d265fd84b7f005623fc5 | f4c9e19bc3213c2bc7e03d7b06d7129882f39f6c | refs/heads/master | 2023-08-31T13:16:45.980913 | 2023-08-31T05:50:29 | 2023-08-31T05:50:29 | 40,276,274 | 25,560 | 2,399 | MIT | 2023-09-14T21:09:50 | 2015-08-06T00:51:28 | Zig | UTF-8 | C | false | false | 2,225 | h | /* Copyright (C) 1998-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the ... | [
"andrew@ziglang.org"
] | andrew@ziglang.org |
77afbf58780bdd6b1792519c571d077eb76bc7dc | 25744b28503fbe756a8a99df387db34ff833f00a | /4/12/main.c | 392ca42064e8073fb2cdd7758aecfb45107102b5 | [] | no_license | IvanBisagne123/programacion | 1809cacaa1a0720b269ad09a73de4481ab826922 | 0d99d6e14dccdc2e32d60f4da378d8513befa9db | refs/heads/master | 2020-05-03T04:09:14.292464 | 2019-05-24T15:25:48 | 2019-05-24T15:25:48 | 178,414,183 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 221 | c | #include <stdio.h>
#include <stdlib.h>
typedef struct
{
char nombre[50];
char apellido[50];
int edad;
int nota;
}eAlumno
int main()
{
eAlumno unAlumno = {};
return 0;
}
| [
"noreply@github.com"
] | IvanBisagne123.noreply@github.com |
fce4ff2e6b9939c26d0200212ae6adb276830c81 | d423618361cc7b7a56b60502d1c5bf4e05a29910 | /src/Platform/BoardConfig/LPCXpresso54102/platform.c | 53bdf180fd3b14a30dc29fb3b84910e233d02942 | [] | no_license | bangkr/MiCO_ELink407 | 14031aa2fa4462846fad91229c2974644a3105fe | aa983efe5f5634fe324e502f368205516e0a1d4c | refs/heads/master | 2016-09-06T00:28:45.060912 | 2015-12-26T15:11:17 | 2015-12-26T15:11:17 | 42,400,387 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,602 | c | /***
*File: platform.c
*
*
*
*
* The MIT License
* Copyright (c) 2014 MXCHIP Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without... | [
"bangkr@foxmail.com"
] | bangkr@foxmail.com |
c949de6d59b8eec1577e0d8c49aedda12e840ac7 | 74faa95cc52b1fd538ef929e4c5ec3dd9c573e80 | /eclipse-project/src/vorbis/modes/residue_44.h | ce0a8e856f3fdeac9ce99fe27b896db237e58272 | [] | no_license | marceloguedes/theora-davinci | 925fe583a1df8f92abbf4f6d3eae92157e324a71 | ec86ffa7768e6adfdb2cddb49966fa242a1eeb7f | refs/heads/master | 2020-12-24T14:36:11.062002 | 2008-12-08T22:28:00 | 2008-12-08T22:28:00 | 13,764 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,937 | h | #ifndef _RESIDUE_44_H
#define _RESIDUE_44_H
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS ... | [
"marcelo.guedes@gmail.com"
] | marcelo.guedes@gmail.com |
484f5deea521cb7399a98c06f71b4fd25220e764 | 3deb66394974589fecd304796b1c1682c19aade6 | /INT_HAL_2/Src/stm32f4xx_it.c | cd68de472be099918017f8138dcc617e54d32b1e | [] | no_license | EmreByrm/STM32F4_NUCLEO_BOARD | 41c914d05a019a0ce9736d9a5a8a1851f8661812 | ab4fa270791589bdc1a4b5bf25efa9b1566c8d8a | refs/heads/main | 2023-06-29T15:15:58.971292 | 2021-07-26T14:16:59 | 2021-07-26T14:16:59 | 339,772,160 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,243 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32f4xx_it.c
* @brief Interrupt Service Routines.
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) ... | [
"79212772+EmreByrm@users.noreply.github.com"
] | 79212772+EmreByrm@users.noreply.github.com |
4a6a1cd9e062c219fe62510928ddd4de803221b1 | dc27b2547214d13803986d37636a797ccf1487a0 | /MQTT_fun/mymqtt.c | 0dd5388adfc9101d5018d92cbffd373f6ca9b7b6 | [] | no_license | Luke-zhong/- | dd54dc5a7e5b67b1332c3de9423fdddfa7548a5b | ca36a05e7016f13c585b767085fc3094e601316c | refs/heads/master | 2022-07-19T12:26:45.430994 | 2020-05-19T02:28:29 | 2020-05-19T02:32:57 | 265,119,628 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,152 | c | //#include "sys.h"
//#include "delay.h"
//#include "usart.h"
//#include "led.h"
//#include "FreeRTOS.h"
//#include "task.h"
//#include "device.h"
//#include "w5500.h"
#include "socket.h"
//#include "string.h"
//#include "spi.h"
////#include "tcp_client.h"
////#include "dns.h"
//#include "dev_sign_api.h"
/... | [
"262210490@qq.com"
] | 262210490@qq.com |
742694d47bbaaa2ffd9733e6b20307db7520cd6c | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/d0604124-86c8-4cac-85bf-3890c1d8241a.c | dc72632329e3cb011ec12a87ae6ce5c277f35b4b | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 589 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
k = 53;
l = 64;
l = i-j;
l = i/j;
l = l/j;
l = k%j;
l = i-j;
l = l%j;
l = j%j;
k = k-k*l;
//variables
/* START VULNERABILITY */
int a;
int b[46];
int c[24];
a = 0;... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
eb86a806bd4890283357b716d202410560b658e3 | d5bd083dbcacce8cf62ebbd73c77c14c8247e057 | /system/bt/bta/jv/bta_jv_main.c | eb22338f7f3278abf029600d159f247c3551ae2e | [
"Apache-2.0"
] | permissive | RetronixTechInc/android-retronix | ab0e10840dab5dc7b0879737953ebf2e1916f2b0 | cd7d794dea51c3b287da0d35ddb18c1bdef00372 | refs/heads/RTX_NXP_Android601 | 2021-11-16T03:58:58.169998 | 2021-11-15T01:51:02 | 2021-11-15T01:51:02 | 198,991,737 | 4 | 5 | null | 2020-03-08T23:21:29 | 2019-07-26T09:49:01 | Java | UTF-8 | C | false | false | 4,067 | c | /******************************************************************************
*
* Copyright (C) 2012 Broadcom Corporation
*
* 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:
*
* h... | [
"townwang@retronix.com.tw"
] | townwang@retronix.com.tw |
44352caeaad72a377465338e82c7d6244cfa2fb4 | b247668a88e0fe282b1cd29da8afaea9c9691d3d | /cantera18/changes/MinGW_Port/Cantera/clib/src/ctfunc.h | 8c60483acf507af95194ccbd3c17a19aff1002e4 | [] | no_license | nashiong/cantera | 1d47be92b1ad321018ac6136ca9bd52e3e5ac3b4 | 45c579993135e5899d851cc0ca66618445b5296e | refs/heads/master | 2021-01-10T07:00:29.059520 | 2015-08-24T17:10:06 | 2015-08-24T17:10:06 | 44,044,045 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 597 | h | /**
* @file ctfunc.h
*/
/*
* $Id$
*/
#ifndef CTC_FUNC1_H
#define CTC_FUNC1_H
#include "clib_defs.h"
extern "C" {
EEXXTT int DLL_CPREFIX func_new(int type, int n, int lenp, double* p);
EEXXTT int DLL_CPREFIX func_del(int i);
EEXXTT int DLL_CPREFIX func_copy(int i);
EEXXTT int DLL_CPREFIX func... | [
"hkmoffa@02a645c2-efd0-11dd-984d-ab748d24aa7e"
] | hkmoffa@02a645c2-efd0-11dd-984d-ab748d24aa7e |
3681a9e0109d9cce9e62e74fb821f355829e167b | 6ccb2797911c420867f329d0a600f40c6f93c1f0 | /hello.c | 806792adb3a2a2424582c2ce6e1e0daf511853fa | [] | no_license | HemlataIngawale/Hello | c9e168b02c9a4a0574b82e84785cac7705744225 | 1e364bf6aebc39884fed54de65c8549d6224dc9c | refs/heads/master | 2020-03-27T12:49:02.814120 | 2018-08-29T08:51:34 | 2018-08-29T08:51:34 | 146,571,745 | 0 | 0 | null | 2018-08-29T09:07:41 | 2018-08-29T08:46:10 | C | UTF-8 | C | false | false | 58 | c | #include<studio.h>
void main()
{
printf("Hello World");
}
| [
"noreply@github.com"
] | HemlataIngawale.noreply@github.com |
a63b4ca6e468741d47485afee1842057f0ec7d5b | cea81750a2004dbdede514ccf41af5c99c2f5822 | /295 C Questions/210.c | 96e5b4ffb4789332af2b7811fe69cbf0bf69b241 | [
"MIT"
] | permissive | DevGithub007/My_Codes | e1bb3a33262b3cd6f2398c836a3ea50adc61adf0 | e506050b97abc058fa8b1e24b3b936cc2315c664 | refs/heads/master | 2021-01-10T23:15:34.911064 | 2016-10-11T19:13:51 | 2016-10-11T19:13:51 | 70,626,416 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 173 | c | void abc(int *i, int *j);
main()
{
int i = 5, j=10;
abc(&i,&j);
printf("%d %d",i,j);
}
void abc(int *i, int *j)
{
*i = *i + *j;
*j = *i - *j;
*i = *i - *j;
return;
}
| [
"James.sonam1@gmail.com"
] | James.sonam1@gmail.com |
354e120983ee3725d5a20371a6499af428a2f9f8 | 3484ba25b1cf3fcdecfab553eae5725f944d6130 | /arvore-lista-huffman_v0/src/fila/fila.h | 5469ca37797bb895b3b1c09fc3f48db9c9130156 | [] | no_license | edneif/prg | 7d18fdac0da07ace4bdb42a2fe9de0382e8ed2f5 | 1c436d65266cee95eabeaeddd612b5ae79a10ab1 | refs/heads/master | 2020-05-01T02:07:26.055228 | 2019-07-02T22:42:39 | 2019-07-02T22:42:39 | 177,211,282 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 389 | h | /*
* fila.h
*
* Created on: 29 de abr de 2019
* Author: ednei.freiberger
*/
#ifndef FILA_H_INCLUDED
#define FILA_H_INCLUDED
typedef struct filas fila_t;
fila_t * cria_fila (void);
void enqueue(void *dado, fila_t *fila);
void* dequeue(fila_t *fila);
int fila_vazia(fila_t *fila);
void libera_fila(fila_t*... | [
"ednei.freiberger@OFC_7039.portobellonet.local"
] | ednei.freiberger@OFC_7039.portobellonet.local |
dc9dcf4427ef67aec9b04afa5a4b5777f3f8a5e4 | 22900153268b2ebaaea11ba2bd2e2f524d00088b | /projects/nbody/nbody.c | 3b0cbc702db47aa6b4df3fa1de6a5bcbd0cc1971 | [] | no_license | adamd1008/portfolio | 69b602331050bfec890a3294fbfd77f0d9a3bdef | e77af86cc1efb32813e40fb2a24cb620fb7ab3ff | refs/heads/master | 2020-12-24T06:24:12.477981 | 2017-07-29T12:00:19 | 2017-07-29T12:00:19 | 22,142,821 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 28,690 | c | ////////////////////////////////////////////////////////////////
// School of Computer Science
// The University of Manchester
//
// This code is licensed under the terms of the Creative Commons
// Attribution 2.0 Generic (CC BY 3.0) License.
//
// Skeleton code for COMP37111 coursework, 2013-14
//
// Authors: Arturs ... | [
"a-dodd@outlook.com"
] | a-dodd@outlook.com |
d8c30931cdc4b279c50d1a9339cf4578b15416f2 | 6ad2b45cc9abce6b9bcfc38db268bcf67f770ecc | /gen/kcg_consts.c | 2a7365536e95493b5e057388d8e3b527a1ebc211 | [] | no_license | chinhtran-hub/Calculator | 972c37a2b512c32424d65e5809c7d180b6fede46 | 059432447d939b170c1525d61424cb65678e23d4 | refs/heads/main | 2023-02-28T11:48:36.495259 | 2021-01-29T00:06:31 | 2021-01-29T00:06:31 | 333,983,140 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,846 | c | /* $******* SCADE Suite KCG 32-bit 6.6.1 beta (build i1) ********
** Command: kcg661.exe -config config.txt
** Generation date: 2020-11-18T09:40:16
*************************************************************$ */
#include "kcg_consts.h"
/* Calc::DEFAULT_STRING/ */
const array_char_255 DEFAULT_STRING_Calc = {... | [
"chinhqnguyen@yahoo.com"
] | chinhqnguyen@yahoo.com |
f9332916529034356862ff241bbdbd832bbf625f | c9b1d9481663f35a745533e215e512c31f00f945 | /vendors/realtek/sdk/amebaZ2/component/common/api/at_cmd/atcmd_mp_ext2.c | 7e49ddb7f0cae579e5880667d7c82b8b810d27f8 | [
"Apache-2.0",
"MIT"
] | permissive | ambiot/amazon-freertos | 199d8c8cfebf7d4ce41cdf0377a6622c56ea3f7c | ef61d5f521de921cc931d9262e3d5af9b75fbd2e | refs/heads/master | 2023-08-24T08:06:28.437220 | 2021-07-08T13:33:49 | 2021-07-08T13:33:49 | 191,755,880 | 14 | 16 | MIT | 2022-09-20T23:47:06 | 2019-06-13T12:09:22 | C | UTF-8 | C | false | false | 4,125 | c | #include <platform_stdlib.h>
#include <platform_opts.h>
#include <platform_opts_bt.h>
#include <gpio_api.h>
#include "log_service.h"
#include "osdep_service.h"
#include "atcmd_mp.h"
#ifdef CONFIG_PLATFORM_8710C
#include "rtl8710c_pin_name.h"
#endif
#include "bt_intf.h"
#if CONFIG_ATCMD_MP_EXT2
#define MP_EXT2_PREFIX ... | [
"hank.su@realtek.com"
] | hank.su@realtek.com |
717601ff53719ff89a258fc1503f573024ab54f9 | 5a0dcd6b0ec4ea10ed902ecaddf59d1a152c4a57 | /c-code/c-code118.c | bb4844d1ea4a9013c78ad4ac7f28efff8237a986 | [] | no_license | boolks/Linux-lecture | 27677c05916cd29526e9a49ebb14596f9f0c754b | 3964b4f76389cd83c6dad7c5bd1ef8284b77f696 | refs/heads/master | 2020-04-13T10:33:26.986966 | 2019-01-04T07:29:20 | 2019-01-04T07:29:20 | 163,144,336 | 0 | 1 | null | 2018-12-31T08:16:17 | 2018-12-26T06:25:06 | null | UTF-8 | C | false | false | 701 | c | // 3-315 if문 - 2
#include <stdio.h>
int main(){
puts("-------------------------------");
puts("*if문 - 2*");
puts("-------------------------------");
if(0){
puts("대한민국은 민주공화국이다.");
puts("모든 주권은 국민으로부터 나온다.");
}
puts("한국은 월드컵 4강에 든 전설이 있다.");
puts("-------------------------... | [
"noreply@github.com"
] | boolks.noreply@github.com |
d7fd47e3f246c121a6de498007fb48671b236193 | 1eb656349200f69daed8869ea33991c7680e55e0 | /ccan/ccan/io/test/run-07-break.c | 135dcbb8ffc3374a7b82cc1e3b00d442503662f3 | [
"LGPL-2.1-only",
"Apache-2.0"
] | permissive | iotaledger/access-sdk | 3c7482d341331ffeeb8b16cd81e87cbd46268e60 | 17aa7c5491928a5e2d4b6330a22820082d0e2981 | refs/heads/master | 2023-01-05T18:49:13.265383 | 2020-10-01T09:06:09 | 2020-10-01T09:06:09 | 281,685,094 | 11 | 0 | Apache-2.0 | 2020-10-01T09:06:10 | 2020-07-22T13:28:11 | C | UTF-8 | C | false | false | 2,556 | c | #include <ccan/io/io.h>
/* Include the C files directly. */
#include <ccan/io/poll.c>
#include <ccan/io/io.c>
#include <ccan/tap/tap.h>
#include <sys/wait.h>
#include <stdio.h>
#define PORT "65007"
struct data {
int state;
char buf[4];
};
static struct io_plan *read_done(struct io_conn *conn, struct data *d)
{
ok... | [
"bernardoaraujor@gmail.com"
] | bernardoaraujor@gmail.com |
25fd3c6d55abb0ea071cdf188e07343b0582e989 | 216ed3b2980d6b1c123cf07f9717ebeacc0a4d72 | /include/SyncSignalMod/api.h | 2b2049c4e24c92cfc846dcb125909b99c3621531 | [] | no_license | xaratustrah/gr-SyncSignalMod | e033b7ca8fe48a2981d8e725b4bd391de00c3b67 | 45dcd7475b9ef0f595cc682602da28ee87387564 | refs/heads/master | 2021-06-28T14:36:41.563107 | 2017-09-14T23:51:36 | 2017-09-14T23:51:36 | 103,632,533 | 1 | 0 | null | 2017-09-15T08:18:19 | 2017-09-15T08:18:19 | null | UTF-8 | C | false | false | 1,097 | h | /*
* Copyright 2011 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio 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 3, or (at your option)
* any later ver... | [
"noreply@github.com"
] | xaratustrah.noreply@github.com |
0579aa7e492c2497872958e0a296a048cb98a687 | 12d35ac163baa2853ed4beb501252481699cc12f | /firmware/v4/core/sm_iot/sm_iot.c | 2c272ff18e23d40559d107394d20704a0987cebc | [] | no_license | krasi-georgiev/horizon | 32166184b62aed5d2bc24b070756802b51b1ad15 | a0194838d9c4e57f0943cb22ae620f486148f478 | refs/heads/master | 2022-11-08T21:23:31.868928 | 2020-06-27T12:58:55 | 2020-06-27T12:58:55 | 275,372,724 | 0 | 0 | null | 2020-06-27T12:59:37 | 2020-06-27T12:59:36 | null | UTF-8 | C | false | false | 30,417 | c | /* sm_iot.c - IOT state machine
*
* Copyright (C) 2019 Arribada
*
* 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 3 of the License, or
* (at your option) any later v... | [
"joshua@icoteq.com"
] | joshua@icoteq.com |
02d46c6a9f1b593deee25fa575a1e682586b0e88 | 49059584befb53a49506f65b6e364c37fa3e7f82 | /Problem 013/solution.c | c9343ed1064ceb43b62455f88f891d7b5d72eef0 | [] | no_license | phanindraduvvuri/ProjectEuler | 7a0f6a8f9610a7430794000cea6b39bb46bf5c7d | 4abe19fa5e38027603de24a1a7bf6097bfb6913c | refs/heads/master | 2022-12-05T18:55:48.780605 | 2020-08-31T08:55:03 | 2020-08-31T08:55:03 | 276,641,459 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,799 | c | #include<stdio.h>
int main(int argc, char const *argv[])
{
int numbers[100][50] = {
{3,7,1,0,7,2,8,7,5,3,3,9,0,2,1,0,2,7,9,8,7,9,7,9,9,8,2,2,0,8,3,7,5,9,0,2,4,6,5,1,0,1,3,5,7,4,0,2,5,0},
{4,6,3,7,6,9,3,7,6,7,7,4,9,0,0,0,9,7,1,2,6,4,8,1,2,4,8,9,6,9,7,0,0,7,8,0,5,0,4,1,7,0,1,8,2,6,0,5,3,8},
{... | [
"phanindra40430@gmail.com"
] | phanindra40430@gmail.com |
934cd0f5bc73414deaa991ef5e2ecbd2a77744fb | 9b5daa85e53c9822e5a403471715701977501e3e | /SENS ver1/Generated_Code/Cpu.h | af30cb7bf3467bbe9e7838d0e16435a2e868cbf7 | [] | no_license | unbalancedgiraffe/SENS | 59a4efc08a892f49bab1de8381c0cb17ae5c8f26 | a99c326374b2488fa9fc9edf015337ea61afab17 | refs/heads/master | 2020-05-20T23:52:17.884624 | 2015-07-13T02:51:41 | 2015-07-13T02:51:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,751 | h | /* ###################################################################
** This component module is generated by Processor Expert. Do not modify it.
** Filename : Cpu.h
** Project : SENS ver1
** Processor : MKL46Z256VLL4
** Component : MKL46Z256LL4
** Version : Component 01.003, Dr... | [
"tl25@rice.edu"
] | tl25@rice.edu |
2fe3b569290f8d324bb61d0231ceab0398ed2d2b | e1a0ba92935c403ba6098971d4e773e106e5caa5 | /libft/srcs/s_ori/ft_strclr.c | c499648cc9677bf01247c97cece5b8ef1b8187eb | [] | no_license | d0m00re/ft_ls | 1e56cbfb0f303b693ac56d55adcb3159659b2fd2 | 3c2c970243e3d04756b0514bbdfdab51817e54c5 | refs/heads/master | 2021-03-27T17:20:55.622274 | 2017-08-04T10:59:43 | 2017-08-04T10:59:43 | 80,663,924 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 978 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strclr.c :+: :+: :+: ... | [
"alhelson@e1r2p13.42.fr"
] | alhelson@e1r2p13.42.fr |
6cd69d229e6aade64ae1c42b5d9cabbcb77ce5cc | eb64021e472992f39df0f92934071eb7ba3bf753 | /exceptional_control/rfork.c | e0696460afc095c5f0c30cb770ab7ee7be5e5bf8 | [] | no_license | callmesaozu/csapp | 8d2f410a17312e2f4b936655d9f01caaa3f52790 | 5139e7f00df4bb3f136013798d1c9a668bd586f9 | refs/heads/master | 2020-04-18T23:58:43.376782 | 2016-08-28T16:23:45 | 2016-08-28T16:23:45 | 66,722,636 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,013 | c | //休眠父进程与子进程以随机时间,以暴露竞争
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
#define MAX_SLEEP 100000
#define CONVERT(val) (((double)val)/(double)RAND_MAX)
pid_t Fork(void)
{
/*struct timeval */
/*{*/
/* time_t tv_sec; // seconds */
/* suseconds_t tv_usec; ... | [
"yeshenghan@yeah.net"
] | yeshenghan@yeah.net |
36c5b1cea06ee229f917d71fe4bb1533e74aa445 | 82a17516bd57fdcd3ea2d3efd1b3b80b4e00faa7 | /1C/A.C | ee6d37d50be6627fe1f2709ece75750d57074096 | [] | no_license | init-6/Programming | 1b770d79c612a67ed9ac5f4b58e92bb83c5a62b6 | da7066acdcf19428ee762e093d528c109400073c | refs/heads/master | 2021-07-09T01:00:11.993400 | 2019-02-10T22:39:00 | 2019-02-10T22:39:00 | 22,714,314 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,286 | c | #include <iostream>
#include <algorithm>
#include <map>
#include <vector>
#include <cstring>
using namespace std;
//vector <pair <int,int> > edges;
vector < vector <int> > adj;
bool visited[1005];
int edgeCount[1005];
bool dfs(int N)
{
visited[N] = true;
for(int i = 0;i<edgeCount[N];i++)
{
if(!visited[edges[N... | [
"venki.gbvr@gmail.com"
] | venki.gbvr@gmail.com |
b9724d07405db24f1e02cf298c869ad4a568154c | fe25107d1ba6f559ce401f16136fbfaa3edfdbee | /src/core/crypto/version.h | 796d1f9ae73bf734c8a600629d96dea02e8e8ca6 | [
"BSD-3-Clause",
"BSL-1.0"
] | permissive | codeaudit/mpin-mobile-sdk | 52656dc809226840f03dc6a1e7348b44f608e099 | f84ae875779d3a123671b9c058f15b4c4f807449 | refs/heads/master | 2021-01-18T02:10:00.434536 | 2015-10-28T15:03:15 | 2015-10-28T15:03:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,050 | h | /*
Copyright (c) 2012-2015, Certivox
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 notice, this list of conditions and the following d... | [
"slav.klenov@certivox.com"
] | slav.klenov@certivox.com |
9b1dfd67f152323fc6d5bfaea1363e6e5f0d4c65 | 51a2809904d9eefe826bd53a295a13239ada1f93 | /products/uia_2_01_00_01/packages/ti/uia/family/c66/package/package_ti.uia.family.c66.c | ef1701eefd7ccbbccf54b722cf8b6345025d51f3 | [] | no_license | DanPhelanIDSY/tirtos_cc13xx_cc26xx_2_21_01_08 | 797f03409ecb1bbeac5082fa9d2efd1204cb76f7 | 5983cb71ea097bc7e8e502f8a0ed1aaf2278caa9 | refs/heads/master | 2020-04-04T05:10:21.691590 | 2018-11-01T16:08:57 | 2018-11-01T16:08:57 | 155,737,237 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 460 | c | /*
* Do not modify this file; it is automatically
* generated and any modifications will be overwritten.
*
* @(#) xdc-B06
*/
#include <xdc/std.h>
__FAR__ char ti_uia_family_c66__dummy__;
#define __xdc_PKGVERS 1, 0, 0, 0
#define __xdc_PKGNAME ti.uia.family.c66
#define __xdc_PKGPREFIX ti_uia_family_c66_
#ifde... | [
"dphelan@id-systems.com"
] | dphelan@id-systems.com |
f89b8a79cf1afc334e9e37e75869cbf117b71f1e | 829b412097aee6f3077c39190e6c8dc118cbd7d8 | /src/TG4HitSegment_LinkDef.h | ab20bc4a493d2da2da2a14b81aa52d6ecd8a703d | [] | no_license | captain-col/captEvent | 88074c9aa89bbb4cc19312cd8c885d99b824d899 | 97f64512667e220345a9c03ac41aacc11d770175 | refs/heads/master | 2021-01-20T22:14:39.591288 | 2018-07-30T20:47:11 | 2018-07-30T20:47:11 | 101,805,593 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 122 | h | #ifdef __CINT__
#pragma link C++ class CP::TG4HitSegment+;
#pragma link C++ class CP::THandle<CP::TG4HitSegment>+;
#endif
| [
"clark.mcgrew@stonybrook.edu"
] | clark.mcgrew@stonybrook.edu |
230d6567ec69c133febb366c8b16a6b025041233 | 1d5168339449dd892710a8480ab3dabbd5aa6616 | /include/mini_talk.h | 3490651447fb4ddf214975918bf1979e20b31108 | [] | no_license | Armorine86/mini_talk | 5045b62f8a7cb3830df6fcd473bbea23306350d9 | 346eab157bdf369a97a18e8cb4100f2725184525 | refs/heads/master | 2023-07-04T20:10:29.741376 | 2021-08-10T14:11:44 | 2021-08-10T14:11:44 | 394,678,630 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,163 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* mini_talk.h :+: :+: :+: ... | [
"mmondell@student.42quebec.com"
] | mmondell@student.42quebec.com |
2fdd4c93bb9fcb5816d66ebf0c1c3916258f2ad1 | 6286bd05177f38c467ebeec74e592c11d47a504e | /src/sweep.c | e0976453178f3146a464f9aa8dd2cc1018f95091 | [
"BSD-2-Clause"
] | permissive | wrathematics/float | 19d4123603d7e4fca7fb1934a985053b408950b8 | 68f63417434bd8e15862b0b89cb7a106389e4ee1 | refs/heads/master | 2023-05-27T13:50:58.540071 | 2023-02-15T16:45:39 | 2023-02-15T16:45:39 | 96,445,916 | 39 | 11 | NOASSERTION | 2023-05-05T23:20:53 | 2017-07-06T15:36:53 | Fortran | UTF-8 | C | false | false | 1,567 | c | #include <Rdefines.h>
#include "Rfloat.h"
#include "unroll.h"
#define SWEEPER(x,ret,MARGIN,vec,veclen,FUN) \
{ \
if (MARGIN == 1) \
{ \
for (float_len_t j=0; j<n; j++) \
{ \
for (float_len_t i=0; i<m; i++) \
ret[i + m*j] = x[i + m*j] FUN vec[i % veclen]; \
} \
} \
... | [
"wrathematics@gmail.com"
] | wrathematics@gmail.com |
b8b6f0d332d2df94806ffc325f73e8f2834e03a0 | 63b4a698bc22fd54857c8fa097b1331f79c39e5a | /src/uclibc/uClibc-0.9.28.3/libc/stdlib/mkstemp.c | c569ceaf599bb41750d87a4d08c104b4102f1266 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"LGPL-2.0-only",
"LicenseRef-scancode-other-permissive"
] | permissive | MinimSecure/unum-sdk | 67e04e2b230f9afb3ae328501a16afa4b94cdac6 | 30c63f0eccddba39a760671a831be3602842f3f4 | refs/heads/master | 2023-07-13T07:33:43.078672 | 2023-07-07T13:52:05 | 2023-07-07T13:52:05 | 143,209,329 | 33 | 22 | Apache-2.0 | 2021-03-05T22:56:59 | 2018-08-01T21:13:43 | C | UTF-8 | C | false | false | 1,265 | c | /* Copyright (C) 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
Licens... | [
"denis.bakin@minim.co"
] | denis.bakin@minim.co |
6f4b38127bed3dc805518d4c3362032ccb1e36f7 | 7e2aa88047abff4fcbd8b32cdc171a555b9f9fa2 | /JetAnalysisMacros/InclusiveJetAnalyzer/plotLeadingPhi_BalanceBin_AllCent.C | e2c30741856ad05102de4edc044f07ab13bb81d4 | [] | no_license | mandrenguyen/usercode | 3af2a4c8e640d6d6808f71c1a6cd1c030c54678b | 44b8dc78ea6788c261f76e10e7ee9e8027f4cb60 | refs/heads/master | 2021-01-20T06:20:15.643149 | 2013-07-16T21:09:50 | 2013-07-16T21:09:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,568 | c | #if !defined(__CINT__) || defined(__MAKECINT__)
#include "TCanvas.h"
#include "TError.h"
#include "TPad.h"
#include "TString.h"
#include "TRandom.h"
#include "TH1F.h"
#include "TFile.h"
#include "TTree.h"
#include "TH1D.h"
#include "TH2D.h"
#include "TCanvas.h"
#include "TLegend.h"
#include "TLatex.h"
#include "TStri... | [
""
] | |
396fe17e56ffceb83d054072a1080ae626405806 | b7fb743b3d05e92dd46088b3f13f53971c5b3716 | /V0.2.1 - LTZVISOR - interrupt IRQ + FIQ Stable/inc/handlers.h | 6e263d10d9095e85ff12f5a50d6c8421dc0cd69c | [] | no_license | Andersenbond/LTZ_IMX | 8a0513065b325dc400b019bde270288ce47294d5 | 7f4010093a448a515717c67aa3aaf4ea2ca5b0a7 | refs/heads/master | 2021-01-25T14:58:31.148946 | 2018-03-04T00:13:40 | 2018-03-04T00:13:40 | 123,742,256 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 126 | h |
#ifndef __HANDLER_H
#define __HANDLER_H
void fiq_handler(uint32_t interrupt);
void irq_handler(uint32_t interrupt);
#endif
| [
"ronnytarrafal@gmail.com"
] | ronnytarrafal@gmail.com |
42997f16336c19f675a0630239fd8cf996824c77 | 25b801df94f062be88736423180c7f8b84cccdb0 | /ft_printf/src/handler_u_hex.c | 6a0b026be8f04636575ba0a80254b95564ae3f8b | [] | no_license | jai-jae/corewar | 10a67b72b10672019e52bfdf7af23f97a3f9cd8c | 5cb68b610a5d3943b0d06b78d37840acc3be5a8d | refs/heads/master | 2022-03-28T07:46:47.750255 | 2019-07-25T06:10:01 | 2019-07-25T06:10:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,808 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* handler_u_hex.c :+: :+: :+: ... | [
"jslee062749@gmail.com"
] | jslee062749@gmail.com |
cb1d19ae317295f328320100106eaf9ff27f7a2a | dccd58467948ec58bd544fc7ec1ab1a2bb5d40af | /EstruturaDeDados/ED - MIRLEM/Exercicios TDA - Versão 01.09.2016/Exercicio 04 - TDA VETOR/vetorTDA.c | b839ce78e50fbead83211152ab5f7de4911eb310 | [] | no_license | ramonbr14/CeCplusplus | 37debfa7139ca02d73c5090ff92c934d4b86913c | 5a69fb4e9fcbc3cdb648cb8ae7f0cdbcd09f99df | refs/heads/main | 2023-02-13T05:25:12.762710 | 2021-01-13T07:01:11 | 2021-01-13T07:01:11 | 329,214,424 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 820 | c | #include "vetorTDA.h"
#include <math.h>
int c, p, t, resultM, maior;
//t = 0;
void preenchendoVETOR(){
for(c=0;c<k;c++)
{
printf("Digite um numero: ");
scanf ("%d", &vetorTDA[c]);
//vetorTDA[c] = t;
printf ("%i \n", vetorTDA[c]);
... | [
"ramonbr14@gmail.com"
] | ramonbr14@gmail.com |
c3d7fd7aa7df7bd10cd1908312a2f883389c973f | 3f90721a441ce28a076b5f62850fdbfbd4384385 | /lib/my/my_str_isnum.c | a90f2bbf213bae0fb715b146b68a1c980b9f3c30 | [] | no_license | RaizorZawarudo/bistromatic | 931c340c46d111d131e4993dbdce0315ff0fc62a | 3ae0972210e549bfff022e7251a4dfcc29900aa9 | refs/heads/master | 2023-04-18T16:25:51.775881 | 2021-04-30T19:14:00 | 2021-04-30T19:14:00 | 363,016,143 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 377 | c | /*
** EPITECH PROJECT, 2020
** my_str_isnum
** File description:
** TAsk13
*/
int my_str_isnum(char *str)
{
int i = 0;
if (str[i] == '\0')
return (1);
while (str[i] != '\0') {
if (str[i] == '-' && i == 0)
i += 1;
if (str[i] >= '0' && str[i] <= '9')
i++;
... | [
"mickael.riess@epitech.eu"
] | mickael.riess@epitech.eu |
0a42198407147682a3b2e64ff0468553df576f4c | 3914e85e0e737ab60b691f982d99a2a81806547c | /wp-client/boghe/doubango/branches/2.0/doubango/tinyHTTP/src/headers/thttp_header_ETag.c | 1e5a006bc6206f78bb5cd451a1a9460e203da469 | [] | no_license | gugu-lee/x-talker | 3cd7a7f0c8b10d71d5b68cfca934443081bdd25a | 3a463e04eea01bd98f7d42aa344df562ff96c0fc | refs/heads/master | 2021-01-10T20:32:28.896854 | 2015-09-06T08:36:09 | 2015-09-06T08:36:09 | 28,584,800 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,280 | c |
/* #line 1 "./ragel/thttp_parser_header_ETag.rl" */
/*
* Copyright (C) 2010-2011 Mamadou Diop.
*
* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
*
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU Gener... | [
"seven.stone.2012@gmail.com"
] | seven.stone.2012@gmail.com |
ebd5405f8aad8e29d8c5605f03498e33ba4dc0c9 | 264cc34d1d5322c9c955f351e5ed710836f6a1a5 | /cmake_targets/basic_simulator/ue/CMakeFiles/RRC_Rel14/IDC-Config-r11.c | 210f1a859875ad6cd35cc9089099c34326d71c4d | [
"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 | 17,631 | c | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* 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/openairinterface5g/c... | [
"yuchia.tseng@irt-systemx.fr"
] | yuchia.tseng@irt-systemx.fr |
291495995d440e6381faab8de699fcfb650c82c0 | 2c035f0ddb322803f37a81c66070efcd55125bfa | /baby_steps/checkbook_balancer.c | e830bcaacab5744bd1074f3ea7fea2d1b3c6032f | [] | no_license | jyandell83/learning-c | 68cd4c24c4b135d1f65c2a0bd0723da68f5e306b | 06e7a36d0de981fe2263d97b6b453071a222c19a | refs/heads/master | 2020-12-07T13:24:32.695665 | 2020-06-10T16:47:31 | 2020-06-10T16:47:31 | 232,730,687 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,112 | c | #include <stdio.h>
/*
** Balances a checkbook
*/
int main (void)
{
int cmd;
float balance = 0.0f, credit, debit;
printf("***** ACME checkbook-balancing program *****\n");
printf("Commands: 0=clear, 1=credit, 2=debit, ");
printf("3=balance, 4=exit\n\n");
for (;;) {
printf("Enter comma... | [
"jereyand@gmail.com"
] | jereyand@gmail.com |
444707a59152207b40d188ace80ce5daa7ded52d | 2f0a603959b867eb92d54d2615cc8bfb52f8820b | /libdisk/format/amiga/shuffle.c | 462c7b38014792102fa96f4dceaa90c19e3a2bb7 | [
"Unlicense",
"LicenseRef-scancode-public-domain"
] | permissive | overksam/Disk-Utilities | e9f5a8dbc010c69095591ff4cca62428b5ca32ae | 7e12a26473632618be1c53e625db3792b6801deb | refs/heads/master | 2023-02-05T00:54:13.310238 | 2023-01-30T02:00:44 | 2023-01-30T02:00:44 | 268,894,837 | 0 | 0 | Unlicense | 2020-06-02T19:52:10 | 2020-06-02T19:52:09 | null | UTF-8 | C | false | false | 2,349 | c | /*
* disk/shuffle.c
*
* Custom format as used on Shuffle by Tale.
*
* Written in 2022 by Keith Krellwitz & Keir Fraser
*
* RAW TRACK LAYOUT:
* u8 0xA1 (4489 Sync)
* u16 0
* u32 dat[6300/4]
* u16 crc16_ccitt
*
* CRC is a duplicator's checksum: It is ignored by the game trackloader.
*
* TRKTYP_shuffl... | [
"keir.xen@gmail.com"
] | keir.xen@gmail.com |
7ff2cb2b7ee4b62bbbc8b106544d781d16be4180 | 695e8238bdca3dd9f46e05e2bb27fa9e784f1a64 | /MPC电脑版/c/宫格应用/help.c | 6cf0525f870900161d8cfe540e42c8fb6c5d98b0 | [] | no_license | vmrp/mpc | 1e33edefaf81028a00371f4ade0404188b1ec660 | abb104daf1c07e0d9eac4d3c2e5e1b67eedaee40 | refs/heads/master | 2022-01-23T00:48:18.942941 | 2021-12-30T09:03:29 | 2021-12-30T09:03:29 | 176,777,432 | 3 | 3 | null | null | null | null | GB18030 | C | false | false | 836 | c | #define h1"帮助、关于、说明"
#define h2"上、下"
#define h3"左、右(6)键"
#define h4"按数字键快截!"
#define h5"无所谓、忧乐 作品"
#define h6"鄙视盗版、支持正版。"
#define h7"忧乐宫格应用v1.0"
void help()
{
int x;
cls(0,0,0);
for(x=240;x>=0;x-=10)
{
drect(0,0,240,320,2,255,2);
drect(2,2,236,316,0,0,0);
dtext("<==",x-30,150,x,x,x,0,1);
dline(x,0,x,320,x,rand()%256... | [
"zengming00@qq.com"
] | zengming00@qq.com |
9dde9f8b38f602ffd41049a1ace92e36659394b3 | c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683 | /openETCS_Releases/v0.3-D3.6.3/KCG-Releases/C_P058_extract_el_section_TM_lib_internal.c | 457ed725bbbb2f24929268a1c5f24b76cbd2f9b3 | [] | 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,210 | c | /* $**************** 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:27
*************************************************************$ */
#include "kcg_consts.h... | [
"bernd.hekele@deutschebahn.com"
] | bernd.hekele@deutschebahn.com |
1e90cc2c27ac7e96e0262f967257ff2e9fe109e9 | 71812981205c3e82b7170c81a673519b3c403fc5 | /LLS_CSD_2RX-042.cydsn/main.c | ee018b467098eb3a81b80fee5b0e34fb484486ab | [] | no_license | Jcrash29/CypressLiquidLevelSensing | 420f44810e9ff655a0c37c3bcf92d87b90d9f896 | 49e63e374144d327aa76b9fe4ca8b1fdb138b7e5 | refs/heads/master | 2020-07-23T08:05:42.000661 | 2017-08-23T05:02:17 | 2017-08-23T05:02:17 | 94,355,372 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,098 | c | /*****************************************************************************
* File Name: main.c
*
* Version: 1.00
*
* Description: Demonstrates Liquid Level Sensing (LLS) using CapSense CSD with 2 sensors.
*
* Related Document: Code example CE202479
*
* Hardware Dependency: See code example CE202479
*
**************... | [
"John.Ash@entrustdatacard.com"
] | John.Ash@entrustdatacard.com |
453fcd878799ca79f504c669bdb995f11361e027 | e0512c09886c59b6e146b996dda9583495e98905 | /mir.c | c5efa71435bf01c17cb1ff1cd1a7ea2fa2c4f9f3 | [] | no_license | darktjm/lurkftp | 99215b334ce9b6cc3ffe57b2557536be126bc3d3 | 8a917ccc04e4fe40ceadeed40c714427a01d7b4b | refs/heads/master | 2023-02-24T03:53:58.968405 | 2011-06-24T22:39:55 | 2011-06-24T22:39:55 | 6,413,335 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,513 | c | /*
* Mirroring functions for lurkftp
*
* (C) 1997 Thomas J. Moore
* questions/comments -> dark@mama.indstate.edu
*
* This is free software. No warranty for applicability or fitness is
* expressed or implied.
*
* This code may be modified and distributed freely so long as the original
* author is credited ... | [
"darktjm@7c4214cd-b045-46d4-a95a-930570af3fd6"
] | darktjm@7c4214cd-b045-46d4-a95a-930570af3fd6 |
d60459f3a13f545112dc8a2f6d61add3683eb176 | 5b3d7cbe75c51af0c612449b74f3555537f6175b | /ft_print_numbers.c | efd43994909448fc8ec4aeeb0058f9723175a479 | [] | no_license | StrikeAlpha0/Stuff | 2cc1d2dc8f8e92257bd05653eae4d403fa263b07 | 25fa61d4efd5ee01db28848ab416e21c447e002b | refs/heads/master | 2020-07-10T14:17:54.852222 | 2016-09-02T07:54:30 | 2016-09-02T07:54:30 | 65,859,350 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,023 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_print_numbers.c :+: :+: :+: ... | [
"msharpe@e1z1r4p44.42.us.org"
] | msharpe@e1z1r4p44.42.us.org |
574e400c262e9f018eea043f177a158b1bc7c633 | 44e150fcdc7269d13fe3361f3d26806cb77ac175 | /PSoC uC-slave/IGVC 2013.cydsn/codegentemp/USBUART_Dp.c | b30dc4de3c50049f0b3f3d25fa387af4fe828346 | [] | no_license | nadavofir/IGVC2013 | fbb3910abddbf739cda9cfed0c9d12da3022646c | 336c6734b480ff5912cba98a62697003281ad9c9 | refs/heads/master | 2021-01-17T16:02:01.288430 | 2013-08-26T20:00:25 | 2013-08-26T20:00:25 | 18,113,310 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,268 | c | /*******************************************************************************
* File Name: USBUART_Dp.c
* Version 1.60
*
* Description:
* This file contains API to enable firmware control of a Pins component.
*
* Note:
*
********************************************************************************
* Copyright ... | [
"weng.frank@utexas.edu"
] | weng.frank@utexas.edu |
64f31b140de68b3db1e8cc9c400806602ce40df5 | 96678e24a08a457bd84927a1a6414536d20738ac | /util.c | 7a55b8e1ad7ea28b85bda41bdb645cbeaa60fb9b | [
"MIT"
] | permissive | moneytech/kvparser | 51365001f2a0c0722f3e8ce2e5910ceb2fa75af2 | 0adb756e5b80faf3c9ad39a4784337c459a9e1a9 | refs/heads/master | 2021-09-25T04:11:57.801585 | 2018-10-18T00:05:24 | 2018-10-18T00:05:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 218 | c | #include "util.h"
void strntr(char* str, size_t len, char a, char b) {
while(len-- > 0) {
if(*str == a) {
*str = b;
}
str++;
}
}
| [
"tobleminer@gmail.com"
] | tobleminer@gmail.com |
8fcc477d19ddbdb63efc686a6652a0fc51f33be0 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/03b0e968-4176-40d7-b8a1-4b0f215e119d.c | c1953dd95c2ca08f80b66a7554b687cbf6c6a4b4 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 241 | c | #include <stdio.h>
int main() {
int i=0;
int j=11;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = j%j;
l = i-j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
22ef5e9f755272adec65bac2012355304204324d | a78b9e7ef2f9debffbd7df69ed3c0a90210bd659 | /0x02-functions_nested_loops/11-print_to_98.c | c028d40bfa974f9f412b8cb9450296a42e62e0a7 | [] | no_license | VictorZ94/Repo_first_quater_in_holberton-Programming-C | a25d913e70195e12bf279c490c92d2bd1dd137bb | caeaa1d4a3780975e5f5fbcd4f5e1173c6994048 | refs/heads/master | 2022-04-20T13:33:58.855253 | 2020-04-06T16:38:56 | 2020-04-06T16:38:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,426 | c | #include "holberton.h"
/**
* times_table - check the code for Holberton School students.
*
* Return: Always 0.
*/
void print_to_98(int n)
{
int r, s;
else if (n == 111)
{
for (n = 111; n >= 98; n--)
{
if (n > 99)
{
r = n / 10;
s = n % 10;
_putchar (r / 10 + '0');
_putchar (r % 10 + '0')... | [
"zrvictor@outlook.com"
] | zrvictor@outlook.com |
118a8bbabf92f2186a97f8205512cbecd5916c95 | 66e444167cae016275eb0b24194a68d7e1426595 | /Atividade Avaliativa 1/source/com112_main.c | e17deeb06be2beef83d2878c884a62061dd4d194 | [] | no_license | andrewunifei/COM112 | 2f2a29b9d7f7b39a0269618e3bbce38ecfce2538 | 24a457bce00ca555cd0a283bb641ba5ed20bae21 | refs/heads/master | 2022-11-16T17:11:59.811318 | 2020-07-07T21:17:21 | 2020-07-07T21:17:21 | 257,676,625 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,048 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "com112_sort.h"
#include "com112_file.h"
clock_t options(int opc, int* Array, int length, int* dataArray){
clock_t t;
switch (opc)
{
case 0:
t = clock();
bubble_sort(Array, length, dataArray);
... | [
"andrewunifei@gmail.com"
] | andrewunifei@gmail.com |
d53a12cef315b6cb7bc27044e02147f6defeedfe | edc0b27eb93ddb35abe03d1f39124e12d1b6f1e2 | /tests/test.h | c844c023e930fe9dad9cd1f75a80c6868b821e2a | [] | no_license | step-batch-7/array-methods-dad-ka-raneesa | a317467532f4a1c531ca011c3cd087f5b5c88e46 | e8636ddaac8f80f48b546bdb1f6b9d69c98f3810 | refs/heads/master | 2022-07-10T21:54:03.657663 | 2020-05-11T07:21:15 | 2020-05-11T07:21:15 | 262,344,792 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,147 | h | #ifndef __TEST_ARRAY_
#define __TEST_ARRAY_
#define PRINT_STRING(string) printf("%s\n", string)
#define RESET "\033[0m"
#define GREEN "\033[32m"
#define RED "\033[31m"
#define PASS GREEN "\u2714 " RESET
#define FAIL RED "\u2718 " RESET
int PASSING_TESTS = 0;
int FAILING_TESTS = 0;
int square_of_num(int value);
int ... | [
"bhuvanadeepika017@gmail.com"
] | bhuvanadeepika017@gmail.com |
1725612008efab7b1d8ff7bf91d077f574ba50f9 | 1a547eaffeda0b23fcfc0614733f97fb4e6c7c62 | /libft/ft_printf/ft_parse_signed.c | 67520147ec7e94181afec252e60f7d3882d05f4a | [] | no_license | Mporzier/ft_ls | 1bfc3673a7a16873e659f61257675845b6b1a88a | 988a18860e221b0be8876fbd5ee0c78ed414d172 | refs/heads/master | 2020-08-06T04:41:24.109779 | 2019-10-04T14:48:55 | 2019-10-04T14:48:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,843 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_parse_signed.c :+: :+: :+: ... | [
"mporzier@student.42.fr"
] | mporzier@student.42.fr |
1cab749dad34bf0685e659e97e4e9a8ca32d792a | 17d6e1b996d62468b00dafb5aa619a96c99eaf0d | /임베디드 수업/0425/inlinefunc_noinline.c | 7e1901445988e758373550eecf77395730d8f48c | [] | no_license | joohongkeem/JOOHONGgit | 91088059e613b58187a04a85a86f9857adf65081 | 7664cb6bd2ac31c7c40a384afb27e7d6d91ce18d | refs/heads/master | 2020-03-17T12:54:02.872904 | 2018-06-20T08:07:08 | 2018-06-20T08:07:08 | 133,608,287 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 256 | c | #include <stdio.h>
double square(double x) {
return (double)(x*x);
}
double add(double x, double y){
return (square(x)+square(y));
}
int main()
{
double x=2;
double y=3;
double result;
result = add(x,y);
printf("%lf\n",result);
return 0;
}
| [
"38645351+joohongkeem@users.noreply.github.com"
] | 38645351+joohongkeem@users.noreply.github.com |
8a695463e115e052bd4e7cdd3bbcd5b03acab51f | 893999263b3b8c410b93b96ff078ac92f85a99ec | /src/adlist.c | f471d07a07442ddc579461ba00b42aac23c22191 | [] | no_license | zc873060533/redis-study | edb163c52420d83d1ed6f3bdca3b39a6511f1846 | 137d664577a48ecb9f73a2975be038067d3b5c32 | refs/heads/main | 2023-04-07T21:32:48.518207 | 2021-04-13T08:15:54 | 2021-04-13T08:15:54 | 340,585,348 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,703 | c | /* adlist.c - A generic doubly linked list implementation
*
* Copyright (c) 2006-2010, Salvatore Sanfilippo <antirez at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* ... | [
"zcchizhang@tencent.com"
] | zcchizhang@tencent.com |
e4876ba452cb2a0da4c8588fb0cc8da6ca011266 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/8c774731-24b5-4015-9079-6a0a0e8c304e.c | 1d3616927fc197d911e3495bd78857713b3e9409 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 577 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=11;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = i-j;
k = i-j*i;
//variables
//random
/* START VULNERABILITY */
int a;
char b[88];
char c[27];
a = 0;
do {
a--;
//... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
c39704d0198ba7790e0e96b99c6a69b725d189ef | bfa8462c86a8e34a07d28b61c920d17733e056a4 | /Player/rle_decode.h | ad99c48474cb61acafe07e96efbde4b33dbcb5af | [] | no_license | LOLProjects/TerminalTouhou | 185e132f7348da98e79cf787f02aea9b652a6485 | 28aa2243e5c885a22512476819a48f9882be2ed4 | refs/heads/master | 2021-03-19T23:42:46.593933 | 2020-03-17T19:11:41 | 2020-03-17T19:11:41 | 247,153,390 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 383 | h | #ifndef RLE_DECODE_H
#define RLE_DECODE_H
#define WIDTH 80
#define HEIGHT 24
const uint8_t* read_input_file(const char* filename, int* size);
// return decode status
int rle_decode_frame(const uint8_t** input, const uint8_t* end_of_input, uint8_t* output);
// returns amount of decoded frames
int rle_decode_file(const... | [
"noreply@github.com"
] | LOLProjects.noreply@github.com |
5ed9d63159c23df01271d6294a8274a569dd1fe5 | d881bd0e9979694a79526177f8bdd4aabc897216 | /nemu/src/cpu/exec/data-mov/cmovcc.h | 89470c44583683610ee014cb8c4a02b4ad18a42d | [] | no_license | luyiming/ics2015 | ed8e110566e9edbfa5111dbe44a91df6da0f0202 | cb777a2e5dddf8a0033384df55d203838ebd95a2 | refs/heads/master | 2021-04-30T23:31:48.595978 | 2016-07-20T17:00:50 | 2016-07-20T17:00:50 | 61,635,712 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 771 | h | #ifndef __CMOVCC_H__
#define __CMOVCC_H__
make_helper(cmova_b);
make_helper(cmovae_b);
make_helper(cmovb_b);
make_helper(cmovbe_b);
make_helper(cmove_b);
make_helper(cmovne_b);
make_helper(cmovg_b);
make_helper(cmovge_b);
make_helper(cmovl_b);
make_helper(cmovle_b);
make_helper(cmovno_b);
make_helper(cmovnp_b);
make_h... | [
"luyimingchn@gmail.com"
] | luyimingchn@gmail.com |
0542a324e361684883ebd00888a623ab4a45b9ef | 597bcf68982365c02e147e81fc2f683ed0b4f9e0 | /Pass-1-TwoPassAssembler/assembler.c | 9b24906652b1a2cdef70bba0ed64612213023c9c | [] | no_license | iamabhaymittal/SL-5 | 11c74ad534b607f05f47dc51d1825cfa74dac092 | cb4ce169caf38d090b7714e103c7cd608c19ec41 | refs/heads/master | 2020-11-25T06:05:07.374805 | 2020-02-25T04:20:33 | 2020-02-25T04:20:33 | 228,532,089 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,215 | c | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<math.h>
#include <ctype.h>
struct symbol{
char symb[5];
int addr;
};
struct literal{
char lit[5];
int addr;
};
struct cnd{
char cndn[5];
int code;
};
struct reg{
char r[5];
int code;
};
struct res{
int lc;
char mn[10];
char op1[10];
char ... | [
"iamabhaymittal@gmail.com"
] | iamabhaymittal@gmail.com |
23628df7862075932d9fa988da9976a794611c6b | 6dce186fd97275a29a54379dcc8b773b28a06a5f | /已完成程序/利润/利润.c | 8248bef715b7087531e05ac2aa8ac7feca899cde | [] | no_license | pjj-825155/c-program | 530ebc13b580a9038a5415ec6c6e72f1f4630d5d | 476fd1e7f32ab74f37e2951e031b77fffff4d80d | refs/heads/master | 2022-04-21T05:22:53.018272 | 2020-04-16T03:50:17 | 2020-04-16T03:50:17 | 256,103,220 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 460 | c | #include<stdio.h>
main()
{
int i;
int n;
scanf("%d",&i);
if(i>1000000)
n=(10000+7500+10000+6000+6000)+(i-1000000)*0.01;
else
{
if(i>600000)
n=(10000+7500+10000+6000)+(i-600000)*0.015;
else
{
if(i>400000)
n=(10000+7500+10000)+(i-400000)*0.03;
else
{
if(i>200000)
n=(10000+7500)+(i-2000... | [
"63763593+pjj-825155@users.noreply.github.com"
] | 63763593+pjj-825155@users.noreply.github.com |
bfa0e58eae216ef8f74040813d1e29c77dd902b8 | a7f3b2d71915854808c76536a6213c14900d601d | /Arduino/src/edge-impulse-sdk/CMSIS/DSP/Source/SupportFunctions/arm_merge_sort_init_f32.c | d56a2a7fb1ee0129be75411746d43c0808b7f37c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"MIT"
] | permissive | vishwasnavada/Smart_Collar | ce98188bdf8408fd1075151b5ee5100ee7242e64 | e5cfffc8eec5bc3bd87705d54f05c863b79d3c72 | refs/heads/main | 2023-01-05T10:07:08.689772 | 2020-11-01T12:42:17 | 2020-11-01T12:42:17 | 308,138,219 | 0 | 0 | MIT | 2020-10-31T12:49:34 | 2020-10-28T20:52:36 | null | UTF-8 | C | false | false | 1,687 | c | #include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_merge_sort_init_f32.c
* Description: Floating point merge sort initialization function
*
* $Date: 2019
... | [
"vishwasnavada@gmail.com"
] | vishwasnavada@gmail.com |
69a4cb4a80e2f34ab2d765dc505e5536e8cf7b98 | 4273135a9c8fd46c47a6871506c02b98a37c5503 | /project/list/inc/list_test.h | 65868a68c52210a239f5104c7e680a9e266544f0 | [] | no_license | xuyuanxin/notes | f31cd6c8bce0357f0ac4114da7330901fce49b41 | d8fed981a2096843a62bb4a40aa677168e11f88e | refs/heads/master | 2022-05-06T22:54:42.621373 | 2022-04-23T07:26:00 | 2022-04-23T07:26:00 | 25,041,042 | 2 | 2 | null | 2022-04-22T23:36:23 | 2014-10-10T15:18:08 | C | UTF-8 | C | false | false | 208 | h | #ifndef __list_test_h__
#define __list_test_h__
struct _dog
{
char d_name[32];
int d_age;
};
struct _cat
{
char c_name[32];
int c_age;
};
#endif
| [
"xxuyuanxin@163.com"
] | xxuyuanxin@163.com |
c2e601d8a5f4ebb1e0e84bdf02db62952f4c35ad | 0e2738b101bf169bb280aa669218728689554107 | /id_num.c | 5d8391d1b2d4b015062f71b4cadb6848529e42e3 | [] | no_license | BD5HLI/ID-Number-Converter | 49f4aa427b36128c4c876c9cf0aacc38dd3cb343 | 8d139a0e4d0fb62c5001eaad925671db418578de | refs/heads/master | 2022-07-30T02:41:20.654793 | 2019-03-01T09:40:07 | 2019-03-01T09:40:07 | 173,265,220 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 802 | c | #include <stdio.h>
void convert(char* id15, char* id18){
int i, j, k;
int power[] = {7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2};
for (i = 0; i < 6; i++)
id18[i] = id15[i];
id18[6] = '1'; id18[7] = '9';
for (i = 6; i < 15; i++)
id18[i+2] = id15[i];
k = 0;
for (i = 0; i < 17; i++)
k += (id18[i] - ... | [
"bg5hli@gmail.com"
] | bg5hli@gmail.com |
955eb3b49d01ad3375bf8a3272f6ba0a4d4be5de | 06143f64ec3ee9315e9bc76ac2e2e84057c68444 | /bionic/libc/kernel/arch-x86/asm/ipcbuf.h | af57ee88959637b774da0466468be88f9ab7a2d5 | [
"Martin-Birgmeier",
"LicenseRef-scancode-other-permissive",
"ISC",
"LicenseRef-scancode-warranty-disclaimer",
"SunPro",
"LicenseRef-scancode-ibm-dhcp",
"CMU-Mach",
"BSD-2-Clause",
"BSD-3-Clause",
"HPND"
] | permissive | fortek/Fly_IQ_245 | 88d2b9ab663a3fbb4e08b8054cc2cdfe76f399e4 | 302cff43977db442f47459f33be4cb41a94ce0cb | refs/heads/master | 2021-01-19T17:44:15.790003 | 2013-05-22T11:16:03 | 2013-05-22T11:16:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,040 | h | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein is
* confidential and proprietary to MediaTek Inc. and/or its licensors. Without
* the prior written permission of MediaTek inc. and... | [
"emfortronec@gmail.com/em"
] | emfortronec@gmail.com/em |
e8559bd38c1ab6de2d4a756946ccece5da223381 | f92303f6115f89166bd8daec7220b4c05ccf92ae | /Rzeznia/Rzeznik.h | 121563fcefac911fb3b0410912a4ac02e8770644 | [] | no_license | ZimnoTu/Rzeznia | 014837c1bd0a82d005861ac569e79c21cc9cd144 | 9749e36afdb83a1f8d4931cf7a4aa952cfeea9d8 | refs/heads/master | 2021-01-13T02:23:54.348953 | 2014-10-01T19:07:14 | 2014-10-01T19:07:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 39 | h | ////////////////////docelowo RZEZNIA
| [
"palpacyja@tlen.pl"
] | palpacyja@tlen.pl |
aacc68b04a7e664d37ac9d430532bb5928e34f61 | f77c8f6812905bbc761373c59bf87ed112e60fa2 | /Samples/Live/TitleStorage/UIConstants.h | d6eb2200268be6105260d19afc11c92ded790258 | [
"MIT"
] | permissive | kantamRobo/Xbox-GDK-Samples | d323fe14f79b994a6758e37291e8947cf8096af4 | d25a824d0ac395732826faecc803c586b8813104 | refs/heads/main | 2023-08-25T14:21:37.750150 | 2021-09-27T20:18:53 | 2021-09-27T20:18:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 787 | h | #pragma once
namespace
{
const int c_sampleUIPanel = 2000;
const int c_noticePopUpPanel = 7000;
const int c_fileOptionsPopUpPanel = 8000;
const int c_uploadPopUpPanel = 9000;
const int c_globalStorageCheckBox = 2201;
const int c_jsonStorageCheckBox = 2202;
const int c_trustedStorageCheckBox = 2203;
const ... | [
"scmatlof@microsoft.com"
] | scmatlof@microsoft.com |
fc00cae89b74a2bb7518e53f5d02278f4003cc4b | a6d7260447fd0d664f5577d9d29274b0131fd723 | /7/voice_changer.c | 75af681f8d9d60fe0d7bcb5d5f213d2b722d94ad | [] | no_license | sogakenta/SoundMedia | 38b0655d8c209e0e280cc0d663f0bd9fc8cb255a | 3c4b4583aba3e47984a4be9bdc3f24033b12c8df | refs/heads/master | 2020-03-12T22:28:32.205210 | 2018-07-05T11:48:56 | 2018-07-05T11:48:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 989 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "wave.h"
int main(void)
{
MONO_PCM pcm0, pcm1;
int n;
double a, depth, rate;
/* WAVEファイルからモノラルの音データを入力する */
mono_wave_read(&pcm0, "wagahai_neko.wav");
pcm1.fs = pcm0.fs; /* 標本化周波数 */
pcm1.bits = pcm0.bits; /*... | [
""
] | |
811eb135740b12b41b9aafa9e23853f1a25e501a | 46979906b331cc10c7f0f009a158ce0996f14097 | /dynchk/libs/libgio-2.0/g_emblemed_icon_clear_emblems.c | c52e2cd10713576caea030bdacaabef6ad88894a | [] | no_license | mwichmann/lsb-checkers | 2f6a9674c9a23e39d69d35e8d2457c7a5b3881dc | 1170e4486085731b129cbb060c693e7e6ebca027 | refs/heads/master | 2020-06-11T00:07:56.105656 | 2016-12-08T19:30:39 | 2016-12-08T19:30:39 | 75,857,254 | 3 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,064 | c | // Generated by gen_lib.pl
#include "../../tests/type_tests.h"
#include "../../misc/lsb_output.h"
#include "stdlib.h"
#include <glib-2.0/gio/gemblemedicon.h>
#undef g_emblemed_icon_clear_emblems
static void(*funcptr) (GEmblemedIcon * ) = 0;
extern int __lsb_check_params;
void g_emblemed_icon_clear_emblems (GEmblemedI... | [
"mats@linuxfoundation.org"
] | mats@linuxfoundation.org |
06105376cff7f1202f78c04b890b4ea63b46a25d | fcc3cdc81cd3a175384dbc8d8e4e225c00499f31 | /test/test_theft_autoshrink_ll.h | d7d96b702b004e64b09e9bcffe45b5b1801722bf | [
"ISC"
] | permissive | richardipsum/theft | 63ae11aa4c49be9fdd4317c46c117adaf9a35cbe | e9da28b96353714d13dab420def33f71b658de94 | refs/heads/master | 2020-03-30T22:00:38.998603 | 2019-02-12T15:43:40 | 2019-02-12T15:52:37 | 151,650,769 | 0 | 0 | null | 2018-10-05T00:05:15 | 2018-10-05T00:05:15 | null | UTF-8 | C | false | false | 209 | h | #ifndef TEST_THEFT_AUTOSHRINK_LL_H
#define TEST_THEFT_AUTOSHRINK_LL_H
#include <stdint.h>
struct ll {
char tag;
uint8_t value;
struct ll *next;
};
extern struct theft_type_info ll_info;
#endif
| [
"vokes.s@gmail.com"
] | vokes.s@gmail.com |
f3e9f1d0fb06031783bab484052cd14c2f8a2243 | 171174bf4bd10b13f8f52e2c0da51f142a989655 | /linked list - delete the node before null.c | e9d8eaa92e0fe9a736ba1dceecd761bdf9d44e26 | [] | no_license | lima21bd/Data-Structure | a04ec6f9dbdabfa3a8cc5614aacc2961ac526b53 | dc6e19e78fe09071344080a4cd42b10445f79007 | refs/heads/master | 2021-06-18T08:56:20.681641 | 2021-01-04T14:31:21 | 2021-01-04T14:31:21 | 132,863,810 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,482 | c | #include <stdio.h>
#include <stdlib.h>
struct node
{
int data;
struct node *next;
}*head;
void createlist(int n);
void deletingNode();
void displaylist();
void main()
{
int n;
printf ("Enter no of nodes: \n");
scanf ("%d",&n);
createlist(n);
deletingNode();
... | [
"noreply@github.com"
] | lima21bd.noreply@github.com |
9658c3d84ba63a8037939452b31c49191b8807f9 | 3c2c3e4356388a7003ed80979c6cc1c7e76111c8 | /util.c | 0be9564ae8a6425cd0ccb0acd250112c2f325694 | [] | no_license | frog32/mesh-network-c | 2506150a8c83de7ac10f06c65633edc5895358bd | 9a97413b3584a638d2c5d0e299587b6842979b4f | refs/heads/master | 2016-09-05T13:32:41.628514 | 2013-06-24T20:06:05 | 2013-06-24T20:06:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 261 | c | #include <stdio.h>
#include <stdarg.h>
#include "parse_options.h"
void dbg(char *msg_fmt, ...){
va_list arg;
char message[128];
va_start(arg, msg_fmt);
vsprintf(message, msg_fmt, arg);
va_end (arg);
fprintf(stderr, "%d %s\n", tcp_port, message);
} | [
"frog32@me.com"
] | frog32@me.com |
00634fabc4cf2b29287c8e34ddd59251c3994321 | 31248670a9e03a0efdda50983eca9fd5a8b2c7b1 | /GPIO/Independent_Key/Core/Src/gpio.c | 14d20bce49397adc2e838c6ac2a8efef19e41c77 | [] | no_license | xiaothinking/STM32F407HALStudy | 7811d44531053b2a93e2abe34742e2dda4df66e2 | 9c0a65b32dc0d5b6b90e1be28c0c204532e44d60 | refs/heads/master | 2022-12-14T14:56:01.648112 | 2022-11-20T13:44:17 | 2022-11-20T13:44:17 | 376,012,725 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 4,820 | c | /**
******************************************************************************
* @file gpio.c
* @brief This file provides code for the configuration
* of all used GPIO pins.
******************************************************************************
* @attention
*
* <h2><center>&cop... | [
"2681232282@qq.com"
] | 2681232282@qq.com |
e00ee35e8bcd0456e93ceca0aafcd49b5dee2435 | 8546bf4b19976447b90aabb2462b0b971f6d66c6 | /0x03-more_functions_nested_loops/8-print_square.c | a7810f690bdab82060114397abaf670a2cae2c4a | [] | no_license | jogden4195/holbertonschool-low_level_programming | e2491d2dc24ce1ada14848488cfa69a21ed4e4aa | 50d299ecee3d07766ee327bdb8daf5c053284864 | refs/heads/master | 2020-03-21T03:36:29.535103 | 2019-01-27T09:05:40 | 2019-01-27T09:05:40 | 138,060,590 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 305 | c | #include "holberton.h"
/**
* print_square - prints a square using #
* @size: number of # on each side
*
* Return: void
*/
void print_square(int size)
{
int i, a;
if (size <= 0)
_putchar('\n');
for (i = 0; i < size; i++)
{
for (a = 0; a < size; a++)
_putchar('#');
_putchar('\n');
}
}
| [
"jennogden95@gmail.com"
] | jennogden95@gmail.com |
6a49f947269dfe797dc8361cd3a8bd5ef696f2ee | 0882f688dc935a2ab6a2f68c71c0ea1d04e6f027 | /JavaExport/src/precompiled.h | 58a6a6c6d25af239e3ee3fde49bb8cd9b0e64389 | [
"BSD-3-Clause"
] | permissive | BalzGuenat/Envision | 34abe666e3f3f81bb605fbfd791e33730ebc3b01 | 9fa37ec43ac806bf4afb69ee24e87c4ddb0838de | refs/heads/development | 2021-01-21T15:31:07.835384 | 2015-08-26T09:34:32 | 2015-08-26T09:34:32 | 28,993,565 | 0 | 0 | null | 2015-06-02T08:29:05 | 2015-01-09T00:44:24 | C++ | UTF-8 | C | false | false | 2,950 | h | /***********************************************************************************************************************
**
** Copyright (c) 2011, 2014 ETH Zurich
** All rights reserved.
**
** Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
** follo... | [
"dimitar.asenov@inf.ethz.ch"
] | dimitar.asenov@inf.ethz.ch |
751d42472fa8a441f1f6752b38af146ee0f435b2 | 5eff7a36d9a9917dce9111f0c3074375fe6f7656 | /lib/mesa/src/gallium/auxiliary/driver_noop/noop_pipe.c | b6e1306579e4442bbfc7af8d58090020d4d6d064 | [] | no_license | openbsd/xenocara | cb392d02ebba06f6ff7d826fd8a89aa3b8401779 | a012b5de33ea0b977095d77316a521195b26cc6b | refs/heads/master | 2023-08-25T12:16:58.862008 | 2023-08-12T16:16:25 | 2023-08-12T16:16:25 | 66,967,384 | 177 | 66 | null | 2023-07-22T18:12:37 | 2016-08-30T18:36:01 | C | UTF-8 | C | false | false | 28,806 | c | /*
* Copyright 2010 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* on the rights to use, copy, modify, merge, publish... | [
"jsg@openbsd.org"
] | jsg@openbsd.org |
64ad8dd9a2fd1689dfab86f91e33b50ae9922134 | 9e9c55e66f1903306a89c8e63afd67bb11298106 | /PDS - C/TP/pds-multithread/wrapper_non_fonctionel.c | 93e3da20954195c2d8de5fd9ff6bd7b209954e3a | [] | no_license | FrMohande/Licence-3---Semestre-5 | c317ea2f3acdddda16fedd37c2cac285c3f6fe95 | 69f4c4d430cdb2028139331b1ebb6778384cd77b | refs/heads/master | 2020-03-28T14:38:07.170147 | 2018-09-12T16:08:49 | 2018-09-12T16:08:49 | 95,873,830 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,944 | c | rapide_wrapper
struct timeval tv;
struct timespec ts;
int timeInMs ;
timeInMs = 1 ;
gettimeofday(&tv, NULL);
ts.tv_sec = time(NULL) + timeInMs / 1000;
ts.tv_nsec = tv.tv_usec * 1000 + 1000 * 1000 * (timeInMs % 1000);
ts.tv_sec += ts.tv_nsec / (1000 * 1000 * 1000);
ts.tv_nsec %= (1000 * 1000 * 1000);
/* ------------... | [
"outioua@b04p7.fil.univ-lille1.fr"
] | outioua@b04p7.fil.univ-lille1.fr |
6383ef7cb830c991eccef3606236f0196ff57464 | 34d18ca4e821ab7bccfb0951ed5d6b79c5b33f0c | /GD32VF103C_START_Demo_Suites/Projects/03_EXTI_Key_Interrupt_mode/gd32vf103_it.h | b5da191feada3533b915e05eb25646c63799bc5e | [
"BSD-3-Clause"
] | permissive | Steven-LiuSF/GD32VF103_Demo_Suites | 644c4c5ae4d83de19095bd2374f5217afff828a3 | ab36deec5c173e6c77eaca09a76d63a8a24fbd82 | refs/heads/master | 2023-03-15T18:52:02.146737 | 2020-10-31T01:21:23 | 2020-10-31T01:21:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,949 | h | /*!
\file gd32vf103_it.h
\brief the header file of the ISR
\version 2019-6-5, V1.0.0, demo for GD32VF103
*/
/*
Copyright (c) 2019, GigaDevice Semiconductor Inc.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the follow... | [
"326530278@qq.com"
] | 326530278@qq.com |
fb7e6ea4d2eac66be8896f81beff81ed02e06267 | 75d90791737dbd049df54dcd8f30603f3e2db1ad | /HelloWorld.c | b672a59d736c067033c834532a870ad7cdafd483 | [] | no_license | RameshEmbedded/BasicProgramming | cc030b292250ec33a886d020a005bdd020de41ee | da417a1f5f9de3324248b49cf620ec5539339584 | refs/heads/master | 2020-12-20T20:24:10.239707 | 2020-01-25T17:18:38 | 2020-01-25T17:18:38 | 236,201,133 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 76 | c | #include <stdio.h>
int main()
{
printf("hello world\n");
return 0;
}
| [
"noreply@github.com"
] | RameshEmbedded.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.