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
8135a5f6c932c6d0ff02716e7358bf0464a475f0
a7827ff9da021172587fbc7e4a9f7911e16e2139
/PJ7 - ServoDriver/firmware/hal/src/rcc.c
3308a1b5a626e3117828f1aceabec6167c7f6438
[ "MIT" ]
permissive
rijn/HardwareWorks
29e175870a40e7793e42f6188d99961b098765e4
b9b7d9e62b72cff690ddb2a8e1bc36ef6ffadb1c
refs/heads/master
2021-01-17T09:37:19.675761
2016-04-21T00:09:30
2016-04-21T00:09:30
41,594,718
5
1
null
null
null
null
UTF-8
C
false
false
14,052
c
#include "stm32f10x.h" #include "stm32f10x_rcc.h" #include "uart.h" #include "rcc.h" /* 这2个全局变量转用于 bsp_DelayMS() 函数 */ static volatile uint32_t s_uiDelayCount = 0; static volatile uint8_t s_ucTimeOutFlag = 0; /* 定于软件定时器结构体变量 */ static SOFT_TMR s_tTmr[TMR_COUNT]; /* 全局运行时间,单位1ms 最长可以表示 24.85天,如果你的产品连续运行时间超过这个数,则必...
[ "bxbian951122@gmail.com" ]
bxbian951122@gmail.com
1e421b3fafa7f361b17a79ec4817e57ad73ced10
358dbfed8ba968327d6b0ec8338648678833f19b
/Inc/gps.h
0dab7fa5cc2219a48dab3e7391f0c0aab426ef23
[]
no_license
dsponer/f401_mpu_usb
58fb60c6ec38225d3a3d8a0002ae86197fa25775
5641b7533d6bcf60f48d5ab15fff0dc37eefadbf
refs/heads/master
2022-09-12T17:37:56.318554
2020-06-04T11:56:11
2020-06-04T11:56:11
268,703,125
0
0
null
null
null
null
UTF-8
C
false
false
1,123
h
#include "stdint.h" //################################################################################################################## typedef struct { uint8_t UTC_Hour; uint8_t UTC_Min; uint8_t UTC_Sec; uint16_t UTC_MicroSec; float Latitude; double LatitudeDecimal; char NS_Indicator; ...
[ "dsponer157@gmail.com" ]
dsponer157@gmail.com
3938a455bbcf7e7eaa9b13c7488a8a3f9c5a76bf
98a44c9314d6707ba728eb24a31f62a205fd14b8
/test/val/pptest5.c
82f642c8eaa7bbe8e2a017aaa7354773dd02c822
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license", "Zlib" ]
permissive
peterferrie/cc65
721f00d72a910b12a93a912cd93f8b9045a8f640
c3e01062ea35378e72f3f4949c3eebe95a3036cb
refs/heads/master
2022-01-30T14:52:36.983798
2022-01-24T19:13:49
2022-01-24T19:13:49
452,808,803
3
0
Zlib
2022-01-27T19:02:23
2022-01-27T19:02:23
null
UTF-8
C
false
false
483
c
/* preprocessor test #5 */ #define t(x,y,z) x ## y ## z int j[] = { t(1,2,3), t(,4,5), t(6,,7), t(8,9,), t(10,,), t(,11,), t(,,12), t(,,) }; int e[] = { 123, 45, 67, 89, 10, 11, 12, }; #include <string.h> #include <stdlib.h> #include <stdio.h> unsigned char i; int main(void) { for (i = 0; i < 7; ...
[ "mrdudz@users.noreply.github.com" ]
mrdudz@users.noreply.github.com
cdfb0c6efacd5e114d7af2615ea86f5c7068a36c
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE680_Integer_Overflow_to_Buffer_Overflow/CWE680_Integer_Overflow_to_Buffer_Overflow__malloc_rand_11.c
ea1ddda977cc09ec5612422ce14f8bf0fec224b9
[]
no_license
arichardson/juliet-test-suite-c
cb71a729716c6aa8f4b987752272b66b1916fdaa
e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9
refs/heads/master
2022-12-10T12:05:51.179384
2022-11-17T15:41:30
2022-12-01T15:25:16
179,281,349
34
34
null
2022-12-01T15:25:18
2019-04-03T12:03:21
null
UTF-8
C
false
false
4,436
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE680_Integer_Overflow_to_Buffer_Overflow__malloc_rand_11.c Label Definition File: CWE680_Integer_Overflow_to_Buffer_Overflow__malloc.label.xml Template File: sources-sink-11.tmpl.c */ /* * @description * CWE: 680 Integer Overflow to Buffer Overflow * BadSource:...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
cb3f88a9ea005e1a0da5777072e59814808e5323
32d0920eed90047e71ec72eb50c957bf0fe65aa6
/dyn.pluto.c
32accc2528076bfbd144160c58db50ec7b9b81e7
[ "MIT" ]
permissive
piotrbla/transitive-closure-experiments
e254f5ac90ccccd94596f2e138415b5c1808e655
3ef6b05c44cbc05fde2f45ebbda5648927fb081d
refs/heads/master
2022-09-26T22:46:54.765567
2022-09-22T23:50:51
2022-09-22T23:50:51
220,789,671
0
0
null
null
null
null
UTF-8
C
false
false
18,505
c
#include <omp.h> #include <math.h> #define ceild(n,d) ceil(((double)(n))/((double)(d))) #define floord(n,d) floor(((double)(n))/((double)(d))) #define max(x,y) ((x) > (y)? (x) : (y)) #define min(x,y) ((x) < (y)? (x) : (y)) #include <math.h> #include <stdio.h> #include <stdlib.h> #define min(x,y) ((x) < (y) ?...
[ "piotr@localhost.localdomain" ]
piotr@localhost.localdomain
c96df0d527161212cc08e0cd31757046345834a3
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/iio/dac/extr_ad5764.c_ad5764_probe.c
4662deb3066f8c23e06a978f3d64f7e0f096e080
[]
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
3,488
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
49f53f2fabf84f7581c484983cc5f057b4977b9f
cf71e4f8e3f2d87abb22e5a69da2ae9fa7551c86
/New Unity Project/ios version/Classes/Native/mscorlib_System_Collections_Generic_List_1_Enumerator_gen_10.h
1ae72b4075c687e0832f5e74538d1fcef72658e2
[]
no_license
liamzebedee/hackagong2015
1a28c80caa9fbc69b007d0d1eae1d69c6565a87a
3c3b560df9619ca76d7efc348796001a6bb5eeeb
refs/heads/master
2021-01-13T01:30:09.952383
2015-09-19T16:18:55
2015-09-19T16:18:55
42,692,533
1
1
null
null
null
null
UTF-8
C
false
false
941
h
#pragma once #include <stdint.h> // System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger/Entry> struct List_1_t121; // UnityEngine.EventSystems.EventTrigger/Entry struct Entry_t119; // System.ValueType #include "mscorlib_System_ValueType.h" // System.Collections.Generic.List`1/Enumerator<UnityEngine...
[ "liamzebedee@yahoo.com.au" ]
liamzebedee@yahoo.com.au
578a1b12715d5d68f657a9d17a6732c0c4159067
8257f60d616b04630b702975c55a4548a34f56c1
/NGmerge.h
1affabf260c0118645ca5e443e23c03141b6d097
[ "MIT" ]
permissive
slw287r/NGmerge
714fee8b33059942a87da534a25bd0609412102d
dfe75b6a21ecb52c5acbf346d51ffa5158134d1f
refs/heads/master
2021-02-04T20:10:33.565330
2019-10-14T17:14:10
2019-10-14T17:14:10
null
0
0
null
null
null
null
UTF-8
C
false
false
16,563
h
/* John M. Gaspar (jsh58@wildcats.unh.edu) April 2015 (updated 2016, 2017) Header file for NGmerge.c. */ #define VERSION "0.2_dev" // constants #define MAX_SIZE 1024 // maximum length of input lines (incl. seq/qual) #define NOTMATCH 1.5f // stitch failure #define COM ", " // separator...
[ "jsh58@wildcats.unh.edu" ]
jsh58@wildcats.unh.edu
2977c270717c28e19a6ba19b132aeec79c9f63e9
91073e4cfc9e89e2d6dc250c307c2141505f2f71
/projects/moondav/dominion/unittest3.c
9cd5f205a888d4e47e35ddb85694ebb23d570b5d
[]
no_license
prefontt/CS496
f2a4df89ab1d208c8217c51a4a4632c67a07ccc7
e644d04799923401d6445f28e3f85ca11d4d19d2
refs/heads/master
2021-01-19T22:22:17.254390
2017-04-20T01:08:43
2017-04-20T01:08:43
88,804,884
0
0
null
null
null
null
UTF-8
C
false
false
8,728
c
/********************************************************************* unittest3.c Author: David Moon Date: 2-1-2017 Description: This unit test will test the updateCoins() function in dominion.c. The following are key points the test will check: - Ensure that the player's coins are counted correctly -...
[ "dmoon@fetchrobotics.com" ]
dmoon@fetchrobotics.com
ed9ec38a45f596b16a228ec20214d769044e7593
3c13f9aab738ee5cb85288ffa1ed9ce368d741e0
/demo/mcu/imxrt1050/imxrt1050-evkb/codec/fsl_wm8904.c
0aa5e2c131f764fe5a8ead7af4801b9286c32272
[ "LicenseRef-scancode-proprietary-license", "Apache-2.0" ]
permissive
laves/porcupine
3d59273adb8cb6d65d880ef67bb0c29956a1f1e5
48ee5e7060308d6ea861bbdd1a47eef1ce43a016
refs/heads/master
2023-06-28T23:30:30.747175
2021-07-30T07:20:09
2021-07-30T07:20:09
390,964,015
0
0
Apache-2.0
2021-07-30T07:23:07
2021-07-30T06:56:23
JavaScript
UTF-8
C
false
false
40,750
c
/* * Copyright (c) 2016, Freescale Semiconductor, Inc. * Copyright 2016-2019 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include "fsl_wm8904.h" #if WM8904_DEBUG_REGISTER #include "fsl_debug_console.h" #endif /***************************************************************...
[ "noreply@github.com" ]
laves.noreply@github.com
6c7da841ecfb258bbea7fd18d2a36282c9d3efa6
f7fb35e84680dc45786c862054a4a40cbad61e46
/vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/isp2/hw/scaler/scaler44/scaler44_reg.h
4d8640c461992785eaa0582c3d51ec1c03f3ffd9
[]
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
UTF-8
C
false
false
5,589
h
/*============================================================================ Copyright (c) 2013-2014 Qualcomm Technologies, Inc. All Rights Reserved. Qualcomm Technologies Proprietary and Confidential. ============================================================================*/ #ifndef __SCALER44_REG_H__ #def...
[ "xin.qi@sim.com" ]
xin.qi@sim.com
1c6b29c56347bdac8ffd793d4f1a482112f8a6d8
04ad1e5adbf9c8011629cce5251ac6e2f6b657e4
/d/wudu/obj/shenyi.c
42409ad91796751304737cd3807234bfd4859c2f
[]
no_license
cao777/mudwllz2-utf8
7398dd2dc702e8ab9a3c98895d2afc3392c07232
19ae1d998a871b9ad7f29c467481015143ffb7a8
refs/heads/master
2023-03-16T08:34:07.707561
2020-05-09T00:04:07
2020-05-09T00:04:07
null
0
0
null
null
null
null
UTF-8
C
false
false
306
c
// cloth.c #include <armor.h> #include <ansi.h> inherit CLOTH; void create() { set_name( HIY "五色圣衣" NOR , ({ "cloth" }) ); set_weight(3000); if( clonep() ) set_default_object(__FILE__); else { set("unit", "件"); set("material", "cloth"); set("armor_prop/armor", 1); } setup(); }
[ "ashwing920@gmail.com" ]
ashwing920@gmail.com
f40bd1a87f67c5fa3ebab5f90f103470d390bc4c
1574b1aaa83c279ac6a5fde7d7edaa197e85bdf4
/wifi/netlink/nlutil.h
05592862014fdf4cb5f4143f21f5a60a534345e9
[]
no_license
thongxuan/stage5A.monitor
27dc5227cbb81c2d8b7eb687818624f5e76b8988
d0a24bf815c7afa25d9f6241a8ea114e2a13552f
refs/heads/master
2023-01-22T04:30:23.682044
2016-08-26T16:26:03
2016-08-26T16:26:03
null
0
0
null
null
null
null
UTF-8
C
false
false
1,588
h
#include <netlink/netlink.h> #include <netlink/socket.h> #include <netlink/msg.h> #include <netlink/genl/genl.h> #include <netlink/genl/ctrl.h> #include <net/if.h> #include <netlink/errno.h> #include <errno.h> #include <ctype.h> #include <stdlib.h> #include "nl80211.h" struct nl_sock* create_genlink_socket(int& nlID)...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
71ff0881cf4b74c23432dd046140d9622ab7dddc
5a1b14f7281471bc8e858b7378461c6f5f405b44
/Fraction Score Spatio-Temporal/src/b_heap.h
d984356f9518a8ac7a3c82edc2531f8101fd2594
[]
no_license
Rafid013/Data-Mining-Project
59909787db674330ea757bec4b5532b9df7e2463
1a5bad409211d742b69bd3baed24294020e46a18
refs/heads/main
2023-05-09T00:29:25.831827
2021-06-01T14:27:16
2021-06-01T14:27:16
372,586,354
0
0
null
2021-06-01T13:39:49
2021-05-31T17:43:58
C++
UTF-8
C
false
false
2,829
h
/* * Author: Cheng Long * Email: clong@cse.ust.hk */ /* * 1. The mechanism of "cmp" function and the "void*" type involved there. * 2. The choice min-heap or max-heap can be determined by changing the function of "cmp". * 3. The heap array's subscript starts from *ONE*. * 4. The concept of "heap array" and "object...
[ "haisamrafid@gmail.com" ]
haisamrafid@gmail.com
0c61a11489701bb9a4bc084c18eca9b91c0c52c4
9edad327ce71a2d2871f6ded4edba447fe86c194
/OnePageDungeon/SpriteNames.h
816c373c636555b38852957b763c92f6687711eb
[]
no_license
davidszabo/one-page-dungeon
73312124de1b255048704a7956c77632acb0283b
e0ab9896626bf503bc34c32bc3413b5b2ac31c52
refs/heads/master
2020-05-31T20:06:35.163000
2014-04-08T03:45:01
2014-04-08T03:45:01
null
0
0
null
null
null
null
UTF-8
C
false
false
153
h
#pragma once enum SpriteNames { STONE_BLOCK, PLAYER, STONE_BLOCK_TALL, STONE_RAMP_LEFT, STONE_RAMP_RIGHT, STONE_RAMP_TOP, STONE_RAMP_BOTTOM };
[ "nosferat9@gmail.com" ]
nosferat9@gmail.com
8d7760fe25f83c7006d7f65d40714f62c03fcd1e
2d6734b14816352c6a9cfae86c67de5c4ede60a6
/ext/gd/gd_ctx.c
388d66106e9e3715f1390f31948ca28ec01e6d64
[ "blessing", "BSD-3-Clause", "Zlib", "LicenseRef-scancode-pcre", "ISC", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "BSD-4-Clause-UC", "LicenseRef-scancode-other-permissive", "TCL" ]
permissive
gplessis/dotdeb-php
d3546326825bf069e2900c2ad7ce018d0d26ce0d
bc44caccf208a3f0b1a563f01560b7d43382e5b7
refs/heads/master-7.0/jessie
2020-04-11T05:36:37.062276
2018-12-08T01:13:52
2018-12-08T01:36:34
3,305,446
74
17
null
2016-08-19T02:58:50
2012-01-30T14:21:50
C
UTF-8
C
false
false
6,445
c
/* +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2017 The PHP Group | +---------...
[ "gui@dotdeb.org" ]
gui@dotdeb.org
e440840b771df263776247c55896e4c7643dd0bf
660051a4f6d39c0ac0950150af405746f135abdb
/Testbenches/magnetic_reader_testbench/drivers/MCAL/systick/SysTick.c
6c824eee1e5ca7dd4a7b2147029319d32cd3bb8b
[]
no_license
Lab-de-microprocesadores-G1/Usefuls
a6e38b648c277c7e94c6e7a3e64b1ef247bb856b
a5b2fb971266e9d1d76a49dd4c16943d7b317240
refs/heads/master
2023-01-31T09:26:15.588724
2020-12-19T14:45:40
2020-12-19T14:45:40
291,499,919
0
0
null
null
null
null
UTF-8
C
false
false
3,668
c
/******************************************************************************* @file SysTick.c @brief SysTick driver implementation @author G. Davidov, F. Farall, J. Gaytán, L. Kammann, N. Trozzo ******************************************************************************/ /************************...
[ "gdavidov@itba.edu.ar" ]
gdavidov@itba.edu.ar
4f20ae5b9d4a59622ecada8d07b78d57a61fe383
2e4d535c85b9384f23745abc113879e34a0bf968
/sdruRouter/codegen/mex/testMACRouter/power.h
11e40cc5fa7c1a4b051cbbdd684d7e8a384dfe97
[]
no_license
CalilQ/sdruWiLab
6a326a09f35c5de0c6453b19d64b30ae37d880ec
c2c759b6555c93ce3b06caa15b713bf2df95f3d3
refs/heads/master
2021-01-18T12:06:19.226534
2014-05-15T12:28:57
2014-05-15T12:28:57
null
0
0
null
null
null
null
UTF-8
C
false
false
641
h
/* * power.h * * Code generation for function 'power' * * C source code generated on: Thu Mar 6 21:20:54 2014 * */ #ifndef __POWER_H__ #define __POWER_H__ /* Include files */ #include <math.h> #include <stdlib.h> #include <string.h> #include "mwmathutil.h" #include "tmwtypes.h" #include "mex.h" #include "emlr...
[ "travisfcollins@gmail.com" ]
travisfcollins@gmail.com
aafedf2874578483739211da4846f128c76be100
a36e1e71f30b5184a3effbc4975940895ed2ba37
/GTK/Oxygen/LabelObject.h
1c554dc2ff3aa6d938dc2097b2988a5853b28a6d
[]
no_license
thomasfuhringer/oxygen
8addb90447de41e282e95a6db5d0821ffa1e2894
92cf61fdf71473eca68abba99f5934557db3a1c3
refs/heads/master
2016-09-05T18:52:51.627529
2016-02-08T20:43:02
2016-02-08T20:43:02
42,162,806
7
1
null
null
null
null
UTF-8
C
false
false
635
h
// LabelObject.h | Oxygen © 2016 by Thomas Führinger #ifndef OxLABELOBJECT_H #define OxLABELOBJECT_H #include <Oxygen.h> typedef struct _OxLabelObject { OxWidgetObject_HEAD char* sFormat; unsigned int fContentAlignment; OxWidgetObject* oxAssociatedWidget; } OxLabelObject; extern OxAPI OxClass OxLabelClass; b...
[ "thomasfuhringer@live.com" ]
thomasfuhringer@live.com
ddb7dd4cdeca6df0a1cb828615321e20b7d97a1d
bb75ce61e834e7ec3202f348821afe102eca9bc3
/usr/src/contrib/emacs-18.57/oldXMenu/SetFrz.c
7e6b1ab71d0f71a6cac21fede50dad0bd34a6fc8
[ "BSD-4-Clause-UC", "LicenseRef-scancode-other-permissive" ]
permissive
jiajunhuang/4.4BSD-Lite2
de988da495ee9d167ed4174d8496f8582b0fd2a5
8353ed45665ff972b5d9c8f8dfe5ee6440a25a9a
refs/heads/master
2020-08-02T03:00:01.264557
2019-10-31T09:17:48
2019-10-31T09:17:48
211,215,298
0
1
NOASSERTION
2019-09-27T01:57:11
2019-09-27T01:57:11
null
UTF-8
C
false
false
665
c
#include <X11/copyright.h> /* $Header: SetFrz.c,v 1.2 87/12/20 12:05:56 rws Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* * XMenu: MIT Project Athena, X Window system menu package * * XMenuSetFreeze - Forcibly set the menu freeze mode switch * overriding the Xdefaults setting. *...
[ "serge@vak.ru" ]
serge@vak.ru
202866bebfcb988c71df68c46a2163923ac68339
c2cedcf36667730f558ab354bea4505b616c90d2
/players/nightshade/misc/notice3.c
2b6a1d54e0acf0d6fc5a03720a1197405c479fb7
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
402
c
inherit "obj/treasure"; reset(arg) { if (arg) return; set_short( "A SIGN! LOOK AT IT!"); set_long ("To the west are the mountains.\n"+ "To the east are the docks where you might be able\n"+ "to sneak aboard a ship.\n"+ "To the north is the way you just came :).\n"+ "TO the south is the closed castle of Ledsville\n...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
91fd8937f2b81929a35a788f63afafd60ebacdc9
8eeb4dc93d55619b20eba6b4fede07294240a856
/src/sls_exp/getnet.c
102381bf6e2aded5f50e95e95fa3f7fa0c07edec
[ "ISC" ]
permissive
space-tudelft/cacd
d7863c84e461726efeb0f5b52066eb70d02e6699
8837293bb2c97edad986cf36ad8efe75387d9171
refs/heads/master
2020-08-03T20:37:02.033704
2019-10-16T09:34:49
2019-10-16T09:34:49
211,876,836
11
2
null
null
null
null
UTF-8
C
false
false
10,768
c
/* * ISC License * * Copyright (C) 1986-2018 by * A.J. van Genderen * S. de Graaf * N.P. van der Meijs * Delft University of Technology * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and ...
[ "S.deGraaf@tudelft.nl" ]
S.deGraaf@tudelft.nl
4bc02ad0fc87b9ad1e1504622f75d48644a03166
98a6b1094f28fcf3aeb505c4a86807f7a424e188
/10 prev work/2015 Valle/Simulink/CSE1 and HIL model/slprj/_sfprj/CSE1_Oculus_gesture/_self/sfun/src/c1_CSE1_Oculus_gesture.h
9031f1a44697d54a743963a67fd081333fd66e80
[ "MIT" ]
permissive
eliasga/CS_EnterpriseI_archive
c107aa9a0392ab898f1b1d4af3f7db0302998bc0
fff170b4c31fc25648eea80af99a1c8f79c3a036
refs/heads/master
2020-12-19T14:59:34.101723
2020-01-23T10:19:27
2020-01-23T10:19:27
235,767,462
0
0
MIT
2020-01-23T10:01:04
2020-01-23T10:01:04
null
UTF-8
C
false
false
1,124
h
#ifndef __c1_CSE1_Oculus_gesture_h__ #define __c1_CSE1_Oculus_gesture_h__ /* Include files */ #include "sf_runtime/sfc_sf.h" #include "sf_runtime/sfc_mex.h" #include "rtwtypes.h" #include "multiword_types.h" /* Type Definitions */ #ifndef typedef_SFc1_CSE1_Oculus_gestureInstanceStruct #define typedef_SFc1_CSE1_Oculus...
[ "an_d_rex@hotmail.com" ]
an_d_rex@hotmail.com
a121de2d46ea8c5fca6d5d7897a300b3abaafcbc
e099a78f2b1afee9ffe165085a441895ccfecbd3
/include/irr/irr_runtime/irr_runtime_module.h
3da1a0f3758a85b934f199f8d47691d7d2185217
[]
no_license
Hkiller/DrowRenderIrrlicht
ad6240a9d4d0fb0fb2a86e2875c317d1d37a1fa1
bc9a464b130edd9b81ea2cd08a23465ae9cb4d0c
refs/heads/master
2021-04-26T23:47:28.155025
2016-09-22T04:10:50
2016-09-22T04:10:50
null
0
0
null
null
null
null
UTF-8
C
false
false
1,130
h
#ifndef IRR_RUNTIME_MODULE_H #define IRR_RUNTIME_MODULE_H #include "cpe/utils/hash_string.h" #include "gd/app/app_types.h" #include "irr_runtime_types.h" #ifdef __cplusplus extern "C" { #endif irr_runtime_module_t irr_runtime_module_create( gd_app_context_t app, mem_allocrator_t alloc, plugin_app_env_module_t...
[ "wangjian1009@gmail.com" ]
wangjian1009@gmail.com
21f7bad794c70dc4f454f3a05d43ac91162449dd
2914e6ca0376b38c3664304e5e783f2efc1b1418
/Code/Team13Bot.X/ParkFWDSubHSM.h
a7cdadbd9fbb2c49086924b27b96a90d59f96d52
[]
no_license
NJannuzzi/Mechatronics-Project
9306b5cae36790c4fe2e737e54e0861aed9cf75c
94c6186fba488874d13b4376169b86d49ecaf87c
refs/heads/master
2022-11-29T18:28:01.798310
2020-08-04T05:06:05
2020-08-04T05:06:05
284,875,083
0
0
null
null
null
null
UTF-8
C
false
false
3,567
h
/* * File: TemplateSubHSM.h * Author: J. Edward Carryer * Modified: Gabriel H Elkaim and Soja-Marie Morgens * * Template file to set up a Heirarchical SubState Machine to work with the Events and * Services Framework (ES_Framework) on the Uno32 for the CMPE-118/L class. Note that * this file will need to...
[ "60905303+NJannuzzi@users.noreply.github.com" ]
60905303+NJannuzzi@users.noreply.github.com
83ba0a7b671d36f3ebc8034991375c639ab021a1
fe692881320e10c55962cebd165d478c1434c359
/item/57/4055.c
ea90582f1dc19277d83da30f13278e1a774a41da
[]
no_license
anho9339/chienquoc
130602c90c43053bbc99dfbfbc877de0b2d81dd7
cb5157d5eabcb4bb2ff71c292cfbdd5dc5fbb221
refs/heads/master
2021-07-04T07:51:49.408023
2021-02-01T15:15:58
2021-02-01T15:15:58
222,929,950
1
0
null
null
null
null
UTF-8
C
false
false
1,051
c
// 自动生成:/make/equip/makesuit #include <equip.h> #include <level.h> #include <item.h> inherit NECK; //套装组件标志 int is_suit() { return 1;} //第几套 int get_equip_serial() { return 1; } //第几套 // 函数:适用门派 int get_family() { return 4; } //套装名字 string get_suit_name() { return "Săn Báo"; } //属于某某套装 // 函数:构造处理 void create() { ...
[ "hothienan1993@gmail.com" ]
hothienan1993@gmail.com
1cf5ad56d58550a5ba6aeb65a2900f144ac62977
9b447c2c0a8e2862509996b5274c52e068d1d26a
/programs/Acqd_plxDriver/AcqdDefs.h
4de17bec0d8fd8c663481f46190164c71e8f6446
[]
no_license
anitaNeutrino/anitaFlightSoft
d1c5d0eed9e40c12fa3e365b5bb93b6b3383a0f2
ce06d29d46e4fa558f3dd4f5442ad47d1126caba
refs/heads/master
2020-04-10T22:50:55.315269
2017-04-18T21:15:49
2017-04-18T21:15:49
60,798,564
1
4
null
2016-07-30T21:27:25
2016-06-09T18:45:09
C
UTF-8
C
false
false
2,292
h
/* \file AcqdDefs.h \brief Header for Acqd Definitions It's a header file what are you expecting? March 2008 rjn@hep.ucl.ac.uk */ #ifndef ACQDDEFS_H #define ACQDDEFS_H // Plx includes #include "PciRegs.h" #include "PlxApi.h" /* #include "PlxInit.h" */ /* #include "RegDefs.h" */ #include "Reg9030.h" /...
[ "rjn@80a68109-d7fa-0310-9a6f-c08eca58abaa" ]
rjn@80a68109-d7fa-0310-9a6f-c08eca58abaa
3a994403c146b089ae9454b1b6b9c0b1dc677acf
a0ea1814185ba799ace33a4183535a06ea52e718
/darwin/tor/src/core/or/socks_request_st.h
5922870c6185f5d1c1511f40548039e830f754c8
[ "OpenSSL", "MIT", "ISC", "Autoconf-exception-generic", "GPL-2.0-or-later", "CC-BY-SA-4.0", "BSD-2-Clause", "BSD-3-Clause", "NCSA" ]
permissive
berty/go-libtor
86b151dcc8e41bc19756527e511a4ba8d9fd4b08
9189eb6e3982f56fc81d8f6e9e2cec08736db898
refs/heads/master
2022-07-24T09:12:51.356639
2022-06-27T10:21:32
2022-06-27T10:21:32
312,281,774
31
8
BSD-3-Clause
2022-02-16T22:11:51
2020-11-12T13:15:28
C
UTF-8
C
false
false
3,504
h
/* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2019, The Tor Project, Inc. */ /* See LICENSE for licensing information */ #ifndef SOCKS_REQUEST_ST_H #define SOCKS_REQUEST_ST_H #define MAX_SOCKS_REPL...
[ "71071723+Jorropo-berty-bot@users.noreply.github.com" ]
71071723+Jorropo-berty-bot@users.noreply.github.com
143bbbcab7c4ba833d421628132919d84e5a8a7f
2d4b5384685af46a543ec45d0a49f9c498ff4c99
/libunit/tests/strcpy/srcs/03_bad_str.c
4aee72e0d55c2b89420989e39809389f0b6217f1
[]
no_license
2ndcouteau/Rushes
4e2bcbc700a0f0e620aae9db9c1455d32c9becd2
c9b180ae908a4827f06870acd1fbdd3254af0d76
refs/heads/master
2021-01-11T13:49:11.368795
2017-03-30T23:44:55
2017-03-30T23:44:55
86,623,626
0
0
null
null
null
null
UTF-8
C
false
false
1,106
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 03_bad_str.c :+: :+: :+: ...
[ "qrosa@e1r1p9.42.fr" ]
qrosa@e1r1p9.42.fr
0e374e723e5e5ae10add4e15d3a70e5d5f4efaaa
8028c77435920a39892a421fca1e444a5fd9eacc
/apps/aspd4525/fsw/src/aspd4525_events.h
553a25d0c9690d2f6e1ea5c7c863e0f45112c691
[ "BSD-3-Clause" ]
permissive
WindhoverLabs/airliner
fc2b2d59c73efc8f63c6fb8b3c4e00c5fddcc7c7
2ab9c8717e0a42d40b0d014a22dbcc1ed7ec0eb1
refs/heads/integration
2023-08-04T06:01:53.480641
2023-07-31T03:22:06
2023-07-31T03:22:06
332,887,132
9
2
null
2023-07-31T02:58:48
2021-01-25T21:21:52
C
UTF-8
C
false
false
6,543
h
/**************************************************************************** * * Copyright (c) 2017 Windhover Labs, L.L.C. 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. Redistr...
[ "srahim@windhoverlabs.com" ]
srahim@windhoverlabs.com
ed366e91507234e6544fd9e6c3c15169fafe02f8
b5668824b05890863130c760b5eab07d8bedc8af
/day.c
f732ef0b9e9535263823ed47b27d416226993020
[]
no_license
hdeping/codeForMath
deafeac0579cb96d2c92c4841ba7495a67c88320
5da01fafcdea23ee4fc8da9bd734a6497b528bc6
refs/heads/master
2022-12-08T18:45:45.388920
2020-09-09T14:54:32
2020-09-09T14:54:32
109,108,680
0
0
null
null
null
null
UTF-8
C
false
false
4,435
c
#include "head.h" /*int judge_leap{{{*/ int judge_leap(int year) { bool p,p1,p2,p3; p1 = (year % 400 == 0 ); p2 = (year % 100 != 0 ); p3 = (year % 4 == 0 ); p = p1 || (p2 && p3 ) ; if ( p ) { return 1; } else { return 0; } } /*}}}*/ /*int get_month_day{{{*/ ...
[ "xiaohengdao@gmail.com" ]
xiaohengdao@gmail.com
cfe4ab46f626e6c8a8dfb0aaef47fef2c96d6470
309cdefac097c607534d8ea438384f8a3583a928
/SDK/lib/lib/gfx/picturebox.c
2d93812a5929d6c4f54c4e857e189734fd72058a
[]
no_license
maruixxx/mSdk
f1410a1144b10ecc73c3fc94477e29a4a7d9385e
cff180526c69e835420c08a03afc96d51a404aa6
refs/heads/master
2022-04-11T15:25:57.769807
2018-08-23T15:07:33
2018-08-23T15:07:33
null
0
0
null
null
null
null
UTF-8
C
false
false
38,628
c
/* * lib/gfx/picturebox.c * * Copyright (C) 2013 Iulian Gheorghiu <morgoth.creator@gmail.com> * * This file is part of Multiplatform SDK. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fo...
[ "morgoth.creator@gmail.com" ]
morgoth.creator@gmail.com
4b7a5752d415f77ba8db2ad5c54d1893c16c21b5
5bc27310493ecedc95055905433172b81691a6fc
/ICPC BAUST/C/main.c
d7064bd074e52b7ad217f366e6de0d96af60fed7
[]
no_license
rayhan1099/C_Programming-Semester_1_2
bc5128055fe926d4c483694788a7e365b2f01c8c
77974572e63ee2e237b98613ab6d36ab64b3c6a9
refs/heads/main
2023-08-11T05:31:13.871745
2021-09-16T17:21:30
2021-09-16T17:21:30
null
0
0
null
null
null
null
UTF-8
C
false
false
393
c
#include <stdio.h> #include <stdlib.h> int main() { int a,b,j,k,p,q,r,t; scanf("%d%d%d%d",&a,&b,&j,&k); if(b*j>k) { t = (a%b)*j; if(t>k) { p=a/b*k + k; printf("%d",p); } else { q=a/b *k +t; printf("%d",q); ...
[ "rayhan.193312@gmail.com" ]
rayhan.193312@gmail.com
144f138af26dfbcd00228c8cadd90801272e42ae
9321fb73bcc68ace22beaae2dc19798c04e21720
/src/libindexing/pp_gen_line.c
6401705a3e21fa774b533c33f20a01dd2fe6931c
[]
no_license
gdebasis/smart
a7f4d6dda5088592871b8a37a24f04ab4555e3f0
ab7ae8a1cb4e74aca6e60ba9142812818eb7e185
refs/heads/master
2021-01-10T19:14:22.290174
2015-07-20T22:38:54
2015-07-20T22:38:54
39,411,663
1
0
null
null
null
null
UTF-8
C
false
false
20,500
c
#ifdef RCSID static char rcsid[] = "$Header: /home/smart/release/src/libindexing/pp_gen_line.c,v 11.2 1993/02/03 16:52:04 smart Exp $"; #endif /* Copyright (c) 1991, 1990, 1984 - Gerard Salton, Chris Buckley. Permission is granted for use of this file in unmodified form for research purposes. Please contact th...
[ "debforit@gmail.com" ]
debforit@gmail.com
926fcb6f422fa97eae42ad88ac0f4a54f91b8dc5
f9ea091017da56aa75319bd299101bb78d303218
/src/Libraries/Classes/Huffman/CAbstractHuffPipe.c
d827de49b5115a9e569d166eebfc95f7c98ae67f
[ "MIT" ]
permissive
johnlunney/Avara
73d51bb47d29ad7d61953912ecdc5fe5a38fdd0a
aa85d05cc441bea39ce2cef2ebed6de6e2a86bae
refs/heads/master
2021-05-02T18:10:25.827181
2016-10-30T18:35:42
2016-10-30T18:35:42
72,368,096
0
0
null
2016-10-30T18:43:07
2016-10-30T18:43:06
null
WINDOWS-1252
C
false
false
3,107
c
/*/ Copyright ©1994, Juri Munkki All rights reserved. File: CAbstractHuffPipe.c Created: Tuesday, September 20, 1994, 21:09 Modified: Thursday, December 22, 1994, 4:30 /*/ #include "CAbstractHuffPipe.h" /* ** Initialize counters for each symbol (ASCII chars) ** Initialize data counter to 0. */ OS...
[ "juri@netcycler.com" ]
juri@netcycler.com
23db7d0e1e1e9317e389a71fc12e9a22958d6c59
5c255f911786e984286b1f7a4e6091a68419d049
/code/45ba5e4d-f37b-4094-a298-0f37a191b11c.c
8c0f1ba514b1d779f3ed7a5715a5aaed85f795ce
[]
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
228
c
#include <stdio.h> int main() { int i=0; int j=14; int k; int l; k = 5; l = 64; k = i/j; l = i/j; l = l%j; l = j-j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
0279b5e13b26bbd2cc0756ac36d57bfd6964b5b7
6233aba8720b21399ac993a6e24f98fe41ce496c
/tortoisesvn/ext/openssl/crypto/ts/ts_asn1.c
57c3c775b4349a916e35d906d6167a6a79358b43
[ "OpenSSL" ]
permissive
inbei/TortoiseGit
bbf1f086813cf28ff83481a801a0c2c907806837
80c0a684194f73c13a2b529f93d7962f61f324d6
refs/heads/master
2022-04-20T10:24:13.422148
2020-04-19T11:34:14
2020-04-19T11:34:14
null
0
0
null
null
null
null
UTF-8
C
false
false
9,256
c
/* * Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/sourc...
[ "nateweiler84@gmail.com" ]
nateweiler84@gmail.com
deb8d1e65744fcd8685d371ec7284bc19f3a9861
b61220ca2817e9db594c80d7ac904a13f9b4ec6c
/ports/nxp_rt1050_60/boards/imxrtevk105x/board.c
7faf1e69279a3783af3fb35596dc6c2c4ba12581
[ "MIT", "GPL-1.0-or-later" ]
permissive
ianhom/micropython-rocky
d8436debe7909cf4b31b856474c5fec5f5e0070c
a5be44dae007585f894a8c4a3439a7703eb88e06
refs/heads/master
2021-04-15T13:40:13.181889
2018-09-07T11:03:14
2018-09-07T11:03:14
126,258,078
1
0
MIT
2018-09-07T11:03:15
2018-03-22T00:41:48
C
UTF-8
C
false
false
5,162
c
/* * The Clear BSD License * Copyright 2017 NXP * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided * that the following conditions are met: * * o Redistributions of source co...
[ "rock.song@hotmail.com" ]
rock.song@hotmail.com
be5e51818b4be6cb81c31fe1bc5694fdbaba07df
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/arch/s390/kernel/extr_traps.c_do_fp_trap.c
8a08474a11872cc58f221add1bf0ad83497cf564
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,273
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
2533671ad99f4511a8888bf661495ba5b1ec1d61
3567309d3f25020ec7a0d59e0ef55da7be113085
/bin/skills/classes/ranger/goodberry.c
ab2579109257d687f770ec9633c57bf4b6f1614f
[]
no_license
flyingstupid/gbapoclib
64ec8b3828201d7eb158b5371164765d1b65ce93
dea2a4be3399509c7df44d33b2a307db3821017d
refs/heads/master
2021-04-27T08:02:48.717277
2018-02-23T17:04:11
2018-02-23T17:04:11
122,640,255
0
0
null
null
null
null
UTF-8
C
false
false
454
c
/* GOODBERRY SPELL */ status goodberry(string targ, mixed alt_type) { int level; if(!alt_type) alt_type = "nature_sphere"; this_player()->load_spell(({ "target", this_player(), "name", "Goodberry", "sphere", alt_type, "cost", 6, "level", ...
[ "ray.lukes@gmail.com" ]
ray.lukes@gmail.com
8a49e8551de07c0f2bbb34f2195d77d0f671eb7b
fd36f5a6ccc2b0a978db59d4a4820fcd8e12c914
/antfarm_creator/libft/ft_issign.c
46c6238a5f287b6b6fe1e8018317b77c29fd3917
[]
no_license
razanor/lem_in
42ffe215313045586abf4615c3e1cb856c337b8a
1ba3674c37bd3ac9d7dcd01d7a33a0ccefeaf859
refs/heads/master
2018-09-29T18:43:00.914641
2018-06-20T14:44:08
2018-06-20T14:44:08
126,008,070
1
0
null
null
null
null
UTF-8
C
false
false
967
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_issign.c :+: :+: :+: ...
[ "nazara.re22@gmail.com" ]
nazara.re22@gmail.com
42c7d7cc8c2ea2a05ec379292bfa9bbde265da99
fe0739df2526cec017a56cc78b6a14c6c1ceba38
/entrega_tareas_de_C/tarea4/114350/Ej2c_T4.c
80c8b5ed27e1adbd63a77ae31a904bb32e10714a
[ "Apache-2.0" ]
permissive
lmalpicas/analisis-numerico-computo-cientifico
31ef626a7056c7dbf542e911e90d958829f70c0e
352d8501c3b7cb2dc632bc76460f5d1647e01573
refs/heads/master
2018-07-05T19:46:44.448319
2018-05-31T22:28:05
2018-05-31T22:28:05
119,505,574
0
0
null
2018-01-30T08:25:42
2018-01-30T08:25:41
null
UTF-8
C
false
false
1,277
c
#include<stdio.h> #define MAXLINEA 1000 /*máximo tamaño de una línea*/ /*definición de variables externas*/ int max; char linea[MAXLINEA]; char linea_max[MAXLINEA]; /*Prototipo de funciones:*/ int obtenlinea(void); void copia(void); /*imprime la línea con tamaño más grande*/ int main(void){ int longitud; ...
[ "hecorroza88@gmail.com" ]
hecorroza88@gmail.com
b58deb5abe26c5bcee4b62c5fb707621e347ec87
d1a764e7b62b511a2e4036306639f713c0ec5e10
/tests/tests.h
1f36ba7d1ff0bce8698529a0d19e7a317bddc5ac
[]
no_license
peteyluu/42-libunit
3caf6e531d5ac85d0eae232a5bf785c0fb250568
848cb41f1f147d9cf076a4e1fbf5583ab273c386
refs/heads/master
2020-05-20T17:58:11.384091
2017-03-09T23:34:43
2017-03-09T23:34:43
84,498,287
0
1
null
null
null
null
UTF-8
C
false
false
1,146
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* tests.h :+: :+: :+: ...
[ "peter.luu510@gmail.com" ]
peter.luu510@gmail.com
856685eb79a94023d8c9eab6aa6763105c8d3406
e169fdfbff2758e243538f409b87d57d2b3b10e4
/case/apps/desktop/video/load_menuitem.c
56675314eafe15adbb4785ddb8ecf65c6593df53
[]
no_license
mcirsta/ActSDK
68a2256bb0e3a5bd64d58f4c04048a578de80d74
c3b3ceff43c3a2e4c98015b0f88f27fe05eb30ce
refs/heads/master
2023-06-12T08:45:11.254308
2021-07-01T12:56:12
2021-07-01T12:56:12
380,211,688
1
0
null
null
null
null
GB18030
C
false
false
5,137
c
/******************************************************************************** * USDK(1100) * Module: app * Copyright(c) 2003-2009 Actions Semiconductor, * All Rights Reserved. * History: * <auth...
[ "mforce2@gmail.com" ]
mforce2@gmail.com
3734dab8763fe6979bbbbcb06f44bcabe9b1bc26
8721145ffeb6e659106821487e739580cbae1422
/LISTA C/ListaMatrizes/Exercicio6/main.c
be9b43e2e0a54915ba208ca02cbb20ac2c404299
[]
no_license
gabriellavor/Forca
7a957a1ee6d9ff43901dd5fe01f7ac9d2a8b155b
505d97384add272096e9a7010f675c1f481c4a76
refs/heads/master
2021-01-01T05:17:04.027554
2016-05-25T02:00:52
2016-05-25T02:00:52
58,873,269
0
0
null
null
null
null
UTF-8
C
false
false
719
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 m,n,soma = 0; int matriz[10][10] = {{0,1,2,3,4,5,6,7,8,9}, {0,1,2,3,4,5,6,7,8,9}, {0,1,2,3,4,5,6,7,8,9}, {0,1,2,3,4,5,6,7,8,9...
[ "gvlavor@gmail.com" ]
gvlavor@gmail.com
60b59c8fbf5e976a1de09cc945172cdc4dee835c
b9c392631bca4b346b51aaae7b62883ce841116b
/LINK_OUT/ESC_POWER/ESC_POWER.c
bb3f9bb49a5c70cee07d81e76f802863585ccc58
[]
no_license
6keyi6/Robo_DJI
518a801b54157a4e9400da178b785649ec138593
61bc834458a791db7101ca63ece72e0779ce3075
refs/heads/master
2022-06-03T06:12:27.868239
2020-02-09T09:19:43
2020-02-09T09:19:43
null
0
0
null
null
null
null
UTF-8
C
false
false
588
c
#include "ESC_POWER.h" void ESC_POWER(void) { GPIO_InitTypeDef GPIO_Initure; __HAL_RCC_GPIOH_CLK_ENABLE(); GPIO_Initure.Pin = GPIO_PIN_2| GPIO_PIN_3| GPIO_PIN_4| GPIO_PIN_5; GPIO_Initure.Mode = GPIO_MODE_OUTPUT_PP; GPIO_Initure.Pull = GPIO_NOPULL; GPIO_Initure.Speed = GPIO_SPEED_HIGH; ...
[ "794964984@qq.com" ]
794964984@qq.com
c010b18b8ac254e50d90b0ab6da0a9061d1a36b6
40a5410f9a27cd3adcffa1fcccf797c34425bff8
/rcbot-drivetrain-controller/include/config.h
82f415696b994aba7df2e4c13be989fdd7d94cb3
[]
no_license
PrachiChauhan/rcbot
8922cc683e5ff18f9c57f1ce3bb4fdeb42b8ac1e
f0790d3be46e02d6a2e2446265a6378ccf5bdd17
refs/heads/master
2022-11-11T08:16:31.495406
2020-06-19T09:31:38
2020-06-19T09:31:38
null
0
0
null
null
null
null
UTF-8
C
false
false
827
h
#ifndef _CONFIG_H_ #define _CONFIG_H_ /* Firmware version information */ #define VERSION_MAJOR 1 #define VERSION_MINOR 0 #define VERSION_REV 0 #define VERSION_SIZE 3 /* Drive motor information */ #define LOWEST_PWM_ALLOWED 20 #define HIGHEST_PWM_ALLOWED 100 #define wheel_pos_pin_rt 4 // BCM-23 in1 #defin...
[ "ruchir20072007@gmail.com" ]
ruchir20072007@gmail.com
2d9c40906576961c6135183b848090d017be0932
09d0e2b49894105707db55df9b1c9cc064121174
/Client/doListThread.c
02f716cb606b5e10ee12350d36389f6a6464d425
[]
no_license
gyetol/module_2
7bedb4c2c196b5a915421ffd4180b55d63a07c6e
3724db9f233a8a5b11cde818d547659769bfcb7e
refs/heads/develop
2023-04-14T00:19:22.249700
2021-03-28T13:05:21
2021-03-28T13:05:21
273,230,760
2
5
null
2020-07-10T04:31:47
2020-06-18T12:22:22
C
UTF-8
C
false
false
200
c
//doListThread : list 요청을 보내고 받아서 처리하는 스레드의 함수 void * doListThread(void * arg){ int * sockPtr=(int*)arg; listDownload("ls",NULL,NULL,*sockPtr); return NULL; }
[ "heeju1112@naver.com" ]
heeju1112@naver.com
57a101a2ea751a153f4cf7df4b8ebc655ea60394
9bb0e24d9a5a0218627834ba0544abdde35d2a49
/fgets().c
acfcf20af7faf711738351f625c33e57365e4c85
[]
no_license
M-Khalekuzzaman/C-File_Function
a292db3b22f1dc34734aef94ada27d2c4d29c022
1d709edd4625a9adbf060c66fd7c2a88f99bc92d
refs/heads/main
2023-09-02T22:17:23.396571
2021-11-24T04:18:39
2021-11-24T04:18:39
431,344,186
0
0
null
null
null
null
UTF-8
C
false
false
438
c
#include<stdio.h> int main() { FILE *file; file = fopen("DOC.txt","r"); char ch[50]; int age; if(file == NULL) printf("File doesn't open successfully"); else { printf("File is opened"); printf("\n"); while(!feof(file)){ fgets(ch,50,file); ...
[ "noreply@github.com" ]
M-Khalekuzzaman.noreply@github.com
04128c3a7c94f11095c224de4e12ea2da44085fb
ff2caee8b9271d619c53f87638db4bcb4e85675f
/si/video_transmission.si4project/Backup/yuvto264(7908).c
e1cba6451acfe2f1039da46c84257e861f38f67b
[]
no_license
YuqingGuoo/video_transmission
d885703a74986858daa39ac268bde4c285421170
9cbfe79cdea47a398b7088c082b4c5aa4b8187b7
refs/heads/master
2020-03-23T04:55:30.566062
2018-06-07T09:06:33
2018-06-07T09:06:33
null
0
0
null
null
null
null
UTF-8
C
false
false
4,425
c
#include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <convert_manager.h> #include <x264.h> /* x264_param_default():设置参数集结构体x264_param_t的缺省值。 x264_picture_alloc():为图像结构体x264_picture_t分配内存。 x264_encoder_open():打开编码器。 x264_encoder_encode():编码一帧图像。 x264_encoder_close():关闭...
[ "530038242@qq.com" ]
530038242@qq.com
f93727ceb7d27833b6074633a9cdad3069f08375
4d8e0fd693171f944d2020a319662628a56c2998
/sshsh512.c
da21c12e27071924e76e4a5a8d1e36b7aff9845a
[]
no_license
r8tor/pocketputty-source
d6d996979887cf046c1d0c7db440e935db26d7b6
e1f50274ce3774a54c0ccc9d429ab8a486d24581
refs/heads/main
2023-08-27T00:08:17.662633
2021-11-09T10:19:11
2021-11-09T10:19:11
null
0
0
null
null
null
null
UTF-8
C
false
false
12,100
c
/* * SHA-512 algorithm as described at * * http://csrc.nist.gov/cryptval/shs.html */ #include "ssh.h" #define BLKSIZE 128 /* * Arithmetic implementations. Note that AND, XOR and NOT can * overlap destination with one source, but the others can't. */ #define add(r,x,y) ( r.lo = y.lo + x.lo, \ ...
[ "ppnet@49e20374-62f6-0310-87f2-fe171341a05a" ]
ppnet@49e20374-62f6-0310-87f2-fe171341a05a
88db2e8a04cebb46bba51dc6bceb03e820dd1d0e
ebd4cb73a24227d748ef7e3ffe36df72e709206f
/C/Experiments/volatile.c
c10802ad866213cf5ee4d497da5a9e246f4ec88c
[]
no_license
avisy1996/GE_Code
c905e5679d0557c9cede39eb52cd689eb3eddea2
4cfba5e710380fd0edda3c35a545274fb279cf21
refs/heads/master
2021-06-13T02:17:29.482702
2021-03-23T14:01:00
2021-03-23T14:01:00
170,869,877
0
0
null
null
null
null
UTF-8
C
false
false
257
c
#include <stdio.h> struct s{ int i; const int ci; }; int main() { struct s ss; const struct s cs; volatile struct s vs; int a = 1; // vs.i = 10; //vs.ci = 20; while (a <10) { } #if 0 volatile int a = 1; while(a < 10) { } #endif return 0; }
[ "avisy1996@gmail.com" ]
avisy1996@gmail.com
5e33ab27b7ca526549141c0859e5248be228857e
5386865e2ea964397b8127aba4b2592d939cd9f2
/grupa C/grafi/fileinfileout.c
c1acf5530665e0524945d58c21818e191b284041
[]
no_license
HekpoMaH/Olimpiads
e380538b3de39ada60b3572451ae53e6edbde1be
d358333e606e60ea83e0f4b47b61f649bd27890b
refs/heads/master
2021-07-07T14:51:03.193642
2017-10-04T16:38:11
2017-10-04T16:38:11
105,790,126
2
0
null
null
null
null
UTF-8
C
false
false
200
c
#include<iostream> #include<fstream> using namespace std; ifstream iff; ofstream of; string a; int main() { iff.open("file1.txt"); of.open("file2.txt"); iff>>a;of<<a; return 0; }
[ "dgg30" ]
dgg30
61ab17b8dc107ea33893a847f68abaed497113be
5fc82ccc05ba661af6b4575ec2d17782668404cd
/bcmap.h
58c96d75b248e921e474f122ff5417c21f58d9f0
[]
no_license
brkc/bcmap
509544ff6ea4322c91527d2d3d10452dd01ca89c
b64d05a76f97bcf66e56f13fb118e4a6c497afa2
refs/heads/master
2020-04-06T07:10:31.039749
2014-09-02T05:16:11
2014-09-02T05:16:11
null
0
0
null
null
null
null
UTF-8
C
false
false
844
h
#ifndef BCHASH_H #define BCHASH_H 1 #include <stddef.h> static const size_t BCMAP_INITIAL_CAPACITY = 11; static const double BCMAP_LOAD_FACTOR = 0.7; static const double BCMAP_GROWTH_FACTOR = 3.0; typedef struct map bcmap; typedef int(*bcmap_cmpfunc)(const void *, const void *); typedef void(*bcmap_freefunc)(void *...
[ "brandon.coffman@gmail.com" ]
brandon.coffman@gmail.com
e70994bb5c8035f35feac6233ccb577518b8db39
6b8a8fe7b9debf50ea89c7a32ab24598d43a902b
/Ch1/rm_blank_tab_1-18.c
5db068699e54c5adf3b4c6dedaf8fe5571de37bf
[]
no_license
fedelico/The_C_Programming_Language_exercise_solution
e9791cf7ba56520637127b1508d74c1f7b5b3a8f
5c6c57404592967a0b4f83512b0b055c6a1a75e5
refs/heads/master
2022-06-04T00:10:39.291222
2020-05-03T14:40:02
2020-05-03T14:40:02
256,688,025
1
0
null
null
null
null
UTF-8
C
false
false
851
c
#include <stdio.h> #define MAXLEN 500 #define TRUE 1 #define FALSE 0 int get_line(char line[], int lim); void trim_end(char line[], int len); int main(void) { char line[MAXLEN]; int len; while ((len = get_line(line, MAXLEN)) > 0){ trim_end(line, len); printf("%s", line); } return 0;...
[ "u105000017@cmu.edu.tw" ]
u105000017@cmu.edu.tw
0bc76e6c50f309f7ba4ddf2f26c4be3982813a61
6d1b703f785188e84dd3fa76adbac3b88cf2fccb
/external/glad/include/glad/glad.h
0b1ad0de774571f9ffcbf11b32bc8ca4cf25d0b6
[ "MIT" ]
permissive
asp437/rgla
d26575e3f04c2364a1091624de21f1c9bdc527f4
eeb42cc91eeeea7893af0ce1fd8ccdf1e4af7d26
refs/heads/master
2021-06-25T06:11:09.754385
2021-03-14T17:56:44
2021-03-14T17:56:44
214,872,080
0
0
null
null
null
null
UTF-8
C
false
false
249,553
h
/* OpenGL loader generated by glad 0.1.34 on Sun Sep 27 17:28:03 2020. Language/Generator: C/C++ Specification: gl APIs: gl=4.4 Profile: compatibility Extensions: Loader: True Local files: False Omit khrplatform: False Reproducible: False Commandline: --pr...
[ "asp437@gmail.com" ]
asp437@gmail.com
c14dfd9e0fd54a73cdd0929094d33d182217ad85
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/pnp/pnpbios/extr_bioscalls.c___pnp_bios_isapnp_config.c
7c1404f7a1e05543ab73c97480c3936cc37863ce
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,255
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
a2752ab654abfbc6178bbc7421040381d795f02e
f585dde7abdd4c6df6a98dea98fe9fed096c983e
/Day 15(a).c
bd221458034d598b46a51e5647aa58ad4d36f7c2
[]
no_license
Achyuthr21/Learn-To-Code
c1c9b06e6363fae7f806a2ac37c83a8aff6d3a3a
b2c9d2aa4c8a773e2cc507e19c51516152cc7a07
refs/heads/main
2023-06-04T08:07:47.351581
2021-06-13T16:46:12
2021-06-13T16:46:12
366,475,558
0
0
null
null
null
null
UTF-8
C
false
false
791
c
Write a C Program to read a 2D array. Then, search for a particular given element. If found, display each occurrence of that element with its position(s). #include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> int main() { int m,n,Element,count=0; scanf("%d %d", &m, &n); int Arr[m][n...
[ "noreply@github.com" ]
Achyuthr21.noreply@github.com
0657ee03c0e4bd3a394ef0d393736b6398aa9493
34618469e693672c96123df54e3f08e4f0caf6d1
/generator/new_grammar.nail.h
5ecd5ae2a2b5f32b14a4f48c8c3a4f115c4b29ae
[ "MIT" ]
permissive
pictyeye/nail
84388e1a515e50cb469b99d6d1400c2bd7a428fc
2b4f48bbe127b749687efb3f6b1425cbec212fc5
refs/heads/master
2022-11-22T16:02:35.297418
2020-07-27T12:07:27
2020-07-27T13:29:36
282,884,874
1
0
MIT
2020-07-27T12:01:16
2020-07-27T12:01:15
null
UTF-8
C
false
false
13,346
h
#include <stdint.h> #include <string.h> #include <assert.h> enum N_types {_NAIL_NULL,BIG,LITTLE,ENDIAN,CONSTANTDEF,PARSER,PR,PAREN,NAME,REF,NUNION,OPTIONAL,APPLY,LENGTH,FIXEDARRAY,ARRAY,SELECTP,CHOICE,WRAP,STRUCTURE,INTEGER,DDEPENDENCY,DSTREAM,PSTREAM,PDEPENDENCY,SEPBY,SEPBYONE,MANY,MANYONE,FIELD,TRANSFORM,DEPENDENCY,C...
[ "jbangert@acm.org" ]
jbangert@acm.org
1ace3abf88ff556b1af6e0491a55b9a3f628a44c
e91484cc104854adf6fbd5f365dfe4bca3d89fa4
/Libs/Qt/includes/QtWidgets/5.9.1/QtWidgets/private/qtwidgets-config_p.h
098662782326abbb230d1ba08495a7df958c0c5a
[]
no_license
Rel4X/SnakeMindUI
64c72e13f5802d370b7b11279684eac156ee972a
506fa723f1264e00e04bfe6e50ebad921f0526b5
refs/heads/master
2020-04-04T20:52:48.948647
2018-11-06T13:38:35
2018-11-06T13:38:35
156,264,562
1
0
null
null
null
null
UTF-8
C
false
false
281
h
#define QT_FEATURE_widgettextcontrol 1 #define QT_FEATURE_gtk3 1 #define QT_FEATURE_style_android -1 #define QT_FEATURE_style_fusion 1 #define QT_FEATURE_style_mac -1 #define QT_FEATURE_style_windows 1 #define QT_FEATURE_style_windowsxp -1 #define QT_FEATURE_style_windowsvista -1
[ "nonmaislooool@gmail.com" ]
nonmaislooool@gmail.com
d87bda36dd1d8f80596ea2fea061c714f49d8ad9
353783ac317664e91e02ddfbb5e705b423f6fac7
/Only for practices/Untitled 6.c
eefc692c14f07d9eb92bf8eb0751dc2cd7ac6475
[]
no_license
cseadnan16/Basic-C-Problems
e07d64d35ddce86fb72bf65bc11da41dc289c141
e3a2a23e2475bda5a515f378be8e3e992c7ac1af
refs/heads/main
2023-03-09T12:45:48.879496
2021-02-21T06:14:25
2021-02-21T06:14:25
340,829,629
0
0
null
null
null
null
UTF-8
C
false
false
128
c
#include<stdio.h> int main() { int x=9,y=3,z; char A='/'; z=x/y; printf("%d%c%d=%d\n",x,A,y,z); return 0; }
[ "adnanan.cse2016@gmail.com" ]
adnanan.cse2016@gmail.com
6be8c8385d372fa79d44f2c9bfa3cf2a658d4b96
488378d66dfb12d3292886b160243aa24e27c420
/linux-3.16/drivers/net/ethernet/intel/igb/e1000_mbx.c
162cc49345d09babbd7fab30ec0917215e1a9b64
[ "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "Linux-syscall-note", "GPL-2.0-only", "Unlicense" ]
permissive
jj1232727/system_call
3ec72bdecad15a43638cc5eb91ba1ae229d651bb
145315cdf532c45b6aa753d98260d2b1c0b63abc
refs/heads/master
2020-08-11T13:56:16.335620
2019-10-12T11:12:53
2019-10-12T11:12:53
214,575,269
0
0
Unlicense
2019-10-12T04:06:22
2019-10-12T04:06:22
null
UTF-8
C
false
false
11,246
c
/* Intel(R) Gigabit Ethernet Linux driver * Copyright(c) 2007-2014 Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is dist...
[ "jj1232727" ]
jj1232727
2bff366e708b1da24a9f6e3893f63aa753abce55
dc82f1be61cbbc209d2fb7636c0fc7f2f623c6c3
/lib/libft/ft_memmove.c
08c3eef3a2a0cc90b167fdd44952bf5700a136fd
[]
no_license
potatokuka/minishell
12d35028d6469d8a5ad3dbe90a9547718f6358d4
6d740b51398185620c59dad22efa97eea6503f05
refs/heads/master
2023-01-07T03:47:35.211025
2020-11-10T18:21:22
2020-11-10T18:21:22
272,157,933
1
0
null
2020-07-02T06:11:37
2020-06-14T07:58:44
C
UTF-8
C
false
false
1,433
c
/* ************************************************************************** */ /* */ /* :::::::: */ /* ft_memmove.c :+: :+: ...
[ "griffin.reed3@gmail.com" ]
griffin.reed3@gmail.com
3db7d2894724481f56448ba15f340548f045d546
860e2fb815aa351401a586460ed65b40c3b47f28
/Projects/STM32H743I-EVAL/Examples/DMA2D/DMA2D_BlendingWithAlphaInversion/Src/main.c
95e58aaac0ef5e27db7b8a43218b5ff0b25d1993
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
nobuji-katsuya/STM32CubeH7
dbb462067c7b3ff29dd54262c050f81c4f6bacfd
e261d820b398846a94f22f4aeb32d86c29546efb
refs/heads/master
2020-10-01T11:17:35.380164
2019-07-22T15:37:10
2019-07-22T15:37:10
null
0
0
null
null
null
null
UTF-8
C
false
false
15,892
c
/** ****************************************************************************** * @file DMA2D/DMA2D_BlendingWithAlphaInversion/Src/main.c * @author MCD Application Team * @brief This example provides a description of how to configure * DMA2D peripheral in Memory to Memory with Blending trans...
[ "ali.labbene@st.com" ]
ali.labbene@st.com
05c61b9af6969648bf36a89e5bbc53e5d7b33aeb
d35233c4460657dddc160e23f386d9420a936e54
/Client/ProgettoGUI/resource1.h
a72a67054974bb81dbc5fbc1012e01ed4e2cde08
[]
no_license
fabrimaz/RealTimeTextEditor
7eff8a816a1041a9f0469970e8ffa99f748a3af7
188fc213810e22d919f6821b44615bd2a97b953f
refs/heads/main
2023-08-10T17:08:13.798452
2021-09-19T08:17:14
2021-09-19T08:17:14
408,068,953
0
0
null
null
null
null
UTF-8
C
false
false
453
h
//{{NO_DEPENDENCIES}} // File di inclusione generato con Microsoft Visual C++. // Utilizzato da application.rc // #define IDI_ICON1 101 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 102 #define _APS_NEX...
[ "ing.mazzone.fabrizio@gmail.com" ]
ing.mazzone.fabrizio@gmail.com
62973938518ab9b65a1173e49d7927876698895a
df642cc9ff8a4c05824b530020ac73c2ea0f2995
/HeaderFiles/common.h
177d18a443227e7dc799c4da93cb0ee3ed74b46b
[]
no_license
KirillKurdyukov/URL-Router
62cf556195bfd830e7e8f7efda738444c38a18d9
23c17c1d4392458d2360018cded9d31e8045daa4
refs/heads/master
2022-11-08T00:34:58.187965
2020-07-02T15:11:22
2020-07-02T15:11:22
null
0
0
null
null
null
null
UTF-8
C
false
false
145
h
#pragma once #include <stdio.h> #include <stdlib.h> #include <string.h> typedef struct url_router url_router; #define ROUTER_DATA url_router *
[ "AntonAsmirko@yandex.ru" ]
AntonAsmirko@yandex.ru
bd12305460be5702a53730ae59fcfbf5c61c0dad
579be31ad693946fcdcce6845a32d658cced53dd
/tests/T017.h
617b10ee63299111048cfaa085782b3a355c37af
[ "BSL-1.0", "Apache-2.0" ]
permissive
tastyworks/vera
d3ed71bd399f2f1d72e7426d73da0b2444ef6b89
acf2e78c9724a9da6674431ca9e84d11cf49d4e1
refs/heads/master
2020-03-23T13:01:17.460719
2018-08-19T15:24:07
2018-08-19T15:24:07
141,595,383
0
0
BSL-1.0
2018-08-19T12:26:33
2018-07-19T15:02:26
C++
UTF-8
C
false
false
33
h
namespace { // some stuff here }
[ "gaetan.lehmann@gmail.com" ]
gaetan.lehmann@gmail.com
e9172b008e8c363d9a4b76b70c0fc29394504aef
f4ca96c0c67fd5e51329846fd34e1909a0e458b5
/184b.c
7c151b8fb3406a93ecbb58ad9765925ce7c34daf
[]
no_license
UniqueLJH/codeforces
503805d3708a29cd0fdca5ff8eb79778ddad3c7e
5affa97e086646fdac300034a2dd7fa0c2fdaaa2
refs/heads/master
2021-01-02T22:44:51.313991
2013-06-23T06:55:36
2013-06-23T06:55:36
null
0
0
null
null
null
null
UTF-8
C
false
false
640
c
#include<stdio.h> long long a[100]; long long p,q; long long cp[100],cq[100]; long long yuefen(int x) { long long a,b,temp; a=cp[x]; b=cq[x]; while (b!=0) { temp=b; b=a % b; a=b; } return a; } int main() { scanf("%ld%ld",&p,&q); int n; scanf("%ld",&n); ...
[ "jiahangli@hustunique.com" ]
jiahangli@hustunique.com
d9cf3193453c7ade03e9b14dd697d501fd785a08
543515287e8146e0f5273209a6e678d20264c37a
/T-Controller-12x_V5.1.c
ba377694aa52c2fb33e446b99a8540fcf240dfcf
[]
no_license
ChunChia/TemPID
f38b0454b4e9cb31c8f5313d7e66de5887a2174e
839fcc41cc9f8cb6886471e635492657002db06f
refs/heads/master
2020-05-17T11:55:19.118038
2015-01-24T03:09:07
2015-01-24T03:09:07
29,763,471
0
0
null
null
null
null
UTF-8
C
false
false
25,253
c
/* 12 Kanal Temperaturregler Version f¸r 4 LEDs/Kanal Der Temperaturregler besitzt 12 Kan‰le. Jeder Kanal liest die Temperatur eines Termocouple F¸hlers ¸ber den ADC ein, berechnet eine Stellgrˆfle mittels eines PID Reglers und ¸bergibt diese an einen Z‰hler, welcher daruas ein PWM Signal erzeugt. Das PWM Signal steuer...
[ "chenchunchia@gmail.com" ]
chenchunchia@gmail.com
4b83333b882fb8c7eef200bae907eff5a3fecbdb
6a8aaf9c16f4856532cf9acc14dd33a602ccc115
/src/tmx/Asn_J2735/src/r41/AccelSteerYawRateConfidence.c
4564e52098a03fa9d78b8792e2f0d9cc31c24e9f
[ "Apache-2.0" ]
permissive
RCVWPHASEII/V2I-Hub
ffcbfa6cb445bed281d1406b8b7cb7fa5b8beff8
5ed6d672b92257af60db0eb06ea32acfcf7c3674
refs/heads/master
2023-05-07T20:08:42.223640
2021-05-18T02:46:40
2021-05-18T02:46:40
360,922,301
0
2
NOASSERTION
2021-04-30T21:58:32
2021-04-23T15:07:10
null
UTF-8
C
false
false
2,913
c
/* * Generated by asn1c-0.9.27 (http://lionet.info/asn1c) * From ASN.1 module "DSRC" * found in "../J2735_R41_Source_mod.ASN" * `asn1c -gen-PER -fcompound-names -fincludes-quoted` */ #include "AccelSteerYawRateConfidence.h" static asn_TYPE_member_t asn_MBR_AccelSteerYawRateConfidence_1[] = { { ATF_NOFLAGS, 0,...
[ "zinkg@battelle.org" ]
zinkg@battelle.org
71c43413769214a6228ae785da4672e592da9ffd
b56b97702d481ed410b0943149f031efa2e319de
/L4/P6.c
f741328f5733f549d78ec188362f93c14d1c63ee
[]
no_license
vlad-pasat/TP
04b40f661a3520b61a00f0079e81c48ffc0f69d9
e72a02607ace44459f51a89248d0bd14edc97bfc
refs/heads/master
2021-03-04T03:37:17.588429
2020-03-30T17:29:02
2020-03-30T17:29:02
246,006,588
1
0
null
null
null
null
UTF-8
C
false
false
498
c
#include<stdio.h> #include<stdlib.h> /* Sa se realizeze un program care realizeaza suma a doua numerelor intr-o metoda separate de metoda main, iar aceea metoda returneaza un pointer. */ void Suma(int *a, int *b,int *s) { *s=*a+*b; } int main() { int *s,*a,*b; s=(int*)malloc(sizeof(int)); a=(in...
[ "noreply@github.com" ]
vlad-pasat.noreply@github.com
77a21de6a4fe359ec53937dabba838be608aef9d
08c02c2b6a9eaf8537fe50ca36ab4f74fd5bcd4d
/TasksModel/ex_done/ex12_sizeof_type.c
896e6beadfd913c536c9dc1e0ec742ed6f65b309
[]
no_license
ahmadsb/C-Cpp
582ee51ccd44a73089a564b685bf590453a3d1bf
a8903b80113566ca7616db255f584a10087631ff
refs/heads/master
2020-06-17T23:07:10.252948
2019-07-09T22:54:30
2019-07-09T22:54:30
196,093,051
2
0
null
null
null
null
UTF-8
C
false
false
296
c
#include<stdio.h> // ( ) of result SIZEOF_T important #define SIZEOF_T(var_type) \ ((char*)( (var_type*)0 + 1 ) - (char*)0 ) \ // -(char*)0 casting from char* to ld 'size_t' int main() { int a = 5; printf("sizeof of variable is : %ld\n", SIZEOF_T(double) ) ; return 0; }
[ "ahmadsb@post.jce.ac.il" ]
ahmadsb@post.jce.ac.il
eee9ada11db0a0811ec5aa23ae1ca05795be74f8
43b79f061daa7c1440a42b1a5b8a976466c78713
/src/thread_pool.c
ca1db221eebbd0897659220b56d4812d5ff33912
[ "MIT" ]
permissive
CodeOhms/cab403_parking_system
2bfcd37d8122aceec12ba89b41c5c11b8f06a9e7
662a2016efcbbc880874aa513e7a401397b94ac5
refs/heads/main
2023-08-27T14:27:44.739753
2021-11-01T12:47:18
2021-11-01T12:47:18
413,323,998
0
0
null
null
null
null
UTF-8
C
false
false
5,787
c
#include "thread_pool.h" /* format of a single request. */ typedef struct request_t { void *(*func)(void *); void *args; } request_t; void *handle_requests_loop(void *args); void thread_pool_init(thread_pool_t *self) { pthread_mutex_init(&self->request_mutex, NULL); pthread_cond_init(&s...
[ "codeohms@protonmail.com" ]
codeohms@protonmail.com
b86297819175fa1a3cc1be74758b1b7eec8ee77d
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/rtc/rtc-ls1x.c
ffa0871ff02ed149d96441a3e86a0e9a72cf6e91
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
5,485
c
/* * Copyright (c) 2011 Zhao Zhang <zhzhl555@gmail.com> * * Derived from driver/rtc/rtc-au1xxx.c * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, o...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
c8ffc5d3384b4fc23995b72a8ba6bdd62a13ae13
07ee84a7d0f9864aae7e5de5f8acf79d729230c1
/lib/third_party/mcu_vendor/renesas/rx_mcu_boards/rx_driver_package/v120/r_bsp/mcu/rx72t/vecttbl.c
201b669f1e552cd3be28cd18689685591d585b8b
[ "MIT" ]
permissive
renesas-rx/rx65n-cloud-kit
b846c5f9d9264718d5da847dfb47b05180a983b5
d4dc3a1771478a42c280f9ecc285a91c6e99f189
refs/heads/master
2020-06-30T11:32:42.002387
2019-08-28T08:03:55
2019-08-28T08:03:55
200,811,838
1
4
MIT
2020-03-08T01:10:24
2019-08-06T08:42:03
C
UTF-8
C
false
false
12,133
c
/*********************************************************************************************************************** * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No * other uses are authorized. This software is owned by Renesas Elec...
[ "vannam.dinh.xt@renesas.com" ]
vannam.dinh.xt@renesas.com
8d4737614237761d5d108e1aa5c6a3399cc6e2e9
8f6d5122248f364010fda8dbb4da82b6aa7fef16
/src/libpmem/pmem.c
7074901e20801941521e36ab5ba3037e2986c20d
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
gychen1991/pmem_nvml
2a48064fb4ad64f1338b111f3efc980a90211ae3
0ee8408f94191b5e98e10bd5cbd15104fb29c402
refs/heads/master
2021-01-17T17:39:24.892539
2016-10-10T19:40:20
2016-10-10T19:40:20
70,521,536
0
0
null
null
null
null
UTF-8
C
false
false
31,197
c
/* * Copyright (c) 2014-2015, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditions ...
[ "rbudhir@ncsu.edu" ]
rbudhir@ncsu.edu
8ac8e854618dc0784ed14d27f2b468157c276a2f
2fcfef6a85b8bc81b5a07a07acff293dabb49e19
/0x11-singly_linked_lists/0-print_list.c
590df91dc6e2605188aeb755141f6a5c8b5c4627
[]
no_license
anovacap/holbertonschool-low_level_programming
740f0c0c460ca32411a7bbdabbeee892871318c3
852f43b5bea431fdc9160276566d57994e501501
refs/heads/master
2021-07-07T18:31:25.867629
2019-01-23T23:53:13
2019-01-23T23:53:13
138,064,911
1
2
null
null
null
null
UTF-8
C
false
false
389
c
#include "lists.h" /** * print_list - prints all the elements of a list_t list * @h: struct list_t * Return: the number of nodes */ size_t print_list(const list_t *h) { size_t count = 0; if (h == NULL) return (0); while (h != NULL) { if (h->str == NULL) printf("[0] (nil)\n"); else printf("[%u] %s\...
[ "anovacap@yahoo.com" ]
anovacap@yahoo.com
1f2bc661a0f43987eb600c38777ee4f764e1fbd0
4198e205abfaab45ad9a6b6f4768fc82bfc2d1f8
/Exercises/ExercisesC/05Jan_Chapter04_1-3/3-HardDisks/static/Source/sample.c
2bc7131408b134ebd2fd7bac778ba320d2d2f8bb
[]
no_license
yifeimichelle/MOLSIM_2016
1e45e809572b8de9c8a0e3edca49c22fae884648
5910b74a002f5801f9da761f533b342fa2d8deed
refs/heads/master
2023-08-09T08:05:45.432660
2016-01-14T15:26:51
2016-01-14T15:26:51
null
0
0
null
null
null
null
UTF-8
C
false
false
1,704
c
#include <stdio.h> #include <stdlib.h> #include <math.h> #include "system.h" #define MAXIMUM_NUMBER_OF_BINS 1500 // samples the radial distribution function void Sample(int Option) { int i,j; static double Distribution[MAXIMUM_NUMBER_OF_BINS]; static double Count,Delta=0.0; double r2; VECTOR dr; FILE *Fil...
[ "meeechelle@gmail.com" ]
meeechelle@gmail.com
690fb771784d5e04fd90e4d370627e28347034ae
826e6bbf124911bbd2958a2707ac5eb2347af694
/dirinfo.c
3fee40250e95cd5a1b98e4e1ac56d62523ba8821
[]
no_license
shaeqahmed/dirinfo
bf257b98e6aaa9b6d7be38ef2d5e7f933c3a2235
fc66170da87b807d2c23924bda7f67f99178e294
refs/heads/master
2021-01-18T23:28:34.983062
2016-11-03T05:21:26
2016-11-03T05:21:26
72,699,357
0
0
null
null
null
null
UTF-8
C
false
false
949
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <dirent.h> #include <sys/stat.h> #include <sys/types.h> int getdirinfo(const char *name, int n){ DIR* dir = opendir(name); // if (errno) printf("Error #%d, %s\n", errno, strerror(errno)); struct dirent* dirc; struct stat data; ...
[ "shaeq.ahmed@gmail.com" ]
shaeq.ahmed@gmail.com
01eab221d53e3a580b6fdce9f330dd0781ae2156
361c35690ed6cd92b6d165174f577d690e1ba50a
/CODE/CUDAWinApp1/CUDAWinApp1/obj_parser.h
3d5b597550bb97ca5f76058e63531341db1e55f7
[]
no_license
gonchimaster/compgrafgpu
658ddbf767cebc999a99625c5e9ff3c19d2ae404
9091a2f2e49bc12ad935bb5132dffc152636ee03
refs/heads/master
2021-01-15T14:36:15.766171
2011-01-04T21:37:18
2011-01-04T21:37:18
32,115,265
0
0
null
null
null
null
UTF-8
C
false
false
2,397
h
#ifndef OBJ_PARSER_H #define OBJ_PARSER_H #include "list.h" #define OBJ_FILENAME_LENGTH 500 #define MATERIAL_NAME_SIZE 255 #define OBJ_LINE_SIZE 500 #define MAX_VERTEX_COUNT 4 //can only handle quads or triangles struct obj_face { int vertex_index[MAX_VERTEX_COUNT]; int normal_index[MAX_VERTEX_COUNT]; int texture...
[ "gonchimaster@15aacbec-c7e9-11de-8bd7-25a952cf5249" ]
gonchimaster@15aacbec-c7e9-11de-8bd7-25a952cf5249
264fd73a028f21c8bf23614e43e6ffffd1bdc0a4
a488c5ff2aa6831ca24e93ec43a2849662a10bc3
/cs2263/labs/lab6/L19src/pointsSeekBin.c
015e4238323097242a329ea96928af53fc3cf060
[]
no_license
StephenCole19/Summer2020
df9535881e2453fcff83776f051813ae395fdb23
f12f2f831d4ea15a91a679286a258d6dbe5d32e1
refs/heads/master
2022-11-07T12:26:26.479787
2020-06-20T18:50:10
2020-06-20T18:50:10
262,365,406
0
0
null
null
null
null
UTF-8
C
false
false
1,425
c
// C program demonstrating random access on a binary file // Based on https://www.geeksforgeeks.org/rand-and-srand-in-ccpp/ #include <stdio.h> #include <stdlib.h> #include <sys/time.h> #include <time.h> #include <math.h> #include "Point.h" // Driver program int main(int argc, char* argv[]) { // This program will crea...
[ "stephencole139@gmail.com" ]
stephencole139@gmail.com
f4b8d0957412f482a77d62d8338d81df3fa88414
b8e727e78feb01d19efdc0819037f2026388ca9f
/fitRootConverted/lumiEvgenyStyleNew_pPb.C
d082dd6ddc212e403b3e8ec89311df9947ec51bd
[]
no_license
siragoni/UPC_forward_pPb
a47d057ccb7838027a719a20f86a7542725b6769
0b27cfe65a552b8ead1d26a3425ce4652c5bd024
refs/heads/master
2021-06-19T08:29:13.515849
2021-04-29T10:16:17
2021-04-29T10:16:17
209,588,810
0
0
null
null
null
null
UTF-8
C
false
false
9,604
c
#include "TChain.h" #include "TH1D.h" #include "AliTriggerClass.h" #include "TFile.h" #include "TH2D.h" // #include "../task/runlist.txt" #include "TCanvas.h" #include "TLegend.h" // Int_t nRuns = 38; Int_t nRuns = 56; // Int_t runList[] = { // 267131, 267130, 267110, 267109, 267077, 267072, 267070, 267067, ...
[ "simone.ragoni@cern.ch" ]
simone.ragoni@cern.ch
c9556a3b15793528436101a847e3ae6a56bf21db
f9da1f8dbfc87c120816e820273ba0ffa9d7fd60
/opensmalltalk-vm/nsspursrc/vm/vmCallback.h
48d07f100fc48851175bc98104203c79d8b6debc
[ "MIT" ]
permissive
nicolaihess/pharo-vm
e7bc9131578c312375cbb2a8ebb7008203183448
15d911dc7eea568950b420b3347dd4a56ffcb1ff
refs/heads/master
2021-01-24T03:48:16.761695
2017-03-19T10:56:21
2017-03-19T10:56:21
14,908,644
0
0
null
2014-11-27T20:05:52
2013-12-03T23:17:12
C
UTF-8
C
false
false
751
h
/* Automatically generated by CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1992 uuid: 6feb3008-c996-4d53-b572-55c31a5b58dc */ #define VM_CALLBACK_INC 1 typedef struct _VMCallbackContext { void *thunkp; sqIntptr_t *stackp; sqIntptr_t *intregargsp; double *floatregargsp; void *savedCStackPointer; void *saved...
[ "estebanlm@gmail.com" ]
estebanlm@gmail.com
90d7a8706d6f26e7e69707483f5e41fc3b44acb4
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE78_OS_Command_Injection/s08/CWE78_OS_Command_Injection__wchar_t_listen_socket_execlp_05.c
7436a4e8026c31f6ead30ffdef1d59f156152a3d
[]
no_license
Sporknugget/Juliet_prep
e9bda84a30bdc7938bafe338b4ab2e361449eda5
97d8922244d3d79b62496ede4636199837e8b971
refs/heads/master
2023-05-05T14:41:30.243718
2021-05-25T16:18:13
2021-05-25T16:18:13
369,334,230
0
0
null
null
null
null
UTF-8
C
false
false
7,154
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__wchar_t_listen_socket_execlp_05.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-05.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: listen_socket Read data using a listen...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
71ed0366a78ed147aa1c54a49f16798a348abf1b
a9dbba870042e161057afe0d6bbd9e2dd9a1f9fc
/process.chap7-8/wait.c
13634c7f678dbeea81f6f6b0dc1b94fe83fbfd05
[ "MIT" ]
permissive
sokrato/apue
ba1881630b25214726d659267a40a4b0a963a12d
f146eeec2a077f7053a4e48906e39df262710cbf
refs/heads/master
2021-05-29T00:53:01.467585
2014-03-24T06:15:09
2014-03-24T06:15:09
null
0
0
null
null
null
null
UTF-8
C
false
false
2,001
c
#include <stdio.h> #include <sys/wait.h> #include <unistd.h> #include <stdlib.h> #include <time.h> void prexit(stat) { if (WIFEXITED(stat)) printf("normal termination, exit status = %d\n", WEXITSTATUS(stat)); else if (WIFSIGNALED(stat)) printf("abnormal termination, signal = %d %s\n", WTERMSIG(...
[ "dlutxx@gmail.com" ]
dlutxx@gmail.com
910b6968478a91cebd7c00a1c1003796c5cda66e
bfbe9b903c385c3081215bd2f47e91672a8a07f9
/tmc/multifun.c
ed526eb279b50f40d259085f6923cba0aa547694
[ "MIT" ]
permissive
nilqed/xsiTM
72447a094aff5e0b8330750bb0a9827937f1b118
ee84d89e95023a600fab19ce149578dd67d1a7f5
refs/heads/master
2020-03-27T18:36:33.781568
2018-08-31T20:27:52
2018-08-31T20:28:03
146,932,468
1
0
null
null
null
null
UTF-8
C
false
false
56,963
c
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.24 06/05/06 */ /* */ /* ...
[ "nilqed@gmail.com" ]
nilqed@gmail.com
d28304d1470dcf125b926f2ec998b471304db632
e8bf11be8ff4bab7a618ad65e72aa88768ddf436
/yodl/yodl/gramatexit.c
07fe7168594cafaf7f66dacaa2d24f7034f456f4
[]
no_license
fbb-git/yodl
1681164720639ec4409cac36ce97f9824e19fedc
f9610096945c8d4a97e5a1dfd3de759bcb66725d
refs/heads/master
2020-12-29T02:22:07.306084
2018-06-25T13:11:55
2018-06-25T13:11:55
41,350,253
24
3
null
2016-07-11T20:32:00
2015-08-25T07:38:53
C
UTF-8
C
false
false
409
c
#include "yodl.h" void gram_ATEXIT () { char *text; parser_push_fun("ATEXIT"); text = parser_parlist(&parser, COLLECT_SET); if (message_show(MSG_NOTICE)) message("ATEXIT %s", string_short(text)); parser_atexit(&parser, text); /* consumes text no */ ...
[ "f.b.brokken@rug.nl" ]
f.b.brokken@rug.nl
40c4c645d51cad1fb738a40644d0bd43f7abd895
7ddcbb468a35f4990c2111fa77e970a14f187b39
/user/ac/ac_out.h
50c6fc2d3f7c886da25101df1d127b1c7c238bf4
[ "MIT" ]
permissive
ZigmundRat/MeterLogger
b4041b152d8a4bbe9a1f94461aac62629d0c2516
1a159325728de585e23553b17304d0e8e124c0c8
refs/heads/master
2023-06-26T15:17:04.242016
2023-05-01T00:06:04
2023-05-01T00:06:04
140,458,720
0
0
MIT
2021-02-12T21:50:21
2018-07-10T16:17:34
C
UTF-8
C
false
false
375
h
#define AC_TEST_TIMER_INTERVAL 12000 ICACHE_FLASH_ATTR void ac_out_init(); ICACHE_FLASH_ATTR void ac_test(); ICACHE_FLASH_ATTR void ac_motor_valve_open(); ICACHE_FLASH_ATTR void ac_motor_valve_close(); ICACHE_FLASH_ATTR void ac_thermo_open(); ICACHE_FLASH_ATTR void ac_thermo_close(); ICACHE_FLASH_ATTR void ac_thermo_p...
[ "stoffer@skulp.net" ]
stoffer@skulp.net
4d1583c339e18a1b5eb5a5eb6d9bf00de282e542
ac6ff25be62add07205f90702552085447fb863b
/main.c
e6841a85e1c689dba3fd174d79c1472b5f082bbf
[]
no_license
Symbiomancer/TinMan
cf28ec84d7c744cca105f47e55bce0f5900895f0
74edc4303b4551810ccd11c247e66bab02b52817
refs/heads/master
2021-05-29T19:58:07.528008
2015-11-06T05:29:35
2015-11-06T05:29:35
null
0
0
null
null
null
null
UTF-8
C
false
false
1,507
c
#include "probability.h" #include <stdlib.h> #include <stdio.h> #include "hash.h" int main(){ int a; /* for(a = 0; a < 10; a++){ printf("Factorial of %d: %d\n", a, factorial(a)); } char * c = "Emrakul, The Aeons Torn"; char * d = "Ulamog, The Endless Hunger"; struct nlist list; char e...
[ "evanusa@cs.umd.edu" ]
evanusa@cs.umd.edu
9a0ee176bf760a9da53bed85ce7d48af7bf0c22b
3385445ac830d258de2884b870d1341996d264cd
/mdsplus/tdishr/cvtdef.h
7c216dca32ad90c3122875796a350b2b08905891
[]
no_license
petermilne/mdsshell
a2824ea363d14b5629fa31aa14d24076215b5375
888a5c8ac61f932aee3630890131227d92bf37f8
refs/heads/master
2023-05-11T14:35:30.767863
2023-04-04T09:28:19
2023-04-04T09:28:19
51,762,958
0
1
null
2019-02-20T08:54:06
2016-02-15T14:59:59
C
UTF-8
C
false
false
1,797
h
/********************************************************************************************************************************/ /* Created: 28-DEC-1995 08:04:14 by OpenVMS SDL EV1-33 */ /* Source: 28-DEC-1995 08:03:53 HARPO$DKA400:[SYS0.SYSUPD.CC052]CVTDEF.SDI;1 */ /*********************************************...
[ "peter.milne@d-tacq.com" ]
peter.milne@d-tacq.com
c4ce49eb75f3e829fb32442f1a5f330300a964d3
871a763fe66a10c02e1e5dcdb797e25589c474f7
/cromemcosim/srcsim/memory.h
fe56912fd0430796d26290425852377fc326a1dc
[ "MIT" ]
permissive
zx70/z80pack
9c292607290ae04d55956eb6556ca7f37a5a54c9
efe856da5932feedb9591be0dfea220e5c84dcdd
refs/heads/master
2023-06-18T23:31:18.478183
2021-07-16T07:32:07
2021-07-16T07:32:07
null
0
0
null
null
null
null
UTF-8
C
false
false
1,867
h
/* * Z80SIM - a Z80-CPU simulator * * Copyright (C) 2016-2019 by Udo Munk * * This module implements memory management for a Cromemco Z-1 system * * History: * 22-NOV-16 stuff moved to here and implemented as inline functions * 03-FEB-17 added ROM initialisation * 18-MAY-18 optimization * 18-JUL-18 use log...
[ "udo.munk@freenet.de" ]
udo.munk@freenet.de
7ce1657e88c95795bb1630639b1cc0f7b29201e1
56391cc3b170c632a9281d04d49b165b968a2384
/Ourwares/SerialTaskReceive.c
e41e97db7a4b8757b5955eccb26cd963801e6786
[]
no_license
generator-control/genfieldf4
857e2f90047fa76091a08a4f7cfbb253a206152d
e9c9391310d93a00786097546105a852e04cade3
refs/heads/master
2022-12-27T07:38:06.410787
2020-09-27T16:13:59
2020-09-27T16:13:59
299,067,820
0
0
null
null
null
null
UTF-8
C
false
false
16,137
c
/****************************************************************************** * File Name : SerialTaskReceive.c * Date First Issued : 01/21/2019 * Description : Serial input using FreeRTOS/ST HAL *******************************************************************************/ #include "FreeRTOS.h" #...
[ "dhaselwood@verizon.net" ]
dhaselwood@verizon.net
4bec6d894ceca3cdf31923f166622c71915c1248
69e46d557c0267bfab67d0c7210b463df67800ca
/uC/GNU/OS-III/Source/os_tmr.c
9c1c6fc32ba312699e287c801ffcefe42eaeb4fb
[]
no_license
LeoWPereira/Micrium-III_IAR_and_GCC
cc6b69dd7753178191f65420149ee12848da658f
60044a3246c1b8324c8d6b81b91d4b85bf28a61d
refs/heads/master
2020-04-17T09:22:51.471055
2016-08-29T17:05:24
2016-08-29T17:05:24
66,587,165
1
0
null
null
null
null
UTF-8
C
false
false
40,439
c
/* ************************************************************************************************************************ * uC/OS-III * The Real-Time Kernel * * (c) Copyright 2009-2012...
[ "leonardo.pereira@intranet.agres" ]
leonardo.pereira@intranet.agres
efedd25750e972c60d63dd597e327a9827410a1a
ede0078bcdbfc4d04300355bdbc427a0e88a26ca
/echosv.c
bc4ef566c959e90ad548936b4d60ba6b24520a5b
[]
no_license
MuzWan/Solo-project
117f82cdd16845cdba7f921a97523dd57ef93c11
b984321053cc9443cebb8c666dc2a28fea2e56ad
refs/heads/main
2023-09-05T21:30:02.691851
2021-11-21T14:18:38
2021-11-21T14:18:38
430,371,784
0
0
null
null
null
null
UTF-8
C
false
false
1,201
c
#include <arpa/inet.h> #include <stdio.h> #include <string.h> #include <sys/socket.h> #include <unistd.h> int main(int argc, char *argv[] ) { int socket_desc, new_socket,c,msg_size; struct sockaddr_in server, client; char cl_msg[20000]; //create socket socket_desc=socket(AF_INET,SOCK_STREAM,0); if(socket_desc==-1) {...
[ "muzwan98@gmail.com" ]
muzwan98@gmail.com
f989e2facfc8ab26599791af014f28e5269bfcc8
26b466093592bc85e8a38cbdeb553e3016510c7d
/Programming-In-C/Ch.2-Compiling-and-Running-Your-First-Program/3ex6.c
d496967c99259192738aa77b630dc517b9d18ab2
[]
no_license
eatingNumbers/CS-50-Harvard
4d76e4c7079c16a9863bb9b1fc010df2e5347372
dc7e641ffd537d3a2c856d4181a6212b11414f39
refs/heads/master
2020-12-12T23:46:21.686210
2017-02-28T01:55:32
2017-02-28T01:55:32
52,897,276
0
0
null
null
null
null
UTF-8
C
false
false
188
c
#include <stdio.h> int main (void) { int answer, result; answer = 100; result = answer - 10; printf ("The result is %i\n", result + 5); return 0; }
[ "deanlaurea@icloud.com" ]
deanlaurea@icloud.com
08c409d08a77194a225ae8961a83d5477a736e56
1e1a6d6eddcf28d0eec77de85fa9da69a8dde735
/DLA/KNL/knl_benchmark/kernel/17.17x4kernel31x8x0_93x20000x585_496+176.c
3449d08c38700c56d067a9c1bcc51a8d71e3f132
[]
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 496 #define L1_DIST_B 176 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
d301a5450c65787074c4621c1c246920e0be219d
1ad327bc84dd4419557187264f46748f71781593
/hacker6/forest.c
b350ee1675784d1ee40783ed9e5391ca4b9394c6
[ "MIT" ]
permissive
emilievergauwe/CS50
d37b69f6090a216fb7d6b4c4e98a6cae99d1d5a6
afe53e44c4f08ea040c93829c05b33adafa6feeb
refs/heads/master
2022-03-07T06:52:41.171740
2015-11-08T00:35:11
2015-11-08T00:35:11
306,625,906
0
0
MIT
2020-10-23T12:13:14
2020-10-23T12:13:14
null
UTF-8
C
false
false
3,040
c
/**************************************************************************** * forest.c * * Computer Science 50 * Problem Set 6 * * Implements a forest for Huffman trees. ***************************************************************************/ #include <stdbool.h> #include <stdlib.h> #include "forest.h" #...
[ "e.poot@evolutionhost.nl" ]
e.poot@evolutionhost.nl
0078384fffebc79fede3537c98cb05a6f3b292d5
c3ef00c90bdd6b4d04ab414dcc5ad09f90bd1ece
/receiver_GetIndexOfMac.c
249108972b209c2ebc61ae5a8987a5c79b6317cc
[]
no_license
007santosh/Exploring_Routing_Protocol
9757b4e0c6f0bf8ab699f334bfe7d08e15be4f0c
51c1938e96502d8bb25c460713a36f5b75754ac8
refs/heads/master
2020-12-24T18:22:49.088915
2016-05-25T08:44:33
2016-05-25T08:44:33
59,646,238
0
0
null
null
null
null
UTF-8
C
false
false
251
c
#include "receiver.h" #include "network.h" int getIndexOfMac(char *strBuffer){ int nAsciiAdd=0,i,nLength; nLength=(int)strlen(strBuffer); for(i=0;i<nLength;i++) nAsciiAdd+=strBuffer[i]; nAsciiAdd*=41; return nAsciiAdd%MAX_HOST; }
[ "santy@localhost.localdomain" ]
santy@localhost.localdomain
f84fdf65ace11c48726516f6e40fe28660e5f978
ada045898d6490e5b6c3930feaa533025389e8a6
/test/smoke_test/return-type-detection.c
2d671f43038559825001c40a3462c639d5782e91
[ "LicenseRef-scancode-generic-cla", "NCSA", "LLVM-exception", "Apache-2.0" ]
permissive
Alkaid-Benetnash/llvm-mctoll
fbb46592238ca4bece3df20d0dec3e15bea8b7b9
3116eb8f503db5d26f44a9557a8e14623259514e
refs/heads/master
2020-07-17T04:01:18.136767
2019-08-27T16:39:46
2019-08-27T16:39:46
205,938,001
1
0
Apache-2.0
2019-09-02T21:17:50
2019-09-02T21:17:50
null
UTF-8
C
false
false
783
c
// RUN: clang -o %t %s // RUN: llvm-mctoll -d %t /* Test generated .ll file */ // RUN: cat %t-dis.ll | FileCheck %S/Inputs/return-type-detection-ll /* Test execution of raised binary */ // RUN: clang -o %t1 %t-dis.ll // RUN: %t1 2>&1 | FileCheck %S/Inputs/return-type-detection-dis-run /* This tests correct detection o...
[ "Bharadwaj.Yadavalli@microsoft.com" ]
Bharadwaj.Yadavalli@microsoft.com
e1f73286b22db4c0f3eb8b5919c06550f36d5eab
f89872ca9f16c44b3e900edbcbdedd98ded9607c
/src/reverse.c
f35f823d3d46b58bf05c2e3727e2220bb80ac2e1
[]
no_license
hasniw/fillit
90e6e950fef88f464ab512ddbe0acf5c7f77f444
507fdb51b472aa4574a8229c1a9cc158edfc14d2
refs/heads/master
2020-04-27T14:11:51.631623
2019-07-11T02:42:30
2019-07-11T02:42:30
163,455,567
0
0
null
null
null
null
UTF-8
C
false
false
1,833
c
#include "lem_in.h" int find_source(char *map, int u, int v, int size) { int i; if (u == 0 || v == 0) return (1); i = 0; while (i < size) { if (map[size * u + i] == '2' && i != v) return (find_source(map, i, u, size)); i++; } return (0); } void get_adj_vertice(char *map, int v, int size, int *val1, ...
[ "wassim.hasni42@gmail.com" ]
wassim.hasni42@gmail.com