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 802
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 148
values | src_encoding stringclasses 33
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.3M | extension stringclasses 118
values | content stringlengths 3 10.3M | authors listlengths 1 1 | author_id stringlengths 0 228 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c5499b855dc55f914bd0d0157a9e017fb8ac9fbf | bb7d83cd9ab2fa9995bcfb970d2dcccd0fcc7cc4 | /xlockmore/5.x/5.65/xlockmore-5.65/modes/nose.c | 6c462c7a902b3f1016974c08d551cad6c880c0cd | [] | no_license | daveriesz/xlockmore-releases | 8e6b4aeab63427e605e693cb55f68524a5dde319 | a85e159040ed993be28fea691d5bbaf4e53dcd3f | refs/heads/master | 2023-04-06T16:21:33.544578 | 2023-03-17T23:25:32 | 2023-03-17T23:25:32 | 292,445,787 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 27,667 | c | /* -*- Mode: C; tab-width: 4 -*- */
/*-
* nose --- a little guy with a big nose and a hat wanders around
* spewing out messages
*/
#if 0
static const char sccsid[] = "@(#)nose.c 5.00 2000/11/01 xlockmore";
#endif
/*-
* Permission to use, copy, modify, and distribute this software and its
* documentatio... | [
"dave@riesz.net"
] | dave@riesz.net |
2896d6515ab0e367bdac1dbd3ff1e4b66e87b5c7 | e22e03d9761f5c6d581b5af2e77343e8ee4b201d | /edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.c | 30d9669129b56498915d5f99221edf35799eb945 | [
"OpenSSL",
"BSD-2-Clause"
] | permissive | SamuelTulach/SecureFakePkg | 759975fcc84d62f05ac577da48353752e5334878 | f34080a6c0efb6ca3dd755365778d0bcdca6b991 | refs/heads/main | 2023-08-17T07:51:22.175924 | 2021-10-01T10:46:14 | 2021-10-01T10:46:14 | 410,938,306 | 94 | 14 | null | null | null | null | UTF-8 | C | false | false | 2,476 | c | /** @file
Status Code Handler Driver which produces general handlers and hook them
onto the SMM status code router.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD Lice... | [
"samtulach@gmail.com"
] | samtulach@gmail.com |
916a861993b4eb7b4feb9c5584b31557302875aa | ee706b5a790a5dec6066489ecd9abf29c72e425e | /pluto_examples/gen_kernels/lbpar_3d7pt_var4_4_24_256/3d7pt_var.c | 470fed18366caca6c999aa92257c260914e07040 | [
"BSD-3-Clause"
] | permissive | ecrc/girih | f7deb23f3c970fb0904defefa7efb279605dada4 | 3e85fd675c65c147837099755682b2e9590325d1 | refs/heads/master | 2022-12-02T06:56:35.489215 | 2022-11-09T13:34:29 | 2022-11-09T13:34:29 | 24,135,538 | 13 | 5 | BSD-3-Clause | 2022-11-09T07:42:53 | 2014-09-17T08:01:53 | C | UTF-8 | C | false | false | 5,139 | c | /*
* Order-1, 3D 7 point stencil with variable coefficients
* Adapted from PLUTO and Pochoir test bench
*
* Tareq Malas
*/
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#ifdef LIKWID_PERFMON
#include <likwid.h>
#endif
#include "print_utils.h"
#define TESTS 2
#define MAX(a,b) ((a) > (b) ? a : b)
#... | [
"tareq.malas@kaust.edu.sa"
] | tareq.malas@kaust.edu.sa |
7878300a059e9709bef677be1c1305948c9032ca | 031f0f222881f127f5eb2d40a5ba36990878ac10 | /npiper.c | ac96c9676d5bb6c41bc1229f07592ca0fd651a98 | [] | no_license | abhilabh/SystemProg | 3fafe87c4568bf9e30d3bb06477bf275d9dc544e | 7c1772410247abdd95c6107755287cc71d67dd9a | refs/heads/master | 2021-01-10T21:58:18.790506 | 2015-07-26T20:51:41 | 2015-07-26T20:51:41 | 39,741,205 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 461 | c | #include"common.h"
#define BUFSIZE 100
int main(int argc, char *argv[])
{
int fd,fd1, spcount, n, k;
char buf[BUFSIZE+1];
fd1=open("try.c",O_RDONLY);
n=read(fd1,buf,BUFSIZE);
mkfifo("fifo", 0660);
fd = open("fifo", O_WRONLY);
n = write(fd, buf, BUFSIZE);
// buf[n] = 0;
// printf... | [
"kumarlabh.kumar5@gmail.com"
] | kumarlabh.kumar5@gmail.com |
52c0d00feb7153b0167cac781f7c9558c1ef4741 | 04ad1e5adbf9c8011629cce5251ac6e2f6b657e4 | /d/quanzhou/yuanhe.c | 28e891b9b04250308d9502884b7bcf8dc138794b | [] | no_license | cao777/mudwllz2-utf8 | 7398dd2dc702e8ab9a3c98895d2afc3392c07232 | 19ae1d998a871b9ad7f29c467481015143ffb7a8 | refs/heads/master | 2023-03-16T08:34:07.707561 | 2020-05-09T00:04:07 | 2020-05-09T00:04:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 430 | c | // yuanhe.c 源和堂
inherit ROOM;
void create()
{
set("short", "源和堂");
set("long", @LONG
这是远近闻名的蜜饯制作铺,各色水果经过他们的加工后风味独特,
甜而不腻,咸而不过,酸而不涩,又可以长期保存,远销海内外。
LONG
);
set("exits", ([ /* sizeof() == 4 */
"northeast" : __DIR__"minzai2",
"east" : __DIR__"minzai3",
]));
setup();
replace_program(ROOM);
}
| [
"ashwing920@gmail.com"
] | ashwing920@gmail.com |
6f1b459f717778d7ad84d9968eea87ab409ead5b | 830c6c6a6bdd13bdecf28d2636646b8b2879d3f2 | /extra/debruijn.c | 845cc516682f98f36bbf7ddff889303aa84377c2 | [
"MIT"
] | permissive | enjoylife/DataMonkey | 6166ffe8c7e0f9eb35ee4c281df83ff52b5a0c83 | 90b7bca5d92411f59c98cb4bba227abdb7dcd3ae | refs/heads/master | 2021-01-17T11:30:17.527349 | 2012-12-03T05:48:46 | 2012-12-03T05:48:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 468 | c | #define debruijn32 0x077CB531UL
/* debruijn32 = 0000 0111 0111 1100 1011 0101 0011 0001 */
/* table to convert debruijn index to standard index */
int index32[32];
/* routine to initialize index32 */
void setup( void )
{
int i;
for (i = 0; i < 32; i++) {
index32[ (debruijn32 << i) >> 27 ] = i;
}
}
/... | [
"matthew@mpc.homenet"
] | matthew@mpc.homenet |
dcbda0865d81d87563188dbac55943fd8979c38b | 3d0de0f2549d9025540fcec88624c72c079b406f | /Integration/MCAL/Include/Can.h | 0c9622485e3c96b1a913ae66a7c7739ab5ce846f | [] | no_license | ongbut999/Jenkins_Test | ee19936e1577bd93d2755d21299ed3fbec553db6 | abb74480c4ce938dd1c7463627c4074071580af4 | refs/heads/master | 2023-06-23T21:26:57.794427 | 2021-07-22T08:05:20 | 2021-07-22T08:05:20 | 388,372,287 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,725 | h |
#ifndef CAN_H
#define CAN_H
#include "Can_17_MCanP.h"
#define CAN_AR_RELEASE_MAJOR_VERSION 4
#define CAN_AR_RELEASE_MINOR_VERSION 2 /* CIX2SGH */
#define CAN_AR_RELEASE_REVISION_VERSION 3
#define Can_Init(a) Can_17_MCanP_Init(a)
#if (CAN_CHANGE_BAUDRATE_API == STD_ON)
#define Can_CheckBaudrate(a,b) ... | [
"fixed-term.Truong.HuynhQuang@vn.bosch.com"
] | fixed-term.Truong.HuynhQuang@vn.bosch.com |
655c4cf9bd84c5bd15e37aadf3a6c1e8183cc709 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/drivers/media/pci/cx18/cx18-dvb.c.bak.c | 0f6e257a2e0718a56e62fb4f89702323a6faa06f | [] | 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 | 16,900 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*
* cx18 functions for DVB support
*
* Copyright (c) 2008 Steven Toth <stoth@linuxtv.org>
* Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
b450a618dd907312233e792feeb95b90f6b027b5 | 6c2cc0a31074fe86f15f6a6e108909aa2077906a | /Source/NewProject/NewProject.h | 45e7c866feca7085a9a9c646beaa9c55345a9ed2 | [] | no_license | WineScot/UE4-RPG | eb7c0120d4a89f3be12bbb98a404ddb0f44a87a4 | 55549c903951c4cc8919fd83a3f5c35f26472edc | refs/heads/master | 2021-01-21T14:32:36.468808 | 2017-06-26T08:46:03 | 2017-06-26T08:46:03 | 95,296,623 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 148 | h | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#ifndef __NEWPROJECT_H__
#define __NEWPROJECT_H__
#include "EngineMinimal.h"
#endif
| [
"jaskier234@gmail.com"
] | jaskier234@gmail.com |
915e19c750a3b226cc314f49ab308e944f472632 | 7ab8d084803c371cf87b796e25d8102177b35a6f | /solutions/epi/lab1/inc/memlayout.h | d86b95fb4486424a6efb51a3ee43690ed8838b42 | [
"BSD-4-Clause-UC"
] | permissive | OSLL/os-hse-1h2019 | 8c89612406d5b54dc00135caf56fab3a9e7fa4ae | 8f50f40ea44d90a705b24df0056f039eedcdd653 | refs/heads/master | 2020-05-06T12:18:37.700966 | 2019-10-14T11:19:46 | 2019-10-14T11:19:46 | 180,115,834 | 41 | 8 | null | 2019-10-14T11:19:47 | 2019-04-08T09:31:14 | C | UTF-8 | C | false | false | 6,446 | h | #ifndef JOS_INC_MEMLAYOUT_H
#define JOS_INC_MEMLAYOUT_H
#ifndef __ASSEMBLER__
#include <inc/types.h>
#include <inc/mmu.h>
#endif /* not __ASSEMBLER__ */
/*
* This file contains definitions for memory management in our OS,
* which are relevant to both the kernel and user-mode software.
*/
// Global descriptor numb... | [
"kirill.krinkin@gmail.com"
] | kirill.krinkin@gmail.com |
9e08fec5f2f62a1c36515744dc4a1cdf3d785571 | 2a34ed1b2996b4dd9ec92bef7c72b9f66534c332 | /src/fmtutil-miniz.c | 3c851cc5ad460a5b557d1e177e7292f3f9bd5803 | [
"MIT"
] | permissive | gingerbeardman/deark | 593a8fff0b12cfc1c09d90e194d6732def7a02d9 | ef578c0b079a6e367be779f2c788acae00191352 | refs/heads/master | 2022-12-26T08:15:00.197291 | 2020-09-13T16:37:18 | 2020-09-13T19:02:23 | 295,477,051 | 0 | 0 | NOASSERTION | 2020-09-14T16:37:17 | 2020-09-14T16:37:16 | null | UTF-8 | C | false | false | 8,114 | c | // This file is part of Deark.
// Copyright (C) 2016-2019 Jason Summers
// See the file COPYING for terms of use.
// Compression and decompression of Deflate and zlib
#define DE_NOT_IN_MODULE
#include "deark-config.h"
#include "deark-private.h"
#include "deark-fmtutil.h"
#define MINIZ_NO_ZLIB_COMPATIBLE_NAMES
#defin... | [
"jason1@pobox.com"
] | jason1@pobox.com |
2fe4b09de3f47a5a38d184f9ba4327ffd17f39cf | 81113e0a03e8275f878d1eba815811d5e5575d45 | /C16/Listas enlazadas/ll.h | 9f23e3402d9081ee576346a5c72277508c8b82ff | [] | no_license | Djgar98/Y20C1-D | 8486520cfd2f636cb7badf166ced4ee8eb58a51b | dd6de10a64e0b5bc737c0351ff2e48f93e017d72 | refs/heads/master | 2021-01-08T08:30:34.805569 | 2020-03-13T18:06:59 | 2020-03-13T18:06:59 | 245,299,550 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 67 | h | typedef struct node
{
int data;
struct node *next;
}
node;
| [
"djgar98@gmail.com"
] | djgar98@gmail.com |
09622d48aa7cf5521cefccecf7c88270b362c0bf | 854946bdd7428a7f35990282c34b12af095955f4 | /HAL_Driver/Inc/stm32f4xx_hal_hash_ex.h | 696f0a88a1cb4f31940991854fbb7c983dd4c606 | [
"MIT"
] | permissive | liangyongxiang/lv_port_stm32f429_disco | a932b9345f134733a0f7c4c989ccae4ee24cecc6 | bf87483032ba53f69ab336d636a0391544bb5bfa | refs/heads/master | 2022-11-14T04:24:37.139369 | 2020-05-19T08:37:49 | 2020-05-19T08:37:49 | 275,533,315 | 0 | 0 | MIT | 2020-06-28T07:41:02 | 2020-06-28T07:41:01 | null | UTF-8 | C | false | false | 6,582 | h | /**
******************************************************************************
* @file stm32f4xx_hal_hash_ex.h
* @author MCD Application Team
* @version V1.7.0
* @date 17-February-2017
* @brief Header file of HASH HAL Extension module.
*********************************************************... | [
"kisvegabor@gmail.com"
] | kisvegabor@gmail.com |
83c63b77075937b7e6a381cd0427459a7bb2cdeb | 58969d3d19802479fa7f88e553fb60efb5ab3dbd | /算法库/编程/数组的输入和输出.c | fd83efae3c1b0b604087f66988cbd95179b6a827 | [] | no_license | Saikikky/MyLeetcode | eda26ec8565a3de4ffb44b28c9bfdf56089aba30 | 7b97abd53a5dbbe79d55816e82182c2250268686 | refs/heads/master | 2020-04-09T10:58:20.388037 | 2020-03-23T07:29:25 | 2020-03-23T07:29:25 | 160,290,050 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 803 | c | #include <stdio.h>
#include "MyMath.h"
#include "MyRArray.h"
void InputRArray(REAL array[],INTEGER size);
//输入全部数组元素
void OutputRArray(REAL array[],INTEGER size);
//输出全部数组元素
int main()
{
REAL a[maxRArraySize];
INTEGER n;
printf("项数: ");
scanf(ISF, &n);
if (n < 1 || n > maxRArraySize)
{
puts... | [
"1175923612@qq.com"
] | 1175923612@qq.com |
6a75f8f20f9de96d52692aec51f3addec021c123 | 656243ae84ca3a2280cc9cc3aad95afca8e10565 | /Code/CryEngine/CryAction/Network/ExplosiveObjectState.h | 90e88a0bcdaa1626350a2d8ddcbeb60cf75cd56b | [] | no_license | NightOwlsEntertainment/PetBox_A_Journey_to_Conquer_Elementary_Algebra | 914ff61bb210862401acb4d3a2eb19d323b00548 | 8383c5c1162d02310f460a1359f04891e5e85bff | refs/heads/master | 2021-01-22T09:48:55.961703 | 2015-11-11T11:26:27 | 2015-11-11T11:26:27 | 45,846,131 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,202 | h | /*************************************************************************
Crytek Source File.
Copyright (C), Crytek Studios, 2007.
-------------------------------------------------------------------------
$Id$
$DateTime$
Description: network breakability: state of an object pre-explosion
---------------... | [
"jonathan.v.mendoza@gmail.com"
] | jonathan.v.mendoza@gmail.com |
aeef94e9e8104a8a5f09cbca8587958482c58045 | 8b2cc5f88398533772bbb5869f1a4fa15714a7da | /Port_Driver_v1/src/Std_Types.h | 328fa5730852bf391810b35d88b7de723ec2dbab | [] | no_license | Islamshafeek/Dashboard_Autosar | f399b527443e5816434ef93881cfd05dea09807a | 21ca6b92ef53814975c31a288b8e145641f8749b | refs/heads/master | 2023-04-23T16:37:41.285625 | 2021-05-09T20:11:12 | 2021-05-09T20:11:12 | 349,429,901 | 0 | 1 | null | 2021-04-04T12:17:46 | 2021-03-19T13:19:54 | C | UTF-8 | C | false | false | 657 | h | /*
* Std_Types.h
*
* Created on: Apr 22, 2021
* Author: Islam
*/
#ifndef LIB_STD_TYPES_H_
#define LIB_STD_TYPES_H_
//typedef Std_VersionInfoType ;
#define STD_ON 0x01
#define STD_OFF 0x00
typedef struct
{
uint16_t vendorID;
uint16_t moduleID;
uint8_t instanceID;
uint8_t sw_major_version;
u... | [
"Islamshafeek96@gmail.com"
] | Islamshafeek96@gmail.com |
964fee25518380294a00e6616bade182b67b79ec | ac362bb8969d647cd219430bc71c831d894e531c | /sys/arch/powerpc/oea/altivec.c | 429dcb4141502db1256ef87d0da32e8fae544ee6 | [] | 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 | 9,878 | c | /* $NetBSD: altivec.c,v 1.11 2005/12/24 20:07:28 perry Exp $ */
/*
* Copyright (C) 1996 Wolfgang Solfrank.
* Copyright (C) 1996 TooLs GmbH.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
e2f221a8722aac923c9f63e1ec2e9c8063e75a19 | ff004dbe5956df1cf2263aa2c250a3e053a37a70 | /exercise/1.c | 92245105342e9f1003a5f855c99496deab2c5d85 | [] | no_license | deploy-soon/systemExercise | b7c6da93d63da8b33b54a27924c407c13c578f3f | ec7238b889e9dfc4495c61c273d55279faec0f49 | refs/heads/master | 2020-08-28T23:44:43.593988 | 2019-10-27T13:12:40 | 2019-10-27T13:12:40 | 217,856,771 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 415 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
const char secret[8] = "secret!";
void you_win() {
puts("you win!");
exit(0);
}
void you_lose() {
puts("you lose!");
exit(1);
}
int test(char *param){
char solution[8];
if(param == NULL) return 0;
strcpy(solution, param);
return !strcmp(solution, sec... | [
"dyd3312@gmail.com"
] | dyd3312@gmail.com |
c5869f4ba8d0a053663610d371c01fabc26623ca | 5eb32cb5344392334f8419c8a93c5f34ca1a93cf | /src/chinadns.c | db591113cde27c158d7a1994cacc6fdcde666d36 | [
"MIT"
] | permissive | jcyfkimi/ChinaDNS-C | 0031b3e0fe74d8f4968915557b462a4c7639f8ec | 5e8a75c1a0e7681c5f737fae0fc7b06c831d935e | refs/heads/master | 2021-01-18T13:11:37.617382 | 2014-07-30T10:15:25 | 2014-07-30T10:15:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,150 | c | #include <fcntl.h>
#include <netdb.h>
#include <resolv.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/types.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
typedef struct {
ti... | [
"clowwindy42@gmail.com"
] | clowwindy42@gmail.com |
12a519fd412331f00ceb864d94e1d4586ce19058 | 07697dd0e562b70cbfad552e926305231564ffbb | /usejni/src/main/jni/MyJni.c | fb5b7305c00c60e5f2f9c7fd26f4e45c33a2bd1e | [] | no_license | WeiLi-Gao/MyJNITest | ca29e942c62edd3604e8fdeefb8800ae3c4a5601 | c40955d8ea6e548b91e6e3733959e323f973a8a0 | refs/heads/master | 2021-08-07T13:52:16.790266 | 2017-11-08T08:13:04 | 2017-11-08T08:13:04 | 106,649,978 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 286 | c | #include <jni.h>
JNIEXPORT jbooleanJNICALL
Java_com_example_gaoweili_myjni_NdkJniUtils_getIsRight(JNIEnv
*env,
jobject instance,
jstring name_, jint age)
{
const char *name = (*env)->GetStringUTFChars(env, name_, 0);
// TODO
(*env)->ReleaseStringUTFChars(env, name_, name);
} | [
"gaoweili@wingtech.com"
] | gaoweili@wingtech.com |
4c3557e8ae13359831448510694bf175e18697ae | c4c62caff67517a608102a97577e9cd01ebd6624 | /growhouse/end-devices/gecko_sdk_suite/v2.3/platform/radio/rail_lib/chip/efr32/rf/common/cortex/pa.h | 2effe9bbaa36a03fb5e9d5e063e48d566b469695 | [] | no_license | ArrowElectronics/Growhouse | 30ab3b6990206490b12188e7cc9a2982fc47f711 | 0d2eb763947be25704eb23f58da09a27319c7427 | refs/heads/master | 2023-02-17T15:07:34.363647 | 2021-01-19T17:02:44 | 2021-01-19T17:02:44 | 265,281,716 | 5 | 2 | null | 2020-06-03T10:14:03 | 2020-05-19T15:10:20 | C | UTF-8 | C | false | false | 8,157 | h | /***************************************************************************//**
* @file pa.h
* @brief RADIO PA API
*******************************************************************************
* @section License
* <b>(C) Copyright 2015 Silicon Labs, www.silabs.com</b>
******************************************... | [
"einfochips@einfochips.com"
] | einfochips@einfochips.com |
1ceaf5685b0bb186cac1ad4536fb5221e30b0e0e | bc20ad10ca3917ace45aa85eb3a9fc043055486f | /test/unit/lib/bdev/part.c/part_ut.c | a32d4dabf4f1b27981f1ffe5142c110b22bc69c7 | [
"BSD-3-Clause"
] | permissive | morganwang010/spdk | 3deb3f8a5d19ad6d803a7c376c71fb3840f9fca6 | e84f0061dd90efe3ed572d0d3647bf935e744df7 | refs/heads/master | 2021-01-13T15:51:07.580854 | 2018-03-08T14:49:28 | 2018-03-08T14:49:28 | 76,867,602 | 0 | 0 | null | 2018-03-08T14:49:29 | 2016-12-19T14:11:01 | C | UTF-8 | C | false | false | 4,191 | c | /*-
* BSD LICENSE
*
* Copyright (c) Intel Corporation.
* 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 copyri... | [
"james.r.harris@intel.com"
] | james.r.harris@intel.com |
e1465f417595f508afeed88fcbf7a8b8037fc9eb | a8bc053be8ecffd02d7a20e772b92afd575b551f | /new_boot/global.h | caf1fe029c22c38234fce8fa072b0a3eccf043db | [] | no_license | Raintooo/DT-Test | 3df004d1ccec4ebdd04207203f11b8e1373d1422 | afef3446fa1382734fb07c28ea1c7d2f83c08038 | refs/heads/master | 2021-01-08T12:56:36.627565 | 2020-05-01T05:52:02 | 2020-05-01T05:52:02 | 242,033,187 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 204 | h | #ifndef __GLOBAL_H
#define __GLOBAL_H
#include "kernel.h"
extern GdtInfo gGdtInfo;
extern IdtInfo gIdtInfo;
extern void (* RunTask)(volatile Task* p);
extern void (* LoadTask)(volatile Task* p);
#endif | [
"674195564@qq.com"
] | 674195564@qq.com |
846d06d70beda6e42023684b1a23ddf49d5dfb6c | e39cf806c4950119ceaf6d7a305c70b3156451d0 | /homework/343_Assignment1/file_utils.c | bf21a99c62ed2ec21a2034f6f24524a8605bfdb5 | [] | no_license | spefley4/CIS343 | 6e2d1663d6659aed34191008d1b4265e61c37acf | 22d40666e04c44186d745b3bb64afd94686eb8f8 | refs/heads/master | 2021-05-10T13:32:00.133324 | 2018-01-22T16:04:09 | 2018-01-22T16:04:09 | 118,479,047 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 456 | c | #include <stdio.h>
#include <stdlib.h>
//Used code from https://www.programiz.com/c-programming/examples/read-file
int read_file(char* filename, char** buffer) {
FILE* file_pointer;
if((fptr = fopen("output.txt", "r"))=NULL){
fprintf(stderr, "File could not be opened!");
return 1;
}
fscanf(file_pointer, ... | [
"pefleys@eos04.cis.gvsu.edu"
] | pefleys@eos04.cis.gvsu.edu |
f4248f7cb85d887272f7b73882cbaae314647039 | 757479c298b777890635f5c181e81b3173055581 | /Pods/Headers/Public/BeeFramework/ServicePush.h | a23d2ed0d258f7762f388de0d5c1108fcd6ecdf5 | [] | no_license | yeyutinglou/student_iphone | 3c96b1f694336d8ea748afd874b4280658df62df | 5bfa4ec9b005efcf4569e66fc92af2fad49ee014 | refs/heads/master | 2020-03-19T02:54:25.938583 | 2018-06-01T06:04:10 | 2018-06-01T06:04:10 | 135,673,601 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 69 | h | ../../../BeeFramework/services/bee.services.push/source/ServicePush.h | [
"516926914@qq.com"
] | 516926914@qq.com |
1091a7003c5b36a05dfd48e7cfee2efdf82533a9 | d77dbf26a235fad67c7edbcdc5a0b16931dba157 | /ihms-cloud/TCPIP/IHMS/IHMSCloud/motionsensor.c | fda4ccd35e08dbf0d41222b3c9fee59b762c24ea | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Wens-Dany/410Demo | 5556f55183eb23897f4464d360d842d7bc789151 | 882e685ef8ccc261b173982abd06053336a3c1b0 | refs/heads/master | 2021-05-27T11:29:17.429852 | 2014-04-11T03:26:20 | 2014-04-11T03:26:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 67,459 | c | #include "main.h"
#include <plib.h>
#include <math.h>
//#define GetSystemClock() (40000000ul) // 40MHz is set by Max Choi, but the system clock should be 80MHz according to MCU specification.
#define GetInstructionClock() (GetSystemClock()/1)
#define GetPeripheralClock() (GetInstructionClock()/1) // Set... | [
"sunwen900815@163.com"
] | sunwen900815@163.com |
07ad23b555e100a249cb1294382082451ab67289 | daa1641be36f5da55fc3b095eb2d504b48cf6366 | /AOloopControl_read_param.c | f75327fe9962a1423cc4262cf98f1329daeb3403 | [] | no_license | cacao-org/AOloopControl | 30327797c57aba3c3b427d0afd707ed6489cb21d | 2fc06b1b139cda893c9951c65e3eb76a3b8a3a56 | refs/heads/master | 2021-06-03T01:07:33.706607 | 2019-04-25T14:53:27 | 2019-04-25T14:53:27 | 109,219,174 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,323 | c | /**
* @file AOloopControl_read_param.c
* @brief AO loop control : read parameters value - float, char, int
*
* REAL TIME COMPUTING ROUTINES
*
*
* @bug No known bugs.
*
*/
#define _GNU_SOURCE
#include "AOloopControl.h"
//libraries created by O. Guyon
#include "CommandLineInterface/CLIcore.h"
#i... | [
"nour.skaf@gmail.com"
] | nour.skaf@gmail.com |
ebfb425fc18b0b275b711fc3538ed869fbf09c79 | 7b12f7b2de1c5235e124d31cefb99a028c72bbfb | /Problem 3 - Simple DNS Simulator/lserver.c | cb14c82629d47e437587c609f5ed7b30ce50a383 | [] | no_license | yuneg11-archive/SKKU-NET-HW4 | efbf3c8d24ff704d38067ca76c1fbee471795198 | 8a3ccf0a66b73fff3d29990be190dea31207e5d9 | refs/heads/master | 2022-01-05T12:39:12.231395 | 2019-03-28T04:09:23 | 2019-03-28T04:09:23 | 161,126,662 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,859 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#define MAX_DNS_LEN 128
#define MAX_IP_LEN 16
int createAndBindSocket(int port) {
struct sockaddr_in local_addr;
int sockfd;
memset(&local_addr, 0, sizeof(l... | [
"yuneg11@gmail.com"
] | yuneg11@gmail.com |
01fe874668db40a02f9374aea833940f3114a6b8 | e5030a4bd6385694cb8cecd05cc38d11b00da496 | /03_SDK/xr871sdk/src/ota/ota_i.h | f5971285d2e422a13bbce321af97d06f12587439 | [] | no_license | 13824125580/XR871 | a299919c66707a2a5ba49f735cad19fea4883d3d | 206ffefe41ea6801f3e49704b2697d2d5c46fe4a | refs/heads/master | 2021-01-01T17:51:38.089412 | 2017-07-24T05:45:15 | 2017-07-24T05:45:15 | 98,179,255 | 2 | 0 | null | 2017-07-24T10:34:08 | 2017-07-24T10:34:08 | null | UTF-8 | C | false | false | 2,751 | h | /*
* Copyright (C) 2017 XRADIO TECHNOLOGY 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:
* 1. Redistributions of source code must retain the above copyright
* notice,... | [
"leafy.myeh@xradiotech.com"
] | leafy.myeh@xradiotech.com |
6271ba2dc00534cbc704f82821aeb9901299018b | 447ceb228ad8d13b66046a8be5592111bd688a00 | /libft/ft_substr.c | 73da91376d9e6bd021e1d66e5633e050bf47ac43 | [] | no_license | krendelhoff/ft_printf | 286d1d5d3fe84de9e5b8f62898a2e675ab164879 | 6fbc3245b99f4451cc8d95a7e5ce0450c4c3d57a | refs/heads/master | 2023-07-26T09:45:22.270500 | 2021-09-06T19:09:33 | 2021-09-06T19:09:33 | 382,943,020 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 499 | c | #include "libft.h"
char *ft_substr(char const *s, unsigned int start, size_t len)
{
char *newstr;
char *iter;
size_t substrlen;
size_t i;
if (!s)
return (NULL);
i = ft_strlen(s);
if (start >= i)
substrlen = 0;
else
substrlen = i - start;
if (substrlen > len)
substrlen = len;
newstr = (char *)ft_call... | [
"forwmrty@gmail.com"
] | forwmrty@gmail.com |
59076bd458c61a5f483b841f25bb3e4f94b76f5f | 9d9e4088862468b4ff8baf38431e603b101c02ef | /3D RUN/3DRun/Classes/Native/UnityEngine_UnityEngine_AudioClip_PCMReaderCallbackMethodDeclarations.h | e993f11dcf14a7fe4d0499ea72c3199f6975e80f | [] | no_license | jmh6672/Run_3D | 22ca1ba59b8d7fe567df3781a31b80b28788e3aa | f72d30ce5ffbe493020a92b105a59c0fe348f747 | refs/heads/master | 2021-09-14T00:17:56.572759 | 2018-02-13T08:59:05 | 2018-02-13T08:59:05 | 115,467,966 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,783 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// UnityEngine.AudioClip/PCMReaderCallback
struct PCMReaderCallback_t1003;
// System.Object
struct Object_t;
// System.Single[]
struct SingleU... | [
""
] | |
4dc9791b76961f943453867c04fbc2ed5a7a2a13 | 54834dcfae4968dace8722eb7928f1473cdc4cb6 | /Src/main.c | ff84d276e7a21c23e7d0c919aa9c2ab2fc2a12a1 | [] | no_license | GliderWinchItems/gateway | d0d5cebd7424a610a48974c34c1ff18161cacb41 | da5ca55fba82de68396d116d0b109334efa5f7ea | refs/heads/master | 2020-05-06T15:22:42.224760 | 2019-04-11T02:41:04 | 2019-04-11T02:41:04 | 180,187,007 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 29,267 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
* This notice applies to any and all portions of... | [
"dhaselwood@verizon.net"
] | dhaselwood@verizon.net |
de93514e3ee2b7abd069f936e43c17573a80660b | 2a9b2ec98267c8760b86bcdf4973e985d55be96f | /poc/lib/control/vel/dev/cart.h | f68eab9471f2137e6e7527ac8ade94c8a091533f | [] | no_license | uDeviceX/uDeviceX | 51af1a37bc5d1a1e0131dfcb6c008b8528c20746 | c783450b43340177abfad4b02c8e23c8079f6bec | refs/heads/master | 2023-01-24T18:22:12.536904 | 2023-01-20T12:33:56 | 2023-01-20T12:33:56 | 18,841,165 | 20 | 9 | null | null | null | null | UTF-8 | C | false | false | 176 | h | static __device__ float3 transform(Coords_v, TCart, const Particle p) {
enum {X, Y, Z};
float3 u;
u.x = p.v[X];
u.y = p.v[Y];
u.z = p.v[Z];
return u;
}
| [
"slitvinov@gmail.com"
] | slitvinov@gmail.com |
274404ad9638e81e32f6e28e0ea540f048e3e534 | 0d4cfe99ed5f859bd9be2fdd64c50eecc6ce8a23 | /gear-lib/libhomekit/src/server.c | 1b1e287ab7936a82eeaa8b36341fa50c3968d048 | [
"MIT"
] | permissive | zhyh329/gear-lib | 2ac109d2165e850192b4e0cfb30a2fa46e8163fb | 2aa0016da26b2f68c84f7d8995c2ef9dd74c1477 | refs/heads/master | 2021-12-23T11:30:33.080951 | 2021-08-15T15:09:05 | 2021-08-15T15:09:05 | 204,268,073 | 0 | 0 | MIT | 2019-08-25T08:38:04 | 2019-08-25T08:38:04 | null | UTF-8 | C | false | false | 126,881 | c | #include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <stdbool.h>
//#include <lwip/sockets.h>
#include <unistd.h>
#if defined(ESP_IDF)
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include <freertos/queue.h>
#elif defined(ESP_OPEN_RTOS)
#include <Free... | [
"gozfree@163.com"
] | gozfree@163.com |
7a5091b07b5d57f7407d5be99dce59a1383e306a | 72fda86c971fec9c5e15bd02a02fa3ee49563845 | /vendor/libftm/src/mat4/ftm_mat4init_frustum_sym.c | 276376546ec892ef649a78d8dcf2d9d25247540a | [] | no_license | cacharle/scop | f6bfca9e0744fe489ca7a3f86e30d4359da8ac5d | 84a5a84861c95174e6dc4b28301fc4bcb0192069 | refs/heads/master | 2022-07-04T08:45:13.075590 | 2020-05-14T17:40:07 | 2020-05-14T17:40:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,211 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ftm_mat4init_frustum_sym.c :+: :+: :+: ... | [
"sircharlesaze@gmail.com"
] | sircharlesaze@gmail.com |
92110450112b7fc1c2054b694c6fdc9c5566b5c6 | a24050fbd7c268df26b442f35bf8c77a876a2cc8 | /source/application/include/uart_cfg.h | c6952037a6c576fa47bb3e9b4729dcf872fb843a | [] | no_license | sburgic/universal-controller | fed5eda4a135e9658bbe2d6571e36413c8104172 | 24af073c299cce7522b9d868272fc2498bd54b94 | refs/heads/main | 2023-06-20T14:31:28.298546 | 2021-07-24T11:08:31 | 2021-07-24T11:08:31 | 322,814,480 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 508 | h | /**
** Name
** uart_cfg.h
**
** Purpose
** UART driver configuration
**
** Revision
** 30-Jan-2021 (SSB) [] Initial
**/
#ifndef __UART_CFG_H__
#define __UART_CFG_H__
#include <stm32f1xx_hal.h>
#define UART1_ENABLE 1
#define UART1_BUFFER_SIZE 1024
#define UART1_STRING_DELIMITER ((uint8_t... | [
"sani.sasa.burgic@gmail.com"
] | sani.sasa.burgic@gmail.com |
ab4f056b278315713471fb828233d442307f11fb | 42429c481409181175b7da058310d10df323c3ba | /Introductory/dynamic_arrays.c | eab7546fc8d8ed4ebd6fd4b6c15c7bb057868c1e | [] | no_license | SpencerN319/LearningC | 763f9aa0c3ac0d7cab95a98c270a5d05522f67b7 | 0321268ac5c8b58e3b851034ce67333e6524e0e7 | refs/heads/master | 2023-08-08T09:51:13.125682 | 2021-09-22T13:10:57 | 2021-09-22T13:10:57 | 404,338,782 | 0 | 0 | null | 2021-09-16T22:53:49 | 2021-09-08T12:26:36 | C | UTF-8 | C | false | false | 1,064 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define SIZE 10
#define PI 3.145
double *values_ptr1;
double *values_ptr2;
void print_values() {
printf("\n");
for (int i = 0; i < SIZE; i++) {
printf("%.4f ", values_ptr1[i]);
}
printf("\n");
for (int i = 0; i < SIZE; i++) {
printf("%.4f ", values_p... | [
"spencern319@gmail.com"
] | spencern319@gmail.com |
d57ad74be40e9cc85f6c1afe10875ff31743f381 | d0e6dd8e1e3c939385b66eafecd096b7f68c6cd1 | /maketest.c | 156d473580795fc7ea8494f339c8f229fff2e827 | [] | no_license | GabrielJadderson/GPP | 7e1254b74d1bf9d84a3d68b8e362b613b1af67dd | 3ca7518c5640ec30ea61b816f5fb887233eae7b7 | refs/heads/master | 2021-03-19T14:13:15.883061 | 2017-12-12T17:25:04 | 2017-12-12T17:25:04 | 105,992,683 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 976 | c | /* $Id: maketest.c,v 1.5 1999/09/06 16:17:42 dim Exp $
*
* $RelId: DM40, subnet. Version 1.3 (#1) Sep 06 18:28:52 CEST 1999 $
*
* BESKRIVELSE: Minimalt hovedprogram. Til illustration af makefilen.
*
* Steffen Schmidt.
*/
#include <subnet.h>
#include <stdlib.h>
#include <unistd.h>
char *StationName; /... | [
"mullie34@hotmail.com"
] | mullie34@hotmail.com |
2a3e8ca458312ad94284f0df328d536d669950f4 | 2875e427d9931ab8cfe2e066e1568c3130fcc3f2 | /Solaris_2.6/os_net/src_ws/usr/src/lib/nsswitch/files/getspent.c | 5b37f72d1196ad46f822a99527f64020ee406a9a | [] | no_license | legacy-codedigger/Solaris-2.6-Source-Code | 3afaff70487fb96c864d55bd5845dd11c6c5c871 | 60a0b3093caa7d84e63dd891a23df0e8e720bf3d | refs/heads/master | 2022-05-23T16:05:32.631954 | 2020-04-25T01:07:08 | 2020-04-25T01:07:08 | 258,658,903 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,001 | c | /*
* Copyright (c) 1988-1995 Sun Microsystems Inc
* All Rights Reserved.
*
* files/getspent.c -- "files" backend for nsswitch "shadow" database
*/
#pragma ident "@(#)getspent.c 1.7 95/07/13 SMI"
#include <shadow.h>
#include "files_common.h"
static int
check_spnamp(argp)
nss_XbyY_args_t *argp;
{
struct spwd ... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
26a9d5bb7455b21b89a9905c4f94f79f09a05b76 | 110423736af2339563b9532a839d2655c375ff43 | /VisualStudioIntegration/Common/Inc/vshelp80.h | 01bc25bbf5cefd858ea2da04989f6c565a1e4974 | [] | no_license | someone-with-default-username/vssdk2010 | 8f59cd8b8c1a04f863598d8f2e736296d150330b | f8aa1f3cdcc6bd9ab79df180c628c3688223f9f0 | refs/heads/master | 2021-01-21T12:26:49.391726 | 2013-09-24T12:17:02 | 2013-09-24T12:17:02 | 13,063,427 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 25,766 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 7.00.0499 */
/* Compiler settings for vshelp80.idl:
Oicf, W0, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext, robust
error checks: allocation ref bounds_check enum stu... | [
"hardcaseminator@gmail.com"
] | hardcaseminator@gmail.com |
1d6d852818b65f897062750894325faaeba1daf3 | dcbb0174cef26164c1749661c5ac3ff45ef338ee | /xbook2/library/xlibc/include/sys/socket.h | d0c842713cf6c436e0e302ce3fd781b2a70d5408 | [
"MIT"
] | permissive | huloves/kernel | ea699dd122d66538b725cd0d5d9e2619e6971763 | 918e2bfed022733148c7e768234d6ba06914f1ad | refs/heads/master | 2022-03-08T07:36:20.095085 | 2022-02-18T09:56:51 | 2022-02-18T09:56:51 | 234,358,664 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,108 | h | #ifndef _SYS_SOCKET_H
#define _SYS_SOCKET_H
#include <types.h>
#include <stdint.h>
typedef uint32_t socklen_t;
typedef uint32_t u32_t;
typedef uint16_t u16_t;
typedef uint8_t u8_t;
/* These macros should be calculated by the preprocessor and are used
with compile-time constants only (so that there is no little-... | [
"17791627852@163.com"
] | 17791627852@163.com |
a44aac722d0b045954f6cbe4f9d2f5cf0815d60e | e1ebe8a8bb3b176d23b42f809b36b690cca95df0 | /Library/SmartcardLib/Include/sclib.h | ca28ec6f65d8ca3d5d3a5c54874c0c44e1ead0c4 | [] | no_license | released/M261BSP_ADC | 10fcf04b1f3dfc6a5b362a8d10c57d498211d4bb | d4901a3ff09316501eaaca59309a07793151f4ae | refs/heads/main | 2023-01-31T15:25:54.244351 | 2020-12-10T03:32:28 | 2020-12-10T03:32:28 | 320,149,403 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,664 | h | /**************************************************************************//**
* @file sclib.h
* @version V3.00
* @brief Smartcard library header File
*
* @note
* Copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
****************************************************************************... | [
"released@users.noreply.github.com"
] | released@users.noreply.github.com |
fd1b388f66e2d27a1e367c2265db461631a8fc15 | 4cba6096a61c0ccda0adfa0e3de6b9402c93a005 | /gimp/data/blueprints/back/usr/include/x86_64-linux-gnu/asm/kvm.h | e1e7ab4c3ed458ba3e974700dc7e467858e8a5d2 | [] | no_license | StanfordSNR/gg-results | da3de3ce52235c187c6178b0ceab32df2526abf5 | 16ac020603e4b1ef96b2d8c27d1683724cbb30b8 | refs/heads/master | 2021-08-06T16:11:06.747488 | 2019-01-05T21:41:24 | 2019-01-05T21:41:24 | 103,858,663 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,011 | h | // GGHASH:VamoA5TGh_jZR7ybL.zDpyUvxYB854EVPa7WYnjgbvEo00001bc1
#ifndef _ASM_X86_KVM_H
#define _ASM_X86_KVM_H
#include <linux/types.h>
#include <linux/ioctl.h>
#define KVM_PIO_PAGE_OFFSET 1
#define KVM_COALESCED_MMIO_PAGE_OFFSET 2
#define DE_VECTOR 0
#define DB_VECTOR 1
#define BP_VECTOR 3
#define OF_VECTOR 4
#define B... | [
"sfouladi@gmail.com"
] | sfouladi@gmail.com |
bd77cdc3ce5ba1f1de1328b1e42ed6530882c081 | 719c0bf5f224b3558719c85011cfba27cf2463a2 | /sdk/docs/doxygen/source/doc_license.h | b74b6e61350398fb794d21dae16d5857763f750e | [
"DOC",
"Zlib"
] | permissive | tstavrianos/angelscript | 02b03b48facd6f2afb669c4336b699eb070c1c7b | 1b188559812a8f281020c9128ad9650ccd10782b | refs/heads/master | 2020-03-25T03:13:12.764127 | 2019-10-22T18:51:21 | 2019-10-22T18:51:21 | 143,329,120 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 999 | h | /**
\page doc_license License
\section doc_lic_1 AngelCode Scripting Library
Copyright © 2003-2019 Andreas Jönsson
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
Permission ... | [
"angelcode@404ce1b2-830e-0410-a2e2-b09542c77caf"
] | angelcode@404ce1b2-830e-0410-a2e2-b09542c77caf |
04a1f81ee9837321fa3c0a1b6f38115affc4bf1c | 85ed71dc2cd820dbd900bbcd500ff88beed75420 | /libft_main/main_strnstr.c | b451d29627989bb8938f3f8a8420430bb117bb0d | [] | no_license | tudorcimpean/ftlib-tests | 360ec4e71ba88e81d5cb6a2688bad63fe1056a32 | 94f7452db3101ee5b0c1be29f39ffb2471b61acc | refs/heads/master | 2021-01-10T02:24:03.575992 | 2016-10-06T12:50:04 | 2016-10-06T12:50:04 | 46,684,352 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,597 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main_strnstr.c :+: :+: :+: ... | [
"tcimpean@e1p58.cluj.42.fr"
] | tcimpean@e1p58.cluj.42.fr |
565ca8a1601aa13b407e26701c1b49d15791b6c9 | 2885244cf7e8c1576c7002ade0102e894fb76ff5 | /Example/Pods/Headers/SBJson4/SBJson4Writer.h | 4dba5da987e400b19efa80d8c4946ef3aa303771 | [
"MIT"
] | permissive | avgx/AFNetworking-streaming | 01f1a5c50a0bd51bbb4efd13af0f59724f9401ee | 39ca36626ea475dd7f6f568cb2fc959c3df7d1aa | refs/heads/master | 2020-12-11T04:11:55.564962 | 2014-08-08T13:16:16 | 2014-08-08T13:16:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 43 | h | ../../SBJson4/src/main/objc/SBJson4Writer.h | [
"sam@oneblacksock.co.uk"
] | sam@oneblacksock.co.uk |
464ed034e494884bae58b58114892f211f268b25 | 93ec90cc5c55c5fcd802b16be0584e06ef1609cd | /C_ProgrammingLessons/03_12_return1.c | b2e684318e3defc46105ae90bd000dcf4f63479c | [] | no_license | emzan/C_ProgrammingLessons | 26b2735dbc7b78dee302c5d10dd04ff0e1fea869 | 7f52838a6c176590b898a5483a6155915cf73bb6 | refs/heads/master | 2021-04-27T19:49:27.865879 | 2018-03-04T02:13:35 | 2018-03-04T02:13:35 | 122,364,860 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 222 | c | #include <stdio.h>
char gimmeAnA(void);
int main()
{
char grade;
grade = gimmeAnA();
printf("On this test you received an %c.\n",grade);
return (0);
}
char gimmeAnA(void)
{
return('A');
}
| [
"zanettiemilio@hotmail.com"
] | zanettiemilio@hotmail.com |
dd0e61517325500a16a239cfb188c0c67a2f58f1 | f0d9ef782cf97afe20d8928661752b9f08a20871 | /final project/finalProject_v2.c | 656776d6e490977b0185273f0ce576650808488b | [] | no_license | climbak/ece372-spring12 | 38329db2ae83b41c3f904b1eb82a35dc80b84895 | 23fc623fcf1840badd1a43757c90a713b3465dc2 | refs/heads/master | 2021-01-20T10:06:29.909854 | 2012-05-01T03:52:14 | 2012-05-01T03:52:14 | 32,425,817 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 39,115 | c | // ******************************************************************************************* //
// File: lab4.c
// Date: 03-22-2012
// Authors: Jon Englert, Ryan Courreges, Eric Therrio, Brian Suarez
//
// Description: Control of two motors using a potentiometer.
//
// Requirements: T... | [
"r.courreges@gmail.com@9697d04d-4c9e-515f-9d07-779d59ccc9d4"
] | r.courreges@gmail.com@9697d04d-4c9e-515f-9d07-779d59ccc9d4 |
195de560aceece13e1ed005039b335a66322ca16 | 322d8592787ea1905566e76773cad88097024ceb | /Step1/bootloader/ia32/loader.c | f58ba82f4820babb63fb6bef68cfbedc9b91717a | [] | no_license | PierreBanwarth/M2M-First-step | 1b335bf5a3927ebb66dbe7ea087b977079b50afb | 78df9a92f65d77dad99de70e53de76906f3daae2 | refs/heads/master | 2021-01-10T16:05:40.079739 | 2016-02-16T13:31:50 | 2016-02-16T13:31:50 | 49,952,306 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,642 | 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 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be ... | [
"pierre.banwarth@free.fr"
] | pierre.banwarth@free.fr |
04e25be99786d2f0188e64c831538c0d0a8529b8 | 14d1c4833593a591e6b5f2cd4d1ef52165b2a243 | /progInC/strlen.c | 09c1696922acb75ad2c74c6efa3ea034f5f4153f | [] | no_license | freak4coding/coding-in-c-language | d71e054a15ca01fc4560ae522070c907ecd664ae | 7056bdc83ec884158f913b3a143bc6655cb3c18b | refs/heads/master | 2023-04-05T15:34:03.176729 | 2021-04-01T19:50:21 | 2021-04-01T19:50:21 | 323,548,371 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 446 | c | #include<stdio.h>
int length(char *p){
int i;
for(i=0;*(p+i)!='\0';i++);
return i;
}
void reverse(char *p){
int i,l;
char t;
l=length(p)-1;
for(i=0;i<l;i++,l--){
char temp = *(p+i);
*(p+i) = *(p+l);
*(p+l) = temp;
}
}
int main(){
int l;
char a[10],*rs;
printf("enter string : ");
scanf("%[^\n]",a);... | [
"amitpachadhi@gmail.com"
] | amitpachadhi@gmail.com |
910146b0d0c255e9b84efbb7fb1f58066c2c6c8f | 805666a84218be543410ff5089588f1572dd20ec | /d/xingxiu/obj/yujian.c | b8fe679e5e6b0940a11c76ed167961fda97c668e | [] | no_license | mudchina/xkx2001 | d47a9caca686ab7c89fe0b9140fbaf9d3601e1f5 | 4e8f8a13a72884d5dbe4b589542eb34e29e89d70 | refs/heads/master | 2021-01-10T06:50:29.517433 | 2016-02-20T14:09:12 | 2016-02-20T14:09:12 | 52,156,038 | 24 | 23 | null | null | null | null | GB18030 | C | false | false | 633 | c | //Cracked by Roath
// jadesword.c 玉剑
#include <ansi.h>
#include <weapon.h>
inherit SWORD;
void create()
{
set_name(HIW"玉剑"NOR, ({ "jade sword", "jian", "sword" }));
set_weight(2500);
if (clonep())
set_default_object(__FILE__);
else {
set("unit", "柄");
set("long", "一柄白色长剑,是白玉所造成,刃口磨得很是锋锐,和钢铁兵器不相上下。\n");
s... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
d3f76ca16198dca2f55032a304cd8a13d9e23f82 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/dc97abbc-aef8-4a78-8039-2d4626928546.c | 6a05209f9ef6988a5c48c4308e58c329ed881100 | [] | 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 | 606 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=11;
int k;
int l;
j = 533;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = j/j;
l = k%j;
l = l-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[53];
int c[92];
a = ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
8e5b222142b56ab2e18c596ddd97ece179933598 | 5b69b19b6cfcc1cd1528be9f3286396c04510dbd | /mediatek/custom/e6902/kernel/leds/mt65xx/cust_leds.c | 7835d5feceb91c319a518880afc3640667d12796 | [] | no_license | bq/edison-3 | 54c65a515c417943037a0cc7135261287ef0eba9 | d4971e1bb170321893348739dad16f28c3c93fc7 | HEAD | 2016-09-10T22:58:07.001997 | 2015-11-18T09:09:04 | 2015-11-18T09:09:04 | 27,552,861 | 3 | 3 | null | null | null | null | UTF-8 | C | false | false | 4,624 | c | #include <cust_leds.h>
#include <cust_leds_def.h>
#include <mach/mt_pwm.h>
#include <linux/kernel.h>
#include <mach/pmic_mt6329_hw_bank1.h>
#include <mach/pmic_mt6329_sw_bank1.h>
#include <mach/pmic_mt6329_hw.h>
#include <mach/pmic_mt6329_sw.h>
#include <mach/upmu_common_sw.h>
#include <mach/upmu_hw.h>
extern int d... | [
"anddevops@bq.com"
] | anddevops@bq.com |
691456b36a5168a1811cf39b40001440aa10276f | de21f9075f55640514c29ef0f1fe3f0690845764 | /regression/contracts-dfcc/assigns_enforce_havoc_object/main.c | 072c4bc9dcebee9c780d4af4487f43b611135537 | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"BSD-4-Clause"
] | permissive | diffblue/cbmc | 975a074ac445febb3b5715f8792beb545522dc18 | decd2839c2f51a54b2ad0f3e89fdc1b4bf78cd16 | refs/heads/develop | 2023-08-31T05:52:05.342195 | 2023-08-30T13:31:51 | 2023-08-30T13:31:51 | 51,877,056 | 589 | 309 | NOASSERTION | 2023-09-14T18:49:17 | 2016-02-16T23:03:52 | C++ | UTF-8 | C | false | false | 712 | c | #include <assert.h>
#include <stdlib.h>
int x = 0;
typedef struct stc
{
int i;
int j;
} stc;
typedef struct stb
{
stc *c;
} stb;
typedef struct sta
{
union
{
stb *b;
int i;
int j;
} u;
} sta;
int nondet_int();
void bar(sta *a)
{
if(nondet_bool())
return;
__CPROVER_havoc_object(a->u.... | [
"delmasrd@amazon.com"
] | delmasrd@amazon.com |
aa821aae59ef1209a35ccaa35eb12a1527f75724 | ebb0b239f9e3b20cad99f92b52708a7c0dc5f059 | /iterator.h | bbcc94006941995149810fbdcb69ab3a1ad36508 | [] | no_license | tzimuto1/json-parser | 01f8884afa00065b80b04dde5c983ca4b329eee6 | 822e136f1c4cc1c5429817c6460d443e1174ac71 | refs/heads/master | 2021-01-18T22:10:40.512384 | 2017-02-27T07:34:13 | 2017-02-27T07:34:13 | 87,034,817 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 395 | h | #ifndef ITERATOR_H
#define ITERATOR_H
#include "utf8proc.h"
#include "parser.h"
#define BYTES_PER_UNICODE_CHAR 4
int32_t json_peek(json_parser *parser);
int32_t json_next(json_parser *parser);
bool is_string_matched(json_parser *parser, const uint8_t *str);
ssize_t utf8encode(int32_t code_point, uint8_t *dst);... | [
"tzimuto1@gmail.com"
] | tzimuto1@gmail.com |
feebba75f338ef05c6d94d5c173e994b6e84ad83 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/ethernet/chelsio/cxgb4/extr_cudbg_lib.c_cudbg_get_mem_region.c | 21eab4e2c087c4dbb261a48780d9e61cb0894248 | [] | 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 | 2,323 | 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 |
fbe406b1e896c01a3422db94d6f02b6d4e17fbcd | f4a467874ec59e9cb8568e3335520892e918692a | /test/Speedtest2.txt.h | da2ddc29162944d27c18aada372295cf724bfa1a | [
"Apache-2.0"
] | permissive | guntersp/diff-match-patch-cpp | 444dfa993ea3acd989a5adb3777b2c19efce2238 | 92e554efedf36424161144a9de7a806fbf826128 | refs/heads/master | 2021-09-22T23:09:57.080922 | 2021-09-18T00:29:55 | 2021-09-18T00:29:55 | 233,463,698 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,985 | h | static constexpr const wchar_t speedtest2[] = LR"text123(This is a '''list of newspapers published by [[Journal Register Company]]'''.
The company owns daily and weekly newspapers, other print media properties and newspaper-affiliated local Websites in the [[U.S.]] states of [[Connecticut]], [[Michigan]], [[New York]]... | [
"guntersp0@gmail.com"
] | guntersp0@gmail.com |
3707a68b51744133db9d311436d8f1eaf1484d13 | 06e40eabf2c8d5de5f4457e4a3dab4b148c2d52d | /ports/w600/chip/driver/wm_i2c.c | 178f22cb2b674f8e69d3f72f4b5f90e34f30db44 | [
"MIT"
] | permissive | purencai/micropython-1 | 65d68225269f3da245ef676aebef5a6d7fe77d76 | d810656717e9faa8f0e8c2bc45c1cdc820062ea0 | refs/heads/master | 2020-05-17T17:30:51.314908 | 2019-04-16T13:35:59 | 2019-04-16T13:35:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,105 | c | /**************************************************************************//**
* @file wm_i2c.c
* @author
* @version
* @date
* @brief
*
* Copyright (c) 2014 Winner Microelectronics Co., Ltd. All rights reserved.
*****************************************************************************/
#include <s... | [
"XIVN1987@163.com"
] | XIVN1987@163.com |
2567a606ba923e260fd44dc49b60e948615c6693 | 63c8abf02d738ec62a9ec49fa5d5204d6b3fb2ec | / scope-ocr --username aravindh.shankar.91@gmail.com/tess-two/eyes-two/jni/hydrogen/include/leptonica/bmf.h | 6ed6e076e0d69b7251ebbe64f80379be250fe525 | [
"CC-BY-3.0",
"Apache-2.0"
] | permissive | salmangadit/scope | 84c5d5e7a227af3cc015a67e6330728d20d5eac5 | d4d4feae21e30beed513cf3ad55d23d28eeaf06a | refs/heads/master | 2021-01-19T02:44:11.788730 | 2016-06-23T13:13:19 | 2016-06-23T13:13:19 | 26,875,576 | 1 | 0 | null | 2016-06-23T13:13:19 | 2014-11-19T18:35:48 | D | UTF-8 | C | false | false | 2,526 | h | /*====================================================================*
- Copyright (C) 2001 Leptonica. All rights reserved.
- This software is distributed in the hope that it will be
- useful, but with NO WARRANTY OF ANY KIND.
- No author or distributor accepts responsibility to anyone for the
- conseq... | [
"salman.gadit@gmail.com"
] | salman.gadit@gmail.com |
35569324ef3b9b0afeb2f518c65a86722df51242 | 8e8fa40fc3c0d6758894d8680e9fed0f778f0ffa | /labs/5/lab5_4/wordLadder.c | 058604c68146e5f26e95ba9062ae51585da91407 | [] | no_license | 01-Jacky/ics53 | 71de14146f9b94d0f97cf4634304a8b3991a0393 | e9add9b1f6837eddb6463f93617f3b0df8cc099c | refs/heads/master | 2020-03-13T10:32:56.755114 | 2016-03-16T21:40:39 | 2016-03-16T21:40:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,933 | c | #include <stdio.h>
#include <string.h>
int isSameLen(char* word1, char* word2)
{
return strlen(word1) == strlen(word2);
}
void stripNewline(char* word)
{
char* p;
if ((p = strchr(word, '\n')) != NULL)
*p = '\0';
}
int isValidWord(char* word1)
{
int isValid = 0;
char word2[1024];
FILE* fp = fopen("/usr/share/... | [
"ttang1@uci.edu"
] | ttang1@uci.edu |
4b271db3343cf09dc9cac710d2101aa9a8712b6d | 308af1d4ad8f87eea142ba0e1a4e2e1f0c1e9e33 | /protein_purification_windows/Protpure/Logs.h | 25725441b73045e9411ad3eff8d7de253420f974 | [] | no_license | agbooth/protein_purification | 630894e39fa9d13d02302d51f9e19a1c81570c39 | fc4d909ce0d02f68797cbd34871551c645739498 | refs/heads/master | 2021-01-12T13:44:50.544625 | 2016-12-07T21:10:23 | 2016-12-07T21:10:23 | 69,122,842 | 10 | 7 | null | null | null | null | UTF-8 | C | false | false | 68 | h | void Log( LPCTSTR sFormat, ... );
void LogA( LPSTR sFormat, ... );
| [
"sgb@cantab.net"
] | sgb@cantab.net |
2fda2511696a19ebd6d5c1903d65cb2240952c97 | 3db023edb0af1dcf8a1da83434d219c3a96362ba | /windows_nt_3_5_source_code/NT-782/PRIVATE/NET/SOCKETS/SOCKREG/LOCAL.H | c70af4af7cbe50b96424a52aa29a65338d2601d6 | [] | no_license | xiaoqgao/windows_nt_3_5_source_code | de30e9b95856bc09469d4008d76191f94379c884 | d2894c9125ff1c14028435ed1b21164f6b2b871a | refs/heads/master | 2022-12-23T17:58:33.768209 | 2020-09-28T20:20:18 | 2020-09-28T20:20:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,074 | h | /*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
local.h
Abstract:
Common header file for all sockutil modules.
Author:
David Treadwell (davidtr) 5-06-92
Revision History:
--*/
#ifndef _LOCAL_
#define _LOCAL_
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
61e867cd25e94451d09cd37605d2a51395679230 | b5bcebbc21c2d3ad4a833493b6b7fc1749ee0849 | /res/fitab.h | 0ff260c6c4de760778726b1f3c0013a0fa969480 | [] | no_license | honzatomek/numerical_recipes_3_py | 7044fee3ce615f1d6b2edc92f21a60ded68e3ed0 | 46fec534c62e449347c5cb15429cc3c714728173 | refs/heads/master | 2023-06-29T04:36:53.148933 | 2021-08-03T20:43:56 | 2021-08-03T20:43:56 | 384,813,224 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,280 | h | struct Fitab {
Int ndata;
Doub a, b, siga, sigb, chi2, q, sigdat;
VecDoub_I &x, &y, &sig;
Fitab(VecDoub_I &xx, VecDoub_I &yy, VecDoub_I &ssig)
: ndata(xx.size()), x(xx), y(yy), sig(ssig), chi2(0.), q(1.), sigdat(0.) {
Gamma gam;
Int i;
Doub ss=0.,sx=0.,sy=0.,st2=0.,t,wt,sxoss;
b=0.0;
for (i=0;i<ndata;i... | [
"rpi3.tomek@protonmail.com"
] | rpi3.tomek@protonmail.com |
89d5b68f50799f128246026b5e42097e070133fe | e9dfe13e813320ce346307164dd52616f11ff88e | /Específicos/Repaso (final)/Modelos/Primer Parcial/P_P1_2010_3_02/Ejercicio 4/funciones.c | af80e9e3b6a4df9594bb62c0f60676376597541f | [] | no_license | Squiro/progra-unlam | 4b4ecb622e426b71f7e3cfbcba51cb804ece9940 | 117e9419561739c1de8f440c36325acd726de0ba | refs/heads/master | 2021-01-08T02:01:24.124541 | 2020-08-31T14:59:19 | 2020-08-31T14:59:19 | 241,879,398 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 678 | c | #include "funciones.h"
int chequearSuma(float mat[][TAM], int fil, int col)
{
return sumaTriangularInferior(mat, fil, col) == sumaTriangularSuperior(mat, fil, col);
}
float sumaTriangularSuperior(float mat[][TAM], int fil, int col)
{
float suma = 0;
int i, j;
for (i = 0; i < fil; i++)
for (j ... | [
"alesio_sinopoli@hotmail.com"
] | alesio_sinopoli@hotmail.com |
6c2294f1e811d4bac0f5826e7310cf2bade6c342 | 3d5b374d2d8c9768580a812655b4d50bd117ce4a | /External/MoreFiles/Optimization.h | dee395dd9d93d16d4078ecc372ef8438fd725a10 | [] | no_license | slobo/ResKnife | b4e85ec7199de05a18e4482741ad5c49ec743cc6 | d411564b03f217e41e34052bcd32c4759a65b7bb | refs/heads/master | 2020-05-03T06:41:18.915043 | 2015-10-08T01:45:52 | 2015-10-08T01:45:52 | 2,316,003 | 19 | 4 | null | 2015-10-08T01:45:53 | 2011-09-02T19:34:45 | C | WINDOWS-1252 | C | false | false | 3,552 | h | /*
File: Optimization.h
Contains: Defines that let you make MoreFiles code more efficient.
Version: MoreFiles
Copyright: © 1992-2001 by Apple Computer, Inc., all rights reserved.
You may incorporate this sample code into your applications without
restriction, though the sample code has been provided "AS IS" ... | [
"nickshanks@nickshanks.com"
] | nickshanks@nickshanks.com |
418efd6cca6d415dae8ae39692b302da0866eae3 | 4128b2191e2a63c3fcd284548869fd09daa628a2 | /Work/ConsoleApplication9/ConsoleApplication9/ex09-05(예시).c | c84556470c8f40438d8a82605d76b442cb9472fe | [] | no_license | yeona98/project_C | 7ae77fb941bfef34f414aa9885556acee57461bc | 8396196aa83332a0094c948493b55c544cce3ff5 | refs/heads/master | 2021-09-06T06:31:28.685947 | 2018-02-03T07:03:33 | 2018-02-03T07:03:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 570 | c | #include <stdio.h>
#include <stdlib.h>
int Add(int x, int y)
{
return x + y;
}
int Sub(int x, int y)
{
return x - y;
}
int Mul(int x, int y)
{
return x * y;
}
double Div(int x, int y)
{
return (double)x / y;
}
void main(void)
{
int a = 0, b = 0;
int sum = 0;
printf("First num : ");
scanf("%d", &a);
prin... | [
"senssos@daum.net"
] | senssos@daum.net |
9b84d249b13b6190b026dd9130db54ab00fd4647 | f3e813535f75fb461e2306f1ad18596ac233e758 | /odb_api_bundle-0.17.6-Source/odb/src/tools/mr2d_create.c | 1d84c5d85d8853231694e9421582cd047871e28c | [] | no_license | vyesubabu/metview | 47f9de3eb5f1bf418e513ed306aa2279635b79c7 | 74c2b9bc28673001fd02e00194e92c53a897fb62 | refs/heads/master | 2021-05-17T16:42:41.697859 | 2018-04-09T15:08:19 | 2018-04-09T15:08:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,835 | c | #include "mr2d_hdr.h"
static char program[]="mr2d_create";
/*
mr2d_create: Creates a MR2D-concatenated file from given input file(s)
Notes: Works only in a single processor mode i.e.
no parallel $MRFSDIR access is available on VPP
*/
#define USAGE \
"mr2d_create -i input_file[.%d]\n" \
... | [
"Xin.L.Zhang@noaa.gov"
] | Xin.L.Zhang@noaa.gov |
23d0d9dc42fb10c817a17e9959a661492005e8c7 | 8e49956500508c7b0b1b07a597256e9ffabdbd6c | /block/noekeon/ref/Noekeon_ref/NoekeonIndirectRef.c | 1b5c2a76e79a1d93895ea23d7da3f94be9a4aa46 | [] | no_license | geek-li/tinycrypt | 30b132b0bb25947cfaf57be321fe61fcc1662fee | 9c721a9d14c4784858c64c6b68e9b5f1f4be9e45 | refs/heads/master | 2021-01-19T09:40:43.507002 | 2017-02-16T02:38:02 | 2017-02-16T02:38:02 | 82,142,274 | 6 | 2 | null | 2017-02-16T05:18:54 | 2017-02-16T05:18:54 | null | UTF-8 | C | false | false | 10,259 | c | /************************************************************************************/
/* NoekeonIndirectRef.c
*
* Last Modified: 00/09/26 Created: 00/08/30
*
* Project : Nessie Proposal: NOEKEON
*
* Authors : Joan Daemen, Michael Peeters, Vincent Rijmen, Gilles Van Assche
*
* Written by : Mic... | [
"odzhan@protonmail.com"
] | odzhan@protonmail.com |
a513a8f5d15a65c23be6bf0da1beed29dd6bfcf6 | 2de3a81ae3989467d5d51f4c583e88603efc9d4e | /orca/hawk/rts/include/po/pdg.h | 2d279b0f6cf8707c0aa4ab518a77dafeaf7aecdf | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive"
] | permissive | Abhiroop/orca | 087e9b1ff50c0f99bfbf0da14cae4ae448a35351 | a51a1e09f98af04f73701bce8160d41e9ba04c12 | refs/heads/master | 2020-06-17T09:07:01.379914 | 2019-07-08T19:17:27 | 2019-07-08T19:17:27 | 195,872,398 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,115 | h | #ifndef __pdg__
#define __pdg__
#include "sys_po.h"
#include "misc.h"
#include "graph.h"
struct pdg_s {
graph_p graph;
int with_rdeps; /* Number of partitions with remote dependencies. */
int with_ldeps; /* Number of partitions with no remote dependencies. */
int *nrdeps; /* Number of remote dependencies f... | [
"asiamgenius@gmail.com"
] | asiamgenius@gmail.com |
28b2ae4067ce15938721ae9b3f945d2333f56467 | e18c841c9882223cc29e30f2d55b54fc9f5f448b | /picoC/ulazi/program47.c | 63d355ba58f482a252b46a65473f22dc636897ca | [] | no_license | aleksandarcolic22414/picoCcompiler | 1a694d3cca085532e86f805a16fbcfd98692f75d | acae64fcbd4d8865b70a3c6f43d94c3d8c12f818 | refs/heads/master | 2021-01-20T06:08:20.433861 | 2018-07-18T18:06:14 | 2018-07-18T18:06:14 | 101,487,602 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 322 | c | #include <stdio.h>
int main(int argc, char *argv[])
{
while (argc--) {
for (; *argv; ++argv) {
while (*argv[0])
printf("%c", *argv[0]++);
printf("\n");
}
}
return 0;
}
/*
Output:
(1. argument)
(2. argument)
(3. argument)
...
*... | [
"aleksandar@aleksandar-MS-7817"
] | aleksandar@aleksandar-MS-7817 |
3ca21f195c2c6ef0cf652a8e07b6492c683f859d | 84490db026b6f4679837b6c4676d2630322dbf6c | /src/devices/timer.c | d5a32c4e27b6ef89fdf2bdea854dfbc91b379a6e | [
"MIT-Modern-Variant",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | hc29/pintos | 7e831f43579715eee18ad5389ddda249e73be6c3 | 8fe875c8832784df3025e71d1935252421532d2d | refs/heads/master | 2023-04-01T03:11:30.435223 | 2021-03-21T10:25:15 | 2021-03-21T10:25:15 | 349,965,924 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,975 | c | #include "devices/timer.h"
#include <debug.h>
#include <inttypes.h>
#include <round.h>
#include <stdio.h>
#include "devices/pit.h"
#include "threads/interrupt.h"
#include "threads/synch.h"
#include "threads/thread.h"
/* See [8254] for hardware details of the 8254 timer chip. */
#if TIMER_FREQ < 19
#error 8254 timer... | [
"hhhcccwww@gamil.com"
] | hhhcccwww@gamil.com |
61f8a13089027dd31aa2b507382d6e0050911c05 | f79ef81e6e4e989ed14ed0283a9737f731101aab | /Unix Family/Linux.lrk.e/sniffer/thesniff.c | 4f8769d435737ee22e2615dd0f3c9d8e80cde04e | [
"MIT"
] | permissive | TheWover/Family | 9d5597eda68aeee5e99de993176b6bd1366b57f1 | f3ed1713c6b71823d8236b80148b60982dd906e1 | refs/heads/master | 2020-09-11T15:11:21.601776 | 2019-10-30T04:33:43 | 2019-10-30T04:33:43 | 222,106,609 | 3 | 4 | MIT | 2019-11-16T13:54:02 | 2019-11-16T13:54:01 | null | UTF-8 | C | false | false | 8,432 | c | /***************************************************************************
___ ______ _ _
/ \ | _ \ | \ / |
| / \ | | | \ | | \_/ |
| |___| | | |_ / | | \_/ |
..oO THE | --- |... | [
"57078196+vxunderground@users.noreply.github.com"
] | 57078196+vxunderground@users.noreply.github.com |
545600c352fd0188d1cbdf0d3f8e9c8e804463dc | 8e377046f9a1dd9ea369ceb9e9e4d4a194f5d064 | /firebirdsrc/sjtubbs/branch/fleg/1128/httpd/bbstdoc.c | 85654b5e555d2987233c54ee25d6cbf8a3ee8d11 | [] | no_license | teracs/thegreatnykz | 67c937fdcba145927f9bd30a10f33475d83f306b | 0065d7872641e5caaf40dbb38b3ae1ffc95c2770 | refs/heads/master | 2021-05-30T03:21:20.154961 | 2013-12-21T12:20:55 | 2013-12-21T12:20:55 | 13,188,715 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 3,943 | c | #include "www.h"
char *stat1();
int bbstdoc_main()
{
FILE *fp;
char board[80], dir[80];
struct shortfile *x1;
struct fileheader *data;
int i, start, total2 = 0, total, sum = 0;
init_all();
strsncpy(board, getparm("board"), 32);
x1 = getbcache(board);
if (x1 == 0)
http_fatal... | [
"derek.lu@horizonlink.co.jp"
] | derek.lu@horizonlink.co.jp |
2ec363c087b1d907e1979e63a683e3a8fbe75e5f | 3b3fd553205f3ee15851780fde8f8da8be82d093 | /TP 2 CodeBlocks/funciones.c | 36f152f1f807871e5c9b231fd7c79aad2715d54e | [] | no_license | rijmjada/TPs_Labo_1 | f70108a6a12f8450de7cd6f1aafec615bee73f7c | 6847eaa7430f14ca3d1b5f7fd1b4e64891fa5699 | refs/heads/main | 2023-06-06T13:02:59.292578 | 2021-07-02T14:46:15 | 2021-07-02T14:46:15 | 367,752,025 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,698 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "funciones.h"
float getFloatx(float *pResultado,
char *pMensaje,
char *pMensajeError,
float minimo,
float maximo,
int reintentos)
{
int retorno = -1;
float buffer;
if(pResultado != NULL ... | [
"rijmjada@gmail.com"
] | rijmjada@gmail.com |
ad65d47d9b2a50d818aab78a2752ae9b1eaa7511 | 985a7722e02db9d3a5682ff64e89e6f702dcf84f | /inspect.h | da3f728594ff34b3d59da08bb769b769fe899e2c | [] | no_license | hy05190134/inspect-lua-vm-stack | 908d71e401b046cd73cec8f6ad2366fcae609b2e | 552f1ca79d7fa6019b88586337f27e69298339ad | refs/heads/master | 2020-06-26T18:05:27.117520 | 2016-10-09T05:35:59 | 2016-10-09T06:11:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,389 | h | #ifndef _INSPECT_H_INCLUDED_
#define _INSPECT_H_INCLUDED_
#include <stdio.h>
#include <lauxlib.h>
#include <lua.h>
#include <luaconf.h>
#include <lualib.h>
#define LUA_INSPECT_NAME "inspect"
#define LUA_INSPECT_PATH "scripts/inspect.lua"
#ifdef LOG_FILE
#define dd(fmt, ...) ... | [
"tianchaijz@gmail.com"
] | tianchaijz@gmail.com |
cbbbfdfab7cc1fb872f07e9c2d0b7eb63c11f2cd | 62097ce15f108c2e243d9b50d3931f84e617b80c | /lib/ESP_WebConfig_V1.1.3/Page_applSettings.h | 5300b6894873186c3382afb0e4b9e0c1f02a8218 | [] | no_license | enindza/FridgeThermostat | 889bf954b8dcbaebfa174072036f356828324d4e | 5eed3de44dcc785aecd023542953a510c78c1e0f | refs/heads/master | 2020-03-19T02:20:49.045582 | 2018-05-17T22:07:36 | 2018-05-17T22:07:36 | 135,620,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,678 | h | //
// HTML PAGE
//
const char PAGE_ApplicationConfiguration[] PROGMEM = R"=====(
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<a href="/" class="btn btn--s"><</a> <strong>Application Configuration</strong>
<hr><... | [
"zx81one@gmail.com"
] | zx81one@gmail.com |
7dc0414b896c63aff10fa6281daec62aa3bc7fec | 464411a200f2d80929468439772ba543243ec73c | /md/dm-queue-length.mod.c | 9303c92816a8c9813f006548216d4adabb36acdb | [] | no_license | nevermoe/RAID | 8df29323220bea05e9fa660d5da5eaffc1ecd007 | fb21f3fe9e0bd460fdae6836e82ef694dccdd17a | refs/heads/master | 2021-01-16T17:47:11.180340 | 2015-01-05T12:52:37 | 2015-01-05T12:52:37 | 28,811,738 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,288 | c | #include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
MODULE_INFO(vermagic, VERMAGIC_STRING);
struct module __this_module
__attribute__((section(".gnu.linkonce.this_module"))) = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODULE_UNLOAD
.exit = cleanup_module,
#endif
.a... | [
"nevermoe@qq.com"
] | nevermoe@qq.com |
44fe00543a83a48b5d5c20817f2228b3975f4679 | 0c4f436c420fa7997c0f5979836b6c6be96a0af3 | /mpich2/src/binding/fortran/mpif_h/abortf.c | 2a00ed87fe5fe0cfd25dd5e9de86ce52db34aa31 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer",
"mpich2"
] | permissive | damianam/psmpi | 170181f9bd42901b513d22a5fe6897392ebd1cec | e272b52eb2cdb8320d41a29e4d98da21c4d4ad4d | refs/heads/master | 2021-03-12T15:06:05.465108 | 2020-03-11T17:04:29 | 2020-03-11T17:04:29 | 246,630,810 | 0 | 0 | NOASSERTION | 2020-03-11T17:01:49 | 2020-03-11T17:01:49 | null | UTF-8 | C | false | false | 12,328 | c | /* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*
* This file is automatically generated by buildiface
* DO NOT EDIT
*/
#include "mpi_fortimpl.h"
/* Begin MPI profiling block */
#if defined(USE_WEAK_SYMBOLS) && !defined(USE... | [
"hauke@par-tec.com"
] | hauke@par-tec.com |
f080ebe4d985bd2b5b5a2b20f2633fcaa8dfe765 | c16df6bfaecb284775cc2a037abf238d14d64d90 | /lib/robot_file.h | a7e4b7f2f90f689b081928079c0e589a059ccd36 | [] | no_license | Pokerpoke/libsx_draw_robot | e9fa34344923ab02d953a8e0c393a942ab195250 | 3820b66987582e8cde7382fe31dc6e6da39c5dea | refs/heads/master | 2020-07-22T07:27:14.402764 | 2017-06-15T08:49:22 | 2017-06-15T08:49:22 | 94,346,108 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 194 | h | #ifndef _ROBOT_FILE_H_
#define _ROBOT_FILE_H_
void robot_file(Widget w, void *data);
void robot_command(Widget w, char *text, void *data);
void robot_get_command(char *str, void *data);
#endif | [
"j824544269@gmail.com"
] | j824544269@gmail.com |
bc3974256901f23606666815603b48d169b82a72 | 468852da725fb6f1484e3e411b5db2c2e6b53918 | /2Smallfind/src/smallread.c | c015dbb861026d218ddd8dd179cf3560703f9eac | [] | no_license | EllaCM/ECE-357-Operating-System | 88227d9906633f1153db3e913aee5589509a2e7a | d6f69166472fc82cef13b5e1567fac7f407aa81f | refs/heads/master | 2021-10-22T03:03:00.920163 | 2019-03-07T19:28:36 | 2019-03-07T19:28:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 864 | c |
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int main(int argc, char *argv[])
{
struct stat sb;
char *linkname;
ssize_t r;
if (lstat(argv[1], &sb) == -1) {
perror("lstat");
exit(EXIT_FAILURE);
}
linkname = ma... | [
"jinzhekai0705@163.com"
] | jinzhekai0705@163.com |
0ac37075247200aa435b6a9abc1897a2667b41ae | 37594eac3de4719b0391b4c1d95c0489524e238c | /code/Linux_total/fourth/407_msgque2.c | 17c7381f9c2a8c34d1a7710b07358bfba2b151c3 | [] | no_license | xsdjt/unixProgramming | 0e1e29d0cb9b8ebc89af026fc914f7975adba0b5 | 26f462271947b0f5050b208a2c2f0ee6f4be13cc | refs/heads/master | 2023-06-09T06:29:23.038642 | 2021-07-03T00:15:20 | 2021-07-03T00:15:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,248 | c | /**********************************************************
* Author : yangziyi
* Email : 827584257@qq.com
* Last modified : 2021-07-01 08:58
* Filename : 407_msgque1.c
* Description :
* *******************************************************/
#include <stdio.h>
#include <unistd.h>
#inclu... | [
"50351970+BigDukee@users.noreply.github.com"
] | 50351970+BigDukee@users.noreply.github.com |
11eeeca4d63d5745324adb4cd47c75601b52827c | b10d7eba9647afcbe44a43f9feb87c5e8118ec13 | /ADC_sharp.cydsn/codegentemp/project.h | d4f1ab54c344ddfad1e32268ac78661ef5f65bd4 | [] | no_license | NRDaza/Sharp-Psoc5- | b0502036f1ddc68c21cc6fc84c5181c36a66df2e | a2ff1de9cd860643c0451f0c39fd800673ca27be | refs/heads/master | 2020-04-29T00:41:29.925439 | 2019-03-14T22:42:34 | 2019-03-14T22:42:34 | 175,703,912 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,525 | h | /*******************************************************************************
* File Name: project.h
*
* PSoC Creator 4.2
*
* Description:
* It contains references to all generated header files and should not be modified.
* This file is automatically generated by PSoC Creator.
*
***********************************... | [
"nrodriguezd@correo.udistrital.edu.co"
] | nrodriguezd@correo.udistrital.edu.co |
62439c69d0a5213effe20b7f7778f09eca1b146b | 7ef6d017f40e4d678611b8cf7caf9bbaf63a52bf | /USB_HOST/Target/usbh_platform.c | eab69ae57e9d9dbb87c8aa54cc04db55a4b6fe6c | [] | no_license | Alessi42/STM32 | f138eed2332fbfe919e8dfd4548b895e043c0951 | e718b6d06ff4b09b18590e0d8b9fe85995e6084a | refs/heads/master | 2020-09-04T16:56:45.865125 | 2020-02-04T16:11:16 | 2020-02-04T16:11:16 | 219,821,174 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,630 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : usbh_platform.c
* @brief : This file implements the USB platform
******************************************************************************
* @attention
*
* <h2... | [
"jacobsantry2@gmail.com"
] | jacobsantry2@gmail.com |
a05fe96800e60e62a7545a0e3bcdc1b5ac127801 | 3490bbdcc661233572376b861971d5d5aeef8de4 | /iplib2New.h | b931903bf483f11819de021cd5e43bc9a8cdc778 | [] | no_license | Bradleynewlon0214/ImageFiltering | 6fee5c346e405404dfe6285300f4a6a7d3c46c07 | 1c47a9937ebe1621779ae8a1e44caab278dece92 | refs/heads/main | 2023-01-28T17:04:51.457735 | 2020-12-11T05:14:21 | 2020-12-11T05:14:21 | 316,024,211 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 301 | h | #include <stdio.h>
#include <stdlib.h>
/* file types*/
#define PBM 4
#define PGM 5
#define PPM 6
typedef unsigned char *image_ptr;
image_ptr read_pnm(char *filename, int *rows, int *cols, int *type);
int getnum(FILE *fp);
void write_pnm(image_ptr ptr, char *filename, int rows, int cols, int type); | [
"bradleynewlon@gmail.com"
] | bradleynewlon@gmail.com |
8d64e1dc9be170b64b86dd36e21651c2009a5827 | 87a48ec0ef3c0c8099a2150cb7f483a6162a926c | /Task 26/ToUpperProcess.c | e0e05294df6c27432fa515e33d378c103f5d7d30 | [] | no_license | PashaIanko/UNIX | 88525bc5f5e1540a78f4a7defbacdb9b4473fc96 | d6e9cbf30c3a88384ba61ea4420c99da02ecd94f | refs/heads/master | 2020-08-05T23:05:14.247200 | 2020-01-05T16:34:19 | 2020-01-05T16:34:19 | 212,748,035 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 725 | c | #include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#define MSG_SIZE 100
#define FGETS_ERR
char* to_upper_case(char * const msg) {
size_t len = strlen(msg);
size_t i = 0;
for (; i < len; i++) {
msg[i] = toupper(msg[i]);
}
return msg;
}
int main(int argc, char *... | [
"yanpavevg@yandex.ru"
] | yanpavevg@yandex.ru |
a4eb751497df1dbb3473c653767ab5a9ea556f6b | 1c8797a0a4bb8bd695e1dc78e877e480c7d85d00 | /GloblDef/GloblDef.c | 69a81b5dd3309752de83d26ce1abb409e1fda221 | [] | no_license | GaussianPrince/zlip | e2dd94271e16c9d1392d9ff8c664b2c097a267c8 | 79b236b7c49ee647fc71b4e88120c3b2e0267656 | refs/heads/master | 2021-02-08T19:21:46.073102 | 2020-03-01T16:57:54 | 2020-03-01T16:57:54 | 244,187,891 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,519 | c | /*
* Copyright (c) 2003 Electric Application Laboratory of NAN KAI University
* 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 ab... | [
"981438357@qq.com"
] | 981438357@qq.com |
4b01755d75dc6d1d5b12e79a03dca165c2f945da | 7eb688b16098d66ff9c21f5aa5589c7a05766036 | /src/frtos_skeleton/task_function.h | 5fa1857777e0fa454a47852ddb9c9acb1e12add9 | [] | no_license | xxxMIBCxxx/RX65N_FreeRTOS_ADPCM | 71e2805ba29084cc0dc379714e1c8da2a0d0753b | 3c0e508794a29f0a51f70331c578a7e5a150a3b5 | refs/heads/master | 2022-12-22T15:05:59.772541 | 2020-09-27T12:28:51 | 2020-09-27T12:28:51 | 299,026,980 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,701 | h | /***********************************************************************************************************************
* DISCLAIMER
* This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No
* other uses are authorized. This software is owned by Renesas Elect... | [
"yuuki-miki-papa@i.softbank.jp"
] | yuuki-miki-papa@i.softbank.jp |
4e38c95918a57663cf03d6126a4d45f4224749d5 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/emscripten-master/system/lib/libc/musl/src/env/__init_security.c.bak.c | c0cd7d3056ffbe4f8c3b8a4113037133c41a52d9 | [] | 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 | 669 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
#include <elf.h>
#include <poll.h>
#include <fcntl.h>
#include "syscall.h"
#include "libc.h"
#include "atomic.h"
static void dummy(void *ent)
{
}
weak_alias(dummy, __init_ssp);
void __init_security(size_t *aux)
{
struct pollfd pfd[3] = { {.fd=0}, {.fd=1}, {... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
971af9a46691fb0785b59e0d712db9eb90cc42fe | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/5b749b56-07b5-45e2-b4bf-158eb610a980.c | 6b979457a7a6fcd5de1db3e5a7cd631543e76945 | [] | 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 | 590 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=22;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = i%j;
l = j-j;
k = i-k*i;
//variables
/* START VULNERABILITY */
int a;
int b[11];
int c[36];
a = 0;
while (b[( a - 1 )]... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
898a57f539dd87848b89c2cd8c72c19d5f7d377c | 845347805a6975c91b2d0c27db9c980ef7b0c793 | /P++/src/MDI/int_MDI_44.c | 29453428dd3437f753f7bc6999118f35e0f60972 | [] | no_license | unifem/aplusplus | e68d008c72f41ec63c70614586244d898b1fff99 | 592ed917a87f3e5db4958a86be19a30fc62059ee | refs/heads/master | 2021-05-14T02:01:51.241895 | 2018-01-07T16:53:16 | 2018-01-07T16:53:16 | 116,582,270 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 144,027 | c |
#include <math.h>
#include <limits.h>
#include "constants.h"
#include "machine.h"
extern int APP_DEBUG;
#define INTARRAY
#ifndef INTARRAY
void MDI_i_Arc_Sinh_Array
( int *Result , int *Lhs ,
int *Mask_Array_Pointer ,
array_domain *Result_Descriptor ,
a... | [
"xmjiao@gmail.com"
] | xmjiao@gmail.com |
18b407f2ac1685926b09de4ee95a57e4f992761f | e711b9e143b1c94e3358365923f13e5ff1caf313 | /apps/test-checkbox/test.h | c41a236c55344c7ebf0304be4e7b202518b54bc0 | [] | no_license | galapaegos/old-engine | adf25cc62eb4295dab9c85ec4d96ac446a4a3d6d | ed2086c0ba0d1fbefc254ffde8785e33a6cfbe2a | refs/heads/master | 2020-07-10T03:33:58.835462 | 2019-08-24T12:56:48 | 2019-08-24T12:56:48 | 204,156,406 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 107 | h | #ifndef _test_h_
#define _test_h_
#include <gswindow/gscheckbox.h>
#include <gswindow/gswindow.h>
#endif
| [
"bhittle@osc.edu"
] | bhittle@osc.edu |
bd87fb540e9c92b1ecc593eef0e6bf0ffe0d92e1 | 3031cee249c04edae3c36413e6e5f5ef10843ba6 | /V2/Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_comp.h | 054722bfc50dad6fcfa5d529e282dc5de2fb7659 | [
"BSD-2-Clause"
] | permissive | HeyBirdie/Instrulab_V3 | bf3fe8e6abfbd60fa7bcec614e6f98b2585c3167 | a2084f98443e86bd7905afed902501c12435a762 | refs/heads/master | 2020-03-30T16:42:12.020715 | 2019-04-18T11:15:18 | 2019-04-18T11:15:18 | 151,422,183 | 0 | 1 | NOASSERTION | 2019-04-18T09:27:41 | 2018-10-03T14:03:15 | C | UTF-8 | C | false | false | 30,999 | h | /**
******************************************************************************
* @file stm32l0xx_hal_comp.h
* @author MCD Application Team
* @version V1.8.0
* @date 25-November-2016
* @brief Header file of COMP HAL module.
**********************************************************************... | [
"jan.mucala@gmail.com"
] | jan.mucala@gmail.com |
d2dbd4d5d9905b409fd4e89930b0080f55be1701 | 10e64f8dca0b596b339169f80c8706edb51eed9f | /linux-devkit/sysroots/x86_64-arago-linux/usr/share/ti/cgt-c6x/lib/src/bcmp.c | 478ad2da10bbbc9a0438cdc44fc069dcf2c88d72 | [] | no_license | wangy2000/LeezBoard_TI5708 | 264cea03d04402cf14714e35f1ca9efd4a1ef7cb | 1c0e92c5b61de16f8d8aeb86852c9d53ed99ac58 | refs/heads/master | 2020-06-16T22:01:26.340391 | 2019-04-23T13:21:54 | 2019-04-23T13:21:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,929 | c | /****************************************************************************/
/* bcmp v8.2.2 */
/* */
/* Copyright (c) 2012-2017 Texas Instruments Incorporated */
/* h... | [
"82796620@qq.com"
] | 82796620@qq.com |
d4cbcb3e4655c8b13553572f22335f1bdf74690d | ca39e5435abdf463b684f8ce182c86b62203d6be | /LPRS1_Lab08/procesor/procesor/isim/ADD_data_tb_isim_beh.exe.sim/work/a_4252537627_0587073495.c | 057f9be0ef9ac349a7aef44b38f0af8f08e273ca | [] | no_license | mnebojsa/LPRS1 | 80c5d88d390e286af6109f895a950798aa14919a | 8583cd72b5c0f48fd9cdc35740c359deb2f1881c | refs/heads/master | 2020-04-03T10:03:27.070441 | 2018-12-14T22:16:57 | 2018-12-14T22:16:57 | 155,182,773 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,407 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"nmarkovic@domain.local"
] | nmarkovic@domain.local |
c008835be4604e5eb94648f22d07cb7f2e3b1d4b | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/51cadbfd-1858-4a95-a760-f2cc2df2d1ab.c | 08b22e94381c489d3f826368ba0d53d53d7e7d59 | [] | 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 | 539 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 54;
k = i/j;
l = i/j;
l = l/j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
int b[60];
int c[20];
a = 0;
while (( a - 1 ) > -1) {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
931b0066b72428794eae0517563b5fb7756397c9 | 7e382d68c505188c4d78620737ab723d81283497 | /tracing/cached_ray.h | 3f8d46e21dd8ab2cc6304deb28bad56ff66cf143 | [] | no_license | ferlocar-gap/ray_tracer | a9b10011c630bae9e039e396687be7025fb4976c | 0f0aea555f283706f98a80a2e805bfbd16a8f106 | refs/heads/master | 2021-01-23T15:43:04.566138 | 2013-02-19T03:50:46 | 2013-02-19T03:51:04 | 7,214,386 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 264 | h | #ifndef CACHED_RAY_H
#define CACHED_RAY_H
#include "color.h"
/*
* Represents a thrown ray color.
*
* color: Color that returned the ray.
* row: Row to which the ray belongs.
*/
typedef struct
{
Color color;
int row;
} CachedRay;
#endif
| [
"ferlocar.tec@gmail.com"
] | ferlocar.tec@gmail.com |
d56bff706d9952b48eac605027594dcf9e82d360 | 9a7bc06a6ee5782f27e8579a7e3f7f322ea1632a | /fibonacci.c | 05b8ac22e635f0f2c0e2521a0874203d58331c7f | [] | no_license | avgn/C-programs | 164b81648772f3d555a4442b439e3659bf7a48b4 | e87dc491600a3678f4277bb977825c1323b3f030 | refs/heads/master | 2020-05-25T08:54:53.404668 | 2017-03-14T09:25:03 | 2017-03-14T09:25:03 | 84,928,835 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 406 | c | #include <stdio.h>
long fibonacci(long n);
int main(void)
{
long result;
long number;
printf("Enter an integer: ");
scanf("%ld", &number);
result = fibonacci(number);
printf("Fibonacci(%ld) = %ld\n", number, result);
return 0;
}
long fibonacci(long n)
{
if (n == 0 || n == 1) {
... | [
"avgn@users.noreply.github.com"
] | avgn@users.noreply.github.com |
05e23a2df9aeb5adb7dc32e9f044fa7b5bd5a654 | 5ad1b4f191cf56fbab05c02b4089f9873c2aaad2 | /game.h | a4906308e6bbf9a0ea9754b4cde8fb543f78db7e | [] | no_license | sracca/gameoflife | e8aa9fcd2f7d13b6616f2fe9583a406d52dabbd0 | 54262b71f034cbc71aa6ed699cb1e1bf852d4185 | refs/heads/master | 2021-04-28T19:56:55.334340 | 2018-02-18T02:12:02 | 2018-02-18T02:12:02 | 121,910,106 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 204 | h | //
// Created by stephanieracca on 1/29/17.
//
#ifndef PA2_GAME_H
#define PA2_GAME_H
void PlayOne(char **old, char **new, int x, int y);
void terminateGame (char **A, int x, int y);
#endif //PA2_GAME_H
| [
"srracca@wpi.edu"
] | srracca@wpi.edu |
9d1194bc0fdfeee15cf7c023f487b35c0d13bc53 | 34499e81e35bb4328fa901bd9f9ac1874c409414 | /0x0B-malloc_free/3-alloc_grid.c | 7e05ecb95c56b83875cee70f5fac66dd0b29e9dc | [] | no_license | maroua199525/holbertonschool-low_level_programming | 189d5236cf774c739bf2f4ccad09d92ceaf4f819 | c7316391fc3bfe9e165bdd93f000a9d3f5d8bfbf | refs/heads/master | 2023-07-20T01:10:41.729240 | 2021-09-01T20:25:00 | 2021-09-01T20:25:00 | 335,627,260 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 609 | c | #include "holberton.h"
#include <stdlib.h>
/**
* alloc_grid - create an array of integers
*@width:integer
*@height:integer
*Return: 0
*/
int **alloc_grid(int width, int height)
{
int i, j, k;
int **array;
if (width <= 0 || height <= 0)
return (NULL);
array = malloc(sizeof(int *) * height);
if (array == NU... | [
"2646@holbertonschool.com"
] | 2646@holbertonschool.com |
e34ef3f4dc36173419f98e454dc1cd598a1c11a6 | 8ce88e6d70a7ba3a10a9aabc6dbe282b4b978d0d | /Other/exeToc/debug/INC/WINDEF.H | 001d075b72774cb6d670fd133d8b5a475f030166 | [] | no_license | yodamaster/avdbg | e66a35838d4b9561a53388b13d6cd44889e21fbc | 92157c686ebaadc5565eec5a6e4d9a5a390b1fa9 | refs/heads/master | 2021-01-18T06:33:18.087191 | 2013-01-03T14:21:52 | 2013-01-03T14:21:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,659 | h | typedef char *LPSTR, *PSTR;
typedef char *LPCSTR;
typedef char TCHAR;
typedef LPSTR PTSTR;
typedef LPSTR LPTSTR;
typedef const char* LPCTSTR;
typedef void *LPWSTR, *PWSTR;
typedef const void *LPCWSTR, *PCWSTR;
typedef int BOOL;
typedef int bool;
typedef int INT;
typedef int wchar_t;
typede... | [
"Administrator@20111020-1601xyz"
] | Administrator@20111020-1601xyz |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.