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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
db7e4f3c58f83b8b43cb7d51c02826dc2f790b72 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/multimedia/dshow/tools/graphedt/proppage/msdvbnp/stdafx.h | cc886a0759a95f75b06b94a347b402eafd9c1f7a | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 2,367 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently,
// but are changed infrequently
#if !defined(AFX_STDAFX_H__441F7B28_4315_4EB4_AFB9_F461CB8AD90D__INCLUDED_)
#define AFX_STDAFX_H__441F7B28_4315_4EB4_AFB9_F461CB8AD90D__INCLUDED_
... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
97fa89539ca660e7b6f1ce41ddb90d9bd211f2ae | 2b3e6ea901d6e459940f5640160806be4338af48 | /04-gre-w-tap/rouA/tmp/minos.c | a36e44a618fadcac263c64e0cbe7470a5bcf3dbd | [] | no_license | adizere/netkitlab-gre | 6cdce3bd7f6d33f77034ff5ab8d06d4c762169d1 | 0aa0e49aa2fd71f82f32701bac4f10d6028e3b89 | refs/heads/master | 2016-09-09T18:50:58.620467 | 2013-04-03T21:04:19 | 2013-04-03T21:04:19 | 9,170,367 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,582 | c | /*
*
* Minos - Kernel Circular Buffer for logging inside /proc
*
* Dragos-Adrian Seredinschi, November, 2012
*
*/
/*
* __KERNEL__: Code usable only in the kernel
*/
#undef __KERNEL__
#define __KERNEL__
/*
* Not sure what this does / why it's needed
*/
#undef MODULE
#define MODULE
/*
* Linux Kernel/... | [
"adizere@gmail.com"
] | adizere@gmail.com |
dff122193a413fc9baffb5b19b071e2ff53b2195 | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant101460_cfgrtl.c | 762c7cd9abc082c93c5ac8563c27b2c47e78b89a | [] | 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 | 86,786 | c | /* Control flow graph manipulation code 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 ... | [
"agroce@gmail.com"
] | agroce@gmail.com |
130b23d24fc1dce34c923c40d846995bfc550994 | a76f751a8282dc3b7eba5398fbcee3389bec9678 | /0x0E-structures_typedef/2-print_dog.c | c6f3a1d46f7610c446c4b4a09037232c64cb66d9 | [] | no_license | Jfprado11/holbertonschool-low_level_programming | 1c7a0ab4486af23ec9c4ca9293af63c6a545ed3d | 0dd51661b8cb9214c3fed2894a97adeea73e7026 | refs/heads/main | 2023-07-15T17:15:20.707147 | 2021-08-31T17:34:15 | 2021-08-31T17:34:15 | 335,735,087 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 417 | c | #include "dog.h"
#include <stdio.h>
/**
*print_dog - rev a array
*@d: varible to the array
*
*Return: nothing
*/
void print_dog(struct dog *d)
{
if (d == NULL)
{
return;
}
if (d->name == NULL)
{
printf("Name: (nil)\n");
}
else
{
printf("Name: %s\n", d->name);
}
printf("Age: %f\n", d->age);
if (d... | [
"jfpc11@misena.edu.co"
] | jfpc11@misena.edu.co |
3c573205f3c40cfd5268d9b706b39ce7e752a250 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/c4b4755e-6afe-4a51-8633-6e6f6e468f83.c | 5f565551a9f22cd3cbdeac7defe2c63176e87a4a | [] | 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 | 541 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i-j;
l = l/j;
l = l/j;
l = l%j;
l = l+j;
k = k-j*i;
//variables
/* START VULNERABILITY */
int a;
int b[32];
int c[31];
a = 0;
while (... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
3c135384e005b8946b0c4ea9d73c9517576d48f0 | fb53e518968292e2705967dee27c38b7fb3ef287 | /Labyrinth/Labyrinth iPhone xCode/Classes/Native/mscorlib_System_Threading_TimerCallbackMethodDeclarations.h | 6bdfb1224c311539c81b8f7edf4033426d81d3b6 | [] | no_license | LuukDeNiet/LabyrithMinor | bd50cc9d3089398efdb3b3a34c9a8363efe091d8 | f7d1768d43196b0a2e8bacf11628c0a344b8f13d | refs/heads/master | 2021-01-10T16:56:58.651293 | 2015-10-19T15:07:23 | 2015-10-19T15:07:23 | 43,541,404 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,562 | 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>
// System.Threading.TimerCallback
struct TimerCallback_t1547;
// System.Object
struct Object_t;
// System.IAsyncResult
struct IAsyncResult_t16... | [
"marlo.ploemen@gmail.com"
] | marlo.ploemen@gmail.com |
0530932e8ee49fb342458e3b2394d6af5e003231 | 487c8455b34e2b312da42bf8a43162aa5c5027df | /Target/Demo/ARMCM4_TM4C_DK_TM4C123G_IAR/Boot/blt_conf.h | 6e716a598f52eb17f6b9137a3ca2893c495e6245 | [] | no_license | feaser/openblt | bf3a72e7beb998cb635a67db85fa68100d048bb8 | 57b517eabeb37d945606e18736e106bde34010bc | refs/heads/master | 2023-08-31T23:54:09.030534 | 2023-07-07T10:29:56 | 2023-07-07T10:29:56 | 102,110,352 | 534 | 236 | null | 2023-09-14T11:11:56 | 2017-09-01T12:26:08 | C | UTF-8 | C | false | false | 11,876 | h | /************************************************************************************//**
* \file Demo/ARMCM4_TM4C_DK_TM4C123G_IAR/Boot/blt_conf.h
* \brief Bootloader configuration header file.
* \ingroup Boot_ARMCM4_TM4C_DK_TM4C123G_IAR
* \internal
*--------------------------------------------... | [
"voorburg@feaser.com"
] | voorburg@feaser.com |
7f10ab3ad49262996462d386906581a55e9308db | 58b94d3b0377587a9207a8ac5c3b3d04cc9125fc | /src/texlive-upstream/texk/web2c/pmpmathdecimal.c | 73796c2d9a0f58019ed8bb0c78dbc0a8b855328c | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-other-permissive"
] | permissive | lsq/texlive-mobile | fbcb655b13955474a4e6221b43460e155ceba372 | 653030f5fdadcc2c836a98b58eeb398b32ac2c22 | refs/heads/master | 2020-03-18T16:19:08.985330 | 2016-10-21T15:02:09 | 2016-10-21T15:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 51,660 | c | /*1:*/
#line 19 "./mplibdir/mpmathdecimal.w"
#include <w2c/config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "pmpmathdecimal.h"
#define ROUND(a) floor((a)+0.5)
#define E_STRING "2.7182818284590452353602874713526624977572470936999595749669676277240766303535"
#define P... | [
"clerkma@gmail.com"
] | clerkma@gmail.com |
3ce40187bb621c31ded20b258a4aef8a5fa6af11 | 28d0f8c01599f8f6c711bdde0b59f9c2cd221203 | /sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/nouveau_nvkm_subdev_i2c_bus.c | d99fbb936ff1fd5a1795e43f70057641fd990cd1 | [] | no_license | NetBSD/src | 1a9cbc22ed778be638b37869ed4fb5c8dd616166 | 23ee83f7c0aea0777bd89d8ebd7f0cde9880d13c | refs/heads/trunk | 2023-08-31T13:24:58.105962 | 2023-08-27T15:50:47 | 2023-08-27T15:50:47 | 88,439,547 | 656 | 348 | null | 2023-07-20T20:07:24 | 2017-04-16T20:03:43 | null | UTF-8 | C | false | false | 7,077 | c | /* $NetBSD: nouveau_nvkm_subdev_i2c_bus.c,v 1.5 2021/12/18 23:45:40 riastradh Exp $ */
/*
* Copyright 2015 Red Hat 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 restric... | [
"riastradh@NetBSD.org"
] | riastradh@NetBSD.org |
0c8860c8f7ca2213cfed4f49bce30a355aef47c5 | ba3b3688b73cef11763028e8834453cc20a74397 | /cola.c | bebbde918661c8cb65cc4c5fd573e8d0421e8602 | [] | no_license | mivagonzalez/Cola-enlazada | 9f24757e7d2dfe0955482b141652b99adb137454 | 5088308bde7f2cbd8329eccc4f4e9a31f7e8ae0e | refs/heads/master | 2020-03-22T08:40:48.118867 | 2018-07-05T02:18:19 | 2018-07-05T02:18:19 | 139,783,338 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,986 | c | #include <stdlib.h>
#include <stdbool.h>
#include "cola.h"
#include <stdlib.h>
typedef struct nodo{
void* dato;
struct nodo* proximo;
} nodo_t;
struct cola{
nodo_t* primero;
nodo_t* ultimo;
size_t largo;
};
// Crea una cola.
// Post: devuelve una nueva cola vacía.
cola_t* cola_crear(void){
... | [
"noreply@github.com"
] | mivagonzalez.noreply@github.com |
500e7c2cf08bb0ffde3f6ac7a945ce9a5a00c8d6 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/base/remoteboot/riprep/finish.h | cc74af287b6783a9b92ffb833cee3f6cec9e8807 | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 25 | h | // file renamed summary.h | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
e6018ae3393e7dea0969cd8bbaa89f362d463c56 | 797974f8ebfc36a1b834715b445f407d9b00eb0e | /benchmarks/automotive/basicmath/cubic.c | 0a63b5ccf997f25edc5c91c3ab349bae70883174 | [
"MIT"
] | permissive | adriandarian/SimpleScalar | 5946ac75c5a64503cab9237f11c93cca217d8f1a | 25ef1d48789f3a55897f421b29848e6d7c9872a2 | refs/heads/main | 2023-01-29T08:56:34.993183 | 2020-12-15T00:45:56 | 2020-12-15T00:45:56 | 320,397,275 | 0 | 0 | MIT | 2020-12-11T01:25:13 | 2020-12-10T21:44:26 | C | UTF-8 | C | false | false | 1,565 | c | /* +++Date last modified: 05-Jul-1997 */
/*
** CUBIC.C - Solve a cubic polynomial
** public domain by Ross Cottrell
*/
#include <math.h>
#include <stdlib.h>
#include "snipmath.h"
void SolveCubic(double a,
double b,
double c,
double d,
int *solutions,
... | [
"adarian@ucmerced.edu"
] | adarian@ucmerced.edu |
ffb98ecb0cde953bc0f94aaeb4dcbc53721b32c5 | 9e70819cd1e82c56f319a1556e53dc46e2dd4d8d | /src/config.h | 1da427e619ddabc628046caf8090c8ef1e0664ad | [
"MIT"
] | permissive | joselogreira/nixie_clock_deprecated | ce3789567ff0e8cbd02d25018563d90fb4d82734 | 9031c4044c0b9250f1d8792c780ad81d0296b6a0 | refs/heads/master | 2022-11-06T18:41:19.653803 | 2020-06-19T20:58:38 | 2020-06-19T20:58:38 | 273,583,852 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 830 | h |
#ifndef MAIN_H
#define MAIN_H
/******************************************************************************
******************* C O N S T A N T D E F I N I T I O N S *******************
******************************************************************************/
#define FIRMWARE_DATE "16-JUN-2020"
// 16MHz ... | [
"jose.logreira@gmail.com"
] | jose.logreira@gmail.com |
f8ba6e3d54d234513fbd583c588d0ca1242b6cf4 | 37ff57ba6ee5bdb1ac8f14a48633d45c3197ecd1 | /Listas/lista 03/Estrutura_de_Repeticao_L03Ex23.c | 040bba9e128e6e7ab82c472ded533a6be2e43bd5 | [] | no_license | EduardoMdR/Apc | c573af1d9ef65f8f64030bcac82183fc9dc955aa | 7bc5dd283accbf6ca5c5f72c57bddf66bcf20835 | refs/heads/master | 2022-09-02T00:43:51.081433 | 2020-05-22T21:43:31 | 2020-05-22T21:43:31 | 266,210,268 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 551 | c | #include <stdio.h>
int main(){
int i;
double comprar[6], vender[6], total, porcentagem, totaltotal =0;
int lucro = 0, prejuizo = 0;
for (i = 0; i < 6; i++){
scanf("%lf %lf", &comprar[i], &vender[i]);
total = vender[i] - comprar[i];
totaltotal += total;
if (to... | [
"noreply@github.com"
] | EduardoMdR.noreply@github.com |
6119299cf08bfe6de0e62c8a0ed60aab914d3306 | af3fca3317351d8cb92e128519bd72a6c2a5c5e3 | /programming_projects/PA2/driver.c | 6229e11932f387649b251a0a80493f6b4f35b721 | [] | no_license | jcreyes72/cpsc2310 | 5836cb5a345616ea86539ae0b810ff82c5f35903 | c0efdbd93ab434c821e2ada094dc12327b653483 | refs/heads/main | 2023-08-15T00:48:33.166966 | 2021-09-14T17:28:03 | 2021-09-14T17:28:03 | 406,461,748 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,508 | c | #include "functions.h"
/********************************
*Name: Julio Reyes *
*CPSC2310 Fall 2020 *
*UserName: jcreyes *
*Instructor: Dr. Yvon Feaster *
********************************/
int main (int argc, char* argv[]){
//printf ("Hello World!\n\n");
//Checking the... | [
"jcreyes@g.clemson.edu"
] | jcreyes@g.clemson.edu |
5c7b116808a76bd450f9652ad907da05f3d21688 | 060bc5ba9a8f707bdac927f30842febf9a4676a1 | /sys/pmax/dev/pdma.h | 2fde0d7e2c824a6f12e1145200547612885d2dd5 | [
"BSD-4-Clause-UC",
"LicenseRef-scancode-other-permissive"
] | permissive | sergev/LiteBSD | 14ae93caa709d4707c3b122c243641c8214583c3 | 6f89c18880065a83d3d18661c80f72fb3397a888 | refs/heads/master | 2023-01-10T02:20:05.357875 | 2022-07-19T16:41:32 | 2022-07-19T16:41:32 | 19,167,171 | 318 | 58 | NOASSERTION | 2022-12-28T16:23:01 | 2014-04-26T02:55:34 | C | UTF-8 | C | false | false | 2,103 | h | /*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Ralph Campbell and Rick Macklem.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided ... | [
"serge@vak.ru"
] | serge@vak.ru |
a09ec5da6b909330a8b93ce7b1bea276eca3e760 | f0359616f700ea4148401986fffae1c13a9800dc | /libft/src/ft_putendl.c | 1265f5ce494fdd3feb11aa6708be5bc2784357cd | [] | no_license | Aboudjem/Filler | b688c75d73d6df2f41a405d5517d3368f9845974 | 3061655d28bcc2a8404b7d5661e084680d186d6b | refs/heads/master | 2020-05-21T02:37:24.448643 | 2017-04-03T20:43:02 | 2017-04-03T20:43:02 | 84,409,531 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 981 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putendl.c :+: :+: :+: ... | [
"boudjemaa.adam@gmail.com"
] | boudjemaa.adam@gmail.com |
a88a77c344715f19bb8015f878bd1e5a84bc0652 | 682cfc0f9d3e9b183b87f7d75f53cb3df43a482b | /Graphic/wolf3d/map.c | 53cf390c3e6db74976fbd98ff42180fffa5a1c27 | [] | no_license | Ekillz/42 | 24ae5c08b778b2d270b5c1e8b7c9225905379e42 | e7eea1d35997600f85798128b88bcddd982d1587 | refs/heads/master | 2021-01-18T08:10:48.849189 | 2015-09-25T10:52:04 | 2015-09-25T10:52:04 | 27,877,261 | 4 | 5 | null | null | null | null | UTF-8 | C | false | false | 2,226 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* map.c :+: :+: :+: ... | [
"emammadz@e2r7p6.42.fr"
] | emammadz@e2r7p6.42.fr |
fd35a5cb294b4f0f58d455b8bde6871ca8eec9d5 | 3d63d7b1848aeefa0a3ea5c968188913f6f9d36a | /ffplay源码和书籍/ffplay/libavcodec/msrle.c | e68a496694db1dda9ac9138738cfb1c729e23352 | [] | no_license | wuxiyabear/books | 0532114f8bfd5d3c879fcca7333dc46e67576d0f | 6b95c370dd059b567801273933737e30ea713fdc | refs/heads/master | 2022-09-18T03:56:22.354784 | 2022-09-04T08:25:07 | 2022-09-04T08:25:07 | 161,105,062 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 8,593 | c | /*
** 此文件实现微软行程长度压缩算法解码器
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../libavutil/common.h"
#include "avcodec.h"
#include "dsputil.h"
#define FF_BUFFER_HINTS_VALID 0x01 // Buffer hints value is meaningful (if 0 ignore)
#define FF_BUFFER_HINTS_READABLE 0x02 // Codec will read... | [
"574923692@qq.com"
] | 574923692@qq.com |
9951ff000983d9b5aad38c7e85e14d9e8282ab03 | 2d59fb0c5b5a7dbc1c31fab2ea3b89a08a859ef6 | /board/freescale/common/cmd_esbc_validate.c | 36b620ca23a04be6ced9f837a9f1c8ab5b148b64 | [
"0BSD",
"GPL-2.0-or-later"
] | permissive | CPU-Code/-u_boot_fslc | 683f4d183723df62f17645ec7f2d3c6bccbf737c | da15f58fe22fce65c6934eaa0d69d8bd2631f9a7 | refs/heads/master | 2023-04-03T15:38:33.105773 | 2020-05-16T12:04:44 | 2020-05-16T12:04:44 | 278,999,208 | 0 | 0 | 0BSD | 2021-04-20T20:20:33 | 2020-07-12T05:38:02 | C | UTF-8 | C | false | false | 2,142 | c | // SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2015 Freescale Semiconductor, Inc.
*/
#include <common.h>
#include <command.h>
#include <env.h>
#include <fsl_validate.h>
int do_esbc_halt(cmd_tbl_t *cmdtp, int flag, int argc,
char * const argv[])
{
if (fsl_check_boot_mode_secure() == 0) {
printf("Boot Mod... | [
"923992029@qq.com"
] | 923992029@qq.com |
761ae90aaaf43038e8c5404776dcc0074f177553 | 5cb82722442bb6e888f1cea59544d0d6fd01bf2f | /Example/Source/Examples/Private/Basics/ComputeShader/ComputeShader_GLSL_450.h | be738e8a7e59cc418c8e8d5b311904e0174dcba0 | [
"MIT"
] | permissive | RobertoMalatesta/unrimp | d9a137c5041adcc5e8b9f075586effec70eda2c6 | 90310657f106eb83f3a9688329b78619255a1042 | refs/heads/master | 2023-07-28T08:31:36.699889 | 2021-09-09T18:24:26 | 2021-09-09T19:03:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,437 | h | /*********************************************************\
* Copyright (c) 2012-2021 The Unrimp Team
*
* 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 wit... | [
"cofenberg@gmail.com"
] | cofenberg@gmail.com |
e8633228c783b2b67e60d114f8919f67c443ef97 | 5b4c1981e0aa68f94a2b6e811b74f47e52f40b77 | /jackie_spi_workspace/s3c2440_spi.h | a7a4a553e42f8752d9cf345978153d66e7612e61 | [] | no_license | DavidTGit/wds-spi | 3f04b31b25cf4c8cfe4a19756a660683e725da51 | b76078876c2701d66a733f0349be2a0c40f4434b | refs/heads/master | 2020-03-29T09:43:11.425682 | 2016-02-17T02:12:55 | 2016-02-23T01:13:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 156 | h | #ifndef _S3C2440_SPI_H
#define _S3C2440_SPI_H
void SPIInit(void);
void SPISendByte(unsigned char val);
unsigned char SPIReceiveByte(void);
#endif
| [
"zhang.hong.canada@gmail.com"
] | zhang.hong.canada@gmail.com |
c6a02da6c0169703e98d185dd81ce24e9d3be927 | 418d043b26ad03a4b7067357f7678578e7117503 | /lightcrafts/jnisrc/include/simde/x86/avx512dq.h | aad9e4c1988a2ca120902da4986f94fec58db623 | [] | no_license | ST3ALth/LightZone | f142850bf49ffab23509de9ffcb81cd789592956 | 4d9f42943f4b53a6fa4b13a718e76afeff032e5d | refs/heads/master | 2022-12-31T03:06:36.067264 | 2020-10-21T05:37:31 | 2020-10-21T07:05:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,036 | h | /* SPDX-License-Identifier: MIT
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use, copy,
* modify, merge, publish, ... | [
"arctica0316@gmail.com"
] | arctica0316@gmail.com |
977132328dd3c41b49453fa4e2f7ed1f7c25cccc | 227d7f02e425686dd6bd74147a08055d79b61c99 | /opal/mca/compress/base/compress_base_close.c | 691e333733a86e797d999025b66178c6fcd4cd2d | [
"BSD-3-Clause-Open-MPI"
] | permissive | dotnwat/adio-ceph | 172be298e9476c1051d08e6e3ec66e3243fa3b18 | 856a8a764d3ecfea4c1c944f851fdb019305bdd7 | refs/heads/master | 2021-05-29T02:49:15.523428 | 2012-08-07T20:04:01 | 2012-08-07T20:04:01 | 2,181,447 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,090 | c | /*
* Copyright (c) 2004-2010 The Trustees of Indiana University.
* All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#include "opal_config.h"
#include <string.h>
#include "opal/mca/mca.h"
#include "opal/mca/base/base.h"
#include "opal/include/opa... | [
"devnull@localhost"
] | devnull@localhost |
4cb24b9c9225220fa1a9810fbd72ccdc0be2dfd8 | a823bcf49491130bd45d2e44835b70d4c453177a | /vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/ext/ffi_c/libffi-x86_64-darwin18/include/ffitarget.h | 28bfb897017503104bc4672a88600680dd85ec04 | [
"MIT",
"BSD-3-Clause"
] | permissive | lsamon/amazutech | 98322483fcab2f50895647293bf0606c0e86b5a6 | fe450fa7d2e184484038e2371f9fbc22f8c40715 | refs/heads/master | 2023-01-24T10:59:00.940247 | 2021-06-19T16:01:40 | 2021-06-19T16:01:40 | 92,732,317 | 0 | 1 | null | 2023-01-19T11:04:01 | 2017-05-29T11:09:49 | JavaScript | UTF-8 | C | false | false | 108 | h | /Users/loui/projects/amazutech/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/ext/ffi_c/libffi/src/x86/ffitarget.h | [
"louis.amon@amazutech.net.au"
] | louis.amon@amazutech.net.au |
ee21bf62bc28cd51c68bee257fa9d437ba15ff3c | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/7cdab6c8-52fc-4a60-af19-e2f8927bae7d.c | 8ea7142ba990c429fee47f07d4c45f0c0e92d890 | [] | 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 | 545 | 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;
l = i/j;
l = k-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
int b[14];
int c[7];
a = 0;
while (( a - 1 ) < strlen(b)) {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
251041aa240eba6568398707a054b90ee747fd7c | f326d0e1a585a3e816930e704439637f2c020b21 | /ctmpl/hash.tmpl | de05fe1e594fb7281894fa7ec8aa586ea6a313a5 | [] | no_license | mikiobraun/rhabarber | f0e61f9572ea00fbc94b7339e5a9a51e77241ad4 | 971c5b206585d10bfb43bde8b57f64bb52bc2909 | refs/heads/master | 2023-08-22T17:20:09.598273 | 2007-04-11T16:28:42 | 2007-04-11T16:28:42 | 47,622,126 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,901 | tmpl | // -*- C -*-
//@name hash<K><V>
//@param K
//@param V
//@param compare=
//@param hash=
//@param alloc=malloc
//@param free=(void)
//@info a hashtable
//@header
#include <stdbool.h>
struct @hashnode
{
struct @hashnode *next;
<K> key;
<V> val;
};
struct @iterator
{
struct @hash *hash;
int cnt;
struct @ha... | [
"mikiobraun@users.noreply.github.com"
] | mikiobraun@users.noreply.github.com |
8771ee5464e32471a1f53eaf877dbfb38f2afc2f | 8c2690e42e688e3ce7d19872520a9ed2e0f1d94f | /pool_c_d12/ex_01/print_unique.c | e202fed2270b883a2a3aa88c414e722168d0e78b | [] | no_license | yilmazlyn/pool_c | 682e45076f0d9dcccf5549534570e19675eba630 | 2ac22e7b78b2eb400375f7df34612f5875c20094 | refs/heads/master | 2022-10-24T18:16:21.856920 | 2020-06-15T13:10:31 | 2020-06-15T13:10:31 | 272,442,157 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 604 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
void print_unique(int * array, int size) {
int i, j;
int counter;
for (i = 0; i < size; i++)
{
counter = 0;
for (j = 0; j < size; j++)
{
if (array[i] == array[j] && i != j) {
counter++;
break;
}
}
... | [
"yilmaz.putun@hotmail.com"
] | yilmaz.putun@hotmail.com |
136b59ed9fdb0c414241fceffc1d3138b1444487 | 0c68a407d6e6c32ec19a43750908a753eb9da98c | /corewar/init_champ.c | 318adc900b77ba59dc52b2354681ee8b9939e5b5 | [] | no_license | Soulboys/Corewar | a5459872afafe6879211ee02020df9faaacd8d1b | 0f69f188a76f58f71eb5bbdfc4bdcb314838f0cb | refs/heads/master | 2023-02-21T12:31:37.410617 | 2021-01-18T18:17:15 | 2021-01-18T18:17:15 | 330,749,905 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,306 | c | /*
** EPITECH PROJECT, 2019
** PSU_tetris_2018
** File description:
** __DESCRIPTION__
*/
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include "../include/my_vm.h"
#include "../include/my.h"
#include "../include/op.h"
#include "../include/lib.h"
champ_t *init_champ(void)
{
champ_... | [
"47009701+Soulboys@users.noreply.github.com"
] | 47009701+Soulboys@users.noreply.github.com |
92ebe920bae55ebcb097b302d1fbd96474bf7afc | 9d10afbd37f1fdb8e7c0e98c2a98836701ff623b | /uC/PIC18/app_lib/Microchip/mTouchCap/mTouchCapLib/mTouchCapTmr.c | 7fc7b06f4ca76ab51f4198094fd504c0784d3f41 | [] | no_license | logic-fault/ethernet-QEL | dae9181576736dc1087f8df2c1b931d8fcaa5951 | 30e5d21e3b9a1b2432eefad1c2681d1e8a077a33 | refs/heads/master | 2021-01-01T17:22:29.639788 | 2012-12-05T00:50:29 | 2012-12-05T00:50:29 | 5,571,714 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 5,887 | c | /******************************************************************************
* File Name: mTouchCapTmr.c
* Includes:
* void mTouchCapTmr_IgnoreCurrentData(BOOL)
* void mTouchCapTmr_InitTimer4(void)
* void mTouchCapTmr_SetPeriodTimer4(unsigned int time)
* void __attribute__((interrupt, auto_psv)) ... | [
"brock.wright.anderson@gmail.com"
] | brock.wright.anderson@gmail.com |
cf2c347ca6835830d0c9d671c7f0338ebcdfb84f | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/work/kernel/linux-3.0.8/arch/sh/include/cpu-sh3/cpu/gpio.h | 4fbb933dce567508ddd8c296d00af6a656505312 | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,684 | h | #define _CPU_SH3_GPIO_H
#if defined(CONFIG_CPU_SUBTYPE_SH7720) || \
defined(CONFIG_CPU_SUBTYPE_SH7721)
#define PORT_PACR 0xA4050100UL
#define PORT_PBCR 0xA4050102UL
#define PORT_PCCR 0xA4050104UL
#define PORT_PDCR 0xA4050106UL
#define PORT_PECR 0xA4050108UL
#define PORT_PFCR 0xA405010AUL
#define PORT_PGCR 0xA405010CUL
... | [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
748db8aef4278110c2bd6d099663fcc0dc1b0fee | 979a6fe3ee2cad6824296389a76d6c43aa57e6ce | /spi/spi.c | 7369661c314b5f5daf3aedcd40c64599e26ebdc6 | [] | no_license | guri13/lib_pic16f | 6c3e935dbd63bf30207de4484e21c1f1b244035b | b190cdd110f0cb4371a1397a8931ae3bb0319193 | refs/heads/master | 2021-01-24T21:49:13.105771 | 2013-01-08T10:26:12 | 2013-01-08T10:26:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,474 | c | /***************************************
* 2011年度 5年 基板間通信処理
*
* Device :PIC16F88,886,1827
*
* Author :石倉万希斗
*
* Latest :2011/09/19 17:12
*****************************************/
#include <xc.h>
#include "spi.h"
/****************************************/
/* SPI通信基本関数 */
char tradeSPI(unsigned char send_data, unsign... | [
"tlit.silvie@gmail.com"
] | tlit.silvie@gmail.com |
0afcbb9f9538263df3f01fe3e726925c64d1cd03 | ecfde02820925c9d4d627a442f15d41735a64a24 | /wiensustn400x.c | b1b3bda02ea4409c31137b8e977d67996737c738 | [] | no_license | philipls/TimeVarying | 0daa6658cd7dcfe95e581e7deb85dd25cb9e11a3 | 4601b10ebc13624af6534f5c74a7f071f95c0d40 | refs/heads/master | 2022-04-18T10:55:02.992635 | 2020-04-16T03:50:54 | 2020-04-16T03:50:54 | 255,448,063 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,278 | c | /* Building:
mex wiensustn400x.c -lgsl -lgslcblas -lm
*/
#include "mex.h"
#include <math.h>
#include <gsl/gsl_sf_gamma.h>
#define ssz 400
#define bsz (2 * ssz + 1)
#define NP 7 /* Size of parameter vector */
#define A1 3 /* Locations of criteria in parameter vector */
#define A2 4
#define SIGMA... | [
"noreply@github.com"
] | philipls.noreply@github.com |
1e36062d785cd9bcb483cc984d80171779f94271 | 66f3cd12f850a618af60456604e24bcccc3a196d | /AtomicMutations/mutate_delete_edge/mutate_delete_edge.h | 8f41ecae1ff90c04fd10fb463a494f13a9f6c9f8 | [] | no_license | timothyatkinson/DynamicNetworks | cae2192f56aba64270484e615a651864b507ac93 | 0733129def581dd3b6c6c23fb4766f9aeb909f0c | refs/heads/master | 2020-04-02T00:28:36.699308 | 2018-11-24T15:34:11 | 2018-11-24T15:34:11 | 153,806,962 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 176 | h | extern Graph *mutate_delete_edge_host;
extern int *mutate_delete_edge_node_map;
extern MorphismPot *mutate_delete_edge_pot;
int mutate_delete_edge_execute(Graph* host_graph);
| [
"tja511@york.ac.uk"
] | tja511@york.ac.uk |
b6fa67e6702febceef670145d20a8b915c09e92c | 4c8c77c40e89f426a5c0d69318c8d88df852e946 | /1° Semestre/Complementos/II- Ponteiros/4-Ponteiros, Vetores e Funções.c | 230a882a6191c2bedd3742e0ae1883449501dcd7 | [] | no_license | leonarita/Linguagem-C | ba1b3e61ec630ace4348fa3372a5da36816e5538 | fc0b9d17125d2f0e3519dd19a1ce5b4c4e3d44bd | refs/heads/master | 2021-05-19T17:51:31.134027 | 2020-07-02T01:29:35 | 2020-07-02T01:29:35 | 252,054,209 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 520 | c | #include<stdio.h>
#include<conio.h>
int somarVetor (int vetor[], const int n)
{ int soma=0;
int *ponteiro;
int *const finalVetor=vetor+n; //Vai apontar para o endereço de memória do vetor e adicionar n
//Ponteiro vai apontar para o vetor enquanto não chegar ao finalVetor
for (ponteiro=vetor; ponteiro<finalVetor;... | [
"leo_narita@hotmail.com"
] | leo_narita@hotmail.com |
519e3c13ba62fe6e9e452af6c551a9ef23940405 | 2c32342156c0bb00e3e1d1f2232935206283fd88 | /cam/src/findhack.h | 0ca752059175d13053ce42686c8d3405ec03538e | [] | no_license | infernuslord/DarkEngine | 537bed13fc601cd5a76d1a313ab4d43bb06a5249 | c8542d03825bc650bfd6944dc03da5b793c92c19 | refs/heads/master | 2021-07-15T02:56:19.428497 | 2017-10-20T19:37:57 | 2017-10-20T19:37:57 | 106,126,039 | 7 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,752 | h | // $Header: r:/t2repos/thief2/src/findhack.h,v 1.2 2000/01/29 12:41:15 adurant Exp $
// misc silliness for abstracting the find stuff
#pragma once
#ifndef __FINDHACK_H
#define __FINDHACK_H
// do we want a NAME_MAX or PATH_MAX for LG_
// I guess this should probably be in a header somewhere
#ifndef __WATCOMC__
# if d... | [
"masterchaos.lord@gmail.com"
] | masterchaos.lord@gmail.com |
1f86f11e19af3d26e14f330aa79e1cd721cb119d | 7a970c50ef86bd9cf3f9051007b16c7ae031dfa1 | /pebble/src/main.c | 4fd7020035a97eefc8b90c0e2946ce485a99c771 | [] | no_license | Astersss/Pebble-Smart-Watch | 2bcf91cd3ce73e0bd499c2ddc691cfb8fdedabb3 | a1c6af04b7a09dd92fd444609ee7e0868e55d79c | refs/heads/master | 2020-04-10T14:15:12.445112 | 2016-09-12T23:17:41 | 2016-09-12T23:17:41 | 68,056,584 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,294 | c | #include <pebble.h>
#include <temperature.h>
#include <movieinfo.h>
#include <motion.h>
#include <weather.h>
// root window with menu layer
static Window *root_window;
static MenuLayer *s_menu_layer;
// child windows with text layers
static Window *windows[4];
static TextLayer *text_layers;
// window state flag
static... | [
"astersun719@gmail.com"
] | astersun719@gmail.com |
21d57d377bde529f0ac6379c912b864b14d5efd7 | 11773df8c926f374e232b78b3d7681809a182abf | /ft_putstr_fd.c | 5e12260da4e6d0b6e3b3c01b35889c56a382ac70 | [] | no_license | xmillero/Libft2 | f54191aa5ce4407fac444024bf9ef34d9e45b70d | 092536876076cd047fe314bd31105dc51f9d9a29 | refs/heads/master | 2020-06-10T05:43:45.060463 | 2016-12-09T18:37:54 | 2016-12-09T18:37:54 | 76,068,293 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,049 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr_fd.c :+: :+: :+: ... | [
"xmillero@student.42.fr"
] | xmillero@student.42.fr |
bea65f47053cc0beeaee9e87b18aa439ac21a9b6 | 93be5d831adfdc50cb4275e54e1741d0d1a2ea06 | /test/test_hexdump.c | cc042aa4ecd72b2e9af82f7b41a7a00e0feb8288 | [
"ISC"
] | permissive | reswitched/libtransistor | 9b22a06b9244aac469e0c08f540196587e88ce2d | e356d4b57259e24fed725af08d1bd21902475e14 | refs/heads/development | 2021-05-16T03:26:54.866613 | 2019-08-25T02:51:30 | 2019-09-28T22:27:54 | 105,481,619 | 225 | 65 | ISC | 2019-06-22T01:01:21 | 2017-10-01T23:18:26 | C | UTF-8 | C | false | false | 268 | c | #include<libtransistor/nx.h>
#include<stdio.h>
int main() {
// there used to be a really nasty bug in hexdump where it'd segfault if your size wasn't divisible by 0x10
uint32_t foo[11] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
hexdump(foo, sizeof(foo));
return 0;
}
| [
"xenotoad@xenotoad.net"
] | xenotoad@xenotoad.net |
9e0d351dd64c2dbaab79d6a6e5d00d5ebeba5901 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /kernel/dev/acpi/acpica/evxface.c | 79039ee7a926996f651a69ef0c69f7f64c50b13d | [
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 31,352 | c | /******************************************************************************
*
* Module Name: evxface - External interfaces for ACPI events
*
*****************************************************************************/
/******************************************************************************
*
* 1. Co... | [
"rink@rink.nu"
] | rink@rink.nu |
ef3b72c32a13159788e09b254b4e05e6cf601df8 | a4d808d4800a24024135fed68dd8cf47a4563dcb | /3nen/progen3/list12-1.c | dbe1e1e4562c7e56d11579cb536d45a10a3fc6f6 | [] | no_license | norezark/etc-in-student | 44dba934e282f681e924f056c2b9e974cd8e262e | 73bb69ff7cbaa30e12a5fe1a2475c8bc757e675c | refs/heads/master | 2020-04-21T20:25:58.124581 | 2019-02-09T08:21:41 | 2019-02-09T08:21:41 | 169,844,247 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,651 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef enum {
Term, Insert, Delete, Print, Clear
} Menu;
typedef struct __node {
int no;
char name[10];
struct __node *next;
} Node;
void SetNode(Node *x, int no, const char *name, const Node *next)
{
x->no = no;
x->next = next;
... | [
"reon111213@gmail.com"
] | reon111213@gmail.com |
131102daa6c37dc5c825157a4e5262d9ee3f3e1d | 7d63c3bb146d1fc50297b69e5e75afe06fa7306c | /cmake-build-debug/helper.h | 5403e8af506711815429ca2e8b798626a9c61571 | [] | no_license | bookgvi/Learning-C- | c2e45bc0ef9945c77fe8a3e63321a555d86d5203 | 426599ec9c1e7ee25669bd8d92ebf89f0edd5043 | refs/heads/master | 2020-09-16T08:52:59.659127 | 2019-11-24T11:03:19 | 2019-11-24T11:03:19 | 223,717,935 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 315 | h | //
// Created by book on 23.11.2019.
//
#ifndef FIRSTPROJECT_HELPER_H
#define FIRSTPROJECT_HELPER_H
int doubleNumber(int x);
int getNumber();
void comparision();
bool isAlmostEqual(double a, double b, double epsilon);
bool isapproximatlyEqual (double a, double b, double epsilon);
#endif //FIRSTPROJECT_HELPER_H
| [
"bookgvi@gmail.com"
] | bookgvi@gmail.com |
3b6ea60009d7f9e599e69853deaf6cb70adda898 | 190a4e3f7ea2b58dbcf4bb394cea328cdb5322a7 | /projects/samples/curriculum/controllers/advanced_genetic_algorithm/advanced_genetic_algorithm.c | b5c244825e2761e7d34fb473ec329e1854d965ff | [
"Apache-2.0"
] | permissive | congleetea/webots | e4bb1ec369572467cad3e6f036880aabc7a3d3c4 | f7bf0cb385842478c5635e29db8e25689d3d0c65 | refs/heads/master | 2022-12-23T19:12:18.468134 | 2020-09-28T08:30:23 | 2020-09-28T08:30:23 | 299,242,767 | 1 | 0 | Apache-2.0 | 2020-09-28T08:34:28 | 2020-09-28T08:34:28 | null | UTF-8 | C | false | false | 4,530 | c | /*
* Copyright 1996-2020 Cyberbotics 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 applicable law or ... | [
"David.Mansolino@cyberbotics.com"
] | David.Mansolino@cyberbotics.com |
60688eb26107910665069ae9d3cd5af77091be11 | 075938e89804ae1452c89c7218ae0ead51ced239 | /src/zle_misc.c | f39bc100ef3ac2d4ddbc49631afd2998340377e7 | [] | no_license | llua/zsh-2.5.0 | a5a63746602d740d79c1840769492e413c02554c | 27554bff2c33426a6997470df8ad5d4916aa50ff | refs/heads/master | 2023-04-02T03:46:04.399776 | 1994-07-14T04:01:23 | 1994-07-14T04:01:23 | 358,410,133 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 19,757 | c | /*
*
* zle_misc.c - miscellaneous editor routines
*
* This file is part of zsh, the Z shell.
*
* This software is Copyright 1992 by Paul Falstad
*
* Permission is hereby granted to copy, reproduce, redistribute or otherwise
* use this software as long as: there is no monetary profit gained
* specifically from... | [
"pfalstad@phoenix.princeton.edu"
] | pfalstad@phoenix.princeton.edu |
0f151412109589a5aa28d5fc659a35d160302fcc | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/libdrm/src/tests/amdgpu/jpeg_tests.c | 772a4fecda473e4b5f42d8aac707bcc0b03aa985 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"GPL-2.0-or-later"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C | false | false | 19,376 | c | /*
* Copyright 2017 Advanced Micro Devices, 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, modify, m... | [
"jengelh@inai.de"
] | jengelh@inai.de |
df316de05e5337eea63677e3eb092b9a1917400d | 8d55a23f87c808cc6a8af5dad330748f09a8ba38 | /include/hal/common/generic_dynpool.h | 290bf12437e837d92ef35182cd0312db362134de | [] | no_license | mfp20/klipper-ng | 8c220edbea3471224542ba965d2dbc102bf30c74 | c1866dc4cc0dfdcbf9f7c384d974c760f130c988 | refs/heads/main | 2023-03-03T23:05:55.215808 | 2021-02-08T20:24:57 | 2021-02-08T20:24:57 | 301,062,343 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 137 | h | #ifndef __GENERIC_DYNPOOL_H
#define __GENERIC_DYNPOOL_H
void *dynmem_start(void);
void *dynmem_end(void);
#endif // generic_dynpool.h
| [
"20516565+mfp20@users.noreply.github.com"
] | 20516565+mfp20@users.noreply.github.com |
6f555cc00390322a4585b25773d2b38dcad0115d | a148427d4505c1d87591abf4a2fbb11b4cb3e247 | /MW_OSD/sc16is7x0.h | 9023f24d3a8f15f570c6b5643f5558a65b2ef7f2 | [] | no_license | truglodite/scarab-osd | d97ca84c7f4e044363d15db7908c992644e9fcd5 | 01e955b9bdbb240a9abd303dd6ef712a5297bf05 | refs/heads/master | 2021-01-18T01:49:06.216429 | 2019-06-03T00:29:20 | 2019-06-03T00:29:20 | 57,567,475 | 0 | 0 | null | 2016-05-01T06:48:45 | 2016-05-01T06:48:45 | null | UTF-8 | C | false | false | 4,397 | h | // NXP SC16IS7{4,5,6}0
#define IS7x0_REG_RHR 0x00 // R 00
#define IS7x0_REG_THR 0X00 // W 00
#define IS7x0_REG_IER 0X01 // R/W 08
#define IS7x0_REG_FCR 0X02 // W 10
#define IS7x0_REG_IIR 0X02 // R 10
#define IS7x0_REG_LCR 0X03 ... | [
"imelman@msn.com"
] | imelman@msn.com |
fbb9cd331639cd12c03c51e1e3ad774f624743d8 | 9a543de4a6d3f51b72e8ca19c1548da0f8b8c220 | /cmds/std/guest/lf.c | ae09befe149111ad316461ed51d722c6b3331a23 | [] | no_license | oiuv/RevivalWorldMud | 51451e3405e37eeeb640b4deb7259394be6f1e9c | a0450064d4082fbcc14525a983ad9f1b78da8337 | refs/heads/master | 2020-04-14T06:11:52.974449 | 2019-01-28T04:09:07 | 2019-01-28T04:09:07 | 163,679,727 | 2 | 2 | null | 2019-04-02T05:15:23 | 2018-12-31T15:37:25 | C | BIG5 | C | false | false | 1,561 | c | /* This program is a part of RW mudlib
* See /doc/help/copyright for more info
-----------------------------------------
* File : lf.c
* Author : Clode@RevivalWorld
* Date : 2004-04-22
* Note : lf 指令
* Update :
* o 2000-00-00
*
-----------------------------------------
*/
#include <ansi.h>
#include... | [
"i@oiuv.cn"
] | i@oiuv.cn |
3409b255ace61697d545a6e847efaa1e8553783a | cb3fe2aa64cb24d0ced9adea6242671c075992b8 | /userland/toolchain/malta/syscall.c | b680c5fe496d5b547c6f071ad791fc3bad4154a9 | [
"MIT"
] | permissive | goniz/gzOS | 2f5bad243d6a80d2e65df0804161efeceeae56a2 | 176bfcdd06370d634a56df61b0cd7cf6c92ad9f8 | refs/heads/master | 2021-01-11T17:04:48.961772 | 2018-06-08T22:43:49 | 2018-06-08T22:43:49 | 69,507,029 | 3 | 2 | null | 2017-06-03T16:18:12 | 2016-09-28T21:56:47 | C | UTF-8 | C | false | false | 502 | c | #include <stdio.h>
#include <stdarg.h>
long int syscall(long int number, ...)
{
// NOTE: apparently the vaargs things needs a real stack frame to work (??)
__attribute__((unused))
volatile char tmp[8] = {0};
va_list arg;
va_start(arg, number);
asm volatile(
"\tmove $a0, %0\n"
"... | [
"goni1993@gmail.com"
] | goni1993@gmail.com |
30ec0c7062d4fe859d1a789832a9b607d0128bbb | dc5f5cfea125fb387a0e2e7fd69c392608d73398 | /micro_instruction_new.c | 5f0830efd312e3f27f456bb3a81ba318132393ef | [] | no_license | lijch/TOY_CPU | 7b0fbeba3e88cba0ff0017424590accf83eabef2 | 7ea76b283ed98927da2796f1ea096184bc441b4c | refs/heads/master | 2021-05-16T19:07:24.356874 | 2020-03-27T04:12:03 | 2020-03-27T04:12:03 | 250,432,898 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,173 | c | #include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
#include "rom_utils.h"
#define IR_IE (1 << 0)
#define MEM_AE (1 << 1)
#define MEM_IE (1 << 2)
#define MEM_OE (1 << 3)
#define PC_CE (1 <... | [
"noreply@github.com"
] | lijch.noreply@github.com |
b8d949614adad2adadc3e1fefcfbbcf6260a47b6 | 97fa1d2746b0278a9cfa66c41aa79a6817bffa5d | /benchmark_scripts/rocFFT_scripts/include/sample_1003_benchmark_rocFFT_single_3d_2_512.h | d4713df20857c7ebfae6c81055def2fc1ed24f30 | [
"MIT"
] | permissive | axtolm/VkFFT | 445efe01b838fe119d8536c4da73284fe20e3c0a | 16ede62193f8a5b33f06aee1e80a10478d6f72fd | refs/heads/master | 2023-08-28T23:01:59.820785 | 2021-10-31T06:40:35 | 2021-10-31T06:40:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 82 | h | void sample_1003_benchmark_rocFFT_single_3d_2_512(bool file_output, FILE* output); | [
"dtolm@yandex.ru"
] | dtolm@yandex.ru |
6228017ac5a850ff22555c8f4231bbd375e0646e | 3132a1b7bc6d8e0edffc891906d9738b62a73529 | /Library/include/ImageMagick-6/magick/signature.h | 3ca091ac2b5e76adef88c399fbef52cf464cf1bc | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jun29/Progress | ec4fdc3c3800b084a1672f4ca97e7d78594df36d | 4da82f56db1be0e9d42561d5909920ab10c6e38b | refs/heads/master | 2021-10-18T14:43:53.179403 | 2019-01-10T07:16:59 | 2019-01-10T07:16:59 | 161,260,572 | 0 | 3 | null | 2019-01-10T07:17:00 | 2018-12-11T01:41:14 | C | UTF-8 | C | false | false | 925 | h | /*
Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization
dedicated to making software imaging solutions freely available.
You may not use this file except in compliance with the License.
obtain a copy of the License at
http://www.imagemagick.org/script/license.php
Unless required ... | [
"jun0814soccer@gmail.com"
] | jun0814soccer@gmail.com |
0aeb8ddadd7a9bea233cecb0923e61ae878eb9bb | 863ee0d8d32fc520be7811b7294ad2d928f89557 | /B-GLUC3.c | fa43e4c005a70fb9873fe3d8d608aa892c9eb634 | [] | no_license | mostafa-amin/LUC | 09c64e93307d185b507aac28306f4aa9e3b09487 | b2b236aa4363897ee333f467642917cd6b159eeb | refs/heads/master | 2021-01-01T20:04:51.540688 | 2015-03-14T16:13:38 | 2015-03-14T16:13:38 | 31,554,888 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 588 | c | /*Write a program to enter the numbers till the user wants and
at the end it should display the count of positive, negative and
zeros entered*/
#include<stdio.h>
int main()
{
int receive,
int positive=0;
int negative=0;
int zeros=0;
char option='y';
printf("Please enter numbers")
while(... | [
"mostafa-amin@live.com"
] | mostafa-amin@live.com |
75fce328f12598840d9310cf89ad737e0f683f59 | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/MC/ToyRadialFieldScan/Config_5/FieldFitCheck_NSUBRUN_250_NEXP_0.C | eb76e9c8c3474ea7b2d85f0732698a84998ca6ff | [] | 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 | 5,224 | c | void FieldFitCheck_NSUBRUN_250_NEXP_0()
{
//=========Macro generated from canvas: c/c
//========= (Fri Oct 16 07:51:49 2020) by ROOT version 6.22/02
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
c->SetHighLightColor(2);
c->Range(-45,-38.15504,45,55.33098);
c->SetFillColor(0);
c->SetBorderMode(0);
c... | [
"samuelgrant@x.local"
] | samuelgrant@x.local |
4efa6a07eae6f3e23d52125ebd5b36198b7d1209 | a7bb123c90884a4d6e1ec9193423e72097aef2f6 | /src/ode.c | da778c6bc84595750ccd5f897f8c95bc68294135 | [] | no_license | Frolavar/IOD_EKF | 0f2a92a84b8f3e62ce39ad74d6d5b83f6692efcd | 3f958e01f4553b7ec9210a041308d0bdbf184424 | refs/heads/main | 2023-06-12T00:22:54.042607 | 2021-06-28T17:56:04 | 2021-06-28T17:56:04 | 381,117,881 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 40,865 | c | # include <stdlib.h>
# include <stdio.h>
# include <math.h>
# include <time.h>
# include "../include/ode.h"
/******************************************************************************/
void de
(
void f ( double t, double y[], double yp[] ),
int neqn,
double y[],
double *t,
double tout,
double rele... | [
"noreply@github.com"
] | Frolavar.noreply@github.com |
73973dfc6d7a8c11a43c7deed2fe7c3cd40ce583 | 6dc16ea694c442f68b6b403fe07cf8f2a2638a5c | /Zigbee/JN5148/app/MineApp/Card_save_power/Source/Card_save_power.c | 6929a051ed0d70f362a277439a2bb061e161b50d | [] | no_license | hezfproject/TofCode | 6ac411c36e7c51753a9ba8f7745176eebdfe26b8 | 617f4038f38bc3a3093e1d17bb4310ff9e47673a | refs/heads/master | 2020-04-26T03:13:44.490606 | 2019-03-01T08:27:55 | 2019-03-01T08:27:55 | 173,260,210 | 0 | 4 | null | null | null | null | GB18030 | C | false | false | 78,779 | c |
/****************************************************************************/
/*** Include files ***/
/****************************************************************************/
#include <jendefs.h>
#include <AppHardwareApi.h>
#include <AppQueueApi.h>
#... | [
"981715113@qq.com"
] | 981715113@qq.com |
e44d8dc208c5909ded8f94ca27341c7030a00ad7 | c68be971330c69bb1a59dce499a18c9526eac03b | /examples/bmp.c | 95f01f43fdfd6e475aa2374e8f781df6dc593837 | [] | no_license | lgirdwood/sombrero | 7630ebdb034c378544f3cfa83908227ef1f1bc4e | c562b46d965e5ca2e3a3af7056db2f6f3107e456 | refs/heads/master | 2016-09-06T03:35:18.116003 | 2015-07-28T23:05:20 | 2015-07-28T23:05:20 | 39,346,663 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,145 | c | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it wil... | [
"lgirdwood@gmail.com"
] | lgirdwood@gmail.com |
c4250eb90ff37b784036d178fb37a603d1ceb965 | b3c21b356ac6e1427ed1291723dcd2956219106a | /00_APP/UserSW/inc/ultrasonic.h | 5fed175691da760055a9a9d1e02ed353b7aa4440 | [] | no_license | xiefeiyangshang/Aurix-TC387-SWAP | e1ff5e99ddfe116279acc1ee92c478f1b83cb60a | 289091b4b352a1bba78ce3d4c4a6c210aa20439c | refs/heads/main | 2023-07-10T17:41:45.798189 | 2021-08-22T14:08:43 | 2021-08-22T14:08:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 970 | h | #ifndef USERSW_INC_ULTRASONIC_H_
#define USERSW_INC_ULTRASONIC_H_
/*********************************************************************************************************************/
/*-----------------------------------------------------Includes------------------------------------------------------*/
/************... | [
"kimyeongseob@gmail.com"
] | kimyeongseob@gmail.com |
9857a1d841837a41219c00b8084a818375a2ca23 | 985beab07c05b613aa8ac3edbcd0987f89344eaf | /fy4/d/fy/huanyun21.c | a0fe6b671bfca3513d12c99397cd31c2655a5106 | [] | no_license | Yeeler/fy2005 | f6b308592c5037f5b5d40c18b748259447b6abe1 | cd244d4fed63ba57cd72a4e7119353a29df1f3c0 | refs/heads/master | 2021-01-06T20:37:29.371119 | 2017-08-08T07:54:16 | 2017-08-08T07:54:16 | 99,530,241 | 2 | 1 | null | null | null | null | GB18030 | C | false | false | 941 | c | #include <room.h>
#include <ansi.h>
inherit ROOM;
void create()
{
set("short",CYN"环云道"NOR);
set("long", @LONG
环云道以南云街为中轴,贯穿整个风云南城,东侧是江湖人常去的客栈铁铺祭
剑亭等,西侧则是灯红酒绿的烟花之地,热闹非凡。虽然来来往往的好多都是初闯
江湖的男男女女,谁敢说不会有将来的将相王侯,高僧奇侠。西部有一个大水池,
水色墨绿,散发着淡淡的青烟。烟色迷离,一切都笼罩在似乎不存在的烟中。
LONG
);
set("exits", ([ /* sizeof() == 4 */
"nort... | [
"yeeler@gmail.com"
] | yeeler@gmail.com |
eb25d195368e3a8746bd9be7c70f4a1f2c07829a | 32c612b0c3f26902d8beff77395b451067860fde | /include/blink.h | d29f852c40d55f1eedaa191b36f40cda48f70de2 | [] | no_license | Echtzeitsysteme/fm4_eclipse_template | 5122be9c75bcef62a3d14b5c6c64cf8509df388c | 05305ba494d0d997ea55977b2b28e0926ac43321 | refs/heads/master | 2023-06-05T09:52:43.285110 | 2021-06-30T10:39:12 | 2021-06-30T10:39:12 | 368,874,089 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 59 | h | #ifndef BLINK_H
#define BLINK_H
void BlinkMain();
#endif
| [
"mail@jandahms.de"
] | mail@jandahms.de |
e9973ec4f3b088257fbbcca16e97b70aaf79dfca | a18a9865bbf6f1419198dda374a5bccb99b26a83 | /framework/driver/encx24j600/src/dynamic/initialization_state/drv_encx24j600_configure_state.h | 24ea634af9571c3264f80a258231a64b5f02a9ab | [] | no_license | afaideen/v1_08_01 | 4692f4357ef4b9a60565e8da16c069e9beec7cb2 | 5649a82497c66c3227143a51e3413e1840538552 | refs/heads/master | 2020-09-17T11:30:21.675353 | 2017-03-21T03:29:24 | 2017-03-21T03:29:24 | 66,628,376 | 0 | 3 | null | 2016-08-26T10:45:59 | 2016-08-26T07:54:23 | C | UTF-8 | C | false | false | 4,362 | h | /*******************************************************************************
ENCx24J600 Configure State Machine
Company:
Microchip Technology Inc.
File Name:
drv_encx24j600_configure_state.h
Summary:
Description:
*******************************************************************************/
//... | [
"afaideen@gmail.com"
] | afaideen@gmail.com |
cd1aed7f86aab8041f60c8b7556c44a4d41fa0e7 | ffbe02fb2ad4ae44a7a85bb34504e4ef4c2c2654 | /queue/array.h | 93f852b25a7083d8572f34971cc84d3effd62c2d | [] | no_license | psong-git/DataStructure | b28e0037683c1567bb3e5e3e4c3724f4767ff7cc | f2a019713f3918e97085092219ebe5c8b29788ba | refs/heads/main | 2023-08-27T18:37:30.030754 | 2021-09-24T04:30:12 | 2021-09-24T04:30:12 | 408,076,558 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 658 | h | #ifndef ARRAY_H
# define ARRAY_H
#include <stdio.h>
#include <stdlib.h>
# define TRUE 1
# define FALSE 0
# define LIST_LEN 5
//노드용 구조체
typedef struct __ArrayQueueNode
{
char element;
} Node;
//전체배열큐 구조체
typedef struct __ArrayList
{
Node *arr;
int currDataCnt; // 현재 노드 갯수
int maxD... | [
"noreply@github.com"
] | psong-git.noreply@github.com |
6d9f3395ecf12c00b81631fd706c640febc7017d | 989b34c46586ce2b769afc334e53ad310ccf4ed7 | /Pride/PLine/PLine_Export.h | 9469c347e36239fcbfdec1ad2329fb457300a111 | [
"Unlicense"
] | permissive | DavidCoenFish/ancient-code-1 | ed51ae1cc75cea7ed77db111d46846d36aac7975 | 8d76c810209b737bfc1ce996611807f62122fb41 | refs/heads/master | 2020-03-21T10:18:51.234695 | 2018-06-24T01:24:48 | 2018-06-24T01:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 358 | h | //file: Pride/PLine/PLine_Export.h
#ifndef _P_LINE_EXPORT_H_
#define _P_LINE_EXPORT_H_
#include "Pride/PLine/PLine.h"
#include "Pride/PLine/PLineMathUtility.h"
#include "Pride/PLine/PLineUtility.h"
#include "Pride/PLine/PLineSegment.h"
#include "Pride/PLine/PLineSegmentMathUtility.h"
#include "Pride/PLine/PLineSegment... | [
"35204591+DavidCoenFish@users.noreply.github.com"
] | 35204591+DavidCoenFish@users.noreply.github.com |
2415e39bf898a6b9e1890f4f92e277e20a032357 | 1296ccfb873ec4968d4f633046ba7bae20a1b155 | /pthread_rwlock.c | c3fe5de8ad0fd3ec3d5f67303c3ac996cc4dd67c | [] | no_license | Travelerwz/linux-socket | 6c0fbec8377c6e0251e5658132a00b60b9010a00 | 94dd91e944d3bee27663e47f7cb87274fde3fc7c | refs/heads/master | 2020-04-11T08:05:27.271723 | 2019-01-15T03:16:32 | 2019-01-15T03:16:32 | 161,631,625 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 279 | c | while (1)
{
if (love >= 520)
{
for (int j = 0; j != 10; j++)
{
pthread_cancel(pth[j]);//杀死线程
pthread_join(pth[j], NULL);//回收线程
}
break;
}
}
| [
"noreply@github.com"
] | Travelerwz.noreply@github.com |
65d4791cd398a83a0a31561c67b8f2c34ba1440c | fc987ace8516d4d5dfcb5444ed7cb905008c6147 | /third_party/aria2/deps/openssl/openssl/ssl/t1_meth.c | 53c807de28097b0a008ddb8bd689fac179d0a94f | [
"BSD-3-Clause",
"OpenSSL",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"FSFAP",
"GPL-2.0-only",
"LicenseRef-scancode-public-domain"
] | permissive | nfschina/nfs-browser | 3c366cedbdbe995739717d9f61e451bcf7b565ce | b6670ba13beb8ab57003f3ba2c755dc368de3967 | refs/heads/master | 2022-10-28T01:18:08.229807 | 2020-09-07T11:45:28 | 2020-09-07T11:45:28 | 145,939,440 | 2 | 4 | BSD-3-Clause | 2022-10-13T14:59:54 | 2018-08-24T03:47:46 | null | UTF-8 | C | false | false | 3,819 | c | /* ssl/t1_meth.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commer... | [
"hukun@cpu-os.ac.cn"
] | hukun@cpu-os.ac.cn |
beee01a40b2c549ac1311ffda40b5688b4629e1e | 74f7a6d10ff415e4c066ddb8339146ed7718607c | /XHPLOT/xhplot.c | f417609ee48c7b98f2e3549df39b8cf4fe2eede8 | [] | no_license | tetsushiwahaha/ForcedDiodeCircuit | 13dad7661bd871d62602f694f401fb0125443329 | 9b6bef76989c476854b1f665fe591a43378ead25 | refs/heads/master | 2023-02-04T19:59:58.644283 | 2020-12-19T05:15:02 | 2020-12-19T05:15:02 | 322,772,613 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,796 | c | #include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/keysym.h>
/* #include <floatingpoint.h> */
#include <stdio.h>
#include <math.h>
#ifdef BSD
#include <strings.h>
#endif BSD
#include <string.h>
#include "xhplot.h"
#define DISPLAY NULL
#define NCOLORS (16)
#define MAXNPOINTS (4096)
#define ARROWLONG (100)
#defi... | [
"ueta@tokushima-u.ac.jp"
] | ueta@tokushima-u.ac.jp |
2fe06d32265cade4c2471ffc8e5a0fb81d9ca95d | 0d132d235de37d1aa46de9cfa26b137af46de984 | /libft/str_edit/ft_striteri.c | 6de82dddcae5fc4d33ea38df9691a4c8a6d0b1c6 | [] | no_license | motaylormo/ft_ssl | e5596e9088d493e75bf72c1eb52baad206cf9309 | 345bb1c30becf5838eca9802d19d36c53933ec05 | refs/heads/master | 2020-05-19T03:05:58.798694 | 2019-11-21T17:55:37 | 2019-11-21T17:55:37 | 184,793,047 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,252 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_striteri.c :+: :+: :+: ... | [
"mtaylor@e1z1r8p18.42.us.org"
] | mtaylor@e1z1r8p18.42.us.org |
3913247db5ee9c5f6264b002785a1159425bb873 | c70b7c7e3ec554b6214367e8d4589b1a334a2302 | /csc501-lab2/TEMP/policy.c | 4fd5586f59f8bd343d6cf5ffb0f55b5c1214db45 | [] | no_license | imabhishekl/XINU-Customization | 2451160f7385c09651c650ccdfadae6a83f70591 | 5b7c75bc4701f024120ade5d808165438a5a87ea | refs/heads/master | 2020-12-24T13:18:14.461267 | 2015-12-08T23:29:35 | 2015-12-08T23:29:35 | 42,607,723 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 848 | c | /* policy.c = srpolicy*/
#include <conf.h>
#include <kernel.h>
#include <paging.h>
extern int page_replace_policy;
/*-------------------------------------------------------------------------
* srpolicy - set page replace policy
*-------------------------------------------------------------------------
*/
SYSCALL... | [
"mail.abhisheklingwal@gmail.com"
] | mail.abhisheklingwal@gmail.com |
812c7b0a4152d47050e232fe517c641b8fda0253 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/net/8021q/extr_vlan_mvrp.c_vlan_mvrp_request_leave.c | 3fdea41663f74bd197015213e743a457f11bfa68 | [] | 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,291 | 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 |
9f441af5a39636de81a34322bbde0d5144df0ff3 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/reactos/dll/win32/jscript/extr_string.c_String_strike.c | 5e2e88c6c0d33358ff7d318e60709c929ed7f5c9 | [] | 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,026 | 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 |
b99c73663d6d6556c4942fe8d215e3ea45fe6552 | fe8073fbd8833d53c9ac7964156935a87b4503c4 | /printf/parse_precision.c | 3ac224d7b7e5ff68b63534aa8a83755753526770 | [] | no_license | Chenash/printf | fa0b6474e3319d54ee732aeac892da8c5428242b | 7fc20503b7a3fb98b89a0fb4dc974aa227107342 | refs/heads/master | 2021-09-22T21:06:26.200479 | 2018-09-16T12:05:02 | 2018-09-16T12:05:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,030 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* parse_precision.c :+: :+: :+: ... | [
"noreply@github.com"
] | Chenash.noreply@github.com |
d44e8b2367dbc640da5660647fc96a1e865b4871 | 87c0370dfc200ceaf6bcda303aa9cf21036be950 | /kernel1/weenix/kernel/main/gdt.c | ccab4b9b42e7af5a8900918b5bce7ede6be23f65 | [] | no_license | wasd5/OS | d9ddec188a405060897b1ee32a751e0f1ad5a36e | 2446a7dfdeeae0a6b4b064320f36439052e8cf08 | refs/heads/main | 2023-05-13T02:47:33.628653 | 2021-05-29T02:31:37 | 2021-05-29T02:31:37 | 335,145,687 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,873 | c | /******************************************************************************/
/* Important Spring 2021 CSCI 402 usage information: */
/* */
/* This fils is part of CSCI 402 kernel programming assignments at USC. ... | [
"zhao115@usc.edu"
] | zhao115@usc.edu |
6ee61f4f086fea0ce0413a0d5426442429f05d87 | 4bf6cb70c5d118df1563d42f093ed8269e340946 | /WLC02/Sources/app/app_demo.c | 4ce556576d953563cfccc8b6463671584eab8504 | [] | no_license | flankersky/test888 | bae789644b3ce54008f456828dd0cf5e7474106f | 05d3e03cc4828b118fbc3adec2c41f97506d28b7 | refs/heads/main | 2023-01-09T19:44:05.926779 | 2020-10-09T06:02:33 | 2020-10-09T06:02:33 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 7,898 | c |
#include "EcuM.h"
#define RTE_CORE
#include "Rte_Type.h"
#include "Rte_Main.h"
#include "Rte_BswM.h"
#include "Rte_ComM.h"
#include "Rte_Dcm.h"
#include "Rte_DemMaster_0.h"
#include "Rte_DemSatellite_0.h"
#include "Rte_Det.h"
#include "Rte_EcuM.h"
#include "Rte_Os_OsCore0_swc.h"
#include "SchM_BswM.h"
#include "S... | [
"zhao@zjtechrun.com"
] | zhao@zjtechrun.com |
54b0f406d85251235e776aeef23127fc48c543c3 | 0a688dca709cb80a4e096a7920a1748614a1e047 | /src/Gdv/GdvFrameableInterface.c | b32c7a12186ea25d917687dbf3a71c03add6eb30 | [
"MIT"
] | permissive | mdk/diva | 63b6906ccbefcf4cee93816036f31a3eb2a40bb2 | f58841d8b539d925a95d78d33427b61a2665ff33 | refs/heads/master | 2021-01-01T20:16:23.848457 | 2009-05-15T14:27:14 | 2009-06-30T07:26:21 | 126,696 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,158 | c | ////////////////////////////////////////////////////////////////////////////////
// //
// MIT X11 license, Copyright (c) 2005-2006 by: //
// ... | [
"mdk@me.com"
] | mdk@me.com |
1b66cd767298bd028f87e7514643d8135444274c | 354299801dc23f0c3ff3cbe9fc7e0618c581f1d4 | /libft/includes/get_next_line.h | f2fac1ab8c4a810b8082ca93d232b5208308fae8 | [] | no_license | imblackberry/Filler | f5a6c2da4491b5e7e46eba5d4707c39ef547a54b | 51d7578c63d59bac8f2fdc3a5fecf5a1233fd22a | refs/heads/master | 2020-03-11T23:54:51.873220 | 2018-07-31T19:06:34 | 2018-07-31T19:06:34 | 130,335,407 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,295 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line.h :+: :+: :+: ... | [
"blokhavictoria@gmail.com"
] | blokhavictoria@gmail.com |
5eaaf0fc657a9a6b130a26f0bb275c9324adeccd | 9513ee92b2f12ff315d748f43cc36ec736fe462a | /DAY05/my_compute_factorial_it.c | 5a1eb7676713b78506d720744828cbf79910b213 | [
"MIT"
] | permissive | TheGlitch1/Piscine | 114ea5fe3a983000f7ff7a236edfa1f4eb587f9a | a29d2239bf10ed32e384f37ac9395bdebfb874b7 | refs/heads/master | 2020-03-22T16:23:13.135210 | 2017-10-15T19:20:24 | 2017-10-15T19:20:24 | 140,323,296 | 2 | 5 | null | 2018-07-09T17:59:39 | 2018-07-09T17:59:39 | null | UTF-8 | C | false | false | 214 | c | #include <stdio.h>
int my_compute_factorial_it(int nb)
{
int i;
int result;
i = nb;
result = 1;
if (nb == 0 || nb == 1)
return (1);
while (i > 1)
{
result = result * i;
i--;
}
return (result);
}
| [
"faurest.lupine@epitech.eu"
] | faurest.lupine@epitech.eu |
3b9a6577104687136d85cce383fcbb090fb233f0 | 9013df7ff52ac995f11f0e5e9727835c0d5c46fb | /include/pantheios/implicit_link/bec.syslog.WithCallback.h | 8f5aedeb0b76345cc7c064329c8f307116eea41f | [] | no_license | fgmailbox/LibAsio | a90e1cdfa552115703476cefc8e394a77d995fa4 | 525348657e25fcaf22fee6f33a0b353c7bff34d0 | refs/heads/master | 2021-01-22T02:48:47.317221 | 2020-09-27T09:40:37 | 2020-09-27T09:41:00 | 28,263,190 | 23 | 23 | null | null | null | null | UTF-8 | C | false | false | 4,539 | h | /* /////////////////////////////////////////////////////////////////////////
* File: pantheios/implicit_link/bec.syslog.WithCallback.h
*
* Purpose: Implicitly links in the Pantheios syslog Back-End Common Library
*
* Created: 10th November 2010
* Updated: 7th December 2010
*
* Home: http://pantheios.org/
... | [
"fgmailbox@163.com"
] | fgmailbox@163.com |
35186574734063108907b3786f505b26bcb48dd5 | 32a2ae420f055a25eb6551002ec979f2b563ad24 | /platform/mcu/stm32f7xx/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_hash_ex.c | 79a3308684799bc85654b4594b253bcac84315a4 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | benpoon-microchip/AliOS-Things-CLK-And-SDMMC-Modification | f48976ab24fd9155e384df1e0b373fbb5fc6bf25 | cfbb92fc1bf640b528ab661c5197945c54378862 | refs/heads/master | 2020-03-30T05:55:24.796579 | 2018-09-29T05:41:44 | 2018-09-29T05:41:44 | 150,827,779 | 1 | 2 | Apache-2.0 | 2020-03-06T15:57:35 | 2018-09-29T05:24:05 | C | UTF-8 | C | false | false | 52,119 | c | /**
******************************************************************************
* @file stm32f7xx_hal_hash_ex.c
* @author MCD Application Team
* @brief HASH HAL Extension module driver.
* This file provides firmware functions to manage the following
* functionalities of HASH peri... | [
"Ben.Poon@microchip.com"
] | Ben.Poon@microchip.com |
86673650bb712b9e9eea11037846515ca8b4a2eb | 9208667cc07db2bf971582f071f91565b5c6be4f | /pysparse/direct/umfpack/src/umf_mem_init_memoryspace.c | a73aea0effabeae5cc3990883fc7752ba05c3b9d | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | intact-solutions/pysparse | ef20b6f5197f5f5202d36095c470c8ca6e59e8fb | f3dca3ae9d02ab3f49486fbae5d9d68059a318ab | refs/heads/master | 2020-11-30T11:20:17.116765 | 2019-12-27T07:07:12 | 2019-12-27T07:07:12 | 230,386,718 | 0 | 0 | NOASSERTION | 2019-12-27T06:30:55 | 2019-12-27T06:30:55 | null | UTF-8 | C | false | false | 2,263 | c | /* ========================================================================== */
/* === UMF_mem_init_memoryspace ============================================= */
/* ========================================================================== */
/* -------------------------------------------------------------------------... | [
"dominique.orban@gmail.com"
] | dominique.orban@gmail.com |
6701b73e88974b4b048ed5dd63e8d4fd0c0b3025 | 7a478ef9efd0c3b4424c5f2f3a17fede7bb95254 | /Classes/Native/System_System_Text_RegularExpressions_Interval.h | 8b89c6f9d3fbb9a6e7ebf309b3c102475dec6a13 | [] | no_license | Marcurion/test2 | dfe1bfd3cc50fa24a76cd88f74b52c2c8f9096e5 | 37425035a4db1084b4b03154b16d6cac90c2e31b | refs/heads/master | 2021-01-10T17:01:21.212134 | 2015-11-26T10:32:37 | 2015-11-26T10:32:37 | 46,919,935 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 627 | h | #pragma once
#include <stdint.h>
// System.ValueType
#include "mscorlib_System_ValueType.h"
// System.Text.RegularExpressions.Interval
struct Interval_t522
{
// System.Int32 System.Text.RegularExpressions.Interval::low
int32_t ___low_0;
// System.Int32 System.Text.RegularExpressions.Interval::high
int3... | [
"marcurion@googlemail.com"
] | marcurion@googlemail.com |
b74836344bb375a27ab4f62a1be9e0bcef7001d4 | ae9c88df2d334b7859815be22b990015623bad64 | /ft_memchr.c | e1ed92106867ba028593d90567cab379471aeb57 | [] | no_license | shkipan/lift | 7aa85497ba83ac61d31896dba6f41acbd6a54eab | f32153fabb0d82c8cfa639ff60b73cc3b7e25205 | refs/heads/master | 2021-08-16T23:58:10.266832 | 2017-11-20T14:55:40 | 2017-11-20T14:55:40 | 111,309,533 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,180 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* mem_2.c :+: :+: :+: ... | [
"dskrypny@e2r8p2.unit.ua"
] | dskrypny@e2r8p2.unit.ua |
878895b22b4942452512e134dec14d971ad9e0c8 | d627a76f5336a8691a00d11400dea41e51970f41 | /20181221(array_pointer)/study_work/1-1.c | 0c7c85714a55a39181cfd057750dc32794a5481f | [] | no_license | ChasobaAlpacanist/cfiles | 18f78736431fde86fb165e83e0e7c54e05fd3aa3 | 0fe8ea37ce348b7a8fd1164812c8be18b1c54eaf | refs/heads/master | 2020-04-02T04:39:27.258159 | 2019-05-10T00:48:49 | 2019-05-10T00:48:49 | 154,027,710 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,417 | c | #include <stdio.h>
#include <stdlib.h>
#include <assert.h>
//Constants
#define DIMENSION2 2
#define DIMENSION3 3
//2DELEMENTS R -> Row, C -> Column
#define D2R1 0
#define D2R2 1
#define D2C1 0
#define D2C2 1
//3DELEMENTS
#define D3R1 0
#define D3R2 1
#define D3R3 2
#define D3C1 0
#define D3C2 1
#define D3C3 2
//Pro... | [
"chasobakun@gmail.com"
] | chasobakun@gmail.com |
668e3cf8cb0be6909d53eaa0d450cc69ac4e200d | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/8070a4f1-b38d-4998-bc22-2e2c9d161924.c | a0943ea65a4130a44b9a0a4e8179e05d5bc1c9cd | [] | 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 | 570 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = i%j;
l = l-j;
l = -k*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[65];
long c[92];
a = 0;
do {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
8c584eb5204d16ea0b27fc1d28fb74d7e197afa4 | f1bdb2bf4b0b564874a220b95d08bae2ca48fbdd | /CPUBenchmark/HPLBench/mHPL-1.0/src/blas/HPL_cgemm.c | 1d95bb97af02d4b5654d6e77d43741e17bdff2b6 | [
"BSD-2-Clause"
] | permissive | stjimmy1209/Cloud-Computing | d354a2ba7a7919b3c148bf329db3126641a010ba | 3383240221ffd0e29f4b613227a2222789245e5e | refs/heads/master | 2020-05-02T07:36:29.691666 | 2019-04-08T21:51:20 | 2019-04-08T21:51:20 | 177,822,299 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,600 | c | /*
* -- High Performance Computing Linpack Benchmark (HPL)
* HPL - 1.0a - January 20, 2004
* Antoine P. Petitet
* University of Tennessee, Knoxville
* Innovative Computing Laborato... | [
"haiyouer@outlook.com"
] | haiyouer@outlook.com |
f3fcbe68e56e30f5bb1f80a32835ae09ab04d5c8 | 43dcd54bcad519b50d989e59cba72e6cdcffa183 | /main.c | d3c16d20568e23c9d5bd9e15ad4dfc5ebf88a134 | [] | no_license | DTola/Lab5 | 4778e76ae5d246439cf68920e67d769cc7eb274c | 60ea61f7e3808b49349b00ab28aad919eb7df699 | refs/heads/master | 2020-04-08T22:08:26.985211 | 2018-11-30T05:37:05 | 2018-11-30T05:37:05 | 159,773,689 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 411 | c | #include "msp.h"
#include "driverlib.h"
#include "G8RTOS.h"
#include <BSP.h>
#include <time.h>
#include "Threads.h"
#include "Game.h"
#include "cc3100_usage.h"
#include "LCD_empty.h"
/**
* main.c
*/
void main(void)
{
WDT_A->CTL = WDT_A_CTL_PW | WDT_A_CTL_HOLD; // stop watchdog timer
G8RTOS_Init(); //Inits ever... | [
"danieltola1997@gmail.com"
] | danieltola1997@gmail.com |
7659f8c052d4ad2056ee2e1273bfad764dc720c2 | 59c8048d9a7b6ebab9367a9f5646b4a0d1ffbdae | /src/next_frame.c | 8aeb0d4518cfee325bcfe6d47e9e3970fd91482f | [] | no_license | raphifou15/cub3d | eae6d2ac98d05279e147eaec776258c06688923a | 39476fe91ac9c2a7ba01f1a0f482df4271bc3591 | refs/heads/main | 2023-04-30T17:16:46.667798 | 2021-05-24T08:00:31 | 2021-05-24T08:00:31 | 319,711,210 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,409 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* next_frame.c :+: :+: :+: ... | [
"raphi031@hotmail.fr"
] | raphi031@hotmail.fr |
8ea82c2639cfa0658e0bc12f1416c1ef2cad9842 | af723637e827701c8be92f1bacd412504622d9ff | /LIBFT/ft_isprint.c | 5b1e7322d967a3c932f938a9540c2467f6595d0c | [] | no_license | aachbaro/FDF | 8c0cf8dfaee3a59731c61e9dd58d20e87b7b3acb | fb4407a394e91ea285fd3786673633171359f335 | refs/heads/master | 2023-07-17T10:52:30.978613 | 2021-09-03T14:08:12 | 2021-09-03T14:08:12 | 399,089,966 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 998 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isprint.c :+: :+: :+: ... | [
"adamhbr91170@gmail.com"
] | adamhbr91170@gmail.com |
c8baabaf800bb5c345238ab8c6d2f8f85891f57e | af3b7134c30fd5ea8920deaa3ca537ff7e7d784e | /osc_to_serial/main.c | f6ade3bd9c9cc33513a7f1a170fe41d8842046fa | [] | no_license | nipal/laser_project | 122d8d5ecdee310f5aabe52e648bb6bc7daea780 | 7a902a265d97e437915ef2aa8318880ca5e4fb76 | refs/heads/master | 2020-03-22T11:28:24.110442 | 2018-08-23T17:58:35 | 2018-08-23T17:58:35 | 139,972,835 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 146 | c | #include <stdio.h>
#include "laser_project.h"
int main(int ac, char **av)
{
// printf("yolo swag\n");
main_old(ac, av);
return (0);
}
| [
"serprev.z@gmail.com"
] | serprev.z@gmail.com |
f423a3c389fce14bab5f9d57e9dbb965818ab9e7 | 073072fbfe90062479347813f5c6b7602f30e329 | /clone/food/fruit/shizi.c | c0c9b2ea10820f0255bb7d2a306e52468f2281de | [] | no_license | cao777/mudxkx2019 | c06905cc8bf91de2d95e8bd0d6098e0c0c50f452 | 3abcba647e1342db1d73acdb09b5f6f3b6dd5e80 | refs/heads/master | 2023-03-16T05:57:31.164287 | 2019-04-10T09:33:47 | 2019-04-10T09:33:47 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 804 | c | // shizi.c
#include <ansi.h>
inherit ITEM;
inherit F_FRUIT;
void create()
{
set_name(YEL"柿子"NOR, ({"shi zi", "shizi","persimmon"}));
set_weight(4000);
set("long", "一个黄澄澄的大柿子。\n");
set("unit", "个");
set("life", 10);
set("value", 0);
set("fruit_remaining", 2); //可以吃5口
set("food_supply", 15); //每口加5的food
se... | [
"prion.w@gmail.com"
] | prion.w@gmail.com |
390737ed17c8b59544fa35856ea9c7e15086cf64 | f4b42c978e94fa5b8515e08f9770251e63df3da9 | /hacker1/water.c | 04072e769cf6ab751186333947e3b348298bc817 | [] | no_license | Dan-Ngo/CS50 | e74809f5009daee0b83ef953a9f9c6737343b1aa | ddf859f1011a1d0e78aa1c32bd69b24cf8e59de9 | refs/heads/master | 2021-01-17T12:43:42.192174 | 2016-07-11T07:14:27 | 2016-07-11T07:14:27 | 58,880,812 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,167 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
// Input: Length of shower
// OUtput: Water bottle equivalent to water used
int main(void)
{
// Set buffer size to 0 to fix printf/fgets problem
setvbuf(stdout, 0, _IONBF, 0);
char minutesStr[4]; // This limits minutes to < 999
int minutes = 0;
int i = ... | [
"Daniel Ngo"
] | Daniel Ngo |
ae17e4facb7ac1c11c12e15c3b17bee160125520 | ba72657d57053c4b5427c94886f98aa95ccb5f63 | /numeric/AKWF_0759.h | 14fe3bfd8cdefe347acc92f3625dd174f8330aec | [
"CC-BY-3.0"
] | permissive | reverbrick/AKWF_WaveForms | d1ebbc2b35e7c85f558315c0c1cf1ac13e44de16 | ba4819c84c180e437b3d556fe6effd5075b33590 | refs/heads/master | 2021-05-27T00:15:22.063748 | 2014-07-19T00:18:37 | 2014-07-19T00:18:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,967 | h | // Converted by AKWF2Teensy from AKWF_0759.wav.
// AKWF2Teensy - Beerware by Datanoise.net.
// Length: 257
const int16_t AKWF_0759[257] = {
0, 429, 856, 1275, 1691, 2102, 2507, 2907, 3304,
3693, 4080, 4463, 4839, 5211, 5578, 5942, 6300, 6654, 7004,
7349, 7690, 8027, 8360, 8689, 9012, 9... | [
"github@ext.no-route.org"
] | github@ext.no-route.org |
07a9866aef6220d31a98a747a088eba5e126c606 | 3b83d0d944d67ea004a595ce329e2fa79dd87845 | /simint/ostei/gen/ostei_g_g_f_s.c | 3459d2b213c9ffb2b10ad9c94eb7c9781975c51d | [
"BSD-3-Clause"
] | permissive | loriab/simint | e065206df0ee591d0838c55308ec23c30feba9ef | bfcba1f0ee86d953c360f2fe6a67cdc6cc7b70e0 | refs/heads/master | 2021-01-20T06:25:25.159633 | 2017-02-19T06:42:11 | 2017-02-19T06:42:11 | 82,440,398 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 55,510 | c | #include "simint/boys/boys.h"
#include "simint/ostei/gen/ostei_generated.h"
#include "simint/vectorization/vectorization.h"
#include <math.h>
#include <string.h>
int ostei_g_g_f_s(struct simint_multi_shellpair const P,
struct simint_multi_shellpair const Q,
double screen_tol,
... | [
"lori.burns@gmail.com"
] | lori.burns@gmail.com |
350d3069b7ef523413d5441f5a315e93ed5e46e7 | 68b980acf2ec30fffbcb2d4f653a0d5781c9332d | /pending.h | c240736de59b924be1cc21434e075a7e5b45b077 | [] | no_license | wattsjs/five_hundred | db4b5623271b03a271ab023b619ab5f4647ce3e9 | 9574afa4f4dc293be95e4188431a8c5762404e59 | refs/heads/master | 2022-05-04T09:40:30.666430 | 2019-02-01T13:48:49 | 2019-02-01T13:48:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 441 | h | #include <stdlib.h>
#include <stdio.h>
#include "game.h"
struct GameList {
Game* game;
struct GameList* next;
};
typedef struct GameList PendingGame;
PendingGame* create_list(Game*);
PendingGame* add_to_list(Game*, PendingGame*);
PendingGame* get_last_game(PendingGame*);
PendingGame* search_game_in_list(char... | [
"jamieswatts@gmail.com"
] | jamieswatts@gmail.com |
c47127142753912eb993ed2fa280c4d3f036f80b | 637fcd60a4e2a98ebbeaaa9551554a13e1ebfdba | /quad/ctrl/paparazzi/sw/airborne/boards/navgo/imu_navgo.h | cf2ce0577a3f5fbb846cece1c9b4e00f4afe2bcf | [] | no_license | zoomx/lxyppc-tetrix | b7079c07aee9b85a34207245f526e1613fdb0498 | 884027f37594f9f006f88d634c4392a60c482491 | refs/heads/master | 2021-01-10T21:04:54.219013 | 2015-05-10T08:45:33 | 2015-05-10T08:45:33 | 35,362,463 | 12 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,888 | h | /*
* Copyright (C) 2011 Gautier Hattenberger
* Derived from Aspirin and ppzuavimu drivers
*
* This file is part of paparazzi.
*
* paparazzi 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; eithe... | [
"lxyppc@gmail.com@a1e0bfe9-9f80-e943-2008-5ec03726fcf4"
] | lxyppc@gmail.com@a1e0bfe9-9f80-e943-2008-5ec03726fcf4 |
cb8fa1c8f2b3b42632de352a75cf09b96606efc4 | fad392b7b1533103a0ddcc18e059fcd2e85c0fda | /build/px4_msgs/rosidl_generator_py/px4_msgs/msg/_estimator_wind_s.c | b8fee3d3a23f069de87e2ecd40ca1bec16840b57 | [] | no_license | adamdai/px4_ros_com_ros2 | bee6ef27559a3a157d10c250a45818a5c75f2eff | bcd7a1bd13c318d69994a64215f256b9ec7ae2bb | refs/heads/master | 2023-07-24T18:09:24.817561 | 2021-08-23T21:47:18 | 2021-08-23T21:47:18 | 399,255,215 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,030 | c | // generated from rosidl_generator_py/resource/_idl_support.c.em
// with input from px4_msgs:msg/EstimatorWind.idl
// generated code does not contain a copyright notice
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#include <Python.h>
#include <stdbool.h>
#ifndef _WIN32
# pragma GCC diagnostic push
# pragma GCC dia... | [
"adamdai97@gmail.com"
] | adamdai97@gmail.com |
aa6362cec1fd689f7147157cb0f4cf05a305c13e | 2adf33f2ddb0604630d9f146989c87fdf41c4267 | /hardware/telechips/omx/omx_tp_audiodec_component/lib/third_party_audio_dec_api.c | 41198e6682b03cbea23d4f81f791068cee56606b | [] | no_license | Planet15/telechips-android | 8ac86341dacdf8839e229ebb06076b27aaa6ca79 | df8d83584284e1a0bc367c429a844e36acd118dc | refs/heads/master | 2021-05-27T00:56:07.775335 | 2012-07-17T14:47:01 | 2012-07-17T14:47:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,070 | c |
/**************************************************************************************
* ThirdParty Audio Decoder API
**************************************************************************************/
#include <utils/Log.h>
#include <omxcore.h>
#include <omx_base_audio_port.h>
#include <omx_tp_audiodec_... | [
"cnxsoft@cnx-software.com"
] | cnxsoft@cnx-software.com |
7b3479bcd5c8f1c86e4cb95beea9a34271df4e2e | 46e1804cd11dec83393344de00221366a965e760 | /lib/train_orders.h | 1e32da3c8a93cb4df664466d3fdbc6e6fa527f03 | [] | no_license | gregtwice/le4_cii | f7265baf2ff2fa15ac8fa123964c6c363be4bd3d | 7205f3ff18f375ef9352c4570dbf6cdb07e80516 | refs/heads/master | 2023-06-04T16:42:30.390287 | 2021-06-24T15:53:28 | 2021-06-24T15:53:28 | 341,670,214 | 0 | 1 | null | 2021-03-31T06:39:07 | 2021-02-23T19:43:38 | C | UTF-8 | C | false | false | 659 | h | //
// Created by gregoire on 16/03/2021.
//
#ifndef CII_TRAIN_ORDERS_H
#define CII_TRAIN_ORDERS_H
#include "train_parser.h"
#include "xway.h"
int alimenter_troncon(socketWrapper *sock, int adresse, troncon_order_t tronconOrder, int station);
int commander_aiguillage(socketWrapper *sock, int adresse, aiguillage_orde... | [
"gregoire.defoy@ig2i.centralelille.fr"
] | gregoire.defoy@ig2i.centralelille.fr |
a859105dc87343b8b51ceeea8daf502057feba96 | c7139b114885d656d64ce24fe2570850640c3954 | /mpserver.c | beaeac395785bcf6a00828cae0d431de9659792a | [] | no_license | zhibai123/socket | e7916e26570e355286f4e4c0dc10c8524492b664 | a6d0d5da2e5a93212134d346f27988f048253c8c | refs/heads/master | 2020-06-08T14:24:32.401525 | 2019-06-22T14:39:01 | 2019-06-22T14:39:01 | 193,243,820 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,403 | c | #include <stdio.h>
#include <strings.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#define PORT 1234
#define BACKLOG 5
#define MAXDATASIZE 1000
void process_cli(int connfd, struct sockaddr_in client);
main() ... | [
"email@example.com"
] | email@example.com |
f9363e1d9d9a99f1bfce7fe2161f1637545c812d | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/d410205b-b8fa-46c9-aa91-827c3f6f9bd3.c | d41c6b6f70e5013e96c2658779361264d6b9b65a | [] | 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 | 242 | c | #include <stdio.h>
int main() {
int i=04;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l%j;
l = i+j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
15f7b1a10e63167adc68b98b00d10172cef740ba | b4329476bf6a1dd58a5a19f89095b4a5c7a093e8 | /controlsuit_libs/dsp/VCU/v2_10_00_00/include/common/interleaver.h | 4c84d1bfc07c96d1b7c2014d884511e98730c89d | [] | no_license | whicun/nov_dsp_lib | e3b514fad1078db4bdd847cd2402204c0a406691 | e584d374446a0984b7a5ac44dfa2bcc8ea7faa7c | refs/heads/master | 2021-12-31T10:17:24.495663 | 2018-02-11T07:22:50 | 2018-02-11T07:22:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,621 | h | #ifndef _INTERLEAVER_H_
#define _INTERLEAVER_H_
//#############################################################################
//! \file include/common/interleaver.h
//!
//! \brief Interleaver header file
//!
//! \date Jan 6, 2015
//
// Group: C2000
// Target Family: F2837x
//
// Copyright (C) 2015... | [
"JCL@163.com"
] | JCL@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.