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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
078a050a530c6c455a0e282e7e72f11c7000a751 | 8adab1e7c9a3db7906bb9f83b0e37d4abafdb50a | /keyboards/keebio/tukey/config.h | d298794f1f4f3a74516ecd944b1843f6423cd3b0 | [
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause",
"GPL-3.0-or-later",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"GPL-3.0-only"
] | permissive | fzf/qmk_toolbox | d7975c0d6af28c19957b57c6f5976ad9b8173c4d | 10d6b425bd24b45002555022baf16fb11254118b | refs/heads/master | 2022-09-05T11:51:53.952007 | 2020-06-03T09:31:26 | 2020-06-03T09:32:27 | 269,046,233 | 0 | 0 | MIT | 2020-06-03T09:30:37 | 2020-06-03T09:30:36 | null | UTF-8 | C | false | false | 1,688 | h | /*
Copyright 2019 Keebio
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will ... | [
"drashna@live.com"
] | drashna@live.com |
017fe9e28d1373e22e39b3344e6f84b5a4240422 | 16a76ee66d9b2f59c9beee4a4a0e104ce347e32a | /from_holdec/simple_float_ops/ia32_elf_gcc_O1/by_boomerang-ng.c | f482be4a161089616984e321a47a47cbef8a1200 | [] | no_license | rfalke/decompiler-subjects | 4cee3263fa9116285b4bc4b6373efd2e4efa925f | 7187fa93b285c32325826eecd0128e907a28809b | refs/heads/master | 2023-08-10T08:24:27.198393 | 2023-07-28T19:44:41 | 2023-07-28T19:44:41 | 3,725,678 | 41 | 12 | null | 2023-03-15T16:14:41 | 2012-03-15T06:01:36 | null | UTF-8 | C | false | false | 191 | c | int main(int argc, char *argv[]);
/** address: 0x0804874d */
int main(int argc, char *argv[])
{
printf("%zu %zu %zu %zu %zu\n");
printf("%zu %zu %zu\n", 0x8048832);
return 0;
}
| [
"i-git-stone@rf.risimo.net"
] | i-git-stone@rf.risimo.net |
ee9e84a15109e237f2aa39da6e56d6497587b204 | b8531a573b03c441e5f29d5002363547e148c16d | /Coursework/bin/Coursework_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/UnityEngine.AIModule_CodeGen.c | 304ee8a71d48df443c1884aef7680ac15fe1fac1 | [] | no_license | kingwaykingway/Programming-for-3D | 1c9f9ef4baf131738d45083689423d481eaaaaac | 1fd721ab217f674a603da74c30ae6c66b309e5f2 | refs/heads/master | 2023-02-11T14:23:56.206566 | 2021-01-13T18:33:24 | 2021-01-13T18:33:24 | 304,597,920 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,079 | c | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
// 0x00000001 System.Boolean UnityEngine.AI.NavMeshAgent::SetDestination(UnityEngine.Vector3)
extern void NavMeshAgent_S... | [
"1040123009@qq.com"
] | 1040123009@qq.com |
d534db2780780b17f3938e76884024779492aea5 | 175c018526d8f602ca2a86f1709c1296760fa1c9 | /chapter12/psum.c | 60dbc931d35692789d72b134510ea6f86e64384a | [] | no_license | irvingow/codeofcsapp | b05c1c335170b32e2266d081e957dbb06b0ae17b | ab45c2d0dc57b23178af65930bd2441667a36a78 | refs/heads/master | 2021-01-01T04:09:12.921781 | 2017-07-26T04:04:11 | 2017-07-26T04:04:11 | 97,132,982 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,364 | c | #include "csapp.h"
#define MAXTHREADS 32
void *sum(void *vargp);
//Global shared variables
long psum[MAXTHREADS]; //Partial sum computed by each thread
long nelems_per_thread; //Number of elements summed by each thread
int main(int argc, char **argv)
{
long i,nelems,log_nelems, nthreads, result = 0;
pthread_... | [
"lwj102153@gmail.com"
] | lwj102153@gmail.com |
1fa9d60ad6a80d2546548199b58ec8cb0a22b13c | 58be6a85b94c8950fe234cc5277ad5a1f2a3991a | /0x14-file_io/2-append_text_to_file.c | ed9daf5cd1d273406679cb50bc6b6a2fbb0a42d4 | [] | no_license | Spesandes/holbertonschool-low_level_programming | fad72397aecbb6c4c531c61ca32a475bee0c0a61 | 3957f61e76f37699830c536943e248b0b71027d1 | refs/heads/master | 2023-03-17T12:58:35.550698 | 2018-02-19T23:38:13 | 2018-02-19T23:38:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 694 | c | #include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
/**
* append_text_to_file - append text `text_content' to the end of
* file `filename'.
* @filename: name of the file to append to
* @text_content: content to append to `filename'
*
* Return: 1 on success, -1 if `write' or `open' ... | [
"andrew.birnberg@gmail.com"
] | andrew.birnberg@gmail.com |
ceea62f721ce80461b25b2f7b481bd9546e1054d | 3563c1163036088b140620ed8f9469ce25f6cf51 | /src/Rotations.c | ec3c389f53201e2ec528164cb22609e00106e244 | [] | no_license | jameshomunhoe/ClassTimeTabling | 2a3cc7ee806a78986a07af400ed79acdc816959a | a1afecabe7bee7efa49282357d9486c8ebac3fb6 | refs/heads/master | 2021-01-10T10:35:00.359461 | 2015-08-16T19:19:53 | 2015-08-16T19:19:53 | 36,047,140 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,876 | c | #include <stdio.h>
#include "Rotations.h"
#include "Node.h"
/**
* Important notes / information
*
* exampleFunction(Node **nodePtr)
* (**nodePtr).data //This is same
* (*nodePtr)->data //with this
*
* change root method
* *nodePtr=&node5;
*/
/**
* Name: leftRotate
* Input: Node **nodePtr (root node)
* Output: ... | [
"James_6318@hotmail.com"
] | James_6318@hotmail.com |
947fe692d1fc20fbf5eb0f316409cf8ce37774a5 | 9ea71071c49c2133fc05685a2daab105167ca95d | /exit.c | e81f65ccfc504ff0a26050939bcdcd5b810bb560 | [] | no_license | garouche/minishell | ca90ea49fc0cb9d2a417eb9838c3eda27bc4bf41 | 733a51372fa58b6e0c221582dbbc206394872780 | refs/heads/master | 2020-12-30T16:14:58.670868 | 2017-05-11T11:01:58 | 2017-05-11T11:01:58 | 90,968,923 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,049 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* exit.c :+: :+: :+: ... | [
"garouche@e2r8p16.42.fr"
] | garouche@e2r8p16.42.fr |
3e2d40aea0be1d573148d761bfc62de8388cc19f | 903c7911d56c1ed6219315cfb7102bb5b03e113e | /RandBGSub/MakeAsymEmptyNoBins.C | d75637edb300f16fab0da9bdeb2c21cfc79865f2 | [] | no_license | cmullen2/Histogrammer | 716a60b8b8b9ab097d1cd996d5e095cf43b712ad | 9bdcc901f4276dad82f42a9fabe7fa7aa062d785 | refs/heads/master | 2022-02-04T11:21:53.424847 | 2019-06-04T09:43:36 | 2019-06-04T09:43:36 | 126,019,117 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,929 | c | #include <stdlib.h>
//void MakeSigmaGraph(Double_t , Double_t,Double_t,Double_t,Int_t,TString);
void MakeSigmaGraph(vector<Double_t> sigma, vector<Double_t> error, vector<Double_t> plotVar, vector<Double_t> plotVarError, Int_t numBins, TString hTitle, TString hName );
void MakeAsymEmptyNoBins() {
// TFile *inf... | [
"c.mullen.2@research.gla.ac.uk"
] | c.mullen.2@research.gla.ac.uk |
54e61fd16c1648ee8988c1c7537e0a3ca1393565 | 24e3de2e9f9fc094943676e7c3fdd62b398d86dd | /mainBoard/BSP/delay.h | d007efcab36b0b456876e4fc3a360ff8040217d7 | [
"MIT"
] | permissive | shameal/testtttt | 736b848f86bd2e45f10fc2f12c31cbabf629a34d | 99e119fcc614050fca58e879dacd127c56da452d | refs/heads/master | 2021-01-20T22:58:59.671872 | 2017-08-30T18:28:47 | 2017-08-30T18:28:47 | 101,833,838 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 228 | h | #ifndef __DELAY_H__
#define __DELAY_H__
#include <stm32f4xx.h>
#include "main.h"
void delay_ms(unsigned int t);
void delay_us(unsigned int t);
void Delay_ms(unsigned int t);
void Delay_us(unsigned int t);
#endif
| [
"noreply@github.com"
] | shameal.noreply@github.com |
88ee8fb876f0018b0d9a92884a87509fdc40b6d6 | 6f4ffaddb114bb3e460474809db437a6a39c1b5b | /giraffez/src/buffer.h | 26ba87305ec8021c9b5bd3adde3efa93b6d82f15 | [
"Apache-2.0"
] | permissive | capitalone/giraffez | 4d07d29d38497bd0c341868a81d34ca13cf99a8a | e5e69cb8728f51fc3b3b45f0c140b39bd6d6f752 | refs/heads/master | 2023-08-14T23:31:11.184016 | 2021-11-17T19:10:38 | 2021-11-17T19:10:38 | 65,755,683 | 128 | 45 | Apache-2.0 | 2020-11-13T08:29:06 | 2016-08-15T18:37:20 | Python | UTF-8 | C | false | false | 1,066 | h | /*
* Copyright 2016 Capital One Services, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | [
"christopher.marshall@capitalone.com"
] | christopher.marshall@capitalone.com |
68dcffec7525250b6823bc2b22ce8116b9af851e | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/c-c++-common/cpp/pr58844-1.c | 2a2e277b0fcbc6a672ea813d3923a1bb4dd83409 | [
"Zlib",
"LicenseRef-scancode-public-domain",
"LGPL-2.1-only",
"FSFAP",
"LGPL-3.0-only",
"GPL-3.0-only",
"GPL-2.0-only",
"GCC-exception-3.1",
"LGPL-2.0-or-later"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 247 | c | /* PR preprocessor/58844 */
/* { dg-do compile } */
/* { dg-options "-ftrack-macro-expansion=0" } */
#define A x######x
int A = 1;
#define A x######x /* { dg-message "-:previous definition" } */
#define A x##x /* { dg-warning "-:redefined" } */
| [
"rink@rink.nu"
] | rink@rink.nu |
29d64b76c51b0ee8b321009702430c33204e7af8 | 9760944086e8dcbc68c3b693b5663ca9dbaed010 | /mem_checker/tests/test.c | d48c0140a05fa175404265936a7d97112c2fca33 | [] | no_license | Nomyo/memory_checker | 32ceebeaece7677d0229e75d83dc8881ae197e90 | 7873465fb9fc7e1fa85b989ed7cb3a1867ef3c1c | refs/heads/master | 2021-01-01T17:59:21.484281 | 2015-12-20T08:55:46 | 2015-12-20T08:55:46 | 98,214,650 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 491 | c | #include <stdio.h>
#include <sys/mman.h>
#include <stdint.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
int main()
{
void *addrp = malloc(1420);
void *addre = malloc(9999);
free(addre);
addre = realloc(NULL, 1000);
addre = realloc(addre, 0);
void *callocptr = calloc(10, 100);
free(callocp... | [
"kiaies_a@epita.fr"
] | kiaies_a@epita.fr |
2af26bd5aca97ab3fb5f3a63fa9543534c813917 | 1abdf5ae4b7b4fc4edfe2a1d232421a23f1c0911 | /srcs/lib/ft_printf/FSM/pf_fsm_conv_state.c | 06086f5d54f0c0af8077bffed4e6ec2252010f51 | [
"MIT"
] | permissive | merlijnve/corewar | 5e2de0b841411742c03cb840efa3dbb8ff9c39a8 | 6dffb280a88df1c88ceb69d200ac84fe6e6cbb7e | refs/heads/master | 2022-12-13T20:52:52.390961 | 2020-09-17T11:02:42 | 2020-09-17T11:02:42 | 273,017,497 | 2 | 4 | MIT | 2020-09-17T11:02:43 | 2020-06-17T15:55:00 | C | UTF-8 | C | false | false | 2,113 | c | /* ************************************************************************** */
/* */
/* ::::::::: ::::::::: */
/* pf_fsm_conv_state.c :+: :+: ... | [
"floris@noxbox.nl"
] | floris@noxbox.nl |
cf38c178a3bc4e7ccda44bf6cd765bf423cc73c6 | e99134242ad47894870bc85c27d5f036e2d470d8 | /MPLABX/web/serial2eth/firmware/src/config/pic32mz_ef_sk/peripheral/clk/plib_clk.c | c616fee0da1a34857dcdc4a8719e8385aa18ed4d | [] | no_license | krestnick/ponkin-prjs | 2618ff1974afe6f3cf474bc960d783c58b38003f | 6b586543aa4a32e76af515e3c4227b9538ae6d9a | refs/heads/master | 2022-11-29T07:04:36.066989 | 2020-08-11T12:18:52 | 2020-08-11T12:18:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,670 | c | /*******************************************************************************
SYS CLK Static Functions for Clock System Service
Company:
Microchip Technology Inc.
File Name:
plib_clk.c
Summary:
SYS CLK static function implementations for the Clock System Service.
Description:
The Clock ... | [
"18069317+dialtek@users.noreply.github.com"
] | 18069317+dialtek@users.noreply.github.com |
d1c8f548e12e593fd12a7a076fc17606f21bbb30 | 1544762b2d0ef4b6078adbb26183da36656a244e | /main.c | ae1b8f3368dcd6db485c2a8de9b439e5f72addbd | [] | no_license | N1Boldyrev/chaining_hashtable.c | ee03ea3044ed12170af3e38f3afb378bd9224226 | 767dc336ad1ffdb2b94e2bb7f79559ee068e36c7 | refs/heads/master | 2020-08-16T14:46:48.917320 | 2019-10-17T21:54:44 | 2019-10-17T21:54:44 | 215,513,930 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 410 | c | #include "chaining_hash_table.h"
//-------Example--------
int main()
{
Chaining_hashtable* table = CH_create(5,10,100);
CH_add(table,"first","hello");
CH_add(table,"second","world");
CH_add(table,"third","everyonone");
CH_delete_elem(table,"third");
printf("%s\n",CH_find(table,"first"));
printf("%s\n",CH_find(... | [
"n1boldyrev@yandex.ru"
] | n1boldyrev@yandex.ru |
0aebaeb9717f592d2362f5cd91a1e6b3bae5a9e6 | 8a39a5f82c963e9c80af134b9a4783d01d2822c6 | /kernel/RTOS/freeRTOSv5_4_2/Common/Full/flash.c | aec24628842d1854c4b13ef56d4a3a21653818d4 | [] | no_license | doukheeWon-gmail/EmbeddStudyProject | d9cfb986f3020d10513d2b2ec6bf34b6828e5ab5 | 6a211e93f27fa27351e43c6478d5c78075c5b2d9 | refs/heads/master | 2023-06-26T06:20:09.639784 | 2021-07-28T14:49:43 | 2021-07-28T14:49:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,267 | c | /*
FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation and modified by ... | [
"fain9301@yahoo.com"
] | fain9301@yahoo.com |
3f12f79353d28f63058a268fd4eefdc618c72927 | c8a8b998a0aba75df10bb08fcad6e152e56caadc | /TP1/funciones.c | bce6f8871723f75329c8aff08a3a3fb4dd0d13d8 | [] | no_license | nicomisfits/tp_laboratorio_1 | c6a95a9da792a9e43da38f1e3da1d67f72714ee5 | 12d882bcff9cb707e5af4ef0623477c08fc2552b | refs/heads/master | 2021-01-21T04:53:47.697550 | 2016-06-15T19:07:31 | 2016-06-15T19:07:31 | 54,406,830 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 962 | c | float Sum(float numb1, float numb2)//Implementacion de la suma (parametros actuales)
{
float sumResult;
sumResult = numb1 + numb2;
return sumResult;
}
float Rest(float numb1, float numb2)//Implementacion de la resta (parametros actuales)
{
float restResult;
restResult = numb1 - numb2;
return re... | [
"nicolas.lista2@gmail.com"
] | nicolas.lista2@gmail.com |
457ad94b08cdacf55186e655a55c761add98518b | 50deef70bc73f24f805896558840aa42cf81efca | /Programacion I/Miercoles 26-4/NerdFlix/funciones.h | be3ad15416c90c78cab2c9b282f566fee9e2515c | [] | no_license | tomasmattia/CursadaProgramacion | 94ef55cc7fc649a052bf0f33da4d9c7600d1b56a | d9053dc0a8556843a330a1427def9400d313f184 | refs/heads/master | 2021-01-22T22:57:22.029134 | 2017-09-26T14:22:28 | 2017-09-26T14:22:28 | 85,592,439 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,184 | h | typedef struct
{
int idSerie;
char titulo[20];
int temporadas;
char genero[20];
int estado;
} eSerie;
typedef struct
{
int idCliente;
char nombre[30];
int estado;
} eCliente;
typedef struct
{
int idCliente;
int idSerie;
} eClientes_Series;
typedef struc... | [
"noreply@github.com"
] | tomasmattia.noreply@github.com |
0e1ade3ffe821eb7fa632aab6b3100442e6af78f | f11081914224b3aa2433f67950a0b7f745cb56de | /aulas/PA com recursividade.c | a7a30a500db9db75f0b88c1b801a56b7a96ee8d5 | [] | no_license | JaymeAugusto/AlgoritmosSemestre2 | 01ffc39a9e183e1cb87f354a4502f31cec77a1ad | 68c96f79d945409fac38d8ad6546fddd81e371e3 | refs/heads/main | 2023-04-24T00:12:33.950771 | 2021-05-12T21:25:18 | 2021-05-12T21:25:18 | 366,856,999 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 402 | c | #include<stdio.h>
void pa (int a, int r, int n){
int i;
printf("[%d] ", a);
a += r;
n--;
if(n!=0) pa(a,r,n);
}
int main(){
int n, a, r, i, j;
printf("Digite quantas vezes deseja fazer a progressao: ");
scanf("%d",&n);
printf("\n Digite o primeiro numero da progressao: ");
scanf("%d",&a);
p... | [
"noreply@github.com"
] | JaymeAugusto.noreply@github.com |
025ae49339224780bc2e0ac4e1ee34359001bce6 | b028cb6d096e9b64c54bde01a5a38d21718d7ba3 | /Example/Pods/Headers/Private/Rubber/RBTableView.h | 88a0d616f92aa5e8b26906c0a6abe9f8697359b2 | [
"MIT"
] | permissive | paramaggarwal/Rubber | 70af93ec140b5010e6fd43ce994c88404745b778 | f11bdb806e6e5e93676e0a010f8b1aaf68cb76c0 | refs/heads/master | 2021-03-12T23:37:25.864226 | 2015-02-09T18:10:27 | 2015-02-09T18:10:27 | 30,139,229 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 57 | h | ../../../../../Classes/Components/TableView/RBTableView.h | [
"paramaggarwal@gmail.com"
] | paramaggarwal@gmail.com |
f633b3fd873b58afa917bc25009a58b69b10e135 | 5cc2f5bb551b2fe6a0e5fb1d2e893d0e1dbce564 | /libfreerdp-sspi/NTLM/ntlm_message.c | b00be61fb673f8c6eef5b1ad95f446d9ae2da7ce | [
"Apache-2.0"
] | permissive | jsorg71/FreeRDP-A8 | f5d6bc00f64e53bc7c4bd913e2fc70c4d22f8756 | 20802a0e563f5e381bf79cf3c7873478b94be0a9 | refs/heads/master | 2021-01-18T19:40:16.307715 | 2012-10-08T18:29:56 | 2012-10-08T18:29:56 | 4,800,978 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 35,494 | c | /**
* FreeRDP: A Remote Desktop Protocol Implementation
* NTLM Security Package (Message)
*
* Copyright 2011-2012 Marc-Andre Moreau <marcandre.moreau@gmail.com>
*
* 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... | [
"marcandre.moreau@gmail.com"
] | marcandre.moreau@gmail.com |
f42b648d05347f8701f60f0b637240d80411d9fb | 8abaf0a9c0865af2115314227d7b1b61c8039c7e | /For Loops, Functions, Chars/Currency Converter/Currency Converter/main.c | 74adcfa8e806828b75a2871ea5b4df8343175a0c | [] | no_license | Ryandalion/C | 0bece540e82cbb5a41d77317dbfa3c65735109a3 | 549230e643a2c983b5398d700ecd2c8c747da28a | refs/heads/master | 2020-03-31T05:44:15.359825 | 2018-11-07T21:44:29 | 2018-11-07T21:44:29 | 151,957,142 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 661 | c | #define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
main()
{
const double YEN_PER_DOLLAR = 112.16;
const double EUROS_PER_DOLLAR = .86;
double number = 0;
double convertYen = 0;
double convertEuro = 0;
printf("Please enter the amount of USD you wish to convert: ");
scanf("%ld", &number);
convertYen = (YEN_P... | [
"yunr@oregonstate.edu"
] | yunr@oregonstate.edu |
cb6cf0c44bcbd737d52392a125f7be386f11341a | 35a8f3bcba4313885ca088b24cc6b2e51318f9f4 | /app/app/src/main/jni/SerialPort.c | c1d44c3af154450bd35f9b580eb180e955a829cd | [] | no_license | MrPady/app_serial | ed18922857718dafa407d6cd85292b15d6a4025a | f16a7c17183a97c8cd8710b18999a92fdec2db5f | refs/heads/master | 2020-03-15T05:33:03.445184 | 2018-05-03T12:20:29 | 2018-05-03T12:20:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,925 | c | #include <termios.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include <jni.h>
#include "com_keymantek_serialport_utils_SerialPort.h"
#include "android/log.h"
static const char *TAG="serial_port";
#define LOGI(fmt, args...) __android_log_print(ANDROID_LOG... | [
"mrpady001@gmail.com"
] | mrpady001@gmail.com |
2a5e3e9e4539634e3c41e08f6c59c7a4c2bbe8e3 | 7e269e9fdbeb17f2d93144945068f478056c9358 | /Chapter-21/09.c | 11ee09f9203072f571d288b032f0fd53a94b1472 | [] | no_license | wilhelmryan/BeginningCBookExercises | e3913c3c8278f7fae4d0a9ed8eb302e4cb5d1727 | fa6fc99a0b45d6475508287ea120f85edc887c81 | refs/heads/master | 2021-01-10T02:16:01.269176 | 2015-11-03T04:22:04 | 2015-11-03T04:22:04 | 45,439,092 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 628 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
int main()
{
time_t tictoc;
struct tm *today;
time(&tictoc);
today=localtime(&tictoc);
//printf("Today is %d:%d:%d\n",today->tm_hour,today->tm_min,today->tm_sec);
//PM measurement
if(today->tm_hour>12)
{
printf("It is %d... | [
"jhiscockwagner@yahoo.com"
] | jhiscockwagner@yahoo.com |
69f421c2d85a464bc2a650b221d47d3a06d04d36 | 0303903be55485c95358c2dd83e13fa1fcaa0784 | /2차원 배열.c | b7b58e72b8a02bc4d7e12db899e5c4a917b423e7 | [] | no_license | nasemY/coding | 06dd5a1a9371fcaaf24d138ac9b8c75c3fd86792 | 615dc9e4f5f211a644273909358c0abc45306e8f | refs/heads/master | 2020-09-15T17:33:42.304647 | 2020-05-23T02:57:23 | 2020-05-23T02:57:23 | 223,516,572 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 405 | c | #include <stdio.h>
int main() {
int arr[10];
int temp = 0;
for (int i = 0; i < 10; i++) {
scanf("%d", &arr[i]);
}
for (int i = 0; i < 10; i++){
for (int j = i + 1; j < 10; j++) {
if (arr[i] < arr[j]) {
int t = arr[i];
arr[i] = arr[j];
arr[j] = t;
}
};
}
for (int i =... | [
"noreply@github.com"
] | nasemY.noreply@github.com |
aba445d4920f877f5fce4aa24e1307f4d672ccb3 | 6a8ed8c2d302ddc5dca2108c14db97087b166ddb | /Code/parserSets.h | bd6af17f0e79f0c371831dfecb80e086afe54806 | [] | no_license | p-kar/Compiler-Project | eb6df8ce688423af4ca11a2c47ba8ace2c3efe32 | e787e6b87151c829f264584a7d7e8d85e0ec5b90 | refs/heads/master | 2020-04-10T22:43:39.691337 | 2016-04-22T12:02:45 | 2016-04-22T12:02:45 | 52,077,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,341 | h | /*
* @Author: Pratyush Kar (2013A7PS029P),
* Ayush Kataria (2013A7PS028P)
* @Email: f2013029@pilani.bits-pilani.ac.in,
* f2013028@pilani.bits-pilani.ac.in
* @Gp Number: 52
* @File Name: parserSets.h
* @Date: 2016-02-18 10:26:52
*/
#ifndef PARSERSETS_H
#define PARSERSETS_H
// #define... | [
"pratyush.kar@gmail.com"
] | pratyush.kar@gmail.com |
4a25e388069708aa54135d51c8821f6747e3495e | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/e021d438-7e71-4e8a-9ee0-8fffc4f5c1cd.c | 4b7d734d030234fc249d8a6b7e35c908f5c29d50 | [] | 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 | 608 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = i/j;
l = l-j;
l = l%j;
l = i-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[90];
int c[36... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
fd85fb6e0dc5801d13b9e17ec85a0d14d338c3f1 | 17dc34edf6527c4c42d2eb656d5b3965c6e1afd6 | /ledcol.c | f8f28f7389b9e5c432453d5002053873b38059a1 | [] | no_license | mattthebaker/ewall-firmware | acfb4dd86f4e3d4d764f45f5826edeb83f928426 | 45aae19f90a8c2aa94e6fa75c82fe7d22dbb2857 | refs/heads/master | 2021-01-10T20:23:09.899561 | 2013-03-27T22:05:30 | 2013-03-27T22:05:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,036 | c | #include <xc.h>
#include <string.h>
#include "ledcol.h"
#include "touch.h"
/*
To set up the SPI module for the Enhanced Buffer Master mode of operation:
1. If using interrupts:
a) Clear the SPIxIF bit in the respective IFS register.
b) Set the SPIxIE bit in the respective IEC register.
c) Write the SPIxI... | [
"matt.baker@mbientlab.com"
] | matt.baker@mbientlab.com |
92f05ad10bca6365cc213a8bc6c2229c1d8529fd | 413778fd06f2c3ef8abec471f28d002f50536df2 | /configs/idc/synaptics.idc | 37b5be97c770727ae21187fde47ee4444e7f3c47 | [] | no_license | Perferom/android_device_lge_p350 | 17b8f2ca3b5fecd388ff885bb119b5aa1800c70f | e98088ddbd89a0bc5aacb37ce80454b9cee95fd3 | HEAD | 2016-08-12T14:58:20.032410 | 2015-11-22T00:04:17 | 2015-11-22T00:04:17 | 46,639,318 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,709 | idc | # Copyright (C) 2010 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law ... | [
"hoder.john@gmail.com"
] | hoder.john@gmail.com |
84f173a0dcf8639c4f83032d22afedc1877d2da9 | 08f4bd7de206e6ca9df8ebac49960b971b66405a | /Graphics/Pixels/CompositionFast.h | 6b0769d3b422c527a2aa0842f1d8c2bedcf1bea9 | [] | no_license | SVatG/JupiterAndBeyond | 4581d3b26fe696a58a03d22cd0b76c5152e4e503 | 405dcfeed7528ba0975625f9a0cc7f29505d8df6 | refs/heads/master | 2020-12-15T17:14:20.044231 | 2020-01-21T20:59:49 | 2020-01-21T20:59:49 | 235,190,630 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,274 | h | #ifndef __PIXELS_COMPOSITION_FAST_H__
#define __PIXELS_COMPOSITION_FAST_H__
#include "Functions.h"
#if PixelAlphaBits
#define PixelLowBits ( \
(1<<PixelRedShift)| \
(1<<PixelGreenShift)| \
(1<<PixelBlueShift)| \
(1<<PixelAlphaShift) )
#define PixelAllButHighBits ( (Pixel)~(\
(1<<(PixelRedShift+PixelRedBits-1))|... | [
"lorenzd@gmail.com"
] | lorenzd@gmail.com |
6dc28c2fd8d27879e1e0286f69cf4f42b84cb644 | b1a1d81ab5438b80b0a7eaa44d805984e740d3f5 | /libfree_rdp/libfreerdp-locale/locale.c | bf0f269cc835ceda89ec09f04922b7479e25c699 | [
"Apache-2.0"
] | permissive | gleeda/RDP-Replay | eba29421b8ba4b401331c23b808c9a2ccdb8cace | 6339ef8e88d0ee101b533fab9230ad3b73b5870c | refs/heads/master | 2021-01-14T08:30:39.099379 | 2016-05-03T16:30:23 | 2016-05-03T16:30:23 | 57,902,314 | 1 | 1 | null | 2016-05-02T16:04:12 | 2016-05-02T16:04:12 | null | UTF-8 | C | false | false | 36,243 | c | /**
* FreeRDP: A Remote Desktop Protocol Implementation
* Microsoft Locales
*
* Copyright 2009-2012 Marc-Andre Moreau <marcandre.moreau@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the... | [
"steve.elliott@contextis.co.uk"
] | steve.elliott@contextis.co.uk |
557400d876a48fec059d31f8f1565b4eb375db31 | c481878e2bccfcb1396325287fb7e3eb2504b750 | /TWWeather/Classes/TWCommonHeader.h | 2ea4a8ee5beac900e5a57c400a47701771d80f80 | [] | no_license | tracetw/twweather | 3cc582e57d694f538eee0d59e9b14ce45b4979c7 | 796d2e5cdb2093e3a80f553944f4e31c3a08299d | refs/heads/master | 2020-12-29T02:07:27.660447 | 2014-09-27T17:38:29 | 2014-09-27T17:38:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,758 | h | //
// Copyright (c) Weizhong Yang (http://zonble.net)
// 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,... | [
"zonble@gmail.com"
] | zonble@gmail.com |
94e4e9f624b1e11b069c08e2d511098b06472cbc | f8aa6af09c86ea6723d56b1b55dde7fa09922c70 | /alumnos/4092/practicos/tp2/main.c | 19e2c4c2e718a4c782cf98afef1f21e4606abbfb | [] | no_license | anaquinpm/lab | 9eb497cfec7d371791bb48ea5aa742a0af93c1cf | 65a5b2541f3be08433d3780c89a7999b3947f634 | refs/heads/master | 2021-01-15T23:36:23.659596 | 2015-11-03T19:23:49 | 2015-11-03T19:23:49 | 33,779,305 | 1 | 0 | null | 2015-04-11T14:45:15 | 2015-04-11T14:45:15 | null | UTF-8 | C | false | false | 718 | c | #include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <ctype.h>
#include <string.h>
#include "funciones.h"
int main(int argc, char **argv){
int leido,pdesc1[2],pdesc2[2];
char buff[10000];
if(pipe(pdesc1) < 0){
perror("pipe1()");
return -1;
}
if(pipe(pdesc2) < 0){
perror("pipe2()");
return -1... | [
"franco22morosini@gmail.com"
] | franco22morosini@gmail.com |
ef1fca51fbaeeab8c18745da21477e120c049e03 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/arch/mips/boot/tools/relocs_32.c | 915bdc07f5eda7ef8989b7fcd37e807195ed7f6b | [
"Linux-syscall-note",
"GPL-2.0-only",
"BSD-2-Clause"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | C | false | false | 431 | c | #include "relocs.h"
#define ELF_BITS 32
#define ELF_MACHINE EM_MIPS
#define ELF_MACHINE_NAME "MIPS"
#define SHT_REL_TYPE SHT_REL
#define Elf_Rel ElfW(Rel)
#define ELF_CLASS ELFCLASS32
#define ELF_R_SYM(val) ELF32_R_SYM(val)
#define ELF_R_TYPE(val) ELF32_R_TYPE(val)
#define ELF_ST_TYPE(o) ELF32_ST_TYPE(o)
#de... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
e0159a4ed45c1bbadff37a09fd270496f7d4431f | a199c033ea36a6fc18125e9eeb2112aa300469bd | /src/todo_io/todocmd_output.c | e43398d5803afce01f3afb39fe33f0854ec3150b | [
"BSD-2-Clause"
] | permissive | cfolwell/todocmd | 784b4227d260ba1f595e268c3a94935a5941b67e | 04d806fa619c9ac5af887a0467e68db8d0e5fcb9 | refs/heads/master | 2021-01-23T02:59:26.780983 | 2013-12-24T00:52:42 | 2013-12-24T00:52:42 | 15,458,266 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,893 | c | #include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "include/todo_io/todocmd.h"
#include "include/debug/debug.h"
void todo_list_handler(cmd_obj *cmd)
{
switch(cmd->sub_command) {
case 'p':
priority_list(cmd);
break;
case 't':
tag_list(cmd);
break;
case 'd':
done_list(cmd);
brea... | [
"wmcallen@icloud.com"
] | wmcallen@icloud.com |
d572058eacfa46b0966feb577a87a423d6a4fec7 | 7e405c6486615be042d2b0ce4f746870ad0dd1aa | /src/DataTypes.h | 5e3dedb2e2980bba64557969bc51f5e7dda77370 | [] | no_license | isliulin/memorymanager | ed8a67ab7e7c912de9dda45984f4074f149f19ef | 945e08653bb9776c542236327b882181ff24aa8d | refs/heads/master | 2021-05-30T17:54:23.031827 | 2012-08-15T08:34:30 | 2012-08-15T08:34:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,255 | h | /*
Cross Platform Memory Manager v 1.0.0
Copyright (c) 2009-2010 Pradip (dotB) Bhattacharya
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3, 29 June 2007 of the Lice... | [
"pradip.bhattacharya@gmail.com"
] | pradip.bhattacharya@gmail.com |
38a7903bf358b857aaa5804b36d2f68c7e900e8e | a1446c3f95df2dfe097a9bd6b463767b00f18140 | /usr.sbin/bind/lib/dns/zone.c | 9e6dc435aa6ae8b36b7c0d596787e94f62ee3de8 | [
"ISC"
] | permissive | chrissicool/l4openbsd | e2fb756debc1c3bdc1c2da509fa228c25a3185e8 | 077177814444e08500e47bc2488502f11469bc60 | refs/heads/master | 2021-04-09T17:12:53.122136 | 2011-08-22T16:52:58 | 2011-08-22T16:52:58 | 1,706,491 | 18 | 4 | null | 2017-04-06T19:17:29 | 2011-05-05T14:08:03 | C | UTF-8 | C | false | false | 207,597 | c | /*
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permiss... | [
"cludwig@net.t-labs.tu-berlin.de"
] | cludwig@net.t-labs.tu-berlin.de |
65841d5cbde965bcaafbdbff6991f05789ce40d6 | d6afaba8a7c3cdfcae78fb2eabc8589b4512d241 | /package/load_break.c | 74517568cea4009dac8015b5426f685e63a9a3de | [] | no_license | lkiversonlk/netsimulator | 85df16bcd7a11d486912ec8a4596a2794dca057d | ae35ea7d11616839ba7b11bab914b2cc77a03726 | refs/heads/master | 2021-01-22T23:15:59.717083 | 2013-04-28T06:35:41 | 2013-04-28T06:35:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,768 | c | #include "commons/type.h"
#include "model/net.h"
#include "model/path_tree.h"
#include "statistic/dijkstra.h"
#include "statistic/betweenness.h"
#include "statistic/clusters.h"
#include "operator/attack.h"
#include "operator/connector.h"
#include "operator/lattice_guassi_connector.h"
#include "package/load_break.h"
#in... | [
"kliu@vmware.com"
] | kliu@vmware.com |
53416b2fc71a12e31794b3d77f54c90ea0ea0d4a | 85c6f2eaa44552e63895813d952b5090100506f8 | /Play020.c | dc8212cfc0a9eb19a2896ccbd3349e7a5622890c | [] | no_license | pragadeeshrock/pragadeesh | b4f963059b80dca66b90a4a8c08d610a06b9040c | 3c0f3623d3d82ca6e22b6f203d62437aec68b4b1 | refs/heads/master | 2020-04-17T11:06:50.835173 | 2019-04-01T10:49:50 | 2019-04-01T10:49:50 | 166,527,938 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 286 | c | #include <stdio.h>
#include<conio.h>
int main(void)
{
char str[50];
int i,n;
scanf("%s",str);
n=strlen(str);
for(i=0;i<n;i++)
{
str[i]=str[i]+3;
if(str[i]=='X')
str[i]='A';
if(str[i]=='Y')
str[i]='B';
if(str[i]=='Z')
str[i]='C';
}
printf("%s",str);
return 0;
}
| [
"noreply@github.com"
] | pragadeeshrock.noreply@github.com |
bea94c2f7bc31e23fffd2b78e0130675ce6313fd | 8a2b21ab53f0c66ceac3c25ede8aea7f4f9f79f0 | /HC32F460Temp_FreeRTOS/usb_lib/device_class/msc/usbd_msc_bot.c | 287771f9d3a7e324b78b88de5acbf4242645b415 | [] | no_license | SourceWolf/HC32F460_FreeRTOS | 3cb79bc2e715fb45cd163573a8e0cff34f1f8c87 | f2fd8e591fb263abbb13a17b4c36508ea2151557 | refs/heads/master | 2023-03-07T06:32:33.435187 | 2021-02-24T08:33:24 | 2021-02-24T08:33:24 | 197,676,821 | 10 | 6 | null | null | null | null | UTF-8 | C | false | false | 13,554 | c | /******************************************************************************
* Copyright (C) 2016, Huada Semiconductor Co.,Ltd. All rights reserved.
*
* This software is owned and published by:
* Huada Semiconductor Co.,Ltd ("HDSC").
*
* BY DOWNLOADING, INSTALLING OR USING THIS SOFTWARE, YOU AGREE TO BE BOUND
... | [
"snowwolf726@163.com"
] | snowwolf726@163.com |
53337c921bf954020ece327ebcd021e5eeffda52 | 6fa6be3e7dcb10d020209f7a73de393a1f24bd45 | /linux-3.4/drivers/gpu/drm/radeon/r600_hdmi.c | 0b59206714505e24aa329b8adc2e0fd0e7dbc8ad | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | okshall/v3s-linux-sdk | f9eb73a1e271ebf02320f98befabccdb6c462944 | 776196306198f14ec6f10c316950a81b7e417886 | refs/heads/master | 2021-07-07T11:44:34.667911 | 2021-01-22T04:43:38 | 2021-01-22T04:43:38 | 225,315,340 | 1 | 0 | Apache-2.0 | 2019-12-02T07:46:23 | 2019-12-02T07:46:22 | null | UTF-8 | C | false | false | 18,530 | c | /*
* Copyright 2008 Advanced Micro Devices, Inc.
* Copyright 2008 Red Hat Inc.
* Copyright 2009 Christian König.
*
* 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, ... | [
"yeashenlee@163.com"
] | yeashenlee@163.com |
9b5648a14be25428889bd28aa78ce37c9bc297c6 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14707/function14707_schedule_38/function14707_schedule_38_wrapper.h | a3139c96503f3d62c8c25773d8667d3345903112 | [] | 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 | 282 | h | #ifndef HALIDE__generated_function14707_schedule_38_h
#define HALIDE__generated_function14707_schedule_38_h
#include <tiramisu/utils.h>
#ifdef __cplusplus
extern "C" {
#endif
int function14707_schedule_38(halide_buffer_t *buf0);
#ifdef __cplusplus
} // extern "C"
#endif
#endif | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
9214ffa681c0cbf3775fb5704203c0f9c04e3e83 | 74ae047707c6a5f8ec5393853a8faa6725bc392a | /src/script/bizonetconsensus.h | 9f15b5317769108b6c8d5b0162752b29acf4075c | [
"MIT"
] | permissive | nguyenlinhit/bizonet | 1e5003bd8f0ab6726bb14ce9878d832f9e27e22c | 5b3302fbf769fb247bf15c6145d032f066a99985 | refs/heads/master | 2020-03-21T09:10:39.498567 | 2018-06-23T11:58:56 | 2018-06-23T11:58:56 | 138,386,016 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,407 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_BITCOINCONSENSUS_H
#define BITCOIN_BITCOINCONSENSUS_H
#if define... | [
"hoangtuboy95@gmail.com"
] | hoangtuboy95@gmail.com |
9d9a0be56c1d8fda3cc5a9c23f0fe1dc6a8ce45b | 4dd6b16f3d663f5c7d87b920bf79e0b0d5c84442 | /src/Lqtop24C/f24.c | 466e9d5d822bc65f33b110b38a27285188338c48 | [] | no_license | miguelwon/MEtop_S | 83a0f27f0b73a647198b40f16a1b072b0cdc37b9 | a7f201f813e397583f60925ee1949934f682b91b | refs/heads/master | 2021-03-12T21:48:07.503103 | 2014-04-22T14:48:35 | 2014-04-22T14:48:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,634 | c | /*******************************
* CalcHEP 3.2*
*******************************/
#include"num_out.h"
#include"num_in.h"
extern FNN F24_out;
static void C24(REAL * C)
{
REAL* V=va_out;
REAL S[11];
S[0]=V[20]*V[20];
S[1]=V[19]*V[19];
S[2]=V[8]*V[8... | [
"miguelwon@gmail.com"
] | miguelwon@gmail.com |
025ee3d12b9c314f02b335243c881033d0995ed5 | 96f59ddb23a55884e70e0a4b885a39b6c619bd3a | /tcp stack/cyclone_tcp/drivers/mac/am335x_eth_driver.c | 3f97f2e472dd24bcc66806ab696a63890c8294bb | [] | no_license | ubuntu11/FRDM-k66F-DAQ | ba40aea7598bdca511fe647fc4bc969984c3f0b6 | 733a94a133849ec18e9e4291023c0bcecbd295a8 | refs/heads/master | 2021-09-21T17:41:34.993435 | 2018-08-29T16:24:57 | 2018-08-29T16:24:57 | null | 0 | 0 | null | null | null | null | MacCentralEurope | C | false | false | 57,149 | c | /**
* @file am335x_eth_driver.c
* @brief Sitara AM335x Ethernet MAC controller
*
* @section License
*
* Copyright (C) 2010-2018 Oryx Embedded SARL. All rights reserved.
*
* This file is part of CycloneTCP Eval.
*
* This software is provided in source form for a short-term evaluation only. The
* evaluation li... | [
"chau-nm@Hotmail.com"
] | chau-nm@Hotmail.com |
5e4821673c7ac03321f223562587da8ea3f0f4b4 | a823f92b253b240659b823d3ffdc393e9950aa9e | /platform/mcu/sv6266/sdk/components/net/tcpip/lwip-1.4.0/src/api/api_lib.c | 1addf0b3d9ae0e3a5829e19c95df37dbf7d38c5e | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | icomm-semi/ali-smartliving-device-alios-things | 28ceb564d5239643ce49262704a69dddb93290e2 | 10d8eea8248e2f6053d0395590ced9ac7f044297 | refs/heads/rel_1.0.0 | 2020-08-16T07:44:24.505408 | 2019-09-04T16:34:22 | 2019-09-04T16:34:22 | 215,475,935 | 2 | 2 | Apache-2.0 | 2020-03-07T10:19:04 | 2019-10-16T06:42:13 | C | UTF-8 | C | false | false | 29,320 | c | /**
* @file
* Sequential API External module
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistr... | [
"qiheng.hc@alibaba-inc.com"
] | qiheng.hc@alibaba-inc.com |
0afa15bf0286e8a74d97310f4fc74c8fc279c80d | d5801248a12364008354d9f7490e5daa192f18e5 | /C/Basic/recursion/disjointClub2.c | df3724838738bfb3245d0565d0089d027b842f85 | [] | no_license | minghsu0107/workspace | dbcb10bf95fefe1540e59ce37abf42691b4d3cd8 | 742c0783b23f1845d61688e8c23d1b134145359d | refs/heads/master | 2022-09-28T03:44:40.320185 | 2022-08-12T08:24:07 | 2022-08-12T08:24:07 | 188,567,494 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 792 | c | #include <stdio.h>
int N, K, result[100];
unsigned long long club[100];
int find(int n, int collect, unsigned long long common)
{
if(collect == K) return 1;
for(int i = n; i < N && N - i >= K - collect; i++){
if((club[i] & common) == (unsigned long long)0) {
result[collect] = i;
... | [
"minghsu0107@gmail.com"
] | minghsu0107@gmail.com |
eae177d103d6668f747420b885b8c0cc746701ff | 4e7f7846041a2be7a5f7fb21584ee01b3edb1d9d | /0.17_advance_ibeacon/source/driver/lcd/TFT128.c | a42eb19764cd1c13bb56fb85f2ec086abb038f76 | [] | no_license | hack-fang/BLE-2640 | 1cd7ecd5e5ccaace1ee8fc11de3e4bebbc005779 | 4fab416eb65f02ff46a97f0a3931e5505494751a | refs/heads/master | 2020-08-30T05:00:43.022843 | 2019-10-28T12:06:45 | 2019-10-28T12:06:45 | 218,267,981 | 2 | 0 | null | 2019-10-29T11:08:51 | 2019-10-29T11:08:50 | null | GB18030 | C | false | false | 64,629 | c | /*
* Copyright (c) 2015, Ghostyu Co. Ltd.,
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice, th... | [
"404551308@qq.com"
] | 404551308@qq.com |
8544dbfdcb6f724f6b07770766829adde80459ff | 56ca74e5e50836e15fc5d1d4c25a17a45297de3f | /evolQCD.C | b444e583cc72561074daf796f8f442ce33bc33f2 | [] | no_license | qbuat/illustration_macros | 5541051cdaf3b8a14f1dca1236f6cbee137bf7e5 | 89e933e5b6572d86ba94818fb14ab75c3f3e2cad | refs/heads/master | 2020-12-25T17:29:47.936746 | 2016-08-24T13:27:48 | 2016-08-24T13:27:48 | 23,719,936 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 4,326 | c | #include "TMath.h"
#include "TCanvas.h"
#include "TF1.h"
#include "TAxis.h"
#include "TLine.h"
#include "TLatex.h"
double evolbeta(double x, double alpha, double beta, double mu2);
double qed(double* X, double* par);
double qcd(double* X, double* par);
double ew1(double* X, double* par);
double ew2(double* X, double* ... | [
"quentin.buat@cern.ch"
] | quentin.buat@cern.ch |
62b27dbd533d327ebbbb41c7bd728f46e5bd3d0f | 531630e7c8f1d30ac2988740893682a7e5878f38 | /Persistence/Studio_Persist.c | 32b812ad8483190bce1ddaa778072521b9addfc9 | [] | no_license | PdKingLiu/TTMS | 86fd1229545b89e97236b91079667e2836da7f04 | 15d6256f9c410941b914d0029d686f1cc8766584 | refs/heads/master | 2020-03-22T00:08:21.692745 | 2018-06-30T07:06:32 | 2018-06-30T07:06:32 | 139,226,452 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 2,917 | c | #include "Studio_Persist.h"
#include "../Service/Studio.h"
#include "../Common/list.h"
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
static const char STUDIO_DATA_FILE[] = "Studio.dat";
static const char STUDIO_DATA_TEMP_FILE[] = "StudioTmp.dat";
int Studio_Perst_Insert(const studio_t *data) {
assert(N... | [
"931942280@qq.com"
] | 931942280@qq.com |
0d1fa3a75393b3a5db2859e42edefc7bf5afb4ce | 04b95400909f85f5677734e56c30398df5f4c723 | /OpenGLMaths/OpenGLMaths/TextureLoader.h | 0607e54a5b500506249af0e4b9e7df7ede0e9786 | [] | no_license | Wykio/Quaternion | 6c6483a58b4fc0734f1158286a587e8eb6a2bc54 | e077d25574b56885aaf02faf328628869956c334 | refs/heads/master | 2022-01-21T22:05:27.021742 | 2019-07-17T11:47:07 | 2019-07-17T11:47:07 | 189,552,578 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 205 | h | #pragma once
#define GLEW_STATIC 1
#define STB_IMAGE_IMPLEMENTATION
#include <stdlib.h>
#include <glew.h>
#include <glfw3.h>
#include "GLShader.h"
GLuint LoadAndCreateTextureRGBA(const char *filename); | [
"antoine.thenevin@gmail.com"
] | antoine.thenevin@gmail.com |
697116735b94a75f5a5cb2586d79034323788a1d | a99a58d584058c72ce10c888e9f9a574d5c4dca6 | /benchmarks/reve_mergedHard/EQ_LoopMult20EQ_is_prime3/libA/new.c | 64aaf94468518c361b3e39ae26e1c5aae83d17ce | [] | no_license | CC24LIFE/CC2 | 6167a9a86c50c97f591a2b4e1fa3e4cd4f071ace | c2fed5c57fb351216ba4547d662477f6ae338bf0 | refs/heads/master | 2020-07-05T08:54:20.345988 | 2020-05-20T04:18:57 | 2020-05-20T04:18:57 | 202,597,952 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 630 | c | extern int __inlineCall(int);
int foo(int a, int b);
int clientmain(int x, int x_copy1)
{
int ret = 0;
if ((x >= 18) && (x < 22))
ret = __inlineCall(foo(x, 20));
int ret_copy1;
int primes_copy1[8] = {2, 3, 5, 7, 11, 13, 17, 19};
int done_copy1 = 0;
for (int i_copy1 = 0; i_copy1 < 8; i_copy1++)
{
... | [
"CC24LIFE@outlook.com"
] | CC24LIFE@outlook.com |
a63505b96da82484ed25c2aed6d39ac4ce14c483 | be30b07430c2599f3a02165754bca53f078889bf | /srcs/ft_powl.c | 1edebfb8bb0a1ca63b67caa5a14e1af0c4477e71 | [
"MIT"
] | permissive | clayne/open-libft | a4e9970782c4bf4c5edc25046a7e58a7bdb30725 | 0d5c29e87df222e95f89b9a8cd7d0e4abeda80b2 | refs/heads/master | 2023-08-15T13:59:54.456594 | 2021-10-11T13:37:37 | 2021-10-11T13:37:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,219 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_powl.c :+: :+: :+: ... | [
"jraleman@bendiburg.com"
] | jraleman@bendiburg.com |
024f105e651bfacb50129150a47ea88ca6148b61 | cfe69fc556729bdecf2118fa5bc329343c42ed80 | /10.0.10240.16384/ntoskrnl/Functions/sub_7FB4F4.c | 87481a8087347e98b8e7a02d6f9eafacac0db909 | [] | no_license | Myprivateclonelibrary/W10M_unedited-decomp | 8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a | 67b05851a3e262ff8a5d11ee50db34f28c350f16 | refs/heads/main | 2023-08-31T06:00:37.303105 | 2021-05-15T23:53:23 | 2021-05-15T23:53:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 60 | c | // sub_7FB4F4
void sub_7FB4F4()
{
JUMPOUT(0x72EFC2);
}
| [
"64583248+Empyreal96@users.noreply.github.com"
] | 64583248+Empyreal96@users.noreply.github.com |
26679c06d66357f5696297995b7129dead76f8a3 | 6f28c1657ad31c5c615fb4a7539cb909f505fa57 | /trunk/Source/Wwise/Plugin/AkSoundSeedWindFactory.h | e49d3eb94c4da1c785c00715e9169fafde671e1a | [] | no_license | BGCX067/falconfish-scd-svn-to-git | e094adcc2e9a922ba986ec367c101d489ab916ce | f4f9993dbbf4ac908f036e4bcd23b6710fe6b6bd | refs/heads/master | 2021-01-13T00:56:29.780363 | 2015-12-28T14:36:25 | 2015-12-28T14:36:25 | 48,872,900 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,377 | h | //////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2006 Audiokinetic Inc. / All Rights Reserved
//
//////////////////////////////////////////////////////////////////////
// AkSoundSeedWindFactory.h
/// \file
///! Plug-in unique ID and creation functions (hooks) necess... | [
"you@example.com"
] | you@example.com |
d1b789a8e54fa204e35b2e9733e98f0b2380d758 | ce0918c2474b842d0ce33a8d62d410e6a8981f3b | /src/nodes/bsdfnode.h | 15ebff917d4110ccc02e444ae038c668bfd901b1 | [
"MIT"
] | permissive | marouenes/c-ray | 8b05adc0668beeeb627952d35792f50842c9912b | c4fb05d7bd9ae18f9fd8b8ce57a9e64f0bd4b5f5 | refs/heads/master | 2023-04-19T04:54:23.989786 | 2021-05-07T14:11:40 | 2021-05-07T15:06:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 998 | h | //
// bsdfnode.h
// C-Ray
//
// Created by Valtteri Koskivuori on 29/11/2020.
// Copyright © 2020 Valtteri Koskivuori. All rights reserved.
//
#pragma once
#include "../datatypes/lightray.h"
#include "../utils/mempool.h"
#include "valuenode.h"
#include "vectornode.h"
#include "colornode.h"
#include "../datatypes/... | [
"vkoskiv@gmail.com"
] | vkoskiv@gmail.com |
6745e1b7ed08ae886c12684b797ebd63addbf74c | 439cde48d0ab99f38339e904a80331f09d460c9c | /example_c_atsamg55XplainedPRO_atmelStudio/src/ASF/common/components/crypto/atecc508/cryptoauthlib/lib/basic/atca_helpers.c | cf1ff63875afec06bcb2e1b40a98f53f011cc8ac | [] | no_license | exosite/example_c_atsamg55XplainedPRO_atmelStudio | 09b08e9eed9307dda102f6c03dbc7ccb0ddf32b6 | 458b30fdd799298426845a0a4721917cd6bdb6e2 | refs/heads/master | 2021-01-19T14:34:18.151208 | 2019-10-17T03:02:05 | 2019-10-17T03:02:05 | 88,173,908 | 1 | 0 | null | 2017-09-12T14:49:49 | 2017-04-13T14:29:33 | C | UTF-8 | C | false | false | 7,127 | c | /** \brief Helpers to support the CryptoAuthLib Basic API methods
*
* Copyright (c) 2017 Atmel Corporation. All rights reserved.
*
* \atmel_crypto_device_library_license_start
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modifica... | [
"miketilstra@exosite.com"
] | miketilstra@exosite.com |
f35c17c2394d135ce22e4f2f8c580bbe8158fe1a | ff5e7a4ed7f3688ea155785123c207f7bd554894 | /CardboardDemo_iosBuild/Classes/Native/System_System_Security_Cryptography_X509Certificates_X509Sto.h | d68e686a65d2ae2303c859828b3a757c3ac0445b | [] | no_license | VendorLisy09/CardboardDemo | b24c45b700bf1368425994d07de8dbc41a227d5d | 850ed8b3aed712b11e8387e2e930179fb2ee9671 | refs/heads/master | 2021-05-29T20:38:28.960540 | 2015-11-24T07:18:30 | 2015-11-24T07:18:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,685 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.String
struct String_t;
// System.Security.Cryptography.X509Certificates.X509Certificate2Collection
struct X509Certificate2Collection_t959;
// Mono.Security.X509.X509Store
s... | [
"suiyan.li@dena.com"
] | suiyan.li@dena.com |
d56fb4a96ac724f7b781868af227f98756eaea67 | 6bba0aa85853fd3dc937fbcbe324311c58242b58 | /testing/curl/tests/libtest/lib1501.c | a847c70d6dc83f51d4b2ec5afd699090fc5a312f | [
"Apache-2.0",
"curl"
] | permissive | PracticalMetal/Covid-Visualizer | ba361f00b147f7ab62cc85bf222d5ebf5e1c1e86 | 537d847faf2b2722b5b33eac9c4480324755a144 | refs/heads/main | 2023-06-16T16:48:41.685642 | 2021-07-09T13:54:37 | 2021-07-09T13:54:37 | 384,068,678 | 2 | 1 | Apache-2.0 | 2021-07-09T13:54:38 | 2021-07-08T09:18:07 | null | UTF-8 | C | false | false | 2,801 | c | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | [
"2pulkit2@gmail.com"
] | 2pulkit2@gmail.com |
83b6d6e2973c53e5fbd37d2de1a5800c9b82b605 | 92010f36627f7baaa22f5ca9cd020f9efdb5d020 | /lib/handler/fastcgi.c | b15745cbb78726f789dcb24028502e99dbc615e6 | [
"MIT"
] | permissive | Finyy/h2o | ce62051bda9d4b5f70f42ba3f2d8e0fb6a84ba04 | 05f5f4ed1353b2b4bc89aa4f79dd63fc1e2aa4f3 | refs/heads/master | 2020-12-24T21:37:33.330362 | 2015-08-17T00:56:13 | 2015-08-17T00:56:13 | 40,852,082 | 1 | 0 | null | 2015-08-17T01:03:28 | 2015-08-17T01:03:28 | null | UTF-8 | C | false | false | 33,175 | c | /*
* Copyright (c) 2015 DeNA Co., Ltd. Kazuho Oku
*
* 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, modify, ... | [
"kazuhooku@gmail.com"
] | kazuhooku@gmail.com |
49354665c715e2dc1192c17b8cd599be99d9d453 | d8bb909c659f9f6e497d24564ba925d3c2a45e54 | /package/fonstate/src/main.c | 49145d2f23a8c94192d93206659e840c0776d371 | [
"LicenseRef-scancode-bsd-1-clause-build",
"BSD-3-Clause"
] | permissive | cloud-hot/carrierwrt | 0b76bdca25c564ae40e0a2de5a4ea261944e8854 | 0b12325313437985515bd5d766a83eb2bba0d09a | refs/heads/master | 2020-12-07T15:38:36.580791 | 2014-11-15T09:09:01 | 2014-11-15T09:09:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,899 | c | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... | [
"157724595@163.com"
] | 157724595@163.com |
c81b45c45ef1f68667fa48d1d07f803344fcd424 | 576507416eefaf1f249616d8b2414479c5659d07 | /C-programs/Program on Loop/Program to display no.from 1 to 10.c | 4233b0e4b80e917522ad125811c744e89b812042 | [] | no_license | nehasutay/C-programs | ad833072670bf77c898a3b0b6db5964f0f02aeca | ee62e33312d90174188d3f0c7e75c8787ac7b113 | refs/heads/master | 2021-05-19T06:40:55.955839 | 2020-05-20T15:26:50 | 2020-05-20T15:26:50 | 251,513,490 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 180 | c | #include<stdio.h>
#include<conio.h>
void main()
{
int count;
count=1;
while(count<=10)
{
printf("%d\n",count);
count++;
}
getch();
}
| [
"noreply@github.com"
] | nehasutay.noreply@github.com |
f92f29db0e46e1bf1919a4544b02622ff7bff799 | 238e46a903cf7fac4f83fa8681094bf3c417d22d | /Code/ProjectTreeExtend/ProjectTreeExtendAPI.h | 2b12dc5ee5f008dd98695e15ac43cd84c7a36454 | [
"BSD-3-Clause"
] | permissive | baojunli/FastCAE | da1277f90e584084d461590a3699b941d8c4030b | a3f99f6402da564df87fcef30674ce5f44379962 | refs/heads/master | 2023-02-25T20:25:31.815729 | 2021-02-01T03:17:33 | 2021-02-01T03:17:33 | 268,390,180 | 1 | 0 | BSD-3-Clause | 2020-06-01T00:39:31 | 2020-06-01T00:39:31 | null | UTF-8 | C | false | false | 252 | h | #ifndef _PROJECTTREEEXTENDAPI_H_
#define _PROJECTTREEEXTENDAPI_H_
#include <QtCore/QtGlobal>
#if defined(PROJECTTREEEXTEND_API)
#define PROJECTTREEEXTENDAPI Q_DECL_EXPORT
#else
#define PROJECTTREEEXTENDAPI Q_DECL_IMPORT
#endif
#endif
| [
"l”ibaojunqd@foxmail.com“"
] | l”ibaojunqd@foxmail.com“ |
3e8f8f2a03060c8aaee10692ab589e7e8867d982 | 0b7dbe9a9c0c81f906f19c06850614d627870159 | /adb/adb.c | 5fbd79fbd1cdb6b34502493e4194f6add7bca922 | [
"Apache-2.0"
] | permissive | xuxiandi/AndroidADB1.31 | e06820820a255b2250d4052ea1da03445a52bc00 | 779b431801f6e2f6370520df40063a8dd33668b2 | refs/heads/master | 2016-09-05T22:08:45.215225 | 2013-08-07T06:44:48 | 2013-08-07T06:44:48 | 11,943,465 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 50,011 | c | /*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"xuxiandi@gmail.com"
] | xuxiandi@gmail.com |
0096c3a2ac43733138a8c9595be83ce589e0d531 | 21c09799d006ed6bede4123d57d6d54d977c0b63 | /fits_2018_10/PFNo10Dijet2017bgdeeple1b250Scan/fit_mjj_Full_PFNo10Dijet2017bgdeeple1b250.C | 980921f88081e09e18bb6a3ec322f955948925a4 | [] | no_license | corvettettt/DijetRootTreeAnalyzer | 68cb12e6b280957e1eb22c9842b0b9b30ae2c779 | e65624ffc105798209436fc80fb82e2c252c6344 | refs/heads/master | 2021-05-06T09:57:12.816787 | 2019-04-18T15:32:38 | 2019-04-18T15:32:38 | 114,043,763 | 1 | 0 | null | 2017-12-12T22:02:46 | 2017-12-12T22:02:46 | null | UTF-8 | C | false | false | 42,302 | c | void fit_mjj_Full_PFNo10Dijet2017bgdeeple1b250()
{
//=========Macro generated from canvas: c/c
//========= (Thu Dec 13 10:22:07 2018) by ROOT version6.02/05
TCanvas *c = new TCanvas("c", "c",0,0,600,700);
gStyle->SetOptStat(0);
gStyle->SetOptTitle(0);
c->SetHighLightColor(2);
c->Range(0,0,1,1);
c->Se... | [
"zhixing.wang@ttu.edu"
] | zhixing.wang@ttu.edu |
dac0cee7dd4d79c716877f4bdaeaad73aabcbaae | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/video/fbdev/sis/extr_init301.c_SiS_SetGroup1.c | fa29566902a317fa7af525f266ab6072007e10b9 | [] | 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 | 14,637 | 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 |
7703627b4a960290f3874cdfdbf2bde3708225d9 | 75030af9e7a7837b1056ef985362d7584894e46c | /520DetectCapital.c | e4f49437bdb4b39962a4867c80e3389ce6bb903a | [] | no_license | kjming/CPractice | ce28f6d32f3b443f285597226f6bd2497c5761a5 | 60fb9b836215a76ba9f1f9a4959c46d08ea7b1bc | refs/heads/master | 2021-01-01T16:45:43.220372 | 2017-08-01T15:47:02 | 2017-08-01T15:47:02 | 97,910,404 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 533 | c | #include <stdio.h>
#include <ctype.h>
int main() {
char *word = "Aaa";
if(isupper(word[1])==0) {
for(int i=2;i<strlen(word);i++) {
if(isupper(word[i])!=0) {
printf("%s","false");
return 0;
}
}
printf("%s","true");
}else {
... | [
"kjmingsss@gmail.com"
] | kjmingsss@gmail.com |
7c500a96125900f2535040a43b2f1a1f9da2c38e | 90d49d65583146cb13a382afac69ff693da0f132 | /codechef4.c | b93b9edca52a45c6eb347cb25736dcbf955051c6 | [] | no_license | srkprasad1995/files | 82768b538a9e180cc4908bff6174743a0f93a1c8 | 00983aa8439eec6158ab17d0bcbd29bf2a3239c3 | refs/heads/master | 2021-01-15T19:45:10.585486 | 2015-03-22T10:25:43 | 2015-03-22T10:25:43 | 32,670,902 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 290 | c | #include<stdio.h>
#include<stdlib.h>
int main()
{
int t;
scanf("%d",&t);
while(t--)
{
int n,a[1000001]={0};
scanf("%d",&n);
int i=1,k=0;
while(i<n)
{
a[k++]=i;
int temp=n/i;
i=n/temp + 1;
}
for(i=0;i<k;i++)
printf("%d ",a[i]);
printf("\n");
}
return 0;
}
| [
"srkprasad1995@gmail.com"
] | srkprasad1995@gmail.com |
7c112687bddba3d92f3a7a5a23d6364cf1279ce2 | 4a61ce1d9a69f1befd0b5aecbc86b10c22580b2f | /tests/titles_base.h | 3c60385ff8a5ab04f52d469736fdcd5ba7dfa265 | [
"BSD-2-Clause"
] | permissive | fernandotcl/btag | 521c18316ac6af0b7d8f122d95f81867e15ad005 | 6b5754a122bad3190662263f034425d6cdabde47 | refs/heads/master | 2023-08-02T14:26:06.943635 | 2019-04-04T18:42:55 | 2019-04-04T18:44:36 | 825,476 | 7 | 2 | BSD-2-Clause | 2020-12-05T20:11:07 | 2010-08-09T00:04:30 | C++ | UTF-8 | C | false | false | 331 | h | /*
* This file is part of btag.
*
* © 2012 Fernando Tarlá Cardoso Lemos
*
* Refer to the LICENSE file for licensing information.
*
*/
#ifndef TITLES_BASE_H
#define TITLES_BASE_H
#include "TitleCapitalizationFilter.h"
int run_title_capitalization_tests(TitleLocalizationHandler &handler, int argc, char **argv);... | [
"fernandotcl@gmail.com"
] | fernandotcl@gmail.com |
1a4c8eeb0f7f28a0dc4682cdfaab5220b4423293 | bbd6ebfd4056eff6c06473fe162f5d8706aa3ee3 | /base/ntos/ke/x86/pat.c | df6d7bf82e61cc47e0cfce61f4ff5ad98508398d | [] | no_license | ritikforreal/OpenNT | 7a50d1047b035bcb5f6a7423c9258022c8a6f30b | 2b57232d3f008b680b956ca41db1035c9dd19555 | refs/heads/master | 2022-12-21T07:52:55.961491 | 2020-10-01T17:43:58 | 2020-10-01T17:43:58 | 300,369,158 | 0 | 0 | null | 2020-10-01T17:42:56 | 2020-10-01T17:42:54 | null | UTF-8 | C | false | false | 9,439 | c | /*++
Copyright (c) 1997-8 Microsoft Corporation
Module Name:
pat.c
Abstract:
This module implements interfaces that set the Page Attribute
Table. These entry points only exist on x86 machines.
Author:
Shivnandan Kaushik (Intel Corp.)
Environment:
Kernel mode only.
Revis... | [
"stephanos@25b08885-a10d-5349-9d4d-ec2cc9e85ed4"
] | stephanos@25b08885-a10d-5349-9d4d-ec2cc9e85ed4 |
c59bae0cf9fe13875ee61ad4d0fea970c7ab96b5 | f81263688e9d9f49b1f1309af5547a30900be76f | /src/fast_half_life_mempool.c | d24ddf9af9617e957b617cbd7f967d3a4eb8e081 | [] | no_license | yylq/lolib | 546600d7e3643c4f3a068a6ed0bf2ca220a5cc0a | 8010730c00d7103c6454b8108938679a707375e0 | refs/heads/master | 2021-01-10T01:40:37.555081 | 2015-10-23T02:51:38 | 2015-10-23T02:51:38 | 44,786,563 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,772 | c | #include "fast_half_life_mempool.h"
#include "fast_queue.h"
#include <stdlib.h>
struct hl_mempool_s{
int max_size;
int min_size;
int element_size;
int free_size;
queue_t free_q;
};
typedef struct hl_mem_node_s{
queue_t q;
char ptr[0];
} hl_mem_... | [
"xa_lq@163.com"
] | xa_lq@163.com |
55389fb4ea2f752497e406b445e758fda84de995 | 966f7172f0d1638ca80dd219a91fd6bd400e64d7 | /src/particle.c | dc962798af1c4ec90631afeb28ac907d982ac208 | [
"MIT"
] | permissive | wphicks/night-adder | 74a8b51ce76298a9aa981d40b368f68685fe2343 | fc040659b8f26118cb265339a8404b096806466e | refs/heads/master | 2021-01-23T08:33:45.691151 | 2017-09-11T13:07:20 | 2017-09-11T13:07:20 | 102,532,189 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,031 | c | #include <stdlib.h>
#include "vector.h"
#include "particle.h"
void init_Particle(Particle * part, double mass, double radius, double restitution) {
double zero[VECDIM];
int i;
for (i=0; i < VECDIM; ++i) {
zero[i] = 0;
}
if(mass > 0) {
part->inv_mass = 1/mass;
} else {
part->inv_mass = 0;
}
... | [
"william.p.hicks@gmail.com"
] | william.p.hicks@gmail.com |
0fab1cfb297db3017c83b69d6188a21b6ef4d742 | e3706b7bb343deaf0fe59221de64f520a7260826 | /BasecampWorkspace/BSQ/bsq_eval/sv/srcs/char_to_nbr.c | 1e47333347e6fa24fd923d7206f065c78d731f21 | [] | 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 | 1,126 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* char_to_nbr.c :+: :+: :+: ... | [
"acastano@student.hive.fi"
] | acastano@student.hive.fi |
6ae04af40c474f13598aefdccedcfb918bf7ccb1 | d0cba41677f5defe05b0cf9ea4bf63e4f905a4ec | /SW/MK64/HEXIWEAR_MK64/code/SDK/platform/CMSIS/DSP/src/SupportFunctions/arm_fill_f32.c | 5246ba93c5c58dc475fb81998370cd06bd29a6e2 | [] | no_license | ErichStyger/HEXIWEAR | f1b5cc9e6f67c4779041374018447e616ad24e8c | 2e3724d40cd985f1feb16b807b7c33f707c9affd | refs/heads/master | 2021-01-21T00:56:48.436228 | 2017-02-12T10:49:16 | 2017-02-12T10:49:16 | 62,727,579 | 1 | 1 | null | 2016-07-06T14:31:20 | 2016-07-06T14:31:19 | null | UTF-8 | C | false | false | 3,852 | c | /* ----------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
* $Date: 31. July 2014
* $Revision: V1.4.4
*
* Project: CMSIS DSP Library
* Title: arm_fill_f32.c
*
* Description: Fills a constant value into a floating-point vector.
*
... | [
"lajka@lajkabaus.com"
] | lajka@lajkabaus.com |
5551c4336f4ca1e611ce17ea5588f5851d3c86db | 60009272df448bd916c22b8b16aadf2226840cb4 | /processTrees/Numeric_checker.c | f04d7203f495775745c9b46ad9cd0b9e44c5bbaf | [] | no_license | ctlong12/CSCI340-OperatingSystems | 9954490402318ba18a98bbd2d651e99d19fea3f4 | 8858182cd9526010c522067ca65a21bf219490c0 | refs/heads/master | 2021-02-13T19:33:53.024482 | 2020-04-29T23:22:32 | 2020-04-29T23:22:32 | 244,725,110 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 416 | c |
int check(char string[]){
int length = strlen(string);
//int test_i;
//printf("%d\n", length);
for(int walk = 0; walk <= length; walk++){
//test_i = isdigit(string[walk]);
//printf("walk: %d char: %c test_i: %d\n", walk, string[walk], test_i);
if(isdigit(string[walk]) == 0 &&... | [
"chandlertlong@gmail.com"
] | chandlertlong@gmail.com |
4728539b82ed05c036a68ef7168ba36d4204bdb7 | 70c2645aab2d095e71ad7b891361566cfe0cb6da | /VulnDB/FileSamples/xen/CVE-2013-2212/CVE-2013-2212_CWE-119_e81d0ac25464825b3828cff5dc9e8285612992c4_hvm.c_3.1_OLD.c | a24c6e029532b5df6be89f8b8a4deaf568ba3cb0 | [] | no_license | Raymiii/SCVDT | ee43c39720780e52d3de252c211fa5a7b4bd6dc2 | 0a30f2e59f45168407cb520e16479d53d7a8845b | refs/heads/main | 2023-05-30T20:00:52.723562 | 2021-06-21T05:24:20 | 2021-06-21T05:24:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 134,116 | c | /*
* hvm.c: Common hardware virtual machine abstractions.
*
* Copyright (c) 2004, Intel Corporation.
* Copyright (c) 2005, International Business Machines Corporation.
* Copyright (c) 2008, Citrix Systems, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and co... | [
"jiangchang@jiangchangdeMacBook-Pro.local"
] | jiangchang@jiangchangdeMacBook-Pro.local |
3850d44487704b86718a9a6b07604715c8dcdf10 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/FFmpeg-master/libavformat/mgsts.c.bak.c | e9e4be42f5b62acb7bb6750cf5ef693a66a16c92 | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,054 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*
* Metar Gear Solid: The Twin Snakes demuxer
* Copyright (c) 2012 Paul B Mahol
*
* 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 publ... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
f869967e34fe8c7263e7f4ab01cc1eaf3470026f | 71e5f96a29f5d643ab888b37677d38c33f8d765d | /d/standard/old/dump.c | fe7cdfeb3717317d02d4a2eebe663498a263ad64 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Cherno-SuS/SunderingShadows | 5f755fbebb79dc0b9d1c2a0541408be4afeb8b67 | c3b4370beb2c4351ecc60826850c94892a42b685 | refs/heads/main | 2023-04-21T09:52:14.580024 | 2021-03-23T12:09:55 | 2021-03-23T12:09:55 | 349,490,686 | 0 | 0 | NOASSERTION | 2021-03-23T12:09:56 | 2021-03-19T16:40:12 | null | UTF-8 | C | false | false | 1,839 | c | #include <std.h>
inherit ROOM;
void create() {
::create();
set_smell("default", "You nearly pass out from the stench of the place.");
set_smell("piles", "They smell of rotten elf food.");
set_smell("food", (: this_object(), "smell_food" :));
set_property("light", 3);
set("short", "Praxis dump"... | [
"law@shadowgate.org"
] | law@shadowgate.org |
0ecfe99dbc65ea4cd9709d335a73054fd86a54c7 | 7dc94f7bc444b27950dac2310ac6ae001afc050c | /parser.c | bff688c05a20395b7158c7eda556717296a7c063 | [] | no_license | Thurkuba/PR04B | 093b716f7de499fffee04b0353cf16712efc99c9 | 06aec65c17c4ea6daad2e95b0588c7c3803539d0 | refs/heads/master | 2020-03-19T05:27:24.078569 | 2018-06-03T22:32:18 | 2018-06-03T22:32:18 | 135,932,267 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,917 | c | /*******************************************************************************
* parser.c
*
******************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <ctype.h>
#include <assert.h>
#include <limits.h>
#in... | [
"arthur.kubagawa@gmail.com"
] | arthur.kubagawa@gmail.com |
45da625b243c60097b32b813e55a70cdcc7c7648 | 5cc073400455fee0a76d5a8988e1e81dfb8164a9 | /Sisop-TP/fuentes/prodcon.c | a33863b9ec0f9cca06ad80a5de5878bb322a2c61 | [] | no_license | lucianolev/laucha-tps | 086d905ee8b25b29245874ab7fd7b33f0ce6109a | 219534deef8ad904fbbe55e2c98f1b17faa85d62 | refs/heads/master | 2021-01-01T06:39:39.333892 | 2010-07-01T21:00:04 | 2010-07-01T21:00:04 | 32,223,728 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,567 | c | #include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#define BSIZE 10
typedef struct {
char buf[BSIZE];
pthread_mutex_t lock;
pthread_cond_t less;
pthread_cond_t more;
int nextin;
int nextout;
int occupied;
} buffer_t;
void consumer(buffer_t *... | [
"lucianolev@fa56611c-26b7-11de-b054-05e72bb6a586"
] | lucianolev@fa56611c-26b7-11de-b054-05e72bb6a586 |
ef5ff94777aadf48464d3553a5f9d5dcac9c9b91 | cefd6c17774b5c94240d57adccef57d9bba4a2e9 | /WebKit/Source/WebKit2/WebProcess/soup/WebKitSoupRequestGeneric.h | 5c5d3ad2d5116847c971d3d91c6ec5f77a544eb4 | [
"BSL-1.0"
] | permissive | adzhou/oragle | 9c054c25b24ff0a65cb9639bafd02aac2bcdce8b | 5442d418b87d0da161429ffa5cb83777e9b38e4d | refs/heads/master | 2022-11-01T05:04:59.368831 | 2014-03-12T15:50:08 | 2014-03-12T15:50:08 | 17,238,063 | 0 | 1 | BSL-1.0 | 2022-10-18T04:23:53 | 2014-02-27T05:39:44 | C++ | UTF-8 | C | false | false | 2,620 | h | /*
* Copyright (C) 2012 Igalia S.L.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library i... | [
"adzhou@hp.com"
] | adzhou@hp.com |
c6b6c8d6c24612c898104c8ce87fdb0d6e4ef2f8 | 2ef68f0318a7862c98912eb5c33391f5b9deed6f | /c6/list0616.c | 1d7e0b702b835126f879ebd27029ea1deab0cd20 | [] | no_license | xiaoyu97/c | c75cb7d55f59442386378fe168cefda29a6dc823 | a7a074d06dc0501665c92f343c6d5d30ee61aac4 | refs/heads/master | 2020-06-20T02:18:59.237171 | 2019-10-10T03:20:23 | 2019-10-10T03:20:23 | 196,957,193 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 186 | c | /*创建一个函数,在屏幕上显示出“你好。”并换行。*/
#include <stdio.h>
void hello(void) {
puts("你好。\n");
}
int main(void) {
hello();
return 0;
} | [
"edz@edzdeMacBook-Air-48.local"
] | edz@edzdeMacBook-Air-48.local |
265905b089736293f0a26f34375e1875ff5a445e | 598737b786a20889dc6acd468478baf4972535b3 | /src/sys/arch/x68k/dev/vsvar.h | cc028b4f88f73b456e21a6fca22c1dabf8bd0f3a | [] | no_license | shisa/shisa-netbsd | 5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da | 28d999d1c25107c126e0a458a97b9397aae592ef | refs/heads/master | 2021-01-01T05:33:32.619808 | 2008-05-26T04:27:54 | 2008-05-26T04:27:54 | 32,793,680 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 3,085 | h | /* $NetBSD: vsvar.h,v 1.6 2005/01/15 15:19:52 kent Exp $ */
/*
* Copyright (c) 2001 Tetsuya Isaki. 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 r... | [
"keiichi@mobilegravity.sfc.wide.ad.jp"
] | keiichi@mobilegravity.sfc.wide.ad.jp |
82759359cc5670894138d295d02c5b86b2e1516d | dd2ea43c1523905384fb04491642acdbe97fcc4c | /jni/game-libs/include/Stg.h | be966aaf164402b41b5cf1b3d2d122c577d3720e | [
"Zlib"
] | permissive | sseefried/android-build-game-apk | 084e24b9b635fe3d231310639ed1838bb6204207 | 80b21ca1cd8cf5b9b7d81afef943ac3c2c0f1387 | refs/heads/master | 2021-01-22T10:21:52.650440 | 2016-04-24T05:22:55 | 2016-04-24T05:22:55 | 55,753,162 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,394 | h | /* -----------------------------------------------------------------------------
*
* (c) The GHC Team, 1998-2009
*
* Top-level include file for everything required when compiling .hc
* code. NOTE: in .hc files, Stg.h must be included *before* any
* other headers, because we define some register variables which m... | [
"sean.seefried@gmail.com"
] | sean.seefried@gmail.com |
11f590179b6b73900caa8ddcdd7a30cebb1f4c48 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/992f64cc-4b59-47af-b007-ed2741276792.c | 08920731ea215da4926174178c6a895b4d1bfb38 | [] | 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 | 230 | c | #include <stdio.h>
int main() {
int i=0;
int j=124;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i%j;
l = l-j;
j = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,i);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
9718ab81419794c97db3d55be26e8db737a38ab1 | 276f5d5fa0f0a4fa9e76cae55be9d716dafcd9d3 | /Task 7/2019201417/my_malloc.c | 2d791b692995c4b067ab4788118af032fdb15a5a | [] | no_license | Menci/TuringAdvancedProgramming19A | 8a6dcce8b77f038172045d65629531de7908fb66 | e3ddd267c88fdb92c516cf18c7c10454b3ec64fc | refs/heads/master | 2020-07-30T16:11:38.237352 | 2020-01-05T10:12:18 | 2020-01-05T10:12:18 | 210,286,419 | 7 | 24 | null | 2020-01-05T10:13:22 | 2019-09-23T07:02:55 | C | UTF-8 | C | false | false | 267 | c | #ifdef COMPLETETIME
#include <malloc.h>
void *my_malloc(size_t size) {
void *tmp = malloc(size);
printf("malloc(%d) = %p\n", (int)size, tmp);
return tmp;
}
void my_free(void *tmp) {
free(tmp);
printf("free(%p)\n", tmp);
}
#endif
| [
"huanghaorui301@gmail.com"
] | huanghaorui301@gmail.com |
37ba4eb7bd9dc7d41c20714927b8acb47cb022d1 | f728b37d13fe62e8b82ae6306af40a2ccbde69b4 | /School/CPS 5965 - High Performance Computing/MPI_DEMOS/fire_serial/fire_serial.c | ddb7dcf2333aca8b8d2c258cf84ae9b466512d48 | [] | no_license | Kagemori/2019-2020 | a9e0d6ae949bf9f3596af6057de01a4adf43e2e1 | d93583407378a551a94e4ab484d7328a96f204e4 | refs/heads/master | 2022-09-26T19:32:54.365236 | 2020-05-31T21:59:24 | 2020-05-31T21:59:24 | 268,366,282 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,371 | c | /* fire.c
*/
#include <stdlib.h>
#include <time.h>
#include <stdio.h>
#include "fire_serial.h"
int main(int argc, char ** argv) {
// initial conditions and variable definitions
int forest_size=50;
double prob_spread;
double prob_min=0.0;
double prob_max=1.0;
double prob_step;
int **forest... | [
"noreply@github.com"
] | Kagemori.noreply@github.com |
eaa26ccc186d036144991a766a73143076c5b846 | ad8bc327ceee7192ec28e7b1ce67fa0e37609c8f | /Hooking/apihooktool/ApiHookTool/Example/SockHookFun/resource.h | 8e21c326fbefcbff84cdf0a146ceb82564d82cc0 | [] | no_license | davidliu88/project-reference | c0ef84013a555bbff17c6af118c3ee47065345c0 | 4517201662981daff6048ad6e6f651826ef47bae | refs/heads/master | 2021-05-29T10:36:03.686645 | 2015-06-19T07:18:33 | 2015-06-19T07:18:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 460 | h | //{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SockHookFun.rc
//
#define IDB_SIGN 102
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 103
#define _APS_N... | [
"fifywang@c70d4592-0c72-d7f1-dff9-b14fe6af4572"
] | fifywang@c70d4592-0c72-d7f1-dff9-b14fe6af4572 |
6c8a11bcb70cdbcb9e4ff661db01060b55a5771d | a1d31d7fe3274a0dcf10adf767801f03a6c683d4 | /codearena1/main.c | f00ac6ee84199030584e7d15ebceb372c0b5b3ba | [] | no_license | swarnali1498/Programs | d73bbc37f037c61979a464cc303281b0919d5f4b | c67bf5ee1f41b9d386555eac5b52c32de670317b | refs/heads/master | 2022-12-30T04:42:00.141682 | 2020-10-14T18:23:36 | 2020-10-14T18:23:36 | 304,057,965 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 588 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
#include<stdio.h>
#include<stdlib.h>
void main()
{
int t,i,k,l,cost,m,n,x1,y1,x2,y2,p;
scanf("%d %d",&m,&n);
if(n<1 || m>1000000)
return;
scanf("%d %d",&x1,&y1);
if(n<0 || m<0)
return;
scanf("%d %d",&x2,&y2);
if(x2>n-1 || y2>m-... | [
"swarnalidey1498@gmail.com"
] | swarnalidey1498@gmail.com |
91a3b09e0665bd96bba66bc8d0b4d33ea26c0ce7 | 18bd23572d518cc9cf2d4b800cdfd7eeb6bb86aa | /Queu_fuction/Queu.c | e6f411dba8c09b46610912014ade2cdb7f29dfd2 | [] | no_license | mimo56111/Group1-Zag | e6cc23a5f97adeae42950a915f0d0467325bcc43 | 75dc3c78c3c260aaf9bd99702bbb2440f1f1eb69 | refs/heads/master | 2022-11-24T14:37:50.498335 | 2020-07-29T16:11:23 | 2020-07-29T16:11:23 | 254,898,538 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 786 | c | #include <stdio.h>
#include "Queu.h"
#define SIZE 4
int queue[SIZE];
int counter=0,rear=0,front=0;
int is_queue_empty(){
int x;
if(counter==0){
x=1;
}else{
x=0;
}
return x;
}
int is_queue_full(){
int x;
if(counter==SIZE){
x=1;
}else{
x=0;
}
re... | [
"mahmoudayman20755@gmail.com"
] | mahmoudayman20755@gmail.com |
f5fbef296dcf010946c3a795229e262342312f86 | 197d1fc44d0f3389c13b3beaca2bcc1bfc4b10e1 | /include/command.h | cfe0c233dfaf12565ed550c4ab5260281a484dc6 | [] | no_license | choumin/sftt | 857dbefcb195419a7e51352bf681ed769164ee0f | 8aacd9daeff2a83292f5ee963f6b679ea184e17a | refs/heads/main | 2022-01-02T03:34:27.619251 | 2021-12-12T13:31:02 | 2021-12-12T13:31:02 | 196,097,320 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 950 | h | /*
* Copyright (C) 2020-2021 Min Zhou <zhoumin@bupt.cn>, all rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that... | [
"zhoumin@bupt.edu.cn"
] | zhoumin@bupt.edu.cn |
2c87e06c7071a7bfc085faf46cfa9e9e9bae844a | ac362bb8969d647cd219430bc71c831d894e531c | /bin/sh/var.c | d86b244fd148f191e48f28462d15ff70f27354a0 | [] | no_license | noud/mouse-bsd-4.0.1 | efb3b16fcc872ab227e6bb651cf1e836796a0804 | 4c0a1e08df407a759afac2d6a98507df94f5f814 | refs/heads/master | 2023-02-24T23:42:54.060718 | 2020-08-16T20:10:53 | 2020-08-16T20:10:53 | 334,536,412 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,790 | c | /* $NetBSD: var.c,v 1.37 2006/04/24 19:00:30 snj Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Kenneth Almquist.
*
* Redistribution and use in source and binary forms, with or witho... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
173b24343da45eae2a2dcb20c2e4550efe4556c8 | 2008701e81663b1b3c957742623b475742c81760 | /peripheral/nvm/processor/nvm_p32mz2048efg124.h | 2f84a5a5c20e7c3c48c84fa75641e0810075ae7e | [] | no_license | darsolano/PIC32MX | 4cec0c63b88241a6d3b8a4637ec2f1a976984468 | e6ec671f8b69f0f7ec8a573ac235ec3ff5f06da4 | refs/heads/master | 2022-11-12T19:16:26.762869 | 2020-06-26T07:03:00 | 2020-06-26T07:03:00 | 275,093,747 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,866 | h | /* Created by plibgen $Revision: 1.31 $ */
#ifndef _NVM_P32MZ2048EFG124_H
#define _NVM_P32MZ2048EFG124_H
/* Section 1 - Enumerate instances, define constants, VREGs */
#include <xc.h>
#include <stdbool.h>
#include "peripheral/peripheral_common_32bit.h"
/* Default definition used for all API dispatch functions */
#... | [
"darwin.solano@gmail.com"
] | darwin.solano@gmail.com |
015e0ff4136a28b0309a9aa55b182c41554e5409 | 5a147b16264bd194ab7e3f70a64eef162e2e84cf | /System/gpio.c | d67dfd960ed11df7b21e7139a003ff34d7a81156 | [] | no_license | sdbuehlmann/LeverBoard | 867f387904d6379c3b0f76eea8d396a3f5eadcf2 | aa246b696d83fa1631b2bf5b45abf4ccb4b4a385 | refs/heads/master | 2021-06-22T20:51:35.141612 | 2017-06-14T11:54:24 | 2017-06-14T11:54:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,600 | c | #include <avr/io.h>
#include "logger.h"
#define TRISTATE_INPUT 0
#define TRISTATE_OUTPUT 1
#define PORT_LEDS PORTA
#define TRISTATE_LEDS DDRA
#define PIN_LED0 1
#define PIN_LED1 2
#define PIN_LED2 3
#define PIN_LED3 4
#define PORT_POWER_LED PORTA
#define TRISTATE_POWER_LED DDRA
#define PIN_POWER_LED 0
#define PORT_... | [
"sdbuehlmann@gmail.com"
] | sdbuehlmann@gmail.com |
79dafd106f4a534f6aa83e9c34f5439248943816 | 0011dbb233c43daacee0c972346ca265d3126e35 | /fenbanchazhao.c | f3eff802f4af665ea6f61dbb357989207dd851d9 | [] | no_license | KangLingui/CountSort | a95dd47e65592afa223dee72ea7170f89c40cb75 | 5ef8edfba1c85c04ad447a18125ed4cbc85ab546 | refs/heads/master | 2022-07-27T21:37:58.169493 | 2020-05-13T14:36:37 | 2020-05-13T14:36:37 | 263,655,149 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 483 | c | #include<stdio.h>
#include<stdlib.h>
void charzhao(int arr[],int nlenght,int a)
{
int i;
int min = 0;
int max = 0;
int mad =(min+nlenght)/2;
while(arr[mad]!=a)
{
if(a>arr[mad])
{
min = mad;
mad = (min+nlenght)/2;
}else if(a<arr[mad])
{
max = mad;
mad = (min+max)/2;
}
else
{
printf(... | [
"2373418901@qq.com"
] | 2373418901@qq.com |
7b8564dead5a656db12242c5d52d25044cbb0b02 | ff3c1cfaf467867e79b44cbcd1469c6f21154ded | /system/hlibispv2505/DDKSource/CI/felix/driver_test/source/felix_main.c | c7b0c33a51cf7402651c0299dc2d437406db39ea | [] | no_license | trigrass2/buildroot-ltc | 6d493323c2b624727f26d9d38f21c02f78d661a9 | 31cf5593a5bb4de4608425886e93f4be628f87f4 | refs/heads/master | 2021-08-29T21:55:10.393171 | 2017-12-15T04:29:22 | 2017-12-15T04:29:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 79,456 | c | /**
*******************************************************************************
@file felix_main.c
@brief Command line parsing for the driver_test (test application of the CI
layer)
@copyright Imagination Technologies Ltd. All Rights Reserved.
@license Strictly Confidential.
No part of this software, eit... | [
"vigoss.sun@intchains.com"
] | vigoss.sun@intchains.com |
3a579bf090932176962db6685f2c1efd6931d21f | cafb86abf37ed86b2114034b2b956aa39e19b3ea | /c/dec_to_bin.c | 6b9f4608c0f2202275e96211de003ad675b575b1 | [] | no_license | Ashwin4RC/CollegeStuff | b8fb2122d313aeda5f5b37b93f332ee8973ebe83 | 054219de476b3cd125d5187d8b91648aac56864d | refs/heads/master | 2021-01-26T04:34:40.007743 | 2020-06-10T16:02:09 | 2020-06-10T16:02:09 | 243,310,539 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 280 | c | #include<stdio.h>
int main() {
int n,bin=0,i=1,j;
printf("Enter then decimal number to convert to binary: \t");
scanf("%d",&n);
for(j=n;j>0;j/=2) {
bin=bin+((n%2)*i);
i=i*10;
n/=2;
}
printf(" The binary equivalent is %d \n",bin);
} | [
"ashwin2001achu@gmail.com"
] | ashwin2001achu@gmail.com |
eb445d2c56003630bb14d84ad93a9c1d8b31a57e | 583f0d93fbfd72854a5a0284fc32c0d0cd11783a | /Hash_table_activity/hash.h | 194c18ac96631d78f874acb5b00c6d99f6765241 | [] | no_license | StephR547/CS_122 | 11c6abc2eef56f077a1eb296f80163828049b345 | e9e6271aec830930abcc5b88f80f558ebf0fd9b7 | refs/heads/main | 2023-03-09T00:08:50.266951 | 2021-02-24T01:04:51 | 2021-02-24T01:04:51 | 340,805,534 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 698 | h | #include <stdio.h>
#include <stdlib.h>
typedef struct element_node{
int key;
int value;
struct element_node *next;
}element_node;
typedef struct hash_table{
element_node **elements;
int size;
}hash_table;
int hash(hash_table table, int key);
void initialize(hash_table *table_p... | [
"steponme547@gmail.com"
] | steponme547@gmail.com |
f55ed8065069447438f766a05c3751016aa09a05 | c8e31e7ab2d9054ded341fc438bcc30f66c194a6 | /C.Operator/Conversion.Example/Length.Conversion/foottometer.c | 8421b87bb706f64a27ec374929a70cc5158eec7d | [] | no_license | rupali966/C-terrer-ending | 61805b044bae50f364e2f22357a4a2d5fa9b33bb | f30fcd0bdaa418679e382c5a4c2091e12338fb3f | refs/heads/master | 2023-04-01T06:56:07.608110 | 2021-04-06T19:30:46 | 2021-04-06T19:30:46 | 268,522,492 | 0 | 0 | null | 2020-06-07T06:53:34 | 2020-06-01T12:58:07 | C | UTF-8 | C | false | false | 660 | c | #include<stdio.h> // hare call the standed I/O library for Standerd I/O operation
int main() // hare is declare the main functiomn which return the int value
{
float meter, foot;
// hare is declare the variables
printf("Enter foot value to convert in meter : ");
// hare is say to user to getting the input from Conv... | [
"noreply@github.com"
] | rupali966.noreply@github.com |
f39882992f7e1d4cbbf80e277d59e6aad0668006 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /kernel/dev/acpi/acpica/tbxface.c | cbaad116b7873edd3c2822bb54af42cab512b763 | [
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 19,210 | c | /******************************************************************************
*
* Module Name: tbxface - ACPI table-oriented external interfaces
*
*****************************************************************************/
/******************************************************************************
*
* 1... | [
"rink@rink.nu"
] | rink@rink.nu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.