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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9afb463d1ee04555bd7585eb0d606ba8e9ebca17 | 075d1c91268025e5428e2690cb06197723b3032f | /Aulas/16aula/hsm_ex1_c_1/transitions2.h | 8f91296e06e1f5a5c502db42d95b20526e946a9a | [
"MIT"
] | permissive | rafaelmcam/RTOs_ChibiOS | 9389c408d716b9c95885ce841f8c96132a75256f | 08d8e21f2c7185d2c47846f67cbfba70c706d689 | refs/heads/master | 2020-05-20T08:59:23.547776 | 2019-05-07T22:50:34 | 2019-05-07T22:50:34 | 185,488,217 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,444 | h | #ifndef TRANSITIONS_H
#define TRANSITIONS_H
#include "event.h"
#include "sm.h"
cb_status init_cb(event_t ev);
cb_status ON_cb(event_t ev);
float calcular(float num1, float num2, char operador);
cb_status op1_cb(event_t ev);
float push_digito(float valor_anterior, int dig, int bol_ponto1, int* qnt_frac);
cb_status op... | [
"rafael.campello@hotmail.com"
] | rafael.campello@hotmail.com |
fa81feeb6241aa14861fa5e8be44e31b901f97a3 | 1f48759a55016af2b643af5e21149177c0724051 | /myBank.h | b705e26417035f06336c0af514e3d55d6a01c251 | [] | no_license | amitPorat/BankAppC | 5dc7123b71ff1828530759f87431c39bd807eaf3 | 791d4c1c17b81ddeb29e746a4438a3515c924be0 | refs/heads/master | 2020-09-14T22:28:17.869530 | 2019-11-21T22:41:07 | 2019-11-21T22:41:07 | 223,278,067 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 287 | h | void open_new_account(double amount);
void check_balance(int account_number);
void deposit(int account_number,double amount);
void pull_money(int account_number,double amount);
void close_account(int account_number);
void add_RIBIT(double RIBIT);
void print_all();
void close_program();
| [
"tehilamit@gmail.com"
] | tehilamit@gmail.com |
98c3a5d8cdb28de2dc331b0b2fbec8ade1707c32 | 8b105a64aa06bf497cf7a4c33295a6f3eda45061 | /tools/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/5.2.0/plugin/include/tm-preds.h | e593dd2f2299a0971441ef8a2a9147487ee58e3b | [] | no_license | junhuanchen/arduino-esp32-arm | 7ebdbfd8a4cc60cf373a6fc59aada187e6a03f74 | bbfc1e43b84ebd9e6957cff3c987a48cc0708de4 | refs/heads/master | 2020-04-04T18:43:00.156935 | 2018-11-05T07:16:18 | 2018-11-05T07:16:18 | 156,175,514 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,899 | h | /* Generated automatically by the program 'build/genpreds'
from the machine description file '/home/pi/xtensa/crosstool-NG/.build/src/gcc-5.2.0/gcc/config/xtensa/xtensa.md'. */
#ifndef GCC_TM_PREDS_H
#define GCC_TM_PREDS_H
#ifdef HAVE_MACHINE_MODES
extern int general_operand (rtx, machine_mode);
extern int addres... | [
"junhuanchen@qq.com"
] | junhuanchen@qq.com |
77435e9471028e380cc75e9980dec2c63a3a829c | ea6f7ca3dab79ebe2a51eab54a49c0b3ca2a0ee8 | /Learning.c | 12240322ef2285a4bbe462af5178ea22c32f4ae5 | [] | no_license | kimyyy/ANN | aa8a968e1c660de3a9df5116c57600e697955c3e | 6890fd764a1f855f66c61be4830610aa5b65cbf4 | refs/heads/master | 2021-04-26T23:47:19.030120 | 2018-03-05T03:06:57 | 2018-03-05T03:06:57 | 123,856,896 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,794 | c | #include "nn.h"
#include <stdio.h>
#include <math.h>
#include <time.h>
#include <stdlib.h>
void print(int m, int n, const float*x) {
//xは一次元配列だがm*nの行列とみなしている
int i;
for(int j = 0; j < m; j++){
for (i = 0; i < n; i++) {
printf("%.4f ", x[n*j + i]);
}
putchar('\n');
}
}
void fc(int m, i... | [
"kazumasita@gmail.com"
] | kazumasita@gmail.com |
2bc9eb0ff66bf8c5221edf8cce270110c1de18a1 | ad27d7c27cc5579d95f95085f0a900b0d1aab59e | /ex05pointer00.c | b44fe6df4b3588795da39a23b88c1e0f83420c6e | [] | no_license | addn2x/clang | 7e384f2bef28f5ae63f63d949a8e273f817f0e84 | 6342e745d1826866004c2691f67755be6e6b3671 | refs/heads/master | 2020-04-20T13:41:45.377326 | 2019-02-02T20:45:47 | 2019-02-02T20:45:47 | 168,875,564 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 297 | c | #include <stdio.h>
void swap(int a, int b);
int main() {
short a = 3;
short b = 5;
swap(a, b);
printf("main\n\ta = %d, \n\tb= %d\n", a, b);
return 0;
}
void swap(int a, int b) {
short t = a;
a = b;
b = t;
printf("swap\n\ta = %d, \n\tb= %d\n", a, b);
} | [
"addinbox@protonmail.com"
] | addinbox@protonmail.com |
307701fc37af947be34bb2da0906e65ceba3dce4 | eec654760dc25c85bed38a72ca5d06731bdb3966 | /applets/src/pmc.c | 55bb8e9e8ae81b71b92fe6e458dc048dd9fb999e | [] | no_license | larytet/at91-utils | 2fcb02a5ab1c82346e2aa801f1a01b6b8fd514d1 | 71d9004235c761b0619c62f33c57038f49042f37 | refs/heads/master | 2021-01-18T21:51:53.194582 | 2016-05-07T18:58:33 | 2016-05-07T18:58:33 | 23,870,506 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,399 | c | /* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support
* ----------------------------------------------------------------------------
* Copyright (c) 2011, Atmel Corporation
*
* All rights reserved.
*
* Redistribution and use in sou... | [
"larytet@yahoo.com"
] | larytet@yahoo.com |
839cb99319e42f8fae119c75e85dfe26b9446b95 | 1ddfc8621738994f0f312841eb2f0691e9207e29 | /projects/parkinja/helmskDominion/dominion/cardtest1.c | 7420fd73755467eff70f4210dd49e2eaacc300d4 | [] | no_license | jredp/CS362-004-U2017 | 5171161cb3d30b89612e99958e932d7c0a5fee61 | 5fc79e3bebbe4af2b6ba87b9783080c94c9735be | refs/heads/master | 2020-12-10T03:30:14.465637 | 2017-08-15T22:45:55 | 2017-08-15T22:45:55 | 95,587,589 | 0 | 0 | null | 2017-06-27T18:15:29 | 2017-06-27T18:15:29 | null | UTF-8 | C | false | false | 2,104 | c | /*-----------------------------------------------*/
// Test the Smithy Card
/*-----------------------------------------------*/
#include "dominion.h"
#include "dominion_helpers.h"
#include "rngs.h"
#include <time.h>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <assert.h>
#define MSG_PRINT 1
int m... | [
"parkinsonjared@yahoo.com"
] | parkinsonjared@yahoo.com |
530513d645106eaa4018031f2a7cd4a8ed469bfd | e4a3f1a2dd68097092499df93ab7d34c3473356c | /6-binary_tree_preorder.c | 5b9c3d1c72ba40d8c9c01ad2dc70218c2f241876 | [] | no_license | Edigiraldo/binary-trees | 8e5b19c12c9cae9d47bed5c6a6eb1785caf94274 | 0fab8809f2c93d6208b42a878b80b2b300a8e7bd | refs/heads/master | 2023-06-04T07:13:08.173637 | 2021-06-28T19:55:08 | 2021-06-28T19:55:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 619 | c | #include "binary_trees.h"
/**
* binary_tree_preorder - goes through a binary tree using pre-order traversal
* @tree: Where tree is a pointer to the root node of the tree to traverse
* @func: is a pointer to a function to call for each node.
* The value in the node must be passed as a parameter to this function.
* ... | [
"karodev3@gmail.com"
] | karodev3@gmail.com |
9b27e63a02798ebb60b51ed4c5f83cef2639a9f6 | 96e7347db30d3ae35f2df119a18472cf5b251fa2 | /Classes/Native/mscorlib_Mono_Globalization_Unicode_CodePointIndexe901202821MethodDeclarations.h | c5227bb5632bac503081e52cdbe84042a7bb7005 | [] | no_license | Henry0285/abcwriting | 04b111887489d9255fd2697a4ea8d9971dc17d89 | ed2e4da72fbbad85d9e0e9d912e73ddd33bc91ec | refs/heads/master | 2021-01-20T14:16:48.025648 | 2017-05-08T06:00:06 | 2017-05-08T06:00:06 | 90,583,162 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 986 | 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.Globalization.Unicode.CodePointIndexer
struct CodePointIndexer_t901202821;
// System.Int32[]
struct Int32U5BU5D_t331540... | [
"phamnguyentruc@yahoo.com"
] | phamnguyentruc@yahoo.com |
95c1534d4ef54f8492cddbde951825015bd99de8 | fb49b66e8de43051279aab5a1e57d4755bacd7f4 | /src/object/cone.c | 326aa09a60aec0f1bfa8fe724a9410bab233b852 | [] | no_license | knzeng-e/RT | 56a5732cdb1e871142756a04659797e1c0df0955 | 932feedee059e97837ccf15320f1ca44f7ad5ef4 | refs/heads/master | 2020-03-12T02:56:48.929995 | 2018-04-28T20:16:27 | 2018-04-28T20:16:27 | 130,414,733 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,280 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* cone.c :+: :+: :+: ... | [
"mdelage@student.42.fr"
] | mdelage@student.42.fr |
099c93cb64d84229146ff8e6ca242f164281df4d | 9a64ae6925354178b279725b0ad3a09b5142746a | /psdk_rtos_auto_j7_06_02_00_21 2/tiovx/kernels_j7/hwa/vdec/vx_video_decoder_target.c | df800de2ff8394f7029823ff4c22d462173d1233 | [] | no_license | Liulongge/studyOpenVX | c7f6a9680f21afa39ee1f4b1875ac955269d142e | 791498eb06c17e15e81b23d915cc3d779bd81503 | refs/heads/main | 2023-07-16T21:01:31.084326 | 2021-08-29T07:03:19 | 2021-08-29T07:03:19 | 400,837,068 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 30,497 | c | /*
*
* Copyright (c) 2019 Texas Instruments Incorporated
*
* All rights reserved not granted herein.
*
* Limited License.
*
* Texas Instruments Incorporated grants a world-wide, royalty-free, non-exclusive
* license under copyrights and patents it now or hereafter owns or controls to make,
* have made, use, i... | [
"792286891@qq.com"
] | 792286891@qq.com |
837d86c97f961669d9246832612d9594ed36657f | 02f44376ac7bd78deca24dc165bb61b9422e4108 | /labs/lab1/submissions/6757_2366/main.c | 72889039706eae6dab25e15406faf58b2c27bacd | [] | no_license | CC451-Computer-Networks-TA-team/test-course-c | 51ed6e89aec2177c60b7d11d0722b7fd97e8ceb2 | dc8cb45fa5fdbf778aa2853bb08113b08e9e6bef | refs/heads/master | 2022-11-29T15:08:04.786722 | 2020-08-10T13:21:31 | 2020-08-10T13:21:31 | 286,447,933 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 308 | c | #include <stdio.h>
#include <string.h>
int main() {
char a[511], b[511];
gets(a);
gets(b);
int has_fizz = check_equality(a, "Fizz");
int has_hello = check_equality(a, "Hello");
if(has_hello == 1 || has_fizz == 1 ){
memcpy(a, "Buzz", 5);
}
strcat(a, b);
printf("%s\n", a);
return 0;
} | [
"a.mo.dewidar@gmail.com"
] | a.mo.dewidar@gmail.com |
c842e2b9f908b6f8bf42ae18624080dcde624e7d | b7f3b6ee8a5dbab82f101790092b7f14fe9f3f55 | /Lista 1/2.c | f06c70bb8961f6946263cec77d053915782543ef | [] | no_license | TGlide/ED-UFF-2019.1 | d9a63e4e7e08c46b8f968d58e23a9cf295ddffe7 | f8ddc21ed4550f9a0e6c9d2c67820ee6602524fb | refs/heads/master | 2020-05-04T17:15:08.152856 | 2019-04-11T13:43:43 | 2019-04-11T13:43:43 | 179,303,850 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 345 | c | #include <stdio.h>
#include <stdlib.h>
typedef struct ab{
int info;
struct ab *esq, *dir;
}TAB;
TAB* cria(int info){
TAB* a;
a = malloc(sizeof(TAB));
a->esq = esq;
a->dir = dir;
a->info = info;
}
TAB* espelho(TAB* a){
TAB *res;
res = cria(a->info, copia(a->dir), copia(a->esq));
return res;
}
int main ... | [
"thomglopes@gmail.com"
] | thomglopes@gmail.com |
a68ef2dc037473b6e26157a728d9047df9687f8c | c480d79bf18c0e6ea68d927874cca9adfdc42116 | /src/bin/psql/common.c | 6f16a5cc5e22b272bc2c81fab762c19e8334b83c | [
"PostgreSQL"
] | permissive | dpaks/postgresql-9.3.5 | c3721a7a55b2dbec53516beb6cd47a485992817c | 5ffc723d5901b85e8b230d63c9cb850424cd5aea | refs/heads/master | 2021-01-19T20:13:07.590038 | 2015-05-11T10:49:09 | 2015-05-11T10:49:09 | 30,904,949 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 39,226 | c | /*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2013, PostgreSQL Global Development Group
*
* src/bin/psql/common.c
*/
#include "postgres_fe.h"
#include "common.h"
#include <ctype.h>
#include <signal.h>
#ifndef WIN32
#include <unistd.h> /* for write() */
#else
#include <io.h> /* for... | [
"in.live.in@live.in"
] | in.live.in@live.in |
cba503b89eccebc2ac2874361c504e771a575756 | 9a543de4a6d3f51b72e8ca19c1548da0f8b8c220 | /std/module/room/prodigy.c | 18e306d9d7cf20b6d3567c0d3a47a3203c5f67da | [] | no_license | oiuv/RevivalWorldMud | 51451e3405e37eeeb640b4deb7259394be6f1e9c | a0450064d4082fbcc14525a983ad9f1b78da8337 | refs/heads/master | 2020-04-14T06:11:52.974449 | 2019-01-28T04:09:07 | 2019-01-28T04:09:07 | 163,679,727 | 2 | 2 | null | 2019-04-02T05:15:23 | 2018-12-31T15:37:25 | C | BIG5 | C | false | false | 1,530 | c |
/* This program is a part of RW mudlib
* See /doc/help/copyright for more info
-----------------------------------------
* File : prodigy.c
* Author : Clode@RevivalWorld
* Date : 2005-04-07
* Note : 世界奇觀動作繼承物件
* Update :
* o 2000-00-00
*
-----------------------------------------
*/
#include <ansi.... | [
"i@oiuv.cn"
] | i@oiuv.cn |
52351fea922281249e608e1420d323dd2d01845d | 155cf96e0010b7f0b910bbfd38e2b125b792883b | /v9/X11/src/X.V11R1/lib/X/XQuBest.c | 01a87adb64aa167a30ace3f2d43f1edf212afd02 | [] | no_license | Alhadis/Research-Unix-v9 | ed6de36ff6408912678e3eaacb3d106c7b40db9e | 2712b17ab0ae91ced613865890156dcca1bf5a8e | refs/heads/master | 2020-05-27T00:13:45.881088 | 2019-05-24T12:36:47 | 2019-05-24T12:36:47 | 188,419,949 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 884 | c | #include "copyright.h"
/* $Header: XQuBest.c,v 1.6 87/09/11 08:05:44 toddb Exp $ */
/* Copyright Massachusetts Institute of Technology 1986 */
#define NEED_REPLIES
#include "Xlibint.h"
Status XQueryBestSize(dpy, class, drawable, width, height, ret_width, ret_height)
register Display *dpy;
int class;
... | [
"gardnerjohng@gmail.com"
] | gardnerjohng@gmail.com |
82c0f9fa8d6115e0f13e3955e957e324fb833b48 | c7f397f2a3caa45bd93f394b991bc8c3209c3e7b | /Langage_C/Minishell/include/mysh.h | d66c21205faca8d6ee2deacbdb0740659ffa9268 | [] | no_license | RodolpheDedant/Projets-realises | 3ba7045b3359c47949dc30506ad86ab963a2cb3c | a21012358fcc64c5d511235f5906c717142869be | refs/heads/master | 2023-06-01T21:36:09.368330 | 2021-06-14T16:57:40 | 2021-06-14T16:57:40 | 376,879,070 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,060 | h | /*
** EPITECH PROJECT, 2020
** delivery
** File description:
** generator.h
*/
#ifndef MYSH_H
#define MYSH_H
#include <stddef.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
typedef struct mysh {
char **my_env;
int status;
} mysh_t;
int mysh(char **av, char **env);
int choice_command(cha... | [
"rodolphe.dedant@epitech.eu"
] | rodolphe.dedant@epitech.eu |
0f07ab79792b6c6684d1f4e35d28e452e978e7b5 | 7244fb4b09a07944ac1b10acbe11f902d6a6dfd9 | /lib/util/ipc.c | f62d025220c8418d2ded21da1ec4eb1dde72b452 | [
"MIT"
] | permissive | drfh/OceanFS | 8d46a0401b8769cdb9fc65d5b58534e7b0c902dc | fd297a562b4ef5a6386bc0a25940b2e22dce6f39 | refs/heads/master | 2021-06-06T05:27:12.298379 | 2019-04-04T14:32:36 | 2019-04-04T14:32:36 | 27,847,641 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,009 | c | //
// ipc.c
// util
//
// Created by David Harris on 02/15/2019.
// Copyright (c) 2019 MegaApps. All rights reserved.
//
#include <stdbool.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <assert.h>
#include <signal.h>
#include <sysexits.h>
#include <sys/mman.h>
#include ... | [
"DavidRFHarris@gmail.com"
] | DavidRFHarris@gmail.com |
8024720ca5740c0a48272e51fd804782fa8a859f | 492f6ef84523aca5897f0839e7c7bba89ae67757 | /0x02-functions_nested_loops/0-holberton.c | e15214e8b32f8403705fa7697d88284514667a5c | [] | no_license | lacrisy21/holbertonschool-low_level_programming | d40a9d61cd60ef8712f4c85dc2bb771c1a2a63f0 | da774b36e89f9820eb4d821443478c8e53c37e5d | refs/heads/master | 2023-01-31T02:28:25.478677 | 2020-12-15T13:39:55 | 2020-12-15T13:39:55 | 271,392,796 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 273 | c | #include "holberton.h"
/**
* main - entry point
*
*Return: On success 0
*/
int main(void)
{
_putchar('H');
_putchar('o');
_putchar('l');
_putchar('b');
_putchar('e');
_putchar('r');
_putchar('t');
_putchar('o');
_putchar('n');
_putchar('\n');
return (0);
}
| [
"lcristinagilp@gmail.com"
] | lcristinagilp@gmail.com |
c89f512645045f7aadadbbf196ccb9a02a30568f | a92a91a02b97334487fd89deb29064dd109b965d | /multimedia/imaging/ite_nmf/src/miscelious/linux/misc_linux.c | cc6b2f01d924e8dd37ba6bcf59c8515dd24e89c2 | [
"Apache-2.0"
] | permissive | AveHornet/vendor_st-ericsson_u8500 | 4af9987f79cbe9bebd142c770cf10c36ac959fd7 | 5c3c8f4491a9996429c52ecc946bf76d3c4fc5a8 | refs/heads/master | 2021-01-21T09:07:00.004338 | 2014-03-03T04:23:29 | 2014-03-03T04:23:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 556 | c | /*
* Copyright (C) ST-Ericsson SA 2010. All rights reserved.
* This code is ST-Ericsson proprietary and confidential.
* Any use of the code for whatever purpose is subject to
* specific written permission of ST-Ericsson SA.
*/
#include "misc_linux.h"
struct sigaction signalhandle;
void signal_handle(void (*sig... | [
"shantanupaul@live.com"
] | shantanupaul@live.com |
fd4e089f9729de4c4a8076fe5f64cf6ceb1a81a3 | bb410e36c8e61deef660ccf1eed87bbed2ebdb22 | /src/postscript_driver.h | ef2681341c4d1af732b12a3f28a63e063c3eeaa4 | [] | no_license | pramodk/LinkTest | 3740d9956de51745363963c6e085fda79176be0d | 3c87a7e5f2d5577c5ed33431d1baec86e8f41068 | refs/heads/master | 2022-12-31T15:53:11.694435 | 2020-10-17T22:10:44 | 2020-10-17T22:10:44 | 304,978,196 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,739 | h | /****************************************************************************
** LinkTest **
*****************************************************************************
** Copyright (c) 2008-2011 **
** Fors... | [
"kumbhar@bb-c02vf1h0hv2r.epfl.ch"
] | kumbhar@bb-c02vf1h0hv2r.epfl.ch |
72257c3091fa84a6d53e3cd74e1720f869b2f82c | 20e8e324f91fecc71e1c57e93f87a2e828083097 | /src/driver/User/upstandingcar.h | 793bba0ecd722e223a6c360240b6bd99418070fe | [] | no_license | PHIKN1GHT/SmarterConnected2018 | 049258d0dd740b3b8404a6e9c7d97bd418f15e7c | 7c1a2dbaaa90dfa429893e0af12c836ddc63d7f5 | refs/heads/master | 2020-03-27T08:25:41.854081 | 2018-08-27T06:28:09 | 2018-08-27T06:28:09 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,605 | h | #ifndef __UPSTANDINGCAR_H
#define __UPSTANDINGCAR_H
#include "stm32f10x.h"
#define CAR_ANGLE_SET 0
#define CAR_ANGULARSPEED_SET 0
#define GRAVITY_OFFSET (1500) //加速度零点偏移值
#define GYRO_OFFSET 0 //陀螺仪零点偏移值
#define GRAVITY_X_MIN (-16384)
#define GRAVITY_X_MAX 16384 ... | [
"KALE1D0@qq.com"
] | KALE1D0@qq.com |
dbe8be2b917370c16dc6b9e3b44d3b03cb96f305 | 6bb52ccc91b0914961ff435676605cc7adca38ab | /Objects3.ocd/Vehicles.ocd/Cannon.ocd/Script.c | 7ef0bd9286ef1ca49e2ef39dc65d48d2228aa3fb | [] | no_license | gitMarky/Resources_Classic.ocf | 0ad3b2acb512ad07d1c73dfa0fa27009a9708b2b | 3932fd253353799af33ee40ddd1f4973392ebaeb | refs/heads/master | 2020-05-19T09:09:46.450950 | 2017-03-26T10:37:27 | 2017-03-26T10:37:27 | 28,647,675 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 4,631 | c | /*-- Haubitze --*/
/* Initialisierung */
protected func Initialize()
{
SetAction("Ready");
SetPhase(10);
}
/* Steuerung */
protected func ControlConf(int conf)
{
if(AimStdConf(conf))
Sound("CatapultSet");
}
public func ControlUp(object clonk) // Zielen: hoch (klassisch)
{
[$TxtAimup$|Image=CAN1:2]... | [
"markh4b@hotmail.com"
] | markh4b@hotmail.com |
604ec5631d72909cfc30a5fdd4ad8bab0f1e2a4c | f7daf88cf26837da7292a359fecbeb7bc7e4390d | /RTV7/libvec/srcs/mat_multpmat44.c | d1aa3709d7279cb1f53e4325e8b94eaea7bd6547 | [] | no_license | psergean/42 | 6ca03e1e182eab4897968345b837fd00f395912d | faa4069c3293b8e1ef5b9506b709558865785905 | refs/heads/master | 2019-06-05T04:46:21.828066 | 2018-03-08T18:18:06 | 2018-03-08T18:18:06 | 73,694,649 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,399 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* mat_multpmat44.c :+: :+: :+: ... | [
"psergean@e3r8p2.42.fr"
] | psergean@e3r8p2.42.fr |
c9ae7104480f9e869a9386667686fb718a900a86 | b4257f7c44cf50b9bfec9f1074950249e331aab4 | /ARM-code/Src/stm32f4xx_hal_msp.c | 2602eaa65f19fcba99cb0f4d3963e1260d1dd9e2 | [] | no_license | PedroKlein/Soft-starter-2018 | a42f5d2b49fb91accf15c65c0004aaad8f6bcbe1 | 391c48ffbfa494a7be723a7cdd7f3c4834d4e442 | refs/heads/master | 2022-09-21T08:17:25.033100 | 2020-06-05T14:46:47 | 2020-06-05T14:46:47 | 269,655,585 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,641 | c | /**
******************************************************************************
* File Name : stm32f4xx_hal_msp.c
* Description : This file provides code for the MSP Initialization
* and de-Initialization codes.
*********************************************************... | [
"pedroklein1@hotmail.com"
] | pedroklein1@hotmail.com |
ec7cbb6c17e859a3eb577636adcd432845e66221 | 22aeee02843607128b72f8245d8ed0f35f4b081f | /packages/ti/bios/include/std.h | 24b7641c79805d63b464d8bd16acb1aa6db4b613 | [] | no_license | lijinlun/ti-sysbios-c64t | 71895516bed02a8eee9b4e87a539ce2d8e83adfb | 972317e452cd94ef8c735e3d0e63dad9c2490adf | refs/heads/master | 2021-03-29T22:56:55.095306 | 2018-06-27T18:20:48 | 2018-06-27T18:20:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,841 | h | /*
* Copyright (c) 2015, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice... | [
"aquadran@users.sourceforge.net"
] | aquadran@users.sourceforge.net |
c473e667c25f52db67541ad40ca03ff16cec2694 | 8781e751b376a6ad905d7e0c7199e6e756e705a5 | /Freescale_MQX_4_1_FRDMK64F/rtcs/source/if/arpcmd.c | 5840ac321f20c327c8331e28f85426b7fcb5d5f1 | [] | no_license | ernag/dont_not_enter | 4247e0777ae13723f11e3385e1ba26906ae09949 | 1669ceb9c3887dce6472b94d34264e3d32b1745a | refs/heads/master | 2016-08-11T07:21:27.972365 | 2015-12-05T02:14:57 | 2015-12-05T02:14:57 | 47,433,087 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 3,085 | c | /*HEADER**********************************************************************
*
* Copyright 2008 Freescale Semiconductor, Inc.
* Copyright 2004-2008 Embedded Access Inc.
* Copyright 1989-2008 ARC International
*
* This software is owned or controlled by Freescale Semiconductor.
* Use of this software is governe... | [
"ernie@whistle.com"
] | ernie@whistle.com |
1865b6e79673c7d6910f557a6e5853d7f60374a5 | e723324fb86a1605c9ade80a349e9b42be86bdf2 | /CMSSW_90X/HEEPScaleFactorStudy_90X/basic_code/fill_histograms_simple.C | 0f5899a181ddf073b63b74f117ec99603a492c0f | [] | no_license | wenxingfang/ZprimeToEE_study | cbefaebf67f981ed06e9fed99fbd5dcd1bcf7623 | 32789bf4783817db3cdce767bcbc384ddfe7a189 | refs/heads/master | 2021-07-14T15:42:16.978680 | 2020-07-20T01:23:36 | 2020-07-20T01:23:36 | 83,672,324 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,022 | c | #define fill_histograms_simple_cxx
#include "fill_histograms_simple.h"
#include <TH2.h>
#include <TStyle.h>
#include <TCanvas.h>
#include <iostream>
#include "MC_pileup_weight.C"
void displayProgress(long current, long max){
using std::cerr;
if (max<1000) return;
if (current%(max/1000)!=0 && current<max-1) return... | [
"wenxing.fang@cern.ch"
] | wenxing.fang@cern.ch |
a59a3cb87c48f27e5cbe77b694e9c62c59b77194 | 63b4a698bc22fd54857c8fa097b1331f79c39e5a | /src/gdb/gdb-8.3/bfd/elfcore.h | 395feb5ef380b84c1df65e822f2c8373606dd25a | [
"GPL-3.0-only",
"LGPL-3.0-only",
"GPL-2.0-only",
"GPL-1.0-or-later",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-copyleft",
"LGPL-2.0-only",
"LicenseRef-scancode-other-permissive",
"GPL-2.0-or-later",
"FSFAP",
"Apache-2.0"
] | permissive | MinimSecure/unum-sdk | 67e04e2b230f9afb3ae328501a16afa4b94cdac6 | 30c63f0eccddba39a760671a831be3602842f3f4 | refs/heads/master | 2023-07-13T07:33:43.078672 | 2023-07-07T13:52:05 | 2023-07-07T13:52:05 | 143,209,329 | 33 | 22 | Apache-2.0 | 2021-03-05T22:56:59 | 2018-08-01T21:13:43 | C | UTF-8 | C | false | false | 9,469 | h | /* ELF core file support for BFD.
Copyright (C) 1995-2019 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Softw... | [
"denis.bakin@minim.co"
] | denis.bakin@minim.co |
6d4c77e821363ce31f90ca8f2a975a58f786c455 | 52c8dda41cd1c573cb2909b4e31af3d78efa6c66 | /IPC/ipc v4/IPC/m4_m0_ipc_queue_rtos/M0/FreeRTOSConfig.h | 6af1f8a34cf97698288c5ef82d2465f9d8817f1a | [] | no_license | MirkoCovizzi/SEL-Exam | ecf6cd94e624cd50dcccb97c09200f7b134c3c0f | 241d79b06602702dc7274fee7580bcc937cbd302 | refs/heads/master | 2020-05-25T07:27:42.275517 | 2019-06-19T23:44:32 | 2019-06-19T23:44:32 | 187,685,917 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,324 | h | /*
FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.
***************************************************************************
* *
* FreeRTOS tutorial books are available in pdf and paperback. *
* ... | [
"mirko.covizzi@student.unife.it"
] | mirko.covizzi@student.unife.it |
a5691682ace5b903ac16fd9deff5667674f9392b | 8f74e338f172d99d21e46cbe06582467e447849b | /server.c | 09b3dfacbe0f1318952a438801e4b25c06139d90 | [
"MIT"
] | permissive | duskmoon314/raw_socket_demo | 94c4f40a382a5bcab56a1608d4546acd1f091c89 | 80f64d56f4fc3e8983bfd1c856e21ca7fc95e712 | refs/heads/main | 2023-08-14T15:38:39.549122 | 2021-10-06T06:57:59 | 2021-10-06T06:57:59 | 402,270,807 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,997 | c | #include "utils.h"
#define PORT 9000
// IP 包头 20 字节,TCP 包头 20 字节,UDP 包头 8 字节
// IP + max(TCP, UDP) = 40 bytes
char buffer[40];
struct ip *ip_header = (struct ip *)buffer;
struct udphdr *udp_header = (struct udphdr *)(buffer + sizeof(struct ip));
// struct tcphdr *tcp_header = (struct tcphdr *)(buffer + sizeof(struct... | [
"campbell.he@icloud.com"
] | campbell.he@icloud.com |
60ca72428804e05e41dfb85680d00fddace1c980 | 8db3f141494dfb842f73ae1770c772e824a6c400 | /src/nrf_drv_config.h | 847f8cc3364d3f2ccb0736be2b720ee5f67eb663 | [] | no_license | rbarzic/nrf52-example-pwm | c9788f2a2e23514c6e2b947268393b893bceaecc | fe44977b4bc6a264b4661dda6dbad7baec366120 | refs/heads/master | 2021-01-12T21:28:03.379277 | 2015-11-24T12:27:18 | 2015-11-24T12:27:18 | 46,741,799 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,719 | h | /* Copyright (c) 2015 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferab... | [
"rbarzic@gmail.com"
] | rbarzic@gmail.com |
57c587669893fc11621a8b4841a817221e28a155 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/wayland-protocols/gtk/tests/showrendernode.c | 9d145e6a820ecd2eadf8d93fce3bfa116e3700dd | [
"LGPL-2.0-only",
"Apache-2.0",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause"
] | 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 | 8,102 | c | #include <gtk/gtk.h>
static char *write_to_filename = NULL;
static gboolean compare_node;
static GOptionEntry options[] = {
{ "write", 'o', 0, G_OPTION_ARG_STRING, &write_to_filename, "Write PNG file", NULL },
{ "compare", 'c', 0, G_OPTION_ARG_NONE, &compare_node, "Compare render to render_texture", NULL },
{ N... | [
"jengelh@inai.de"
] | jengelh@inai.de |
1ead7089a385d7c139dd4c26a63d02bae1be6ae6 | d7b7ae913fde6770a89d6e0e69a85c0a5f5272f3 | /playtest/sub/cocos2dx/platform/third_party/marmalade/libtiff/headers/tiffiop.h | 7f79a59ffe732136f9adcd5978b60eddd9b30754 | [
"MIT"
] | permissive | gdext/native | 2f5fb04d3b912eb0d1d29ed7031266ab412bca84 | 6d174bc56482091ae0f6c973a3de2d45d5fc74c8 | refs/heads/main | 2023-06-21T17:40:13.001545 | 2021-07-24T09:02:40 | 2021-07-24T09:02:40 | 360,237,781 | 3 | 2 | MIT | 2021-04-21T16:42:34 | 2021-04-21T16:33:27 | null | UTF-8 | C | false | false | 15,760 | h | /* $Id: tiffiop.h,v 1.84 2012-05-30 01:50:17 fwarmerdam Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
* Copyright (c) 1991-1997 Silicon Graphics, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
* tha... | [
"nassimbennamari38@gmail.com"
] | nassimbennamari38@gmail.com |
4688ce24776658d12a621325b14993f23aa6fcd5 | 6b5acccd2120ede28f4086b875411cc0569dfcbc | /utils/s2n_array.h | e72ecbf886ca1ec4f8040e8a09887927b78de2b2 | [
"Apache-2.0"
] | permissive | JoshuaDownes/s2n | f47cc9255fb506610252d057a0df1d5bb8373336 | c8872aba03fae79ad88411d81d6d33048b2dc3fa | refs/heads/master | 2020-03-25T01:03:01.342109 | 2018-09-19T17:58:30 | 2018-09-19T17:58:30 | 143,219,407 | 0 | 0 | Apache-2.0 | 2018-09-19T17:58:32 | 2018-08-01T23:46:13 | C | UTF-8 | C | false | false | 1,329 | h | /*
* Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | [
"baldwinmatt@users.noreply.github.com"
] | baldwinmatt@users.noreply.github.com |
09b99c4cf0e2b0832e89e9bf8a16ea82329143e6 | 5a8e36e1797c50707561cecaea203deae27a18d5 | /subsys/graphics/src/fd_ssd1327_bus_4_wire_spi_zephyr.c | 70aabce225ca034bcd9c73449fb5099a5ff23fb2 | [] | no_license | hongshui3000/firefly-zephyr | 20a3aa25bb077193e8ab70dc386238a77025f0f6 | 201d1066aa2a353336122f25cc1720955c547c27 | refs/heads/main | 2023-08-29T13:41:09.281766 | 2021-10-19T22:01:20 | 2021-10-19T22:01:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,491 | c | #include "fd_ssd1327_bus.h"
#include "fd_ssd1327_bus_4_wire_spi_zephyr.h"
#include "fd_assert.h"
#include <drivers/spi.h>
#include <string.h>
// 4-wire SPI interface
fd_ssd1327_bus_4_wire_spi_zephyr_configuration_t fd_ssd1327_bus_4_wire_spi_zephyr_configuration = {
.spi_device_name = "SPI_1",
};
typedef struc... | [
"denis@fireflydesign.com"
] | denis@fireflydesign.com |
47f71aabd630c6128a61cd1964305dd924ac5265 | 179a5787c04057a0aa491aa4af696bd92050ec82 | /tests/monitor-pi-deadlock.c | 5d4f798143d7df85ed28f5c0a567219c78c332c3 | [
"MIT"
] | permissive | cerna/libevl | 295ff5d40c024fd381f831cdf073f3e9bb27b3f5 | da9688fd8890f37b7e26df3bd1fc6b96c06c5de3 | refs/heads/master | 2020-06-01T10:20:20.097904 | 2020-01-21T14:00:31 | 2020-01-22T11:44:34 | 190,745,960 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,906 | c | /*
* SPDX-License-Identifier: MIT
*
* Detect ABBA deadlock pattern walking the PI chain.
*/
#include <sys/types.h>
#include <time.h>
#include <stdbool.h>
#include <unistd.h>
#include <pthread.h>
#include <stdlib.h>
#include <evl/thread.h>
#include <evl/mutex.h>
#include <evl/clock.h>
#include <evl/sem.h>
#include ... | [
"rpm@xenomai.org"
] | rpm@xenomai.org |
a1c5cdf85c150dd0c6678851364c796b488b9efe | 3d553e8ba950a7003903b0463ff80b44a9f6a032 | /app/src/main/cpp/thirdparty/ffmpeg/include/libavcodec/avcodec.h | 70dc127441f75a5d36e51c85eb2d8882b87ed66f | [] | no_license | ShelleyXiao/ffmpepy_video_recoder | 22d70d0ee5283e623e3b071fae5dfe94bbabd996 | a1ddd3da2465e22a832bb8f25f45ed9f234e6164 | refs/heads/master | 2020-03-25T01:54:00.285015 | 2018-08-06T08:37:11 | 2018-08-06T08:37:11 | 143,263,183 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 190,511 | h | /*
* copyright (c) 2001 Fabrice Bellard
*
* 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
* version 2.1 of the License, or (at your option) any l... | [
"xiao244164200@qq.com"
] | xiao244164200@qq.com |
26f2babae8f104edd45763a3e47858f41b2c8a47 | 35f1a5786058a214cf98ca8168917520500ab027 | /Overture/primer/example3.C | dda8ff3d247f21291af21c425143082a7f89efc4 | [] | no_license | unifem/overtureframework | 171abf69c879eae5a0560f462bbbe7fa8f6fc0b5 | 0f913a14eb58aa51b85c219823b7cbcfe6ebb112 | refs/heads/master | 2021-09-25T02:09:14.077517 | 2018-04-05T10:43:33 | 2018-04-05T10:43:33 | 114,717,087 | 2 | 2 | null | 2018-04-05T10:43:34 | 2017-12-19T03:56:55 | Fortran | UTF-8 | C | false | false | 1,748 | c | #include "Overture.h"
int
main(int argc, char *argv[])
{
Overture::start(argc,argv); // initialize Overture
printf(" ------------------------------------------------------------ \n");
printf(" Demonstrate how to interpolate a compositeGridFunction \n");
printf(" ----------------------------------------... | [
"wdhenshaw@gmail.com"
] | wdhenshaw@gmail.com |
043169a3622d5a4335a38e40ffa85e01bd45bd18 | aa3befea459382dc5c01c925653d54f435b3fb0f | /boards/xtensa/esp32/ttgo_t_display_esp32/src/esp32_reset.c | 0b2779cbe6aa0ba37ba374a5edaa68f2a45a20aa | [
"MIT-open-group",
"BSD-3-Clause",
"HPND-sell-variant",
"BSD-4-Clause-UC",
"LicenseRef-scancode-warranty-disclaimer",
"MIT-0",
"LicenseRef-scancode-bsd-atmel",
"LicenseRef-scancode-gary-s-brown",
"LicenseRef-scancode-proprietary-license",
"SunPro",
"MIT",
"LicenseRef-scancode-public-domain-disc... | permissive | apache/nuttx | 14519a7bff4a87935d94fb8fb2b19edb501c7cec | 606b6d9310fb25c7d92c6f95bf61737e3c79fa0f | refs/heads/master | 2023-08-25T06:55:45.822534 | 2023-08-23T16:03:31 | 2023-08-24T21:25:47 | 228,103,273 | 407 | 241 | Apache-2.0 | 2023-09-14T18:26:05 | 2019-12-14T23:27:55 | C | UTF-8 | C | false | false | 2,873 | c | /****************************************************************************
* boards/xtensa/esp32/ttgo_t_display_esp32/src/esp32_reset.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional inform... | [
"xiaoxiang781216@gmail.com"
] | xiaoxiang781216@gmail.com |
d20427ca2854009287828e56c23dd5431fb6291b | c5d98eb4bfb43ec64e6e5e3d4e51e54e0c8ceec0 | /HD_Webserver.h | f020ad682333984e6f60f69d42211b01c620a366 | [] | no_license | peterarandis/LyfcoWifi | b4a2127ef6a0f601a51facb52f702275a1700a36 | 397f2bece8703447e10134a3e7482e93ff5bddc7 | refs/heads/master | 2022-11-21T14:20:33.731037 | 2020-07-26T08:33:04 | 2020-07-26T08:33:04 | 280,088,435 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 16,450 | h | ESP8266WebServer *server;
void pageLogin();
void handleNotFound();
void Status2Msg();
String buff;
String s="";
String color="#009900";
const String header = "\
<!DOCTYPE html>\
<html><head><title>LYFCO</title>\
<meta name='viewport' content='width=device-width, initial-scale=1.0'></head>\
<style>... | [
"peter@arandis.se"
] | peter@arandis.se |
7bc82203d4182513dfabb63e5c83e68c10373e02 | 7da73abb54f98b333fae5e7394e3b3758909f2ad | /src/adaptors/opencl/accelerate.c | b277eee8557bfd25e95a1a18173bde8ade2602ad | [] | no_license | UoB-HPC/CloverLeaf-OLD_DONOTUSE | 13147951bbf3c87f4d7e7ad593b7091acd5a3d41 | 59d94268f83ea20d297d2548ad42f30b2eb52dda | refs/heads/master | 2023-08-04T17:13:01.419850 | 2019-03-19T17:26:58 | 2019-03-19T17:26:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 801 | c |
void kernel accelerate_kernel(
int x_min, int x_max,
int y_min, int y_max,
const_field_2d_t xarea,
const_field_2d_t yarea,
const_field_2d_t volume,
const_field_2d_t density0 ,
const_field_2d_t pressure ,
const_field_2d_t viscosity,
field_2d_t xvel0,
field_2d_t yvel0,
field_... | [
"justin.lewis.salmon@gmail.com"
] | justin.lewis.salmon@gmail.com |
044693d4470cc2994eb68d3aab91e34eb5ac9d3d | 77cd619c60df3fbbfad9af0d9b71b55c622d7518 | /plugins/out_influxdb/influxdb.h | b496f737ccb7d3b5f94880bbdc418b34d4860e0d | [
"Apache-2.0"
] | permissive | newtoncorp/fluent-bit | d7386950d55dcefd5dcac5ec13a80aec1d6e40b7 | 40d75dd9c6fd1a02a03c60c1cf9930257abe1748 | refs/heads/master | 2021-06-26T13:43:45.648776 | 2018-09-18T21:13:15 | 2018-09-18T21:13:15 | 148,891,383 | 0 | 1 | Apache-2.0 | 2018-09-15T10:17:24 | 2018-09-15T10:17:24 | null | UTF-8 | C | false | false | 1,357 | h | /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Fluent Bit
* ==========
* Copyright (C) 2015-2018 Treasure Data 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 cop... | [
"eduardo@treasure-data.com"
] | eduardo@treasure-data.com |
590f5a881193de5af800540fa129cb95e3f26fde | 07327b5e8b2831b12352bf7c6426bfda60129da7 | /Include/10.0.16299.0/um/minidumpapiset.h | f29cddf5c387889da3bc288238f2f1b7079232b1 | [] | no_license | tpn/winsdk-10 | ca279df0fce03f92036e90fb04196d6282a264b7 | 9b69fd26ac0c7d0b83d378dba01080e93349c2ed | refs/heads/master | 2021-01-10T01:56:18.586459 | 2018-02-19T21:26:31 | 2018-02-19T21:29:50 | 44,352,845 | 218 | 432 | null | null | null | null | UTF-8 | C | false | false | 42,078 | h |
// Copyright (C) Microsoft Corporation. All rights reserved.
#if defined(_MSC_VER)
#pragma once
#endif
#ifndef _MINIDUMP_H
#define _MINIDUMP_H
#ifdef _CONTRACT_GEN
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#endif
#include <apiset.h>
#include <apisetcconv.h>
/... | [
"trent@trent.me"
] | trent@trent.me |
dfeee0f96713491405867206d920c5431fb158b0 | 8fef88d78cc85b97c37aaa57706dcb1e86767a5e | /transforms.h | 70fef8727cbb8113d4dd5b4f9661765170daa0da | [] | no_license | prabhakaran9397/graphics-lab | fa0c390862deada3181f04ae24b2cb98c16e968e | 24126d87e6242ccb7a75d3f845e1bdd83ba89894 | refs/heads/master | 2021-01-12T06:37:17.355967 | 2017-04-24T12:09:15 | 2017-04-24T12:09:15 | 77,396,200 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,232 | h | #include "basics.h"
#define PIDEG 0.017453
void combine(float a[3][3], float b[3][3])
{
float c[3][3];
for(int i=0; i<3; ++i) {
for(int j=0; j<3; ++j) {
c[i][j] = 0;
for(int k=0; k<3; ++k) {
c[i][j] += a[i][k] * b[k][j];
}
}
}
for(int i=0; i<3; ++i) {
for(int j=0; j<3; ++j) {
b[i][j] = c[i... | [
"prabhakaran9397@gmail.com"
] | prabhakaran9397@gmail.com |
856ab003ea30bb057ff189f880569a86a0558f63 | 51e5ab46c848c36c1eede4995a5a1fe76af876d0 | /T3 - Busca Robo/Made in C/robo.c | ea2627d5126d567cc6cae4447a24ade3cafde4ee | [] | no_license | Forvisk/IAR | 71f62224ac5683a8cb17a6699a06eb8da8509602 | 87571d7a4462bdc5766f9c70334570fda1b49404 | refs/heads/master | 2021-07-04T07:28:09.819508 | 2020-10-01T02:31:06 | 2020-10-01T02:31:06 | 177,460,830 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,601 | c | #include "robo.h"
int inicializaRobo(ambiente *amb){
return 0;
}
int buscaLargura (ambiente *amb, int *posIni, int *posFim){
noLargura inicio;
int menorDistancia = 0;
int **PesoCaminho;
noLargura *expande = NULL;
noLargura *nextExpande = NULL;
noLargura *menorCaminho = NULL;
noLargura *new = NULL;
int nExp... | [
"adrianojr11@gmail.com"
] | adrianojr11@gmail.com |
5ff6b2aed0e20f1cfe589d528fe7de38effa6bb8 | 990e8b95b0d446867a37fb69d9baa9fdfa822804 | /hcbroadcast/broadcast.h | 1ced56f14985d86c49af3625df2fdef02aca38b4 | [] | no_license | zhouhuamin/year2015testproject | 687df841ee4edaf5d7bdff23ff1cf64a04845743 | 8b341e49fbef9b63785f26e5948ff48ff2cc64f4 | refs/heads/master | 2020-03-07T10:09:37.606159 | 2018-04-05T13:07:35 | 2018-04-05T13:07:35 | 127,424,786 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 954 | h | #pragma once
#include "includes.h"
#include <time.h>
#define LABEL_LIST_SIZE 5
#define LABEL_SIZE_MAX 32
typedef struct
{
int len;
u8 data[LABEL_SIZE_MAX];
}label_t;
typedef struct
{
int label_cnt;
int msg_send_flag;
int cur_index;
label_t label[LABEL_LIST_SIZE];
}label_list_t;
struct strutLabelModifier... | [
"523141399@qq.com"
] | 523141399@qq.com |
4b9de30ea9a39f79a8da2e577215597d919d202e | a1deff5295d96a524b7f6b68eb8346a6fa52c9a2 | /Zprime_B2G-16-007-paper/plots/EXOVVhvt_ALLWVZPRIME8_UL_Asymptotic_log.C | f0f5016bbc159c518ac70e2f5c8eb47128c5ad8a | [] | no_license | jngadiub/ExoDiBosonCombination | acca29d78f975e6c1a634213e701b983f0d9c43c | f7089a97c2081a318caecc389d1af55069ad1982 | refs/heads/master | 2020-04-05T12:08:27.459035 | 2017-04-21T08:26:47 | 2017-04-21T08:26:47 | 50,594,985 | 1 | 1 | null | 2016-01-28T16:06:55 | 2016-01-28T16:06:55 | null | UTF-8 | C | false | false | 31,773 | c | {
//=========Macro generated from canvas: c_lim_Asymptotic/c_lim_Asymptotic
//========= (Fri Oct 21 12:59:07 2016) by ROOT version5.34/18
TCanvas *c_lim_Asymptotic = new TCanvas("c_lim_Asymptotic", "c_lim_Asymptotic",0,0,600,630);
gStyle->SetOptFit(1);
gStyle->SetOptStat(0);
gStyle->SetOptTitle(0);
c_li... | [
""
] | |
0bfcd20ae70c3d1ab098489d58b485923694e1e6 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/fs/nfs/extr_inode.c_put_nfs_open_context_sync.c | 9b6a7d803109cb203c416b926e60b18ab79cdbe0 | [] | 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 | 635 | 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 |
171ebd1859e1b46c8430ce279485d8368f2972a4 | bd0af590558109e9d32449a9b4623bdd48d403b8 | /USART/USART.c | 5c9919e0836a8084169eba46756df2b49793a33d | [] | no_license | Bhushan-137/ATMEGA32 | 70b2880907a408fd49689f7b510503ff8832ce57 | 1a9b815d6e9d395ef126f6fb68e098bd786da31b | refs/heads/master | 2020-03-18T08:40:42.282621 | 2018-05-23T06:40:31 | 2018-05-23T06:40:31 | 134,522,450 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,640 | c | /*
* USART11.c
*
* Created: 5/15/2018 10:27:59 AM
* Author: Bhushan Narkhede
*/
/*
* USART1.c
*
* Created: 5/14/2018 12:03:35 PM
* Author: Pranjali Narkhede
*/
#define F_CPU 1000000 //CPU speed
#define BAUD 4800 //Baud rate
#include<avr/io.h>
#include<avr/interrupt.h>
#include "USA... | [
"noreply@github.com"
] | Bhushan-137.noreply@github.com |
c3ee2e284348e2e25aa223089a8b7a346965b055 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/48ab97fc-c558-4d87-9c72-e7d7d5b7cfa1.c | 697c30b48726351346df2f00342ba755fc8dee17 | [] | 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 | 592 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
l = 53;
l = 64;
k = i/j;
l = i/j;
l = j/j;
l = i/j;
l = i-j;
l = l-j;
j = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[20];
int c[61];
a = 0... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
734118c0095feefbfbb50aa4c0469a60bfd4b4b0 | 84da3085ba5e8fab8e5c5e1509653372594d1330 | /WAV_Player/USB_HOST/Target/usbh_conf.c | 80f02a03b288dcac2f7d33048a87767db20a2fbc | [] | no_license | Pietro979/EmbeddedSystemsAUDIOProject | 9f2ffa33c913441e08d967cbf09ddc13045973e9 | 6492e056fad453de1d7837ddfc39a87c0c4d93ea | refs/heads/main | 2023-02-26T06:54:13.865881 | 2021-01-25T20:48:18 | 2021-01-25T20:48:18 | 309,454,810 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,805 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : Target/usbh_conf.c
* @version : v1.0_Cube
* @brief : This file implements the board support package for the USB host library
*************************************... | [
"57635925+adrianmo14857@users.noreply.github.com"
] | 57635925+adrianmo14857@users.noreply.github.com |
dc71647e8346d8ae3f81164f4cf1a5e8376d0304 | cf7b884da75872a446bd7c0dc76a2e1ab64c2f61 | /videoParser/ffmpeg_dec/avstring.h | db223f8e80fc00d0e93ebc0f9ad164cf8320f141 | [] | no_license | tcll321/video_decoder | 5726eb623da798835d7f76b38f2a72aa6f5023ef | efb5b77ff0d8d29c4f491bc1bd10e2db1593f42c | refs/heads/master | 2020-04-08T07:33:57.043529 | 2019-10-29T08:13:12 | 2019-10-29T08:13:12 | 159,143,197 | 3 | 3 | null | null | null | null | UTF-8 | C | false | false | 541 | h | #pragma once
/**
* Copy the string src to dst, but no more than size - 1 bytes, and
* null-terminate dst.
*
* This function is the same as BSD strlcpy().
*
* @param dst destination buffer
* @param src source string
* @param size size of destination buffer
* @return the length of src
*
* @warning since the return value... | [
"liuchuntao@accusyschina.com"
] | liuchuntao@accusyschina.com |
6f7b45ce075454457d4f94257fb2d6bcd6dc7b46 | 9408abbdeefeea65840a7a3e39c13858f271338f | /Hardware_setting.h | 94c6f9c876cc53d200bc9918f93d0c648885debf | [] | no_license | Yangyuanxin/Menu_Event_C_Code | 2deb913b10fb312ab83bb2bcea344c1426a8884d | 5877153cbb69e76edbd27297653bf6ee4e27dee7 | refs/heads/master | 2022-09-22T09:27:51.689564 | 2022-08-31T02:57:43 | 2022-08-31T02:57:43 | 173,702,318 | 33 | 24 | null | null | null | null | GB18030 | C | false | false | 1,351 | h | #ifndef __HARDWARE_SETTING_H
#define __HARDWARE_SETTING_H
#include "menu_conf.h"
#define SENSIVITY_HIGH 200
#define SENSIVITY_MIDDLE 300
#define SENSIVITY_LOW 500
#define CHINESE 0
#define ENGLISH 1
#define WLAN_OFF 0
#define WLAN_ON 1
#define BACKLIGHT_LEVEL0 100
#define BACKLIGHT_LEVEL1 200
#defi... | [
"noreply@github.com"
] | Yangyuanxin.noreply@github.com |
4a03375a4c6497e9a2c818dad42b047ac4ca1b24 | acb8d4c4f974d872f31997f591fea4d748f94b93 | /d/emei/npc/obj/dianxin.c | 44edea270c7c3fb865ab6e477bc0b85d4b9fde11 | [] | no_license | MudRen/SZMUD | 8ae6b05718b1a83363478469185e0d776b0fda5c | e3b46e6efa6d353f7f0d00ef676f97d5c0ec3949 | refs/heads/master | 2023-05-27T16:04:35.845610 | 2021-06-18T12:47:19 | 2021-06-18T12:47:19 | 361,736,744 | 1 | 2 | null | null | null | null | GB18030 | C | false | false | 391 | c | // Code of ShenZhou
// dianxin.c 点心
// Shan 96/06/29
inherit ITEM;
inherit F_FOOD;
void create()
{
set_name("点心", ({"dian xin", "dianxin", "dimsum"}));
set_weight(80);
if (clonep())
set_default_object(__FILE__);
else {
set("long", "一碟制作精美的小点心。\n");
set("unit", "碟");
set("value", 100);
set("food_remainin... | [
"i@oiuv.cn"
] | i@oiuv.cn |
45df4b6b877cccd84d01c77e78a9105d3eb3967c | 296387b2289a05b29cf72e276e0fc9c9db82e42f | /vc5_headers/rpcproxy.h | 4de6014439629672c55f8b5d4b16701fe034376b | [] | no_license | jaykrell/jsvn | c469435ece6e8b11a4a9e6dd5bb4e500574b17ac | 474b5afe0a515fe384de4bfb16f7483a25ead6ca | refs/heads/master | 2020-04-01T19:27:12.846133 | 2011-10-16T22:16:03 | 2011-10-16T22:16:03 | 60,684,877 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,054 | h | /*++
Copyright (c) 1992-1996 Microsoft Corporation
Module Name:
rpcproxy.h
Abstract:
Definitions for rpc proxy stubs.
Compiler switches:
-DREGISTER_PROXY_DLL
Generates DllMain, DllRegisterServer, and DllUnregisterServer functions
for automatically registering a proxy ... | [
"jay.krell@cornell.edu"
] | jay.krell@cornell.edu |
0b90824ada7e5721dd88f67e19662d0d8c82e957 | 390cc23a1690e2c0afe0d95ebe8e24c3b4740940 | /Number_Palindrome_or_not.c | 3d7b41b66644299ad46a0f5634f7d59dfb89a14b | [] | no_license | testandbench/C_Class | 40b5a6bf72bb4adb9448249081e54d6d0205a0ef | 6b7369cbb0aa8011fbdee2803ba0172b7bb30ff8 | refs/heads/master | 2020-12-07T13:28:18.935188 | 2020-01-18T10:31:06 | 2020-01-18T10:31:06 | 232,731,375 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 288 | c | #include<stdio.h>
int main()
{
int n,r,sum=0,temp;
printf("enter number");
scanf("\n%d",&n);
temp=n;
while(n>0)
{
r=n%10;
sum=(sum*10)+r;
n=n/10;
}
if(temp==sum)
{
printf("Number is Palindrome");
}
else
{
printf("Not Palindrome");
}
return 0;
}
| [
"noreply@github.com"
] | testandbench.noreply@github.com |
ccfd3b68f8c80d5359a34aa81538d64c581cc035 | 8582cab18bd1667592bed58dee899f91812d4855 | /server.c | ffdd8ed30e3c9bbc4190b6fee9f47026ebe52f6d | [] | no_license | USmaks/c- | 163d251a32ef7a045298a10786693353aeaace23 | db145326116e4319255eafbdbb096080226e6638 | refs/heads/master | 2021-01-10T15:23:28.125801 | 2016-04-02T15:31:14 | 2016-04-02T15:31:14 | 55,267,126 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,923 | c | /*
* by usmaks
* #How to use this
* 1. Edit your signal [*name, *data]
* 2. Make this
* 3. Generate executable file
* 4. Execute & Open index.html file
* 5. You can see your original graph!
*
* Signal Data Format:
* e.g.)
* ["Coffee", 10,9,21,10,22,3,11... | [
"anoly.konz.0099@gmail.com"
] | anoly.konz.0099@gmail.com |
41e95a90d1c2edaf726c8ca8b831b493486fc7d6 | a6a60328da566249810d48e3d4ccc3bbfe134368 | /product.h | d80e5e27dedd6b88b3c1fee891eef3e40bce98c2 | [] | no_license | Bri-man14/Mortgage_AMO | b6cca858c66b27e006d6aef17d309b2832b6d970 | 500e6931d1719d1cdee25ebe810067353dcbda42 | refs/heads/main | 2023-04-15T13:43:59.447612 | 2021-04-19T03:54:03 | 2021-04-19T03:54:03 | 359,320,692 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 55 | h | #pragma once
double product(double fac1, double fac2); | [
"noreply@github.com"
] | Bri-man14.noreply@github.com |
91a5fcc786fe94207765bb2b186f68fe7088ef45 | 7ef95767cbdd080a520ce6095636ce58a3c7bd95 | /p2/xv6/kernel/proc.h | 68bc92034d6d68e5a2034553a960b1023cddc115 | [] | no_license | gp-wang/cs537 | d8872e6b27d167706c8065bdeb9195ba5905951d | feefd31f3b98b9d1301bbe7b99b2a6c6c94f8998 | refs/heads/master | 2016-09-05T13:54:13.227151 | 2015-06-01T21:16:48 | 2015-06-01T21:16:48 | 32,047,990 | 1 | 5 | null | null | null | null | UTF-8 | C | false | false | 3,282 | h | #ifndef _PROC_H_
#define _PROC_H_
// Segments in proc->gdt.
// Also known to bootasm.S and trapasm.S
#define SEG_KCODE 1 // kernel code
#define SEG_KDATA 2 // kernel data+stack
#define SEG_KCPU 3 // kernel per-cpu data
#define SEG_UCODE 4 // user code
#define SEG_UDATA 5 // user data+stack
#define SEG_TSS 6 //... | [
"gavin.gp.wang@gmail.com"
] | gavin.gp.wang@gmail.com |
ec424b0a8536874b675477f9dea922f72ca5595d | f29d42fbe21cacdb229b2bd1012ce37cbf2e4b3b | /files_orpg_sw/src/cpc110/tsk003/power_control_icon.h | ee7004c6a5d6a528b86cb234972bfafdf1c378c3 | [] | no_license | likev/CodeOrpgPub | 4b8dc3f2db29076bbfdd242e0f0cbf711d8dd694 | f22af20b3748b7767109e6743fe27f79ee139a1a | refs/heads/master | 2021-01-13T01:40:27.276067 | 2015-08-05T12:18:45 | 2015-08-05T12:18:45 | 40,243,172 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,452 | h | /** Icon information for the power control outlets on the mscf screen */
/*
* RCS info
* $Author: ccalvert $
* $Locker: $
* $Date: 2004/11/05 21:58:36 $
* $Id: power_control_icon.h,v 1.3 2004/11/05 21:58:36 ccalvert Exp $
* $Revision: 1.3 $
* $State: Exp $
*/
#define power_control_icon_width 72
#define pow... | [
"xufanglu@gmail.com"
] | xufanglu@gmail.com |
6f1d3a66f411cc187e17ded0f2177be95a66e1c7 | 556b467b0e31835de656c71a8f4e0bfd4acb7442 | /d/huayin/miaopu5.c | a6803a45de824c41b359090fc689047cbd4c513a | [] | no_license | afeizh/txmud | a4a48cb663eccfdf5aa0b951d34e93437a17c9fa | 717c8ef173bff8abe27e00fb8dc150cbf02b3c3a | refs/heads/main | 2023-08-07T20:33:48.154233 | 2021-09-16T15:34:37 | 2021-09-16T15:34:37 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 520 | c | // Room: /d/huayin/miaopu5.c
inherit __DIR__"yao_tian";
void create()
{
set("short", "药田");
set("long", @LONG
这里是一大片肥沃的田地,奇怪的是这里没有一丝农作的痕
迹。据说这里是华山派专门用来培植草药的地方。
LONG
);
set("exits", ([ /* sizeof() == 4 */
"west" : __DIR__"miaopu4",
"south" : __DIR__"miaopu8",
"east" : __DIR__"miaopu6",
"north" : __DIR__"mi... | [
"i@Mud.ren"
] | i@Mud.ren |
e845a945fde34772cb6da9298f10511541c49baf | ba809bd552d7479872707ebc09f0d2dd8f51e327 | /the-love-letter-mystery/main.c | bdafd1b71b461894167da331c8fdc23ba660fc2d | [] | no_license | akkshaychauhan/hackerrank | 9de9a7b01c99182862027b7b457bc6a7b26f38ef | c657985c0db79c6469d41869835ac0a700e3923f | refs/heads/master | 2021-09-16T02:52:52.514908 | 2018-06-15T04:11:40 | 2018-06-15T04:11:40 | 117,228,307 | 0 | 0 | null | 2018-01-12T10:33:50 | 2018-01-12T10:33:49 | null | UTF-8 | C | false | false | 536 | c | #include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#define NMAX 10000
int main(int argc, char *argv[])
{
unsigned int T;
scanf("%u", &T);
for (unsigned int i = 0; i < T; i++)
{
char s[NMAX+1];
scanf("%s", &s);
int l = strlen(s);
... | [
"vmedvid@riseup.net"
] | vmedvid@riseup.net |
b9be39183adc4fa836cd19008dc26da22b38a412 | b50fa69407f6d6c74abfc6cfd7a0c74e109b5d21 | /mem/memepp.c | 59275735c4612f3a41a9873fd25f6c5c0c2609f6 | [] | no_license | joshuashaffer/np21w-linux | 925cdb2add81fc2577d1ea80f493f5ea41fff9e2 | c27a2d990dbe0420cdc0070d9e3a06f8325a5701 | refs/heads/master | 2023-03-23T04:36:01.009882 | 2021-03-09T23:30:19 | 2021-03-09T23:30:19 | 344,650,961 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,753 | c | #include "compiler.h"
#include "cpucore.h"
#include "pccore.h"
#include "iocore.h"
#include "memepp.h"
// ---- EPP-ROM
void MEMCALL memd000_wr8(UINT32 address, REG8 value) {
if (CPU_RAM_D000 & (1 << ((address >> 12) & 15))) {
mem[address] = (UINT8)value;
}
}
void MEMCALL memd000_wr16(UINT32 a... | [
"joshua.shaffer@icmrl.net"
] | joshua.shaffer@icmrl.net |
08eb54e0d5d7385c9ca2524963611d675e1406aa | f60b757b31d37a00ed33912824de1d81bf04f1ce | /cos.c | ebbc24b4f96146b0dafd02bf6243542996c64add | [] | no_license | alejandroortizledezma/computoAltoDesempe-o | 24bf49a979c9207c804bddc5b9d290466289b22e | 830f0322174300f7dac58e58c6d57de1dbbcab6e | refs/heads/master | 2021-01-26T05:39:12.791744 | 2020-02-26T19:25:04 | 2020-02-26T19:25:04 | 243,331,317 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 782 | c | /*cos.c
Copyright (C) 2020 Alejandro Ortiz Ledezma
alejandroortizledezma@gmail.com
*/
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
float f(float x){
float y;
y= cos(x);
return y;
}
int main(int nargs, char **argv){
float a= 0.0;
float b= 0.0;
float dx= 0.1;
float x= 0.0;
in... | [
"alejandroortizledezma@gmail.com"
] | alejandroortizledezma@gmail.com |
5371ec9ad9ecd8d064c302fbd5914178e5b3a6c4 | c5c71d44ae35aabbcfc63b2ba5faee9796542832 | /Lista 03 - Estruturas de Repetição/E11.c | 202ad0e82696fd7204a060b4d116551ef5906f0f | [
"MIT"
] | permissive | vitordutra/algoritmos-programacao-ufsm-2018-2 | fb75e6533955e51165e85ce35abe71848ceafd0f | 721fe06da40a0b667098b5121ca1dfe0379e6f16 | refs/heads/master | 2020-12-28T10:20:22.124441 | 2020-02-04T20:06:57 | 2020-02-04T20:06:57 | 238,285,587 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 375 | c | #include <stdio.h>
#include <stdlib.h>
/*
11) Escreva um algoritmo que repita a soma dos números recebidos até que o total seja maior que
cem
*/
int main()
{
int a, b, soma;
do
{
printf("Digite dois numeros: \n");
scanf("%i", &a);
scanf("%i", &b);
soma = a + b;
printf("Soma: %i\n", ... | [
"noreply@github.com"
] | vitordutra.noreply@github.com |
3583dabbdf8afe5db23b58f2393f9fd91e5045c7 | c057e033602e465adfa3d84d80331a3a21cef609 | /C/testcases/CWE272_Least_Privilege_Violation/CWE272_Least_Privilege_Violation__w32_char_SHRegCreateUSKey_07.c | 562f415cdcddd0079c4ecccc0b465eafe529a449 | [] | no_license | Anzsley/My_Juliet_Test_Suite_v1.3_for_C_Cpp | 12c2796ae7e580d89e4e7b8274dddf920361c41c | f278f1464588ffb763b7d06e2650fda01702148f | refs/heads/main | 2023-04-11T08:29:22.597042 | 2021-04-09T11:53:16 | 2021-04-09T11:53:16 | 356,251,613 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,243 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE272_Least_Privilege_Violation__w32_char_SHRegCreateUSKey_07.c
Label Definition File: CWE272_Least_Privilege_Violation__w32.label.xml
Template File: point-flaw-07.tmpl.c
*/
/*
* @description
* CWE: 272 Least Privilege Violation
* Sinks: SHRegCreateUSKey
* GoodSink:... | [
"65642214+Anzsley@users.noreply.github.com"
] | 65642214+Anzsley@users.noreply.github.com |
46c59f875cd5562390d3b30c36cea31c294f82a2 | af84feaecd1f76ad3fcd75d4dc4931e4a773a424 | /ThirdParty/mbedtls-2.6.0/include/mbedtls/platform.h | 94a3c611f3062d3f417c1793185e80c553b1a9c0 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | released/M480_BSP_CMSIS_V3.03.000_GPIO_LED | 122e5e9db724894c7806fc9cb291994278e00955 | f45914db5dbdb2181b26e73c2bbfeff220a2227d | refs/heads/master | 2022-04-11T14:45:13.832705 | 2019-04-01T02:42:03 | 2019-04-01T02:42:03 | 178,772,411 | 0 | 1 | null | 2020-03-08T01:06:14 | 2019-04-01T02:37:16 | C | UTF-8 | C | false | false | 11,313 | h | /**
* \file platform.h
*
* \brief mbed TLS Platform abstraction layer
*
* Copyright (C) 2006-2016, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: GPL-2.0
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published... | [
"released@users.noreply.github.com"
] | released@users.noreply.github.com |
f95cb4657721bdc02161defa3d29bf782722e93b | 0a9a5865dc018c682d3a621d7cae8ea870a10ad4 | /src/TH/THGenerateAllTypes.h | 54ae1474eaed510b11bc352b8e672ce42f2eb3f6 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | msukkari/OverFeat | 6f36fcb30ab4b977cfdcf4e51e168ceeef444fa1 | 7a3ec687f0b7a64835e037b9aa0403addba05131 | refs/heads/master | 2020-04-07T22:18:22.172407 | 2018-12-05T02:26:02 | 2018-12-05T02:26:02 | 158,764,062 | 0 | 0 | NOASSERTION | 2018-11-23T01:01:17 | 2018-11-23T01:01:17 | null | UTF-8 | C | false | false | 1,540 | h | #ifndef TH_GENERIC_FILE
#error "You must define TH_GENERIC_FILE before including THGenerateAllTypes.h"
#endif
#define real unsigned char
#define accreal long
#define Real Byte
#define TH_REAL_IS_BYTE
#line 1 TH_GENERIC_FILE
/*#line 1 "THByteStorage.h"*/
#include TH_GENERIC_FILE
#undef real
#undef accreal
#undef Real
#... | [
"mathieu@cs.nyu.edu"
] | mathieu@cs.nyu.edu |
a35dab010c8108ce34ae9dc9db19f82568268061 | 0474e31579d6697ceec24dfda1024204e1bd2d7b | /Laboratorio 8/teste_integral.c | 9b455936e46e23cbfbe9e0f9c15712cbdbd2561f | [] | no_license | victoraugustolls/-INF1608-Numerical-Analysis | 2cddefbec577c96cb5cf9419e74e4fcdfcf6fb45 | 4d8e8d03bf58ad7fb1b5f69f22e1cc4c1d76558d | refs/heads/master | 2021-01-13T09:49:16.675638 | 2016-11-05T20:42:26 | 2016-11-05T20:42:26 | 69,610,676 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,813 | c | #include "integral.h"
#include <stdio.h>
#include <math.h>
static double funcao(double x);
static double integral1(double x);
static double integral2(double x);
static double integral3(double x);
static double erroNumerico(double h);
static double erroMinimo();
static void printTabela(double h, double x, double erro);... | [
"victoraugustolls@gmail.com"
] | victoraugustolls@gmail.com |
4f284eecc0f49f076bc411fb6319a6db2a1dced4 | 2fe4e069831dc13785d6d85d48ff5b3e7917e49a | /xdk-asf-3.x/thirdparty/wireless/services/mega/drivers/flash/flash.h | ed648de8a340c01df1d79511dd69e6d7074236cc | [] | no_license | nandojve/embedded | 2c349bf2dbffa1ef5e0fa80c60b7d9a7c589e554 | da9fb2810a06980821bd4736ae622a80de6025d3 | refs/heads/master | 2021-01-21T12:27:09.764365 | 2015-01-05T23:09:53 | 2015-01-05T23:09:53 | 18,577,491 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,215 | h | /**
* \file flash.h
*
* \brief MEGA FLASH DRIVER
*
* Copyright (c) 2014 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* ... | [
"nandojve@gmail.com"
] | nandojve@gmail.com |
6b1297875b003106274719b5c7fe7a90298333bf | 6d5b9b85d7ebee5899166a776a49597a520133cb | /STM32Cube_FW_F7_V1.8.0/Projects/STM32F722ZE-Nucleo/Examples/BSP/Src/main.c | 7ce2ccac2681b62505216fb97fff89df6ad9aca6 | [
"BSD-2-Clause"
] | permissive | koson/STM32-Tests-Project | 291531c504b256fc70b484467fc285ef2349fed9 | 25fb44d23362e89df3ae489285dae1a4be3d0414 | refs/heads/master | 2022-04-12T17:33:56.763263 | 2020-04-04T23:02:45 | 2020-04-04T23:02:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,044 | c | /**
******************************************************************************
* @file main.c
* @author MCD Application Team
* @brief Main program body
******************************************************************************
* @attention
*
* <h2><center>© COPYRIGHT(c) 2016 STMicroelectronic... | [
"i.orfanidi@mail.ru"
] | i.orfanidi@mail.ru |
97dc94c1bd01395855b3273550ef360722592841 | 59e6ff6dbfe54682792232a26679f28a591e9015 | /Workspace/prophet/crawler/train/raw-src/php/c7cf9b68b6f63b2b507335719fbbda21df6a7c56-2.c | 0d4f7585e2fdf3c5596f9bda6d3e13fd01bd3858 | [] | no_license | lisahua/prophet | 5b15957134743fa516aa76ba4b2ee0448f29fc0f | 24b01cdf1043efa3fb8feb518dc79eb288bd4bf8 | refs/heads/master | 2021-01-19T04:50:11.158753 | 2016-07-13T18:39:11 | 2016-07-13T18:39:11 | 54,275,268 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 360,802 | c | # 1 "ext/opcache/zend_accelerator_util_funcs.c"
# 1 "<built-in>" 1
# 1 "<built-in>" 3
# 312 "<built-in>" 3
# 1 "<command line>" 1
# 1 "<built-in>" 2
# 1 "ext/opcache/zend_accelerator_util_funcs.c" 2
# 22 "ext/opcache/zend_accelerator_util_funcs.c"
# 1 "/home/ubuntu/Workspace/prophet/crawler/__tmp/src2/Zend/zend_API.h" ... | [
"ubuntu@ip-172-31-44-123.ec2.internal"
] | ubuntu@ip-172-31-44-123.ec2.internal |
14fc33977dca053fb5aabe8352a20253151c0061 | eba159d3988e98fe6dffb97ab879361e9609c68e | /tdxbaselib/wtcommlib/include/asestddef.h | 5db3a2a8f51e7509bc07c29a6b55d7113b841ff2 | [] | no_license | a19284/Mac_TidyCode | fdf90b391635d301f463bc6edcffcab65a5891b3 | 7da470882f4f96fe9b23de40a23b5002bf3d3efb | refs/heads/master | 2020-03-21T12:15:25.458274 | 2017-11-29T08:31:51 | 2017-11-29T08:31:51 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 17,606 | h | //////////////////////////////////////////////////////////////////////////
// ASE(Adaptive Server Environment)架构下的标准定义
// 这些定义在ASE各环节通用
#ifndef __ASE_STDDEF__H__
#define __ASE_STDDEF__H__
#pragma pack(1)
// IP地址定义
// IP地址定义(参阅: SafeVCRT.h)
#ifndef IP_DEFINED
#define IP_DEFINED
#define IPV6_API
#define IPV6_ON
ty... | [
"xiawenxing2010@163.com"
] | xiawenxing2010@163.com |
4376e29f6682b2f0abfe8c9be60c72e55dd1ee8d | 76e08ee8ab6d297977424373a07e977c28eb830e | /UseCase1/binary.c/ground/ground_vm_if.c | 78bfd8c1ed5bd3fcb7ee51a49e39a87306b4c3dd | [] | no_license | aasprovska/FlyingTasters | 17fc916caac47a293fec86bf2e1fbae9ddf55ace | 5ffd917acf2d0ec0172b4ed7e63a3ea4b4e3dba5 | refs/heads/master | 2021-01-21T19:54:24.290104 | 2017-05-23T12:56:59 | 2017-05-23T12:56:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,025 | c | /* This file was generated automatically: DO NOT MODIFY IT ! */
#ifdef __unix__
#include <stdlib.h>
#include <stdio.h>
#else
typedef unsigned size_t;
#endif
#include "ground_vm_if.h"
#include "ground_gui_header.h"
#include "C_ASN1_Types.h"
void init_ground()
{
static int init = 0;
if (!init) {... | [
"taste@tastevm.estec.esa.int"
] | taste@tastevm.estec.esa.int |
dbb8c72d5da9a7c9bbdce8222ee403f85561c34a | 8ed1284994a87c03ec97b475c8ba5ade738b587a | /assignment_2/task_5/vulprog.c | 44d989487f21051d35864fd794d44939bf72614b | [] | no_license | Nek0Lex/CS4293-SEEDLab | c4b6f692e80dcaca20e97b5012984a63a008ec89 | dffe71d4f3143850a147fe50c7b5bb03ae20ff43 | refs/heads/main | 2023-03-21T13:52:58.603943 | 2021-03-21T09:40:12 | 2021-03-21T09:40:12 | 349,945,459 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,153 | c | /* vul_prog.c */
#include<stdio.h>
#include<stdlib.h>
#define SECRET1 0x44
#define SECRET2 0x55
int main(int argc, char *argv[])
{
char user_input[100];
int *secret;
int int_input;
int a, b, c, d; /* other variables, not used here.*/
/* The secret value is stored on the heap */
secret = (int *) malloc(2*sizeof(int));
/... | [
"wonghoming111105@gmail.com"
] | wonghoming111105@gmail.com |
5a3c23155d03d5a8d7f08cd22b8f035f48fea60b | 8d34fc4bcca2d7bb9f12094dada3179147ea3b43 | /mudlib/d/newbie/orc/monsters/offering.c | 2149c1bd7677f7c3d089594238c5e345fc69c2c3 | [] | no_license | Shea690901/fr | 20c8adffb1b130f77ef3cd2a73ef60cdef8995d6 | 16308bd1b17caafba478a16c032bbeb996eb7d42 | refs/heads/master | 2021-04-28T13:53:23.280635 | 1998-11-10T20:06:02 | 1998-11-10T20:06:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,308 | c |
inherit "/obj/monster";
#include "path.h";
void setup()
{
add_alias("prisoner");
set_name("prisoner");
set_race("human");
set_gender(1);
set_main_plural("prisoners");
add_plural("angry prisoners");
add_plural("humans");
set_al(100);
set_aggressive(0);
set_random_stats(10,15);
set_con(18);
s... | [
"quixadhal@gmail.com"
] | quixadhal@gmail.com |
9844f9887b41fb424bce4bded71068560e41ab25 | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/arch/arm/lib/xor-neon.c | b99dd8e1c93f17230476608778449ddbfbe82488 | [
"MIT",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | eerimoq/monolinux-example-project | 7cc19c6fc179a6d1fd3ec60f383f906b727e6715 | 57c4c2928b11cc04db59fb5ced962762099a9895 | refs/heads/master | 2021-02-08T10:57:58.215466 | 2020-07-02T08:04:25 | 2020-07-02T08:04:25 | 244,144,570 | 6 | 0 | MIT | 2020-07-02T08:15:50 | 2020-03-01T12:24:47 | C | UTF-8 | C | false | false | 1,214 | c | // SPDX-License-Identifier: GPL-2.0-only
/*
* linux/arch/arm/lib/xor-neon.c
*
* Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org>
*/
#include <linux/raid/xor.h>
#include <linux/module.h>
MODULE_LICENSE("GPL");
#ifndef __ARM_NEON__
#error You should compile this file with '-march=armv7-a -mfloat-abi=softf... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
0d0a867231e25901eef02afc9a09e6851620a75c | 14a5789c4238f9908689ab0f1c1dd761c6abec26 | /Project20/Project20/Pointer.c | 386436b30e3667ecf6c3ec2245d34bf79045b45d | [] | no_license | hahaha1110/C_study | f299d162e48c8a9bee543e22617c4a28fa1faf32 | 910c197dba0eb616d9ef1eaf88249aa4d6677c92 | refs/heads/master | 2020-08-08T21:28:42.446978 | 2019-11-16T18:34:47 | 2019-11-16T18:34:47 | 213,920,723 | 0 | 0 | null | null | null | null | UHC | C | false | false | 233 | c | #include <stdio.h>
int main(void)
{
int num = 7;
int * pnum; // 포인터 변수 pnum 의 선언
pnum = # // num의 주소값을 포인터 변수 pnum에 저장
printf("%d \n", pnum);
printf("%d \n", *pnum);
return 0;
} | [
"gaulbaram0111@gmail.com"
] | gaulbaram0111@gmail.com |
9add598de420a33792cf536fdc0b6d9189be97cc | 347294c0cfb04e6c76760dbb62974e9503f174a7 | /TP1/error-injector.c | a1a9af9207a95878edfcb2fffb7d0571c1cecc54 | [] | no_license | PedroCarmoPereira/RCOM-FEUP | 2a6eaa2d99ee8b914f807fbf7aa1d1c4e8649337 | 5e8ef8350f4907192373b243594323c70d512a9a | refs/heads/master | 2022-03-29T17:15:26.327194 | 2019-12-16T17:36:29 | 2019-12-16T17:36:29 | 210,392,778 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 702 | c | #include <stdio.h>
#include <stdlib.h>
#include "error-injector.h"
int seeded = 0;
static inline void negateByte(char * byte){
*byte = ~(*byte);
}
void inject_data_bcc(char * data, int size){
if(!seeded) {
srand(time(NULL));
seeded = 1;
}
unsigned int random_no = rand()... | [
"up201708807@fe.up.pt"
] | up201708807@fe.up.pt |
77ae2a732b62aa0225709b6cda82ebbec9b7a8be | c1ff870879152fba2b54eddfb7591ec322eb3061 | /core/sceneManager/network/3rdParty/raknet/DependentExtensions/SQLite3Plugin/Logger/ServerOnly/jpeg_memory_dest.h | be4d9d5f814d5df40a1c67930b32f53207b473c9 | [
"BSD-3-Clause",
"BSD-2-Clause",
"LicenseRef-scancode-free-unknown",
"MIT"
] | permissive | MTASZTAKI/ApertusVR | 1a9809fb7af81c3cd7fb732ed481ebe4ce66fefa | 424ec5515ae08780542f33cc4841a8f9a96337b3 | refs/heads/0.9 | 2022-12-11T20:03:42.926813 | 2019-10-11T09:29:45 | 2019-10-11T09:29:45 | 73,708,854 | 188 | 55 | MIT | 2022-12-11T08:53:21 | 2016-11-14T13:48:00 | C++ | UTF-8 | C | false | false | 1,209 | h | // From http://www.codeguru.com/forum/archive/index.php/t-378333.html
#include "jpeglib.h"
/*
This a custom destination manager for jpeglib that
enables the use of memory to memory compression.
*/
typedef struct {
struct jpeg_destination_mgr pub; /* base class */
JOCTET* buffer; /* buffer start address */
int bufsiz... | [
"peter.kovacs@sztaki.mta.hu"
] | peter.kovacs@sztaki.mta.hu |
0ec4b7c3d155f2d0b967e779d4f092ffe644a7f8 | 969ccd812d67b3cee8fe2a1cbb8cc6bb95484f6b | /Autorelease Pool/Tests/Object/BNObjectTest.c | 709624b0ba0aa0d02363e4aaf8bc07fad4b99434 | [] | no_license | Benkoff/C-Files | cee2e95c441123a59159e6e0de76ea169cba3363 | c85f93c45bb0256e2de22c602f388f7697ea5f12 | refs/heads/master | 2021-05-29T03:35:27.770460 | 2015-07-22T01:00:53 | 2015-07-22T01:00:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 997 | c | //
// BNObjectTest.c
// Humanity
//
// Created by BenNovikov on 27.05.15.
// Copyright (c) 2015 ___Basic_Notation___. All rights reserved.
//
#include <stdio.h>
#include <assert.h>
#include "BNObject.h"
#include "BNMacros.h"
#include "BNObjectTest.h"
#pragma mark -
#pragma mark Public Implementation
void BNObje... | [
"veniamin.novikov@gmail.com"
] | veniamin.novikov@gmail.com |
61c55381e5e22b6c2820a23b5257988f862543b1 | 3e3f2d78302c2e7abb8462e045a6f906044e8e66 | /xmame84/src/unix/tststubs.c | 6659504513b32bbeeefeb2d7c2b92c1457ea1199 | [] | no_license | retrofirmware/gh_retrogame_emulator | 93906a758f8b4ed092c2ebe8f6621c1db5a00b96 | 415ebd5dab5226441b3f996b82ffba8d17036829 | refs/heads/master | 2020-03-10T06:34:22.110264 | 2018-04-03T12:07:49 | 2018-04-03T12:07:49 | 129,242,551 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 288 | c | #include "driver.h"
int rapidfire_enable;
int setrapidfire(struct mame_bitmap *bitmap, int selected)
{
return 1;
}
int osd_net_active(void)
{
return 1;
}
void osd_net_sync(unsigned short input_port_values[MAX_INPUT_PORTS],
unsigned short input_port_defaults[MAX_INPUT_PORTS])
{
}
| [
"steward.fu@gmail.com"
] | steward.fu@gmail.com |
e88e216f907e3dbc24c2dd4a1510a03526474ecc | 25074028515687357b12fd14aef6a2572beb9839 | /sprites/numbers.h | 444d46a8a7317a0768470917f97bd1eb81db3b85 | [
"MIT"
] | permissive | ty-porter/pocket-league | f542a75384807df1c3a863873222915d0f53d221 | 46c291cb4ab1c0350b066a69e21fd5515e3cf727 | refs/heads/main | 2023-04-03T09:55:37.577184 | 2021-04-11T23:59:10 | 2021-04-11T23:59:10 | 352,253,167 | 19 | 1 | MIT | 2022-08-22T02:55:54 | 2021-03-28T05:58:31 | C | UTF-8 | C | false | false | 556 | h | /*
NUMBERS.H
Include File.
Info:
Form : All tiles as one unit.
Format : Gameboy 4 color.
Compression : None.
Counter : None.
Tile size : 8 x 8
Tiles : 0 to 11
Palette colors : None.
SGB Palette : None.
... | [
"tyler.b.porter@gmail.com"
] | tyler.b.porter@gmail.com |
6bf92c1ea6c4f50b81aa634440d9a67494f7c867 | 517848af126ed8f198b890a07a6bc5b7b1b94683 | /sys/dev/uart/uart_dev_ns8250.c | 81642b23b6eb8631c5e7c708f66fcb426b48d81e | [] | no_license | coolgoose85/FreeBSD | e9dbd33b95bf0a472a3e291451c273054b843a1f | ef72c1183400fd106d838c8ed0702649bc1b1b4e | refs/heads/master | 2021-01-15T22:29:25.584742 | 2014-08-03T17:32:40 | 2014-08-03T17:32:40 | 22,535,409 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 20,912 | c | /*-
* Copyright (c) 2003 Marcel Moolenaar
* 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 list of... | [
"vaibhav123@gmail.com"
] | vaibhav123@gmail.com |
30c254ec640a1a5a31a2e6c99f3ce5064709e39f | b1b7c5dc50c82aa0849c752668f2f3943017e04f | /algorithms2_list.h | a776656d08d6dbe3fdb355e44cd267acde970842 | [] | no_license | rpalmeira51/trabalho_grafos | 2584f60b24e4d7cab57b17d2f8fdfd491c2a5af9 | 489056fef57c074e34d853681c8c9619d4928e80 | refs/heads/master | 2022-03-07T23:41:05.894360 | 2019-11-25T20:41:56 | 2019-11-25T20:41:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 661 | h | #ifndef ALGORITHMS2LIST
#define ALGORITHMS2LIST
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "data_structures.h"
#include "miscellaneous.h"
#include "cleaners.h"
#include <float.h>
void** dijkstra_list(WeightedN** list,unsigned v_number,unsigned s,double* eccentricity);
unsigned** bfs_w_list(Weight... | [
"rpalmeira1999@gmail.com"
] | rpalmeira1999@gmail.com |
5c16911edbcc1f381a991ba450087202e6043a18 | 2ec4b4ffd11acd859e2a323ac7b04c5c4d6503e5 | /counter.c | 96689073a06f7eca64bd14ce1d5185ae664fbe6d | [] | no_license | ScarWar/OS_HW3 | 51b3b97f7e6d1e288eb6a09f6a33fbeddbb8c00b | 3ef60dd1eedfd5a6a7f1f202655e4e1b3ab5448f | refs/heads/master | 2020-12-30T15:42:53.146858 | 2017-05-23T16:46:16 | 2017-05-23T16:46:16 | 91,171,869 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,422 | c | #include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <string.h>
#include <sys/mman.h>
#include <signal.h>
#define PIPE_NAME_PREFIX "/tmp/counter_"
#define ERROR_HANDLE(s) printf("[Error] - %s, %s\n", s, strerror(errno));
... | [
"ariael2009@gmail.com"
] | ariael2009@gmail.com |
a58c70e742f1b9d631005b22f8a3aba4f0bba347 | ba59998778e85fb788ff374a959021d841deb078 | /examples/bluetooth/esp_ble_mesh/ble_mesh_console/ble_mesh_node/main/ble_mesh_console_system.c | 88c0a6a0a9593e4edad5c018f7774cb4414dab73 | [
"Apache-2.0"
] | permissive | openvehicles/esp-idf | c8ee58eb8ebfd48a920ffc9e768b58e8ba16588c | 6e214dc33550d92b71b6ba226d0e2c431aac1aad | refs/heads/master | 2022-11-04T12:22:01.142417 | 2022-10-29T06:17:32 | 2022-10-29T06:17:32 | 105,986,028 | 7 | 7 | Apache-2.0 | 2021-03-07T18:46:51 | 2017-10-06T09:08:38 | C | UTF-8 | C | false | false | 4,780 | c | /* Console example — various system commands
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.
*/... | [
"lly@espressif.com"
] | lly@espressif.com |
0efcecdc5e9636864ff1a273cde51629f0fbb881 | 34d44a9ca7e6eb63495247ed2aed146b55f1c7db | /QuestionAns/d6s3/2292.c | 565102eaacccd742453a04c6e8c2ed255131ab4b | [] | no_license | sdustlug/OpenJudge | 2419c00824f29144864571e1d25c9de1a09350d2 | a6550441691470df505f6a971bc9661ced1b0773 | refs/heads/master | 2023-09-03T11:48:01.041727 | 2021-10-18T13:47:57 | 2021-10-18T13:47:57 | 418,521,703 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 601 | c | #include <stdio.h>
int main()
{
int ar[15];
int sum = 0, p, q;
for (int i = 0; i < 15; i++)
scanf("%d", &ar[i]);
scanf("%d %d", &p, &q);
if (p > q) {
int t;
t = p;
p = q;
q = t;
}
for (int i = 0; i < 15; i++)
if (ar[i] >= p && a... | [
"fflx0531@gmail.com"
] | fflx0531@gmail.com |
225ca1edf8375409168063b909b7cadf7fa7cdc8 | e0ea2b1d477d2b24a4064281e44a64cf221166a8 | /RAID in action/RAID Against Net Map/scannetworkChangePeriod/functions.h | 3ff924a1576f2a56d022b90163d2967d4d3221e2 | [] | no_license | Sefarat/CAN-RAID | 730686a1012667e6b6a1a16499d78276ee79d230 | d3c35f1e07f059d59249bc4f18bb2613dafceda8 | refs/heads/main | 2023-08-14T03:18:16.352841 | 2021-09-19T17:35:23 | 2021-09-19T17:35:23 | 365,303,161 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,827 | h | #define freq 16 //MHz
#define overflowTime (65536/freq) //us, 2^16/freq
byte txbuf;
int trials=0;
int smalltrials=0;
unsigned long overflows=0;
unsigned char stmp[8] = {0, 0, 0, 0, 0, 0, 0, 0};
unsigned char stmp2[8] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,0xff};
byte msgLen = 8;
unsigned char flagRecv =... | [
"noreply@github.com"
] | Sefarat.noreply@github.com |
a131d517e6a983cedbc82b076d9051d9a9700240 | 4abb1ee568072882a7624b0a7c4c3dbdecf8ffed | /test/test_list.h | fc9369f3ffc0e5b9b2fe03e5e85ec02adbc0028d | [] | no_license | stevengogogo/DSA-WastonAbili | e032eaef3799fbe2af0e0fd014eaa24e1444e099 | 67f69568474cf815aece261d662471c9ce992c87 | refs/heads/main | 2023-03-30T21:27:50.508477 | 2021-04-01T10:17:46 | 2021-04-01T10:17:46 | 348,419,622 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,693 | h | #ifndef TEST_LIST_H
#define TEST_LIST_H
#include "acutest.h"
#include "list.h"
#include <stdio.h>
void test_node_init(void){
node* a = init_node(3);
node* b = init_node(2);
list l = {
.str = a,
.end = b
};
a->data = 3;
a->ngb[0] = NULL;
a->ngb[1] = b;
b->ngb[0] = a;... | [
"stevengogogo4321@gmail.com"
] | stevengogogo4321@gmail.com |
cd3180e8507ac866bf087ec6d7e34bf9f99d9a2c | e25c8b65c0115053b14f8ecffaea94a964eefa1f | /ds/open/world3/tmr/hunter_forest/hole5.c | 1a4f85fed2d092adfba8a3721bb39d97d2ff6f61 | [] | no_license | zwshen/mudos-game-ds | c985b4b64c586bdc7347bd95d97ab12e78a2f20f | 07ea84ebdff5ee49cb482a520bdf1aaeda886cd0 | refs/heads/master | 2022-03-01T14:55:10.537294 | 2022-02-15T15:41:26 | 2022-02-15T15:41:26 | 244,925,365 | 4 | 1 | null | 2022-02-15T15:41:27 | 2020-03-04T14:44:49 | C | BIG5 | C | false | false | 488 | c | // Room: /tmr/future/hunter_forest/hole5.c
inherit ROOM;
void create()
{
set("short", "山洞裡");
set("long", @LONG
你正處在一個山洞裡,伸手不見五指的黑暗,使得你只得邊摸著牆壁
邊行走,你只覺得你現在所處的通道頗為廣敝。
LONG
);
set("no_clean_up", 0);
set("exits", ([ /* sizeof() == 2 */
"north" : __DIR__"hole6",
"south" : __DIR__"hole2",
]));
set("light", 1);
s... | [
"zwshen0603@gmail.com"
] | zwshen0603@gmail.com |
04a5aafa36c49cd2546c1093b6966e189bb45a50 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14548/function14548_schedule_22/function14548_schedule_22_wrapper.h | 72a892a7ddb8ccae9351a68c68f86efe4752b6ef | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 306 | h | #ifndef HALIDE__generated_function14548_schedule_22_h
#define HALIDE__generated_function14548_schedule_22_h
#include <tiramisu/utils.h>
#ifdef __cplusplus
extern "C" {
#endif
int function14548_schedule_22(halide_buffer_t *buf00, halide_buffer_t *buf0);
#ifdef __cplusplus
} // extern "C"
#endif
#endif | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
ad8bded6c34374710c3482d6e80dd7428cf4caef | 1a5463596cb7888d03b25894a4b9ddd0149dfc03 | /include/GameState.h | 3d606c40e227fe3b48b854094f06b4a6f5b18a3d | [] | no_license | NinZine/Not-So-Super-Off-Road | 2476a3a977ad146540dff6e6533691d2ac5b282f | 98db37e457b19249a6e150ec8865ba32d13af266 | refs/heads/master | 2021-01-25T07:40:14.441188 | 2015-07-02T13:00:43 | 2015-07-02T13:00:43 | 38,433,009 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 142 | h | #ifndef _GAMESTATE_H_
#define _GAMESTATE_H_
enum GAME_STATE {
GS_START,
GS_COUNTING_DOWN,
GS_RUNNING,
GS_GAME_OVER,
GS_QUIT,
};
#endif
| [
"andreas@krohnke.me"
] | andreas@krohnke.me |
c6c66ed5bd56c8aa681f8c677b59b09491eee64f | ddf8f49157460c6432f95104e39d2eb9813db831 | /TP/include/mnblas.h | 5ea54670f6f70419555499e71bf0ed48db2c5333 | [] | no_license | ASGdev/mn | 1d9d6487d8d71d425506d9e0a3aad16f7022a6d5 | f8f96d305cf2667ec1717081bf0e53dbcad802d9 | refs/heads/master | 2021-01-22T08:48:36.899138 | 2017-02-17T15:12:28 | 2017-02-17T15:12:28 | 81,921,511 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,126 | h |
typedef enum {MNCblasRowMajor=101, MNCblasColMajor=102} MNCBLAS_LAYOUT;
typedef enum {MNCblasNoTrans=111, MNCblasTrans=112, MNCblasConjTrans=113} MNCBLAS_TRANSPOSE;
typedef enum {MNCblasUpper=121, MNCblasLower=122} MNCBLAS_UPLO;
typedef enum {MNCblasNonUnit=131, MNCblasUnit=132} MNCBLAS_DIAG;
typedef enum {MNCblasLeft... | [
"aurelien.surier@gmail.com"
] | aurelien.surier@gmail.com |
c2af206cc9c54bad6f4d7a2a20fb81bcabbddb7e | 3d0b66f39b6b869f84ce0094b660707b7859702d | /Temp/il2cppOutput/il2cppOutput/UnityEngine_UI_UnityEngine_UI_NavigationMethodDeclarations.h | 46cfeeda3a6e69f5e21938e80560b832aaffab91 | [] | no_license | choirdesign/hack-slash | b12b2e86de09b2eec62685d40eec3856df619077 | 3754f5af407a783bfaf9d9eedbb61148cc50672c | refs/heads/master | 2021-01-10T13:40:37.011080 | 2015-11-24T09:14:57 | 2015-11-24T09:14:57 | 45,164,312 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,812 | 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>
// UnityEngine.UI.Selectable
struct Selectable_t168;
#include "codegen/il2cpp-codegen.h"
#include "UnityEngine_UI_UnityEngine_UI_Navigation.h... | [
"wataruyamakawa@gmail.com"
] | wataruyamakawa@gmail.com |
f0beeaee90b10b81abbddef872498fb35a9d3d73 | 29c601f0b56200c2300cbc0fb8b13f0417c14f28 | /GO/src/include/modes/etats/Etats.h | 845683503a8dc2bc30b434d286fc156ea58ab317 | [] | no_license | stevenlr/ProjetGO | d8e69dceb0728984b66e3445ed09e7bde1a131c5 | e990e19de7cc5525030aac99fd295e9da848c2c6 | refs/heads/master | 2021-01-20T04:30:02.612385 | 2014-02-10T17:19:54 | 2014-02-10T17:19:54 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 274 | h | /**
* @file Etats.h
* @brief
*/
#ifndef ETATS_H_
#define ETATS_H_
/**
* Un Etat est une structure stockant toutes les informations nécessaires à un écran.
* Par exemple pour l'écran de jeu, elle va stocker les types de joueur et le plateau en cours.
*/
#endif
| [
"steven.lerouzic@gmail.com"
] | steven.lerouzic@gmail.com |
1629acf98c31b0ebc202b42f4ab28c47a4b62831 | f1d79ef60099553718d966c8919e06228da40e61 | /Árboles Binarios/arbol.c | 090fbc139e87fd826d569b25661be570b23d6c27 | [] | no_license | CesarArellano/Programacion-Aplicada-C | fb794ed5fdbfa7639e863d9e2653a979b916175e | f8698d1fac3d01bffed615c54108abc8945af546 | refs/heads/master | 2021-09-08T11:08:27.150430 | 2021-08-26T14:07:25 | 2021-08-26T14:07:25 | 177,893,917 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,403 | c | #include <stdio.h>
#include <stdlib.h>
typedef struct nodo
{
int num;
struct nodo *izq, *der;
} TipoNodo;
void Inserta(TipoNodo **Raiz, int numero);
void Imprime(TipoNodo *Raiz);
void Borrar(TipoNodo *Raiz);
int main (void)
{
int numero;
TipoNodo *Raiz=NULL;
printf("Teclea enteros, seguido por un caracter ... | [
"raywayday@gmail.com"
] | raywayday@gmail.com |
2bed70b6bfe2d85b9e8af6f61697167b88f47967 | b3a8029e1d7208c8842a90ede9d04d827b0edf70 | /include/linalg/c_linalg_cholesky.h | 1118f3752f55d29749bcd7e2ce570c449ea80aec | [] | no_license | ellipt01/clinalg | f2ecc3eee60d07883bd0771e0a46a095021be1ef | b6ba34948eaa52cc7469a65446ca92ceb1588bf5 | refs/heads/master | 2021-01-20T10:56:22.536920 | 2015-09-02T01:27:41 | 2015-09-02T01:27:41 | 18,633,391 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 713 | h | /*
* c_linalg.h
*
* Created on: 2014/04/03
* Author: utsugi
*/
#ifndef C_LINALG_CHOLESKY_H_
#define C_LINALG_CHOLESKY_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <c_matrix.h>
int c_linalg_cholesky_decomp (c_matrix *a);
int c_linalg_cholesky_solve (c_matrix *a, c_vector *b);
int c_linalg_cholesk... | [
"utsugi@mountain.ocn.ne.jp"
] | utsugi@mountain.ocn.ne.jp |
eafcc6a133411de6ca4bf49db3f3a0248bc7fbda | d6bbd4fb9347305ee509b0cd5e8f12bc87b7d7b4 | /delete.h | 802e6c18902072a80fbf6cee09e16777b06a819b | [] | no_license | mdbshuvo/CPP | 5d1625f9a3d10a820feb944a1dafc567c1d4194a | bb3c08b4e4bca1410e3721c60b2d1897cba1b348 | refs/heads/master | 2022-06-02T14:53:00.830219 | 2022-05-08T16:19:31 | 2022-05-08T16:19:31 | 183,170,266 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 86 | h | #ifndef DELETE_H
#define DELETE_H
void delete_(int indicator);
#endif // DELETE_H
| [
"noreply@github.com"
] | mdbshuvo.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.