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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5e535452df44c1b4ca6448075b62ce51c7cb99cb | db74e19c0fe42cb5700ff00f11b7827622d48308 | /Code/ATAES132A/Versuch_I2C_Slave_zu_implementieren_und_AES_Code_zu_integrieren/AES4/src/customlib/aes_cfb.c | 8021ca80cbae3c83fb78c393cc758f23bea5285f | [] | no_license | georgie047/Wahlfachprojekt | 985cfca6a76d740cbcb13a2136b9077bb738f227 | cb916c2afd0e948b94e17a562866babeb5283a16 | refs/heads/master | 2020-04-24T03:19:13.298667 | 2019-06-23T20:34:11 | 2019-06-23T20:34:11 | 171,666,608 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 11,062 | c | /* crypto/aes/aes_cfb.c -*- mode:C; c-file-style: "eay" -*- */
/* ====================================================================
* Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... | [
"44069477+georgie047@users.noreply.github.com"
] | 44069477+georgie047@users.noreply.github.com |
a12cb6415899bccd22af5199c14268292dfaef71 | 410dafc3ca048a723826083b5dfd8ef7ec13c50c | /agent.h | 06334db2a29784c9af7e2202bd0e8c8a76672dec | [
"Apache-2.0"
] | permissive | erimatnor/opsim | 7d48a9f1c377259801b28c69694b67a6de99ffa7 | ae42ee916d64a392410c4cdfc8c5213d2edbada4 | refs/heads/master | 2016-08-05T11:19:35.765708 | 2012-12-19T18:55:53 | 2012-12-19T18:55:53 | 7,245,498 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 434 | h | #ifndef _AGENT_H
#define _AGENT_H
#include "packet.h"
struct agent {
unsigned int id;
struct node *n;
int (* init) (struct agent *);
int (* recv) (struct agent *, struct packet *);
int (* fini) (struct agent *);
};
#define MAX_AGENTS 10
int agent_register(struct node *n, struct agent *a);
int agent_recv(struct... | [
"erik.nordstrom@gmail.com"
] | erik.nordstrom@gmail.com |
449aeddfc005000e1f5e2e66ef4df8f897bf0df0 | 4f573e0e1c855a0fcafa2a28603369d5b0885ecf | /leetcode/1~50/GenerateParentheses/GenerateParentheses/solution.c | 7b2e38dfcfadf0206e1b128d9f6b92d68033d854 | [] | no_license | KnewHow/studyAlgorithms | ef486cc05ff9462e6b40d07e2a7264d66b2331fa | a5581f8bfaf792f5b04fef6c690e3c1d3518a08a | refs/heads/master | 2020-12-26T14:55:35.598785 | 2020-12-21T11:51:53 | 2020-12-21T11:51:53 | 237,544,307 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,665 | c | #include<stdlib.h>
#include<stdio.h>
#include<malloc.h>
#include<math.h>
// 用于存储最终结果的二维数组
char **result = NULL;
// 结果的长度
int size = 0;
/**
* 将已经获取的结果转换为对应的字符串
* @param arr 已经计算好的数组,即每个 ( 后面有多少个 )
* @param n 对小括号
*/
char* toString(int* arr, int n) {
int total = 2 * n + 1;
char* str = (char*)malloc(sizeof(char) * tot... | [
"948170910@qq.com"
] | 948170910@qq.com |
9523c4882e4f976d93522a75ecfe9e5175b6c86d | fdbb74a95924e2677466614f6ab6e2bb13b2a95a | /third_party/mbedtls/blake2b256.c | 2ffec50a859daf86727452910b1d3f348d03eef3 | [
"Apache-2.0",
"ISC"
] | permissive | jart/cosmopolitan | fb11b5658939023977060a7c6c71a74093d9cb44 | 0d748ad58e1063dd1f8560f18a0c75293b9415b7 | refs/heads/master | 2023-09-06T09:17:29.303607 | 2023-09-02T03:49:13 | 2023-09-02T03:50:18 | 272,457,606 | 11,887 | 435 | ISC | 2023-09-14T17:47:58 | 2020-06-15T14:16:13 | C | UTF-8 | C | false | false | 2,221 | c | /*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:4;coding:utf-8 -*-│
│vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│
╞══════════════════════════════════════════════════════════════════════════════╡
│ Copyright 2021 Justine Alexandra Roberts Tunney ... | [
"jtunney@gmail.com"
] | jtunney@gmail.com |
538570660b0c13d6f757f543c85cd2f4b85e26f1 | 01854edc58ec15c07bed2e020eb2eadd6bf3c526 | /3-16.c | 980e101af356741d51449a61b2e7af0082d29929 | [] | no_license | wanmai21/58224090121 | db16f1a42303e2526c39bfd1b07b64cc15b3e090 | 7fe1a122c909d570667ccbf8e8eca76429ba53e0 | refs/heads/master | 2021-01-20T07:29:00.754958 | 2017-08-27T09:47:02 | 2017-08-27T09:47:02 | 101,543,170 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 201 | c | #include<stdio.h>
int main()
{
printf ("My name is : %.2s\n","Kmitl")
printf ("My poin : %d\n",10+40+49);
printf ("Grade : %c\n",'A');
printf ("GPA : %.2f",3.99);
printf ("A= %c"65)
return 0;
}
| [
"31381753+wanmai21@users.noreply.github.com"
] | 31381753+wanmai21@users.noreply.github.com |
af864e31f70e36ee1a925b05562381f957df9a0d | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/ccv/test/unit/extr_numeric.tests.c_dt_min1d.c | 2ba4ce386e3ed80af1f614877d7aca21dd6cc134 | [] | 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 | 664 | 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 |
dc80bba3da47075abe3de4902bc6de67cbe07fc6 | 480e02007acb6d3ec510c4f5302f833ff63f4031 | /hw/mcu/nordic/src/ext/nrfx/soc/nrfx_irqs_nrf51.h | 11532c070a56e9e607183464ccfe062ec7386979 | [
"BSD-3-Clause",
"Apache-2.0",
"EPL-1.0",
"MIT",
"OFL-1.1",
"TCL",
"LicenseRef-scancode-gary-s-brown",
"LicenseRef-scancode-unknown"
] | permissive | makerdiary/mynewt-core | bb44cf918f54ba3ae806ddd922cf203b3f3c0a2c | b6612bf4fe79b3a89cc0500942a7eb3f7265f31e | refs/heads/master | 2021-01-24T08:46:52.414518 | 2018-04-03T15:54:36 | 2018-04-03T15:54:36 | 122,992,913 | 0 | 1 | Apache-2.0 | 2018-02-26T15:56:00 | 2018-02-26T15:56:00 | null | UTF-8 | C | false | false | 3,722 | h | /**
* Copyright (c) 2017, 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
* ... | [
"miguellazev@gmail.com"
] | miguellazev@gmail.com |
e733dd4c33cc43414b88d0e9bcceb901b96491cf | 2f28185d5157f996f61f5743583b17dc64b378cb | /Pods/Headers/Private/UIDevice-Hardware/UIDevice-Hardware.h | d7842e4ed165992edb8b30e32a46d92323be52cb | [
"Apache-2.0"
] | permissive | haithamkhedre/q-municate | 19462cd9e86728758826f0fffba4653e485e57dd | ca7b430756566334391b1d4e22d05c6454d13864 | refs/heads/master | 2023-01-29T14:18:42.731034 | 2020-12-10T04:06:59 | 2020-12-10T04:06:59 | 319,564,953 | 0 | 0 | Apache-2.0 | 2020-12-10T04:13:43 | 2020-12-08T07:49:51 | Objective-C | UTF-8 | C | false | false | 46 | h | ../../../UIDevice-Hardware/UIDevice-Hardware.h | [
"wsevendays@gmail.com"
] | wsevendays@gmail.com |
508a12e0bbf98d256f6364e564565d82debead13 | 0210327555e1d83304d60c009caab37b274a795f | /laure_thomas/insertion_abr.c | 277b2ca82baa695e8075a2dc815973048f704f95 | [] | no_license | cnam-stmn-2018-2021/c | 3a2ed5a33f3ac72e22d937b837a2498d9e5c5136 | ce4afcb142ec33e9050963cea86c9d08b001aaf3 | refs/heads/master | 2020-03-28T09:33:53.015580 | 2018-10-16T16:27:44 | 2018-10-16T16:27:44 | 148,043,301 | 0 | 2 | null | 2018-10-16T16:27:45 | 2018-09-09T16:19:11 | C | UTF-8 | C | false | false | 1,934 | c | #include <stdio.h>
#include <stdlib.h>
struct noeud
{
int val;
struct noeud *filsGauche, *filsDroit;
};
struct maillon
{
struct noeud *val;
struct maillon *suivant;
};
void insere_abr(struct noeud **racine, int val);
struct noeud *cree_abr(int *tab, int taille);
struct noeud *defile(struct maillon *... | [
"thomaslaure3@gmail.com"
] | thomaslaure3@gmail.com |
66687af237d0dba42ea434f4afb7fa1e1b910c8d | 9d19bca59e813ff87d1d72866706173be0c652d9 | /srcs/string/ft_strncpy.c | 7bba8edb47c7f17d23efaa1c7275273f8d445a83 | [] | no_license | Raphy42/Libft | 0b70af220e9920615476fa83e5ce4b8bd806f74c | 77d0e647ba22f0c5673ca772a96d6c107b34c08e | refs/heads/master | 2021-01-01T06:39:47.127910 | 2015-05-03T19:08:28 | 2015-05-03T19:08:28 | 34,997,183 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,108 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncpy.c :+: :+: :+: ... | [
"rdantzer@e3r3p11.42.fr"
] | rdantzer@e3r3p11.42.fr |
7122fafd302e83ad85ecfdd1025ff1f56cd9fc80 | 9c0e0dc9cac1a2d59bad64e168f8d5eeea10260f | /synergy/ssp/src/bsp/mcu/s3a7/bsp_cache.h | 6d2ed3470059c1df8170ec120186c32b87e715ab | [] | no_license | caiogubel/Tuning_AE_CAP1_S3A7_ST | bd770496c462d043e8fa46e1f40ebc78013ff369 | 6880b8e652cb071d3f55056471f05c27d61d414e | refs/heads/master | 2021-04-18T18:56:39.709667 | 2018-03-24T00:08:12 | 2018-03-24T00:08:12 | 126,550,320 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,816 | h | /***********************************************************************************************************************
* Copyright [2015-2017] Renesas Electronics Corporation and/or its licensors. All Rights Reserved.
*
* This file is part of Renesas SynergyTM Software Package (SSP)
*
* The contents of this fil... | [
"caio.gubel@renesas.com"
] | caio.gubel@renesas.com |
d8e519446b4e6bdcc4e12ecd16061e51ffbbd997 | 8058d2807fac042f972d3698c245efab31100b3e | /Iniciaçao ao UBUNTU/Experiencias/main_argumentos.c | bfd32a9bcb44af528823f9eadc03aff873c6270c | [] | no_license | saasousa18/TESE-UA---ATLASCAR---LEITURA-DA-CENTRALINA | 027225997dcefdfcf6440f33c3be65e7d130eeb7 | 3ac28fac302539802919e6d347a10f7c6cd5f3d4 | refs/heads/master | 2021-09-03T04:32:04.506703 | 2018-01-05T15:31:42 | 2018-01-05T15:31:42 | 110,358,759 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 352 | c | //programa: a funçao main aceita argumentos de entrada e representa-os
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[ ]){
int cont;
printf("O nome do programa é: %s\n",argv[0]); // o argv[0] é onde está guardado o nome do ficheiro
for(cont=1;cont<argc;cont++){
printf("%d Parametro %s\n", cont,... | [
"noreply@github.com"
] | saasousa18.noreply@github.com |
0fbb9d4d9f881c55b5901c9af3a87c1cfe8d430e | a7dcd1a537555879a80c3257c9dcb20ad0bf78f7 | /Demo/nodejs_ex/public/test_set/Run-length_Encoding/조재현(whwogus)_point_0/source/main.c | 048e39d881093339bf5d8a38c5138941041222f1 | [] | no_license | thema0park/clustering_project | 85879582d053363f76987c8a9ab15ee1662e5ae2 | f0a78d14128e719cf1e70a25b0a06846beccaaec | refs/heads/main | 2023-04-04T10:47:30.767303 | 2021-04-18T14:03:57 | 2021-04-18T14:03:57 | 340,849,187 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,072 | c | #define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>
#include <string.h>
#define MAX_LEN 51
int main()
{
char input[MAX_LEN];
char output[MAX_LEN];
int len, num, encoded_len = 0; //
int i;
int count = 1;
scanf("%s", input);
////////////////////////////////////////
for (i=0;i<MAX_LEN;i++)
{
... | [
"wjdghd1227@naver.com"
] | wjdghd1227@naver.com |
7d2a726fe03209a13c093c8e1485356662dbadad | f3aa587d3e6e38e688276c2dbf761fff686955a4 | /modules/nonvolatilemem.c | cff616cb2fb01d17b0989bab3d2b6fda8075c674 | [] | no_license | arjanvanheusden/bikeproject | e710841e880b35cb808f3bc59e712197a5b1c57f | bf77a5e23ed7a475c56efccab32f06b501095e4a | refs/heads/master | 2016-09-07T18:43:48.928615 | 2015-07-11T05:38:38 | 2015-07-11T05:38:38 | 38,915,075 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,042 | c | /*
* nonvolatilemem.c
*
* Created on: Dec 29, 2014
* Author: arjan
*/
#include "../modules/nonvolatilemem.h"
#include "../peripherals/EEPROM.h"
#include "../peripherals/USART.h"
typedef struct{
unsigned char identifier;
unsigned char ee_address;
unsigned char *loc_address;
unsigned char len;
unsigned ... | [
"arjanmail@yahoo.com"
] | arjanmail@yahoo.com |
817fc06e580237c66386aef1e4894e20efd28dfe | bfc28ceec93416c1e4fcc938c25d64130a9762a3 | /project_wifi/boards/twrk24f120m/rtos_examples/freertos_dspi_rf _spirit1/clock_config.c | c14b5ab24c6262b5a0c85dd53065bfef6c267be4 | [] | no_license | ywtgogo/sd_mk24n256 | 857978d8e63eec6c9bc29475e1845c80be5d56c9 | a4e572f1db8b73e2dfec0012fe12626abff0840c | refs/heads/master | 2021-01-02T22:59:39.165914 | 2017-08-05T16:08:41 | 2017-08-05T16:08:41 | 99,433,215 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 8,117 | c | /*
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice, this list... | [
"ywt454444606@gmail.com"
] | ywt454444606@gmail.com |
2d8999d740513ec846da3f4455cea56792a3acc1 | a4af8baee721e7c3610688a6e68586d839095c70 | /c_strings_and_arrays/string/strchr.c | 2b28a77b5f70f9128c66b3a9a71c4192b4093c1f | [] | no_license | timothyshull/cpp_scratchpad_old | 0b086916a6b93189d842f89806428976925ecc2b | f670085fa92b8cf4b911a522f88d75d7cc6a759b | refs/heads/master | 2021-01-22T20:34:31.008988 | 2017-03-17T15:52:41 | 2017-03-17T15:52:41 | 85,329,261 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,209 | c | /* Copyright (C) 1991,1993-1997,1999,2000,2003,2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
with help from Dan Sahlin (dan@sics.se) and
bug fix and commentary by Jim Blandy (jimb@ai.mit.edu);
adaptation ... | [
"timothyshull@gmail.com"
] | timothyshull@gmail.com |
ce7df61f18b2710dd0fa846e439a6bd12ecf79a6 | af010e0de25807f8ceaac7eb2425440cec1ae1da | /src/packet_alloc_legacy.c | c953a587520ccfb65b79e5b8a43484a06a2e9fa6 | [] | no_license | wizardst/zeq | 2e91620aec56cd2b78e02b73d9e8d5962ec8fef9 | bcc07d6d9c8792ac9c8326493129b0dbfe1223f9 | refs/heads/master | 2020-12-03T13:29:52.634570 | 2018-06-29T05:21:56 | 2018-06-29T05:21:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,176 | c |
#include <stdint.h>
#include <string.h>
#include "packet_structs_legacy.h"
#include "zeq_alloc.h"
#include "zeq_atomic.h"
#include "zeq_byte.h"
#include "zeq_err.h"
int packet_alloc_legacy(PacketLegacy** out, uint16_t opcode, const void* vdata, uint32_t dataLength)
{
const byte* data = (const byte*)vdata;
Pac... | [
"scamclaughlin@gmail.com"
] | scamclaughlin@gmail.com |
0794ac061141e5e115cffea5d5662d70374e562d | 06afdb985b0ee0e662bb13d22ff90d82e3e810d0 | /examples/guesser/guesser.c | 184c50e4e19d3ccd69968e0cc78aab3751189beb | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | harkal/picovm | 786ece6c15d0a875b36ee4ae05e09c2a662f1502 | 0dfd82db9f6315c9cf7e4bacb6ff7869d28b8243 | refs/heads/master | 2022-11-23T22:18:57.167024 | 2020-07-31T16:19:16 | 2020-07-31T16:19:16 | 272,887,642 | 16 | 2 | null | null | null | null | UTF-8 | C | false | false | 981 | c |
/*
*/
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include "../../src/picovm.h"
#define UNUSED __attribute__((unused))
void call_user(void *ctx);
#define VM_SIZE 1024
uint8_t vm_memory[VM_SIZE];
struct picovm_s vm = {
0, VM_SIZE, &vm_memory[0] + VM_SIZE, 0,
&vm_memory,
NULL... | [
"harkal@nlogn.eu"
] | harkal@nlogn.eu |
961f771e4831a7c9f3b78dee3de7a3897f233a16 | 303cb679fdcd8a436dbd373f98da679eefefae01 | /3rdParty/DirectFB/lib/direct/mem.h | 8badce6118604bce15b406a5d2e1fd4a7f2b8f94 | [
"MIT",
"LGPL-2.0-or-later",
"LGPL-2.1-only"
] | permissive | rohmer/LVGL_UI_Creator | d812a66ca8e3f8a736b02f074d6fbb324560b881 | 8ff044064819be0ab52eee89642956a3cc81564b | refs/heads/Dev | 2023-02-16T01:25:33.247640 | 2023-02-09T16:58:50 | 2023-02-09T16:58:50 | 209,129,978 | 37 | 17 | MIT | 2023-02-09T16:58:51 | 2019-09-17T18:35:36 | C | UTF-8 | C | false | false | 3,694 | h | /*
(c) Copyright 2012-2013 DirectFB integrated media GmbH
(c) Copyright 2001-2013 The world wide DirectFB Open Source Community (directfb.org)
(c) Copyright 2000-2004 Convergence (integrated media) GmbH
All rights reserved.
Written by Denis Oliver Kropp <dok@directfb.org>,
Andreas Shim... | [
"rohmer@yahoo.com"
] | rohmer@yahoo.com |
4d7728b476214378594fed5fe241789d76a2c699 | bccb09267145a9663b996f4716a1aa7a9c118118 | /GameServer/GameServer/List.c | c15c3af74386c80611e194b89905f6da7611712c | [] | no_license | KimMyungJung/first | 1f2fe2f0a70c8b38f136bc2aa892a2dd844707cd | c73da1d3be23abfcdde1436ca3701c620f805301 | refs/heads/master | 2020-04-23T13:08:44.349754 | 2019-06-17T10:02:06 | 2019-06-17T10:02:06 | 171,193,547 | 0 | 0 | null | null | null | null | UHC | C | false | false | 2,160 | c | #include "list.h"
#include <stdlib.h>
void init_list(list* mylist) {
mylist->head = (node*)malloc(sizeof(node));
mylist->head->next = NULL;
mylist->last = mylist->head;
mylist->size = 0;
}
void push_back(list* mylist, void* value) {
node* new_node = (node*)malloc(sizeof(node));
new_node->value = value;
new_nod... | [
"47727977+KimMyungJung@users.noreply.github.com"
] | 47727977+KimMyungJung@users.noreply.github.com |
cdaa40fcee6ce3819684e03074c09184b739d702 | a03d56b9e33dccaf730c9e7d966d41495272852d | /tercer_parcial/prefijo/prefijo.c | c96111c5ce453dfa1286bd5c9bd26a358a2eeac5 | [] | no_license | HarumiGallegosBarrios/edd2015 | 4e76149347dbfbb35f811d667016233a7e9824f3 | 7e4d100d847fc5429b9bbcc6effd900ead486e73 | refs/heads/master | 2021-01-02T08:56:08.729225 | 2015-12-16T05:18:29 | 2015-12-16T05:18:29 | 42,908,035 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 759 | c | #include <stdio.h>
#include "funciones.h"
int main()
{
struct nodo_doble cabecera;
int valor_nuevo = 0;
inicializar(&cabecera);
printf("Introduce los datos\nIntroduce -1 cuando finalices\n");
while(valor_nuevo != -1){
scanf("%d", &valor_nuevo);
if(valor_nuevo != -1){
... | [
"harumi@ubuntu.(none)"
] | harumi@ubuntu.(none) |
62eeca2e573674d83f0738d4135818b4c60574e0 | 79d4bab23d0f9227cce8951695faefbd88f6aaff | /C/src/FAC1/l3q2.c | 183fba5a59bcbf66c7e89e9f9e14f40f897f4acb | [] | no_license | maxjonata/Study-Projects | 68e54236d1ae263fc775e05030af664c7c3b17e9 | bd37b0ad85359e02dbd9743c0e0e7a8514131314 | refs/heads/master | 2021-04-20T20:18:58.069411 | 2020-03-24T13:33:06 | 2020-03-24T13:33:06 | 249,715,169 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 812 | c | /*
QUESTÃO 02: Pede-se o desenvolvimento
de um programa que leia n valores e
determine o maior e o menor elementos
do conjunto fornecido.
*/
#include <stdio.h>
int main() {
int qtdValores,i;
float valor,maiorValor=0.0,menorValor=0.0;
printf("Digite a quantidade de valores que deseja ser lido.\n> ");
... | [
"max.kawaii@hotmail.com"
] | max.kawaii@hotmail.com |
84eb8433cd35d0719332f4e571fff6b5d5cee44d | a296a3a4cb2c2683331d80bff471ef61902f99fe | /Sources/AccelSensor.h | 4066b9f657af17aeb05ebd47e2ccd0fa5f2e49e1 | [] | no_license | davidhuwyler/LiDo | d3b4e12278553f59c9e2a1ce5989061bd11ac6b0 | f9bbc9eb17a92931f3cb8bc2630a70f371402858 | refs/heads/master | 2020-04-24T01:49:35.117676 | 2019-05-31T18:01:42 | 2019-05-31T18:01:42 | 171,613,997 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 631 | h | /*
* AccelSens.h
*
* Created on: Feb 20, 2019
* Author: dave
*
* Driver for the ST LIS2DH Accelerometer via I2C
*/
#include <stdint.h>
#include "CLS1.h"
#ifndef SOURCES_ACCELSENS_H_
#define SOURCES_ACCELSENS_H_
typedef struct {
uint8_t xValue; // 1digit = 16mG (8Bit signed)
uint8_t yValue;
uint8_t ... | [
"david.huwyler@gmail.com"
] | david.huwyler@gmail.com |
b8efd1ea711f8becce4a4fbc190e7c69fdc7b8ff | 7a01a0a847f60aa2c881e468feac45a6f3490130 | /lib/isc/lfsr.c | e8b1fbbd5a03cfce1f6a2128886d438b59625331 | [
"ISC"
] | permissive | personal2222/Netsec-project | 6c06f1e769a69c8a715962458326ed08533312ae | 269860c6a7aaf8d32ab042df556de573026c955e | refs/heads/master | 2020-04-21T14:28:14.237693 | 2019-04-29T03:35:50 | 2019-04-29T03:35:50 | 169,636,126 | 0 | 1 | NOASSERTION | 2019-03-13T22:18:48 | 2019-02-07T20:17:39 | C | UTF-8 | C | false | false | 3,697 | c | /*
* Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" A... | [
"Typhoidmarypatrick@gmail.com"
] | Typhoidmarypatrick@gmail.com |
0cea15a189469ccef24559bb533ca17c93769d36 | afad23ab44f54e2e6cd29246bfbe601c8139fcf9 | /libft/src/ft_printf/convert_wchar.c | b0d5924ca4713293c41d2c30dd211a05a560e1c7 | [] | no_license | rbarbazz/lem-in | 7192efe52a1b0d83d73b5916c46db4c43c0b0a0d | 5c35f0944b8e0f06431e797b293492fa43daebf9 | refs/heads/master | 2021-09-24T07:01:23.294495 | 2018-10-04T20:06:45 | 2018-10-04T20:06:45 | 147,073,092 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,018 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* convert_wchar.c :+: :+: :+: ... | [
"rbarbazz@student.42.fr"
] | rbarbazz@student.42.fr |
90cebb09387f6a22727d8b6a2f1fde6618e41608 | 1eadfc49b842f2528b7c284151d46021a4231746 | /Data Structures-3Sem/linked list/doubly linked list/CircularDoublyLinkedList.c | 3cadd60ee2cdff261c9f7e99fe4701a4afe44c36 | [] | no_license | abhiwalia15/Data-Structures-And-Algorithm-Practice-Programs | 6fae99d6f5566a86d0869130a3bd5df53bfddad8 | dca5d8d33578f0ef4fa6668ace097e51c558e199 | refs/heads/master | 2020-03-29T14:37:03.986430 | 2019-06-14T19:14:07 | 2019-06-14T19:14:07 | 150,026,128 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,224 | c | #include<stdio.h>
#include<conio.h>
#include<stdlib.h>
struct node {
int info;
struct node *llink;
struct node *rlink;
};
typedef struct node *NODE;
NODE last=NULL;
void insert()
{
NODE temp = (NODE)malloc(sizeof(struct node));
NODE next;
printf("Enter the data\n");
scanf("%d",&t... | [
"waliamrinal@gmail.com"
] | waliamrinal@gmail.com |
939ec55ed96823dc58f7e27f1fff3126612ac84c | 4ea69443c30c67f457dc9727d14bba1887d121f0 | /pset1/credit/tests/checksum.c | adc1afaa5fc0cdcf8d5531fcbc577ef0becdc9a4 | [
"Unlicense"
] | permissive | UncleRumbert/osd-cs-cs50 | ba46d823186e7f7d96da7cd2e45ec3ec8b5cb5ad | c4d85965ca6b34ca4fa364e995090eeb8329231e | refs/heads/master | 2021-07-08T13:02:06.010390 | 2017-10-06T14:16:59 | 2017-10-06T14:16:59 | 106,012,260 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 231 | c | #include <cs50.h>
#include <stdio.h>
int main(void)
{
long long number = get_long_long();
for (int i = 10; i <= number * 10; i = i * 10)
{
printf("%lld\n", ((number % i) - (number % (i/10))) / (i/10));
}
} | [
"lockettcm@outlook.com"
] | lockettcm@outlook.com |
0adfd7c55e30b49c004263dc52f224fc1081a8b8 | 297497957c531d81ba286bc91253fbbb78b4d8be | /third_party/libwebrtc/modules/audio_coding/codecs/ilbc/cb_search_core.c | 021e9d7d71e386b9ec0c62298d956050fca787bc | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | marco-c/gecko-dev-comments-removed | 7a9dd34045b07e6b22f0c636c0a836b9e639f9d3 | 61942784fb157763e65608e5a29b3729b0aa66fa | refs/heads/master | 2023-08-09T18:55:25.895853 | 2023-08-01T00:40:39 | 2023-08-01T00:40:39 | 211,297,481 | 0 | 0 | NOASSERTION | 2019-09-29T01:27:49 | 2019-09-27T10:44:24 | C++ | UTF-8 | C | false | false | 1,886 | c |
#include "modules/audio_coding/codecs/ilbc/cb_search_core.h"
#include "modules/audio_coding/codecs/ilbc/constants.h"
#include "modules/audio_coding/codecs/ilbc/defines.h"
void WebRtcIlbcfix_CbSearchCore(
int32_t *cDot,
size_t range,
int16_t stage,
int16_t *inverseEnergy, ... | [
"mcastelluccio@mozilla.com"
] | mcastelluccio@mozilla.com |
7e700e4fc0866f77ed59d211e2a9487c13f35d73 | dc529178b264b9f29e197a57e0edf94b24682271 | /Pods/Headers/Public/Rollbar/CrashReporter/PLCrashReportSignalInfo.h | 81f491bb4f02502d9c75128a094964b520797db6 | [] | no_license | billsea/track_and_bill_mobile_ios | 5b73f145a2626bb55ae5051ada0cbdf677bac81e | a5e4357f96b5b3cef8f3992273c932951b695add | refs/heads/master | 2022-05-04T11:38:01.862304 | 2018-08-07T22:51:28 | 2018-08-07T22:51:28 | 86,177,454 | 0 | 0 | null | 2022-04-24T22:56:08 | 2017-03-25T17:58:03 | Makefile | UTF-8 | C | false | false | 95 | h | ../../../../Rollbar/Vendor/CrashReporter.framework/Versions/A/Headers/PLCrashReportSignalInfo.h | [
"bill.e.seaman@gmail.com"
] | bill.e.seaman@gmail.com |
93900bb954a7bb6e9972dc357f7f6ac12e53152c | 38f498ad353c91c3e02a96d517fa37218a5299a0 | /Classes/Source/receiver.c | e1c3bfaf6dc6885f7bd0b5372b4ac91b3eda33f7 | [
"WTFPL",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | umlaeute/pd-else | fb76dec1b063f1c8be2db49108734991616bd101 | def2a95ab71883489613d81b645ee6c77e000a50 | refs/heads/master | 2020-05-21T00:14:15.826225 | 2019-05-09T04:39:37 | 2019-05-09T04:39:37 | 185,820,033 | 0 | 0 | null | 2019-05-09T14:54:57 | 2019-05-09T14:54:56 | null | UTF-8 | C | false | false | 2,580 | c |
#include <string.h>
#include "m_pd.h"
/* -------------------- receiver ------------------------------ */
static t_class *receiver_class;
static t_class *receiver_proxy_class;
typedef struct _receiver_proxy
{
t_pd p_pd;
struct _receiver *p_owner;
} t_receiver_proxy;
typedef struct _receiver
{
... | [
"porres@gmail.com"
] | porres@gmail.com |
923a2ac23421df80239ca793c5cb78fa57933f34 | e8563a37c530cdd9ceedc052b5ce9b428725e4c0 | /profiler/vector.h | 563cbcb5281a3ada1732f3e833e4336fd122f79f | [] | no_license | imsure/mpi-profiler | 1512c912351e94b54e473400860142857612f610 | 6a8ed5ce5069c088458dbec1b8e9b8c965fc9934 | refs/heads/master | 2016-09-05T14:18:30.336412 | 2014-12-09T07:48:52 | 2014-12-09T07:48:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,335 | h | /**
* A simple vector interface for holding an array of vertex which
* represents a MPI task graph.
*/
#ifndef _VECTOR_H_
#define _VECTOR_H_
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define INIT_CAPACITY 100
typedef struct vertex vertex;
typedef struct vector vector;
/**
* A vector for holdin... | [
"imsure95@gmail.com"
] | imsure95@gmail.com |
293298c2681a51eeaca3166bfc895cfa5e167df5 | 29d0a863b2d086f50dce2eec6a24cf69d8e30c35 | /GPIO/HardWave/LCD/lcd.h | c1cfb9921bfc1271d16c09578f3d1993e4192049 | [] | no_license | Taylor-Boy/Test | b951570ea9320fcc11b2bba1658e609c64debb82 | 990393d8fa1cc03745297fe31ae35bc43f1367b2 | refs/heads/master | 2023-02-15T08:12:01.232976 | 2021-01-07T14:20:58 | 2021-01-07T14:20:58 | 327,628,406 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,902 | h | #ifndef __LCD_H
#define __LCD_H
//#include "sys.h"
#include "stm32l4xx.h"
/*********************************************************************************
___ _ _____ _____ _ _ _____ _____ _ __
/ _ \ | | |_ _|| ___|| \ | ||_ _|| ___|| | / /
/ /_\ \| | | | | |__ | \| | | | |... | [
"1131523160@qq.com"
] | 1131523160@qq.com |
d00b0029d9f7dc0f0beee349f31b40e11f10c924 | ab0a8234e443a6aa152b9f7b135a1e2560e9db33 | /Server/CGSF/ThirdParty/CEGUI/include/CEGUI/CommonDialogs/Module.h | 3dc0efbd8ba64f032aa223991a5d6a1d48a34bce | [] | no_license | zetarus/Americano | 71c358d8d12b144c8858983c23d9236f7d0e941b | b62466329cf6f515661ef9fb9b9d2ae90a032a60 | refs/heads/master | 2023-04-08T04:26:29.043048 | 2018-04-19T11:21:14 | 2018-04-19T11:21:14 | 104,159,178 | 9 | 2 | null | 2023-03-23T12:10:51 | 2017-09-20T03:11:44 | C++ | UTF-8 | C | false | false | 2,161 | h | /***********************************************************************
filename: Module.h
created: Sun Oct 09 2011
author: Paul D Turner <paul@cegui.org.uk>
*************************************************************************/
/****************************************************************... | [
"sinyonzzang@gmail.com"
] | sinyonzzang@gmail.com |
f8f53bb2b969f4a41e303d4d959c438365f7d373 | e1b7aff7e01664ecd4c2fc17ad7aa07317e96bdd | /9_5.c | 874c0da36e8455f046d8e4eefa0f321b69b93755 | [] | no_license | ammaciel/livro | bcdc8f4b1f471cf02aea8d9ff6cbbbba966e9631 | 3051e0fe8be601877db8540c09134f878d3693d7 | refs/heads/master | 2023-08-31T21:40:07.136496 | 2017-04-20T17:32:15 | 2017-04-20T17:32:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 292 | c | void parede(int altura)
{
int i;
for(i=0; i< altura; ++i)
{
printf("%c",Q);
}
printf("\n");
}
void casa(int altura_casa)
{
parede(altura_casa -2);
parede(altura_casa -2);
parede(altura_casa);
parede(altura_casa);
parede(altura_casa -2);
parede(altura_casa -2);
printf("\n");
}
| [
"rodrigo@ic.ufal.br"
] | rodrigo@ic.ufal.br |
7b7aa53e8253812e16ab10d267437c142b09f5d5 | df16949e9f92d4eed0fb4534ac759702ebe16827 | /backup/old/2/mroldver/MagicaRush/MagicaRush/Action.h | 80f9ef6353c23909af6f872c59ca9baae182b13d | [] | no_license | easy-forks/Recycle-Bin | 083cfa4434f4731d8a3b1c3749c92876ebea7539 | cda07c87654ffd4951bff733f4a3517952433afd | refs/heads/master | 2023-03-15T18:06:13.423070 | 2018-06-10T15:45:17 | 2018-06-10T15:45:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 678 | h | #ifndef __ACTION_H__
#define __ACTION_H__
#include<Windows.h>
#define ACTION_DEFAULT 0
#define ACTION_GETREWARD 100
#define ACTION_OPENSHOP 200
#define ACTION_SELLREWARD 300
#define ACTION_CLOSESHOP 400
#define ACTION_CLOSINGSHOP 401
#define ACTION_MESOMAX 1000
#define ACTION_200P 1001
#define ACTION_E... | [
"29014872+Riremito@users.noreply.github.com"
] | 29014872+Riremito@users.noreply.github.com |
db5f1ad7c1adc5fb71681e18de6860040ca1e51c | 9886807f4745b1ff08e33a20f905c3b0e90582fa | /vendor/Pods/Headers/AWSiOSSDK/DynamoDB/DynamoDBProvisionedThroughputDescription.h | 034b54fbb17695da11de8a4f7642fd5d3515bbc2 | [] | no_license | SpencerArtisan/lostandfound | e2548a63b64af2b03dab9dc2245acc6125fff043 | 4cc93486f0b186ef47078f3936a5e1525d992f02 | refs/heads/master | 2021-01-21T19:28:07.468983 | 2013-09-12T18:13:56 | 2013-09-12T18:13:56 | 12,667,344 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 82 | h | ../../../AWSiOSSDK/src/include/DynamoDB/DynamoDBProvisionedThroughputDescription.h | [
"spencerartisan@gmail.com"
] | spencerartisan@gmail.com |
6606f5e6b56ae181a96f1bceb8c3284b1b85f98f | 4acdc4a55b98bf0676adfa67402021369159b2db | /+2(HSSC)/C programs/Misc/add_matrix.c | 1f985c158e4ae264dca800621fd7a849ccf97f9f | [] | no_license | iam-sr13/4Years_of_Coding_2013_to_2017 | 3b5e29bd50d135216547a3ca27c84f8aff3eadca | 6175fef0eb364fd1fa4e81d7ec0c5599a859d9cd | refs/heads/master | 2021-01-01T15:48:32.830523 | 2018-01-12T14:29:24 | 2018-01-12T14:29:24 | 97,707,476 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 733 | c | #include<stdio.h>
main()
{
int a[6][6],d[6][6],b,c;
printf("Enter the elements of matrix 1\n");
for(b=0;b<=5;b++)
{
for(c=0;c<=5;c++)
{
scanf("%d\t",&a[b][c]);
}
}
printf("Enter the elements of matrix 2\n");
for(b=0;b<=5;b++)
{
for(c=0;c<=5;c++)
{
scanf("%d\t",&d[b][c]);
}
}
printf("... | [
"iam-sr13@users.noreply.github.com"
] | iam-sr13@users.noreply.github.com |
26697ba0864bee8fb56274f356aeac3e12be954f | 6d7bc6936fe467ce2eafcda3c933176a0cbea0c4 | /code/include/archive/draws.h | 891ab7db9f76a06b575d6f4a56d47f3012a6d93c | [] | no_license | wrossmorrow/floatsums | f661ddc8268215b2cff37a52193cc64fb6cb9139 | 4ca64b7b4e02f60022431305c52073b344ae7363 | refs/heads/master | 2022-12-18T13:45:43.459638 | 2020-09-22T17:21:45 | 2020-09-22T17:21:45 | 297,154,727 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 501 | h |
int sign(); // a random sign, -1 or +1
double random_u( ); // a standard uniform value
int randint( int a , int b ); // a random integer between a and b (inclusive)
// a uniform random integer amount from 0 to M
long random_amount_unif( int M );
// binp ~ a bins - 1 length array of non-decreasing values in [0,1]
// ... | [
"morrowwr@mememe.local"
] | morrowwr@mememe.local |
da38b2548c956cb5b12c12e938e007141b959a00 | bc6430c488a225a2796b50632cd4a88395777a76 | /RRC_staticlib/asn1c_36331_d10/PRACH-ParametersListCE-r13.c | 7c272c88c16ad3540b7d0a6fe1f458674a48bc1d | [] | no_license | shflyeagle/EagleEye | 5f312eaaf9a8a4e2bf5786a38d4f3d6d690d71b7 | 98b3b802a572ad81bc346905dfdf8396a8189912 | refs/heads/master | 2020-05-07T08:33:53.684195 | 2019-04-10T07:53:56 | 2019-04-10T07:53:56 | 180,328,573 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,065 | c | /*
* Generated by asn1c-0.9.27 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "/home/qiongbod/asn1c-0.9.27/asn1c/input/36331-d10.asn"
* `asn1c -S /home/qiongbod/asn1c-0.9.27/skeletons -fcompound-names -fwide-types -gen-PER`
*/
#include "PRACH-ParametersListCE-r13.h"
static as... | [
"qiongbo.deng@nokia-sbell.com"
] | qiongbo.deng@nokia-sbell.com |
6ab97ebe168c5fb678d874ecbf968806e3d91e41 | df569936262b9895cf0aac494b94058868567958 | /fleschIndex.c | 4573050661a27d44599713d1e9cf9fda212b8f16 | [] | no_license | TonyHoanTrinh/FleschIndexCalculator | 8376732f301ea24f8a9704643c674fac0d8bbe4d | 12dfd37e823c0864217d9752932aa6f6f30959a9 | refs/heads/master | 2020-05-19T14:38:06.733589 | 2019-05-05T17:52:38 | 2019-05-05T17:52:38 | 185,063,878 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,411 | c | #include <stdio.h>
int vowelCheck(char);
int whitespaceCheck(char);
int indexCalculate();
int punctuationCheck(char);
textInfo readFile(FIlE * );
typedef struct
{
int words;
int syllables;
int sentences;
double fleschIndex;
} textInfo;
int main()
{
textInfo userFile;
userFile = readFile(stdin);
... | [
"anthonytrinh@hotmail.ca"
] | anthonytrinh@hotmail.ca |
aa927d699aa1a32ea2915ae95ef51437312dc04d | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/b1923f9c-5159-48a5-a0c3-1ba66937c446.c | 198953ac986ebe3f05c88c6ba8d8008ae5720ba3 | [] | 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 | 609 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
j = 533;
l = 64;
k = i/j;
l = i/j;
l = j%j;
l = l-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[14];
long c[93];
a = 0;
do {
a-... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
766789f2e2412e681711ad7b55ecdd82f69ddce7 | 6a6487cb64424d4ccdc05d3bb6607e8976517a80 | /ARM/opengl_bridge/software/main.c | 3a3c067e37548407d46ffccd841d7f828400a11e | [] | no_license | trueman1990/VistaModels | 79d933a150f80166c9062294f4725b812bb5d4fc | 5766de72c844a9e14fa65cb752ea81dfd6e7c42a | refs/heads/master | 2021-06-08T22:02:32.737552 | 2017-01-23T16:10:23 | 2017-01-23T16:10:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 510 | c | #include <stdint.h>
#include "opengl_bridge.h"
extern void init();
extern void draw();
#define MB_CONTROL_PAGE_ADDRESS 0x00708000
#include "mb/sw/control.h"
#define UNUSED(x) (void)(x)
// main function, it all begins here
void kernel_main(uint32_t r0, uint32_t r1, uint32_t atags) {
UNUSED(r0);
UNUSED(r1);
... | [
"mark_carey@mentor.com"
] | mark_carey@mentor.com |
52ac4f224ad11b45fe9bdd41e921f4891d659f08 | ac034b99625ad2ade926a04a0016b02f6e84eda2 | /test/src/pottery/benchmark/test_benchmark_sort_justinow_introsort_c.c | 40070f951cc58c400ad9c72e7e72e76bc0dc0bac | [
"MIT"
] | permissive | kbrafford/pottery | 9e342469aa807bd95089e4665f95afb2169447d7 | c4ccdc6b292122920799749a2d751fabcc752743 | refs/heads/master | 2023-01-31T03:11:01.114747 | 2020-12-17T05:20:58 | 2020-12-17T05:20:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,535 | c | /*
* MIT License
*
* Copyright (c) 2020 Nicholas Fraser
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, ... | [
"nick@ludocode.com"
] | nick@ludocode.com |
e3154b5871529c81f095c31acb5cff590f02db5d | b0609cfdc7f491b46bac88d0404cf63b82553782 | /surf3dnet_ext/yi/include/furthest_point_sampling.h | 48f0ee668073ce78baf8451ddf00d86d99e50938 | [] | no_license | yuyi1005/Sur3dNet-Face | 34ee52d9cda85a1923e29c4e24cf98f6fdd56e32 | 4f1f281f86c87a78e5931588d97b7484e7fb37df | refs/heads/master | 2023-04-10T04:59:42.113592 | 2021-04-27T07:45:32 | 2021-04-27T07:45:32 | 285,503,295 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 175 | h |
#include <torch/extension.h>
#include <ATen/cuda/CUDAContext.h>
torch::Tensor furthest_point_sampling(torch::Tensor points, const int nsamples, const int keepsamples);
| [
"noreply@github.com"
] | yuyi1005.noreply@github.com |
6af8cf6908773f00baebcdc199833e904c3d673f | 1744185a1e318fd0705b7c8d71635966bf2f7451 | /template/lib/Projects/STM32469I-Discovery/Examples/I2C/I2C_TwoBoards_RestartComIT/Src/stm32f4xx_it.c | e4278fa63d57d87586256161fe3685df3e57ecf6 | [
"MIT",
"BSD-2-Clause"
] | permissive | swedishhat/stm32f4-bear-metal | 99554444acc611433190b00599d5be9ebbcbac49 | 04c8ae72ee6ea658dc376afe64f7f3a47c67512b | refs/heads/master | 2020-12-24T09:09:59.574026 | 2016-11-09T18:07:57 | 2016-11-09T18:07:57 | 73,302,594 | 0 | 1 | MIT | 2020-03-08T01:27:48 | 2016-11-09T16:45:24 | C | UTF-8 | C | false | false | 6,225 | c | /**
******************************************************************************
* @file I2C/I2C_TwoBoards_RestartComIT/Src/stm32f4xx_it.c
* @author MCD Application Team
* @version V1.0.3
* @date 06-May-2016
* @brief Main Interrupt Service Routines.
* This file provides templat... | [
"patrick.d.lloyd@gmail.com"
] | patrick.d.lloyd@gmail.com |
4f95f80f55be414acb07c297bf789a22b56a67c7 | 3563651c2896d088fc3f41dabc70946b43f39b13 | /WavePlayer/Resource.h | ad1fa22c0ecc2a9600cb751fed12abfd4d090d05 | [] | no_license | lhotanok/WavePlayer | 68e09f5b5f5c29a07afdc1f9b27265bab5b40183 | ca4575ed425f2eb50043b4059030fb1fc92b3a95 | refs/heads/master | 2023-07-09T16:53:50.489650 | 2021-07-29T13:16:21 | 2021-07-29T13:16:21 | 390,694,412 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 718 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by AudioPlayer.rc
#define IDS_APP_TITLE 103
#define IDR_MAINFRAME 128
#define IDD_AUDIOPLAYER_DIALOG 102
#define IDD_ABOUTBOX 103
#define IDM_ABOUT 104
#define IDM_EXIT 105
#define IDI_WAVEPLAYER 107
#define IDI_SMALL 108
... | [
"kristyna.posta@seznam.cz"
] | kristyna.posta@seznam.cz |
3177a7c35365e6d5ee17f66f342e0320c2b0bac1 | 801de6d2399828408910663034e3b385239eea2b | /Client&Server/Pizzeria/Prenotazioni.h | 02b26ac5f1d7615c213b19ae943dfdf88e5e84b3 | [] | no_license | AntonioNasca/TECNOLOGIE-PER-I-SISTEMI-DISTRIBUITI-E-IL-WEB | e4ad5890ba2efcaf41c8132c84ff05e5ff9b20a6 | 23166eb8f083c6d5bda7ab022b2acc84a2e86513 | refs/heads/main | 2023-02-26T17:54:28.350842 | 2021-02-03T12:29:29 | 2021-02-03T12:29:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 139 | h | #ifndef Prenotazioni_h
#define Prenotazioni_h
extern char * NomePizza[];
extern int quantita[];
int getDisponibilita(char *,int);
#endif | [
"noreply@github.com"
] | AntonioNasca.noreply@github.com |
d5fa99c39b4b4de1cd97cfe639f91d61453b972f | 1eb764168e5f9afaf0f8a5fbbcf67a8123026e7a | /relay-client/noc_packet.c | ce4381bf56cb830b80030ff6fb91698665bbc238 | [] | no_license | popexizhi/test_for_relay | 1db5f69d40b58b9c6182822a523a8f75fb1c1fc4 | 6a78fe6df6311a727e9878d46b3dddfdadfc531e | refs/heads/master | 2021-01-10T04:37:00.029019 | 2016-03-03T04:03:46 | 2016-03-03T04:03:46 | 51,974,507 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 9,009 | c |
//发送的请求内容
#define RelayQueryConnectionRequest 0
#define RelayQueryConnectionResponse 1
#define RelayRegisterRequest 2
#define RelayRegisterResponse 3
#define RelayMsgConnectionRequest 4
#define RelayMsgConnectionResponse 5
#define RelayDataIndication 6
/***********************************... | [
"popexizhi@gmail.com"
] | popexizhi@gmail.com |
e9dd7fbde1b185e0906d0a0e16d92119673c1f98 | 72e2ca4d7f07b79156f7206ccb37b8ca57db3cdc | /docs/m25p80.c | f2e67a2242d82fefd1bfe3e581ce66d7dd2ea624 | [
"MIT"
] | permissive | kfowlks/miZy-linux-kernel | 3f1710c4f71a86dbd9997de38531768503bdf526 | f8a591ed75914d58116729f337ff1f4e77b7ab9a | refs/heads/master | 2021-01-19T06:29:10.791672 | 2017-04-04T14:49:54 | 2017-04-04T14:49:54 | 87,464,647 | 1 | 0 | null | 2017-04-06T19:00:27 | 2017-04-06T19:00:27 | null | UTF-8 | C | false | false | 33,899 | c | /*
* MTD SPI driver for ST M25Pxx (and similar) serial flash chips
*
* Author: Mike Lavender, mike@steroidmicros.com
*
* Copyright (c) 2005, Intec Automation Inc.
*
* Some parts are based on lart.c by Abraham Van Der Merwe
*
* Cleaned up and generalized based on mtd_dataflash.c
*
* This code is free software... | [
"ai.radio.org@gmail.com"
] | ai.radio.org@gmail.com |
a16b9762f067b91f59cf9c95edf6b7ad1f92d0ef | 2d59fb0c5b5a7dbc1c31fab2ea3b89a08a859ef6 | /drivers/mtd/nand/raw/stm32_fmc2_nand.c | f3179cc21f521a5ce0de9a3c425f48c6ec18e4b2 | [
"0BSD",
"GPL-2.0-or-later"
] | permissive | CPU-Code/-u_boot_fslc | 683f4d183723df62f17645ec7f2d3c6bccbf737c | da15f58fe22fce65c6934eaa0d69d8bd2631f9a7 | refs/heads/master | 2023-04-03T15:38:33.105773 | 2020-05-16T12:04:44 | 2020-05-16T12:04:44 | 278,999,208 | 0 | 0 | 0BSD | 2021-04-20T20:20:33 | 2020-07-12T05:38:02 | C | UTF-8 | C | false | false | 28,256 | c | // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Copyright (C) STMicroelectronics 2019
* Author: Christophe Kerello <christophe.kerello@st.com>
*/
#include <common.h>
#include <clk.h>
#include <dm.h>
#include <nand.h>
#include <reset.h>
#include <linux/iopoll.h>
#include <linux/ioport.h>
/* Bad block mark... | [
"923992029@qq.com"
] | 923992029@qq.com |
da89569d32891f2847d150d46a8647241edc1785 | aa0aa7fbdf8a38b867918338957ea0c9bc7790b5 | /build-arm64-clang/sysroot/include/zircon/device/block.h | 0a493a863fa4bd02a8b5a72981e6d0b1ae6d32f0 | [
"BSD-3-Clause",
"MIT"
] | permissive | ChristopherWen/Debug_zircon | e32c21e0caffbdf3a665c1d0c16c16b3879c62cd | 76228456e9a31a200f1d4f1fb9b5cd45b52f6263 | refs/heads/master | 2021-09-14T18:55:13.682316 | 2018-05-17T13:39:21 | 2018-05-17T13:39:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,727 | h | // Copyright 2016 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
#include <assert.h>
#include <limits.h>
#include <zircon/device/ioctl-wrapper.h>
#include <zircon/device/ioctl.h>
#include <zircon/types.h>
... | [
"763106285@qq.com"
] | 763106285@qq.com |
53d938068b501606324beb4a184e57c3627c108d | e3706b7bb343deaf0fe59221de64f520a7260826 | /BasecampWorkspace/Week_1/d04/d04tests/alltests.c | 6a6f0df136a08ee7563871a78aa5c65eafea0ba9 | [] | no_license | acastanome/Basecamp_42 | db8e43e229f9e5bb806d33b17c770b2d7779cc60 | c88671d138a89850136fcf5756a8dc17a39ae9c6 | refs/heads/main | 2023-06-01T23:45:26.181643 | 2021-06-17T22:30:43 | 2021-06-17T22:30:43 | 377,966,210 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,596 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* alltests.c :+: :+: :+: ... | [
"acastano@student.hive.fi"
] | acastano@student.hive.fi |
ede505e72bb9e5c31d0caf36edc4249183a5229b | 652782d2d898c7d2ca71b99b60e3fef9b685ae93 | /pixhawk/version.h | 108c9df80b75cb3740091602ff3ebf80d3974442 | [] | no_license | Jinqiang/c_library | 4a79af783ee8767ebe5811efcd86767f740d5f53 | b982d9aa1c149e210a6dc2328c408e0da5a27529 | refs/heads/master | 2020-12-25T21:35:04.175192 | 2015-03-28T18:36:22 | 2015-03-28T18:36:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 322 | h | /** @file
* @brief MAVLink comm protocol built from pixhawk.xml
* @see http://mavlink.org
*/
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Sat Mar 28 18:35:48 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
#endif // MAVLINK_VERSION_... | [
"bot@pixhawk.org"
] | bot@pixhawk.org |
e1d91176ac46c7047c75d2ca1fa1621ba1773779 | c7d3e877322acc6f83f67cea0b62ad4add30b904 | /lab_5/src/core/queue/queue_lst.c | 586e111ef98a66b120e54455ceaf33d00257fa23 | [] | no_license | RullDeef/tads-lab | 5b07b26193b6086d1d3e11ffba5d3ee6869a7560 | eef2c77d2c424169f2a54839d6acbf1876ccd699 | refs/heads/master | 2023-06-17T21:59:05.417505 | 2021-01-30T16:50:52 | 2021-01-30T16:50:52 | 387,740,073 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,435 | c | #include <stdlib.h>
#include <assert.h>
#include "queue_lst.h"
struct queue_lst qul_create(void)
{
struct queue_lst qul = { .size = 0U, .first = NULL, .last = NULL };
return qul;
}
void qul_destroy(struct queue_lst *qul)
{
while (qul->size > 0U)
{
qdata_t value;
qul_pop_front(qul, &val... | [
"klimenko0037@gmail.com"
] | klimenko0037@gmail.com |
96251e3b6b09c038ec4b24001dc6593ebe3923d1 | da295e77d9c97c3ef153e5a5464446238dc62460 | /2010/alife_screensaver.c | 08bd96e275875ae7f9a882dfc198666a6adba363 | [] | no_license | matthewtemple/asimpleprogram | de07c76f1d9387626ac4a5ded5729467ac5e486e | f4366a5d35ee1a6d0884ec7d5e7d1a9a6a75c843 | refs/heads/master | 2021-01-10T21:46:04.787823 | 2010-06-20T11:52:14 | 2010-06-20T11:52:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 443 | c | main(){int a[4],i,q,r,s=1839,t,x,y,z[1920*sizeof(int)];for(x=0;x<1920*sizeof(
int);z[x]=0,x++);z[1000]=1;z[1001]=1;z[1080]=2;z[1081]=2;f:putchar('\n');for(i=
0;i<1920;i++){putchar(z[i]+32);a[0]=i%80>0?i-1:i+79;a[1]=i%80<79?i+1:i-79;a[2]=
i>79?i-80:s+i+1;a[3]=i<s?i+80:i-s-1;x=random()%4;y=random()%16;q=z[a[x]];r=z
[i];i... | [
"matthewtemple@gmx.com"
] | matthewtemple@gmx.com |
2848d36964487ea6385f0b7aa2c712cde515ab69 | f5ddf37695623ed35ccfb4d3eb5b99d570161da0 | /code/bmad/h5hut/src/include/h5core/h5t_map.h | 2cf56d65189f4ea815c3741dd18b2a81d435b192 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | jasperhansel/fullbeamline | e778bd7fa2d11ad81f4cad6b4de5778f23b2dc33 | 0bca14a0cc504a564a17d4a07fc72e555a85f066 | refs/heads/master | 2021-08-07T20:21:28.167786 | 2017-11-08T23:31:04 | 2017-11-08T23:31:04 | 109,726,515 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,931 | h | #ifndef __H5T_MAP_H
#define __H5T_MAP_H
#ifdef __cplusplus
extern "C" {
#endif
h5_loc_idx_t
h5t_map_global_vertex_idx2local (
h5t_mesh_t* const m,
h5_glb_idx_t glb_idx
);
h5_err_t
h5t_map_global_vertex_indices2local (
h5t_mesh_t* f,
const h5_glb_id_t* const glb_indices,
const h5_size_t size,
h5_loc_idx_t* con... | [
"jasperhansel@gmail.com"
] | jasperhansel@gmail.com |
04916f85a44830fb17d4f1bb627051465274ca69 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/cfedd86d-9b5b-4e35-8d6c-ac9be526a351.c | f7725c45f1ada5ecae35cb938ac75c23543f3090 | [] | 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=0;
int j=12;
int k;
int l;
k = 533;
l = 64;
k = i%j;
l = i/j;
l = j%j;
l = l%j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[21];
long c[65];
a = 0;
while (b[( a - ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
1710033500f73d3826f8cfd5432b9cc906a7d3d7 | 48914e4d0a55d537be6a0d359da7f79f4a1dbaf2 | /usr/spawnd/main.c | 0462d6405ef293dd3918c0f3ed05e5ae1584d1b4 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | joe9/barrelfish | f1efbbbc5c345a96b649da2b2e0762d00e42ad52 | d084c900bedc914ff10cd6e31d6c73044ed255f4 | refs/heads/master | 2016-09-06T10:26:17.271774 | 2014-10-04T22:09:20 | 2014-10-04T22:09:20 | 24,802,206 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,762 | c | /**
* \file
* \brief Spawn daemon for Barrelfish.
* At boot, decides which cores to boot and which domains to spawn.
* After boot, offers a service on each core to spawn programs from
* the file system.
*/
/*
* Copyright (c) 2010-2011, ETH Zurich.
* All rights reserved.
*
* This file is distributed under the... | [
"joe9mail@gmail.com"
] | joe9mail@gmail.com |
d25b6bc8cf7be005ee3cdd0101afc0ffd88033b9 | 7a248f95d87e004265751936901626bf5c21efb3 | /libft/libft/ft_putchar_fd.c | 57b23197b0b6db81ae9d14f71ef38dddc56d7501 | [] | no_license | gualnet/42-malloc | 83c6fd65b796daf28c2a779e6f08089de3d90755 | 3a926d372de520b6db7a63b0f426b0da2a87dc6a | refs/heads/master | 2021-03-24T12:12:12.416302 | 2019-10-14T18:58:46 | 2019-10-14T18:58:46 | 113,425,289 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 971 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putchar_fd.c :+: :+: :+: ... | [
"galy@student.42.fr"
] | galy@student.42.fr |
d88c8560573c40940106a4cc71167c148febb082 | 5630b0a520e395b1224d80a04309ed9991a2ccbe | /getGemXCode/Classes/Native/Mono_Security_Mono_Security_Protocol_Tls_TlsStreamMethodDeclarations.h | 6976b2a459f2471ff689bad3879cc88e8e3d2fee | [] | no_license | WwinW/getGem | f762b538f9387a0e3adaacc2b55ac34e0dfb12df | 5b3cede71b7c50ffedf3a87f51003cb35db9b774 | refs/heads/master | 2018-12-29T19:25:51.948800 | 2015-12-07T03:16:48 | 2015-12-07T03:16:48 | 34,213,973 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,662 | 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.Security.Protocol.Tls.TlsStream
struct TlsStream_t1232;
// System.Byte[]
struct ByteU5BU5D_t337;
#include "codegen/il2cpp-codegen.h"
... | [
"wei8224_2006@126.com"
] | wei8224_2006@126.com |
8086ff9192f4fecb563d66440b9b6c370512242f | a763f6505331d1c1823d0e8620cc2d5f83048486 | /wdm/capture/mini/tecra750/capstrm.h | 6ca3a1205357c3d552702c1d36958d20957adbb1 | [] | no_license | KernelPanic-OpenSource/Win2K3_NT_drivers | 1dc9ccd83e38299f6643ecfd996a5df1357cc912 | 1b5d2672673ff31b60ee4a5b96922ddbcc203749 | refs/heads/master | 2023-04-11T08:18:29.881663 | 2021-04-14T04:30:34 | 2021-04-14T04:30:34 | 357,772,205 | 12 | 5 | null | null | null | null | UTF-8 | C | false | false | 30,055 | h | //==========================================================================;
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
// PURPOSE.
//
// ... | [
"polarisdp@gmail.com"
] | polarisdp@gmail.com |
ccb58a9ee7391c66f1d320f5d0acbd48fc562dfd | c6aa5f5f3f08f2c4b3c0d9619ea56f15ba459cd9 | /Prototype/Prototype/src/RingBuff.h | 6b13e693d8e8fe20527efe10a7dd2d7e8d73e30a | [] | no_license | UAH-Cansat2-2019/Science-Payload | 5874924a89f3dc38b188944f08c82013ba006008 | 979af5f75f128958aa9ac274286fa251dbede389 | refs/heads/master | 2020-04-08T10:14:23.542286 | 2019-06-15T05:12:09 | 2019-06-15T05:12:09 | 159,260,116 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 461 | h | /*
* RingBuff.h
*
* Created: 5/4/2019 10:59:50 PM
* Author: natha
*/
#ifndef RINGBUFF_H_
#define RINGBUFF_H_
#define BUFSIZE 10
struct uint16RingBuff {
uint16_t * data;
uint8_t lastItem;
};
typedef struct uint16RingBuff* p_bstru;
void u16BuffInit(p_bstru * rstru);
void putu16(p_bstru d_struct,uint16_t da... | [
"nar0008@uah.edu"
] | nar0008@uah.edu |
f9c13e1b942a4306e993add84bb9454b4aecbed1 | ee7cf88c40c848d75b20136b55f7d273ce21d2f2 | /board/lars_pd/gpio.inc | e4ec89a0ba2526cbe77ccf1a4a025d429cb0fc25 | [
"BSD-3-Clause"
] | permissive | akappy7/ChromeOS_EC_LED_Diagnostics | 4e0dfbaf3103bbf8c34ab2c9a4c9c87a39cde3b8 | 73b8a148756a1aa723c8277e8475f0e43d703fbf | refs/heads/master | 2020-12-07T15:16:10.831477 | 2016-05-05T06:29:52 | 2016-05-05T06:29:52 | 57,103,470 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,760 | inc | /* -*- mode:c -*-
*
* Copyright 2015 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* Interrupts */
GPIO_INT(USB_C0_VBUS_WAKE_L, PIN(C, 14), GPIO_INT_BOTH, pd_vbus_evt_p0)
/* PD RX/TX */
GPIO(USB_C0_C... | [
"chrome-bot@chromium.org"
] | chrome-bot@chromium.org |
47241b41efc39d5462ac24039a9d50304011f594 | bb52bb55548d0720dedb1ad1ecc50776bf4ed9f5 | /schedule_data.c | 6a0836d0744e9703e5bf7abc27ccdebb7dba96b1 | [] | no_license | suokun/important_datastructure_in_Xen | 6b976a2a2637469fdac31258d3048f106f166bc3 | 7dd533e6149d06add066674ed8d2a1e9c32725c9 | refs/heads/master | 2021-01-19T10:49:11.909496 | 2015-09-30T02:43:54 | 2015-09-30T02:43:54 | 26,688,489 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 924 | c | //defined in include/xen/sched-if.h
/*
* In order to allow a scheduler to remap the lock->cpu mapping,
* we have a per-cpu pointer, along with a pre-allocated set of
* locks. The generic schedule init code will point each schedule lock
* pointer to the schedule lock; if the scheduler wants to remap them,
* it ca... | [
"suokun24@126.com"
] | suokun24@126.com |
8e6cf465c5a4fa724637840ca2492d774cc74830 | d5448f8c84b45b5d9636259bfb20d32775525e99 | /Project/STM32F4xx_StdPeriph_Examples/RTC/RTC_TimeStamp/stm32f4xx_it.c | df2706dde57646d139d08d694e0b80cd46ce7d0e | [] | no_license | lvniqi/STM32F4xx_DSP_StdPeriph_Lib_V1.3.0 | 1f83b88c33d5fa3a1ddebddc49d8b50263d49c6d | 44ca8109a9679aa408028299fcd259cc101f314c | refs/heads/master | 2021-01-10T07:38:47.295522 | 2015-10-28T16:51:57 | 2015-10-28T16:51:57 | 31,595,388 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,901 | c | /**
******************************************************************************
* @file RTC/RTC_TimeStamp/stm32f4xx_it.c
* @author MCD Application Team
* @version V1.3.0
* @date 13-November-2013
* @brief Main Interrupt Service Routines.
* This file provides template for all exception... | [
"lvniqi@gmail.com"
] | lvniqi@gmail.com |
22beded1d8f8e0786aaa07275fd61a747ac9b0ef | c80614aeba1cc4164116964c0bdd146320fdb1f5 | /test/valid/mutual_recursion.c | 30bdb191bc94a2a8f2c95d5a879bb88acfc1771d | [
"Apache-2.0"
] | permissive | hoangpq/crust | 507436ae89f3f01e8d7529ce28aa0fcb29866d59 | 7da5688d9d5c5e44809b22911e5ba22fcca7cba1 | refs/heads/master | 2020-05-05T13:09:11.720909 | 2019-04-08T01:54:10 | 2019-04-08T01:54:10 | 180,062,725 | 1 | 0 | Apache-2.0 | 2019-04-08T03:29:11 | 2019-04-08T03:29:11 | null | UTF-8 | C | false | false | 214 | c | int main() {
return foo(5);
}
int foo(int a) {
if (a <= 0) {
return a;
}
return a + bar(a - 1);
}
int bar(int b) {
if (b <= 0) {
return b;
}
return b + bar(b / 2);
}
| [
"waharaxn@gmail.com"
] | waharaxn@gmail.com |
e0904caf00db530b6c70b651e3ddbb44c4766230 | 0715947bc62b39a5a1d0049f2b159cf671c64997 | /user_process_kill/ci-hunter/ldasm.h | cb9c9224916810e19ac3036f5e9b1ba45ba6e1e9 | [] | no_license | sonwnja/kernel_delete_terminate | 12f9a28d1845a88d5781bee1dab96059392303de | 7bfb3402561a38dc78ca56220df6eeb4f8fb02e8 | refs/heads/main | 2022-12-28T08:43:04.962140 | 2020-10-12T02:14:35 | 2020-10-12T02:14:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 561 | h | #ifndef _LDASM_
#define _LDASM_
#include <stdint.h>
#define F_INVALID 0x01
#define F_PREFIX 0x02
#define F_REX 0x04
#define F_MODRM 0x08
#define F_SIB 0x10
#define F_DISP 0x20
#define F_IMM 0x40
#define F_RELATIVE 0x80
typedef struct _ldasm_data{
uint8_t flags;
uint8_t rex;
uint8_t modrm;
uint8... | [
"weixingyu@360.cn"
] | weixingyu@360.cn |
3d8c2b3b2205bfb1e9cb8e05cf5ab26b4df6b1b1 | 76e07d3e6c025251cfcdfb459dd2c8bffb8e5f2b | /BSP-3.14/local_src/common/ltp_guf_tests/testcases/v4l2capture/framebuffer.h | 0b12d4af28c0b55c0bff4b2ea9ab4aed51c7d492 | [
"MIT"
] | permissive | DYNA-instruments-open-source/eco-g45-linux-bsp | fdfab1baf13716222ecfeb5c365cf819b4b79cc5 | c465c1e89c086ca6d42056c90b9eb177e778c1e1 | refs/heads/master | 2021-01-10T23:14:02.413921 | 2016-10-31T09:10:47 | 2016-10-31T09:10:47 | 70,607,352 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,593 | h | /******************************************************************************/
/* Copyright (C) 2011 Garz & Fricke GmbH */
/* No use or disclosure of this information in any form without */
/* the written permission of the author */
/*****************************************************... | [
"johannes.lode@dynainstruments.com"
] | johannes.lode@dynainstruments.com |
faac40e934ea064e41aa0eb5545c4e4d830ff538 | 754da994f390b233a49f16e62b1e8ae8f73b745b | /rpi/main.c | e2bb50080aa0db4d5e8270945938d532e0e6f5bb | [] | no_license | zenhack/nosix | bf5803237d2f6689b6fe9eea1d6567527c8e8704 | 750f6875325ef1aa04a5719dcf14f8b224f837c0 | refs/heads/master | 2023-09-03T21:49:20.957772 | 2013-08-28T03:48:04 | 2013-08-28T03:48:04 | 12,327,479 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 21 | c |
void main(void) {
}
| [
"ian@zenhack.net"
] | ian@zenhack.net |
bb50ccfbf1b1d92091e4664c00635a86a5f36271 | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/MC/Acceptance/truth/CorrectionResults/S12S18_HistAcceptanceWeightingVsMomentum.C | 5313dd20c9f8a65ec0d202a6c2fd8b9d269ed72a | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,176 | c | void S12S18_HistAcceptanceWeightingVsMomentum()
{
//=========Macro generated from canvas: c/c
//========= (Wed May 4 12:58:04 2022) by ROOT version 6.24/06
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
c->SetHighLightColor(2);
c->Range(0,0,1,1);
c->SetFillColor(0);
c->SetBorderMode(0);
c->SetBorde... | [
"samuel.grant94@gmail.com"
] | samuel.grant94@gmail.com |
47169fecfc4136000ab846c4691e552b9ecd38ef | ae3f0e25bbbe1f646ae170c4bca029c101cd7dd6 | /weather_station/fb_app_ws.h | 5cb88d29958e69f06956d9caad1a90f5af0b56f0 | [] | no_license | proj2012/software-incubation | ba97073db457200fe84f364e7a7bca0d63daf98d | ec0be2bad5a3821f64d2ac96ac297dcc8dd02481 | refs/heads/master | 2020-06-13T15:53:19.340033 | 2017-02-14T21:03:11 | 2017-02-14T21:03:11 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 2,689 | h | /*
* __________ ________________ __ _______
* / ____/ __ \/ ____/ ____/ __ )/ / / / ___/
* / /_ / /_/ / __/ / __/ / __ / / / /\__ \
* / __/ / _, _/ /___/ /___/ /_/ / /_/ /___/ /
* /_/ /_/ |_/_____/_____/_____/\____//____/
*
* Copyright (c) 2013 And... | [
"service@krieger-elektro.de"
] | service@krieger-elektro.de |
225abe9f754ef9f66ef388fb9e0f390aec822680 | c8cb6e273dd396be7ff00976e59ce55d9c132439 | /822 - Exame/822 - Exame.c | e398b2f18e766b74d24860d5b9969b8930ce5f93 | [] | no_license | The-Vitruvians/Reaper | e7cc915bbd819e9cd74e06ca81d2599a4a2d70ee | cfb1f552c87ccf4fcbea24c9b7a076227d8ee9bc | refs/heads/master | 2020-03-10T19:54:56.033721 | 2018-04-14T22:23:34 | 2018-04-14T22:23:34 | 128,146,140 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 190 | c | #include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
int main() {
int D, P, U, N;
scanf("%d %d %d %d", &D, &P, &U, &N);
printf("%d", D+U+N);
return 0;
} | [
"felipekdra@gmail.com"
] | felipekdra@gmail.com |
c9026d9a9dab1dc3debfe88f8c6716f5f4cf35cc | 3d018912dbf4ebd229aa42e06ec58e733aac75eb | /fy3/d/fy/npc/scavenger.c | 91574ce3be19ccf4f6e25ca0ef648a09c3989b44 | [] | no_license | 15831944/FengYun2020 | 93fd7657a5d924e975771c6da83e3baca8c70795 | 81c0551fad5a77084df80165d45892717d2b7c28 | refs/heads/main | 2023-03-17T20:59:26.566095 | 2021-01-02T20:06:59 | 2021-01-02T20:06:59 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,383 | c | // scavenger.c
inherit NPC;
void create()
{
set_name("收破烂的", ({ "scavenger" }) );
set("gender", "男性" );
set("age", 47);
set("long", "这个人不但自己收破烂,身上也穿得破烂不堪。\n");
set("combat_exp", 10);
set_temp("kf_tufei",47);
set("pursuer", 1);
set("str", 27);
set("force", 30);
set("max_force", 30);
... | [
"yunchunnan@qq.com"
] | yunchunnan@qq.com |
7bb20d5d0c8620c008c2a380dfe357b0a9ccc3c2 | be3d7c318d79cd33d306aba58a1159147cac91fd | /modules/hyperfun/src/hfcylinderx.c | 1c56e1e7a0eab3719d13b0f58c6b42ebd114a49a | [] | no_license | knicos/Cadence | 827149b53bb3e92fe532b0ad4234b7d0de11ca43 | 7e1e1cf1bae664f77afce63407b61c7b2b0a4fff | refs/heads/master | 2020-05-29T13:19:07.595099 | 2011-10-31T13:05:48 | 2011-10-31T13:05:48 | 1,238,039 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,271 | c | /*==============================================================================
Copyright 1998, 1999 Valery Adzhiev, Alexander Pasko, Ken Yoshikawa
Copyright 2003-2004 Benjamin Schmitt
This Work or file is part of the greater total Work, software or group of
files named HyperFun Polygonizer.
HyperFun Polygoni... | [
"nick@viglab-14.(none)"
] | nick@viglab-14.(none) |
55ffc243c807559f15cfad20ff43c00e44f6e278 | 5f456d162db494ae0fa76294e7f435aaa2ca4a68 | /libMachO/Core/Memory/memory_object.h | 92e50581e3169abff079206c28cd1435f4179033 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | iT0ny/MachO-Kit | 6032238837b8c7cce7ff92774450473ebc79c0be | 74c9fd3f128deaa24ad52941408b9511da149d69 | refs/heads/master | 2021-01-17T22:07:16.831423 | 2015-02-09T04:29:43 | 2015-02-09T04:29:43 | 30,690,259 | 1 | 0 | null | 2015-02-12T07:06:30 | 2015-02-12T07:06:30 | null | UTF-8 | C | false | false | 7,213 | h | //----------------------------------------------------------------------------//
//|
//| MachOKit - A Lightweight Mach-O Parsing Library
//! @file memory_object.h
//!
//! @author D.V.
//! @copyright Copyright (c) 2014-2015 D.V. All rights reserved.
//|
//| Permission is hereby granted, free of ch... | [
"devin.vaukz@gmail.com"
] | devin.vaukz@gmail.com |
4285971eaea59b97c224c489fd0e7e0c1f1db54c | fd24fefa199630d6db15ee63181ee08660ca756a | /srcs/my_puthexamaj.c | 4b468269cdd5943b903eedab83bf8526b8b3c130 | [] | no_license | Srywards/MatchStick | 347d8b04317b9742003a7c4ea96ab36aee2179b3 | 4c39f769c6ff54fa6faf783d1a59789e38f5dfb7 | refs/heads/master | 2021-09-15T02:47:39.333387 | 2018-05-24T12:51:56 | 2018-05-24T12:51:56 | 119,555,140 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 571 | c | /*
** my_put_nbr.c for my_put_nbr in /home/da-pur_c/rendu/Piscine_C_J03
**
** Made by Clément DA PURIFICACAO
** Login <da-pur_c@epitech.net>
**
** Started on Tue Oct 6 13:24:09 2015 Clément DA PURIFICACAO
** Last update Mon Nov 21 14:58:48 2016 Clem Da
*/
#include "my.h"
void my_hexamaj(int nb)
{
int res;
i... | [
"noreply@github.com"
] | Srywards.noreply@github.com |
fe37d688ed3d82be84b5095b5f44aac46141cb66 | a364f5e25e4ec3563c2a6e366069488786927948 | /sys/dev/pci/pciidereg.h | 84b31f66b7bc1ca1781804818659d85a9d8d39b6 | [] | no_license | noud/mouse-bsd | b044db5ba4085794b94ea729eb4148e1c86d73b5 | a16ee9b253dbd25c931216ef9be36611fb847411 | refs/heads/main | 2023-02-24T06:22:20.517329 | 2020-08-25T20:21:40 | 2020-08-25T20:21:40 | 334,500,331 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,320 | h | /* $NetBSD: pciidereg.h,v 1.4 1999/02/02 16:14:00 bouyer Exp $ */
/*
* Copyright (c) 1998 Christopher G. Demetriou. 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 ... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
1e08fc584c01de727cfde16d4d83ee6b0a74404e | a29cf1ddb29ff32c8782dbac1561d158e3a5118f | /ip/cmd_for/f5.c | 6a1b4fa394976ebfe00f2dd4f94e23c896bd7ab1 | [] | no_license | mariocesarf/PastaLeane | 9cdf0b0a27b7c734dd2a04570876023aa49e8cd9 | c86eb4f325e794c0677f2be508dc57981551e587 | refs/heads/master | 2023-06-06T23:20:28.193681 | 2021-07-04T21:48:26 | 2021-07-04T21:48:26 | 382,953,766 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 906 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
int numero;
int pares = 0, impares = 0;
int soma_pares = 0, soma_impares = 0, soma_arit = 0;
float media_pares = 0, media_impares = 0, media_arit = 0;
printf("Digite 10 numeros inteiros:\n");
for (int i = 0; i < 10; i++)
{
scanf("%d", &numero... | [
"mario@pop-os.localdomain"
] | mario@pop-os.localdomain |
f376131d94cdfbfb5b2b54becf07de50be35f54c | 0f2e08cbbef0c05c70518df8cad012b5eb5e02b3 | /MC/lng1.h | 0afaabedba075689546efe5cc801ea4e52e0cf76 | [] | no_license | FTCr/sie-elf | fc216ee25dbaa0aebe4cf072b3d778a4d378bc6c | ad9d69759692aeb1c9b731c2e3498a942f4e6b34 | refs/heads/master | 2021-01-22T10:14:58.588076 | 2013-10-25T09:29:04 | 2013-10-25T09:29:04 | 13,273,863 | 1 | 2 | null | null | null | null | WINDOWS-1251 | C | false | false | 11,399 | h | #ifndef _LNG_H
#define _LNG_H
#define psz_savestate "Запоминать последнее состояние"
#define psz_backexit "В корне панелей: назад = выход"
#define psz_sconchk "Двигать курсор при выделении"
#define psz_free_png "Чистить png-кеш после выхода"
#define psz_show_ext "Показывать расширения у файлов"
#define psz_g... | [
"fil@recursion.pro"
] | fil@recursion.pro |
0f41e7cb00cbf0bce867b6880a5f00c70554b24e | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/include/dt-bindings/usb/pd.h | 985f2bbd4d2458beb3973971f5e412d4ea950c9a | [
"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 | 3,458 | h | /* SPDX-License-Identifier: GPL-2.0 */
#ifndef __DT_POWER_DELIVERY_H
#define __DT_POWER_DELIVERY_H
/* Power delivery Power Data Object definitions */
#define PDO_TYPE_FIXED 0
#define PDO_TYPE_BATT 1
#define PDO_TYPE_VAR 2
#define PDO_TYPE_APDO 3
#define PDO_TYPE_SHIFT 30
#define PDO_TYPE_MASK 0x3
#define PDO_T... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
0d8c1dda33c9ac89c0d1ceb286ed16e57bb0c398 | 633fa19397dd46a58b39c2240c68e2bee70148b2 | /attic/chooser-fu/beaglequery.h | 0e7e82c1502220fefb6698f9100f5ccfd3985181 | [] | no_license | joeshaw/beagle | 660e25604d9faea8c4caccc9fe4cd2dc12573ecd | 67306ce5bb971ed147f263ba8104e5ba8062a899 | refs/heads/master | 2021-01-25T12:13:22.987962 | 2011-02-15T03:22:20 | 2011-02-18T04:54:06 | 190,418 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,035 | h | /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* beaglequery.h
*
* Copyright (C) 2004 Novell, 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 the Free Software Founda... | [
"trow@src.gnome.org"
] | trow@src.gnome.org |
e5649599a46dd8ac37f46ab375731609ae0cddf9 | 15b587300d806308731d398262b17883e7bbcab7 | /Proiect_CAL.X/asw_FollowDir.c | 0b4d21779f88755e1e03f7c2816e626d901e360d | [] | no_license | TheodoraG/CAL_2019TG | 6c1cd6d156996d639caa91fc3b7cd07596b30120 | 6e21c4134472eb945cf0999b890ab148aeda2133 | refs/heads/master | 2022-05-06T09:52:44.595027 | 2022-03-10T14:58:01 | 2022-03-10T14:58:01 | 220,296,833 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,051 | c | #include "asw_FollowDir.h"
#include "asw_lineFoll.h"
#include"asw_move.h"
void followDir()
{ //move_forward(T_F16 speed2)(T_F16 speed2)
/*
if(asw_getLineFollowerVal()==0b100000)
move_direction(65);
else
if(asw_getLineFollowerVal()==0b000000)
move(0);
else
if(... | [
"theodoragaiceanu98@gmail.com"
] | theodoragaiceanu98@gmail.com |
fe61e1adad565338ee1104259bc1074742fe43c6 | 0744dcc5394cebf57ebcba343747af6871b67017 | /os/arch/arm/src/s5j/sss/isp_custom.h | b2016493fdd40d7076f53bb3ce66db4c331a57d6 | [
"GPL-1.0-or-later",
"BSD-3-Clause",
"ISC",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive",
"Apache-2.0"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C | false | false | 29,642 | h | /*!
* @file isp_custom.h
* @brief Headerfile : util functions to support memset, memcpy, memcmp
* @author joohwani.kim
* @version v0.1 : 2017.8.24 Init. release version
*/
#ifndef ISP_CUSTOM_H_
#define ISP_CUSTOM_H_
#include "isp_oid.h"
#include "isp_define.h"
// Secure Storage
#define SECU... | [
"sh924.chang@samsung.com"
] | sh924.chang@samsung.com |
259335d4afada461c345339f3e892df6c7fd7da2 | 9d9e4088862468b4ff8baf38431e603b101c02ef | /3D RUN/3DRun/Classes/Native/mscorlib_System_Reflection_MonoProperty_Getter_2_gen.h | 062fb22cdff9b80151f2c55be1c5c05af4243ff4 | [] | no_license | jmh6672/Run_3D | 22ca1ba59b8d7fe567df3781a31b80b28788e3aa | f72d30ce5ffbe493020a92b105a59c0fe348f747 | refs/heads/master | 2021-09-14T00:17:56.572759 | 2018-02-13T08:59:05 | 2018-02-13T08:59:05 | 115,467,966 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 452 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Object
struct Object_t;
// System.IAsyncResult
struct IAsyncResult_t73;
// System.AsyncCallback
struct AsyncCallback_t74;
#include "mscorlib_System_MulticastDelegate.h"
//... | [
""
] | |
1182b152dd964988852a9b356308aec7ef6e8cf9 | c369112ef0c35ba28b6ecc495a3168d5518ac367 | /Magic/include/test2.h | 79198fd7b721135a3b3f6311bbb2dc985fcf4df5 | [] | no_license | windwing2016/MyMagic | b38ba547f5b19d323a26a69a34cea8b50c2b9824 | 1e799bfd7ec0e061564f6103a96b3514851a19c3 | refs/heads/master | 2021-01-10T02:18:46.723331 | 2016-03-24T13:30:33 | 2016-03-24T13:30:33 | 49,501,915 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 46 | h | #ifndef TEST2
#define TEST2
#endif // TEST2
| [
"78356388@qq.com"
] | 78356388@qq.com |
bf4a1e43beb71710f56c949d04c6ae4ae9e07989 | 2dad0794c2a35801d3cc4678ff7e595b3df3ccf3 | /src/remote-control/main/include/battery.h | 0adbb8ce4695a22dc61d188ed463b618359e554a | [
"MIT"
] | permissive | Marsu31/HomeAutomation-RemoteControl | ba544dbf60f711f3de0b4e1ea1087fe362f47102 | 4ff10daae5fbef2668d7238fcdc9180a7cfc1e0f | refs/heads/master | 2020-04-01T02:30:59.494289 | 2019-11-18T21:05:12 | 2019-11-18T21:05:12 | 152,782,258 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 270 | h | /*
* battery.h
*
* Created on: 11 nov. 2019
* Author: gabe
*/
#ifndef MAIN_INCLUDE_BATTERY_H_
#define MAIN_INCLUDE_BATTERY_H_
#include "freertos/FreeRTOS.h"
void init_battery();
BaseType_t init_battery_check_timer();
#endif /* MAIN_INCLUDE_BATTERY_H_ */
| [
"16478866+Marsu31@users.noreply.github.com"
] | 16478866+Marsu31@users.noreply.github.com |
950c8177ce95abbdb7079f93db103208cc731923 | 4ae150e065aa853efbc2e822aac534a72e75805a | /y.tab.h | 2e4528cfb8b50909d36bc84265db9fae284e5746 | [] | no_license | cstefann/lfachmwrk | 8b0c389198baf1d21d345384f6788730b9157f9b | ec927301cb25a573eea36611511e25d7875b6425 | refs/heads/master | 2022-04-01T07:54:52.380825 | 2020-01-06T13:29:58 | 2020-01-06T13:29:58 | 230,783,392 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,514 | h | /* A Bison parser, made by GNU Bison 3.5. */
/* Bison interface for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 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 publi... | [
"stefanchimu@gmail.com"
] | stefanchimu@gmail.com |
f3d2a8706666c090530ed3b52e524fba751f2310 | 441f1d69b8dc09d769645c670d20edeb78714c2b | /include/config.h | a81ecbc03e4fbdb7027859c6af9f8e1a27db133d | [
"NTP"
] | permissive | aosm/ntp | fa0f7d764793b112440b9159774721a3aca58938 | 4f74cd7e007a808da6e0e5a9ec7858ec82a37e53 | refs/heads/master | 2023-08-28T08:48:46.140856 | 2014-10-31T07:59:14 | 2014-10-31T07:59:14 | 8,970,226 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 35,711 | h | #include <TargetConditionals.h>
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
#define AC_APPLE_UNIVERSAL_BUILD 1
/* Is adjtime() accurate? */
/* #undef ADJTIME_IS_ACCURATE */
/* CHU... | [
"rasmus@dll.nu"
] | rasmus@dll.nu |
07007c12c42caaeb526c2cd2c429c1c6f491e12d | 4a6d75f6cbfd28a0713534326f3f55f91dd212ce | /trunk/human_reader/core/base_include.h | 0ad53d5100d33df646dc7f43c272fd372cdf069f | [] | no_license | BGCX261/zodiacdecoder-svn-to-git | e257ea7752f982304de34f7f8d8fe83a29762787 | 8bda82c29fb4c5ec613a0d9260301457d36821a3 | refs/heads/master | 2020-04-06T03:54:43.331552 | 2015-08-25T15:32:51 | 2015-08-25T15:32:51 | 42,317,683 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 337 | h | #ifndef __BASE_INCLUDE_H__
#define __BASE_INCLUDE_H__
// Switches
/// If INDEX_MANAGER_SAFE_RELEASE then CIndexManager class will safely release Indexes.
//#define INDEX_MANAGER_SAFE_RELEASE
#include <d3d9.h>
#include "logging.h"
typedef IDirect3DTexture9* TextureData;
typedef IDirect3DSurface9* Surfa... | [
"you@example.com"
] | you@example.com |
e77c63e83c50bd591758acbb0600cd0e39b3f411 | 2e0f6ef7193746f82f581b7ebf4540dcc29c78a6 | /c00/ex08/ft_print_combn.c | b8359f9b95139c0e483b26895ccf190614ca83f0 | [] | no_license | biotbs44/42seoul | 36b2dccbdf91afa4d05462954197449f8ac84a9d | 66b6d2734d459fbcfe2c867e1332273b1371d330 | refs/heads/master | 2023-08-03T17:35:40.240105 | 2021-09-19T12:44:47 | 2021-09-19T12:44:47 | 407,246,444 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,226 | c | #include <unistd.h>
void ft_print_combn_plus(char *str, int n);
void ft_print_combn_prior(char *str, int n);
void ft_print_combn_write(char *str, int n);
void ft_print_combn(int n)
{
char str[10];
int idx;
idx = 0;
while (idx < 10)
{
if (idx >= n)
str[idx++] = '\0';
else
str[idx++] = '0';
}
ft_print... | [
"jungyang@c2r7s7.42seoul.kr"
] | jungyang@c2r7s7.42seoul.kr |
c7556effddc580124f49c85fed6f1024856a89eb | 9c567ace0b7d6fc5d65dd1658ee733d17a8d6678 | /FreeRTOS实验6-3_FreeRTOS任务挂起与恢复实验/USER/stm32f4xx_it.c | fac899b7ad8ada30dfb42d04b965e50f5351766e | [] | no_license | sz189981/FreeRTOS_notes | c0293c6bcefdc19c352f978f484b0603125c6a44 | 4b2152589d6792bb492025cb9649044a8ad5e2f8 | refs/heads/master | 2021-12-03T01:30:06.787932 | 2018-05-18T10:08:32 | 2018-05-18T10:08:32 | 133,311,368 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,569 | c | /**
******************************************************************************
* @file Project/STM32F4xx_StdPeriph_Templates/stm32f4xx_it.c
* @author MCD Application Team
* @version V1.4.0
* @date 04-August-2014
* @brief Main Interrupt Service Routines.
* This file provides template... | [
"1144186818@qq.com"
] | 1144186818@qq.com |
d774a9da782db57edbbaae24d2800cc29722c78e | 6b340cc662f7be85c3dbc48f6d55dd349acd66b7 | /libraries/libwidget/Icon.c | d2c4a517a680520c346ace5cf317fcd8f9a4cdc2 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ozkxr/skift | 998e70755c7ea4f1cdcb78fdfbf5c15c325ec6b5 | 17ddd638492587a2a4af79f66840606e95027f32 | refs/heads/master | 2022-07-08T11:59:43.195695 | 2020-05-10T12:01:08 | 2020-05-10T12:01:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,333 | c | #include <libgraphic/Painter.h>
#include <libwidget/Icon.h>
#include <libwidget/IconCache.h>
#include <libwidget/Window.h>
void icon_paint(Icon *widget, Painter *painter, Rectangle rectangle)
{
__unused(rectangle);
if (widget->bitmap)
{
Rectangle destination = rectangle_center_within(bitmap_bound(... | [
"nicolas.van.bossuyt@gmail.com"
] | nicolas.van.bossuyt@gmail.com |
de8c16291addb0b84cbae2181fcec184beea9568 | 080368c3923a9dc6660de7186272304599b54e4b | /light.c | 8ba49174b2c8ce3c9992b4ec1c24ec01671107c4 | [] | no_license | Gauravjeetsingh/openGL_animation | b7001d4acd6b22ed43ceb1c2ebfacd1483d91026 | 7b9147d35fae1914d0fec2f3784d9bbf1228af83 | refs/heads/master | 2021-01-19T08:15:23.179483 | 2013-01-13T13:47:38 | 2013-01-13T13:47:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,691 | c | #include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glut.h>
static GLfloat spin = 0.0;
void init(void)
{
glClearColor (0.0, 0.0, 0.0, 0.0);
glShadeModel (GL_SMOOTH);
glEnable(GL_LIGHTING);
glEnable(GL_LIGHT0);
glEnable(GL_DEPTH_TEST);
}
void display(void)
{
GLfloat position[] = { 0.0, 0.0, 1.5, 1.0... | [
"gaurav.ishwerdas@gmail.com"
] | gaurav.ishwerdas@gmail.com |
2846b8316c0522088f86c2cb4f595c95dc9426db | 6e8f170e93938e3d83f50f536e4e6bb79ca4b409 | /ft_strdel.c | 9ee49ed37945a1938593c8f9f3dc7d0a48aad2d9 | [] | no_license | smtolo/Libft | 6e4ba67735d6c8739724ae6edf6e29619bf0363f | be8649767676dd77825fa214d84012e1a54b076e | refs/heads/master | 2020-04-01T14:04:55.705743 | 2019-03-04T13:08:01 | 2019-03-04T13:08:01 | 153,279,607 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 980 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strdel.c :+: :+: :+: ... | [
"noreply@github.com"
] | smtolo.noreply@github.com |
86f309deb9ee817244901b1e55e9fdbfa50c62a4 | 8d753bb8f19b5b1f526b0688d3cb199b396ed843 | /osp_sai_2.1.8/system/fea/lcm/lcmmsg/gen/LcChsmVcmStatusGetAck.h | d969e366420356d1ba0f269016482ced8ee15ce5 | [] | no_license | bonald/vim_cfg | f166e5ff650db9fa40b564d05dc5103552184db8 | 2fee6115caec25fd040188dda0cb922bfca1a55f | refs/heads/master | 2023-01-23T05:33:00.416311 | 2020-11-19T02:09:18 | 2020-11-19T02:09:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,014 | h | /*
* Generated by asn1c-0.9.20 (http://lionet.info/asn1c)
* From ASN.1 module "LCM"
* found in "../lcm.asn1"
*/
#ifndef _LcChsmVcmStatusGetAck_H_
#define _LcChsmVcmStatusGetAck_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NativeInteger.h>
#include <asn_SEQUENCE_OF.h>
#include... | [
"zhwwan@gmail.com"
] | zhwwan@gmail.com |
95a2f627ee960346dfa07284e4fe73aab53a95b3 | 9cd1adc7518c844d6ec7b46c5513d626bb7908ab | /cat.c | b694849f6bad5fdc5eb6da07902727ac843dca45 | [] | no_license | bhavyanarang/My-Shell | 01e1658156436dbb95dfe8b64b9afea6edeea3c3 | a8da293a0c9c07f03f360a9e6373b4083294416d | refs/heads/master | 2023-06-08T17:22:26.849052 | 2021-06-26T17:54:33 | 2021-06-26T17:54:33 | 306,064,204 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,725 | c | #include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <time.h>
char cwd[1000];
void callGetcwd(){
getcwd(cwd,sizeof(cwd));
if(cwd==NULL){
printf("getcwd() error\n");
}
}
int main(int argc, char const* arg[]){
char* token=arg[0];
char s... | [
"bhavya19462@iiitd.ac.in"
] | bhavya19462@iiitd.ac.in |
edf9b44d4dd1ab45769ca6ed2d50492628d91a32 | f918c2fd76fe7be79f7cea5f4b6f4d13ed99d42d | /1516/ME218C_airbot/uploads/4/8/8/0/48809657/accelerometermodule.h | 510320588255895eadb43a8a381e783267d26dd7 | [] | no_license | SPDLDaemon/spdldaemon.github.io | 38695982250bc3b8b3bc01ea49542e8342e09280 | 2b384ad7c809e2c25b1520549e54503a349c51ef | refs/heads/master | 2023-05-24T02:02:02.189281 | 2023-05-22T21:39:24 | 2023-05-22T21:39:24 | 49,853,977 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 305 | h | /*
* File: AccelerometerModule.h
* Author: jordanm1
*
* Created on May 15, 2016, 4:34 PM
*/
#ifndef ACCELEROMETERMODULE_H
#define ACCELEROMETERMODULE_H
void InitAccelerometer( void );
bool Accel_IOC_ISR(void);
void CheckForPair(void);
void IgnorePair(void);
#endif /* ACCELEROMETERMODULE_H */
| [
"lemon1324@gmail.com"
] | lemon1324@gmail.com |
fb128ed9c9eb5c35c544c9b08bf350615b2f6cb0 | 6432ffa0649947cdb0c2045a3a7b2b2bee27e8c2 | /d/qingcheng/npc/dizi.c | 8dc087903b399458360db2418620aed7d44376f6 | [] | no_license | MudRen/xkx100 | f2e314a542e459502e28f311cd9f20ee7f7c6f43 | dfca57e056460d7c0532a6e19a5e4add94a5588d | refs/heads/main | 2022-03-05T00:08:01.398338 | 2022-01-25T09:00:27 | 2022-01-25T09:00:27 | 313,971,845 | 6 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,086 | c | // dizi.c
inherit NPC;
//inherit F_SKILL;
void create()
{
set_name("青城弟子", ({ "qingcheng dizi", "dizi" }));
set("gender", "男性");
set("age", 20);
set("long", "他是「青城派」年轻一代弟子。\n");
set("combat_exp", 30000);
set("shen_type", -1);
set_skill("sword", 30);
set_skill("dodge", 30);
set_skill("parry", 30);
set_ski... | [
"freddy.chua@ey.com"
] | freddy.chua@ey.com |
117dda825a48231066761cb4eff283458106c694 | 1c6d58e5b2bbce4a457350302fa9845f43f076a2 | /C Programming/Homework 004/HWK 003 - Number game .c | d362ca82b8d26ac66949e1396ba36277aa51a909 | [] | no_license | Daviswww/Toys | fa8b481bf5106a0f984c6bfd5260f3ec55ccee1d | 680c260ebb8d385a3dbcdd985a447fd5d2b74f3b | refs/heads/master | 2022-07-21T03:35:41.590248 | 2020-01-11T11:04:02 | 2020-01-11T11:04:02 | 144,127,014 | 0 | 0 | null | 2022-06-22T00:05:19 | 2018-08-09T08:57:15 | Python | WINDOWS-1252 | C | false | false | 1,660 | c | // ½s;¹¡GDev C++
// ¤é´Á¡G2016/12/18
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#define SIZE 100
void random_array(int a[], int n) {
int i, j;
for (i = 0; i < n; i++) {
a[i] = rand() % n + 1;
for (j = 0; j < i; j++)
if (a[i] == a[j]) {
--i;
break; ... | [
"noreply@github.com"
] | Daviswww.noreply@github.com |
9f33a1a8e28a43e5d562f8b0398e077b4ebbf832 | c88abbd5fae09a847d67c0d58778693467c725fc | /memory.c | fb583422c67bf4599cb320fc8a51b105f9c85a44 | [] | no_license | cuibo10/my-practice | e212bbfcdca7edd566db5cccaac52e17aa30d307 | be147a512d0e588f04dfe0f8d4e48b707f7e8393 | refs/heads/master | 2020-03-21T02:30:41.309653 | 2015-11-19T16:21:55 | 2015-11-19T16:21:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,481 | c | /* =============================================================================
* Filename : memory.c
* Summary : handle of memory
* Compiler : gcc
*
* Version :
* Update :
* Date :
* Author :
* Org :
*
* History :
*
* ==================================================================... | [
"root@CentOS.(none)"
] | root@CentOS.(none) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.