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
02f0628abcba1cf0327ae477fd3d64faf0bdebe7
9d880bfe8678370614b3cbd5215288ccba52b3c8
/modules/drivers/char/brcm/fuse_ril/bcm_kril_callctrl_handler.c
c4016fcea4b7308222fb29ab33a9d0a8248d4a98
[]
no_license
EricJK/android_kernel_zte_V768
c625f1f3ed3866e3fedcedd7c2b5aaabcceea450
a7785c75ed0e814f1edc844be824c027c624de56
refs/heads/master
2020-12-24T14:53:50.035839
2014-04-12T23:30:29
2014-04-12T23:30:29
null
0
0
null
null
null
null
UTF-8
C
false
false
83,966
c
/**************************************************************************** * * Copyright (c) 2009 Broadcom Corporation * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to you * under the terms of the GNU Ge...
[ "ultravioletnanokitty@gmail.com" ]
ultravioletnanokitty@gmail.com
5ab2dd6d2259a41abf5226ff7b76c0ccd5acaa7a
ddd2f66396f4d8e5197cf46208fae7079ced311a
/Linked_list/Doubly_linked_List/reverse_dll_in_grp.c
bf52fab9044fc5aab5e1382947ba8c46bdc99992
[]
no_license
neelkanjariya1996/Data-Structures
63c6025ea0065f45e37c43d04585a6a8cbe66baf
c88d03f6ec531405e758d182a7ad54a9b4682ea3
refs/heads/master
2020-04-17T13:22:13.785249
2019-11-08T07:17:11
2019-11-08T07:17:11
166,612,815
0
0
null
null
null
null
UTF-8
C
false
false
1,071
c
#include <stdio.h> #include <stdlib.h> typedef struct list_node_t_ { int data; struct list_node_t_ *prev; struct list_node_t_ *next; } list_node_t; list_node_t* create_node (int data) { list_node_t *new_node = NULL; new_node = malloc(sizeof(list_node_t)); if (!new_node) { return NULL; } new_node->d...
[ "neelkanjariya1996@gmail.com" ]
neelkanjariya1996@gmail.com
1e1e8904a38db62034240cd7ed87aa02ab07485f
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/xnnpack/src/src/qu8-igemm/gen/qu8-igemm-2x8-minmax-rndnu-neon-mlal-lane.c
95c266b5fcd1b3b6ee58c7f2db1b14ab27d02f21
[ "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "BSD-3-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C
false
false
15,776
c
// Auto-generated file. Do not edit! // Template: src/qs8-igemm/neon-mlal-lane.c.in // Generator: tools/xngen // // Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <arm_neo...
[ "jengelh@inai.de" ]
jengelh@inai.de
6cb9eb39f3fa0632fdbe8c68fad5a566c888037d
501086ada8aa6a3604c09a0e02cbf36023c04241
/hw4cx/pzframes/ottcam_data.c
9759b905b2e6d229aba113067ee1fa0efef6f191
[]
no_license
femanov/CXv4
770c62929d871a229d0b88bc8b4eaea57d4df49f
e312a223a66ba96a2eb97a344361d9a9eca10935
refs/heads/master
2023-07-05T23:20:05.227388
2023-06-28T10:24:36
2023-06-28T10:24:36
87,164,134
0
2
null
null
null
null
UTF-8
C
false
false
2,590
c
#include "vcamimg_data.h" #include "ottcam_data.h" #include "drv_i/ottcam_drv_i.h" enum { OTTCAM_DTYPE = CXDTYPE_UINT16 }; static pzframe_chan_dscr_t ottcam_chan_dscrs[] = { [OTTCAM_CHAN_DATA] = {"data", 0, PZFRAME_CHAN_IS_FRAME | PZFRAME_CHAN_MARKER_MASK, OTTCAM_...
[ "femanov@gmail.com" ]
femanov@gmail.com
5b7480ff3ea88939c6ba58ad47fbd5980a942b33
523229dd4d54b34106ae828be62e896ed4becbcb
/kernel-headers/linux/msm_mdp_ext.h
24b9822d89f5fcc7ed5d611b50eafa2142733378
[]
no_license
braindead2408/device_xiaomi_mido
2815371524e3b74457463f2c5359bf7340dbfc84
a8f7b1b0811b614ae52d39170b7751c61d34313f
refs/heads/master
2023-01-07T02:35:18.755760
2020-02-02T08:30:50
2020-10-12T08:54:27
null
0
0
null
null
null
null
UTF-8
C
false
false
19,670
h
#ifndef _MSM_MDP_EXT_H_ #define _MSM_MDP_EXT_H_ #include <linux/msm_mdp.h> #define MDP_IOCTL_MAGIC 'S' /* atomic commit ioctl used for validate and commit request */ #define MSMFB_ATOMIC_COMMIT _IOWR(MDP_IOCTL_MAGIC, 128, void *) /* * Ioctl for updating the layer position asynchronously. Initially, pipes * should ...
[ "faizel326@gmail.com" ]
faizel326@gmail.com
cbb84c58f6d4209a2c1f74cf698857a3cebeb8e0
29368fb88fc557b8481087000c62872999cb521d
/aix-4.1.3/bos/usr/ccs/bin/as/POWER/makeops.c
125a529255bbff1f5603ac0e409283b6abce0b19
[]
no_license
legacy-codedigger/aix-4.1.3
07101a0795fe56fe97e8fe06d469142bb65371d5
2f37969bee9c0fb7c0a2490e5a82533acac03d39
refs/heads/master
2022-05-17T01:18:52.520939
2020-04-25T00:38:20
2020-04-25T00:38:20
258,655,180
0
0
null
null
null
null
UTF-8
C
false
false
9,252
c
static char sccsid[] = "@(#)67 1.2.1.1 src/bos/usr/ccs/bin/as/POWER/makeops.c, cmdas, bos411, 9428A410j 5/10/93 15:17:41"; /* * COMPONENT_NAME: (CMDAS) Assembler and Macroprocessor * * FUNCTIONS: * * ORIGINS: 3, 27 * * This module contains IBM CONFIDENTIAL code. -- (IBM * Confidential Restricted when combin...
[ "zahir.meddour@protonmail.com" ]
zahir.meddour@protonmail.com
faf276ff011fac11cf0d8601a93dcdc9179ac9bf
ccf500b6aed04bc397c267595154e0452ce7d656
/JoinServer_classes.h
50ad460fb665bcc6a1b3dba50b8332673de01c6f
[ "MIT" ]
permissive
NotDiscordOfficial/Fortnite_SDK
775361ea044a22f508c0a8b42eb9ffdf12662aca
58f8da148256f99cb35518003306fffee33c4a21
refs/heads/main
2023-05-25T23:47:11.201029
2021-06-09T03:55:35
2021-06-09T03:55:35
375,217,755
0
1
null
null
null
null
UTF-8
C
false
false
744
h
// WidgetBlueprintGeneratedClass JoinServer.JoinServer_C // Size: 0x4f0 (Inherited: 0x4e0) struct UJoinServer_C : UFortUIStateWidget_JoinServer { struct FPointerToUberGraphFrame UberGraphFrame; // 0x4e0(0x08) struct UBuildWatermark_C* BuildWatermark; // 0x4e8(0x08) void OnEnterState(enum class EFortUIState Previous...
[ "83149379+NotDiscordOfficial@users.noreply.github.com" ]
83149379+NotDiscordOfficial@users.noreply.github.com
f5d661546e53c65b84f0d9e9d6f16c4360af97f2
6be12d1349275e0904d40c880ce1af95e3b3f4e2
/String/Array.c
0c2d61d2ab6301641191a6c8d970cc608f3bbb14
[]
no_license
Arunkumarvallal/C_program
d5e893f01a7488d1b08ed18696fc1317b3e3a718
4ffdbb83335916ff7c5ab813b8c6b581ecdefebc
refs/heads/master
2020-05-27T20:03:01.255593
2019-06-26T12:58:15
2019-06-26T12:58:15
188,772,021
2
0
null
null
null
null
UTF-8
C
false
false
188
c
#include<stdio.h> void fn(char arr,int data){ printf("%c",arr); printf("%d\n",data); } int main(){ int ar[]={1,2}; char arr[]={"HELLO"}; printf("%u\n",ar); fn(arr[0],ar); }
[ "kumarkavin99@gmail.com" ]
kumarkavin99@gmail.com
11e947d7c746c096afc881fa361db8ab4598cbc7
3adab4a72f01b106ef1cd81287f2813d7f027a60
/brp_test.c
2fefc07a936e50c2ce0837837a79af8e87f9a216
[ "ISC" ]
permissive
kisom/libbrp
9aac72524094ab98df011aa87587f5b0e3c6bf8d
c02092ac2cc62b0987ff86b9fb61e1f705fa8ba0
refs/heads/master
2021-01-19T08:16:42.747549
2013-12-02T07:51:53
2013-12-02T07:51:53
null
0
0
null
null
null
null
UTF-8
C
false
false
2,604
c
/* * Copyright (c) 2013 Kyle Isom <kyle@tyrfingr.is> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE ...
[ "kyle@tyrfingr.is" ]
kyle@tyrfingr.is
7fc859fafe360d07d421be8383c71d3d63d807a4
a2c5dcd0493fbfc69c8823597896195e53361071
/libraries/libiconv/utf32be.h
1d33772ecbe89e364162b583466acd2aed4f99b3
[ "Artistic-1.0", "Artistic-2.0" ]
permissive
enzo1982/smooth
673fed6eb977ce6e10c9ea3ffe54126561bc041e
3b8dd663dcd794b7eb6944a309d21b9bef114a58
refs/heads/master
2023-07-09T20:02:56.901359
2023-07-02T19:57:13
2023-07-02T20:03:31
100,875,066
26
13
Artistic-2.0
2023-01-29T23:56:56
2017-08-20T16:44:58
C
UTF-8
C
false
false
1,627
h
/* * Copyright (C) 1999-2001, 2016 Free Software Foundation, Inc. * This file is part of the GNU LIBICONV Library. * * The GNU LIBICONV Library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; eith...
[ "robert.kausch@freac.org" ]
robert.kausch@freac.org
c5eb6b375fb8fb5dee6c5dadd2d47b0ff011bb58
59097ec18ec52864ee5036000504ad5533a457d7
/kernel/liteos_a/net/lwip-2.1/enhancement/include/lwip/dhcps.h
261938ee6f70ec0ccca1aa730ad4a5c49ac20965
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
xusiwei/bearpi-hm_nano
f68e58ecf5b67b7dcc4722bb2cb52dc464c52588
3ee5b0f9097b19dae89713908500b8dd855c4238
refs/heads/master
2023-01-22T10:12:11.419103
2020-12-10T06:43:16
2020-12-10T06:43:16
320,219,536
0
0
null
null
null
null
UTF-8
C
false
false
2,493
h
/* * Copyright (c) 2013-2019, Huawei Technologies Co., Ltd. All rights reserved. * Copyright (c) 2020, Huawei Device Co., Ltd. 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. Redistrib...
[ "amdin@bearpi.cn" ]
amdin@bearpi.cn
43cdfc0d6127611d4fef32b2934403017f01b240
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/mm/extr_memory.c_free_p4d_range.c
1a575ca9f8e91883521def7d5d465126a6074df9
[]
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,727
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
dee6935bb7cb19a1fa2d93ba304a36eac6681818
fca7866db739071fb0f39a57eea00a94aade165e
/preprocess.c
5ecafe2864515cb5836b50b11c4684b70ac481f7
[ "LicenseRef-scancode-public-domain", "MIT", "SunPro", "BSD-2-Clause" ]
permissive
benezan/spin2cpp
298b569f10503865557e12b5fade4ed2d9eaca74
f411416bc86e7fcf67bdffa53dfe59a1d22e2d20
refs/heads/master
2022-06-09T05:12:42.441440
2020-05-10T22:09:48
2020-05-10T22:09:48
null
0
0
null
null
null
null
UTF-8
C
false
false
27,070
c
/* * Generic and very simple preprocessor * Copyright (c) 2012-2019 Total Spectrum Software Inc. * MIT Licensed, see terms of use at end of file * * Reads UTF-16LE or UTF-8 encoded files, and returns a * string containing UTF-8 characters. * The following directives are supported: * #define FOO - simple macro...
[ "ersmith@totalspectrum.ca" ]
ersmith@totalspectrum.ca
c6178ac7374701b8a12297ec0e75a810859e68a4
ec78e401e2c17974cfa651236f9b50407c36af08
/linear.search.c
415e8a8acc430e7f0446394d7944aa0e59a2acdb
[]
no_license
Karlmusingo/gtc-meetup
5146909ba8f2b9c558de21103f61997c73d7305c
9427b9dbf84624e660cc4de1347764c4aedec864
refs/heads/main
2023-07-16T01:47:32.156707
2021-08-21T17:43:35
2021-08-21T17:43:35
398,621,319
0
0
null
null
null
null
UTF-8
C
false
false
1,158
c
/* Program to implement linear search and Binary search */ #include <stdio.h> #include <time.h> #include <stdlib.h> /* LINEAR SEARCH */ void linear_search(int search_value, int array[100], int n) { /*Declare Variable */ int i, location; int msec = 0, iterations = 0; /* 10ms */ clock_t before = clock(); p...
[ "karlemusingo@gmail.com" ]
karlemusingo@gmail.com
4c86770f1c08f6ed55d5002dfe3a07ec36a5f669
b0da51354ec662292efe2339988545f4737a9553
/code/extlibs/libjpeg/jmorecfg.h
e0b2858dd2acd55897af2f3a35228305d37393d0
[ "IJG", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
Core-Game-Project-2016/nebula-trifid
9a49d7ae5d896a28e11805ba1404b743add2e9d6
2f1b1d6986a049b4d133d65bef6c0aeb674e1a94
refs/heads/master
2021-01-22T00:29:10.314856
2016-05-27T23:05:01
2016-05-27T23:05:01
55,078,691
0
1
null
2016-05-20T15:32:12
2016-03-30T16:23:52
C++
UTF-8
C
false
false
12,557
h
/* * jmorecfg.h * * Copyright (C) 1991-1997, Thomas G. Lane. * Modified 1997-2011 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains additional configuration options that customize ...
[ "johannes@gscept.com" ]
johannes@gscept.com
bb3eff88ff5274f575150c43fbeea0ac940b7504
7464b68525fdb2503e37024ff048cf244e6c6b27
/tdr/cotxe_fantastic.c
6c44d311dea63e72ef178b9555114e0a85692c4c
[]
no_license
ignasisant/TDR---Self-Balancing-Robot
5fcd69b63bc7516a1ca551b4ab61de7aebbdfaf4
e67a34071e5e6d45298f99e642cfb3bd3c4e16ba
refs/heads/master
2020-12-10T17:46:04.922470
2020-01-13T18:43:11
2020-01-13T18:43:11
233,664,376
0
0
null
null
null
null
IBM852
C
false
false
433
c
#include <16F877.h> #fuses HS,NOWDT,NOPROTECT,NOLVP #use delay(clock=4000000) void main(void) { int1 x=0; int8 a; // a serveix per saber si hem d'avanšar enrere o endevant int1 k = 0; // k serveix per avanšar output_d(0); a = 1; while(1) { if (input(PIN_B5) == 1) { output_d(a); if (k == 0)a*=...
[ "ignasi.sant@est.fib.upc.edu" ]
ignasi.sant@est.fib.upc.edu
ee6a9bf8038432f73056730372ef409c933b02cc
230764d82733fac64c3e0eae1ce0a4030965dc4a
/third_party/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.c
5d199127d763f46f57a4b0391392c3de3538b8b3
[ "LGPL-2.0-or-later", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-warranty-disclaimer", "GPL-1.0-or-later", "GPL-2.0-only", "LGPL-2.0-only", "LGPL-2.1-only", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "BSD-3-Clause" ]
permissive
isabella232/aistreams
478f6ae94189aecdfd9a9cc19742bcb4b4e20bcc
209f4385425405676a581a749bb915e257dbc1c1
refs/heads/master
2023-03-06T14:49:27.864415
2020-09-25T19:48:04
2020-09-25T19:48:04
298,772,653
0
0
Apache-2.0
2021-02-23T10:11:29
2020-09-26T08:40:34
null
UTF-8
C
false
false
80,032
c
/* GStreamer * Copyright (C) 2009 Edward Hervey <edward.hervey@collabora.co.uk> * 2009 Nokia Corporation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * v...
[ "dschao@google.com" ]
dschao@google.com
2350f3350edc872cb196120374173b8be6315770
fdc4b39ee8719858693ef37525ff5ed1223dcda9
/src/asn/Fulfillment.c
3538bdb466d7989f89a294da25dcaa8b990714a2
[]
no_license
jl777/libcryptoconditions
12a085aadaa1300394842ab85c55b590130c0797
a66721b4168bcd335f88d1a1070b41169ff7db7a
refs/heads/master
2021-08-20T07:48:37.315876
2017-10-19T18:16:49
2017-10-19T18:16:49
114,222,981
3
0
null
2017-12-14T08:24:00
2017-12-14T08:24:00
null
UTF-8
C
false
false
3,131
c
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "Crypto-Conditions" * found in "../../ext/crypto-conditions/src/asn1/CryptoConditions.asn" */ #include "Fulfillment.h" static asn_TYPE_member_t asn_MBR_Fulfillment_1[] = { { ATF_NOFLAGS, 0, offsetof(struct Fulfillment, choice.preimage...
[ "scott@alphanode.co" ]
scott@alphanode.co
8ed6122eb09be98e321c117da4a6bda4492f9288
e7d21d9027c9024bacd4620ee93ad8a8cf066d0a
/Lab 2 - IP Addressing/Part 2/Ping/Ping.c
b13a2fbe42928be69602da500390b7d15b0b15d4
[]
no_license
Cjkeenan/ECE_4303L
0003e7eacf53bd15508ea27b0766cdecad5acde7
9bf14e61382af8898bd6bc3a5275d09955974fa2
refs/heads/master
2020-12-23T20:07:14.864706
2020-03-12T08:00:45
2020-03-12T08:00:45
237,259,451
0
0
null
null
null
null
UTF-8
C
false
false
5,833
c
// // PING.C -- Ping program using ICMP and RAW Sockets // #include <stdio.h> #include <stdlib.h> #include <winsock.h> #pragma comment(lib, "Ws2_32.lib") #include "ping.h" // Internal Functions void Ping(LPCSTR pstrHost); void ReportError(LPCSTR pstrFrom); int WaitForEchoReply(SOCKET s); u_short in_cksum(u_short* ad...
[ "cjkeenan@live.com" ]
cjkeenan@live.com
781c9b7faa9aa739b99c290a9ae83ed43fd7d57e
c20b6805d7a3b90f88158a0e8e5fd389e77b75cd
/src/io.c
6fb78f04590df8b720aaa14e2742394c261dfb99
[ "MIT" ]
permissive
acbits/bluez-alsa
9146ae139625346e2ee56a9fcb33f94ea635c210
8505bab1fc3e9ba7cffe791f0993c93ebfce22bf
refs/heads/master
2020-05-29T10:19:34.116771
2019-04-14T17:14:44
2019-04-14T17:49:57
null
0
0
null
null
null
null
UTF-8
C
false
false
56,460
c
/* * BlueALSA - io.c * Copyright (c) 2016-2019 Arkadiusz Bokowy * * This file is a part of bluez-alsa. * * This project is licensed under the terms of the MIT license. * */ #include "io.h" #include <ctype.h> #include <errno.h> #include <fcntl.h> #include <math.h> #include <netinet/in.h> #include <poll.h> #inc...
[ "arkadiusz.bokowy@gmail.com" ]
arkadiusz.bokowy@gmail.com
da68ee4d9fa9204a205d749850408ea968b0915a
ed9c2468adfd4f38f9eeb13534c6b80c4bdd0d4d
/sensor/executables/rpHCP_KernelAcquisition/main.c
81c00be948f26c2015fad64a8ec58199cecdcfdc
[ "Apache-2.0" ]
permissive
frankcharby/limacharlie
858e93a9464bf28472786a36af245385d44b061d
c9b822333a17f74a41d583f9cfc3a392180207ff
refs/heads/master
2021-07-17T01:04:10.115732
2017-10-22T16:08:15
2017-10-22T16:08:15
107,130,700
1
1
null
2017-10-16T13:23:55
2017-10-16T13:23:55
null
UTF-8
C
false
false
19,743
c
/* Copyright 2015 refractionPOINT Licensed under the Apache License, Version 2.0 ( the "License" ); you may not use this file except in compliance with the License. You may obtain a copy of the License at http ://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
[ "maximelb@google.com" ]
maximelb@google.com
01e683b822c6c8abf937a2a244b6a743d7687e60
ec49100cf50d4a2582af1da292ef46a38f622d6b
/src/arch/arm32/mach-f1c500s/driver/pwm-f1c500s.c
826e892a905ef2bd23c177adf72a87b8dad45d63
[ "MIT" ]
permissive
nanfang2000/xboot
30ca75af8ebee274fc54e979b669085fd26a19c4
b9aee8bad4586cee201c63b3c886450404298d4e
refs/heads/master
2021-12-28T14:00:40.420544
2021-12-13T07:07:30
2021-12-13T07:07:30
145,588,990
1
0
null
null
null
null
UTF-8
C
false
false
6,670
c
/* * driver/pwm-f1c500s.c * * Copyright(c) 2007-2021 Jianjun Jiang <8192542@qq.com> * Official site: http://xboot.org * Mobile phone: +86-18665388956 * QQ: 8192542 * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwa...
[ "8192542@qq.com" ]
8192542@qq.com
df36fabfeb75ddf53ca08b1147ba847e81cd67f0
0978a32d2fb926bde6193e7b9899af3fa5cccd4a
/Pods/Headers/Public/YYWebImage/WebP/decode.h
10ec7790d8199f83b7e57912c621a24dd5156219
[]
no_license
baiyyyf/Flood
93fa96c58a5cc88e08a15db73986b66a9b211e18
20fd9dea19c9e8292d8cafe22713c032d40be3d3
refs/heads/master
2021-01-10T14:04:14.105825
2016-03-05T01:49:41
2016-03-05T01:49:41
52,437,557
0
0
null
null
null
null
UTF-8
C
false
false
80
h
../../../../../../../../GitHub/YYWebImage/Vendor/WebP.framework/Headers/decode.h
[ "byunfi@outlook.com" ]
byunfi@outlook.com
7a8c2d1de33e916c13ec0bd3fd69319d3594b2ec
5bd9513ced2176b9b70260b8485466b76a64a11d
/nearestevenno.c
b3f2b6c6d0676aa45c6dd8e467f462461c4eea41
[]
no_license
gomathisubramani/cprogram
7c6b71a91909ccc741750103dc400cf92931298d
245ec3c6fdbe3d133bdf7788d26a254110bf1871
refs/heads/master
2021-01-21T08:55:16.161675
2018-03-24T14:21:29
2018-03-24T14:21:29
101,961,930
0
2
null
null
null
null
UTF-8
C
false
false
162
c
#include<stdio.h> void main() { int a,n; printf("enter the number"); scanf("%d",&a); n=a-1; printf("the nearest even number is %d",n); }
[ "noreply@github.com" ]
gomathisubramani.noreply@github.com
fead972fa30f62d91e2b68e0788387e86df8fadd
1ad4dd5261a185f3cf92d7fd3226de28679747c5
/kernel/arch/x86/include/asm/alternative.h
dbfd0854651fe4fa13154e3ce04e9baa1f643637
[ "Linux-syscall-note", "GPL-2.0-only", "MIT" ]
permissive
oslab-swrc/libmpk
b30c8fa2eea834a8ab441fdd9f7789296781ec17
a0b20ab8819d60d22d2a90f0d54eccae40ae6b05
refs/heads/master
2022-05-01T01:36:07.491532
2022-03-18T05:44:14
2022-03-18T05:44:14
223,290,854
0
0
MIT
2019-11-22T00:30:13
2019-11-22T00:30:12
null
UTF-8
C
false
false
8,507
h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_X86_ALTERNATIVE_H #define _ASM_X86_ALTERNATIVE_H #ifndef __ASSEMBLY__ #include <linux/types.h> #include <linux/stddef.h> #include <linux/stringify.h> #include <asm/asm.h> /* * Alternative inline assembly for SMP. * * The LOCK_PREFIX macro defined here replaces t...
[ "spark720@gatech.edu" ]
spark720@gatech.edu
06e2cd7a775c29dbee0b3373501179e785775a06
76fb12a6d6c1b93f6e3ba4f492109fc51113c160
/main.c
c72dcdc673f10da649cd21b973a93a675da96119
[]
no_license
mostafa4444/AVR_ATMEGA32_KeyPad_LCD_Calculator_Proteus
6ffac6dc886eb7e59dabc6ee3afb0bb00edb3cf8
fbe11df244cf2e9299d72fbdda6eec981c0f2f6e
refs/heads/master
2022-09-01T03:11:00.212605
2020-05-29T08:38:25
2020-05-29T08:38:25
262,295,453
2
0
null
null
null
null
UTF-8
C
false
false
240
c
/* * KeyPad_LCD.c * * Created: 5/5/2020 11:19:10 AM * Author : user */ #include "Keypad.h" int main(void) { LCD_INIT(); // LCD and DIO while (1) { Check_C1(); Check_C2(); Check_C3(); Check_C4(); } }
[ "noreply@github.com" ]
mostafa4444.noreply@github.com
63dd8b5de541cd647738e76f01dc3fca314e344f
fc2d62f80c28d61308b6c2731d9542f2493924ac
/homogenous-rotation/p2.c
4d6a7a14450b15d095c029ccde42cf8ba2f5733a
[ "MIT" ]
permissive
csveda/computer-graphics-lab
e5e744c707d396958d09f35b92e27c7227927226
f1046d9ca438bcaede6cb6665e53dd3d48da7f4b
refs/heads/master
2021-01-14T21:01:25.221726
2019-04-22T08:50:49
2019-04-22T08:50:49
null
0
0
null
null
null
null
UTF-8
C
false
false
2,364
c
#include <stdio.h> #include <math.h> #include <GL/glut.h> GLfloat input[3][3] = { {100.0,175.0,250.0}, {100.0,250.0,100.0}, {1,1,1} }, res[3][3], m[3][3]; GLfloat xf, yf, theta; void init() { glClear(GL_COLOR_BUFFER_BIT); glClearColor(0.0,0.0,0.0,1.0); glMatrixMode(GL_PROJECTION); gluOrth...
[ "aniruddha.mysore@gmail.com" ]
aniruddha.mysore@gmail.com
aa769522eea740bf4d7a27e12d238584a46644cd
3ec2af81019261d48ab28ed84a4be2b8cd00a216
/libft/ft_atoi.c
b249821783a20b5a5975eb298925b6d96f22f448
[]
no_license
lpersin/minishell
08c471d84ef4d0495b87419b80fd1787b1263ff4
a59539ecf7d13e646f6037a6033389b394ee3694
refs/heads/master
2020-06-10T18:47:07.058300
2019-09-14T11:31:03
2019-09-14T11:31:03
193,710,740
0
0
null
null
null
null
UTF-8
C
false
false
1,357
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_atoi.c :+: :+: :+: ...
[ "ludovic.persin@protonmail.com" ]
ludovic.persin@protonmail.com
7f6893feede45b68d9c389cff5273e64ae2f191e
c7403e5d4c7ad17d8a189741ddfae89daa986dad
/04/4.1/program.c
5fce317b61ea697e1c9ee5403b12efc4b4864e87
[]
no_license
DvorakDavid7/c-practice
cd6ed24be8748d7803778d850316151849664e45
2885ebb1672de091e172d5944aeadc24fb602f35
refs/heads/master
2022-12-01T13:19:33.710092
2020-08-21T05:52:34
2020-08-21T05:52:34
284,652,910
0
0
null
null
null
null
UTF-8
C
false
false
326
c
#include <stdio.h> int main() { int num; int res = 0; printf("Zadejte cislo: "); if (scanf("%d", &num) != 1) { printf("Invalid input"); return 0; } while (res <= (100 - num)) { res += num; printf("%d, ", res); } printf("\n"); return...
[ "dvorakdavid7@gmail.com" ]
dvorakdavid7@gmail.com
c371e11cb5adc965c74d4e3fca88a90672778987
85d182161df32de2d76637094446cececc280c8b
/system/myreceive.c
d1dbb2fd4dfac409e8b5c5183ecf18607b2fac66
[]
no_license
makbigc/xinu
f261435a4e28db3614a54c6176127e5b608f5575
1bbc18c6db6b5bd1bcb445059c40a1116446a898
refs/heads/master
2020-12-30T13:40:34.736817
2017-05-14T13:49:44
2017-05-14T13:49:44
91,245,071
0
0
null
null
null
null
UTF-8
C
false
false
1,590
c
/* myreceive.c - myreceive */ #include <xinu.h> umsg32 myreceive(void) { intmask mask; /* Saved interrupt mask */ struct procent *prptr; /* Ptr to process's table entry */ umsg32 msg; /* Message to return */ struct cirbuf *msgbuf; mask = disable(); prptr = &proctab[currpid]; msgbuf = &(prptr->prmsgbuf)...
[ "makszechun@gmail.com" ]
makszechun@gmail.com
c4ba3c10c9b1fc47c0ddc021e72444e1773fb6dd
2e68946b419d6ce2f28b23a44cae2f7d95044f67
/firmware/drivers/drv_lcd.c
7f0e227f72af6412d35515e313531371d0741df5
[]
no_license
pangweishen/mnode
dc8a1ebeffa5d09beeab871c65dfad52267f0da4
ad92af4297b6891d701beba4087047f17de5e67d
refs/heads/master
2021-01-22T12:44:26.970659
2015-05-02T14:49:10
2015-05-02T14:49:37
35,259,922
3
0
null
2015-05-08T05:20:21
2015-05-08T05:20:21
null
GB18030
C
false
false
13,368
c
#include <board.h> #include <rtdevice.h> #include "drv_lcd.h" #include <lpc_clkpwr.h> #include <lpc_lcd.h> #include <lpc_pinsel.h> #include <lpc_i2c.h> #include <lpc_timer.h> #include <lpc_pwm.h> #include <lpc_adc.h> #define USING_HW_CURSOR 1 #define USING_MULTI_BUF 0 #if USING_MULTI_BUF typedef enum { READY, ...
[ "bernard.xiong@gmail.com" ]
bernard.xiong@gmail.com
734c08f5f5f8fde5d08c4f23330a87cb75378ff9
dce20bdab03b010c004237d730d4ea86c9b49fc1
/StackText/StackText/Stack.h
cfc56763f5697770b76ebd86a2b02bdaea3c8248
[]
no_license
John-barca/Structdata
63b49efc7a6e9daa8bc37c4ef03c9d0739e1ed28
f8df5a58a084bee500f15155e02d381c41e76635
refs/heads/master
2020-04-04T18:25:37.264871
2019-04-29T14:55:58
2019-04-29T14:55:58
156,163,217
0
0
null
null
null
null
GB18030
C
false
false
633
h
#pragma once #ifndef _STACK_H #define _STACK_H #include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert.h> typedef int Datatype; typedef struct stack { Datatype* array; int StackSize;//栈内元素个数 int _top;//栈顶元素 }stack; void StackInit(stack *s);//栈的初始化 void StackDestroy(stack *s);//栈的销毁 void Stac...
[ "1113903029@qq.com" ]
1113903029@qq.com
bc448919368f5d6c9a1303338b5c4425bb88d291
282d7350ef9ed997fc3fec7dcc143a4cf9e020b5
/Src/main.c
fae0d6d6dced19fd3b51e705f379dccc20667caf
[]
no_license
davidhuwyler/LevitationMagnet_STM32
5b0d38892fb4ece864f523e90bd4a071760b8d72
ed2726f774c10c17d6638357464a4ad023d28973
refs/heads/master
2021-09-06T23:44:56.901250
2018-02-13T14:43:58
2018-02-13T14:43:58
119,834,242
0
0
null
null
null
null
UTF-8
C
false
false
11,902
c
/** ****************************************************************************** * @file : main.c * @brief : Main program body ****************************************************************************** * This notice applies to any and all portions of this file * that are not b...
[ "dave@DESKTOP-SU1SQE3" ]
dave@DESKTOP-SU1SQE3
3858321e423fbeb5bdb26fdd40163ea8c26e979d
480771c2038b4696d0b1c7c2a5002ea3c9d59a14
/unix_route.c
7bd0041479ac171d350cb673efb12dbf77031da8
[]
no_license
friedkiwi/linuxNJE
c8c8f1359f13770c41be7dbc44c8e557af3eca3d
10e0dc2e3ce38eb35a0e0061961fef91431fd97c
refs/heads/master
2022-04-14T08:38:47.998330
2020-04-04T22:17:43
2020-04-04T22:17:43
null
0
0
null
null
null
null
UTF-8
C
false
false
4,172
c
/* UNIX_ROUTE.C (Formerly UNIX_SEARCH_ROUTE) V1.2-mea-1.4 | Copyright (c) 1988,1989,1990 by | The Hebrew University of Jerusalem, Computation Center. | | This software is distributed under a license from the Hebrew University | of Jerusalem. It may be copied only under the terms listed in the license | agreemen...
[ "moshix@gmail.com" ]
moshix@gmail.com
a1daa06ff6d64236562697c2b259c3b1ecc9e851
7096fc3d2aafdd82e0e9b045b95a291465ee4f97
/e54_init/utils/delay.h
d833d0106ee43342eeb7f5dcdffd9a879c9c0e9e
[]
no_license
dxstp/same54_init
cd50a172f2c8c46a7b088db034dc77f9be554007
9902ca30d784c2430e671ed69b15037a1c036b02
refs/heads/master
2020-04-08T20:49:43.082509
2019-03-14T09:58:07
2019-03-14T09:58:07
159,717,000
1
0
null
null
null
null
UTF-8
C
false
false
1,461
h
// DOM-IGNORE-BEGIN /* (c) 2018 Microchip Technology Inc. and its subsidiaries. Subject to your compliance with these terms, you may use Microchip software and any derivatives exclusively with Microchip products. It is your responsibility to comply with third party license terms applicable...
[ "39129283+dxstp@users.noreply.github.com" ]
39129283+dxstp@users.noreply.github.com
d55ec30508181f95a5a0baee25d5b5ec7348cc7a
e422a205073024ca88280c9779a9936f5b0f42de
/cprograms/arcs.c
8a81081951bfa44b94384b39c405bede7eccd470
[]
no_license
Rasheed/DrawAppFX
fbf5ee3062c07117538956565f41142c44c42136
d1288edbacb36489469bdf6561ecc5df76ebe8a3
refs/heads/master
2021-05-28T12:45:53.984524
2012-11-19T23:56:56
2012-11-19T23:56:56
null
0
0
null
null
null
null
UTF-8
C
false
false
150
c
#include "graphics.h" int main(void) { drawOval(30,30,100,150); drawOval(0,0,499,299); drawArc(100,100,90,120,0,180); return 0; }
[ "rasheedwihaib@gmail.com" ]
rasheedwihaib@gmail.com
56e888a2104e858754ca3cd1753a805920b4058f
a308c9551f5f7ec786b0f1643642a9cb9a5b9446
/STM32F103_LCD5110SPI/src/spi.c
35e7a5167bb308f98e2c2613b59459a61292eac3
[]
no_license
emklaus/STM32F103-Projects-For-EclipseIDE
f9c3d89229594dc5f7145db25dc9cb14a2ef7f96
e76d35626d13b45b372dbe3f4a0434309d9d51fa
refs/heads/master
2020-09-06T18:42:58.622128
2019-11-18T01:27:06
2019-11-18T01:27:06
220,512,244
1
0
null
null
null
null
UTF-8
C
false
false
4,218
c
#include <stm32f10x.h> #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> #include <stm32f10x_spi.h> #include "spi.h" static const uint16_t speeds[] = { [SPI_SLOW] = SPI_BaudRatePrescaler_64, [SPI_MEDIUM] = SPI_BaudRatePrescaler_8, [SPI_FAST] = SPI_BaudRatePrescaler_2}; void spiInit(SPI_TypeDef *SPIx) { G...
[ "noreply@github.com" ]
emklaus.noreply@github.com
0a60db825b4db7fd8bf3f93126fd26e297db30e6
adb75486071d53050cdfaba7379756c5fd551d8a
/lib/src/tls.c
a3900a93077f663978b42f28e00743254fe06e6f
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
Pallavikadam10/quant
e7503f4c1eacf8ac9b467925a278644933eb100a
e18f46670ac1100fe9c09c6af4549adb51b642ef
refs/heads/master
2021-05-08T23:46:17.341837
2018-01-30T09:40:57
2018-01-30T09:40:57
null
0
0
null
null
null
null
UTF-8
C
false
false
22,428
c
// SPDX-License-Identifier: BSD-2-Clause // // Copyright (c) 2016-2018, NetApp, Inc. // 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. Redistributions of source code must retain the abo...
[ "lars@eggert.org" ]
lars@eggert.org
670ed3afd0f496c29265018ac1dae2b31cd5ceb1
89990710324a7f214535414f900d11ec138464ce
/ndk/sources/android/libportable/arch-mips/flags.c
c55fe86a84fdba4f6e19b0be5a26dd1058573191
[ "Apache-2.0" ]
permissive
mohammadshabaz/platform_development
511cb986a43182c8353a67ca537a2ba910297481
dede575e48079f9f0970796ffe1f471a30c5d97c
refs/heads/master
2021-01-16T19:44:03.708267
2013-03-13T15:57:29
2013-03-13T15:57:30
null
0
0
null
null
null
null
UTF-8
C
false
false
1,518
c
/* * Copyright 2012, The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "piet.delaney@imgtec.com" ]
piet.delaney@imgtec.com
25d157d5402ec4ae5b6524c2c6e3aaf4adbcbf7d
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/work/kernel/linux-3.0.8/arch/powerpc/platforms/85xx/xes_mpc85xx.c
3143a3cc9494143273e8c1095f84f4c9e559d7ed
[]
no_license
weilaidb/PythonExample
b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466
798bf1bdfdf7594f528788c4df02f79f0f7827ce
refs/heads/master
2021-01-12T13:56:19.346041
2017-07-22T16:30:33
2017-07-22T16:30:33
68,925,741
4
2
null
null
null
null
UTF-8
C
false
false
905
c
#define MPC85xx_L2CTL_L2E 0x80000000 #define MPC85xx_L2CTL_L2I 0x40000000 #define MPC85xx_L2CTL_L2SIZ_MASK 0x30000000 void __init xes_mpc85xx_pic_init(void) static void xes_mpc85xx_configure_l2(void __iomem *l2_base) static void xes_mpc85xx_fixups(void) static int primary_phb_addr; extern void __init mpc85xx_smp_init...
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
c2fa8b3b213c069ae526f00e7146cd34d088c77f
f79efc3921aebda63fb378aed6b9d40a38f00f8c
/BigNerdRanchObjC/Turkey/Turkey/main.c
d98604978164c49128fe79b9ed87b701fe5535d0
[]
no_license
AllonsyThor/BigNerdRanchObjCExercises
db878f209699177bc6a1c427abbce0efe571b2c6
b2ac41da77a5ac2871a1e772a27c40b8f6a4e17c
refs/heads/master
2021-01-13T00:50:05.628001
2016-03-21T23:29:58
2016-03-21T23:29:58
54,425,609
0
0
null
null
null
null
UTF-8
C
false
false
792
c
// // main.c // Turkey // // Created by Catherine Kelleher on 3/16/16. // Copyright © 2016 Katie Kelleher. All rights reserved. // #include <stdio.h> int main(int argc, const char * argv[]) { // Declare the variable called 'weight' of the type float float weight; //Put a number in that variable ...
[ "kt.kllhr@gmail.com" ]
kt.kllhr@gmail.com
84da6145146fd1a3ea64024de5bca35f1326ca08
ceeeec7451ac46985ab2ee4ea27ad2098e657c65
/compressor.h
5c0c042de32c13dd607eee35c4e5501d0279425a
[]
no_license
devv3899/Client-Server-Interactor
7c8ffab468c1a029eebeddb34748affa59e4f352
228c254be908b9c7bd6a83fdda0a0698fce68d46
refs/heads/master
2020-06-18T03:27:31.151376
2019-07-10T07:08:24
2019-07-10T07:08:24
196,150,048
1
2
null
null
null
null
UTF-8
C
false
false
4,031
h
#ifndef COMPRESSOR_H #define COMPRESSOR_H #include <zlib.h> #include <assert.h> #if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(__CYGWIN__) # include <fcntl.h> # include <io.h> # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) #else # define SET_BINARY_MODE(file) #endif #define CHUNK...
[ "noreply@github.com" ]
devv3899.noreply@github.com
3512b8267f14a852c28b21423a37c18adbb2adbf
9a916c6a88d2d10ec070d1cf03430a3920957c5a
/2-10/2-10.c
c37f0a12876648abc86469b6ad3d8c2287cc1f87
[]
no_license
09o/PT_A
1a078d4e514b5be3b4b0684108ef8635a254ca5c
0b932558c4bc66f8cdfd11b638a454a228bfc5c0
refs/heads/master
2020-04-05T00:23:13.807946
2018-12-19T17:07:11
2018-12-19T17:07:11
156,395,223
0
0
null
null
null
null
UTF-8
C
false
false
194
c
#include <stdio.h> int main() { double x; int res = 0; scanf("%lf", &x); if ( x != 0 ) { printf("f(%.1f) = %.1f", x, 1/x); } else { printf("f(%.1f) = %.1f", x, res); } return 0; }
[ "igsober@gmail.com" ]
igsober@gmail.com
9228c8202ea3099bc77ed9cf3b6786c2c8b2c801
21c92afbd7fd022a206fb31294c523aebb770104
/SuiteSparse/AMD/SourceWrappers/amd_l_1.o.c
05886973c28a0f648b30932a8874401d05f40ca6
[ "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-unknown-license-reference", "GPL-2.0-or-later", "GPL-3.0-only", "LGPL-2.1-or-later", "LGPL-2.0-or-later", "GPL-1.0-or-later", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", ...
permissive
jlblancoc/suitesparse-metis-for-windows
70e6bcab2b525afb41758d61f823efa0618f67cf
5ee2eb4bc7bfd6d27af2f7fb027b1545cfc0fa3f
refs/heads/master
2023-08-30T21:15:39.624300
2023-03-09T10:16:48
2023-03-09T10:16:48
16,236,582
423
251
BSD-3-Clause
2023-03-09T10:18:08
2014-01-25T18:06:21
C
UTF-8
C
false
false
43
c
#define DLONG #include <../Source/amd_1.c>
[ "joseluisblancoc@gmail.com@b10334c7-024a-93d7-60cb-2b944335b613" ]
joseluisblancoc@gmail.com@b10334c7-024a-93d7-60cb-2b944335b613
b40fc78002992aa887e894ae3931e31c067995b5
84325b88a5ba221f5b4c7171854576595f1c44b6
/chapter10/reliable_signal.c
05d4d6bcf15f2e3322c26fcea54a56e9cd108d38
[]
no_license
geassdai/APUE
3e7ff280597a7559224a6b0c0c173eb861b41b59
ec97aa2cea9f65500d07120d3da867ded12f323f
refs/heads/master
2021-01-01T05:07:01.734463
2016-05-18T02:15:15
2016-05-18T02:15:15
56,040,277
0
0
null
null
null
null
UTF-8
C
false
false
445
c
#include "apue.h" typedef void Sigfunc(int); Sinfunc *signal(int signo, Sigfunc *func){ struct sigaction act, oact; act.sa_handler = func; sigemptyset(&act.sa_mask); act.sa_flags = 0; if(signo == SIGALRM){ #ifdef SA_INTERRUPT act.sa_flags |= SA_INTERRUPT; #endif }else{ act.sa_f...
[ "1264003247@qq.com" ]
1264003247@qq.com
51bc3b6ff895d1ea3e9448f8610bc6b30473d259
2e0bb26b99a227293b15fe42ad12180035bffc1c
/实训代码/distance/uart.h
19a71d6388b994ccf77442bd214008227483d4c3
[]
no_license
HermanZYZ/Engineer-Training
54aac5936cddd1836745b5b4825a55e79e69abb4
e80522f114afb8a851cf35424cb43934eca86f73
refs/heads/master
2021-07-19T04:42:09.542512
2017-10-27T17:17:31
2017-10-27T17:17:31
108,572,804
0
0
null
null
null
null
WINDOWS-1252
C
false
false
266
h
/* * uart.h * * Created on: 2016Äê5ÔÂ6ÈÕ * Author: Laowang */ #ifndef UART_H_ #define UART_H_ void uart_init(long Address, unsigned char flag); void uart_send_byte(long, unsigned char); unsigned char uart_receive_byte(long); #endif /* UART_H_ */
[ "820421356@qq.com" ]
820421356@qq.com
1af2cf92cca675236a96c59f9e14317e40600c99
0fa6f1de22a87613f3cb24b64a0a50dfb661a53b
/Practica 5 lab pro.c
bb9ed4dfd7e556c2b652216b2b9302ca5e2106c6
[]
no_license
solacos25/programacion_estructurada
fcf5089a2745d7a0d5f3acbe2c1f0b9697d6ad98
7fec78dcfb2291bca6d8aa4dd5808cc65461263e
refs/heads/master
2020-12-24T02:25:22.944715
2020-06-06T03:31:06
2020-06-06T03:31:06
237,350,712
0
0
null
null
null
null
UTF-8
C
false
false
459
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 i=0,num=0; float prom,sum=0; while(num>=0) { printf("\nIngrese un numero: "); scanf("%d", &num); if(num>=0) { sum=sum+num; ...
[ "noreply@github.com" ]
solacos25.noreply@github.com
ea8889751c6ae2f58e9edf0310508382a9456109
81742b238f8d4ec817aa193244af1032db128c81
/iOS/ResProject/Pods/Headers/GMUWrappingDictionaryKey.h
3b054d3cd1d8950e7f92ab6d7bcd1cd04f9358f4
[ "Apache-2.0" ]
permissive
IZenithI/winter-2020-codefest-submissions-res
acaf2ac05f2369e9619fd3a26b3797a1e0a96905
72d829c01793b787fc14db97ea2f2e920a7cfd7f
refs/heads/master
2020-12-02T01:37:30.630431
2020-01-31T02:15:50
2020-01-31T02:15:50
230,840,543
1
1
null
2020-02-01T23:30:12
2019-12-30T03:26:28
C#
UTF-8
C
false
false
64
h
../../../../../../src/Clustering/Algo/GMUWrappingDictionaryKey.h
[ "brianguo810@gmail.com" ]
brianguo810@gmail.com
500a3d9149c1aeb462d510190d35ed9bd162879f
4fc07d5d3859ea60aa5474e9d63b9af23ec86716
/smac/ssv_pm.c
247566345aa5de1d6344e90adede3fadbf22a188
[]
no_license
ablueway/mac80211_v4_9_75
06a080c0d38f433648c6f14164dc3fcd059a9b88
85011b1f2b3d68eeada947e9952cd5cb5b69e683
refs/heads/master
2021-09-03T22:54:44.853423
2018-01-12T17:03:32
2018-01-12T17:04:56
117,266,494
0
0
null
null
null
null
UTF-8
C
false
false
5,619
c
#include <ssv6200.h> #include "dev.h" #include "init.h" #ifdef CONFIG_SSV_SUPPORT_ANDROID #ifdef CONFIG_HAS_WAKELOCK #include <linux/wakelock.h> #endif #ifdef CONFIG_HAS_EARLYSUSPEND #include <linux/earlysuspend.h> #elif LINUX_VERSION_CODE > KERNEL_VERSION(3, 4, 0) #include <linux/notifier.h> #include <linux/fb.h> #en...
[ "ablueway@gmail.com" ]
ablueway@gmail.com
e8f3416378c70b6183692acbf2a13badc5c8f821
d5f7257da1fd3d94eed5c945f59a33fb9822c5c1
/hal/peripheral/inc/bmt_trc.h
2f39d6c67f9592ac36e522b6b3178a2af2c5e341
[]
no_license
dongdong-2009/2503D_MQTT
ce37cd3bd83fbd310e411d21aea663dd02d4ac6a
15f0ec65a56412935a810712807303362b2c5427
refs/heads/master
2023-04-22T21:33:57.079597
2021-04-25T11:36:43
2021-04-25T11:36:43
null
0
0
null
null
null
null
UTF-8
C
false
false
23,832
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used o...
[ "864876693@qq.com" ]
864876693@qq.com
2e0673291914aa3c7f7035b36197ec8d82d8705c
af5e227459f28a8cb61b0910adedeb5612d60c45
/GSM0 26.05.12/RTC.h
00a26afc89330b6e392f7f98bc29b2383ab68588
[]
no_license
IvanOrfanidi/AVR-Tests-Project
de7e9344c9060c6d909a17f9342d9313c758a67e
1530bf4ddd00e0acbc8410c5bd35606529c3e4cf
refs/heads/master
2020-04-06T03:46:51.919552
2018-03-27T12:32:46
2018-03-27T12:32:46
47,002,635
0
0
null
null
null
null
UTF-8
C
false
false
518
h
// Standard Input/Output functions. #include <stdio.h> #define CCLK_GET for(uint8_t n=0; n<sizeof(at_get_time); n++) usart0_write(at_get_time[n]); #define CCLK_SET for(uint8_t n=0; n<sizeof(at_set_time); n++) usart0_write(at_set_time[n]); #define CCLK_SET_END for(uint8_t n=0; n<sizeof(at_set_time_end); n++) usar...
[ "i.orfanidi@mail.ru" ]
i.orfanidi@mail.ru
479c08e071a82e3efb7a0a2ac6869be8506da9f1
0b7f79a7693f930fe594957dd37506aaf2ae3b51
/c-programs/kandr_chapter1/fahrenheit_celsius_table/fahrenheit_celsius_table_right_justified.c
8b97a8d948363105ac8bfa471f3e28c5d3748524
[]
no_license
Andrew-Zipperer/kandrC
8fc50f8b6cffe0fe17cf013d158499be59a54084
fd2cc4b504328c487aef2ee8c39d03d4471af5ed
refs/heads/master
2020-04-15T03:15:02.323504
2019-01-06T20:30:03
2019-01-06T20:30:03
164,341,673
0
0
null
null
null
null
UTF-8
C
false
false
438
c
#include <stdio.h> /* print Fahrenheit-Celsius table for fahr = 0, 20, ..., 300 */ main() { int fahr, celsius; int lower, upper, step; lower = 0; /* lower limit of temperature table */ upper = 300; /* upper limit of temperature table */ step = 20; /* step size */ fahr = lower; while (fa...
[ "atzipperer@gmail.com" ]
atzipperer@gmail.com
823a7a8f7a64c47931db6bb4bcdad9db3981af43
c2cedcf36667730f558ab354bea4505b616c90d2
/players/mouzar/closed/phantom.c
3aa41fb72c967a7092e8a40ced1c45439feaffb7
[]
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
4,750
c
#include "/players/jaraxle/define.h" #define moose this_object()->query_attack() #define moosen capitalize(moose->query_name()) #define dam_count query_dam_taken_this_round() inherit "/players/vertebraker/closed/std/monster.c"; reset(arg) { object gold; ::reset(arg); if(arg) return; set_name(HIW+"Phantom...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
a6e75fa68f20e5e5572d78cf329bf15768c7dd84
5c255f911786e984286b1f7a4e6091a68419d049
/code/837adca6-30bf-4a55-89fd-346a9709da2b.c
a70b37a19749171b2dbf88b83bdfd6979d0072ee
[]
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
229
c
#include <stdio.h> int main() { int i=0; int j=12; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l/j; k = i-j*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
c52e3c4e203456fcf9822b92754ce934f7a8db56
9aab5e535592cf2c533a2bd560ab4ef56f142911
/hr/min.c
ec08e1f379fc85255585f331691ee14d732e547a
[]
no_license
15ec34/coding
93fe1ce148157caeeaab4b05b30506c8e33d79f6
9a1d211bf2967eaf2ca6662d52e43fe79093ad8a
refs/heads/master
2021-04-27T11:57:48.215464
2018-09-10T10:15:35
2018-09-10T10:15:35
122,571,108
0
0
null
null
null
null
UTF-8
C
false
false
140
c
#include<stdio.h> void main() { int min,hr; printf("enter the minute"); scanf("%d",&min); hr=min/60; min=min%60; printf("%d\t%d",hr,min); }
[ "noreply@github.com" ]
15ec34.noreply@github.com
74edd1f7f55f149d9188db2753fbff427ee486e0
90af59a569a9f5affed4f33369032a1fde714bd2
/software/standalone/machineModeSbi/src/main.c
0fe3af29dcdb79bdd9b4d2faaee94afd7f3b821c
[ "MIT" ]
permissive
SpinalHDL/SaxonSoc
80b25c109fc43c61b1cb4a36fc06b243439f6104
db626f4eb6fdef19565e15f9e37229dbfbad2ae7
refs/heads/dev-0.3
2023-08-23T11:28:37.791303
2023-08-09T19:16:56
2023-08-09T19:16:56
159,960,289
130
46
MIT
2022-10-03T10:58:30
2018-12-01T15:49:01
Scala
UTF-8
C
false
false
15,269
c
#include <stdint.h> #include "riscv.h" #include "machineModeSbiConfig.h" #include "hal.h" extern const uint32_t _sp; extern void trapEntry(); extern void emulationTrap(); void putHex(int value){ for(int i = 7; i >= 0;i--){ int hex = (value >> i*4) & 0xF; putC(hex > 9 ? 'A' + hex - 10 : '0' + ...
[ "charles.papon.90@gmail.com" ]
charles.papon.90@gmail.com
930b706e0f3ed0b9ced06a7afca120a17b76603a
0f26cf434e0227220e744277d7b71af1c455c638
/src/core/rgb/rgb.h
b439610d2f5fa280e0748682d98c73064f6d7797
[ "Unlicense" ]
permissive
rocksolidwebdesign/cxxray
b701cdf0b7b0486e4194c6010023d44fdaf8bbf2
9eda3a20f278aacefa749f5668f7965de119b846
refs/heads/master
2022-09-17T06:16:23.997693
2020-06-01T18:26:56
2020-06-01T18:26:56
264,572,772
0
0
null
null
null
null
UTF-8
C
false
false
120
h
#ifndef CXXRAY_RGB_H #define CXXRAY_RGB_H #include "rgb_byte.h" #include "rgb_real.h" #include "conversions.h" #endif
[ "vaughn@devkeen.com" ]
vaughn@devkeen.com
ea96d88d495bdcd1a013c2ed3402f5a055581936
3d404988dbac82ed3db37d28b66206e6711450fa
/chatroom_utils.c
ef38f1afe6f9e96b5608c54ebf18aefc8fe189d6
[]
no_license
marinaninicnam/UDP-server
4dfbc8d664ddd8841241b9b38bf3036d1f4d6da7
94125c0aa0d80448c6de9ee95c6e51ca937e9568
refs/heads/master
2020-03-27T18:47:25.372009
2018-08-31T21:52:30
2018-08-31T21:52:30
146,943,346
0
0
null
null
null
null
UTF-8
C
false
false
281
c
#include "chatroom_utils.h" #include <string.h> void trim_newline(char *text) { int len = strlen(text) - 1; if (text[len] == '\n') { text[len] = '\0'; } } void clear_stdin_buffer() { int c; while((c = getchar()) != '\n' && c != EOF) /* discard content*/ ; }
[ "noreply@github.com" ]
marinaninicnam.noreply@github.com
5cf40e3b1555c30a19b3302b3ca2c453d03d60b3
048a5f1a5fed4ef487767bafdd81cd425e080b4e
/retro-esp32/main/includes/declarations.h
2625a9e917090b96b6761ff084dd5e971070bae1
[ "MIT" ]
permissive
weimingtom/esplay-retro-emulation
82f0f12ec5582278973a9904549d18b7be9b58d6
e15f5190e55fd636db707125bfe7ce597d7e9c82
refs/heads/master
2020-07-26T08:50:27.182430
2019-08-15T06:07:12
2019-08-15T06:07:12
null
0
0
null
null
null
null
UTF-8
C
false
false
1,069
h
/* Debounce */ void debounce(int key); /* Text */ int get_letter(char letter); void draw_text(short x, short y, char *string, bool ext, bool current); /* Mask */ void draw_mask(int x, int y, int w, int h); void draw_background(); /* Theme */ void draw_themes(); void get_theme(); void set_theme(int8_t i); void up...
[ "pebri86@gmail.com" ]
pebri86@gmail.com
0296a4989665f46bd61a528a31ef8c40fa875f44
27688edd16f2e35f2a15f61c2f44dac9de1f3291
/엄마양어디양/Sheep.h
0571d07ca3915adedae8e5c0b5fa9b1d503e6811
[]
no_license
JeongMinSik/NetworkSheepGame
a5060c28912685b1eb1fa717ef0c3659845dae44
ed9ed09e566b6ecbf422a5ba4091ec46ab6db42c
refs/heads/master
2020-05-29T08:45:23.897382
2016-12-01T05:22:59
2016-12-01T05:22:59
69,069,752
0
0
null
null
null
null
UHC
C
false
false
1,216
h
#pragma once #include "Objects.h" struct SoundPackage; struct Ground; struct Sheep : public Object { BOOL state[8]; // 이동상태 float jump_height; // 점프력 float x_additional_speed, y_additional_speed, z_additional_speed; // 추가 이동속도 float org_y; // 점프시 y 위치 int last_view; //마지막 바라본 방향(각도) int life; //목숨 bool is_inv...
[ "jms6025a@naver.com" ]
jms6025a@naver.com
a3ae9d9e3a78316fbfa3e659018d01e78dfde9c4
91e43f2585c05f30d406c1c524bbf49f9b8634e7
/src/hdl.h
43604d75e33d5181e036643331b544e07a664549
[]
no_license
hb4837/cpphdl
f757dd7cbbf7ec712027e8b8ecbdb3ed5848c4bc
c0e0f9cb152cb0af132868d9e16a1f5a2baf2cd4
refs/heads/master
2021-01-18T18:29:45.198844
2016-06-20T19:31:05
2016-06-20T19:31:05
61,569,476
0
0
null
null
null
null
UTF-8
C
false
false
273
h
#ifndef _HDL_H #define _HDL_H #include "constant.h" #include "global.h" #include "util.h" // #include "kernel.h" #include "node.h" #include "quantity.h" #include "equation.h" #include "model.h" #include "parameter.h" #include "matrix.h" #include "sta.h" #endif // _HDL_H
[ "berndabel@hotmail.com" ]
berndabel@hotmail.com
8874d5cfc2545d5569cf5f4dd1e98cdf2acef303
c0de98882f80a3a73cf1767fb042903d875e5d5f
/src/cl/pyopencl-complex.h
2709ea422506d1100aeaa2f85e0c9010700ffaa1
[]
no_license
pieper/pyopencl
09253e9c487462c83f04773f92cc0b7f89295ccb
29d900ec571f945a15c7de27c5f16f07c2b4d8da
refs/heads/master
2021-01-20T10:56:14.565259
2012-04-03T05:58:37
2012-04-03T05:58:37
null
0
0
null
null
null
null
UTF-8
C
false
false
5,880
h
/* * Copyright (c) 1999 * Silicon Graphics Computer Systems, Inc. * * Copyright (c) 1999 * Boris Fomitchev * * Copyright (c) 2012 * Andreas Kloeckner * * This material is provided "as is", with absolutely no warranty expressed * or implied. Any use is at your own risk. * * Permission to use or copy this so...
[ "inform@tiker.net" ]
inform@tiker.net
7d2abfa8aca268071cfe6b8229c92dab83b52675
2a298ee69e3cd69ddf812e20d26914ac1dc4840c
/verification/cpl_aim+ocn/shared_code/ATMIDS.h
ce70bf9a6914135ec9b4d0d4ca359c7c7d9f2764
[]
no_license
ElizabethYankovsky/MITgcm_c65t
01e5315a813faa75b2c1ed60612c774d56ec8cbc
f39721646f9feb97eaef97761a94f2aa2f593191
refs/heads/master
2021-07-16T21:46:14.778995
2020-08-03T22:14:29
2020-08-03T22:14:29
197,478,927
0
0
null
null
null
null
UTF-8
C
false
false
3,145
h
C $Header: /u/gcmpack/MITgcm/verification/cpl_aim+ocn/shared_code/ATMIDS.h,v 1.5 2015/11/12 01:16:10 jmc Exp $ C $Name: checkpoint65t $ C *==========================================================* C | ATMIDS.h Declare symbolic constants holding strings that C | are used to identify this componen...
[ "eyankovsky@gmail.com" ]
eyankovsky@gmail.com
166d41a47db9450cb5a86ebf862bb3e77dbd9667
ed2260c285c74c30605d612087b4e84e5672b0ca
/source/betasrc/race.c
1d9faf334b4124a369ea691d5b9ffe7d6ffed60c
[]
no_license
DikuMUDOmnibus/Wolfpaw
954bf2c4eb9a5ff3297df985c917f4ee5faba021
4fb2660ba580cca35ae5c4a752fd7493f6becf3a
refs/heads/master
2021-08-26T07:08:31.380992
2017-11-22T04:05:24
2017-11-22T04:05:24
111,634,672
1
1
null
null
null
null
UTF-8
C
false
false
12,458
c
/*--------------------------------------------------------------------------* * ** WolfPaw 1.0 ** * *--------------------------------------------------------------------------* * WolfPaw 1.0 (c) 1997,1998 by Dale Corse * *------...
[ "peterjschroeder@gmail.com" ]
peterjschroeder@gmail.com
cef4616bedf179b5d0d044675b67a6d5e504d17c
ae3a6593c0b11d6a889321bf4a359b14186e852d
/devel/include/tli65_can_msgs/RxStLowspeed.h
75652048f0832d7c58ef4edd66bf64e9fef58891
[]
no_license
Forrest-Z/wssample
074e71ae56bcdd4f19a911804c7a2a96ce5ce39e
5694177fddd656b373e1843182b246ff690b713d
refs/heads/master
2023-08-04T17:39:20.531393
2021-09-03T02:17:30
2021-09-03T02:17:30
null
0
0
null
null
null
null
UTF-8
C
false
false
89
h
/home/oligay_61/zone3/devel/.private/tli65_can_msgs/include/tli65_can_msgs/RxStLowspeed.h
[ "“ws815529619@163.com”" ]
“ws815529619@163.com”
13e8d1a1aa18a5577dce52a68b5473a01878cb97
83555b1d56ff4106174d8b8cf5ab4b0e733641c3
/Principe des SE/tp2/ex2.c
8dee3884b2e90c3a449701e5ffebb8c52fbba4c1
[]
no_license
max01598/S3
97733b36c724bc223a1b28a4a6257141efd681b4
e0835768e8af0d720d3d04327ed85433c3ab7fae
refs/heads/master
2020-03-11T14:51:10.898865
2018-04-18T14:14:24
2018-04-18T14:14:24
130,067,150
0
0
null
null
null
null
UTF-8
C
false
false
139
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> int main (){ pid_t rc = fork(); if(rc==0){ execlp("xterm",NULL); } }
[ "maxencedeliot@gmail.com" ]
maxencedeliot@gmail.com
1e7555348e73f5047494cea686be02686d51f477
ea4e3ac0966fe7b69f42eaa5a32980caa2248957
/download/unzip/OpenSSH/OpenSSH-142/openssh/servconf.h
f3ad48aaecee8d0a8c96788c8402943ee466763d
[ "snprintf", "LicenseRef-scancode-other-permissive", "Beerware", "MIT", "LicenseRef-scancode-public-domain-disclaimer", "ISC", "SSH-OpenSSH", "X11-distribute-modifications-variant", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "BSD-3-Clause" ]
permissive
hyl946/opensource_apple
36b49deda8b2f241437ed45113d624ad45aa6d5f
e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a
refs/heads/master
2023-02-26T16:27:25.343636
2020-03-29T08:50:45
2020-03-29T08:50:45
249,169,732
0
0
null
null
null
null
UTF-8
C
false
false
6,920
h
/* $OpenBSD: servconf.h,v 1.87 2009/01/22 10:02:34 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved * Definitions for server configuration data and for the functions reading it. * * As far as I am conce...
[ "hyl946@163.com" ]
hyl946@163.com
1659a51a96c44e53577432ec38b98e00fd5c3df6
b371419be3f7034545a993a74246f7b5f2523621
/SNES controller/headers/snes.c
58c70b8353656f38ca5b3b33e3454375a1e672cd
[]
no_license
sfazli96/CS120B_Final_Project
5f7c5bab614bce8d814342e3c1f9877f3085b205
3949cb7e317f890d894feb82c262bec04a768110
refs/heads/master
2023-01-13T10:39:30.601909
2020-11-21T05:06:14
2020-11-21T05:06:14
245,035,604
2
0
null
null
null
null
UTF-8
C
false
false
2,378
c
/* * snes_test.c * * Created: 3/3/2020 3:35:02 PM * Author : sfazl */ #define SNES_CLOCK PORTA0 #define SNES_LATCH PORTA1 #define SNES_DATA PORTA2 #define SNES_PORT PORTA #define SNES_PIN PINA #define SNES_NONE 0 #define SNES_R 16 #define SNES_L 32 #define S...
[ "sfazli96@gmail.com" ]
sfazli96@gmail.com
9b498c85affdd269666ad31bce5a629b8e558f77
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE401_Memory_Leak/s03/CWE401_Memory_Leak__twoIntsStruct_malloc_05.c
147a3d90bfa3bd92ad3fdce4cf281c46979063b7
[]
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
5,178
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE401_Memory_Leak__twoIntsStruct_malloc_05.c Label Definition File: CWE401_Memory_Leak.c.label.xml Template File: sources-sinks-05.tmpl.c */ /* * @description * CWE: 401 Memory Leak * BadSource: malloc Allocate data using malloc() * GoodSource: Allocate data o...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
43ba944f3aefd0ecc0b6f7784e64e00be7104ea3
f0bf0fc6d1021812319ce1208103ea8872deb127
/xv6-pdx/time.c
e8d1b850721c70c9a2b6b4888034639f41dac474
[ "MIT" ]
permissive
Sappytomb796/Spring18Cs333
4b972962ac74edbf2868415579c7317dba19c1f5
19f50c556703370ad089c931a53f712ad5a219eb
refs/heads/master
2021-04-12T10:59:56.404079
2018-04-09T20:25:45
2018-04-09T20:25:45
126,692,647
0
0
null
null
null
null
UTF-8
C
false
false
830
c
#ifdef CS333_P2 #include "types.h" #include "user.h" void printTime(int start, int end){ int partial = end - start; int whole = 0; while(partial >= 100){ ++whole; partial -= 100; } if(partial < 10) printf(1, "%d.0%d", whole, partial); else printf(1, "%d.%d", whole, partial); } int main(int ...
[ "malice@pdx.edu" ]
malice@pdx.edu
e505b501af280952bd4c7d5ff5bde1bb0be083ac
03e169023e239b9aef8ee025581f9f29a1a23e81
/APP/app_cfg.h
2eefe75368c75508903ceddf0a5bea94c15304c1
[]
no_license
bingo-github/IoT-module-based-on-UCOS-II
adc9bce29d4de6c9d81c4ead8f9ded65a3e96ebd
a0faccd1e8d1a402dc502bd6d24c85f3d2118aa2
refs/heads/master
2021-04-27T17:11:11.305714
2018-02-22T06:04:19
2018-02-22T06:04:19
122,318,116
1
0
null
null
null
null
GB18030
C
false
false
444
h
#ifndef __APP_CFG_H__ #define __APP_CFG_H__ /*******************设置任务优先级*******************/ #define STARTUP_TASK_PRIO 4 #define TASK_ALARM_PRIO 5 #define TASK_ESP8266_PRIO 6 #define TASK_TEMP_PRIO 7 /************设置栈大小(单位为 OS_STK )************/ #define STARTUP_TASK_STK_SIZE 80 #define TASK_ALA...
[ "wujunbin342@163.com" ]
wujunbin342@163.com
8861257b3257f7d772138f6d4c2ba0a0ed6f6a16
f1c53faeb29bdcc234f947e980cea32d4692d4e2
/msgserv/rmb.h
a4874ef4537ff94b90f62f47d9b3268474fec191
[]
no_license
AndreMerendeira/RCI1
ba1ff503cbf7c22e037975f32c230b28b7cb8f5f
79d4a14712799986a539d4562a30dde1ce3345f9
refs/heads/master
2021-01-22T22:57:25.856029
2017-03-21T20:30:46
2017-03-21T20:30:46
85,592,835
1
0
null
null
null
null
UTF-8
C
false
false
445
h
/* * rmb.h * * Created on: 07/03/2017 * Author: andre */ #ifndef RMB_H_ #define RMB_H_ int disconnect(int id_socket); void show_servers (int id_socket, struct sockaddr_in addr); int publish(int id_socket, struct sockaddr_in id_addr, char* message, int s_socket, struct sockaddr_in* msg_serv_addr); int conn...
[ "andre@andre" ]
andre@andre
8da6b6ac1ed805bd7891a4e2723b5c4e3244db87
bc388f44b90673dfdcf9806e3454541c51ac98cd
/INFO_II/clases/1er cuatrimestre/11_clase_3_6_graficar_y_SistemasEmbebidos_micros/proy_videos/video_1/resultados_primerProyecto/ptrFuncion/AP_MdeE.h
b13451538ab156e6ccaf1f0c37f55b70c3068e80
[]
no_license
mgoyret/INFO_UTN
4029cd29b776513b3a5fae2b82e5ab8b4f4dbf1c
12f34389b2b5937cf62fcd6f2af911b7bea89afa
refs/heads/master
2022-12-30T06:57:58.450023
2020-10-27T01:00:38
2020-10-27T01:00:38
213,951,944
0
0
null
null
null
null
ISO-8859-1
C
false
false
4,644
h
/************************************************************************************************************************************ * La Redistribución y uso en formas de fuente y objeto con o sin modificación, están permitidos siempre que se cumplan las * siguientes condiciones: * * 1. Las redistribuciones del...
[ "marcosgoyret@gmail.com" ]
marcosgoyret@gmail.com
c15f91cbfe5247f622875e6cb5a0e7fe242c0eab
a0c4ed3070ddff4503acf0593e4722140ea68026
/source/OS2/INC/OS2ERR.H
6ad88972fe8c8730a2f1c4c2b9b0c0afa6c6e9d1
[]
no_license
cjacker/windows.xp.whistler
a88e464c820fbfafa64fbc66c7f359bbc43038d7
9f43e5fef59b44e47ba1da8c2b4197f8be4d4bc8
refs/heads/master
2022-12-10T06:47:33.086704
2020-09-19T15:06:48
2020-09-19T15:06:48
299,932,617
0
1
null
2020-09-30T13:43:42
2020-09-30T13:43:41
null
UTF-8
C
false
false
25,878
h
/*++ Copyright (c) 2000 Microsoft Corporation Module Name: os2err.h Abstract: This file contains the OS/2 return codes (ERROR_ ... ) Author: Michael Jarus (mjarus) 20-Nov-2000 Parameters: Revision History: --*/ #ifndef _OS2V20_ERRORS_ #define _OS2V20_ERRORS_ #define NO_ERROR ...
[ "71558585+window-chicken@users.noreply.github.com" ]
71558585+window-chicken@users.noreply.github.com
2926d845ee37ead15a7927f91e2360249626a792
d294cf1731db4716966a3eafec60a86b7aa57757
/pset1/greedy.c
6e23c5a3f7f61e5608f65b06600e7cf3c920cfb8
[]
no_license
jdizzle1207/cs50
71d6343f556b75a7feaff8c0aba909b23f06f42e
f8dbd875eeb2048bf15a724961ba35cb6a4bf344
refs/heads/master
2021-01-15T11:19:38.452640
2015-02-06T13:18:57
2015-02-06T13:18:57
null
0
0
null
null
null
null
UTF-8
C
false
false
1,479
c
/** * greedy.c * * Andrew Siplas * sippy87@gmail.com * * prompts user for change to give and displays the minimum * number of coins (quarters, dimes, nickels, pennies) * needed to be given as change */ #include <stdio.h> #include <math.h> int deduct (int*,int,int*); int main (int argc, char* argv[]) { // al...
[ "sippy87@gmail.com" ]
sippy87@gmail.com
aa5719f59101d7f552e74469bdf5a3200c063433
09847ccd8fda6b3e60f1cfe376f4cf47e6903f9f
/BUILDS/NGINX/SRC/nginx-1.6.2/objs/ngx_auto_config.h
e42e0fee5b9776312446d671a5762d84aaed6be3
[ "BSD-2-Clause" ]
permissive
dangkiena3/build-rpm-docker
7414fdd1c790ee6c685c1a9d71942cd41c1b713f
0618a8f61859e56fe2b984b93a3ba189f2fd567d
refs/heads/master
2021-05-12T05:58:52.135318
2018-03-20T03:58:00
2018-03-20T03:58:00
117,204,845
0
0
null
null
null
null
UTF-8
C
false
false
7,554
h
#define NGX_CONFIGURE " --prefix=/usr/local/nginx --sbin-path=/usr/local/nginx/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --without-http_split...
[ "kiennd@appota.com" ]
kiennd@appota.com
379192b2e7a6ba72cbe949b63a20ec7ab05dd02b
5f8b0ce6251869b45745a846879cfe41c948aa80
/srcs/ressources/ressource_script/parse_json_actions.c
81d734b5b5a6534ceeef467f8fa175a56027ad82
[]
no_license
loucass003/doom
f10ec3c0adea77e8937d9edf9c3c888d99d0914b
938eb115dfcc24e7b8b4a0cfa8f133091f83a195
refs/heads/master
2020-05-06T13:52:31.345670
2020-04-21T02:48:21
2020-04-21T02:48:21
180,160,849
7
0
null
null
null
null
UTF-8
C
false
false
2,377
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* parse_json_actions.c :+: :+: :+: ...
[ "lloncham@student.42.fr" ]
lloncham@student.42.fr
de2db7361d35a714016e8d12f4e368bc19c2ec16
d61776a85ce21990fc274b61d524f1ec69647b4c
/Week1/Problem Set 1_cash.c
5297d1b49a7144642bde9a3dae323d6ca2171921
[]
no_license
yt-Luo/CS50
4bd643398affa120a347e17e2dbc9cc5fef67ac4
f3b960df4b0ab76fe178a8652bc42a7fa363582c
refs/heads/main
2023-05-10T02:17:23.563593
2021-06-03T06:27:18
2021-06-03T06:27:18
370,566,837
0
0
null
null
null
null
UTF-8
C
false
false
723
c
#include <stdio.h> #include <cs50.h> #include <math.h> int main(void) { float dollars; int cents, coins = 0; // run once and go to next step when n > 0 do { //Enter change owned dollars = get_float("Change owned: "); cents = round(dollars * 100); } w...
[ "“ytluo693@gmail.com”" ]
“ytluo693@gmail.com”
1b7aaa317558dda54a26f0513f561833b978a7e8
a556c07ecfa1031dae46fd3433762941ceca68b1
/obj/recipe/campfire.c
7b4f8b4f82553e77a6644cb696e2eaccdf74ca3a
[]
no_license
yqzcabao/pkuxkx-utf8
53c3c24f4e3a9125372bca72b6a4b10aa6293a7f
0eaf237c9970795a51aa4cc04b5b762003300cbd
refs/heads/main
2023-04-01T21:16:23.894845
2021-04-09T13:33:24
2021-04-09T13:33:24
null
0
0
null
null
null
null
UTF-8
C
false
false
623
c
inherit ITEM; void create() { set_name("篝火", ({"camp fire", "fire"})); set_weight(80000); if (clonep()) set_default_object(__FILE__); else { set("long", "这是一堆篝火,利用它就可以来烹饪食物了。\n"); set("unit", "堆"); set("value", 1); ...
[ "i@oiuv.cn" ]
i@oiuv.cn
4d12be668ebfe15d67035679427199baffac2628
c6829f83a5149d51a9c22f5ebc02e74a7170f83f
/hackathon1/hac/hal_spi.c
9e5fd10e91b3c14b59fb2600d7d96a1e6cd4bdaa
[]
no_license
weibop/home_rpi
fcf76fc73994a6fe4550b1fffe7f3ff173a5745e
9a057ec5597992c03b99bf12caa7006e3ee13ced
refs/heads/master
2021-01-15T15:42:42.347969
2016-09-18T18:21:43
2016-09-18T18:21:43
53,540,990
0
0
null
null
null
null
UTF-8
C
false
false
2,033
c
#include "hal_spi.h" #include <stdlib.h> #include <linux/spi/spidev.h> #include <sys/ioctl.h> #include "nazsys.h" #include <fcntl.h> #include <stdio.h> #ifndef DO_PRINT //#define DO_PRINT #endif static const char *device = "/dev/spidev0.0"; static struct spi_ioc_transfer tr_data; static unsigned char mode; //static u...
[ "fzzalan@gmail.com" ]
fzzalan@gmail.com
f58f5cf715c3f2b5bdaa363afa022d19aa47f3d6
7067d40beaf45576b39bc806ee7bb3055dd612fd
/secondwala.c
ea3f8a9658706274d12a680376d6806a53a96ca9
[]
no_license
Bikram-Gyawali/dsarool
77470b78b1fbad15efdea5511fdd893ae8932c46
7b41f95d99007f86a5eef3ebad9f2eef75467d4c
refs/heads/master
2021-01-04T07:12:23.388300
2020-02-14T07:01:40
2020-02-14T07:01:40
240,443,504
1
0
null
null
null
null
UTF-8
C
false
false
201
c
#include<stdio.h> void main() { int a=1,b=2,c=3,d=4,e=5; int *p[5]; int i; p[0]=&a; p[1]=&b; p[2]=&c; p[3]=&d; p[4]=&e; for(i=0; i<5; i++) { printf("\np[%d]=%d",i,*p[i]); } }
[ "noreply@github.com" ]
Bikram-Gyawali.noreply@github.com
4686ab29570890e3c05341928c7c89c336cc2242
9f22e47cc4630f3eb81205b9a581b9e9066ba32f
/part1/session_2/a2_p4.c
826d697ad9cd29c11c26a4f2ed8ff3e24b62324b
[]
no_license
dmejdani/programming-in-c
d56a1afdb0c4b259feab8c6b323d98693bcac69d
8599e703b4b105fe4c7a9c168965e38a566213b8
refs/heads/master
2022-11-06T02:09:17.060228
2020-06-24T20:22:00
2020-06-24T20:22:00
274,757,110
0
0
null
null
null
null
UTF-8
C
false
false
719
c
/* JTSK-320111 a2 p4.c Desar Mejdani d.mejdani@jacobs-university.de */ #include <stdio.h> int main() { char line1[100]; float a, b, h; fgets(line1, sizeof(line1), stdin); sscanf(line1, "%f", &a); fgets(line1, sizeof(line1), stdin); sscanf(line1, "%f", &b); fgets(line1, si...
[ "mejdanid@gmail.com" ]
mejdanid@gmail.com
e804c1cc7fa5b3546e5b9ab3949b46ae9c66dcef
2db6da2369c068e55aa869ae258559d39ed1a9b6
/Output/verif.c
7ce4e27910adf13c3d42489d8fc0bfe2ba10eec0
[ "MIT" ]
permissive
kennethsoh/IE-ACHE
60abd545ea4dbdfb6c9d3b978dcb446f146a0922
060f38ab7528565f1de924030480a4c968077ec6
refs/heads/master
2023-05-07T12:36:11.608470
2021-04-22T09:25:06
2021-04-22T09:25:06
293,873,867
1
2
MIT
2021-05-25T06:37:04
2020-09-08T16:58:35
Python
UTF-8
C
false
false
50,597
c
#include <tfhe/tfhe.h> #include <tfhe/tfhe_io.h> #include <stdio.h> #include <stdlib.h> #include <bitset> #include <iostream> #include <iomanip> #include <boost/multiprecision/cpp_int.hpp> #include <boost/dynamic_bitset.hpp> #include <boost/lexical_cast.hpp> #include <string> #include <sys/time.h> #include <time.h> usi...
[ "sgguy26@gmail.com" ]
sgguy26@gmail.com
cfba2ea0d6bbd469bd494a9a0ee1b9a3f50aafc5
dcca915bb2271c850ba418520015f3ed8900c770
/Trabajo Practico 4/Tp 4/trabajo practico 4/LinkedList.h
ef2b3ede95a23c80e10e7b82bcc80e7d1a3fe6e6
[]
no_license
ceciliaybarrola/tp_laboratorio_1
3e0e2aa2ce0d93381a1706320662379166b570ea
dc09e528dd51fe9b891c25cc4465652579ae4f55
refs/heads/master
2021-05-22T16:01:31.871644
2020-06-27T20:51:47
2020-06-27T20:51:47
252,992,708
0
0
null
null
null
null
UTF-8
C
false
false
1,147
h
#ifndef __LINKEDLIST #define __LINKEDLIST struct Node { void* pElement; struct Node* pNextNode; }typedef Node; struct LinkedList { Node* pFirstNode; int size; }typedef LinkedList; #endif Node* test_getNode(LinkedList* this, int nodeIndex); int test_addNode(LinkedList* this, int nodeIndex,void* pEle...
[ "noreply@github.com" ]
ceciliaybarrola.noreply@github.com
ce479984b1f0975088ec3a6b25bd903ac9871d81
cf20388ce89e0ef320287f12cede263d802363a4
/Inc/sd_diskio.h
145cbf6b3f939cf596c76a1515797204bd8456f2
[]
no_license
Wanghuaichen/embedepupl
f51ee9225c0c2196686e8bdbbcc01fa3418ebf26
d9a05a29c0876ff0090c96eb3d29e5d7ddfaec50
refs/heads/master
2021-08-20T08:38:06.081533
2017-11-28T16:13:55
2017-11-28T16:13:55
null
0
0
null
null
null
null
UTF-8
C
false
false
3,819
h
/** ****************************************************************************** * @file sd_diskio.h (based on sd_diskio_dma_rtos_template.h v2.0.1) * @brief Header for sd_diskio.c module ****************************************************************************** * This notice applies to any an...
[ "andrey@voloshin.work" ]
andrey@voloshin.work
8dc40fa9b0d5a79cd664639f46f4efbada700748
b6f243f2350fc859980946a33c794bd75cdbc953
/src/audio/opus-1.2.1/arm/SigProc_FIX_armv4.h
c68707b141a575520513a00ecf2874628f2981b6
[]
no_license
ubicore/nrf52_audio_opus_sgtl5000
83b8ea3bc4b33567d2b0c164e0121af3e0a80037
dd7d363e0aff573b7e005ed0cab36c1426fb869f
refs/heads/master
2020-05-04T00:31:41.330571
2019-04-01T16:43:24
2019-04-01T16:43:24
178,886,385
9
0
null
null
null
null
UTF-8
C
false
false
2,313
h
/*********************************************************************** Copyright (C) 2013 Xiph.Org Foundation and contributors Copyright (c) 2013 Parrot Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistri...
[ "nicolas.lantz@ubicore.net" ]
nicolas.lantz@ubicore.net
6c67cc83773c24ac0ed15de24e356046ec0f4a41
b45b27637c8e28e82e95111d3dbf455aa772d7b3
/bin/Reapr_1.0.18/third_party/cmake/Utilities/cmlibarchive/tar/getdate.c
aa4ccbb95b39d9df618b1f4a0e0e9bc29236d53c
[ "BSD-3-Clause", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-bsd-unchanged", "GPL-3.0-only" ]
permissive
Fu-Yilei/VALET
caa5e1cad5188cbb94418ad843ea32791e50974b
8741d984056d499af2fd3585467067d1729c73c4
refs/heads/master
2020-08-09T12:17:34.989915
2019-10-10T05:10:12
2019-10-10T05:10:12
214,085,217
1
0
MIT
2019-10-10T04:18:34
2019-10-10T04:18:34
null
UTF-8
C
false
false
32,253
c
/* * This code is in the public domain and has no copyright. * * This is a plain C recursive-descent translation of an old * public-domain YACC grammar that has been used for parsing dates in * very many open-source projects. * * Since the original authors were generous enough to donate their * work to the publ...
[ "yf20@gho.cs.rice.edu" ]
yf20@gho.cs.rice.edu
7ccd5afcc440ff0e6e0406bd0f74b78c1a12cc60
5c8a0d7752e7c37e207f28a7e03d96a5011f8d68
/MapTweet/iOS/Classes/Native/System_Xml_Mono_Xml_Schema_XsdTime4165680512MethodDeclarations.h
be303b33fe97f998aa60eb0e7aa58eb83ebb60cc
[]
no_license
anothercookiecrumbles/ar_storytelling
8119ed664c707790b58fbb0dcf75ccd8cf9a831b
002f9b8d36a6f6918f2d2c27c46b893591997c39
refs/heads/master
2021-01-18T20:00:46.547573
2017-03-10T05:39:49
2017-03-10T05:39:49
84,522,882
1
0
null
null
null
null
UTF-8
C
false
false
898
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // Mono.Xml.Schema.XsdTime struct XsdTime_t4165680512; #include "codegen/il2cpp-codegen.h" #include "System_Xml_System_Xml_XmlTokenizedType16...
[ "priyanjana@mac.com" ]
priyanjana@mac.com
7103161c01b3429a950470cf5436e0fd0f5c5a0d
f8e6f6c6fa9495561653ca41777d754e431ad543
/demos/st/STM32_E407/common/config_files/aws_secure_sockets_config.h
f3c881da85ad389863daa2e92d2e7795d33a43be
[ "MIT" ]
permissive
roedan/amazon-freertos
b3750673f345a6985bf1a988babf1b5c1c326a19
52edb7c79ee1691088208ad5fdd6e062bbe8151b
refs/heads/master
2021-08-24T06:32:46.955449
2017-12-07T17:47:06
2017-12-07T17:47:06
113,350,623
1
2
null
2017-12-06T18:05:40
2017-12-06T18:05:39
null
UTF-8
C
false
false
1,922
h
/* * Amazon FreeRTOS V1.0.0 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includi...
[ "chris@Mini-Me.roedan.com" ]
chris@Mini-Me.roedan.com
6651139f9fe7e47ae5421acff27b55e085af7f4d
9e1f5da6282e34b754dcabd1b6a8a58bc00d195d
/src/include/sof/audio/coefficients/fft/twiddle.h
35fcdfe3fb8350f8ce8ac860dd8ea07cae77094b
[ "BSD-3-Clause", "MIT", "ISC", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Johnnynator/sof
a625e40b9adf23f99cd2543419b7f29dd197679f
b0bb21dc0ee6f2625f0094fb9d88e4acb3daf047
refs/heads/main
2023-09-04T20:58:07.589438
2021-10-28T13:09:44
2021-10-29T21:38:30
423,623,813
0
0
NOASSERTION
2021-11-01T21:40:11
2021-11-01T21:40:10
null
UTF-8
C
false
false
27,420
h
/* SPDX-License-Identifier: BSD-3-Clause * * Copyright(c) 2020 Intel Corporation. All rights reserved. * */ /* Twiddle factors in Q1.31 format */ #ifndef __INCLUDE_TWIDDLE_H__ #define __INCLUDE_TWIDDLE_H__ #include <stdint.h> #define FFT_SIZE_MAX 1024 /* in Q1.31, generated from cos(i * 2 * pi / FFT_SIZE_MAX) ...
[ "yang.jie@linux.intel.com" ]
yang.jie@linux.intel.com
7e31e536c35ada7ad36d3589cf70ee37a6a902d1
71e5f96a29f5d643ab888b37677d38c33f8d765d
/d/shadow/juran/city/p5.c
6d049deba3c7a684241b0ce377b2e9163b1a43bf
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Cherno-SuS/SunderingShadows
5f755fbebb79dc0b9d1c2a0541408be4afeb8b67
c3b4370beb2c4351ecc60826850c94892a42b685
refs/heads/main
2023-04-21T09:52:14.580024
2021-03-23T12:09:55
2021-03-23T12:09:55
349,490,686
0
0
NOASSERTION
2021-03-23T12:09:56
2021-03-19T16:40:12
null
UTF-8
C
false
false
281
c
//Coded by Diego// #include <std.h> #include "../juran.h" inherit JPARK; void create(){ ::create(); set_exits(([ "west" : JROOMS+"p6", "northwest" : JROOMS+"p7", "north" : JROOMS+"f1", "northeast" : JROOMS+"p3", "east" : JROOMS+"p4" ])); }
[ "law@shadowgate.org" ]
law@shadowgate.org
f00b44b19552da158bcc38451156c61be2e46f74
3a58bedd15c17eb98581ba4b112d488f4716fa63
/protocol/protocol_global.h
d0d6333ee0eebedddf9dcbeb2d999f5f60a27857
[]
no_license
dmitriy-chizhov90/client_server
79b4fcde52c684368774466ebdf83aa16a498545
59f38aec6875b4b717c40010c3613822122089bb
refs/heads/master
2021-01-21T10:08:33.675687
2018-08-25T11:41:19
2018-08-25T11:41:19
40,667,662
0
0
null
null
null
null
UTF-8
C
false
false
246
h
#ifndef PROTOCOL_GLOBAL_H #define PROTOCOL_GLOBAL_H #include <QtCore/qglobal.h> #if defined(PROTOCOL_LIBRARY) # define PROTOCOLSHARED_EXPORT Q_DECL_EXPORT #else # define PROTOCOLSHARED_EXPORT Q_DECL_IMPORT #endif #endif // PROTOCOL_GLOBAL_H
[ "dmitriy.chizhov90@gmail.com" ]
dmitriy.chizhov90@gmail.com
9bcf0dffe1ef4b957acf3302ee127b3f4feb8450
884333134f55a6d050c8ddce1887d54c66b14686
/AMS/Topic03/a1_n9934731.c
97f5ffa4023c0295c5f67025cc623382f2c5f756
[]
no_license
waldofouche/CAB202-2018
c0ff4113e46e44e8f93c3c94b3117c96856ee109
d6fa7f4347e892b0542b3e6c2995e415c3e24600
refs/heads/master
2022-04-19T21:28:12.005804
2020-04-07T15:41:52
2020-04-07T15:41:52
null
0
0
null
null
null
null
UTF-8
C
false
false
22,583
c
#include <cab202_graphics.h> #include <cab202_sprites.h> #include <cab202_timers.h> #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <math.h> /******************************** Race To Zombie Mountain Game By Kevin Duong Student ID: n9934731 *********************************/ /* Game state...
[ "waldofouche1@gmail.com" ]
waldofouche1@gmail.com
c8ccb684c54818759882e219b4db98a8698aac16
ae2b328457a6df9dc967cda4e37878a4a48a7e79
/Unity/iOS-Build/Classes/Native/Qualcomm_Vuforia_UnityExtensions_Vuforia_TrackerMa1438689120.h
5e65bbc90f9924189dbb260156e9c28a29b581a8
[]
no_license
Adventure2Fitness/A2F_Mobile
965e47902ebac76776e443b35b071a5a41044e10
dea3966f9018c259cb2c5d03a2cfd7a5897ba78c
refs/heads/master
2021-01-18T01:42:06.723267
2016-02-17T21:03:46
2016-02-17T21:03:46
51,940,762
0
1
null
null
null
null
UTF-8
C
false
false
499
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // Vuforia.TrackerManager struct TrackerManager_t1438689120_0; #include "mscorlib_System_Object_887538054.h" // Vuforia.TrackerManager struct TrackerManager_t1438689120_0 : public...
[ "amberm@mit.edu" ]
amberm@mit.edu
37d84d79dd687320132fff48fcdade81e1cb37ca
1d7ab0a15d66449b00b11687cf8f5a5e4cf4c3a3
/Game/zUI.h
b5a4c295f9b71ea38fcb3ffb11d9ec7d71706caf
[]
no_license
seilweiss/bfbbpc-old
5be41b728cc9b5f21af655226efbb5a94fd1a3ce
0459d01f9fa33cc46b5247399e3d2aab9b38e09e
refs/heads/master
2023-03-04T01:47:58.869582
2020-07-20T02:41:49
2020-07-20T02:41:49
258,961,400
1
0
null
null
null
null
UTF-8
C
false
false
1,056
h
#ifndef ZUI_H #define ZUI_H #include "zEnt.h" #include "zScene.h" struct zUIAsset : xEntAsset { unsigned int uiFlags; unsigned short dim[2]; unsigned int textureID; float uva[2]; float uvb[2]; float uvc[2]; float uvd[2]; }; struct _zUI : zEnt { zUIAsset *sasset; unsigned int uiFla...
[ "32021834+seilweiss@users.noreply.github.com" ]
32021834+seilweiss@users.noreply.github.com
79e17b15bae6e801c56c6f380035ae7b4c3b6483
695764bb4ae1a36d161085019daf548b264918f1
/src/App.c
37b8a5ada728a0c09098b512ebd8f812cbc1d3e2
[]
no_license
facunava92/LabIV_UCC_SE
a0c29e19454227cba956499d118e01ec29d54f8e
9daa42488515bf26af14041e56285f588d643732
refs/heads/master
2021-01-12T01:13:52.373528
2017-01-08T17:35:34
2017-01-08T17:35:34
78,320,384
0
0
null
null
null
null
ISO-8859-3
C
false
false
3,986
c
/* * App.c * * Created on: 8 de ene. de 2017 * Author: facun */ #include "bsp/bsp.h" #include "cmsis_os.h" void vTask1 (void *Parameters); void vTask2 (void *Parameters); void vTask3(void *Parameters); void vTask4 (void *Parameters); void vTaskManager(void *Parameters); void vTaskUART(void* pvParameters); ...
[ "facunava92@gmail.com" ]
facunava92@gmail.com
29b4103b51fcc6bf2bb38f58e6cd36195910df5e
4d804e93521ca56fe14499167aeb902e83fa757b
/kern-rw/mach/krw_daemonServer.h
8a8439d8969b222c73a32750dae516c39333bace
[ "BSD-4-Clause", "BSD-2-Clause" ]
permissive
powenn/Taurine
d95092d97c750cef94b29ba41a71bbce1e322158
89e6ad88410064936f74220816fffed2f3ab0ffa
refs/heads/main
2023-09-01T05:51:23.550660
2021-10-24T13:32:02
2021-10-24T13:32:02
405,645,781
1
6
BSD-4-Clause
2021-09-12T13:13:00
2021-09-12T13:12:59
null
UTF-8
C
false
false
10,597
h
#ifndef _kernrw_daemon_server_ #define _kernrw_daemon_server_ /* Module kernrw_daemon */ #include <string.h> #include <mach/ndr.h> #include <mach/boolean.h> #include <mach/kern_return.h> #include <mach/notify.h> #include <mach/mach_types.h> #include <mach/message.h> #include <mach/mig_errors.h> #include <mach/port.h>...
[ "8144478+Diatrus@users.noreply.github.com" ]
8144478+Diatrus@users.noreply.github.com
1cbe2fb319d3a8de6a68088be073094530ca3a6c
3f2f7205d9fdbde89c5d1abcf1a824b555557992
/大一上/程序设计基础/C++程序设计/code/2-6.c
51ec4e0feb857c8720f824a3491230d7e1767126
[]
no_license
cnyy7/dayi
9ae766cdcbc40d365f206d2ffb9c18cddc2a71e6
4ee12c1d585b5f0c147ae88d4295e4b6b0f11365
refs/heads/master
2020-03-30T23:33:01.173347
2018-11-06T14:40:16
2018-11-06T14:40:16
151,704,259
1
0
null
null
null
null
UTF-8
C
false
false
373
c
#include <stdio.h> #include <time.h> int main(){ const int MOD = 1000000; int i, j, n, S = 0; scanf("%d", &n); for(i = 1; i <= n; i++){ int factorial = 1; for(j = 1; j <= i; j++) factorial = (factorial * j % MOD); S = (S + factorial) % MOD; } printf("%d\n", S); printf("Time used = %.2lf\...
[ "695327125@qq.com" ]
695327125@qq.com
5cba27168c7e16835899fd361070a8fa3f663f6d
ce35a222eb319d35519cb61bc1dd600d6b45dab7
/mini_simon_v2/mini_simon_v2.ino
e59359c1f5de553324499ded05881dfe3abb27fc
[]
no_license
zagath/arduino-stuff
efd16aac3608a8c7d8682c14f77cd95a9b3430b3
14c52cd86d87f62c08fe9f5e7800b4095d057b15
refs/heads/master
2021-01-16T20:38:45.366416
2013-07-29T20:51:56
2013-07-29T20:51:56
null
0
0
null
null
null
null
UTF-8
C
false
false
2,276
ino
/* vim: set ft=c : */ /** * Mini version of Simon (1978) * * Connect leds on 3, 6, 9 * Connect switches on 2, 4, 7 * Connect speaker on 12 */ const int totalLeds = 3; const int ledsPines[totalLeds] = {9, 6, 3}; const int buttonsPines[totalLeds] = {7, 4, 2}; const int speakerPin = 12; const int ledsSounds[to...
[ "lvidarte@gmail.com" ]
lvidarte@gmail.com
8b932d146ffc974b1f7e96f54ee550bb7fe6386f
b6a4c4110573bb2b848b84f35e96ad808a88a301
/Lstash_frame.c
f61e83abfca5471e2dc351138d9058bb63813a22
[]
no_license
charlieMonroe/libunwind-kern
73b578cbcbbe173a3ca78f81762565956c7f0671
9021e8b2b78b722d8396d52b7e86007cf89c72c4
refs/heads/master
2020-04-14T05:48:31.416169
2013-09-06T11:24:27
2013-09-06T11:24:27
null
0
0
null
null
null
null
UTF-8
C
false
false
173
c
#define UNW_LOCAL_ONLY #include "include/libunwind.h" #include "unwind-internal.h" #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gstash_frame.c" #endif
[ "kvasa@me.com" ]
kvasa@me.com