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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
392c493760c22ad26f4c811806ed74e349f76b81 | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant110476_combine.c | c3217ad2f00057d8b49584043a4e957bc6b21ad6 | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 429,917 | c | /* Optimize by combining instructions for GNU compiler.
Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the te... | [
"agroce@gmail.com"
] | agroce@gmail.com |
1d5ff02d07017bc40590b9a6fe4b1669ca260129 | cf3163611e4e589b876f5d682a3bb9c0dd15b2c6 | /xzz_QXL/Users/xzz_users/config/inc/delay.h | f3ef0268d95e81f2b185bdd1b10336032a3a65fb | [] | no_license | KingPank/xzz111 | 2f3ca98be2cdf2c8ddbefe0b8bb81f442ccda6b4 | d58c8d7500e128b033b3fa78342189e0780e36f0 | refs/heads/master | 2021-06-23T02:11:38.755493 | 2017-08-27T06:44:26 | 2017-08-27T06:44:26 | 101,535,977 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 921 | h | #ifndef __DELAY_H
#define __DELAY_H
#include "stm32f4xx.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//ALIENTEK STM32F407开发板
//使用SysTick的普通计数模式对延迟进行管理(支持ucosii)
//包括delay_us,delay_ms
//正点原子@ALIENTEK
//技术论坛:www.openedv.com
//修改日期:2014/5/2
/... | [
"623377299@qq.com"
] | 623377299@qq.com |
c30e29dabde44f90834e2b6c3af15a2bb1349f6f | 7d99c5237beb9ad09b89ef2d53056d4291cf3858 | /source/N2.Clock.c | 8ddf672d49c4b3ade54675553b8ee3e3593c3102 | [] | no_license | dframirez80/demoLPC485.SE | 73e152761192d29a8d113526de36330d47fa2bcf | c90064f481c093986503b4b555132c414d38e557 | refs/heads/master | 2023-06-10T01:06:09.551635 | 2021-07-05T16:32:12 | 2021-07-05T16:32:12 | 383,207,881 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,628 | c | #include "N2.h"
/* System clock frequency. */
extern uint32_t SystemCoreClock;
//---------------------------------------------------------------//
void ClockFRO18M(void)
{
/*!< Set up the clock sources */
/*!< Set up FRO */
POWER_DisablePD(kPDRUNCFG_PD_FRO_OUT); /*!< Ensure FRO is on */
POWER_Disa... | [
"dframirez80@gmail.com"
] | dframirez80@gmail.com |
aefa71a62c382c75e7ab61e0fca4dd8b81b971a1 | 26998388b81cee48df3a73624fd64754c868ba8b | /0x01-insert_in_sorted_linked_list/lists.h | fae4e73566e8dd2e411db80ee8e96c161eb02a93 | [] | no_license | danielj32/holbertonschool-interview | 5b9c4681b3ff7601d0e2290b7e0c118503de4270 | 6d72a48941668db9e490155d2b5244dc7c9e61b2 | refs/heads/main | 2023-08-30T09:30:49.120280 | 2021-10-08T01:50:01 | 2021-10-08T01:50:01 | 333,552,635 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 519 | h | #ifndef LISTS_H
#define LISTS_H
#include <stddef.h>
/**
* struct listint_s - singly linked list
* @n: integer
* @next: points to the next node
*
* Description: singly linked list node structure
* for Holberton project
*/
typedef struct listint_s
{
int n;
struct listint_s *next;
} listint_t;
size_t print_lis... | [
"danieljuanito21@hotmail.com"
] | danieljuanito21@hotmail.com |
d6370fc7a0a5b64f439ed6d9c686d6bf582c5cc2 | 42f254d389b395394255be53e96dc860f199521b | /Macros/pMacros/DM_Njet.C | 513b3bafdfd2bf9507c53ccc5c1e75a14d0b9a23 | [
"Zlib"
] | permissive | diogodebastos/Stop4Body | f52fdb5d58895c19121e211bea9ec99499556667 | 3fce70e6ac0fb3afeefbf01e260070ee1c2d1716 | refs/heads/nanoAOD | 2023-09-02T23:11:03.452623 | 2023-08-25T13:33:09 | 2023-08-25T13:33:09 | 127,912,102 | 0 | 0 | null | 2023-08-25T13:31:59 | 2018-04-03T13:24:23 | C | UTF-8 | C | false | false | 2,851 | c | void DM_Njet(){
gStyle->SetOptStat(000000);
gStyle->SetPalette(1);
std::string path17 = "/lstore/cms/dbastos/Stop4Body/nTuples17_nanoAOD_v2020-11-16_test";
TChain DM1("bdttree");
DM1.Add((path17+"_bdt30/T2DegStop_250_220_bdt.root").c_str());
TChain DM2("bdttree");
DM2.Add((path17+"_bdt30/T2DegStop_300_270_bdt.root"... | [
"diogodebastos18@gmail.com"
] | diogodebastos18@gmail.com |
94769bc41acb8bbfb04fcafd047a3bdda25b01f6 | 17ee4dcef3a96f39315cbc2db794a87bd710bee9 | /CLion/ExerciseBook/02.28/02.28.c | d209ba35f8737ef4a386bc1796adc461f5b573d8 | [] | no_license | cosmos3919/Data-Structure | 75a05ad295c0e18edaf586445074ec5bc060bf1b | ac3872c1d713f4f5bdded8ee68fa55926e5bd902 | refs/heads/master | 2020-09-16T01:44:54.715457 | 2019-11-20T14:37:20 | 2019-11-20T14:37:20 | 223,613,039 | 1 | 0 | null | 2019-11-23T15:45:21 | 2019-11-23T15:45:21 | null | UTF-8 | C | false | false | 1,892 | c | #include <stdio.h>
#include "LinkList.h" //**▲02 线性表**//
/*
* 题2.28
*
* 求交集:C=A∩B。
* 不允许C中的元素重复,且C会利用A原有的空间,A被销毁。
*/
LinkList Algo_2_28(LinkList* La, LinkList Lb);
// 测试函数,打印元素
void PrintElem(ElemType e);
int main(int argc, char* argv[]) {
LinkList La, Lb, Lc;
int i;
int a[10] = {1, 2, 2, 3... | [
"kangjianwei1990@qq.com"
] | kangjianwei1990@qq.com |
1c8ace7e0b7ffef665c9f006ce6d66811d1001b5 | 67ffe8165ce41cdea84d891aa317d3b97d84128d | /libft/ft_putendl.c | 2ab3e97cfd0fbe813e0ea95e290495fba0c517d4 | [] | no_license | Noyda42/minishell | 06d0a9cd691196e0ac3c8117ac4dd939e1767a4c | 197f3ec72a7ad78e2efaa30693fa25adad9a904f | refs/heads/master | 2021-08-16T14:55:18.107152 | 2020-07-24T10:22:53 | 2020-07-24T10:22:53 | 206,121,474 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 997 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putendl.c :+: :+: :+: ... | [
"teddy.mehenni@gmail.com"
] | teddy.mehenni@gmail.com |
8cb2ec0d0288d28435b8f2fa698e4dea05db0c8d | 68e3b66d55f20e41d928530e75144c23d2a4c7b3 | /TP3/tp3.c | 4b608d01d39afb941f7c00e03c90a72eb18c4b0c | [] | no_license | jsmrcaga/nf16-tp | 615938fef6c153210b367b10b7831d731215a8c2 | a583e7ac0caf43e47af2cd7ac1ad570f0d33ee4c | refs/heads/master | 2021-01-16T02:43:02.157780 | 2015-03-26T10:19:45 | 2015-03-26T10:19:45 | 24,375,500 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,986 | c | #include <stdio.h>
#include "TP3.h"
//fonction creer_ludotheque()
t_ludotheque* creer_ludotheque(){
t_ludotheque* ludo=(t_ludotheque*)malloc(sizeof(t_ludotheque));
ludo->nb_jeu=0;
ludo->debut=NULL;
if(ludo!=NULL){
return ludo;
}
else
{
return NULL;
}
}
//fonction creer_jeu();
t_jeu* creer_jeu(char *n, g... | [
"jo@jocolina.com"
] | jo@jocolina.com |
88087d24d91cb54ec43339d19cd2f8d108d87bd1 | 8b68cf05a9d9241dc2cdbb3840ec846f674fb7ac | /Clang/memory_life.c | eb10ee25f78bde9e9772bfde1debf93e8df8e475 | [] | no_license | Hua-AZ-Zhong/CodeBlocks | db1719dd83ad7e9fa3c5e1e232f81803823c4831 | fc67bed2078c3a0df9ec6a05d10f4aa2440320a1 | refs/heads/master | 2021-12-11T21:36:54.890241 | 2021-11-10T02:33:54 | 2021-11-10T02:33:54 | 145,278,400 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 995 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
void Getmemory(char **p, int num); /** 由于要传递的参数是指针的地址,所以使用二级指针 **/
char *GetMemory(void);
int main()
{
printf("NULL's address is %p\n",NULL);
char *str=NULL;
Getmemory(&str,100);
strcpy(str,"hello");
printf("%p %s\n",str,str);
str=NUL... | [
"253729119@qq.com"
] | 253729119@qq.com |
217089d40db2ec3ccbdda4a741bca202e25795a3 | 67d689634e6c892e7da8e940eddeea0ff6b2c87f | /src/egadsTess.c | 8ef7bc70244a98cd909d4c4e58ed5fdfe4590005 | [] | no_license | xyuan/EGADSlite | 269a3f49142dd1eca02aea0ef5ed66299223ffdf | 6e29780cd11c4ef0d4f38a728507c0e607b94bfc | refs/heads/master | 2022-12-31T09:10:25.934222 | 2020-03-02T14:01:51 | 2020-03-02T14:01:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 238,313 | c | /*
* EGADS: Electronic Geometry Aircraft Design System
*
* Tessellation Functions
*
* Copyright 2011-2018, Massachusetts Institute of Technology
* Licensed under The GNU Lesser General Public License, version 2.1
* See http://www.opensource.org/licenses/lgpl-2.1.php
*
*/
#inclu... | [
"knepley@gmail.com"
] | knepley@gmail.com |
61b8db937d922c072c624e6146683c0610a5a58f | 242df0938660136f81b200e072954b15929862e5 | /C exer/32.c | 93e465bff7e90267f5767eff9e54d59ee77c7776 | [] | no_license | noslen-dev/IP-1-Semestre-ISEC | e4d3b2a9d5045c8f85419cf922b10065c3647602 | 8324a68767aa110574d82de53d94119133605666 | refs/heads/main | 2023-03-12T13:11:28.242058 | 2021-02-28T18:11:04 | 2021-02-28T18:11:04 | 339,504,856 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 342 | c | #include <stdio.h>
#define DIM 6
int main(){
int arr[DIM]={6,8,4,-5,7,9},i,j,logic=1,pos_i,pos_j,num=10;
for(i=0 ; i<DIM && logic ; ++i)
for(j=0; j<DIM;++j)
if(arr[i]+arr[j]==num){
logic=0;
pos_i=i;
pos_j=j;
}
printf("Os indices dos numeros que somados dao %d sao %d e %d",num,pos_i... | [
"noreply@github.com"
] | noslen-dev.noreply@github.com |
1d6076808c718f7175a7e49a69bf11f607f91154 | f0dfd88459d5aa2f19ab5ee1fbc993952cb37332 | /sys/arch/sparc64/include/psl.h | deb877f338183a9eb123da2ebddfad315a9e7434 | [] | no_license | radixo/openbsd-src | 5f93c09735d519689ffc0c5144d05abfeaacf82c | 2554c092cef615cba187243a9e2fe6e943ef6248 | refs/heads/master | 2021-01-10T21:48:43.347196 | 2015-12-04T02:34:41 | 2015-12-04T02:34:41 | 41,678,666 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,675 | h | /* $OpenBSD: psl.h,v 1.27 2010/05/31 21:39:56 deraadt Exp $ */
/* $NetBSD: psl.h,v 1.20 2001/04/13 23:30:05 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Be... | [
"wsouzant@gmail.com"
] | wsouzant@gmail.com |
fc255961b03f07d7f2f746a5025cfd2fc96014c2 | 331830b1eec84b57b2042b1027d7f5deb834f6db | /coapINC/resourceAPI.h | ed8b39bd0fa666072149983980a8d57ba8900201 | [] | no_license | Hooman59/j211 | b0baacb9f79b96b0a1af378b80a57e152a4a4466 | c4718bd1119002fa529d73d9aa02aa9d19bbb86b | refs/heads/master | 2021-05-01T07:05:05.779990 | 2016-11-27T15:23:25 | 2016-11-27T15:23:25 | 79,636,930 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 545 | h | #ifndef _COAP_RESOURCEAPI_H_
#define _COAP_RESOURCEAPI_H_
#include "config.h"
#include "resource.h"
#include "coap.h"
#include <stdbool.h>
struct coap_resource_t *SaghafiRes ;
typedef struct resourceRecord
{
bool busyFlag;
unsigned short indx;
unsigned char *uri;
unsigned char *interface;
unsigned... | [
"mohammadsa1364@gmail.com"
] | mohammadsa1364@gmail.com |
704e5f5dbce43a543f87038b8176dd7f6429a980 | 554c87c6e92b611ab2a392ca71b900223601de05 | /VGA2.sim/sim_1/behav/xsim/xsim.dir/sim_vga_behav/obj/xsim_1.c | e0f34d1e7d25e053e8a91ce2150a5bca0df8d079 | [] | no_license | JavuesZhang/CS202_2019_Fall | 30fc8546836af40271334575c3fb858444c5e8bf | 30d52d6a88b67522ebe6e9d33789453ab0ab1b69 | refs/heads/master | 2022-03-26T12:00:16.799418 | 2019-12-24T10:11:25 | 2019-12-24T10:11:25 | 229,169,576 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 33,631 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"1036245966@qq.com"
] | 1036245966@qq.com |
44543e3e6b102ea21e8f226a12620bcc312b7ab2 | 5f58c4f75f54e62f04ae968005fa0a0480a4c9ab | /src/stm32f10x_it.c | db4a8b759760e46e728d76ef885b431c19ac4043 | [] | no_license | dongts1995/WTP | 398937ff300e666a15b8edf7b01784fbe2bd1777 | cb3bea47a62586f69b1bc889d776a9e20cedef02 | refs/heads/master | 2023-07-21T23:36:07.968212 | 2021-08-17T03:38:38 | 2021-08-17T03:38:38 | 396,875,264 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,547 | c | /**
******************************************************************************
* @file TIM/6Steps/stm32f10x_it.c
* @author MCD Application Team
* @version V3.5.0
* @date 08-April-2011
* @brief Main Interrupt Service Routines.
* This file provides template for all exceptions handler ... | [
"tsdtowafus@gmail.com"
] | tsdtowafus@gmail.com |
4adbbf26e6bb2bff744bff918cfa6823a8b2b74c | a0f6263637cb492b5614acda0fd49234130d65cb | /kernel/memory/startup_pagedir.c | 753e49bd22a6f51ed447b2f960c617be0e9632d9 | [
"BSD-2-Clause-Views",
"BSD-3-Clause"
] | permissive | Shivanshu-Gupta/JOS-on-ARM | 63a423f4576f62c4b3ce18df721b6fb2aaa0a9fb | d625a335623747c7dd3dab6be5aa943dccfb3669 | refs/heads/master | 2021-01-09T06:58:23.449420 | 2016-05-11T16:19:32 | 2016-05-11T16:19:32 | 56,928,745 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,941 | c | #include <vm.h>
__attribute__((__aligned__(SECTION_TABLE_ALIGNMENT)))
uint32_t startup_sectiontable[4096] = {
2 | (2 << 10) | (0 << 20), 2 | (2 << 10) | (1 << 20),
2 | (2 << 10) | (2 << 20), 2 | (2 << 10) | (3 << 20),
2 | (2 << 10) | (4 << 20), 2 | (2 << 10) | (5 << 20),
2 | (2 << 10) | (6 << 20), 2 | (2 << 10) | ... | [
"shivanshugupta1995@gmail.com"
] | shivanshugupta1995@gmail.com |
ee8c4f7fae059e06590709f0a9ef50c552df6196 | 4f24e2388f183c299163cda825e0d24a560c8def | /STM32Cube_FW_F4_V1.10.0/Projects/STM324x9I_EVAL/Examples/DCMI/DCMI_SnapshotMode/Inc/stm32f4xx_it.h | e6825ad03a58aebdc5fe4bbeacef5b0614b95aee | [
"BSD-2-Clause"
] | permissive | txson/ubuntu-stm32 | a696885dbe33c47a64e904f04705d5e85f6936cd | 805421fcd05154971320b119c6cf81588bb2e410 | refs/heads/master | 2020-03-12T09:09:05.390614 | 2018-04-22T07:49:00 | 2018-04-22T07:49:00 | 130,545,935 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,212 | h | /**
******************************************************************************
* @file DCMI/DCMI_SnapShotMode/Inc/stm32f4xx_it.h
* @author MCD Application Team
* @version V1.3.2
* @date 13-November-2015
* @brief This file contains the headers of the interrupt handlers.
***************... | [
"“1154492168@qq.com”"
] | “1154492168@qq.com” |
47217c5a6911f4c208888ffdcf797c97054d5c69 | 6430d22eb077570070c8561554024b587b1afb15 | /deps/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-promise.inc.h | 3135ac70b34fee2cb6f83d4b171c4a772fa61f26 | [
"LicenseRef-scancode-dco-1.1",
"Apache-2.0"
] | permissive | yodaos-project/rt-node | 1225f935e6d8b30caf5cc6a09f129039a082f16c | f83cca249923cf03e2a0ef7fcba7a08dc3090123 | refs/heads/master | 2020-08-23T02:58:47.066551 | 2019-12-11T16:21:21 | 2019-12-11T16:21:21 | 216,529,158 | 26 | 2 | Apache-2.0 | 2019-11-07T12:25:47 | 2019-10-21T09:28:08 | Python | UTF-8 | C | false | false | 1,661 | h | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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 r... | [
"chhxxc@gmail.com"
] | chhxxc@gmail.com |
87c069b26a76131d47096cd457a78523c0404dd3 | cb57c0c08271922286c819182bb34d536112c802 | /xsrc/external/mit/xedit/dist/lisp/core.c | a9792e94b56bbb86303be725644366b32ff03c99 | [
"MIT-open-group",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-x11-dec2",
"LicenseRef-scancode-xfree86-1.0"
] | permissive | krytarowski/netbsd | 4b42b050e506bf5fca784acd35af6fe987824ce3 | ffed895a5f372df15637ce576bbab6235195bf22 | refs/heads/master | 2020-06-02T06:25:47.099329 | 2015-03-16T18:15:02 | 2015-03-16T18:15:02 | 30,895,197 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 147,705 | c | /*
* Copyright (c) 2001 by The XFree86 Project, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modif... | [
"n54@gmx.com"
] | n54@gmx.com |
8f7cde94a06ddb229b82d9d15b08cdd20f9a2821 | 15d077363f2cbf85d4ced929a825961ebd627598 | /first.c | 5fd66dcee11a4093cbcbaff9861b39b7f7689ab4 | [] | no_license | duguanghui/test | 9ff709f04c35e4233370f60f6edaad56a9766419 | e71544c1afb2b8c16d58601d65ed29cf53694772 | refs/heads/master | 2020-04-11T11:31:31.597421 | 2018-12-16T05:56:50 | 2018-12-16T05:56:50 | 161,750,614 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 58 | c | #include "stdio.h"
main()
{
printf("hello GitHub");
}
| [
"781004356@qq.com"
] | 781004356@qq.com |
9d04d7ef150907c76ce9d3daf2074d1b7515f2b7 | 84dafa2ff119bfebb97c8ad910f35018aba95f92 | /Controlling_synchronous_signals_using_input_events/Controlling_synchronous_signals_using_input_events.X/mcc_generated_files/include/pin_manager.h | 64d5db4e46af3947935cc7af276a87c535daef96 | [] | no_license | microchip-pic-avr-examples/avr128da48-getting-started-with-tcd-mplab-mcc | a8bd6d547f8729a6a901352eea7b88bf726ebfa6 | 123b6afdfbbbb931ccdb52942dbb7fb6728daf6c | refs/heads/master | 2023-03-11T23:02:12.909295 | 2021-03-04T13:56:46 | 2021-03-04T13:56:46 | 339,172,490 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,098 | h | /**
@Company
Microchip Technology Inc.
@Description
This Source file provides APIs.
Generation Information :
Driver Version : 1.0.0
*/
/*
(c) 2018 Microchip Technology Inc. and its subsidiaries.
Subject to your compliance with these terms, you may use Microchip software and any
... | [
"alexandru.sabiuta@microchip.com"
] | alexandru.sabiuta@microchip.com |
450851ebb991e5b4714b1e74f1735df3bc7a0655 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/97fe06f8-5b1a-4c89-b167-cf90762e565e.c | 247ea6bb265b621256931aa3c5a50123e8f03040 | [] | 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 | 553 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 533;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l%j;
l = l-j;
k = l-k*i;
//variables
/* START VULNERABILITY */
int a;
int b[81];
int c[18];
a = 0;
do {
//ran... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
c4483f84ab9471a5417daef8ee192e457ecbbbfc | df1d828d37d9f3e83e18ef085f11105cfb90b80a | /senoko/bionic.h | 41fcd64dde46db99cb4b1fde005a6ca74e30f84b | [] | no_license | xobs/senoko-chibios-3 | a7313ed155c905acd0bf4ff2cde63c1e913196ff | 487a69632093d8894ff78b043141a78cabaec858 | refs/heads/senoko | 2021-01-10T18:52:03.335005 | 2016-02-25T06:27:07 | 2016-02-25T06:27:07 | 21,555,886 | 2 | 3 | null | 2015-10-24T00:56:00 | 2014-07-07T03:45:29 | C | UTF-8 | C | false | false | 551 | h | #ifndef __BIONIC_H__
#define __BIONIC_H__
#include <stdio.h>
#include "ch.h"
#define ULONG_MAX 4294967295UL
int strcasecmp(const char *s1, const char *s2);
void *memcpy(void *dst0, const void *src0, size_t length);
void *memset(void *dst0, int val, size_t length);
unsigned long strtoul(const char *nptr, c... | [
"xobs@kosagi.com"
] | xobs@kosagi.com |
ee72c57d370832d926de8cd933e8a82f1c7fccff | 0aef26863f142bef75a0e4aaf7da76fc95e3d8ae | /crypto_auth/siphash48/sse41/siphash.c | c5bc02702d286be823593dccee0cdb6f838f053c | [] | no_license | jedisct1/supercop | 94e5afadc56ef650d7029774a6b05cfe2af54738 | 7c27338ee73a2bd642ba3359faaec395914175a2 | refs/heads/master | 2023-08-02T20:12:39.321029 | 2023-05-30T03:03:48 | 2023-05-30T03:03:48 | 179,046,113 | 23 | 2 | null | null | null | null | UTF-8 | C | false | false | 7,388 | c |
#include <x86intrin.h>
#include "crypto_auth.h"
#include "crypto_uint64.h"
#include "crypto_uint32.h"
#include "crypto_uint8.h"
#include "crypto_verify_8.h"
typedef crypto_uint64 u64;
typedef crypto_uint32 u32;
typedef crypto_uint8 u8;
#define SIPHASH_ROUNDS 4
#define SIPHASH_FINALROUNDS 8
/*
typedef uint8_t u8... | [
"github@pureftpd.org"
] | github@pureftpd.org |
8ee4c4947e1ea32c9bc5f260e4396525954a514e | c55f28e66b1398d918e01f6966b39ab932230153 | /Projects/STM32L073RZ-Nucleo/Examples_LL/DAC/DAC_GenerateConstantSignal_TriggerSW/Src/main.c | 79d326a0aa5086cc71d47035da674261a6495d53 | [
"BSD-2-Clause"
] | permissive | pengphei/STM32Cube_L0 | a61b09a340cb6c815eb4f367bb40f929bb52977b | 7988a1e2d431982d5245215d525f7faf855ded79 | refs/heads/master | 2021-01-17T06:35:43.344107 | 2016-07-23T10:08:06 | 2016-07-23T10:08:06 | 64,010,361 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,131 | c | /**
******************************************************************************
* @file Examples_LL/DAC/DAC_GenerateConstantSignal_TriggerSW/Src/main.c
* @author MCD Application Team
* @version V1.7.0
* @date 31-May-2016
* @brief This example describes how to use the DAC peripheral to gene... | [
"pengphei@sina.com"
] | pengphei@sina.com |
c2abff930061e72102ea69b7da49e0eb34adee1a | fe2cfea3b1e86327b1b5a8e40845a4a9fcf62fca | /fluffos-2.23-ds03/compiler.c | f44ccd7ec782a22ccec502473089e248b659dfb2 | [
"LicenseRef-scancode-unknown-license-reference",
"Artistic-1.0"
] | permissive | Muderru/DiscworldMUD | 244a4582357d37346dd3815f697de3d9de00045d | f13380b1d0ef390ae1ea4d13c8d3a87cda448f68 | refs/heads/master | 2021-06-04T21:59:04.040086 | 2019-12-16T19:48:37 | 2019-12-16T19:48:37 | 146,309,070 | 3 | 2 | null | 2019-12-16T19:48:39 | 2018-08-27T14:29:16 | C | UTF-8 | C | false | false | 84,515 | c | #include "std.h"
#include "lpc_incl.h"
#include "compiler.h"
#include "generate.h"
#include "scratchpad.h"
#include "qsort.h"
#include "file.h"
/* This should be moved with initializers move out of here */
#include "icode.h"
#include "lex.h"
#include "simul_efun.h"
static void clean_parser (void);
static void prolog ... | [
"overmind2017@yandex.ru"
] | overmind2017@yandex.ru |
7658c580d266a82faa875f2c87a7c2eda7282294 | 7056d3bab507fe71d7810c7b3bc88c98838c68d3 | /07.quick_sort.c | ff0881c3c1089ab53adb3bbeafa78a02ae28ac3f | [] | no_license | quasar1533/learnC-5-array | dedfcf17d8f659210f6b29079a34a23433b8a73d | b111c980a28150e34e74897671bb9c918e229aa4 | refs/heads/main | 2023-03-24T17:39:22.575392 | 2021-03-30T11:40:14 | 2021-03-30T11:40:14 | 352,979,303 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,284 | c | #include <stdio.h>
#include "io_utils.h"
#include <stdlib.h>
#include <time.h>
#define PLAYER_COUNT 50
// 练习一下C语言的快速排序
void SwapElements(int array[], int first, int second) {
int temp = array[first];
array[first] = array[second];
array[second] = temp;
}
void ShuffleArray(int array[], int length) {
srand(time... | [
"1029230641@qq.com"
] | 1029230641@qq.com |
f0b1d6223f1b253da5890c966d1dc57287f2a705 | babffe7f357cdd76f4c3b5104109ceea99980c35 | /tests/isa/mulscc/main.c | e13853b176798c6bc2b7c2a9373df1344b693c77 | [
"Beerware"
] | permissive | repk/sporc | 0639f42d484bf8c9d8b167cff56c78915ff99e95 | 89535deb5f7e5ff07ece1082df88aa6806ac975d | refs/heads/master | 2021-01-01T18:16:12.050337 | 2018-05-19T20:46:29 | 2018-05-19T20:47:33 | 98,292,777 | 8 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,210 | c | #include <stdlib.h>
#include <stdio.h>
#include <test-utils.h>
#include "cpu/cpu.h"
#define PROGFILE "../binaries/isa/mulscc.bin"
#define KB 1024
#define MEMSZ (250 * KB)
int main(int argc, char **argv)
{
struct cpu *c;
uint64_t mul;
int ret = -1;
uint32_t r1, r2;
size_t i;
c = test_cpu_open(argc, argv, PROGF... | [
"repk@triplefau.lt"
] | repk@triplefau.lt |
5c1687bb782e3d18705eb61ce65b261f155253bc | 817c4df6b5e2ef294f0a32e5300f849145e08da9 | /qnx/reference/openqnx-master/trunk/services/system/memmgr/arm/v4/cpu_vmm.c | fee32a596af988afc89b6c86d1b1ca3c7fa41193 | [] | no_license | wizardst/mycode | c7a019816fb8274a067faaa1c0e47ca621b6b469 | deb5ac69d59892066cf59e7e1c87cd2e1e1fd14f | refs/heads/master | 2021-03-14T15:47:04.276266 | 2019-10-18T01:01:51 | 2019-10-18T01:01:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,452 | c | /*
* $QNXLicenseC:
* Copyright 2007, QNX Software Systems. All Rights Reserved.
*
* You must obtain a written license from and pay applicable license fees to QNX
* Software Systems before you may reproduce, modify or distribute this software,
* or any work that includes all or part of this software. Free dev... | [
"929391874@qq.com"
] | 929391874@qq.com |
c395762a31e851eec9c2fb3fa6ddd64aae56ea92 | 72792746f18013abc115d2d93d23f3c8b8dabc78 | /SocketClientDemo/Pods/Target Support Files/Pods/Pods-environment.h | 7fd9dab2d3d64a4638dd34b23eaa38d2ec34749b | [] | no_license | QiuZhiFei/socketDebugger | 390ff8f5ccc0800f30835c776150d0bb916679f9 | 4b174b4ab80195257b240da8d364512d1d312259 | refs/heads/master | 2021-01-23T09:34:15.775555 | 2015-03-23T04:08:55 | 2015-03-23T04:08:55 | 32,576,034 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 658 | h |
// To check if a library is compiled with CocoaPods you
// can use the `COCOAPODS` macro definition which is
// defined in the xcconfigs so it is available in
// headers also when they are imported in the client
// project.
// CocoaAsyncSocket
#define COCOAPODS_POD_AVAILABLE_CocoaAsyncSocket
#define COCOAPODS_VERSIO... | [
"zhifei@zhifeis-air.local"
] | zhifei@zhifeis-air.local |
ec2a9d49412b04d043776806b527045484f4f6d8 | a31e6388a7d83863d1701ae26784931b1a50c8fd | /TESTING/MATGEN/clarnd.c | da0865642a6eb844cf93b6439cfdfab4864936bb | [
"BSD-2-Clause"
] | permissive | yangyang14641/superlu | 690819c6e2d729ae330f9bae00f8d04063ef149c | c74ddbf74ed6e3d1e014b568aa627603e3fe7326 | refs/heads/master | 2021-09-26T15:17:16.714875 | 2018-10-31T09:32:23 | 2018-10-31T09:32:23 | 109,132,568 | 6 | 0 | NOASSERTION | 2018-10-31T09:32:24 | 2017-11-01T13:06:39 | HTML | UTF-8 | C | false | false | 3,514 | c | /* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Complex */ VOID clarnd_slu(complex * ret_val, integer *idist, integer *iseed)
{
/* System generated locals */
doublereal d__1, d__2;
complex q__1,... | [
"xiaoye@80d2f580-31aa-11e5-bf80-072c59723c4c"
] | xiaoye@80d2f580-31aa-11e5-bf80-072c59723c4c |
a10082c56e62d2ac1a9460979daa4488e0b6a0c1 | 2957ef75cf7cb0fdb8561e95c8a6ea157faef348 | /CodeSnippets/p1.c | 74a1501cdc9e13f0910676495cb0778ced05e893 | [] | no_license | zhvrnkov/OS-Three-Easy-Pieces | 6da0fbfc2e4bec14463657628ef2d955453861d3 | 4cb686bab2a150c31f505973e005f4def2fd7f98 | refs/heads/master | 2022-01-27T00:35:53.052248 | 2022-01-12T07:09:23 | 2022-01-12T07:09:23 | 168,381,442 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 417 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int main(int arcgc, char *argv[]) {
printf("Hello world (pid:%d)\n", (int) getpid());
int rc = fork();
if (rc < 0) {
fprintf(stderr, "fork failed\n");
exit(1);
} if (rc == 0) {
printf("children (pid:%d)\n", (int) getpid());
} else {
... | [
"zhvrnkov@Vlads-MacBook-Air.local"
] | zhvrnkov@Vlads-MacBook-Air.local |
66bb92a5ba29fe521f44078ac01086f9a130b336 | 485d7513eb078ca8d9fbeee5fd75004a9bcafcc7 | /stars.c | e642c11421b467b7895ced8b644762c65cbaaf37 | [] | no_license | cs2261-gt/final-project-hsmith307 | 70a57b5445f478d44f7445263bd8744d8a63468b | f3b4c0181aff8ea2f6cc9dcd7bea869e1fdae71e | refs/heads/master | 2021-05-18T20:36:23.255804 | 2020-04-29T17:46:31 | 2020-04-29T17:46:31 | 251,406,054 | 0 | 0 | null | 2022-07-14T14:49:39 | 2020-03-30T19:20:49 | Assembly | UTF-8 | C | false | false | 71,989 | c |
//{{BLOCK(stars)
//======================================================================
//
// stars, 512x256@4,
// + palette 256 entries, not compressed
// + 457 tiles (t|f|p reduced) not compressed
// + regular map (in SBBs), not compressed, 64x32
// Total size: 512 + 14624 + 4096 = 19232
//
// Time-s... | [
"hsmith307@gatech.edu"
] | hsmith307@gatech.edu |
862c1cc092abdf37f5ab6537070fd5c4d95f5d54 | 31976d7f26c6449cd52b470f2eefc7a924eaf115 | /soft/platform/edrv/lcdd/ili9327/gouda/include/lcdd_config.h | 8d54151ac5ab4a610e0fe59d6dbcd72a6bf20cc4 | [] | no_license | jhart99/RDA8955_W17.44_IDH | 1198a5b7eafcdeb2403676beb697887d8b9d6036 | 09ecb99b552f498388d53386befb7f75b03da2a7 | refs/heads/master | 2023-04-23T16:41:25.513792 | 2021-05-10T07:14:01 | 2021-05-10T07:14:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,209 | h | /* Copyright (C) 2016 RDA Technologies Limited and/or its affiliates("RDA").
* All rights reserved.
*
* This software is supplied "AS IS" without any warranties.
* RDA assumes no responsibility or liability for the use of the software,
* conveys no license or title under any patent, copyright, or mask work
* right to t... | [
"1036421284@qq.com"
] | 1036421284@qq.com |
4f60252bf963dfa2d1d50fc26a29c79234f05a30 | 3e1693a867d616fafd1ae190c52e50a2956a3e51 | /lucasvale.X/mcc_generated_files/device_config.h | ea33df1d9391cd08f02b4fa74102be680ace88bd | [] | no_license | Lucasvilla692/parcial | bf8da995f181cda4283001fe1fae86c2c1a72778 | 16c62ac0ca525e39c1b708b376208d07dac766ad | refs/heads/master | 2020-06-25T06:31:16.212143 | 2019-07-28T03:20:13 | 2019-07-28T03:20:13 | 199,231,632 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,085 | h | /**
@Generated PIC10 / PIC12 / PIC16 / PIC18 MCUs Header File
@Company:
Microchip Technology Inc.
@File Name:
mcc.c
@Summary:
This is the device_config.h file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs
@Description:
This header file provides implementations for driver ... | [
"noreply@github.com"
] | Lucasvilla692.noreply@github.com |
654972475473052f41d1e143f6100f2a0289a673 | cbe8756c4068574f2f1cf8f0ce6f11632622eccb | /microcontrollers/esp-idf/console/components/cmd_system/cmd_system.h | 9af96a8ae536ded396ed7eacc80aca85211439e2 | [
"Apache-2.0"
] | permissive | sergev/vak-opensource | 78b063c6e139c6c8b57735780120c042a759ffdc | a7e0fc4289cafc1a344d8a1bcbc5e26c8b03c6ff | refs/heads/master | 2023-08-14T07:50:30.069410 | 2023-08-12T08:24:27 | 2023-08-12T08:24:27 | 72,305,253 | 44 | 24 | Apache-2.0 | 2022-06-06T18:26:23 | 2016-10-29T19:32:29 | C | UTF-8 | C | false | false | 463 | h | /* Console example — various system commands
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.
*/... | [
"serge.vakulenko@gmail.com"
] | serge.vakulenko@gmail.com |
92935e21071da1ba7409d8fcf6ce83e770ced71d | 70f63f6b356c665842e359469a89287106a5a754 | /src/mudlib/obj/weapon/morningstar.c | 1ae2ab74a94dcf813eeba3e9915b42fee5da7705 | [] | no_license | DPrenC/endor-mud | 2aebc7af384db692c7dbc6c0a0dbb3c600e93ecc | 3ca7605715ce2c02734c68766470f5d581b9fc98 | refs/heads/master | 2021-01-21T18:53:26.493953 | 2017-05-21T23:04:36 | 2017-05-21T23:04:36 | null | 0 | 0 | null | null | null | null | ISO-8859-10 | C | false | false | 697 | c | /**
* /obj/weapon/morningstar.c
*/
#include <damage.h>
#include <size.h>
#include <weapon.h>
inherit WEAPON;
create_clone() {
::create_clone();
SetShort("una maza de armas");
SetLong("Una maza de armas.\n");
SetWeapon(W_MAZA_DE_ARMAS);
SetBaseDamage(8);
SetDamageType(DT_PIERCE_AND_BLUDGEON);
SetCriti... | [
"ea5gna@gmail.com"
] | ea5gna@gmail.com |
a245453dfa9d10df79da831f345903bc3db4b55f | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/cygwin-master/newlib/libm/math/e_log.c.bak.c | 7579b9e9fa10ee4c37c76f7e7dafa6b5c458fe40 | [] | 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 | 4,627 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/* @(#)e_log.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsystems, Inc. business.
* Permission to use, copy, modify, an... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
b8efd4e461c72a29c988e56a59fe7109f6ca41dd | a4f6a06e41f0873bc5d71783051c2483e4a90314 | /targets/TARGET_NUVOTON/TARGET_M251/device/StdDriver/src/m251_crypto.c | fc4ad0b46590211efbbe1c351654c3393e06c874 | [
"SGI-B-1.1",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"MPL-2.0",
"BSD-3-Clause",
"BSD-4-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jeromecoutant/mbed | 20b7a5a4dfbcace7c5a6a2086fde939c28dc8a8b | bf07820e47131a4b72889086692224f5ecc0ddd7 | refs/heads/master | 2023-05-25T09:50:33.111837 | 2021-06-18T09:27:53 | 2021-06-18T15:18:48 | 56,680,851 | 2 | 4 | Apache-2.0 | 2018-09-28T12:55:38 | 2016-04-20T11:20:08 | C | UTF-8 | C | false | false | 8,617 | c | /**************************************************************************//**
* @file crypto.c
* @version V1.10
* @brief Cryptographic Accelerator driver source file
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2019 Nuvoton Technology Corp. All rights reserved.
*
* Redistribution and us... | [
"ccli8@nuvoton.com"
] | ccli8@nuvoton.com |
96d531970fcbe4d9ecde572ff1336c5048036a5f | f5bc6194a06873399de29ba9c471af0269cb0a81 | /Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_IAR/Boot/main.c | 5bfa6f52c5aef3737e9de791d9fd7a80b3f8befe | [] | no_license | teemuatlut/openblt | 1c9dcc058a0c49e44b9e137c004595ae704244fa | fa59ddedfbd5b29b5f7411ecdad409efcff97a75 | refs/heads/master | 2020-09-15T07:49:52.394181 | 2019-11-06T17:15:50 | 2019-11-06T17:15:50 | 223,384,757 | 0 | 1 | null | 2019-11-22T10:56:13 | 2019-11-22T10:56:12 | null | UTF-8 | C | false | false | 8,817 | c | /************************************************************************************//**
* \file Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_IAR/Boot/main.c
* \brief Bootloader application source file.
* \ingroup Boot_ARMCM4_XMC4_XMC4700_Relax_Kit_IAR
* \internal
*--------------------------------------... | [
"voorburg@feaser.com"
] | voorburg@feaser.com |
4dad79ba5dea142512ef68c94602749e0df1bfef | 1be3f256e1343b818d81917fc2c3043a419400a6 | /read_textures.c | c06f0b2ac3baaa3dace95c7e2d36c13b8313abfb | [] | no_license | lwiedijk/cub3D | aae9232d5cc83eb29bfee444a315111db904aad2 | 31109a7c46b479a28a3b61e47c661181a22aa30b | refs/heads/main | 2023-07-05T01:29:41.424849 | 2021-08-25T12:18:37 | 2021-08-25T12:18:37 | 357,813,905 | 0 | 0 | null | 2021-08-25T12:18:38 | 2021-04-14T07:27:57 | C | UTF-8 | C | false | false | 2,598 | c | /* ************************************************************************** */
/* */
/* :::::::: */
/* read_textures.c :+: :+: ... | [
"noreply@github.com"
] | lwiedijk.noreply@github.com |
2c30bc5e464a88a9182bdbf00df2619bc0c7482d | 7cea117323a439ce5bba0bfdf92105f622e711ca | /Lab7/swues002_lab7_part1.c | ff906b82ddb8d63e9b16d9e7c1e977be3d4ed1b6 | [] | no_license | cmonyeba/cs120b_labs | 80a90664a0ea681c52cc43820ebdffbb659bdf53 | 320e7350c2677cf85c5f87af958d6799e45d63ef | refs/heads/master | 2022-08-25T02:13:33.289254 | 2020-05-27T20:26:17 | 2020-05-27T20:26:17 | 255,464,583 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,653 | c | /* Author: lab
* Partner(s) Name:
* Lab Section:
* Assignment: Lab # Exercise #
* Exercise Description: [optional - include for your own benefit]
*
* I acknowledge all content contained herein, excluding template or example
* code, is my own original work.
*/
#include <avr/io.h>
#include "io.h"
#ifdef _SIMUL... | [
"cmonyeba@github.com"
] | cmonyeba@github.com |
8bd2cb40937aaf6b4d8baf26f6f3e5658c0334d7 | a71a530769c5692c7c969c5237414bbe8ac4387a | /host_impl/core/helpers.c | 4ef0e412bfb1c2ec7c5a24a5f8b1e94572749b26 | [
"BSD-2-Clause"
] | permissive | nets-cs-pub-ro/NDP | 315ea4a6619854728b9d4532e61e379a4c0ab658 | 3d452cee0af9a019866daedc044324c46ff956a6 | refs/heads/master | 2023-04-28T00:55:47.705764 | 2023-04-25T09:20:54 | 2023-04-25T09:20:54 | 100,985,344 | 61 | 38 | null | 2023-01-19T01:02:16 | 2017-08-21T19:27:24 | C++ | UTF-8 | C | false | false | 4,183 | c | #include "../common/logger.h"
#include "helpers.h"
#include <rte_cycles.h>
//#include <rte_ethdev.h>
#include <rte_ether.h>
//#include <rte_ip.h>
#include <rte_mbuf.h>
#include <unistd.h>
void core_output_file_name(char *buf, size_t len, const char *middle)
{
char suffix[50];
//TODO this format pretty much assumes ... | [
"aagch@amazon.com"
] | aagch@amazon.com |
74963a502c876fc9e3c1fea2d20adb797579e112 | 110a2fb7a7ae6e9988c8f4595a6ce04524ec3a60 | /solutions/instaspin_foc/src/proj_lab11.c | 82fd2684a6d29af008747342faa9cad2a525ca8b | [] | no_license | ywcheng/sw | 41e3ad3fe6fb39976e6e713d117821109d61ca5e | e4de9f45b1881d1a093db03114706e966976e230 | refs/heads/master | 2021-01-10T00:58:26.353219 | 2015-12-02T09:50:32 | 2015-12-02T09:50:32 | 47,237,379 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 35,089 | c | // --COPYRIGHT--,BSD
// Copyright (c) 2015, Texas Instruments Incorporated
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of source code must retain the above copy... | [
"yuahwen.cheng@gmail.com"
] | yuahwen.cheng@gmail.com |
8de677fcfaae93c1c4357363d72648d867782066 | f147b51b06d10d152597aeb8843736f3c79b4c24 | /src/ast.c | 620165ef712de9b0d2ec5a42d99f15a741db3a4c | [] | no_license | quadraticjames/toyland | 5e6f437a958d5e753f590648d2a5aabf26428115 | 51b26990b195e77945c4c99350d24064f3a51d67 | refs/heads/develop | 2020-04-11T00:14:03.774959 | 2015-02-20T11:29:43 | 2015-02-20T11:29:43 | 31,061,605 | 0 | 0 | null | 2015-02-20T11:13:45 | 2015-02-20T11:13:45 | null | UTF-8 | C | false | false | 1,830 | c | #include <stdlib.h>
#include "ast.h"
node *bool_node(unsigned b) {
NODE_INIT;
NODE_TYPE(BOOL_T);
NODE_DATA(bool_val);
NODE_SET(bool_val, value, b);
NODE_END;
}
node *int_node(long i) {
NODE_INIT;
NODE_TYPE(INT_T);
NODE_DATA(int_val);
NODE_SET(int_val, value, i);
NODE_END;
}
n... | [
"bsc28@cam.ac.uk"
] | bsc28@cam.ac.uk |
7e902c3cc85724afebc5e07e74642cebefa31051 | 1bc514d6bf2deab9668171273426a6d580e89a91 | /arm9/source/wnifilib/nifi.h | 74edc7783c287b84caafc2df09972dc98cf91e82 | [] | no_license | hybomyth/NesDS | 08d79c49b3816af5e457f20bdafc71754a4317aa | 791bd45b5df3304161e907a9f727f3a6b0902d54 | refs/heads/master | 2020-03-11T09:24:05.166613 | 2017-08-26T19:41:17 | 2017-08-26T19:41:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,252 | h | /*
Copyright (C) 2015-2017 Coto
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 ... | [
"programmer.coto.1988@gmail.com"
] | programmer.coto.1988@gmail.com |
323e845feee2fa719be1f33cf660b92334613102 | e2e8d759c483459fe19ada92bae025af007272f8 | /UI-Portfolio/control.h | 54d32daa2e90d76336d30307c9285a8b61544586 | [] | no_license | AndrewH06/hail | d538f1440b72c4863fa3c40827cebefe178301fc | a27b3cf800d077e32ad68bd7840fb8e4cc394514 | refs/heads/master | 2020-09-09T02:55:41.101765 | 2019-11-13T22:35:06 | 2019-11-13T22:35:06 | 221,324,219 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,284 | h | //
// control.h
// UI-Portfolio
//
// Created by Hale, Andrew on 11/12/19.
// Copyright © 2019 Hale, Andrew. All rights reserved.
//
#ifndef control_h
#define control_h
// Classic C style defines for Operator control
#define BUFFER_SIZE 80
#define FILE_BUFFER_SIZE 1024
#define LINE_BUFFER_SIZE 256
// Math operatio... | [
"andrew.z.hale1@gmail.com"
] | andrew.z.hale1@gmail.com |
4aba39960f862fd9813b741920c991c1b6a322c3 | 72d9e6f4cdb1e2f626acc894d8300b0be8a3240a | /src/readelf.c | 7086f7f0ebc513cbe169fc733bf91d3cdb722c3c | [
"LicenseRef-scancode-bsd-simplified-darwin"
] | permissive | ax3l/file | ab4b420db96cfee97aef41dbb164f673f7129043 | f02ad35fc3df521dcac6d9d8037d67b0c97f4046 | refs/heads/master | 2020-04-21T21:27:55.717593 | 2019-02-06T00:20:56 | 2019-02-06T00:20:56 | 169,879,671 | 0 | 0 | NOASSERTION | 2019-02-09T15:16:33 | 2019-02-09T15:16:32 | null | UTF-8 | C | false | false | 44,531 | c | /*
* Copyright (c) Christos Zoulas 2003.
* 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 immediately at th... | [
"christos@zoulas.com"
] | christos@zoulas.com |
607ca6e80a212db3918d37edb08fac0f3b211e6e | 46669b534f58ad7febd96299ec0e22d8fe2fc2d5 | /Common/avformat/avtypes.h | 7273ab3beb7e6afa543e9592e177318f3a8128dc | [] | no_license | radtek/RelayLive | caac9cd2e0322b172d523175895a8f80b827f6ac | 531de4f7c0d50e1f6999c5ce59422d0c7666c141 | refs/heads/master | 2020-06-08T15:04:07.534247 | 2019-06-18T08:43:03 | 2019-06-18T08:43:03 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 569 | h | #pragma once
#include <stdint.h>
typedef enum _AV_TYPE_
{
NONE,
RTP,
RTCP,
PS,
TS,
PES,
ES,
H264_NALU,
H264_IDR,
H264_NDR,
FLV_HEAD,
FLV_FRAG_KEY,
FLV_FRAG,
MP4_HEAD,
MP4_FRAG_KEY,
MP4_FRAG
}AV_TYPE;
/**
* 一帧视音频数据的内容
*/
typedef stru... | [
"wlla@jiangsuits.com"
] | wlla@jiangsuits.com |
fd7675c76d877ab7a5446938509c0b229057c7d3 | b216c9987abb385f353a28f6d6629c6f602934d9 | /C_keben/指针程序设计/6-6.c | 2157dc8a26da4b67997712a7dcb347cca4291334 | [] | no_license | THtester/C_exercise | 8c31be551714e333bc3c3948f009b6c9899e90a7 | fd57e3a1ef7cbf6c6effc20ce049600ad3de49b1 | refs/heads/master | 2022-11-12T20:19:33.240679 | 2020-07-05T13:40:44 | 2020-07-05T13:40:44 | 275,376,007 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 615 | c | // 输入三个整数,按从小到大的顺序输出。要求用指针变量处理。
#include <stdio.h>
void main()
{
int a,b,c,*pa=&a,*pb=&b,*pc=&c,*p;
printf("请输入三个整数:\n");
scanf("%d,%d,%d", pa,pb,pc);
if(*pa>*pb)
{
p=*pa;
*pa=*pb;
*pb=p;
}
if(*pa>*pc)
{
p=*pa;
*pa=*pc;
*pc=p;
}
if(*pb>*pc)
{
p=*pb;
*pb=*pc;
*pc=p;
}
printf("%d<=%d<=%d\... | [
"thtester@163.com"
] | thtester@163.com |
ce848332157a01d038ca07951929ed3861b00b93 | c1732de09866e8012cf93f582d70a5e85c588c0f | /libft/ft_strsub.c | b1a01a4133a83b862774c89fb41172d7f3cf74ed | [] | no_license | nedashkivskiy/fillit42 | 82484ba680e776a9990f0ec7f8e382404a6b4d4c | 6b003deef83865c74c9833cad8d2bc5f1a7492a9 | refs/heads/master | 2020-05-18T12:54:15.465040 | 2019-05-01T13:58:16 | 2019-05-01T13:58:16 | 184,422,756 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,251 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsub.c :+: :+: :+: ... | [
"vnedashk@e2r6p1.unit.ua"
] | vnedashk@e2r6p1.unit.ua |
0a7312f043b0c5e2daf6bebab0631dec6aba768c | 392dc9a12351f824384ce8d2f70466e742f2391e | /components/provisioning/include/espnow_prov.h | 6b23b0e4ea569d7f5910b0a42917a34035492b04 | [
"Apache-2.0"
] | permissive | wiltonlazary/esp-now | 3b2b580dd16df72005b8f56e40b51d61d8044ad1 | e5a13ba19f12727b9544e1dbd04639bf5016a4d8 | refs/heads/master | 2023-09-02T01:53:55.086593 | 2021-10-13T12:41:52 | 2021-10-13T12:41:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,547 | h | // Copyright 2021 Espressif Systems (Shanghai) PTE LTD
//
// 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... | [
"zhanzhaocheng@espressif.com"
] | zhanzhaocheng@espressif.com |
61e32341dc770d3b771e8a073b22cd4c93b73562 | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /spidermonkey_1.6_mutants/mutant101144_jsparse.c | 82271b5a6a52996bac7627e5fde29352dac36659 | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 158,185 | c | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Licen... | [
"agroce@gmail.com"
] | agroce@gmail.com |
7c8c50ef0685c10aaf5dc6f993f1de106688d222 | c83b33947f25f51467e0987f5930f30469d33ad3 | /C/2438.c | aabde810d2687b581f1c92898e8de9cc4085c124 | [] | no_license | LeeEunHak/Baekjoon_Algorithm | 39f5bcb7552a655b6158797918d9f60ffc2ee180 | 2d742101d4a49290be1b7c00c4e782b47fe72710 | refs/heads/master | 2020-04-28T05:48:16.789457 | 2019-05-19T14:36:51 | 2019-05-19T14:36:51 | 175,033,479 | 0 | 0 | null | null | null | null | UHC | C | false | false | 312 | c | /*
문제: 별 찍기 - 1
첫째 줄에는 별 1개, 둘째 줄에는 별 2개, N번째 줄에는 별 N개를 찍는 문제
*/
#include <stdio.h>
int main()
{
int num;
scanf("%d", &num);
for (int i = 1; i <= num; i++) {
for (int k = 0; k < i; k++) {
printf("*");
}
printf("\n");
}
return 0;
} | [
"x771200@naver.com"
] | x771200@naver.com |
95d5c19b4a1f89e6420bf2382dccd07da3867186 | 7578772afef5275e8d1edf5c9e6b34fc0368f492 | /d/kaifeng/gate.c | 8fa763658b28dcc70cf63dda9cf72fbd38c30a43 | [] | no_license | jackyueq/xyj2006 | 3b899323c4b891b57fa25d671527edea7f4fccd2 | 2d0681c32c6bb880c21a43aca127f5d4af1000a0 | refs/heads/master | 2020-04-06T04:25:29.851538 | 2015-03-18T07:22:28 | 2015-03-18T07:22:28 | 32,443,903 | 3 | 5 | null | null | null | null | GB18030 | C | false | false | 777 | c | //Cracked by Roath
// create by snowcat.c 2/8/1997
inherit ROOM;
void create ()
{
set ("short", "五彩门");
set ("long", @LONG
一座由雕花香檀木建立起来的大门高高立地而起,门柱上镶着
无数五彩透明的翡翠宝石。门里面是大会会场,瑞气笼罩气象
万千。这里在没有举行水陆大会时,凡人不得擅自入内。
LONG);
set("exits", ([
"northdown" : __DIR__"shuilu",
"south" : __DIR__"north",
... | [
"jackyueq@gmail.com"
] | jackyueq@gmail.com |
4e16b6e65041bbc4b20573eba0f4e304bb0ec533 | 55fb306d52a231c365292c911f955b1f68276ceb | /set3.c | d5e08e69a3418d72fd7c8b5f37e371246795f84f | [] | no_license | Alif-2001/Shell-in-C | fc22bdccdf20af36efd337df8b79b1a13058bdfe | 67462aa185cf6d2c4b0d403b8d28eeb676b91e36 | refs/heads/master | 2023-03-03T13:37:59.156783 | 2021-02-13T04:32:45 | 2021-02-13T04:32:45 | 338,496,166 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,672 | c | #include "shell.h"
/*code copied from https://www.geeksforgeeks.org/c-program-replace-word-text-another-given-word/
The function replaces a word (oldW) in a string (s) with a new one (newW).
I couldn't find a library that does that in C. I use it in a couple of places
throughout set3, mainly when creatin... | [
"amerch04@fred.socs.uoguelph.ca"
] | amerch04@fred.socs.uoguelph.ca |
44cd6e1db18cf79998081360f96fa963d8bfd716 | 3ef4111b589c03840f420e24c8b42cc29f252a84 | /tools/gcc/hello.c | fa8fdafea9e796e85eb443ae0cbdb287693f33df | [] | no_license | honeytavis/sys | 4ada02cc6917ee347d1dc5626e2694e640711684 | a5ba5fa68b614b907f489ffd17448b7174ed9f5f | refs/heads/master | 2021-01-13T11:18:31.799055 | 2017-02-09T06:25:56 | 2017-02-09T06:25:56 | 81,416,957 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 824 | c | // gcc -E hello.c 只预编译
// gcc -S hello.c 只编译不汇编 生成汇编代码 hello.s
// gcc -c hello.c 只编译不链接 生成目标文件 hello.o
// gcc -g hello.c 包含调试信息 生成可执行文件 a.out
// gcc hello.c -o hello 生成可执行文件 并将其命名为 hello
//
// $whereis stdio.h 查看stdio.h的路径
// gcc -I. hello.c -o hello 在当前目录下搜索头文件
// #include <hello.h>
// #include "hello.h"
// gcc 先在当... | [
"honeytavis@aliyun.com"
] | honeytavis@aliyun.com |
99a567c88210f32113dc98ee12200a375348f16f | d0f86b1191d473e57845fcce14ba0ff65bf2e92b | /lib/fg_buffer.c | c2fdd8b4ec7b6216b5a7341e2df632ec6b939e94 | [] | no_license | lixing/FG | db9c15c8fae971a696da8ffaa35e26be85cb44f7 | 1118113bd543c1977fb19d20406d19039ded32ad | refs/heads/master | 2016-09-09T23:47:10.286399 | 2015-03-04T20:12:09 | 2015-03-04T20:12:09 | 31,677,298 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 427 | c | /*
* fg_buffer.c
*/
#include <stdio.h>
#include <malloc.h>
#include <openssl/sha.h>
#include "fg_internal.h"
FG_buf *fg_buffer_create(int id, int size)
{
FG_buf *buf;
buf = (FG_buf *) malloc(sizeof(FG_buf));
buf->id = id;
buf->size = size;
buf->data = (char *) malloc(size);
return buf;
}... | [
"me@lixinglian.com"
] | me@lixinglian.com |
819e82e3a1853e706d090a0adc998e254c6d4b26 | e6c65e2e354336a4bea5b6a4ccbccd3682915fe2 | /out-bin/py/google/fhir/models/model_test.runfiles/pypi__tensorflow_1_12_0/tensorflow-1.12.0.data/purelib/tensorflow/include/external/protobuf_archive/src/google/protobuf/stubs/mathlimits.h | 02642f31c7c7fbf5f1e82f9729cb2a45fdc12bbc | [
"Apache-2.0"
] | permissive | rasalt/fhir-datalab | c30ab773d84983dd04a37e9d0ddec8bf2824b8a4 | 3e329fc8b4226d3e3a4a7c23c306a86e7a9ea0de | refs/heads/master | 2021-10-09T05:51:04.593416 | 2018-12-21T18:11:03 | 2018-12-22T05:38:32 | 162,744,237 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 224 | h | /home/rkharwar/.cache/bazel/_bazel_rkharwar/0ddaa3627472ad9d1367a008236ce2f5/external/pypi__tensorflow_1_12_0/tensorflow-1.12.0.data/purelib/tensorflow/include/external/protobuf_archive/src/google/protobuf/stubs/mathlimits.h | [
"ruchika.kharwar@gmail.com"
] | ruchika.kharwar@gmail.com |
d9461bcb1d147838f92a14869657637fad8c7ec6 | b270b2c883d7acac95a91871e8dcf8c125d5e56f | /CPlayground/K_and_R_C_Book/KR_Ch_05/ex_9/ex_9.c | 85c5b22a1309f1d71bd680d8bbc9d596612df266 | [] | no_license | shanegrayson/coding_examples | 18c9febcc2b3a4c8e1631349b201d5de37da05d6 | 90f4fe20d56f387e1c69a10613d6139da0199a27 | refs/heads/master | 2022-08-26T22:21:34.780021 | 2022-08-09T16:53:34 | 2022-08-09T16:53:34 | 214,016,944 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 801 | c | #include <stdio.h>
int day_of_year(int, int, int);
void month_day(int, int, int *, int *);
static char daytab[2][13] = {
{0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31},
{0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}
};
int main()
{
printf("%d\n", day_of_year(1983, 01, 02));
return 0;
}
int... | [
"shanegrayson2001@yahoo.com"
] | shanegrayson2001@yahoo.com |
955ff9de64f8b113743c0ea16bf15f6654588f67 | 4745ca1076cde46e7b08f5831102efb69d81698b | /app/src/main/cpp/NIST_PQC_Round1/KEM/NTRU-Prime/sntrup653/kem.c | 5ccdb6e69ab8bfb4d79b3b5e1568c61b56857af8 | [] | no_license | LiuYuancheng/KeyExchangeApp | ec3173b27a82afb905a5d71e436acda575d9f63c | 60db1eb303286f80fb80bd1a29fd8252d606b7f0 | refs/heads/master | 2023-02-07T08:07:36.272549 | 2020-12-28T08:59:46 | 2020-12-28T08:59:46 | 315,569,884 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,758 | c | #ifdef KAT
#include <stdio.h>
#endif
#include "params.h"
#include "randombytes.h"
#include "sha512.h"
#ifdef LPR
#include "aes256ctr.h"
#endif
#include "int8.h"
#include "int16.h"
#include "int32.h"
#include "uint16.h"
#include "uint32.h"
#include "Encode.h"
#include "Decode.h"
/* ----- masks */
#ifndef LPR
/* re... | [
"liu_yuan_cheng@hotmail.com"
] | liu_yuan_cheng@hotmail.com |
9cbbf5b38f65077867fd014f9384d2f44443e1ed | 1b8ae277ef7f39af15b6e0bff057c433dc44a109 | /src/mame/drivers/nwk-tr.c | e113116999c15da936e3c90d7d778cc5fa4a54d5 | [] | no_license | ilitirit-za/ShmupMame-unofficial | 2ea58e7674df935c98e73d34ca888152b82c570d | 2ddd533fbaceac256cf0fbc2f918de1966280a22 | refs/heads/master | 2021-01-11T02:07:06.094952 | 2016-10-24T11:17:30 | 2016-10-24T11:17:30 | 70,804,668 | 3 | 0 | null | 2016-10-21T13:17:50 | 2016-10-13T12:35:08 | C | UTF-8 | C | false | false | 37,946 | c | /* Konami NWK-TR System
Driver by Ville Linde
Hardware overview:
GN676 CPU Board:
----------------
IBM PowerPC 403GA at 32MHz (main CPU)
Motorola MC68EC000 at 16MHz (sound CPU)
Konami K056800 (MIRAC), sound system interface
Ricoh RF5c400 sound chip
National Semiconductor ADC12138
G... | [
"ilitirit@gmail.com"
] | ilitirit@gmail.com |
707da450985656e1567b1a17d416e6433f82612a | 3cdf29cf3694db7985dd0e55a1d9c5a3e5333547 | /cppinstitute/chapter8/source_08_07_03_snap_c.c | c6e422fd8475e077b3c198dd82ea6aeaa140bb15 | [] | no_license | prasannabe2004/C | 903a1bb4e1b57f4eacb5657cd1ead54a1f8084b2 | d249c4417b7fe17d61460b9d67cfc61225af30e5 | refs/heads/master | 2021-01-17T13:50:10.725548 | 2019-05-10T03:38:01 | 2019-05-10T03:38:01 | 26,422,187 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 199 | c | #include <stdio.h>
#define SNAP(X) printf("variable "#X" = %d\n",X)
int main(void) {
int i = 0;
int counter = 1;
int SheepTotal = 261;
SNAP(i);
SNAP(counter);
SNAP(SheepTotal);
return 0;
} | [
"prasannabe2004@gmail.com"
] | prasannabe2004@gmail.com |
b41f4ac29926351dd63ed979163d111dbd4f7914 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/media/pci/dt3155/extr_dt3155.c_dt3155_s_std.c | baeada0a8927b8614dab4cbeedc444b94008d746 | [] | 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 | 1,179 | 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 |
83a2f928f1075a86ebf76e69bd569275ec3c947f | 777a75e6ed0934c193aece9de4421f8d8db01aac | /src/Providers/UNIXProviders/ADSLModem/UNIX_ADSLModemDeps.h | 1953580660c33ca2820edddf6dfe1d10adfe275e | [
"MIT"
] | permissive | brunolauze/openpegasus-providers-old | 20fc13958016e35dc4d87f93d1999db0eae9010a | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | refs/heads/master | 2021-01-01T20:05:44.559362 | 2014-04-30T17:50:06 | 2014-04-30T17:50:06 | 19,132,738 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 685 | h |
#if defined(PEGASUS_OS_HPUX)
# include "UNIX_ADSLModemDeps_HPUX.h"
#elif defined(PEGASUS_OS_LINUX)
# include "UNIX_ADSLModemDeps_LINUX.h"
#elif defined(PEGASUS_OS_DARWIN)
# include "UNIX_ADSLModemDeps_DARWIN.h"
#elif defined(PEGASUS_OS_AIX)
# include "UNIX_ADSLModemDeps_AIX.h"
#elif defined(PEGASUS_OS_FREEBSD)
# inclu... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
50b7be6c84e4efb408d84aefc2b27aa7b4a2e2eb | 45389c78e419847443769d9451ad6fc233635555 | /Config.h | 857641e0feab39621ec64475fb4d52c0f4878bf0 | [] | no_license | maxtroughear/Arduino-AutoPilot | d9372fd9d147f11402ab145a7598ec830f793711 | 438a81f903aa05dab27710b0378af7b882416db7 | refs/heads/master | 2021-07-12T01:32:15.095887 | 2017-10-13T00:18:16 | 2017-10-13T00:18:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,571 | h | #pragma once
// LCD
#define LCD_ENABLED false
#define LCD_DIM_ENABLED true
#define LCD_DIM_TIMEOUT 1000 * 30
#define LCD_UPDATE_DELTA 50
#define LCD_TOUCH_DELTATIME 100
#define LCD_TOUCH_ENABLED true
// Sensors
#define SENSORS_MOTION_FUSION true
#define SENSORS_MOTION_FILTER fal... | [
"max.troughear@gmail.com"
] | max.troughear@gmail.com |
b8af01559bf74b7284edd364f76073807ff406e3 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/FFmpeg-master/libavfilter/drawutils.c.bak.c | 8d55b3454f33a88902abb04c7a04b6e7830a2887 | [] | 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 | 27,636 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*
* Copyright 2011 Stefano Sabatini <stefano.sabatini-lala poste it>
* Copyright 2012 Nicolas George <nicolas.george normalesup org>
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the term... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
ee19835c057e046371e05bbab2207a9588b11c3c | d3e7f2df5a72fff4180da9c19406cb5f7732b8cb | /src/structs.h | ded5870a78a121df0f87e637bc162d0f3aeb899f | [] | no_license | DonPetrelone/QuadSolver | 5cec8e99f1c7f88a4f6d0978e0fb0c36250a9d63 | d400516a6a6b7e6ba91057d1560a0ec59ac9334c | refs/heads/master | 2020-08-12T01:56:35.295944 | 2019-11-07T13:40:16 | 2019-11-07T13:40:16 | 214,666,827 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 137 | h | #ifndef STRUCTS_H
#define STRUCTS_H
typedef struct qsStruct {float a; float b; float c; double x1; double x2; int log;} qsVars;
#endif
| [
"vinicius.petrellicicerone@wmich.edu"
] | vinicius.petrellicicerone@wmich.edu |
0ad1c675f732198eb4f74095c7278a341e19d648 | a5ec39ed7ef792eaa0f7f2b2bf6a2e3ee4980cdb | /third_party/NNPACK/bench/convolution.c | 8887eb3c80a89b9b573b6a2da670afd13d47d032 | [
"BSD-2-Clause",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | Hosseinabady/Caffe2_fpga | 25f067e884a4b9bb16516329b1a4ed2d5ef417a4 | d7a31107332d9288a672e8dadda7774cffb78561 | refs/heads/master | 2021-07-05T19:53:42.003798 | 2017-09-27T20:09:19 | 2017-09-27T20:09:19 | 105,063,741 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 23,476 | c | #include <stdio.h>
#include <stddef.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <math.h>
#include <perf_counter.h>
#include <nnpack.h>
extern unsigned long long median(unsigned long long array[], size_t length);
extern struct nnp_profile median_profile(struct nnp_prof... | [
"csxmh@bristol.ac.uk"
] | csxmh@bristol.ac.uk |
0769c708560c5e926c24c8a024ab42c2a288b8d7 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/FFmpeg/libavcodec/mips/extr_hevc_mc_uniw_msa.c_hevc_vt_uniwgt_4t_8w_msa.c | 4e03551512b7adc36371eb33785605b9be03de36 | [] | 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,276 | 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 |
98d9ad0a3e7c10b3981f6be0e1f9bb7015a7a070 | 3db2a82e3f2305889faba8c3edda8411ff497496 | /walkingPersonExample/src/data.h | d0a3fec0346a7e59d71397ee8bb4802e19111797 | [] | no_license | amp8m/OpenFrameworksApps | 192c98a884154c8821851d9421de1ee7cabc2b42 | bbfccf993ad0e6bc9acb160d0fcd7b09bdcd8577 | refs/heads/master | 2021-04-29T17:45:04.076489 | 2018-05-15T17:26:23 | 2018-05-15T17:26:23 | 121,677,336 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 29,070 | h | #pragma once
float data3d[] = {0,0,0,0.644121,16.219,1.98624,1.54843,59.8718,0.650269,0.279781,103.185,6.17169,37.5177,99.3729,-0.370789,49.8096,50.7912,-7.67377,55.7143,2.74406,-2.35919,59.1207,-11.4249,0.409363,0.279779,103.185,6.17169,-1.43532,124.093,11.9384,-2.05244,140.799,13.709,0.279779,103.185,6.17169,-36.... | [
"agnes.pyrchla@gmail.com"
] | agnes.pyrchla@gmail.com |
a050011e89b657bc08650fe0be1f6d85a85ca812 | a2b703a6cedb4f2e34c0f10ddf783632548855e5 | /areas/library/library13.c | abd26516a40d340d96884f2acf347a7e426f5684 | [] | no_license | flyingstupid/gblib | a284b2769bb5eabce6222c892cf716958cb3c6a2 | 6c00afae0ab36709e50823622aee1e99645fe78b | refs/heads/master | 2021-04-27T05:34:28.518374 | 2018-04-20T15:51:28 | 2018-04-20T15:51:28 | 122,598,484 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 439 | c | inherit ROOM;
void create()
{
set_light(1);
set_short("The basement of the library");
set_long(
"This section of the library houses some of the more rare\n"
"books. The musty smell here is almost overwhelming. The\n"
"bookcases seem to be better built in this area however.\... | [
"ray.lukes@gmail.com"
] | ray.lukes@gmail.com |
c493fcc1491aa9ad0e8c8648f8f6837d84bca944 | 994fcdbee38772022ddf8a4bda1ea5da474c9991 | /things/pwm.c | 1b44072a04ae3674b9e4cb45289541936ac7a46f | [] | no_license | lza0427/Car | 93fd13b82b303835ac2f66517f251f9298e31695 | caced5b0dbe9336bb5c4943077bbe486997e0f9b | refs/heads/main | 2023-03-20T03:25:45.474672 | 2021-03-06T08:53:05 | 2021-03-06T08:53:05 | 339,589,177 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,015 | c | #include "pwm.h"
void PWM_Init(void)
{
TIM_OCInitTypeDef TIM_OCInitStructure;
TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;
RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM3, ENABLE);
TIM_OCInitStructure.TIM_OCMode = TIM_OCMode_PWM1;
TIM_OCInitStructure.TIM_OCPolarity = TIM_OCPolarity_Low;
TIM_OCInitStructu... | [
"1157008845@qq.com"
] | 1157008845@qq.com |
691337a93c6397bdb8e818c795d873de91c6089f | 19aa70554a8b6433063fe9bd1c531dce2def558b | /obj/armor/mactans_helm.c | 2bd632e707c8a1b54b5c57b2357047ad9a361d29 | [] | no_license | chinahgm/RevivalWorldLib | 163e0d5a4ac384b715b47bbb9ba81478dbb9fc7d | ff839752a67b7cb06d0813690de2598dd6e309ba | refs/heads/master | 2023-04-24T19:11:25.801924 | 2021-05-18T15:35:56 | 2021-05-18T15:35:56 | null | 0 | 0 | null | null | null | null | BIG5 | C | false | false | 1,005 | c | /* This program is a part of RW mudlib
* See /doc/help/copyright for more info
-----------------------------------------
* File : mactans_helm.c
* Author : Clode@RevivalWorld
* Date : 2007-07-16
* Note : 寡婦頭盔
* Update :
* o 2000-00-00
*
-----------------------------------------
*/
#include <ansi.h>
#... | [
"i@oiuv.cn"
] | i@oiuv.cn |
2076f5448791c126693bd00ea0f76fc13d5c2248 | 7f5937c840ea0a0a33270040b15b1ec882422c87 | /mud/magic/spell/planar/mend.c | 49ab0b731902c66346ef6cdab102267f27105d3d | [
"Apache-2.0"
] | permissive | shentino/simud | 706fcaad7ca5dd87277e3788592144b0d803476d | 644b7d4f56bf8d4695442b8efcfd56e0a561fe21 | refs/heads/master | 2021-01-17T14:09:07.943177 | 2016-09-20T10:11:22 | 2016-09-20T10:11:22 | 39,277,782 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,766 | c | #include <magic.h>
#include <battle.h>
string query_name() { return "mend"; }
int query_must_hold_target() { return 1; }
int query_level() { return 0; }
int query_cost() { return 50; }
string query_type() { return "order"; }
int query_readiness_requirement() { return 2000; }
int query_num_steps() { return 8; }
... | [
"shentino@gmail.com"
] | shentino@gmail.com |
cea72a3ddd3433fe81029bcf78b32a8ca2054934 | e9874e53e85d488fc0d95655b460d4bf2687daf7 | /branches/unpadded_gap5/hetins/hetins.c | 7d9f3b1db67d1f77a08cd2e180e7f4a9897846a2 | [] | no_license | svn2github/staden | 6c1c3a190c7870a807ce30d671dc67f53b04191b | a398a8000e27ea288c69f3a484d30138c177de46 | refs/heads/master | 2021-01-19T14:56:21.024408 | 2015-01-06T11:29:22 | 2015-01-06T11:29:22 | 13,945,806 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,707 | c | #include <math.h>
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include <os.h>
#include <io_lib/misc.h>
#include <io_lib/Read.h>
#include <io_lib/traceType.h>
#define FULL_TEST 2
#define TEST 1
typedef struct HETINS_PARAMS_ {
int window;
int mode;
double worst_envelope;
double worst_half_s... | [
"jkbonfield@ba6f2710-ca9f-427c-89d3-5bf716dbc8e1"
] | jkbonfield@ba6f2710-ca9f-427c-89d3-5bf716dbc8e1 |
ffd355bdb348b6bcdc5010fa8f9f4a2f5cb912e0 | 794629855792d259834fc5075ca7dce69660b2ec | /elems/sources/Start/setydist.c | 9924a359956cdcf92c3dbdb143b593d452524884 | [] | no_license | rfeynman/GTX | 99ecd576f8eaa19dc2c2c4f6772d3e1c8ca469a9 | 64c75dc826a6399ef527b7324dcd9b2faa860841 | refs/heads/master | 2020-03-23T13:08:35.576736 | 2018-07-19T16:06:18 | 2018-07-19T16:06:18 | 141,602,291 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 874 | c | /* setydist.c - Set y particle distribution */
/* This file is part of GPT and belongs to:
* S.B. van der Geer, M.J. de Loos and Pulsar Physics
*/
#include <stdio.h>
#include <math.h>
#include <ctype.h>
#include "elem.h"
void setydist_init(gptinit *init)
{
gptparset *set ;
double *dist ;
gptin... | [
"wedwrd@gmail.com"
] | wedwrd@gmail.com |
c9d932f39a04b9a1e4d4b201687cedfa9f34bd76 | cc753776fa926c84913cc35ca4f02db1b15a5cef | /Libft/ft_isdigit.c | f8e5a9563be4a27dd71312f79fbdb09d4bfa6269 | [] | no_license | mboy29/MiniShell_42 | b1ddd657178506f9560f3695d8eacb00bb518040 | cec1198c86d80aa717d5ba27493247d20cd14cd2 | refs/heads/main | 2023-08-19T12:30:20.789196 | 2021-10-13T09:40:06 | 2021-10-13T09:40:06 | 416,665,570 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,004 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* isdigit.c :+: :+: :+: ... | [
"noreply@github.com"
] | mboy29.noreply@github.com |
64d3f06677f2e209712bd3c8e53e47f062111094 | 9d8fe725e79e5856b8b863abf0907a6a5f6f8a3c | /8085774.c | 138256a33e693a8eb7f163b5cf2d7ef121ec708c | [] | no_license | camthesaxman/ruby-c | 08bb12c3c6662b113f558a2b43a4f232fedcbd91 | afb59d795416468362ddf942d4cb1fca638f2bd6 | refs/heads/master | 2020-12-30T16:45:53.246386 | 2016-09-11T22:33:27 | 2016-09-11T22:33:27 | 91,023,059 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 219 | c | int __fastcall FieldEffectScript_ReadWord(int a1)
{
return **(_BYTE **)a1
+ (*(_BYTE *)(*(_DWORD *)a1 + 1) << 8)
+ (*(_BYTE *)(*(_DWORD *)a1 + 2) << 16)
+ (*(_BYTE *)(*(_DWORD *)a1 + 3) << 24);
}
| [
"shadow962@live.com"
] | shadow962@live.com |
8a85578f8b7338f1e9268fcc55b7fee9c177c3bf | 7308a7d077793aa58f99ab3801b5dc3f75e76308 | /Testing/Microcontroller Test/VacuumTestOne/firmware/src/system_config/default/framework/system/ports/src/sys_ports_static.c | 212211466892d202b825c6d022ccb7f915295b88 | [] | no_license | niroberson/vhyper-build | f7d971c453c938d253313a152e61c53ba0ec3f66 | ae884be44f57258495d0c03b9cd84098196d9ec9 | refs/heads/master | 2021-03-16T10:03:07.820580 | 2016-05-05T17:49:19 | 2016-05-05T17:49:19 | 50,965,316 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,211 | c | /*******************************************************************************
SYS PORTS Static Functions for PORTS System Service
Company:
Microchip Technology Inc.
File Name:
sys_ports_static.c
Summary:
SYS PORTS static function implementations for the Ports System Service.
Des... | [
"afl2592@gmail.com"
] | afl2592@gmail.com |
c1be36e8adbc15b2d75a9bb3b09c97927d9b7f04 | e000dfb2e1ddfe62598da937d2e0d40d6efff61b | /plutommi/mmi/DataAccount/DataAccountSrc/DataConnectionSIM.c | 6c46f7c09350d220dabf908dba03d7cda9153bac | [] | 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 | 20,912 | c | /*****************************************************************************
* 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 or dis... | [
"3447782@qq.com"
] | 3447782@qq.com |
f9bac7b9ee2c78e227bab90410b915f36dba6bb6 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/97a9324b-8f3b-4bfd-9519-41f15307f609.c | 1fbe626f5888f6e8e33734915e10c53f26327608 | [] | 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 | 265 | c | #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;
k = i-j;
l = i/j;
l = i-j;
l = l+j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,i);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
0aa124e0713f62febaa648c5967017df0f1b693e | 29c44db198cdab4cf356e6ce8d7f9b5d42265620 | /tnd_test/normal_math.h | 694956b4f056b65c17b4169ff1c94de2ea9bcf9f | [
"BSD-2-Clause"
] | permissive | TheDreadedAndy/NES-Debugger | 74978006a2f0a84a23a30e3a381d54501fabdff3 | f817d3470fc73a1b80df05155f960afeef786c2e | refs/heads/master | 2021-06-22T01:57:46.108608 | 2021-05-04T15:52:41 | 2021-05-04T15:52:41 | 219,064,476 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 195 | h | #ifndef _TND_NORMAL_MATH
#define _TND_NORMAL_MATH
[[gnu::pure]] float get_tnd_normal(size_t t, size_t n, size_t d);
[[gnu::pure]] float get_tnd_lin_approx(size_t t, size_t n, size_t d);
#endif
| [
"andyespaulding@gmail.com"
] | andyespaulding@gmail.com |
e87726a8eee2af91d0496ca50b8c68a3e48151a8 | 5260e67aa57535dea1c807e3de993a64fb2d1bb9 | /src/packets/GameClient/TS_SC_BOOKMARK_TITLE.h | 54e65241c917d954e73fe8e44fcb08d58fb6024f | [] | no_license | glandu2/librzu | bcbc7fde1f4cc48154da1e6ce4a8ad6a46df7bb7 | 46305cd935e3f887a8e160b8ffe58928c02520a8 | refs/heads/master | 2021-01-10T11:29:39.913740 | 2020-08-26T21:27:10 | 2020-08-26T21:27:10 | 36,559,923 | 6 | 1 | null | null | null | null | UTF-8 | C | false | false | 400 | h | #pragma once
#include "Packet/PacketDeclaration.h"
#define TS_SC_BOOKMARK_TITLE_DEF(_) \
_(simple)(int32_t, code) \
_(simple)(bool, bookmarked)
// Since EPIC_8_1
#define TS_SC_BOOKMARK_TITLE_ID(X) \
X(633, version < EPIC_9_6_3) \
X(1633, version >= EPIC_9_6_3)
CREATE_PACKET_VER_ID(TS_SC_BOOKMARK_TITLE, SessionT... | [
"glandu2epvp@gmail.com"
] | glandu2epvp@gmail.com |
a14d56eb60ecc76a65a2ffe3f6eb0ebc5975381c | 3e8f798ac2092b67e3a5985adc8d734dad965bf0 | /BruxA_Xplained/src/ASF/sam0/boards/samd21_xplained_pro/samd21_xplained_pro.h | e23da241d71700bc28e0cc4832b80ec478d48dae | [] | no_license | joeupchurch/BruxA_Xplained | 3da8bce05846a95b33dbb8c4e8f4f5ca1698d836 | 2b6bf5cb8e25250072d78fd0c700d000b33205ff | refs/heads/master | 2020-04-11T13:17:21.306430 | 2018-12-14T16:41:42 | 2018-12-14T16:41:42 | 161,810,853 | 0 | 0 | null | 2018-12-14T16:37:32 | 2018-12-14T16:16:10 | C | UTF-8 | C | false | false | 24,673 | h | /**
* \file
*
* \brief SAM D21 Xplained Pro board definition
*
* Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
*
* \asf_license_start
*
* \page License
*
* Subject to your compliance with these terms, you may use Microchip
* software and any derivatives exclusively with Microchip p... | [
"joe.a.upchurch@gmail.com"
] | joe.a.upchurch@gmail.com |
ae195b704b20cd1cdc42cff4d160ad23d0f14293 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/f92c95e4-40fc-4049-8fbf-ed9d045fd120.c | 48efcdec26fbab39f277ee76ec3261331e90ee00 | [] | 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 | 591 | 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 = l%j;
k = l-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[85];
long c[51];
a = 0;
do {
a++;
//random
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
e43018ff979d85f936ac290915546df621aab59b | 36dc1dcf1246402bc0fa569c23251095fa95da1d | /include/reg_flexray.h | a99da5d8b60077502e1b1fce2692613b10aa3227 | [] | no_license | Coogliang/A0607 | 29d44f17aedcde395fcfc91c0f8134364f317785 | eefcb25172b5b635798f95b13c58870b02bfb95c | refs/heads/main | 2023-06-29T21:20:04.701764 | 2021-08-05T05:41:13 | 2021-08-05T05:41:13 | 391,038,977 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,257 | h | /** @file reg_flexray.h
* @brief Register Definitions for the FlexRay Module.
* @date 30.May.2014
* @version 04.00.00
*
* This file contains:
* - Definitions of Base Adresses and register maps for the FlexRay Transfer Unit Register Set
* and the FlexRay Communication Controller Register Set
*
*/
#ifndef ... | [
"87000979+Coogliang@users.noreply.github.com"
] | 87000979+Coogliang@users.noreply.github.com |
aee4342e2453c0a1dac36ac2406a3caf68746eca | 4c10462b16f5c9da814a935c6fe54d8b0b7d5a2a | /include/gui/text.h | 667fc03575810a310755126db4ecc97b1fcc1a18 | [] | no_license | Julien-Haudegond/Imac_Tower_Defense | 452c3acf84d79beaf737d2cca6751079f1dce646 | d530ed5c9249e2e306dacac534484dce04e3e60d | refs/heads/master | 2020-05-04T22:44:18.290419 | 2020-04-07T12:00:45 | 2020-04-07T12:00:45 | 179,521,160 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 898 | h | #ifndef TEXT_H__
#define TEXT_H__
#define MAX_TEXTS 50 //Max number of texts
#define MAX_CSS 8 //Max number of text styles
#define FONT_1 "Starjedi"
#include "../structures/str_text.h"
#include <SDL/SDL_ttf.h>
//Init and free
void initTextCSSToNull(TextStyle textCSS[]);
void freeTextCSS(TextStyle textCSS[]);
void... | [
"44610840+Julien-Haudegond@users.noreply.github.com"
] | 44610840+Julien-Haudegond@users.noreply.github.com |
dfe6d21dce1cd199e5565e0e1ea13d0ef09bf5dd | 1fabbdfd1ca9ea1b6808893e12bd907eb74de414 | /xcode/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_gen_32.h | 88602a61aed573ca0b4728b003238b41455096b3 | [] | no_license | Klanly/TutorialPackageClient | 6f889e96c40ab13c97d107708ae8f3c71a484301 | b9d61ba2f287c491c9565b432f852980ec3fee28 | refs/heads/master | 2020-12-03T01:42:35.256114 | 2016-11-01T02:40:21 | 2016-11-01T02:40:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,960 | h | #pragma once
#include <stdint.h>
// System.Int32[]
struct Int32U5BU5D_t116;
// System.Collections.Generic.Link[]
struct LinkU5BU5D_t8437;
// System.Collections.Generic.List`1<GCGame.Table.Tab_ClientStoryTable>[]
struct List_1U5BU5D_t10297;
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
struct IEqualit... | [
"bu213200@gmail.com"
] | bu213200@gmail.com |
187bb8557e5afcc5f4b66c6f18135458d14da7f0 | 7047c2ebf8d7944c6b4467560e190b184d54697d | /openmpi-1.2.4/ompi/mpi/c/request_f2c.c | fe5552585db8aadf04dab24c785a63730b164f37 | [
"BSD-3-Clause-Open-MPI"
] | permissive | NirantK/Text-Summarization | 7afb7be3810ccfc1341758ce7899fb2e41b49d4c | 45bfa88f77515e1e5c8c6c6b3c64aba4ef8e1575 | refs/heads/master | 2020-06-04T07:12:43.455919 | 2019-06-27T00:49:40 | 2019-06-27T00:49:40 | 33,182,022 | 3 | 6 | null | null | null | null | UTF-8 | C | false | false | 1,823 | c | /*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2006 The University of Tennessee and The University
* of Tennessee Resea... | [
"nirant.bits@gmail.com"
] | nirant.bits@gmail.com |
183751d5d11a64ccdcbd5925d14d567852b1c773 | 4392e3a34f6c86412f9e42ac696829ce465936b2 | /arch/arm/inc/processes_hw.h | 09ffdfe870aeb7e15acca3a5beb423ab2b7228ce | [
"MIT"
] | permissive | ElectrodeYT/jKern | 95add4fdeb620baf8bed98a5845d8bc220ba0d33 | 6b58e031a0e3e191ee42977aaef7e64ec342467c | refs/heads/master | 2022-12-19T01:05:51.220348 | 2020-09-30T11:17:32 | 2020-09-30T11:17:32 | 270,049,390 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 462 | h | // jKern arch/arm/processes_hw.h
// Hardware specific stuff for the base processes.c
#ifndef PROCESSES_HW_H
#define PROCESSES_HW_H
struct Registers {
uint32_t r0;
uint32_t r1;
uint32_t r2;
uint32_t r3;
uint32_t r4;
uint32_t r5;
uint32_t r6;
uint32_t r7;
uint32_t r8;
uint32_t r9... | [
"electrodeyt@gmail.com"
] | electrodeyt@gmail.com |
c82a6a7738a0150f346256a591fc1b5a96d34c79 | 20caaffe0a141a169ed951d490e4bceea5f1efd9 | /main.c | 3646a1c5691e0252ad3e9b7121409d02ee5d0fa4 | [] | no_license | SFatier/AppC | 32aa290f073b3fc09f2e0ccd97ca9b68a49e1c72 | aa54b84fe33575533b4466b93fb9975b5b68c1b0 | refs/heads/master | 2020-04-14T13:05:19.352216 | 2016-09-28T08:45:28 | 2016-09-28T08:45:28 | 68,187,750 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 825 | c | #include"test.h"
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char **argv)
{
int socket_id;
char c[250];
char* rL;
int port;
//
int i = 0;
while (i < 250) {
c[i] = '\0';
i++;
}
//
if (argc > 4 && my_strcmp(argv[1], "--ip") && my_strcmp(argv[3], "--port"))
{
port =... | [
"you@example.com"
] | you@example.com |
00b6fec9ad3073b1502447ea0664e82491db85ba | b89c2bcb7db060858f7d4d6c02c06c41d6c283d6 | /include/struct.h | ffe6edf37d3ba641c8cfd6c2771dcf80d5fd2a1e | [] | no_license | YuStep/Sokoban | 7d5fe31387b4b23a86f2dd2d83f5bf4596877af6 | 9c4d36e8ffc83e97e0b9abc27c625ebbb367ead4 | refs/heads/master | 2022-11-03T07:08:37.578464 | 2020-06-16T17:44:19 | 2020-06-16T17:44:19 | 272,770,059 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 499 | h | /*
** OSU PROJECT 2020
** File description:
** struct define
*/
#ifndef STRUCT_H
#define STRUCT_H
typedef struct player_s {
int x;
int y;
} player_t;
typedef struct box_s {
int x;
int y;
} box_t;
typedef struct place_s {
int x;
int y;
} place_t;
typedef struct info_s {
player_t play... | [
"yur1.step@mail.ru"
] | yur1.step@mail.ru |
963825b0dca168795eb8e6388da787ab379a9521 | 2bc2d7419aef26eda6579a4235daae6be5f6e432 | /libft/srcs/ft_strsub.c | a7858f5fbe6529f55f3d2fbaea3114bab2a141fd | [] | no_license | chrysa/Al-Cu | 24b227efdf57e65a2599e57a21494ba86031386b | bf0a93c8db933fb8aae59d273fb25aea94f2cebe | refs/heads/master | 2020-06-01T15:06:23.988071 | 2014-03-08T18:18:23 | 2014-03-08T18:18:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,180 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsub.c :+: :+: :+: ... | [
"greau.anthony@gmail.com"
] | greau.anthony@gmail.com |
6458c413d27b4870295d427f1613a78090176c6c | b0dd7779c225971e71ae12c1093dc75ed9889921 | /tools/build/v2/engine/boehm_gc/cord/cordprnt.c | 600cffcd7c33a9986451fa0071161a666cbfe1b9 | [
"Boehm-GC",
"GPL-1.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"BSL-1.0"
] | permissive | blackberry/Boost | 6e653cd91a7806855a162347a5aeebd2a8c055a2 | fc90c3fde129c62565c023f091eddc4a7ed9902b | refs/heads/1_48_0-gnu | 2021-01-15T14:31:33.706351 | 2013-06-25T16:02:41 | 2013-06-25T16:02:41 | 2,599,411 | 244 | 154 | BSL-1.0 | 2018-10-13T18:35:09 | 2011-10-18T14:25:18 | C++ | UTF-8 | C | false | false | 11,718 | c | /*
* Copyright (c) 1993-1994 by Xerox Corporation. All rights reserved.
*
* THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
* OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
*
* Permission is hereby granted to use or copy this program
* for any purpose, provided the above notices are r... | [
"tvaneerd@rim.com"
] | tvaneerd@rim.com |
62736a5b44666dd7b4aee6a68c672d2761fd6aa1 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE190_Integer_Overflow/s03/CWE190_Integer_Overflow__int_fgets_square_07.c | a300340e4cb44f090e6c53fbc085faebaa4e6596 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C | false | false | 6,186 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__int_fgets_square_07.c
Label Definition File: CWE190_Integer_Overflow__int.label.xml
Template File: sources-sinks-07.tmpl.c
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: fgets Read data from the console using fgets()
* Go... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
9f0bd650cb66a49e372bb1c511dd5e44d96dfe5c | f0753976f8bf9684dee2a5c55244895fd5a81d70 | /main.c | a4dfe4ff22173e76ec8dc2e50a883d380c68303f | [] | no_license | kaljan/spi_temp | c88bfa7a8ef1a03e515b35994d50a82aea87f253 | 495a4e0148133d7a5e9178cfb5db4254fce7ec5a | refs/heads/master | 2021-05-31T07:02:11.798334 | 2015-06-20T20:40:33 | 2015-06-20T20:40:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,008 | c | /*!
********************************************************************
* \file
* \author kaljan.nothern
* \version 0.0.0
* \date
* \brief
*
********************************************************************
*/
#include "bcm2835.h"
#include "spi0.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h... | [
"kaljan.nothern@gmail.com"
] | kaljan.nothern@gmail.com |
b893a6ae56fd6f4447ced99fe9a528311556ad75 | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/MC/dMu/5.4e-18/MomBinnedAna/S0_Ag2_vs_p_A_trackReco_WORLD_250MeV_AQ_noCorr_1.C | f320176c335c16f849df741bc7ae4e965d73a6c3 | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,262 | c | void S0_Ag2_vs_p_A_trackReco_WORLD_250MeV_AQ_noCorr_1()
{
//=========Macro generated from canvas: c/c
//========= (Sun Dec 5 18:56:00 2021) by ROOT version 6.24/04
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
c->SetHighLightColor(2);
c->Range(490.571,-1.986036e-07,3001.368,5.62321e-07);
c->SetFillColor... | [
"samuel.grant94@gmail.com"
] | samuel.grant94@gmail.com |
afd211791cfb0328e662dfae01257fd5f25706fb | b75d4dd6e36ab51feeb74b12c412a831afd8a2a3 | /User/Src/gpio.c | b1bc06ba1834e20c649303c84d3d020570695320 | [] | no_license | gxswift/F429_Driver | d8c204c504ebe3837a4f6a9ebd992ba9468d5dab | e6a789dffef36229de5c6492aa9d5b05305d1a30 | refs/heads/master | 2021-06-01T11:53:48.855390 | 2020-12-31T12:55:46 | 2020-12-31T12:55:46 | 107,424,243 | 0 | 1 | null | null | null | null | WINDOWS-1252 | C | false | false | 6,173 | c | /**
******************************************************************************
* File Name : gpio.c
* Description : This file provides code for the configuration
* of all used GPIO pins.
******************************************************************************
*... | [
"853129649@qq.com"
] | 853129649@qq.com |
222dc5005d5920f21d198c1e9a9ce17a44a01277 | 35cd009982d974f2bec41f291dfd5e8c90728c89 | /0x1D-binary_trees/3-binary_tree_delete.c | 8057a85f28cd4fa41f5943a4b0bccfb357420143 | [
"MIT"
] | permissive | GilbertMakori/holbertonschool-low_level_programming-1 | 9d00ad0e3e18bc2ec0997291c6dfb2659a324e3a | fdd16f871a591b110078abc66f7fec5311106035 | refs/heads/master | 2023-03-17T16:25:13.785900 | 2020-01-17T03:53:48 | 2020-01-17T03:53:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 278 | c | #include "binary_trees.h"
/**
* binary_tree_delete - delete a binary tree
* @tree: tree to be deleted
* Return: nothing
*/
void binary_tree_delete(binary_tree_t *tree)
{
if (!tree)
return;
binary_tree_delete(tree->right);
binary_tree_delete(tree->left);
free(tree);
}
| [
"jandres.vr@hotmail.com"
] | jandres.vr@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.