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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d47b79413efa5494e5dcadf9d1c5e40fbf7eaec8 | d5d080db37f5d038b2ec657800d64253bc49ff94 | /include/tokens.h | e8127ca8111f292ebbe77e19ee19b3d40c6783e2 | [] | no_license | yberramd/42sh | 5404f68baba71b218ddeca0bbb31a0e2b31cb17c | c4868405a14755167891e93b14718db88bf1ead3 | refs/heads/master | 2020-08-08T01:57:33.520613 | 2020-01-20T17:03:23 | 2020-01-20T17:03:23 | 213,405,985 | 0 | 0 | null | 2019-10-07T14:30:22 | 2019-10-07T14:30:22 | null | UTF-8 | C | false | false | 1,811 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* tokens.h :+: :+: :+: ... | [
"younesberramdane1@gmail.com"
] | younesberramdane1@gmail.com |
cbd578768f666f11a64f044c175bfae719d9a6ab | 119e3839dc83d2f8fca8b8a78a687982cfe25104 | /prebuild/freetype-2.5.1/include/PaxHeaders.18658/ftbitmap.h | ec94dc31fd38e8c93e90b69e26c6443352be253b | [
"FTL"
] | permissive | liulihuogyh/osgall | 30cdb5c8ca7d3f2c0863ef2da6ff6c1bafb357f1 | 310530672b69be6afac16f0b9b2f5bd9b3ec60d4 | refs/heads/master | 2023-04-14T13:01:04.085705 | 2021-04-24T19:53:50 | 2021-04-24T19:53:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 60 | h | 30 atime=1385335760.018155095
30 ctime=1384254877.871227088
| [
"shell_tdf@126.com"
] | shell_tdf@126.com |
bb6623b4bc70ed90afc8c542ae5da19bac0f4eb6 | 07664200f77c4d87baf972e367e772be8d5a65cd | /usr.bin/cksum/sha384.c | 73a3e6525bba376e34cf18ad2930264691b39fc7 | [
"BSD-3-Clause",
"BSD-4-Clause-UC"
] | permissive | TheSledgeHammer/2.11BSD_X44 | 77e0f9cab93eb3abb337dd6ab7530a317cceecbd | a342c2465bd295632d1b0ff1e3d11903bd9b2f4a | refs/heads/master | 2023-08-29T12:24:17.677815 | 2023-08-29T11:30:11 | 2023-08-29T11:30:11 | 206,938,721 | 9 | 0 | null | null | null | null | UTF-8 | C | false | false | 575 | c | /* $NetBSD: sha384.c,v 1.3 2006/10/30 20:22:54 christos Exp $ */
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
#include <sha2.h> /* this hash type */
#include <md5.h> /* the hash we're replacing */
#define HASHTYPE "SHA384"
#define HASHLEN 96
#define MD5Filter SHA384_Filter
#define MD5String SHA38... | [
"martin.kelly4000@gmail.com"
] | martin.kelly4000@gmail.com |
f58e47425b2ccea2c50a32629fd8b6202ac1c0fe | 706c04281893a3c2f9d08f07af91e308fe9229ef | /c/C_test/C_test/test_sprintf_s.c | b88dd66267633520c41bf559547aed810105f3dd | [] | no_license | ywy0318/all_language | fce11698faa0d544d254ae2c4e584f09389b9551 | a47b90c466f11dd6f855cea429e6b5c18a713f05 | refs/heads/master | 2023-07-31T19:25:38.382246 | 2021-09-11T13:34:22 | 2021-09-11T13:34:22 | 193,008,938 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 745 | c | #define _CRT_SECURE_NO_WARNINGS
#include<dos.h>
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<math.h>
#include<time.h>
#include<windows.h>
#include<conio.h>
//将数据格式化输出到字符串。sprintf_s
int main()
{
char filename[200]={'\0'};
char windows_name[200]={'\0'};
int i=0;
for(i=0;i<1... | [
"noreply@github.com"
] | ywy0318.noreply@github.com |
6bae803d855910996ddb998de615a1297281434b | e5ce2b7f07e09471bfbb2e606d93c4d829b44323 | /hiscode/sparsehash-1.4/src/config.h | 2f62dd5bacf242d43d61985fdebe2a974b9cf88a | [
"BSD-3-Clause"
] | permissive | huangyuan1993/CS5220NPlayerGame | 4e8df74e0ed465d611b57cccd213d75be84303e2 | 8132d87dbd5ea1d9b54fa2b7b4662e46f49d4415 | refs/heads/master | 2021-01-10T10:08:01.813091 | 2015-12-15T02:12:54 | 2015-12-15T02:12:54 | 47,783,488 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,754 | h | /* src/config.h. Generated by configure. */
/* src/config.h.in. Generated from configure.ac by autoheader. */
/* Namespace for Google classes */
#define GOOGLE_NAMESPACE ::google
/* the location of <hash_fun.h>/<stl_hash_fun.h> */
#define HASH_FUN_H <backward/hash_fun.h>
/* the location of <hash_map> */
#define ... | [
"wh343@en-cs-totient-01.coecis.cornell.edu"
] | wh343@en-cs-totient-01.coecis.cornell.edu |
0ce3c38c45c5ec4d7a6876218af55e3bbf309d0a | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE401_Memory_Leak/s01/CWE401_Memory_Leak__char_realloc_53a.c | d0815b1b5d7371d0485f99f74c4f2ef413f54cfc | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C | false | false | 2,944 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE401_Memory_Leak__char_realloc_53a.c
Label Definition File: CWE401_Memory_Leak.c.label.xml
Template File: sources-sinks-53a.tmpl.c
*/
/*
* @description
* CWE: 401 Memory Leak
* BadSource: realloc Allocate data using realloc()
* GoodSource: Allocate data on th... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
3a1a6f747aebd622eca9f771594a923a739d8871 | 4ce729a5a413ce417208cd6970c29a985a842421 | /lib/align/fasta.c | c175a44fe15640bde7bb63159f6e9772b42b52f1 | [] | no_license | sheneman/evalyn | 7f0831a6fcf96d5b83572e23f06e0b5c512f6238 | 8b224c8d81ebd238ea35f981cbaf067081ae9e45 | refs/heads/master | 2020-05-21T01:13:52.065490 | 2015-07-06T17:39:50 | 2015-07-06T17:39:50 | 38,634,366 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,702 | c | /*
* fasta.c
*
* $Id: fasta.c,v 1.1.1.1 2006/05/09 21:00:46 cvsuser Exp $
*
*
* Copyright (c) 2003 Luke Sheneman. All rights reserved.
*
* A set of routines for handling the FASTA file format
*
* Luke Sheneman
* sheneman@cs.uidaho.edu
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#incl... | [
"sheneman@uidaho.edu"
] | sheneman@uidaho.edu |
ec13f03fea84f939ea2ca87c4646f427b4353c79 | b1fb5069e2d56660580312dce5fc4bc481f4293a | /srcs/philo_bonus/processes.c | dd2a426b7eec95a03f02b079b745dd7fed8cd1b9 | [] | no_license | eluceon/Philosophers | ed5ad2a144449e15e974bcb53e0ce50ef892589d | bcab17fd67350974077a5171cd50b18aae3309cc | refs/heads/main | 2023-06-19T19:41:40.309064 | 2021-07-19T08:51:43 | 2021-07-19T08:51:43 | 387,399,301 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,721 | c | #include "bonus.h"
void *check_death(void *philo_v)
{
t_philo *philo;
philo = (t_philo *)philo_v;
while (1)
{
sem_wait(philo->sem_death);
if (get_time_ms() - philo->last_meal > philo->time_to_die)
{
sem_wait(philo->sem_print);
printf("%ldms #%d %s\n", get_time_ms() - philo->start_time,
philo->id,... | [
"eluceon@oa-j1.msk.21-school.ru"
] | eluceon@oa-j1.msk.21-school.ru |
cc11eb1f1d5db75b73657153a5d3f22d695c1c69 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/7bb7466d-d16b-45a8-a0c4-e449223c13bb.c | ed167d9281d6c3b48db0c2d22c0ca97856d4096a | [] | 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 | 624 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l-j;
l = j-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[42];
long c[91];
a = 0;
whil... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
a5ae1093f8f12121499ce1d8be6214ab05ae4dee | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source-1k/sumatrapdf/ext/lcms2/src/extr_cmstypes.c_Type_CrdInfo_Read.c | 068e297babcda5b35a70a305acce857bfd01d5f9 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,652 | c | #define NULL ((void*)0)
typedef unsigned long size_t; // Customize by platform.
typedef long intptr_t; typedef unsigned long uintptr_t;
typedef long scalar_t__; // Either arithmetic or pointer type.
/* By default, we understand bool (as a convenience). */
typedef int bool;
#define false 0
#define true 1
/* Forward d... | [
"noreply@github.com"
] | isabella232.noreply@github.com |
e8ef12e41f198ac6b2d937c6c87671af41c3da58 | 50405a53895c5bfc67f04429409f4e97f2aa0096 | /lab7 (pamięć wspólna, semafory)/zad1/my_array.h | 0a3c419ec4eca8bcff094917c04bfd8247f2dc53 | [] | no_license | RysiekPrecikowski/SysOpy | 239c77dac115e7a7ea9be8a460899b69385b5571 | ff9909566f63832a54cfa921e7ffd89c13afe945 | refs/heads/main | 2023-08-17T18:02:20.162466 | 2021-10-12T09:10:15 | 2021-10-12T09:10:15 | 345,994,748 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,069 | h | #ifndef SYSOPY_MY_ARRAY_H
#define SYSOPY_MY_ARRAY_H
#include "utils.h"
#define MAX_OVEN_PIZZAS 5
#define MAX_TABLE_PIZZAS 5
#define MAX_PIZZAS (MAX_OVEN_PIZZAS > MAX_TABLE_PIZZAS ? MAX_OVEN_PIZZAS : MAX_TABLE_PIZZAS)
#define PIZZA_TYPES_COUNT 10
#define PREPARATION_TIME (rand() % 2 + 1)
#define BAKING_TIME (rand() ... | [
"r.precikowski@gmail.com"
] | r.precikowski@gmail.com |
7b8828bf1cd4ce2744f2bb68864efb2b9f705496 | a7cb68b3753e3f69e06d52e5ef2e59993b350b5a | /4.17 findSubstring/main.c | 636f0131623312921205abe72996c4350a44201f | [] | no_license | SeaBoiii/CE-CZ1007-Data-Structure-Codes | b6930e603c8e5e23b67d7a763b51e1e69b740033 | 6efabb41e620358a303810d3a94287a9e5b011c6 | refs/heads/master | 2022-07-15T11:10:56.734086 | 2020-05-18T10:29:53 | 2020-05-18T10:29:53 | 264,904,986 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 866 | c | #include <stdio.h>
#define INIT_VALUE -1
int findSubstring(char *str, char *substr)
{
int i=0, j=0;
while(str[i] != '\0' && substr[j] != '\0')
{
if(str[i] == substr[j])
j++;
else
{
j=0;
if(substr[j] == str[i])
j++;
}
... | [
"seaboiiigamer@gmail.com"
] | seaboiiigamer@gmail.com |
f4489441272824117ad78d5bb6d442dab703bbab | e7db920e705c194a569060305bb855c62834508f | /Problems on Digit/OccureMax/OccureMax/Main.c | 00db2fc314b91e906ce66563476ff782109a6fc6 | [] | no_license | sourabhwork/LogicBuilding | f4f93266c996c4555726ff199582e04e494aa01f | b1ce4f413dbe8547db2e645a3d8187ba92a29559 | refs/heads/master | 2021-01-23T11:20:35.576749 | 2017-06-02T05:42:50 | 2017-06-02T05:44:20 | 93,130,411 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 130 | c | #include"Header.h"
int main()
{
long int iNum=0;
printf("Enter The No");
scanf("%d",&iNum);
MaxOccure(iNum);
return 0;
} | [
"aniket87.badboy@gmail.com"
] | aniket87.badboy@gmail.com |
0d1fb844e87a887088519e1e558fd91b7882fe82 | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/wizardchild/sbin/_sigh.c | 138a58a053688148469410004c7886e97809f121 | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 907 | c | #include "/bin/ghost.c"
#pragma strict_types
#pragma save_types
int cmd_sigh(string str) {
object who;
if(ghost())
return 0;
if(!str) {
write("You sigh deeply.\n");
say(this_player()->query_name()+" sighs deeply.\n");
return 1;
}
who = present(str, environment(this_player()));
if(who && ... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
3fad35753ed6328e2165bedaa664aa0e3dfb2dd6 | 44e72221c5eb710cbf80cab27aa6d93c4c1d273a | /others/sf/gsl_sf_bessel_k1_scaled.c | d4cb43ac14dc7872b9b4c264810daf8c2c32db2f | [
"MIT"
] | permissive | floatfeather/FpGenetic | 0ff0389242b2c1a814dc68d4b422081511fb62bf | 57bee06e637084c0f9d4b34b77d6ca8a9ad4c559 | refs/heads/master | 2021-01-11T09:31:59.662835 | 2017-06-05T04:45:51 | 2017-06-05T04:45:51 | 77,437,394 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 416 | c | #include "stdlib.h"
#include "stdio.h"
#include "/home/lillian/work/install_fpdebug/valgrind-3.7.0/fpdebug/fpdebug.h"
#include <gsl/gsl_sf.h>
int main(int argc, const char * argv[]) {
unsigned long int hexdouble;
double a;
sscanf(argv[1], "%lX", &hexdouble);
a = *(double*)(&hexdouble);
double result = gsl_sf_bessel_k1_... | [
"lilianwangran@163.com"
] | lilianwangran@163.com |
eb0f7f12291780ea4699cdff7a01b4b7b0c9f818 | 37428b746a1fc009ff7dad0d7eaa9b90a56e30e7 | /src/ip_stack.h | a23f9965946a8651ecc53f6851f1e211de0ff4b1 | [] | no_license | TierNolan/EthTransfer | 4f1ada96ce7a155178e6e319516055a2bf4e9c4a | 5c0498f3e9e25b9510b0173e858202aabe8de1b3 | refs/heads/master | 2021-05-06T01:39:26.802940 | 2018-01-04T18:35:31 | 2018-01-04T18:35:31 | 114,454,764 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 440 | h | #ifndef IP_STACK_H
#define IP_STACK_H
#include <stdint.h>
void ip_stack_poll();
int init_ip(uint32_t addr);
int close_ip();
int open_tcp();
int read_tcp(int connection_id, uint8_t* buffer, int off, int len);
int write_tcp(int connection_id, uint8_t* buffer, int len);
int shutdown_tcp(int connection_id);
void close_... | [
"tier.nolan@twinecoin.com"
] | tier.nolan@twinecoin.com |
fcc92cf847d37f241748ff487f4b660aa25f53ab | 907126b61e10c7d2ea5cc88242f6422278dbc254 | /hashcash.c | c2d02c6032a5b49738fad1eed2fa528de04b8635 | [] | no_license | Estella/php-hashcash | b2108eef3faab1a508a1cd05eb19da7b5b4608bd | 6ed6db1c6d374a57d4e543d175999202ea19d204 | refs/heads/master | 2020-03-30T15:38:26.245530 | 2015-08-08T15:49:54 | 2015-08-08T15:49:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,233 | c |
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "php.h"
#include "php_ini.h"
#include "main/SAPI.h"
#include "Zend/zend_API.h"
#include "Zend/zend_alloc.h"
#include "ext/standard/info.h"
#include "ext/standard/php_string.h"
#include "sdb.h"
#includ... | [
"jbboehr@gmail.com"
] | jbboehr@gmail.com |
67f920763b63aa3c274b501858041da9145ded75 | 1d5f48346a5ef5527c84c18321c5924b9a8cadd2 | /lib/wfa_cmdproc.c | 23828e6ff3b107efc6bfc9604ae41d3ea8d9a1e3 | [
"ISC"
] | permissive | lxnick/WiFiTestSuite-ha41 | 48581ab81c00abee68708461887ff17f74f9b992 | d43bd8727d19f599549c1c945b1d38a56444bcab | refs/heads/main | 2023-01-27T15:40:34.430474 | 2020-11-25T06:55:27 | 2020-11-25T06:55:27 | 315,792,500 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 234,014 | c | /****************************************************************************
*
* Copyright (c) 2016 Wi-Fi Alliance
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear i... | [
"nick_lin@chicony.com"
] | nick_lin@chicony.com |
a092cbe2933feeb0dc578dfed6d36efcf050cb8c | 1fabbdfd1ca9ea1b6808893e12bd907eb74de414 | /xcode/Classes/Native/UnityEngine_UnityEngine_Events_InvokableCall_1_gen_260MethodDeclarations.h | ed8ed452a28be9ac3a2da96c0ecd789283c05145 | [] | no_license | Klanly/TutorialPackageClient | 6f889e96c40ab13c97d107708ae8f3c71a484301 | b9d61ba2f287c491c9565b432f852980ec3fee28 | refs/heads/master | 2020-12-03T01:42:35.256114 | 2016-11-01T02:40:21 | 2016-11-01T02:40:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,889 | h | #pragma once
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
// UnityEngine.Events.InvokableCall`1<PartnerLearnElementSkillLogic>
struct InvokableCall_1_t18271;
// System.Object
struct Object_t;
// System.Reflection.MethodInfo
struct MethodInfo_t1087;
// UnityEngine.Ev... | [
"bu213200@gmail.com"
] | bu213200@gmail.com |
cc43dbdf7db88b3210e7bd2f4361afb7be64cdfb | 6920e231ef2f07b803f744f38b771a2f6a50e567 | /Filler/libft/ft_strrchr.c | aa973cc8982fcadd8d9b062caede76e344ee051f | [] | no_license | chaidama/Academy | c5626dccd3f6dc7ea63c1d01263e4febd6435ecb | 2666b12234da601bd67bbd4af1aa154a4777c26a | refs/heads/master | 2020-03-23T15:36:21.758279 | 2018-07-23T02:11:16 | 2018-07-23T02:11:16 | 141,761,236 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,089 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strrchr.c :+: :+: :+: ... | [
"haidamac.cristian@gmail.com"
] | haidamac.cristian@gmail.com |
b602745b2d6c56c1001caf8122cc6d280dca4415 | d160bb839227b14bb25e6b1b70c8dffb8d270274 | /MCMS/Main/Processes/Resource/ResourceLib/ResourceManagerTerminal.h | c3ca44fd5636a0b2af3373a29dad42f267e28c29 | [] | no_license | somesh-ballia/mcms | 62a58baffee123a2af427b21fa7979beb1e39dd3 | 41aaa87d5f3b38bc186749861140fef464ddadd4 | refs/heads/master | 2020-12-02T22:04:46.442309 | 2017-07-03T06:02:21 | 2017-07-03T06:02:21 | 96,075,113 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 210 | h | /*
* ResourceManagerTerminal.h
*
* Created on: Nov 5, 2014
* Author: dkrasnopolsky
*/
#ifndef RESOURCEMANAGERTERMINAL_H_
#define RESOURCEMANAGERTERMINAL_H_
#endif /* RESOURCEMANAGERTERMINAL_H_ */
| [
"somesh.ballia@gmail.com"
] | somesh.ballia@gmail.com |
b81ec4c2dda58ff2a808a970a50da1aba9ddf342 | 0fe8f120ef488295860ee95aac5a990467e0c7b6 | /src/io/edge-loop-test.c | e5a898657b7b406c16e7d7c71a826db44019efd2 | [] | no_license | shadowweb/shadowlib | 3ab2900ecab014b055be36426350202aed69cb44 | 92a0ce10103bb3926fd88649e9412948d313adf1 | refs/heads/master | 2016-09-06T18:49:35.619732 | 2015-03-21T05:34:11 | 2015-03-21T05:34:11 | 19,266,075 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,817 | c | #include "io/edge-loop.h"
#include "io/edge-timer.h"
#include "io/edge-signal.h"
#include "io/edge-async.h"
#include "io/edge-io.h"
#include "unittest/unittest.h"
#include <unistd.h>
#include <signal.h>
#include <stdio.h>
#include <sys/socket.h>
#include <errno.h>
#include <string.h>
void edgeLoopSetup(swTestSuite *... | [
"ellabaron@pobox.com"
] | ellabaron@pobox.com |
18aa11a9d8f2b266baff364fb2686c0cd904bd6d | 5b09129779a4134bcd80bc93efddae1bcec004bb | /week15/teacher_file/week15/new3.c | 6fce90c83ff80c22f6091f50a274dae05a02f8c7 | [] | no_license | ningmengbushuohua/linux_new | 23811bd32db5d09b24355ee4016765e69a5d40d2 | b9378deef1538399a2ec671fd4cc8d2c7f73cf1f | refs/heads/master | 2020-09-25T18:28:45.487415 | 2019-12-24T06:03:41 | 2019-12-24T06:03:41 | 226,063,536 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,296 | c | #include "my.h"
void* worker1(void*);
void* worker2(void*);
int c=100;
sem_t mutex,full;
int main()
{
int ret;
pthread_t tid[2];
ret=sem_init(&mutex,0,1);
ret=sem_init(&full,0,0);
ret=pthread_create(&tid[0],NULL,worker1,NULL);
if(ret!=0)
{
perror("thread1 failed!\n");
exit(1);
}
re... | [
"599397252@qq.com"
] | 599397252@qq.com |
13032a815272378b5504da8cac185bb7a0de78ca | 5da9e668a437079fc55e5714d3450923dd91b0ef | /exlib/system/include/utils/param.h | 61baa03ab981499a968c87d36739e3c0f5a2b415 | [] | no_license | panlinbing/Hisi3518 | fc2ff8568662239855b7c0ebe0d7203969f3a782 | e5c618e63dd869a22a844d05e0394f9b2f5fe937 | refs/heads/Hisi3518 | 2021-01-23T02:59:12.738452 | 2016-02-08T14:33:16 | 2016-02-08T14:33:16 | 86,037,883 | 0 | 1 | null | 2017-03-24T07:08:51 | 2017-03-24T07:08:51 | null | WINDOWS-1252 | C | false | false | 2,253 | h | #ifndef HK_PARAM_H__
#define HK_PARAM_H__
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#if !defined(AFX_EXT_CLASS)
#if defined(_WIN32)
#define snprintf sprintf_s
# ifdef EXPORTDECL_EXPORTS
# define AFX_EXT_CLASS __declspec(dllexport)
# else
# define AFX_EXT_CLASS __declspec(dllimpor... | [
"wang_shengbiao@qq.com"
] | wang_shengbiao@qq.com |
5d4e56e5552a09037fcaf1b74ae8e1452e6704dd | 45de72b6190f9777b2e085d5198cd3dac4a1a3bd | /com.kcsl.sel4/include/build/autoconf/autoconf.h | 2d8594fc1e0137fbe82a0a953c1e7cdc336ce5bb | [] | no_license | kcsl/seL4-Atlas | 9168565bfee1b4ba590e368d4fa4d30b5c733bb7 | 67b469d6e03e23d7396479d89ec35f96b424bb75 | refs/heads/master | 2023-05-12T15:13:27.827771 | 2023-05-03T19:16:12 | 2023-05-03T19:16:12 | 158,613,115 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 151 | h | #define AUTOCONF_INCLUDED
#ifndef AUTOCONF_kernel_autoconf_H
#define AUTOCONF_kernel_autoconf_H
#include <build/gen_config/kernel/gen_config.h>
#endif
| [
"ahmedtamrawi@ensoftcorp.com"
] | ahmedtamrawi@ensoftcorp.com |
d6dcb7c9f2f7bf27f783b52d3da246e8d09b21e8 | 460262dcdd6339d8c91438cb6abe552128b7cac7 | /Pods/Headers/Private/MYSForms/MYSFormPickerCell.h | 5e4ca9898c781a4d6a16c32646aae49d32dd8a5a | [] | no_license | klassneckii/currentcurrency | 734621e92e16d986522055aa34c52a2378eabcc8 | 46f64d671c54e7abfad2191bdbfd1f2de138c8c2 | refs/heads/master | 2021-01-19T08:40:57.099105 | 2015-10-05T16:29:48 | 2015-10-05T16:29:48 | 40,971,528 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 55 | h | ../../../MYSForms/MYSForms/MYSForms/MYSFormPickerCell.h | [
"wake_up@me.com"
] | wake_up@me.com |
57413f6e9bbc3d911df44ebc194d2d47937f9c8c | 71860b6309480b856b9cc25380982abfacd9d68a | /libft/ft_bzero.c | d85b079f72fd65acf94798c0d2e59cba50aab277 | [] | no_license | aquaman79/libft | dfb90b0b98a32e10c8c4a03a8904d9c3534fca4f | 8dc242283063199440a249a1c6abafe63109ff50 | refs/heads/master | 2020-08-28T09:00:15.104013 | 2019-10-26T04:32:57 | 2019-10-26T04:32:57 | 217,635,921 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 974 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_bzero.c :+: :+: :+: ... | [
"noreply@github.com"
] | aquaman79.noreply@github.com |
5e768d0f2091677572978ea58f067451942e55b8 | bbad5d3c47787c6e34a11f13e0536fd13f0c566b | /lib/dnscore/src/dnskey_rsa.c | dd78defaa66b636d20074eca83dd0f67916d455e | [
"BSD-3-Clause"
] | permissive | leitao/yadifa | 15fa6172af41698bf8836ffd168e3f0bb6a8077b | d0d5865767a155534c4e0453da1d656aeac55ed5 | refs/heads/master | 2020-06-17T10:37:47.807217 | 2016-11-28T20:22:29 | 2016-11-28T20:29:26 | 75,010,956 | 0 | 0 | null | 2016-11-28T20:21:26 | 2016-11-28T20:21:26 | null | UTF-8 | C | false | false | 20,564 | c | /*------------------------------------------------------------------------------
*
* Copyright (c) 2011-2016, EURid. All rights reserved.
* The YADIFA TM software product is provided under the BSD 3-clause license:
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit... | [
"markus.schade@gmail.com"
] | markus.schade@gmail.com |
819678034291ddf28600cfb19c7f1f9b688c3ef8 | 1c2876375a5cb7d6475b04d357b71f48af902b75 | /LinkedList.c | 7e52f722e4a4d4a89edb68e92173477b5a8fd96b | [] | no_license | chaelinlee/PBL | dfdfe6aa653601f3dc6bc4ffece5e52ab1ad5827 | 3c9f53da2d47f429d0092f436e22faab3347d4eb | refs/heads/master | 2021-01-11T13:41:40.869547 | 2017-06-22T07:06:32 | 2017-06-22T07:06:32 | 95,085,048 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,952 | c | # include <stdio.h>
# include <stdlib.h>
# include <string.h>
# include "LinkedList.h"
typedef struct _node{
int key;
char value[50];
struct _node *next;
}node;
linkedList* createNode(){
linkedList *L = (linkedList *)malloc(sizeof(linkedList));
L->head = NULL;
L->count = 0;
return L;
}
void insertNode(linkedL... | [
"elisa0511@naver.com"
] | elisa0511@naver.com |
4e043828486630c9fe0cdff2949d0b46268709bd | 07b2badc46b8d7fa784875a79c7968bec359970c | /testlast/driverlib/pwm.c | 7eaf1f070d6e0b988b99b06ee73879d394981e74 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | jianghhhhh/Limit-retrograde | d25daa0e568226e151cb63b753bd3fe3fdb3d01e | f99a7eb8e11105125c44b2195cd39836cd808650 | refs/heads/master | 2021-08-08T09:06:08.221162 | 2017-11-10T02:17:58 | 2017-11-10T02:17:58 | 110,191,478 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 62,256 | c | //*****************************************************************************
//
// pwm.c - API for the PWM modules
//
// Copyright (c) 2005-2009 Luminary Micro, Inc. All rights reserved.
// Software License Agreement
//
// Luminary Micro, Inc. (LMI) is supplying this software for use solely and
// exclusively on L... | [
"1013497803@qq.com"
] | 1013497803@qq.com |
a457d81836776676269595f5c6831c95c366558c | cfe5fdbf058fef614b40304b0db153dfe7d1d492 | /core/toeplitz.c | dc1a2b546db3e0cd3b0bf5ffec9230c173108f30 | [] | no_license | ILKNS/kns | cffe1bb52f9069971e9eb681409415c4ef8e019e | 23ccd2d78171112a53016494874fc2c423471802 | refs/heads/master | 2021-04-15T04:07:33.526556 | 2018-06-05T07:20:44 | 2018-06-05T07:20:44 | 126,134,077 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,280 | c | /*
* Copyright (c) 2009 The DragonFly Project. All rights reserved.
*
* This code is derived from software contributed to The DragonFly Project
* by Sepherosa Ziehau <sepherosa@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follo... | [
"yangxg13@gmail.com"
] | yangxg13@gmail.com |
e744a17c1816d34f2059c7c50f39db67f020a14d | 64c2c5482831d475af44bc97f1b2bbe61ac8c482 | /components/hap/wolfssl/cyassl/ctaocrypt/coding.h | f0007eae82c628e40993c6e7e8393d0d1666569f | [
"GPL-2.0-only",
"MIT"
] | permissive | Soulmate-Lights/soulmate-core | 7f38de7d9e3214e16da7981bf4cb5b826301b346 | 346ff9f795c7dd6d218d006404403da2849e3871 | refs/heads/master | 2023-04-16T01:22:29.817451 | 2021-05-01T17:47:45 | 2021-05-01T17:47:45 | 225,334,045 | 25 | 2 | MIT | 2023-04-28T13:51:21 | 2019-12-02T09:19:54 | C | UTF-8 | C | false | false | 938 | h | /* coding.h
*
* Copyright (C) 2006-2016 wolfSSL Inc.
*
* This file is part of wolfSSL.
*
* wolfSSL is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option... | [
"elliott.kember@gmail.com"
] | elliott.kember@gmail.com |
9f8343edc191b88e5994e85024e911b7cf5a1f66 | 818d64c37ea0286f499943f44291c9fccb515560 | /_Low_Level_Driver/s21_uart.h | 9cec025c80c0f81351d760a8dd78255914eedc33 | [] | no_license | sebastien-perreau/PLIB_GIT | fafe104abb2b64276fc0e28402109289619d46c4 | 95462d323a75fae8aa31d2d432eed5501d5b529b | refs/heads/master | 2020-04-25T10:51:14.673428 | 2019-12-12T11:56:27 | 2019-12-12T11:56:27 | 172,724,366 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,639 | h | #ifndef __DEF_UART
#define __DEF_UART
typedef enum
{
UART1 = 0,
UART2,
UART3,
UART4,
UART5,
UART6,
UART_NUMBER_OF_MODULES
} UART_MODULE;
typedef enum
{
UART_BAUDRATE_600 = 600,
UART_BAUDRATE_9600 = 9600,
UART_BAUDRATE_19200 = 19200,
UART_BAUDR... | [
"seb1187@gmail.com"
] | seb1187@gmail.com |
b8f22c787775e40195897d34f8b7d4b74effc07c | 59a7e590a2fa4853de3c8c09b42a3ea23fc61ac7 | /MailBox/MailBox_build/zephyr/include/generated/syscalls/espi_read_lpc_request_mrsh.c | 02f0fcc2c81aa58721e9e151f8babce8a1781114 | [] | no_license | huynhtai29/ZephyrProject_RTOS | 83c4202354803a9fb093871ddae12892a8624b2a | 2c1d5c37c669e5628684f8db5af9c4c1663c171d | refs/heads/master | 2022-12-09T10:09:08.276613 | 2020-09-03T05:40:06 | 2020-09-03T05:40:06 | 292,475,988 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 901 | c | /* auto-generated by gen_syscalls.py, don't edit */
#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)
#pragma GCC diagnostic push
#endif
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
#include <syscalls/espi.h>
extern int z_vrfy_espi_read_lpc_request(struct device * dev, enum lpc_pe... | [
"huynhtai291998@gmail.com"
] | huynhtai291998@gmail.com |
01bbe97ed4d2e32603c4b6e0c25be0137b08df13 | e287cf03eed5fb5e900ed14f7acbc85d3fa258bd | /parcial 1 casi terminado/PARCIAL_1/validaciones.c | 7fafe66d27f317ad2d35109ce5a2927f75feea17 | [] | no_license | FedericoSavastano/Parcial_1_c | 2ca39d423ca417ec2c631c79c11bec697a4ab0e1 | a24f02b3442ad30790a9c55fcea95e5d46045815 | refs/heads/master | 2020-08-12T08:05:14.918305 | 2019-10-16T04:55:13 | 2019-10-16T04:55:13 | 214,725,288 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C | false | false | 39,722 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "equipos.h"
#include "funciones.h"
#include "jugadores.h"
#include "partido.h"
#include "referi.h"
#include "validaciones.h"
#define CANT_EQUIPOS 10
#define CANT_JUGADORES 16
#define CANT_PARTIDOS 3
#define CANT_REFERIS 5
#define MAX_EQU... | [
"noreply@github.com"
] | FedericoSavastano.noreply@github.com |
d36d845036a8cb02e79169907e5efb79f307ea9a | 7542dc3835f764838b83b2ade662632a424ac2cd | /Q6.combination-of-strings.c | b762f739f70ee40d94746e9ab6ec8d77ef453138 | [] | no_license | sharan-pai-bmsce/array-programs-2nd-sem | 43be19f0118726375a4452a43efc7e8c2576fc57 | 722a958f421e3a6354f0556ecf847906bd682cd6 | refs/heads/master | 2023-01-29T13:09:30.224556 | 2020-12-06T08:27:24 | 2020-12-06T08:27:24 | 318,986,287 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 433 | c | #include<stdio.h>//Implement a program to concatenate two strings without using built in functions
void main()
{
int i=0, j=0;
char str1[30],str2[30],str3[60];
printf("enter the 1st string\n");
gets(str1);
printf("enter the 2nd string\n");
gets(str2);
while(str1[i]!='\0')
{
str3[i]=str1[i];
i++;
}
while(s... | [
"sharans.cs19@bmsce.ac.in"
] | sharans.cs19@bmsce.ac.in |
360c374eb3cdcf7f0a39a6bcba617d0d21b6123f | 8c98ab3cffdc7a3bfdffec14b2a9a5b741b883ea | /math.c | 1f01611ae66a8774a36520abf9a36431ea931ad2 | [] | no_license | dennisvoliver/training | 86db30b90f1c29c8769bf71b5929b6d6b50808ce | 83db553954d61610d1cbae6de887e3c4a5ce3c85 | refs/heads/master | 2021-01-22T21:48:47.695233 | 2017-03-19T13:28:26 | 2017-03-19T13:28:26 | 85,477,394 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 94 | c | #include<stdio.h>
#include <math.h>
int main()
{
double x = 1.0;
printf("%g\n", sin(x));
}
| [
"dennisvoliver@gmail.com"
] | dennisvoliver@gmail.com |
6d088936f12567f0c3f669820869913818034238 | 5568b3c10ca80cbe8df25fd72c04dd0ac5dc9f1d | /GH3011_Diver/GH3011-GR5515_Driver/components/drivers_ext/gr551x/gr551x_spi_flash.c | 48c45d96fd3d0271b5d1adc8e218e6fb60336452 | [] | no_license | DavidFJG/GH3011 | e10d93c0343cd8e0d167fca865c22a5730c063af | a9b2a7e9e15f0047e4657ed2b7ffde0d2cb0e42d | refs/heads/main | 2023-07-15T19:48:41.642735 | 2021-08-27T06:15:16 | 2021-08-27T06:15:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,573 | c | /**
****************************************************************************************
* @file gr551x_spi_flash.c
* @author BLE Driver Team
* @brief HAL APP module driver.
****************************************************************************************
* @attention
#####Copyright (c) 2... | [
"zhangyuzhu_arm@163.com"
] | zhangyuzhu_arm@163.com |
6aba648e3089812a7923ce508c74ab809ecd9654 | c348f2bb82756e090fb070f1450d935f464c4c95 | /client.c | af868479a08fae16832a3aca64884f7a1fb1dfbd | [] | no_license | litergo/test | 52756c41d9b204731bd4e1a4d74e1cdc5c4fb410 | 6ab88fa1958a1722954d825eb17a196ae92d641b | refs/heads/master | 2021-01-10T08:16:43.458658 | 2015-10-09T22:28:06 | 2015-10-09T22:28:06 | 43,982,647 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,350 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
void error(const char *msg) {
perror(msg);
exit(0);
}
int main(int argc, char *argv[])
{
const char* port = "2000";
int sockfd, portn... | [
"litergo@icloud.com"
] | litergo@icloud.com |
83e9073516352fcc5901a92de5081e35131ea5d1 | 7ba8043dfbc17c5f8efda9f495b6626b24b62866 | /iOS-App/Pods/Headers/google-plus-ios-sdk/GTMNSDictionary+URLArguments.h | b4b4b70f41e8c41ccccf7dab4bf048de839f5914 | [] | no_license | csscheuermann/seekret | 6baf3bf88fc22cde8c8b21ae1f79cdca8c2c94c9 | 244319390b128955bf80eda2fc839385102f37a1 | refs/heads/master | 2021-03-12T19:22:13.919007 | 2014-10-06T10:22:10 | 2014-10-06T10:22:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 128 | h | ../../google-plus-ios-sdk/google-plus-ios-sdk-1.7.0/GoogleOpenSource.framework/Versions/A/Headers/GTMNSDictionary+URLArguments.h | [
"simon.wicha@nomis-development.net"
] | simon.wicha@nomis-development.net |
4a850a4d16d5c14a1e3f7f2aa96d4677edc6cc53 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/arch/m68k/coldfire/m5407.c | 38863ddbeab0905909ac595693a8e02028176812 | [
"BSD-2-Clause",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | C | false | false | 1,860 | c | /***************************************************************************/
/*
* m5407.c -- platform support for ColdFire 5407 based boards
*
* Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com)
* Copyright (C) 2000, Lineo (www.lineo.com)
*/
/************************************************************... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
90781b1854a049375345a1f3effebdd835b448ec | 235e261a971b764872a94ae4042f44c300e526e1 | /libpigeon/generated/robin_api_host.c | 1cda18c8dad5ede8c50da4b9fb30ec8256e4d3f5 | [] | no_license | WrathOfChris/rover | 9ce2521dfb2852fa21afc25caf9771751e04e153 | 71dd377bae740094d9dc2e964d1c9ac945b2ece8 | refs/heads/master | 2020-03-26T22:38:13.441762 | 2013-07-14T20:29:40 | 2013-07-14T20:29:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 37,055 | c | /* $Gateweaver$ */
/* Generated from /home/admin/libpigeon/robin.asn1 */
/* Do not edit */
#include "robin_locl.h"
int
robin_getroot_host(robin_context context, const RobinHost *host,
RCB_GETROOT *callback, void *arg,
const RobinNodeFlags *flags /* BITSTRING */)
{
return robin_getroot_api(context, NULL, host, cal... | [
"chris@wrathofchris.com"
] | chris@wrathofchris.com |
8dfa9f87493bca513bf6dd254c9c44be419db7a7 | 02176cb0de312918aeb261e24fe0585f2c65e5e9 | /1-insertion_sort_list.c | bc6969521517c0c897aff8c6252a524da96f2880 | [] | no_license | Crispy-rw/sorting_algorithms | 89de24ed48d6f782a76c27c01f0dabf817af41bb | 6362ccc703a5e4091b9e4d65de87fd21ab610bb7 | refs/heads/main | 2023-06-03T18:00:30.369145 | 2021-06-20T16:48:41 | 2021-06-20T16:48:41 | 377,614,497 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,124 | c | #include "sort.h"
/**
* swap_node - swaps two nodes adjacent to one another
* @list: pointer to head node of doubly linked list
* @x: pointer to node to insert new node after
* @y: node to be inserted after curr
*
* Return: no return value (void)
*/
void swap_node(listint_t **list, listint_t *x, listint_t *y)
{... | [
"nshimyumukizachristian@gmail.com"
] | nshimyumukizachristian@gmail.com |
6ea3048e7e4220ac9dc2286c89dc7af022161148 | b4acc1ad5c89bde376d49fe0c2136717b19b89a1 | /src/ball.c | 859c1d38c43072b95137dda397b513fd832a6be6 | [] | no_license | Anakin2012/Labyrinth | 555ffb6451586749b28762f362e7fad0932ffee7 | 61487f37eb415b2c96425430d4ef7f68e3c10c82 | refs/heads/master | 2020-05-20T11:36:12.552386 | 2019-05-08T07:23:46 | 2019-05-08T07:23:46 | 185,553,662 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,824 | c | #include "board.h"
#include "ball.h"
#include "main.h"
#include <stdio.h>
#include <stdlib.h>
#include <GL/glut.h>
#include <math.h>
/* Za pretvaranje stepena u radijane. */
#define DEGREE_TO_RAD 0.0174533
/* Ubrzanje Zemljine teze. */
#define GRAVITY 9.81
/* Zbog zaokruzivanja, minimalna distanca koja se racuna k... | [
"pana.petrovic@gmail.com"
] | pana.petrovic@gmail.com |
588e0ca8607e835fcbe85a7f2b83821b45d8472e | c9f97321ffc589f0dbe29836a3f690c073caf0da | /practice/thread/pro_con_problem_without_mutex.c | dd52bb6b7af37c9b820189ce445bb140e6778e43 | [] | no_license | SunKyu/HUFS_SystemProgramming | 3c7751599fa9bddbf33cf45e8bed6b413ab06510 | 1dc94cb90fc94a17c708f14640a87063dd149404 | refs/heads/master | 2020-05-17T19:16:34.189317 | 2015-05-29T09:31:57 | 2015-05-29T09:31:57 | 33,478,487 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,178 | c | #include <stdio.h>
#include <pthread.h>
int buffer[100];
int count = 0;
int in = -1, out = -1;
pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
pthread_cond_t buffer_has_space = PTHREAD_COND_INITIALIZER;
pthread_cond_t buffer_has_data = PTHREAD_COND_INITIALIZER;
void producer(void){
int i;
for(i=0 ; i<1000 ; i... | [
"leesunkeuy@naver.com"
] | leesunkeuy@naver.com |
7c9522e0677386a1db3841dcc94cf549d89aebe6 | 978b0c7d4bb8ea32c78f771810e39ad765136b99 | /include/ConfigureSystem.h | b9a4290f1ed93fbbab02d980a5dac8af095ed41d | [] | no_license | mmk-tsm/NBB_WIDTH_Ep_0 | 0dde91dc99dbec277f3a9a0d8eb24abc90ac1d0f | e7c0eda5ac0dc52175e1bb07c4b75358a3674bdc | refs/heads/master | 2022-11-11T12:08:39.273994 | 2020-07-07T13:16:00 | 2020-07-07T13:16:00 | 277,529,351 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,146 | h | //////////////////////////////////////////////////////
// ConfigureSystem.h
//
// Allows the user to configure the system for the
// number and type of devices connected to it.
//
// M.Parks 27-03-2000
// First Pass
// M.Parks 18-04-2000
// Added offset definiti... | [
"mmk@tsm-controls.com"
] | mmk@tsm-controls.com |
0abeab687af36c713ac5a748ecf2a38a223c2aea | 5009f87ff0288b8c4f449c0bfca8f8e27796f118 | /srcs/list.c | 2421806f7bcf31bfb07c26d9948cdb21db0a2f7c | [] | no_license | JeremyPouyet/CTemplateList | 307a72229db5e50acf02e9c47c81ce9551c0d22c | bf35df6ff647f92c8492e8968e54bc85a4c989db | refs/heads/master | 2020-04-10T19:07:01.220525 | 2016-11-08T12:46:20 | 2016-11-08T12:46:20 | 21,327,532 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,587 | c | #include <stdlib.h>
#include "list.h"
static T_LIST(T) *TEMPLATE(T, create_elem)(void)
{
return (malloc(sizeof(T)));
}
/*
** add
*/
T *LIST_ADD_LAST(T)(T_LIST(T) **list)
{
T_LIST(T) *tmp;
T_LIST(T) *new;
if (!(new = TEMPLATE(T, create_elem())))
return NULL;
new->next = NULL;
if (*list)
{
tmp ... | [
"jeremy.pouyet@epitech.eu"
] | jeremy.pouyet@epitech.eu |
4897d357c990283433c2fff96d87ea39b80a512d | bec96bdba807e189a1885d080172ddb95949438e | /lab5/lib/spawn.c | 8c9735b27b9010b280abd56d04e5a11cc3e788a1 | [] | no_license | c21/JOS | f4b852b356828e0dbe4aec1990806fad6b29d9dc | a373af9f970a3018159c49a519e157d283c424d1 | refs/heads/master | 2020-12-24T11:52:34.476059 | 2016-12-09T19:07:41 | 2016-12-09T19:07:41 | 73,111,074 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,682 | c | #include <inc/lib.h>
#include <inc/elf.h>
#define UTEMP2USTACK(addr) ((void*) (addr) + (USTACKTOP - PGSIZE) - UTEMP)
#define UTEMP2 (UTEMP + PGSIZE)
#define UTEMP3 (UTEMP2 + PGSIZE)
// Helper functions for spawn.
static int init_stack(envid_t child, const char **argv, uintptr_t *init_esp);
static int map_s... | [
"chengsu@scnju13@gmail.com"
] | chengsu@scnju13@gmail.com |
1a444a228b05c7c2a224aa1620d042677771073f | 0b74b4859c1242fd0793611e36d5778c1c9ece38 | /extern/llvm/tools/clang/test/Modules/Inputs/module_private_right.h | 0044188f1ee66c755b5faa691b24ca866e47b9c5 | [
"NCSA",
"MIT"
] | permissive | abduld/clreflect | 682b98694ec50dfcd65168fdf40e7d04ec44e0e5 | 76b47c518d9b046382618a5e5863f8fe6163e595 | refs/heads/master | 2022-07-15T21:02:58.217422 | 2015-04-07T16:06:07 | 2015-04-07T16:06:07 | 35,754,939 | 0 | 0 | MIT | 2020-02-22T09:59:11 | 2015-05-17T06:36:28 | C++ | UTF-8 | C | false | false | 304 | h | __module_private__ double &f0(double);
__module_private__ double &f0(double);
__module_private__ int hidden_var;
inline void test_f0_in_right() {
double &dr = f0(hidden_var);
}
struct VisibleStruct {
__module_private__ int field;
__module_private__ virtual void setField(int f);
};
| [
"dwilliamson@localhost"
] | dwilliamson@localhost |
42d25657a2e94810252503e9a03ed521e08336fb | 3d16bcf91c546dfc638bf9e48d7690e8aed37ee2 | /xsrc/freertos/portable/MemMang/heap_1.c | 53c209988a636fdadeab5e4f058a50c7ae8bbb69 | [
"MIT"
] | permissive | johnttaylor/colony.core | 7c3aa43abdd564689e1540795b8044228b97271c | e00902d33c9224a34e9f68edb02c18eb9571b09f | refs/heads/master | 2023-07-24T08:34:04.956247 | 2023-06-20T00:02:55 | 2023-06-20T00:02:55 | 31,176,673 | 2 | 2 | null | 2023-06-17T21:56:08 | 2015-02-22T19:38:07 | C | UTF-8 | C | false | false | 5,499 | c | /*
* FreeRTOS Kernel V10.4.3 LTS Patch 1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* 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 restric... | [
"john.t.taylor@gmail.com"
] | john.t.taylor@gmail.com |
e92477cabfba2b61f2835eef6646f3aab6be617f | 91209f27913c2a26220a2318d51ee64a8a015dea | /DOS project (copy)/Xinu_gpio/main1.c | 038a5493f481c496746d5299cd1db418920a4528 | [] | no_license | dogipd/IOTdevice_driver_on_XInu | 08c140f682b523d632aab87bdc5b11ced7f6ef07 | 42b7611c093513e506747e05ce0749e6b9b1d89d | refs/heads/master | 2021-06-08T19:39:06.667295 | 2016-12-02T02:34:47 | 2016-12-02T02:34:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,800 | c | /* main.c - main */
#include <xinu.h>
uint16 my_getnbr(char *str)
{
uint16 result;
uint16 puiss;
result = 0;
puiss = 1;
while (('-' == (*str)) || ((*str) == '+'))
{
if (*str == '-')
puiss = puiss * -1;
str++;
}
while ((*str >= '0') && (*str <= '9'))
{... | [
"dheekool27@gmail.com"
] | dheekool27@gmail.com |
2b1e1089048d203186dd828ccba970ef38b3f9fa | 58afefdde86346760bea40690b1675c6639c8b84 | /leetcode/minimum-degree-of-a-connected-trio-in-a-graph/455806290.c | 09243b722d95b240354d541bc9a82adc8f20cc7d | [] | no_license | ausaki/data_structures_and_algorithms | aaa563f713cbab3c34a9465039d52b853f95548e | 4f5f5124534bd4423356a5f5572b8a39b7828d80 | refs/heads/master | 2021-06-21T10:44:44.549601 | 2021-04-06T11:30:21 | 2021-04-06T11:30:21 | 201,942,771 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,001 | c | // title: minimum-degree-of-a-connected-trio-in-a-graph
// detail: https://leetcode.com/submissions/detail/455806290/
// datetime: Sun Feb 14 12:47:56 2021
// runtime: 1332 ms
// memory: 18.5 MB
int minTrioDegree(int n, int** edges, int edgesSize, int* edgesColSize){
char m[n][n];
int deg[n];
int i, j, k... | [
"ljm51689@gmail.com"
] | ljm51689@gmail.com |
fbdc7a331a3546501ff19ba0c9ac0316cd1d06f9 | 93200f8fcb1a275e7e2c29c15d006c758b4dcbe1 | /barber.c | 035dbb6df1db26ca7a2feb09f8466d66fb842e89 | [] | no_license | RidgeGT/UnixCommandImplementations | 1d3e1cd93de9f7c15d3d3e2e0e7bd980e8a7264f | 264c9649e85c510ad68dc2034494e1e90d5fa3db | refs/heads/main | 2023-01-06T06:05:06.264568 | 2020-11-03T17:04:44 | 2020-11-03T17:04:44 | 309,412,164 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,330 | c | /*Ridge Tejuco
03 May 2020
*/
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <semaphore.h>
sem_t customers; // 0
sem_t barber; // 0
// mutex
sem_t access_seats; // 1
int number_of_free_seats = 25;
int total_customers = 5;
// Prototypes
void barber_process();
void customer_pro... | [
"noreply@github.com"
] | RidgeGT.noreply@github.com |
971b60f1e4e115fc08b7cab523241ce084bc259a | 300b1fd19cb4f79791351b5b8a18b38815299728 | /main.c | d9a33e912bdf95d62dab40e41609f3c1418f304f | [] | no_license | EddieL93/EECS-3221-CPU-Scheduling | c928ec5844419820709571d6985af79d4c854dc0 | 8f8216ca67ff90bef21f968b50cfa58640dc08fe | refs/heads/master | 2020-09-22T13:01:41.292882 | 2019-12-01T01:14:52 | 2019-12-01T01:14:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,276 | c | #include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#include <string.h>
#include <unistd.h>
#include <stdbool.h>
//GLOBAL DEFINITIONS
bool TEST = false;
int TIME = 0;
int PROCESS_COUNT = 0;
int CONSUMED_PROCESSES = -1;
//Default process size
int SIZE = 100;
//Default ready queue size
int RSIZE = 5;
//Default ... | [
"mehrzadb@outlook.com"
] | mehrzadb@outlook.com |
a923174441cfa48ec439d714eb6aaf1758a823d5 | 0744dcc5394cebf57ebcba343747af6871b67017 | /external/iotivity/iotivity_1.2-rel/resource/csdk/connectivity/inc/cagattservice.h | b58721817a5fa9754f095ceae84bdb146a730857 | [
"Apache-2.0",
"MIT",
"GPL-2.0-only",
"BSD-3-Clause"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C | false | false | 2,274 | h | /* ****************************************************************
*
* Copyright 2015 Intel Corporation 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.
* You may obtain a copy of the License at
*
* ... | [
"hj_elena.kim@samsung.com"
] | hj_elena.kim@samsung.com |
43b6e0f8d4a32668ef2582760d153c81b6c820e9 | b4a831cd95c347db2da032899e64789df18fb9f8 | /Lab 1/main.c | 9fa6e1aab8f843b0530787d551297ecdd7452002 | [] | no_license | JakobMoregard/D0003E-labs | 4b23e67c8377973be4259139a21a01a298f804ed | c355e6ce14a20bb0978dbda67af072ef87272a0c | refs/heads/main | 2023-02-15T08:02:10.206777 | 2021-01-13T15:47:20 | 2021-01-13T15:47:20 | 329,353,690 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,526 | c | /*
* D0003E_Lab1.c
*
* Created: 2020-01-21 10:22:46
* Author : Mattias Nilsson matnij-4
* Author : JaKob Moregård jakmor-8
*/
#include <avr/io.h>
#include <stdbool.h>
#include <stdint.h>
#define FACTOR 31250
void LCDInit(void) {
//Set Lowpower Waveform, no frame interrupt, no blanking. LCD Enable
LCDCRA ... | [
"noreply@github.com"
] | JakobMoregard.noreply@github.com |
89e1b30eb629f6c1535405dabed4d1d74d3b6566 | 4d4433d3f3da31d44b1bb07dd0b1cd8f38283aac | /test/performance/freedMemory.c | edcd58ecd4d6cf8ccd46e60124d6bb4605df976c | [] | no_license | Dostoievski/projet-systeme-dexploitation-2a-enseirb | 591045487dc914d54e9688ac34675f6ac3d99881 | 5daff18b4efdb4cbc8c6dc8039a635eda6d83108 | refs/heads/master | 2021-01-10T17:06:44.483930 | 2011-05-19T18:10:02 | 2011-05-19T18:10:02 | 49,576,935 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,104 | c | #include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <ucontext.h>
#include "../../src/thread.h"
static void * exitThenJoin(void *arg)
{
int * number = (int*)arg;
printf("Thread %d - Argument %d: EXIT then JOIN\n",thread_self(),*number);
thread_exit(arg);
}
static void * joinThenExit(void *arg)
{
... | [
"barro.lissy@dcdda8a9-b1d2-b434-6a8b-4e82dcae31fc"
] | barro.lissy@dcdda8a9-b1d2-b434-6a8b-4e82dcae31fc |
48b4efb2f4f1d2a0ffe60eb3d3ad503eaefe8a72 | ed6571fe116e6f80203584051c3e7c4d87b414b7 | /arch/i386/boot/tools/build.c | 952f321cce42be149a71e69526aedec86db3654e | [] | no_license | wangxiaochuang/copy2.4.0 | 9076cc961e5972cc493f00ecb3730cf856c53189 | fc708f59b12cc8c7fc0428132e8678ec4f31eb4c | refs/heads/main | 2023-03-26T22:07:35.306016 | 2021-03-29T06:18:32 | 2021-03-29T06:18:32 | 351,290,787 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,904 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include <unistd.h>
#include <fcntl.h>
#include "../../../../include/asm/boot.h"
typedef unsigned char byte;
typedef unsigned short word;
typedef unsigned long u32;
#d... | [
"932698529@qq.com"
] | 932698529@qq.com |
b3645c5910ffb7e0ee3db31268c06e67321c4362 | 5c77462e02d4d3947ab11bec1c41be99b4f6f0c7 | /Lab06/myLib.c | f397e95996714fc306a70f5b1b7fbc4a56dc7cd6 | [] | no_license | Joseph1337/CS2261 | dc5b4bc41535015bd89c1ceea05861435ecd65aa | 4065d3634a38c6aebfdf2b26a06953af552f8fbf | refs/heads/master | 2023-01-31T20:05:33.915115 | 2020-12-20T17:58:31 | 2020-12-20T17:58:31 | 321,110,851 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,205 | c | #include "myLib.h"
// The start of the video memory
unsigned short *videoBuffer = (unsigned short *)0x6000000;
// The start of DMA registers
DMA *dma = (DMA *)0x40000B0;
// Set a pixel on the screen in Mode 3
void setPixel3(int col, int row, unsigned short color) {
videoBuffer[OFFSET(col, row, SCREENWIDTH)] = colo... | [
"jguo345@gatech.edu"
] | jguo345@gatech.edu |
4f78d571bb36ab2689b3998dc2d527197ec4c733 | b832d34f8fa79a8d8db4bcc3f6f0447f44272bca | /official_CD/第二章源程序/第二章实例源程序ALLOCATE.C | bdf90cbcd264c3b7836388a2a2da54c2029dbb14 | [] | no_license | Joyounger/TurboC-Projects | ae11c94a7f960021ec00142c9bd4e1010c5352ae | bd709b32be0aa7ef082a05560628ca3656b90c27 | refs/heads/master | 2021-01-20T13:04:31.173223 | 2018-02-09T18:17:27 | 2018-02-09T18:18:23 | 90,446,098 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,949 | c | /*
FILE: ALLOCATE.C
*/
#define PRIVATE static /* Used to hide identifiers from BIND */
#define BLKSIZ 80 /* Size of allocation block */
#define STKSIZ 1000 /* Bytes reserved for stack */
#define MLCSIZ 3000 /* Bytes reserved for malloc() */
typedef union
{
char *link ;
char data[BLKSIZ] ;
} B... | [
"aquanox@163.com"
] | aquanox@163.com |
0689e2a75083e20bf40c28fa47344fef9a057a5a | b798886076dcb75e5dfac63f31c0b68ca25bb0d2 | /lab_02/Przyspieszenie.h | db62faebbf5b6e142c70da0bccf8e22514cc6874 | [] | no_license | piotrmoszkowicz-wfiis/WFiIS-PPO-2018 | e39bebab2759be7d9bd4c77d08f2c09582dde904 | cffd9bdbe15d765a330f029eee1133acbfce064d | refs/heads/master | 2020-04-02T11:36:06.324055 | 2019-02-24T22:53:44 | 2019-02-24T22:53:44 | 154,397,356 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 39 | h | #pragma once
float Przyspieszenie ();
| [
"7moszkowicz@taurus.fis.agh.edu.pl"
] | 7moszkowicz@taurus.fis.agh.edu.pl |
9fb219717525827720b14f7b6f92bc6eafb791ea | 25abb36854b50a3f60f528a21f7796348b578ea9 | /src/terminal.h | 500ba1609124fbe0024cb16af41524b42f277ba1 | [
"MIT"
] | permissive | ThinTim/terminal-ii-watchface | 2f0cd23ab985ec412c05e6bfd12a66a748a6a834 | f743021cb814853fbd39aaa8d04ee9cdcc8a521a | refs/heads/master | 2021-01-10T15:09:50.761028 | 2016-03-19T17:14:23 | 2016-03-19T17:14:23 | 54,271,785 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 594 | h | #include <pebble.h>
#define CURSOR_SIGN "`"
#define TYPING_SPEED 80
#define TERMINAL_BUFFER_SIZE 256
#define CITY_BUFFER_SIZE 50
#define TEMPERATURE_BUFFER_SIZE 50
#define FORECAST_BUFFER_SIZE 50
typedef struct {
char city[CITY_BUFFER_SIZE];
char temperature[TEMPERATURE_BUFFER_SIZE];
char forecast[FORECAST_BUFF... | [
"timerwich@gmail.com"
] | timerwich@gmail.com |
9a196bcecc698383fe8fc480159dab93eecec5d9 | 14a619f14a04b5dc46e69386652749868ad69f13 | /1.c | 8deeaffb5abf65aff02df5f32fb66d0d20c4cc54 | [] | no_license | 8nkit/ankitvashisht | 6637350c3a80c024c79e71a23fa1fe09320ec3e7 | 31e69af32d278c0acec0728376f3f58b0d5373af | refs/heads/master | 2020-03-19T11:02:25.747501 | 2018-06-15T08:27:12 | 2018-06-15T08:27:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 345 | c | #include <stdio.h>
int hcf(int, int);
int main()
{
int num1, num2,k,t,i;
scanf("%d",&t);
for(i=0;i<t;i++)
{
scanf("%d %d", &num1, &num2);
k=hcf(num1,num2);
printf("%d\n",2*k);
}
return 0;
}
int hcf(int x, int y)
{
if (x % y == 0|| x==0 || y==0)
return y;
else
... | [
"ankitvashisht@hotmail.com"
] | ankitvashisht@hotmail.com |
934446d218bc5e4cf9145f75a2bc985e020e9e1e | 3152a4ac7025909db33365fe9ad4c1d7e7caea66 | /test/hmcvt.c | fcf26ae31526b906daf311fda69e781195176944 | [] | no_license | akeyxia/misc | bed4fe1a6365711a966f2a4924b4bdba44a10070 | 1fd3547fce91c39a652ddfc6cb1ad0c81799d425 | refs/heads/master | 2020-04-06T06:32:57.125798 | 2015-07-12T04:16:28 | 2015-07-12T04:32:11 | 32,920,619 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 400 | c | #include <stdio.h>
#include <stdlib.h>
char hex2minus(unsigned char val)
{
return (~(val-1) & 0xff);
}
unsigned char minus2hex(char val)
{
return (~((val+1)*(-1)));
}
int main(int argc, char *argv[])
{
if (argc == 3)
printf(" hex2minus = -%d, minus2hex = 0x%x\n",
hex2minus(strtol(argv[1], NULL, 16)), minus2h... | [
"akeyxia@foxmail.com"
] | akeyxia@foxmail.com |
f5bcfb668e4a6caba1bbd4d7f3d024931465eac1 | a68ffd02ab1fd944db905a080cf6edd93462e135 | /builds/x86_64-unknown-linux-gnu/production/proofs/lfsc_checker/config.h | f8705a377afdd42bdb3a08bde3840deb3f813add | [] | no_license | lkloh/smt-test | a9a1dcb55af2e387ef08713377097d6de5474b24 | e264890bcccbd3d7f45d02aa35edb6d01b83e296 | refs/heads/master | 2021-01-10T20:35:18.938785 | 2014-11-26T22:33:19 | 2014-11-26T22:33:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,521 | h | /* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have t... | [
"lkloh@lkloh-MacBookPro.(none)"
] | lkloh@lkloh-MacBookPro.(none) |
9f1da5aa81650674ab0ce1566ae1f3afcb5c0c20 | 84bdefd7172409f1e604dc9a78e122b02baa9c58 | /src/ft_isalpha.c | dc04a8fb884a47a57f05051c30ee514148552976 | [] | no_license | Adgeff/libft | 4c46911b5b2548c09e2148188d6271965d949c15 | b57c88011b2ab0806204b094aaee135d711a970e | refs/heads/master | 2019-07-06T19:43:18.839037 | 2017-12-15T22:23:26 | 2017-12-15T22:23:26 | 68,721,696 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 978 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isalpha.c :+: :+: :+: ... | [
"geargenc@e2r11p7.42.fr"
] | geargenc@e2r11p7.42.fr |
d9ba4c4796fc70b833bf87cd2c2735126bd23bcd | cd60c09fc871c12e3219694d1c03411652cd19a9 | /Program/1. Dasar Pemrograman/PDP_12/boolean.h | 7aea022f7853e4ae158ae69c9c080e4b00c3adeb | [] | no_license | ciazhar/c | 94a67e5f3e841142f50dc029de5f8641cd5d7a09 | cc65e4c50c66f5b06009a12a2fbd5c184f6a9e2a | refs/heads/master | 2021-01-19T15:38:38.398579 | 2017-04-14T02:31:10 | 2017-04-14T02:31:10 | 88,224,923 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 150 | h | #ifndef BOOLEAN_H_INCLUDED
#define BOOLEAN_H_INCLUDED
#define true 1
#define false 0
#define boolean unsigned char
#endif // BOOLEAN_H_INCLUDED
| [
"daisetsunakama@gmail.com"
] | daisetsunakama@gmail.com |
d7741d7479544e8f1894b65b943d488a8b27058c | dbe74fdf6bded2ceb98eec965fe05ddf7d6dd931 | /models/Minitower/components/Server/src/sensors_result_types.c | 11823064c9d95a33cae89a7d01e18e9db3d1e588 | [
"BSD-3-Clause"
] | permissive | smaccm/smaccm | 7f79bf5fe74bb1b856d69625fab4ffb1e138101e | 7393c423b5aca1a272a88cbb89b5dcfd08a5a47c | refs/heads/master | 2021-01-23T15:51:42.639585 | 2019-02-21T22:28:42 | 2019-02-21T22:28:42 | 12,084,628 | 27 | 27 | BSD-3-Clause | 2019-01-02T17:22:41 | 2013-08-13T14:59:47 | Java | UTF-8 | C | false | false | 4,420 | c | /* This file has been autogenerated by Ivory
* Compiler version 0.1.0.4
*/
#include "sensors_result_types.h"
void sensors_result_get_le(const uint8_t *n_var0, uint32_t n_var1, struct sensors_result *n_var2)
{
ibool_get_le(n_var0, n_var1, &n_var2->valid);
ivory_serialize_unpack_float_le(n_var0, (uint32_t) (n... | [
"andrew.gacek@gmail.com"
] | andrew.gacek@gmail.com |
35c16c1cc1c0b86a510a4de9750e27321ff7b221 | 0f6e1bc1e9186e89bc3c36cdc002b0f3a70d35a9 | /C_Challenges_printing_tokens.c | ea116a2d7c3ddcdae9f79fe60e1d8f6a91300abb | [] | no_license | esthicodes/HackerRank | 8ca32353fce3aaa85288bb27960ba8cd48f838ce | e1fcd423d9d26cbc4504351e35d74e17c2c88129 | refs/heads/main | 2023-07-27T05:09:16.279786 | 2021-08-26T03:08:19 | 2021-08-26T03:08:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 324 | c |
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
int main() {
char *s;
s = malloc(1024 * sizeof(char));
scanf("%[^\n]", s);
s = realloc(s, strlen(s) + 1);
for (char *c = s; *c != NULL; c++) {
if (*c == ' ') {
*c = '\n';
}
}
printf("%s", s);
return 0... | [
"noreply@github.com"
] | esthicodes.noreply@github.com |
72b5c8a96343208e1904380cfd709fd62bb26614 | 919b6bf8e15ee306491d466921a8bc71a723f0e0 | /asm/libft/srcs/ft_printf/get_flag_sign.c | 27cb41881be94eb5cd893136dcb4327613a479b5 | [] | no_license | konichua/corewar | 2573fcef7c455c22ec652b1849b4b19899a9e161 | 56d6892dd1b746881f9fc14026783e5ce999433c | refs/heads/master | 2023-01-23T05:04:33.994689 | 2020-11-14T22:40:27 | 2020-11-14T22:40:27 | 312,914,438 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,586 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_flag_sign.c :+: :+: :+: ... | [
"mburnett@mi-r5.msk.21-school.ru"
] | mburnett@mi-r5.msk.21-school.ru |
d1d6111956c60ff17d3d48dd7ca9883ba7ccc070 | 17b5510bf1e54238c87bbc3d443a38c1ce70ecaa | /loader.c | d9d7a3522c59ff1d2cb8b263e85439440830e423 | [
"MIT"
] | permissive | richfelker/aout_loader | 6073a4f22a15db74eaed624fd28090b997e953b1 | 88416981f2a30e64ef562e9c3fde40b9396de016 | refs/heads/master | 2021-01-04T05:21:49.907010 | 2020-02-14T01:39:42 | 2020-02-14T01:39:42 | 240,405,498 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 941 | c | #include <stdint.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <unistd.h>
extern char **environ;
struct exec {
uintptr_t a_midmag;
uintptr_t a_text;
uintptr_t a_data;
uintptr_t a_bss;
uintptr_t a_syms;
uintptr_t a_entry;
};
int main(int argc, char **argv)
{
int fd = open(argv[1], O_RDONLY|O_CLOEXEC);
... | [
"dalias@aerifal.cx"
] | dalias@aerifal.cx |
466d3a624844e64509bb29dc0f8638ca5edcd8df | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/86895e99-9597-4f82-b8f2-3d3e346044ba.c | fd528afbdab86b4a26857525fdb815899bce9883 | [] | 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=4;
int j=12;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l-j;
l = k%j;
k = l-k*j;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
da6c25a15c341fff602599fee61edb0cd4fcf94a | a69cfec9ac5014471af8e6ea5178bfa9d4b27066 | /libft/ft_toupper.c | 0c1be56b2c8f334312b788690600c9012335e5cf | [] | no_license | tnemas1/get_next_line | 440da6517064a5b3e3c6227711dbbe83ffcf1895 | 800dddd1a5ccd0ad3e005bb7e075e7f425490107 | refs/heads/master | 2021-09-24T08:44:11.393961 | 2018-10-06T07:55:40 | 2018-10-06T07:55:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 992 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_toupper.c :+: :+: :+: ... | [
"tnemangw@e4r1p2.wethinkcode.co.za"
] | tnemangw@e4r1p2.wethinkcode.co.za |
e73f01def9a4d05e4ecfff31a42fbc3f46f9da84 | 240289bfdb6586b8755a8d044afce1788b732554 | /test_conformance/math_brute_force/reference_math.h | bcd0df8ebfe67fe5c2cb9c45c62ea867146c7d6a | [
"Apache-2.0"
] | permissive | letidealsfly/OpenCL-CTS | 2c91103b0915f3154490af978d127fa24ce9b128 | af0bc4b2d09868d1b644c2b442e58dab1ecdd686 | refs/heads/master | 2022-12-17T20:46:56.491010 | 2020-09-09T07:22:26 | 2020-09-09T07:22:26 | 294,031,482 | 0 | 0 | Apache-2.0 | 2020-09-09T07:22:27 | 2020-09-09T07:06:44 | null | UTF-8 | C | false | false | 9,318 | h | //
// Copyright (c) 2017 The Khronos Group Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | [
"kepatil@nvidia.com"
] | kepatil@nvidia.com |
34dc1f9826d2877c8bdea86074b4be578c8a1e1f | 7b55cacf46bf2fd6298315bccfa4b6f0375e3865 | /platform/qemu-arm/poll.c | b3440da1caf8d6c5518df7d45d3b5ddc67a82e29 | [
"MIT",
"LicenseRef-scancode-bsd-3-clause-jtag",
"BSD-2-Clause"
] | permissive | libos-nuse/frankenlibc | 7f33a86f277ea13eeae573e0339b03c5e2a9ff58 | b2e9db0084847aaa63fcddce2f5bf2e0e43669d5 | refs/heads/lkl-musl | 2021-01-21T23:30:07.179889 | 2018-06-21T07:46:36 | 2018-08-14T03:52:22 | 47,620,000 | 9 | 6 | NOASSERTION | 2019-02-21T14:53:00 | 2015-12-08T12:13:28 | C | UTF-8 | C | false | false | 97 | c | #include <poll.h>
int poll(struct pollfd *fds, nfds_t n, int timeout)
{
/* XXX */
return n;
}
| [
"thehajime@gmail.com"
] | thehajime@gmail.com |
b684f050b847b3d3fc933df4454870d120405391 | 5fdc57db327ac4c43fa9d8ee3a8cc2bd52d45c74 | /pa3/loadQueryTable.c | a9938eff5977ba130edf09b4f3b3861f49db6bfa | [] | no_license | yuzequn095/C-Assembly | f20fe8dccc9e31b98be7f723f7e5b6871eff738e | 243912c2a6575330705c07c10b5d33025a9f5d78 | refs/heads/master | 2020-05-02T09:28:49.236522 | 2019-03-26T21:43:20 | 2019-03-26T21:43:20 | 177,872,958 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,454 | c | /*
* Filename: loadQueryTable.C
* Author: Zequn Yu
* Userid: cs30xga
* Date: Feb 17th, 2019
* Source of Help: http://c.biancheng.net/cpp/html/326.html
* https://blog.udemy.com/fread-c/
*/
#include <stdio.h>
#include <stdlib.h>
#include "pa3.h"
#include "pa3Strings.h"
#include <string.h>
#include... | [
"zey031@ucsd.edu"
] | zey031@ucsd.edu |
6c18d3c775370ae828abb1427829385b45a3c255 | fdda52758cf87d1045a3e534f360bac01ac9a659 | /DirectX11 Engine 2019/Engine/Utility/Utils.h | ddb9c84a49a240d663df2f9b2f79efd636df705c | [
"MIT"
] | permissive | rodrigobmg/Luna-Engine | 59f1a20428766385b5a30c358f93b4153e1b964e | 46f63df52bb664b042d08b8d372ed495c1bf31b5 | refs/heads/master | 2020-07-25T21:13:39.759275 | 2019-09-13T17:33:02 | 2019-09-13T17:33:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 73 | h | #pragma once
#include <d3d11.h>
size_t Format2BPP(DXGI_FORMAT format);
| [
"mr.prototype2@mail.ru"
] | mr.prototype2@mail.ru |
274bb1378db9f89f384af974fc9088bd4c847dca | 4f052287d727d37a56559517267c51555025a7f2 | /socket/main.c | 66fb3ef25e077bf85431c74d84bcb0b5584af420 | [] | no_license | davidjie1949/linux_os_coding | 2c87bce089450151514e24cba13f32db1625b498 | 8ecda327acbb02967b31e99d28fb8ac96de8f3d7 | refs/heads/master | 2023-03-04T07:01:05.065943 | 2021-02-17T05:20:36 | 2021-02-17T05:20:36 | 329,320,752 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,656 | c | #include <stdio.h>
#include <unistd.h>
#include <sys/socket.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <string.h>
#define PORT 8080
int main(){
int server_fd, n_socket, v_read;
struct sockaddr_in address;
int opt = 1;
int addr_length = sizeof(address);
char buffer[1024] = {0};
c... | [
"jieyng@umich.edu"
] | jieyng@umich.edu |
e732458c5f8a703fed026b6463e03e8d69250021 | bda50d091252d510a781a1664c26e245c9fa87ba | /src/shell.c | f6cf452a5ac503083ba992fef1762e59b34541bf | [] | no_license | sawanroy/onix-kernel- | d5248c2005fcea168102f06880c3e0912f2f721c | 419b75104095a4340525037d4e8a62d00a39643e | refs/heads/master | 2020-05-03T13:11:16.319247 | 2019-03-31T05:36:36 | 2019-03-31T05:36:36 | 178,647,198 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,952 | c | #include "../include/shell.h"
void launch_shell(int n)
{
string ch = (string) malloc(200); // util.h
int counter = 0;
do
{
print("ONIX (");
print(int_to_string(n));
print(")> ");
ch = readStr(); //memory_copy(readStr(), ch,100);
if(strEql(ch,"cmd"))
{
print("\nYou are allrea... | [
"sawan.roy25@gmail.com"
] | sawan.roy25@gmail.com |
78fd4fc7481f93a45f41b6d68f8a2ca409281cdc | 5480d3bfbe5c2007dfca3fbfe4c19b963cad2cf5 | /MorrisTraversal.c | 07f0d6a8832df55c3b156897e08cdb5c383f553c | [] | no_license | akey-/codes | 4995c5e0c445ded3ec7154fe751b718333654330 | ba12bba02fbf517eb4ece4259c27fa8212c7bbbd | refs/heads/master | 2021-01-15T22:34:46.709617 | 2013-10-09T12:15:38 | 2013-10-09T12:15:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,099 | c | /* Program : Tree traversal without recursion and stack
Written by : Akey-
*/
#include<stdio.h>
#include<stdlib.h>
typedef struct node
{
int data;
struct node *left;
struct node *right;
}Node;
Node *createTree(Node *root,int data);
void MorrisTraversal(Node *root);
void preorderMorris(Node *root);
int main... | [
"flazer19@gmail.com"
] | flazer19@gmail.com |
c0b392834450eeffc7225adaefdf7bfb4416886e | 5df3a9d47a6c21b212c6c0f5c52d149e9713aeb4 | /kunal175.c | 0fbece362c658cfca31320e005190ad55fc0607a | [] | 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 | 233 | c | #include<stdio.h>
void swap(char*str1,char*str2)
{
char *temp=str1;
str1=str2;
str2=temp;
}
main()
{
char *str1="kunal";
char *str2="kumar";
swap(str1,str2);
printf("str1is %s\nstr2 is %s",str1,str2);
} | [
"61112064+kunalkumar37@users.noreply.github.com"
] | 61112064+kunalkumar37@users.noreply.github.com |
fdabd6da30738fc3b397f1b41222e12e8bb75783 | 80664c0116658cf87e9a99533abdbbbb005f42c0 | /platformio/lib/Module/src/Module.h | 018dccb060f25c4c88525cbe123d97cda29c8cf4 | [] | no_license | renanvaz/arduino-mqtt-api | 3bc3a165823dc5dd17f07173a2e25d6d01cf71e3 | 4e67f4a30a2423a1a1283ece867f62018b67cd50 | refs/heads/master | 2020-04-16T10:58:03.852825 | 2016-08-16T23:30:32 | 2016-08-16T23:30:32 | 54,847,806 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 158 | h | /**
* Slave.h
* @author: Renan Vaz <renan.c.vaz@gmail.com>
*/
#ifndef Module_h
#define Module_h
#include "include/Slave.h"
static Slave Module;
#endif
| [
"renan.c.vaz@gmail.com"
] | renan.c.vaz@gmail.com |
df500299ca032339f191db7769b6dc1135aaaef3 | 8c72c60ace518bb0679b4e93aad923c7b683765b | /FeatherChorder/KeyCodes.h | 9cf0e6724965dd171b97b576b490b6bd1d58ed76 | [
"Apache-2.0"
] | permissive | qq7te/chorder | 9061fd35294036e45c6ebfedb58c0dacac24082a | 6f8a887a1e0c4ea4f101995d437029ea6aa78b70 | refs/heads/master | 2023-02-17T17:28:29.164428 | 2021-01-18T02:34:09 | 2021-01-18T02:34:09 | 258,729,272 | 0 | 0 | Apache-2.0 | 2020-04-25T09:05:29 | 2020-04-25T09:05:28 | null | UTF-8 | C | false | false | 4,690 | h | // KeyCodes.h
// split out from main code for FeatherChorder.ino
// - Greg
/*****************************************
* Possible keycodes in the chord tables *
*****************************************/
enum keycodes {
/* first part is simply an enumeration of the allowed scan-codes
used for USB HID devices */
... | [
"clc@clcworld.net"
] | clc@clcworld.net |
7963086f08bc00ad36a1e8aeaad91062743875fe | b3e6756009d27bf8207d1c0cf7487916b6641a74 | /aligner/tools/decoderlatest/src/libio/include/libio.h | 050a5a5b68afce9e5a131739e6c945981632755e | [] | no_license | ydhira/hmm_aligner | 260700346905f761745c4729bdf20d4200f31ec0 | af9d978895b013eec9165489a92a7a96f58cde89 | refs/heads/master | 2022-04-24T17:33:32.739463 | 2020-04-29T06:17:07 | 2020-04-29T06:17:07 | 259,835,494 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 481 | h | /*
* libio.h -- libio library functions exported to the outside world
*
* **********************************************
* CMU ARPA Speech Project
*
* Copyright (c) 1996 Carnegie Mellon University.
* ALL RIGHTS RESERVED.
* **********************************************
*
* HISTORY
*
* 03-Nov-95 M K Ravish... | [
"hyd@compute-2-5.local"
] | hyd@compute-2-5.local |
51f3292bec69363f07e8bda5eb71754c117e9ee6 | 52a3fe043015249010f460e4aedf60c9fc128c96 | /cmcamac/cmcamac.c | 61a68e454420e9beff077cfdded1db44ac24a434 | [] | no_license | rhicspin/polarim-online | c04a8ff1da4fc8cdf4b43f83a618808192c2df9c | c38ca2ecefe3cb05388d5a4864d4d7f4f977e27d | refs/heads/master | 2023-09-04T13:02:14.150016 | 2023-08-16T22:16:29 | 2023-08-16T22:16:29 | 27,462,730 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 18,036 | c | /*
* Igor Alekseev & Dmitry Svirida @itep.ru, 2005
* USB CMC100 CAMAC crate controller driver made from
*
* USB Skeleton driver - 2.0
*
* Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General... | [
"alekseev@itep.ru"
] | alekseev@itep.ru |
20f7674767828160af06d04ee4e0d4283e1912e5 | f4d4c2dc7eb390454ed25d7c1f0daf75769ccbc5 | /core/com/src/com.c | 5704df9416e2a8b49f312006246dc328f71255fb | [] | no_license | Cibi-R/BL_stm32f103c8t6 | 0b5d47fad452a60d65ff607a119fff81c3afb78a | e8f41044766e67c9a11ac965b9c0bee6c160ac33 | refs/heads/master | 2020-08-12T13:20:52.298205 | 2019-12-29T12:07:37 | 2019-12-29T12:07:37 | 214,775,003 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,303 | c | #include <includes.h>
#include COM_H
#include COM_PROXY_H
#include SYS_BOOT_H
#include SYS_H
#include LIB_H
MessageFrame_ST MessageFrame;
uint8_t MessageData[5];
uint8_t MessageIndex;
static uint8_t Delimeter_Received = 0x00;
void COM_Reset_Frame(void)
{
MessageFrame.Id = 0x00;
MessageFrame.Dlc = 0x00;
MessageFr... | [
"noo6.programmer@gmail.com"
] | noo6.programmer@gmail.com |
713da8776d51a999e256e5b21fbd23f67ab0a077 | 2f40ac0d6b2f9b354c0c153d9d92c6fb136f806f | /Bedarf.c | 58272ced766ec589ccf057337a8f824e7951ebeb | [] | no_license | SimonWagenknecht/WPU | 50852d56e556c8157966a792f103c77b27c21ea1 | 98a98670a0d2a6ed5e3a240c9bad4d3329a87fc7 | refs/heads/master | 2021-10-21T21:05:50.457852 | 2018-12-11T09:17:33 | 2018-12-11T09:17:33 | 125,868,615 | 2 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 9,508 | c | /* Task: Bedarf
Untersucht die Meldungen vom RIEcon50 hinsichtlich
- Absenkung und Abschaltung bei 'Kein Bedarf'
- Überwachung der Mindesttemperatur
*/
#include "struct.h"
#include "ustruct.h"
#include "defins.h"
#include "sramext.h"
#include "uramext.h"
#include "uconstext.h"
#include "unoinitext.h"
void che... | [
"s.wagenknecht@parabel-energiesysteme.de"
] | s.wagenknecht@parabel-energiesysteme.de |
426a350654a93808ae3efa10a182e01a8397e0c1 | 51c7909d7bbb2bcd30e2df930c9c0422780255a2 | /sample-Code/touch-sensor/slac489/Example_Projects/Source/RO_PINOSC_TA0_WDTp_Proximity_Sensor/structure.h | 0531854960ea7fe5d9bc43eded98c034086703b7 | [
"MIT"
] | permissive | vidur89/Smart-RFID-Tag | 5aa407daa674ce9d6c38e82808dc0d298e3e16d5 | 1e904fb33121f480fa7655a699c96ac62e066f7f | refs/heads/master | 2021-01-17T09:42:34.732917 | 2016-01-18T14:51:38 | 2016-01-18T14:51:38 | 40,903,599 | 0 | 1 | null | null | null | null | WINDOWS-1252 | C | false | false | 17,603 | h | /* --COPYRIGHT--,BSD
* Copyright (c) 2012, 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 copy... | [
"nayyar.vidur@gmail.com"
] | nayyar.vidur@gmail.com |
c833ab2d752e8b241800442598b15a060784c00d | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemNames.h | a1a82f2264eb4a3b0424682f0b33252201391f82 | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C | false | false | 1,647 | h | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#ifndef NULL_SUBSYSTEM
#define NULL_SUBSYSTEM FName(TEXT("NULL"))
#endif
#ifndef GOOGLEPLAY_SUBSYSTEM
#define GOOGLEPLAY_SUBSYSTEM FName(TEXT("GOOGLEPLAY"))
#endif
#ifndef IOS_SUBSYSTEM
#define IOS_SUBSYSTEM FName(TE... | [
"tungnt.rec@gmail.com"
] | tungnt.rec@gmail.com |
1093e340d5fd6759c15dee49d57abc9e4e3794bb | 37c593b4c9b42d38ebfcac8d7160282c43fdb324 | /model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/Simulation/CAST_Int_to_V_STATIC_TM_conversions.h | 3d60f525e41b26bb8b38727d666bf222414d4ffd | [] | no_license | stefan-karg/modeling | d4211778a2e7f2d4948ea38442096edb0f317051 | c0855d85430e5d8313c04a9b8918cd3d596e48ec | refs/heads/master | 2021-01-16T19:56:51.201532 | 2015-08-26T13:55:57 | 2015-08-26T13:55:57 | 26,961,581 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,680 | h | /* $*************** KCG Version 6.1.3 (build i6) ****************
** Command: s2c613 -config C:/GITHUB/modeling/model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/Simulation\kcg_s2c_config.txt
** Generation date: 2015-08-20T15:03:10
************************************************************... | [
"j.gaertner@railergy.com"
] | j.gaertner@railergy.com |
4830f9d8e49a18a3f66e7acb02993d8f1b511e0e | 79eda4e089c6b0261796a244c438a37e9f12e279 | /5/NetScribe/gap_buffer.c | 282bd4e2c6414c6f9f8e45d35559170138e6293a | [] | no_license | kaylasinoimeri/final | 049ffff80566adcd89c07c7adece21dac9fdd9bf | d62875f35877363607fe70860fc4205ab446fd00 | refs/heads/master | 2020-12-25T02:01:24.323173 | 2016-01-26T14:13:01 | 2016-01-26T14:13:01 | 50,435,129 | 0 | 0 | null | 2016-01-26T14:46:34 | 2016-01-26T14:46:33 | null | UTF-8 | C | false | false | 4,524 | c | /*
* Implementation of Gap Buffer Text Storage, adapted for multiple cursors.
*
* AUTHORS: ETHAN CHENG <elc1798>, SOPHIA ZHENG <sophz55>
*
*
* Theory:
*
* In a traditional gap buffer, we can store a string in the fashion:
* ['h', 'e', 'l', 'l', 'o', '\n' , 'w', 0, 0, 0, 0, 0, 'o', 'r', 'l', 'd']
* This dis... | [
"alex.wyc2098@protonmail.ch"
] | alex.wyc2098@protonmail.ch |
c4eb019c9a4669ea6ef66d0a082f7e773b349a96 | 1168a54ee2784e787dec573140f717ae2a3371f4 | /2749 - Saida 3.c | bec34a5ccf353949a5a28f1a73b718faf0723c00 | [] | no_license | wellintonpiassa/Exercises-URI | 189f41dd24c2b608838cc358deab656b58f2a197 | 768b32e8944d1fa90f5d7fa8ac182d4d789a498b | refs/heads/master | 2021-08-03T03:17:46.901069 | 2021-07-24T18:15:30 | 2021-07-24T18:15:30 | 216,431,895 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 454 | c | #include <stdio.h>
int main()
{
printf("---------------------------------------\n");
printf("|x = 35 |\n");
printf("| |\n");
printf("| x = 35 |\n");
printf("| |\n")... | [
"wellintonpiassa@hotmail.com"
] | wellintonpiassa@hotmail.com |
3a01ce4410cd9800642e9d43c6ba58f7964645d8 | fd209ff7e74ebdb3870328869de8ac54a12de150 | /blocnote/notepad.c | 0c693941d84f3fc5d1957da8e4874c4e6037d6f4 | [
"MIT"
] | permissive | piksel/KiTTY | f59948d66bea32461e6059bf1d9185fef8445095 | 7ea6e2b7f7ba8ccd93c6e725111173f91dc52bf7 | refs/heads/master | 2021-05-23T09:26:14.583332 | 2020-03-18T17:18:12 | 2020-03-18T17:18:12 | 253,220,412 | 1 | 0 | NOASSERTION | 2020-04-05T11:37:55 | 2020-04-05T11:37:54 | null | ISO-8859-1 | C | false | false | 19,722 | c | #include <stdio.h>
#include "notepad.h"
LRESULT CALLBACK Notepad_WndProc(HWND, UINT, WPARAM, LPARAM);
int Notepad_open( HWND hwnd, HWND hEdit ) ;
int Notepad_saveas( HWND hwnd, HWND hEdit ) ;
int Notepad_load( char * szFile, HWND hEdit ) ;
int Notepad_save( char * szFile, HWND hEdit ) ;
void Notepad_OnDropFiles(HWND h... | [
"cyrildupont71@gmail.com"
] | cyrildupont71@gmail.com |
a9e77c0e31c636a0ae4d0c4e98682bb1f60ddf3e | 0407dbf8b72cb521c0dd45efea2fd3f500bb539d | /ElectrolyteAnalyzer/Generated_Code/LCD_BL.c | a7173e03257dfeb1bb84e907aa191f32491d15a5 | [] | no_license | nvhien1992/CW_FRDM-KE06Z | f361394473788741fb351cf56b02c2e820af3dc1 | b57cbf58f1c83b3efd95a12af719fc439ef137e2 | refs/heads/master | 2020-04-26T11:42:21.710169 | 2015-08-31T03:17:15 | 2015-08-31T03:17:15 | 29,116,883 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 11,271 | c | /* ###################################################################
** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : LCD_BL.c
** Project : ElectrolyteAnalyzer
** Processor : MKE06Z64VLK4
** Component : BitIO_LDD
** Version : Component 01.033, D... | [
"nvhien1992@gmail.com"
] | nvhien1992@gmail.com |
961bb90724d260d2d7d9da69574d58c448879bb2 | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /spidermonkey_1.6_mutants/mutant102374_jsapi.c | 31233b47749185349bd062f30ec902d31d6b087e | [] | 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 | 132,552 | c | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: set ts=8 sw=4 et tw=80:
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except... | [
"agroce@gmail.com"
] | agroce@gmail.com |
0f69785dcfeeaf273f73b1f5e45aeb3080181f83 | 431707f11387afa165e9ffd588ac8ddb3cd020b1 | /jni/source/NE10_detmat.c | 57cf1bd12ba7bab461e17d37055e2f3ced87092e | [] | no_license | banketree/VideoStreamProcessor | c650f71ad4471224ef40298089b3f1caeec1b75b | ae837c202a496fafca25b27626f2af2a90f364c3 | refs/heads/master | 2021-01-15T07:54:53.692493 | 2012-07-28T07:15:19 | 2012-07-28T07:15:19 | 27,155,894 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,275 | c | /*
* Copyright 2011-12 ARM Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | [
"beau@inbeta.org"
] | beau@inbeta.org |
9acb314dc25742b3acd1ac85a2b296c038b17004 | a27360bcc5c1eb831b4f78dbe32e4c04835c905f | /Plane-0/plane-server/cgi-bin/b.c | 1927c941322509829b9d765bcf258e9aa28df903 | [] | no_license | DoubleYuanL/Plane-X | c338cc66521096525912b75aa1b2fe7eac87f095 | 2fe7d5c3a771b70790cb093d08740e9b79c279d7 | refs/heads/main | 2023-04-05T16:48:32.655701 | 2021-04-25T03:17:50 | 2021-04-25T03:17:50 | 360,807,025 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 704 | c |
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
int main()
{
int i;
printf("Content-type:text/html\n\n");
char* contentLength = getenv("CONTENT_LENGTH");
int len = atoi(contentLength);
printf("content length = %d<br>\n", len);
char* buf = malloc(len);
mem... | [
"noreply@github.com"
] | DoubleYuanL.noreply@github.com |
5ef65272a3088a5b2b9e4e2d7ef4fed5410b0fc9 | f79c9ea31233c2550670854e3943ae70a11295ef | /task1.c | f3e6cbc3653410ef456c72520f5e9efb0d3343a4 | [] | no_license | Thokerb/OS9 | d7bff23ea4a8b6e72eb839c3fcc4588734e46c00 | ec82b02762aefd99b1162e5699bb736eb931e246 | refs/heads/master | 2022-08-28T05:27:07.720315 | 2020-05-26T09:06:59 | 2020-05-26T09:06:59 | 266,995,371 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,670 | c | #include <stdlib.h>
#include <stdio.h>
#include <dlfcn.h>
#include <pthread.h>
int numberAlloc;
int sizeAlloc;
void* (*func_my_malloc)(const int);
void (*func_my_free)(void*);
void* threadMethod( void* arg ){
struct data* dataArg = (struct data*) arg;
for (int i = 0; i < numberAlloc; i++)
{
void*... | [
"kerber.tom98@gmail.com"
] | kerber.tom98@gmail.com |
023f142690681f017d0aadfcf2654441e411bb82 | eef76bf782b5806f08c210ac40b406ddcfc490d3 | /Tiva-C (Based on ARM Cortex-m4)/02-MCAL/GPIO/GPIO_prog.c | a654922f65b47b57f8145149f6dfad6e04e243d2 | [] | no_license | Vehicles4controllers/Embedded_Team | 515e8c464375185d54cc93acdb12dfaaa68fd37a | ea0d39d4925565e861c7ded39957af5c7ce2f5a2 | refs/heads/main | 2023-06-27T16:42:54.831722 | 2021-07-25T18:38:59 | 2021-07-25T18:38:59 | 352,555,784 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 4,531 | c | /*
* GPIO_prog.c
*
* Created on: ??þ/??þ/????
* Author: 7
*/
#include "GPIO_int.h"
#include "RegisterMap.h"
#include "utils.h"
#include "Interrupt_int.h"
extern void (*RAM_Vector[155])(void);
gpio_BUS_t bus;
volatile long int PORT_APB[6] = {0x40004000,0x40005000,0x40006000,0x40007000,0x40024... | [
"noreply@github.com"
] | Vehicles4controllers.noreply@github.com |
2993a3880bcf18c03ef9f55b37b6b1a6b750c3de | f0767d74a3ec32c7a961f706156c4274192e9126 | /includes/libft/ft_putnstr.c | d64c06d634d3a0a71459cca2595eed31a89705db | [] | no_license | mbeuil/Lem-In-Edmonds-Karp | a9cc6c15c509157ee765dd35bc70f00c990ae7df | 9c9e596434159e3dafce113a7504f3a500d5d7eb | refs/heads/master | 2021-02-18T06:33:43.254173 | 2020-03-05T14:06:54 | 2020-03-05T14:06:54 | 245,171,185 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 991 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnstr.c :+: :+: :+: ... | [
"mbeuil@e3r10p9.42.fr"
] | mbeuil@e3r10p9.42.fr |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.