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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1c29b7520b64d0ede8a8ce97d470852133165338 | cb25c249732ab620b1c1cce9fc55ee6e8779fa74 | /Master_Slave/Cartes/Ressources/CONFIG_8051.c | cfd0939cfa8a53d440ced9d49a3a6d42bf2bc550 | [] | no_license | xav-jann1/Projet-Transversal | 48453fa9a9e1a1d886c1e5165d7f3460d3c47dd2 | 5ce6083d4ea5d862de4c48ff4e230f823f9d43b5 | refs/heads/master | 2022-12-11T17:37:49.764712 | 2020-07-17T09:07:02 | 2020-07-17T09:07:02 | 171,713,457 | 3 | 2 | null | 2022-12-10T15:24:44 | 2019-02-20T16:55:53 | CSS | UTF-8 | C | false | false | 904 | c | #include "CONFIG_8051.h"
#include "c8051F020.h"
// Dévalidation du watchdog:
void CONFIG_watchdog() {
WDTCN = 0xDE;
WDTCN = 0xAD;
}
// Configure et utlise l'oscillateur externe pour SYSCLK:
int n, cp;
void CONFIG_externClock() {
// Active l'oscillateur externe de 22Mhz:
OSCXCN = 0x67;
// Attend 2 ms:
for... | [
"xav.jann1@gmail.com"
] | xav.jann1@gmail.com |
f0f5922d67dbc530289f6c7848ce2125f679e948 | 4fb9f910dd97361fd2a8c08874cd683de489af44 | /mt7915/mac.c | 6a4b57509751b89cad368e679ba3abfdcc84979c | [] | no_license | Eddielee30/mt76 | e64a609a405dbf5216ab2a7874a8e608b5b218f1 | 5ac02e22fb03a5c2ff1cadb1c69f64c8d468e189 | refs/heads/master | 2023-04-08T11:01:43.198076 | 2021-04-13T18:09:33 | 2021-04-13T18:10:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 51,452 | c | // SPDX-License-Identifier: ISC
/* Copyright (C) 2020 MediaTek Inc. */
#include <linux/etherdevice.h>
#include <linux/timekeeping.h>
#include "mt7915.h"
#include "../dma.h"
#include "mac.h"
#define to_rssi(field, rxv) ((FIELD_GET(field, rxv) - 220) / 2)
#define HE_BITS(f) cpu_to_le16(IEEE80211_RADIOTAP_HE_##f)
#def... | [
"nbd@nbd.name"
] | nbd@nbd.name |
75e6f8669e31c461ac74bd24408ff2287ea2aaa6 | a58896b7abdaf4cf60007986778b13ad2591051c | /DOS_16bit/VAT/VATDEMO.C | d0af778d7137531d59d9944cc5ca66f6cb044008 | [
"MIT"
] | permissive | nebosite/groundup | 5e6f6ff8cefd7ca58733ad9fe1c2baae01a355a5 | 667cbb1250ceb6a518969adbdcdd8e1455241529 | refs/heads/main | 2023-07-03T18:26:23.797493 | 2021-08-08T03:18:44 | 2021-08-08T03:18:44 | 393,842,216 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 51,368 | c | /**************************************************************************
VATDEMO.C
Written by: Eric Jorgensen (Aug, 1995)
This code was written using Turbo C. It is intended to demonstrate the
use of Varmint's Audio Tools and to provide a example code for programers
who wish to use VAT.
This c... | [
"ericjorg@thejcrew.net"
] | ericjorg@thejcrew.net |
14baa77069f730c17a96996da4f09a363e0bec31 | b9a3f719706e55296d1fe321eb6e78ef7fe3c087 | /11/os/test11_1.c | d3ef18e7238869e84f62ddaa7d41cad9ff58f6c1 | [] | no_license | imadedede/12stepOS | 53bb05cbe08451728deaa55f74fa923a4591e8cb | 7542da235efd9c67e60b00b700398081d484b62a | refs/heads/master | 2021-01-03T04:23:18.440487 | 2020-02-29T10:32:33 | 2020-02-29T10:32:33 | 239,920,601 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,134 | c | #include "defines.h"
#include "kozos.h"
#include "lib.h"
int test11_1_main(int argc, char *argv[]) {
char *p;
int size;
puts("test11_1 started.\n");
// 静的領域をメッセージで受信
puts("test11_1 recv in.\n");
kz_recv(MSGBOX_ID_MSGBOX1, &size, &p); // 受信
puts("test11_1 recv out.\n");
puts(p);
... | [
"imadedede@gmail.com"
] | imadedede@gmail.com |
27ae748a6ab8db2ca3f4d44d7a783db01868da38 | f2dcc41a1898888c0595c5a9fe2d53b68dfa6a99 | /source/core/pause.h | a68e69d9317e65e40941836a945adf43964b5b54 | [] | no_license | Ryuzaki-MrL/Sokoban-Maker | 9b8fe0a736a4bd48435001ec8eff71132fe77c91 | 6326001c125bdb9e93721e546c0ba3c458249864 | refs/heads/master | 2021-09-08T14:03:15.920497 | 2018-03-10T05:44:30 | 2018-03-10T05:44:30 | 107,220,586 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 97 | h | #ifndef PAUSE_H
#define PAUSE_H
void updatePauseMenu();
void drawPauseMenu();
#endif // PAUSE_H | [
"lazaro-e-nemo@hotmail.com"
] | lazaro-e-nemo@hotmail.com |
8b5e4abbcc5304cc2d4db6ce684a0526058bbb43 | e6d65863b1c6ec02a5f8ba17c6d391f7f77620e0 | /comparator.c | 3c10553da91796b613205da73b4b4bc31eaa1eb1 | [] | no_license | mikimtb/US_Beta | cd065ccbd8fa687bd4945d4242fcc59050ef9745 | 125ab7b9a2d355b2d6a7ab82dae5146209f78ac7 | refs/heads/master | 2020-06-10T05:30:41.067267 | 2017-01-22T12:51:17 | 2017-01-22T12:51:17 | 76,071,173 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,886 | c | #include "comparator.h"
#include "gpio.h"
/** Enumerations for reference voltage selection
* Vref VR3:VR0 CVref
* 2.5 8 HIGH
* 2.65625 9 HIGH
* 2.708333333 13 LOW
* 2.8125 10 HIGH
* 2.916666667 14 ... | [
"mbozic84@gmail.com"
] | mbozic84@gmail.com |
a967d44be8dc7a4cbfe942dfc87e0af03a01e0bc | 6d54bab2f6c0a5cbfec686e8f1e6381024cbf6ed | /libft/ft_strwlen.c | 2a5c9d968128a4228ca8329bbb136a9fd555ef7f | [] | no_license | HumanBean17/21sh | a4289753cd860b82f46772f1a74d8c4ec2b0fdaf | 35978a0b5d076bb9e4d9a1a10277432d49d24fbc | refs/heads/master | 2020-07-21T20:45:35.004938 | 2019-09-07T13:43:53 | 2019-09-07T13:43:53 | 206,972,064 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,071 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strwlen.c :+: :+: :+: ... | [
"terex220@icloud.com"
] | terex220@icloud.com |
377eb4a2fbc0cde888c146c2e732c9775701a9ed | 6db3a2a6420441856d455d4b94fcffd82ecc58d4 | /libs/libsystem/inc/Init.h | 2fd5860714d7571f05488f5fb19b5bb81f1342b6 | [] | no_license | cccc/U23_2013_examples | 5561943db2f699e0e7412ade3413a99add80b1e5 | c781957bc8353fe16b60339ac7c8478ea05b84dc | refs/heads/master | 2016-09-06T04:19:20.963621 | 2015-05-17T08:09:16 | 2015-05-17T08:09:16 | 11,800,141 | 0 | 0 | null | 2013-11-25T20:01:03 | 2013-07-31T20:12:17 | C | UTF-8 | C | false | false | 72 | h | #ifndef _INIT_H_
#define _INIT_H_
void InitializeSystem(void);
#endif
| [
"andreas@galauner.de"
] | andreas@galauner.de |
c6a10b5259b63c7f67455cbc5f58f1a015319efd | d065a83dfb5ca397d340a9034e8b1fabb5b1ba8e | /so/2020-11-10/ex1.c | 8c1b0f2999453ed6dec82019f1c1dd9fa131eea4 | [] | no_license | rafaeljesusaraiva/isec-2021-1o-semestre | ae176c711e4f2d00b1a8454d96680c84072898b9 | 108057f1581101e9a7b7035188586f646c91840f | refs/heads/main | 2023-03-11T18:59:32.689936 | 2021-02-28T23:13:20 | 2021-02-28T23:13:20 | 301,668,779 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 930 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <signal.h>
int num;
void mostra(int s) {
printf("\nAcorda!! (recebi o sinal %d na interacao %d)\n", s, num);
fflush(stdout);
exit(33);
}
int main(int argc, char *argv[]) {
int i;
char str[40];
signal(SIGI... | [
"rafajs7@gmail.com"
] | rafajs7@gmail.com |
acfadb2c7a48881400850a8d5566908227bc4df8 | 0659689e4801752ad09bc32326585365a294f155 | /chat-server-crypto.c | 17c091854b4d20813204dccf6b554cbd9ca19926 | [] | no_license | fotinidelig/ntua-oslab | 450a703657505b0ca5eb2f5d0de802eb1428cb26 | 417f4bea051695f43239c5e9c80bff4927908d2c | refs/heads/master | 2021-10-10T18:39:33.280585 | 2018-12-13T14:50:57 | 2018-12-13T14:50:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,659 | c | #include <stdio.h>
#include <errno.h>
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
#include <netdb.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <crypto/cryptodev.h>
... | [
"noreply@github.com"
] | fotinidelig.noreply@github.com |
573eaefec6f372ac1c8bdc9affeb6a14feeeab7b | 82bad675e87ed2964f13b8044ab1d1ea9a53f4e1 | /Pods/Headers/Public/DiscogsAPI/DGTrack+Mapping.h | 961772e413b12b4a1266281d9a641b2dfdbc6bc9 | [] | no_license | kuharich/WaxCabinet | 951861de7b92d4b11e120e525754bcbc9d7f6fd0 | bf8b75cd9df93c5a4cfc63e5780ea7ac15646e2e | refs/heads/master | 2021-01-12T08:41:41.161677 | 2016-12-16T15:32:51 | 2016-12-16T15:32:51 | 76,664,220 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 70 | h | ../../../DiscogsAPI/DiscogsAPI/Mapping/Database/Data/DGTrack+Mapping.h | [
"kuharich@hotmail.com"
] | kuharich@hotmail.com |
0cdb1e5e00dfe2f42f2129143fdf4b2e8ecd2f47 | bce13199cf228a54077e7786e776fdd787761673 | /PrjEmcWxDa1458x/sdk_580/sdk/ble_stack/profiles/bas/bass/bass.c | 1647b9f61839cbfd46479a0beccce5841d54aee3 | [] | no_license | wgy504/ihu | 86ee543fe487bc5cce8faa3f1c51f905eca1de50 | e060247dc4ca58540ba85fd4ec3bc242ab70bee8 | refs/heads/dev | 2021-01-01T04:36:49.704316 | 2017-07-13T17:38:22 | 2017-07-13T17:38:22 | 97,207,999 | 1 | 0 | null | 2017-07-14T07:48:57 | 2017-07-14T07:48:57 | null | UTF-8 | C | false | false | 5,096 | c | /**
****************************************************************************************
*
* @file bass.c
*
* @brief Battery Server Implementation.
*
* Copyright (C) RivieraWaves 2009-2013
*
* $Rev$
*
****************************************************************************************
*/
/**
*****... | [
"tao.jiang@gmail.com"
] | tao.jiang@gmail.com |
340793e9e1f95357481fedf0ccbbb1f64b3c2082 | 19e356aa308d3adef259a912b29950a3af37a2e2 | /Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_EqualityComparer_1_gen_76.h | b19aa475b3653ad0a028d94bd2387e4f249bbda5 | [] | no_license | minuJeong/AcocGame | 87314d914b72290fff347cc590ae03669d10d6ba | 24eeaba66393890998d55a633fcbd17d984549b4 | refs/heads/master | 2021-03-12T23:51:57.818655 | 2015-03-29T12:44:58 | 2015-03-29T12:44:58 | 32,936,460 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 523 | h | #pragma once
#include <stdint.h>
// System.Collections.Generic.EqualityComparer`1<System.Boolean>
struct EqualityComparer_1_t6494;
// System.Object
#include "mscorlib_System_Object.h"
// System.Collections.Generic.EqualityComparer`1<System.Boolean>
struct EqualityComparer_1_t6494 : public Object_t
{
};
struct Equalit... | [
"minu.hanwool@gmail.com"
] | minu.hanwool@gmail.com |
1bcf045b6779dc7649ae35bb9c4c70a131322ceb | 4b08c898c2aaf8565cb0f4c1b382574a88c6d130 | /HackinginC/Assignments/Assignment 2/hic-assignment2-s1049777-s1019954/exercise4.c | 165a6450d4c32f55e76dc82d857120341e4279aa | [] | no_license | NajNordneH/college-2 | e7dc62d05e94cd4956512576811d746cd11c98ac | 11fbde3f99d041dc9800cd5fab56de6e1bdb38d1 | refs/heads/main | 2023-06-04T10:27:28.902690 | 2021-06-10T15:34:46 | 2021-06-10T15:34:46 | 375,007,687 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,362 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
int sign(int num){
return num > 0 ? 1 : num < 0 ? -1 : 0;
}
int my_memcmp(const void *s1, const void *s2, size_t n){
unsigned char* s1_ptr = s1;
unsigned char* s2_ptr = s2;
for(size_t i = 0; i < n; i++){
if(*(s1_ptr+i) != *(s2_ptr+i))... | [
"jan.hendron@student.ru.nl"
] | jan.hendron@student.ru.nl |
1aa2ad4f4e1f8f08f610c24e676853744b59aed1 | 83c93f7f2e144714864331d82218186f9894e526 | /usr.sbin/npf/npftest/libnpftest/npf_state_test.c | 560711e1bbf7a184632376a8a34a27891055bf61 | [] | no_license | rumpkernel-attic/netbsd-userspace-src | 6e03396e795a9dbda608cdcda9d0ce4fe545b853 | 26c11db4bc6cbe694acec2a7861f0e189c80f0eb | refs/heads/master | 2016-09-11T12:12:58.782285 | 2014-07-11T11:47:26 | 2014-07-11T11:47:26 | 12,546,349 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 4,334 | c | /* $NetBSD: npf_state_test.c,v 1.5 2013/11/08 00:38:27 rmind Exp $ */
/*
* NPF state tracking test.
*
* Public Domain.
*/
#include <sys/types.h>
#include <sys/kmem.h>
#include "npf_impl.h"
#include "npf_test.h"
typedef struct {
int tcpfl; /* TCP flags. */
int tlen; /* TCP data length. */
uint32_t seq; /... | [
"pooka@iki.fi"
] | pooka@iki.fi |
311e64117ceb0f662ff0b26eb185deb9be4bde59 | 4e298b59e91f9088f36e9c488eb8c062b8a16c07 | /open/magic-manor/soil/npc/soil-beast03.c | 4208925ebda28e4e75e4e79a0f3f5ca52e1f0504 | [] | no_license | HexColors60/fs2 | 07714b1dbd27d666febf7ccc5e8d3476edaf0146 | c1bc56122142ac741d2432551508d04c9be4694e | refs/heads/master | 2021-05-27T11:06:07.272106 | 2012-08-03T04:15:15 | 2012-08-03T04:15:15 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,070 | c | inherit NPC;
#include "/open/open.h"
#include <ansi.h>
void create()
{
object ob;
set_name("土灵兽", ({ "soil beast","soil","beast" }) );
set("long","出没于土灵塔中的妖物,擅长使用强烈音波功。\n");
set("title",HIY"(土色灵气)"NOR);
set("age", 60);
set("max_gin", 30000);
set("max_kee", 30000);... | [
"szhowardhuang@gmail.com"
] | szhowardhuang@gmail.com |
56a0fba91bcd9550ff8c1880bfccb8869e5f4beb | cc88a72ee061b2ad8a80646bf8827a468b1fc441 | /assign2/Testing/0/avl/avl-0-5.c | 3b1bea86ce30a16858b6fcbbe66401fc27e19e75 | [] | no_license | baheithold/CS201-Datastructures-And-Algorithms | 6e219fc61c3081fa7f876127a7fbd3137eca9d07 | 6c71d3affede22922ebaa7b63888f729beb40cee | refs/heads/master | 2020-12-11T15:27:42.949250 | 2020-01-14T16:25:36 | 2020-01-14T16:25:36 | 233,884,073 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 983 | c | #include <stdio.h>
#include <stdlib.h>
#include "../../../integer.h"
#include "../../../real.h"
#include "../../../string.h"
#include "../../../queue.h"
#include "../../../bst.h"
#include "../../../avl.h"
void srandom(unsigned int);
long int random(void);
int
main(void)
{
srandom(106);
//INTEGER test of A... | [
"baheithold@crimson.ua.edu"
] | baheithold@crimson.ua.edu |
12910700d3db9d8b4a719e808f723e4cef884072 | 132cb8d8caa4bc7ee49c2d481dc2cf302be23a2d | /WCuda/Tuto_CppTest/INC_SYMLINK/PROJECT/CalculatriceFloat.h | 806ba7a347ef627a0c65b4808ecac4327748e975 | [] | no_license | Thibaut95/Cuda | dedfb73d61457d49091710effc6eb3c4a18f0222 | c78ed803c405db7edf3c0208723fc8d8d37b43eb | refs/heads/master | 2020-04-15T18:40:38.906841 | 2019-01-29T15:25:05 | 2019-01-29T15:25:05 | 164,920,431 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 99 | h | /home/mse17/Desktop/Backup/Cuda/WCuda/Tuto_CppTest/src/cpp/core/standard/scalar/CalculatriceFloat.h | [
"thib.piquerez@gmail.com"
] | thib.piquerez@gmail.com |
c6b0694e5a4a85fc426d170c3262049846c42e04 | f0aebe38929234e51bcb4eeca252015a2b5f1a92 | /0x04-sandpiles/0-sandpiles.c | 41420957c615c4f7a1b9ff2a5d73a5e8d057317b | [] | no_license | Virteip/holbertonschool-interview | 94c1b81a5f655baf275d088529f8babfbf13272d | e99297183a2c5aa2a9ee0de876ee0af4b4d70d53 | refs/heads/master | 2022-12-13T21:04:25.629861 | 2020-09-10T05:36:53 | 2020-09-10T05:36:53 | 283,232,039 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,956 | c | #include <stdio.h>
#include "sandpiles.h"
/**
* matrix_output - sand_pile output
*
* @sand_pile: sandpile
*
* Return: void
*/
static void matrix_output(int sand_pile[3][3])
{
int index, index_nest;
for (index = 0; index < 3; index++)
{
for (index_nest = 0; index_nest < 3; index_nest++)
{
if (index_ne... | [
"sergiopietri@gmail.com"
] | sergiopietri@gmail.com |
da87b79efc633f0f12c3e79affa773d29436d841 | f509101e6d7a0298ffe2ed283a9db9ef83845966 | /lua/src/lua_custom.h | fe55812fed5afce960cc352d89ab5fe40d145fe6 | [
"MIT"
] | permissive | macieks/multi-script | 8a366cb550888f4dce17e94aa489ceb8291ab3ab | 9c7fb4a1a23ec48f46969cf660e29a81b70e208f | refs/heads/master | 2016-09-06T18:15:32.246740 | 2015-07-16T07:32:56 | 2015-07-16T07:32:56 | 39,183,040 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 198 | h |
#ifndef lua_custom_h
#define lua_custom_h
typedef void (*lua_print_callback_func)(lua_State* L, const char* text);
extern lua_print_callback_func lua_print_callback;
#endif // lua_custom_h | [
"msawitus@6c9f3179-818c-14e3-b39b-7b2751aaa48e"
] | msawitus@6c9f3179-818c-14e3-b39b-7b2751aaa48e |
14de658f60e6ff6218088ca3d5d963522550d1a0 | 6af3edb5026dbde68a9d5033ed88ff2978806c97 | /PlayCDDA_rev.h | 547c1dda54467d6862ef638ad8f2f1d259f8741c | [
"BSD-2-Clause"
] | permissive | salass00/playcdda | 1e4951f57d69a631e9e54ee030ed0c1bf9331020 | 9e614f68aed7e103b798ed3a9edfb85a1e64790a | refs/heads/master | 2022-12-14T15:28:37.092057 | 2022-12-01T14:11:47 | 2022-12-01T14:11:47 | 104,351,405 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 193 | h | #define VERSION 2
#define REVISION 1
#define DATE "20.9.2017"
#define VERS "PlayCDDA 2.1"
#define VSTRING "PlayCDDA 2.1 (20.9.2017)\r\n"
#define VERSTAG "\0$VER: PlayCDDA 2.1 (20.9.2017)"
| [
"fredrik@a500.org"
] | fredrik@a500.org |
b059cc8471027672ec26248aed59cf0a11fe1b02 | 1f63dde39fcc5f8be29f2acb947c41f1b6f1683e | /Boss2D/addon/ffmpeg-n3.2.2_for_boss/libavcodec/indeo4.c | 594c56d163c3ee4a760a93a3d2452bc9cf5da25c | [
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"LGPL-3.0-or-later",
"IJG",
"GPL-1.0-or-later",
"LGPL-3.0-only",
"GPL-2.0-or-later",
"MIT",
"GPL-3.0-only",
"GPL-2.0-only",
"Apache-2.0",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-proprietary-license",
"LGPL-2.1-only"
] | permissive | koobonil/Boss2D | 09ca948823e0df5a5a53b64a10033c4f3665483a | e5eb355b57228a701495f2660f137bd05628c202 | refs/heads/master | 2022-10-20T09:02:51.341143 | 2019-07-18T02:13:44 | 2019-07-18T02:13:44 | 105,999,368 | 7 | 2 | MIT | 2022-10-04T23:31:12 | 2017-10-06T11:57:07 | C++ | UTF-8 | C | false | false | 25,735 | c | /*
* Indeo Video Interactive v4 compatible decoder
* Copyright (c) 2009-2011 Maxim Poliakovski
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
... | [
"slacealic@gmail.com"
] | slacealic@gmail.com |
ced646f7fa75b256981bb20143e00a5d2fc5ffb3 | 594d906bf4a308ab6440170adca69b830a589ec4 | /src/log.c | b2ea79a8980ff88b0004421736f1a857ecff940d | [] | no_license | AspirinZJ/Quori_head_calibration | d15abe360d3a8f30b7eba47ed2e6d4394a76e8ab | e2dee0585007cf4a506e18d04cdbf717d06c40b5 | refs/heads/master | 2020-07-24T22:37:45.402164 | 2019-07-26T21:08:49 | 2019-07-29T16:46:04 | 208,071,857 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,495 | c | #include <math.h>
#include "rt_defines.h"
#include "rt_nonfinite.h"
#include "sphereToimage.h"
#include "log.h"
#include "power.h"
#include "sphereToimage_rtwutil.h"
static double rt_atan2d_snf(double u0, double u1);
static double rt_atan2d_snf(double u0, double u1)
{
double y;
int b_u0;
int b_u1;... | [
"zhangmengwei1996@outlook.com"
] | zhangmengwei1996@outlook.com |
b190d4fb259f7dbaf0123664cd512c30eb348df5 | 362882cca110af3ca966a447bcaf9e8c883f1763 | /telnet-proxy/network.c | 3e6f5b76c2f139098701ff873c14adcbcc21b691 | [] | no_license | xianlimei/Telnet-Proxy | 36348a63c94b931fe983b72536d62c476f94cec9 | b721c08d7d544af10fc7cae4ccf076e4b2fed293 | refs/heads/main | 2022-12-30T04:42:13.274892 | 2020-10-29T05:25:25 | 2020-10-29T05:25:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,852 | c | #include <stdio.h>
#include<stdlib.h>
#include "network.h"
#include <sys/socket.h>
#include <sys/types.h>
#include <signal.h>
int get_port(const char *p)
{
int i;
int rc = 0;
for (i = 0; p[i] != '\0'; i++)
{
if (p[i] >= '0' && p[i] <= '9')
{
rc = rc * 10 + (p[i] - '0');
... | [
"noreply@github.com"
] | xianlimei.noreply@github.com |
a6707049b705d1d7e0cfc12773d0e97de11f0525 | e5fe4ae1c8bf5ef8ab805cb812ffbd11542fb360 | /code/demo_buzzer.c | 854ac101b155f9905b42a3b8ffe60a0e66af0f4d | [] | no_license | haliwt/CMS8S6990LEDDISPLAY_pro | 40dbb039ff2827d3b93bbcb46808980a4e6ec182 | 563f2cbaad7610c94e6d18990a67ffa4de63d76b | refs/heads/master | 2022-12-21T08:06:19.142174 | 2020-08-08T01:22:18 | 2020-08-08T01:22:18 | 283,373,786 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,274 | c |
/****************************************************************************/
/* include files
*****************************************************************************/
#include "demo_buzzer.h"
/******************************************************************************
** \brief BUZZER_Init(void)
** \par... | [
"jonehutong@gmail.com"
] | jonehutong@gmail.com |
3febe53094c4ca3f0d25d80f73d766ccaf9a5b8a | 81c7e602b2a0b5d8bb4f7964b8f4c8720e86f2c8 | /unmapped/PortalForcer.c | 3abf365a8a770e69824cf9d72b77a54658f33931 | [] | no_license | hanbule/source | 63f58444e0b4bf4df56524a7143cca6673d3f0dd | ea30a251dd8fd16a7bd2e568209797a9c7be970f | refs/heads/master | 2021-07-04T11:16:22.502186 | 2017-09-27T20:32:49 | 2017-09-27T20:32:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 55,149 | c |
void __fastcall PortalForcer::serialize(PortalForcer *this, CompoundTag *a2)
{
PortalForcer::serialize(this, a2);
}
void __fastcall PortalForcer::~PortalForcer(PortalForcer *this)
{
PortalForcer::~PortalForcer(this);
}
int __fastcall PortalForcer::createPortal(PortalForcer *this, const Entity *a2, int a3)
{
... | [
"SupremeMortal@users.noreply.github.com"
] | SupremeMortal@users.noreply.github.com |
562078be40bbab80b7374113281ab4d02d086565 | ef62a86dcd421eca3a5b10a454ab6abe97cc702c | /week4/lab4/volume.c | c8a76c035412c1795d65ca9fb4797354e1f3bdab | [] | no_license | alonso030596/cs50 | 4e1d768bf692951925729de0c55d3e1a99743be9 | 6023297b6c3c9d74920a8365e9fe1d84e38d790c | refs/heads/master | 2023-08-26T23:47:53.874343 | 2021-10-12T03:35:16 | 2021-10-12T03:35:16 | 377,948,534 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,375 | c | // Modifies the volume of an audio file
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
// Number of bytes in .wav header
const int HEADER_SIZE = 44;
int main(int argc, char *argv[])
{
// Check command-line arguments
if (argc != 4)
{
printf("Usage: ./volume input.wav output.wav factor\... | [
"alonso_030596@hotmail.com"
] | alonso_030596@hotmail.com |
c9df7fad49eab73be6c1c624bcdfa36dca00833d | 765203865a8e6cc5addb259e732676e633d6f7a6 | /libft/ft_toupper.c | a9bbee1974a85d6013b3b9144d4f5718a20e7103 | [] | no_license | Ry-Hasegawa/ft_printf | 9f6424439d2f6b73df6b44ecfdd3355012aa83a5 | 37edc2ba82c1acc755490ec810d22b0559c5a08a | refs/heads/master | 2023-05-15T01:35:35.316959 | 2021-06-14T15:28:45 | 2021-06-14T15:28:45 | 376,870,414 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 992 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_toupper.c :+: :+: :+: ... | [
"co@RyunosukenoMacBook-Pro.local"
] | co@RyunosukenoMacBook-Pro.local |
c8878d71fbb33463646b6f67b57b0d7a881dc8fd | 3d190a44f5fc80b39204532f00825b6ec942f886 | /src/main.c | f287b945b940ad0c7e7faa1f4ee62e2f3dab9082 | [] | no_license | sammeboy635/Voxel_Math | e1fcff6c25456fa40bf18ed8e3ae18c6230d4491 | 6e05547e6063c96cb32e6600ae0011af95213ffc | refs/heads/main | 2023-03-18T07:38:02.001747 | 2021-03-08T18:27:49 | 2021-03-08T18:27:49 | 345,754,595 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,326 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "cube.h"
#include "chunk.h"
#include <stdio.h>
#include <stdlib.h>
typedef struct Dynamic_Array
{
void *ptr;
int index;
int size;
} Dynamic_Array;
Dynamic_Array *dyn_init(int sizeOfElem, int length)
{
Dynamic_Array... | [
"samueltoddwaite@gmail.com"
] | samueltoddwaite@gmail.com |
992245d74810512b038c8589f1aafadac4dd09ed | 0852c62d390e680683e522cda8e4f51349126813 | /tasks/task4.c | e5488319f94717a1d2c30548b7020e703ebf36cb | [] | no_license | hakanTekin/Operating-Systems-Project-2 | 084d95c1710aed5fe44c5a1e2954949a501ba942 | f95aa162994456e466dc768bec821b8e9645e35c | refs/heads/master | 2023-01-23T16:08:16.181922 | 2020-10-25T08:45:14 | 2020-10-25T08:45:14 | 261,450,859 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,156 | c | #ifndef LIBRARY_IMPORTS
#define LIBRARY_IMPORTS
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdbool.h>
#include <time.h>
#endif
#ifndef PTHREAD_IMPORT
#define PTHREAD_IMPORT
#include <pthread.h>
#endif
#ifndef TRIE_C
#define TRIE_C
#include "../trie.c"
#endif
#ifndef BUFFER_LENGTH
#define BU... | [
"hakan.ahmet.tekin.com"
] | hakan.ahmet.tekin.com |
f42a846050873fb06b3c057241cd0a5f8f32cff4 | 4844b8932c9c94d516a64a3899609aebd27eac8f | /FileSystem/src/FileSystem.h | 9cd6354db069ecc8f6ddbefa655773532a411644 | [] | no_license | mporracindie/YAMA | 4cc76edf17b9248f9fd6afc87dfd7899f187ab22 | 32fafc120f060ccf787269a113785f745f4f15c2 | refs/heads/master | 2021-08-30T16:48:14.817319 | 2017-12-18T18:32:25 | 2017-12-18T18:32:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,646 | h | #include <socketConfig.h>
#include <commons/log.h>
#include <readline/readline.h>
#include <readline/history.h>
#include <stdbool.h>
#include <commons/bitarray.h>
#include <commons/collections/list.h>
#include <sys/types.h>
#include <sys/stat.h>
typedef enum {
TEXTO = 0, BINARIO = 1
} t_tipo_archivo;
//ESTRUCTURA AR... | [
"marcoporracin@gmail.com"
] | marcoporracin@gmail.com |
ce21d73aaab837b6ebbc94501afc03da496981c7 | 3f5f048d0dc66c6e11399fde3f3b3d02f047a93f | /libft/src/ft_memmove.c | 630140a94106f8ce66899cef16abc9317807372e | [] | no_license | jfortin42/fdf | 74d256b825db0afdef16fb3739188b043d9fb990 | 5c7de30bc10bc0b06790152221e796218f230750 | refs/heads/master | 2021-01-10T09:09:04.483342 | 2019-11-12T01:27:26 | 2019-11-12T01:27:26 | 51,382,465 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,133 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memmove.c :+: :+: :+: ... | [
"jfortin@e1r9p8.42.fr"
] | jfortin@e1r9p8.42.fr |
89f4f19ef63d747d074c2a7ad051e065db7b23f1 | 156b314372654f0a62d9bbd7e5056ff74ba0d9fa | /warmup/4-corona-vaccines/vaccine.c | a984499506a282498d5b3962469d4b8e641e6af5 | [] | no_license | roeeyn/fellows-0-ctf-challenges | 0fe91805dc1b4d7e4029f809eacb7961f24354d1 | 9eefd7801c9fe34f25e2be0d48986c90e5855a84 | refs/heads/master | 2022-12-02T22:50:39.201469 | 2020-08-14T12:44:55 | 2020-08-14T12:44:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 338 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
int main() {
char command[64], input[64];
printf("Who do you wanna shoot? Name: ");
fgets(input, 64, stdin);
strcpy(command, "echo ");
strcat(command, input);
printf("Command: %s\n", command);
system(command)... | [
"gabs.oficial98@gmail.com"
] | gabs.oficial98@gmail.com |
03495e80cb7bd5d8db5ec5f82550a6f4368e8bdc | b84a43805e2c98d937013f3a23ecfa756945c44a | /【收集的表盘】/MAIBU数字/watchface_vines.c | 57882b340ec823199394fd871b6b8b38bd8abe30 | [] | no_license | h2y/maibu-watch | 9fa1684951d01a9fe1c8a412ecf1d3b40297b997 | 7161f250bb1b3eb86a5baed5347ebbc8493cdd61 | refs/heads/master | 2021-01-01T20:08:31.758049 | 2018-01-24T09:52:41 | 2018-01-24T09:52:49 | 98,773,789 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,072 | c | /*
首先:程序代码复用率低,需要大面积重构
修改:
降低表盘刷新频率
十二小时显示
月日使用文本输出,而不是图片
顶部的maibu显示为for hzy,或者disconnected
第二阶段:
返回键用作音乐控制
黑底、白底自动切换
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "maibu_sdk.h"
#include "maibu_res.h"
#define BACKGROUND_NUM 1 //背景图片个数
#define TIME_NUM 8 //时间位数
/*图片坐标:... | [
"hzy961016@163.com"
] | hzy961016@163.com |
e434771983c9c42b581acc13ea1591c73c88ac8e | 48772d91bf02abdad647f4d55c7ecfed50053df5 | /shared/mavlink/onboard/UniAdapter/mavlink_msg_configuration_control.h | a8cca916f00b452a4255f7c79f9b872e936bf9b9 | [] | no_license | cemizm/AnySense | dadef38d5d2833e6489b2903e26d360cf2b819bc | 7d833a20ceb8ee75252c194b034875a99c1a092a | refs/heads/master | 2021-03-24T11:53:46.728618 | 2015-09-29T14:44:44 | 2015-09-29T14:44:44 | 35,298,399 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,224 | h | // MESSAGE CONFIGURATION_CONTROL PACKING
#define MAVLINK_MSG_ID_CONFIGURATION_CONTROL 180
typedef struct __mavlink_configuration_control_t
{
uint16_t param1; ///< Optional, Parameter 1 for Command.
uint16_t param2; ///< Optional, Parameter 2 for Command.
uint8_t command; ///< Command to execute
} mavlink_configura... | [
"cem.basoglu@web.de"
] | cem.basoglu@web.de |
a52f6264b18eec7d62822eeb478feff1c12bd900 | 3a1c15f95ad5b81ad69a9ea12d827f893477ea5b | /tags/iup_3_3/iup/src/win/iupwin_font.c | 34fb75f1b1faa42bff62b8e64ef9b3870ec315e8 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | svn2github/iup-iup | 299a5cfc9d20f1e38078837e6199784f8c7dcfde | b6a92cebd91e90018c410426461683e1d74fabef | refs/heads/master | 2020-04-12T06:44:10.183905 | 2019-01-16T18:10:52 | 2019-01-16T18:10:52 | 60,389,764 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,765 | c | /** \file
* \brief Windows Font mapping
*
* See Copyright Notice in "iup.h"
*/
#include <stdlib.h>
#include <stdio.h>
#include <windows.h>
#include "iup.h"
#include "iup_str.h"
#include "iup_array.h"
#include "iup_attrib.h"
#include "iup_object.h"
#include "iup_drv.h"
#include "iup_drvfont.h"
#include "iup_ass... | [
"(no author)@2f08bc20-984a-4df8-b195-9b5d5d477537"
] | (no author)@2f08bc20-984a-4df8-b195-9b5d5d477537 |
5738cf7f19ec5d502b5d2662d55db3b71e0b2670 | 04ac27de02849efeaf3d0031182bf7b4d1e0ae40 | /5ifelse.c | 3444b4fd97b4dcc75ce04b899067b5f7395f468f | [] | no_license | raushan8581/C_program | eaf66b4edca0fcbe50b9ee9529f079560c956dc5 | d3df2f7fc527b8f7e9fb1481312c45ce17031a15 | refs/heads/master | 2023-05-04T17:56:00.752898 | 2021-05-28T11:46:59 | 2021-05-28T11:46:59 | 371,682,815 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 412 | c | #include <stdio.h>
int main()
{
int age;
printf("Enter your age\n");
scanf("%d", &age);
printf("you have entered %d as your age\n", age);
if (age >= 18)
{
printf("you are eligible for vote\n");
}
else if (age >= 10)
{
printf("you are eligible for vote as kids\n");
... | [
"raushankumar@iitbhilai.ac.in"
] | raushankumar@iitbhilai.ac.in |
62e81c35f761ec8795377928137a62e2dcae430a | b5f09fb1aaf5211758087ed91c314106f9324ee0 | /QuarkPlatformPkg/Library/PlatformPcieHelperLib/CommonHeader.h | e529580b38d5d351ff4c1405a1a88359343b9ff1 | [
"BSD-2-Clause"
] | permissive | chobyungkyu/OpenPlatform | 6d0ce3db1f92497716eb3b2e337f72788453f705 | 0ec294738e4236b68581f57127804f4a2555094d | refs/heads/master | 2021-05-04T19:08:04.561161 | 2016-06-03T01:56:14 | 2016-06-03T01:56:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,325 | h | /** @file
Common header file shared by all source files in this component.
Copyright (c) 2013-2015 Intel Corporation.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license ... | [
"jiewen.yao@intel.com"
] | jiewen.yao@intel.com |
b17a30c59678164256f65967d175b95d0be36488 | 07e58d7ba1d8b3e47f59efb16cef8d6a9ffbda89 | /embedded-software/mcu-primary/src/application/config/appltask_cfg.c | c90466b90cbe262d5754798f3cbe2809cd298094 | [
"BSD-3-Clause",
"CC-BY-4.0"
] | permissive | mtbeck/foxbms | 07c8277b70ac4964f0de69dbe8ef4701361938e4 | 5e22dc54cddfbd8cd59d29c4c1be154666af1f9c | refs/heads/master | 2020-12-23T12:46:35.968699 | 2019-09-03T14:19:33 | 2019-09-03T14:19:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,127 | c | /**
*
* @copyright © 2010 - 2019, Fraunhofer-Gesellschaft zur Foerderung der
* angewandten Forschung e.V. All rights reserved.
*
* BSD 3-Clause License
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. R... | [
"info@foxbms.org"
] | info@foxbms.org |
f5207e173d5dfb543f5c89c232dd489016380a00 | bb7d83cd9ab2fa9995bcfb970d2dcccd0fcc7cc4 | /xlockmore/5.x/5.58/xlockmore-5.58/modes/lissie.c | 5b637c8f6c7024ddbee8be22c3c489afde2a1c43 | [] | no_license | daveriesz/xlockmore-releases | 8e6b4aeab63427e605e693cb55f68524a5dde319 | a85e159040ed993be28fea691d5bbaf4e53dcd3f | refs/heads/master | 2023-04-06T16:21:33.544578 | 2023-03-17T23:25:32 | 2023-03-17T23:25:32 | 292,445,787 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,214 | c | /* -*- Mode: C; tab-width: 4 -*- */
/* lissie --- the Lissajous worm */
#if 0
static const char sccsid[] = "@(#)lissie.c 5.00 2000/11/01 xlockmore";
#endif
/*-
* lissie.c - The Lissajous worm for xlock, the X Window System
* lockscreen.
*
* Copyright (c) 1996 by Alexander Jolk <ub9x@rz.uni-karlsruh... | [
"dave@riesz.net"
] | dave@riesz.net |
9cda6269437fda0915737d4891b916341e664266 | 324dbbdebe8344b9ba30e4a9cf06e7e81f20ac42 | /assets/shaders/inc/render_parameters.h | 5c9d0a9528aa2e28596d4f4cdc3ff92b010aabc2 | [
"MIT"
] | permissive | cylof22/Granite | 79fb5991c7856812e2622d9250aefb0144ce533b | 92c20438bdf144d8d2bb248e1b94cd6df1e26d8f | refs/heads/master | 2023-02-18T13:41:01.937168 | 2021-01-16T08:20:43 | 2021-01-16T08:20:43 | 108,522,726 | 0 | 0 | MIT | 2021-01-16T08:20:44 | 2017-10-27T08:52:09 | C++ | UTF-8 | C | false | false | 666 | h | #ifndef RENDER_PARAMETERS_H
#define RENDER_PARAMETERS_H
#include "../inc/global_bindings.h"
layout(set = 0, binding = BINDING_GLOBAL_TRANSFORM, std140) uniform RenderParameters
{
mat4 projection;
mat4 view;
mat4 view_projection;
mat4 inv_projection;
mat4 inv_view;
mat4 inv_view_projection;
mat4 local_view_proj... | [
"maister@archlinux.us"
] | maister@archlinux.us |
a47ff501b884cb18cf4c630de0b19e7a3f143e42 | cc2c599f1d8574fd543b737810c13b273bd1ff49 | /OJ/OJ1-100/OJ35-44/oj1042.c | 124fcd11b4a959e76bccecdc8977bac7435b30e4 | [] | no_license | h404j/c-test1 | c232716611c71104e7499fca7c2717504c7a2cca | 9ac8645d7fdd347de8215f7b7b2d279a158a0c1f | refs/heads/master | 2023-02-14T23:41:15.400146 | 2021-01-05T06:38:49 | 2021-01-05T06:38:49 | 296,028,240 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 247 | c | #include <stdio.h>
#include <math.h>
int main()
{
int n;
float sum = 0;
scanf("%d", &n);
for (int i = 1; i <= n; i++)
{
sum = sum + (float)i / (2 * i - 1) * pow(-1, i + 1);
}
printf("%.3f", sum);
return 0;
} | [
"hjlxy1314@139.com"
] | hjlxy1314@139.com |
45b68e1fd06683f73d2f563f2fd7ad151bb5a3bc | 3fdaced9025cb2e3db75ca191d9cfe352180d8d9 | /Project/STM32F10x_StdPeriph_Examples/DMA/FLASH_RAM/main.c | 379023d5cf749e1f68a63c845d8cf9b8fc1e5c6b | [] | no_license | CloudStudio2017/HeatController | bb957dc3a2c96ae1d1ad720b51ba38d91f9f99bb | 44742acd752b2cd81e49b3e3669bfde2d836f2bc | refs/heads/master | 2021-09-24T12:04:11.298105 | 2018-10-09T17:46:20 | 2018-10-09T17:46:20 | 93,427,353 | 4 | 3 | null | 2018-10-09T17:46:21 | 2017-06-05T17:01:34 | C | UTF-8 | C | false | false | 6,811 | c | /**
******************************************************************************
* @file DMA/FLASH_RAM/main.c
* @author MCD Application Team
* @version V3.5.0
* @date 08-April-2011
* @brief Main program body
******************************************************************************
* @at... | [
"442534820@qq.com"
] | 442534820@qq.com |
e3a45d3ce3426338e993365f00809e5e0a8e4fc8 | d245cedb5f4dc924a2af2948420f35f8dd5aef70 | /emb_1322pa_cdd/Black_Box_3_0_12/Black_Box_3_0_12/BeeApps/BeeAppinit.c | 8f18995af1e1e6a6e31b78963350d12fe439695e | [] | no_license | cdealti/zigbee_firmware | 4dcb220655f249f33fd3469c848311ee0fff23fc | 92ccd81ca5701f9b95a7784e716871a165565753 | refs/heads/master | 2021-01-10T13:34:37.142971 | 2015-11-27T17:22:59 | 2015-11-27T17:22:59 | 46,863,686 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 35,085 | c | /******************************************************************************
* BeeAppInit.c
*
* Initialization common to all applications. The very start of the program,
* main(), is found here.
*
* Copyright (c) 2008, Freescale, Inc. All rights reserved.
*
*
* No part of this document must be reproduced in any form... | [
"cristiano.dealti@eurotech.com"
] | cristiano.dealti@eurotech.com |
dedbf82b669f25beb9848968fb85810b38b15217 | e5e284c27a10928b4a3edaa2bc6d1de7a4ce55d6 | /Memcached/MCBug5/memcached-127/libmemcached-0.49/tests/libmemcached_world.h | 5a5e15b5c4fb5ff622e08e96d08357025be29fab | [
"MIT",
"BSD-3-Clause"
] | permissive | uditagarwal97/nekara-artifact | 56f821870b8e7f9accc810b9bc7ae528f2fd1d99 | b210ccaf751aca6bae7189d4f4db537b6158c525 | refs/heads/main | 2023-04-12T02:46:54.348849 | 2021-08-21T06:14:34 | 2021-08-21T06:14:34 | 386,279,125 | 0 | 0 | MIT | 2021-07-15T12:19:06 | 2021-07-15T12:19:05 | null | UTF-8 | C | false | false | 4,962 | h | /* libMemcached Functions Test
* Copyright (C) 2006-2009 Brian Aker
* All rights reserved.
*
* Use and distribution licensed under the BSD license. See
* the COPYING file in the parent directory for full text.
*
* Description: This is the startup bits for any libmemcached test.
*
*/
#ifdef __cplusplus
extern... | [
"dev.madaari@gmail.com"
] | dev.madaari@gmail.com |
7d50b5503354edfbd6ffe54328b92b12b578bf2a | ecfadf59abf0c377e4fbaafb8f594420d8d23277 | /C/Michael Kovar/GEM.510/SOURCES/GEM_LIB/WINDOW.H | 7a56015c03f671f730cc48071b68fdc32e8d0e8d | [] | no_license | laurentd75/ggnkua_Atari_ST_Sources_Repository | 71fad5fc5ee3ea7bbd807ec6a6d4a99f7ef31334 | b51e02ffd546ba8260a5645a51acd90d66c16832 | refs/heads/master | 2023-08-31T14:13:18.440660 | 2023-08-24T10:09:58 | 2023-08-24T10:09:58 | 164,442,362 | 0 | 0 | null | 2023-09-03T00:24:29 | 2019-01-07T14:12:47 | null | ISO-8859-2 | C | false | false | 4,818 | h | /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::: w i n d o w :::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
* Headerdatei fr den Windowmanager aus der ST-Computer 05/89 - 10/89
*
* Autor fr die ST Co... | [
"ggn.dbug@gmail.com"
] | ggn.dbug@gmail.com |
135bd0de843914dde2bdd1dc3c300cd805bf4550 | 88238786f8bf9db7d5e69c51dedf2e993989c7c0 | /c/tabuada.c | 304fbffc1f26c635ad5dd9e2a8e023d8ce4c49e7 | [] | no_license | ValdoNeves/C-basico | 5d1c0b53e75c4818b02598fcdfe36aa4d5fbde99 | 6bed934d2d516f19ee9ad562a3459af9eb4eaa44 | refs/heads/main | 2023-08-19T07:45:13.399352 | 2021-10-02T04:59:23 | 2021-10-02T04:59:23 | 401,936,173 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 351 | c | #include <stdio.h>
int main(){
int numero;
int i;
printf("Insira o numero correspondente a tabuada que voce deseja visualizar: \n");
scanf("%d", &numero);
printf("\n\nTabuada do %d\n\n", numero);
for(i = 1; i < 11; i++){
int resultado = i * numero;
printf("%d x %d = %d\n", numero, i, resultado);... | [
"valdogt1@gmail.com"
] | valdogt1@gmail.com |
1ae5dd9e78e123674c44aa45696f639e3e2d7d06 | 493cacad0bc2912886ea4df3d8813ea28a54d822 | /0x14-bit_manipulation/5-flip_bits.c | 975d6bbb29c51ac44c3cc28a7441eb9271c78997 | [] | no_license | fourbet/holbertonschool-low_level_programming | 0489d140f8db71976e79f8b88216e95b4679d125 | 163c6617e5995aa54e5c5e7842afdf52352ba151 | refs/heads/master | 2023-04-07T11:15:45.480896 | 2021-04-21T14:58:08 | 2021-04-21T14:58:08 | 295,931,935 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 811 | c | #include "holberton.h"
#include <stdio.h>
/**
* _pow_recursion - number pow
* @x: number given
* @y: power
* Return: number
*/
unsigned long int _pow_recursion(unsigned int x, unsigned int y)
{
if (y > 0)
{
return (x * _pow_recursion(x, y - 1));
}
return (1);
}
/**
* flip_bits - returns the number of bits ... | [
"ofourbet@yahoo.fr"
] | ofourbet@yahoo.fr |
3d2c5a628a588bd4fe86cae8824ed572eb14b032 | ade70089afe2f9bd496985fe67d46c5372042ab0 | /nvm/versions/node/v16.14.0/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h | 12056097899dbeb94b924493de2f0ce7f2cbec38 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"CC0-1.0",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-unicode",
"Artistic-2.0",
"BSD-3-Clause",
"Zlib",
"NAIST-2003",
"ISC",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"NTP",
"LicenseRef-scancode-pub... | permissive | gn0rt0n/dotfiles | 96e37a87cec555cbfd222795466c140eb502c892 | 35f01242e7ac73a8b21b5e62398f1185102b7ee9 | refs/heads/master | 2023-02-23T03:02:35.212560 | 2023-02-19T02:53:00 | 2023-02-19T02:53:00 | 299,629,236 | 0 | 1 | null | 2022-10-16T02:07:11 | 2020-09-29T13:40:38 | C | UTF-8 | C | false | false | 2,357 | h | /*
* WARNING: do not edit!
* Generated by util/mkbuildinf.pl
*
* Copyright 2014-2017 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 s... | [
"gary@odindev.com"
] | gary@odindev.com |
89481c13a4130c1d4a2d2394726e2cdd2c271fa1 | 98a5be0b3b5045d38aebfc943adc09d161deaa24 | /CMSIS/Device/ST/STM32F4xx/Include/stm32f401xe.h | 43402365dc37bf39813c7cc7eb90b4dac3a8ba7e | [
"MIT"
] | permissive | fogwizard/Libraries | 9ff243706b1a750c37b61ddab948efa34d207cec | fd42d18405abc04c0df085a8e61a7a07ed9d6848 | refs/heads/master | 2020-09-29T23:54:42.025467 | 2019-12-10T15:50:21 | 2019-12-10T15:50:21 | 227,151,407 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 640,304 | h | /**
******************************************************************************
* @file stm32f401xe.h
* @author MCD Application Team
* @brief CMSIS STM32F401xE Device Peripheral Access Layer Header File.
*
* This file contains:
* - Data structures and the address mapping for al... | [
"jwf1990@126.com"
] | jwf1990@126.com |
ff9fb6216af4ff92fd89cb63ac2a0a7e7e1fde6f | 81bdd671cb844a41082cac0aebfb807a99da3019 | /pthreads_floyd/globals.h | 7381c0a32de5045ee7dad5e09218cf0b29bb0e6b | [] | no_license | dklisiaris/floyd | 03ce4bff5ecc810384672f56c264f92a866d7fae | 872448ee8849ec1ffe1ba988b7063ce3fcbd4f33 | refs/heads/master | 2021-01-19T08:03:09.714402 | 2013-03-11T05:59:09 | 2013-03-11T05:59:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,520 | h | #ifndef GLOBALS_H
#define GLOBALS_H
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <sys/un.h>
#include <string.h>
#include <signal.h> /* header file for signal handling */
#include <unistd.h>
#include <sys/wait.h>
#include <time.h> /* header file for time functions*/
#inclu... | [
"dklisiaris@hotmail.com"
] | dklisiaris@hotmail.com |
ed2f8c458ece22a2f7cd7dfbb695290501fa5279 | ff46026f5f5f0803dc51f1315490f9eb02f4782c | /2017-08-08 gr-main/src/gen.gr.tokens.h | c7b43a38b164d75548701e62c8a2f0cf025a40d2 | [] | no_license | choksheak/code-archive | 4efe6d19321a228b441d7329702c45cd57c49c9d | eac996a6c996b49dbd190911502d988eaa09beeb | refs/heads/master | 2021-01-15T17:55:01.742583 | 2017-08-09T04:35:28 | 2017-08-09T04:35:28 | 99,764,916 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,491 | h | /* A Bison parser, made by GNU Bison 3.0.4. */
/* Bison interface for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
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
t... | [
"chlau@microsoft.com"
] | chlau@microsoft.com |
93ecfac1f0d9632c4dd5760f49f24119f2f55b32 | 407a9f10d68a70207399a7473d430e9eaf1ba3a2 | /mrsystem/src/libs/uci/uci_wr_uci_hdr.c | 7f7d20ea4c8aa7342af1b985938a4a33cb23139d | [] | no_license | GBert/railroad | f30e6eab85706e278168c347b25388afb43f8c62 | d094061fdf9f09be1fcc72811000cac48fb7cfdb | refs/heads/master | 2023-08-31T08:09:12.270288 | 2023-08-23T17:22:02 | 2023-08-23T17:22:02 | 12,468,974 | 37 | 15 | null | 2023-03-28T17:41:55 | 2013-08-29T19:20:04 | C | UTF-8 | C | false | false | 924 | c | #include <stdio.h>
#include "uci.h"
void UciWrUciHdr(FILE *FilePointer, char *CfgName, UciSelType SelType)
{
fputs("//sysconf.uci\n", FilePointer);
fputs("// cfg list for system configuration\n", FilePointer);
fputs("//last change: 16.09.2018\n", FilePointer);
fprintf(FilePointer, "cfgname = %s\n", CfgNam... | [
"info@gerhard-bertelsmann.de"
] | info@gerhard-bertelsmann.de |
3bc351484893aeea545f6107cca07135678f24cb | 65cdf45108da6359097dcc27a27e96e76279af0b | /AI072172.c | 80161e6de3f9f46f87a81bf12952410b532f7679 | [
"Apache-2.0"
] | permissive | ai072172/fish-project | ac2d37b201b7005074efd2c4cdff5aac6ec54e38 | 190105a30130edf56a8afb7c854851395d71bc48 | refs/heads/master | 2020-05-20T12:31:00.304132 | 2019-05-10T08:39:39 | 2019-05-10T08:39:39 | 185,573,633 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 58 | c | #include<stdio.h>
int main(){
printf("hello world");
}
| [
"AI072136@au.edu.tw"
] | AI072136@au.edu.tw |
bddec2ca59587ca09f3247f97cac980dca2e95c0 | 5d417f03f724f4e23000f28cd629c92bc9297a23 | /xmega/boards/xmega_rf233_zigbit/xmega_rf233_zigbit.h | 514f8cdf921076c4be9d82df9bd1a0f30998435f | [] | no_license | siliconunited/atmel-asf | 5ac78a123cb0f5026ffb9a0ba66b75abcccb788f | 19e02800a6cc33d203f5d12f7dfca0c39195d879 | refs/heads/master | 2021-01-22T21:34:10.563981 | 2017-03-19T04:45:30 | 2017-03-19T04:45:30 | 85,439,630 | 6 | 3 | null | 2020-03-08T01:34:35 | 2017-03-18T23:56:24 | C | UTF-8 | C | false | false | 6,677 | h | /**
* \file
*
* \brief XMEGA_RF233_ZIGBIT board header file.
*
* This file contains definitions and services related to the features of the
* XMEGA_RF233_ZIGBIT Xplained board.
*
* To use this board define BOARD=XMEGA_RF233_ZIGBIT
*
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_... | [
"robksawyer@gmail.com"
] | robksawyer@gmail.com |
994ea9ceb10603147509f28b3628ab7e4b0a0f52 | f9bfffab013c8e1cd2307aa5145cee2b5a027204 | /MAC/Src/mac_data_ind.c | 2d91f706b3f0fe7af5ac6299653e97b96b781336 | [] | no_license | fafamo/avr-MAC | b07b48f090ec8a2ccdbe54e842fe748f46cec025 | b569819f6b3c94c65101223ba078380a7e8db150 | refs/heads/master | 2020-03-25T00:15:20.843250 | 2012-10-20T10:42:55 | 2012-10-20T10:42:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 53,098 | c | /**
* @file mac_data_ind.c
*
* @brief Implements incoming frame handling in the MAC
*
* This file handles parsing of incoming frames from the PHY. The frames are
* parsed in two passes, whereas the first pass is initiated by the PHY and
* handles all time critical task necessary to initiate ACk transmission.
* ... | [
"mknapik@student.agh.edu.pl"
] | mknapik@student.agh.edu.pl |
05a77c9e2c7b1282cad0226a30324475791939fd | 528f248beb41113185f2309635835c67442599cb | /陀螺仪 MPU6050/探索者STM32F4/HARDWARE/PWM/pwm.h | 03145e7034f8bf1c7bea6333300b3ad1cf0a1528 | [] | no_license | Nfreewind/practice | 01a6b593cb8c049481bf6ab49e92e9e58907c57d | faf89aa804a5c562a6d97c670aebf1495ee4649f | refs/heads/master | 2020-08-28T08:36:58.314698 | 2019-10-15T02:18:08 | 2019-10-15T02:18:08 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 674 | h | #ifndef _TIMER_H
#define _TIMER_H
#include "sys.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//ALIENTEK STM32F407开发板
//定时器 驱动代码
//正点原子@ALIENTEK
//技术论坛:www.openedv.com
//创建日期:2014/6/16
//版本:V1.0
//版权所有,盗版必究。
//Copyright(C) 广州市星翼电子科技有限公司 2014-20... | [
"2609049393@qq.com"
] | 2609049393@qq.com |
4894482a3f20fcdf4825933da7d057a6cd73930a | 05d5f3af48d98e041de9b25756cd10dd4e97a7e1 | /C Language/C Programs/Problems on Numbers/Assignment5/Assignment5_2/helper.c | 80324fc828adb2a5a5f58d674b586b069f0b4af4 | [] | no_license | PrashikAthawale/MyWorkSpace | 46a10baca2f88166b3839e7be5e89e9ef978764d | 25aaf50ba1ed3276c47359e07f4e9265d59c72fe | refs/heads/master | 2022-12-19T12:07:02.840388 | 2020-10-02T08:48:28 | 2020-10-02T08:48:28 | 287,506,775 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 615 | c | #include"header.h"
//////////////////////////////////////////////////////////////////////////////////
//Function Name:-ChkNum
//Input:-Integer
//Output:-BOOL
//Description:- It is used to accept one number from user and check whether that
//number is greater than 100 or not.
//Author:-Prashik Athawale
//Dat... | [
"noreply@github.com"
] | PrashikAthawale.noreply@github.com |
2626d0a125e4a77bfb9e0732da3462eba8a17c59 | dfc6f9480f777facbec371c76c3839d607a2f0b7 | /Toph/6.c | 5a891f87219b0bdac2c7082939b3aa2e55ccc6cd | [] | no_license | rahat664/online-judge-solved | e8ccdea8c196cdcef37e963291c5b12f0c88ed78 | a718677a776bdcc7dc92290a64ca24b80cfd100f | refs/heads/master | 2023-03-26T15:32:07.923230 | 2021-03-23T15:49:42 | 2021-03-23T15:49:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 287 | c | #include<stdio.h>
int main()
{
int a[100],n,i,max;
scanf("%d",&n);
for(i = 0; i < n; i++)
{
scanf("%d",&a[i]);
}
max = a[0];
for(i = 0; i < n; i++)
{
if(a[i]>max)
max = a[i];
}
printf("%d",max);
return 0;
}
| [
"rahatkabir20@gmail.com"
] | rahatkabir20@gmail.com |
dee8b994d766f9402832f8b0da7f037ee14a884e | 136577a775612d1b05e6ca48a1324cc587d0c011 | /Program/Header Files/gsm.H | fdab12273a177a8a4ab9f709e01208729e570358 | [] | no_license | BSP-Embed/GSM-Notice-Board | ed0f3c8693ad88615be0c6e866fef0d1d1c8e090 | ff1b5adf266e6a15f442ed818439fae3fb4d425a | refs/heads/master | 2021-01-13T05:37:56.414919 | 2017-06-22T13:11:02 | 2017-06-22T13:11:02 | 95,116,890 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 551 | h | #ifndef GSM_H
#define GSM_H
//INCLUDE HEADER FILES
#include "includes.h"
//DEFINE MACROS
#define GSMEn() do { \
GSM_GPS_PORT &= ~_BV(GSM_GPS_PIN); \
dlyms(1000); \
} while(0)
#define GPSEn() do { \
GSM_GPS_PORT |= _BV(GSM_GPS_PIN); \
dlyms(1000); ... | [
"bsp.embed@gmail.com"
] | bsp.embed@gmail.com |
117e4d1173689d04b768fb5ec11f793ef3013e1c | 1c7c45a6b3f1d7a1d4c9bf48e85e6b4bdfa9e6e9 | /zoj/zoj_1170.c | 6ca1eae9a1e4450a4570c04b590b9bb23c3dd35c | [] | no_license | chevalun/acm-icpc | 012d399504472eb6ebc1ffc02fa70ecda120f314 | c4aced1f83c99e3271cda837706da4d94c9ba01a | refs/heads/master | 2021-01-18T08:29:59.151179 | 2010-09-05T19:10:48 | 2010-09-05T19:10:48 | 528,289 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 777 | c | #include <stdio.h>
#include <string.h>
int gcd(int a, int b)
{
if(!b)
return a;
return gcd(b, a % b);
}
int main()
{
char a[1000], b[1000];
int la, lb, i, j, rst, max, temp;
while(scanf("%s %s", a, b) == 2) {
la = strlen(a);
lb = strlen(b);
max = 0;
for(i = 0; i < la; ++i) {
rst = 0;
for(j = 0; j... | [
"chevalun@gmail.com"
] | chevalun@gmail.com |
1dcb3c4e6aa0d4bc7378f53966119b4f8c261ef3 | d4c74a8001451840f3efb87f15856cdb9d5e9eb6 | /rtos/pmsis/pmsis_api/include/pmsis/drivers/uart.h | 8f7473766918a7ce0a9d7619ef13019fd8515b45 | [
"Apache-2.0"
] | permissive | danieldennett/gap_sdk | 3e4b4d187f03a28a761b08aed36a5e6a06f48e8d | 5667c899025a3a152dbf91e5c18e5b3e422d4ea6 | refs/heads/master | 2020-12-19T19:17:40.083131 | 2020-02-27T14:51:48 | 2020-02-27T14:51:48 | 235,814,026 | 1 | 0 | Apache-2.0 | 2020-01-23T14:39:59 | 2020-01-23T14:39:58 | null | UTF-8 | C | false | false | 11,816 | h | /*
* Copyright (C) 2018 GreenWaves Technologies
*
* 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 l... | [
"noreply@github.com"
] | danieldennett.noreply@github.com |
6256404829dff21afbb7e5c3762428c4dca2acf8 | e9ada673fc1f3f0cdce7345ab377ff6895eebe10 | /Source/libs/cocos2d-iphone/cocos2d/CCPackageTypes.h | 089edb28da4a12a67bf7170df7d65a350fb03cb8 | [
"CC-BY-NC-SA-2.0",
"GPL-1.0-or-later",
"CPL-1.0",
"GPL-2.0-only",
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | mheirendt/chickens | 37621c014417a2d91dcfee2d0333a9656430e8e9 | eba89e643cb1ac405559bfc0decc9930dcebe063 | refs/heads/master | 2020-06-19T20:56:55.064277 | 2019-07-14T18:32:01 | 2019-07-14T18:32:01 | 196,868,614 | 0 | 0 | MIT | 2019-07-14T18:32:02 | 2019-07-14T18:10:52 | Objective-C | UTF-8 | C | false | false | 478 | h | typedef enum {
CCPackageStatusInitial = 0,
CCPackageStatusDownloading = 1,
CCPackageStatusDownloadPaused = 2,
CCPackageStatusDownloadFailed = 3,
CCPackageStatusDownloaded = 4,
CCPackageStatusUnzipping = 5,
CCPackageStatusUnzipped = 6,
CCPackageStatusUnzipFailed = 7,
CCPackageStatusIn... | [
"mheirendt@Michaels-MacBook-Pro.local"
] | mheirendt@Michaels-MacBook-Pro.local |
aac5668f6dfb481c96990038396adef399c1af82 | fed1b6421001a8fbb2bc6b9042736fb9a4ecec70 | /samples/posix/basics/algo/exgcd.c | 5e42abe2344ad1bf0f38dd62fb2bca676bc126df | [] | no_license | iotwuxi/embeded-security | b87c8e31348ead922f66436e78fdb51cf649f09d | dcfb803827b438c32e5ce8556346a046da051ab5 | refs/heads/master | 2021-01-07T22:27:10.725119 | 2018-04-18T06:16:38 | 2018-04-18T06:16:38 | 241,836,510 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 801 | c | #include <stdio.h>
int exgcd(int m,int n,int *s,int *t)
{
int x0 = 1;
int y0 = 0;
int x1 = 0;
int y1 = 1;
int r = m % n;
int q = (m - r) / n;
*s = 0;
*t = 1;
while(r)
{
*s = x0 - (q * x1);
*t = y0 - (q * y1);
x0 = x1;
y0 = y1;
x1 = *s... | [
"xianrenqiu90@qq.com"
] | xianrenqiu90@qq.com |
b52dbbf3bb1b62c61e1b589a4ef11acb8d2052c5 | 5a065cdbf2add6b446b7b510d0be3701fb623728 | /proj/DSC_R2/OMP/src/STMD/stmd_periodic_ruleset.c | 22d0b42baf65c70fba619b2567f43888e52e0170 | [] | no_license | lanian09/mysource | 1d05d749c3a7502003129d5d2f8d9757899301c5 | a5b630d54cee6ecd1249a00c8bad1d61c100b263 | refs/heads/master | 2021-01-24T06:29:01.901109 | 2013-08-31T00:46:43 | 2013-08-31T00:46:43 | 2,004,310 | 2 | 0 | null | null | null | null | UHC | C | false | false | 12,684 | c | #include "stmd_proto.h"
extern char trcBuf[4096*4], trcTmp[4096];
extern int trcLogFlag, trcLogId;
extern int sysCnt;
extern short maskITEM [STMD_MASK_ITEM_NUM][STMD_PERIOD_TYPE_NUM];
extern STM_CommStatisticInfo StatisticSystemInfo[SYSCONF_MAX_ASSO_SYS_NUM];
extern MYSQL sql, *conn;
exte... | [
"uamyd5279@gmail.com"
] | uamyd5279@gmail.com |
38825f0d41f4afaa9fc3adc958b068186919d1f7 | 5b5057a8e49d73697b7db4715c76ccf2a5a16dd3 | /2_22_16_17/2_22_16_17/C_8_BookPractice.c | cc8f58abc3e08621f0bc14e425bfd2d87e7f593e | [] | no_license | BaconTimes/C_Learning | 17c0bbbb07d9fcfa4dbc8b12c463b0203b925877 | 8e987f8bfe5cbfdc26c0a3a6dff7c50e3cb3678d | refs/heads/master | 2021-04-03T09:57:59.873395 | 2017-12-14T11:33:00 | 2017-12-14T11:33:00 | 65,076,629 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,639 | c | //
// C_8_BookPractice.c
// 2_22_16_17
//
// Created by iOSBacon on 16/6/23.
// Copyright © 2016年 iOSBacon. All rights reserved.
//
#include "C_8_BookPractice.h"
#include "FunctionFile.h"
#include "string.h"
#include "stdlib.h"
void clear_P(void * p){
p = NULL;
}
void c8p1SortThreeNumber(){
int const ac ... | [
"lipeigen@nxin.com"
] | lipeigen@nxin.com |
8436e81b8723bc69a3dd595d984c09db9e6e2b69 | 9c6448c6613c53a9383f228337a3be3c5013435c | /chm.h | 70b44869e4e6ca5cdc5a0390f102ce64190f168b | [] | no_license | czipperz/chm | b9fe2126b3e766e67638402bb1389be4887a3873 | c987b32dc2016d4a097696cd439428625f3174d0 | refs/heads/master | 2020-12-19T07:14:59.764913 | 2020-01-22T20:33:16 | 2020-01-22T20:33:16 | 235,659,931 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,168 | h | #pragma once
#include <stddef.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
#define HASH_SET_BASE \
uint64_t cap; \
uint64_t count; ... | [
"czipperz@gmail.com"
] | czipperz@gmail.com |
b6a34a8e578822661780ea90d2e4e0cde33aedcc | 79712fadced88c01f3d9a74c5de9ec97acb58d86 | /Session13/sep_serv2.c | af2f8e3cda5c444e8b0d9f9bcecf446788e64202 | [] | no_license | YunminGo/netprog | 36f9d4acacd0f74917c93853b0da08dadb53ce5c | 62ec78a2b02842ff5da80d6a9255de52f9e65af8 | refs/heads/main | 2023-02-19T19:51:05.291979 | 2021-01-23T23:40:02 | 2021-01-23T23:40:02 | 332,319,378 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,125 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#define BUF_SIZE 1024
int main(int argc, char *argv[])
{
int serv_sock, clnt_sock;
FILE * readfp;
FILE * writefp;
struct sockaddr_in serv_adr, clnt_adr;
socklen_t clnt_adr_sz;
char buf[... | [
"yunmin@Yunminui-MacBookPro.local"
] | yunmin@Yunminui-MacBookPro.local |
28b0fee37af1da365b0d99d6ec867f41f4da536b | 6b9a0f10ce6672fe9013e01046599ab1456d515c | /C/Temperatura/main.c | e271ef8c348df2d4053358cc0102024b3fd8bd38 | [] | no_license | xandaosilva/cursoLogicaProgramacao | 80627c73b58ad353367be854d4128eac42b0aedb | e845be74efaaf570a9ff5b192fa3851f2a524822 | refs/heads/main | 2023-04-07T08:12:51.192122 | 2021-04-19T20:06:14 | 2021-04-19T20:06:14 | 359,136,151 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 678 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
char escala;
double celsius, fahrenheit;
printf("Voce vai digitar a temperatura em qual escala (C/F)? ");
scanf("%c", &escala);
if (escala == 'F') {
printf("Digite a temperatura em Fahrenheit: ");
scanf("%lf", &fahrenheit);
cel... | [
"xandaosilva93@hotmail.com"
] | xandaosilva93@hotmail.com |
587b7bd731e63077aa5aa6c74e8c484bb7932cbc | 7e7fa9e8d7c8af36626ce3c5bd1101b6b4c7ab1e | /Tetris/Controls/Controls.h | dc866de8a5ef0c58ed3c73c0ae07a438e70ea3c9 | [] | no_license | andreskballero/Tetris | 865d9353914a1516cd467b8b3b021042e31893d0 | b9018ed4079307f164512a0514da518744e342eb | refs/heads/master | 2022-11-15T13:19:09.551216 | 2020-06-30T11:04:28 | 2020-06-30T11:04:28 | 272,497,768 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 358 | h | //
// Controls.h
// Tetris
//
// Created by Andrés Caballero Toledo on 21/06/2020.
// Copyright © 2020 act. All rights reserved.
//
#ifndef CONTROLS_H
#define CONTROLS_H
#include "Common.h"
#include "Board.h"
#include "SDL2/SDL.h"
void movePiece(SDL_Event *e, bool *quit, int *x, int *y, int *rotation, int *acce... | [
"acaballerotoledo@gmail.com"
] | acaballerotoledo@gmail.com |
3fb974d9b1750480ad4ebcb0dcdf2d42043f8f15 | b164b75959d64294e04f115f31ba09af522cf59b | /cmds-42/etc/nslookup/subr.c | 1fac5a3dcdce30db3df0381da554f15356217882 | [] | no_license | itomato/NeXTSrc | af0622ba7c061d602057b89ab9d47b0e2e99e20e | ff846608a76ab2fbbb86e8a14c52ac85332f9786 | refs/heads/master | 2023-08-17T16:57:09.511391 | 2021-08-19T20:54:47 | 2021-08-19T20:54:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,994 | c | /*
* Copyright (c) 1985,1989 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted provided
* that: (1) source distributions retain this entire copyright notice and
* comment, and (2) distributions including binaries display the followi... | [
"trnsz@pobox.com"
] | trnsz@pobox.com |
f85c8be4cea5a6760c4cb7cc683d8f6a77ea682e | c555898d30c66ca469a373f77b76733b5b91c85e | /http server/main.c | 0daa90d6e36b12e6bab8ef6e02de6daa73d29d28 | [] | no_license | tankakatan/http-server | c1c009560103aa2fff518aed2716e3dfba394be8 | 10282d77269a3f3407a7b4433b27cd72f6f0ef6e | refs/heads/master | 2021-08-23T05:35:29.796078 | 2017-12-03T17:39:38 | 2017-12-03T17:39:38 | 112,946,329 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 250 | c | //
// main.c
// http server
//
// Created by Denis on 27/05/2017.
// Copyright © 2017 Denis. All rights reserved.
//
#include <stdio.h>
#include <strings.h>
#include "server.h"
int main(int argc, const char * argv[]) {
return start ();
}
| [
"d.n.voropaev@gmail.com"
] | d.n.voropaev@gmail.com |
29a83114997d9bec4c3aeb3fb02ffeafd967c064 | 5d3a7dda5a958c9875ce69ea85b7f77ef90655ac | /help_menu.c | 023d700e578f9ad888e242c0d66c2d4b211d01c5 | [] | no_license | PoonamGuru/MP3-Tag-Reader | afe3591d5d2215039025550ca03a4a2cd37d6e01 | 31abb46bca773e6d35c14e5553d3d133efdd5232 | refs/heads/master | 2020-04-30T01:27:44.820448 | 2019-03-19T15:20:14 | 2019-03-19T15:20:14 | 176,529,534 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 899 | c | #include"main.h"
void help_menu(void)
{
puts("\n\n-----------------------------------------mp3 Tag Reader help menu---------------------------------\n");
printf("\tModifier\t\t\tFunction\n\n");
printf("\t-t\t\t\t\tModifies Title tag\n");
printf("\t-T\t\t\t\tModifies Track tag\n");
printf("\t-S\t\... | [
"poonamgurug@gmail.com"
] | poonamgurug@gmail.com |
63ddafaeb673c6c0fcb802502f0a456da8aea986 | 5249c9a257b80a06164acd4b8246e0d7cb2ca852 | /tests_libft/ft_itoa_main.c | a53adeeceeae3339a73d49d739e5c7e49a787db8 | [] | no_license | levonml/libft | c7c9042b4fb782ac8fa801b154d471f0476d80d4 | 63a1021ce5bc3b59355d6bd9be94b557ce59fd7d | refs/heads/master | 2023-01-27T16:04:12.968586 | 2020-12-14T14:02:52 | 2020-12-14T14:02:52 | 269,920,449 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,039 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_itoa_main.c :+: :+: :+: ... | [
"lstepany@hive.helsinki.fi"
] | lstepany@hive.helsinki.fi |
94288c6f4036e667b2b2218e7a488eb86a94013e | 69feda00696a34d04e2de62d8167e411f15c6474 | /libft/srcs/ft_strnstr.c | bfae4390afb7416b53d564610ce0331f96b45bb8 | [] | no_license | Ridgie9909/Wolf3D | 4759aed65bcd0e3b96218876473648ce4671e957 | 39e706d6f180a398ffecbec9b0bfc4e504efb9f6 | refs/heads/master | 2022-04-01T03:59:54.573862 | 2020-01-18T18:42:24 | 2020-01-18T18:42:24 | 147,668,294 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,195 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strnstr.c :+: :+: :+: ... | [
"rdube@student.wethinkcode.co.za"
] | rdube@student.wethinkcode.co.za |
48c822eea844a25c71b53f54d2df2cd35d7d0e58 | 7faa6044c51b1a70c3a19908e72fb6f8c25ef5a7 | /world/d/suburb/fy/chenxiang/yao.c | e2d76bd01bee54833e495483722f20c22003d434 | [] | no_license | losep/xyj45 | b55ca0f087bde4082b5ebe05945f36df86afcb9c | 3a699e543eec0f3c3965986ca98d7ba3b603c0cd | refs/heads/master | 2020-07-04T14:14:49.565808 | 2016-11-18T19:31:57 | 2016-11-18T19:31:57 | 74,157,577 | 1 | 1 | null | 2016-11-18T18:52:37 | 2016-11-18T18:52:37 | null | GB18030 | C | false | false | 1,382 | c | //
//
inherit ROOM;
void create()
{
set("short", "中药店");
set("long", @LONG
一股浓烈的中草药的味道扑鼻而来。墙角一座小炉,炉上一个发黑的瓷锅
正在卟卟地冒着热气,显然在煎着药材。另一面立着一个黑色的木柜,上面插
满了四寸见方的木匣。
LONG
);
set("exits", ([ /* sizeof() == 4 */
"east" : __DIR__"cx3",
]));
set("objects", ([
__DIR__"npc/medman": 1,... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
c947d31d80f4d6e964a9d6aa9c4ba3e4e47a18c0 | 6592e143de94ecfbfe01f4d6f4baf40384496e93 | /stm32f7/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sai.h | 4063de20f741b284b270deb970411f0713f771bb | [] | no_license | brandonbraun653/STM32HAL_F7 | 711a32fd393b5f57bd8a2c20b0a370581dc6ddfb | 9d24c1ec19a2efcbefa2c869b51b3ea80a542576 | refs/heads/master | 2020-03-26T02:21:32.173411 | 2019-06-08T00:10:42 | 2019-06-08T00:10:42 | 144,406,928 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 35,659 | h | /**
******************************************************************************
* @file stm32f7xx_hal_sai.h
* @author MCD Application Team
* @brief Header file of SAI HAL module.
******************************************************************************
* @attention
*
* <h2><center>© C... | [
"brandonbraun653@gmail.com"
] | brandonbraun653@gmail.com |
d24aa00425a1de7df3ca7c3664cad52262302883 | f37b8b714d0e54190f065447ae0f8ad2b3bee6fe | /libft/src/ft_printf/conv_escape.c | 5bf44cd50ce3c0c75083dd06c9190deeb60e8fe2 | [] | no_license | pcahier/Corewar | 5a022dd5850aa039a83d334eafdf3584f0b6c9fa | ebfaee0dbeaa412d099d2b2415e72d422c6a4a7a | refs/heads/master | 2020-05-20T21:09:24.057872 | 2019-05-09T08:22:16 | 2019-05-09T08:22:16 | 185,756,910 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,349 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* conv_escape.c :+: :+: :+: ... | [
"pcahier@e1r6p11.42.fr"
] | pcahier@e1r6p11.42.fr |
ab5bcd7ede4cd6e40e123d012cc64b932ab2b038 | 5e307705fe15591f21b8c6b7879e2d169a71c2be | /CoOS/kernel/OsKernelHeap.h | 3cc98d2a04da69dc77a202692dae4f12f057dfbd | [] | no_license | zxletjy/SkyBoard_V2 | 2ba2e9a56f919d87b9a658e547d5e6370f5de563 | 05a4d33941a7d40904f09db2498a6caf431cf3ef | refs/heads/master | 2021-01-17T08:12:51.351898 | 2016-06-23T05:49:20 | 2016-06-23T05:49:20 | 60,240,096 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,693 | h | /**
*******************************************************************************
* @file OsKernelHeap.h
* @version V1.1.6
* @date 2014.05.23
* @brief Header file related to memory management
* @details This file including some defines and function declare related to
* ... | [
"tjy@flyeah.com"
] | tjy@flyeah.com |
89296a1a21dc3ebf2fee8b01b772673732c287d3 | c11c26c9ac5dda61370e76bbde01f8a02562f1b9 | /Archive/nrf5_gcc_mesh/models/model_spec/light_lc/include/light_lc_setup_server.h | 9846f629ec398c04a4d8a267b64afc95d4f75cf5 | [
"MIT"
] | permissive | aberke/city-science-bike-swarm | 79fc688e319e471889faf3185a4e0e0ccf79312e | 7029673c54bb34ae49ec57be36855af1c7d618c3 | refs/heads/master | 2022-06-03T21:27:31.785823 | 2022-05-24T14:34:17 | 2022-05-24T14:34:17 | 172,578,744 | 17 | 7 | MIT | 2020-09-04T14:33:10 | 2019-02-25T20:22:41 | C | UTF-8 | C | false | false | 16,697 | h | /* Copyright (c) 2010 - 2020, Nordic Semiconductor ASA
* 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 above copyright notice, this
* l... | [
"samuel@ofbrooklyn.com"
] | samuel@ofbrooklyn.com |
f42512734994096dcc79572981e831e6155eb179 | df4590111f4b856e4e6e07ac26806feab028d0cb | /src/compat/linux/netlink.h | 88c236c998d1afa02131ed43cd295752c85cf7ed | [
"Apache-2.0"
] | permissive | nerves-project/nerves_initramfs | 1ec24401970a2fee55a592931be102a04d9a7272 | 3f24e4a98cd1b37a69e86eea39a9b05f839d43da | refs/heads/main | 2022-06-11T16:29:28.343124 | 2022-05-13T18:44:32 | 2022-05-13T19:35:58 | 223,326,637 | 5 | 2 | Apache-2.0 | 2022-05-13T19:35:59 | 2019-11-22T04:58:41 | C | UTF-8 | C | false | false | 5,940 | h | #ifndef __LINUX_NETLINK_H
#define __LINUX_NETLINK_H
#define NETLINK_ROUTE 0 /* Routing/device hook */
#define NETLINK_UNUSED 1 /* Unused number */
#define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */
#define NETLINK_FIREWALL 3 /* Unused number, formerly ip_queue */
#define NETLINK_SOCK_DI... | [
"fhunleth@troodon-software.com"
] | fhunleth@troodon-software.com |
3929d4335f98e9d202a899e24c57697439d77252 | 2ef937793f1aac78674394020ae7c14776fda79f | /kalmann.c | ab27aa6063037585946f9abf9b2d8e49505df70e | [] | no_license | Schorsch91/3-DOF-Quadro | 0c16dd87fa666874b4ec6cbfab105ed1e81bc1e5 | a667fbbd2ea4c0d0187cb104e74116ca5070b425 | refs/heads/master | 2021-01-19T10:09:45.824584 | 2013-07-10T16:57:01 | 2013-07-10T16:57:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,752 | c | /*
* kalmann.c
*
* Created on: Jun 26, 2013
* Author: Avionics Lab-3
*/
#include "defines.h"
//Kalman Things
void initializeKalmann(kalmannData *KD){
//initialize Kalmann
//sampletime
double Ts = 0.01;
double Pacc = 0.01;
double Pgyro = 500.0;
double Macc = 5000.0;
double Mgyro = 1.0;
KD... | [
"christoph-georg@gmx.de"
] | christoph-georg@gmx.de |
20937464474e45b53ac0877c2f8c1ca48f0ccf2f | b56d1db1929ba83142c4831d160c18c84e3ed34d | /lem_in/libft/srcs/is_methode/ft_isgraph.c | b53d6ec4aaa172800bddf446772239854b2b898b | [] | no_license | ProjectKB/42-lyon | 5e4313d4d7b6ca9118c79f5d3e86c9745d7d02d7 | 2cdd431b0c248854acb0f5ec5a033e6a63c31790 | refs/heads/master | 2022-12-11T11:15:40.170633 | 2021-09-15T13:41:04 | 2021-09-15T13:41:04 | 151,128,790 | 0 | 0 | null | 2022-12-08T07:57:14 | 2018-10-01T17:27:44 | C | UTF-8 | C | false | false | 1,078 | c | /* ************************************************************************** */
/* LE - / */
/* / */
/* ft_isgraph.c .:: .:/ . .:: ... | [
"loiberti@z2r7p4.le-101.fr"
] | loiberti@z2r7p4.le-101.fr |
4c3a8366c139463a09254db98af730a4c2858892 | bcbb9e933bb9f180bc359676e869786cf6736409 | /src/libstddjb/ipc_bind_reuse.c | 26ac51b3258b534c7adeabb1b21cc0da4a61bd40 | [] | no_license | rlonstein/skalibs | 7069682699f91435ba0939610ce90d90cf2d35f9 | 859d885f34a92c895064c2ab3278d8c42224cce7 | refs/heads/master | 2021-01-23T20:22:23.784186 | 2013-09-16T23:36:40 | 2013-09-16T23:36:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 304 | c | /* ISC license. */
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <unistd.h>
#include "webipc.h"
int ipc_bind_reuse (int s, char const *p)
{
unsigned int opt = 1 ;
setsockopt(s, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof opt) ;
unlink(p) ;
return ipc_bind(s, p) ;
}
| [
"rlonstein@pobox.com"
] | rlonstein@pobox.com |
b37712b7bd3bc972f74e1df4a52ddb5613ee42cf | 3a5e879bc7a178f55914bac92ccb153108cda06a | /deps/lcb/src/config_static.h | c8b6363a6f8ecb700ec8368385b4e8d9644d78b8 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gnud/couchnode | 057b5dccb600a1e83f9f91c3d45ecd66249df3d2 | 3199116b3dae7b6e7741a7b225f5a85aae783646 | refs/heads/master | 2021-01-20T23:40:56.297734 | 2014-05-16T14:48:50 | 2014-05-22T19:00:41 | 20,572,592 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,911 | h | /* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* Copyright 2010-2012 Couchbase, Inc.
*
* 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
*
* ... | [
"brett19@gmail.com"
] | brett19@gmail.com |
e9b0baa0036d7dc1278c8aadb4e0d9eea31fe18b | dcb31aa33239e68e1f530b529f0cf0be8642d9b9 | /ports/atmel-samd/boards/pyportal/mpconfigboard.h | 00c376ad90bd59092115617d569bcbce5f33c104 | [
"MIT"
] | permissive | Gadgetoid/circuitpython | 90ac8047c7891bee796aaf8ba1ec243e3aebd6ed | be9e045ee3562e4fff0f982a4bf53654da8107b6 | refs/heads/main | 2023-08-24T22:07:25.609241 | 2021-03-10T16:48:07 | 2021-03-10T16:48:07 | 346,478,214 | 2 | 0 | NOASSERTION | 2021-03-10T20:06:22 | 2021-03-10T20:06:21 | null | UTF-8 | C | false | false | 831 | h | #define MICROPY_HW_BOARD_NAME "Adafruit PyPortal"
#define MICROPY_HW_MCU_NAME "samd51j20"
#define CIRCUITPY_MCU_FAMILY samd51
// This is for Rev B
#define MICROPY_HW_LED_STATUS (&pin_PA27)
#define MICROPY_HW_NEOPIXEL (&pin_PB22)
// These are pins not to reset.
// QSPI Data pins
#define MICROPY_PORT_A ( PORT_PA08... | [
"scott@tannewt.org"
] | scott@tannewt.org |
4aaf1afe361ffd92e1c6fbe9c478559148f113be | 4b076d8aa7f1853996dd6e7de48f32ff7cb9af91 | /includes/keys.h | 9f288ca4ac75210e84170ec9b426dc23fe92c781 | [] | no_license | OleksiiTimofieiev/ft_select | e101ccc67f9e7a9ff11fdd574fad499ad698371d | 34f0e922934517e7f9846ea0626cde359bafc83c | refs/heads/master | 2020-04-29T17:30:25.760506 | 2019-04-17T14:51:00 | 2019-04-17T14:51:00 | 176,298,809 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,206 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* keys.h :+: :+: :+: ... | [
"K4rmU78B"
] | K4rmU78B |
3d8657bf2eed3072083cb293879f18bbaf374f71 | a5fc8263e09dea0562cada5fc67e65036c3a5495 | /Elementary_programming/Allum1/srcs/my_tools.c | c195bef473e262685c8fac4fa395a1db55ecdf50 | [] | no_license | foo-foo/epitech-projects | c120ce4ad453e659b8c9fffd2216963da691d391 | 85e10703064df24390b5af764c8446d25ba7d93d | refs/heads/master | 2021-01-10T11:45:27.643909 | 2015-10-24T15:30:17 | 2015-10-24T15:30:17 | 43,205,202 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,042 | c | /*
** my_tools.c for allum1 in /home/menich_a/rendu/Allum1
**
** Made by menich_a
** Login <menich_a@epitech.net>
**
** Started on Tue Feb 11 18:34:42 2014 menich_a
** Last update Sun Feb 16 21:36:12 2014 menich_a
*/
#include <stdlib.h>
#include "allum1.h"
#include "my.h"
void my_putchar_red(char c)
{
my_putst... | [
"anatole.menichetti@epitech.eu"
] | anatole.menichetti@epitech.eu |
ffcb109889f78377161ada4e6ac05c595091f29a | 0ef832d8eaedc16253cc220bc704a52597d248fe | /model_server/dd/include/dd_refresh_ldrs.h | 74ba4cf1b106ae6f0e19e5c85f030aff645c79e7 | [
"BSD-2-Clause"
] | permissive | radtek/software-emancipation-discover | 9c0474b1abe1a8a3f91be899a834868ee0edfc18 | bec6f4ef404d72f361d91de954eae9a3bd669ce3 | refs/heads/master | 2020-05-24T19:03:26.967346 | 2015-11-21T22:23:54 | 2015-11-21T22:23:54 | 187,425,106 | 1 | 0 | BSD-2-Clause | 2019-05-19T02:26:08 | 2019-05-19T02:26:07 | null | UTF-8 | C | false | false | 2,826 | h | /*************************************************************************
* Copyright (c) 2015, Synopsys, Inc. *
* All rights reserved. *
* *
* Redistribution and... | [
"ktransue@synopsys.com"
] | ktransue@synopsys.com |
497abcb3035a4d38e9da739f9cbac5e3639e0fb7 | d7bd9c3ef9bf4aa9c6087d9997d41d3e55a4a904 | /0em/hongkong_display_angle/STM32F103_one_angle_module/HARDWARE/COMMENT/SysComment.c | cdbde667af5d775c91b8941ee411aa9f85df4f37 | [] | no_license | sforganization/20190613 | 4b0110ca6683e75b7eda5e66c32af8f54ee35d2e | 8d4a3708e6390450ffcd81d9fe9a7b8a9def5534 | refs/heads/master | 2020-06-03T17:19:19.640153 | 2019-06-13T01:01:55 | 2019-06-13T01:01:55 | 191,663,815 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 66,624 | c |
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "usart1.h"
#include "usart3.h"
#include "delay.h"
#include "SysComment.h"
#include "stm32f10x_it.h"
#include "stm32f10x_iwdg.h"
#include "san_flash.h"
#include "ws2812b.h"
#define SLAVE_WAIT_TIME 3000 //3s 从机应答时间
#define LOCK_SET_L_TIME ... | [
"xie_stanley@163.com"
] | xie_stanley@163.com |
ff0c1e42cc69aca0520a6fb1945275b304eea0a0 | 00e9ca087e711d3782322d77ce8b16e848a3e848 | /postkilled_bailbond2.c | 0ef4e245ede24bd9ed29d8b63d46bafc90b1ea8b | [] | no_license | KOUBIAKDZ/gtav-scripts | 027d4eefb5537455496f3fc9bc4382fe8cf5d717 | 16281a2621c06383ffca1d4da38d1f6d83479f78 | refs/heads/master | 2020-09-12T04:53:31.417981 | 2019-07-26T14:39:29 | 2019-07-26T14:39:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,844 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
int iLocal_2 = 0;
int iLocal_3 = 0;
int iLocal_4 = 0;
int iLocal_5 = 0;
int iLocal_6 = 0;
int iLocal_7 = 0;
int iLocal_8 = 0;
int iLocal_9 = 0;
int iLocal_10 = 0;
int iLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
float fLocal_14 = 0f;
var uLoc... | [
"8015411+PichotM@users.noreply.github.com"
] | 8015411+PichotM@users.noreply.github.com |
f2d0c02baff9e677af23cd64423f71e4c41ca79f | ef3b401acdd64f7bd53f853d72610ce9448195d2 | /avd/inc/avdfs_mount.h | d3678a68b02c3ac00019288b68efdab787efb145 | [] | no_license | kotohvost/arvid | a1c4e99ea885c44c8dc4c9859a0ba12449a16f56 | 98f658ab38de4e2dbce770eb40d9fa56ee9aeaef | refs/heads/master | 2021-01-23T13:17:10.000999 | 2014-09-21T23:08:26 | 2014-09-21T23:08:26 | 24,307,449 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,050 | h |
#ifndef MS_RDONLY
#define MS_RDONLY 1 /* Mount read-only */
#endif
#ifndef MS_NOSUID
#define MS_NOSUID 2 /* Ignore suid and sgid bits */
#endif
#ifndef MS_NODEV
#define MS_NODEV 4 /* Disallow access to device special files */
#endif
#ifndef MS_NOEXEC
#define MS_NOEXEC 8 /* Disallow program execution */
#endif
#ifn... | [
"f382.n5030.z2@gmail.com"
] | f382.n5030.z2@gmail.com |
d2d7cfa846f43ee37838aa7a71991ff5b2e0f0b5 | 12156c3ef649d9bcd88ad7a145eafd02e2c1836f | /compecon2011/CEtools/directc.c | f13748d34f377b9ae9032c4d4185a6bad5956f22 | [] | no_license | crangel-lez/EmpiricalMethodsI | 685d0282e9435d3b2cb807c26186dda1943c3c0a | f09a268e033e1ad4d08962df9f028aae46cb6f5c | refs/heads/master | 2021-07-09T15:35:36.829351 | 2019-02-19T17:33:50 | 2019-02-19T17:33:50 | 146,926,027 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,190 | c |
/*
% Copyright (c) 2005, Paul L. Fackler, NCSU
% paul_fackler@ncsu.edu
*/
#include "mex.h"
#include <math.h>
#define bignum 1.7e308
#define dmax(x,y) (x>=y ? x : y)
#define dmin(x,y) (x<=y ? x : y)
#define dabs(x) (x>=0 ? x : -x)
/*
DIRECTC Called by DIRECT
This function should NOT be called ... | [
"crangel.lez@gmail.com"
] | crangel.lez@gmail.com |
ab3eba06fd7aad74fd21ad7adfdf7c0ee7d862a9 | 8bfdb125cf655fdc46f8aa17d4c84c40c4a1fca6 | /lab4/src/myOS/userInterface.h | 3d2d2c824a591dec106b5243b9e5eab90f9e7d51 | [] | no_license | Alpha-Girl/os2020-labs | 73998818dccc7c26bbe2def5d5846d31eaa2a4e9 | 57b46e86d63daedc4395ddbfe60dbf09372d92dd | refs/heads/master | 2022-10-13T17:39:36.892276 | 2020-06-15T14:53:13 | 2020-06-15T14:53:13 | 242,309,866 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 369 | h | #ifndef __USERINTERFACE_H__
#define __USERINTERFACE_H__
//general for both kernel and userApp
#include "include/mem.h"
#include "include/uart.h"
#include "include/vga.h"
#include "include/wallClock.h"
#include "include/vsprintf.h"
#include "include/string.h"
//only for userApp
#include "include/malloc.h"
int myP... | [
"alphaboy@mail.ustc.edu.cn"
] | alphaboy@mail.ustc.edu.cn |
594e7fd2cbed080010f444ea78a6b8dde3b41916 | 1928e9104ed201f9cf9acaf0a2334cde40cf366f | /Silicon/Intel/KabylakeSiliconPkg/Cpu/Include/ConfigBlock/CpuPowerMgmtTestConfig.h | bf6e829fa306980687e5c3c2d7a99db028548251 | [
"BSD-2-Clause"
] | permissive | hwu25/edk2-platforms | f832c0c4bee9502e80a008142daa8b33d1e4fd24 | 94b23488bbda4361b6753adf6025c8a1dfabe27b | refs/heads/master | 2020-05-22T21:25:28.235334 | 2019-05-01T21:32:40 | 2019-05-13T22:14:22 | 186,525,532 | 0 | 0 | BSD-2-Clause | 2019-05-14T01:57:16 | 2019-05-14T01:57:16 | null | UTF-8 | C | false | false | 8,317 | h | /** @file
CPU Power Management Test Config Block.
Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this distribution.
The full text of the license may be... | [
"liming.gao@intel.com"
] | liming.gao@intel.com |
978da19cc8dfddb183ed4b6fd0e31f93483fa390 | a98fa24edf3479c4bb1ead3ac6d50e8ba8712c20 | /gcc-attribute-alias/a.c | fca7afe7fe31a098a0b822afe830ee2c73f5d393 | [] | no_license | sigma-random/ElfHacks-1 | 4245b9dde7c1e3774051211dc38f627bc7f8f586 | c0cc3188b736372260e7988aca072ffbb86a8991 | refs/heads/master | 2020-12-30T19:46:12.342358 | 2015-04-03T12:02:21 | 2015-04-03T12:02:21 | 33,520,946 | 2 | 0 | null | 2015-04-07T03:56:14 | 2015-04-07T03:56:14 | null | UTF-8 | C | false | false | 140 | c | #include <stdio.h>
int bar() { puts("foo points to bar"); return 0; }
int foo() __attribute__((alias("bar")));
int main() { return foo(); }
| [
"i@maskray.me"
] | i@maskray.me |
0122973aa17dbf95465e48ccc86f07dd564c9f95 | 0b5e468b8d9c67f1293b4efabe1ad01601a9f342 | /timeEx.c | 442725664c1a81e3ac43b1249f1ed1042690c9f3 | [] | no_license | venture21/linuxEx | 8c117d7054392d42d0006d1ce6f1fcc739837537 | 4c231a5ffb160c4996ce6ac4f5c5e43f4d5e9129 | refs/heads/master | 2021-06-27T11:46:05.069080 | 2020-09-14T01:58:55 | 2020-09-14T01:58:55 | 131,266,591 | 0 | 4 | null | null | null | null | UTF-8 | C | false | false | 1,027 | c | #include <stdio.h>
#include <time.h>
#include <sys/time.h> // getimeofday( ) 함수에서 사용
#include <stdlib.h>
int main(int argc, char **argv)
{
int i, j;
time_t UTCtime;
struct tm *tm;
char buf[BUFSIZ];
struct timeval UTCtime_u;
time(&UTCtime); // UTC 현재 시간 구하기
printf("time : %u\n", (unsigned)UTCtime); // UTC... | [
"park0122@gmail.com"
] | park0122@gmail.com |
c751cfa4a05cade813f9cbad7d686a43832ddb9d | 21901a24edc347a4fd6bc9d0938056036e26534a | /libft/gnl/sources/sb_free.c | 33a770ff302d956a297ad0f6725bd9385b1ce348 | [
"WTFPL"
] | permissive | elenaorlova/42_fractal | 4fca4e177f619a2bfb86be88230b456d56affba8 | d7fa28a7f03f156a3ae6266b8b1b0b8074447851 | refs/heads/master | 2022-05-03T18:18:14.137389 | 2019-11-09T15:38:04 | 2019-11-09T15:38:04 | 196,173,609 | 0 | 1 | NOASSERTION | 2022-04-13T17:23:48 | 2019-07-10T09:16:26 | C | UTF-8 | C | false | false | 1,121 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* sb_del.c :+: :+: :+: ... | [
"ashari@student.21-school.ru"
] | ashari@student.21-school.ru |
5d0f3878fe41819d9441106b450d9d4af8e4acab | b367fe5f0c2c50846b002b59472c50453e1629bc | /xbox_leak_may_2020/xbox trunk/xbox/private/windows/directx/xact/common/wavbndlr/wavbndli.h | 1fbf260db1a372f506cc7949eb849fa5854e5a66 | [] | no_license | sgzwiz/xbox_leak_may_2020 | 11b441502a659c8da8a1aa199f89f6236dd59325 | fd00b4b3b2abb1ea6ef9ac64b755419741a3af00 | refs/heads/master | 2022-12-23T16:14:54.706755 | 2020-09-27T18:24:48 | 2020-09-27T18:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 657 | h | /***************************************************************************
*
* Copyright (C) 11/2/2001 Microsoft Corporation. All Rights Reserved.
*
* File: wavbndli.h
* Content: Wave Bundler common library definitions.
* History:
* Date By Reason
* ==== == ====... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
ee43212f73a868da49260336925ef77357f3ce2a | 40095981cd158032c25ae5aa847b45b259c40480 | /Custom Servo Controller/avr-loader-0.1/util/hex2abl.c | 90828a1219e92d49ea36280bce3ad27350c03137 | [
"FSFUL"
] | permissive | MiddleMan5/Project-Onyx-Quadruped | 712dd5f2e47c91a6d4b031272e2a4675ffadf7d1 | 7e8e3172420bdfeeb761f0eda585596349ec0821 | refs/heads/master | 2021-01-24T22:02:21.700807 | 2015-09-04T19:38:39 | 2015-09-04T19:38:39 | 36,832,368 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,415 | c | /* Originally from: */
// hex2abl.cpp
// Copyright 2005 Mike Dvorsky
//
// Convert intel hex files into AVR Boot Loader files.
//
// Input file format
// ":NNAAAATTDDDD...DDDDCC"
// Where
// NN = byte count of the data
// AAAA = starting address
// TT = record type (00=data, 01=termination, 02=segment base addre... | [
"mikelson.public@gmail.com"
] | mikelson.public@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.