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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
99a09462c0dae0858c8e6045313e82961788e11a | 686794788d48ccd3c6cbb1670712809d3b9e0d84 | /projects/ft_ls/srcs/ft_print_files.c | 41283c8b3d97c29ec38e1fcf5a49cb7c4c14b561 | [] | no_license | hugohow/42-work | e40cc9a2e7f8baebb8ca10c03bd96878a94cfaef | a9e5a7a206d77c7c56d6ad78692b6557c46adf4d | refs/heads/master | 2023-01-12T18:45:27.721886 | 2019-12-28T09:21:04 | 2019-12-28T09:21:04 | 159,157,901 | 13 | 1 | null | 2023-01-03T18:57:01 | 2018-11-26T11:22:21 | C | UTF-8 | C | false | false | 4,451 | c | #include "ft_ls.h"
int get_level(char *path)
{
int level;
int i;
level = 0;
i = 0;
while (path[i])
{
if (path[i] == '/')
level++;
i++;
}
return (level);
}
int cmp_date_r(void *content1, void *content2)
{
t_file *file1;
t_file *file2;
file1 = (... | [
"hugohowchoong@gmail.com"
] | hugohowchoong@gmail.com |
24f997500d82ca2c367e85bf8b1ce59f2d2913ce | 75e66732585c4e36bcafc336bec35af97c0a9fd0 | /code/cudd-3.0.0/cudd/cudd.h | 295e7a99ea27d9d646eb80689bc9b45361c38892 | [] | no_license | davidfa71/Extending-Logic | 3fb7c9a608a82d61ec0f49b45398d0a76432f5a9 | 63ce01c9d4ab8a3604dcfcd6e85b714b6ef759bc | refs/heads/master | 2023-02-26T09:42:12.383247 | 2023-02-13T14:30:53 | 2023-02-13T14:30:53 | 238,250,271 | 1 | 3 | null | 2020-07-26T11:16:13 | 2020-02-04T16:21:33 | C | UTF-8 | C | false | false | 48,539 | h | /**
@file
@ingroup cudd
@brief The University of Colorado decision diagram package.
@details External functions and data strucures of the CUDD package.
<ul>
<li> To turn on the gathering of statistics, define DD_STATS.
<li> To turn on additional debugging code, define DD_DEBUG.
</ul>
@author Fabi... | [
"david@issi.uned.es"
] | david@issi.uned.es |
8172726f9d166dd939ed5739c14ff0b4dd41ac25 | 2ec2907cfa632e5d17cc623f67af7b586ed42088 | /czas_reakcji/main.c | b7d325aa60d3949a858406fe2083cd7d9337357c | [] | no_license | tomcio1205/projects_avr | 4fe87329e80a140279e611a0c85b4d29ec0331ab | 297b6bc2c8d499b51f18e73660cc98b5cba032df | refs/heads/master | 2021-01-10T02:43:11.050413 | 2015-12-20T19:16:04 | 2015-12-20T19:16:04 | 48,333,831 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,271 | c | /*
Naciśnij przycisk jak najszybciej po zapaleniu się diod LED.
Twój czas reakcji zostanie wypisany przez port szeregowy.
*/
// ------- Preambuła -------- //
#include <avr/io.h>
#include <util/delay.h>
#include <avr/interrupt.h>
#include "USART.h"
#include "support.h"
static inline void initTimer1(void) {
... | [
"tomekrajzer@gmail.com"
] | tomekrajzer@gmail.com |
ae340e88fb9ee13cb96f90ae571733e3a9406793 | 7409346c60b75473ec1fae7b6c0e99f4e9dadd45 | /arch/mips/include/pcpu.h | fbb3e3ea33f100d1c2515aceb3e8e629778038f6 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | bukinr/mdepx | 1b8d9eb59601f004bacbd98156326ef4de7dfce6 | 4d972445d1483e476db0b396db27005f9f2c3a02 | refs/heads/master | 2020-03-20T13:42:53.517082 | 2019-12-21T15:30:48 | 2019-12-21T15:30:48 | 137,464,189 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,191 | h | /*-
* Copyright (c) 2019 Ruslan Bukin <br@bsdpad.com>
* 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, thi... | [
"br@bsdpad.com"
] | br@bsdpad.com |
1b73ca6c0fa5fb35e97e6d9afc12b80a382b68be | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /third_party/libxml/src/globals.c | 20b430880ab7270f62712bc185607f53bd23dae7 | [
"MIT",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C | false | false | 29,772 | c | /*
* globals.c: definition and handling of the set of global variables
* of the library
*
* The bottom of this file is automatically generated by build_glob.py
* based on the description file global.data
*
* See Copyright for the status of this software.
*
* Gary Pennington <Gary.Pennington@uk.sun.c... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
cc0afa26e60913c0df436c304bf7a82a9b2a27a5 | 3da06f0bf9dc5113be7bcb1a9812fcf4c93d0c1d | /rotate/aux.c | 7d0fd964c7b5790978f376ddcc272f5a20bcea9a | [] | no_license | alsmd/game_concepts | e1fd6d21f19d3d8b3673dd3af8df7eca6270af95 | f337a9e9d29bef95abcd4e41cfa65120337aba6a | refs/heads/master | 2023-08-01T06:13:54.899119 | 2021-09-27T17:18:16 | 2021-09-27T17:18:16 | 409,363,524 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,072 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* aux.c :+: :+: :+: ... | [
"dangerveneta@gmail.com"
] | dangerveneta@gmail.com |
e95f9aa5902940c75f27d5f05b6ec79d1b80dfae | 96a42d71bf008be6eb982760e91d3bba41dfbcec | /gen/windows/kin/slrt/src/R_BaseRotX_src.h | 20a741a516e1ecf41d273ca3bd666fd94441642f | [
"BSD-3-Clause"
] | permissive | wateryi/Cassie_StateEstimation | 3d39ab18679971941bf1e01ad89bb92cfe3c35e6 | cb308d8befd410873bbd6d1dae4335de4919a42d | refs/heads/master | 2020-05-19T02:03:37.848072 | 2019-04-29T18:15:40 | 2019-04-29T18:15:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 333 | h | /*
* Automatically Generated from Mathematica.
* Mon 29 Apr 2019 13:19:15 GMT-04:00
*/
#ifndef R_BASEROTX_SRC_H
#define R_BASEROTX_SRC_H
#ifdef MATLAB_MEX_FILE
#include <tmwtypes.h>
#else
#include "rtwtypes.h"
#endif
void R_BaseRotX_src(double *p_output1, const double *var1);
#endif
/* R_BASERO... | [
"m.ross.hartley@gmail.com"
] | m.ross.hartley@gmail.com |
c2fe04bd46d7469889a4c9e2039722ccbb069cc2 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/drivers/storage/port/scsi/miniport/mylex/dac960/dac960p.h | 7ad1ff7cc508f2c980c20cc15de4bd3848b7e5da | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 7,022 | h | /*****************************************************************************
* *
* COPYRIGHT (C) Mylex Corporation 1992-1995 *
* This software is furnished under a license and may be used and copied *
* only in accordance with the terms and conditions of such license *
* and wi... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
1d104dbe53d101644814c92e0d549a273d776f62 | fdf1387d5eaadc5155511b6aeecdbe29c0ac3b44 | /board/board.h | 487e7c19e470c5babf46a4ccc49400d951fc595e | [
"MIT"
] | permissive | xstupi00/Morse-Code-Encoder | a7f65e1a3ea4c15da713dad179ab48ff93949286 | 1464e9391c684c1784cb7e0e648ff3897156932d | refs/heads/master | 2023-07-09T18:02:31.899180 | 2021-08-13T12:00:29 | 2021-08-13T12:00:29 | 162,502,167 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,292 | h | /*
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* Copyright 2016-2017 NXP
*
* 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,... | [
"xstupi00@github.com"
] | xstupi00@github.com |
5ee3094df70c6cb60489c9fe47ba809d1a93ab00 | a687b62f8530b40783b85d9e793c0b9e260698ae | /02- MCAL/11- FPEC/FPEC_interface.h | 74874db302832910c59f547241dba36d075d5509 | [] | no_license | Abnaby/STM32F103_Drivers | 1d75e97d21bd472bccdc8b1a70d794adbef34996 | a0b60dfaa7783fbf4c58646d11fb1649563d3405 | refs/heads/master | 2023-05-25T20:06:57.749876 | 2021-06-09T18:13:16 | 2021-06-09T18:13:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,862 | h | /****************************************************************************
* Title : FPEC
* Filename : FPEC_interface.h
* Author : Mohamed Hafez
* Origin Date : 13/10/2020
* Version : 1.0.0
* Compiler : TODO: COMPIL... | [
"noreply@github.com"
] | Abnaby.noreply@github.com |
c9bb8a97b941f4245371d6c4c2873b80bb6aed52 | 5ea497d16acbd8d426e1a167923075581311373b | /src/tss.c | efb7be92b7f10638d1af383647fd53fbbbf74265 | [] | no_license | JoacoHerreraG/TP3-Orga-2 | 1a317cd0337535c5f962e39027d70ef5ba2b0c8b | aa284bb28269c90295329962ce8cb217e8e576e4 | refs/heads/master | 2023-01-06T23:16:58.479513 | 2020-10-29T23:45:01 | 2020-10-29T23:45:01 | 308,445,337 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,839 | c | /* ** por compatibilidad se omiten tildes **
================================================================================
TRABAJO PRACTICO 3 - System Programming - ORGANIZACION DE COMPUTADOR II - FCEN
================================================================================
definicion de estructuras para ... | [
"joaco_hg@hotmail.com"
] | joaco_hg@hotmail.com |
d27ab779c39fbb3500041ac765f3820ed322880b | fa78118d8dbf60b2ee35efa2722b34e746225834 | /Temp/StagingArea/Data/il2cppOutput/t3394170884.h | a4dd1be4845c20174f25ff0a4b2281a6e6f534e2 | [] | no_license | nsbingham/unity-roll-a-ball | 2935c2783763e7935d1a7659b58d577db7ae19f6 | be9f18afa7ad71acf3db12b03fda0f3257dba9d7 | refs/heads/master | 2021-01-10T05:44:47.996328 | 2016-03-31T21:47:37 | 2016-03-31T21:47:37 | 55,182,176 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 290 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
struct t1006925219;
#include "t837106420.h"
#include "t676692020.h"
struct t3394170884 : public t837106420
{
t676692020 f0;
t1006925219 * f1;
};
| [
"nsbingham@gmail.com"
] | nsbingham@gmail.com |
2b3f8f61b21b2772555b8cf8e9e4d3deb6f34295 | ab8be2245c6d5cf4459bcca340de9f4114092c16 | /Day4/IPC_PROGRAMS/pipe/exe48.c | 9c2898ea7bf05fe23bf1bce1aae93cc1afdc2d3e | [] | no_license | shravanchippa/Linux_Internals | 2aa65328f24b758df6c7b4ae8dbf94e7c20472d2 | aea4e003a42ab23c09d1e2cde4b369c6d90a4b46 | refs/heads/master | 2020-09-11T20:07:26.385919 | 2019-11-17T00:20:52 | 2019-11-17T00:20:52 | 222,176,119 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 633 | c | /***************************************************************************
***************************************************************************/
#include<stdio.h>
main()
{
int pid,p[2];
int sec[2];
pipe(sec);
pipe(p);
pid = fork();
if(pid == 0)
{
close(p[0]); //close read of pipe1
dup2(p[1],1)... | [
"shravan.k@phytec.in"
] | shravan.k@phytec.in |
71cffc51ede8348b1953197016ff5828772d2026 | 163c67594e699f4e0625e690fdf59fe117be141c | /sce/src/bopAData.C | c4271615e208d7d67dc13a6b7185501f18f4f2dc | [
"Apache-2.0"
] | permissive | jfuku14/CMMPPT | 19e2ed19873cc8e78b277765764ae30f5661db4b | 16dd1b709af992c09a1fda110b0602998f46d0d7 | refs/heads/master | 2021-12-03T08:16:12.442222 | 2021-08-19T02:05:56 | 2021-08-19T02:05:56 | 241,051,080 | 0 | 0 | Apache-2.0 | 2020-02-17T08:02:41 | 2020-02-17T08:02:40 | null | UTF-8 | C | false | false | 2,406 | c | // file: bopAData.C
// author: robin
#include <sce/src/bopAData.h>
#include <assert.h>
LgFrSceAppData *
LgFrSceBopAppData::clone()
const
{
LgFrSceBopAppData * temp = new LgFrSceBopAppData(*this);
// nothing to deep copy
return temp;
}
// a better constructor
LgFrSceBopAppData::LgFrSceBopAppData(float de... | [
"chitnis@us.ibm.com"
] | chitnis@us.ibm.com |
0d2837d6e2e96d48ef8137bc176c966267574d79 | 3b33ccdf73f09d3e70a8248fe2fe4482758eec61 | /ex18.c | 1578c2014d89f16231ac0ed76836e56858a735a9 | [] | no_license | archey/C | 8671eeaedbff1d0313d85a33e076b1ca528ec914 | fdfe3882f87bef702cc5f64c73531374d4a758ba | refs/heads/master | 2020-05-01T01:30:02.483175 | 2018-11-18T02:20:12 | 2018-11-18T02:20:12 | 12,975,450 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,928 | c | #include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
/** Our old friend die from ex17. */
void die(const char *message)
{
if(errno) {
perror(message);
} else {
printf("ERROR: %s\n", message);
}
exit(1);
}
//a typedef creates a fake type, in this
//case for a function pointer
typedef ... | [
"tylerb@trix2voip.com"
] | tylerb@trix2voip.com |
51d3c5e8aa25cebe9aaa8aff89a8a1c489305107 | 50e7f29b07531bf3db585e420fb7a4209bacf102 | /unity-samples/iOS/Roll-A-Ball-Ios/Classes/Native/mscorlib_System_Collections_Generic_List_1_Enumerator_gen_27MethodDeclarations.h | b8009fe450ea26626ea4d1dca57874abf8a6136c | [] | no_license | golergka/appboy-unity-sdk | 0d7a8732c6dfd66ffbf30c9214c932a04f2b6d59 | deeeba3849bd3a8e6a1166e95a6a5be6f5038646 | refs/heads/master | 2021-01-18T11:53:22.096992 | 2016-03-17T12:24:52 | 2016-03-17T12:24:52 | 54,115,484 | 0 | 0 | null | 2016-03-17T12:18:57 | 2016-03-17T12:18:56 | null | UTF-8 | C | false | false | 2,332 | 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>
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Collections_Generic_List_1_Enumerator_gen_7MethodDeclarations.h"
// System.Voi... | [
"wenzhi@appboy.com"
] | wenzhi@appboy.com |
2aa52c8d73a8081aaf2d97a4e27a341f29fb9d2f | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/50ba7f7c-61d1-42fa-aa2e-c7f696c9f8e5.c | 935c7139ee77290b3b133ded2ca68bfaf8e54d5b | [] | 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 | 587 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = i-j;
l = j%j;
l = k-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[56];
long c[61];
a =... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
4578310e26cc7a7c18e128d00ec18b68cfeb0e6e | 9bb09677c86cc73aa67f84fb6f3363268b96f16a | /mem.c | 8ac086f8f63bad49724e8d50c5c84576766b29e2 | [] | no_license | itomato/a2 | 401bde446dc095e59bb00e48c164417f87be06af | f6997fab97e32eb0e1bacb8f03dfccbcee6fcb59 | refs/heads/master | 2021-01-20T22:29:05.382076 | 2016-07-30T15:19:58 | 2016-07-30T15:19:58 | 64,549,449 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,365 | c | /*
* a2, an Apple II emulator in C
* (c) Copyright 1990 by Rich Skrenta
*
* Command line interface written by Tom Markson
*
* Distribution agreement:
*
* You may freely copy or redistribute this software, so long
* as there is no profit made from its use, sale, trade or
* reproduction. You may not change... | [
"noreply@github.com"
] | itomato.noreply@github.com |
d5e80f7d223983062b7e2db951d8cdb8b9a9782a | 75ce0a5e9cdadad299097a80377fd6e50abe8b0a | /26.删除排序数组中的重复项.c | 14025e87908196c89a4c902ae12fe984a2883fae | [] | no_license | txzh007/leetcode | d25adb1241fbb9c2416d8b5c658582c6f1e1335e | e8aae5d8708a1f7184508798732dacc9ffa905b7 | refs/heads/master | 2021-06-23T16:46:03.468875 | 2020-12-09T18:38:46 | 2020-12-09T18:38:46 | 135,050,156 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 395 | c | /*
* @lc app=leetcode.cn id=26 lang=c
*
* [26] 删除排序数组中的重复项
*/
int removeDuplicates(int *nums, int numsSize) {
if (numsSize == 0)
return 0;
int len = 1;
int target = nums[0];
for (int i = 1; i < numsSize; i++) {
if (nums[i] != target) {
nums[len++] = nums[i];
... | [
"txzh007@gmail.com"
] | txzh007@gmail.com |
3286b7227d92ff10982b6a04205f25f2c930491f | 75e77e3f509e2186e3cadbb50693855ba897f5fe | /libft/ft_printf/libft/ft_putstr_fd.c | f777a888cfc1f065236c08d8b7a6e17521df6d4e | [] | no_license | semen121v/fractal | 9c378d03e5f642654488dc90b8d2d63a8729f6a1 | 87fc48f12d41b93723195028ad6da0609dc37d0a | refs/heads/master | 2022-03-27T20:35:03.947020 | 2019-10-22T11:26:39 | 2019-10-22T11:26:39 | 215,326,893 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,090 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr_fd.c :+: :+: :+: ... | [
"semenkravtsov@iMac-Semen.local"
] | semenkravtsov@iMac-Semen.local |
46db71993a5d7ba1ec5032d6373fbaa34010e89b | fb0d79d983ca73454279548d815aea031928b4ba | /kernel/include/queue.h | d9d11cb5d3569cb342f66935ca21aa4c08c04e12 | [] | no_license | thomasloven/os4 | 7cbcbeb5412eb6028e530ccd299ec8d9f4a5412e | d132cdd1b584794cd6fc0a455689a9a27eb03650 | refs/heads/master | 2021-01-19T16:50:26.515822 | 2012-01-25T11:43:51 | 2012-01-25T11:43:51 | 3,114,583 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 602 | h | #ifndef QUEUE_H
#define QUEUE_H
typedef struct thread_struct thread;
typedef struct thread_queue_struct thread_queue;
#include <thread.h>
#include <semaphores.h>
typedef struct thread_queue_struct
{
thread *first;
thread *last;
semaphore sem;
} thread_queue;
void queue_init(thread_queue *q);
void queue_list(thr... | [
"thomasloven@gmail.com"
] | thomasloven@gmail.com |
6d92ca9cc8d2f02794e38d100a1dca5845b228ac | d2a3c735b5488d0becb66433cadb90eb6ac8fa1a | /c/iniciante/1179.c | e7f5a849e74c5301659432771cd6a22b80d8de94 | [] | no_license | IvanovAlmeida/uri | a446e3a1796010144c0258390dae5b4949f1e583 | e5bdbec9bb4324a24cf9d79d547bb7515cdd425a | refs/heads/master | 2021-05-09T10:58:06.240789 | 2018-02-02T01:51:42 | 2018-02-02T01:51:42 | 118,980,598 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 623 | c | #include <stdio.h>
int main(){
int par[5], impar[5], contPar = 0, contImpar = 0, i, j, x;
for(i = 0; i < 15; i++){
scanf("%d", &x);
if(x%2==0){
par[contPar] = x;
contPar++;
}else{
impar[contImpar] = x;
contImpar++;
}
if(contPar >=5){
for(j = 0; j < 5; j++)
printf("par[%d] = %d\n", j, p... | [
"noreply@github.com"
] | IvanovAlmeida.noreply@github.com |
e621c4b566aeeebc7da759e295fdb5fd53595993 | c963dd31b8c2653d3980216bed2e71dc096e3348 | /tests/custom_constraint_messages_tests.c | 0187850b82bcabb2196cd00565875888bb3e7c9d | [
"ISC"
] | permissive | joaopapereira/cgreen | c30fc76315e8f348a86cd01e3b1b4405dae42890 | 5c078a6fd72bec1c1cdb81fce0ecf1b5b569ecc8 | refs/heads/master | 2020-03-29T23:39:38.233426 | 2019-01-28T16:58:33 | 2019-01-28T16:58:33 | 150,482,521 | 0 | 0 | null | 2018-09-26T19:55:35 | 2018-09-26T19:55:35 | null | UTF-8 | C | false | false | 4,192 | c | #include <cgreen/cgreen.h>
#include <cgreen/message_formatting.h>
#include "constraint_internal.h"
#include "cgreen_value_internal.h"
#include "utils.h"
Describe(CustomConstraint);
BeforeEach(CustomConstraint) {}
AfterEach(CustomConstraint) {}
/* Example 1 from documentation : is_bigger_than_5()
No argument to t... | [
"thomas@nilefalk.se"
] | thomas@nilefalk.se |
1c239c8884b2bc1b117cc70688f04e8ef49ccf5e | bf9e3fbef1fa8572cf44793f7d31c7ba4b11825c | /Program88.c | 428b719d0d9d8ddb4a7831d22047e880cdbfe89a | [] | no_license | Ajay-kulkarni951/C- | 362da21e2df762ad46cbae068d64786b3cb58c0b | ad8939efa575d53dd0db0b6eec0090b41fb35d02 | refs/heads/main | 2023-08-04T04:36:03.179873 | 2021-09-10T16:03:15 | 2021-09-10T16:03:15 | 404,674,910 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,267 | c | // 3. Accept N numbers from user check whether that numbers contains 11 in
// it or not.
// Input : N : 6
// Elements : 85 66 11 80 93 88
// Output : 11 is present
// Input : N : 6
// Elements : 85 66 3 80 93 88
// Output : 11 is absent
// Program Layout :
#include<stdio.h>
#include<stdlib.h>
#d... | [
"noreply@github.com"
] | Ajay-kulkarni951.noreply@github.com |
ec21b8c1c262b414479ed88c07b4b6acebfd7567 | 180eeea696fb4408cc7d7d2325206d1e8302f8ed | /Code/Data Structure/binaryTree.c | a3b75f484925229356d42eece3aa5c10608b69b2 | [] | no_license | NianZheChao/Coding_Practice | eec46a615bd9d792a2d4cbeb93f2f549f1b901d9 | 90a2921b43500bf4c0a2b728c15c08f0845b4240 | refs/heads/master | 2023-03-12T04:59:45.419051 | 2021-03-04T12:13:01 | 2021-03-04T12:13:01 | 203,694,423 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 6,320 | c | #include <stdio.h>
#include <stdlib.h>
# define elemtype char
typedef struct tree{
elemtype ch;
struct tree *lchild,*rchild;
}btnode; //定义二叉树结点
//btnode *creatTree(char string){ //按先序序列建立二叉链表
// btnode *bt;
// if(string == '.')
// return (NULL);
// else{
// bt = (btnode *)malloc(sizeof(btnode));
// ... | [
"43694725+NigelNN@users.noreply.github.com"
] | 43694725+NigelNN@users.noreply.github.com |
8b56d09e9029d88bae7a716e0065cebc41016f19 | 407a9f10d68a70207399a7473d430e9eaf1ba3a2 | /mrsystem/src/libs/mr_can/cane0002.c | 5c93147f9649789300bac0606000e9dae73262fe | [] | no_license | GBert/railroad | f30e6eab85706e278168c347b25388afb43f8c62 | d094061fdf9f09be1fcc72811000cac48fb7cfdb | refs/heads/master | 2023-08-31T08:09:12.270288 | 2023-08-23T17:22:02 | 2023-08-23T17:22:02 | 12,468,974 | 37 | 15 | null | 2023-03-28T17:41:55 | 2013-08-29T19:20:04 | C | UTF-8 | C | false | false | 332 | c | #include <string.h>
#include <bitmask.h>
#include <bytestream.h>
#include "mr_can.h"
void MrCs2EncSysHalt(MrCs2CanDataType *CanMsg, unsigned long Uid)
{
SetLongToByteArray(CanMsg->Data, Uid);
MrCs2SetCommand(CanMsg, MR_CS2_CMD_SYSTEM);
MrCs2SetSystemSubcmd(CanMsg, MR_CS2_SUBCMD_SYSTEM_HALT);
MrCs2SetDlc(Ca... | [
"info@gerhard-bertelsmann.de"
] | info@gerhard-bertelsmann.de |
96f298d3111e4aabf9cfa71b6f70190e535d89c5 | 259448a116696e385f492d8a61d6909dc9d917f5 | /other/Dinner.c | d7367854abe2af3a35fbb8ab4ea6e30824330b69 | [] | no_license | aresbit/leetcode-pure-cang | 9b9bbd1602677a60b0b2832a634dd16bb89434c3 | 3b3660307898d2b39abd0c6668c8c2a7f682e200 | refs/heads/master | 2023-06-27T00:27:28.896129 | 2021-08-02T05:35:05 | 2021-08-02T05:35:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,578 | c | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<math.h>
#include<assert.h>
#include<stdbool.h>
#include<limits.h>
#define resizeArray(ptr, type, size) ((type*)realloc(ptr, (size) * sizeof(type)))
int *pushback(int *array, int *size, int value) {
int *output = resizeArray(array, int, *size + 1);
... | [
"predlagamda@yahoo.com"
] | predlagamda@yahoo.com |
121f60caec7ee0290df21743efb54ace99078b8a | 11e97f87deb25babb4a32c80941e7ff4e476c92a | /CSI/HRL_620D/Motion/UtilDefine.h | 9352db603c9b77ccdf781118fa6ec903d11ce5fe | [] | no_license | xhyangxianjun/Builder6-program | b9d03d98658db5a5a8cf1586210a373bc391dc48 | a12d811d7a5fa3dba6d3e8c05989a41cb89783de | refs/heads/master | 2022-04-03T00:25:47.274355 | 2019-09-19T08:26:56 | 2019-09-19T08:26:56 | null | 0 | 0 | null | null | null | null | UHC | C | false | false | 7,583 | h | #ifndef UTILDEFINEH
#define UTILDEFINEH
enum { ccBwd = 0 , ccFwd = 1};
enum { toBuff = 0 , toTabl = 1};
enum EN_ARAY_ID {
MAX_ARAY
};
enum EN_MOTR_ID {
miWRK_VBrd1 = 0 , // 보드 1번 V축 Y축 회전
miWRK_VBrd2 = 1 , // 보드 2번 V축 Y축 회전
miWRK_UBrd1 = 2 , // 보드 1번 U축 X축 회전
miWRK_UBrd2 =... | [
"sheepdw@gmail.com"
] | sheepdw@gmail.com |
a1fc6ce171e4d2e32ec48ffba47d053f8c3e82c0 | cef09d1e6d5e7cd335387d0829211ffb0da18f48 | /common/recipes-lib/ncsi/files/aen.h | e2fdc1755b3291d9a18e87a1b91d4462a2136bab | [] | no_license | theopolis/openbmc | a1ef2e3335efd19bf750117d79c1477d47948ff3 | 1784748ba29ee89bccacb2019a0bb86bd181c651 | refs/heads/master | 2020-12-14T07:20:40.273681 | 2019-04-20T05:25:17 | 2019-04-20T05:25:17 | 43,323,632 | 0 | 1 | null | 2015-09-28T19:56:24 | 2015-09-28T19:56:24 | null | UTF-8 | C | false | false | 2,573 | h | #ifndef _AEN_H_
#define _AEN_H_
#include "ncsi.h"
/* AEN Type */
#define AEN_TYPE_LINK_STATUS_CHANGE 0x0
#define AEN_TYPE_CONFIGURATION_REQUIRED 0x1
#define AEN_TYPE_HOST_NC_DRIVER_STATUS_CHANGE 0x2
#define AEN_TYPE_MEDIUM_CHANGE 0x70
#define AEN_TYPE_PENDING_PLDM_REQUEST 0x... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
c943daddb20f9c47ce4e072f5575ba83fabe1994 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/105732b4-5ba3-4156-bb46-0c0634c33e84.c | f3ee8d1e654da5ca3d4a6b424a56ef005e857e23 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 229 | c | #include <stdio.h>
int main() {
int i=0;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = j-j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,i);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
5b009c5d2d777221d017f4710dda453d4c57d9e2 | 3a56b1155d39c8e4dfaff52f0ec2e43b64304c28 | /frames/00866.c | 8b541a5a93ffdfde0f14b6287796dc4e4595438c | [] | no_license | RippedOrigami/GBA-Rick | 6a610bde18e8dda978730b2d754565e9cdcbfe1d | 0953de71ad0a392f5d3a0bcedc54d55e478925b7 | refs/heads/master | 2021-05-28T17:10:33.260039 | 2014-11-28T17:14:04 | 2014-11-28T17:14:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,584 | c |
//{{BLOCK(_0866)
//======================================================================
//
// _0866, 40x40@8,
// + palette 256 entries, not compressed
// + 25 tiles lz77 compressed
// Total size: 512 + 1440 = 1952
//
// Time-stamp: 2014-11-28, 05:19:41
// Exported by Cearn's GBA Image Transmogrifier, v0.8.12
// ( ... | [
"mtinc2@gmail.com"
] | mtinc2@gmail.com |
0b5b06914fb2d61f0bba798a6b80b2d6e74a3636 | 24d856d98c85a319d53be2768ccc176a50873fa3 | /linux-lts-quantal-3.5.0/drivers/gpu/drm/drm_vm.c | 961ee08927fe873cc791dcaa003beb437dd3b0aa | [
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only",
"BSD-2-Clause"
] | permissive | dozenow/shortcut | a4803b59c95e72a01d73bb30acaae45cf76b0367 | b140082a44c58f05af3495259c1beaaa9a63560b | refs/heads/jumpstart-php | 2020-06-29T11:41:05.842760 | 2019-03-28T17:28:56 | 2019-03-28T17:28:56 | 200,405,626 | 2 | 2 | BSD-2-Clause | 2019-08-03T19:45:44 | 2019-08-03T17:57:58 | C | UTF-8 | C | false | false | 18,835 | c | /**
* \file drm_vm.c
* Memory mapping for DRM
*
* \author Rickard E. (Rik) Faith <faith@valinux.com>
* \author Gareth Hughes <gareth@valinux.com>
*/
/*
* Created: Mon Jan 4 08:58:31 1999 by faith@valinux.com
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, In... | [
"jflinn"
] | jflinn |
3b6d4e27f085b561f98a2542584c35436c8fb160 | 35da9be0bcc91853b6c13ee8499010eede5b4168 | /nvmedia/img_jpgenc/cmdline.h | 36c50779951193e936334c3e0f560d78eff10bcf | [] | no_license | wjhtinger/NV-samples | 147849108288c6a812d380998845d6650df5b254 | bfeece5d41aab77299ece8aab6d8e9f39f7d98d7 | refs/heads/master | 2021-09-01T06:16:36.371098 | 2017-12-25T08:56:33 | 2017-12-25T08:56:33 | 107,506,562 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,215 | h | /*
* Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. All
* information contained herein is proprietary and confidential to NVIDIA
* Corporation. Any use, reproduction, or disclosure without the written
* permission of NVIDIA Corporation is prohibited.
*/
#ifndef _NVMEDIA_JPEG_TEST_CMD_LINE_H_
#defi... | [
"wjhtinger@yeah.net"
] | wjhtinger@yeah.net |
637478d243c43f5205689bb7c3459b9dcdb9bcf3 | be62da3f010d6e34d33320e2f58dbf4821827cf3 | /sys/dev/marvell/mvsdio.c | 73e70b64c88a527877c3ebd5a7eda1e38aa6e4bf | [] | no_license | sugam45/src | 453144ee2c3f0a9f6a6fef5a1351700a71bcd49a | 546a6829be97e6afac2563f9b14b3f55c703601f | refs/heads/main | 2023-06-20T02:06:34.602356 | 2021-06-15T12:35:53 | 2021-06-15T12:35:53 | 377,153,283 | 1 | 0 | null | 2021-07-13T00:47:10 | 2021-06-15T12:22:12 | null | UTF-8 | C | false | false | 19,986 | c | /* $NetBSD: mvsdio.c,v 1.7 2021/04/24 23:36:56 thorpej Exp $ */
/*
* Copyright (c) 2010 KIYOHARA Takashi
* 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 cod... | [
"sugam1999@yahoo.com"
] | sugam1999@yahoo.com |
b6c22e80bd7d4144d9a2f9ea570825b560331eb9 | 45216c54e06e6c7a895a3672a9ac01010362e67f | /Games/Breakout_Brix_hack_David_Winter_1997.h | 24c785b1874dea7ce0f7875aacd7c95fb3e1b758 | [
"MIT",
"BSD-3-Clause",
"CC-BY-4.0",
"ISC",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jockm/KeyCadeNano | 995608b0966e2f9c02638896ed0e78d5d5c47af3 | 7eb36582fee0bf0d1b40139f864944106f52a913 | refs/heads/master | 2021-05-01T21:03:44.500168 | 2018-02-23T23:27:08 | 2018-02-23T23:27:08 | 120,970,254 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,856 | h | const uint8_t Breakout_Brix_hack_David_Winter_1997_ch8[] = {
0x6e, 0x05, 0x65, 0x00, 0x6b, 0x06, 0x6a, 0x00, 0xa3, 0x0c, 0xda, 0xb1,
0x7a, 0x04, 0x3a, 0x40, 0x12, 0x08, 0x7b, 0x02, 0x3b, 0x12, 0x12, 0x06,
0x6c, 0x20, 0x6d, 0x1f, 0xa3, 0x10, 0xdc, 0xd1, 0x22, 0xf6, 0x60, 0x00,
0x61, 0x00, 0xa3, 0x12, 0xd0, 0x11,... | [
"jock@jockmurphy.com"
] | jock@jockmurphy.com |
8b47de863df4cc6deadacec24d5f75d2c3838c2b | 192d54eadfdcd2588294e376c682fe97a8a6c160 | /jXcsFG1TtQvmp3Lx/oZlxNmPhecKVGXg4.c | a97d6cbc4af2d0e96bcee238a5b8cf661972defa | [] | no_license | urlib/i1OB8Mxh | fc953ae8e8dc4fe51b7588e77b28ad6fc9709458 | 7811957b67e50da2f38bb47cedac8ff16d4396d0 | refs/heads/master | 2023-01-08T19:56:26.906229 | 2020-04-15T03:52:43 | 2020-04-15T03:52:43 | 248,736,500 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 207,754 | c | 䢒𣩹𧑂𤕘𐤘𩎣𪩃ಭ𬘏𬴬𩿚ᝳ𢔖𫭂끴᭡𡋺𣆈𨚼᱇黌𨮯𢌗賩𠲦᱗𧾾𪘰裹齮𘂤쀨튔𨉑蒜ự𩈔🅾㵒𠚗觚𧛫𗾭呓𗚋㶢𐰢𧶫𠌢𠜀𬼪⛔𭴥𨇁ꆙ殠ᰮ𢮎͎𪱶𫒖𧜐椡𦘝𐎡𮈋ⳝ𢀵𤓈𥘡𦉎श뇸堤𧔺蚚㹪緕ㄿ֕𞻱贳𭻖𩜭𝩓𭣃𮢓㬤徹𢐙𤇵勆𤎋✎𒌃𗨱䫶䠽𨦅𗊵Ⓑ𖬯𭄸𝧽ର𭤪𦥣𘚒𣜜𨿔𣌆ਬ𪣧𖤜𬀪槀蠫慓훏𡢦𗰟𨑩𛀒찳𧌃𮅑ꀋ骪鎯𑨹㆛𩳣痽𬌣畓𪙠𑄍셩𠓋𬙙𘛿𧆡🛁𢶴ꪲ道𬡏𡌐𐂠𪆧ⴖ𬴭𠜸𨇥𤔇𐐈⮋ĭ凛𧱛𘂁𩇠𤡍𩣨𥌕𧠲𥼊쯍ᶑᮅᩤ𠨓𬦧𐓦ᅃ𞡶ᔛ𑰴𝌸𤔔𢷌鸬𥗧𥂥줯𭰯촅𬍪顈𮪭𝜝ᲀ𧫽𫍬𨹹鷱𖫙... | [
"45290401+vmlankub@users.noreply.github.com"
] | 45290401+vmlankub@users.noreply.github.com |
88d049370708649fc0dc5c8c95872464e0aa83d8 | 9d0578be622b93b4357dc639af0b5a147aa737cb | /MC/clockwisestepper.c | 3fc9ffe3e9dd0094c788e693a1f132356f83c24b | [] | no_license | Samarthshetty123/MP-LAB | 2c5e2d01a7c9cd19718f99ad83c23c654f8edef6 | 14206bf40e727d2156d6657f80b5e3ab98a1686a | refs/heads/main | 2023-02-22T18:44:57.252131 | 2021-01-19T06:47:01 | 2021-01-19T06:47:01 | 301,192,636 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 375 | c | #include<stdio.h>
#include<reg51.h>
char xdata port _at_ 0xe803;
char xdata porta _at_ 0xe800;
char idata acc _at_ 0x30;
void delay()
{
int j;
for(j = 0;j < 800; j++)
{}
}
void main()
{
port = 0x80;
while(1)
{
acc = 0x11;
porta = acc;
delay();
acc = 0x22;
porta = acc;
delay();
acc = 0x44;
porta =... | [
"noreply@github.com"
] | Samarthshetty123.noreply@github.com |
dc639535860045a63602218e49a283109e3c1e3c | b9a2128bed46cd030b53e093dac950d2de74e7d1 | /159.c | e00b3071e9dd8f9073db1a149a3c9269c3e9db0e | [] | no_license | MANOJTMK/player16 | bb9be881bf9949f4f0ba6a4f5b42f82662b76cbe | 52efb17dc9c4b9af354613373ec46b49dba5c255 | refs/heads/master | 2020-05-01T08:14:28.396694 | 2019-03-24T05:26:02 | 2019-03-24T05:26:02 | 177,373,531 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 342 | c | #include<stdio.h>
#include<conio.h>
int main()
{
int n1,n2,rem,i,j=0,a[100],c=0,n;
scanf("%d %d",&n1,&n2);
n=n1*n2;
while(n)
{
rem=n%2;
a[j]=rem;
j++;
n=n/2;
}
for(i=0;i<j;i++)
{
if(a[i]==1)
{
c++;
}
}
printf("%d... | [
"noreply@github.com"
] | MANOJTMK.noreply@github.com |
8e7a2b4a914d2b375156b3abdfdef81abf1465f6 | a8451c8002f2641d8d02cb527b5ca9c0fb2b5d07 | /fdb/src/sync/files.h | 5d30732ab48e2f6bfb14a60b2f357176d131ed40 | [] | no_license | wwwVladislav/fsync | 06e04e911ea4825644c0f15af12e77d9ff8ad4b4 | 93b839cf24f8aefd583a34ba8e43c749c65d0919 | refs/heads/master | 2020-06-16T10:43:54.754149 | 2018-05-22T15:14:41 | 2018-05-22T15:14:41 | 75,113,667 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 685 | h | #ifndef FILES_H_FDB
#define FILES_H_FDB
#include <futils/uuid.h>
#include <fcommon/limits.h>
#include "../db.h"
#include <stdbool.h>
typedef struct fdb_files fdb_files_t;
typedef struct
{
char path[FMAX_PATH]; // Path
uint64_t size; // File size
} ffile_info_t;
fdb_files_t *fdb_files(fdb_t... | [
"vladislav.volkov@netcracker.com"
] | vladislav.volkov@netcracker.com |
1f5b1f7d071af859d2df87c696f30e189f2deb97 | 8d753bb8f19b5b1f526b0688d3cb199b396ed843 | /osp_sai_2.1.8/system/sai/src/router/ctc_sai_router.h | 325099ac0fcf64f84f38a12ea08ab48c83d79ddd | [] | 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 | 596 | h | #if !defined (__SAI_ROUTER_H_)
#define __SAI_ROUTER_H_
#include <sairouter.h>
#include <ctc_vector.h>
#include <ctc_opf.h>
#include <ctc_mix.h>
sai_status_t
ctc_vr_add_router_intf(
_In_ sai_object_id_t,
_In_ stbl_rif_t*);
sai_status_t
ctc_vr_remove_router_intf(
_In_ sai_object_id_t,
_In_ stbl_rif_t*);
v... | [
"zhwwan@gmail.com"
] | zhwwan@gmail.com |
89aeecabb90940461b71093b0f6e4d36d39a6d27 | 264cc34d1d5322c9c955f351e5ed710836f6a1a5 | /cmake_targets/basic_simulator/ue/CMakeFiles/RRC_Rel14/BandParametersDL-r13.h | 9c67e9e3382c1bd532a8dacf5dc014676d408a37 | [
"BSD-3-Clause",
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla"
] | permissive | mr-ytseng/openairinterface5g | 8d40a768b2046da8c521f58d34c0466226f1c154 | 54d541c22cdfcb774774089291c93e4e79294a1d | refs/heads/master | 2021-10-27T20:56:33.843199 | 2019-04-19T15:37:55 | 2019-04-19T15:37:55 | 177,127,103 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,420 | h | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "/home/user/openairinterface5g/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1"
* `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterface5g/c... | [
"yuchia.tseng@irt-systemx.fr"
] | yuchia.tseng@irt-systemx.fr |
dea6052a5014da95b268f50cd154a2e082c4b367 | 3807bf9727a8589aa500dc7d349d2b2c1a2bd6a6 | /Pods/BuildHeaders/BPForms/BPFormInputTextViewCell.h | 9222c2be595038390eb1bddf0782aca62abba581 | [] | no_license | soltrinox/caarbon-ios-native | 92e6f5c554b0e9aed4dc389a1ce12f077929652d | 7eae1f5d9a5c9c3dd13f8f9c13cb93c70ebea701 | refs/heads/master | 2021-01-02T09:33:01.917957 | 2015-09-09T23:13:15 | 2015-09-09T23:13:15 | 20,365,699 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 59 | h | ../../BPForms/BPForms/Cells/Input/BPFormInputTextViewCell.h | [
"soltrinox@gmail.com"
] | soltrinox@gmail.com |
e1113eb4030c3a6a4026bf84a955489a075268b5 | 1bce7bc8b2f446a8e6bbb0a6eded942cae6767f8 | /binary-tree/binary-tree.c | 52a5df5fe52d0c9b946296f21485e5bb1eb13d94 | [] | no_license | yuanyiyixi/C-program | 5dd3db64a665132826bf6bb03bdf9c54a5c876fc | ec655a4c9a15b4ddc3903d2f1278b2edc1f2875d | refs/heads/master | 2020-12-24T17:08:48.869785 | 2013-11-30T02:46:51 | 2013-11-30T02:46:51 | 12,422,543 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,890 | c | #include <stdio.h>
#include <stdlib.h>
struct node
{
char item;
struct node * l,*r;
};
typedef struct node *link;
link root = NULL;
link make_node(char item)
{
link p;
p = malloc(sizeof(*p));
p->item = item;
p->l = NULL;
p->r = NULL;
return p;
}
link insert(link t, unsigned char key)
{
if(!t)
return make_... | [
"yuanyiyixi@gmail.com"
] | yuanyiyixi@gmail.com |
e87c1a9fd1487fc130b4112ea953e45f383c0d4f | 671ac2f931593531d5f98fd997cbf8e0fc5c4087 | /dplib/SamplingIO.h | 47c8d428c3eb08839d4f31c2b0977b9ead57889c | [] | no_license | cgo2019/WBTuner | 2246ce75ec1bac066b0a883701d5b574a415b76c | e80f5b871718aa74409ce16759324af32bc91141 | refs/heads/master | 2020-04-08T05:49:42.415108 | 2018-11-25T21:14:26 | 2018-11-25T21:14:26 | 159,075,214 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,004 | h | #ifndef _SAMPLING_IO_H_
#define _SAMPLING_IO_H_
#include <unistd.h>
#include "DpLib.h"
extern const char sioDir[];
extern int sioResult[];
extern int sioResultIdx;
// Initialize sampling file io. If ok, return 0, else return -1.
int sioInit();
// Finalize sampling file io.
int sioFini();
int sioSARegionInit();
in... | [
"evans14641@gmail.com"
] | evans14641@gmail.com |
dbf6aa43f296c6840b7825c13fd773d3c5501278 | e000dfb2e1ddfe62598da937d2e0d40d6efff61b | /plutommi/Customer/CustResource/CustImgGroupDataHW.h | 78fc251ceb8075107b101bee5460c1a79d0112eb | [] | no_license | npnet/KJX_K7 | 9bc11e6cd1d0fa5996bb20cc6f669aa087bbf592 | 35dcd3de982792ae4d021e0e94ca6502d1ff876e | refs/heads/master | 2023-02-06T09:17:46.582670 | 2020-12-24T02:55:29 | 2020-12-24T02:55:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,284 | h | #ifndef __CUST_IMG_GROUP_DATA_HW_H_
#define __CUST_IMG_GROUP_DATA_HW_H_
#include "CustDataRes.h"
#include "ResCompressConfig.h"
#ifndef __MMI_RESOURCE_IMAGE_THIRD_ROM__
#ifdef __MMI_RESOURCE_LZMA_IMAGE_GROUP_COMPRESS__
#if ( !defined (__MTK_TARGET__) )
#define __align(x)
#endif
extern const U8 image_group_0[];
e... | [
"3447782@qq.com"
] | 3447782@qq.com |
2ca791f6eee71b71f150857180db27a10350bd25 | 2e3b1d6a82b06706ef2ad01d0134a1d8c06ab519 | /chapter4/Dg.c | a1566355477f6bd313fb8935b4aed8f6a5b103ae | [] | no_license | harrinriza1993/Let-us-C-programming-solutions | ff8e579d16eade41fd19afac577d244d07c7fbc0 | 9bae42fc94f52f96eea1991b0b65b20299288760 | refs/heads/master | 2021-07-03T23:13:54.561243 | 2021-06-12T20:40:51 | 2021-06-12T20:40:51 | 243,432,835 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,394 | c | /* (g) The Body Mass Index(BMI) is defined as a ratio of weight of a person (in kilograms) to the square
of the height(in meters). write a program that receives weight and height, calculates the BMI,
and reports the BMI category as per the following table.
BMI Category BMI
... | [
"riza.peridot@gmail.com"
] | riza.peridot@gmail.com |
3fd848dcd1651d020c8eda8b49eb934ff9a2d199 | 04edf93b11042760f4f53500d1b7510939bc76de | /console.c | d739e9dc52bf0c921aaf0316ca23c594e018b096 | [] | no_license | antonlopez/Air-Station | c065aab40c72cede23a59208df1b50608b0e3bc8 | c446321d78e9be90b9c0e0eff6d41df71b7bb031 | refs/heads/master | 2021-01-20T05:13:39.116959 | 2017-04-29T20:59:24 | 2017-04-29T20:59:24 | 89,762,104 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 489 | c | #include "console.h"
void InitConsole(void){
SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOC);
GPIOPinConfigure(GPIO_PC6_U3RX); // Connected to DOUT XBEE --> PC6
GPIOPinConfigure(GPIO_PC7_U3TX); // Connected to DIN XBEE --> PC7
SysCtlPeripheralEnable(SYSCTL_PERIPH_UART3);
... | [
"noreply@github.com"
] | antonlopez.noreply@github.com |
e6be02d070a3ea4c3f5a792a619739d8fe2a898e | cb3fb35e330bbd275f0341631205c8d38f14037a | /ios/Pods/Headers/Public/FirebaseAuth/FIRPhoneAuthProvider.h | a72177c02f94c38f10c45c715e7d2248772e6e5b | [
"MIT"
] | permissive | 7kfpun/JapaneseReactNative | 4e72929ea10313bbdcaff044fe2edb8ae57c2a74 | 0f764f5f4a9878a4c6ec784b7e7915250fed47dd | refs/heads/master | 2022-12-09T19:48:32.558607 | 2019-09-14T07:46:09 | 2019-09-14T07:49:17 | 123,300,387 | 11 | 7 | MIT | 2022-12-09T08:27:56 | 2018-02-28T14:59:42 | JavaScript | UTF-8 | C | false | false | 72 | h | ../../../FirebaseAuth/Firebase/Auth/Source/Public/FIRPhoneAuthProvider.h | [
"7kfpun@gmail.com"
] | 7kfpun@gmail.com |
053124b2a39e00ed830dee6c699c1f8fd3aa2ead | 2bb04fbb152de2a972d8a122e7a13c9ad13f2e09 | /lab1/unsadd.h | d377eb1970d5d5a0fcb5e8fc743b212d9cb33f57 | [] | no_license | declanvk/cpe315-lab | c81981f1a3f355de985fc9fab0f57a8edd7dc2b4 | 8cdb9cad1d1f634aa5c76525a90cd3198987ce74 | refs/heads/master | 2021-01-19T03:30:51.752204 | 2017-06-09T15:05:52 | 2017-06-09T15:05:52 | 87,320,340 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 74 | h | #ifndef UNSIGNED_ADD_H
#define UNSIGNED_ADD_H
void lab1_part3();
#endif
| [
"dkelly.home@gmail.com"
] | dkelly.home@gmail.com |
23df22a3a44fb9257a2e9062bcb87b022eee045f | dc624abc2aa624b245dccfb59376fbfa4c24a158 | /src/init.h | 9a4d070868fc5c36b955fdf0c2098ad3a15637c5 | [
"MIT"
] | permissive | craftyjon/openlights-strand-controller | 45066cd5088ac12cdeac825457305ab37c53b2db | da4e1ee1d2be09d6613c82d28205d639ed155442 | refs/heads/master | 2020-05-17T13:15:37.681703 | 2012-12-09T23:25:48 | 2012-12-09T23:25:48 | 7,081,466 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,401 | h | /* Openlights Strand Controller (12009) Firmware
* http://openlights.org
*
* Copyright (c) 2012 Jonathan Evans <jon@craftyjon.com>
*
* 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 w... | [
"jon@craftyjon.com"
] | jon@craftyjon.com |
84a410181dc42b7aaecbd489a909276dd675c5c9 | 57a4cf0e3693cb163cea05e59a8b2899219bd881 | /ctcsai/inc/ctc_sai_fdb.h | 39b5bd5c303b0e00a2b4176f2bb23609ebc3adae | [] | no_license | daysing/ctc-sai-plugin | 71b64ca349618a0d0215e5663c9640abea19585d | d968711241ea4cf143a41808b4fb228d45b62a8d | refs/heads/master | 2020-04-13T18:38:11.033102 | 2018-10-25T05:22:34 | 2018-10-25T05:22:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,272 | h | /**
@file ctc_sai_fdb.h
@author Copyright (C) 2018 Centec Networks Inc. All rights reserved.
@date 2018-02-1
@version v2.0
\p
This module defines SAI FDB.
\b
\p
The FDB Module APIs supported by centec devices:
\p
\b
\t | API | SUPPORT CHIPS LIST |
\t | create_fdb_entr... | [
"hezc@centecnetworks.com"
] | hezc@centecnetworks.com |
213c122cbef535ec57716babad28a9626c7aef2c | ca4e87d0ab911df50830b0841e3ffda8d565a283 | /ctrl_c/codec.c | ce832c374edb4327dd587c9a2d53200d49087cbf | [] | no_license | trnila/stm32f429-balancer-ui | 63695181c7c2abd01d527dbdea1957848b9c26a6 | 1b2015463e64451dd574798a84e647a292c14f11 | refs/heads/master | 2020-03-14T06:00:06.609547 | 2018-05-26T10:15:10 | 2018-05-26T10:15:10 | 131,475,288 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,365 | c | /*
* StuffData byte stuffs "length" bytes of data
* at the location pointed to by "ptr", writing
* the output to the location pointed to by "dst".
*
* Returns the length of the encoded data.
*/
#include <stdint.h>
#include <stddef.h>
#define StartBlock() (code_ptr = dst++, code = 1)
#define FinishBlock() (*code_... | [
"daniel.trnka@gmail.com"
] | daniel.trnka@gmail.com |
c40bd39bf24b9c170d35040e7df62800ad2b6fc2 | 206cefbaa33888bdd1bb8d5b53c4636ac74ddde1 | /Src/main.c | 806b673f6d014b04cc2b954a2dc3b224e89fde97 | [] | no_license | IGPO/ADC_test | 0f3d28053393a534a20a90ea8ace666b502dbda4 | 0af37cab37c05fc338b6b02c0510ef332b32cc49 | refs/heads/master | 2021-03-18T07:46:35.577997 | 2020-03-13T11:21:46 | 2020-03-13T11:21:46 | 247,058,196 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,014 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) ... | [
"igpo@ukr.net"
] | igpo@ukr.net |
fadcccf68245228b3da692b15e3acb9476390293 | f5d536f66bebde70e9ae13177a6228f65e36b9e2 | /d/eastland/liang_shan/monster/seven.c | 35cfcdda652122ae060c605527bd0dcf6dcee87b | [] | no_license | MudRen/es | f60a5884c6a57bddc67893bcafa78896b0fe021c | 4c2177e513c9f2e57fbcca3a9239e6a5096a6b7d | refs/heads/master | 2021-08-26T07:38:41.278630 | 2021-08-17T09:40:05 | 2021-08-17T09:40:05 | 173,731,541 | 1 | 1 | null | null | null | null | GB18030 | C | false | false | 1,480 | c | #include "../takeda.h"
inherit MONSTER;
void create()
{
::create();
set_level(10);
set_name( "Zhuan Shiao Chi", "阮小七" );
add("id",({"zhuan","shiao","chi"}));
set_short( "阮小七" );
set_long(
"阮小七外号活阎罗,小二,小五是他哥哥,本以打鱼维生,兄\n"
"弟三人随吴用落草,现俱为水军头领.他现在正在找他哥哥小二,似\n"
"乎有什麽事情。\n"
);
set( "race", "human" );
set( "gen... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
8343c12ca1e943f466601c0c04962d10bf2df8f5 | 6780b4baa38fec1ba10f86123e3bac52240a72a2 | /table.c | a9102b0af82ed21ff8492af8ad16648c88cf0dc1 | [
"Apache-2.0"
] | permissive | lucasmartioli/PredictionTable | c778031cb78572700d8479438872b687df160de3 | f7953a9917f2961be1950bdae7088712fab722f5 | refs/heads/master | 2021-01-10T23:22:56.732104 | 2016-11-26T23:48:34 | 2016-11-26T23:48:34 | 70,608,965 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,906 | c | //
// Created by Lucas on 11/26/2016.
//
#include <mem.h>
#include <ctype.h>
#include <malloc.h>
#include "table.h"
void addList(char *List, const char NT){
int i = 0;
for (; i < strlen(List); ++i) {
if (List[i] == '\0'){
break;
}
if (NT == List[i]){
return;
... | [
"martiolilucas@gmail.com"
] | martiolilucas@gmail.com |
9606e29816e9820b9cb70a04b6f13ea9a8014029 | 79f4074566f1ea2e06764f0f3ee95dc90cfb9ac0 | /inc.h | d9c313cd431d1c4f495fa684919d76b3b163092a | [] | no_license | monster3d/trie-module | ae4b5b50feada459b463369b01d36e21e522f8cf | 755cb0e496bf76b9e95d0af8d4e9cc0bd7c96291 | refs/heads/master | 2020-05-04T15:21:11.956520 | 2019-04-03T11:53:49 | 2019-04-03T11:53:49 | 179,236,783 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 595 | h |
/**
* Create empty trie struct
*/
struct trie *trie_create();
/**
* Search key in the trie
*/
char *trie_lookup(struct trie *root, char *key);
/**
* Insert new node as value in trie
*/
struct trie *trie_insert(struct trie *root, char *key, char *value);
/**
* Remove node by key from trie
*/
struct trie *trie_delete... | [
"monster3d@mail.ru"
] | monster3d@mail.ru |
2edbbcfd84da0c7ce9e6b492b1e83c0409927b98 | 52748cf3eb06a431cd23e9e6c78b19804983f96e | /demo/SDL_Windows/main.c | dbcf2b62c1e66e75abd0b877c18b2ac382abe5ba | [] | no_license | KenthJohan/csc_old | 45a5ae7b7a69f2a9a428aa3eaf8078e1fc6adbc9 | 3c049d41c975c262c3f75ca3cfca3e352fef0fd6 | refs/heads/master | 2020-03-28T06:48:24.394888 | 2020-01-10T20:31:17 | 2020-01-10T20:31:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,939 | c | #include <SDL2/SDL.h>
#include <stdio.h>
#include <stdint.h>
#include <assert.h>
#include <csc_debug.h>
#define WIN_X SDL_WINDOWPOS_UNDEFINED
#define WIN_Y SDL_WINDOWPOS_UNDEFINED
#define WIN_W 640
#define WIN_H 480
#define WIN_TITLE "An SDL2 windows"
#define WIN_N 10
#define APP_QUIT 0x01
struct Appl... | [
"johan.soderlind.astrom@gmail.com"
] | johan.soderlind.astrom@gmail.com |
44aa6686a4afbc301641251068c7ea1dcbc81354 | 6581293adc4b0d27e5063684394f420d78096cd9 | /0x17-doubly_linked_lists/3-add_dnodeint_end.c | b959f3a7f1b9412b764df389072de9115b33509f | [] | no_license | khalil-hassayoun/holbertonschool-low_level_programming | 75f84547a8736b747b25c2e951f17f20695c30a7 | d09f1fa560a53786c6dff9a4a92aa1a0f1f78c68 | refs/heads/master | 2023-04-08T07:38:01.147734 | 2021-04-21T22:42:33 | 2021-04-21T22:42:33 | 296,036,047 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 603 | c | #include "lists.h"
/**
* add_dnodeint_end - adds a node to the end of a dlist
*
* @head: head node
* @n: number to add to new node
* Return: Returns the address of the new node, on NULL on failure
*/
dlistint_t *add_dnodeint_end(dlistint_t **head, const int n)
{
dlistint_t *new, *walk;
new = malloc(sizeof(dli... | [
"khalil.hassayoun@hotmail.fr"
] | khalil.hassayoun@hotmail.fr |
4529b9159403cf3489d86fc0bc3cd3dc13099083 | 09f8ed175f607ee10b261faff877b2eb7ea49b0a | /Task1/Task1.0/Task1.0.c | e0c46b1c2c144c4aedd6fb0054fce0c17ac159f1 | [] | no_license | hennersz/Robotics | 5b919fd1e3facc82aff3ce3249cd87766eed6c9c | 19cb0135c6849ed22c5d40e0bad35135d5e4d22d | refs/heads/master | 2021-01-18T04:55:59.896786 | 2015-11-06T22:03:18 | 2015-11-06T22:03:18 | 29,300,353 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 244 | c | #include <stdio.h>
#include "picomms.h"
void turnLeft()
{
int speed = 100;
for(int i = 0; i<297; i++)
{
set_motor(LEFT, speed);
}
}
int main()
{
connect_to_robot();
initialize_robot();
turnLeft();
return 0;
} | [
"henry@morti.plus.com"
] | henry@morti.plus.com |
e8eaa8657934c9de45a03c2ae218f1d8d03a95da | c4084bc67e07491be8a2e33e973d7a48e7ec1af6 | /src/tracker/oreo_tracker_loghandle.c | 1e0c4c0471fec8907743e5152f662bb839cf9442 | [] | no_license | japeto/OreoSync | 2839c34914594ae853fe88282e9191edf36ceb88 | e1aff5f733ddd0b424eb29f3d9006885294b7267 | refs/heads/master | 2020-05-18T11:14:35.056862 | 2016-02-29T18:39:22 | 2016-02-29T18:39:22 | 28,764,584 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 796 | c | /*
* file oreo_tracker_loghandle.c
*
*/
#include "oreo_tracker_loghandle.h"
void writelog(char* message){
FILE *file;
file = fopen(LOG_PATH, "a");
if (file != NULL) {
char* log= malloc(256);
time_t mytime;
mytime = time(NULL);
... | [
"jeffersonamado@gmail.com"
] | jeffersonamado@gmail.com |
41b0f69966c316df8a400907475491cbc76764d3 | d5f7257da1fd3d94eed5c945f59a33fb9822c5c1 | /applib/misc/include/app_md5.h | e5605254529316751df0c14b7c32d83cc1af037d | [] | no_license | dongdong-2009/2503D_MQTT | ce37cd3bd83fbd310e411d21aea663dd02d4ac6a | 15f0ec65a56412935a810712807303362b2c5427 | refs/heads/master | 2023-04-22T21:33:57.079597 | 2021-04-25T11:36:43 | 2021-04-25T11:36:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,959 | h | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used o... | [
"864876693@qq.com"
] | 864876693@qq.com |
c592b76b063c3eda98c1187634272536eb53b4eb | f77412ea7ab9f1beb7414ab4392dd7d20d4b819e | /prj_passthrough/src/usr_design.h | 0ac6dc84df5d62028a5e53b077a1111f7a40f802 | [] | no_license | haby77/BLE-passthrough | afa71b1804a9e551cd27ff529b86f28310ae2db7 | 4900f21c3c901dfb2ada237a8ebcf6f0276ad749 | refs/heads/master | 2021-01-10T22:13:49.942317 | 2015-01-06T02:40:35 | 2015-01-06T02:44:16 | 28,528,195 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,524 | h | /**
****************************************************************************************
*
* @file usr_design.h
*
* @brief Product related design header file.
*
* Copyright (C) Quintic 2012-2013
*
* $Rev: 1.0 $
*
****************************************************************************************
*/... | [
"hab@t-chip.com.cn"
] | hab@t-chip.com.cn |
2692398e1ec3e41c45ec90489c5a7bfc309b7edd | d669fed4c5d259c9641eb92023184f8cfb99a56d | /libft/ft_strclr.c | 80be5b21c1f8f29e435bd342819ce3d2c6ec8a20 | [] | no_license | baudiber/scop | 7a02a7bcacf345043e3c42c201e8c9dfd3237287 | 2997733c753ddd865c7ec9e7c64bd3ea6dd23462 | refs/heads/master | 2023-01-04T20:26:50.092637 | 2020-11-03T16:56:59 | 2020-11-03T16:56:59 | 233,580,027 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 984 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strclr.c :+: :+: :+: ... | [
"baudiber@student.42.fr"
] | baudiber@student.42.fr |
ef6ed0e9509d87346d1c3a04874804269c57fdf9 | b5a553f358fb8dc47e29e7696139a1ed575901a3 | /kernel/lib/lvgl/port/lv_test_theme_1.c | c8f9ce5c6c8b593dfea4ea30fad0acc67cf683c3 | [] | no_license | ZhUyU1997/MINE_OS | 159fb6757d8fbad6552aed97b2242bb1567ce071 | 2cf7026a21762e3dfb2fe2338ceedb51e9b7b9ca | refs/heads/master | 2020-03-21T12:22:13.698847 | 2019-12-14T18:14:30 | 2019-12-14T18:14:30 | 138,549,318 | 27 | 5 | null | null | null | null | UTF-8 | C | false | false | 11,631 | c | /**
* @file lv_test_theme_1.c
*
*/
/*********************
* INCLUDES
*********************/
#include "lvgl.h"
#if 1
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* STATIC PROTOTYPES
**************... | [
"891085309@qq.com"
] | 891085309@qq.com |
fb91431193ec379fea0517a91e25caaf7d31c345 | 5f3c859ebeea5426140edda8124b0049327ed962 | /LAB_05/indice_parola.c | 96186b0cebfc28f9a2502e001ae7ddc96ad22f50 | [] | no_license | marcoghezzi3/algoritmi_laboratorio | 5074b58a33ae549eb8fdccf306c3e17995cfc48f | 9ed9a4207d0eba7d399e8f1740a1af0ab2b7ccdd | refs/heads/master | 2020-05-01T05:27:43.746250 | 2019-07-01T08:09:20 | 2019-07-01T08:09:20 | 177,302,153 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 509 | c | #include <stdio.h>
#include <string.h>
int smallest_word_index(char *s[], int n);
int main(void) {
char *dict[] = { "ciao", "mondo", "aaa", "funziona", "bene", "questo", "programma"};
int lun = 7, pos;
pos = smallest_word_index(dict, lun);
printf("La parola minima si trova in posizione %d.\n", pos); //pos ... | [
"marco.ghezzi96@gmail.com"
] | marco.ghezzi96@gmail.com |
d3ec9d22642381655accce1257b0910092a1d6f5 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/d1c4cbd9-a7d3-4ad8-9403-9197f0d634fc.c | 68758c7930b9cf02287120f59bf977f615db0abc | [] | 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 | 558 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=32;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = l+j;
j = i-j*i;
//variables
/* START VULNERABILITY */
int a;
long b[23];
long c[34];
a = 0;
while (a < strlen(b)) {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
bcc3e537c2b9368d0a9d74281528c75e10f39ab3 | c803f97b0e4780ec1f9eefde1a79d88df495e42b | /ctf/menu.c | a1c19d8e9120f7be1f0c91ee32aea423f6cd69f3 | [] | no_license | vogonsorg/q2dos | 3b520f748dc01438790e63de726bd01c0dfdb504 | b354f741fb5bfad7ef3c8df99abdcec90dd59dec | refs/heads/master | 2023-08-29T02:11:49.194252 | 2021-11-02T01:32:56 | 2021-11-02T01:32:56 | 426,450,955 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,943 | c | /*
* Copyright (C) 1997-2001 Id Software, 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 Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This progra... | [
"emoaddict15@gmail.com"
] | emoaddict15@gmail.com |
f09ef2f86bebf4d440a7ed05762618448ff1379f | bde6789e15f0dc4b2831920ed0e16b01daa80107 | /libft/ft_isdigit.c | c3f1927e094106356fa6f088bf15a76df693cf3e | [] | no_license | tonoli/3D-Wires | a96a58964ebe6bef581314ce6af461a493db9d44 | 68c29cbd6bc51a9aa2ed54fb3e8cd86f5151807f | refs/heads/master | 2021-03-27T10:06:20.970099 | 2017-06-04T23:38:34 | 2017-06-04T23:38:34 | 79,661,282 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 970 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isdigit.c :+: :+: :+: ... | [
"itonoli-@e1z2r3p25.42.us.org"
] | itonoli-@e1z2r3p25.42.us.org |
75410caf6d3dc618105f5bc21954faff842825cf | 71e5f96a29f5d643ab888b37677d38c33f8d765d | /d/islands/argentrock/rooms/argpath3.c | 125f602c968e1a8934fc85ad9dfbd1a42a3c2d8f | [
"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 | 314 | c | #include <std.h>
#include "../argabbr.h"
inherit INH+"argpath";
void create() {
::create();
set_exits( (["east":PATH+"argpath4",
"south":PATH+"argpath12",
"west":PATH+"argpath2"]) );
if(mobs) { make_creatures(); }
}
void reset()
{
if(mobs) { make_creatures(); }
::reset();
}
| [
"law@shadowgate.org"
] | law@shadowgate.org |
3daef33ef41e61ccfb5ab4d05cb717c3a17900c6 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/7dc7716c-682c-4e22-a86a-a4aa24ecb235.c | d6f51475d10178878885f5f7112bb59c345c7fc1 | [] | 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 | 586 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l-j;
l = l-j;
k = k-j*i;
//variables
/* START VULNERABILITY */
int a;
int b[29];
int c[60];
a = 0;
while (b[( a - 1 )]... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
a4216aa1d71bb3bee0b3e065e2325a1fe93a4c83 | 8b251318d94ab1b37aaafe8843d8b201a4f32146 | /Release/2019.05.23/file/realize.h | 4ecdb33b1c37b98d5682b80ff04746ae7f818d12 | [
"MIT"
] | permissive | Seizzzz/LogisticsSimulation | 9df09fd7ed437292b5d847b8e7871ef26bc6b0f5 | 4bd86996b79654df8d3a9a6e6e1cb01979315954 | refs/heads/master | 2022-01-30T16:09:34.298185 | 2019-06-30T12:55:33 | 2019-06-30T12:55:33 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 523 | h | #pragma once
struct Point
{
int x;
int y;
int deadline; //最晚到达时间
bool isRes; //是否是商家
}; //地图点
struct Data
{
int Number;
int OrderTime;
Point Restaurant;
Point Customer;
}; //数据
struct Motor
{
int number;
bool enable;
Point Position;
stack<Point> Map;
}; //骑手
ifstream intest(TestFileName);
ifstream in... | [
"suozhengduo@hotmail.com"
] | suozhengduo@hotmail.com |
1b0cb589675eafd9a4027013048c2b54d7ee1d9e | 5141bf716e97cfd1f5c3a69304a36bb63f406a79 | /comm.h | c29ab3f6d69b004ff3510062d4b62c5e8a04dcbc | [] | no_license | Av0c/rpi3 | 6877fd146261343b50c34e3b0bf93766949eee78 | cb8f4f621c05c0c223a01a38eaf73031a1251294 | refs/heads/master | 2021-01-22T22:44:11.145056 | 2017-04-26T18:25:16 | 2017-04-26T18:25:16 | 85,571,361 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 190 | h | //in this header we define function and varibles for CURL communication
#define COMM
#define URL "http://www.cc.puv.fi/~e1601127/php/soundProject/sound.php"
void send_data_curl(double[]);
| [
"noreply@github.com"
] | Av0c.noreply@github.com |
474e364b7a7ef45b86f77c0127cecfc2df3573fc | 309862de81156e064805dfc860eb09a0541903b4 | /ERP/ERP.c | aa4072698dc3636c163959f723f4efb864eb3cf3 | [] | no_license | Rashid46/Projects | b3a25f1b5607b27621cbb4be0d1e22ef9864d157 | 7ac7e64825b7993755e026639034ce377da7acbd | refs/heads/master | 2020-05-21T00:38:04.537863 | 2019-05-09T17:08:52 | 2019-05-09T17:08:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,441 | c | #include<stdio.h>
#include<string.h>
#include<stdlib.h>
int admin();
int admin2();
int adminpassword();
int cus();
int cus1();
int cus2();
int sony();
FILE *fadmin;
FILE *fsony;
FILE *fsonyprice;
char username[100];
char password[100];
char price[100];
char name[100];
int price2;
int main()
{
in... | [
"noreply@github.com"
] | Rashid46.noreply@github.com |
ad663466825f490a6beae43732020c2a15803b93 | 8b807e7da33a52e896fcf3698e894d2f219422a8 | /feature/dsdt/src/msapi/gtSysStatus.c | 7b03fe7f3cb42b6c0f8e9d8c9e499ac491cbc00d | [] | no_license | ubuntu11/OBNetOS | bf71dfa4ce71500e266c6dae03d53524f133ae7f | 846bacebfce501a323d7a8d24794ee18dd0bd586 | refs/heads/master | 2021-06-20T15:25:48.016853 | 2017-05-15T07:08:30 | 2017-05-15T07:08:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,239 | c |
#include "mconfig.h"
#if MARVELL_SWITCH
#include <Copyright.h>
/*******************************************************************************
* gtSysStatus.c
*
* DESCRIPTION:
* API definitions for system global status.
* Added for fullsail
*
* DEPENDENCIES:
*
* FILE REVISION NUMBER:
* ... | [
"475060298@qq.com"
] | 475060298@qq.com |
392c3141e6ccb78c67408bc5995f7111b5945652 | 3c86ee35cfa29e3eced34bb64eee9dfb2460724a | /Thermometr.cydsn/codegentemp/LED_SEG_PWM.c | 5933f5db28ce6f249d57296d57dbd0483b8462d8 | [] | no_license | remixvit/Thermometr | b75d36ee6941a4fe6c861ac2ab1d28df128478e9 | 2131bf79400704ed95591f1c343b37d92ed103bc | refs/heads/master | 2021-01-11T04:10:01.660394 | 2016-02-08T13:23:34 | 2016-02-08T13:23:34 | 49,649,574 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 35,050 | c | /*******************************************************************************
* File Name: LED_SEG_PWM.c
* Version 3.30
*
* Description:
* The PWM User Module consist of an 8 or 16-bit counter with two 8 or 16-bit
* comparitors. Each instance of this user module is capable of generating
* two PWM outputs w... | [
"remixvit@gmail.com"
] | remixvit@gmail.com |
e6c5aef78cb94b2228b2ad51185b405a8d071313 | 05168ccf77b76515830a2bf2c4574fe072f2a231 | /Miscellaneous/DisplayMyName.c | a137d5ffb45e3ca0ba034c99a514c222a486be6e | [
"MIT"
] | permissive | Yasser-M-Abdalkader/C | d2a81e942f2de450073970a8372ca208a246bb99 | f603eef11ea14a730a5fb41e36b3dba5f852fe01 | refs/heads/main | 2023-06-25T10:37:00.888509 | 2021-07-25T05:26:06 | 2021-07-25T05:26:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,366 | c | #include <stdio.h>
#include <conio.h>
#include <string.h>
#include <windows.h>
int main()
{
int i,j,x;
printf("Solve The Puzzle\n");
printf("================\n");
printf("Enter the delay in milliseconds to print the pattern: ");
scanf("%d",&x);
printf("\n");
char answer[6];
char name[10... | [
"pauravshah1999@gmail.com"
] | pauravshah1999@gmail.com |
63505da39b0a6933b1c0fcfc93c0d9dd85c512db | da981f4ac0068e5145e3120dbc86429ed10d92ea | /ScopedStaticVariableASingleInstance/commonlib.h | f3235ada1af68ac5a611a2a0fa2da8c2d15ca932 | [
"MIT"
] | permissive | haxpor/cpp_st | 9d5c54e5ad7e4676635dc17e354f3fbe929b4d0e | 600b388a9b26ece3ce02e26899621f58260d8627 | refs/heads/master | 2023-07-25T23:04:54.922087 | 2023-07-24T16:54:12 | 2023-07-24T16:54:12 | 204,326,822 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 191 | h | #pragma once
struct Widget
{
int val {0};
};
struct CommonLib
{
// implemented as inline header
static Widget* GetWidgetInstance()
{
static Widget s_widget;
return &s_widget;
}
};
| [
"haxpor@gmail.com"
] | haxpor@gmail.com |
c9b4b215b31d38fc57de6cfa0f26b3c136778658 | 0c4bd1b977cc714a8a6b2839f51c4247ecfd32b1 | /C++/chaRNN/C/Record_312500.c | 67dcd358ff2ef948879c80c1da92bd88bc40c2b9 | [] | no_license | ishine/neuralLOGIC | 281d498b40159308815cee6327e6cf79c9426b16 | 3eb3b9980e7f7a7d87a77ef40b1794fb5137c459 | refs/heads/master | 2020-08-14T14:11:54.487922 | 2019-10-14T05:32:53 | 2019-10-14T05:32:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,000 | c | _event *filter;
t pred);
opt trace_ivty
syn struct event thyOININM;
difden]>filter;
}
oWmatchtrenmems(rii filter;
$create_filter;
}
struct ftrace_subsystem filter
tructeeventer);
istem iltere Qn_ops = synchi}(filtersditefpt);
if (harirened * !_NULEy;
);
int chenr = event_filter;
}
struct ftrace_sFbse_filt... | [
"the.new.horizon@outlook.com"
] | the.new.horizon@outlook.com |
0cd81562ea05d9e9add561d5029538f306e37f12 | 540393723744c13d3213fac2e43822b6e5548187 | /demo/fkine2d/fkine2d.c | 682396eabad7b2a7963f2a2aa5b13618c32b78d2 | [
"MIT"
] | permissive | achilles288/robot-kinematics | aca46be5eb0ad67b8d76614bf3ac1d2ea2909ebc | 65514f6ee5842e147e5eae9f7b4bae60ee0f5467 | refs/heads/master | 2022-10-24T13:15:28.676433 | 2020-04-17T18:08:23 | 2020-04-17T18:08:23 | 233,884,775 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,142 | c | #include <rk/kinematics.h>
#include <stdio.h>
#include <string.h>
int main() {
// A 3-DOF chain
rkLink2D *chain = rkCreateChain2D(3);
rkJoinLink2D(chain, 6.2f);
rkJoinLink2D(chain, 5.0f);
rkJoinLink2D(chain, 3.5f);
// Enter joint variables
char buff[16];
printf("q0: ");
fgets(... | [
"khantkyawkhaung288@gmail.com"
] | khantkyawkhaung288@gmail.com |
cd2590f4f8b8638263240e1a124fa269ff9fbdac | d03c974a698c38abc55cc4f86bca087c2dd0143f | /sw/src/ui/settings_valves.c | 000ee09c5f8c09f758e188019aa68b6c885353c2 | [] | no_license | usevolt/display | fb8f409bc51afbdd8359df5901ec0759d976d279 | bbc432a9d2fdf4b7bcb6f029614239eb7f9fd07e | refs/heads/master | 2022-08-01T08:55:13.117157 | 2021-03-13T10:55:37 | 2021-03-13T10:55:37 | 203,030,726 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,201 | c | /*
* settings_valves.c
*
* Created on: Oct 30, 2016
* Author: usevolt
*/
#include "settings_valves.h"
#include "main.h"
#include "gui.h"
#include "network.h"
#include "tr.h"
#define this (&gui.windows.settings.valves)
#define SLIDERS_HEIGHT 270
static void sliders_show(uv_uitreeobject_st *obj);
voi... | [
"olli.usenius@usevolt.fi"
] | olli.usenius@usevolt.fi |
928330a4b49ebd7363f70f764b9f36644210e8f4 | df0cdfe1b771821be57417fc1c4a473ecf2047ef | /Proyecto1_Metodo_montante.c | 1595d0008ee8f1edcb6e28fc779e50aa6a1e58a7 | [] | no_license | treviom90/Montante | 235173322d902eed80987232de5029f66f73a2b2 | 7913a7cf8011191c91e229075fc93cc76940c240 | refs/heads/master | 2023-07-16T01:55:59.487855 | 2021-09-02T14:37:00 | 2021-09-02T14:37:00 | 402,451,512 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 9,364 | c | #include<stdio.h>
#include<stdlib.h>
#include<ctype.h>
#include<string.h>
/*MÉTODO MONTANTE*/
/*
| 2 5 6 | 1 |
| 7 8 8 | 2 |
| 6 9 2 | 4 |
*/
//auxiliar para validacion global
char aux[50];
//funcion que valida solo numeros
int validar_entero(char *n){
int i,longi;
longi = strlen(n);
for(i=0;i<longi... | [
"cecilia261002@hotmail.com"
] | cecilia261002@hotmail.com |
fd291ba1565e2fbe548c49cc3363a5ab735243f6 | e7a09ea1e1e7b230d53a225499dd924d3de63533 | /Knotdebug.h | f8a2e1dd7751be5c8b4656b417549ff701bf9307 | [
"MIT"
] | permissive | ahyangyi/sgt-puzzles | 8063e54fc6352a3ba85dbeb5f3c7b9b071ef5435 | d323ca8b8e7c96c806b1564efd5e357d80bf665e | refs/heads/master | 2021-01-24T00:18:24.747217 | 2015-07-28T11:51:56 | 2015-07-28T11:51:56 | 2,567,861 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 325 | h | #ifndef Knotdebug_HEADER
#define Knotdebug_HEADER
#include <QString>
#ifdef KNOTPLASM_DEBUG
void knotDebugClear (QString category);
void knotDebugAppend (QString category, QString s);
void knotDebugFlush ();
#else
#define knotDebugClear(category)
#define knotDebugAppend(category, s)
#define knotDebugFlush()
#endif
#... | [
"ahyangyi@gmail.com"
] | ahyangyi@gmail.com |
72a435b4939af176418a0cca37200d5bc2e72b3d | ba60e549c289740bac96dd9c22db53c33b0c9354 | /expt.c | e0fa3b526bb8efac1a9d2465bf53fac781a4a2b3 | [] | no_license | yashdavisgupta/csc161-reading-exercises | 408474c351862d8011ccf59cd40d2d31d84ac77f | d2b0711fdf93d936c0e6f745b810ac81d134a844 | refs/heads/master | 2020-05-23T07:50:05.578626 | 2017-02-24T18:33:25 | 2017-02-24T18:33:25 | 80,453,143 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 222 | c | #include <stdio.h>
int expt(float num, int pow){
int i;
float result = 1;
for(i = 0; i<=pow; i++){
result *= num;
}
printf("%d\n", result);
}
int main(void){
expt(2, 3);
expt(0.5, 2);
expt(0.25, -2);
expt(10.0, 0);
}
| [
"noreply@github.com"
] | yashdavisgupta.noreply@github.com |
513b8ef942dd9568fab62db70afdcc8835d094d9 | 6aa8dbca5c42ae075456e37aee513fa333aa6c14 | /chap4/Stack.h | 78055aad8180c2c1d362e128e3788bd8e6fa47e4 | [] | no_license | sby5388/DataStructureBook | cb876854a7477aab9f446117190ea56dd2c53cd8 | 99352efe36d7f764f4937181434c9bcbdb94385c | refs/heads/main | 2023-02-01T06:00:29.612114 | 2020-12-13T15:44:26 | 2020-12-13T15:44:26 | 321,099,979 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 585 | h | //
// Created by Administrator on 2020/12/13.
//
#include "BinTree.h"
#ifndef DATASTRUCTUREBOOK_STACK_H
#define DATASTRUCTUREBOOK_STACK_H
typedef BinTree BT;
typedef struct SNode *PtrToSNode;
typedef PtrToSNode Stack;
struct SNode {
BT Data;
Stack Next;
};
/*
* 创建堆栈的头结点
*/
Stack CreateStack();
/**
*
* 空... | [
"sby5388@github.com"
] | sby5388@github.com |
c54c578425d0c9111f39d099e8c3bba4098e04f2 | 2d578ae5e1e030606f6181f50b168dbfa3c8f8a5 | /c0lex.h | 11ab0de27332afc47653b886ee8e199bad456672 | [] | no_license | sfzyk/buaa-c0compiler | bc5bb0e205a672ad647293466c358e3f509bd076 | 98a914978f1504102b2fb81cdf09845c8d35068f | refs/heads/master | 2020-04-11T22:31:59.961791 | 2018-12-18T03:33:43 | 2018-12-18T03:33:43 | 162,139,272 | 4 | 0 | null | null | null | null | GB18030 | C | false | false | 565 | h | /*
1 正常解析
0 文件结束
-1 本次解析无意义 (出错或者注释
*/
int get();
typedef enum SYMBOL{
PAD,
CONSTSY,INTSY,FLOATSY,STRINGSY,VOIDSY,IFSY,ELSESY,WHILESY,MAINSY,RETURN,PRINTFSY,SCANFSY,RETURNSY, //13
ADDSY,MINUSSY, //15
MUSY,DISY, //17
EQSY,GESY,LESY,LSY,GSY,NESY, //23
LPSY,RPSY,LPKSY,RPKSY,COMMASY,ASSSY,SEMISY,//30
... | [
"767039957@qq.com"
] | 767039957@qq.com |
a5bb5d8b1dc4e10cde92db48c750ad210d276412 | d741b06ec29242d709ca418aeca874924a9cb380 | /src/tools/math_tools.c | 4124b2fc8779a54a5096d122f59a7e73909417c1 | [] | no_license | evlian/my_defender | b7c30392801271ebf220dfbce1888708c3fd1d31 | e125615784e69ed463e9615f3a277047fd4d2b9e | refs/heads/master | 2023-05-31T04:57:57.092301 | 2021-06-16T10:35:35 | 2021-06-16T10:35:35 | 376,060,654 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 617 | c | /*
** EPITECH PROJECT, 2021
** my_defender
** File description:
** math_tools
*/
#include "../../include/defender.h"
int in_circle(sfVector2f center, int radius, sfVector2f target)
{
float square_dist = pow((center.x - target.x), 2)
+ pow((center.y - target.y), 2);
return square_dist <... | [
"evlian.mullabazi@epitech.eu"
] | evlian.mullabazi@epitech.eu |
d627c12a20b58976e5c1ab6bf6f36ed21eadf164 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/base/pnp/setupapi/inf.h | 07245c5cf3dd1828756ac310b3891c60a9397cea | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,671 | h | /*++
Copyright (c) 1993-2000 Microsoft Corporation
Module Name:
infload.h
Abstract:
Private header file for internal inf routines.
Author:
Ted Miller (tedm) 19-Jan-1995
Revision History:
Gabe Schaffer (t-gabes) 19-Jul-1998
Added LogContext to LOADED_INF
--*/
//
... | [
"112426112@qq.com"
] | 112426112@qq.com |
1a04b2bafb8fbcb049b76f606a5db2b8d066f298 | 6ef6213d2fa39d1d0ab7e2373d882b9d263e8c6d | /ti_components/open_compute/tiovx_01_03_01_00/conformance_tests/test_tiovx/test_accumulate.c | f066d230bcaab86e740716ba746fded98bc8f511 | [] | no_license | Zhangh2018/PROCESSOR_SDK_VISION_03_06_00_00 | 9c380d3167b156a11a8f21814e94ac5550cddc87 | 05c72de5d031006c7565d4234abd53670a926acd | refs/heads/master | 2021-10-16T13:43:05.313842 | 2019-02-11T09:10:44 | 2019-02-11T09:10:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,388 | c | /*
* Copyright (c) 2012-2017 The Khronos Group Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | [
"yukichen@otobrite.com"
] | yukichen@otobrite.com |
65320d1e7f434cd0c715d6fba35b5ca65bb5b8e6 | 9f79d6a26bd1cd4f3f2c77fce05ba64a58e6b3dd | /Syncopation_Pwm.h | a0275a94a3ab9c245136bbab0dc5b8db70c806e8 | [] | no_license | aspe439/DAHB_DC-AC_Test | ca19cceae570d60fd96b7dd276e571b4a2609fca | 76f8485d4b51f5c1e866d6fd7207d50263225328 | refs/heads/master | 2020-06-07T06:58:00.265383 | 2019-06-20T16:57:54 | 2019-06-20T16:57:54 | 192,955,775 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 471 | h | /*
* Syncopation_Pwm.h
*
* Created on: Jan 23, 2019
* Author: y3437
*/
#ifndef SYNCOPATION_PWM_H_
#define SYNCOPATION_PWM_H_
extern void Dab_EN();
extern void Boost_EN();
extern void Dab_DIS();
extern void Boost_DIS();
extern void DabFreq_INC();
extern void DabFreq_DEC();
extern void DabPhs_INC();
extern ... | [
"noreply@github.com"
] | aspe439.noreply@github.com |
80cd2dfe7ad59826c09bc0f5bf254007dce29dad | f8a6b48d895aaeb20e5da8128f7e77addb2531ac | /Meduim/Jump_Game/src/Jump_Game.c | d105c953d9191a4f9e07621a0e4b2488c7708973 | [] | no_license | Nada8773/LeetCode | c561168bec0245db1170082382ce86558b57bcb7 | 0ae78ad317b76dc356f54bed430587e04deb982a | refs/heads/master | 2020-04-02T15:45:48.040484 | 2019-02-23T03:00:43 | 2019-02-23T03:00:43 | 154,582,188 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,916 | c | /*
============================================================================
Given [2,3,1,1,4], it means that
From position 0, you can go forward upto 2 positions; i.e, you may go to position 1 or position 2.
From position 1, you can go forward upto 3 positions, to positions 2, 3, 4 (your choice)
Input: [2,3,1,1,... | [
"noreply@github.com"
] | Nada8773.noreply@github.com |
fc469543286bbc668ac9451d2dd09562d6bad531 | 3229fddbf04e391de71901cc6c32c8f67d704914 | /SampleCode/StdDriver/EADC_SWTRG_Trigger/main.c | 38cf51c1af4765251db88b3a354c4fdc45e0fb8a | [
"Apache-2.0"
] | permissive | BaoXingxing-13/M251BSP | 33e037a8407046eebe973ab9328811e8d800adf8 | 62a4fd92280d6bf5113a60ce58df704931970df6 | refs/heads/master | 2023-07-10T17:32:51.546767 | 2021-08-26T09:51:47 | 2021-08-26T09:51:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,722 | c | /****************************************************************************//**
* @file main.c
* @version V0.10
* @brief Trigger EADC by writing EADC_SWTRG register.
*
* SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
******************************... | [
"CHHsieh3@nuvoton.com"
] | CHHsieh3@nuvoton.com |
db613d0b4cfa5c52cf19841229f3e987a52a6be5 | 3984d16c69600a0883427ed01bd971b0d4d7c18b | /inc/include/term_entry.h | 1074f167c1c5ebead4bdfa891f1028647fafaca8 | [] | no_license | venkatarajasekhar/Lerdu | 2f3db41d2f6955a2bd49ca0854c85aaf8dd60ae0 | c4aa3b1c5fb01908d62d25d9e71c0f6165b64b7d | refs/heads/master | 2020-06-18T07:41:29.511894 | 2012-10-28T15:14:48 | 2012-10-28T15:14:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,584 | h | /****************************************************************************
* Copyright (c) 1998-2009,2011 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy ... | [
"cc@uiv.cc"
] | cc@uiv.cc |
f67a43b22b129d53bf405111e1bc88d276c796d6 | 6257db3f4fe20ca569c97c008ae57f09061fcc2a | /0x04-more_functions_nested_loops/10-print_triangle.c | 39ad25e45666534af8d74fbb5084cc312f1b60c5 | [] | no_license | Jesse-Domey/holbertonschool-low_level_programming-4 | edc48a68551adcd6ed8ed6187b44fb2643479b01 | e19d70703dbb392f5f05e55461dd6d93cdb03465 | refs/heads/master | 2023-04-18T23:21:25.946334 | 2021-04-25T19:27:40 | 2021-04-25T19:27:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 367 | c | #include "holberton.h"
/**
* print_triangle - prints a triangle
* @size: input value
* Return: void
*/
void print_triangle(int size)
{
int i, l, m, aux1;
aux1 = 1;
if (size <= 0)
{
_putchar('\n');
}
else
{
for (l = 0; l < size; l++)
{
for (i = 0; i < size - aux1; i++)
{
_putchar(32);
}
for (m = 1; m <= aux1; m++)
{... | [
"samuel.srmv@gmail.com"
] | samuel.srmv@gmail.com |
b824cbdc0b5a1da88a1041fa8a969597b26347fc | 7f2d4ffcfbd2437ab347adf0bf609acb2c222eb4 | /cl/include/SDK/xa.h | 4fb100e01196bd5fee3830945ae36b731a8c9026 | [] | no_license | mensong/CppScript | d46d5939e8ffad83897b4a28094351093752128c | 622e00b49137caf95812735b5938a794537825dd | refs/heads/master | 2023-06-08T11:16:47.076693 | 2023-05-28T04:35:25 | 2023-05-28T04:35:25 | 166,553,412 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,092 | h | // Copyright (C) 1995-1999 Microsoft Corporation. All rights reserved.
/* -----------------------------------------------------------------
* Microsoft Distributed Transaction Coordinator
* Microsoft Corporation, 1995.
*
* File : xa.h
*
* Contents : This file is derived from xa.h as it appears in
* "Distrib... | [
"mail0668@gmail.com"
] | mail0668@gmail.com |
53c1542c3555df49d414a961cac2d08391b32b25 | 7f7fdcebe0154def98273277896c34487c46344c | /Generated_Source/PSoC5/Audio_Timer_PM.c | 90e6b840166fd4028b8c247d811a1e2b8d4f9609 | [] | no_license | matthewha123/Harmonica_Synth_Hero_6.115 | 659e7b05c36d6a3d4124c0913f1d1addb436b047 | 80ba058b910e1e3b28689c840eb099974e080bd0 | refs/heads/master | 2021-05-26T10:42:23.522964 | 2020-04-08T13:42:15 | 2020-04-08T13:42:15 | 254,100,379 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,367 | c | /*******************************************************************************
* File Name: Audio_Timer_PM.c
* Version 2.70
*
* Description:
* This file provides the power management source code to API for the
* Timer.
*
* Note:
* None
*
*****************************************************************... | [
"matthewha123@gmail.com"
] | matthewha123@gmail.com |
fa0b81bf22c1eeb232256b5c61d602169695b462 | cdbbe83cfccff2582acd69c927a9cc204223fb36 | /padrone/outside/back_yard.c | 14244b0cd654468942cedaf517146412beaa8cb0 | [] | no_license | november-kilo/lpmud-castles | fcefb42f30c5cd9cba76ce138c30da11d4de55e1 | 1880884fa2db873b87154f904bd09704c8ab4b00 | refs/heads/master | 2020-04-18T21:17:27.028685 | 2019-01-27T02:28:27 | 2019-01-27T02:28:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,376 | c | reset(arg) {
if (arg)
return;
set_light(1);
}
short() {
if (set_light(0))
return "Back yard";
return "dark room";
}
init() {
add_action("move1", "north");
add_action("move2", "down");
add_action("move3", "west");
add_action("move4", "east");
add_action("move5", "south");
}
move1... | [
"natasha.i.koroleva@gmail.com"
] | natasha.i.koroleva@gmail.com |
45f54f000211891c5b5ebdd2422c0b4f06d2e5f1 | 5638052828d55b88245ff02ff12214ceb0658c61 | /gba/lgl/fonts_common.h | 189de89dc53f731cde090a60727a781a03cef5ad | [] | no_license | enkayz/misc | eca85fdcb063c10c826e6e83633a08b2071d134f | f33628c8e5ad9bdc869c141cf6163430447aedb4 | refs/heads/master | 2020-04-17T10:43:16.615107 | 2015-05-09T14:00:34 | 2015-05-09T14:00:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 587 | h | #ifndef LGL_FONTS_COMMON_H
#define LGL_FONTS_COMMON_H
#include "registers.h"
#include "memory.h"
#include "video.h"
#include "bg.h"
#define CHAR_SPACE ' '
enum FONTS_DEFS
{
FONT_WIDTH = 8,
ASCII_START = 32,
/* XXX this was at some point 30, not 32 as TILES_PER_ROW */
CHARS_PER_ROW = TILES_PER_ROW,
CHARS_PER_COL... | [
"sakari@psitriangle.net"
] | sakari@psitriangle.net |
8b205fbec7a590b3bc3c8b143ed98ae7910c2b8e | 59409fab0056c63eb8b43c6bebc46ad2320e5f3f | /MAX10/tsbs/common_sw_library/tsb/ip/software/c_low_level_counter/c_low_level_counter.h | 47a2f1384ca92d43c0e201759f72054605437a5f | [] | no_license | thomaslindner/xu1-max10-testing | ce96004e9ee51c927ec64fdc8d2438bc95742a46 | a44bdeff1bf533632bfaea5ab9c8cf22d0529e85 | refs/heads/master | 2022-12-22T20:14:30.665124 | 2020-05-19T22:53:52 | 2020-05-19T22:53:52 | 295,867,338 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 998 | h | /*
* low_level_counter.h
*
* Created on: Jun 29, 2017
* Author: user
*/
#ifndef C_LOW_LEVEL_COUNTER_H_
#define C_LOW_LEVEL_COUNTER_H_
#include <stdint.h>
unsigned long long low_level_counter_get_timestamp(uint32_t base, uint32_t clock_crossing_wait_us);
unsigned long long low_level_counter_get_ref_timestam... | [
"rpayne@triumf.ca"
] | rpayne@triumf.ca |
72844364383deed268a10d682df27457d1b6f353 | 3da13de5ea082dcea6e01eaa20be41edf633cdfc | /MC-D1/nrf52832/libraries/crypto/nrf_crypto_mem.h | ba7521bdd879a72ab3bbb9b5501acdd55180d34b | [] | no_license | wucool/fds_test | d95676ea69fee4a130cb946837d7caf0a02262f4 | 55eddb3597aef7a254ec87afc13aa08f5b04c943 | refs/heads/master | 2020-12-02T22:55:15.458415 | 2017-07-04T11:03:49 | 2017-07-04T11:03:49 | 96,204,173 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,029 | h | /* Copyright (c) 2016 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferab... | [
"wuyongxiangd@163.com"
] | wuyongxiangd@163.com |
4508653f751fcfa5aa6f9f8d78a9b70fd9d34225 | 4846558f4827a4abdf0ba7f333d5291e29eb0e01 | /T-Racer/src/core/Intersection.h | 8784dcb5115b505bc77871cb53190c2c115dff48 | [] | no_license | n86-64/CTP-T-racer | 9a729f7b0808f5507e38911e2f7fb32717832925 | df5af9fbab1b3c38ce47fbc459a1a0ebc567bc61 | refs/heads/master | 2020-04-01T13:39:28.613448 | 2019-04-14T14:36:57 | 2019-04-14T14:36:57 | 153,261,434 | 0 | 0 | null | 2019-04-14T14:36:58 | 2018-10-16T09:45:53 | HTML | UTF-8 | C | false | false | 645 | h | /** @file Intersection.h
* @brief A collection of data structures for intersection.
*
* Defines a collection of intersection resolutions.
*
* @author Nathan Butt (n86-64)
* @bug No known bugs.
*/
#pragma once
#include "helpers/Math_Vector.h"
struct T_racer_TriangleIntersection
{
bool intersection = false;
/... | [
"nathan.butt@gmail.com"
] | nathan.butt@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.