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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ede3c6291e8d06d548cf4caebb58a39c92f7e952 | c5103f446db1b63f1097df4d9c826ea8c6f49963 | /src/fdf_mesh.c | 39db85ffd20fdbf891a562c50738420bdf80c82f | [] | no_license | dgaitsgo/fdf | 65c355dc1a59a9b257b9ff53c232414aa80b4d68 | 764367049c2cb0eedde94168d592d81c1a27f09d | refs/heads/master | 2021-01-01T04:54:42.192169 | 2017-07-19T12:32:48 | 2017-07-19T12:32:48 | 97,274,766 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,036 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* fdf_mesh.c :+: :+: :+: ... | [
"dgaitsgory@gmail.com"
] | dgaitsgory@gmail.com |
6851b275a6fedcd8eb5eb34ede42d2c025188b86 | 5b7d43971eae9f06b81d4c2ae37a12d667b696b3 | /mudlib/d/libie/darklane1.c | 2cd1ab3bce55e6298f79c94c612fdead77627516 | [] | no_license | lostsailboard/fy4 | cb6ad743fa0e6dec045e4d5c419b358888fc6a36 | b79d809c6e13d49e8bc878302512ad0d18a3e151 | refs/heads/master | 2021-12-08T06:03:29.100438 | 2016-02-21T09:03:58 | 2016-02-21T09:03:58 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,771 | c | // Room: darklane1.c --- by MapMaker
inherit ROOM;
void create()
{
set("short", "暗巷");
set("long", @LONG
小巷又窄又暗,一阵阵又湿又冷的风似鬼魂般时有时无,你不禁
打了个寒战。血腥之气弥漫在空气之中,一种莫名的恐怖,强烈的恐
怖,梦魇般压住了你的心头。血,遍地的血;尸骸,残缺的尸骸……
LONG);
set("type","street");
set("exits",([
"south":__DIR__"stoneroa... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
f2879fa8cf176111e7b6d621e144e2fb27c86be1 | 2ff5b5f7e304c90bb96dc6c542e183d8439d6a3b | /maintask/22-1.c | b3a762d089db9e350002ddcd4e84ce0b61dc45fe | [] | no_license | MrTanXin/task | f5d7e95bab5be2f78e22eaf1ecf7765db99ba973 | 3aab7f436a696475696ec110e3721672a21440a5 | refs/heads/master | 2021-04-18T22:48:08.881845 | 2018-05-23T02:49:59 | 2018-05-23T02:49:59 | 126,571,632 | 3 | 1 | null | null | null | null | WINDOWS-1252 | C | false | false | 652 | c | #include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <ctype.h>
int sum = 0;
_Bool sign(char);
int change(char);
int main()
{
_Bool flag;
char a[10];
gets(a);
int i;
if (true == sign(a[0]))
{
i = 1;
flag = true;
}
else
{
i = 0;
flag = false;
}
for (; i < strlen(a); i++)
{
if ((-1)==... | [
"tanx990512@outlook.com"
] | tanx990512@outlook.com |
48b0ed88b10fada91c088acbd32ec1914fd26e41 | 4d98e3d65df28a9cfa1a009b1e3ce67e3051dada | /Stm32_2/led.c | f2187bad7b626258e3b60ae8f8bebc5813d12410 | [] | no_license | Cyruswen/c | 97ceef8a927e7097162c53c0d1b3e1f2f6ece840 | 12b6c01bf2cc990f489409ae2e1e57ab9650ba0a | refs/heads/master | 2021-07-20T20:50:50.195551 | 2018-11-16T15:48:24 | 2018-11-16T15:48:24 | 129,909,566 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 389 | c | #include "led.h"
void LED_Init(void){
SystemInit();
GPIO_InitTypeDef GPIO_InitStructure;
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE);
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_0 | GPIO_Pin_1 | GPIO_Pin_2 | GPIO_Pin_3;
GPIO_InitStructure.GPIO_Mode = GPIO_Out_PP;
GPIO_InitStructure.GPIO_Spe... | [
"Cyrus_wen@163.com"
] | Cyrus_wen@163.com |
2b42ea44659c6817cb2bc65ea1f6df1221c6f3c8 | be71c493c70a437585a2638b09aed62382a552a4 | /carga_new_ert_rtw/rt_nonfinite.c | e45ccb395a4dbc6b76aab7e9b83b87fc1ec6c7f2 | [] | no_license | carmar14/Signal-Flow-Simulation | 00c46c4c64de22c77803dcf51702743e52be898c | c02c36f7817c6f85b104edb4157075ee5e85b30a | refs/heads/master | 2021-12-30T11:40:08.708299 | 2021-12-17T12:29:28 | 2021-12-17T12:29:28 | 169,150,694 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,665 | c | /*
* File: rt_nonfinite.c
*
* Code generated for Simulink model 'carga_new'.
*
* Model version : 1.18
* Simulink Coder version : 8.14 (R2018a) 06-Feb-2018
* C/C++ source code generated on : Fri Oct 4 11:56:21 2019
*
* Target selection: ert.tlc
* Embedded hardware selection: Intel->x8... | [
"davidnf.44@gmail.com"
] | davidnf.44@gmail.com |
a85add80476f2614d01d79a5618da025eab7c97b | 6c9f28ab8416fecd34be62cbf052935b3dea7f14 | /dev/LinPAC/i7k-0.8.0/iw/main.c | 796b8473ef9a7be6adce4c6ba4baacd40fa07858 | [] | no_license | jscottbruns/watchman-alerting | 5c488a7faa49934c5735477e33ee713aa9568f15 | 015ff8ada64e76082fb41a740b51b3b2e033a50b | refs/heads/master | 2017-12-03T18:26:11.061946 | 2015-10-28T14:15:17 | 2015-10-28T14:15:17 | 27,641,973 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,992 | c | #define IW_DEBUG 2 /* unmark to show debug message */
#include <sys/types.h>
#include <sys/signal.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/wait.h>
#include <sys/errno.h>
#include <netinet/in.h>
#include <netdb.h>
#include "i7k.h"
#include "errexit.h"
#include "bsds... | [
"jeffrey.bruns@chronicle.com"
] | jeffrey.bruns@chronicle.com |
ae68610edb67d919867efbd1c7e2d14a0d030437 | 3c5104d8fd281650b873578e58ed8f0a021475da | /GUI_GTK/fonctions.c | b99176402a70e092d0cc0e3234a0e7ad0d51e886 | [] | no_license | abdouStn/suduku | 97fa3ddf545a3ba7da918ea178f501f10dd37eeb | ac58798a9fc43f0b33ee1bc2b6f3387b6a9effae | refs/heads/master | 2021-05-08T08:35:57.271455 | 2017-10-15T22:20:36 | 2017-10-15T22:20:36 | 107,049,570 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 39,734 | c | /**
*\file fonctions.c
*\brief Sudoku
*\author Abdoulaye Diallo, Redoine El Ouasti, Simon Galand, Adrien Lamant, Pierre-Louis Latour, Charly Maeder, Pierre Ruffin, Stella Zevio
*\version 0.2
*\date 2014-03-26
*
* Sudoku en C : résolution des grilles 4x4, 9x9, 16x16 et jeu.
*
*/
#include"fonctions... | [
"abdouldiallo30@yahoo.fr"
] | abdouldiallo30@yahoo.fr |
e49af9e7c2942b64623801173fb0959db23be426 | 95493868909713d303da7e9727854ffa39580383 | /it_scada_modbus/prime4scada/src/openssl_rsa.c | 70f13c72cb001fb0f6eff8a60fbe1507a0283153 | [] | no_license | Strongc/OpenSourceIntrusionTolerantSCADA | 2722c0c8a6c93cb2c5af7f7ab80d9e3527b4d246 | ee1a0c2ec5ba90d4341e9b097fe3e93faf0f41cc | refs/heads/master | 2021-01-15T10:26:33.288711 | 2015-05-27T20:55:13 | 2015-05-27T20:55:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,282 | c | /*
* Prime.
*
* The contents of this file are subject to the Prime Open-Source
* License, Version 1.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.dsn.jhu.edu/byzrep/prime/LICENSE.txt
*
* or in the file ``... | [
"marco.platania@yahoo.it"
] | marco.platania@yahoo.it |
c8987e4af2b89612f877cb6c69f25b92aecca4a2 | e5817d8c746167a4df193d28d866943d09278b35 | /org60/svarog.h | adca3f2e08613b844afeee914f8b004247864dc7 | [] | no_license | wyvernzora/svarog | ebb1ca78f6ec47afacbaeb91f7f246c0722fa0af | bbc9296c3da062db1436402f8202f4c7158ee181 | refs/heads/master | 2022-04-23T14:37:00.351341 | 2020-01-20T04:53:37 | 2020-01-20T04:53:37 | 110,321,344 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,582 | h | #ifndef SVAROG_H
#define SVAROG_H
#include "quantum.h"
#include "led.h"
/* Org60 LEDs
* GPIO pads
* 0 F7 not connected
* 1 F6 RGB PWM Underglow
* 2 F5 Backlight LED
* 3 F4 not connected
* B2 Capslock LED
* B0 not connected
*/
inline void org60_caps_led_on(void) { DDRB |= (1<<2); PORTB &= ~(1... | [
"wyvernzora@gmail.com"
] | wyvernzora@gmail.com |
bb1ecfa284cc6d28df063f6509bcd57178deb666 | 8612d3f61ccd22ac0ecdf8469df2daa59703b962 | /cprogramming/del/signed_int_32769.c | 3c655037e0d64a6d7b470d58e547d79dfe46aef7 | [] | no_license | coder03/coding | 2a91370482cd95f29bb3027ccd78f9c92010afaa | 8967e9574a8f5a5ba04afd8daf7227bd17608332 | refs/heads/master | 2021-05-04T11:11:24.218885 | 2018-05-18T14:41:54 | 2018-05-18T14:41:54 | 51,238,833 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 96 | c | #include<stdio.h>
int main()
{
signed int a = -32769;
printf("-32769 = %d\n",a);
return 0;
}
| [
"prakashs0234@gmail.com"
] | prakashs0234@gmail.com |
1ce9b34654cf9d43f6a56a784cf16699cb9535bf | e25c8b65c0115053b14f8ecffaea94a964eefa1f | /ds/open/world1/manto/sky2_1f/map_9_13.c | 7fad072e25d177497db86ef230edda1c87c4316c | [] | no_license | zwshen/mudos-game-ds | c985b4b64c586bdc7347bd95d97ab12e78a2f20f | 07ea84ebdff5ee49cb482a520bdf1aaeda886cd0 | refs/heads/master | 2022-03-01T14:55:10.537294 | 2022-02-15T15:41:26 | 2022-02-15T15:41:26 | 244,925,365 | 4 | 1 | null | 2022-02-15T15:41:27 | 2020-03-04T14:44:49 | C | BIG5 | C | false | false | 271 | c | inherit ROOM;
void create()
{
set("short", "庭院");
set("long", @LONG
LONG
);
set("exits",([
]));
set("light",1);
setup();
set("map_long",1); //show map as long
replace_program(ROOM); //加其他函式xxx()時請拿掉此行
}
| [
"zwshen0603@gmail.com"
] | zwshen0603@gmail.com |
03fd030ae9336c1296191dccfb6676a4207198e1 | 694e1d2b333e3ecfff30f14ea67eeb76274d0738 | /Research/avrnacl/avrnacl_fast/include/fe25519.h | ae9294352b5a05e8aa72d30919b4ad66846f6077 | [] | no_license | toru173/SecureBoot-on-AVR-Microcontrollers | 514af3cdd946f1c7b5a2de4040839f512ba9d756 | bf05c0df4db64a599a9e9e4ca514348b71e83567 | refs/heads/main | 2023-07-18T09:09:11.264548 | 2021-09-09T02:58:06 | 2021-09-09T02:58:06 | 349,887,138 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,806 | h | #ifndef FE25519_H
#define FE25519_H
#define fe25519_freeze avrnacl_fe25519_freeze
#define fe25519_unpack avrnacl_fe25519_unpack
#define fe25519_pack avrnacl_fe25519_pack
#define fe25519_iszero avrnacl_fe25519_iszero
#define fe25519_iseq_vartime avrnacl_fe25519_iseq_vartime
#define fe25519_cmov avrnacl_fe25519_cmov
#de... | [
"toru173+github@gmail.com"
] | toru173+github@gmail.com |
dd242c5c962973777e8b8562b0d60d6d93c2bab1 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/base/fs/remotefs/dfs/dfsserver/referralserver/netdfs_s.c | 5404255fe9f8495c55693216acfa3c8bdebdb523 | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 132,373 | c |
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the RPC server stubs */
/* File created by MIDL compiler version 6.00.0345 */
/* Compiler settings for netdfs.idl, dfssrv.acf:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext, oldname... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
eacd334773fc2b0342a636f47a083f593f044d32 | acd9029887c92c11c8f94e8b6413f6deaddf4dbe | /jx2vm/jx2r_sdfat.c | b367ad2ff7006c178d79fdbf2ad047dee9a73f1f | [
"MIT"
] | permissive | Jeyaseelankirubaharan/bgbtech_btsr1arch | 34846fa4cd14379f3ebe042531c619f2a07d8092 | 8c9ab21536bac905a2f8058061336deb4541c38a | refs/heads/master | 2020-09-14T19:01:37.650429 | 2019-11-18T04:36:34 | 2019-11-18T04:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 57,155 | c | JX2R_TKFAT_ImageInfo *spimmc_img=NULL;
u32 JX2R_TKFAT_GetDirEntCluster(
JX2R_TKFAT_FAT_DirEntExt *dee);
int JX2R_TKFAT_SetDirEntCluster(
JX2R_TKFAT_FAT_DirEntExt *dee,
u32 clid);
void btesh2_tkfat_setChs(byte *chs, int lba)
{
int c, h, s, ts;
s=lba&63;
h=(lba>>6)&255;
c=lba>>10;
ts=(c<<6)|s;
chs[0]=h;
... | [
"cr88192@gmail.com"
] | cr88192@gmail.com |
4490c86b55644a40130106fd2db93e6cfff126de | c8a90df027f823858e58fada2f7687abcc0e43d2 | /src/vm/instructions/list/exec_or.c | dc0a96f0e9324de0463d174cdd51d8fc068a3452 | [] | no_license | XD-OB/Corewar | b99ae8a89bc24a59ce21595e636745d071bd7dae | 7bf7e605546aa28dacd137faf2888082c49ed19b | refs/heads/master | 2023-03-07T05:07:54.884257 | 2021-02-21T21:23:51 | 2021-02-21T21:23:51 | 230,306,530 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,273 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* exec_or.c :+: :+: :+: ... | [
"ilyassukun@gmail.com"
] | ilyassukun@gmail.com |
68f8c35fce7548eabb9b06ca01085f6dac9ad07f | 2f0df2041e84cbf507c00c90efdad6dac55b8223 | /event_loop/epoll_dispatcher.c | 5a9f29c75aad1b220ee8838157e914f4686c315d | [
"Apache-2.0"
] | permissive | qinghuangs/lins_http_server | e49c2ce09b20884d11eb247a61f9fb142ce3db03 | 26e5a3e0f2fc17cd86292c73ad17ee3d126209ab | refs/heads/main | 2022-12-25T16:46:46.609138 | 2020-10-06T06:23:36 | 2020-10-06T06:23:36 | 301,632,822 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,776 | c | //
// Created by linqinghuang on 2020/10/4.
//
#include <sys/epoll.h>
#include <stdlib.h>
#include "event_dispatcher.h"
#include "../event_loop/event_loop.h"
#include "../log.h"
#include "common.h"
#include "channel.h"
#define MAXEVENTS 128
typedef struct {
int event_count;
int nfds;
int realloc_copy;
... | [
"noreply@github.com"
] | qinghuangs.noreply@github.com |
30a9d4072651b2df15c3a5aef5dca1960c78de17 | 26611d3bb48388b0841ceb4d34297a998e73708a | /prog2/wrap2cli.h | 1bf7836ef062fd17d942ea251d4c65e0b68c3824 | [] | no_license | devangnithin/Computer_Networks_ex | 313424d1f523364f17cbf500b7c00e9759f9e42e | 28b31ca685f22505b90d9e67dcf6fbc88ba22730 | refs/heads/master | 2020-05-26T15:35:56.110823 | 2017-08-29T22:02:31 | 2017-08-29T22:02:31 | 82,494,032 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,205 | h | /*
Author : Nithin Devang
Assignment # : 1
zid: z1804837
*/
#ifndef _PRG2_CLI__WRAP_GUARD
#define _PRG2_CLI_WRAP_GUARD
#define BOOL int
#define FALSE 0
#define TRUE 1
#define NFLAGS 6
#define SOCKET 1
#define CONNECT 2
#define READ 3
#define INETPTON 4
#define FPUTS 5
#define CLOSE 6
#include "/hom... | [
"z1804837@tiger.cs.niu.edu"
] | z1804837@tiger.cs.niu.edu |
158ec598653c1c71bdc68fed3405f4b6bc0fe719 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/drivers/video/fbdev/pxa3xx-gcu.c.bak.c | 66abfd9945c0bc0e10f2ebb2da833bcbae314c6a | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,181 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*
* pxa3xx-gcu.c - Linux kernel module for PXA3xx graphics controllers
*
* This driver needs a DirectFB counterpart in user space, communication
* is handled via mmap()ed memory areas and an ioctl.
*
* Copyright (c) 2009 Daniel Mack <daniel@caiaq.de... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
ec2c8bd50c242cbbcdd6b70c80f2b5f1a2c1b3d8 | f818c47812b215afee0296bb864a18c08d27da56 | /User/HC05.h | 0057c9c4b5806dfb9542f295638f3cba6f04859e | [] | no_license | sss22213/STM32F407_Develop | 89f0231f341acb0bd132a807009101bc5adcc9cc | 3b8c4aeff711fa5e6751d85159cae000e18e02d2 | refs/heads/master | 2021-01-10T03:25:43.091593 | 2016-01-26T04:06:50 | 2016-01-26T04:07:06 | 50,368,252 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 956 | h | /*************************************************************
Use USART2 at Receive and Transmitter
Extern variable Temp is USART2 interrupt receive variable
**************************************************************/
#ifndef _HC05_H_
#define _HC05_H_
#include "stm32f4xx.h"
#include "debug_swv.h"
#include "Delay.... | [
"n0404.n0404@gmail.com"
] | n0404.n0404@gmail.com |
325300233948eef0c0490a490821e4c609d4d3cf | c6e6412b576c8caedf26fbfb3aec192ed5030283 | /vendor/errno.h | 79e918557a918ae39ade28385ead3f8d83e5f265 | [
"Apache-2.0",
"BSD-3-Clause",
"MIT"
] | permissive | bacpop/mandrake | 0a0db3714f5c3f2aae46c9fc63b8d6e3517584c7 | 0c0f3eb89b002b0dd547552a649c535ba5fddd80 | refs/heads/master | 2023-04-18T16:56:16.490961 | 2022-12-15T17:05:51 | 2022-12-15T17:05:51 | 238,434,584 | 14 | 2 | Apache-2.0 | 2022-12-15T17:05:52 | 2020-02-05T11:29:35 | Python | UTF-8 | C | false | false | 1,679 | h | /* Copyright (C) 1991-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the ... | [
"r.fitzjohn@imperial.ac.uk"
] | r.fitzjohn@imperial.ac.uk |
9d243e1c197ea4d5d3d64c521e124ee2884a36c7 | d7e4205c23389fe90486d9115222b0e9230a78d6 | /PA3/PA3/PA3-Prob1.cu.c | 7921ec6047ecf93a7ef0c3f3e99e1fffc113892a | [] | no_license | smallsimple/MatrixMultiplicationParallelization | 81d82a9861ff0cb2732243edfbba7a1ebd0315b1 | 20e9d2462e0b955b66be77d0fc603bd442dbbd25 | refs/heads/master | 2016-09-05T15:25:26.216611 | 2015-01-09T01:41:08 | 2015-01-09T01:41:08 | 28,995,314 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,873 | c | #include <cuda.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/time.h>
#define N (2048)
// Use N=2048 for your testing
//#define N (256)
#define threshold (0.000000001)
double rtclock();
void compare();
double *A, *B, *RefOut;
__global__ void p1_kernel(double*, double*);
int main(){
cudaMallocHost((voi... | [
"boboshi.fudan@gmail.com"
] | boboshi.fudan@gmail.com |
cce37ff00f7e674c3c967e98f67861fa302a8dbb | 5ad6880fa8db38f2cd5fe9087bb5e7fd17de9c67 | /source_code/chap27/02.Kernel64/Source/Task.c | 6210618534dd432e87a5ffb61cd0b32ff45e4b78 | [] | no_license | RaccoonCodder/mint64os-examples | 164897a40bac97d40c6e1c741d321ab4ce63f6f3 | 262e705d0cdaed048ae8b7cc7fe9dcaeaecf3646 | refs/heads/master | 2023-03-21T21:38:01.605453 | 2021-01-17T13:32:54 | 2021-01-17T13:32:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31,152 | c | /**
* file Task.c
* date 2009/02/19
* author kkamagui
* Copyright(c)2008 All rights reserved by kkamagui
* brief 태스크를 처리하는 함수에 관련된 파일
*/
#include "Task.h"
#include "Descriptor.h"
// 스케줄러 관련 자료구조
static SCHEDULER gs_stScheduler;
static TCBPOOLMANAGER gs_stTCBPoolManager;
//===============... | [
"kkamagui@gmail.com"
] | kkamagui@gmail.com |
87bc3c7ba24a13d911ae66e3f2397bae2a3fed2b | 391ce8c5457889d874fdcdf4f88131c5ed7bb1b4 | /svs_token_cache.h | 5a320f29c367f3f63aba43650f02457039c59bc3 | [
"MIT"
] | permissive | vehar/svs-script | 21fadd20b56eb6fa59afbf3910b3b0eb963dd143 | 4aaed34633bcf795d8baa73ae8dba141b3196c5b | refs/heads/master | 2020-05-22T14:55:45.587585 | 2019-05-04T11:41:13 | 2019-05-04T11:41:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,668 | h | /*
Copyright (c) 2016 Stanislav Brtna
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute,... | [
"stanislav.brtna@gmail.com"
] | stanislav.brtna@gmail.com |
12e3921fd4bcf9f8c9fabe2475e66fb1fe0fdd83 | bdb86d72be26f0d2d4d72d692f0875887fd11402 | /BCC102/include/windows/sdk/wlclient.h | b71995a6b95bac538c48a46b9d1480a7eadbf52c | [] | no_license | KaarthicPulogarajah/Battleship | 28168359e4209a36b12e855668105ab31f7121f3 | a216169e28c7b54c730df23d61ab07d25d487c05 | refs/heads/master | 2021-01-12T04:23:33.630829 | 2019-08-21T01:37:39 | 2019-08-21T01:37:39 | 77,579,201 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,820 | h | /*++
Copyright (c) 2001 Microsoft Corporation
Module Name:
wlclient.h
Abstract:
Header file for wireless windows APIs.
Environment:
User Level: Windows
Revision History:
--*/
#ifndef __WLCLIENT_H__
#pragma option push -b -a8 -pc -A- -w-pun /*P_O_Push*/
#define __WLCLIENT_H__
#pragma once
#incl... | [
"kaarthicp@hotmail.com"
] | kaarthicp@hotmail.com |
2350879bd35729df8d3b26f67a5d4523e263a2c9 | 1706efcf0245766132c0b0f2ef868b41a3ed8ead | /src/main.c | 3540134599a86a04f4db5cf04074454c50762c0b | [] | no_license | Henistein/LinuxShell | cfc998cce052aefc1dfee0a29871e4032d0d6e03 | 1278321c5c1acafbef11d42dfbd1e5bd6773ee9e | refs/heads/master | 2023-05-13T23:55:50.500121 | 2021-06-10T10:54:21 | 2021-06-10T10:54:21 | 369,682,218 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 596 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
#include <string.h>
#define DEFINE_I
#include <shell.h>
int main(){
int length;
strcpy(prompt, "prompt>");
char buff[1024];
char *args[64];
while(1){
printf("%s", prompt);
if(fgets(buff, sizeof(buff), stdin) == NULL)... | [
"henriquejesus20@gmail.com"
] | henriquejesus20@gmail.com |
b465e73be1ee9e3e75c2538253767969acd2a82a | 5ed6ff3d7f035bd83e6005fae4ed3ad1aabbb1ed | /analysis/plots/comparison_plots/normal_comparisons/general_comparison.C | 92eadc418cc7b4e63ebc5cfd1fe17ba787268f35 | [] | no_license | SamBT/qg-topology | 2bdf5719174e216808300d37dfc427079d9fe41e | cd2c41653ff7a10a8bc172b1d383363836a1ce6f | refs/heads/master | 2022-12-01T05:48:29.575261 | 2020-08-10T18:17:17 | 2020-08-10T18:17:17 | 286,548,079 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,882 | c | #include "info.hh"
void general_comparison(TString sample1, TString sample2, TString type1, TString type2, TString var, int isleading, TString radius, int rebin) {
TString xlabel = ang_labels[var];
TString file1 = "/global/homes/s/sambt/Jets/qg_tagging_topology_project/analysis/analysis_output/Radius_"+radius+"/out... | [
"paperman50@gmail.com"
] | paperman50@gmail.com |
d73b983f7e0d6c435c387b183917a674ecf0fecf | 7faa6044c51b1a70c3a19908e72fb6f8c25ef5a7 | /world/d/qujing/tianzhu/jiedao48.c | 1694efc4d1379a205bf80dc87f369793706adaad | [] | no_license | losep/xyj45 | b55ca0f087bde4082b5ebe05945f36df86afcb9c | 3a699e543eec0f3c3965986ca98d7ba3b603c0cd | refs/heads/master | 2020-07-04T14:14:49.565808 | 2016-11-18T19:31:57 | 2016-11-18T19:31:57 | 74,157,577 | 1 | 1 | null | 2016-11-18T18:52:37 | 2016-11-18T18:52:37 | null | GB18030 | C | false | false | 612 | c | // 神话世界·西游记·版本4.50
/* <SecCrypt CPL V3R05> */
// create by snowcat.c 12/8/1997
inherit ROOM;
void create ()
{
set ("short", "街道");
set ("long", @LONG
街道上人来人往,两边是各式各样的商店铺面酒馆药房等等,
应有尽有。五花八门的招牌幡旗临街挑起,不时可听见贩子们
的吆喝声从街上传来。
LONG);
set("exits", ([
"north" : __DIR__"jiedao38",
"south" : __DIR__"... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
e776cfc07fe1db0aeda5f801f79431ebd42d589c | c057cf409d8cd48c4e0477f8a52aa301ad842f2d | /epoll/event.h | 3818a3b7bfc25b6cbf92b0735d38b549c325d071 | [] | no_license | cjxgm/learning | 4a7e79472e7440e2e7a782b34a55e1297556f448 | 6641583fe33090225a23726714ecee0477b938ed | refs/heads/master | 2021-01-01T17:47:48.833388 | 2014-09-26T03:21:51 | 2014-09-26T03:21:51 | 19,559,705 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 411 | h | #pragma once
typedef struct EventSystem
{
int fd;
}
EventSystem;
typedef struct Event
{
int fd_listener;
int fd_notifier;
void* data;
}
Event;
EventSystem* event_system();
void event_system_close(EventSystem* evsys);
void event_system_source(EventSystem* evsys, Event* ev);
Event* event_system_wait(EventSystem* e... | [
"cjxgm@126.com"
] | cjxgm@126.com |
423435d3c68f0fde530f848c8df5aae7d5a6cc73 | 767b08dd6083e8b9a9a47ad4b0a2db6223ecf4b7 | /Linux/mer.c | ad5f7f03c50b95ed24c66587091aa0323b03d731 | [] | no_license | mackenbaron/HLSDownload_veryfirst_version | 636368df49bb6c269391dad7885e1884d75076a5 | 8c8b838e2ebb146d12f6f99fbce131d8e10daa56 | refs/heads/master | 2020-11-29T12:10:39.543614 | 2015-10-02T11:19:49 | 2015-10-02T11:19:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,468 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <dirent.h>
#include <ctype.h>
int main(int argc,char* argv[])
{
if(argc!=2)
{
printf("%d ",__LINE__);
fflush(stdout);
printf("I need dirname to merge\n");
exit(-1);
}
struct dirent* pdirent;
char* pa... | [
"zyf26256@gmail.com"
] | zyf26256@gmail.com |
15a688291f73b3c926dcb577e6b7e6e5fa32ea28 | bacd14e6573e207017e9fe0bcbc44ebd8a3241c4 | /Real_Time_OS/freertos_blinky_revised_2/example/src/freertos_blinky_revised_2.c | dd853455b54ec418eec7d0e473abfaed9a7917a4 | [] | no_license | Bhavna-Sharma/RTOS | cd7a55300be4cb2d498e4f2d0061c7961784dbc8 | 4f945934e1f151b098b3b583b75cb8d0f7e15863 | refs/heads/master | 2020-09-06T01:13:09.804636 | 2019-11-04T04:16:14 | 2019-11-04T04:16:14 | 220,269,240 | 0 | 0 | null | 2019-11-07T15:31:45 | 2019-11-07T15:31:44 | null | UTF-8 | C | false | false | 1,960 | c | /* @brief FreeRTOS Blinky example
A Simple Blinking Code with just using delays to alternatively blinking all 3 LEDs */
#include "board.h"
#include "FreeRTOS.h"
#include "task.h"
#include "semphr.h"
xSemaphoreHandle xMutex_led_blinky;
int red =0;
int green =1;
int blue =2;
/* sets up system hardware */... | [
"apt.abl@gmail.com"
] | apt.abl@gmail.com |
f4558a0ee07d65b17bc1f1ec61d399d16ea95588 | 637af97c8883c6be9bc668f7d2514ac08fbc12db | /c-version/som.h | 2387357f0b5a888e11bfab45c23fd63b1ee7aab3 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | chenshiwen1/manifold | d0f8dad5fa27ddd470ccc35178e2e9383ea8050b | 59910400d73135f5eace2b76384f0c80775c0272 | refs/heads/master | 2021-01-24T15:14:56.692710 | 2013-01-30T08:30:27 | 2013-01-30T08:30:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,905 | h | #ifndef SOM_H
#define SOM_H
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "symbol.h"
#include "input.h"
enum
{
SOM_LEARNING,
SOM_CLASSIFYING
};
enum
{
SOM_BMU_METHOD_FIXED,
SOM_BMU_METHOD_CENTROID
};
enum {
SOM_INT_EMPTY = 0,
SOM_INT_FULL = 1,
SOM_INT_PARTIAL = 2
};
enum {
SOM_STYLE_A... | [
"psilord@cs.wisc.edu"
] | psilord@cs.wisc.edu |
c859829dda66bbe248ea9d02a25c2026048174cc | 35fe118f7dd79c24cda201216daeeb33ef1f8eff | /USDK/component/os/freertos/freertos_v8.1.2/Demo/Common/Full/BlockQ.c | e6d56eb844da387d04f6c27197dbae050aa9d7a5 | [
"Unlicense"
] | permissive | ghsecuritylab/RTL00_WEB | 207319f2948805d3e753f7b7f56ca7ad036e1cc7 | a999e4c2fd188d56130273432012bec502c4ccc1 | refs/heads/master | 2021-02-28T19:28:13.131821 | 2018-04-20T08:08:48 | 2018-04-20T08:08:48 | 245,727,532 | 0 | 0 | Unlicense | 2020-03-08T00:30:19 | 2020-03-08T00:30:19 | null | UTF-8 | C | false | false | 14,959 | c | /*
FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* ... | [
"pvvx@mail.ru"
] | pvvx@mail.ru |
103f9c559ec0c14f2e1276524f849d58039b2357 | 3a56b1155d39c8e4dfaff52f0ec2e43b64304c28 | /frames/00462.h | a383eb859f5b075bea2cb7453dc592bbf5128528 | [] | no_license | RippedOrigami/GBA-Rick | 6a610bde18e8dda978730b2d754565e9cdcbfe1d | 0953de71ad0a392f5d3a0bcedc54d55e478925b7 | refs/heads/master | 2021-05-28T17:10:33.260039 | 2014-11-28T17:14:04 | 2014-11-28T17:14:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 660 | h |
//{{BLOCK(_0462)
//======================================================================
//
// _0462, 40x40@8,
// + palette 256 entries, not compressed
// + 25 tiles lz77 compressed
// Total size: 512 + 1372 = 1884
//
// Time-stamp: 2014-11-28, 05:19:38
// Exported by Cearn's GBA Image Transmogrifier, v0.8.12
// ( ... | [
"mtinc2@gmail.com"
] | mtinc2@gmail.com |
3096f56aa5bae2427705d8b00f4d2bc7e0c60448 | 61859f3f65e5130bcee5e3e52c8c2bdb1d117900 | /src/dig.c | 5a61c854cc1b0ba7c8738bdd28d86e75ae1318dc | [] | no_license | kdaniel1001/nethack | 35b015bbb6e5e63379c063cd101bdb297797c6c4 | 913c9208b3ece7d9bfa46637faa44edfd780236a | refs/heads/master | 2020-04-01T04:31:16.150802 | 2018-10-16T02:53:12 | 2018-10-16T02:53:12 | 152,867,116 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 72,544 | c | /* NetHack 3.6 dig.c $NHDT-Date: 1449269915 2015/12/04 22:58:35 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.103 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
#include "hack.h"
static NEARDATA boolean did_dig_msg;
... | [
"kendaniel@yahoo.com"
] | kendaniel@yahoo.com |
1f208c9a1e56c31708dddfd3b1efbfa780ae14da | 7bd04744acf23fcef4163904d76250cef795412d | /src/main.h | bdddd6ca9e07226e5ad844fed82e86ae5d7e3a81 | [
"MIT"
] | permissive | mrc-ide/covfefe | ee7b123fe6b0cab1f0b0af89b858c244fc8334ea | bf4d7c2b8a359b5389c7578a9e234ad33c8ab6c0 | refs/heads/master | 2020-03-16T15:19:11.120471 | 2018-12-11T16:36:12 | 2018-12-11T16:36:12 | 132,738,177 | 4 | 0 | null | 2018-05-09T10:11:47 | 2018-05-09T10:04:49 | R | UTF-8 | C | false | false | 788 | h |
#pragma once
#include "misc.h"
#ifdef RCPP_ACTIVE
#include <Rcpp.h>
#endif
//------------------------------------------------
// draw from individual-based model
#ifdef RCPP_ACTIVE
Rcpp::List indiv_sim_cpp(Rcpp::List args);
#else
int indiv_sim_cpp();
#endif
//------------------------------------------------
// sim... | [
"r.verity@imperial.ac.uk"
] | r.verity@imperial.ac.uk |
aa634935d2d66b4ce3f88c63878d024bac61076b | 6c5d1684ff69113482f8f1ce1d2a31fd2cac6bbb | /dpf/client/src/include/mouse.h | f7161baf4fe14ea1751ee37583ee6c08ca23d760 | [] | no_license | lexuszhi1990/C-code | 2b3dbc1c7961a72ea9c36c0b82c72a70b9215de4 | 024ae2e2f5532865598558caa4ec36f1d7cd4648 | refs/heads/master | 2021-01-10T21:27:51.689403 | 2012-05-05T05:37:02 | 2012-05-05T05:37:02 | 1,281,820 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 575 | h | #ifndef MOUSE_H_
#define MOUSE_H_
#include "types.h"
#define C_WIDTH 10
#define C_HEIGHT 17
#define T___ 0XFFFFFFFF
#define BORD 0x0
#define X___ 0xFFFF
#define MICE_DEV "/dev/input/mice"
typedef struct
{
int x;
int y;
int button;
}mouse_event_t;
extern int mouse_open(const char *dev_name);
extern ... | [
"lexus@lexus.(none)"
] | lexus@lexus.(none) |
55ae164bf9b8b692dc3b05fadb31ad9dfe1b98d2 | b1fbc6a07a48900ac9c31cf881668cb1b28973ae | /LanderSTM/Lander_Code_Model_2020a_ert_rtw/Lander_Code_Model_2020a_private.h | ed8297a392e0ce5b5022bd85284881ade00ec615 | [] | no_license | Gilezzz/LanderEmbeddedSystem | 94a6564218c53ac351c92241b833ef735942ea24 | 7a0a29adc468f5eb4f38ec0740e765aa6e3ad3e7 | refs/heads/master | 2023-03-28T16:42:38.797132 | 2021-04-05T17:32:10 | 2021-04-05T17:32:10 | 338,345,173 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,420 | h | /*
* Academic License - for use in teaching, academic research, and meeting
* course requirements at degree granting institutions only. Not for
* government, commercial, or other organizational use.
*
* File: Lander_Code_Model_2020a_private.h
*
* Code generated for Simulink model 'Lander_Code_Model_2020a'.
*
... | [
"21199455+MarieGalante@users.noreply.github.com"
] | 21199455+MarieGalante@users.noreply.github.com |
2af8a3f65ccc27c7f8da937f476b9e012bd569d9 | 537ff895776d02834a98f44dbe7719bcdac98467 | /STM32/I-CUBE-BAIDU/Drivers/BSP/Components/vl53l0x/vl53l0x_api_ranging.h | 18ac39911729c66a49046082b462822bf498683e | [
"MIT"
] | permissive | xwdreamer/baidu-iot-samples | eec7d490e1d73728e4866fe4872dfc11b28c7601 | a89bd595b3e175dac207a258cf93f4efa20f308f | refs/heads/master | 2020-08-23T00:49:06.483882 | 2019-10-29T10:25:03 | 2019-10-29T10:25:03 | 216,509,228 | 0 | 0 | MIT | 2019-10-21T07:54:00 | 2019-10-21T07:54:00 | null | WINDOWS-1252 | C | false | false | 1,990 | h | /*******************************************************************************
* Copyright © 2016, STMicroelectronics International N.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistrib... | [
"huandyun@gmail.com"
] | huandyun@gmail.com |
bdead70250dd8900f0a0af88f608407c91d17cd7 | ea4e3ac0966fe7b69f42eaa5a32980caa2248957 | /download/unzip/apache_mod_php/apache_mod_php-18.8/php/ext/imap/php_imap.c | 1b0f9fdc31bd96817302f889817652ebc08bff66 | [] | no_license | hyl946/opensource_apple | 36b49deda8b2f241437ed45113d624ad45aa6d5f | e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a | refs/heads/master | 2023-02-26T16:27:25.343636 | 2020-03-29T08:50:45 | 2020-03-29T08:50:45 | 249,169,732 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129,647 | c | /*
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2006 The PHP Group |
+---------... | [
"hyl946@163.com"
] | hyl946@163.com |
8e1e63e90b381d0cee32631f386f10ae8248b0e5 | ecf37088c1618092ee847cb3bc656fdcf851fc48 | /LibExt/LibExt_src/DevCamIPL/IPL_OV12895M_EVB_FF/IPL_Buf_OV12895M_EVB_FF_Int.h | 9ecd3bb04745869224849cf7bc818a62bc732298 | [] | no_license | calvinqiu/mygithub | b2ce14f0f6f1d3057517c16f109347d88b4a096d | b16780a2b34ba8e00af39b0fd9ccb4dacf1a0eee | refs/heads/master | 2021-05-13T21:55:39.951529 | 2018-01-08T02:39:35 | 2018-01-08T02:39:35 | 116,472,710 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,028 | h | #ifndef IPL_BUF_OV12895M_H_
#define IPL_BUF_OV12895M_H_
/**
IPLBUF_MODE
Mode selection for IPP-Buffer-Allocation
Add ones if necessary
*/
typedef enum {
IPLBUF_MODE_FLOW_A = 0, ///< for Preview/Live-view mode
IPLBUF_MODE_FLOW_C, ///< for FW Trig mode
IPLBUF_MODE_FLOW_D, ///<... | [
"hebo@you-qin.com"
] | hebo@you-qin.com |
3447e4d74c22470e2b415bf0e7c516fe8c1857e4 | ada619cf7b6878956ed8d4dfa49f81bbe474ee50 | /biblioteca.h | e0e8e1a39d3066d3530cf5cd8173069529042f6f | [] | no_license | WellyngtonMS/Compressor-LZW | 3ab7a5734e044985a31fb84996c75230078b783d | 86d1fe8ebb89dd91aab4b14690c84683113e043a | refs/heads/master | 2022-04-19T08:03:29.923398 | 2020-04-19T23:15:43 | 2020-04-19T23:15:43 | 257,119,052 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 802 | h | #include <stdio.h>
#include <stdlib.h>
#define SIZE 4095
unsigned char bufferBits[SIZE];
unsigned char *vetor;
typedef struct dicionario{
char *palavra;
int indice;
}TDicionario;
int calcularTamanhoArquivo(char *nomeArquivo);
void addBits(int value, int qBits, FILE *nomeArquivoBinario);
int get... | [
"noreply@github.com"
] | WellyngtonMS.noreply@github.com |
7ad13d6c14b805e661525b205b28341f1f34255b | 9039fbb373a75328eaffb31f2389d1554b03f3c1 | /os/device/usec_timer.h | 70e4c40899bacce21ba6e3d35758db7be13ab3d7 | [] | no_license | GreenVic/os1f | dcd2f192d4f8c58d6345aaaa85be9d57f0374968 | add4e12276c7285736dac66ef882422a2ba039b6 | refs/heads/master | 2020-03-12T00:05:49.571375 | 2018-04-10T23:38:31 | 2018-04-10T23:38:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 159 | h | #ifndef __USEC_TIMER__
#define __USEC_TIMER__
#define ONE_MILLION 1000000
void usec_timer_init(void);
uint64_t usec_time(void);
#endif /* __USEC_TIMER__ */
| [
"gregorycook@u.boisestate.edu"
] | gregorycook@u.boisestate.edu |
a4816b010a9ca45550f1cda9bb0b4a3a6ea5e50b | fa6b3122ab610c86aa9d2ab36ea7474b2842a29b | /day_5/test2.c | fc61469fd278422f51ae03e5f55fddf190ff81f4 | [] | no_license | Blank1Black/xwt-shi-we | c553c53b970ce4a6836650d79c02cebf98e3d5b0 | 1b752437b8fdbb498008698e3f6805c9bbbdb375 | refs/heads/master | 2023-03-17T05:50:55.980653 | 2021-03-13T14:20:38 | 2021-03-13T14:25:28 | 326,169,355 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 725 | c | // #define _CRT_SECURE_NO_WARNINGS 1
//#include<stdio.h>
//int main()//优化后的1!+2!+3!+...+10!;
//{
// int n = 0;
// int sum = 1;
// int add = 0;
// for (n = 1; n <= 10; n++)
// {
// sum = sum * n;
// add = add + sum;
//
// }
// printf("%d\n", add);
// return 0;
//}
//int main()//1!+2!+3!+...+10!;
//{
// int n = 0;
//... | [
"1337507023@qq.com"
] | 1337507023@qq.com |
4876066b1ae4b63b8e76a7ce6575c3c4197b5d41 | 4ecaeb99924b090b6d58ab3ea32ec074184a4a2a | /CPU scheduling.c | a793afec035cfed8353f2ca877260ef030cdd4c9 | [] | no_license | rahul2673/Shortest-Job-First-Scheduling- | e2b9cea0585d4ae8ca980900c2980d6eaf3bed81 | a394cb179b8cb195c2920e78e29f88fc8b818971 | refs/heads/master | 2020-05-16T21:47:00.835466 | 2019-04-25T12:59:30 | 2019-04-25T12:59:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,669 | c | /*
Consider a scheduling approach which is non pre-emptive similar to shortest job next in nature. The priority of each job is dependent on
its estimated run time, and also the amount of time it has spent waiting. Jobs gain higher priority the longer they wait, which prevents
indefinite postponement. The jobs that h... | [
"noreply@github.com"
] | rahul2673.noreply@github.com |
17f395949a9b065ed7f75c972000d703c80cc6e1 | 14b1ccc818b6ccdd0100c9365b89bfb42e7d0e2f | /app/example/littlevgl_simulate/lv_examples/lv_ex_conf_templ.h | 98b49462f0617a49a73700da2bf7435eb7a56c79 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Detao/AliosThings_example | 1a0119c3a8870300a4f78e1c63345e7c09c48462 | d75343e2cd44cefedd41c4634a5fa8ebad287b29 | refs/heads/master | 2020-04-24T07:53:23.786606 | 2019-02-21T06:24:03 | 2019-02-21T06:24:03 | 171,812,477 | 2 | 1 | Apache-2.0 | 2020-03-06T21:44:16 | 2019-02-21T06:21:18 | C | UTF-8 | C | false | false | 1,192 | h | /**
* @file lv_ex_conf.h
*
*/
#if 0 /*Remove this to enable the content (Delete the last #endif too!)*/
#ifndef LV_EX_CONF_H
#define LV_EX_CONF_H
/*******************
* GENERAL SETTING
*******************/
#define LV_EX_PRINTF 0 /*Enable printf-ing data*/
/*******************
* TEST USAGE
***... | [
"931262702@qq.com"
] | 931262702@qq.com |
aca2550ea3873c7cbcb2e3ea5edd63f82e703fad | a8d51d70e6a8b5b5f62fa473f81d7cb7fee7d3d9 | /lib/heap_sort.c | 7a75fa2d9ec9cb91da1f8dedce4e54a9cf4e7ecd | [] | no_license | neelkanjariya1996/libsort | 858109fbfcfa6690ba109fa1a24c7d007205dd9d | cf29976e715795acbca615e4bb31682322066629 | refs/heads/master | 2022-12-13T13:20:00.681465 | 2020-09-07T12:42:02 | 2020-09-07T12:42:02 | 292,722,565 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,328 | c | /*
* File name: heap_sort.c
* Author: Neel Kanjaria
* Description: Code for heap sort
*/
#include "sort.h"
#include "sort_private.h"
#define PARENT(ind) ((ind - 1) / 2) //Macro to get the parent's index
#define LEFT(ind) ((2 * ind) + 1) //Macro to get the left child's index
#define RIGHT(ind) ((2 ... | [
"neelkanjariya1996@gmail.com"
] | neelkanjariya1996@gmail.com |
5c853a02e97b563c3681790f44f03b1d0ec79736 | 8d753bb8f19b5b1f526b0688d3cb199b396ed843 | /osp_sai_2.1.8/system/sdk/tsingma/core/usw/include/sys/sys_usw_ipfix.h | a6a825f4155c0cba4a4a7926e03b10e09369e047 | [] | no_license | bonald/vim_cfg | f166e5ff650db9fa40b564d05dc5103552184db8 | 2fee6115caec25fd040188dda0cb922bfca1a55f | refs/heads/master | 2023-01-23T05:33:00.416311 | 2020-11-19T02:09:18 | 2020-11-19T02:09:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,369 | h | #if (FEATURE_MODE == 0)
/**
@file sys_usw_ipfix.h
@author Copyright (C) 2013 Centec Networks Inc. All rights reserved.
@date 2013-10-17
@version v3.0
*/
#ifndef _SYS_USW_IPFIX_H
#define _SYS_USW_IPFIX_H
/****************************************************************
*
* Header Files
*
*****************... | [
"zhwwan@gmail.com"
] | zhwwan@gmail.com |
f02fb34783433e78098e3284ed9a81ddf1af31d5 | 79750bbf07434f86455cdeec66f0ef212fb7e032 | /BSP/bsp.c | 31425af29af081ccb0ac2dacd7b76832cda1e751 | [] | no_license | alvin233/f407_191021_1116 | f95465a142b40b3349931c4a67e9ca5d5fa7771b | ac5cc57e755d8344b5aff8d8835b492e705f9984 | refs/heads/master | 2020-08-22T19:54:50.855043 | 2019-10-21T04:11:57 | 2019-10-21T04:11:57 | 216,468,273 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 37,105 | c | /*
*********************************************************************************************************
* MICIRUM BOARD SUPPORT PACKAGE
*
* (c) Copyright 2013; Micrium, Inc.; Weston, FL
*
* All rights reserved. Protected by internationa... | [
"gyuan99@outlook.com"
] | gyuan99@outlook.com |
5a48d77c10448d4e7e9a793725b4b6d6aa574d56 | a03a7935a191d63bee76fd3b85a61ee27f98904a | /src/avt/Queries/Pick/avtLocateCellQuery.C | f6e4b7c406c3bc57b498c04f09555fb2a9ab9ad9 | [] | no_license | cchriste/visit | 57091c4a512ab87efd17c64c7494aa4cf01b7e53 | c72c413f571e56b52fb7221955219f11f4ba19e3 | refs/heads/master | 2020-04-12T06:25:27.458132 | 2015-10-12T15:41:49 | 2015-10-12T15:41:49 | 10,111,791 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 12,986 | c | /*****************************************************************************
*
* Copyright (c) 2000 - 2015, Lawrence Livermore National Security, LLC
* Produced at the Lawrence Livermore National Laboratory
* LLNL-CODE-442911
* All rights reserved.
*
* This file is part of VisIt. For details, see https://visit.llnl... | [
"bonnell@18c085ea-50e0-402c-830e-de6fd14e8384"
] | bonnell@18c085ea-50e0-402c-830e-de6fd14e8384 |
7a32f8ae49bca9680b2704b9a84c06f9212884ca | f2db1d35b71e0c175b895c1d616e53cc00cb08bd | /linux/maxsubsqeue/longbinseque.c | c6e4e85a92841398000405af6f923c08d6ffb9a8 | [] | no_license | ALEXLCC/algorithm | 3d086f56f598d4bacf9c128d0a0fb1c2256b2e90 | f71c9ebb10efaf6302f95f51b4b6624e12e2c4f0 | refs/heads/master | 2020-07-05T14:43:24.519190 | 2016-09-28T22:00:57 | 2016-09-28T22:00:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 568 | c | #include<stdio.h>
#define INF 10000000
#define N 100
void solve(int* arr,int len,int* res){
int i,j=0;
for(i=0;i<len;++i){
for(j=len-1;j>=0&&(arr[i]<res[j]);--j);
++j;
res[j]=arr[i];
}
}
void show(int* res,int len){
int i=0;
for(;i<len;++i){
printf("%d ",res[i]);
}
printf("\n");
}
void init(int* arr,int*... | [
"debian@debian"
] | debian@debian |
42e8efae00c00aeafc237503e13396773cbccce0 | 821cd3a5f030c6a3b6d5a5c8122b763906a73610 | /src/main.c | 6f80aa50cd5d36a5a2d32a31c609668c5c28fb54 | [
"MIT"
] | permissive | zulo30/lexer | f8a1d801691c978550e1ce830220103744c30863 | 7b84d9c4edc489a172df2bf993759c6ad1ea0806 | refs/heads/master | 2022-12-26T03:21:29.082773 | 2020-10-09T05:38:49 | 2020-10-09T05:38:49 | 290,831,725 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 104 | c | #include "./lexer.h"
#include "./symbol_table.h"
int main(int argc, char *argv[]) { cli(argc, argv); }
| [
"mateo.zuluaga@eia.edu.co"
] | mateo.zuluaga@eia.edu.co |
05988427819ed665f4821aaf0f76410010524a78 | 7faa6044c51b1a70c3a19908e72fb6f8c25ef5a7 | /world/daemon/skill/xue-dao.c | fd5696f6aad3486d97137b9c96c0cf1a9560a1bc | [] | no_license | losep/xyj45 | b55ca0f087bde4082b5ebe05945f36df86afcb9c | 3a699e543eec0f3c3965986ca98d7ba3b603c0cd | refs/heads/master | 2020-07-04T14:14:49.565808 | 2016-11-18T19:31:57 | 2016-11-18T19:31:57 | 74,157,577 | 1 | 1 | null | 2016-11-18T18:52:37 | 2016-11-18T18:52:37 | null | GB18030 | C | false | false | 3,794 | c | //
// xue-dao.c 血刀
// Designed by secret(秘密)
//
inherit SKILL;
mapping *action = ({
([ "action" : "$N高举手中$w,使出一招「磨牙吮血」,一刀斜劈$n的$l ",
"skill_name" : "磨牙吮血",
"force" : 100,
"dodge" : -5,
"parry" : 5,
"lvl" : 0,
"damage" : 20,
"damage_type" : "割伤",
]),
([ ... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
24bef1a8fb84b125b457f7c0d8e83506721e2831 | c30e1e22b3187b3db7d68b97859431ea644bb673 | /Leap year or not.c | 28afb959cf83319429578a445d34dc93f5c7c8d8 | [] | no_license | mdihemu/C | 32bfc7649e28bddaa19fe63eaba533b6830702e6 | 2366b5e1352ca70212cf5470f7ebc357c7c329a9 | refs/heads/master | 2022-03-28T06:43:55.054145 | 2019-11-16T16:48:40 | 2019-11-16T16:48:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 482 | c | /**
@DarkMotion
*/
#include<stdio.h>
int main()
{
int a;
printf("Enter the year=");
scanf("%d",&a);
if(a%4==0){
if(a%400==0 && a%100==0){
printf("%d is leap year",a);
}
else if(a%4==0 && a%100!=0){
printf("%d is leap year",a);
}
... | [
"noreply@github.com"
] | mdihemu.noreply@github.com |
14064c78da4d7ac488581dcb753ecede1a09e823 | eaf22e8a8037df22471d111c421fa0a923f78ee6 | /examples/tutorials/custom_timeline_feature/push-counter-feature.h | 1234c1a899e691912a3ca931afc42ac420489d7c | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | amzn/hawktracer | 59eb51059231bdebd7bca5afc3626e55deed437b | 3c22b3908912e2ec727fd2ddc5dbfe7464e6b4a5 | refs/heads/master | 2023-07-10T18:53:43.973288 | 2023-02-24T15:21:39 | 2023-02-24T15:36:23 | 128,848,910 | 131 | 41 | MIT | 2023-06-23T19:50:40 | 2018-04-10T00:17:00 | C++ | UTF-8 | C | false | false | 927 | h | /**
* @file push-counter-feature.h
* Example timeline feature declaration.
*/
#ifndef PUSH_COUNTER_FEATURE_H
#define PUSH_COUNTER_FEATURE_H
#include <hawktracer.h>
HT_DECLS_BEGIN
/*
* Registers feature in HawkTracer system.
* The definition of the function is automatically generated
* by HT_FEATURE_DEFINE() m... | [
"mkolny@amazon.com"
] | mkolny@amazon.com |
edd921f3ab83a1a28895f8e5a7230502af0ced61 | 4b7ddb7100bacc35e602c348258ee297a824d9e1 | /Basic/charreplace.c | 1d0d39c1d21275e2b9b6b313a15952cc28a9e06a | [] | no_license | arjunQ21/c-basic-programs | 752c0e8d870568a214b83eb3c43f68d92c5e0a46 | 1e503dafc75e3b90c2a91d4237f9fd622cb67b83 | refs/heads/master | 2020-04-15T17:11:29.316067 | 2019-05-14T12:43:11 | 2019-05-14T12:43:11 | 164,864,799 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 466 | c | #include<stdio.h>
void char_replace(char*, char);
int main()
{
char word[150],ch;
printf("Enter a string:\n");
gets(word);
printf("Enter the charater which you want to remove: ");
scanf("%c",&ch);
char_replace(word,ch);
printf("Output String:\n");
puts(word);
return 0;
}
void char_replace(char* p, char sear... | [
"arjundhikari789@gmail.com"
] | arjundhikari789@gmail.com |
9da03ae07a61711994c9d868201c5019aa306288 | 4a75f1b4c906b02c1b27beb5120d2fcfcc5442ac | /c7.c | 692257b41e3290c91587187d190fc5a93cc4cb86 | [] | no_license | Chineme1/ALLmyFiles | 8e7342d9ab6378568b149e0542be6320d64dbcb0 | 3c5cb5bd7462052cfa3b1bc83c715a7e067f9cf1 | refs/heads/main | 2023-06-29T01:06:23.315569 | 2021-07-29T16:51:44 | 2021-07-29T16:51:44 | 390,439,307 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 109 | c | #include <stdio.h>
void foo(int y)
{
y+=2;
}
int main()
{
int x = 7384;
foo(x);
printf("x = %d\n", x);
}
| [
"cduba@ucdavis.edu"
] | cduba@ucdavis.edu |
c3d87d4dcbce8d98a87ab2922cac147e43d4ff6f | 096c6abd1028bc60338d1ebf3db3926c46c03251 | /ex1/minic/test/bo.c | 2f93aaeef7defa48ac97d861f4e5f7905a24b584 | [
"MIT"
] | permissive | cbruegg/qbe | 6e32a563752f1649928a2a752282ed244e37fa5a | b451769a1a07ac4c66d59fe0ccd9b35b26f913b4 | refs/heads/master | 2020-04-05T13:33:07.820279 | 2017-07-18T09:14:26 | 2017-07-18T09:14:26 | 94,883,975 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 323 | c | #include <stdio.h>
fuck() {
printf("fuck()\n");
}
t() {}
bo() {
int b;
int be;
int* buf;
int i;
be = 3203391149; #BEEFDEAD
buf = &be;
buf[0] = -1; #garbage
buf[1] = -1;
buf[2] = -1;
buf[3] = -1; # this overwrites the canary
buf[4] = -1;
buf[5] = 4195622;
}
main(int ac, void **av) {
bo();... | [
"mb@MB3.localdomain"
] | mb@MB3.localdomain |
b7fb2dab6bf90ed2ae79efff8eecb9fa424babb2 | 0fb306192d1c715f50e7c20f55f0f0e4273ef32e | /cqsa/utilities/orion/SIM_power_router.h | 086ba9e1bfb221076b61cfedb39175b88dbee349 | [] | no_license | archfp/floorplan | e168d3c96f10d3f63e802d908aeb0ac290b02b83 | b3646f1d523687f27a767b100f5ea89edef40b5b | refs/heads/master | 2021-01-22T08:28:33.950842 | 2014-02-10T02:28:20 | 2014-02-10T02:28:20 | 8,962,309 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,977 | h | #ifndef _SIM_POWER_ROUTER_H
#define _SIM_POWER_ROUTER_H
#include "SIM_power.h"
#include "SIM_power_router_internal.h"
typedef enum {
MATRIX_CROSSBAR = 1,
MULTREE_CROSSBAR,
CUT_THRU_CROSSBAR,
CROSSBAR_MAX_MODEL
} SIM_power_crossbar_model_t;
typedef enum {
RR_ARBITER = 1,
MATRIX_ARBITER,
QUEUE_ARBITER,
ARBITER... | [
"charles.lu@mail.mcgill.ca"
] | charles.lu@mail.mcgill.ca |
306e75171ffe37b54e170f115e63e905ff3f99e9 | dbbd6d5158c02293646cc2c3f3f69b97a0436a2c | /Microchip/PIC32CM-LE_DFP/1.2.273/include/instance/rtc.h | 53393058898f0973d5b71e8e6f53eb683b9376aa | [
"Apache-2.0"
] | permissive | Microchip-MPLAB-Harmony/dev_packs | 7db4dbb0d0198e21f0b0797cf935032ed402d8f3 | f2408856cf6379db7750aa7c67fe12ff676e621e | refs/heads/master | 2023-08-27T18:15:04.733933 | 2023-06-09T15:38:43 | 2023-06-09T15:38:43 | 161,400,334 | 14 | 11 | null | 2022-02-28T00:39:02 | 2018-12-11T22:11:24 | Roff | UTF-8 | C | false | false | 2,331 | h | /*
* Instance header file for PIC32CM5164LE00100
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
*
* Subject to your compliance with these terms, you may use Microchip software and any derivatives
* exclusively with Microchip products. It is your responsibility to comply with third party li... | [
"thibaut.viard@microchip.com"
] | thibaut.viard@microchip.com |
65af1ece63feccc5d28a4a1d15e66365ae0f4d86 | 2cb9b7e517e8fb35cc0aff076b95e4dcedee4a73 | /src/examples/12_module/03_arrays_for_range/arrays_for_range.h | dfc7c38bc375b1d070ac48783bbd30c3b5796db2 | [
"MIT"
] | permissive | acc-cosc-1337-spring-2020/acc-cosc-1337-spring-2020-Beezlebub007 | 8384747252b75d3cf9cef06c6b35ea1c9ad25dd1 | b40338d1cefd456420b429fd16c74acf6f114d60 | refs/heads/master | 2020-12-20T01:14:25.976405 | 2020-05-08T00:10:46 | 2020-05-08T00:10:46 | 235,910,225 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 114 | h | //header array for ranged loops with auto by value and auto by reference
#include<iostream>
void array_pointer();
| [
"dylan.bellxd@gmail.com"
] | dylan.bellxd@gmail.com |
a3e15aaaa6cab0e4c83f9a999ae8d3ce8cffc730 | 1d8c841d8e817726fb737be2d1ad63cb11652ae2 | /src/procs/old/urldecode.c | da6b4422be5e4d2fabe464494990b64f10fdef13 | [
"MIT"
] | permissive | apfeltee/bits | 6b395ccff29915fb8bfa8febe1b66de64b6a7c57 | 4fdb130658e32b31fd8b7eb5a7aad4b9a849abec | refs/heads/master | 2020-05-29T15:41:33.767834 | 2019-12-21T20:00:51 | 2019-12-21T20:00:51 | 63,948,711 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,256 | c |
#include "private.h"
static int ishex(int x)
{
return
(
((x >= '0') && (x <= '9')) ||
((x >= 'a') && (x <= 'f')) ||
((x >= 'A') && (x <= 'F'))
);
}
static void* fnpre(FILE* infh, FILE* outfh)
{
(void)infh;
(void)outfh;
return NULL;
}
static void fnpost(void* ptr)
{
... | [
"root@localhost"
] | root@localhost |
99e6aaae79acbec6c1812549cbf80caaa38af125 | 156ab791a15f0666cd84cb0136c91fe95c1c49dd | /libft/ft_strsplit.c | 18e0180456b4597d95c2b2339744e7192a209312 | [] | no_license | AnneMedvedeva/Lem-in | a84efc7af73753b92bb527942ca97afcf4e2c604 | 92989d15025e29ca6cf3629143fedbb2960ed386 | refs/heads/master | 2020-04-01T13:19:52.676816 | 2018-10-22T19:20:24 | 2018-10-22T19:20:24 | 153,247,864 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,656 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsplit.c :+: :+: :+: ... | [
"amedvedi@e1r1p18.unit.ua"
] | amedvedi@e1r1p18.unit.ua |
410e294130d2270518fa12d9382a00b86f27864d | 3d31d1ebeac4586a455c08d551e81e5596f4a8c4 | /dev/06_25_2018/PWM.c | 29d1b88725876d147523f3e375fb7e72eb5f2dce | [
"Python-2.0"
] | permissive | npwebste/UPS_Controller | 0ff9670abd6f4ff5d4f3a5ec3003e4f4ddfcf148 | a90ce2229108197fd48f956310ae2929e0fa5d9a | refs/heads/master | 2021-05-10T10:00:03.186490 | 2018-08-04T23:37:16 | 2018-08-04T23:37:16 | 118,942,833 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,383 | c | /*
* pwm.c:
* This tests the hardware PWM channel.
*
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net>
***********************************************************************
* This file is part of wiringPi:
* https://projects.drogon.net/raspberry-pi/wiringpi/
*
* wiringPi is free software: ... | [
"30417327+npwebste@users.noreply.github.com"
] | 30417327+npwebste@users.noreply.github.com |
257b7c4ff4ba683e782d20bc0859a76f993280c5 | 43c3486b3e0552c6f6e2ef4b182cf2e1abbcda70 | /src/sys/cam/ctl/ctl_frontend_iscsi.c | bf7ddd380c4c488fea9fe8047231baab85299c55 | [
"LicenseRef-scancode-warranty-disclaimer",
"SMLNJ",
"BSD-3-Clause",
"BSD-4-Clause-UC",
"LicenseRef-scancode-other-permissive",
"BSD-2-Clause"
] | permissive | JamesLinus/MeshBSD | 978364739e21dd2974f89322328e17b232a3ce3f | e590357b53961c2d91050669dc0452ff7313a180 | refs/heads/master | 2021-01-11T07:15:14.636804 | 2016-11-01T11:48:09 | 2016-11-01T11:48:09 | 72,520,001 | 1 | 0 | null | 2016-11-01T09:01:05 | 2016-11-01T09:01:05 | null | UTF-8 | C | false | false | 84,750 | c | /*-
* Copyright (c) 2012 The FreeBSD Foundation
* All rights reserved.
*
* This software was developed by Edward Tomasz Napierala under sponsorship
* from the FreeBSD Foundation.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following cond... | [
"henning.matyschok@stud.fh-flensburg.de"
] | henning.matyschok@stud.fh-flensburg.de |
bdb55e915707dd482aaf061e7bf713c41f54be09 | 8781e751b376a6ad905d7e0c7199e6e756e705a5 | /Freescale_MQX_4_1_FRDMK64F/mqx/source/io/lwadc/lwadc_kadc_prv.h | 4ac82822eadce82cc12d8b3c62a93bd7244356ad | [] | no_license | ernag/dont_not_enter | 4247e0777ae13723f11e3385e1ba26906ae09949 | 1669ceb9c3887dce6472b94d34264e3d32b1745a | refs/heads/master | 2016-08-11T07:21:27.972365 | 2015-12-05T02:14:57 | 2015-12-05T02:14:57 | 47,433,087 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 3,636 | h | /*HEADER**********************************************************************
*
* Copyright 2008 Freescale Semiconductor, Inc.
* Copyright 2011 Embedded Access Inc.
*
* This software is owned or controlled by Freescale Semiconductor.
* Use of this software is governed by the Freescale MQX RTOS License
* distrib... | [
"ernie@whistle.com"
] | ernie@whistle.com |
f866a67edc081f8da961dc0df8d805cbecfcc728 | fd72e569835f284faf9f5491bac13e1f9eb50258 | /大三/大三下/计算机应用设计/MSP-EXP430F5529 LAB CODE/LAB7/UserExperienceDemo/Puzzle/Puzzle.c | 2913addda9e63df1ed35af3d2cee969123f94d49 | [] | no_license | ChangWinde/SouthEastUniversity | 119e4320f4dd2ca589dc38826aa9e9c9d8ceddf5 | 347873f2ee8063ca6392770d52fafb86034b6d53 | refs/heads/master | 2023-07-04T19:17:46.666846 | 2020-12-12T04:09:49 | 2020-12-12T04:09:49 | 150,752,892 | 227 | 83 | null | 2023-07-02T16:11:55 | 2018-09-28T14:31:13 | C | UTF-8 | C | false | false | 4,025 | c | //****************************************************************************//
// Inclination Game
// Puzzle.c
//
// Describtion:
// Simple example to demonstrate the functionality of the Excel
// state machine generation tool
//
// Target MCU: MSP430F55529
//
// Implemented with Application report: SLAA... | [
"ChangWinde@163.com"
] | ChangWinde@163.com |
87e7b2580c8d9cf6156ed1ea4e6b70592cc7846b | db1862132e8db1d389b78a87866148121d1d354b | /compile_marketmake_gen_web_display/gen_main.c | c5a274cdc1d8bb91ab61a298b8d1fb47a3250e9b | [] | no_license | jrastit/MarketMake | 51357f09acaa1872da56ed82db9dcb3c2b97afb5 | 82874d3fb53061b02aa787603cafab27a7106a31 | refs/heads/main | 2023-03-01T03:40:51.869166 | 2021-02-09T20:03:51 | 2021-02-09T20:03:51 | 334,104,242 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 36,673 | c | /* ZGenerator */
#include <stdio.h>
#include <gen_compiler_prog_struct_type.h>
#include <stdlib.h>
#include <gen_compiler_type.h>
#include <gen_compiler_string.h>
#include <unistd.h>
#include <openssl/ec.h>
#include <openssl/evp.h>
#include <openssl/bio.h>
#include <openssl/pem.h>
#include <gen_ethereum_type.h>
#includ... | [
"jerome.rastit@libertysurf.fr"
] | jerome.rastit@libertysurf.fr |
e0e98407950357f2804a298844e10980aa845bc5 | b555e56edb548801c39957601725cb5a3483ac91 | /physics/zeroin.c | 071251e5757a6b1b49165bc951855b8d4dde65a3 | [] | no_license | cout/sx3 | 743b0e451bca33401897eeac6d1bc5ce04441e42 | b1ab841824a2833d7b2d8fb73130f8e32bb43187 | refs/heads/master | 2020-05-29T13:10:05.522026 | 2014-07-17T19:42:58 | 2014-07-17T19:42:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,049 | c | /*
************************************************************************
* C math library
* function ZEROIN - obtain a function zero within the given range
*
* Input
* float zeroin(ax,bx,f,tol)
* float ax; Root will be seeked for within
* float bx; a range [ax,bx]
* float (*f)(float x); Na... | [
"cout"
] | cout |
166304f6cd9abdd8508cdc0a0d2013b10d59a3a3 | 949cfef8c16e05d9aa8b3b327ba2b19acd9e640e | /src/monero_headers.h | b76a0e0796062eec2eddd841aab7b217be3f67d3 | [
"BSD-3-Clause"
] | permissive | makotoproject/makoto-blockchain-explorer | 19e014a04b131b43d3dbe73a157af902e922ddeb | 9f74ccf82d0f2f9f6b6ff7cde0551311adc74a48 | refs/heads/master | 2020-04-19T14:20:24.287589 | 2019-01-29T22:47:34 | 2019-01-29T22:47:34 | 168,241,753 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,003 | h | //
// Created by mwo on 5/11/15.
//
#ifndef XMREG01_MONERO_HEADERS_H_H
#define XMREG01_MONERO_HEADERS_H_H
#define DB_LMDB 2
#define BLOCKCHAIN_DB DB_LMDB
#define UNSIGNED_TX_PREFIX "Makoto unsigned tx set\003"
#define SIGNED_TX_PREFIX "Makoto signed tx set\003"
#define KEY_IMAGE_EXPORT_FILE_MAGIC "Makoto key imag... | [
"makotocoinproject@gmail.com"
] | makotocoinproject@gmail.com |
0f66f6c43928860506a63deed04252ec2013d2c5 | 1390cb4f58bd09087184a64fe2838dec29600d8a | /5114.c | 49837302e196dd8288347df6b7a12a3343c24796 | [] | no_license | imasker/obfuscatorTestCases | bf21352be1dbd6c8bdd868b093af03f315d92a45 | 5f5561846ec09a040b42dc12842c9581e7be6b4d | refs/heads/master | 2023-03-27T11:35:21.843689 | 2021-03-25T07:38:05 | 2021-03-25T07:38:05 | 351,342,479 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 107,391 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.3.0
* Git version: 30dccd7
* Options: -o /home/x/obfuscator/data/programs/5114.c
* Seed: 43809248
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GLOBAL VARIABLES --- */
static volatile ui... | [
"13277988207@163.com"
] | 13277988207@163.com |
bca0b1fa29c51a6c6e7d974f6acb91ea443789fb | 0a3ec295ebf76655e7e68a30d30be58165d7cd85 | /Core/Src/scanf.c | 7a8dfb0109294dcba7ed4d7f4ef858678087e936 | [] | no_license | MtLord/SimpleMotor-code | bb3a10228ce3c455940ae6adfce1eb9b331173c4 | f6793341c4224a511d046b63819578457ebf7397 | refs/heads/master | 2023-02-03T17:57:08.921020 | 2020-12-26T04:56:21 | 2020-12-26T04:56:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 956 | c | /*
* scanf.c
*
* Created on: 2019/07/12
* Author: �T��
*/
#include "usart.h"
#include "main.h"
#include "stm32f3xx_hal.h"
#include <stdio.h>
#ifdef __GNUC__
#define PUTCHAR_PROTOTYPE int __io_putchar(int ch)
#define GETCHAR_PROTOTYPE int __io_getchar(FILE *f)
#else
#define PUTCHAR_PROTOTYPE in... | [
"a217018@ns.kogakuin.ac.jp"
] | a217018@ns.kogakuin.ac.jp |
0ab4d94809b13262205827deefc3c954bdb71027 | 9099fbf7bcced22c42caa13ed576a33187e8197f | /Plugins/DatabaseConnector/Source/DatabaseConnector/Public/Database/Core/ThreadPool.h | bfcb10cff32c98e9c55bad3c9d698ae6e34851ba | [] | no_license | PiangGG/LFS | 4330cfeae79f5e1c9a8f1acde668df8d625e92ee | 79739cb5647275dfc7ea4386d1171a6345ce18aa | refs/heads/LFS | 2023-07-18T00:45:06.215708 | 2021-08-25T05:25:07 | 2021-08-25T05:25:07 | 382,056,571 | 0 | 0 | null | 2021-08-25T05:31:35 | 2021-07-01T14:16:24 | C++ | UTF-8 | C | false | false | 171 | h | // Copyright Pandores Marketplace 2021. All Rights Reserved.
#pragma once
#include "Templates/UniquePtr.h"
using FThreadPoolPtr = TUniquePtr<class FQueuedThreadPool>;
| [
"974805475@qq.com"
] | 974805475@qq.com |
9513b055ce01e7f7693e37db3ff7f4bd04517f87 | 539cd88f3695e3fc7a8b72f4d452676f59900601 | /2eme personnage.h | c5da704f35b96e93aba7a213e238e999d7a70b72 | [] | no_license | Nourhenebc/taches | 5737c4b8b733f4ba283eb015dae1e506a1e1c0fd | 8a1972a59c1d02c18907691ce73973d216be32b2 | refs/heads/master | 2022-10-10T07:39:38.032573 | 2020-06-11T18:50:50 | 2020-06-11T18:50:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 454 | h | #include <SDL/SDL.h>
#include <SDL/SDL_image.h>
/**
* @file personnage2.c
* @brief Testing program.
* @author C Team
* @version 0.1
* @date juin 10,2020
* testing program
*
*/
typedef struct Personnage2{
int x,y,vx,vy;
SDL_Surface **screen,*image, *image2;
SDL_Rect position;
SDL_Rect clips[00];
SDL_Rect clips2[0... | [
"noreply@github.com"
] | Nourhenebc.noreply@github.com |
9d1cc9f3a39aba7b45bcca11245ea67da79f2dfc | 21832082177250543a9fdaffc99fdfebe4932173 | /dominion/mutants/dominionc/mutant101462_dominion.c | 29ebfeac08af2e5eeea50de79b6d19985ebc378e | [] | no_license | cs362sp16/cs362sp16_melloc | 6c1908de39b82f0375a44f856de68dc9a96b9d44 | 34aa06f255a3580480fc2365d84cebf1ef44c394 | refs/heads/master | 2021-01-21T11:44:57.407155 | 2016-06-07T06:56:56 | 2016-06-07T06:56:56 | 55,734,081 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 36,691 | c | #include "dominion.h"
#include "dominion_helpers.h"
#include "rngs.h"
#include "cardEffects.h"
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
int compare(const void* a, const void* b) {
if (*(int*)a > *(int*)b)
return 1;
if (*(int*)a < *(int*)b)
return -1;
... | [
"ecksian@icloud.com"
] | ecksian@icloud.com |
fbf62718de10d0c05b75d91c862ebb07867a3b23 | a5670c8274d289bcefbaf2d298c9863c2d70f45b | /cpu/types.h | d6a1215a70c8e49324c34e24eb24a2f5636ccfc6 | [] | no_license | arrowSoftware/osDevelopmentTutorial | 7f29214ca06bf099d05b51170d79fd7054ff522a | 653084154f10a12d72e611b08b42f3a670357da2 | refs/heads/master | 2023-06-28T07:23:29.256581 | 2019-01-24T04:09:54 | 2019-01-24T04:09:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,119 | h | /*******************************************************************************
* File:
* types.h
*
* Description:
* This files contains standard types and function to work with types.
*
* Members:
* LOW_16
* HIGH_16
*
* Todo:
* Make this stand alone and replace stdint with typedefs for each int...
*... | [
"tyler@Tylers-MacBook-Pro.local"
] | tyler@Tylers-MacBook-Pro.local |
881929aaee7201e12437075aa744132eb6c46ed7 | ce449607e3a9d5b3dc9203dd947157daaa8d32a0 | /3rdparty/zlib/adler32.c | fadf86aaeafa750987f6847552b9dcc53f0eff89 | [
"BSD-3-Clause",
"Zlib"
] | permissive | Hixtink/mrpt | 3622dedc5b34664df87a2b8622ae799f61490f7d | 33de1d0ad596cf04b87c764e084535fbd1772fd7 | refs/heads/master | 2022-12-05T17:43:04.397730 | 2020-06-20T09:02:42 | 2020-06-20T09:02:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,073 | c | /* +---------------------------------------------------------------------------+
| Mobile Robot Programming Toolkit (MRPT) |
| https://www.mrpt.org/ |
| ... | [
"joseluisblancoc@gmail.com"
] | joseluisblancoc@gmail.com |
a999a7de44d8cd411abbb676bf284db92843d9a5 | 34672c18bbcf19f3a2d367ad3b58ff04087ea676 | /code/asm/comp_int.c | 278faec3c7fc1794336b3792183eb65cf81edff4 | [] | no_license | VimIcewind/CSAPP | 3d1344022b645683f280cce94a41b1c66612353b | 058a291ef813cc0e64a9cf46103120fb419a2c8a | refs/heads/master | 2021-09-28T22:37:43.494999 | 2021-04-23T03:36:36 | 2021-04-23T03:36:36 | 128,216,187 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 92 | c | typedef int data_t;
#define COMP <
int comp_int(data_t a, data_t b)
{
return a COMP b;
}
| [
"VimIcewind@gmail.com"
] | VimIcewind@gmail.com |
8d8f62d2ba4ede8ceb6f8a341cd3d7256b7c1000 | be6eab2a509676503399dab108b335d0150e2b60 | /build/px4/topics_temporary_header/rc_channels.h | 243446e6bc1b35e54eaae8472c28f19567437043 | [] | no_license | SwastikNandan/Open_UAV_colab | 23ebf8da8c5088a6730dfdd1fb6e7cd6cdccd7d4 | 9493de0cd312e792a7e8fe5c1668be02e8394ae6 | refs/heads/master | 2021-03-10T18:48:56.305634 | 2020-03-11T05:09:19 | 2020-03-11T05:09:19 | 246,476,826 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,622 | h | /****************************************************************************
*
* Copyright (C) 2013-2016 PX4 Development Team. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Red... | [
"s.swastiknandan@gmail.com"
] | s.swastiknandan@gmail.com |
4003c0e15e0615245bf8f813be6d16f5ba3402e5 | 105022505b77331ee0c612c5a2c2f33024e92f8e | /src/list.h | 78a9ebc77602da67f6a5d2f8b17aac8d74b7612e | [
"MIT"
] | permissive | JacobLondon/actualcsock | 896a669df44ea2d2702d2758d3e1316011608b20 | 9fea82ffdb88b012661b38a6937ae99ef2dd20dc | refs/heads/master | 2023-02-15T17:16:22.171024 | 2021-01-16T17:47:43 | 2021-01-16T17:47:43 | 302,716,922 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,295 | h | #ifndef JLIB_LIST_H
#define JLIB_LIST_H
#include <stddef.h> /* size_t */
#include <malloc.h>
struct node {
void *value;
struct node *next;
};
struct list {
struct node *head;
struct node *last;
size_t size;
void (*dtor)(void *buf);
};
/**
* Create a new, empty list
*
* dtor: Specity a way to free the valu... | [
"jelondon12@gmail.com"
] | jelondon12@gmail.com |
17be112506583cdfe0df07f7de17428db364477c | 47ef24c15b8cc19ee59b44f3dfb6a8aceb684ce6 | /ass_10/q5.c | 5053e251e624e2eab4b68b1c149498d34766c0ce | [] | no_license | Agastya5Singh/C-Assignment | abf4dd33d5065890585535c5dccd3c3b11488c9f | d4606186b4c303317f32f2ee3d16b44504855941 | refs/heads/main | 2023-07-13T20:20:08.756604 | 2021-08-24T10:30:01 | 2021-08-24T10:30:01 | 386,174,612 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 245 | c | #include<stdio.h>
#include<stdlib.h>
void main()
{
int n;
float r=0;
printf("Please Enter The Value");
scanf("%d",&n);
while(n>=0)
{
int sum=1,a=0;
while(a<n)
{
sum =sum*(n-a);
a++;
}
r=r+((n+1.0)/sum);
n--;
}
printf("\n%f",r);
} | [
"2029142@kiit.ac.in"
] | 2029142@kiit.ac.in |
53070f4d0c688807170e74d52c50aa4e6cf6790f | 6692268b845ffcc037e6961293d42750adde1504 | /openwrt/package/utils/asensor/src/measure_dht11.c | eda6559b20c280d958a04c1ab4c524a232b7419b | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | adasek/ameas | a416df472a9c81393957e92c7d1585b18b314dcb | c6e04f0009a30a564e4f05dd851e0e3d75c6518e | refs/heads/master | 2016-08-12T08:11:08.425447 | 2016-02-19T07:01:56 | 2016-02-19T07:01:56 | 48,744,893 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,595 | c | /*
* Copyright (C) 2015 Adam Benda
*
* Simple GPIO talking script to retrieve data from DHT11 sensor.
* http://www.uugear.com/portfolio/dht11-humidity-temperature-sensor-module/
*
* Arguments:
* 1) number of GPIO pin
* 2] type of sensor: 11 for DHT11, 22 for DHT22
*/
#include <stdio.h>
#include <stdl... | [
"bendaad1@fit.cvut.cz"
] | bendaad1@fit.cvut.cz |
c1cde0751b9965a526f6700bf25eded9615cd70c | c1f98a9863635242a245428a43860a8f56da887f | /queue.c | 59434622adf352f8ae9f3e4c3eddcbe251fccf68 | [] | no_license | anmolsharan/data_structure | 73e7a691e4df1dc579aa956e2569117a8c5dc538 | e9472235a9a25a78bcec90330f38c8540378fd61 | refs/heads/master | 2021-05-16T06:47:51.427719 | 2017-09-14T05:28:17 | 2017-09-14T05:28:17 | 103,484,674 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,566 | c | #include<stdio.h>
#include<conio.h>
#include<stdlib.h>
struct Node
{
int data;
struct Node *next;
}*front = NULL,*rear = NULL;
void insert(int);
void delete();
void display();
void main()
{
int choice, value;
clrscr();
printf("\n:: Queue Implementation using Linked List ::\n");
while(1){
prin... | [
"noreply@github.com"
] | anmolsharan.noreply@github.com |
34a7dc2ba3a4cec70aa057c1423e67b1f713e064 | 1f04e26bf8d0153a0d714dbc76187ac53ca0a626 | /Programming/Labs/1/table.h | a03522011ec845c01a67f1b91f305086ef5a79df | [
"Unlicense"
] | permissive | ffaawgh/University | d6604b4993a55e87229c5f70437ee2f2d8a3fe77 | 764f668f840da3d4169914244c9b42750d96ab20 | refs/heads/master | 2022-03-22T13:40:56.103381 | 2019-11-15T20:21:59 | 2019-11-15T20:21:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 612 | h | #ifndef __ED_ASRIYAN_TABLE_H__
#define __ED_ASRIYAN_TABLE_H__
#include <stdlib.h>
#include <stdio.h>
#include "table_cell.h"
#include "table_column.h"
// represents the table
typedef struct
{
FILE* stream;
int columns_count;
int rows_count;
TableColumn** columns;
int filled;
} Table;
// returns pointer to a... | [
"ed-asriyan@protonmail.com"
] | ed-asriyan@protonmail.com |
0ccc73361325a596f580d857e85bf6df908b412e | 99a2684e429f2cb403080e7407209c5a67609204 | /MT_Tester/src/code/cps/com/include/cpss_com_irq.h | 8179a7b32fea5487fadf5a0f238b9362a8a0552e | [] | no_license | dhwangchina/ARM_X86 | 279faebc746f69e2b8c7e494a099ecd6b6ad29ef | 2b63f60a23dafedeca64acd36b721566a73fbe24 | refs/heads/main | 2023-09-05T03:00:54.044626 | 2021-11-24T12:01:31 | 2021-11-24T12:01:31 | 431,099,526 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,519 | h | /******************************************************************************
* COPYRIGHT @ Reserved
*******************************************************************************
* File :
* Function :
* Statement :
* Creation Info:
******************************************************************... | [
"dhwangchina@gmail.com"
] | dhwangchina@gmail.com |
9a968b9059dc2b4beb6f1703c2ab9e7bd8df415e | 8ee0be0b14ec99858712a5c37df4116a52cb9801 | /3rdParty/src/expat/xmlwf/xmlfile.c | 5348c38693eef91928d9be47cc073e5c36323ba6 | [] | no_license | eRose-DatabaseCleaning/Sources-non-evo | 47968c0a4fd773d6ff8c9eb509ad19caf3f48d59 | 2b152f5dba3bce3c135d98504ebb7be5a6c0660e | refs/heads/master | 2021-01-13T14:31:36.871082 | 2019-05-24T14:46:41 | 2019-05-24T14:46:41 | 72,851,710 | 6 | 3 | null | 2016-11-14T23:30:24 | 2016-11-04T13:47:51 | C++ | UTF-8 | C | false | false | 4,902 | c | /*
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file copying.txt for copying permission.
*/
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <fcntl.h>
#include "xmlparse.h"
#include "xmlfile.h"
#include "xmltchar.h"
#include "filemap.h"
#i... | [
"hugo.delannoy@hotmail.com"
] | hugo.delannoy@hotmail.com |
641b2d3dbdca6762ec2762d79472c7b21000b740 | d40cd8f8daff69950482d641f3343fc3361230fc | /server/系统模块/公共组件/配置工具/stdafx.h | 71e9ff3ae66508eca3008b25d82a5e30454de495 | [] | no_license | scriptkitz/SiYangMJ | 3f47f389f55fb2854fbf3ab9ac26f3f1b25e2f0c | 6e899b7f7c22a6770722038dac3f05c17d4bffb3 | refs/heads/master | 2020-07-12T18:30:15.228243 | 2018-01-02T03:53:53 | 2018-01-02T03:53:53 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,460 | h | // stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 项目特定的包含文件
#pragma once
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN
#endif
#ifndef WINVER
#define WINVER 0x0501
#endif
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0501
#endif
#ifndef _WIN32_WINDOWS
#define _WIN32_WINDOWS 0x0410
#endif
#ifndef _WIN... | [
"jianan@ixianlai.com"
] | jianan@ixianlai.com |
7c0abe05d7a309b5706cf50011e21bcb1081e767 | 27287928dc52c1a42afe8ef7f720139810007982 | /360Safe(demo)/HookPort/Filter_ZwLoadDriver.c | 3d8af70ef12de0237e3e551f302130a7535b88dc | [] | no_license | yqjack/360Safe | 92ab2f4898e75050f50a8a0aa68e96fac8eaaa6f | d28020655bd7750f91b1bcb404dedba805e080db | refs/heads/master | 2022-12-27T18:54:38.950309 | 2020-10-10T06:00:26 | 2020-10-10T06:00:26 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 991 | c | #include "Filter_ZwLoadDriver.h"
NTSTATUS NTAPI Filter_ZwLoadDriver(IN PUNICODE_STRING DriverServiceName)
{
NTSTATUS Result, OutResult;
PULONG FuncTable[16] = { 0 };
PULONG ArgTable[16] = { 0 };
ULONG RetNumber = NULL;
PVOID pArgArray = &DriverServiceName;//参数数组,指向栈中属于本函数的所有参数
NTSTATUS(NTAP... | [
"WINGS2709"
] | WINGS2709 |
e5c2790f90c5600622e3413fac6f9cb9c9ac8dc5 | b6fb2dc02bb4e3172a9b14d436d0e1eb1b0f5c58 | /DarkSUSY_mH_125/mGammaD_2000/cT_2000/DarkSusy_mH_125_mGammaD_2000_cT_2000_LHE_Higgs_m.C | 01e9da632babf62e29640d875975a80be5c46a0d | [] | no_license | cms-tamu/MuJetAnalysis_DarkSusySamples_LHE_13TeV_03 | 042884aa28ab36f6af7a1c45ff82c6d9c3442f12 | fd05337d13f3eb64f295f10ac5c5c6385c0ebec1 | refs/heads/master | 2020-06-08T15:24:55.002262 | 2015-03-18T13:59:47 | 2015-03-18T13:59:47 | 30,620,043 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,279 | c | {
//=========Macro generated from canvas: cnv/cnv
//========= (Wed Mar 18 13:55:44 2015) by ROOT version5.34/18
TCanvas *cnv = new TCanvas("cnv", "cnv",1320,22,904,928);
gStyle->SetOptFit(1);
gStyle->SetOptStat(0);
gStyle->SetOptTitle(0);
cnv->SetHighLightColor(2);
cnv->Range(1.784236,-0.24375,2.4992... | [
"bmichlin@rice.edu"
] | bmichlin@rice.edu |
328d50cf19dd04b6831f56000e3e5761dcb0bf69 | 5896167027f07d1e53672ebb76b60ed7bf2f09c8 | /Win10_20H1_19037/x86/System32/ntoskrnl.exe/Standalone/_WNF_NAME_INSTANCE.h | 983b32bbef745d22ab381859f6d4dda45576fa11 | [] | no_license | antiwar3/headers | c776e1de8b552e1284901361907f5e7515ef20ae | e3ec0f11f62cdc76b6c0b6b9fa0d6ffe55e476f0 | refs/heads/master | 2021-05-25T22:49:20.063532 | 2020-02-24T21:43:26 | 2020-02-24T21:44:11 | 253,953,543 | 1 | 2 | null | 2020-04-08T01:25:44 | 2020-04-08T01:25:44 | null | UTF-8 | C | false | false | 3,506 | h | typedef struct _WNF_NODE_HEADER
{
/* 0x0000 */ unsigned short NodeTypeCode;
/* 0x0002 */ unsigned short NodeByteSize;
} WNF_NODE_HEADER, *PWNF_NODE_HEADER; /* size: 0x0004 */
typedef struct _EX_RUNDOWN_REF
{
union
{
/* 0x0000 */ unsigned long Count;
/* 0x0000 */ void* Ptr;
}; /* size: 0x0004 */
} EX_... | [
"w.benny@outlook.com"
] | w.benny@outlook.com |
c39e1b709c7fb0b499855958d85b4d169e3b60f6 | cbf0c8445c3f899c50395ba80f1c2f3b16988139 | /src/c/main.c | 3913a19899edf24877e6b47e6d8d0a0d4b716dd4 | [] | no_license | ben-marshall/sat-solver | 9e2eb57814aa6dd9519530aaf626530827bdc000 | 33d70c5f0a2e32efbb33ca49f0eecc99cf49d67b | refs/heads/master | 2020-12-02T09:11:23.419371 | 2017-08-05T12:13:34 | 2017-08-05T12:13:34 | 96,709,773 | 0 | 1 | null | 2017-08-05T12:13:35 | 2017-07-09T20:32:49 | C | UTF-8 | C | false | false | 3,941 | c |
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <sys/time.h>
#include "sat-expression.h"
#include "satsolver.h"
#include "imp-matrix.h"
#include "sat-expression-parser.h"
#include "sat-expression-scanner.h"
extern FILE * yyin;
/*!
@brief Prints command line usage options for the program.
... | [
"bm12656@my.bristol.ac.uk"
] | bm12656@my.bristol.ac.uk |
2a807610f306d363979ace54a7815f4860add02f | f5036142d5462c9036e62734240c6915d46089bd | /wips/include/io_support.h | 1b7d43194ca538a277f123bf4afcb193eef02db0 | [] | no_license | dingkang991/new_wipsd | 27cf78cb3860dc8346fa5290c3922ca2b3171680 | 4a7259d46275cf26366a8b7fafbde605eedc5c3e | refs/heads/master | 2021-01-19T21:01:20.741635 | 2017-06-15T13:28:48 | 2017-06-15T13:28:48 | 88,593,077 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,190 | h | #ifndef _IO_SUPPORT_H
#define _IO_SUPPORT_H
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <sys/socket.h>
#include <net/if.h>
#include <netinet/in.h>
#include "zerror.h"
#include "common.h"
#define B_FALSE 0
#define B_TRUE 1
typedef in... | [
"dingkang@xiaomi.com"
] | dingkang@xiaomi.com |
6a94c7c8cfaa264b5a19b4041ded26c2923b0e95 | fa7e06bdd06e76a33e4018a5d49f921791da5eb6 | /IFP_3000_Drv_V1_git/04_DRIVER_HARDWARE/BSP/BSP_Gpio/BSP_Gpio.c | 0f033abd35bdcc5ae0dd068f2bab01206c460b32 | [] | no_license | 15510912905/XC_repository_ALL | a88a30d89aeb6f5e660bcdc144d3b8bf7f893e9b | e007ad58612631993503a0bc3c59d78f29fa1940 | refs/heads/master | 2023-04-16T04:35:23.995765 | 2021-04-09T01:50:58 | 2021-04-09T01:50:58 | 355,114,273 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,591 | c | /********************************************************
版权所有 (C), 2001-2100, 四川新健康成生物股份有限公司
-------------------------------------------------------
嵌入式开发平台——BSP层 GPIO封装
-------------------------------------------------------
文 件 名 : BSP_Gpio.c
版 本 号 : V1.0.0.0
作 者 : ryc
生成日期 : 2019... | [
"arris9@163.com"
] | arris9@163.com |
a2009331af815ab22d1ae035320782abf44f6b46 | 4b34f48b44cf0aea6843fa191544fbe91bdfc0c6 | /Day_5/prog2.c | be959067eff92958970e874ed71e8d3abe3228d2 | [] | no_license | abhishek-kumbhar/DailyFlash | 65d6aa557b90948e02fe81ec7af9e2adccd44dd1 | a82c682e29136b499daf85b40f9541c53e277334 | refs/heads/master | 2021-04-02T15:38:02.447412 | 2020-05-30T16:51:42 | 2020-05-30T16:51:42 | 248,290,484 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 442 | c | /*
Program 2 : Write a Program to print SUM of First n Natural Numbers.
*/
extern int printf (const char *, ...);
extern int scanf(const char *, ...);
void main (void) {
int sum = 0, x;
printf ("\nEnter a number : ");
scanf ("%d", &x);
for (int i = 1; i < x + 1; i++) {
sum += i;
}
... | [
"noreply@github.com"
] | abhishek-kumbhar.noreply@github.com |
62e3d0b3eda679e89e58b0e19a692c19cb68648c | 63f9a0d150cbef75f4e6e8246dc7ecac3f3b6d09 | /cpp/include/ray/core.h | 9ef405a1994ad42b768db3c9987053cf483dcc77 | [
"Apache-2.0",
"MIT"
] | permissive | ray-project/maze-raylit | 79f0a5af9fe4bdc13a2d5b3919da867ed5439aab | a03cd14a50d87d58effea1d749391af530d7609c | refs/heads/master | 2023-01-23T04:23:35.178501 | 2020-12-04T22:34:14 | 2020-12-04T22:34:14 | 318,274,659 | 5 | 0 | Apache-2.0 | 2020-12-04T22:34:15 | 2020-12-03T17:47:58 | Python | UTF-8 | C | false | false | 547 | h |
#pragma once
#include "ray/common/buffer.h"
#include "ray/common/function_descriptor.h"
#include "ray/common/id.h"
#include "ray/common/status.h"
#include "ray/common/task/task_common.h"
#include "ray/common/task/task_spec.h"
#include "ray/common/task/task_util.h"
#include "ray/common/test_util.h"
#include "ray/core_... | [
"noreply@github.com"
] | ray-project.noreply@github.com |
46963fe443029fc38167abbf2329e13a550828cf | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/arch/c6x/platforms/timer64.c.bak.c | c6879aab0bcb54f3e4a738e3c69d442e7f74ba03 | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,236 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*
* Copyright (C) 2010, 2011 Texas Instruments Incorporated
* Contributed by: Mark Salter (msalter@redhat.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 a... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
1256331b199ec7ec4c6569af3acafc752d79863f | 932353cd879f92a1ba491a74e4ae92e0d49e1d66 | /FaceRecognition/Include/NMethodDescriptor.h | c74f4620a75c66fd8e57b6187ce07c1216922d2c | [] | no_license | ScoreSolutions/TRIUM-VRM | 093adbc0d9b006c4b425fa72db5be2cade9a59c6 | e5688ef3d2033268158d196b6c6004a39110fac2 | refs/heads/master | 2021-01-10T15:36:55.152064 | 2016-01-23T10:24:26 | 2016-01-23T10:24:26 | 50,233,800 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,971 | h | #ifndef N_METHOD_DESCRIPTOR_H_INCLUDED
#define N_METHOD_DESCRIPTOR_H_INCLUDED
#include <NMemberDescriptor.h>
#include <NParameterDescriptor.h>
#include <NValue.h>
#include <NPropertyBag.h>
#ifdef N_CPP
extern "C"
{
#endif
N_DECLARE_OBJECT_TYPE(NMethodDescriptor, NMemberDescriptor)
NResult N_API NMethodDescriptorGet... | [
"akkarawatp@gmail.com"
] | akkarawatp@gmail.com |
9cf2620c41b828a69e3d3d3aceb6d447472fd304 | 48641f661b086b7f9f54b1eb2922aef2c2339e99 | /PSXLSReader/Classes/libxls/xlsstruct.h | d4b936a6151c9b454ab96a93eae967404215df85 | [
"MIT"
] | permissive | MrPans/PSXLSReader | bcbe90757202f597a4190dbc9905ee7188f1bf8c | 822db91f62599a7ea37d3f625bc2f2b312c2e6d5 | refs/heads/master | 2020-03-19T01:16:24.620357 | 2018-05-31T06:18:24 | 2018-05-31T06:18:24 | 135,534,173 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,681 | h | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* This file is part of libxls -- A multiplatform, C/C++ library
* for parsing Excel(TM) files.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditi... | [
"pansheng@youzan.com"
] | pansheng@youzan.com |
f015e71c1b9f846ce31b09fc53bbc2f051f0e773 | 43d94ccbd8f63d1c6cbd87531dfc41472b036299 | /Lecture3/Ex32_equals.c | 20bc11fb8ca131a38273f51c11ff210af9947a0c | [] | no_license | yh08037/JavaProgramming | 66826bf2bf9d1f8790aededc7f09b757b6fc221a | 3bc6d061b75c40b41bbb54af90298f0cc1309f60 | refs/heads/master | 2020-04-30T14:33:36.423761 | 2019-12-04T12:58:09 | 2019-12-04T12:58:09 | 176,894,330 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 778 | c | #include <stdio.h>
#include <string.h>
#include <ctype.h>
int strcmpIgnore(char const *a, char const *b)
{
for (;; a++, b++) {
int d = tolower((unsigned char)*a) - tolower((unsigned char)*b);
if (d != 0 || !*a)
return d;
}
}
int main(void) {
char string1[] = "aardvarks";
int com... | [
"yh08037@gmail.com"
] | yh08037@gmail.com |
a1d4d8deb40f520e5b0f044d200f2e0d517415e6 | d8a8cecbad2a39f53930d1da14309b31fe4af0cf | /src/iirfilter.c | 91847633bd243e116665831c934478aa61d7731b | [] | no_license | stuff1993/diu | aad8a6d377e7f6281f6d6c4160eab6bb2588abab | 4e53739209fdc0532b996313e7d0eda5ad2f1ca2 | refs/heads/master | 2020-03-19T06:22:49.826523 | 2018-07-08T14:29:42 | 2018-07-08T14:29:42 | 136,014,157 | 0 | 0 | null | 2018-06-20T14:32:31 | 2018-06-04T11:18:04 | C | UTF-8 | C | false | false | 1,683 | c | #include "iirfilter.h"
#include <stdint.h>
/******************************************************************************
** Function: iir_filter_uint
**
** Description: Filter to flatten out erratic data reads
**
** Parameters: 1. Input data
** 2. Existing data
** 3. Ga... | [
"stuster_85@hotmail.com"
] | stuster_85@hotmail.com |
2b61a8a261d38441ac1b6a9c0a9205d72de3b2ec | f83ef53177180ebfeb5a3e230aa29794f52ce1fc | /ffmpeg/ffmpeg-3.4.2/tests/checkasm/float_dsp.c | 9b0a221c25d2ccd6338f30a946bb375eb1cd51a0 | [
"LGPL-3.0-only",
"GPL-2.0-only",
"GPL-3.0-only",
"LGPL-2.0-or-later",
"LGPL-3.0-or-later",
"IJG",
"LicenseRef-scancode-proprietary-license",
"MIT",
"GPL-2.0-or-later",
"LGPL-2.1-or-later",
"Apache-2.0",
"LicenseRef-scancode-other-permissive",
"GPL-1.0-or-later",
"LGPL-2.1-only"
] | permissive | msrLi/portingSources | fe7528b3fd08eed4a1b41383c88ee5c09c2294ef | 57d561730ab27804a3172b33807f2bffbc9e52ae | refs/heads/master | 2021-07-08T01:22:29.604203 | 2019-07-10T13:07:06 | 2019-07-10T13:07:06 | 196,183,165 | 2 | 1 | Apache-2.0 | 2020-10-13T14:30:53 | 2019-07-10T10:16:46 | null | UTF-8 | C | false | false | 10,656 | c | /*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* FFmpeg is distributed in the h... | [
"lihuibin705@163.com"
] | lihuibin705@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.