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
fa43b29eef0d369cca1ac04c4194f9b7254fef28
57ec33cdf6980137bc8368689975066c99a9c878
/REDPINE/GARMIN_SDK_v2.0.1/RSI_SDK_v1.0/sapis/zigbee/profiles/include/nlme_interface.h
722471a9b50ed2acd2ebab7dc7c5ea67aa6491d2
[]
no_license
ZhikaiZhang1/REDPINE_REAL
9eb28c5767a29a5a6186f699b10ab907d883bd2c
b20cb03f6d4627468500fe734e9dfeeb8d8690e4
refs/heads/master
2021-06-18T13:02:31.904124
2021-05-04T04:42:02
2021-05-04T04:42:02
207,081,545
0
0
null
null
null
null
UTF-8
C
false
false
97,421
h
/******************************************************************************* * nlme_interface.h ******************************************************************************** * Program Description: * * This file contains the interface functions and data structures to be used * by the NHLE for access...
[ "zhikaizhangHULK@gmail.com" ]
zhikaizhangHULK@gmail.com
8165215be32bcaec92c03457233e24cffdd30f34
c339bfa91fea0b7196c1ebe2b12083a2fea18a91
/tags/old-eval-stack/harbour/include/hbmacro.h
082f9a0fa0293aa5866ab68a8b6ed64e7d6fc18b
[]
no_license
laszlojuhasz/hbtest1
f7355f4e4ec84a39ef5ba9e3f776f6e8f7b925e0
967a9915572db98e2c079bb2a1ad5b2309874a65
refs/heads/master
2020-06-02T21:04:45.799760
2012-11-27T12:57:09
2012-11-27T12:57:09
null
0
0
null
null
null
null
UTF-8
C
false
false
5,744
h
/* * $Id$ */ /* * Harbour Project source code: * Header file for the Macro compiler * * Copyright 1999 Ryszard Glab * www - http://www.harbour-project.org * * 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 Fre...
[ "(no author)@ef52b332-12a4-b543-bf59-08b57769829b" ]
(no author)@ef52b332-12a4-b543-bf59-08b57769829b
5fd5143248b5efab5f4004c4b8b47b179b1addc7
78b36da561ac8870c0b65d984bb35dddf5445862
/05.c
db5ad2cf44bc9d5d3b6f6bda2511ff2b28e7a9b2
[]
no_license
anubhavmaheshwari0805/DS-LA2
394b1ed95ff5918953be869e469cbb6dfa7aeaba
1afbb7bb69d513856cf102688c25b32f31cac32a
refs/heads/master
2021-07-17T04:29:20.291737
2020-10-14T12:03:55
2020-10-14T12:03:55
218,370,497
1
5
null
2020-10-14T12:03:56
2019-10-29T19:46:38
C
UTF-8
C
false
false
2,288
c
#include<stdio.h> #include<stdlib.h> struct node { int bun; struct node *next; }; void insert(struct node **a,int i) { struct node *temp1; temp1=(struct node*)malloc(sizeof(struct node)); temp1->next=NULL; temp1->bun=i; if(*a==NULL) { *a=temp1; (*a)->next=*a; } else { struct ...
[ "anubhavmaheshwari0805@gmail.com" ]
anubhavmaheshwari0805@gmail.com
b0e97187f6be9dd9b09e293ebcc6b4a543c1a43f
7964b6e28db718565dc558259c0059c992943e2a
/CAP4/exerc12.c
2ae4f271f848599ac0c7d2cecb918ef9aab46015
[]
no_license
NicholasLameira/Exercicio-Tecnicas-de-Programacao
561eaee8a09763b18a77299720f49a173c653dcd
e753694a3d602532b4cec4ed4f8e78f9eb8438aa
refs/heads/master
2022-04-21T19:14:50.675922
2020-04-22T20:31:01
2020-04-22T20:31:01
null
0
0
null
null
null
null
UTF-8
C
false
false
673
c
#define TAMANHO 7 #include <stdio.h> int vectorOrdenado(float vector[], int nElementos){ if(nElementos - 2 == 0){ if(vector[nElementos - 1] > vector[nElementos - 2]){ return 1; } } else { if(vector[nElementos - 1] < vector[nElementos - 2]){ return -1; }...
[ "eufraniodiogo5@gmail.com" ]
eufraniodiogo5@gmail.com
52ed42ff0cb96c2673c9543c85cbef3fdf9458a7
57e2951a90a98d3de4e04255bc0b7ab08e37031c
/linux/utils/src/shm_mutex.c
50655ee085dc4773b113010fdbe1d7b9bcd46598
[]
no_license
xbliu/GeneralPurposeLibrary
7e7d6774634cd3679285291a44501652e8894756
6fb9599524abc007972cbd2112541fd14edb05cc
refs/heads/master
2021-12-18T20:47:40.536345
2021-11-26T04:12:36
2021-11-26T04:12:36
176,207,945
0
0
null
null
null
null
UTF-8
C
false
false
3,533
c
#include "shm_mutex.h" #include "mmap_file.h" #include "log_adapter.h" #include <sys/ipc.h> #include <sys/shm.h> #include <errno.h> #include <fcntl.h> #include <stdint.h> #include <string.h> #define USE_SHMAT (0) #define SHM_MUTEX_MAGIC (0x5aa53cc3) shm_mutex_t *shm_mutex_alloc(char *key) { int shm_id; int size...
[ "liuxubo@autelrobotics.com" ]
liuxubo@autelrobotics.com
7d51aab86704bd3292b5998ca61c700b8ec9d249
ae87f52e9fc9d8b45f6850a0d625a383bde1a081
/src/tomcrypt/encauth/ocb3/ocb3_int_xor_blocks.c
92eb293f2c5252e5cba43586bc5068041103c681
[ "LicenseRef-scancode-public-domain", "MIT" ]
permissive
vbogolepov/srp-binding
7b1271a992c8d4016c34d8967b7be6bb5fd4ac4a
db21111f2cb1129e8458c07f948ba8defa0d4f58
refs/heads/master
2023-03-08T16:56:32.594538
2023-03-03T07:43:42
2023-03-03T07:43:42
171,142,653
0
0
MIT
2023-03-03T07:43:44
2019-02-17T16:11:27
C
UTF-8
C
false
false
1,094
c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. */ /** @file ocb3_int_xor_blocks.c OCB imp...
[ "viktor.bogolepov@dsr-corporation.com" ]
viktor.bogolepov@dsr-corporation.com
9fe3f58389dcb6beba263785e285c1074432e739
b84332204c76727d7c587961e888955a3c5a8834
/roam/deal_public_function.c
a7d63f48b02adafe6504def53b41175a2b01f590
[]
no_license
FrankTeo/deal
bfabcbf2e297b5df155f2834bc00c4f67b359636
9a24acad109ad39befab75d9ee20a8201e8f4dd2
refs/heads/master
2020-04-27T17:20:27.873409
2019-03-08T10:10:00
2019-03-08T10:10:00
174,514,236
2
0
null
null
null
null
UTF-8
C
false
false
79,928
c
/******************************************************************* * Copyright (C), 1995-2004, Si-Tech Information Technology Ltd. * File Name : deal_public_function.c * Version : 1.0.0 * Create by : zhumy * Create date: 2004-06-23 * Environment: AIX5.2 ORACLE9i * Description: 包含与业务无关的函数 * History : ********...
[ "Frank.Teo@outlook.com" ]
Frank.Teo@outlook.com
e23c37a9387d3f625a82b0fb051a3a9c82014f50
21a4b5fd560169eda0ef2da9b9670dcdbe2bb0b6
/c_code/2_3/compiler_cgmeth.c
02940b2294d470d8c46c61fec9ed11ec5973f164
[]
no_license
sriramnrn/csources
694b389f2456742ccefa88ce250f74a5f0347b8c
5938a27a43f4bf3ad920f9725f3e8aa3d324b4a1
refs/heads/devel
2021-01-22T15:01:26.212148
2015-01-24T14:32:09
2015-01-24T14:32:09
29,775,787
0
0
null
2015-01-24T12:27:27
2015-01-24T12:27:26
null
UTF-8
C
false
false
49,281
c
/* Generated by Nimrod Compiler v0.9.3 */ /* (c) 2012 Andreas Rumpf */ /* The generated code is subject to the original license. */ #define NIM_INTBITS 64 #include "nimbase.h" #include <string.h> typedef struct tnode171659 tnode171659; typedef struct ttype171693 ttype171693; typedef struct tlineinfo136509 tlineinfo1...
[ "dominikpicheta@googlemail.com" ]
dominikpicheta@googlemail.com
f79a0ea7b47f88541fac37ca0b99d771e0497656
4d9dd9f8a6b1b77432325f10b251751cd2683a97
/applications/mesh_common/client/gaia/gaia_uuids.h
ec20c978f045fdc4ef4693e25173ef957322f7d2
[]
no_license
thristram/Seraph-BLE
31b317dbb71b581ef16b73ed5d2fb6bbaf57d7b1
79ca76048b086a0c9e35228ddf426e663804cf1c
refs/heads/master
2020-07-20T14:36:56.162607
2017-09-06T07:32:14
2017-09-06T07:32:14
206,659,460
1
0
null
null
null
null
UTF-8
C
false
false
2,279
h
/****************************************************************************** * Copyright 2016 Qualcomm Technologies International, Ltd. * Bluetooth Low Energy CSRmesh 2.1 * CSRmesh is a product of Qualcomm Technologies International Ltd. */ /*! \file gaia_uuids.h * \brief This file defines UUID macros for ...
[ "thristram" ]
thristram
87396823145915fb1b66093c7cc4a5dec2d618c7
f680851b5704cb60c9a21589ee123b7adc474124
/2012/NDSRAF/include/raguna.h
1e6314162d670879575ead92f8878342d54c58b2
[]
no_license
joeyLewis/HighSchoolPortfolio
999c3841c27d36f4988be424d808e89299d3e007
c2e380506637d9f52ddbb956d4cf6b2c095cad84
refs/heads/master
2021-01-10T09:58:11.043094
2016-02-01T21:32:46
2016-02-01T21:32:46
50,872,538
0
0
null
null
null
null
UTF-8
C
false
false
524
h
#ifndef raguna_h #define raguna_h enum { kBottomScreen = 0, kTopScreen = 1 }; enum { k16colors = 0, k256colors = 1 }; // count backwards and auto assign sprite nums (bottom screen) int bottom_spritenum(); // count backwards and auto assign sprite nums (top screen) int top_spritenu...
[ "joelewis@ucdavis.edu" ]
joelewis@ucdavis.edu
1b402cf65c385dba8feffd0bb69a82917146b6cf
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/fastsocket/kernel/drivers/video/omap/extr_omapfb_main.c_set_fb_fix.c
e40884144df8f0d2a0307ab9184e36d77f9ca9a3
[]
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
2,438
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
28cc41d8009c1d8088fb9d374ab7d7c763dbb590
426df6ce92abc3104129776b32c8bfb92dfcb089
/04_Get_next_line/libft/ft_memcmp.c
442b2e1b071832f98fea0975d8ad24a5c54d0ea6
[]
no_license
qbenaroc/All_42Projects
02c89cf8a8728edc1a421bea8605e8e9f8521f8c
2a097fc8537cbf556bf2483f3134d5e9f6afda66
refs/heads/master
2021-10-23T18:54:23.207713
2019-03-19T09:59:46
2019-03-19T09:59:46
165,063,749
0
0
null
null
null
null
UTF-8
C
false
false
1,177
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcmp.c :+: :+: :+: ...
[ "qbenaroc@student.42.fr" ]
qbenaroc@student.42.fr
f03361c40ea91dda3f95e5f83e93e44396b613a2
8a62fa2e656bfd5f3300d9f28edc780946f18392
/src/s1ap/asn1c/asnGenFiles/CriticalityDiagnostics-IE-List.h
f9455a73eec54f85b2523b0c5cb0a986e12f2ce4
[ "Apache-2.0" ]
permissive
thakurajayL/openmme
dc31d9ac8fdfc3da3512a4f0d8f5611be55af55f
e24db8c126ebcd31ac2495d569c1bfe6ac0e5a17
refs/heads/master
2020-12-10T20:36:26.233260
2020-02-12T00:06:51
2020-02-18T22:32:25
198,978,360
1
0
Apache-2.0
2019-11-15T05:31:53
2019-07-26T08:29:05
C
UTF-8
C
false
false
1,234
h
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-IEs" * found in "./asn1c/S1AP-IEs.asn" * `asn1c -fcompound-names -fno-include-deps -gen-PER -findirect-choice -pdu=S1AP-PDU` */ #ifndef _CriticalityDiagnostics_IE_List_H_ #define _CriticalityDiagnostics_IE_List_H_ #include <as...
[ "hyunsun@opennetworking.org" ]
hyunsun@opennetworking.org
10a8e0554e5c6c36232026b5be28dec36e9eed53
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/net/jet500/jet/dae/src/sysw32.c
016b951d17aaea44318a3e314cfd7b891c6d94c0
[]
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
33,430
c
#include "config.h" #define HANDLE WINHANDLE #include <windows.h> #undef HANDLE #include <dos.h> #include <malloc.h> #include <string.h> #include <time.h> #include <ctype.h> #include <io.h> #include <stdarg.h> #include <stdlib.h> /* this build is for DAYTONA /**/ #define DAYTONA 1 /* make sure the definition between...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
e0a06a31b4b11dccb591b24a25d072f14340f4e9
a3e45cb8e9f0ecf39f44ca87a02dbfc42de55840
/decimaltohexadecimal.c
8c919ae3327b31ba64e01f86dcbb3a4240a0d57b
[]
no_license
ikiwi1228/ikiwi1228.github.io
5d27522956c1f0d4e052653dfcca2b3e5424582e
ea7bb8d6ee655233cff056ee7984689e7bf9b95c
refs/heads/master
2020-03-16T20:04:41.040117
2019-01-09T21:16:46
2019-01-09T21:16:46
132,945,273
0
0
null
null
null
null
UTF-8
C
false
false
466
c
#include <stdio.h> int main() { long decimalnum, quotient, remainder; int i, j = 0; char hexadecimalnum[100]; printf("Enter decimal number: "); scanf("%ld", &decimalnum); quotient = decimalnum; while (quotient != 0) { remainder = quotient % 16; if (remainder < 10) hexadecimalnum[j++] = 48 + remainder; els...
[ "junyi5959@Gmail.com" ]
junyi5959@Gmail.com
665a244a81f9503cd997d1b2b6adc0e610bc93bb
c54abbb8b0412a1726ea55993f00fa491503c6c3
/libft/srcs/opt_short.c
ca6cb33946431d21a6a774230d4cf9dc69dbdb11
[]
no_license
hivian/ft_irc
e4a50d984c821bea4ff54df877491f292477be3c
b0765d0bb4320b8e56b0fa09be8775647c82d992
refs/heads/master
2021-01-16T23:21:29.221629
2017-08-24T10:10:49
2017-08-24T10:10:49
82,908,882
2
0
null
null
null
null
UTF-8
C
false
false
2,299
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* opt_short.c :+: :+: :+: ...
[ "hivian@e2r6p11.42.fr" ]
hivian@e2r6p11.42.fr
8039b43c81f19723d552939d4e1087bcefed06e8
c0d7448452fe8cc99859766ec5190b0a9c4d1498
/9.c
ff4647de3489de0e73ea5da2604e7b7e6192c4dd
[]
no_license
kerysthail/CHAPTER-5
78cbea6ce5334debb4b7c813cb7043805f6412c3
5d0e5e7c51271cf796839c9c1c5075406aa7186f
refs/heads/main
2022-12-19T17:23:39.780022
2020-10-16T14:54:25
2020-10-16T14:54:25
304,043,105
0
0
null
null
null
null
UTF-8
C
false
false
517
c
# CHAPTER-5 #include<stdio.h> void Temperatures(double n); int main(void) { int a; double ft; printf("Please input the temperature:"); a = scanf_s("%lf", &ft); while (a==1) { Temperatures(ft); printf("Please input next temperature:(q to quit)"); a = scanf_s("%lf", &ft); } return 0; } void Temperatures(d...
[ "noreply@github.com" ]
kerysthail.noreply@github.com
38e358aeded6f758a172e39727128dfe546f5594
545bb808ddcbc1c45664f0bb52a6000d5e598e33
/pthread/mutex.c
1b57fa730bcdf1aa0253c7059b6c28e059e1db07
[]
no_license
HaSense/CSocket
f03257a8a430a855a6700d6abb826ddc4730571a
d461d7ab21e39fc7b207389268f1c185964452dc
refs/heads/master
2021-06-22T17:18:17.717828
2021-02-07T15:31:11
2021-02-07T15:31:11
183,365,382
1
1
null
null
null
null
UTF-8
C
false
false
2,022
c
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <pthread.h> #define NUM_THREAD 100 void * thread_inc(void * arg); // num변수를 증가 시키는 함수 void * thread_des(void * arg); // num변수를 감소 시키는 함수 long long num=0; pthread_mutex_t mutex; int main(int argc, char *argv[]) { pthread_t thread_id[NUM_THREAD]; ...
[ "noreply@github.com" ]
HaSense.noreply@github.com
ae18475c86f83e0cf909bf02fb5deeac5a45d739
df0ef41db222514ed00c09dd80b8e85fd3a7761c
/base/time/m_time_parse.c
0c11f8046ff45d906885b7dcd321971949bc69d6
[ "MIT" ]
permissive
chokepoint/mstdlib
381f97c5bafa79b6eab89ea6c5ed80db15e5510b
03facafb56e8b8e3627ae37a1717db2d178270e1
refs/heads/master
2021-04-26T22:29:52.994740
2018-03-06T15:57:49
2018-03-06T15:57:49
124,101,920
0
0
null
2018-03-06T15:54:42
2018-03-06T15:54:41
null
UTF-8
C
false
false
30,918
c
/* The MIT License (MIT) * * Copyright (c) 2015 Main Street Softworks, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rig...
[ "brad@monetra.com" ]
brad@monetra.com
ec27b6b6fd3abfd85abc28cecd4702dea9457246
3e62312df716c86d8642ae654fc4cadbc756be4b
/src/bsp/mpsoc_hello_mpsoc_1/system.h
94154fdfc9d18b6f03ec812c9902153cb98348ae
[]
no_license
ricsamikwa/Parallel_Image_Processing-using-Multicore_Architecture-on-FPGA
2966d03c244bce9d145da1fd4b7b4a6744580f69
8e0e23e86c52a68deb3dab7e4a72afea759ebebd
refs/heads/master
2023-06-02T14:50:24.706658
2021-06-23T13:35:10
2021-06-23T13:35:10
248,701,425
0
0
null
null
null
null
UTF-8
C
false
false
8,964
h
/* * system.h - SOPC Builder system and BSP software package information * * Machine generated for CPU 'cpu_1' in SOPC Builder design 'nios_system' * SOPC Builder design path: ../../../quartus/H4_/nios_system.sopcinfo * * Generated: Sat Sep 21 22:50:23 UTC 2019 */ /* * DO NOT MODIFY THIS FILE * * Changing th...
[ "esamikwa@gmail.com" ]
esamikwa@gmail.com
4bbcec573d8c771e5840f3c02b1d3423514bf447
7c241eb1250ad2e979f75b09eb86a69fa0ba6031
/tags/release_2_3/src/wpc/jp.c
d3a85f9dafb8b6cfd479c2c4c1a7e700a3385da3
[]
no_license
mp-lee/pinmame
4e02b72691b6f8843e40ebedc1b7bf3a2049fd98
92f23ffdcb9f0b9c449c0f8ae8bf87f25101a877
refs/heads/master
2021-01-18T08:13:08.609969
2017-12-10T08:57:52
2017-12-10T08:57:52
52,010,521
0
0
null
null
null
null
UTF-8
C
false
false
15,680
c
/************************************************************************************************ Juegos Populares (Spain) ------------------------ NOTES: This system doesn't seem to have any kind of diagnostic tests, which makes emulation a pain in the a.. Also, the display board is just being fed 3 serial ...
[ "maddes@6f51dfdd-75df-4273-8f3b-818b1e6aa8bf" ]
maddes@6f51dfdd-75df-4273-8f3b-818b1e6aa8bf
be0bf1625eff2cae488aa59195b8d2bb99f4a012
1e1a6d6eddcf28d0eec77de85fa9da69a8dde735
/DLA/KNL/knl_autotune/kernel/17.17x4kernel31x8x0_93x20000x585_620+272.c
c9198a109bbf6c3e8d39701551a890a483f8048d
[]
no_license
hpc-sslab/lamma
8d0b55d6d1e8811110927d210b37a1bea4e02f9c
52caa049fa9cb70021f7f7a3952c232125b3632e
refs/heads/master
2020-03-25T17:51:14.860753
2018-08-08T11:45:28
2018-08-08T11:45:28
143,999,367
0
0
null
null
null
null
UTF-8
C
false
false
15,854
c
#include "immintrin.h" #include "x86intrin.h" #include "zmmintrin.h" #include <hbwmalloc.h> #define MR 31 #define NR 8 #define MB 93 #define NB 20000 #define KB 585 #define L1_DIST_A 620 #define L1_DIST_B 272 void micro_kernel0(int k, const double * A, const double * B, double * C, int ncol) { int i; register __...
[ "choi@ssu.ac.kr" ]
choi@ssu.ac.kr
8b15f7c56a5011713b4f43e4b727f8886a27d425
ec85732156395c345978ffdf188f7c1858575f30
/src/core/options.c
0e84fe8cbf9be338fb858f75be1c5eb585126211
[]
no_license
kumarak/Granary-Drk
03d429de2b192fc549b034b478da387ba7a95079
6c1c7f209211fd7c205e7e46365051f82c18cfcd
refs/heads/master
2021-01-19T09:44:14.146698
2013-06-14T02:00:25
2013-06-14T02:00:25
9,108,422
1
0
null
null
null
null
UTF-8
C
false
false
87,634
c
/* ********************************************************** * Copyright (c) 2003-2009 VMware, Inc. All rights reserved. * **********************************************************/ /* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following ...
[ "iit.akshay@gmail.com" ]
iit.akshay@gmail.com
1e1270d6c3cf83472b8865f67c08b8638a47553c
0f4b65bdd99e642402d489fdd662a7dc1d1441f5
/testsuite/EXP_4/test2361.c
c097e59a2a0d8072d89d93c0403ec78cd0760560
[ "MIT" ]
permissive
matthiaskrgr/CF3
157e4967f12a6e6a0eee0fa9421f7855d24047c5
981a49c2b1f0fb80e1d1778beb3f3ce8578338c3
refs/heads/master
2021-01-01T06:02:05.773732
2017-07-15T20:15:36
2017-07-15T20:15:36
97,335,407
0
0
null
2017-07-15T18:41:20
2017-07-15T18:41:20
null
UTF-8
C
false
false
51,250
c
/* CF3 Copyright (c) 2015 ishiura-lab. Released under the MIT license. https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md */ #include<stdio.h> #include<stdint.h> #include<stdlib.h> #include"test1.h" volatile int16_t x3 = INT16_MAX; volatile int32_t t1 = 49; static int32_t x14 = INT32_MIN; volatile uint8_t x1...
[ "ishiura-compiler@ml.kwansei.ac.jp" ]
ishiura-compiler@ml.kwansei.ac.jp
1b7a54e396eaa046e38d528c7d116d1ecba592d1
9387cb167b29ba716f27cd120be87fb2ce869ee1
/fichier.h
36471cea45d14ef38c7abd5929c3d2d7b1e50467
[]
no_license
djalan/csp
ba5e38188cf412411a199cbf8046844a33f2240a
18e6f2727541571b691565dc94430843e7e53893
refs/heads/master
2016-09-05T23:06:44.203631
2011-06-02T01:33:51
2011-06-02T01:33:51
1,782,003
0
1
null
null
null
null
UTF-8
C
false
false
654
h
/* Classe: fichier.h Description: Bibliotheque de fonctions pour traiter des fichiers Auteurs: Alain Sirois SIRA15068305 Philippe Mercure MERP27078708 Date: 1er juin 2011 Cours: INF5270 Groupe: 30 Travail: TP1 Profess...
[ "alainsirois@gmail.com" ]
alainsirois@gmail.com
1dddd9649a37ddf29bc9cab5950134bbc2327eec
c8e6dfe5d2d4511f6ba1413b278932a2ab10a9c1
/lib/am335x_sdk/ti/csl/src/ip/pcie/V0/cslr_pciess_app.h
d119b80329839308f16e98f848f3a3889df337aa
[ "BSD-3-Clause", "MIT" ]
permissive
brandonbraun653/Apollo
61d4a81871ac10b2a2c74c238be817daeee40bb6
a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce
refs/heads/main
2023-04-08T19:13:45.705310
2021-04-17T22:02:02
2021-04-17T22:02:02
319,139,363
4
0
null
null
null
null
UTF-8
C
false
false
51,790
h
/******************************************************************** * Copyright (C) 2013-2014 Texas Instruments Incorporated. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * Redistributions of so...
[ "brandonbraun653@gmail.com" ]
brandonbraun653@gmail.com
f653bb33556034ff20dba5d61cde0e1eeea2d587
350be202ed8bdca93d60ac9d3b171bfbae2f460f
/src/scalar_bitset.c
6be472a1e7c0b00e98fb42c2aba0089a9b26f644
[ "Apache-2.0" ]
permissive
hayguen/hamming_weight
58c07fcd697ef8d0575dc897ffec72f558149974
1dd7554c0fc39e01c9d7fa54372fd4eccf458875
refs/heads/master
2022-01-06T03:59:25.791547
2018-12-09T08:54:11
2018-12-09T08:54:11
null
0
0
null
null
null
null
UTF-8
C
false
false
1,871
c
#include "scalar_bitset.h" #include <stdint.h> #include <stddef.h> // straight out of wikipedia static uint64_t scalar_hamming_weight(uint64_t x) { x -= (x >> 1) & 0x5555555555555555; x = ((x>>2)&0x3333333333333333) + (x&0x3333333333333333); x += x >> 4; x &= 0x0f0f0f0f0f0f0f0f; x *= 0x0101010101...
[ "lemire@gmail.com" ]
lemire@gmail.com
9826f9c552b199984e96dab0978c51413be2865c
7dfb8c939a29a5a6389763b99370b36a2bba6ddd
/Lista03/Questao02.c
27638f7116a833576f4858cbf4bff7a13198ec98
[]
no_license
kelvinbxn/Estrutura_de_Dados
c44d64f0b03ff416190f6450df722d2c9eb5ec10
1d6ca4c85a68463bd98b58627edc13af37a747da
refs/heads/master
2023-02-10T12:48:03.478354
2021-01-05T17:42:14
2021-01-05T17:42:14
318,811,769
0
0
null
2021-01-05T18:05:27
2020-12-05T14:42:35
C
ISO-8859-1
C
false
false
610
c
#include <stdio.h> /*Leia 2 (dois) números, calcule e escreva o mmc (mínimo múltiplo comum) entre os números lidos. */ int main(){ int numero1, numero2, maior, i; printf("Digite Dois numeros para saber o MMC: "); scanf("%i %i", &numero1, &numero2); if(numero1 > numero2){ maior = numero1; } ...
[ "kelvinpvp19@gmail.com" ]
kelvinpvp19@gmail.com
674fd751f95e8560cf05553889503b7a0c47f650
40de3da30239862f11a946166b50438174c2fd4e
/lib/daemons/quest_d.c
70f762301f154908fd080b453c214b96bcda13e7
[ "MIT" ]
permissive
vlehtola/questmud
f53b7205351f30e846110300d60b639d52d113f8
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
refs/heads/master
2020-12-23T19:59:44.886028
2020-01-30T15:52:16
2020-01-30T15:52:16
237,240,459
0
0
null
null
null
null
UTF-8
C
false
false
8,988
c
/* return 0, if not valid. >0, if valid. given value is the reward in quest points */ /* value between 1-10? */ /* kaikki questit on reinc proofeja */ int validate_quest(string quest, int reinc_proof) { switch(quest) { /* #### ADD QUESTS BELOW THIS LINE #### */ case "Help the baker": return 1; // monsters/storageke...
[ "ville.lehtola@iki.fi" ]
ville.lehtola@iki.fi
b0b75bf9309c8c52fda1c0c980a02673931433ab
dd2fcccceefe2b86ae69e25689645887427cee9b
/include_lib/btctrler/classic/hci_lmp.h
e3945b66566999d7632f93a56f02abd46502754c
[ "Apache-2.0" ]
permissive
weison86/fw-AC63_BT_SDK
6bd6ecb6a0e7fc74cec53ef239b5ea03ea2f78f1
138de402baab832006b0acb9fd3a1673f75f314d
refs/heads/master
2023-02-20T21:10:19.029585
2021-01-21T08:43:02
2021-01-21T08:43:02
null
0
0
null
null
null
null
UTF-8
C
false
false
5,437
h
#ifndef LMP_API_H #define LMP_API_H int lmp_private_is_clearing_a2dp_packet(void *_conn); int lmp_private_a2dp_channel_exist(void *_conn); int lmp_private_get_sbc_remain_time(void *_conn, u8 include_tws); void *lmp_private_open_sbc_channel(u8 *addr, u16 channel, u8 codec_type); void lmp_private_free_sbc_packe...
[ "change.tsai@gmail.com" ]
change.tsai@gmail.com
9b8e96d3e7a1db97d802d46990a6946b23b001ec
3c2798f252285313e70972bb105a7fc5c11767f0
/src/io/network.h
647b19ce87177e9ad1262e59fc11290322d976a1
[]
no_license
nsensfel/zero-of-one
5109d48bd589798fb313a24ce3578ba78a809478
4093b312992db32d8f455fb65b68f122881f1fcb
refs/heads/master
2021-01-16T23:24:11.929000
2017-02-13T17:10:31
2017-02-13T17:10:31
58,130,485
0
1
null
null
null
null
UTF-8
C
false
false
816
h
#ifndef _ZoO_IO_NETWORK_H_ #define _ZoO_IO_NETWORK_H_ #include "network_types.h" int ZoO_network_connect ( struct ZoO_network net [const static 1], const char host [const restrict static 1], const char port [const restrict static 1], const char channel [const restrict static 1], const char user [const r...
[ "SpamShield0@MultiAgentSystems.org" ]
SpamShield0@MultiAgentSystems.org
b25f479dc7e313ac2d8509a8db014e6af45e2182
d81801a1503487ac5a3f7fdd8f40203cf919d928
/mediatek/kernel/drivers/power/switch_charging.c
8e7af452fee43bdf81cbe63a0ccedab3fd9e99d4
[]
no_license
phong9h/android_kernel_wiko_rainbow
028bbdc91325d4a31eccf1f3991700c1ec7ef60e
30c0d87a3dbb2cb2dbc7c9a9c0a6517ff97c5190
refs/heads/master
2020-04-05T22:50:09.324548
2015-08-12T06:06:24
2015-08-12T06:06:24
40,583,044
0
1
null
null
null
null
UTF-8
C
false
false
25,405
c
/***************************************************************************** * * Filename: * --------- * linear_charging.c * * Project: * -------- * ALPS_Software * * Description: * ------------ * This file implements the interface between BMT and ADC scheduler. * * Author: * ------- * Oscar L...
[ "tranthephong33@gmail.com" ]
tranthephong33@gmail.com
68dcd348de474ff91b009a0bb1f3bf11b6cb4250
b5c617372f9c3de08f2fadc234c9f4955577fd37
/raspberry/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/lib/gcc/arm-linux-gnueabihf/4.9.3/plugin/include/stmt.h
d7d2270da06881ced6639e9a5c9e437166ee718c
[]
no_license
zhouswei/myrep
43164ae5f480db9d92d0be7d0691eaf0cef2703e
5394e2162715adf46dcf0e17a177f9ae16f0b17c
refs/heads/master
2022-12-25T06:56:31.720855
2020-05-13T02:54:40
2020-05-13T02:54:40
34,447,551
0
0
null
2022-12-11T05:46:09
2015-04-23T09:42:57
C
UTF-8
C
false
false
1,306
h
/* Declarations and data structures for stmt.c. Copyright (C) 2013-2014 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or...
[ "zhou19840902@gmail.com" ]
zhou19840902@gmail.com
73e9cfc442b9f97554c276cf3cb4fe66ba000b77
2f16483955d999d90bd6f31ed01593442b2d7139
/practice/T_channel/diff_param_res/with_reaction/get_super_adj_basis_blame/main.C
996f2963a36b58b404083323d22ebb977b7af536
[]
no_license
kameeko/harriet_libmesh
e3a7e28984ed53fd159f3ee793d5f855578f80df
78178fc6d38801977f96007069e6c4f2cec64cea
refs/heads/master
2021-04-09T16:25:46.798532
2017-10-27T17:36:40
2017-10-27T17:36:40
23,032,708
0
0
null
null
null
null
UTF-8
C
false
false
21,744
c
// C++ includes #include <iomanip> // Basic include files #include "libmesh/equation_systems.h" #include "libmesh/error_vector.h" #include "libmesh/exodusII_io.h" #include "libmesh/kelly_error_estimator.h" #include "libmesh/mesh.h" #include "libmesh/mesh_generation.h" #include "libmesh/mesh_refinement.h" #include "lib...
[ "kameeko@gmail.com" ]
kameeko@gmail.com
b4f8708bc724943995925250c476db80005344da
ab822a6af1105f465749a73f89c4f6256f5ebf01
/OST2.design/tools/src/nas,5.n2.os.2/lib/python/include/python2.4/datetime.h
02b1ef20803bfbd21e793973c0ffee6e87e0d782
[]
no_license
eecsseudl/PerfectHome
3156a3f4d507dbb524ae80cc9e438b04302e11f3
6a8c889b67556b7b3d7fb2cede2de038b4db272e
refs/heads/master
2020-09-03T12:48:40.470070
2014-01-17T05:13:57
2014-01-17T05:13:57
null
0
0
null
null
null
null
UTF-8
C
false
false
8,268
h
#ifndef DATETIME_H #define DATETIME_H #ifdef __cplusplus extern "C" { #endif /* Fields are packed into successive bytes, each viewed as unsigned and * big-endian, unless otherwise noted: * * byte offset * 0 year 2 bytes, 1-9999 * 2 month 1 byte, 1-12 * 3 day 1 byte, 1-31 * 4 hour 1 byt...
[ "greatmd@stanford.edu" ]
greatmd@stanford.edu
44324d5c6c1ae5fb4531a0fd8e946373d4556bdb
0fe7828baba14aaa0ea8e26b11014acdf7c93005
/cross/aix/sysroot/usr/include/aio.h
35b18d2866a23b73350ef065e330a3db78c60001
[]
no_license
realbrotha/docker_ci_cd
6f7791e0f6a35093ee2c3a6c554c7e8e6f205d01
6e62e46256588dcf50adc7d002f956a1112b2142
refs/heads/master
2022-11-24T00:52:16.182073
2020-08-07T02:05:20
2020-08-07T02:05:20
283,120,878
0
0
null
null
null
null
UTF-8
C
false
false
1,533
h
/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* bos530 src/bos/usr/include/aio.h 1.1 */ /* ...
[ "realbrosss@naver.com" ]
realbrosss@naver.com
14b792946bc21bd349f4ce9aac920581a03b5118
e7634c81e8d1f4947f82b62dcd80c20cc905d487
/Use_a_Cabeca/lista_encadeada.c
e4ee91a65f62379ed56ef6db4b337a01cf42d018
[]
no_license
avellar1975/Programas_C
741dfa9619be3c2a3d5556d43e76887c4e65fda3
11d7998e58fd065dbe4d4362fb7b58b0cbe64cd3
refs/heads/master
2021-07-21T11:51:07.652290
2018-12-09T22:13:52
2018-12-09T22:13:52
143,363,098
0
0
null
null
null
null
UTF-8
C
false
false
782
c
#include <stdio.h> typedef struct island { char *name; char *opens; char *closes; struct island *next; } island; void display(island *start) { island *i = start; for (;i != NULL; i = i->next) { printf("Name: %s open: %s-%s\n", i->name, i->opens, i->closes); } } int main() { islan...
[ "noreply@github.com" ]
avellar1975.noreply@github.com
d8a7f1df9d76837a3ba63a7fa3af52a635a0a099
5bed9f5bdd1938451f237e5d7a7c16dc4950cb4d
/piscine_c/my_piscine/bsq/creat_map.c
7db8f40321612848e0ea016b9f249714755f052c
[]
no_license
zemin-xu/42
cc10825da8d3173ce4ed3e70535a87bc51240676
d4a0a1609b5446bf05d0070a6e0c9e528195ac1f
refs/heads/master
2020-06-24T06:00:02.476833
2020-05-11T12:46:17
2020-05-11T12:46:17
198,869,684
1
0
null
null
null
null
UTF-8
C
false
false
1,481
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* creat_map.c :+: :+: :+: ...
[ "zemin.xu@yahoo.com" ]
zemin.xu@yahoo.com
6465a4d039f0b9de7fb3e22143b5313980fad1de
4743a9cdcea389b3d555ea9868f1f17f0019c404
/solucoes/aula1/aula1ex5.c
ff1145812fb09a3cc97134bcc02e5713a83bfda5
[ "MIT" ]
permissive
thalisses/TADS-PFDA1
4d3544f74d2d65372c9b3d6368c61e225e369bf9
154a057d8347f2062cb5edce6c79df308a15c5bb
refs/heads/master
2023-01-02T03:53:04.559025
2020-10-24T07:06:51
2020-10-24T07:06:51
292,138,466
0
0
null
null
null
null
UTF-8
C
false
false
418
c
#include <stdio.h> int main() { float salario, previdencia, ir; printf("Informe o salario bruto: R$ "); scanf("%f", &salario); previdencia = salario * 0.0085; ir = previdencia * 0.0275; printf("salario bruto: %.2f\n", salario); printf("salario liquido: %.2f\n", salario - previdencia - ir...
[ "thalissajenniffer@hotmail.com" ]
thalissajenniffer@hotmail.com
4ca0b2c610c37334e3274a7629e914a4d591b835
164435576ed3e2e9a77a7e8afc3c3359b8ff8801
/URI/1001.c
4f41ae4b2d1dc949fc076c4cf4b78873670aaff3
[]
no_license
mostasimbillah/Programming-Contest
3debd5ef4075b5f77713e35c48a096fffcecbd9c
7cdcd516ae5e032c89d42967d8d62370cd7b1b69
refs/heads/master
2020-04-16T02:25:54.803337
2017-03-24T17:31:59
2017-03-24T17:31:59
56,076,731
0
1
null
null
null
null
UTF-8
C
false
false
119
c
#include<stdio.h> int main() { int x,y,z; scanf("%d%d",&x,&y); printf("X = %d\n",x+y); return 0; }
[ "mostasim.10@gmail.com" ]
mostasim.10@gmail.com
c81ada5fe1628d263ea9309da2514680e4674788
dfb07c0efbbfc81074822d8750a38218227b9b98
/TPCC/Server/core/nbblist.c
4e3ee998598d31db6a75eee3b3d26c87e9b9a97d
[]
no_license
HPDCS/tinySTM-reval
460d86da7eede5786a0deed5e413fed9cc92264a
406f9d1d4f5672557c48179bd0850a32d4068400
refs/heads/master
2021-01-01T18:50:14.110434
2017-06-27T08:22:00
2017-10-27T16:11:18
98,443,807
0
0
null
null
null
null
UTF-8
C
false
false
5,938
c
#include <stdlib.h> #include <limits.h> #include <assert.h> #include "../datatypes/nbblist.h" mem_alloc_t *mem_alloc_init(size_t length) { mem_alloc_t *alloc; alloc = malloc(sizeof(mem_alloc_t)); assert(alloc != NULL); alloc->length = length; alloc->length_pow2 = (size_t) 1 << ((sizeof(unsigned long) * 8) - _...
[ "simone.economo@gmail.com" ]
simone.economo@gmail.com
be492b28c2ed7d9b3a9bb44fa8d2ac31980a1e63
fef6cb08f256187410fe1f7930339eecbe768efa
/Application/src/uart.c
f1ae463c9ca9fc2805cd8a4ad3b4287c8c84980a
[]
no_license
thy0317/wml_projects
3217b802b22322b7c45ebaa786c19c1589abf856
5effe1cda7a9b8c97a84440e548ce1c004cbc1c3
refs/heads/master
2020-06-18T03:09:22.692771
2019-07-28T14:27:10
2019-07-28T14:27:10
196,146,629
0
0
null
null
null
null
UTF-8
C
false
false
2,179
c
#include "uart.h" #include "stm32f10x_rcc.h" #include "stm32f10x_usart.h" #include "stm32f10x_gpio.h" #include "misc.h" /** * @brief usart1 used for rs232 * @{ */ void Uart1Init(void) { GPIO_InitTypeDef uart1_pin_init; USART_InitTypeDef uart1_init; NVIC_InitTypeDef nvic_init; RCC_APB2PeriphClock...
[ "thy1037@qq.com" ]
thy1037@qq.com
a9575148df6adff17a4c31db730ecb6b9ab06559
ea29fad435b86a5722e3b6416594817641b8891c
/waveform/fbo.h
ad32f485462b8ff5432d364176bb1707823ef7f6
[]
no_license
ayyi/libwaveform
e8399815d0acdfd2216038f906a06c5440dbf612
819e99b9b73877beb01879f1b60019fac37e8029
refs/heads/master
2023-05-11T04:46:25.657990
2023-05-08T11:25:05
2023-05-08T11:25:05
3,555,350
17
4
null
2021-02-19T21:39:53
2012-02-26T22:24:14
C
UTF-8
C
false
false
11
h
../ui/fbo.h
[ "tim@ayyi.org" ]
tim@ayyi.org
184795c1e0b434a41e919ee0f87c71f380e09a70
2a7e77565c33e6b5d92ce6702b4a5fd96f80d7d0
/fuzzedpackages/fdasrvf/src/gropt/incl/zlacrt.h
2928d4425cda79f798dbc134b2ca912879f9fdc1
[]
no_license
akhikolla/testpackages
62ccaeed866e2194652b65e7360987b3b20df7e7
01259c3543febc89955ea5b79f3a08d3afe57e95
refs/heads/master
2023-02-18T03:50:28.288006
2021-01-18T13:23:32
2021-01-18T13:23:32
329,981,898
7
1
null
null
null
null
UTF-8
C
false
false
222
h
#ifdef __cplusplus extern "C" { #endif #include "f2c.h" int zlacrt_(integer *n, doublecomplex *cx, integer *incx, doublecomplex *cy, integer *incy, doublecomplex *c__, doublecomplex *s); #ifdef __cplusplus } #endif
[ "akhilakollasrinu424jf@gmail.com" ]
akhilakollasrinu424jf@gmail.com
2130895ce4f88ede587ff2749071049f897c6431
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/aec0c9ce-2f4c-4d42-a961-d42d5694c1cc.c
fa6ee3529a79372786d2d8ee770b6d5ab8496861
[]
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
547
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=14; int k; int l; k = 538; l = 64; k = i/j; l = i/j; l = l%j; l = k-j*i; //variables /* START VULNERABILITY */ int a; int b[25]; int c[49]; a = 0; while (( a - 1 ) > -1) { a--; ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
a3b1bc9a962d30fb3867a1d15992fd2270f3517b
2c07e21e7cfad39597eef008a3f816b954426f48
/lib/TreesLib/trees_environment.h
85578c3c239a32e1e968ebd2d3381385ed52979e
[]
no_license
ajsecord/Trees
5eee471db8b746c6ea9b16b622d18bac771dd44a
7e0c0c60f940f38473c9d60ebb866abb6a92c66c
refs/heads/master
2021-05-04T10:50:30.982637
2016-09-02T08:19:28
2016-09-02T08:19:28
53,903,066
0
0
null
null
null
null
UTF-8
C
false
false
231
h
#ifndef TREES_ENVIRONMENT_H #define TREES_ENVIRONMENT_H /** Declares a function as extern in both C++ and C compilation. */ #ifdef __cplusplus # define TREES_EXTERN extern "C" #else # define TREES_EXTERN extern #endif #endif
[ "ajsecord@gmail.com" ]
ajsecord@gmail.com
4f604a45d8e634fa7ebc412e228db5a60e1ce9ef
49aef59a754ded1be83520c78a2d55b58bf57336
/Common/MedianFiltre/MedianFiltre.h
9a900044cc9fbd939a7de7d8ca30cf94e43ab48d
[]
no_license
andreyV512/Coating
048fe1764e6d0beb91e3d4832fb660f058f97b6b
2d98bed2ff91faeb8561d99e6253bcd39123e829
refs/heads/master
2023-04-14T20:25:14.481248
2021-04-27T10:34:04
2021-04-27T10:34:04
347,822,035
0
0
null
null
null
null
UTF-8
C
false
false
616
h
#pragma once struct MedianFiltre { int index; int width; int medianIndex; double buf[16]; int status[16]; unsigned offs[16]; int ind[16]; MedianFiltre(); void InitWidth(int width_); void Clear(); double Val(double d); double Val(double d, char &s, unsigned &o); double Stat(double d, char &s, unsigne...
[ "nobody@mail.net" ]
nobody@mail.net
d38e81b7089b5b6720b686f6ff81a560dbfdf5ed
ea354cbdc944021c38a53fcff82534c98a769439
/SMV/source/smokeview/smokeview.c
77402f87e22b189f09edddbdab810fb6ebe229ae
[ "NIST-Software" ]
permissive
sreihani/fds-smv
0f5cd9bb4329109b4706ece44f88be510936efa7
f2d9df3ecfa837241a9c382f5e884b8e6d7b12e4
refs/heads/development
2020-12-26T04:04:24.959250
2015-12-21T19:26:58
2015-12-21T19:26:58
48,380,750
0
0
null
2015-12-21T16:00:13
2015-12-21T16:00:12
null
UTF-8
C
false
false
22,321
c
#include "options.h" #include <stdio.h> #include <string.h> #include <stdlib.h> #include <math.h> #include <sys/types.h> #include <sys/stat.h> #include "glew.h" #include GLUT_H #include "smokeviewvars.h" #ifdef WIN32 #include <direct.h> #endif /* ------------------ snifferrors ------------------------ */ void _Sn...
[ "gforney@gmail.com" ]
gforney@gmail.com
4432d0bfb50a05cf0ab4ecdd4ba778c42c02e165
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/clone/board/redl_b.c
9c39274cf86552a06c624a897218227476a1a637
[]
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
556
c
// This program is a part of NITAN MudLIB // redl 2013/3 // /clone/board/swing_b.c #include <ansi.h> inherit BULLETIN_BOARD; void create() { set_name(RED"无相石"NOR,({"stone"})); set("location","/u/redl/workroom"); set("board_id","redl...
[ "i@oiuv.cn" ]
i@oiuv.cn
a6f4970afca2a37b518cb256992dc4880b4f410a
9a9a25d71915b5697fd325769a38841fc450e445
/bnf_label.c
4f4c9d989d5c365fa5d26bc9c84ea67fdded4ec9
[]
no_license
entwanne/BNF
129e6b98ad214aa270141cc9d7c4a9035d42b358
870be0200dfc2c6d0ab60a8ed933b3142754368b
refs/heads/master
2021-01-10T20:38:51.208024
2013-06-11T17:51:58
2013-06-11T17:51:58
10,616,008
1
1
null
null
null
null
UTF-8
C
false
false
1,303
c
#include <string.h> #include "bnf_label.h" #include <stdio.h> static void bnf_label_print(bnf_node_t* node) { bnf_label_t* label = (bnf_label_t*) node; printf("<%s>", label->label); } #include <stdlib.h> static int bnf_label_visit(bnf_state_t* state, bnf_visitor_t* visitor) { bnf_label_t* label = (bnf_label_t*)...
[ "antoine.rozo@gmail.com" ]
antoine.rozo@gmail.com
bc90442b8d791ce37086b5938d894fef2a51aecf
0508304aeb1d50db67a090eecb7436b13f06583d
/nemo/headers/private/kernel/boot/stage2.h
75b98a0a1a9348bdd875f6821b349bb50ea54fd4
[]
no_license
BackupTheBerlios/nemo
229a7c64901162cf8359f7ddb3a7dd4d05763196
1511021681e9efd91e394191bb00313f0112c628
refs/heads/master
2016-08-03T16:33:46.947041
2004-04-28T01:51:58
2004-04-28T01:51:58
40,045,282
0
0
null
null
null
null
UTF-8
C
false
false
427
h
/* ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. ** Distributed under the terms of the NewOS License. */ #ifndef KERNEL_BOOT_STAGE2_H #define KERNEL_BOOT_STAGE2_H #include <boot/kernel_args.h> struct stage2_args; extern struct kernel_args gKernelArgs; #ifdef __cplusplus extern "C" { #endif ...
[ "fadi_edward" ]
fadi_edward
96782d3812b3b8ab815069bb90c2a651b4b9d2b9
ad1d05662a6ce4f063b432c27829e8d04e427d03
/mmaptest.c
84c83b1cb16dfd77bb99588b533c772d74eff4c9
[]
no_license
zeitgeist87/mmaptest
103421223ddd64a107d7d543869f3e7889cb6061
e0e2257107bcf35a4e4158d33ea47c03dea12aa1
refs/heads/master
2016-09-06T06:52:58.901384
2014-09-15T13:17:43
2014-09-15T13:17:43
null
0
0
null
null
null
null
UTF-8
C
false
false
2,005
c
/* * mmaptest.c * * Created on: 14.09.2014 * Author: andreas */ #include <stdio.h> #include <stdlib.h> #include <sys/unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h> #include <sys/mman.h> #include <string.h> int main(int argc, char **argv) { char buf[4096]; cha...
[ "andreas.rohner@gmx.net" ]
andreas.rohner@gmx.net
d2ac12fedc538437208b2fc00eb91dee66b6642e
2357a83108a509fccb31a21d6bdbe57c8282940b
/ustdio.h
bc48b4d1bcbcd0259548b025bcc093368176ea9e
[]
no_license
RandyStockberger/DCC-Decode
639e19fee01f6f85c0f40c97779b0e1c9fd9ded8
8e1671d030063ebe19fc8d62e310249e4d340e21
refs/heads/master
2020-06-01T13:25:52.212281
2015-04-14T20:04:44
2015-04-14T20:04:44
31,394,979
1
0
null
null
null
null
UTF-8
C
false
false
290
h
#ifndef _USTDIO_H_ #define _USTDIO_H_ /* ** ustdio.h ** ** Implement a minimal input/output environment via the UART ** */ // Procedures to export int uputs( char const * str ); char * ultoa( unsigned long val, int base ); void uprintf( char const *fmt, ... ); #endif /* _USTDIO_H_ */
[ "randystockberger@minetfiber.com" ]
randystockberger@minetfiber.com
54d19fc57983e6fced9fc41357ef39ccd41faef0
b8a1fca033d933c3746ea8f2ab382f703aa2364c
/campers_avaliados/C05/ex06/ft_is_prime.c
91de3a8884903eb4d2f66bae8c7e728497f29d2b
[]
no_license
drigoagnelli/curso_c
3f1d5aef031a84429ee16ac7b2a58e5817a6f4bb
e78b697d90b14e80fe5c0f148b021e65dc718805
refs/heads/main
2023-06-01T10:53:30.898977
2021-06-19T02:41:28
2021-06-19T02:41:28
376,861,735
0
0
null
null
null
null
UTF-8
C
false
false
153
c
int ft_is_prime(int nb) { int i; if (nb <= 1) return (0); i = nb - 1; while (i > 1) { if (nb % i == 0) return (0); i--; } return (1); }
[ "ragnelli@student.42sp.org.br" ]
ragnelli@student.42sp.org.br
e2de6d756d4a812203a4e9d200fe9505ee84a34a
7b6f80a776715076679926236b1c9a3f8e7231d9
/单板测试工装板/software/IS4463 TEST/App/inc/RS485.h
8d2edf2c3dde9370651bc9bd3b4e487ea7e1f5b7
[]
no_license
Pyangthon/SignedBorad
f1032bb3452865bd22afcf4a942dfa6ec5ad5efe
08efba1a5bfb65913613111a5f326cac5aecc613
refs/heads/master
2021-05-18T11:49:41.260217
2020-03-30T09:01:13
2020-03-30T09:01:13
251,231,907
0
0
null
null
null
null
GB18030
C
false
false
571
h
#ifndef __RS485_H_ #define __RS485_H_ #include "usart.h" #include "stm8l15x_gpio.h" #include "SysInitApp.h" // RS485使能端口定义(PE5) #define RS485_EN_PORT GPIOE #define RS485_EN_PIN GPIO_Pin_5 // RS485接收使能定义 #define RS_EN_RX() GPIO_ResetBits(RS485_EN_PORT, RS485_EN_PIN) // RS485发送使能定义 #define RS_EN_TX() GP...
[ "2513826104@qq.com" ]
2513826104@qq.com
504c8de3975a7eaa248c953a34fa693b27fab4dd
1e161d4c35220ec066c1e8c453e96c3191890886
/src/utils/externs.h
974d6815d7068f07523f5adc32069976543c536a
[ "LicenseRef-scancode-public-domain" ]
permissive
zhaozg/sts
338f5d3f06e02d4b3e7e5589581396dc691cce34
0991be4922c61a709945c99cbb5833de22ec6abe
refs/heads/master
2023-08-29T04:27:13.376712
2022-05-20T12:38:56
2022-05-20T12:44:04
161,579,127
0
2
null
2018-12-13T03:31:14
2018-12-13T03:31:14
null
UTF-8
C
false
false
1,368
h
/* * This code has been heavily modified by the following people: * * Landon Curt Noll * Tom Gilgan * Riccardo Paccagnella * * See the README.md and the initial comment in sts.c for more information. * * WE (THOSE LISTED ABOVE WHO HEAVILY MODIFIED THIS CODE) DISCLAIM ALL * WARRANTIES WITH REGAR...
[ "rpaccagn@cisco.com" ]
rpaccagn@cisco.com
ec628d76e2aee5d04416daefc37cd35835ee5e55
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14291/function14291_schedule_33/function14291_schedule_33_wrapper.h
91d8beaeee87221ad40d4cee1a311ff4f96796a3
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C
false
false
498
h
#ifndef HALIDE__generated_function14291_schedule_33_h #define HALIDE__generated_function14291_schedule_33_h #include <tiramisu/utils.h> #ifdef __cplusplus extern "C" { #endif int function14291_schedule_33(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
19c5b7c5acadb7cb1f592a261f995db2a044734d
c0cec8214175d01d5f3fdb4e7c2d2a94815128c2
/Basic_Embeded/Programing/0716/EmbeddedC/m2450/lab/student/01_Hello_ARM_Student/option.h
3ee45662d57fb965f7d7ad9339c1075408611750
[]
no_license
ehdwn1991/Embeded.study
7d6753865df61f9c42ad601b359f5f805dd60164
bc3460cc3051eae812fe3eef91a9f4ee6f305d76
refs/heads/master
2020-03-19T19:23:21.205566
2018-07-26T00:06:37
2018-07-26T00:06:37
136,853,068
0
0
null
null
null
null
UHC
C
false
false
1,502
h
//============================================================================= // File Name : option.h //============================================================================= #define _SDRAM_STARTADDRESS 0x30000000 #define _ISR_STARTADDRESS 0x33ffff00 #define _ISR_ENDADDRESS (_ISR_STARTADDRESS+0x9...
[ "ehdwn1991@gmail.com" ]
ehdwn1991@gmail.com
51626b1286df3c9b7ebbf608408d4b4f7d67cdde
e8302c75d770d1608b317d6af5c483bbad6c0493
/drivers/adc/adc_b91.c
6779665c459fbc925342071ec02b5eed09ada13f
[ "Apache-2.0" ]
permissive
intel/zephyr
819362089aa44ae378a5558f3b222197aaa811f7
06d5bc51b580777079bb0b7e769e4127598ea5ee
refs/heads/main
2023-09-04T00:20:35.217393
2023-02-16T11:27:40
2023-02-16T14:59:16
65,052,293
32
32
Apache-2.0
2022-04-05T17:14:07
2016-08-05T22:14:50
C
UTF-8
C
false
false
11,118
c
/* * Copyright (c) 2022 Telink Semiconductor * * SPDX-License-Identifier: Apache-2.0 */ #define DT_DRV_COMPAT telink_b91_adc /* Local driver headers */ #define ADC_CONTEXT_USES_KERNEL_TIMER #include "adc_context.h" /* Zephyr Device Tree headers */ #include <zephyr/dt-bindings/adc/b91-adc.h> /* Zephyr Logging he...
[ "carles.cufi@nordicsemi.no" ]
carles.cufi@nordicsemi.no
8666ca3e351a5f392fafadab7a222e4231b361c8
e15b98a50dec08b8be42812228bde3b445c79512
/gen/sample/5.c
8b01acb8258e8a134226cebc508dce73e12f9422
[]
no_license
ZerQAQ/software_security_homework
ec1a26374c8ab8b4ee6fb0507f91da3b7ee428bd
12795984e078c56dcbe9a8372bae7de8472ac475
refs/heads/master
2022-12-20T13:30:02.883935
2020-10-08T09:43:58
2020-10-08T09:43:58
294,751,852
0
0
null
null
null
null
UTF-8
C
false
false
4,765
c
void gMGsFBEp(){ char VqfJTukAK[379]; char fKYmQbM[999]; unsigned OWSpZiG[942]; unsigned *IYl_K = malloc(753); char mXlBEU[659]; char eHMGyw[830]; short oNzdtIL[730]; char *goIkEzdGN = malloc(348); memcpy(OWSpZiG, eHMGyw, 1511); memset(mXlBEU, 0, 1202); memcpy(eHMGyw, eHMGyw, 362); memcpy(IYl_K, OWSpZiG, 16...
[ "1075843852@qq.com" ]
1075843852@qq.com
c6cd8d99974c04eb87d3bbb88a2a570cb726cbe7
a037e1cc32976d4d2cd772d9b866b5c75e9cea9f
/Temp/StagingArea/Data/il2cppOutput/t2099.h
139a39d0cd940a3b1a92d9b094889e20e14f6de0
[]
no_license
Sojex/BumbleBrigadeWithClickToKill
4e11642e5e4d23d6456ac9add86570e15e28145f
fb7c30ae13a6e10bc388315bc2dc2b6e3cf1c581
refs/heads/master
2021-01-10T15:45:59.727221
2016-03-28T17:15:18
2016-03-28T17:15:18
54,907,861
0
0
null
null
null
null
UTF-8
C
false
false
212
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> struct t2100; #include "t8.h" struct t2099 : public t8 { t8* f0; };
[ "student@c515-d25hq0s2dhjt-0112012.hostos.cuny.edu" ]
student@c515-d25hq0s2dhjt-0112012.hostos.cuny.edu
409a436d4d859cd0e3ef8212da79b6f16e004ed3
d98e3081aea6d246f9323da812e8605e1f087e47
/code-du-jeu.c
d0cc18d1845e2afded817209629e0ef3bf91af6c
[]
no_license
82L/Projet-Info-Jeu-C
61bfa555c294386f2ff781a3988046ee082df120
9147a2667ebf2da7a78cd003be453eb3f51b23a9
refs/heads/master
2022-12-11T05:48:28.387361
2020-09-04T17:06:09
2020-09-04T17:06:09
null
0
0
null
null
null
null
UTF-8
C
false
false
8,229
c
#include <stdio.h> #include <stdlib.h> #include <time.h> void init_carte(int map[20][20]) { int i, j, s ; for(i=0; i<20; i++) { for(j=0; j<20; j++) { map [i][j] = 0 ; } } for(s=0;s<20;s++) { i=(rand()%20)+0; j=(rand()%20)+0; if((map [i][j] == ...
[ "cadfael.celtique@gmail.com" ]
cadfael.celtique@gmail.com
43d4b52fc9ea12b3e993b61aecfeace5cc7064b8
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/Data/dMu/Run-1/Results/S18_Ag2_vs_DS_blinded_750-2750MeV_125MeV_BQ.C
e78fcb670b7b696170cb379e3ddcff3f1ad0143d
[]
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
2,614
c
void S18_Ag2_vs_DS_blinded_750-2750MeV_125MeV_BQ() { //=========Macro generated from canvas: c/c //========= (Mon Jan 17 18:27:46 2022) by ROOT version 6.24/06 TCanvas *c = new TCanvas("c", "c",0,0,800,600); c->Range(0.25,-0.1375,4.75,1.2375); c->SetFillColor(0); c->SetBorderMode(0); c->SetBorderSize(2)...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
7a65878a9e1de0cacbc2fc1ee55882eed774a0eb
f45b3e5fcae3c9792c494d0dfa54977221c41ea9
/sem4/p2.c
cd2d292dd27f5277649e69b928a982c1bc994852
[]
no_license
kapustekk/1DM1103_20Z
86a4432449318cc23572a713d00b93e67fc71a9d
e645b80795230cdc0b0e7bb1db596679856cf2ca
refs/heads/main
2023-02-02T19:04:22.012345
2020-12-20T18:29:20
2020-12-20T18:29:20
306,330,553
0
1
null
null
null
null
UTF-8
C
false
false
980
c
#include <stdio.h> #include <stdlib.h> #include <string.h> // wczytal z pliku wektor liczb i wyswietli na ekranie ich sume! int main(int argc, char *argv[]) { FILE *fin; // int dlugosc = 0; int i; float suma, liczba; int wlasciwie_zinterpretowane; fin = fopen( "nazwa.txt", "r"); ...
[ "tomasz.kapuscinski.52@gmail.com" ]
tomasz.kapuscinski.52@gmail.com
93aadf4149196c277a33dcff52290528b2c1c080
beadd52ff824673f753fc0dd7a526aa2a3d4ecc1
/kern/net/tcpip/h/rip.h
70f02a0214fe4f516716e68baaabb4b521633a03
[]
no_license
zhouganglin/ucore_networking
71c273789a8a822a4ae4e3f9717add1b32cc2a79
11ab2a0d41c904eb3c60195dcdeb80f0ecb40824
refs/heads/master
2020-07-08T22:56:47.470836
2018-05-22T16:13:38
2018-05-22T16:13:38
null
0
0
null
null
null
null
UTF-8
C
false
false
2,461
h
#ifndef __KERN_NET_TCPIP_H_RIP_H__ #define __KERN_NET_TCPIP_H_RIP_H__ #define RIPHSIZE 4 /* size of the header in octets */ #define RIP_VERSION 1 /* rip version number */ #define AF_INET 2 /* address family for ip */ /* rip commands codes: */ #define RIP_REQUE...
[ "xieqiuwei@126.com" ]
xieqiuwei@126.com
bba9e8a07f9322e794698d2090ff44a9dd69f998
54a7a942f97a851bbce6d2941cb98c4fcf614163
/Lab2/Code/isim/Comparator4bit_Test_isim_beh.exe.sim/work/a_2700045538_0632001823.c
b62cbcd06f53a46ac5e1f6db752e4329bc2c591d
[]
no_license
pwdz/Computer-Architecture-Lab
8c51ad3fac991bd9b9b7b4f6bd21e8041b0eb299
f93eb8d9f04fc63e339fafd9c61565699ff32862
refs/heads/master
2022-12-22T15:27:49.562446
2020-10-05T10:33:46
2020-10-05T10:33:46
289,859,314
2
1
null
null
null
null
UTF-8
C
false
false
1,214
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "me.adibzadeh@gmail.com" ]
me.adibzadeh@gmail.com
4e8606e62ff2179bcf5fbcce1435d81ea84b02ac
2974c23fee4ffc6c7254201aeaf247cb7ba6f732
/TI/Components/hal/target/CC2541ST/hal_mag.c
99680cbf3bd9fb316ec6071d46c74fee4c0147e2
[]
no_license
sheets/fw
1a4c00720c0889c1aeb4bab05777f033c525de83
4d713ff30b6d0e851b5f0be8d917298d23ff67aa
refs/heads/master
2020-12-26T00:53:37.680933
2015-04-26T12:10:21
2015-04-26T12:10:21
25,427,866
0
0
null
null
null
null
WINDOWS-1258
C
false
false
10,615
c
/************************************************************************************************** Filename: hal_mag.c Revised: $Date: 2012-11-15 01:49:26 -0800 (Thu, 15 Nov 2012) $ Revision: $Revision: 32193 $ Description: Driver for the Freescale MAG3110 Magnetometer Copyright 2012...
[ "la399fox@gmail.com" ]
la399fox@gmail.com
e3acf9b782ffd0eaad64ba8e6721264448b9ac28
944110d28f4df428fa4d182b4ee63240ce02c122
/reader.c
c2c598e0719b008321d5e4f23cec576686c7fcfb
[]
no_license
CMQY/rootkit-detector
3f98d0de4c8e8627dd542f041d4087b26edce0ab
3181e4ba0787f9a4c8c1e57b214d36119cd653d2
refs/heads/master
2021-01-13T01:01:08.735425
2016-02-27T14:07:06
2016-02-27T14:07:06
52,668,778
4
0
null
null
null
null
UTF-8
C
false
false
4,824
c
#include <linux/init.h> #include <linux/module.h> #include <linux/fs.h> #include <linux/cdev.h> //cdev #include <linux/semaphore.h> //信号量 #include <linux/slab.h> //kzalloc #include <linux/errno.h> //error code #include <linux/types.h> //size_t #include <asm/uaccess.h> //copy_*_user #include "detector.h" int dete...
[ "cmqy@outlook.com" ]
cmqy@outlook.com
38a23e9e944816ae9df6ed41ebaf3fda0ed8ddab
7c5d84b3a2bd6709c9c88328c9d15583024cc839
/kbdmus/uart.c
b0a0b99e0cfef871b75ebfd15ce763a401a47dfd
[]
no_license
BackupGGCode/avrtoys
bbfd553554542bce6ca94574f2d88dbcf6862272
55cad3151a0482f4d7c3ffecebeeb067dbfd0302
refs/heads/master
2020-06-04T03:31:00.465949
2015-04-29T12:03:16
2015-04-29T12:03:16
34,781,886
0
0
null
null
null
null
UTF-8
C
false
false
1,245
c
/* * ===================================================================================== * * Filename: uart.c * * Description: hardware UART routines * * Version: 1.0 * Created: 03.11.2007 16:30:06 MSK * Revision: $Id$ * Compiler: gcc * * Author: Ivan Alfi...
[ "ivalrom@87802841-9f3d-0410-a54f-ebbe79233eaa" ]
ivalrom@87802841-9f3d-0410-a54f-ebbe79233eaa
162ab3500d7a0cbd51f0d21f7cbcdccc6e9f8e8e
40de3da30239862f11a946166b50438174c2fd4e
/lib/wizards/shadow/forest/for_2.c
503f8eac559b27ca4be4f466b0e894a72a891718
[ "MIT" ]
permissive
vlehtola/questmud
f53b7205351f30e846110300d60b639d52d113f8
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
refs/heads/master
2020-12-23T19:59:44.886028
2020-01-30T15:52:16
2020-01-30T15:52:16
237,240,459
0
0
null
null
null
null
UTF-8
C
false
false
767
c
#include "room.h" #undef EXTRA_RESET #define EXTRA_RESET extra_reset(); FOUR_EXIT("room/city/forest/for_1", "east", "room/city/forest/for_4", "west", "room/city/forest/for_3", "south", "room/city/forest/for_5", "north", "In the forest", "You are standing in a forest. \n"+ "You hear the...
[ "ville.lehtola@iki.fi" ]
ville.lehtola@iki.fi
3890193aedad19bce4b001571d82f5dc89d27b61
888504d6b9f770647d060253cb1e3d85512ca3cd
/APP/inc/cmd_ver.h
a608be18980dc4c307be225be1d3b27e5e536485
[]
no_license
FlyingRunSnail/switft
76504c8e957ceac743b3f2b8bd6604442bcc888e
25388da03fea71b5e552283788fa0d88255af77c
refs/heads/master
2020-04-07T07:44:59.470220
2018-11-28T01:57:20
2018-11-28T01:57:20
158,187,253
0
0
null
null
null
null
UTF-8
C
false
false
77
h
#ifndef __CMD_VER__ #define __CMD_VER__ int cmd_ver_init(void); #endif
[ "190145240@qq.com" ]
190145240@qq.com
6f0c7e62d379963076788cc3b47e38e2aaa46655
5ccaeb278ef69bf41d803f9bf339101c39bf2136
/framework/peripheral/sqi/processor/sqi_p32mz2048ecm124.h
0ad2c975425f54547cfbf4acf822dd25c86e6545
[]
no_license
Mytrex/Harmony
6de69d5ebbb8cb7769a9ee7bd0330264c1d6ed3a
32dceb018139e59a12c26044b9f0252d1c0d67c9
refs/heads/master
2021-03-16T09:42:26.915713
2016-11-02T08:25:20
2016-11-02T08:25:20
71,403,438
0
1
null
null
null
null
UTF-8
C
false
false
33,915
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _SQI_P32MZ2048ECM124_H #define _SQI_P32MZ2048ECM124_H /* Section 1 - Enumerate instances, define constants, VREGs */ #include <xc.h> #include <stdbool.h> #include "peripheral/peripheral_common_32bit.h" /* Default definition used for all API dispatch functions */ #...
[ "jared@mytrexinc.com" ]
jared@mytrexinc.com
c69c04e141c38cc4d69529c749bdf7db1e58d9a5
d81c2027adb74079d925e3268e03bb8b3a8fd5ab
/blscurve/csources/64/pair_BLS381.c
eccff4dee7927425fbb5df87829b25b538a8dce9
[ "MIT", "Apache-2.0" ]
permissive
isabella232/nim-blscurve-backup
3bf0fd869d373553f6362b79334c11cb91c8135c
30c32e726dae3cb864e3062f8b255fb3fe5eeb9d
refs/heads/master
2023-03-17T23:58:17.551662
2019-02-05T15:26:15
2019-02-05T15:26:15
null
0
0
null
null
null
null
UTF-8
C
false
false
20,272
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 use this f...
[ "ka@hardcore.kiev.ua" ]
ka@hardcore.kiev.ua
db454c51d99d14fd2fb34238faee2623b2742a46
890eb8e28dab8463138d6ae80359c80c4cf03ddd
/HEDGE/UL3/URRC/UtranMsg/Downlink/Code/Src/rrc_MsgSecModeCmdProcess.c
1358459e9b8fffe7446a60fad4e4d7bab4616cd5
[]
no_license
grant-h/shannon_S5123
d8c8dd1a2b49a9fe08268487b0af70ec3a19a5b2
8f7acbfdcf198779ed2734635990b36974657b7b
refs/heads/master
2022-06-17T05:43:03.224087
2020-05-06T15:39:39
2020-05-06T15:39:39
261,804,799
7
1
null
null
null
null
UTF-8
C
false
false
759
c
Line 267: msgCreateUlSuccess: requiring Reconfig MAC Auth code Line 295: rrc_MsgProcErrors_populateAsnFailureCause: method failed. Line 328: Security Mode Command Failure : Error cause:[%d] set. Line 358: Protocol Version: R3 Line 366: Protocol Version: R7 Line 373: Protocol Version: UNKNOWN Line 470: msgAsn1Check: no ...
[ "grant.h.hernandez@gmail.com" ]
grant.h.hernandez@gmail.com
2130a1af05110bd6d3d1e71f25576a08802aebd0
7578772afef5275e8d1edf5c9e6b34fc0368f492
/d/qujing/biqiu/dong.c
998076290f20c583151f2154f524b611c8a98d03
[]
no_license
jackyueq/xyj2006
3b899323c4b891b57fa25d671527edea7f4fccd2
2d0681c32c6bb880c21a43aca127f5d4af1000a0
refs/heads/master
2020-04-06T04:25:29.851538
2015-03-18T07:22:28
2015-03-18T07:22:28
32,443,903
3
5
null
null
null
null
GB18030
C
false
false
492
c
// created by snowcat 11/21/1997 inherit ROOM; void create () { set ("short", "清华洞"); set ("long", @LONG 一片烟霞幌亮,日月偷明。洞外云雾飞,洞里翠藓乱漫庭,一 边是滑凳攀长蔓,另一边有一小平桥挂着青藤,下有泉水潺潺 流过。石屏上有几个大字:“清华仙府”。 LONG); set("exits", ([ "out" : __DIR__"zhuang", ])); set("objects", ([ __DIR__"npc/yao" : 5, ...
[ "jackyueq@gmail.com" ]
jackyueq@gmail.com
7dc896a8da21191f16a7e2ce71abd72ada6a8610
8bfdb125cf655fdc46f8aa17d4c84c40c4a1fca6
/lab5/src/myOS/include/wallClock.h
35ac50b21520d2e75f4972d725057d51ddf1ed6f
[]
no_license
Alpha-Girl/os2020-labs
73998818dccc7c26bbe2def5d5846d31eaa2a4e9
57b46e86d63daedc4395ddbfe60dbf09372d92dd
refs/heads/master
2022-10-13T17:39:36.892276
2020-06-15T14:53:13
2020-06-15T14:53:13
242,309,866
4
1
null
null
null
null
UTF-8
C
false
false
182
h
#ifndef __WALLCLOCK_H__ #define __WALLCLOCK_H__ void getWallClock(int *h, int *m, int *s); void setWallClock(int h, int m, int s); void setWallClockHook(void (*func)(void)); #endif
[ "alphaboy@mail.ustc.edu.cn" ]
alphaboy@mail.ustc.edu.cn
076a5b3274e1990c3d90686734d7cffcec38cdea
f2ece8f9a5a04ef83e718278dd91bf7b19e35a3e
/INE5410/Aula 08/seq-mm.c
af17e01bbee0b0544e9323b854cfed2867efd68c
[]
no_license
kundlatsch/UFSC
230a327743b87788f5eb186c6a04947220ccec9a
26238ab5eb06883443d979818fc2aa56498b13f9
refs/heads/master
2022-10-22T21:57:20.991100
2022-09-28T14:29:37
2022-09-28T14:29:37
197,419,530
15
4
null
2022-09-28T14:33:06
2019-07-17T15:48:37
C++
UTF-8
C
false
false
3,816
c
#include <mpi.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <mpi.h> #ifndef MRAND #define MRAND 3 #endif //MRAND #ifndef DEBUG #define DEBUG 0 #endif typedef struct { int height; int length; int* data; } matrix_t; void set_element (matrix_t* mat, int x, int y, int val) { mat->data[x...
[ "gustavo.kundlatsch@gmail.com" ]
gustavo.kundlatsch@gmail.com
60a646266ad229e099f4954fc0617ffd5ad82c4a
252b26dbab7c86981a6425700c52c6915c01d178
/code/function_factorial_recursion.c
61bada10d7c27afbf46ee5738192eaa979ecd042
[]
no_license
jtalway/jtalway.github.io
e11a66e999bce07e560986ab46e2b8584525518c
9bbda1319ec1d54eeb5d664c0ea476eb16fa5123
refs/heads/master
2022-06-05T22:20:17.980891
2022-05-23T18:16:29
2022-05-23T18:16:29
240,934,714
0
0
null
null
null
null
UTF-8
C
false
false
544
c
#include <stdio.h> // 5! = 1*2*3*4*5 // n! = 1*2*3*...*(n-1)*n //recursion : one function calls itself int factorial(int); int main(void) { int n, facto; printf("Please enter a positive integer: "); scanf("%d",&n); if(n<0){ printf("%d is negative! Aborting..\n", n); }else{ facto = fa...
[ "jtalway@gmail.com" ]
jtalway@gmail.com
cf0e675fc3183d3d8283be1ec5ad805b64db0849
f6732d7209d9a3908be65580b6163bb17c567fe9
/add&mult.c
477a68394469c806e5df54bc701ac3ecf8d291f4
[]
no_license
muhammadanas759/OnlineShopMangmentSystem
abe4adc538cafcdf767008ed0b86af21262ac46a
699d7d3faa24b69098981b0fd4f8b67dee9581f8
refs/heads/master
2020-04-14T00:12:00.956486
2018-12-29T17:02:24
2018-12-29T17:02:24
163,527,332
3
0
null
null
null
null
UTF-8
C
false
false
347
c
#include <stdio.h> #include <stdlib.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char *argv[]) { int i=2,j=3,m,a; a=addmult(i,j); m=addmult(i,j); printf("%d\n%d",a,m); return 0; } int addmult(int ii,int jj) { int aa,mm; aa=ii+jj; mm...
[ "muhammadanas759" ]
muhammadanas759
0ded1bb813f749e6726ca7f134484da046c373cc
05b458a94b13328c4ab0bb474513e69c5f253ec0
/analysis-sources/vlc-analysis/_cppstats/vlc/src/config/intf.c
2f5fbb10debdd9cfa30f3cd13a2959cc68e367d5
[]
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
3,104
c
#if defined(HAVE_CONFIG_H) #include "config.h" #endif #include <vlc_common.h> #include <assert.h> void config_AddIntf( const char *psz_intf ) { assert( psz_intf ); char *psz_config, *psz_parser; size_t i_len = strlen( psz_intf ); psz_config = psz_parser = config_GetPsz( "control" ); whil...
[ "paulomax9002@gmail.com" ]
paulomax9002@gmail.com
dc0b96c36b2e947fba20f73c9a4c94164baf9be6
17665312240c4abd54d10643b4abd129640e7df5
/Breakout - Agil/FMOD/FMOD Programmers API Windows/examples/3d/main.c
94ad8e6122d116e167506b02cade3b20df953aa1
[]
no_license
akerspoket/TAJMS-Agil-Breakout
3eea405904e704ea698e7968f1982210d2740ce2
25796ee83ae8f6c8ba13c014e79069cefdc1104e
refs/heads/master
2016-09-05T16:54:23.652767
2015-10-28T14:26:04
2015-10-28T14:26:04
41,914,169
1
3
null
2015-09-07T09:08:58
2015-09-04T12:19:05
C++
UTF-8
C
false
false
10,455
c
/*=============================================================================================== 3d Example Copyright (c), Firelight Technologies Pty, Ltd 2004-2015. This example shows how to basic 3d positioning ===============================================================================================*/ #inc...
[ "christian_markowicz@hotmail.com" ]
christian_markowicz@hotmail.com
c828951588d69d65633b4a78f0adbea89abdd31f
2b9856bb3c66952b2e316f910ac9d2ec660c8da2
/src/lda-estimate.c
253c4ba74c1426659640c34455f6b409e38383e2
[]
no_license
durgeshbhagat/Multi-ThreadsLDA
23fc3b0704486eebdaa6b75d26c83d79d535f1dd
d19c04229b3fce128c2d3a711313a4404b412bec
refs/heads/master
2021-06-02T23:34:02.937447
2016-08-06T16:19:57
2016-08-06T16:19:57
null
0
0
null
null
null
null
UTF-8
C
false
false
9,166
c
// (C) Copyright 2004, David M. Blei (blei [at] cs [dot] cmu [dot] edu) // This file is part of LDA-C. // LDA-C 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 ...
[ "lshuangyin@gmail.com" ]
lshuangyin@gmail.com
acc5126f80d399e31a42e40379ca5475db59cf90
c2fb6846d5b932928854cfd194d95c79c723f04c
/1st_and_2nd_Sem_c_backup/BIN/CODE CHEF/lvl 0 BEGINNER/facorial.c
f69061cb24283363617b17a25d134ed823cc5b44
[ "MIT" ]
permissive
Jimut123/code-backup
ef90ccec9fb6483bb6dae0aa6a1f1cc2b8802d59
8d4c16b9e960d352a7775786ea60290b29b30143
refs/heads/master
2022-12-07T04:10:59.604922
2021-04-28T10:22:19
2021-04-28T10:22:19
156,666,404
9
5
MIT
2022-12-02T20:27:22
2018-11-08T07:22:48
Jupyter Notebook
UTF-8
C
false
false
328
c
#include<stdio.h> long a[100]; int count=0; int main() { int T,i,j,z=0; long g,num; scanf("%d",&T); for(i=0;i<T;i++) { scanf("%ld",&g); num=g; while(num>=5) { num=num/5; z=z+num; } a[count++]=z; //printf("%d\n",z); z=0; } for(i=0;i<count;i++) { printf("%ld\n",a[i]); } //printf("%ld",g); return...
[ "jimutbahanpal@yahoo.com" ]
jimutbahanpal@yahoo.com
0133fe654fd0377c6bf014f013d548057e854c29
42e6f193917a2d1234e264143d4b8567a9693530
/parsmap_first.c
173b1b7631b9394b28e4aa938fb20774fa96a412
[]
no_license
SavchenkoDV/cub3D_School21_Ecole42
44d0e18e216f4c7a28d640070f3dd52d8bf54b03
816b4452a832b3c33e97538e7f23db48af97018b
refs/heads/master
2023-05-25T06:50:36.066979
2021-06-10T15:27:27
2021-06-10T15:27:27
375,744,877
1
1
null
null
null
null
UTF-8
C
false
false
3,301
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* parser.c :+: :+: :+: ...
[ "dvs.rocket@gmail.com" ]
dvs.rocket@gmail.com
e0f5c4dbaad7765547b167fa791d11d9c9a7d5b2
90e1b677ef786b34f4c259e0250ebefd6e2eb605
/Inc/usbh_MIDI.h
2ec11157f514ae7eb5f8249b8f4b49bd64b86b04
[]
no_license
Origamijr/Klatt-Synth-STM
3855461e8086f9d47588daf81f06d54756e93ca1
5caaa87e59bf5fcb08fb0d4330796fe028acdfe1
refs/heads/master
2021-03-17T05:13:01.642219
2020-03-15T11:17:27
2020-03-15T11:17:27
246,964,126
0
0
null
null
null
null
UTF-8
C
false
false
5,408
h
/** ****************************************************************************** * @file usbh_MIDI.h * @author Xavier Halgand * @version * @date * @brief This file contains all the prototypes for the usbh_MIDI.c ****************************************************************************** */ /* *...
[ "origamijr@sbcglobal.net" ]
origamijr@sbcglobal.net
b94a55429b748a9cb1792d9153bd3e40a75e3c71
9d7ec1775b71cf362f38c0da95088dda76876585
/mlx_new_window.c
c049285294311c516dac2aae807cd6c0d70d6816
[ "BSD-3-Clause" ]
permissive
ttshivhula/minilibx
2c15eeecdb2b29ec6fba910306b40229b8c230d2
6a3365ea90e755f0fd81a0da5f2700324e49941c
refs/heads/master
2020-12-03T03:39:19.588712
2020-06-18T13:37:51
2020-06-18T13:37:51
95,750,405
30
12
null
2020-06-18T13:37:53
2017-06-29T07:25:16
C
UTF-8
C
false
false
1,799
c
/* ** mlx_new_window.c for MiniLibX in ** ** Made by Charlie Root ** Login <ol@epitech.net> ** ** Started on Mon Jul 31 17:29:02 2000 Charlie Root ** Last update Thu Oct 4 15:44:43 2001 Charlie Root */ /* ** We do not use White/BlackPixel macro, TrueColor Visual make sure ** 0 is black & -1 is white ** ** With...
[ "ttshivhu@e4r9p4.jnb.42.fr" ]
ttshivhu@e4r9p4.jnb.42.fr
088f161941fe8ae5963631a3783b21f058b180fc
add57e5da03eefb18fd159fc6a1df6c9b2c99851
/d04/ex08/ft_eight_queens_puzzle.c
500ebe2c6a09a6df1d2bb178b3321c72c820b2be
[]
no_license
Althis974/PiscineC-101-2017
8f8c5da6ff32ab950d9cf280a802d81e8338c1a7
11fdea50920b485fe0d0ad9b71452a449260766d
refs/heads/master
2022-03-26T19:01:45.548928
2019-11-19T14:25:10
2019-11-19T14:25:10
113,044,158
0
0
null
null
null
null
UTF-8
C
false
false
1,049
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_eight_queens_puzzle.c :+: :+: :+: ...
[ "rlossy@z1r13p6.le-101.fr" ]
rlossy@z1r13p6.le-101.fr
41170c23a5e330e40e6bb4b323ed8b6187aad1f8
3a56b1155d39c8e4dfaff52f0ec2e43b64304c28
/frames/04438.h
5367bda8d39a934c2469d448056ee52547a79953
[]
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(_4438) //====================================================================== // // _4438, 40x40@8, // + palette 256 entries, not compressed // + 25 tiles lz77 compressed // Total size: 512 + 1444 = 1956 // // Time-stamp: 2014-11-28, 05:20:09 // Exported by Cearn's GBA Image Transmogrifier, v0.8.12 // ( ...
[ "mtinc2@gmail.com" ]
mtinc2@gmail.com
39161d80b7fdbe0b67efd5ef14e4ef5f8d1b6159
68e1dbf3676f2af77dd05b304fed8d9c21826e9b
/iOSPluginTest/TowerQuest/Classes/Native/mscorlib_System_Security_Cryptography_RSAPKCS1SignatureForma.h
c5d90df0a8fe5c5e762ccfbc0e3cf507bed82f42
[]
no_license
tacryt-socryp/tower-quest
d7e75afec54474827ebd49db6a71f644c59af18c
679ec9a1b721e3c09322978bdc4c8cc0bbc9e5db
refs/heads/master
2021-05-29T15:40:30.167151
2015-09-27T13:55:13
2015-09-27T13:55:13
null
0
0
null
null
null
null
UTF-8
C
false
false
752
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Security.Cryptography.RSA struct RSA_t481; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t565; #include "mscorlib_System_Security_Cryptography_Asymmetr...
[ "loganallc@gmail.com" ]
loganallc@gmail.com
e34aac0abbb92429022ba04dcf43ccec3fd4425e
a8d8be4212e551a9d51080dba394c88882e22e0e
/Source/TestResize/Enum.h
ab24e32668596a6291a9daf9f8cd554d6a6fad33
[]
no_license
fakkoweb/UFurnitureResize
b42161d1d88870bedd740ee33a402450a13ee69a
21ddc1787cff5c0c0560a5e10fa6e43d685b0560
refs/heads/master
2020-04-21T11:25:51.558010
2020-01-23T12:19:40
2020-01-23T12:19:40
168,938,879
0
0
null
null
null
null
UTF-8
C
false
false
134
h
#pragma once enum Direction { N, E, S, W, NE, SE, SW, NW }; enum GameMode { SelectionMode, SelectedMode, EditMode };
[ "fakkoweb@libero.it" ]
fakkoweb@libero.it
57c24a5d5ec06930e5ab633ca6f6762f7c3dee0d
a100d3f384274a1c7f7e7190cac79d5af1682208
/src/evalfunc.c
8b5ad22fedd4426962b733e538ef9d2198e7ca28
[ "Vim" ]
permissive
rushgun/vim
6c0d10812b25f1e795f51b550b57540d7764b27b
0e5d3a2940ead6c8ee3bacacea4153b647b67cca
refs/heads/master
2021-01-22T06:14:23.380127
2016-08-11T20:52:42
2016-08-11T20:52:42
null
0
0
null
null
null
null
UTF-8
C
false
false
288,593
c
/* vi:set ts=8 sts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. * See README.txt for an overview of the Vim source code. */ /* * evalfunc.c: Builtin functions */ #define ...
[ "Bram@vim.org" ]
Bram@vim.org
4c937fa90b81adcb9dfd795366bc032aa0985b87
49780f24a92fcc9a7c855144fb195ae3736bf390
/examples/devices/MSP430F5xx_6xx/MSP430F563x_MSP430F663x_Code_Examples/C/msp430f66xx_usci_i2c_standard_slave.c
6ea27864caa61e287953a86d40e6cad00a8ba104
[]
no_license
PiBoxY/msp430ware
81fb264c86ff1f68f711965b793aa58794ae2f00
7c96db00f97bbfd3119843e18ac895a54b4a6d39
refs/heads/master
2020-04-21T07:29:13.386144
2019-02-06T11:32:42
2019-02-06T11:32:42
169,394,007
2
1
null
null
null
null
UTF-8
C
false
false
18,460
c
//****************************************************************************** // MSP430F66xx Demo - USCI_B0, I2C Slave multiple byte TX/RX // // Description: I2C master communicates to I2C slave sending and receiving // 3 different messages of different length. (This is the slave code). The // slave will be ...
[ "admin@piboxy.com" ]
admin@piboxy.com
9a3a3cc5fca89595edbd10c0402ec61898f658f2
99345d64467526e296cfbec9f096d129cf7310f6
/pi/pi_log.c
eb6e9cbf326f9c6ae1653b16037b99f3b11eff51
[]
no_license
saitrusxinhlam2218/tpak_htd
af275fed2dbf442a1f1b24b075ce71e99c9567b7
c3fe778b431e06f0a50dc3a8908cf104e94baed4
refs/heads/master
2023-03-18T22:58:22.289512
2020-01-28T16:39:57
2020-01-28T16:39:57
null
0
0
null
null
null
null
UTF-8
C
false
false
11,888
c
/*********************************************************************** * RCS INFO * * @(#) $RCSfile: pi_log.c,v $ * @(#) $Revision: 1.3 $ * @(#) $Date: 2003/01/24 14:26:54 $ * @(#) $Author: jwelch $ * @(#) $Source: /taxi-scan/taxi_proj/cvs/taxi-scan/src/pi/pi_log.c,v $ * * Copyright (c) 200...
[ "j.gauntlett.welch@gmail.com" ]
j.gauntlett.welch@gmail.com
876e5b3dac89e3b0fb03ca5074f5af89af153899
d818801f58f10c1c1acc7666d00e518ee4566a36
/RemoteFolder/mpich-3.1.4/test/mpi/coll/bcast3.c
2da4bf895ba25cfc4f7fdaa283070a21d453467f
[ "mpich2" ]
permissive
bhatnags/HPC_Benchmarks
08ff1c88b8f4a96277fffb61192d87411c5dd880
1b7138133056ed0cafa8f88f9f55917f3f38a47d
refs/heads/master
2020-04-02T18:24:48.080763
2018-10-25T18:20:16
2018-10-25T18:20:16
154,698,991
1
0
null
null
null
null
UTF-8
C
false
false
2,265
c
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */ /* * * (C) 2003 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #include "mpi.h" #include <stdio.h> #include "mpitest.h" /* static char MTEST_Descrip[] = "Test of broadcast with various roots and datatypes and sizes t...
[ "bhatnags@tcd.ie" ]
bhatnags@tcd.ie
7ad7ac21afb9e2bbd25e819a704abedfbbb77539
f7fb35e84680dc45786c862054a4a40cbad61e46
/vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/sensors/chromatix/0309/chromatix_imx258/isp/hfr_90/chromatix_imx258_hfr_90.h
d0ccbab3273af27baa5be5bb15e362f32e5128a9
[]
no_license
sethsong90/vendor_qcom_new
accce62fd862d219742954992a2f19729549f98a
879eb95b4bd4843e058b5ebae832f60d8afc7d73
refs/heads/master
2021-01-13T06:51:34.856302
2017-01-03T11:12:20
2017-01-03T11:12:20
81,229,492
5
4
null
null
null
null
WINDOWS-1252
C
false
false
409,941
h
//============================================================================= // C H R O M A T I X // // DESCRIPTION // Auto-Generated by Chromatix tool defining camera tunable parameters. // // Copyright (c) 2015 Qualcomm Technologies, Inc. // All Rights Reserved. // Confidential and Pro...
[ "xin.qi@sim.com" ]
xin.qi@sim.com
fbae4660ea862c17e4bb5e1816602b252aec8789
865baaab01f10c2b69e744916fbda8df8623731b
/mapper_h/fds.h
f777397bfd8225e3c99081a8ca1c6cca75cbc381
[ "MIT" ]
permissive
jackoalan/fixNES
e0dcb45c0c22b8a797284d69446aed2e6c1d6ff5
7893e89abed4d16ba6b194613bc972cd46ceb235
refs/heads/master
2021-05-08T11:37:20.473347
2018-06-18T23:06:51
2018-06-18T23:06:51
119,905,423
0
0
null
2018-02-01T23:16:57
2018-02-01T23:16:57
null
UTF-8
C
false
false
521
h
/* * Copyright (C) 2017 FIX94 * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ #ifndef fds_h_ #define fds_h_ void fdsinit(uint8_t *fdsBIOS, uint32_t fdsBIOSsize, uint8_t *fdsFile, bool fdsSideB, uint8_t *prgRAMin, uint32_t prgRAM...
[ "fix94.1@gmail.com" ]
fix94.1@gmail.com
879fe5dfc3995e06aa043ef225fe235b38692a6f
ee3f393401e9cec2ed08fa369f344aeccc12d0a9
/src/validate.c
4caf11af857b5e949ff6b45d6eb2aaef28abb989
[]
no_license
UnitedSalvatore/lem-in
52fb79116a44a81834c2513e28eab695cab1639a
c3aba4d077302395d860d89278820238c6e5589f
refs/heads/master
2020-03-18T14:39:21.388169
2018-06-09T15:34:00
2018-06-09T15:34:00
129,106,637
0
0
null
null
null
null
UTF-8
C
false
false
2,078
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* validate.c :+: :+: :+: ...
[ "salvaincorp@gmail.com" ]
salvaincorp@gmail.com
1f422e5fa9055e910349c191be823910b3b780e4
647bdc1e930b5007a1eb734feecaec5f7f2bb304
/Learning_AVR_Controller_C/spis.c
bcc093019cc67470b8022274fdcd5f0b32601a4a
[]
no_license
ccsreenidhin/Learning_AVR_Controller_C
99ede6738356124898697ac24f4ff3b93627a324
0ade01833e5200fc5d105e2e9df4c0db0fa5eb88
refs/heads/master
2022-10-09T14:15:07.158956
2015-02-25T05:49:00
2020-06-10T18:13:52
null
0
0
null
null
null
null
UTF-8
C
false
false
269
c
#include<avr/io.h> #include<util/delay.h> void spi_init() { DDRB=(1<<PB3); SPCR=(1<<SPE)|(1<<SPR0); } unsigned char spi_rx() { while(!(SPSR&0X80)); return(SPDR); } void main() { DDRE=0XFF; spi_init(); while(1) { PORTE=spi_rx(); } }
[ "ccsreenidhin@gmail.com" ]
ccsreenidhin@gmail.com
a060304aa39cc78869cfe0fdac7d54f6e9ffa3c1
0d944eccc3ba2276094afc0dc8293f34b2e104b6
/srcs/raycasting/raycast.c
1c61fa33a5a7124fa4463c4ff22a80f4e5d852e1
[]
no_license
RemiDC/Wolf_3D
a9a70fb863ff7575376a770de68a9a917e625eec
b77724d3c6d742de7545f81084af95458e24c71d
refs/heads/master
2020-06-07T17:01:01.451327
2019-06-21T08:28:27
2019-06-21T08:28:27
193,060,775
1
0
null
null
null
null
UTF-8
C
false
false
2,805
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* raycast.c :+: :+: :+: ...
[ "reda-con@e2r13p14.42.fr" ]
reda-con@e2r13p14.42.fr
5f560429eb6a505176ce8456e45d9fc970316994
b541fe718432fc567277db02d5d293be578d83e0
/main/predict_emxAPI.c
42d6b6d1e9f3d23f18079b009168195d7e5bbb70
[ "MIT" ]
permissive
GTEC-UDC/esp32s2-ftm-tag
0441c8901359231ff9c47fc272f63ae92023e093
7165df5b26b702f281216cb561fa1cf476feafc9
refs/heads/master
2023-06-20T02:13:08.098900
2021-07-16T08:06:15
2021-07-16T08:06:15
353,386,455
1
0
null
null
null
null
UTF-8
C
false
false
2,331
c
/* * 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. * * predict_emxAPI.c * * Code generation for function 'predict_emxAPI' * */ /* Include files */ #i...
[ "valentin.barral@udc.es" ]
valentin.barral@udc.es