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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
61c4fb3c782a53e810d60c45b72e6d110fc75476 | 9d8fe725e79e5856b8b863abf0907a6a5f6f8a3c | /8075A10.c | 1e623296a25a4f26feac16415fcb3b67f2b7d38e | [] | no_license | camthesaxman/ruby-c | 08bb12c3c6662b113f558a2b43a4f232fedcbd91 | afb59d795416468362ddf942d4cb1fca638f2bd6 | refs/heads/master | 2020-12-30T16:45:53.246386 | 2016-09-11T22:33:27 | 2016-09-11T22:33:27 | 91,023,059 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 343 | c | int ma00_load_graphics()
{
int v0; // r4@1
int v2; // [sp+Ch] [bp-4h]@0
v0 = *v202F7A4 | (*(_BYTE *)(++v202F7A4 + 1) << 8);
LoadCompressedObjectPic(&dword_836A8E4[2 * v0]);
LoadCompressedObjectPalette(&dword_836B1EC[2 * v0]);
v202F7A4 += 2;
sub_8075940(v0 - 10000);
v202F7B0 = 1;
v202F7AC = move_anim_... | [
"shadow962@live.com"
] | shadow962@live.com |
7f61c7d8e337caa80b27ee19fbf447157501493b | 43e593ccf8f1e781c22f5730c64d685d3431a02a | /world/d/suburb/xkx/xingxiu/house.c | a548e581804a31caad50df3397215e60882692f7 | [] | no_license | kkkbird/xyj45 | af504bcdd4322bd1a705ac58eba7cd9a8d25e25a | aaea09af1ef048904a9ef9555e9671c6eb76270b | refs/heads/master | 2020-03-28T05:07:07.721141 | 2018-09-10T04:00:59 | 2018-09-10T04:00:59 | 147,757,711 | 0 | 0 | null | 2018-09-07T02:08:57 | 2018-09-07T02:08:57 | null | UTF-8 | C | false | false | 941 | c | // /d/xingxiu/house.c
// Jay 3/26/96
inherit ROOM;
void create()
{
set("short", "巴依家院");
set("long", @LONG
这是一个巴依家的庭院。门口大树的树荫投到院子里,让人觉得很凉快。
院子东面是巴依的客厅,西边就是小镇大街。
LONG
);
set("exits", ([
"west" : __DIR__"beijiang",
"east" : __DIR__"house1",
]));
set("objects", ([... | [
"kaiserli@gmail.com"
] | kaiserli@gmail.com |
8a47f1914d1c5e0b67c329ac1d350e7f93be753e | 3a43e68062bafa06df3e7afd740d750e766250f1 | /4-Printf/libft/ft_atoi.c | f9b2019e67b68b8d02d08b741ba5bb6a5f6e229f | [] | no_license | Malek-K/42- | a9d0f5af6db51e59c88ab2307cfbaa3762c042af | 476ef8ea3ab86738d93c15078d52b934450e2d3a | refs/heads/master | 2021-09-18T20:36:46.722975 | 2018-07-19T15:47:00 | 2018-07-19T15:47:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,358 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_atoi.c :+: :+: :+: ... | [
"noreply@github.com"
] | Malek-K.noreply@github.com |
b82be0cd9833d5a83e54edd5da6f7f482ab18edf | 0d3889d21d7a5fd96e9579f22e4ea3d6d5bbedce | /vilker3_readdir01.c | 18dbecd97d2d76db02c92125d43e90b8d71f896d | [] | no_license | Viliuskerutis/Unix | 051e389af6c7c56bc4ff0b9943e3d0a80aa1b307 | f98e52983c73b9eb0ed34380c4b3208293a2498b | refs/heads/master | 2020-05-26T10:33:41.551670 | 2019-12-11T13:30:23 | 2019-12-11T13:30:23 | 188,204,238 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 686 | c |
/* Vilius Kerutis IFF-6/7 vilker3 */
/* Failas: vilker3_readdir01.c */
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <dirent.h>
#include <inttypes.h>
int main( int argc, char *argv[] ){
DIR *d;
int dfd;
struct dirent *dp;
... | [
"kerutisvilius@gmail.com"
] | kerutisvilius@gmail.com |
bc7fb2ca6d254ed196b4fa8f7824f4b9654f852d | e87d79f552cdcd1323aa9bbfa38ecbf777ac94d1 | /src/map/common/lapacksrc/f2c/sgebal.c | fdd36d68cf3d8373a6bb42142b3892643d1f34b9 | [
"BSD-3-Clause",
"LicenseRef-scancode-other-permissive"
] | permissive | iotamudelta/libflame | 539165f48d24c159ad494e813a1fc30fa2ea3791 | 70c19e770ead0ae846c59b59216deb16d236b40c | refs/heads/master | 2023-07-28T12:31:59.890987 | 2023-07-13T19:33:42 | 2023-07-13T19:33:42 | 103,612,203 | 0 | 2 | NOASSERTION | 2023-05-04T19:04:09 | 2017-09-15T04:00:39 | Fortran | UTF-8 | C | false | false | 12,521 | c | /* ../netlib/sgebal.f -- translated by f2c (version 20100827). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the en... | [
"field@cs.utexas.edu"
] | field@cs.utexas.edu |
647cd12a582270d3012745dfb227aff55dca93a7 | 5cba7978da2d9aff22d7a7f341152d6277de7585 | /Project/STM32L/BLE_ChatMasterSlave/src/stm32xx_it.c | 41b09f80e28e4f25b4b3b6813c5e9d764f25c4ef | [] | no_license | Tangdabao/ST_ble | f30d4b52b977cc662138890b231ea8ef1625792b | acd540eabd91691d184e647b6a4e07151e76f7a5 | refs/heads/master | 2021-09-17T20:47:55.992372 | 2018-07-05T08:21:48 | 2018-07-05T08:21:48 | 113,653,766 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 5,835 | c | /**
******************************************************************************
* @file stm32xx_it.c
* @author RF Application Team - AMG
* @version V1.0.0
* @date 27-April-2015
* @brief Main Interrupt Service Routines.
* This file provides template for all exceptions handler and
*... | [
"1813354283@qq.com"
] | 1813354283@qq.com |
8bdc219d176dbef85151d503cb8da05797f445fd | 9f204edbbb17b0785e2155fd007251bbcdb0c472 | /DAQ program archive/adadio/0615/utils/gsc_util_id.c | d0c32f14f65d3c3a2ea83cf3f9ee837239e7667f | [] | no_license | luoapp/DAQ_System_3_UAV | 8594b0f90e095d3066ea2897765adf061481a5f1 | e2c0656156627629f5ed7de4ddcbb3735cd5e969 | refs/heads/master | 2022-12-07T01:40:48.321170 | 2020-09-06T06:27:31 | 2020-09-06T06:27:31 | 293,216,620 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,920 | c | // $URL: http://subversion:8080/svn/gsc/trunk/drivers/gsc_common/linux/utils/gsc_util_id.c $
// $Rev: 1593 $
// $Date: 2009-03-29 12:49:08 -0500 (Sun, 29 Mar 2009) $
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <asm/typ... | [
"luoapp@gmail.com"
] | luoapp@gmail.com |
aa427f43fffd90fac453965958f126fa38cab3c1 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/gpu/drm/exynos/extr_exynos_drm_g2d.c_g2d_hw_reset.c | f3986e51e74036e98ca06101c0d19837c641a8b8 | [] | 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 | 874 | 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... | [
"brenocfg@gmail.com"
] | brenocfg@gmail.com |
2a5ef3784accecf213cb7f072cabefa8572f3b53 | 5e4a11896c3a320a05507e8dd9f70f6758d5ac31 | /Unity/Temp/StagingArea/Data/il2cppOutput/mscorlib_System_Runtime_InteropServices_DllImportAttributeMethodDeclarations.h | d3bddebf0e03dc44893a90511305f03135a7ef21 | [] | no_license | SUMOU/SUMOU | d6b83aeb6b34351aa2ad883e2ea861b8944da385 | d8023abb3115585fb2164e18d89091554bbcc720 | refs/heads/master | 2021-01-10T15:31:39.179817 | 2015-11-25T07:14:18 | 2015-11-25T07:14:18 | 45,302,855 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 791 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// System.Runtime.InteropServices.DllImportAttribute
struct DllImportAttribute_t755;
// System.String
struct String_t;
#include "codegen/il2c... | [
"fujita1syu@gmail.com"
] | fujita1syu@gmail.com |
b969f76344aed5c4b40a1f1cac3d920127c7db17 | 6681aceb418f547011677c6e22d28b528df71264 | /nrf/nrf24l01.h | 69160c769fa614c3a6056d38faab747cfce6ac2e | [] | no_license | Macikow/NRF2410 | 5b64d0db8488521d31bf52c240a93f77f3ce17dd | bbfb5f5058ca9279eb9d19d36d7191e5585232ab | refs/heads/master | 2020-06-09T07:14:42.596746 | 2015-07-19T21:55:52 | 2015-07-19T21:55:52 | 39,334,667 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,552 | h | /*
* nrf24l01.h
*
* Created: 2015-07-19 13:27:18
* Author: Macikow
*/
#ifndef NRF24L01_H_
#define NRF24L01_H_
/* Memory Map */
#define CONFIG 0x00
#define EN_AA 0x01
#define EN_RXADDR 0x02
#define SETUP_AW 0x03
#define SETUP_RETR 0x04
#define RF_CH 0x05
#define RF_SETUP 0x06
#defin... | [
"kow.maciej@gmail.com"
] | kow.maciej@gmail.com |
5a26d9f02f5228455a28da3ea449b8c4f9c72406 | 94db0bd95a58fabfd47517ed7d7d819a542693cd | /client/ClientRes/IOSAPI/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_V3149523870MethodDeclarations.h | c0df3ef3c45d4ce7cf08515c2ae96050f578c893 | [] | no_license | Avatarchik/card | 9fc6efa058085bd25f2b8831267816aa12b24350 | d18dbc9c7da5cf32c963458ac13731ecfbf252fa | refs/heads/master | 2020-06-07T07:01:00.444233 | 2017-12-11T10:52:17 | 2017-12-11T10:52:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,930 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Collections_Generic_Dictionary_2_Va984569266MethodDeclarations.h"
// System.Vo... | [
"1"
] | 1 |
3b2a11f3374a0cfff3612c100c83c7f57c7fa730 | cb9eeef9911bb8a5b9219a05840edfde367de489 | /fibon_fact_recur/fac.c | a5e70d51a6188f63c1ff00f21c89f50d9beb1139 | [] | no_license | kshitijbms/ADA_1BM18CS048 | 2dbc56013200aa45a0e9b37531d8af6e15117226 | 1c210a6ddaa43d087b255f1e042cdce85c3db785 | refs/heads/master | 2022-07-02T12:49:08.069254 | 2020-05-03T03:18:06 | 2020-05-03T03:18:06 | 236,986,686 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 257 | c | #include<stdio.h>
#include<stdlib.h>
int factorial(int n)
{
if(n==1)
return 1;
else
return n*factorial(n-1);
}
void main()
{
int n,res;
printf("\nEnter value n:");
scanf("%d",&n);
printf("\nFactorial of %d is %d",n,factorial(n));
return;
} | [
"noreply@github.com"
] | kshitijbms.noreply@github.com |
c153d07d5542c20bec13504519890e24b65373ae | 7732e70f02f546a8714aa6f83cb352368614eced | /day4ques2.c | 25c1e5f82aa253fef41f3e579d03277fe3fbcc76 | [] | no_license | amanthakur-dev/20DAYS | ea6b7f284f950cea9e25c06e8f71c6b279aad9a6 | 437df05239c1ddb8da35afea0287874d431dff7d | refs/heads/master | 2023-04-29T20:49:14.298276 | 2021-05-22T15:42:21 | 2021-05-22T15:42:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 447 | c | #include<stdio.h>
void main()
{
int i,n,j,max,min;
int arr[100];
printf("enter the size of array:\n");
scanf("%d",&n);
for(i=0;i<n;i++)
{
printf(" enter element #%d : ",i+1);
scanf("%d",&arr[i]);
}
max=arr[0];
for(i=0;i<n;i++)
{
if(arr[i]>max)
{
max=arr[i];
}
}
printf("the maximum value is :%d\n... | [
"thakuraman2001@gmail.com"
] | thakuraman2001@gmail.com |
7c2e59459d3c39430fa940b690734dfcda9f4ac4 | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /third_party/mesa/src/src/mesa/vbo/vbo_exec_api.c | a02f0b2f2e6e2ba7aa0fba2493934d478493c77f | [
"LGPL-2.0-or-later",
"MIT",
"LGPL-2.0-only",
"GPL-1.0-or-later",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C | false | false | 42,773 | c | /**************************************************************************
Copyright 2002-2008 Tungsten Graphics Inc., Cedar Park, Texas.
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... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
27ef8ec508041838ecba135d3f4900cccde980f4 | 4c645b71efd12990a2e79ddf8578ff95ce04811f | /main.c | 9e43391f1476b46e826d3e35aed78ac3c5eeda6c | [] | no_license | zxcv2008a/TrustZone_ARMageddon | 9e7ab155135672c5014ad821fbc3b2dd1505a719 | 3a00cc0e83638bcda19d40d87f8fb9c19ab96ec2 | refs/heads/master | 2022-12-26T00:18:45.920035 | 2020-09-23T07:10:00 | 2020-09-23T07:10:00 | 271,739,097 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,913 | c | /*
* Copyright (c) 2019,2020 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr.h>
#include <sys/printk.h>
#include <arm_cmse.h>
#include "tfm_api.h"
#include "tfm_ns_interface.h"
#ifdef TFM_PSA_API
#include "psa_manifest/sid.h"
#endif
K_MUTEX_DEFINE(tfm_mutex);
__attribute__ ((no_instru... | [
"noreply@github.com"
] | zxcv2008a.noreply@github.com |
fcfecb35f22bf856982e078696f9ed97235416f4 | ee38a66833ab138f12d6f536abeecef2726ec1d4 | /include/doublen.h | a696d7cdc1e7a7914bf7405e8f8793224c55e795 | [
"PostgreSQL"
] | permissive | NoahChristiansen/MobilityDB | 878119110a8cb595c20d172fbe6b9cdb322ebeb6 | 2c5a93ee3ffa1236d46fe3f58fad92f02fedbb4b | refs/heads/master | 2020-09-13T09:37:50.001529 | 2019-11-18T16:26:09 | 2019-11-18T16:26:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,116 | h | /*****************************************************************************
*
* doublen.h
* Internal types used for the average and centroid temporal aggregates.
*
* Portions Copyright (c) 2019, Esteban Zimanyi, Arthur Lesuisse,
* Universite Libre de Bruxelles
* Portions Copyright (c) 1996-2019, PostgreSQL ... | [
"wit@cs.ulb.ac.be"
] | wit@cs.ulb.ac.be |
e2912f85b937818839ff2d4d26f9ef94c4b62b1b | fea208ae001e11443e312c6c04f38b4492275380 | /src/vmd642_uart.c | fa975f49b18e43e9f228574921694440d484bfdd | [] | no_license | bitmingw/DM642_OUT_CH0 | 724a7401440cbaf70dbd748f4296335c88d843d9 | 2505d1c0bd0764f2d5ec656063ea8943fe3b1b66 | refs/heads/master | 2021-01-21T11:04:02.887263 | 2014-11-30T01:04:42 | 2014-11-30T01:04:42 | 23,212,986 | 0 | 3 | null | null | null | null | GB18030 | C | false | false | 5,548 | c | /**************************************************************************/
/* Copyright 2006 by VisionMagic Ltd. */
/* All rights reserved. Property of VisionMagic Ltd. */
/**************************************************************************/
/*
* ===... | [
"bitmingw@gmail.com"
] | bitmingw@gmail.com |
6ab7cc68e65533a0fee267add526312c0b9f7da4 | 8f091f5b0606e7937b3f4397228cebe3a9923370 | /ClienteSimples.c | db5f7bff65a8b1d50279ec4a3b6ec7203bd40e3e | [] | no_license | luizfernandodag/TRAB | 2d48788a27d043da5f3c447665751f088837d792 | 1ed9635bed096e3bec73c762141f9a56b6eaa0f7 | refs/heads/master | 2021-01-22T08:59:20.288391 | 2015-07-09T02:01:32 | 2015-07-09T02:01:32 | 37,267,286 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,337 | c |
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <netdb.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
#define PORTA 21000 /* Porta para conectar */
#define MAXDATASIZE 100 /* máximo número de bytes que poderemos enviar
po... | [
"luizfernandodag@gmail.com"
] | luizfernandodag@gmail.com |
f0f21d0214c08da0d222f56998cd99f2a6cec972 | 20843b1e910967a698676daccb4694eea5848f76 | /Pods/Headers/Private/MLNKV/MLNKVType.h | e9daa9f518a861f1cce980281ecbae0af115200c | [
"MIT"
] | permissive | momotech/MLNKV | 1ad76823b63ec637bd700e777f07ebf8dd91a4ef | a98d5f9596fcf8a9107e8b5aae4f0c5cbd61a0ab | refs/heads/master | 2020-11-23T21:52:07.513710 | 2020-01-17T02:29:46 | 2020-01-17T02:29:46 | 227,836,092 | 62 | 10 | MIT | 2019-12-23T13:32:21 | 2019-12-13T12:31:43 | C++ | UTF-8 | C | false | false | 34 | h | ../../../../Source/cpp/MLNKVType.h | [
"sun.zongtang@immomo.com"
] | sun.zongtang@immomo.com |
67f82267d7f70d48c25120afda57e234cdf93b5c | dea198896f679e577a3fd0923e3fa4470da4b9cc | /ASE15/valtiny2/mutant100070_tiny.c | 1d0f2665201431deee035c67d6085f244f1a018b | [] | no_license | naustarg/cbmcmutate | f138ab2b04b4be70d735de90815ac670ae6042ce | a6ee6fd395338bb2dfd6bdffabb2dc484cb303f1 | refs/heads/master | 2020-04-04T08:10:15.913309 | 2018-05-21T18:23:58 | 2018-05-21T18:23:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,750 | c | /*
* Read-Copy Update mechanism for mutual exclusion, the Bloatwatch edition.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any l... | [
"alexgroce@Alexs-iMac.local"
] | alexgroce@Alexs-iMac.local |
a8d23943fedc754443ea5e0bcfd9d9ddddc7d974 | 8f5ac8ff6977fe53108e14318c7b23bbe44126a8 | /linux/kernel/blk_drv/floppy.c | ffff706aa647dc817365b8f61741bfeee4d15333 | [] | no_license | norfa/linux | 84b41aeec81cea891c91a57b2b5d36a25769ba9e | 97b3c6cf0c440d7caab55fe732bdd7ed468e5222 | refs/heads/main | 2023-09-04T19:04:32.870397 | 2021-11-14T08:47:36 | 2021-11-14T08:47:36 | 427,867,911 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,576 | c | /*
* linux/kernel/floppy.c
*
* (C) 1991 Linus Torvalds
*/
/*
* 02.12.91 - Changed to static variables to indicate need for reset
* and recalibrate. This makes some things easier (output_byte reset
* checking etc), and means less interrupt jumping in case of errors,
* so the code is hopefully easier to understand.
*... | [
"norfa@qq.com"
] | norfa@qq.com |
4282ce56bea16a541316dde2bc365c7749564497 | fee653cbe83df4f788c27a6b26cee11e0de6e27b | /my_putstr.c | aca3eda43ecad7b0ff5cdd407a43b84daf297484 | [] | no_license | Cedani/sokoban | d8db83d6c315ee8d5e1b173ed6bcc96b35be0d3c | d0368a622854aff239e1a0db788b9c361edcd66a | refs/heads/master | 2021-02-08T15:02:01.860756 | 2019-12-13T18:08:58 | 2019-12-13T18:08:58 | 244,163,745 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 580 | c | /*
** EPITECH PROJECT, 2019
** CPool_Day04
** File description:
** my_putstr.c
*/
#include "my.h"
int my_putstr(char const *str)
{
int i = 0;
while (str[i] != '\0') {
my_putchar(str[i]);
i++;
}
return 0;
}
void display_usage(void)
{
my_putstr("USAGE\n");
my_putstr("\t ./my_sok... | [
"cedanikak@gmail.com"
] | cedanikak@gmail.com |
466a701cbe214819eb0b9f1fa8048b6f0dc71aae | 139caa08e7f8f0c557b6ce963737aad008613313 | /2nd_pcb_slave/lib/Pinmap_2nd/src/Pinmap_v1.h | 80ee6da46f39ec1dd620ce5a093cea66f05a5f30 | [] | no_license | urp2020/arduino_and_stm_codes | eb8f9cd1da21291d84cb7227306990fc951b220c | 956ffd36ad79e993574fea8b4df78cefd28f8f65 | refs/heads/master | 2023-01-24T08:48:27.173662 | 2020-12-05T09:22:24 | 2020-12-05T09:22:24 | 313,311,702 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 405 | h | #include <mbed.h>
#ifndef DEF_PINS
#define DEF_PINS
#define force_mag PA_4
#define force_dir PA_10
#define stall PB_10
#define ms1_inside PA_6
#define ms2_inside PA_8
#define ms3_inside PA_9
#define step_inside PB_4
#define dir_inside PB_6
#define ms1_outisde PB_1
#define ms2_outisde PB_0
#define ms3_outisde PC_5
#... | [
"parkjani2@gmail.com"
] | parkjani2@gmail.com |
e9f497b37ddc126cf7fd7c49e29258f261b27677 | bc949cbcded25afc8511d07c8d86509d5746b2a8 | /dataset/15299.c | c5625201d155c8631717d4f3f1cfd58ee2cd9d3d | [] | no_license | hqjenny/CSmith_random_pgm | 52aa1face59749a9d0656fc4088f6f921aac2dab | 0ebf41b85201cbe791a13304cdb45e22504f0ce7 | refs/heads/master | 2023-08-17T23:28:24.519500 | 2021-09-15T19:55:23 | 2021-09-15T19:55:23 | 406,904,982 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,117 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.2.0
* Git version: dcef523
* Options: --no-structs --no-pointers --no-math64 --max-funcs 4 --no-unions --output 15299.c
* Seed: 2650973001
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- G... | [
"hqjenny@hotmail.com"
] | hqjenny@hotmail.com |
321ed8ac5fc7d832a099dd0f43dc429a14489ab6 | d3b7f2b99c591f55f9bd6c77dda7a1f15b8650d0 | /372.SortinAlgorithm.c | e564351604b6ebafa2e8f46ad6db2e029744ea4e | [] | no_license | AshDyh1999/WOJ | 2758bafe7b1b5d5865fe69574a076629d522821d | f0998da988649a31cb2259a6a103a5e6f8bf6232 | refs/heads/master | 2022-07-29T05:21:10.357659 | 2020-05-24T15:06:36 | 2020-05-24T15:06:36 | 260,165,792 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 427 | c | //372. Sorting Algorithm
#include<stdio.h>
#include<algorithm>
using namespace std;
int main(){
int i,j,k;
int num[100001];
int m,n;
while(scanf("%d%d",&n,&m)!=EOF){
if(n==0 && m==0){
break;
}
for(int i=0;i<n;i++){
scanf("%d",&num[i]);
}
sort(num,num+n);
for(int i=0;i<n;i=i+m){
if(i==0){... | [
"759045809@qq.com"
] | 759045809@qq.com |
902e15ba38dad9993d5e92b17439b3189d8a374d | 8349aac7fbee610b2dbe5d1fa13e9d714a0264e3 | /2018/codegate_prequal/6051/source.c | d76aa57c5a6ab812a99af958db8b98c4d1091059 | [] | no_license | 5unKn0wn/ctfs | 3d3adde87ebbc8c2350e48274a15c35887444625 | b973773b43bdb4e6ad80606aa11b690fc44545cb | refs/heads/master | 2023-08-10T01:54:14.798392 | 2023-07-21T23:50:21 | 2023-07-21T23:50:21 | 92,021,189 | 34 | 8 | null | null | null | null | UTF-8 | C | false | false | 7,504 | c | // FLAG{w0w_w0w_w0w_s1mp13_str1n9_c0mpr3ss10n_1011110100011}
// gcc -o 6051 source.c -O3
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#define BINSIZE 8
#define IDNET 0x16
unsigned char s[256] =
{
0x63, 0x7C, 0x77, 0x7B, 0xF2, 0x6B, 0x6F, 0xC5, 0x30, 0x01, 0x67, 0x2B, 0xFE, 0xD7, 0xA... | [
"5unKn0wn.lee@gmail.com"
] | 5unKn0wn.lee@gmail.com |
9b384b4b609b84fa82da3e45376868b397ec2a1b | e3a28aa7cf1d090a05408e647f26cbc2ed6085c2 | /Libraries/AT32F4xx_StdPeriph_Driver/src/at32f4xx_ertc.c | 1e29e981612d90b428d1fa6bf0657c9bacbe22ac | [] | no_license | IVY-DAN/YICHEN | 63a5fb80fe92f43683d49d1a063312b6b94a0a7b | 27bb0fd2dbec1e83e4dd97ba02aaeadde1fd5101 | refs/heads/master | 2023-01-23T00:31:38.379551 | 2020-12-05T08:03:54 | 2020-12-05T08:03:54 | 318,739,481 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 84,730 | c | /**
**************************************************************************
* File : at32f4xx_ertc.c
* Version: V1.2.4
* Date : 2020-08-26
* Brief : at32f4xx ERTC source file
**************************************************************************
*/
/* Includes -------------------------------... | [
"ivy_dan@outlook.com"
] | ivy_dan@outlook.com |
116aa39b00a2e633a563ae6d58b5f5b26eeb8b3d | ad27d7c27cc5579d95f95085f0a900b0d1aab59e | /ex06array03.c | b5bc861c057109d4bd469e2e7c897b6a967f21c1 | [] | no_license | addn2x/clang | 7e384f2bef28f5ae63f63d949a8e273f817f0e84 | 6342e745d1826866004c2691f67755be6e6b3671 | refs/heads/master | 2020-04-20T13:41:45.377326 | 2019-02-02T20:45:47 | 2019-02-02T20:45:47 | 168,875,564 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,467 | c | #include <stdio.h>
/*
#define NELEMS(x) (sizeof(x) / sizeof((x)[0]))
*/
void print_array(const int array[], int n);
void increment_array(int array[], int n);
/* void print_array(const int [], int); */
/* void increment_array(int [], int); */
void print_array_ptr(const int *array, int n);
void increment_array_ptr(in... | [
"addinbox@protonmail.com"
] | addinbox@protonmail.com |
577896a0e9b6ff1589ad683c6b91c4b116100ebb | 0bd1c9b6941a5450f68c15acfb13a6a8ad7d3e8a | /iterative_update.c | a6d286b51a521304ad89db68d6e32a2a7faa9156 | [] | no_license | SounakBiswas/HHK-codes | d2a9d4cf175fb7700c081d3a156b408ad17b4cf2 | 278ef459010551a4bbbf5e073b12df429eba65e4 | refs/heads/master | 2020-08-07T11:31:21.228144 | 2019-10-27T18:22:00 | 2019-10-27T18:22:00 | 213,432,998 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,148 | c | #include "global.h"
double getenergy(){
int i,j;
double e=0;
double hx,hy,hz;
for(i=0;i<nsites;i++){
hx=hy=hz=0;
for(j=0; j<4; j++){
hx+= -sx[neigh[6*i+j]];
hy+= -sy[neigh[6*i+j]];
hz+= -sz[neigh[6*i+j]];
}
for(j=4; j<6; j++){
hx+= -j2*sx[neigh[6*i+j]];
hy+= -j2*... | [
"sounak.pablo@gmail.com"
] | sounak.pablo@gmail.com |
7a7b607e87097b619305560c78c10ce35a6346c6 | fe1384332d147f3f810a1e1eaf53107390cd996c | /client/src/dbuslog_receiver.c | 0e35fd3d17bb4d52789b17211fd9166013e9f547 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | monich/libdbuslog | bd0ee0e628c309fc19f75e66a81a9ecfa786e0cd | 08e197eaa7faef66f9e59531e0930e8739c9221d | refs/heads/master | 2021-12-24T19:49:46.444221 | 2021-12-13T15:06:23 | 2021-12-13T15:06:23 | 188,551,115 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,954 | c | /*
* Copyright (C) 2016-2018 Jolla Ltd.
* Contact: Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
... | [
"slava.monich@jolla.com"
] | slava.monich@jolla.com |
d85f29932d0b0f2e58713f73e6fcd732c460908e | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/36adbb8b-39a6-4eb5-b614-29a4fa18ee5c.c | ee0829a073c29a8cd34eb4e1bbfda02d53ff2b3e | [] | 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 | 568 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i%j;
l = k%j;
k = k-j*i;
//variables
/* START VULNERABILITY */
int a;
long b[50];
long c[26];
a = 0;
do {
a++;
/* ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
294362deadeaf6e86eb91a075f41768e0834190e | 19d1bb2d3fa6b863e966abf417a73650788481b3 | /Library/Il2cppBuildCache/WebGL/il2cppOutput/UnityEngine.XRModule_CodeGen.c | 2aa44369b32d3668982e85214b8815f0771cde0a | [] | no_license | xansh/Alien-Shooter | c3e65fb220da867c4706681e62d23974e84ff94e | 65aa502d87604ea9d87fca4b2a4075176281c4be | refs/heads/main | 2023-09-04T10:42:47.453887 | 2021-10-19T13:30:11 | 2021-10-19T13:30:11 | 413,310,854 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,551 | c | #include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
// 0x00000001 System.Void Microsoft.CodeAnalysis.EmbeddedAttribute::.ctor()
extern void EmbeddedAttribute__ctor_m4E9EEA70016F5DDF1137BD478DC0BB0D2A3EB1A0 (void);
// 0x00000002 ... | [
"1928013@kiit.ac.in"
] | 1928013@kiit.ac.in |
99a0950aa377804807efc30e33156b1bf9326ee3 | 4bee54ba27613980e7a3becadf5769011ff440b4 | /src/hello_git.c | 8ff5a3742c9217a97821690a42e487535b36cde1 | [] | no_license | NathanIceSea/git_practice | 2b600a38c9ad831142def6290e839a392a04683d | 0c0367e2ab93c27d9a4ded1510957a845273eb20 | refs/heads/master | 2022-12-27T16:16:36.155332 | 2020-10-08T02:26:53 | 2020-10-08T02:33:39 | 301,660,816 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 122 | c | #include <stdio.h>
int main() {
printf("Hello, world with Git!\n你好,拥有 Git 的世界!\n");
return 0;
} | [
"xmhjnathan@gmail.com"
] | xmhjnathan@gmail.com |
7528ae37cba261d11e0e8851fba03ca942556a5e | 9f1f1eae4fc1db960a558c09b0b6697a897628b0 | /centroid/centroid.c | b6564d50013c6a5a62348e20d1940acf815dc605 | [] | no_license | cpphoo/demos | 4fdf0395bcfb5b1962efdb5722c5188b2e1f5549 | 4cf2e7ab367f7d774c6e22ecc486caf4a1e73e24 | refs/heads/master | 2022-12-18T04:19:22.630665 | 2020-09-16T01:17:23 | 2020-09-16T01:17:23 | 295,887,645 | 0 | 0 | null | 2020-09-16T01:07:57 | 2020-09-16T01:07:56 | null | UTF-8 | C | false | false | 1,658 | c | #include <stdlib.h>
#include <stdio.h>
#include <omp.h>
void fill_array(double* p, int n)
{
for (int i = 0; i < n; ++i)
p[i] = (double) rand() / RAND_MAX;
}
void centroid1(double* result, double* xy, int n)
{
double x = 0.0;
double y = 0.0;
for (int i = 0; i < n; ++i) {
x += xy[2*i+0]... | [
"bindel@cornell.edu"
] | bindel@cornell.edu |
32747f5db1b228b7c7301b49c25c55800811b7e5 | bb63c9a0b0f48f160383b6bc9d51f8b03a65fcb4 | /Code2.c | 68a08b38ff0e96acff77700b31a81819ae2f15e6 | [] | no_license | veerakumar-rayana/OS-project | 00a399a17909b5c4cf751dfb5561e1046d5ced46 | 7959d03701015af272ed00b5c66100eddabc8908 | refs/heads/master | 2021-05-18T01:26:13.862547 | 2020-03-29T16:48:59 | 2020-03-29T16:48:59 | 251,046,279 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,125 | c | #include<stdio.h>
struct scheduling
{
int pname, arvlTime, waiturnT, turnT, priority,burT, burTcopy;
}Q1[15],Q2[15];
void main()
{
struct schedule;
int i,time=0,FixedT,RobinT,bu_t=0,largest,totalP,count=0,k,pf2=0,totalP2,n,pos,j,flag=0,y;
float WTime=0,TATime= 0,avgWtime,avgTAtime;
scanf("%d", &totalP);... | [
"noreply@github.com"
] | veerakumar-rayana.noreply@github.com |
c78066166f62ce255d172bd559d74b97e31c160a | 59d5ea8d350a4c6276847b899d2c6041eedfa79b | /2sem/121/EPS121/EP5/iofilmes.h | 2a8efbc9e36d848f1905e5b97d42978fd4cc8a28 | [] | no_license | louhmmsb/IME | 160d343d7746d72c0ae435066b380075d7ca7aba | 12c40622814ee121e0f563abca9b065e06d1e438 | refs/heads/master | 2023-02-21T05:46:02.500620 | 2021-01-22T15:23:48 | 2021-01-22T15:23:48 | 257,774,633 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 641 | h | /*
NAO EDITE OU MODIFIQUE NADA QUE ESTA ESCRITO NESTE ESQUELETO
NO ENTANTO, VOCE PODE ACRESCENTAR ALGO QUE ACHAR CONVENIENTE
COMO PROTOTIPOS DE NOVAS FUNCOES.
Aqui estao os prototipo das funcoes de entrada e saida
de filmes.
*/
#ifndef _IOFILMES_H
#define _IOFILMES_H
#include "util.h" /* Bool */
#in... | [
"louhmmsb@hotmail.com"
] | louhmmsb@hotmail.com |
1f421c735694ee69d346012e6cfdd1b46b29378e | 38ab9d211de178f7800037a38fda93b31dbef20c | /drivers/block/sx8.mod.c | 50e12d51aaa2b7cc38f6073ae99631ceec56aa32 | [] | no_license | ZihaoPri/Dataflow-Modle-Scheduling | 11ce44cdd5f06c4fef8bc43821ad2fb3c3aa188a | c0e17beeafee3c91524633ad5608a5d33f61933d | refs/heads/master | 2022-04-27T15:00:22.999628 | 2020-04-03T15:08:42 | 2020-04-03T15:08:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 738 | c | #include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__attribute__((section(".gnu.linkonce.this_module"))) = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODU... | [
"wzh"
] | wzh |
4eaedbae46e7584f49f430e6a780758ef2450dab | 3205f915fcbb11e8b6631dd9e339ce33d70f0f78 | /access_linux_proc_banner.c | 59fa2c587b3b8a87bf22717609b0f413447b6d35 | [] | no_license | nquinquenel/meltdown-exploit | 5324e9a3a9f0e93a4fc925a7d6562d2c1215adba | 255d8319ce7cf5a737fb76464e8b1722ff8791a5 | refs/heads/master | 2021-04-09T15:37:51.701997 | 2018-03-19T07:47:29 | 2018-03-19T07:47:29 | 125,581,261 | 0 | 0 | null | 2018-03-16T23:46:36 | 2018-03-16T23:46:36 | null | UTF-8 | C | false | false | 232 | c | #include <stdio.h>
#include <string.h>
int main(int argc, char *argv[]) {
if (argc == 2) {
char *value = *(&argv[0]);
printf("Character at %lx : %c", *(&argv[0]), value);
} else {
return -1;
}
}
| [
"nicolas.quinquenel@etu.univ-nantes.fr"
] | nicolas.quinquenel@etu.univ-nantes.fr |
4bf2ac101b2eb5213a6feee70efc33891a84bcd7 | e3909f47065449452664d179954c4c59480407ff | /demos/arduinoBlockly/arduino-1.8.5/hardware/tools/avr/avr/include/avr/iox64a3u.h | e4300c151f8bfd103b9247e45b008333f3cf1cc9 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | iamsush/ArduinoBlockly | 19e3bfcfbd42f494ca329c3b6994c4c16dfce2e8 | 53033ce6a0637d61bf0508d44b56574de681e4d7 | refs/heads/master | 2022-12-25T16:29:03.442652 | 2018-08-14T06:12:37 | 2018-08-14T06:12:37 | 144,675,590 | 1 | 0 | Apache-2.0 | 2022-12-08T09:57:59 | 2018-08-14T06:04:27 | JavaScript | UTF-8 | C | false | false | 353,309 | h | /*****************************************************************************
*
* Copyright (C) 2016 Atmel Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redist... | [
"ug201311035@iitj.ac.in"
] | ug201311035@iitj.ac.in |
f0c180531343cde07993e0e2db81df69b67838aa | 4b9d4efb0ed03b31b33936e5158782c788589146 | /Solutions/Chapter 06/project06.c | fc477fd64068826d9554a183c547b5d943f3c82b | [] | no_license | dulanw/c-modern-approach | 2b2e95e65d4dc062bba9b93fbea132b7cb202f61 | d3ae0bfda1fc2011a8d8dbeab98dd53a4479e5cb | refs/heads/master | 2021-09-08T01:51:08.261618 | 2018-03-05T16:09:29 | 2018-03-05T16:09:29 | 115,809,087 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 331 | c | #include <stdio.h>
int main(void)
{
int number;
printf("Enter a number: ");
scanf("%d",&number);
if (number > 0)
{
for (int i = 1; i * i <= number; i++)
{
if ((i * i) % 2 == 0)
{
printf("%d\n", (i * i));
}
}
}
r... | [
"dulanr.w@outlook.com"
] | dulanr.w@outlook.com |
804945ba24c82929e0f4afcae2f5fc4dea41b07c | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/inetcore/urlmon/inc/mluisupp.h | 00d8b1942de641783a0031182afb82ccbe809086 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 6,993 | h | #ifndef _INC_MLUISUPP
#define _INC_MLUISUPP
#include <shlwapi.h>
#include <shlwapip.h>
#ifdef __cplusplus
extern "C"
{
#endif
//+------------------------------------------------------------------
// Multilang Pluggable UI support
// inline functions defs (to centralize code)
// copied over from shell\i... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
9222c2a441b8dac8bca197bc2fe9d79ddc85b00d | 768cea4721ebe4439ce7af0a372726b703d484bd | /levels/bits/areas/1/4/geo.inc.c | 7bcb1e6f765991620eeb64a7e9b688effcda6d6d | [] | no_license | mountainflaw/sm64_60 | 08355027afd3a01ebabc246bac674dc666f17a15 | 831e0c420189e84a9369889b7f7cd9d276f38e2b | refs/heads/master | 2020-08-28T18:40:44.871138 | 2019-10-27T00:55:47 | 2019-10-27T00:55:47 | 217,787,985 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 201 | c | // 0x0E000460
const GeoLayout bits_geo_000460[] = {
GEO_CULLING_RADIUS(3900),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_OPAQUE, bits_seg7_dl_07005DB8),
GEO_CLOSE_NODE(),
GEO_END(),
};
| [
"n64"
] | n64 |
999da03b65a3fd0fd2eb3ca482b719dce55dac42 | db6903560e8c816b85b9adec3187f688f8e40289 | /VisualUltimate/WindowsSDKs/vc7_64/Src/crt/wdospawn.c | ce927c2831be90eb07577cd9f173871f299d81a3 | [] | no_license | QianNangong/VC6Ultimate | 846a4e610859fab5c9d8fb73fa5c9321e7a2a65e | 0c74cf644fbdd38018c8d94c9ea9f8b72782ef7c | refs/heads/master | 2022-05-05T17:49:52.120385 | 2019-03-07T14:46:51 | 2019-03-07T14:46:51 | 147,986,727 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 532 | c | /***
*wdospawn.c - spawn a child process (wchar_t version)
*
* Copyright (c) 1993-2001, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _wdospawn - spawn a child process and pass wide environment
*
*******************************************************************************/
... | [
"vc6@ultim.pw"
] | vc6@ultim.pw |
0bb2878bd859a617cf803ee86fdab9637056fa8e | 236fcfb16f8da3427ce6057b70fc95c7dae36338 | /队列/链表实现.c | ac45013ba8a36b84be5107ed02085a1377af4dfc | [] | no_license | liuzhengtx/data-struct-by-C | 9fe67f2e0cd2c439eb7a7900a0a5b99da6a8951d | 5b9be80f40c4f572d63a7eb9e676f7be1a615c01 | refs/heads/master | 2021-05-05T00:36:53.807892 | 2018-03-03T07:38:28 | 2018-03-03T07:38:28 | 119,547,966 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 1,740 | c | #include <stdlib.h>
#include <stddef.h>
#include <stdbool.h>
#include <stdio.h>
typedef struct node
{
int data;
struct node *next;
}NODE,*PNODE;
typedef struct queue
{
PNODE front;
PNODE rear;
}QUEUE,*PQUEUE;
//初始化空队列
void InitQueue(PQUEUE Q)
{
Q->front=(PNODE)malloc(sizeof(NODE));
if(NULL==Q->front)
{
printf(... | [
"2575046221@qq.com"
] | 2575046221@qq.com |
a3e4d310ab8f050160f8f0abe035e70ece8c40db | 49d6713d4df0982333dd0bb421313beef75d7be1 | /Pods/BoringSSL-GRPC/src/crypto/trust_token/pmbtoken.c | 590b6a5be891c01d2b43c8580f2e33e5377f4a0c | [
"MIT",
"ISC",
"BSD-3-Clause",
"OpenSSL",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows"
] | permissive | qlcchain/QWallet-iOS | 8429dd6dd401fcf74ffc573061a686acadcd32a0 | 21dc93068e2f4bfe14b1fa65a398a049782894c5 | refs/heads/master | 2023-01-07T16:21:45.383012 | 2020-10-28T07:52:34 | 2020-10-28T07:52:34 | 139,524,606 | 4 | 1 | null | 2020-05-25T02:10:33 | 2018-07-03T03:35:51 | Objective-C | UTF-8 | C | false | false | 43,824 | c | /* Copyright (c) 2020, Google Inc.
*
* 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 in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS... | [
"kuangzihui@163.com"
] | kuangzihui@163.com |
875971a0d1fd7ab35537be657e1f8716ac3b7900 | ec99f7fb3ac669cabe76879365b4feef83784d23 | /Ch02_基本算法思想/Sec04_分治算法思想/DivideAndConquer/DivideAndConquer.h | f8e5cbe3832e25588c7b1f05fb5e43b8c19d1c95 | [] | no_license | shenyuanluo/C_CPP_CommAlgorithm | 252791381f8a9519f42d96da92262bdf6ecd766c | f885a71cb7a3806ad6f3ea445a4bea0ffcfb40ba | refs/heads/master | 2023-04-08T15:56:48.774127 | 2023-04-04T04:52:10 | 2023-04-04T04:52:10 | 109,986,606 | 19 | 7 | null | null | null | null | UTF-8 | C | false | false | 524 | h | //
// DivideAndConquer.h
// DivideAndConquer
//
// Created by shenyuanluo on 2017/11/18.
// Copyright © 2017年 http://blog.shenyuanluo.com/ All rights reserved.
//
#ifndef DivideAndConquer_h
#define DivideAndConquer_h
#include <stdio.h>
/**
求假硬币的编号
@param coinArr 编有号的硬币数组
@param lowNo 最小编号
@param hightNo 最大... | [
"shenyuanluo@163.com"
] | shenyuanluo@163.com |
f2fc37ba19e24d1858acabb8620ff81bcb7960ee | 9afba092cbc98a6af137bd25c3d00aa959cce7b2 | /tp3/src/sched.c | 64e3d1a4595f14b1cf35cfcc8ecf73e012c9fe6c | [] | no_license | alealbertini/personal | 8e6dd44aaa23a12efa9dcd9c86dda16e6edb01ee | b9d2498d4018f0bb99444d91924a0407548ae946 | refs/heads/master | 2016-09-05T23:27:52.232586 | 2014-12-31T21:52:34 | 2014-12-31T21:52:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,269 | c | /* ** por compatibilidad se omiten tildes **
================================================================================
TRABAJO PRACTICO 3 - System Programming - ORGANIZACION DE COMPUTADOR II - FCEN
================================================================================
definicion de funciones del sch... | [
"ale.dc@hotmail.com"
] | ale.dc@hotmail.com |
94aafa8bdfb7d2fbced27087002a66952ada9753 | f79bcb0d55087ff9eb2b842fc29d140a94d91faf | /test6.c/practice_2.c | 3319c2308ee622393635a4a95e5d5089bd74d07a | [] | no_license | Angelsufeiya/C_Practice | 31a7696c40d4cddb3d413dbbab8a9be45cfa622a | e19dd4cc6d8e4aed65468943f517bae38a195416 | refs/heads/master | 2020-05-07T05:43:36.307524 | 2020-02-25T14:05:05 | 2020-02-25T14:05:05 | 180,279,824 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,194 | c | //一个关机小程序
#define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
//使用goto语句
//int main(){
// char input[20] = { 0 };
// system("shutdown -s -t 60");
//again:
// printf("您的电脑将在1分钟之内关机,如果输入:我是猪,则取消关机!\n请输入:>");
// scanf("%s", input);
// if (strcmp(input, "我是猪" ) == 0){
// system("shut... | [
"Angelsufeiya@hotmail.com"
] | Angelsufeiya@hotmail.com |
4338618c7177e111ba1dcd8d75e6e1cd2e13f719 | f3b589ef1d0a7353ac7ec16ab4aa6c5d7f05dc0b | /libs/zlib123/zconf.h | 2637d74d34237a179c540343e3f15466c94e96ee | [] | no_license | Snake174/PipmakAssistant | 46b6abbaa9f7131fe64de3d31dad425f5f2f1d65 | 4095507f95ac4f483114394ec4038773c998c00c | refs/heads/master | 2021-01-04T22:32:39.834369 | 2015-03-06T04:41:51 | 2015-03-06T04:41:51 | 19,058,852 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,458 | h | /* zconf.h -- configuration of the zlib compression library
* Copyright (C) 1995-2005 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#ifndef ZCONF_H
#define ZCONF_H
/*
* If you *really* need a unique prefix for all types and library functions,
* com... | [
"jonnysereb@gmail.com"
] | jonnysereb@gmail.com |
98a0512dda02785a067706ab95b91c43e71e69f8 | 43c2f3a83033170b508d68c2b219f8fcec419a49 | /iPhoneOS5.1.sdk/usr/include/mach/vm_statistics.h | db9d80bd1d21219608b4fcfd50b4f337f6b4d08d | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-4-Clause-UC"
] | permissive | EachAndOther/Legacy-iOS-SDKs | 6c16ff1d22426174d21a276bb5cbd1b176365f89 | f188cd4e635c290c8a041ce857981c3d1baebdc9 | refs/heads/master | 2021-01-23T13:31:23.671900 | 2014-01-14T17:03:32 | 2014-01-14T17:03:32 | 15,907,400 | 1 | 3 | null | null | null | null | UTF-8 | C | false | false | 12,010 | h | /*
* Copyright (c) 2000-2009 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file ex... | [
"colm.mcbarron@iqcontent.com"
] | colm.mcbarron@iqcontent.com |
e24eb0ba0a42375b5c044db645dffe87066c6b0a | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/drivers/storage/kdext/scsikd/scsikd.h | 28cd56585bd151af87555488f063ff865246f332 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 279 | h | //+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1997 - 1997
//
// File: scsikd.h
//
//--------------------------------------------------------------------------
| [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
d43416ae765e962e122bbdaf44e33cf1ad116cb2 | 37c593b4c9b42d38ebfcac8d7160282c43fdb324 | /model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/Simulation/Balise_355_1_AmsterdamUtrechtL2_Sheet06_Bijlmer_Balises.c | 1fe214570820908ae650f3177707faebc88c482e | [] | 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,706 | c | /* $*************** 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-20T18:20:31
************************************************************... | [
"j.gaertner@railergy.com"
] | j.gaertner@railergy.com |
e2c1f9e305e72193a1513a32f5d427fcdd134ac0 | e42c4aa73d612055eb7c95197e48d2b5b105fab2 | /p76.c | b876dd0f3c8ba9c3e0a162ea42fc82520c49f86b | [] | no_license | bogdanoancea/c-programming | 97b7bfb04bbce93c2a3ed48b75820d5027ee8895 | 1309c11bb381c868f3cc982c55c8f647db76422a | refs/heads/master | 2022-11-11T22:30:38.676236 | 2022-10-31T06:28:14 | 2022-10-31T06:28:14 | 156,252,387 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 663 | c | #include <stdio.h>
#include<string.h>
#include<stdlib.h>
#define MAX 1200
int main(int argc, char** argv) {
FILE* pf;
int nr_cuv = 0;
int nr_chars = 0;
char buf[MAX];
char* p;
if(argc != 2) {
puts("Mod de utilizare: p76.exe nume_fisier");
exit(1);
}
pf = fopen(argv[1], "rt");
if (pf == NULL) {
puts(... | [
"bogdan.oancea@gmail.com"
] | bogdan.oancea@gmail.com |
64b2eeb632ba521cdc9e962cdc20e25feb9a9c0c | 79fad3c481288f1bacdd8a82dcf5fdc755aa06f5 | /C_part/libmx/src/string/mx_strndup.c | 499f449158f375bfd0432586142f3b6a9728c9dc | [] | no_license | wizaral/pathfinder | f1f81cb9891cf4d488dfc9767cb39d4cc26305f7 | 98d84b6f3dd1fe786b0df18aa7e1c39c3e80bf47 | refs/heads/master | 2022-03-31T01:09:17.692036 | 2020-01-30T19:24:29 | 2020-01-30T19:24:29 | 221,715,039 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 226 | c | #include "libmx.h"
char *mx_strndup(const char *str, size_t n) {
size_t len = mx_strlen(str);
size_t min = MX_MIN(len, n, size_t);
char *ptr = mx_strnew(min);
return ptr ? mx_strncpy(ptr, str, min) : NULL;
}
| [
"oafanasiev@e2r1p3.unit.ua"
] | oafanasiev@e2r1p3.unit.ua |
d5362fa8deb5573350b1cdfbc3f9fcfaf8e3b4a6 | 4f1d319133a467466a99c5197b519f73fd73e1f1 | /src/mame/drivers/bionicc.c | aef5d9d725ac0d1649d921fd147f1f25e6432b5f | [] | no_license | AltimorTASDK/shmupmametgm | 5da401800c7c435b1c3a5a927ba5bc15a6e056cd | 2911e3cf43d04a3d1587a48a63352c42647cc9e6 | refs/heads/master | 2021-01-13T00:50:22.251435 | 2015-12-13T18:16:27 | 2015-12-13T18:16:27 | 47,025,375 | 3 | 3 | null | 2017-02-05T01:09:53 | 2015-11-28T13:55:58 | C | UTF-8 | C | false | false | 28,052 | c | /******************************************************************************************
Bionic Commando
PCB is a 3 board stack:
Main CPU board: 86612-A-2
Graphics ROM board: 86612-B-2
Program ROM board: 86612-C-2
Main CPU: 68000CP10
Sound CPU: Z80A
MCU: Intel C8751... | [
"altimormc@gmail.com"
] | altimormc@gmail.com |
636debaae212d46240325ade8e5b47a5484b20d6 | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/MC/Bz/1700ppm/attic/Blinded/attic/MomBinnedAna/S18_ModuloFit_1200_1400_eQ.C | a2653a5f6fad915421bdbda9b89fc8415f1d2f51 | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 21,203 | c | void S18_ModuloFit_1200_1400_eQ()
{
//=========Macro generated from canvas: c/c
//========= (Thu May 6 16:53:20 2021) by ROOT version 6.22/08
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
gStyle->SetOptStat(0);
c->SetHighLightColor(2);
c->Range(-0.5964689,-0.4375,5.36822,0.4375);
c->SetFillColor(0);
... | [
"samuel.grant94@gmail.com"
] | samuel.grant94@gmail.com |
461e5c0d86b9177e7890571a263a85638497e61d | f9fca623a0aa91748e6ac85c28fde5a1309418dd | /include/ev3_lcd.h | fd8274b2bed7e5ff0015b0a983d857c99f42e25d | [] | no_license | simonedegiacomi/EV3-API | 2ab24977f619e486e46222ef57409d39beb3a28d | 7b3dd0ee42558318e4d0cb0e3de02d6653ba8f25 | refs/heads/master | 2021-07-12T03:52:33.254586 | 2019-11-26T21:15:10 | 2019-11-26T21:15:10 | 185,671,704 | 2 | 0 | null | 2020-03-14T06:16:04 | 2019-05-08T20:01:51 | C | UTF-8 | C | false | false | 8,162 | h | /** \file ev3_lcd.h
* \brief Functions and constants for controlling EV3 LCD
*
* ev3_lcd.h contains declarations for the EV3 C API LCD functions.
*
* License:
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance ... | [
"simonedegiacomi97@gmail.com"
] | simonedegiacomi97@gmail.com |
b679eda88e374f0da8874b559410dcaa0c98049f | 4051edf05d1fc0c4431bd33e2416542e11a24fc1 | /EBE-Node/df/mathdef.h | eb4e3e617d5d13ebcf3f275db8c5a47271017123 | [] | no_license | astrophysicist87/EBE-vUSPhydro | 98e9c30a3cacb7b6899502d4100f92161aa70054 | 75c0cb581a0486306051d8de719318059ce5aa20 | refs/heads/main | 2023-06-19T04:23:46.448158 | 2021-06-30T14:08:19 | 2021-06-30T14:08:19 | 305,754,068 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 137 | h | #ifndef _MATHDEF_H_
#define _MATHDEF_H_
#define PI (4*atan((float)1))
#define sqr(x) ((x)*(x))
#define cube(x) ((x)*(x)*(x))
#endif
| [
"plumberg.1@osu.edu"
] | plumberg.1@osu.edu |
b38a78e224e2a8b72ae2e284583e15dbacf6f7b3 | dfdf645799309de653c3a03ccda6b72d482e7ebd | /test_wait/test_waitpid.c | 5649a64871fbd5e014b145f0dcf717ecb9ee40ca | [] | no_license | aleale98/C_controllo_processi | 80481c2b2f73cb518dc736e6ec0e7906a0c2ac28 | 58e2c0cc15c97eca185f210b61d82686bc001e54 | refs/heads/main | 2023-04-08T08:30:28.583244 | 2021-04-16T20:50:29 | 2021-04-16T20:50:29 | 351,594,124 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 819 | c | #include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <sys/sysinfo.h>
#include <sys/wait.h>
#define NUM_KIDS 20
int main(){
for(int i = 0; i < NUM_KIDS; i++){
switch(fork()){
case -1:
printf("Error\n");
exit(-... | [
"alessio.mungelli@edu.unito.it"
] | alessio.mungelli@edu.unito.it |
d2307c26d7d4d7777446a7feab794c1d765a6e74 | f0b7c610f945e148fc90756e336bb341567e9485 | /ext/pdo_odbc/pdo_odbc.c | 56d46b50ae0efeac3b74ada043599a8f3526657f | [
"BSD-4-Clause-UC",
"blessing",
"LicenseRef-scancode-other-permissive",
"TCL",
"LicenseRef-scancode-public-domain-disclaimer",
"ISC",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"JSON",
"BSD-3-Clause",
"Zlib",
"LicenseRef-scancode-pcre",
"PHP-3.01"
] | permissive | Sakshi525/PHP | fe2f72fea791bf0f231401bcdb7b5a176c0634ac | d460d6c903c5afc04aaac9c8353654cb099a5291 | refs/heads/master | 2022-12-23T15:50:47.171671 | 2020-10-01T07:41:16 | 2020-10-01T07:41:16 | 300,189,641 | 0 | 0 | NOASSERTION | 2020-10-01T07:35:49 | 2020-10-01T07:35:49 | null | UTF-8 | C | false | false | 5,693 | c | /*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2011 The PHP Group |
+--------------... | [
"robert@xarg.org"
] | robert@xarg.org |
4c4289be6a24996b276ad7a172fcaf280d884841 | ff6122afe701eaa0f1aac83905602cc1ef79af10 | /msg.h | 4a38f7f788c8c472eea6e39c970f6611026faa45 | [] | no_license | SmartArduino/StingerOS | a1c38a3c88ebde0809b44f7816ac53cff7e1bbb0 | a43d87fe6fbf5fff186cd6961753ab1fd34009c8 | refs/heads/master | 2021-01-23T11:20:18.577684 | 2014-09-19T09:43:57 | 2014-09-19T09:43:57 | 24,223,306 | 8 | 4 | null | null | null | null | UTF-8 | C | false | false | 708 | h | #ifndef _MSG_H_
#define _MSG_H_
#include <stdio.h>
#include "stinger.h"
typedef struct msg{
UINT8 pid;
UINT8 *data;
struct msg *next;
struct msg *prev;
}msg_t;
extern struct msg *MsgQueue, *MsgList;
void msg_queue_init(void);
UINT8 is_msg_list_empty(msg_t *head);
void insert_msg_to_queue(msg_t *head, msg_t *... | [
"yichoneyi@gmail.com"
] | yichoneyi@gmail.com |
46ab7bb3ab5297074f0920d08545ee438438ecbf | ab02d84731a1ff0a71a5b512eaeb270a7eea79f0 | /ass1/login_linux.c | 4b239d50d6deeafa70c2a75ffa2d46b1da00e0ee | [] | no_license | svenssom/ComputerSecurity20 | bec747bc044c692791cc646f847cf0b685eafcfb | 80784dcee96f94f3986b4d6bf046ab457813accd | refs/heads/master | 2020-12-26T07:59:08.220608 | 2020-02-06T23:15:24 | 2020-02-06T23:15:24 | 237,440,459 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,268 | c | /* $Header: https://svn.ita.chalmers.se/repos/security/edu/course/computer_security/trunk/lab/login_linux/login_linux.c 585 2013-01-19 10:31:04Z pk@CHALMERS.SE $ */
/* gcc -std=gnu99 -Wall -g -o mylogin login_linux.c -lcrypt */
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <stdio_ext.h>
#include... | [
"svensson.tove@outlook.com"
] | svensson.tove@outlook.com |
afb5745b88103ae8a57a21e9fb26fddf8532d594 | 651f7d1110966d7efa76a9a23a8b80e791c8849e | /0x05-pointers_arrays_strings/9-strcpy.c | 15ae44e5cdd6b59cd0d68a83052f44fff232b5da | [] | no_license | mmanumos/holbertonschool-low_level_programming | 7035a839f6d3aad869d9f4bed47c9dcc601df8c0 | 5b51e3c63d5de62fb48dcf471fd38ece42ed3af3 | refs/heads/master | 2020-07-28T06:47:42.957209 | 2020-04-17T02:31:10 | 2020-04-17T02:31:10 | 209,341,749 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 345 | c | #include "holberton.h"
#include <stdio.h>
/**
* _strcpy - reset values from from pointer
* @dest: pointed array
* @src: String to copy
*
* Return: Return string to pointer
*/
char *_strcpy(char *dest, char *src)
{
int cont = 0;
while (src[cont] != '\0')
{
dest[cont] = src[cont];
cont++;
}
dest[cont] = '... | [
"mosqueramanuel5@gmail.com"
] | mosqueramanuel5@gmail.com |
80d78fc33b48f5797ff7ca5e16249c596b71e3b3 | e313e36207f145df485f89bd807b31c0a104fd51 | /0x06-pointers_arrays_strings/3-main.c | 80cf6be46406b85792a23c60d124fb105b7697c0 | [] | no_license | Vivian-Alemba/alx-low_level_programming | cae78147551490853f2f57b8b2a9a234e1317004 | 76d5ff04751f476a8930651f2a71227b7055e19d | refs/heads/master | 2023-08-18T10:43:43.944388 | 2021-10-21T20:30:56 | 2021-10-21T20:30:56 | 400,149,988 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 335 | c | #include "main.h"
#include <stdio.h>
/**
* * main - check the code
* *
* * Return: Always 0.
* */
int main(void)
{
char s1[] = "Hello";
char s2[] = "World!";
printf("%d\n", _strcmp(s1, s2));
printf("%d\n", _strcmp(s2, s1));
printf("%d\n", _strcmp(s1, s1));
... | [
"alembavivianauma@gmail.com"
] | alembavivianauma@gmail.com |
aaaaa6d7197dcbd3dd86cb13f8d4611048d71a2c | 6c0d489a8032915848fa7f9368698a2636eecd33 | /522/CycloneTCP_SSL_Crypto_Open_1_7_2b/demo/common/atmel/devices/sam4e/pio/sam4e8e.h | 60a7451fd5a42dac161822428cc2088d049cc2f0 | [] | no_license | lstefani006/teensy | d05f044557fdff19594b9b4882226b42acb7dd1a | c8200f1ee43f6426d4f3acf0a3784f13626b8b48 | refs/heads/master | 2021-05-16T02:19:27.449462 | 2020-11-20T20:59:08 | 2020-11-20T20:59:08 | 43,541,230 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,630 | h | /* ---------------------------------------------------------------------------- */
/* Atmel Microcontroller Software Support */
/* SAM Software Package License */
/* -----------------------------------------------------------------... | [
"leonardo.stefani.ge@gmail.com"
] | leonardo.stefani.ge@gmail.com |
d93fc2930f4a21a10b1bf92e3503bc7cc1595d82 | bc9d686a363007a652efba3d83c9a05f1123a8ee | /3.Linux/IPC_pipe/daemon.c | 9c7f8dd32eabe2b8ad71b9e6baa703b876fb9e68 | [] | no_license | NicolasVillalba/CS_exe | ca4f091aa7354ae50f29cb99308a7203e3f31523 | 99736a3f9d62c6e48788411c479728bea2767706 | refs/heads/master | 2021-01-13T21:22:21.560310 | 2016-06-14T12:58:42 | 2016-06-14T12:58:42 | 81,840,219 | 2 | 0 | null | 2017-02-13T15:31:38 | 2017-02-13T15:31:38 | null | UTF-8 | C | false | false | 383 | c | //守护进程
#include<stdio.h>
#include<stdlib.h>
#include<unistd.h>
#include<sys/stat.h>
int main()
{
if(fork())//父进程
{
exit(0);
}
setsid();//子进程
chdir("/");
umask(0);
int i;
for(i = 0; i < 3; i++)
close(i);//关闭进程描述符
while(1){//守护进程
sleep(1);
... | [
"wlf602174464@qq.com"
] | wlf602174464@qq.com |
de5700d9f19ac4853ad16f8cd17f0898797cd48c | 1b936254d4ca65b4ee0ea648cc31db076fee7271 | /Pods/Target Support Files/Pods/Pods-environment.h | 6641a1862e8896f473e3d793e29977ef477896a8 | [] | no_license | cgyulay/vox | e7a30729769bbb555d130e692846851578059203 | f498cde01de16c5df45882f185068dc92dd3712b | refs/heads/master | 2016-09-06T15:12:26.733868 | 2015-03-31T16:51:49 | 2015-03-31T16:51:49 | 31,732,862 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 578 | h |
// To check if a library is compiled with CocoaPods you
// can use the `COCOAPODS` macro definition which is
// defined in the xcconfigs so it is available in
// headers also when they are imported in the client
// project.
// PureLayout
#define COCOAPODS_POD_AVAILABLE_PureLayout
#define COCOAPODS_VERSION_MAJOR_Pure... | [
"coltongyulay@gmail.com"
] | coltongyulay@gmail.com |
b29c6fbb007e587aceb7c00e9557933834162a11 | 1ba33f3739bdf1ca8889e540615691bd02c5f674 | /ImageProcessing/C/VLFeat/test_code/test0.c | d4ed08979e1527d9efa2d5925630cb5d4a692756 | [] | no_license | thisiscian/MSC-ProjectPrep | 7f77243b8216b879830b08205a572ac36b3bc99a | 9ffa422beebfd8823ec7810b5287c7af191fc89b | refs/heads/master | 2021-01-10T02:34:22.626946 | 2013-03-16T14:27:53 | 2013-03-16T14:27:53 | 8,463,117 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 220 | c | #include <stdio.h>
#include "../vlfeat/vl/generic.h"
#include "../vlfeat/vl/imopv.h"
#include "../vlfeat/vl/sift.h"
int main()
{
vl_impattern("../../../../TestImages/smallwally.jpg");
printf("hello\n");
return 0;
}
| [
"thisiscian@gmail.com"
] | thisiscian@gmail.com |
4e536220db386190b43b87796feae6ea51c1ea6e | 7410537924629ef38bf08198845019f0ebd1bb26 | /DD-FaseErrores/hello7.c | c351ed88b116eb37b5087d047d1052a04093afd8 | [] | no_license | EzequielFigueroaFornaro/SSL | 3796cdea0e3025f7c4d4c624bb5507a576130aa8 | 302cd3e1cce8a3cb86ff2001a880386200a2737f | refs/heads/master | 2020-03-11T00:10:19.291709 | 2018-04-16T01:16:56 | 2018-04-16T01:16:56 | 129,657,202 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 64 | c | int main(void){
int i=42;
printf("La respuesta es %d\n", i);
}
| [
"efornaro@despegar.com"
] | efornaro@despegar.com |
fefbeffe724bc474b05fd2328221d9ed9c9fd559 | b116cda0d78d6e64b412e8a001d95893b65a12c0 | /main.h | 005cb06e10c9f0fca0c897544cce1e84528b96dc | [] | no_license | rohitshetty/usmart | c9c8948b25aabb0b75f5564361d3753c0de0a632 | 5bc425c2d1a5f3fc527eebddd1a9d3386e752ed5 | refs/heads/master | 2021-01-19T13:21:42.921246 | 2017-03-06T14:23:20 | 2017-03-06T14:23:20 | 82,379,401 | 0 | 0 | null | 2017-03-06T14:23:21 | 2017-02-18T10:33:44 | C | UTF-8 | C | false | false | 1,000 | h | #ifndef MAIN_H
#define MAIN_H
#include "config.h"
#include<avr/io.h>
#include<util/delay.h>
#include<avr/pgmspace.h>
#include<avr/interrupt.h>
#include <string.h>
#include "peripheral_drivers/serial/serial.h"
#include "peripheral_drivers/pwm/pwm.h"
#include "peripheral_drivers/i2c/i2c.h"
#include "peripheral_drivers/... | [
"rohitfoss00@gmail.com"
] | rohitfoss00@gmail.com |
6d981075bb9ae6ec3a626119f6863437e21084e8 | 14189d1eddf1223435557491343d21ef81302ee2 | /ex114.c | 22e2ab968674dd3ea78edf67839ea24afc951029 | [] | no_license | thanhhff/C_Introduction | 917ca1802dd3f34a6e859b8b37e9abba1dee32e0 | c2e876189a0fafedcb69ba2a77dae326f54ca145 | refs/heads/master | 2021-09-14T12:08:49.553400 | 2018-05-13T13:49:22 | 2018-05-13T13:49:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 403 | c | #include <stdio.h>
void swap(int *a, int *b, int *c);
int main()
{
int a, b, c;
printf("Nhap gia tri: ");
scanf("%d%d%d", &a, &b, &c);
printf("Gia tri truoc khi doi cho: %d %d %d\n", a, b, c);
swap(&a, &b, &c);
printf("Gia tri sau khi doi cho: %d %d %d\n", a, b, c);
return 0;
}
void swap(... | [
"noreply@github.com"
] | thanhhff.noreply@github.com |
7ce18e419454ba6b8c1de4c5334dc2085ec06e8b | 761b742763c732a47fb9df760927fd99b03cef5e | /os/OSTEP/45-data-integrity-and-protection/homeworks/check-csum.c | e988dad68120b02b945bef91d39f687e951f3897 | [] | no_license | sjsakib/cs | eb55209ce5dc4835d77ee7b5dd1296dd061542b4 | 5721127fd84c99567adb044847114426765904e0 | refs/heads/master | 2023-06-24T13:04:08.749156 | 2022-04-10T17:27:31 | 2022-04-10T17:27:31 | 248,451,951 | 25 | 4 | null | 2023-06-21T06:20:13 | 2020-03-19T08:43:08 | Java | UTF-8 | C | false | false | 884 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#define BLOCK_SIZE 4096
char buff[BLOCK_SIZE];
char xor(char* block, int len) {
char sum = 0;
for(int i = 0; i<len; i++) {
sum ^= block[i];
}
return sum;
}
int main(int argc, char** argv) {
if (argc < 2) {
fprintf(stderr,... | [
"sjsakib.bd@gmail.com"
] | sjsakib.bd@gmail.com |
301bef2d8060b659d26a12292a7c8ac6767db61d | d92bbaf2deafe7afca6b9882b0d2a6cef7a8abef | /McStas-2.5_CPU_MPICC/ESS_Brilliance_2001/ESS_Brilliance_2001.c | 06e7339c9e94cf2c85763022619480af98aa6ff7 | [] | no_license | McStasMcXtrace/McCode-tests | 3759fce6e40a24ec847d63faafe84111d3fccee0 | af5d35f4c100128073e118e26124db357a802f6a | refs/heads/master | 2020-08-11T17:57:50.764253 | 2020-02-26T19:39:31 | 2020-02-26T19:39:31 | 214,600,964 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 628,958 | c | /* Automatically generated file. Do not edit.
* Format: ANSI C source code
* Creator: McStas <http://www.mcstas.org>
* Instrument: /zhome/89/0/38697/once/McStas-2.5_CPU_MPICC/ESS_Brilliance_2001/ESS_Brilliance_2001.instr (ESS_Brilliance_2001)
* Date: Wed Feb 26 18:36:56 2020
* File: ./ESS_Brill... | [
"pkwi@fysik.dtu.dk"
] | pkwi@fysik.dtu.dk |
fd063796bbae16e4f7873290f4cfd02a97e37905 | 35dc46e188b15a8fb58ec714327a94e9517a5168 | /src/globals.h | 145bd30db6395d5ea1d287985d5f8855f721f44f | [] | no_license | RandomRedBeard/DungeonRunnerClient | bfb2e226f98b10af8fbbd727f69dc6e2cf294c8f | df83c0266f23536e1197ba39a2a899415cbffa43 | refs/heads/master | 2020-03-26T22:23:47.430512 | 2018-09-25T02:59:08 | 2018-09-25T02:59:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,842 | h | /*
* globals.h
*
* Created on: Jan 10, 2018
* Author: thomasjansen
*/
#ifndef GLOBALS_H_
#define GLOBALS_H_
//IO GLOBALS
extern int POLL_WAIT_TIMEOUT;
#define OP_SEP '\n'
//LOG GLOBALS
extern char* LOG_FILE;
//ID GLOBALS
extern unsigned int ID_LEN;
extern unsigned int ID_MAX_LIM;
//MAP GLOBALS
extern u... | [
"tnj@17cosmicln.net"
] | tnj@17cosmicln.net |
65a7292c7ffce0c511b6b33326587a933fca6d95 | 0634354ee217073f83d21aabe09da47f92f54e60 | /HARDWARE/FDC2214/fdc2214.c | fefe32a1d8af062fd181cfad56437b1dfb11aa85 | [] | no_license | Richtung812/PaperTrian | 5c3e1cb6563ce64ba84edaef5e81115fd5082d15 | 349be1797360ae244cce96891b1c484688dc5029 | refs/heads/master | 2022-04-15T21:06:14.842710 | 2020-04-14T01:34:07 | 2020-04-14T01:34:07 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 6,837 | c | #include "fdc2214.h"
#include "delay.h"
#include "led.h"
u32 Data_FDC;
void FDC_IIC_Delay(void)
{
delay_us(2);
}
void FDC_GPIO_Init(void)
{
}
void FDC_IIC_Init(void)
{
GPIO_InitTypeDef GPIO_InitStructure;
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC,ENABLE);//先使能外设IO PORTC时钟
GPIO_InitStructure.... | [
"1329872156@qq.com"
] | 1329872156@qq.com |
2980aecd0ded05a6e6d3566ed5b5d89d34fbee4f | f48eed27d32adce65a24a73fd295fc670d70d9e3 | /src/CertificateList.c | 0c003306962fc7e126f2cb480f4d14adc276ce22 | [
"BSD-2-Clause"
] | permissive | Denisss025/cms-pkcs7 | 61677d22dd8216aff5178768cf849e8c1e91a483 | c0492240da5e81fa37e47fcca73fa16bc83674d8 | refs/heads/master | 2021-05-07T14:47:16.682879 | 2017-11-09T13:06:13 | 2017-11-09T13:06:13 | 109,943,373 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,549 | c | /*
* Generated by asn1c-0.9.24 (http://lionet.info/asn1c)
* From ASN.1 module "PKIX1Explicit88"
* found in "../examples/rfc3280-PKIX1Explicit88.asn1"
*/
#include "CertificateList.h"
static asn_TYPE_member_t asn_MBR_CertificateList_1[] = {
{ ATF_NOFLAGS, 0, offsetof(struct CertificateList, tbsCertList),
(ASN_T... | [
"denisnovikov@garant.ru"
] | denisnovikov@garant.ru |
47c7f932912327dbb59684abc27a10f5e32a7383 | 306f5794c9484f9492790b3e11867c5c765cf6a7 | /Problem Solving3-variable interchange.c | f08b6db6f45c9d23815a2425ea4eff774242638c | [
"Apache-2.0"
] | permissive | arif98741/basic-c-programming-codes | 547e6e05cb802cd50b96e9a7567747917c905224 | a75a5215ea182374ab9bf9126248df20a795cd9d | refs/heads/master | 2022-06-06T09:51:47.136067 | 2022-05-09T17:11:17 | 2022-05-09T17:11:17 | 60,399,850 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 246 | c | #include <stdio.h>
int main()
{
int a,b,c;
a=5;
b=6;
printf("Before Interchange a= %d b=%d\n",a,b);
c=a;
a=b;
b=c;
printf("After Interchange a= %d b=%d\n",a,b);
return 0;
}
| [
"arif98741@users.noreply.github.com"
] | arif98741@users.noreply.github.com |
9eae5ab882d4b4258851e8c5259b3626400c5927 | 85dfbbeae7344b50a6bebcde2fd47fd4bd6f6e3c | /compiler/src/CFCTestSymbol.c | e177d50a6c1a5ccbcef1f79fd72d22940fd1b948 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain"
] | permissive | srcclrapache1/lucy-clownfish | ed0bb287374e6ba08585465af7299141fabb2ba6 | 6391cd8e3fe7b44ac290edd0c67ce9b37979540e | refs/heads/master | 2021-01-21T07:21:01.485150 | 2016-04-23T16:34:45 | 2016-04-23T16:42:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,262 | c | /* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not... | [
"wellnhofer@aevum.de"
] | wellnhofer@aevum.de |
2451cbef8519a769c170eff60e14b7d3613987c7 | a64ba7246aa0a94eb73a15870684c44c7e3b59c9 | /cdemo/album.c | 77d1aa1f402836c46642cdf68c8a48c978b22dcb | [] | no_license | lordheart/furry-ninja | 3f0db1dc851ddcb45c2c9f6c7981af6b56824cf0 | 2d3937eb926d33b1d037e9850516a8504fddd443 | refs/heads/master | 2021-01-23T20:54:56.097902 | 2014-03-09T13:10:14 | 2014-03-09T13:10:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,575 | c | #include <stdio.h>
#include <stdlib.h>
#include "album.h"
AlbumList *newAlbumList ()
{
AlbumList *al = (AlbumList *) malloc (sizeof (AlbumList));
al->count = 0;
al->allocated = 10;
al->albums = (Album **) calloc (al->allocated, sizeof (Album *));
return al;
}
void deleteAlbumList (AlbumList *al)
{
int i;
... | [
"scherer.benjamin@gmail.com"
] | scherer.benjamin@gmail.com |
db52df585f4a0172c2150c71259d5d48e52b52ec | 05b458a94b13328c4ab0bb474513e69c5f253ec0 | /analysis-sources/radare2-analysis/_cppstats_featurelocations/radare2/libr/fs/p/fs_ntfs.c.bak3 | adbee2764d40078bcd916148d6e27cd2e6f3cc16 | [] | no_license | paulobernardoaf/dataset-files | c7b3a5f44f20a6809b6ac7c68b9098784d22ca52 | 6cc1726ee87e964dc05117673e50e3e364533015 | refs/heads/master | 2022-04-23T06:52:15.875641 | 2020-04-25T18:28:48 | 2020-04-25T18:28:48 | 253,626,694 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 200 | bak3 |
#define FSP(x) ntfs_##x
#define FSS(x) x##_ntfs
#define FSNAME "ntfs"
#define FSDESC "NTFS filesystem"
#define FSPRFX ntfs
#define FSIPTR grub_ntfs_fs
#include "fs_grub_base.c"
| [
"paulomax9002@gmail.com"
] | paulomax9002@gmail.com |
84c3e3fa53bc48b968a849834faadbf3b343724d | bfde3ce7aaebf2e5108d15e496808b5f51d145c0 | /JumpSearch/jump_search.c | 1394f3c5a4dee8e93101af9784278bfd917f51e6 | [] | no_license | NikitaSkripchenko/Algorithms-and-DS-in-C | 1ea93b95d67cbf965176c53fd012f7354fe17f2d | ee3df0d62086fe17207bf4db168fc9d08a539161 | refs/heads/master | 2020-03-07T15:56:37.234398 | 2019-10-13T13:18:37 | 2019-10-13T13:18:37 | 127,568,520 | 58 | 9 | null | 2019-10-15T18:09:27 | 2018-03-31T20:25:45 | C | UTF-8 | C | false | false | 548 | c | #include <stdio.h>
#include <math.h>
int min(int a, int b) {
if ((a - b) < 0)
return a;
else return b;
}
int jump_search(int arr[], int size, int x) {
int step = sqrt(size);
int prev = 0;
while (arr[min(size, step)] < x) {
prev = step;
step += step;
if (prev > size)... | [
"frickadelka456@gmail.com"
] | frickadelka456@gmail.com |
50399a3dae5cdbe354064b3cf46901058617f9f9 | 8d183cdb54c54304efa2a088f7d0908e7e4f7a3c | /battleship/EIFGENs/battleship/W_code/C16/we1477d.c | 0174f45f9f59ee2c67d179f016473f5e266d352f | [] | no_license | mzlatkin/battleship | d5dbc9433bd44df04bf643759d63610e1c653e64 | 76dd92ee0a5b7c428cff497d2cf69caa920685ce | refs/heads/master | 2021-07-04T04:14:07.995855 | 2020-09-23T18:20:35 | 2020-09-23T18:20:35 | 178,740,165 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,511 | c | /*
* Class WEL_FIND_ARGUMENT
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_1477 [] = {0xFF01,232,0xFFFF};
static const EIF_TYPE_INDEX egt_1_1477 [] = {0xFF01,245,1476,0xFFFF};
static const EIF_TYPE_INDEX egt_2_1477 [] = {0xFF01,1476,0xFFFF};
static const EIF_T... | [
"mzlatkin@elltechnologies.com"
] | mzlatkin@elltechnologies.com |
ec92019214394f02dc65a5a31c7a0d91ec52d7c2 | 5b91e8489c1651ac38e7602db6ea65c0a5cccfc2 | /flextcp-code/flexnic/splittcp.c | c712b1547c57dbfa7a9f5bbdd8a77cc4ce5e77b9 | [] | no_license | tstamler/tas-linux | 29e4f3e8241fa73c21935d360918db2f6175d4e0 | 070a676377e90628163dfa05ff3cb9f902a6a8c5 | refs/heads/master | 2020-04-01T15:40:07.155900 | 2018-12-11T01:38:06 | 2018-12-11T01:38:06 | 153,346,375 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 38 | c | #define SPLITTCP
#include "flexnic.c"
| [
"tstamler@cs.utexas.edu"
] | tstamler@cs.utexas.edu |
0ff1fcf1bc1e4f1fd296b0c322390aad4b430edb | 28a3b99aca79db313cbcd59a953f45486da9a280 | /Documentation/ilog/cplex/examples/src/c/lpex3.c | b38e0a2f43866f81aed03c486d554502ca441621 | [] | no_license | mamadzebal/server-load-balancing-in-sdn | 3894be83f09fbad459e0028911935bfac864f93f | 75c6c561ec139826445bc619d7ea2a0e400a68a7 | refs/heads/master | 2021-05-03T05:28:13.459720 | 2017-05-20T04:45:09 | 2017-05-20T04:45:09 | 62,039,854 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,987 | c | /* --------------------------------------------------------------------------
* File: lpex3.c
* Version 12.6
* --------------------------------------------------------------------------
* Licensed Materials - Property of IBM
* 5725-A06 5725-A29 5724-Y48 5724-Y49 5724-Y54 5724-Y55 5655-Y21
* Copyright IBM Co... | [
"mamadzebal@gmail.com"
] | mamadzebal@gmail.com |
08cd2fa8ee9e0db4d7bd0641d98b1f75533f6154 | af9b7a49f5912142ff4e7cb35fd11b1e9635154d | /sdk/share/tslib/plugins/alltouch-raw.c | 30ca546e3ceca9755f3d1b1c15a8369af8d7b38f | [] | no_license | YuHsinShi/2430personal | 528ff02226102af77a006fef80fe7c35139fa7bb | 83e1ce53a7d872ed27bad4ba5549953975c0be3b | refs/heads/master | 2023-03-06T14:44:31.607663 | 2020-07-25T15:55:28 | 2020-07-25T15:55:28 | 340,536,248 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 39,101 | c | /*
you have to sure 3 things before porting TP driver
1).INT is work normal
2).I2C BUS can read data from TP chip
3).Parse the X,Y coordination correctly
These function are customized.
You Have to modify these function with "(*)" mark.
These functions(3&4) are almost without modification
Function(5~7) will be... | [
"lawrence.shi@ite.com.tw"
] | lawrence.shi@ite.com.tw |
dc2ce135d799bb1af22afe0b281a993f6a7c45af | 4c3eea99bfb6efa0fb19736c2d6b61bd7b4c1f3d | /RunINegPolData/Data.C | 9a9781de5a9bb1de224659bd859331eca718e0d4 | [] | no_license | physhead20/PionAnalysis_06_15_00 | 8cab6ff144e895c1eeefb4ec3cbc8427975ee645 | fa8526da08abaf6bc20130a167c8450cba2a3f5d | refs/heads/master | 2021-01-22T05:15:11.906172 | 2017-06-15T22:15:44 | 2017-06-15T22:15:44 | 81,639,368 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 69,199 | c | #define Data_cxx
#include "Data.h"
#include <TH2.h>
#include <TStyle.h>
#include <TCanvas.h>
#include <iostream>
#include <TVector3.h>
// #######################################################################################
// ### This is the macro for data analysis of the pion sample based on the latest cuts ###
// ... | [
"physhead20@gmail.com"
] | physhead20@gmail.com |
0c2cca4593b7a918c41aea9a5fa3872d12e10552 | 22026b27ef5d0cc4888f097ad9c25e91f6278e2c | /LeetCode刷题/449. Serialize and Deserialize BST.c | eab41144f40e5b7747310d677ab6d280b8beaf34 | [] | no_license | wmxkb/DataStructure | c018cc2af43c2f94bd1cb0af9c9fa163ab30c216 | 36328709888b965abc05213a6857066eef4fc08f | refs/heads/master | 2021-03-29T03:30:41.768002 | 2020-04-21T09:18:26 | 2020-04-21T09:18:26 | 247,917,581 | 6 | 3 | null | null | null | null | UTF-8 | C | false | false | 3,020 | c | #define N 100000
void store(int val, char* res) {
// 获取res当前长度
int len = strlen(res);
// 存储当前值
char tmp[N] = {0};
// 工作指针
int pos = 0;
while (val > 0) {
// 按位划分val
int div = val % 10;
// 更新写入位置 sprintf() 返回值是成功写入的长度
pos += sprintf(tmp + pos, "%d", div);
... | [
"wmxkb@users.noreply.github.com"
] | wmxkb@users.noreply.github.com |
b4b8d64cb9ab215600d4729e00cb950d1ed486b1 | c425afb8bb6b182168fd4c3a46c9b334f4740e60 | /data/warcraft/kimiw.c | a8eabae4a5aaf338d76170085237fcd1136773d0 | [] | no_license | fluffos/nt7 | ceef82b2465cf322549c7ece6ce757eaa8ec31ff | 52727f5a4266b14f1796c2aa297ca645ca07282a | refs/heads/main | 2023-06-17T10:07:33.000534 | 2021-07-15T11:15:05 | 2021-07-15T11:15:05 | 308,148,401 | 9 | 9 | null | 2021-06-28T14:11:57 | 2020-10-28T21:45:40 | C | UTF-8 | C | false | false | 561 | c | // warcraft.c
#include "/clone/npc/warcraft.h"
void setup()
{
set_name("[1;31m火麒麟[2;37;0m[2;37;0m", ({"qilin"}));
set("gender", "女性");
set("long", "这是武当二号的火麒麟兽,个头不小。[2;37;0m
它是武当二号的魔幻兽。
");
set("race_type", "麒麟");
set("magic/type", "earth");
... | [
"i@oiuv.cn"
] | i@oiuv.cn |
ab919754d02b864f2d21d4fe76cacf54ba35d515 | 9c1d9a6e08ba8e0b6d9db16a0b819defe7896aa2 | /src/LayerCollection.h | 13501ffcc6604d52b9d91ea5ce44ff7f4b9bda8f | [] | no_license | Spitzkopf/WrapWatchface | e4c79d593ea4889932fdcd0896dfd16b047bcb6c | 58e85b7b1ccb759988328ea21fa3805f7d4016ec | refs/heads/master | 2021-01-10T15:45:35.925398 | 2015-06-05T15:25:37 | 2015-06-05T15:25:37 | 36,559,716 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 975 | h | #ifndef __LAYER_COLLECTION_H__
#define __LAYER_COLLECTION_H__
#include <pebble.h>
void* init_layer_collection();
void destroy_layer_collection(void* layer_collection);
Layer* get_current_layer(void* layer_collection);
Layer* get_next_layer(void* layer_collection);
Layer* get_previous_layer(void* layer_collection);
L... | [
"moshe.github@gmail.com"
] | moshe.github@gmail.com |
063e8f7062cfd2edeb4dd3e53eb7e79ee315fd3d | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R6/contrib/lib/auis-6.3/overhead/util/hdrs/profile.h | f5e8b4297344fda71814433b994b079de6627b7d | [
"BSD-3-Clause",
"LicenseRef-scancode-public-domain"
] | permissive | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 941 | h | /* ********************************************************************** *\
* Copyright IBM Corporation 1988,1991 - All Rights Reserved *
* For full copyright information see:'andrew/config/COPYRITE' *
\* ********************************************************************** */
/* $Header: /a... | [
"yoya@awm.jp"
] | yoya@awm.jp |
485db40487895c0d85856ceaee9909663f877468 | 487c8455b34e2b312da42bf8a43162aa5c5027df | /Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Boot/shared_params.c | 3ab3faf6cf17d785c5daeee5070653a6223fb3e5 | [] | no_license | feaser/openblt | bf3a72e7beb998cb635a67db85fa68100d048bb8 | 57b517eabeb37d945606e18736e106bde34010bc | refs/heads/master | 2023-08-31T23:54:09.030534 | 2023-07-07T10:29:56 | 2023-07-07T10:29:56 | 102,110,352 | 534 | 236 | null | 2023-09-14T11:11:56 | 2017-09-01T12:26:08 | C | UTF-8 | C | false | false | 13,430 | c | /************************************************************************************//**
* \file Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Boot/shared_params.c
* \brief Shared RAM parameters source file.
* \ingroup Boot_ARMCM4_STM32F4_Nucleo_F429ZI_IAR
* \internal
*--------------------------------... | [
"voorburg@feaser.com"
] | voorburg@feaser.com |
34bae04bf3d44fca876ad4fee6a8405a54e5fc90 | 8a0d4a1634dfd0315dedfa5e89da53d616e8a62c | /data/source/yaltools/yaltools_libcsystem.h | ffb2ff200754f1e595a43f4efb90c84c08e0966d | [
"Apache-2.0"
] | permissive | papermartine/libyal | 9a7a85e50cd663e24b240dceabf6bcfad9a70fec | 98dc9d235516420a05a1fdc5acab67ab8e91df84 | refs/heads/master | 2021-01-19T20:44:16.194949 | 2017-04-09T10:08:23 | 2017-04-09T10:08:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,708 | h | /*
* Library for system independent implementation of functionality
* for programs
*
* Copyright (C) ${copyright}, ${tools_authors}
*
* Refer to AUTHORS for acknowledgements.
*
* This software is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License ... | [
"joachim.metz@gmail.com"
] | joachim.metz@gmail.com |
a947516be3f5f4b82956d7063f2731737aec7a22 | ec665a8581db1920da99adb09877b434255960fb | /plugins/MacAU/TapeDelay/TapeDelayVersion.h | 0a1150f792ce21007a46435574a2c8be6b7361e0 | [
"MIT"
] | permissive | airwindows/airwindows | 92621f774f7a28fb66da84c1ec5a40c2c7124935 | 5375d64df5dc3dd4970ae6b3e91b7c8a255bbbe1 | refs/heads/master | 2023-08-03T12:21:56.984065 | 2023-07-30T01:02:46 | 2023-07-30T01:02:46 | 118,393,739 | 643 | 92 | MIT | 2023-03-16T15:43:55 | 2018-01-22T02:05:08 | C++ | WINDOWS-1252 | C | false | false | 2,971 | h | /*
* File: TapeDelayVersion.h
*
* Version: 1.0
*
* Created: 11/29/18
*
* Copyright: Copyright © 2018 Airwindows, Airwindows uses the MIT license
*
* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
* consideration of your agreement to the following terms, and... | [
"jinx6568@sover.net"
] | jinx6568@sover.net |
245e947e6f723c4d6e23b2516233dce36e18b0bb | 1f7fae949d75ad2e60d5981f7935575b9e31c70a | /MCUXpresso/lab02_lpuart/fnet_stack/services/dhcp/fnet_dhcp.h | fd5fba03d751e0d0512ec5bcf3b749822db45a95 | [] | no_license | stephenshizl/Real-Time-Systems-Lab-2 | cdc9f0099bf6cc22dbbe7eaf8fcf2fc588d59420 | 147259d009c1d9eb1cd6f87f25c5d92218e5dc8d | refs/heads/master | 2021-08-19T20:54:26.431694 | 2017-11-27T10:59:22 | 2017-11-27T10:59:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,005 | h | /**************************************************************************
*
* Copyright 2011-2016 by Andrey Butok. FNET Community.
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.
*
***************************************************************************
*
* Licensed under the Apache License, ... | [
"jh16g15@soton.ac.uk"
] | jh16g15@soton.ac.uk |
63d4d80de34da6a08871c97b6be31117ee189ccc | 03031dda3a31961e5c5d1fc661bf3421d7a4b534 | /0x17-doubly_linked_lists/3-add_dnodeint_end.c | ddc6800361217231cf2610b9bfd1a041b257c2df | [] | no_license | Chamseddinekh/holbertonschool-low_level_programming | 280202858f86c22e6b1550be90c370893a5c0015 | cf74e0b3f179c2dd6f9a941df3ccfa277049e056 | refs/heads/master | 2020-12-28T16:35:45.443595 | 2020-12-07T00:44:58 | 2020-12-07T00:44:58 | 238,406,674 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 514 | c | #include "lists.h"
/**
* add_dnodeint_end - adds a new node at the end
* @head: list to print
* @n: element of the list
* Return: the address of the new element
*/
dlistint_t *add_dnodeint_end(dlistint_t **head, const int n)
{
dlistint_t *tmp, *ptr;
tmp = malloc(sizeof(dlistint_t));
if (tmp == NULL)
return (NULL);... | [
"chamsseddine.khedhri@gmail.com"
] | chamsseddine.khedhri@gmail.com |
55008d9d6a8968fe58b8ec9f1596d0fc87ba9b57 | 423ad39bbb2023e6aedcfd47224477cade9a9a99 | /src/bflib_sprfnt.c | 5eee4c6fcf0b3e378dcaa4514d189b8d030978cd | [] | no_license | dkfans/keeperfx-stable | 25de54e29d8fe60b57e12ead60de24864c748a69 | 6da84cd2e4de7ddb83c2e715c6751b14d6f61e82 | refs/heads/master | 2020-08-12T09:12:57.117894 | 2017-02-13T04:18:08 | 2017-02-13T04:18:08 | 41,061,347 | 36 | 11 | null | 2019-11-28T15:22:46 | 2015-08-19T21:47:19 | C | UTF-8 | C | false | false | 50,008 | c | /******************************************************************************/
// Bullfrog Engine Emulation Library - for use to remake classic games like
// Syndicate Wars, Magic Carpet or Dungeon Keeper.
/******************************************************************************/
/** @file bflib_sprfnt.c
* ... | [
"mefistotelis@gmail.com"
] | mefistotelis@gmail.com |
1eb5e155cca488088cbc1c8cc9385e6b5e2c791b | 48b4fd0596d8e546e71e6a23ae4754555e8e5bd2 | /src/mono/mono/eventpipe/ep-metadata-generator.c | 4fd80356e96497981f451c18b5b3b3731ebe201f | [
"MIT"
] | permissive | nPu3PAKu/runtime | 7bda3e16a956a932b8c382db1377afb556414f8d | 2f4d33e3877ce88c40ce58e633aa1befd426fb24 | refs/heads/master | 2022-09-12T04:44:22.327556 | 2020-05-28T10:30:34 | 2020-05-28T10:30:34 | 267,560,235 | 0 | 0 | NOASSERTION | 2020-05-28T10:27:50 | 2020-05-28T10:27:49 | null | UTF-8 | C | false | false | 3,294 | c | #include <config.h>
#ifdef ENABLE_PERFTRACING
#include "ep-rt-config.h"
#if !defined(EP_INCLUDE_SOURCE_FILES) || defined(EP_FORCE_INCLUDE_SOURCE_FILES)
#include "ep.h"
/*
* EventPipeMetadataGenerator.
*/
uint8_t *
ep_metadata_generator_generate_event_metadata (
uint32_t event_id,
const ep_char16_t *event_name,
... | [
"noreply@github.com"
] | nPu3PAKu.noreply@github.com |
c3f0c9a6ec6223899cef471ce842f7f21a4988a0 | beae28fb8a3bdc80f32e1fefa52f70b6b35ef0ef | /problem 1/main.c | 844660a903101671ac399356c24ea4a5bf8d8abf | [] | no_license | joeyE99/Computational_Physics_Homework | a7ff65b1ddcfc097c17f703c27f7eb834798f3af | 0d6e84dc355dcb94a7c68c61406daea13fe1a263 | refs/heads/master | 2022-12-25T15:02:42.501680 | 2020-09-28T06:03:01 | 2020-09-28T06:03:01 | 298,921,558 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,034 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>
#define a 16807
#define b 0
#define m 2147483647
#define r (m%a)
#define q (m/a)
#include <assert.h>
/*
//利用/dev/random 产生"真"随机数
int my_realrandom(double ran[]){
int *seed = malloc(sizeof(int)*N);
FILE * fp1 = fopen("/dev/random","r");
... | [
"joey@Joeys-MacBook-Pro.local"
] | joey@Joeys-MacBook-Pro.local |
ea72c2a121d375b2571db4cf3890e07ef58a5e7e | 4319a7e63653f7f4ecfcee12bce9a7d5d64ea345 | /0x02-functions_nested_loops/2-print_alphabet_x10.c | a1ab3708631ea1ad586a494de4a8bbfc4f538fce | [] | no_license | yacinekedidi/holbertonschool-low_level_programming | 719cc6a9a70ca185d2e2d6985db55759e3fa728a | e28764efca5ac6389913dcfebecfa6c7341369b1 | refs/heads/master | 2020-12-28T16:40:42.018876 | 2020-08-27T10:27:26 | 2020-08-27T10:27:26 | 238,408,361 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 423 | c | #include "holberton.h"
/**
* print_alphabet_x10 - Short description, single line
* @void: Description of parameter x
(* a blank line
* Description: Longer description of the function)?
(* section header: Section description)*
* Return: Description of the returned value
*/
void print_alphabet_x10(void)
{
int i = 0;
ch... | [
"kedidiyacine@gmail.com"
] | kedidiyacine@gmail.com |
59b3aa0892c1ecb281cb2444bae74b3ab8681a9c | 6a0f5f3538cf225fd92217ed56af76c723270add | /guilds/scion/paths/axe/electricity/shocking-barrier.c | b2e9d1fd531f8a181bb908a203f832db7cbf3fef | [] | no_license | samjaninf/core-lib | 572c7c25c1965ce40fc9ef837644c0ca25517a3b | 04f2fa2128b7e71be786f3121f1b13b23a9767e3 | refs/heads/master | 2020-05-04T06:20:39.721977 | 2019-04-01T19:16:52 | 2019-04-01T19:16:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 591 | c | //*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
inherit "/lib/gui... | [
"abc@maelstrom.cc"
] | abc@maelstrom.cc |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.