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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d7d49d5369ba4a0fcff9bef2c23cf67ac2cff81c | 335343474bff7c54dddeddb2b4740ca60b417e95 | /CPM OPERATING SYSTEMS/CPM 68K/1.0X SOURCES/v102a/cp68/cexpr.c | 509bd4c93bc4afc32f7a36ebbbbec7ddd8b403b4 | [] | no_license | SEPPDROID/Digital-Research-Source-Code | baef5d7ba9e65143da6a7507befe0621bcb82698 | f5ed2b0a4d18444304007f20e459be89b797c67b | refs/heads/master | 2023-01-08T00:18:11.204697 | 2020-11-06T18:18:56 | 2020-11-06T18:18:56 | 310,655,065 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,442 | c | /*
Copyright 1982, 1983
Alcyon Corporation
8716 Production Ave.
San Diego, Ca. 92121
*/
#include "preproc.h"
#define OPPRI 077
#define OPBIN 0100
#define STKLEN 64
int oprstk[STKLEN]; /*operator stack*/
int opnstk[STKLEN]; /*operand stack*/
int pristk[STKLEN]; ... | [
"s.j.morris@diodematrix.com"
] | s.j.morris@diodematrix.com |
b0bacdee7e999ffd71ae25f086bfd9dbc219926a | 6a443b68856a08087fb2373f39582cb82550a908 | /stack_implementation_using _array.c | 94c35b14ac9bdda425b47b608ef51516e35b3636 | [] | no_license | ajaykumar776/c_program | 4eb9978c295892ef1c402ef3616606737fd7493a | eb2e6d8dbf52b71e0b56f7db4a2292c34a457155 | refs/heads/master | 2020-06-07T23:58:19.848516 | 2020-04-17T07:25:45 | 2020-04-17T07:25:45 | 193,119,733 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,107 | c | #include<stdio.h>
#include<stdlib.h>
#define MAX 5
int arr[MAX];
int top=-1;
void push(int n)
{
if(top>=MAX)
{
printf("stack is full :\n");
}
else{
top++;
arr[top]=n;
}
}
void pop()
{
if(top=-1){
printf("stack is empty : \n");
}
else{
printf("pop element %d \n",arr[top]);
top-... | [
"ajaykrdtg5@gmail.com"
] | ajaykrdtg5@gmail.com |
919223be142476ca6fddb045ff5a5e5c4c43a4c7 | 94159035939a3aa42a7fb9cba01641ad5ee71077 | /src/efimain.c | de20290b7460210ce0fa16daa38f5b8b4db73903 | [
"MIT"
] | permissive | louwangzhiyuY/UefiDisplayBitmap | 3d612f0becaa873ef9cf92cb6a893f0abe9453be | 6f56e824d57351c5126a251d9b9f791833d75043 | refs/heads/master | 2022-12-02T04:57:35.348180 | 2020-08-19T22:33:06 | 2020-08-19T22:33:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,700 | c | #include <Uefi.h>
#include <IndustryStandard/PeImage.h>
#include <Protocol/GraphicsOutput.h>
#include <Protocol/LoadedImage.h>
#include <Protocol/UnicodeCollation.h>
#include "efimain.h"
EFI_STATUS ConsoleOutput(IN CHAR16 *String)
{
return StdOut->OutputString(StdOut,String);
}
EFI_STATUS FindBitmapFromImage(IN EFI_... | [
"zero.tangptr@gmail.com"
] | zero.tangptr@gmail.com |
d7187e74b2a05f343af2fc95ca82386d1855aba4 | 2163c17d6cdd23e5abf76495e7c4c9a3ee26cc12 | /libtommath/bn_mp_grow.c | ecbe95682bb8870dd00ca282a1d88b514ecd2785 | [
"LicenseRef-scancode-public-domain"
] | permissive | TWilmer/rsa_experiment | fa47c4e96cd261f527c2a6d80f089237c50140c4 | f0621e90c168c4cb7ba6de488a10321ad4a300bf | refs/heads/master | 2021-01-10T15:07:05.838655 | 2015-10-02T16:48:36 | 2015-10-02T16:48:36 | 43,564,720 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 926 | c | #include <tommath.h>
#include <assert.h>
#include <stdio.h>
#ifdef BN_MP_GROW_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well as number theoretic functionality.
*
* The library was designed directly after ... | [
"wilmer.thorsten@gmail.com"
] | wilmer.thorsten@gmail.com |
3580311bfceae7c1406033fefacc4b0c9591ccba | ba8716dfd024aac56bdf3c89bcbdb154b5cd0813 | /my_strcpy/my_strcpy.c | ab14e0f2352c88e06396c9bd9a6208f60bc6f090 | [] | no_license | ErwanThoury/ARCS_C | 6f8247c9c163c720193d36c13b79ef6bbf8b1071 | 7d15277aa2f0efecdabd68bb91204aba6ca1df1a | refs/heads/main | 2023-08-07T14:08:38.118285 | 2021-09-23T14:28:04 | 2021-09-23T14:28:04 | 360,114,669 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 309 | c | #include <stdio.h>
char *my_strcpy(char *dest, const char *source)
{
int i = 0;
char *po = "";
if (source == po)
{
dest[i] = '\0';
return dest;
}
while (source[i] != '\0')
{
dest[i] = source[i];
i += 1;
}
dest[i] = '\0';
return dest;
}
| [
"erwan.thoury@gmail.com"
] | erwan.thoury@gmail.com |
5070608ef523778f7d02a1d7145df567d35290d2 | c851258cde7021501fb2d5a27f2468202346c3f5 | /练习1.c | 722b489d79ca7102ace3e75e2672d9a860a7ec33 | [] | no_license | Song615/- | 8f39d0b0ab2dabc9960009f8d96397224cd8c394 | 41523956c8a1a2d84d1b99dcbd5475604a648972 | refs/heads/master | 2021-06-11T23:16:24.893928 | 2017-02-22T10:57:11 | 2017-02-22T10:57:11 | 82,794,285 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 2,543 | c | //#include <stdio.h>
//#include <stdlib.h>
//
//#define MAXSIZE 20
//
//typedef struct
//{
// int data[MAXSIZE]; //表能达到的最大长度
// int last; //实际表长=last+1
//}SeqList;
//
///*初始化顺序表*/
//SeqList *Init_SeqList()
//{
// SeqList *L;
// L = (SeqList *)malloc(sizeof(SeqList)); //获得顺序表的存储空间
// L->last = -1; //表示表... | [
"315490486@qq.com"
] | 315490486@qq.com |
fcb79ec35306aa3ad5d15b56799c39a11dc7632e | 353699b76a2b6e5c9a8b03a2c64ad134780b87e7 | /cycle/resconv/_FDS/resconv.c | 7b951153a53e9f8713f0acc0e38e273921b870d8 | [
"BSD-2-Clause"
] | permissive | cescjf/CFDWARP | a74cde62b175dcfaa0b4e9f3ea55ad68b1f16a98 | ab192bb1393da9de5fb77d653ec37197e9c7f6f7 | refs/heads/master | 2020-04-28T01:54:48.217836 | 2019-03-09T08:25:08 | 2019-03-09T08:25:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,868 | c | #include <cycle/resconv/_resconv.h>
#include <cycle/share/cycle_share.h>
#include <cycle/restime/_restime.h>
#include <cycle/share/res_share.h>
#include <src/control.h>
#if (!_FLUID_CONVECTION)
#error The fluid module specifies no convection terms: choose "none" for the convection terms discretization
#endif
#defin... | [
"bernparent@gmail.com"
] | bernparent@gmail.com |
51141920563b59d403f835e35a845ea50f4d3475 | 4beab3d0015501172751407045de3f4174a59896 | /GardenTelemetry/bitmaps.h | 55726a3685159a51932dcd2821c362d163d81075 | [] | no_license | corbosiny/445L-Garden-Telemetry | fc6447d2d5731e27021602539eca27e5a7368b7f | 1c50696e5a17e814659341a755e87c30ded67e6f | refs/heads/master | 2020-04-01T21:15:00.446291 | 2018-11-01T00:22:01 | 2018-11-01T00:22:01 | 153,645,881 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 33,081 | h | const unsigned short clock[] = {
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000, 0x00... | [
"coreyohulse@gmail.com"
] | coreyohulse@gmail.com |
0b684eddb29ee69ce276807f763220a4c873f36d | c56a1b4130a2ce24f478142cbb83f1aeaaf9f07f | /Examples/C8051F04x/CAN/F04x_CAN2.c | f5eb3a3989f2e795a438a6b12e14a3b5300c923f | [] | no_license | ee230/C8051F | 3f17498bfb81f09b19ed62095f34077a5818cc61 | 745f76a39709e31c882c674ecd0dfcc0a840e553 | refs/heads/master | 2021-08-15T22:39:02.329747 | 2017-10-18T13:06:00 | 2017-10-18T13:06:00 | 111,205,934 | 8 | 6 | null | null | null | null | UTF-8 | C | false | false | 15,337 | c | //------------------------------------------------------------------------------
// F04x_CAN2.c
//------------------------------------------------------------------------------
//
//
// DEVICE: C8051F040
//
// AUTHOR: LS
//
// TOOLS: Keil C-compiler and Silicon Labs IDE
//
//
// CAN1.c and CAN2.c are a simple example ... | [
"aa@bb.com"
] | aa@bb.com |
8186694546ccb985be34064639a2d08bcf5d3014 | 7d2cb9db11aeabc97d22c29042835361db2e90c3 | /adc.h | 459fbd742e67f809ec4a7b126d7ca26082ac4107 | [] | no_license | soldernerd/StepperMotorController_Software_RevB | adc04e6dad4d39ece3aeac4877045a4c4c201ee9 | 22837c335337d071c0137786b0441b299694b10b | refs/heads/master | 2020-04-18T05:08:59.580776 | 2020-01-06T19:04:30 | 2020-01-06T19:04:30 | 167,267,042 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 298 | h | /*
* File: adc.h
* Author: luke
*
* Created on 21. Februar 2019, 23:18
*/
#ifndef ADC_H
#define ADC_H
typedef enum
{
TEMPERATURE_SOURCE_INTERNAL = 0,
TEMPERATURE_SOURCE_EXTERNAL = 1
}temperatureSource_t;
void adc_init(void);
void adc_read_temperature(void);
#endif /* ADC_H */
| [
"lfaessler@gmx.net"
] | lfaessler@gmx.net |
4e715d54926c0d6edbd2ea93277dc08b3cb6a7d6 | 4430e8a1a0caffa2801098f31a0d65b549829620 | /LinpackDP2/jni/intel64.c | fc0a3bbb5c979b2c63a81040b9418df1c2c1c003 | [] | no_license | liuyq/benchmarks | 8b26fcc8024f557663057bd038d2e982a90eef99 | 2d437432aedafc0eed7e96a5d86d7c0243804d1b | refs/heads/master | 2021-01-20T07:27:33.132347 | 2017-08-27T08:22:32 | 2017-08-27T08:22:32 | 101,539,205 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 302 | c | #include <stdlib.h>
#include <stdio.h>
#include "jni.h"
char results[1000];
jstring
Java_com_linpackDP2_linpackDP2Activity_stringFromJNI2( JNIEnv* env, jobject thiz2)
{
sprintf(results, " Compiled for 64 bit Intel x86_64\n");
return (*env)->NewStringUTF(env, results);
}
| [
"yongqin.liu@linaro.org"
] | yongqin.liu@linaro.org |
58eb2bf1f8560ebc48fd38eea7748f2656e44452 | 5a065cdbf2add6b446b7b510d0be3701fb623728 | /proj/UPST_PROJECT/OAM/SRC/COND/cond_ipc.h | db837e1e722946ef4d4217d0923c3c41c88993a2 | [] | no_license | lanian09/mysource | 1d05d749c3a7502003129d5d2f8d9757899301c5 | a5b630d54cee6ecd1249a00c8bad1d61c100b263 | refs/heads/master | 2021-01-24T06:29:01.901109 | 2013-08-31T00:46:43 | 2013-08-31T00:46:43 | 2,004,310 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 337 | h | #ifndef __COND_IPC_H__
#define __COND_IPC_H__
#include "clisto.h" /* U8, OFFSET */
#include "msgdef.h" /* st_MsgQ */
#define NO_MSG 0
extern int dGetNode(U8 **ppNODE, pst_MsgQ *ppstMsgQ);
extern int dMsgrcv(pst_MsgQ *ppstMsg);
extern int dMsgsnd(int procID, U8 *pNODE);
extern int dMsgsnd2(int procID);
#endif /* _... | [
"uamyd5279@gmail.com"
] | uamyd5279@gmail.com |
b5429066c76ec914263ee77eaa1887881a5b874a | 02c553c1ccc8dd5210e6d1f448516df22b0828a3 | /spike/unit-test/lang_c/env/ARMv7-A/dev_serial.h | 16b2e1f4345da43620fcc0af0ad363100da0dd11 | [] | no_license | tmori/athrill-test | c7f10e58152afb6eaa6c358a6ffce4c7686497bb | e3b095d7d1f4c044447c338205834c40e3b5b762 | refs/heads/master | 2022-04-20T05:03:27.058471 | 2020-04-15T11:18:53 | 2020-04-15T11:18:53 | 255,723,583 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 983 | h | #ifndef _DEV_SERIAL_H_
#define _DEV_SERIAL_H_
#define SERIAL_OUT_ADDR ((volatile unsigned char*)0xE800800C)
static inline void test_print(const char *str)
{
int i;
for (i = 0; str[i] != '\0'; i++) {
*(SERIAL_OUT_ADDR) = str[i];
}
}
static char line_buffer[8];
static const int dec_order[5] = {
1,
10,
100,
... | [
"tmori@esm.co.jp"
] | tmori@esm.co.jp |
27965c23784323d662ff7cab91207c8efbb6a500 | a364f5e25e4ec3563c2a6e366069488786927948 | /sbin/lmcctl/extern.h | 9b81b9880af814c5b215ed9ed3ce2eeb40339a2f | [] | no_license | noud/mouse-bsd | b044db5ba4085794b94ea729eb4148e1c86d73b5 | a16ee9b253dbd25c931216ef9be36611fb847411 | refs/heads/main | 2023-02-24T06:22:20.517329 | 2020-08-25T20:21:40 | 2020-08-25T20:21:40 | 334,500,331 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,057 | h | /* $NetBSD: extern.h,v 1.1 1999/03/25 04:05:37 explorer Exp $ */
/*-
* Copyright (c) 1997-1999 LAN Media Corporation (LMC)
* All rights reserved. www.lanmedia.com
*
* This code is written by Michael Graff <graff@vix.com> for LMC.
*
* Redistribution and use in source and binary forms, with or without
* modifica... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
df8b051be4e2ec958e32ba9d3517eaed59619d74 | 95946efa6e7547a126ecf5eac8b7c779dee0a790 | /tests/setbacklight.c | c8eba436792ff1546adbe068f5c801ee2e3f88bc | [
"MIT",
"HPND-sell-variant"
] | permissive | thayama/weston | 1d588af36c0125021b5997bbb83f1c16bed042c0 | 9874a6a47026a3b2031bb798ac6fc8145e8f3172 | refs/heads/vsp1-dev | 2020-04-16T02:18:09.258930 | 2016-07-07T09:11:01 | 2016-07-07T09:11:01 | 22,948,973 | 12 | 6 | NOASSERTION | 2020-03-26T07:20:01 | 2014-08-14T09:44:13 | C | UTF-8 | C | false | false | 5,101 | c | /*
* Copyright © 2012 Intel Corporation
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
* that the above copyright notice appear in all copies and that both that
* copyright notice and this permission notice ap... | [
"krh@bitplanet.net"
] | krh@bitplanet.net |
94f6e6836c0eb507ae51e78a010bd6bf05db263a | 8142b96d731fe226425da293690b2a29257852a2 | /BLE_UART_CENTRAL.cydsn/Generated_Source/PSoC4/BLE_eventHandler.c | 28df4518abad0c2a7e948c69cd7994471697493a | [] | no_license | aaronwubshet/115_final | 89c2f0044e99476b8db79566780ad67c181b5931 | a6c51478a8126b620e417d32a57e5a9bfb411367 | refs/heads/master | 2021-07-03T06:24:46.711904 | 2017-09-23T00:05:29 | 2017-09-23T00:05:29 | 104,528,045 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 148,357 | c | /***************************************************************************//**
* \file CYBLE_eventHandler.c
* \version 3.20
*
* \brief
* This file contains the source code for the Event Handler State Machine
* of the BLE Component.
*
********************************************************************************... | [
"awubshet@mit.edu"
] | awubshet@mit.edu |
e0af3ead872c97efbba441fd615a6c33139d0606 | fbdb3e4df3925b330739e599d7f539a5aea4f163 | /adm/daemons/huanjing2003/hj_room7.c | 939b5d723e18a1a2fc96e417148fe41b2c6b9a49 | [] | no_license | MudRen/ZHLib | 2be4566998800d1a8ed50bf379d0e43a7c97e8ac | 73111626fed37f302ca433dd1628730ca07e7dc2 | refs/heads/master | 2020-04-04T15:43:26.136616 | 2018-11-04T04:42:20 | 2018-11-04T04:42:20 | 156,049,634 | 2 | 3 | null | null | null | null | GB18030 | C | false | false | 241 | c |
// “幻境一·遥远传说之起缘·幽灵显现” 地图房间文件
// by /adm/daemons/hj_room_created , 2003年10月27日 星期一 15:25:03
#include <ansi.h>
inherit ROOM;
int mark=7;
#include "all_room_info_hj.h"
| [
"i@oiuv.cn"
] | i@oiuv.cn |
c3994ede7414280ec507aba123b569b8ec0625a5 | 98faa15cfcddc1766e4b464b151182ed506a0b84 | /gcode_parse.h | f66326f5fb29f078c17db0d174de19ae66df9786 | [] | no_license | Spiritousse/teacup_polar | 6a163b316e1a8edf25900c5d0a4032e1b114cf34 | 7d94c23fc6dbc32b3c103ec95987d30f512640f0 | refs/heads/master | 2021-01-22T21:37:33.842431 | 2017-03-19T04:31:50 | 2017-03-19T04:31:50 | 85,449,859 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,980 | h | #ifndef _GCODE_PARSE_H
#define _GCODE_PARSE_H
#include <stdint.h>
#include "dda.h"
#include "sd.h"
// whether to insist on N line numbers
// if not defined, N's are completely ignored
//#define REQUIRE_LINENUMBER
// whether to insist on a checksum
//#define REQUIRE_CHECKSUM
/// this is a very crude decimal-based f... | [
"noreply@github.com"
] | Spiritousse.noreply@github.com |
7cffda1a261199c5e0934d41e2936a5a8c3ef1fd | 1d53dbb937bf6251dbbf8a935f0dd154ff229549 | /dec_func.c | 0fb8ee6274202a819f3d69d76128d6190ba38f17 | [] | no_license | Kehindeadebisi/printf | 7ef4060ff0ce7ac36e83b2c0c2ed165653fe8248 | 10de982e7740bafe9bc98ec3bcbd0df1ce54a623 | refs/heads/main | 2023-08-15T14:28:46.327744 | 2021-10-08T20:27:31 | 2021-10-08T20:27:31 | 413,201,658 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 499 | c | #include "main.h"
/**
* print_dec - prints decimal
* @args: the argument decimal
*
* Return: counter
*/
int print_dec(va_list args)
{
int value;
unsigned int abs, a, len;
unsigned int countn = 1;
len = 0;
value = va_arg(args, int);
if (value < 0)
{
len = len + _putchar('-');
abs = value * -1;
}
else
abs = val... | [
"you@example.com"
] | you@example.com |
d1461cfd47d6532d238100658b88d813652889dd | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/6e9cb4c8-0265-4f3f-aebb-23a76dfe057b.c | 9a7d738020fed7a988b612c00d717db0767f0692 | [] | 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 | 589 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
k = 64;
k = i/j;
l = i/j;
l = j/j;
l = l/j;
l = i+j;
l = l%j;
j = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[99];
int c[25];
a = 0... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
accf10b0304e147cf2254b58dc9d1de6bf3e2215 | e2f3fee3cb8f1abdee08724f0fe8a89b5756cfbe | /COSTmbe/inst/src/caa_predict.c | 16483a17664195f7120a3bf0c6363d5beb547104 | [] | no_license | BackupTheBerlios/cost-project | 1a88c928f4d99db583a95324b31d6a02d9bd20c9 | 4ab39d16c48f031ca46512545895cb17e5586139 | refs/heads/master | 2021-01-21T12:39:53.387734 | 2012-03-26T14:58:36 | 2012-03-26T14:58:36 | 40,071,425 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 64,567 | c | /*!
\file caa_predict.c
\brief Containing the main routine for prection catch-at-age
\author Geir Storvik
The prediction is performed by the ::caa_predict routine.
*/
#include "caa.h"
static int initialize(int i_g_a_model);
static int re_initialize(int i_g_a_model);
static int find_catch_at_age(Age_struct *i_... | [
"mmerzere"
] | mmerzere |
db8cf1dfd0aa3e499c845184e4dd90447fb59935 | 28fe0600026cc3b31de318036b01d28dc74ac53b | /libft/libft/ft_imaxtoa_base.c | 76aeec30bcb8dd77935844a80e90dd31199699cd | [] | no_license | segfault-team/42sh | 5470ca1d85541fdd965ebb7fcdcf5b6714394cba | 0451eb6270826454444de758b408abc258cd2a77 | refs/heads/master | 2021-01-11T19:18:13.796774 | 2017-05-11T14:32:45 | 2017-05-11T14:32:45 | 79,346,828 | 1 | 2 | null | 2017-03-02T17:17:32 | 2017-01-18T14:18:21 | C | UTF-8 | C | false | false | 1,908 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_imaxtoa_base.c :+: :+: :+: ... | [
"vlistrat@student.42.fr"
] | vlistrat@student.42.fr |
6a00804dd95ea86b480c53e788b183376be8440a | 40685ddf37652d478012924c7808264aebb4452c | /3rd/include/gstreamer-1.0/gst/gstversion.h | bb3e4717b846ed1c218db403ec81d857936fa5cf | [
"MIT"
] | permissive | inse1979/imx6q_qplayer | 20586bf7662843ac7d07cb230a90982346169b1a | 41ddd37f4d64aff8acbeb170f13129ab7cfd7aee | refs/heads/master | 2023-07-15T10:48:22.693625 | 2018-06-21T01:45:52 | 2018-06-21T01:45:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,843 | h | /* GStreamer
* Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu>
* 2000 Wim Taymans <wtay@chello.be>
*
* gstversion.h: Version information for GStreamer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* ... | [
"28225700@qq.com"
] | 28225700@qq.com |
56971e2eccb3dfd806ee86220b76852b83072430 | 9907672fcd81ab73ac63b2a83422a82bf31eadde | /tyama_icpc2014rC(live6834-aizu1347).c | be25e7c430b2a95c2f76418ed886c90eabe96f8d | [
"0BSD"
] | permissive | cielavenir/procon | bbe1974b9bddb51b76d58722a0686a5b477c4456 | 746e1a91f574f20647e8aaaac0d9e6173f741176 | refs/heads/master | 2023-06-21T23:11:24.562546 | 2023-06-11T13:15:15 | 2023-06-11T13:15:15 | 7,557,464 | 137 | 136 | null | 2020-10-20T09:35:52 | 2013-01-11T09:40:26 | C++ | UTF-8 | C | false | false | 147 | c | a[1000],m,n,c;main(d){
for(scanf("%d%d",&n,&m);m--;)for(scanf("%d%d",&c,&d);c<d;c++)a[c]=1;
for(c=d=0;c<n;c++)d+=a[c]*2;
m=!printf("%d\n",d+n+1);
} | [
"cielartisan@gmail.com"
] | cielartisan@gmail.com |
5bf529ebeadd726d14f7669f0ca84f608f91f9a4 | 59e6ff6dbfe54682792232a26679f28a591e9015 | /Workspace/prophet/crawler/train/raw-src/subversion/1051164-2.c | 55941a05f004324de218e52921e980cc80bea95c | [] | no_license | lisahua/prophet | 5b15957134743fa516aa76ba4b2ee0448f29fc0f | 24b01cdf1043efa3fb8feb518dc79eb288bd4bf8 | refs/heads/master | 2021-01-19T04:50:11.158753 | 2016-07-13T18:39:11 | 2016-07-13T18:39:11 | 54,275,268 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 358,525 | c | # 1 "/home/ubuntu/Workspace/prophet/crawler/__tmp/src2/subversion/libsvn_ra/util.c"
# 1 "<built-in>" 1
# 1 "<built-in>" 3
# 313 "<built-in>" 3
# 1 "<command line>" 1
# 1 "<built-in>" 2
# 1 "/home/ubuntu/Workspace/prophet/crawler/__tmp/src2/subversion/libsvn_ra/util.c" 2
# 27 "/home/ubuntu/Workspace/prophet/crawler/__tm... | [
"ubuntu@ip-172-31-44-123.ec2.internal"
] | ubuntu@ip-172-31-44-123.ec2.internal |
30b721464d43b07ed73b4d58e8dec785ebf09774 | 61937f5acb34bd7d25056613c1c8d9d6de159c0a | /POO_em_C/POO_Exemplo_Completo/V4_Escapsulado/conta.h | 238cf54a3e1abbf0812ceaf26fe03ebd4ee728f2 | [] | no_license | augusto-vieira/Estudos-em-C | cd9cbbb3bdc6dcfec08f7c7293da235faca9dd57 | 6c2d73271c2c767ba2e08717b11b57ef54ce24c7 | refs/heads/master | 2023-03-05T16:05:42.189928 | 2023-02-20T03:24:50 | 2023-02-20T03:24:50 | 163,118,470 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 549 | h | #ifndef CONTA_H_
#define CONTA_H_
#include "cliente.h"
#include "conta.h"
// Atributos Encapsulados
typedef struct conta Conta;
typedef struct
{
// Referência para acessar os atributos encapsulados
Conta *obj;
Client_t *titular;
// Métodos
float (*getSaldo)(Conta *obj);
void (*setSaldo)(Conta *... | [
"augustovieira18@gmail.com"
] | augustovieira18@gmail.com |
fc4e93110976b3d957edbde5389191fa0813554d | fa3f5368cbba48de3b9c57c79785e51086afb04d | /Cpp/Hello_CUDA/cuda_playground/superpixel_statistic.h | 719fbeb378c915b3e9501c78e1b3115db800c7d5 | [] | no_license | langenhagen/experiments-and-tutorials | 8f853675e0d8718581c33ff099fcb35c8958f315 | 9598af1b8be7ebe8462a0bbfc87a6edfa5063741 | refs/heads/master | 2023-08-03T15:07:38.757388 | 2023-07-31T16:15:34 | 2023-07-31T16:15:34 | 211,196,519 | 4 | 1 | null | 2022-03-27T10:02:49 | 2019-09-26T23:15:40 | HTML | UTF-8 | C | false | false | 1,258 | h | /******************************************************************************
/* @file GPU parallel Implementation of the slic superpixels algorithm.
/*
/* TODO everything TODO re-doc
/*
/* @author langenhagen
/* @version 150104
/******************************************************************************/
... | [
"andreas@langenhagen.cc"
] | andreas@langenhagen.cc |
2ad81bf46d05e20a2571ce8f2fb0685a39242a7d | cea343e4f799fa5bf2f4309ec07e02c87b087bfd | /gvgrp.c | 0a832197330024c1c5b605b8441bd089b29c4fad | [
"AFL-3.0"
] | permissive | steabert/luscus | e1ad21a6b2b8e2f54b6aeab5c7a8d206e7ab5990 | ed2a1c32ae5cc2b107b46df8b19205da6f2d87ea | refs/heads/master | 2020-03-23T03:08:18.817653 | 2018-07-15T08:50:07 | 2018-07-15T08:50:07 | 141,011,667 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,682 | c | /*This file is a part of luscus project*/
/*Licensed under the Academic Free License version 3.0*/
/*cdeck gvgrp.c $Revision: 7.7 $ */
/**************************************************************************/
/* */
/* This routine takes group ge... | [
"steabert@users.noreply.github.com"
] | steabert@users.noreply.github.com |
1ec3fdfaa0ff9a95c3a5431389a0dff071819041 | 488378d66dfb12d3292886b160243aa24e27c420 | /linux-3.16/drivers/clocksource/vf_pit_timer.c | a918bc481c52c46a83f2e1ff1a50a96dc4180082 | [
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only",
"Unlicense"
] | permissive | jj1232727/system_call | 3ec72bdecad15a43638cc5eb91ba1ae229d651bb | 145315cdf532c45b6aa753d98260d2b1c0b63abc | refs/heads/master | 2020-08-11T13:56:16.335620 | 2019-10-12T11:12:53 | 2019-10-12T11:12:53 | 214,575,269 | 0 | 0 | Unlicense | 2019-10-12T04:06:22 | 2019-10-12T04:06:22 | null | UTF-8 | C | false | false | 5,125 | c | /*
* Copyright 2012-2013 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*/
#inc... | [
"jj1232727"
] | jj1232727 |
779b9f34dc2de0bc030cfda25399b8f47705e3cc | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/scsi/qla2xxx/extr_qla_nx.c_ql82xx_rom_lock_d.c | a673aa7512105a08ccfdc5c6aa54125ab72e4579 | [] | 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,459 | 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 |
afa4f0b8c4747e646ba6ceae38f9a157f6571e07 | 7e809c1e58a3a586d5ed063cd650ad13510a6458 | /onlinejudges/uri/1075.c | 64b0fb0dd5dc7ca18288a8aa2c6e71c36c8ca6b4 | [] | no_license | EduardoCardozo/competitive-programming | 34532a6ff72249cf5a0b83181d4e6c10bf55fbbb | 19550d7923feec46d9cc11db582639b33eb80e19 | refs/heads/master | 2021-07-05T21:32:15.838234 | 2019-02-19T23:15:01 | 2019-02-19T23:15:01 | 105,213,838 | 0 | 0 | null | 2018-10-01T02:42:51 | 2017-09-29T01:00:15 | C++ | UTF-8 | C | false | false | 156 | c | #include <stdio.h>
int main(void)
{
int n, i;
scanf("%d", &n);
for(i = 1; i < 10000; i++)
{
if(i % n == 2)printf("%d\n", i);
}
return 0;
} | [
"eduardocazpedro@gmail.com"
] | eduardocazpedro@gmail.com |
0916944ad2e9c65009e2cec692e070f3d9785a83 | ea4e3ac0966fe7b69f42eaa5a32980caa2248957 | /download/unzip/Security/Security-57740.20.22/SecurityTests/cspxutils/genErrorStrings/fileIo.c | 3f666ac0e33b823dca98194129f1980353709fe7 | [] | no_license | hyl946/opensource_apple | 36b49deda8b2f241437ed45113d624ad45aa6d5f | e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a | refs/heads/master | 2023-02-26T16:27:25.343636 | 2020-03-29T08:50:45 | 2020-03-29T08:50:45 | 249,169,732 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,414 | c | #include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "fileIo.h"
int writeFile(
const char *fileName,
const unsigned char *bytes,
unsigned numBytes)
{
int rtn;
int fd;
fd = open(fileName, O_RDWR | O_CREAT | O... | [
"hyl946@163.com"
] | hyl946@163.com |
c93f5a212542d912137f315685120200dd8aa50e | 913a0efa1b36ac741a36b3f94d872562c51ef572 | /Binaries/iOS/Classes/Native/mscorlib_System_Runtime_Serialization_Formatters_TypeFilterL.h | 0f1df4f2429b0dd9d6ab7d2a50b50600ee1d160d | [
"MIT"
] | permissive | masanori840816/SetMaterialsFromGallery | 41d3a89488c349f54586bfb367eb021ca7356357 | ce6d67874e42706feca5e5a66f9b6785992b9dda | refs/heads/master | 2021-01-18T01:23:54.041302 | 2015-05-21T13:21:44 | 2015-05-21T13:21:44 | 34,765,403 | 5 | 2 | null | null | null | null | UTF-8 | C | false | false | 417 | h | #pragma once
#include <stdint.h>
// System.Enum
#include "mscorlib_System_Enum.h"
// System.Runtime.Serialization.Formatters.TypeFilterLevel
#include "mscorlib_System_Runtime_Serialization_Formatters_TypeFilterL.h"
// System.Runtime.Serialization.Formatters.TypeFilterLevel
struct TypeFilterLevel_t1528
{
// System.In... | [
"masanori840816@gmail.com"
] | masanori840816@gmail.com |
402b9502abab08c03c034b096fa61984f10b7f9a | 96881c0a7bf43b6643c1869ccdba93d58bf05095 | /src/a2.c | 3964df4afd3e69a26ea7c6c2b9f8ac2eeacf80fc | [] | no_license | ericklucena/skimlogo | 86cf2c5ae87829c4905c6b00848e2970ff9ea3f6 | 1c73fa5f87c22b0c2202b73244427b77a10be99c | refs/heads/master | 2021-01-22T07:35:24.998682 | 2015-02-17T06:17:27 | 2015-02-17T06:17:27 | 30,904,687 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 721 | c | /*
* Skim-logo Main file
* @Author: Erick Lucena Palmeira Silva
* @Date: 2015-01-23 15:46:17
* @Last Modified by: Erick Lucena Palmeira Silva
* @Last Modified time: 2015-02-13 19:53:31
* This file contains the main function of the game
*/
#include <stdio.h>
#include <string.h>
#include <ncurses.h>
#include "logo.... | [
"elucenap@mail.uoguelph.ca"
] | elucenap@mail.uoguelph.ca |
2bbcc36b32197c648446512c7525b9be79948b74 | 274ca6d814b2adcb2261b80e11a880a404e3e397 | /15.Aliyun/15.Aliyun/STM32程序/USER-BSP/fy_stmflash.c | d5678c8d55b8e586e84d6c364c62f8102bf16996 | [] | no_license | animala/MQTT | 4d69fbb45329c89b4ecff17ec295b6578b5497ec | f022827f8a09d2e3d8418d0ab2bba3b945d96182 | refs/heads/master | 2020-09-24T03:56:05.460489 | 2019-12-05T10:20:53 | 2019-12-05T10:20:53 | 225,655,792 | 2 | 0 | null | null | null | null | GB18030 | C | false | false | 3,374 | c | #include "fy_stmflash.h"
//读取指定地址的半字(16位数据)
//faddr:读地址(此地址必须为2的倍数!!)
//返回值:对应数据.
u16 STMFLASH_ReadHalfWord(u32 addr)
{
return *(vu16*)addr;
}
//从指定地址开始读出指定长度的数据
//addr:起始地址
//buf:数据指针
//len:半字(16位)数
void STMFLASH_Read(u32 addr,u16 *buf,u16 len)
{
u16 i;
for(i=0; i<len; i++)
{
*(buf+i) = STMFL... | [
"102242739@qq.com"
] | 102242739@qq.com |
152661cf78ce7a58e5d675c07656fca18f188aaf | 3792a3f4c92c21533fd6aca3fa709de089c6f06a | /tcp/PParse/ch_pp_work.c | 554df967c4857a924e9f6cbde7500d45926aecc6 | [] | no_license | barbiegirl2014/CloudHands | 8edd14cb99bc30856c1014f23c7fe8083e431b1f | c1a2a9d3ce7c197ba468c2cd060b4d17adb4ae0f | refs/heads/master | 2020-03-21T17:12:20.525682 | 2018-06-26T09:35:54 | 2018-06-26T09:35:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,901 | c | /*
*
* Filename: ch_pp_work.c
*
* Author: shajf,csp001314@gmail.com
* Description: ---
* Create: 2018-05-17 18:06:50
* Last Modified: 2018-05-17 19:18:40
*/
#include "ch_pp_work.h"
#include "ch_log.h"
#include "ch_tcp_record.h"
static int is_exit = 0;
ch_pp_work_t * ch_pp_work_create(ch_... | [
"csp001314@gmail.com"
] | csp001314@gmail.com |
350188a424314acef76861205f9839e846eb291c | 2abda15dbdc8a41accf90fe6cae5bad87e95fb74 | /v4l2/tyeon_v4l2.h | 7e288afa5afa3e5c0c766204cd3a8453018bdd9a | [] | no_license | tomyeon/general | c0cc36958c427228aa6d571980d4d713c83040bf | 2757d7952a5fe6873733d4b58b07d47c65cca884 | refs/heads/master | 2021-08-14T23:49:14.042373 | 2017-11-17T01:30:29 | 2017-11-17T01:30:29 | 110,924,329 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,305 | h | #ifndef _TYEON_V4L2_H_
#define _TYEON_V4L2_H_
#ifndef TRUE
#define TRUE 1
#define FALSE 0
#endif
typedef enum {
INPUT_TYPE_MIN = 0,
INPUT_TYPE_FROM_ADC = INPUT_TYPE_MIN, /*! from ADC(TW9900) */
INPUT_TYPE_DMB, /*! from DMB Module */
INPUT_TYPE_UNKNOWN,
INPUT_TYPE_MAX = INPUT_TYPE_UNKNOWN,
} e_input_type;
ext... | [
"tom.yeon@windriver.com"
] | tom.yeon@windriver.com |
0599be054899014169a5ba29a1ef5a1ef28b7982 | 506c8e4527841614ec33c9065de53c675312293e | /libft/ft_strclr.c | 2175f51f77ccb05b54206d0ce78eda2618da4cea | [] | no_license | heardofdezz/fillit | 90884bb43fa85020a495f8b96ba9125239e117ab | ca97b7498e98a66c5df2b3be76f991949014caec | refs/heads/master | 2020-07-07T14:07:13.424406 | 2019-08-20T12:22:25 | 2019-08-20T12:22:25 | 203,370,500 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,010 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strclr.c :+: :+: :+: ... | [
"maloua-h@e1r4p7.42.fr"
] | maloua-h@e1r4p7.42.fr |
f3a1f30748cef078a171fd949e607738457350b5 | 11c1a008abe02cb72591fd2b639715f171e7a878 | /MotateProject/motate/cmsis/TARGET_Atmel/sams70/include/instance/tc1.h | 0f1bc186ead3cac7ef28a333018c84a6e7d21dda | [] | no_license | synthetos/Motate | 101203d3013068d06174dd24d07b057cb16b4e29 | 3ad4fc0a2366416ba41eaef5f8d4e70e59905550 | refs/heads/master | 2023-08-15T06:29:33.895021 | 2023-07-20T18:18:42 | 2023-07-20T18:18:42 | 21,837,909 | 49 | 50 | null | 2019-11-04T21:06:27 | 2014-07-14T22:26:34 | C | UTF-8 | C | false | false | 12,278 | h | /**
* \file
*
* Copyright (c) 2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* 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 ... | [
"giseburt@gmail.com"
] | giseburt@gmail.com |
4c7618e670435679c8688fe0a5ac2bf86e5e5f64 | 9fde789c94ad649f9df19c745fb0737d16fa76a7 | /src/basic-tutorial-4.c | 7bc1283fbdfe818084bf6f8a081e3014c1c21cc3 | [] | no_license | DuffAb/GStreamer-example | 143660dd61332d83dafcba75a6465fdbdda0cc27 | b812c86873dff765c94a94ae12002d614e98ed23 | refs/heads/master | 2020-04-04T01:53:45.588899 | 2019-03-19T12:16:22 | 2019-03-19T12:16:22 | 155,681,017 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,657 | c | #include <gst/gst.h>
/* Structure to contain all our information, so we can pass it around */
typedef struct _CustomData {
GstElement *playbin; /* Our one and only element */
gboolean playing; /* Are we in the PLAYING state? */
gboolean terminate; /* Should we terminate execution? */
gboolean seek_ena... | [
"15817223385@163.com"
] | 15817223385@163.com |
81025450b936c175c99635a2865980741aa0a0a6 | 38bd37202a94f2565b53707e46425630bd2fb8a3 | /final/4_lab_aug_24/tcp_udp/server_1.c | 9e927edc7978abcffbb93595b6f4c807b3ba4d82 | [] | no_license | YogeshSingla/cnl | 66dccfa516f30f6ee669bc8c396577074e9794e1 | 7af5fb736d3a5a66792c4de76407dafea5bfe882 | refs/heads/master | 2020-03-25T04:30:19.656647 | 2018-11-17T08:13:34 | 2018-11-17T08:13:34 | 143,398,797 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,419 | c | //server program for chat
#include<stdio.h>
#include<stdlib.h>
#include<sys/types.h>
#include<sys/socket.h>
#include<unistd.h>
#include<netinet/in.h>
#include<string.h>
void error(const char* msg){
perror(msg);
exit(1);
}
int main(int argc, char const *argv[]){
int sockfd, newsockfd, portno;
socklen_t clilen;
char... | [
"noreply@github.com"
] | YogeshSingla.noreply@github.com |
7fbf152c1b16c0f0179c88109a44182a8bdf2de3 | a7de61ae26c721bb166023c0fc0ad7b1faf9b125 | /usr/tools/zvm/main.c | 102b6a5e4fa1ae97c7dbc6e5b341f8a8c888ec4f | [] | no_license | JamesLinus/OS-Zero | c59051ab266208f95fd8abcf445fc8904da44aed | effa0bd7c35ac21ba6132120549b4e882001b0e6 | refs/heads/master | 2020-12-03T02:18:18.785243 | 2016-01-06T13:11:50 | 2016-01-06T13:11:50 | 49,136,749 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 263 | c | #include <stdlib.h>
#include <zvm/conf.h>
#include <zvm/zvm.h>
#if (ZVMEFL)
#include <zvm/efl.h>
#endif
int
main(int argc, char *argv[])
{
#if (ZVMEFL)
ecore_init();
ecore_app_args_set(argc, (const char **)argv);
#endif
exit(zvmmain(argc, argv));
}
| [
"tuomoster@gmail.com"
] | tuomoster@gmail.com |
cda01ac6099ee2d36419d6b62d05aed12a295dca | 14fc36d64d9749bcc393e41e2e920b19bd1fb645 | /TP3.c | 1ada9dda5ef7818b61f3faa7fc900ec4fe76f2ae | [] | no_license | chrisgel15/TP-3 | d07e5cde017ec0ff98f2c663d8c87797e2e25b07 | 03c34a624838a058c61282597cac7a8c117d75e4 | refs/heads/master | 2020-12-25T19:15:26.307845 | 2015-04-26T23:23:18 | 2015-04-26T23:23:18 | 34,635,885 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 493 | c | /*
Ejercicio Conversion de F° a C° con "const", funciones y FOR
Christian Gelman (Leg 144-087-1)
26-4-2015
*/
#include <stdio.h>
float GetCelcius(float);
void main()()
{
float fahr, celsius;
const LOWER = 0, UPPER = 300, STEP = 20;
fahr = UPPER;
printf("Ejercicio de F° a C° aplicando CONST, FOR y funcion\n");
... | [
"christiangelman@gmail.com"
] | christiangelman@gmail.com |
6578c39dfa08917699ea3c3f047dcd0a851716da | 4cd0ab9f144f52502556a885ccc8490bfb6bd316 | /backup1/EDBR2PKUTree.C | b091d1a98f5e9478065443f526602b5f07ff9920 | [] | no_license | gqlcms/tree_mu18 | d6996867f25cee36f9ec46d526608559754c1ede | 3fb640b328fe12f6a72e721b86a527b4bbf77360 | refs/heads/main | 2023-03-20T00:38:39.245208 | 2021-03-14T17:00:55 | 2021-03-14T17:00:55 | 347,697,677 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 269,867 | c | #define EDBR2PKUTree_cxx
#include "EDBR2PKUTree_headfile/EDBR2PKUTree.h"
#include "EDBR2PKUTree_headfile/generate_weights.h"
#include "EDBR2PKUTree_headfile/SumPt.h"
#include "EDBR2PKUTree_headfile/Nsubjetness.h"
#include "EDBR2PKUTree_headfile/M_jjlv.h"
#include "EDBR2PKUTree_headfile/leptonicw.h"
#include "EDBR2PKUTr... | [
"qilong.guo@cern.ch"
] | qilong.guo@cern.ch |
d65a378883467fc67f320a2f005668b51c168945 | f25aaf6bf6c9b5c7eb106be9b817075681e6a051 | /lib/base64/pbbase64_demo.c | b1789df5326fb0782f7e3759b6ddf2ada1fc3aa7 | [
"MIT"
] | permissive | EricOwiesny/c-core | 4b056a04f23943f0a160557bea13d791ce04def0 | 8fc43848878080c95db2fe0990bf94459a3c7cb3 | refs/heads/master | 2021-05-14T17:33:03.515509 | 2018-01-04T19:22:31 | 2018-01-04T19:22:31 | 116,049,315 | 0 | 1 | null | 2018-01-02T19:26:59 | 2018-01-02T19:26:58 | null | UTF-8 | C | false | false | 2,269 | c | /* -*- c-file-style:"stroustrup"; indent-tabs-mode: nil -*- */
#include "pbbase64.h"
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#define ENC_INPUT_MED "The quick brown fox jumps over lazy dog."
#define ENC_RESULT_MED "VGhlIHF1aWNrIGJyb3duIGZveCBqdW1wcyBvdmVyIGxhenkgZG9nLg=="
#define ENC_INPUT_SHORT "... | [
"vl.veljkovic@yahoo.com"
] | vl.veljkovic@yahoo.com |
5165be70a45c6646cbc45e13a5a7e01a6abf607e | 07de50744ad0757e236dba656dd2cb23b5d54351 | /third_party/SDL/src/video/dummy/SDL_nullframebuffer_c.h | 64e685f0d40a3baf843c7620ab86b257c04b8c43 | [
"Zlib"
] | permissive | kevinjm39/VulkanPlayground | eed2d1223ab822bbe064dff5e6e56de27b108bf8 | b81e21abf7a62b917c59aa17092a6902b3050e7c | refs/heads/main | 2023-07-21T22:54:33.232395 | 2021-09-10T04:19:28 | 2021-09-10T04:19:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,455 | h | /*
Simple DirectMedia Layer
Copyright (C) 1997-2021 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to u... | [
"mchtt43@gmail.com"
] | mchtt43@gmail.com |
2841172551c6898ede3f642f98986230c71c189b | 242dfa877fec349390b25eebebb6b375b58fa286 | /game.h | a42f30f66f78bc2f1009120facf0fcfde07fcef2 | [
"MIT"
] | permissive | Spectere/raycaster | 2218dcbf2fd6eccdc7f8470cec8932b560de775e | 67f6f98bef74a2d82e26555b647bd99439134aeb | refs/heads/master | 2021-10-19T10:42:45.704303 | 2019-02-20T12:25:07 | 2019-02-20T12:25:07 | 169,119,767 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 136 | h | /* game.h */
#ifndef _GAME_H
#define _GAME_H
#include <SDL.h>
extern SDL_bool game_running;
void game_loop();
#endif /* _GAME_H */
| [
"spectere@gmail.com"
] | spectere@gmail.com |
db9fc1e73aa1c0f6ed6e86798027e0dc51afc959 | 076c90c41a9fcd32c394abce8eda0d8c312da3ab | /generate.h | b1c43f93717aa0fcdf5f985e9a8a2c08689fd5d7 | [] | no_license | sw478/sudoku | 257de112c51f484a254e10e7095e204e2ae8bedb | 7920096667826de1c3c797038ef269db40f40a06 | refs/heads/master | 2021-03-20T16:44:41.502060 | 2021-03-12T18:01:42 | 2021-03-12T18:01:42 | 247,219,568 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 191 | h | #ifndef GENERATE_H
#define GENERATE_H
#include "struct.h"
int generate(Dance *d);
int generate2(Dance *d);
void printToSudokuFile(Dance *d);
Hide *nextHide(Dance *d, int **hitList);
#endif
| [
"silas.wong478@gmail.com"
] | silas.wong478@gmail.com |
538a06c7908b48b7e57227b24efc9e29fb70b46c | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/d3166463-007d-49cd-8b06-3ad34b90f33d.c | 7a3d19f3af4703c83a8af215d700916664e8ed2a | [] | 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 | 253 | c | #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 = j-j;
l = i-j;
l = i%j;
l = l+j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
bc6fe66302a8b2f3c6f2e36f52dfc461e26823aa | 1f8dd8b5abd2e3c6d73201114895f1829da2417e | /printf/ft_check.c | 92c0c8f6f67fbae7b4d41cadabd1ff705afb6e1f | [] | no_license | maafterchef/42_1 | c8abfd1b443f24cd9ded3bc09b22556a88088bf7 | 0bfe23ca34cff430accc0f90d80c5fe145d327cf | refs/heads/master | 2016-09-06T00:57:44.013012 | 2014-03-31T08:06:11 | 2014-03-31T08:06:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,447 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_check.c :+: :+: :+: ... | [
"mlingels@student.42.fr"
] | mlingels@student.42.fr |
38a8ad603666bcab4ac56e3cbc99646ddd78e99d | fe6b3bf3347a633f20012c9b9ad43e4fe2069ca4 | /components/network/ble/blestack/src/services/scps.c | b1c280f80c5249fcb20582208d2db2645fcafd74 | [
"Apache-2.0"
] | permissive | cgbarros/bl_iot_sdk | c3668bbf2bed6b85ed52d72b7bc27180deaf5e3d | 8e6979bde4ce51993ace28ed28b305c03a5b6f39 | refs/heads/master | 2023-01-19T01:19:44.676830 | 2020-11-21T02:19:32 | 2020-11-21T02:19:32 | 307,999,548 | 0 | 0 | Apache-2.0 | 2020-11-21T01:03:20 | 2020-10-28T11:48:16 | C | UTF-8 | C | false | false | 1,701 | c | /**
****************************************************************************************
*
* @file Scps.c
*
* @brief Bouffalo Lab GATT Scan Parameters Service implementation
*
* Copyright (C) Bouffalo Lab 2019
*
* History: 2019-08 crealted by llgong @ Shanghai
*
******************************************... | [
"rjwang@bouffalolab.com"
] | rjwang@bouffalolab.com |
b8bc453c0f9746f549f8a5110659eab5fa23d42b | 1c4f9ec1dcda6bebdc7f3de1455377690f5946e9 | /bld/json_diff_.c | 2e84a64aae841c150260913d0f12d84d2951b486 | [] | no_license | sambassett/Fossil-Repo | cd3f11d3071ee919ff93dd04769a9e91cc0bb0c9 | eaf271fae58f811615f9bb05b0cfb699238d257a | refs/heads/master | 2020-05-31T19:05:31.607244 | 2015-04-02T11:35:14 | 2015-04-02T11:35:14 | 33,299,634 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,806 | c | #line 1 "../fossil-1.32/src/json_diff.c"
#ifdef FOSSIL_ENABLE_JSON
/*
** Copyright (c) 2011 D. Richard Hipp
**
** This program is free software; you can redistribute it and/or
** modify it under the terms of the Simplified BSD License (also
** known as the "2-Clause License" or "FreeBSD License".)
**
** This program is... | [
"samuel.bassett@mymail.champlain.edu"
] | samuel.bassett@mymail.champlain.edu |
155f79aaac82fbf546e50e7a9d21d27f79ca612a | d48b31cd41dc9bd62aae1ca30fc1ef72561fed2a | /build/classes/ReceiveFile/array2.c | 07c7a065160e6754ee62e1f9ad281ad4e21dbc25 | [] | no_license | ismail61/File-Transfer-System | e321913ae89617510f5399983b7dd0ba1ca4afc9 | 32494a3b56d38c506e1446060fa632df19b5be46 | refs/heads/main | 2023-05-31T05:53:32.726307 | 2021-06-24T12:49:33 | 2021-06-24T12:49:33 | 377,232,907 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 260 | c | #include<stdio.h>
#include<string.h>
int main()
{
int i,j;
char temp,a[]="ismail";
i=strlen(a);
printf("%d\n",i);
for(j=0;j<i-1;j++)
{
temp=j[i];
j[i+1]=j[i];
temp=j[i+1];
}
return 0;
}
| [
"noreply@github.com"
] | ismail61.noreply@github.com |
24c610fb3f7870f8a4a18fd85744b71ccaeaf643 | d8b95acefd4d43f33b358c5caf162d543265d926 | /patches/CLAPACK-3.2.1/SRC/sgbrfs.c | 64ff55953a4aa2131d0817e94aaae66e3d2c3b2a | [] | no_license | ccoreilly/clapack-wasm | d55f1fc52cd15b460ad1e7ff3d354e1bb2ab4230 | 47d831c8c29af577604b2a99d43dd9b030ea3dbe | refs/heads/master | 2023-07-18T18:29:44.330568 | 2021-09-12T19:55:24 | 2021-09-12T19:55:24 | 405,740,032 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 544 | c | --- ../../../CLAPACK-3.2.1/SRC/sgbrfs.c 2009-08-08 00:32:18.000000000 +0200
+++ CLAPACK-3.2.1///SRC/sgbrfs.c 2020-03-18 14:52:00.246152995 +0100
@@ -50,7 +50,7 @@
integer *, integer *);
extern doublereal slamch_(char *);
real safmin;
- extern /* Subroutine */ int xerbla_(char *, integer *);
+ exte... | [
"laurent.pierron@inria.fr"
] | laurent.pierron@inria.fr |
dc25ce130062015406bf520a7b24838dbc3a76b4 | cf06e08973c82a2b9a3a464631ce53c1541f4576 | /include/peafowl/external/utils/vector.h | c39d24edcf266c88adc9a5948bf48fc55a5555e0 | [
"MIT"
] | permissive | borisVanhoof/peafowl | 2e2a138de9eee43d32a8ff3e034e5fde6c3ada53 | 56f7feb6480fc20052d3077a1b5032f48266dca9 | refs/heads/master | 2022-12-18T12:42:34.814791 | 2020-09-25T09:55:43 | 2020-09-25T09:55:43 | 298,533,584 | 0 | 0 | MIT | 2020-09-25T09:53:43 | 2020-09-25T09:53:42 | null | UTF-8 | C | false | false | 6,112 | h |
#ifndef VECTOR_H_
#define VECTOR_H_
#include <stddef.h> /* for size_t */
#include <stdlib.h> /* for malloc/realloc/free */
#include <assert.h> /* for assert */
/**
* @brief vector_set_capacity - For internal use, sets the capacity variable of the vector
* @param vec - the vector
* @param size - the new capacity t... | [
"d.desensi.software@gmail.com"
] | d.desensi.software@gmail.com |
c901931a54a23521559ef52f204b6c0ccf807e1a | f008a855ecfc82b251eb39c1aee8f72a2b2bdb32 | /SimplePrints-Demo/Classes/Define.h | 1b9ae1f2b519ae8ade0b745527f557569ff5bde7 | [] | no_license | wqshabib/SimplePrints-Demo | b155c7df1b9f80b8c8223090dfb5b0119400eb95 | a587c9322f8b66cf246bdbba5fd468e6ee1ac9a3 | refs/heads/master | 2021-05-27T17:20:22.596266 | 2014-11-22T05:54:57 | 2014-11-22T05:54:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 617 | h | //
// Define.h
// SimplePrints-Demo
//
// Created by Hoang on 11/22/14.
// Copyright (c) 2014 StoryTree. All rights reserved.
//
#ifndef SimplePrints_Demo_Define_h
#define SimplePrints_Demo_Define_h
#ifdef DEBUG
# define DLog(fmt, ...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__);... | [
"hoang@Hoangs-MacBook-Pro-2.local"
] | hoang@Hoangs-MacBook-Pro-2.local |
e36a11735faa13f52b3f8c471a503f9aaffec0e3 | 1390cb4f58bd09087184a64fe2838dec29600d8a | /8097.c | c1353534d91dcb71727ce8d4df7859f667863316 | [] | no_license | imasker/obfuscatorTestCases | bf21352be1dbd6c8bdd868b093af03f315d92a45 | 5f5561846ec09a040b42dc12842c9581e7be6b4d | refs/heads/master | 2023-03-27T11:35:21.843689 | 2021-03-25T07:38:05 | 2021-03-25T07:38:05 | 351,342,479 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 179,904 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.3.0
* Git version: 30dccd7
* Options: -o /home/x/obfuscator/data/programs/8097.c
* Seed: 2912961354
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
struct S0 {
const unsigned f0 : 19;
const... | [
"13277988207@163.com"
] | 13277988207@163.com |
73b7dc7c4f9140709941d683df932ed13fd876fd | bef31e5810b1cf590d3f458dcaec655363a64abd | /system_cmds.c | 15976b6389d7cfcf8bebdb337a1998a59aca9863 | [] | no_license | mrodrig/3600sh | e4cfb3626c39c255a40e20516af84885ac597b22 | 4137255d3bc65d9990966b8b8bd557e719a160b8 | refs/heads/master | 2021-01-19T13:02:25.809353 | 2014-12-15T23:02:22 | 2014-12-15T23:02:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 754 | c | #include "shell_cmds.h"
#define MAX_HOSTNAME_LENGTH 256
// Retrieve the hostname of the system
char *retrieve_hostname() {
char hostname[MAX_HOSTNAME_LENGTH]; // FQDN max length is 255 characters; +1 for null byte terminator
gethostname(hostname, MAX_HOSTNAME_LENGTH); // use built-in function to get the hostname
... | [
"rodrigues.mi@husky.neu.edu"
] | rodrigues.mi@husky.neu.edu |
cf4243fa3d430960cd27e5fb7cb52d2edd090ac3 | 356ef2046e7ed6e62326002b151bb83c4c246104 | /suckless/build/dmenu/patch/scroll.h | 2d0c494f50a38ef4d71d34405a7f098e833836e8 | [
"MIT"
] | permissive | sadparadiseinhell/dotfiles | 4f61f39c56928ddaa42d27019f57aecfa56b8ef9 | 1fb955a142f5bb70dccc1ef013efb22919ff26b6 | refs/heads/master | 2021-08-07T02:56:26.621047 | 2020-07-14T21:06:04 | 2020-07-14T21:06:04 | 200,513,137 | 50 | 4 | null | null | null | null | UTF-8 | C | false | false | 144 | h | enum { AlignL, AlignR };
int drw_text_align(Drw *drw, int x, int y, unsigned int w, unsigned int h, const char *text, int textlen, int align);
| [
"atomica9999@gmail.com"
] | atomica9999@gmail.com |
61bccf5fc1720bca63a84aaf3a31863df740f743 | 8df8acede30984126140d86e58b8feb54e460dd4 | /tools/virtiofsd/buffer.c | f9f125a82d769a302cd78a3fea852c74b564cbf8 | [] | no_license | yondai/virtiofs | 36a76c3686eae64ded996d6b8b3e75b7c13812d9 | b9fee4999a712031bceecf456859171aed01e402 | refs/heads/master | 2022-05-24T15:46:18.370854 | 2020-04-17T19:01:05 | 2020-04-17T19:01:05 | 256,584,121 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,667 | c | /*
* FUSE: Filesystem in Userspace
* Copyright (C) 2010 Miklos Szeredi <miklos@szeredi.hu>
*
* Functions for dealing with `struct fuse_buf` and `struct
* fuse_bufvec`.
*
* This program can be distributed under the terms of the GNU LGPLv2.
* See the file COPYING.LIB
*/
#include "qvm/osdep.h"
#include "fuse_i.... | [
"yodai@blackberry.com"
] | yodai@blackberry.com |
b14f3302ce97e36581a3bd431d9defe6c9edd42a | df0c6a2220e92cde8828d176ca0380b3196f388d | /CO DETECTOR SORCE - RTC/Projects/STM32L053R8-Nucleo/Examples/PWR/PWR_LPSLEEP/Inc/stm32l0xx_it.h | 2360ddbd14bab14b2e69fc59c248b09e796454a5 | [
"BSD-2-Clause"
] | permissive | AndyZenchonch/co-detector | f22a36dc4dc80ae3b92cf872fa96686ec13c39b6 | e699e83c8d4596d7b9ca7d5628a5de5a2effed0b | refs/heads/master | 2020-07-23T20:56:17.083874 | 2019-09-11T10:01:53 | 2019-09-11T10:01:53 | 207,702,353 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,026 | h | /**
******************************************************************************
* @file PWR/PWR_STOP/Inc/stm32l0xx_it.h
* @author MCD Application Team
* @version V1.8.0
* @date 25-November-2016
* @brief This file contains the headers of the interrupt handlers.
*********************************... | [
"Andy.zhou@zenhonch.com"
] | Andy.zhou@zenhonch.com |
bee49038e52ad86813e1d4d9f1b20e191d8b17d2 | 6ef6213d2fa39d1d0ab7e2373d882b9d263e8c6d | /ti_components/algorithms/eve_sw_01_19_00_00/kernels/inc/vcop_fft_512_16ix16o_kernel.h | 34aaa4f4a2d992b87179024e40f82394e345718b | [] | no_license | Zhangh2018/PROCESSOR_SDK_VISION_03_06_00_00 | 9c380d3167b156a11a8f21814e94ac5550cddc87 | 05c72de5d031006c7565d4234abd53670a926acd | refs/heads/master | 2021-10-16T13:43:05.313842 | 2019-02-11T09:10:44 | 2019-02-11T09:10:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,520 | h | #ifndef _TI_vcop_fft_512_16ix16o_kernel_h_
#define _TI_vcop_fft_512_16ix16o_kernel_h_
/* Parameter Register Block */
extern unsigned short __pblock_vcop_fft_512_16ix16o_stage_1[38];
/* Basic Runner Function */
void vcop_fft_512_16ix16o_stage_1(
__vptr_int16 pInput,
__vptr_int16 pOutput,
__vptr_int1... | [
"yukichen@otobrite.com"
] | yukichen@otobrite.com |
2c96017cffdb75329766f44d696a31f9eecc2bb0 | 9653e3bf48f3b70ba18b80c8abb5dd691f41757d | /old/src/display_all/display_BT_connect_help.c | 354fb59a141c261d63f8f9634cacde065041e0e8 | [] | no_license | avibagla/pebblewatch | 16d1b8546c90984a3ee494fc771114d059163c1d | 8b37e948b281ea4b2a59334251c56d1b7737c1dc | refs/heads/master | 2021-01-18T03:49:14.724785 | 2016-03-13T00:05:09 | 2016-03-13T00:05:09 | 52,567,369 | 0 | 0 | null | 2016-02-26T00:37:58 | 2016-02-26T00:37:58 | null | UTF-8 | C | false | false | 6,837 | c |
// RAM SIZE : nearly 1 KB. Is this really worth it?
#include "display_func.h"
// BT handler, to update when it works
// click handlers. Don't really need to go back to the reminder page
// scroll layer
// title layer
// BT icon layer
//
static Window *s_help_window;
static TextLayer *s_BT_status_text_layer;
stati... | [
"nate.stockham@gmail.com"
] | nate.stockham@gmail.com |
6c508b6b363e4a890d40b04acb52fb7369bd67f7 | c057e033602e465adfa3d84d80331a3a21cef609 | /C/testcases/CWE127_Buffer_Underread/s01/CWE127_Buffer_Underread__char_declare_memcpy_53c.c | 1f879cfd854be7d9267abefa71dfc16273df9acb | [] | no_license | Anzsley/My_Juliet_Test_Suite_v1.3_for_C_Cpp | 12c2796ae7e580d89e4e7b8274dddf920361c41c | f278f1464588ffb763b7d06e2650fda01702148f | refs/heads/main | 2023-04-11T08:29:22.597042 | 2021-04-09T11:53:16 | 2021-04-09T11:53:16 | 356,251,613 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,419 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE127_Buffer_Underread__char_declare_memcpy_53c.c
Label Definition File: CWE127_Buffer_Underread.stack.label.xml
Template File: sources-sink-53c.tmpl.c
*/
/*
* @description
* CWE: 127 Buffer Under-read
* BadSource: Set data pointer to before the allocated memory buffer... | [
"65642214+Anzsley@users.noreply.github.com"
] | 65642214+Anzsley@users.noreply.github.com |
c6417ffdd5702a2df590bdd32a2f9cacacf79553 | d819af180af66a84c97f91c690a93cf303e71193 | /fh.c | ee9438a00c155c2b375c1420b3650a3c76b345d8 | [] | no_license | ranjith1009/ranjith | 8578fb1b37e274250f06cb3c6fac7f7468f45c87 | 05f405988700526ee01e8621c061a56451243959 | refs/heads/master | 2021-09-10T00:24:42.019983 | 2018-03-20T10:47:42 | 2018-03-20T10:47:42 | 118,598,802 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 242 | c | #include <stdio.h>
int main()
{
int n,arr[n],i,max=arr[0];
scanf("%d",&n);
for(i=0;i<n;i++)
{
scanf("%d",&arr[i]);
}
for(i=0;i<n;i++)
{
if(arr[i]>max)
{
max=arr[i];
}
}
printf("%d",max);
}
| [
"noreply@github.com"
] | ranjith1009.noreply@github.com |
d032282f9e75ad2a2b56cca761a1c4aee883890c | 3a10a2072aab1d05c67b94654f631017c9e01e77 | /libft/ft_strjoin.c | 0f2c43c813e5408e0944fc9fda1264f6beef1fc1 | [] | no_license | J0Santos/42-push_swap | 115ae9ff7c7b60171bbaca68347ab75944373d2c | 3a8df92752b8b59f9a172afbde4150d7b82d37f3 | refs/heads/master | 2023-06-04T22:38:31.610738 | 2021-06-29T17:01:47 | 2021-06-29T17:01:47 | 377,833,669 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,259 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strjoin.c :+: :+: :+: ... | [
"zepedroabsantos@gmail.com"
] | zepedroabsantos@gmail.com |
5d67ac2e0e8c781ab0f835c0f6a0392fcb0e8f34 | 8bed3673073d377ec6ab445777c27eed3ec02059 | /src/squeeze3.c | ed9cd0c90b489b428f57915017e3c5f630db9d13 | [] | no_license | ananyajana/Kernighan_Ritchie | e4773276e12658c5fd5ff8216be2e035e946f189 | 082c67cf604a49ece56f684ef4e38595a0d66d4a | refs/heads/master | 2021-01-21T17:53:23.781746 | 2017-05-22T01:22:08 | 2017-05-22T01:22:08 | 91,997,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 654 | c | /* Author: Ananya Jana
write an alternative version of squeeze(s1, s2) that
deletes each character in s1 that matches any character in s2 */
#include <stdio.h>
#include <string.h>
void squeeze(char s1[], char s2[]);
int main()
{
char s1[50], s2[10];
printf("\n enter the string s1: ");
scanf("%s", &s1);
printf("... | [
"ananya_jana@amer.dell.com"
] | ananya_jana@amer.dell.com |
1bcd59ff6fac10212eb1e0ee720ce05c671dff13 | 83eb3a8baff556509bab63ea742d7d619d78718a | /ESTRUCTURA DEL PROYECTO/Code/Proyecto_Integrador/src/guiapp_event_handlers.c | 39b39db67750144193310b272a993a08fc34bd23 | [] | no_license | Luis1250/Proyecto_Integrador | e7cc305ee80bf12653d460071bf1abc43a2e9748 | ae529c9eab1c4d8cfafd27fb762ef104c0387a9f | refs/heads/master | 2020-07-08T13:22:07.235033 | 2019-10-31T01:53:49 | 2019-10-31T01:53:49 | 203,686,582 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,759 | c |
#include "gui/guiapp_resources.h"
#include "gui/guiapp_specifications.h"
#include "Display_Thread.h"
static bool button_enabled = false;
extern GX_WINDOW_ROOT * p_window_root;
static UINT show_window(GX_WINDOW * p_new, GX_WIDGET * p_widget, bool detach_old);
static void update_text_id(GX_WIDGET * p_widg... | [
"52579483+Luis1250@users.noreply.github.com"
] | 52579483+Luis1250@users.noreply.github.com |
72561fc260e998aea53ca5e9e2409bcb4545c801 | 540fc01276abeddd802bd1b15ee808a13e9b794b | /src/c/frost_c.h | e9e4fca98e936936ecaf788aafa45c019295aaa6 | [
"Zlib"
] | permissive | moneytech/Frost | f45fa64ac676622593f0395dee7ee301a66c8b41 | e0c77cb6f4baf63a5b463ed347eeb89133f93e6d | refs/heads/master | 2020-12-04T16:59:13.482761 | 2019-12-31T20:59:51 | 2019-12-31T20:59:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 668 | h | #pragma once
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
#include <stdbool.h>
#include <string.h>
typedef struct frost$core$Class frost$core$Class;
typedef struct ITable {
frost$core$Class* $class;
struct ITable* next;
void* methods[];
} ITable;
void* frostAlloc(size_t size);
void* fro... | [
"ethan@ethannicholas.com"
] | ethan@ethannicholas.com |
5d974156337c4af9bb61581569c74c7240c0a099 | dddebd1b974a397b3ee1a459ededb49fa43527db | /libpcap/callback.h | 927f3d9243839c1b2be1d124acdd77fbbb389966 | [] | no_license | bestbugwriter/net | 30a2d420854e3c7f77a649c2bf0bb4f977cf1a6e | 3dada1c6c283b2dc2b10a6ed61f3b6aafef22ec1 | refs/heads/master | 2021-05-30T00:22:29.012270 | 2015-11-12T13:32:14 | 2015-11-12T13:32:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 89 | h |
void printHex(u_char *arg, const struct pcap_pkthdr *pkthdr, const u_char *packet);
| [
"linuxminter@gmail.com"
] | linuxminter@gmail.com |
2ea656f362b59c57a66257290741a5172012c96a | df69fdaf212301ec5cf3f27f2a300b16217993af | /smtp.h | a327c41e0b81f56ae4f623cb76bdcc0157163905 | [
"BSD-2-Clause"
] | permissive | lucas-hachitecnologia/pg_sendmail | 0e38c21a81bc2e9ba757662ed7b5bdea7bbc421f | 40b0fed8fdd7adcac958a03893ef6fa82f61f6d9 | refs/heads/master | 2021-01-19T22:33:43.216925 | 2012-04-13T22:17:57 | 2012-04-13T22:17:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,019 | h | /*
* Copyright (c) 2003, Mayukh Bose
* 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, this list of... | [
"lucas@hachitecnologia.com.br"
] | lucas@hachitecnologia.com.br |
b1da23e7faa240683db7883fa6fd2eda63cbc3d0 | be62da3f010d6e34d33320e2f58dbf4821827cf3 | /sys/sys/param.h | e311ad8ea15e81f14c8613007cb4085f24abd490 | [
"BSD-2-Clause"
] | permissive | sugam45/src | 453144ee2c3f0a9f6a6fef5a1351700a71bcd49a | 546a6829be97e6afac2563f9b14b3f55c703601f | refs/heads/main | 2023-06-20T02:06:34.602356 | 2021-06-15T12:35:53 | 2021-06-15T12:35:53 | 377,153,283 | 1 | 0 | null | 2021-07-13T00:47:10 | 2021-06-15T12:22:12 | null | UTF-8 | C | false | false | 17,931 | h | /* $NetBSD: param.h,v 1.693 2021/06/02 01:48:08 yamaguchi Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
* All or some portions of this file are derived from material licensed
* to the University of Cali... | [
"sugam1999@yahoo.com"
] | sugam1999@yahoo.com |
4ef26e96e7491ce5c3d5fe0909e97872c129a890 | 641220738e830dd499af87724ebff3b172af66a1 | /Guessing_game.c | c8068bb3d1fd9bc8894e2be51f3b9602fd7d646a | [] | no_license | Katalt/Mini-Projects-in-C | 661d5c5627fc0276fbe9f376b1a81f796520902c | dfdb90ffebd152e6343f43d0464554c11648fc6b | refs/heads/main | 2023-07-12T11:23:46.751031 | 2021-08-07T13:49:21 | 2021-08-07T13:49:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 535 | c | #include <stdio.h>
#include <stdlib.h>
int main(){
int secretnumber = 5;
int guess;
int guesscount = 0;
int guessmax = 3;
int outofguesses = 0;
while(guess != secretnumber && outofguesses == 0 ){
if(guesscount<guessmax){
printf("Enter the number: ");
... | [
"noreply@github.com"
] | Katalt.noreply@github.com |
0980dfca03a8976701941b3521d16cae582719c4 | 16a76ee66d9b2f59c9beee4a4a0e104ce347e32a | /malware_via_email/malware_1220/ia32_pe/by_rec16.c | 46273dceb49aef6f859139f7901116c09ae2f60c | [] | no_license | rfalke/decompiler-subjects | 4cee3263fa9116285b4bc4b6373efd2e4efa925f | 7187fa93b285c32325826eecd0128e907a28809b | refs/heads/master | 2023-08-10T08:24:27.198393 | 2023-07-28T19:44:41 | 2023-07-28T19:44:41 | 3,725,678 | 41 | 12 | null | 2023-03-15T16:14:41 | 2012-03-15T06:01:36 | null | UTF-8 | C | false | false | 26,374 | c | /* This file was automatically created by
* Reverse Engineering Compiler 1.6 (C) Giampiero Caprino (Mar 31 2002)
* Input file: './malware_via_email/malware_1220/ia32_pe/subject.exe'
*/
/* Procedure: 0x00401001 - 0x0040101F
* Argument size: 0
* Local size: 0
* Save regs size: 0
*/
L00401001()
{
*eax = *e... | [
"rfalke-decompilersubjects@kronotai.com"
] | rfalke-decompilersubjects@kronotai.com |
f12cf9025bcd345fe341671cf65e4f2068a66a72 | 62ac2d5cdec5a36ba603df30630a7da1815ec1f1 | /Project5/sdk_workspace_lab5_1_cache32/standalone_bsp_0/microblaze_0/libsrc/standalone_v3_06_a/src/xil_io.h | 398500f1bc3d94ab657ed1c03bffaf2cd8bb33d8 | [] | no_license | pratheepjoe/Hw-Sw-Co-Design-for-Cryptography | 57a12f97db9ac78de782b354955622e80cc88816 | 6ac009d062a800d675199317e74c33fc8ca8c648 | refs/heads/master | 2021-01-25T07:39:45.935961 | 2014-12-20T07:04:56 | 2014-12-20T07:04:56 | 18,250,706 | 5 | 2 | null | null | null | null | UTF-8 | C | false | false | 12,285 | h | /******************************************************************************
*
* (c) Copyright 2009-2011 Xilinx, Inc. All rights reserved.
*
* This file contains confidential and proprietary information of Xilinx, Inc.
* and is protected under U.S. and international copyright and other
* intellectual property laws.
... | [
"availjooe@gmail.com"
] | availjooe@gmail.com |
55fc298f41b576a6864b5f4ee03011cc912b5eeb | 805e685a3439692a31d08af188ee62c5c3c8bccf | /rmh_interface/soc_header/rmh_soc_header.h | 1baefa45be210929509e1a1a7abd33ec62867746 | [
"Apache-2.0"
] | permissive | rdkcmf/rdk-mocahal | c081934e7727ed4404bc4b8a8e3c8abb8999a7d8 | 7b60b95d763c57ff0b4c0feeac3155a70db19ea4 | refs/heads/master | 2023-02-07T23:02:39.292312 | 2018-06-18T18:37:45 | 2018-06-27T00:38:37 | 76,243,094 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 720 | h | /*
* If not stated otherwise in this file or this component's Licenses.txt file the
* following copyright and licenses apply:
*
* Copyright 2016 RDK Management
*
* 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 ... | [
"jim.lawton@accenture.com"
] | jim.lawton@accenture.com |
da0d50f61201a1c9f4aa8c6da316d5c9ad772965 | 344d7092ded07666ffcb6c3e6d819c183d54f4d1 | /psoc/module_manager.cydsn/module_encode.h | 2125160b6650229f1214323c552a0bc1c2e61a98 | [] | no_license | naokiiwakami/analog3 | 971de5106c05daa80a7e1f1bb41265aa12d4d3e9 | e39cf54b0fef3415b0aef6b4828e41a7acff0949 | refs/heads/master | 2020-12-25T17:25:09.037999 | 2018-03-18T19:43:20 | 2018-03-18T19:43:20 | 34,965,422 | 6 | 0 | null | 2018-03-18T19:43:32 | 2015-05-02T22:26:38 | Java | UTF-8 | C | false | false | 3,730 | h | /* ========================================
*
* Copyright YOUR COMPANY, THE YEAR
* All Rights Reserved
* UNPUBLISHED, LICENSED SOFTWARE.
*
* CONFIDENTIAL AND PROPRIETARY INFORMATION
* WHICH IS THE PROPERTY OF your company.
*
* ========================================
*/
#include <project.h>
#in... | [
"naoki.iwakami@gmail.com"
] | naoki.iwakami@gmail.com |
8f8ffb6b64776c9e82516e9c32bb9f2772347de0 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/089/115/CWE197_Numeric_Truncation_Error__int_rand_to_char_44.c | 47b149b893e81130740e12adc28b266b5515e78e | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,575 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE197_Numeric_Truncation_Error__int_rand_to_char_44.c
Label Definition File: CWE197_Numeric_Truncation_Error__int.label.xml
Template File: sources-sink-44.tmpl.c
*/
/*
* @description
* CWE: 197 Numeric Truncation Error
* BadSource: rand Set data to result of rand(), whi... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
0f8313222c62d3e492f856214175675a5da852a1 | 9e1fb48abe29d97f946f9e77dc1288dbafc759e2 | /include/arch/ports.h | d0979eb81fc33e3e059950a4c1ee2b412b4c9b0c | [] | no_license | mbuchel/NORSE | b2d180e30eb537a93b185dba1bbd40146f273cbf | 291009368a932c3997941035027af37e3e8cc1e1 | refs/heads/master | 2020-07-13T20:09:13.881467 | 2018-05-16T02:35:46 | 2018-05-16T02:35:46 | 73,884,644 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,478 | h | #ifndef PORTS_H
#define PORTS_H
#include <norse/types.h>
/*
* write_port - sends a byte to a port
* @data - byte to send
* @port - port to send to
*/
static inline void write_port(uint8_t data, uint16_t port)
{
__asm__ __volatile__(
"outb %1, %0"
:
:"dn"(port), "a"(data)
);
}
/*
* write_portw - write a ... | [
"m868986.buchel@gmail.com"
] | m868986.buchel@gmail.com |
515ef953f11993df63d82e74abb212b0ff5bf77a | ee5e0c7f802626b33668e7686d179d5d0ea5f449 | /windows_ce_5_121231/WINCE500/PRIVATE/SERVERS/SOAP2/SOURCES/SRC/MSSOAPRES/headers.h | d66aa2ea418cc07f672bfb9877c36c2036cbb7f8 | [] | no_license | xiaoqgao/windows_ce_5_121231 | e700da986df7fe7d8a691a347f76885aac8c03b3 | 5ad37f4d1e287bb81a238b7d7a8b2e1185fe90ed | refs/heads/master | 2022-12-25T02:28:44.898011 | 2020-09-28T20:03:03 | 2020-09-28T20:03:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 607 | h | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the license visit http://go.microsoft.com/fwlink/?LinkId=3223.
//
//+------------------------------------------------------... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
3a1ad535761b968b7a43f139ad4b14cabd223c5f | 26f1a8ff2127abebad5f655886dda37d1adea856 | /examples/mpm/src/mpm.h | 45f06356aa68bb050fadd0e31a19244e934eefbe | [] | no_license | tsihang-zz/toolbox | bbc42eea11cd845d3fac31882bed81bb780a2e83 | 774ce365c85a41a7e4ace5297bf46ae4ecb04007 | refs/heads/master | 2021-10-19T10:03:28.380035 | 2019-02-20T06:07:13 | 2019-02-20T06:07:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,714 | h |
#ifndef __ORYX_MPM_H__
#define __ORYX_MPM_H__
#define BUILD_HYPERSCAN
#define UtRegisterTest(d,f) (f())
#define MPM_INIT_HASH_SIZE 65536
/** type for the internal signature id. Since it's used in the matching engine
* extensively keeping this as small as possible reduces the overall memory
* footprint of the... | [
"haechime@outlook.com"
] | haechime@outlook.com |
4ad32ff6b04e5fdba1239fa93aa574f39d72b566 | 7eb002e0a34added5414377b2ba95a475b4666c9 | /rd/Kll/optKeeCuts/fitKJpsi_sb_1d.C | 4c520fdda469cd18e734de226c78b3913c16fe75 | [] | no_license | dcraik/lhcb | 191b1a2097271cd7d800dc7b61117d7362eddfab | ac6a3537d9f68e7bfb4221be54a57848f922b4fa | refs/heads/master | 2022-12-06T14:22:33.073972 | 2022-12-01T14:01:15 | 2022-12-01T14:01:15 | 41,675,918 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 6,157 | c | {
gSystem.Load("libRooFit");
gROOT.SetStyle("Plain");
//gStyle.SetOptStat(1111);
gStyle->SetOptStat(0000);
gROOT->ProcessLine(".L ~/lhcb/lhcbStyle.C");
lhcbStyle();
TFile * file = TFile::Open("/Disk/ecdf-nfs-ppe/lhcb/dcraik/Kee/B2Kee_Strip21_data_folded_presel_JPsi_noPID_addMass.root");
TTree * DecayTree = dy... | [
"dcraik@cern.ch"
] | dcraik@cern.ch |
ca5d92e36e6bb280b746336720b7446e4c16f7b6 | 6518e0ad59263f9a1144bfd9bc86211e2dd19890 | /画板/Common.h | 5c6076b261063b5298cfb355d975b70b3d164864 | [] | no_license | hongxichen/-draw1.0 | ef7bb736baadab6df4cc538e7542e8902a8cec4a | b2ff8e4bd9499daa1c57e027077bb8a0f2f78f9b | refs/heads/master | 2021-01-10T10:04:37.067860 | 2016-04-08T07:53:12 | 2016-04-08T07:53:12 | 55,757,101 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 311 | h | //
// Common.h
// 画板
//
// Created by 洪曦尘 on 15/12/24.
// Copyright © 2015年 洪曦尘. All rights reserved.
//
#ifndef Common_h
#define Common_h
#define kScreenWidth [UIScreen mainScreen].bounds.size.width
#define kScreenHeight [UIScreen mainScreen].bounds.size.height
#endif /* Common_h */
| [
"hxc@hongxichendeMacBook-Pro.local"
] | hxc@hongxichendeMacBook-Pro.local |
4b05841244550ea755a6567c465d01c1d0b8dc69 | d80c94901adad9211f8cffb782d0e91e9860299b | /src/hmm.c | 5eef8bbe802f297d67de043de78295343990f503 | [] | no_license | rbchan/unmarked | b104daaa4d05178e5be74a509cc771ae5f246e55 | ac40eede793b0997209117080912a866a2ff18ae | refs/heads/master | 2023-08-16T22:44:39.138574 | 2023-08-11T20:21:52 | 2023-08-11T20:21:52 | 564,481 | 30 | 36 | null | 2023-08-11T20:21:53 | 2010-03-16T03:57:15 | R | UTF-8 | C | false | false | 2,421 | c | #include <R.h>
#include <Rdefines.h>
#include <R_ext/Error.h>
void getDetVec2(int y, double *detVec, double* mp) {
if(y == 0) {
//detVec[detVec_ind] *= 1;
detVec[1] *= 1/(1 + exp(mp[0]));
} else {
detVec[0] = 0;
detVec[1] *= exp(mp[0])/(1 + exp(mp[0]));
}
}
void getDetVec4(int y, double *detVec, double* m... | [
"ianfiske@gmail.com"
] | ianfiske@gmail.com |
1f99fa8043667ca9d54a105b68943189656d0530 | bf3bb8c380162b9bb8e7ef1776563bc86d1b45c5 | /tools/apultra/src/libapultra.h | f97e336a75d405e73908dc4b54c01ff5e89b3031 | [
"CC0-1.0",
"LicenseRef-scancode-unknown-license-reference",
"Zlib",
"GPL-3.0-only",
"GPL-1.0-or-later",
"GCC-exception-3.1",
"MIT"
] | permissive | Megadrive-Vault/SGDK | d2e72bc7080f278eb3c00e270ca734833d77b250 | 63e95c0267f66badacc266a55c3c939472b708f1 | refs/heads/master | 2022-11-05T06:28:06.313629 | 2020-06-20T22:07:21 | 2020-06-20T22:07:21 | 105,853,410 | 0 | 0 | MIT | 2020-06-20T22:07:22 | 2017-10-05T05:39:17 | C | ISO-8859-15 | C | false | false | 1,491 | h | /*
* libapultra.h - library definitions
*
* Copyright (C) 2019 Emmanuel Marty
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to u... | [
"david@davidgf.net"
] | david@davidgf.net |
cf4cc3cf49cfae321d25ad467e9eeed0780ea2c8 | 52a6f2e44a3d553eb12ce1ea18ae9cbaf1829f9c | /liboqs/src/kem/kyber/pqclean_kyber1024_avx2/cbd.h | 87f9c77dfc735c90d490129503af6a7340f05de2 | [
"MIT",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | microsoft/Quantum-Safe-OpenSSH | 624848cb410e65232cbe223e6c84ead8d27f56a7 | 07d1592ac37f4b45ab7b577c7fbcc00f0003a493 | refs/heads/master | 2023-04-26T20:02:09.651690 | 2020-12-17T18:24:35 | 2020-12-17T18:24:35 | 257,728,154 | 11 | 7 | MIT | 2023-04-24T08:54:19 | 2020-04-21T22:13:53 | C | UTF-8 | C | false | false | 118 | h | #ifndef CBD_H
#define CBD_H
#include "poly.h"
void PQCLEAN_KYBER1024_AVX2_cbd(poly *r, const uint8_t *buf);
#endif
| [
"ljoy@microsoft.com"
] | ljoy@microsoft.com |
10605401c2ebe702b3c6b113eac37e86343be7ec | ef23e388061a637f82b815d32f7af8cb60c5bb1f | /src/mame/audio/taito_en.c | ba1b6272f75d871b4b53c1a33fd028dec2236a73 | [] | no_license | marcellodash/psmame | 76fd877a210d50d34f23e50d338e65a17deff066 | 09f52313bd3b06311b910ed67a0e7c70c2dd2535 | refs/heads/master | 2021-05-29T23:57:23.333706 | 2011-06-23T20:11:22 | 2011-06-23T20:11:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,651 | c | #include "emu.h"
#include "sound/es5506.h"
#include "taito_en.h"
static int counter,vector_reg,imr_status;
static UINT16 es5510_dsp_ram[0x200];
static UINT32 es5510_gpr[0xc0];
static UINT32 es5510_gpr_latch;
static int timer_mode,m68681_imr;
static UINT32 *f3_shared_ram;
//static int es_tmp=1;
#define M... | [
"Mike@localhost"
] | Mike@localhost |
133cef2d8affd6334de0868e30d2ab99f2c41777 | 6250f3343eff1638912510b66ed936c59796635a | /include/toolkit/lua/lbind_snapshot.h | 4e5c6188ca5d9fcc27008dcf68b1ea5bf5fd1a82 | [
"Apache-2.0"
] | permissive | nneesshh/mytoolkit | b4b242307a6603bc5785bc130de8f4d3b5ea9265 | 336ae9c7077c8687a8cf8a2ce4aec804c28ab90c | refs/heads/master | 2020-04-05T15:18:07.985547 | 2018-12-17T11:36:07 | 2018-12-17T11:36:07 | 156,961,652 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 436 | h | #pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <lua.h>
#ifndef LUA_EXTERN
# if defined(WIN32) || defined(_WIN32)
/* Building shared library. */
# define LUA_EXTERN __declspec(dllexport)
# elif __GNUC__ >= 4
# define LUA_EXTERN __attribute__((visibility("default")))
# else
# define LUA_E... | [
"nneesshh@163.com"
] | nneesshh@163.com |
cd18ff3ac912751c891ece188c339cf20d3cab8a | 8c2a2a8ff4f805d65b195abd84145ed762bf7588 | /hash_collisions/sha512.c | 2d586c4d355c3615af06ee89f9170f3d75e04d5f | [
"MIT"
] | permissive | alipha/hash_collisions | 842d78699c7d1594bfe0bf5542e90aad94fb5a4a | eccebbf60cd9baef3d0a15086fa60bca9fdfab9f | refs/heads/master | 2016-08-12T06:26:02.998775 | 2015-12-30T04:03:03 | 2015-12-30T04:03:03 | 48,560,095 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,057 | c | /*-
* Copyright 2005,2007,2009 Colin Percival
* 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, this list of condit... | [
"spinarkm@gmail.com"
] | spinarkm@gmail.com |
93bd0449c3f0ff982b3d639859c95d99f7636320 | 289fd62e435bf1911742bf7db27d7b5b9d58efae | /src/print_today.c | dce8dae9ac53be82bbdaf3cd24a4984df544a241 | [] | no_license | seanjones2848/ricall.me | c75782444e4d200159157cce3b907f3748e0ba9f | be344c8276ba784a21d03d6113e7b19b87dfbac2 | refs/heads/master | 2020-06-16T11:29:45.250826 | 2017-06-19T05:47:45 | 2017-06-19T05:47:45 | 94,144,336 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,595 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* print_today.c :+: :+: :+: ... | [
"sjones@e1z2r2p15.42.us.org"
] | sjones@e1z2r2p15.42.us.org |
36cd0a22b8a5020fa2ae1fc71db3ecde94a7e005 | dc92e9fc8e63dd57bcb1b5bbc00ba156577b7cf4 | /nnkadai/sample.c | e16dfc7943a063d9ac9e9a60e03e1077bfccf54a | [] | no_license | den-taku/cpro-ex | 83dd7591fb61fa64cd5697313f92c7480b08672d | 390a86f0c0e0ee5dd4ab944580896eee58ced9f1 | refs/heads/master | 2023-02-09T08:21:17.823101 | 2021-01-02T21:41:41 | 2021-01-02T21:41:41 | 326,217,316 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,189 | c | #include "nn.h"
#include <time.h>
// print x (x : m * n matrix)
void print(int m, int n, const float* x);
// y = A * x + b (A : m * n matrix, x : n vector, b : m vector, y : m vector)
void fc(int m, int n, const float* x, const float* A, const float* b, float* y);
// y = A * x
void mul(int m, int n, const float* A... | [
"dentaku1412@gmail.com"
] | dentaku1412@gmail.com |
3da2b861a30ef81c8c2e114f255d9dfa97c9ffac | 56728ca1ee9f571235723a68c658f94ee8aebb88 | /i386c/ia32/instructions/dec_arith.h | 87b4f4ee42f3755a85f68c84a21d05385004acec | [
"MIT",
"GPL-1.0-or-later"
] | permissive | libretro/NP2kai | 4b5867622a790649840bc62ce751e762e4c75e74 | 749d88e5a49c625a340275a9eaa33830f1602bbb | refs/heads/master | 2023-06-10T03:56:51.304948 | 2023-05-28T04:00:22 | 2023-05-28T04:00:22 | 121,966,104 | 10 | 16 | MIT | 2023-05-28T04:00:23 | 2018-02-18T15:56:05 | C | UTF-8 | C | false | false | 1,697 | h | /*
* Copyright (c) 2003 NONAKA Kimihiro
* 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, this list... | [
"sylph23k@gmail.com"
] | sylph23k@gmail.com |
cc49c12d79e0b215cd76f0712c95d1ca652e4eed | 02ebf05aa080f306a3ab06a0956b206c32147b5f | /functions/lib/helper.h | 57c40ae4c0ff26f2db1b282280e935ea5443be9e | [] | no_license | lperanni/lush | 64b3d5ac3ca08665225bdac5796326ea503d596c | 67d46e99bd4002b742feb637195e15f1f011ae1a | refs/heads/master | 2020-12-15T13:02:31.415689 | 2020-01-22T15:46:42 | 2020-01-22T15:46:42 | 235,111,313 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,075 | h | #ifndef HELPER_H
#define HELPER_H
#include <string.h>
#include <stdio.h>
#include <stdbool.h>
char* replaceSubString(char* string, char* oldSub, char* newSub){
static char buffer[4096];
char *p;
if(!(p = strstr(string, oldSub)))
return string;
strncpy(buffer, string, p-string);
buffer[p-string] = ... | [
"lucianoperanni95@gmail.com"
] | lucianoperanni95@gmail.com |
b8a77b9e853544c90b10281bda43f2c93c6203a0 | 80f8e705df6b7b1d851e594bd4777e81f62c0240 | /task/process/IPC/shm/reader_writer_semaphore/reader.c | ec38fe11d6dfd82902285e9ef32792554acbd5de | [] | no_license | vincent040/laboratory | c0fa98765c68eb403e26daba6fce61bf396d368e | 09e447e26bcedb01c4d09cc023dd15fc98cf2a70 | refs/heads/master | 2020-03-17T18:56:04.926078 | 2019-09-14T05:05:18 | 2019-09-14T05:05:18 | 133,839,311 | 3 | 4 | null | null | null | null | UTF-8 | C | false | false | 623 | c | #include "head.h"
int main(void)
{
key_t key1, key2;
key1 = ftok(PROJ_PATH, PROJ_ID);
key2 = ftok(PROJ_PATH, PROJ_ID+1);
int shmid = shmget(key1, SHMSIZE, IPC_CREAT|0666);
char *shmaddr = shmat(shmid, NULL, 0);
int semid = semget(key2, 2, IPC_EXCL|IPC_CREAT|0666);
if(semid == -1 && errno == EEXI... | [
"18620373040@163.com"
] | 18620373040@163.com |
c09fe65fde1807b2a75aeaeea0e05007018a52e6 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/sway/swaybar/tray/extr_item.c_cmp_sni_id.c | 4947f3b2646151392ca9c1afcab808a795ce6a1e | [] | 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 | 661 | 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 |
a0ce77097007abfb01b9b75b8729a388fcff8100 | 83ed8b754703a1c9e661c90f0763bfebbc0f2606 | /BP完善程序/weight.h | 303467a1afcd8c07c6959bb4d29aac3d398015dc | [] | no_license | zbh123/hobby | 4ce267a20e1af7f2accd2bde8d39af269efa319b | 2215c406fe7700bf150fd536dd56823a2e4733d1 | refs/heads/master | 2021-08-02T10:31:34.683391 | 2021-07-26T07:26:16 | 2021-07-26T07:26:16 | 150,555,879 | 4 | 0 | null | 2021-07-27T07:34:28 | 2018-09-27T08:41:44 | Python | UTF-8 | C | false | false | 548 | h | /* This file is automatically generated. DO NOT EDIT! */
#ifndef _sf_weight_h
#define _sf_weight_h
void sf_weight_init(float *w1);
/*< initialize >*/
void sf_weight_lop (bool adj, bool add, int nx, int ny, float* xx, float* yy);
/*< linear operator >*/
void sf_cweight_lop (bool adj, bool add, int nx, int ny,
... | [
"noreply@github.com"
] | zbh123.noreply@github.com |
8cd0dc28bfb1c24cf8e85c96269705820e750476 | 8d0d2aa9eda4f99589a6a9a40d255a6c46db8bb8 | /Robot software/board_A_&_B__mbed__mechanical_ actuators/X_NUCLEO_IHM02A1/Components/Common/component_def.h | 6280692a9d4e9a01989a69ac1c77c4502c4602cb | [] | no_license | Brieden/BiofilmScreener | 583c792388b6a4aa8f0cf5af070181149446c62a | 50125926a3f0201cbb8911d09f20a3dad29270e5 | refs/heads/master | 2021-05-21T02:56:23.266394 | 2020-04-02T18:13:40 | 2020-04-02T18:13:40 | 252,167,597 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,697 | h | /**
******************************************************************************
* @file component_def.h
* @author AST
* @version V1.0.0
* @date 1 April 2015
* @brief Generic header file containing a generic component's definitions
* and I/O functions.
*******************************... | [
"Sven.Brieden@posteo.de"
] | Sven.Brieden@posteo.de |
97ff5bb3fecd98cb2dfa25942af460baaf41ba3f | 7073c96af37173d7b17d55cc0d3b355a5c7404be | /UnixsysPrograms/prog2.c | 01271318049ae08c2eb9900d3f4d3e51c00ceceb | [] | no_license | soumoo/10CSL68 | d0ebe7ee8ade69c532ebcf6eab1eb80dffc3a7bb | 051c986d2e190d8301fa0b0a0b5503bd1e9420f9 | refs/heads/master | 2021-06-16T16:42:11.791869 | 2017-05-12T06:50:20 | 2017-05-12T08:09:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,108 | c | /*
Write a C/C++ POSIX compliant program that prints the POSIX defined configuration
options supported on any given system using feature test macros
*/
#define _POSIX_SOURCE
#define _POSIX_C_SOURCE 199309L
#include<stdio.h>
#include<unistd.h>
int main()
{
#ifdef _POSIX_JOB_CONTROL
printf("\nSystem supports job con... | [
"noreply@github.com"
] | soumoo.noreply@github.com |
2bc439f80f2688410e020716e2bc0ec5fea6efec | 51051a7bb37da0ab7382a4fc1d13135d9657120d | /src/portable.c | 027e38ef1c369877068c013dfe17de95804fbd86 | [
"BSD-2-Clause"
] | permissive | charygao/libportable | caf69bab36461619255e96956339fe42d39c67e2 | 6bc7b6f98a5740bf4a290c3ab5f09afde265dc0c | refs/heads/master | 2020-04-08T08:23:08.975430 | 2018-11-17T05:52:58 | 2018-11-17T05:52:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,756 | c | #ifndef LIBPORTABLE_STATIC
#define TETE_BUILD
#endif
#include "portable.h"
#include "inipara.h"
#ifndef DISABLE_SAFE
#include "safe_ex.h"
#endif
#include "ice_error.h"
#include "bosskey.h"
#include "new_process.h"
#include "cpu_info.h"
#include "balance.h"
#include "set_env.h"
#include "win_registry.h"
#include "on_ta... | [
"hua.andy@gmail.com"
] | hua.andy@gmail.com |
93899c7607d03de1051654b0441ec5930d4f73de | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/9644a7c5-88a1-497d-b8fc-c4c300178942.c | 018c1b5ce019d3c84c1668e4969eeaa3dbb8c7c3 | [] | 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 | 589 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=122;
int k;
int l;
k = 53;
l = 64;
k = i/j;
i = i/j;
l = l/j;
l = l%j;
l = l-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
char b[63];
char c[76];
a = 0;
do ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.