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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f625cb7fe85e56ab963cdaf738de7ebd8c811094 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/a8ec71aa-52f9-4200-8ec0-3b872beae80b.c | f1969d6c0c3f3962ee5f414dc336ba0d709cb5ab | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 586 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 533;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l-j;
l = l%j;
l = l%j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[38];
char c[95];
a = 0;
do {... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
851bb1b296558edf8bee00cb42afb094f6d181b2 | 3a88a34e544718df067a485973554becad2033f8 | /Core/Src/dma.c | ce9599eb129ebbe9ce6ec6f549e747d8f326e6c1 | [
"Apache-2.0"
] | permissive | EdgeAI-Lab/controller | e63950da9d1c92404586f5dd8270f4b0ad3f60d4 | 86a060f4688d309e72e7e3be43f4aef29504760a | refs/heads/master | 2021-01-02T16:45:25.975446 | 2020-02-11T08:55:06 | 2020-02-11T08:55:06 | 239,707,344 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,312 | c | /**
******************************************************************************
* File Name : dma.c
* Description : This file provides code for the configuration
* of all the requested memory to memory DMA transfers.
*****************************************************... | [
"847923458@qq.com"
] | 847923458@qq.com |
5683818ce0a48ea196ed46880ef68ca4a9504002 | c0e0138bff95c2eac038349772e36754887a10ae | /mdk_release_18.08.10_general_purpose/mdk/packages/movidius/usb/ma2x5x/include/host/usbpump_classkit_class.h | e17d1d39343c4817695c9560fe040fbcfd8b3ab6 | [] | no_license | elfmedy/vvdn_tofa | f24d2e1adc617db5f2b1aef85f478998aa1840c9 | ce514e0506738a50c0e3f098d8363f206503a311 | refs/heads/master | 2020-04-13T17:52:19.490921 | 2018-09-25T12:01:21 | 2018-09-25T12:01:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,528 | h | /* usbpump_classkit_class.h Thu Jul 17 2008 11:46:50 chwon */
/*
Module: usbpump_classkit_class.h
Function:
Definitions related to USBPUMP_CLASSKIT_CLASS objects.
Version:
V1.97k Thu Jul 17 2008 11:46:50 chwon Edit level 3
Copyright notice:
This file copyright (C) 2008 by
MCCI Corporation
3520 Krums Corne... | [
"palani.andavan@vvdntech.com"
] | palani.andavan@vvdntech.com |
52ef58bd91538cea0848ea0615795f9ef70b26f7 | 4c88477f18547df725150a5c29371f99af2a2acb | /Hackerrank/arrayx.c | 0939defdee9aef3f5217a3d1b5f283b037450fba | [] | no_license | SEETHAMRAJU/Competitive_Programming | 912b1e81d3cc07b5eeaebbf0086520700867df4e | b456a35766697363c9b77552a50db2ae1cc42ffd | refs/heads/master | 2020-03-26T09:15:23.047626 | 2019-10-06T05:06:42 | 2019-10-06T05:06:42 | 144,742,673 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 412 | c | #include<stdio.h>
int main()
{
int x,n,i=0,count=0;
scanf("%d%d",&n,&x);
int a[n],k=0;
while(k<n)
{
scanf("%d",&a[i]);
k++;
}
while(i<n-1)
{
int j = i +1;
while(j<n)
{
if((a[i]+a[j])%x==0)
{
count++;
... | [
"seethamraju purvaj"
] | seethamraju purvaj |
fb79713298f1ccbe0f4e57a7bb074e6e92264a89 | f642c0ae0f4dba86eb8fa6eda384c72bd0f87630 | /labbar/lab3/utils.c | 72b5cd12786aa43c39ae65e834e62c7f0bfb35a1 | [] | no_license | Alex-Kaffe/inlupp1 | 57f5593b4a798de7904a3f69967f04ceb9c63cd8 | 60d8e4c4533cd5e49c4b7695d71fe92419f4bbde | refs/heads/master | 2022-12-23T20:53:27.220547 | 2020-10-05T09:45:41 | 2020-10-05T09:45:41 | 301,403,610 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,750 | c | #include "utils.h"
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
bool is_number(char *str) {
int length = strlen(str);
int startIndex = 0;
if (length == 0) {
return false;
} else {
if (str[0] == '-' && length > 1) {
startIndex = 1;
}
}
for (int i = startI... | [
"frewacom@gmail.com"
] | frewacom@gmail.com |
94e522ea0ded5a4dccb039c9ec6ca52bc2002462 | 4dcc90bdb435f7c2a7256e726c174a783b475f22 | /meshmodel.c | 6d0ac7f9644f32c9beae550d237c0bb28f88c2ae | [] | no_license | jazz1617821/Voxelizer | 52d2fe51889aa86b9f14f8968d3e68607e950508 | 26106b62b04208c1e6f1a0778681c49f7f223c91 | refs/heads/master | 2018-09-28T12:07:42.706393 | 2018-06-12T05:17:45 | 2018-06-12T05:17:45 | 114,851,167 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,564 | c | #include "meshmodel.h"
#include "mymath.h"
#include "queue.h"
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include <math.h>
#include <limits.h>
#define X 0
#define Y 1
#define Z 2
/////////////////////////////
// gloabal variable //
/////////////////////////////
static int g... | [
"jazz1617821@gmail.com"
] | jazz1617821@gmail.com |
cc9f4f554fc114e93851843f5ebb45f6235b1cfb | dd169302ea2f82334bcd59286974bc7c98aafdfa | /src/hardware/flash/mtd-flash/intel/iCFI_v2lock.c | 15c2aee872b92f56b35d7464f7c561104bd165da | [] | no_license | ADVANTECH-Corp/adv-imx6-qnx650-bsp | 3cefc53b03da26b48512cdad7aa81164fb6994b9 | bbfda81fe69a06d174867c010f6f3627bff798c5 | refs/heads/master | 2021-01-19T15:08:50.692339 | 2017-04-13T19:37:06 | 2017-04-13T19:37:06 | 88,199,669 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,175 | c | /*
* $QNXLicenseC:
* Copyright 2008, QNX Software Systems.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You
* may not reproduce, modify or distribute this software except in
* compliance with the License. You may obtain a copy of the License
* at: http://www.apache.org/licenses/LICENS... | [
"weilun.huang@advantech.com"
] | weilun.huang@advantech.com |
3adf86a9acb98b66489abdaadb29677b8728a09d | fa3e411b9b168de5e5a110693c7c55a0e451e5ba | /Projects/GATEWAY_NONODE/src/UART_program.c | 1d38c5a8fb2cb4d841701b2a3f70c942c8e07200 | [] | no_license | adhameid74/GP | 7df72f286082d3e08c8fce57217e5b8ea23df449 | 0a88bc96f74f6dd942bd7bb447b131ea958d8300 | refs/heads/main | 2023-06-20T04:33:56.927027 | 2021-07-24T13:10:45 | 2021-07-24T13:10:45 | 311,695,026 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,253 | c | /**********************************************/
/* Author : Abdallah Hassan */
/* Date : 2020-09-27 */
/* Version : V01 */
/**********************************************/
#include "STD_TYPES.h"
#include "BIT_MATH.h"
#include "UART_interface.h"... | [
"72933980+Abdullah-29@users.noreply.github.com"
] | 72933980+Abdullah-29@users.noreply.github.com |
c496e6cbe2bd05969aa64735ba6e41f297cbf693 | 7d3bd767a6e5302acceed3ea837f9f43776aabc8 | /jerryscript-mbed-ble/lib_ble.h | 54d27b11ce0c478c04562b30cd619c8f28c86f1b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ARMmbed/mbed-js-ble | d3c77d89e7a29d06bc7de57b6c9c62ea14f68ff8 | d0dcfccbdac7cf2e2ab7d721056981d40d3dfbe9 | refs/heads/master | 2023-03-16T14:45:27.043289 | 2017-05-25T19:40:06 | 2017-05-25T19:40:06 | 67,792,000 | 2 | 3 | null | 2017-11-23T09:29:33 | 2016-09-09T11:00:33 | C++ | UTF-8 | C | false | false | 1,009 | h | /* Copyright (c) 2016 ARM Limited. All rights reserved.
*
* 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 appli... | [
"Matthew.Else@arm.com"
] | Matthew.Else@arm.com |
1259a04bc886ca17dd02956ee72fc02cb52246ac | 4b4b267537a8437a897301a7bbc881a8644f4c2e | /source/libs/midi.h | 5d0a9a21402ceb59402e14f5c55c3bfe7865cc0f | [
"MIT"
] | permissive | step-sequencer/step-sequencer | ddf0f3102f113baa672eddb7cc12b1943c9b9454 | e68ae0a63b685b1b705c72cf10cbe203859addce | refs/heads/master | 2023-03-10T23:21:04.152172 | 2021-02-24T21:12:19 | 2021-02-24T21:12:19 | 339,771,867 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 955 | h | #ifndef _MIDI_H_
#define _MIDI_H_
// Struct has all parameters that are necessary to send a MIDI message
typedef struct
{
// Midi note number (0 - 127)
uint8_t number;
// Midi note velocity (0 - 127)
uint8_t velocity;
// After *length* time ticks, note_off has to be sent
uint8_t length;
} MidiN... | [
"info+git@merzmax.de"
] | info+git@merzmax.de |
7e519414d0ee713222561cc58009b1d10bb2640c | c013215799274c11b228aac44764b7e4060a0b6c | /src/leakyRelu/leakyRelu.h | ab5bef6e33f2a031c7b46f638ed52479394984ab | [] | no_license | pzimao/Secure-unlinear-function-and-image-query | 6d3ac37c7318fde68f1e22cd2644fdcdef62fce7 | ee7b6ea0ce9f021ccf427e574ed2b41ea584724b | refs/heads/master | 2020-11-24T18:51:18.148491 | 2019-12-16T05:22:35 | 2019-12-16T05:22:35 | 228,298,636 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 535 | h |
// initial amount for input data:
#define ALLOC 128
// doubled when needed in load_data()
double lap;
int cp;
typedef struct {
char *src; // filename for data read 文件路径
int n; // number of data points 数据点的数量
float m; // slope
float b; // y-intercept
int rsqr; // correlation numerator, cov^2 / va... | [
"pzimao@sina.com"
] | pzimao@sina.com |
30d03f2d0de3dcfd4a863bb94248479690b864e0 | 20dec682c61ab576f5fab6759e40ba85aca38c44 | /examples/Crypto/eSTREAM/src/Sosemanuk/sosemanuk.c | da65c91af5fa9bf53e23a5e7aff800f9fec790a6 | [] | no_license | mydevgh/cacheaudit | d97d424d2c211232fba0945b1eb7648f54f261dc | f0b52f85771ee31fed2a0a84a7e767a9d19e4b15 | refs/heads/master | 2021-06-12T12:13:38.809897 | 2016-12-20T11:59:44 | 2016-12-20T11:59:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 37,700 | c | /*
* SOSEMANUK reference implementation.
*
* This code is supposed to run on any conforming C implementation (C90
* or later). When compiled with the SOSEMANUK_VECTOR macro defined, this
* is a stand-alone program which outputs detailed test vectors. When
* compiled with the SOSEMANUK_SPEED macro defined, this is... | [
"g.doychev@gmail.com"
] | g.doychev@gmail.com |
06d6e0d9c093378cfe9a6d59d2f04c84bc6caad2 | a6422df80e689374e1a125703fa81db5a2e7e436 | /kjobs.c | 890712dd37db8d8f08615a589653b70ac2f6fff5 | [] | no_license | gh0ulslayer/cshell | 1fc13a5fd7257eed7552ce973d06157de384dada | 5f1d36fa16cd897cfa54f7dc0410322553fac0cb | refs/heads/master | 2022-12-23T05:39:51.949936 | 2020-10-02T15:45:00 | 2020-10-02T15:45:00 | 298,551,309 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 526 | c | #include "header.h"
void kjob(char *str)
{
char* tok;
char flag[10][100];
const char s[]={" \t\n"};
tok=strtok(str,s);
i=0;
int counttoken=0;
while(tok!=NULL)
{
strcpy(flag[i],tok);
counttoken++;i++;
tok=strtok(NULL,s);
}
int pidno;
sscanf(flag[1],"%d",&pidno);
int sig;
sscanf(flag[2]... | [
"amanmeel1911@gmail.com"
] | amanmeel1911@gmail.com |
cabd1bdc796215b0f8834dce5396f36caad188ca | ba664bf2474c235de8c024a05c9f6b087a54e848 | /firmware/MDK-ARM/RTE/_pmm/RTE_Components.h | 4ebc436350c5230ba83201283a138264b2369d6e | [
"MIT"
] | permissive | dekuNukem/pimp_my_microwave | a63ee1aef0c6d107a2c39360790a78e47016e380 | 0f67dc31477d8c7a905ce9a6422b261124b1868d | refs/heads/master | 2023-03-30T07:54:26.629701 | 2021-04-01T10:56:14 | 2021-04-01T10:56:14 | 275,606,181 | 510 | 1 | null | null | null | null | UTF-8 | C | false | false | 309 | h |
/*
* Auto generated Run-Time-Environment Configuration File
* *** Do not modify ! ***
*
* Project: 'pmm'
* Target: 'pmm'
*/
#ifndef RTE_COMPONENTS_H
#define RTE_COMPONENTS_H
/*
* Define the Device Header File:
*/
#define CMSIS_device_header "stm32f0xx.h"
#endif /* RTE_COMPONENTS_H */
| [
"dekunukem@gmail.com"
] | dekunukem@gmail.com |
7fc80732a94b44b60168e1397451a713fa14ebd2 | 306e28b6be2edc3e905f32b19818e3ba3e98a707 | /src/noah/lsm_init.c | 553b46b88def1d41b9296003331ba60dc614f883 | [] | no_license | DachengXiao/MM-PIHM-EnKF | 57d86349c8d10fa05a4f4f7db9ad82d62ff7b43e | c3bad552a16e6a92ac3e763fe2837c1c5e3be271 | refs/heads/master | 2020-05-21T10:04:17.053609 | 2017-12-18T15:41:35 | 2017-12-18T15:41:35 | 57,471,628 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,409 | c | #include "pihm.h"
void InitLsm (elem_struct *elem, int numele, ctrl_struct ctrl,
noahtbl_struct noahtbl, calib_struct cal)
{
int i;
double frzfact;
for (i = 0; i < numele; i++)
{
/* Set-up soil layer depths */
DefSldpth (elem[i].ps.sldpth, &elem[i].ps.nsoil, e... | [
"shiyuning@gmail.com"
] | shiyuning@gmail.com |
9811237940283dcf3029aa16b2009b487ae953e4 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/b9b74706-a472-4704-ad4c-c588ad0668f5.c | 0cafc5c2941294dbf45c078cdd2f7496aa0a00e7 | [] | 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 | 575 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
k = 533;
l = 64;
k = i/j;
l = i/j;
l = i%j;
l = i-j;
k = k-j*i;
//variables
/* START VULNERABILITY */
int a;
char b[23];
char c[8];
a = 0;
do {
a++;
//r... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
3f913975d781f16913a857de1c79a6b756d7bf04 | 77d90d72734743b6f78b551aa8379bc0d778a760 | /LEDBLINKPA2/main.c | 41930d953f5e404a242981391b0245ba4705539a | [] | no_license | ankushbosi13/ajay_goud_km | 1cc631215623830fcabc1495416f53002670e8da | 2c147f3023b784fddffb5c85c4ca85a9ffec0353 | refs/heads/main | 2023-02-05T19:31:18.030230 | 2020-12-26T13:56:27 | 2020-12-26T13:56:27 | 324,563,383 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,068 | c | //program for led blinking FROM PA2
#define SYSCTL_RCGC_GPIO_R (*(unsigned int *) 0x400FE608)
#define SYSCTL_PR_GPIO_R (*(unsigned int *) 0x400FEA08)
#define PCTL_R (*(unsigned int *) 0x4000452C)
#define DIR_R (*(unsigned int *) 0x40004400)
#define DEN_R (*(unsigned int *) 0x4000451C)
#define DATA_R (*(uns... | [
"noreply@github.com"
] | ankushbosi13.noreply@github.com |
e29d33009a5e2f4aa2e30a3111ed85d361842a67 | cd760d6f8e318941e37c0ffb8566993896606e6e | /.phoronix-test-suite/installed-tests/compilebench/compilebench-0.6/t/native-0/fs/xfs/xfs_dir2_leaf.c | 06e5723ffef6bd12128e264bb509fd92c945f1dd | [] | no_license | aorzerep/neb | 3fab34e1ad05cd0c1f2274f4d143664c1ed4368d | 6dda5d3c432f2636973c9a98370056e57fe8e79f | refs/heads/master | 2020-09-08T10:06:34.548290 | 2019-11-12T01:00:41 | 2019-11-12T01:00:41 | 221,099,011 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 53,833 | c | aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa... | [
"root@neb.intranet.highprophil.com"
] | root@neb.intranet.highprophil.com |
5deabe5e030f91b7142b5d47c576d85692042407 | 556b467b0e31835de656c71a8f4e0bfd4acb7442 | /d/changan/chengxf9.c | 8e732b1a2bb1076b8e8b74572f33f6af2e817f22 | [] | no_license | afeizh/txmud | a4a48cb663eccfdf5aa0b951d34e93437a17c9fa | 717c8ef173bff8abe27e00fb8dc150cbf02b3c3a | refs/heads/main | 2023-08-07T20:33:48.154233 | 2021-09-16T15:34:37 | 2021-09-16T15:34:37 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,115 | c | // Room: chengxf9.c
#include <room.h>
inherit ROOM;
void create()
{
set("short", "后厅");
set("long", @LONG
这里是长安丞相府的后厅,大厅很是宽阔,水磨石的地面,
墙的四周,有些名人的字画,看来这位丞相倒是一个风雅的人。
正中是主座,两边是客座,这里一般是自己家人或是很好朋友才
可以进来的地方。从西边有一个密室,北面和东面都是卧室,南
边是正厅。
LONG
);
set("exits", ([
"south" : __DIR__"chengxf6",
"north" ... | [
"i@Mud.ren"
] | i@Mud.ren |
857b408d2c809162645a359650cb9edbd4db20c1 | fb388c86e554f45f8f434195fbbe18b27d307d18 | /ESP/INO/ESP_i2c_OLED_ARDUINO/data.h | 8a0ffa185a2c03cfd400a3269d089ac4b9b286e2 | [] | no_license | seco/arduino_collection | 8c5b9a8c7fc43bebea0ee5393d7169b7e2099e8e | d20bf1d5c44cdf9dff9df07cdb0a1b8ed50578d4 | refs/heads/master | 2020-12-11T04:21:06.888956 | 2015-09-21T15:39:29 | 2015-09-21T15:39:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31,113 | h | /*
* This file contains all the static arrays to draw things in the display.
*/
//prog_uchar myFont[][8] PROGMEM = {
//const char myFont[] PROGMEM = {
//unsigned char myFont[][8]={
// Tindie Logo
const unsigned char logo[] PROGMEM = {
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,... | [
"fung.xu@corp.globalmarket.com"
] | fung.xu@corp.globalmarket.com |
b493cc8e7ae3fd76a81668bc77113fffa39f41ef | ee73fdcceb1094108c0a9e209535d7915e2e33b3 | /Green openETCS Non-Vital Demonstrator/Source Code/Source Code ETCS Onboard Unit System/Generated_Code/KCG-Releases/CAST_int_to_DriverIdentfier_DATA_Variables.h | d0ed5743bef99251aea65af181b2a81c9cde768c | [] | no_license | stefan-karg/srcAndBinary | d912b03c44d75b807dc4f9b67938dde73dd52ccf | 5e0a11c72a20ca8c1386c55d0cd3e4c7463fb600 | refs/heads/master | 2020-12-31T03:36:26.071772 | 2015-12-07T14:57:47 | 2015-12-07T15:00:53 | 47,557,434 | 0 | 0 | null | 2015-12-07T14:36:45 | 2015-12-07T14:36:45 | null | UTF-8 | C | false | false | 1,295 | h | /* $**************** KCG Version 6.4 (build i21) ****************
** Command: kcg64.exe -config R:/Repositories/modeling/model/Scade/System/OBU_PreIntegrations/openETCS_EVC/KCG-Releases/config.txt
** Generation date: 2015-12-07T14:52:31
*************************************************************$ */
#ifndef _CAST_int... | [
"info@stefankarg-it.de"
] | info@stefankarg-it.de |
9e4867ee61528132a0947a4691a4201d8e2c9c88 | 0c4bd1b977cc714a8a6b2839f51c4247ecfd32b1 | /C++/cnn-c-cuda/pool_layer_kernels.h | 686a8f8de93fe9b06e407fcf55b4d41dfda704a7 | [] | no_license | ishine/neuralLOGIC | 281d498b40159308815cee6327e6cf79c9426b16 | 3eb3b9980e7f7a7d87a77ef40b1794fb5137c459 | refs/heads/master | 2020-08-14T14:11:54.487922 | 2019-10-14T05:32:53 | 2019-10-14T05:32:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 57 | h | extern void activate_pooling_gpu(float *in, float *out);
| [
"the.new.horizon@outlook.com"
] | the.new.horizon@outlook.com |
98afcdd7b0030fa24e0c5a111505a560bba59f69 | 73e7c20803be5d8ae467af1feba8a4a7fe219f4b | /Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmopenjpeg-v2/jpwl/jpwl.c | 6595dd5470a8c8e8c3ee88a3d18226385bc2fad3 | [
"BSD-2-Clause",
"LicenseRef-scancode-other-permissive",
"SMLNJ",
"BSD-3-Clause",
"LicenseRef-scancode-mit-old-style",
"LicenseRef-scancode-free-unknown",
"BSD-4.3TAHOE",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-unknown-license-refer... | permissive | CIBC-Internal/itk | deaa8aabe3995f3465ec70a46805bd333967ed5b | 6f7b1014a73857115d6da738583492008bea8205 | refs/heads/master | 2021-01-10T18:48:58.502855 | 2018-01-26T21:25:51 | 2018-01-26T21:25:51 | 31,582,564 | 0 | 2 | Apache-2.0 | 2018-05-21T07:59:53 | 2015-03-03T06:12:12 | C++ | WINDOWS-1250 | C | false | false | 46,382 | c | /*
* Copyright (c) 2001-2003, David Janssens
* Copyright (c) 2002-2003, Yannick Verschueren
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Hervé Drolon, FreeImage Team
* Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, B... | [
"ayla@sci.utah.edu"
] | ayla@sci.utah.edu |
61092761100e2dce7771603a92440c4c531af7b4 | f0f29c693f91e9e5d5fd4b746b0244cad6971b67 | /c_src/nif/xnif_trace.h | 0515810d49a3c7146b542de50ef543162d9ab90d | [] | no_license | potatosalad/erlang-librdkafka | 08fa8b83e5abe4b058711f141b256ba190d54193 | 62b49ca1f7a7f423796fa3790a2d7b54708d4a66 | refs/heads/master | 2021-05-04T22:19:46.222518 | 2018-02-09T01:25:12 | 2018-02-09T01:25:12 | 120,029,637 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,342 | h | // -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; st-rulers: [132] -*-
// vim: ts=4 sw=4 ft=c++ et
#ifndef XNIF_TRACE_H
#define XNIF_TRACE_H
#include <assert.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <erl_nif.h>
#ifdef __cplusplus
extern "C" {
#endif
extern ... | [
"andrew.bennett@toyotaconnected.com"
] | andrew.bennett@toyotaconnected.com |
850f06a76296b6ae46189e33462355dfb1f6817a | fcdac2110a99762f5b7042205399277904e05a76 | /mupq/pqclean/crypto_sign/sphincs-haraka-128s-robust/clean/fors.c | c797af4f6dc1f6c2680bb9438a23874d2a19de80 | [
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | denigreco/Kyber_RISC_V_Thesis | 0e391a8a53cb57b19c6414df3b3289aeb497b62d | 06ee55172dca5a98f6530888ffa869c2251d884c | refs/heads/master | 2020-09-16T23:42:54.365175 | 2020-05-18T19:51:57 | 2020-05-18T19:51:57 | 223,923,060 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,079 | c | #include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include "address.h"
#include "fors.h"
#include "hash.h"
#include "thash.h"
#include "utils.h"
static void fors_gen_sk(unsigned char *sk, const unsigned char *sk_seed,
uint32_t fors_leaf_addr[8]) {
PQCLEAN_SPHINCSHARAKA128SROBUST_... | [
"¨denisa.greconici@gmail.com¨"
] | ¨denisa.greconici@gmail.com¨ |
67de50787761c09224748f593bce7d5b00565502 | c1ff870879152fba2b54eddfb7591ec322eb3061 | /plugins/languageAPI/jsAPI/3rdParty/nodejs/10.1.0/source/deps/openssl/config/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h | d2aa62353593688c4dd959a04bf6af8337e4fabe | [
"LicenseRef-scancode-free-unknown",
"MIT",
"ISC",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"Artistic-2.0",
"NAIST-2003",
"BSD-3-Clause",
"Zlib",
"NTP",
"LicenseRef-scancode-openssl",
"ICU",
"LicenseRef-scancode-unicode",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | MTASZTAKI/ApertusVR | 1a9809fb7af81c3cd7fb732ed481ebe4ce66fefa | 424ec5515ae08780542f33cc4841a8f9a96337b3 | refs/heads/0.9 | 2022-12-11T20:03:42.926813 | 2019-10-11T09:29:45 | 2019-10-11T09:29:45 | 73,708,854 | 188 | 55 | MIT | 2022-12-11T08:53:21 | 2016-11-14T13:48:00 | C++ | UTF-8 | C | false | false | 4,132 | h | /*
* WARNING: do not edit!
* Generated by Makefile from include/openssl/opensslconf.h.in
*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* ... | [
"peter.kovacs@sztaki.mta.hu"
] | peter.kovacs@sztaki.mta.hu |
bad08d978ea9bcbf5dc72373ca58c2d9ce162e17 | ce8e5bdfa95b38fbb80d5987bb8d75a6fbd55b42 | /firmware/src/prelude.h | fe1e83e048e9b117d182bc671cbb64b938da7b4a | [
"MIT"
] | permissive | zbanks/radiance_controller | f1d9789f85540401a482420781543c9dce6ad8ab | 36374b3278f3969a4c2173e4bc119506f0a0b7b5 | refs/heads/master | 2020-06-20T11:13:25.184321 | 2019-08-18T14:51:52 | 2019-08-18T14:52:00 | 197,104,614 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 121 | h | #include <assert.h>
#include <limits.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>
| [
"zjbanks@gmail.com"
] | zjbanks@gmail.com |
9467fecff594fdf13cf218c1c341a8dd5c9dd5df | 65089dbc386e1184983c15fe3a2282763ae65960 | /include/video-def.h | c88ce0f0beaf7d44891e20946c2dca0cd384752b | [
"MIT"
] | permissive | gozfree/gear-lib | 9f4db1bce799ded1cf1f3411cb51bdfbcbe7c7bc | bffbfd25af4ff7b04ebfafdab391b55270b0273e | refs/heads/master | 2023-08-14T16:01:29.449910 | 2023-07-24T16:08:47 | 2023-07-24T16:09:41 | 40,359,871 | 1,771 | 488 | MIT | 2023-05-27T11:08:46 | 2015-08-07T12:41:05 | C | UTF-8 | C | false | false | 35 | h | ../gear-lib/libmedia-io/video-def.h | [
"gozfree@163.com"
] | gozfree@163.com |
a84e402f5de07b31beccdeb18650d11460384298 | 1b682510e7eed7f494f14d1be7f62fa58252c78c | /ft_calloc.c | 1bbc7032fd3ca71ad926d8250b7c922320040ca4 | [] | no_license | kait-mar/Pipex | d795ac9807dbe7e5f9a6501567c47b890214e45f | 83b27942b7c29b8d566ce1d7350cfcfab156a8be | refs/heads/master | 2023-05-21T17:31:33.524903 | 2021-06-11T17:25:15 | 2021-06-11T17:25:15 | 375,019,013 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 589 | c | #include "pipex.h"
int ft_isalpha(int c)
{
if ((c >= 65 && c <= 90) || (c >= 97 && c <= 122))
return (1);
return (0);
}
void ft_bzero(void *s, size_t n)
{
size_t i;
unsigned long *str;
size_t j;
unsigned char *p;
j = n;
str = s;
p = s;
i = 0;
if (n == 0)
return ;
n = n / 8;
while (i < n)
{
(s... | [
"kait-mar@e2r11p12.1337.ma"
] | kait-mar@e2r11p12.1337.ma |
a9d2cd1fae72e19f501a2e0353ba08d03aef1a28 | b222c50eabd958db01a541f346436ae6612ca6f7 | /src/segment_82B40.c | 1257465901182c7b39f8656d2dd860d20385652a | [] | no_license | dotkwa/dinosaur-planet | 735db889c181471fba60cd4c83e119acf920b384 | 47711ec2f19660f9bcbc255409c97fa1e8d5758d | refs/heads/master | 2023-05-01T02:00:08.361561 | 2021-05-17T01:06:53 | 2021-05-17T01:06:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 318 | c | #include "common.h"
#pragma GLOBAL_ASM("asm/nonmatchings/segment_82B40/__osPiCreateAccessQueue.s")
#pragma GLOBAL_ASM("asm/nonmatchings/segment_82B40/__osPiGetAccess.s")
#pragma GLOBAL_ASM("asm/nonmatchings/segment_82B40/__osPiRelAccess.s")
#pragma GLOBAL_ASM("asm/nonmatchings/segment_82B40/__osPiRawStartDma.s")
| [
"zestydevy@gmail.com"
] | zestydevy@gmail.com |
547d6196c26a4172a7c7e64957e09f703cf4cf83 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/c757bf3d-71e4-40cb-860e-8a67ae887333.c | 85b4ff7c626569355cb7e334c7805528141eb37d | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 229 | c | #include <stdio.h>
int main() {
int i=0;
int j=13;
int k;
int l;
j = 53;
l = 64;
k = i%j;
l = i/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 |
53e0767cbf1ec460c297283a5cd7f07e3333e1d7 | 7d387b2ba3e0ff7b5f8613dddde317e676f6ef9d | /rpi_dmx_analyzer-slave/devices/bw_spi_dimmer.c | 93f3bb36a3c866856492ae33f5edfb5efbd52a86 | [] | no_license | technoled/rpidmx512 | ffe840d2e9793e51ccf56f4895cefe49ffd1bd68 | 0fbb9016c362fe864559b9e6a5bb61daa6a1f858 | refs/heads/master | 2021-01-22T01:17:59.547957 | 2015-09-15T19:08:17 | 2015-09-15T19:08:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,928 | c | /**
* @file bw_spi_dimmer.c
*
*/
/* Copyright (C) 2014 by Arjan van Vught <pm @ http://www.raspberrypi.org/forum/>
*
* 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... | [
"Arjan.van.Vught@gmail.com"
] | Arjan.van.Vught@gmail.com |
15c2681454f1f9fc376336fd2e18ec785d8c2b2f | c161ef4e93cd5d4aaf4605ed9d848c1bf535e34e | /DLL SDK/include/DLLMisc.h | 639ee985293f0e068e5916bc85a7bf4834cfa659 | [] | no_license | bmatthew1/LinB4GL | 92a5d7ee23e26a56ffe0d0961fc0e1b2dcf71adc | e92b7217583a4121daeaa97a08171d6e6bb5fe10 | refs/heads/master | 2021-01-19T14:56:15.345134 | 2012-06-18T22:01:27 | 2012-06-18T22:01:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 353 | h | /* DLLMisc.h
Created 12-Mar-06: Thomas Mulgrew (tmulgrew@slingshot.co.nz)
Miscellaneous DLL types.
*/
#ifndef _DLLMisc_h
#define _DLLMisc_h
// DLL function/method modifiers.
// (This may be different for different compilers)
#ifndef DLLExport
#define DLLExport __declspec(dllexport)
#endif
#ifndef DLLFUNC
#defin... | [
"bmatthew1@blueyonder.co.uk"
] | bmatthew1@blueyonder.co.uk |
7bef31f93f0120e540ccc2f81bc6deee8fc9c2d3 | 9354f57d958a5b884fb2ac632f83143ef3b0a4c0 | /example/main.c | 67bd5b3cf9e1c9a54a2809d976867458401e5edd | [
"MIT"
] | permissive | Qizui/AS608 | f0690e8555fbe4b5858b429e437210ceb2cab0c9 | 68f69bd8b2250bc1785f114138f12ddbbe85ca45 | refs/heads/master | 2022-03-26T21:57:45.162322 | 2019-11-22T11:06:56 | 2019-11-22T11:06:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,047 | c | /*
Copyright (c) 2019 Leopard-C
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, distri... | [
"leopard.c@outlook.com"
] | leopard.c@outlook.com |
b98e924241eac28d1c01f0676d8a0b56f05351a4 | eb3bceac74b85af5337c98b4062104b5b3be22b0 | /game/game_aux.h | 294f997c99557339bfd6db7e345d21c96803192f | [] | no_license | elouatih/game_language_c | 9e5843f684d8b4f0fe8e76cdda18e1b3b64af3ce | 8a8764a41079a6aa32ac978911d9425203ce42cd | refs/heads/main | 2023-08-11T14:17:30.730030 | 2021-10-04T20:03:12 | 2021-10-04T20:03:12 | 413,515,943 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,170 | h | /**
* @file game_aux.h
* @brief Auxiliarry Game Functions.
* @details See @ref index for further details.
* @copyright University of Bordeaux. All rights reserved, 2021.
**/
#ifndef __GAME_AUX_H__
#define __GAME_AUX_H__
#include <stdbool.h>
#include "game.h"
/**
* @brief Prints a game as text on the standard ou... | [
"hossam.elouati@grenoble-inp.org"
] | hossam.elouati@grenoble-inp.org |
ff2e7a0ee01b7d16854edc6599c67ab2a8310b38 | 24d856d98c85a319d53be2768ccc176a50873fa3 | /eglibc-2.15/sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c | 1a542fa01a54be3e5762b8f7ef8348aa421fb5d0 | [
"LGPL-2.1-only",
"GPL-2.0-only",
"LicenseRef-scancode-inner-net-2.0",
"BSD-3-Clause",
"LGPL-2.1-or-later",
"HPND",
"LicenseRef-scancode-other-copyleft",
"CMU-Mach",
"LicenseRef-scancode-other-permissive",
"BSD-2-Clause"
] | permissive | dozenow/shortcut | a4803b59c95e72a01d73bb30acaae45cf76b0367 | b140082a44c58f05af3495259c1beaaa9a63560b | refs/heads/jumpstart-php | 2020-06-29T11:41:05.842760 | 2019-03-28T17:28:56 | 2019-03-28T17:28:56 | 200,405,626 | 2 | 2 | BSD-2-Clause | 2019-08-03T19:45:44 | 2019-08-03T17:57:58 | C | UTF-8 | C | false | false | 106 | c | /* The Linux version is perfectly usable on 4.4 BSD. */
#include <sysdeps/unix/sysv/linux/cmsg_nxthdr.c>
| [
"jflinn"
] | jflinn |
14b0edc5438e7f7a105cbc6b8fabab79b6bf969e | 3d018912dbf4ebd229aa42e06ec58e733aac75eb | /fy3/obj/weapons/bladebook6.c | 8a90df368d5354c35a1152f5407a9f9072cc6b3a | [] | no_license | 15831944/FengYun2020 | 93fd7657a5d924e975771c6da83e3baca8c70795 | 81c0551fad5a77084df80165d45892717d2b7c28 | refs/heads/main | 2023-03-17T20:59:26.566095 | 2021-01-02T20:06:59 | 2021-01-02T20:06:59 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 573 | c | // by Tiandi
inherit ITEM;
#include <ansi.h>
void create()
{
set_name(HIY "刀类制作书之六" NOR, ({ "bladebook","duan book" }) );
set_weight(10000);
if( clonep() )
set_default_object(__FILE__);
else{
set("unit", "本");
set("long", "一本记载着刀类的锻造方法的册子。\n");... | [
"yunchunnan@qq.com"
] | yunchunnan@qq.com |
d5f728e59beead3bcaf643fcd3bfcc3d05e6b110 | 46a370c58e5f53b95c4a818e5ebf3dcefe0cbc8b | /triangle.c | 4698bdcbdde266f90e0784b424a89e147a29c399 | [] | no_license | rnentjes/OpenGL | d40d4afd0624d08439729479a9fcbc62c043023a | 788a2cfb07f9b7fb7bf0130700cbd24d67d8b84d | refs/heads/master | 2020-05-02T14:19:50.349505 | 2012-05-17T14:51:41 | 2012-05-17T14:51:41 | 3,202,454 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,918 | c | /*
* File: triangle.c
* Author: rnentjes
*
* Created on January 17, 2012, 7:41 PM
*/
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
/* Use glew.h instead of gl.h to get all the GL prototypes declared */
#include <GL/glew.h>
/* Using the GLUT library for the base windowing setup */
#include <GL/glut.... | [
"rien@nentjes.com"
] | rien@nentjes.com |
ea1eeea60136f150324b4230e9c2e414dcf3aee4 | 0c353bcefee8e66cdec754bafba7c3ef8f630ab3 | /FWAWOR6/src/FWAWOR6.c | 2cd78ef779675249f1efe3a269c9dd021e93a7d9 | [] | no_license | Manu1John/Basicscoding | a7a5adce110c98e46355a49d6db491f86714176c | fc814eb7f2df37586984880796fb1f853aeda632 | refs/heads/master | 2022-11-06T01:50:46.611808 | 2020-06-15T17:02:44 | 2020-06-15T17:02:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 564 | c | /*
============================================================================
Name : FWAWOR6.c
Author :
Version :
Copyright : Your copyright notice
Description : Hello World in C, Ansi-style
============================================================================
*/
#include <stdio.h>
... | [
"John manu 353@gmail.com"
] | John manu 353@gmail.com |
ec174ef828892750e14ed2ad055bde5ea2b04300 | 8c781d7da10661831fe56e796a5296e125883421 | /SMC 9/DTU guest /02635/assignment 2/source/vector_time.c | 043a06b2a263352c9b892e6dbc1e89759d4ab78f | [] | no_license | inspiralpatterns/master | 2e25cbb52bf4d0e05bb49ed8460dd86e725a0a99 | 905f592797ec97247ac27fe356586ff326ceb01c | refs/heads/master | 2021-01-12T00:14:39.330299 | 2018-08-09T13:47:38 | 2018-08-09T13:47:38 | 78,691,672 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,351 | c | /* matrix_time.c
Purpose:
check the CPU time for n = [8,16,32,64,128,256] when allocating a vector
Arguments:
none
Return value:
none
*/
#include "linalg.h"
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
int main(void) {
/* loop over powers of two */
size_t i = 8;
double cpu_time;
... | [
"mattia.paterna@gmail.com"
] | mattia.paterna@gmail.com |
d3c723044be313bcec7830a335c643b762d63c4a | 7178a389b725065d08740f35911ff0a7fbb07307 | /include/proto/exec/rule/control/else.h | 41cbb8dce3552217dc39c55d8e8b79df45025a1d | [
"MIT"
] | permissive | rojas-diego/epitech-42sh | 6c202f82c3f2e5696ad46b6a9be2639096939701 | 07afd6c16abbd9de3fb4aa037533f1505bc0f948 | refs/heads/master | 2023-03-22T04:04:14.727770 | 2021-03-16T06:41:22 | 2021-03-16T06:41:22 | 278,049,509 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 379 | h | /*
** EPITECH PROJECT, 2020
** PSU_42sh_2019
** File description:
** shell exec rule control else
*/
#ifndef SH_SHELL_EXEC_RULE_CONTROL_ELSE_H_
#define SH_SHELL_EXEC_RULE_CONTROL_ELSE_H_
#include "types/shell.h"
#include "types/expr.h"
int exec_rule_control_else(
struct sh *shell,
struct expr_else_control_s ... | [
"theo.hinsinger@epitech.eu"
] | theo.hinsinger@epitech.eu |
8a0498c103f6a8037aec5ba78add0aabacb09e3d | 386eb3cf6f9c2bfed78f65cc28e8d60f36a3cdef | /iar_bsp/os/kernel/plus/core/src/dmf_info.c | e0cc634b429505350f9781e39600018dd58a7985 | [] | no_license | ahonkan/eth_spi_bridge | cc046eee9a142d3915c0b78de2f5326ababe5a71 | 8c22d74f56420d54f72ecfe3370cd91e13682447 | refs/heads/master | 2022-02-24T07:13:52.370211 | 2014-08-25T17:45:17 | 2014-08-25T17:45:17 | 23,126,588 | 0 | 5 | null | null | null | null | UTF-8 | C | false | false | 6,065 | c | /***********************************************************************
*
* Copyright 1993 Mentor Graphics Corporation
* All Rights Reserved.
*
* THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION WHICH IS
* THE PROPERTY OF MENTOR GRAPHICS CORPORATION OR ITS LICENSORS AND IS... | [
"avinash.honkan@gmail.com"
] | avinash.honkan@gmail.com |
fc81b2c3adbebce91fc65dc52036ec205f0057b8 | 7faa6044c51b1a70c3a19908e72fb6f8c25ef5a7 | /world/obj/board/fysquare_b.c | 80391e6197be29a933f45f97c52c77bc80b894f3 | [] | no_license | losep/xyj45 | b55ca0f087bde4082b5ebe05945f36df86afcb9c | 3a699e543eec0f3c3965986ca98d7ba3b603c0cd | refs/heads/master | 2020-07-04T14:14:49.565808 | 2016-11-18T19:31:57 | 2016-11-18T19:31:57 | 74,157,577 | 1 | 1 | null | 2016-11-18T18:52:37 | 2016-11-18T18:52:37 | null | GB18030 | C | false | false | 407 | c | // swordsman_b.c
inherit BULLETIN_BOARD;
#include <ansi.h>
void create()
{
set_name( GRN "盘龙摩天柱" NOR, ({ "stone" }) );
set("location", "/d/suburb/fy/fy/fysquare");
set("board_id", "fysquare_b");
set("long", "这是一条石柱,石柱上刻着一条九头龙。龙首
向四面伸展,宏伟壮观。\n" );
setup();
set("capacity", 49);
replace_program(BULLET... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
2d8f2460dd328ea56a47c7915b8df03c68340f5e | 83214753e9183327e98af0e6768e9be5385e5282 | /clone/magic/darksword.c | b09c01ca208e488bbe3f03d99c638ed98131b82c | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | GB18030 | C | false | false | 516 | c | // gangjian.c
#include <ansi.h>
#include <weapon.h>
inherit SWORD;
void create()
{
set_name(BLK"黑暗之剑"NOR, ({ "jian", "sword" }));
set_weight(6000);
if (clonep())
set_default_object(__FILE__);
else {
set("unit", "柄");
set("long", "这是一柄精工制成的黑暗之剑。\n");
set("value", 2000);
set("material", "steel");
set("wi... | [
"i@oiuv.cn"
] | i@oiuv.cn |
3aa0d7be6a1ca94336c740364c1ccc570bfe338b | 2708c056880bc315a6120f45470aa24b7b7f0f64 | /targets/TARGET_TOSHIBA/TARGET_TMPM3HQ/sleep.c | 6f8d6975b1d5aae7267b6e45af72a1bc53cbe8a0 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | clevertrack1/mbed-os | 6a3da26b3485c87d743e095ea790da6adb2514ff | 96218c7f33a9888d24ba772335d268376d2d24af | refs/heads/master | 2020-03-28T00:41:54.912161 | 2018-11-13T00:54:48 | 2018-11-13T00:54:48 | 147,441,499 | 2 | 0 | Apache-2.0 | 2018-11-12T05:15:19 | 2018-09-05T01:24:16 | C | UTF-8 | C | false | false | 2,241 | c | /* mbed Microcontroller Library
* (C)Copyright TOSHIBA ELECTRONIC DEVICES & STORAGE CORPORATION 2018 All rights reserved
*
* 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://... | [
"rganesh@TOSHIBA-TSIP.COM"
] | rganesh@TOSHIBA-TSIP.COM |
77df1699f39ac5d662379e6ca2d6bf8479eb5258 | 0f7fa4ed9b35c15c75f99121aeee1684f85e51ed | /utils/Similarity/Cython/Compute_Similarity_Cython.c | 1f3ef01bdc959e98dea83b613c9838e61080f6ea | [] | no_license | Luca-Massini/recsys-challenge-Polimi-2020 | c6d8fa7030d93e87a1d5312fd5d6a669b435eab7 | 5d6881aee6d1cdff3ae70da5290294abb3529144 | refs/heads/main | 2023-03-23T04:49:21.227668 | 2021-03-03T12:54:19 | 2021-03-03T12:54:19 | 304,119,257 | 0 | 0 | null | null | null | null | UTF-8 | C | false | true | 1,227,678 | c | /* Generated by Cython 0.29.21 */
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#ifndef Py_PYTHON_H
#error Python headers needed to compile C extensions, please install development version of Python.
#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03030000)
#error Cython... | [
"37840272+Lucagibson96@users.noreply.github.com"
] | 37840272+Lucagibson96@users.noreply.github.com |
e30cbba8b099d0c85409ab56aaa488e46e3dbc65 | b8ed2c59228f3e731887f30466dd4689c9ed85a0 | /AR6kSDK.build_3.1_RC.667/host/os/linux/include/wlan_config.h | 2d6d68957bef1a38e4f207af97a107b7493195bd | [] | no_license | maximik1980/AR6kSDK.3.1 | 814dfabeaf7ff909ebabb1e7eb076109168fe6d7 | 430b6e559eca8fb9be659ce05a32ba2037b26678 | refs/heads/master | 2021-01-24T00:09:07.817502 | 2013-10-10T12:24:21 | 2013-10-10T12:24:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,309 | h | //------------------------------------------------------------------------------
// Copyright (c) 2004-2010 Atheros Corporation. All rights reserved.
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// copyright... | [
"artem@makhutov.org"
] | artem@makhutov.org |
460ebfa2b4b13e3988ecec13ef39070e62233be3 | 00fdedf779ef01de45120cd5e1c69f232728a15f | /Source/NTAssassin/include/NTAssassin/NTAProc.h | 5a132a6f8dfc2a77e895fc8b3ea1e6008c036855 | [
"MIT"
] | permissive | migzone/NTAssassin | 64bee21e145ec9ff7be71bedbff90ed84190fa03 | 716b635a8a574b7a79b24c067cb71c0e351be6c4 | refs/heads/master | 2023-06-27T00:21:14.688588 | 2021-08-03T16:07:37 | 2021-08-03T16:07:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,615 | h | // provides process functions for current process
#pragma once
#include "NTAssassin.h"
typedef enum _PROC_LM_SE_NAMES {
LSE_CREATE_TOKEN_NAME = 2,
LSE_ASSIGNPRIMARYTOKEN_NAME = 3,
LSE_LOCK_MEMORY_NAME = 4,
LSE_INCREASE_QUOTA_NAME = 5,
LSE_UNSOLICITED_INPUT_NAME = 0,
LSE_MACHINE_AC... | [
"ratin@knsoft.org"
] | ratin@knsoft.org |
47c348b7a05efff136982c8817a7752590a3f0ef | 30175a8ea53e7f32fba8b1aa21f6fb63bec0fddd | /src/timing.c | 8729f243f6b251894564d0f28a58ba683f38f03a | [] | no_license | Drgirl/Game-of-Life | 9632d846b7db0ff7a072e433125afe14dc21ce93 | fec050fb8e66597e690279c57e5197f48b42d42a | refs/heads/master | 2020-07-29T09:35:32.307762 | 2018-12-04T02:06:10 | 2018-12-04T02:06:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 207 | c | #include "timing.h"
#include <sys/time.h>
#include <stdlib.h>
double currentTime()
{
struct timeval now;
gettimeofday(&now, NULL);
return (double)now.tv_sec + (double)now.tv_usec / 1000000.0;
} | [
"tacticalsk8er@gmail.com"
] | tacticalsk8er@gmail.com |
936f13cdcd0f765a2ba549a0c2077946c2e018a9 | fef7df793bb45291db21be0e35a372195bc6d30f | /libft/get_next_line.c | e19044c9b6199e05f7859e2eac5ae7ff171a2185 | [] | no_license | Baavril/minishell | 9891035fda9d5979b1db3c050f7b4787773af121 | e6e6ef16965bec043d401e3bfd87ddf0e31d6ccf | refs/heads/master | 2020-08-10T22:39:11.627768 | 2019-10-11T12:57:50 | 2019-10-11T12:57:50 | 214,435,637 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,816 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line.c :+: :+: :+: ... | [
"baavril@e2r6p12.42.fr"
] | baavril@e2r6p12.42.fr |
8e2aa0c2c4eaa4fae0f59de99fa498fe55683f0b | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/ds/dns/dnslib/dnsutil.c | d8caef3fc77075d4c7753fcf0b3cd63014bc6fb6 | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,990 | c | /*++
Copyright (c) 1996-2001 Microsoft Corporation
Module Name:
dnsutil.c
Abstract:
Domain Name System (DNS) Library
General DNS utilities.
Author:
Jim Gilroy (jamesg) Decemeber 1996
Revision History:
--*/
#include "local.h"
IP_ADDRESS
Dns_GetNetworkMask(... | [
"112426112@qq.com"
] | 112426112@qq.com |
0d9f73b46d9617fdf6e368192fb9986d92a1e91d | 22faf5d38528447ffb3fc92975945b2e44293046 | /Learning/call_stats_bolck1_grt_rtw/builtin_typeid_types.h | 517776ed673a4ce29495584b3de04a5943fdf487 | [] | no_license | lotus205/SimulatorRRT | 37d0c98991737231544e8c164d81b0855f87ef4b | 6ebac12bf70c8bcfb8dd52af12a8f56c4fbe57be | refs/heads/master | 2020-03-20T18:24:39.141846 | 2018-06-05T12:36:59 | 2018-06-05T12:36:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,659 | h | /*
* builtin_typeid_types.h
*
* Academic License - for use in teaching, academic research, and meeting
* course requirements at degree granting institutions only. Not for
* government, commercial, or other organizational use.
*
* Code generation for model "call_stats_bolck1".
*
* Model version : ... | [
"sjturjk@icloud.com"
] | sjturjk@icloud.com |
615931df0829cd2399ecb0d847d9ba8ad2a078ab | e645ebf3b5177eb0ebedb7f239bd6e1b40bf1b07 | /packages/daf_data/include/lsst/daf/data.h | 8d05d4abb5a4b5cad5c582e6230e0b62d0cbfcc7 | [] | no_license | lsst-dm/bp | e095cdb7412124fef39bdd8428fce70bbf0f462a | 31c0b65866d06a09575a53d0dd558320e6994a06 | refs/heads/main | 2023-07-22T11:32:48.479329 | 2023-07-10T00:30:32 | 2023-07-10T00:30:32 | 37,212,636 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,343 | h | /*
* LSST Data Management System
* Copyright 2008, 2009, 2010 LSST Corporation.
*
* This product includes software developed by the
* LSST Project (http://www.lsst.org/).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publishe... | [
"jbosch@git.lsstcorp.org"
] | jbosch@git.lsstcorp.org |
29c3e27ae6d5cfb0f5a66fcef36c59afc97e14f5 | c9720259ca558b771c949ca78e71ccf181b7bcca | /Controller/src/TriangleWave_FiP8.c | 93f49c928d50aa2087c7fca9250af1c47f632372 | [
"BSD-3-Clause"
] | permissive | Strifus/x2c-audio | 1e2cf30c76876ef8a4c152f7002df1608db9d4e0 | 2837a09842f62d0d66d291ecb72eae02741d2661 | refs/heads/master | 2020-06-06T23:43:24.283232 | 2020-01-06T17:34:25 | 2020-01-06T17:34:25 | 192,877,737 | 0 | 0 | BSD-3-Clause | 2020-01-06T17:21:18 | 2019-06-20T08:09:01 | null | UTF-8 | C | false | false | 8,371 | c | /*
* Copyright (c) 2019, Strifus
* All rights reserved.
*/
/*
* This file is licensed according to the BSD 3-clause license as follows:
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of sourc... | [
"strifus@gmx.at"
] | strifus@gmx.at |
1cf2499046a2451d9704bc896d9f9b12b01a1bd9 | dacb1757d3e7a5a2a230fb85b665d53692a185c6 | /homework/minimization/main.c | d2a00829c8c65adc7c15f02b0998f1727f1630b8 | [] | no_license | zucian/ppnm | aa633526d8b1de69aa0af96be07104415e24c73f | 747d37946f457d9686cc5ef391b936c150b04444 | refs/heads/master | 2023-05-31T03:52:52.719192 | 2021-06-28T09:35:32 | 2021-06-28T09:35:32 | 337,045,247 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,064 | c | #include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <gsl/gsl_vector.h>
#include "minimization.h"
#include "inputArray.h"
double energy;
double boundEnergy;
double maxPoint;
double boundMaxPoint;
double *error;
int numberOfDataPoints;
double *energyBW;
double *crossSection;
double simplex... | [
"zucianniels@gmail.com"
] | zucianniels@gmail.com |
6e41a8c61b601da71855cfac5aa26d7d02753f4b | b477697f95728fbf8d1759a73858860c9620c3ab | /peripheral/nvm/processor/nvm_p32mx550f256l.h | bfd9c08639d576a2dc6a190c8dde01a2c505729e | [] | no_license | gmuro/harmony-v2_06-framework | 12bcb30c2dc9f4737aab8762da8b25632822d00e | 2196b67de35af9d1126b539b08324cf72ed13521 | refs/heads/master | 2022-12-07T19:24:34.649360 | 2022-11-18T22:16:49 | 2022-11-18T22:16:49 | 190,900,209 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 17,268 | h | /* Created by plibgen $Revision: 1.31 $ */
#ifndef _NVM_P32MX550F256L_H
#define _NVM_P32MX550F256L_H
/* Section 1 - Enumerate instances, define constants, VREGs */
#include <xc.h>
#include <stdbool.h>
#include "peripheral/peripheral_common_32bit.h"
/* Default definition used for all API dispatch functi... | [
"gustmuro@gmail.com"
] | gustmuro@gmail.com |
d76fe820082c3f4f07ecb995f9c4f59f4eee5b53 | 325c8415811c54f81dabca7e3173ccfd22fd1c58 | /Pratica4/RespostasUnicas/exercicio15.c | 4be4713070b92c70c580bb1a558ab4509d3caf54 | [] | no_license | renataapmonteiro/pds1 | 3a98566c95cdd5922a4561b1aef2bbdb764ab055 | a84251d3d555c62cb38df20dbca7779e34dd7f6d | refs/heads/main | 2022-12-31T17:31:53.428520 | 2020-10-23T00:06:24 | 2020-10-23T00:06:24 | 305,189,407 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 369 | c | #include <stdio.h>
#include <math.h>
int mdc(unsigned int x, unsigned int y){
int resto;
do{
resto = x % y;
x = y;
y = resto;
} while(resto != 0);
return x;
};
int mmc(unsigned int x, unsigned int y){
return (x * y) / mdc(x, y);
};
int main(unsigned int x, unsigned i... | [
"60657822+renataapmonteiro@users.noreply.github.com"
] | 60657822+renataapmonteiro@users.noreply.github.com |
d2b98144a494b18e9b575c34f10489b206ea9282 | d33bccba61a0730a687b311417bc1e44b68ac508 | /Pràctiques/Pra01-Errores/Problema 2/Pro2-doble.c | 77cf28e32a8d556da3cb547f5d4a5c8be379cc1e | [] | no_license | victorballester7/metodes-numerics | e4f68c6ec5aeab0978157a1b23f9e4c19ed7f38a | 0c4d26a74e90919848fe34ff0558aee2ac8afd2f | refs/heads/main | 2023-08-21T07:52:41.119102 | 2023-02-26T09:32:53 | 2023-02-26T09:32:53 | 368,767,918 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,276 | c | #include <stdio.h>
#include <math.h>
typedef struct{
double x;
double y;
}solucions;
solucions resoldre_metode1(double a, double b, double c);
solucions resoldre_metode2(double a, double b, double c);
int main(){
double a,b,c;
solucions metode1,metode2;
printf("PROGRAMA EN PRECISION DOBLE:\n\n");
print... | [
"victor.ballester.ribo@gmail.com"
] | victor.ballester.ribo@gmail.com |
e7127fb50f9242c81eabcb49ab06180f23c878ac | ba1a9c4545937aab39ab04fc2d6140e4952df864 | /imfilter/boxcar.c | 5b24b61d9f738b19d83618841d3c2ab676d1b336 | [] | no_license | KathleenLabrie/SNRmodel | 53cad21f1b46ce1e4d75055e603efc724a25edf6 | 8b7979272a5362d84817ac54b75db0e2f3730ef7 | refs/heads/master | 2016-09-05T20:33:04.879059 | 2014-09-18T07:58:08 | 2014-09-18T07:58:08 | 7,545,852 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,550 | c | /* Function: boxcar
* Version: 0.1.0
* Smooth an image using a boxcar average. The size of the box varies
* across the image, being small near the edges and growing to maximum
* size towards the center. Clipping and masking can be done.
*
* int boxcar( double **ppix, double **pmask, long naxes[],
* ... | [
"klabrie@gemini.edu"
] | klabrie@gemini.edu |
db502597d78bcad3deeef0c6757c3e4bb6535d91 | f7860a663a68fcd8decba7025c98b203ecaabdc4 | /sys/external/bsd/drm2/dist/drm/nouveau/nouveau_bios.h | 08f143e951b1c555a53cfc383da38a012ccade44 | [] | no_license | ozaki-r/netbsd-src | 0ea0b6c0ea9fb825ccd50c574629dfb2b1ed0179 | e8ddeb9cad6a8b3b515e78cb13338cb76b85d269 | refs/heads/wireguard | 2022-11-07T02:59:48.282889 | 2019-03-24T02:41:28 | 2019-03-24T04:18:09 | 20,287,693 | 11 | 2 | null | 2019-05-11T11:02:34 | 2014-05-29T08:40:47 | null | UTF-8 | C | false | false | 4,827 | h | /* $NetBSD: nouveau_bios.h,v 1.3 2018/08/27 04:58:24 riastradh Exp $ */
/*
* Copyright 2007-2008 Nouveau Project
*
* 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, i... | [
"riastradh@netbsd.org"
] | riastradh@netbsd.org |
6221adb7bd7e36a42604f3fc96807aaef0ac9177 | d0ddf47c52298cf0fa3b1b122ef1369b964a8adf | /ThirdParty/ShineMp3/huffman.h | a728d913a371a0cd3f8119d81af6ffc5c9b78bc3 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"LGPL-2.0-or-later",
"LicenseRef-scancode-other-copyleft",
"GPL-2.0-only",
"LGPL-2.0-only"
] | permissive | BleuBleu/FamiStudio | c4e074538ed7336f5fbecaf16712e04a1a070b9b | 2a51f14c7c9a3d9647c5ea0b06c5e4278ec1bf3f | refs/heads/master | 2023-08-31T06:35:42.884651 | 2023-08-27T03:26:06 | 2023-08-27T03:26:06 | 199,790,783 | 1,362 | 116 | MIT | 2023-09-04T00:46:50 | 2019-07-31T06:09:58 | C# | UTF-8 | C | false | false | 923 | h | #define HUFFBITS uint16_t
#define HTN 34
#define MXOFF 250
struct huffcodetab {
unsigned int xlen; /*max. x-index+ */
unsigned int ylen; /*max. y-index+ */
unsigned int linbits; /*number of linbits */
unsigned int li... | [
"bleubleu_@hotmail.com"
] | bleubleu_@hotmail.com |
14e972a21ada379d7564e544ff645e54f19c16d0 | 06486020f7d4f8245250e716073e2039cd8ef840 | /Pia-no-dash/project.IOs/Project.IOs/Classes/Native/UnityEngine_UnityEngine_Events_UnityAction_1_gen_7MethodDeclarations.h | eccfe983fd78eabccac4630565d59c22b175e90b | [] | no_license | hoangwin/2-ca-rs-tim-berman | df95d958c82cf8b8f4172b2c2d49cd6c294100f4 | 1470153378864b77237196be7f1ca9e2809e8998 | refs/heads/master | 2021-01-09T20:48:17.806165 | 2016-07-07T08:17:52 | 2016-07-07T08:17:52 | 39,478,909 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,019 | h | #pragma once
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
// UnityEngine.Events.UnityAction`1<UnityEngine.EventSystems.BaseEventData>
struct UnityAction_1_t2288;
// System.Object
struct Object_t;
// UnityEngine.EventSystems.BaseEventData
struct BaseEventData_t379;
/... | [
"hoang.nguyenmau@hotmail.com"
] | hoang.nguyenmau@hotmail.com |
671ff2c29134522630028550a282f52f33d3f2d8 | 1b8ae277ef7f39af15b6e0bff057c433dc44a109 | /src/emu/cpu/tms9900/tms9980al.c | f1da2ff2bdd43c1b67458b28ab9710a92fce19d7 | [] | no_license | ilitirit-za/ShmupMame-unofficial | 2ea58e7674df935c98e73d34ca888152b82c570d | 2ddd533fbaceac256cf0fbc2f918de1966280a22 | refs/heads/master | 2021-01-11T02:07:06.094952 | 2016-10-24T11:17:30 | 2016-10-24T11:17:30 | 70,804,668 | 3 | 0 | null | 2016-10-21T13:17:50 | 2016-10-13T12:35:08 | C | UTF-8 | C | false | false | 216 | c | /*
generate the tms9980a/tms9981 emulator
*/
#include "emu.h"
#include "debugger.h"
#include "tms9900l.h"
#define TMS99XX_MODEL TMS9980_ID
#include "99xxcore.h"
DEFINE_LEGACY_CPU_DEVICE(TMS9980L, tms9980al);
| [
"ilitirit@gmail.com"
] | ilitirit@gmail.com |
50aab034cfa3a68e5faf34aa64e6d32d2375c194 | 805666a84218be543410ff5089588f1572dd20ec | /d/baituo/shegu7.c | 7ef77bd627b0a4143f99d0db5e8a047183928beb | [] | no_license | mudchina/xkx2001 | d47a9caca686ab7c89fe0b9140fbaf9d3601e1f5 | 4e8f8a13a72884d5dbe4b589542eb34e29e89d70 | refs/heads/master | 2021-01-10T06:50:29.517433 | 2016-02-20T14:09:12 | 2016-02-20T14:09:12 | 52,156,038 | 24 | 23 | null | null | null | null | GB18030 | C | false | false | 646 | c | //Cracked by Roath
// shegu.c 蛇谷
// maco 7/15/2000
#include <ansi.h>
inherit ROOM;
void create()
{
set("short", "蛇谷平地");
set("long", @LONG
这是蛇谷的一处较平坦开阔的地带,地上满是矮小无叶的骆驼刺
和碎小的乱石。平缓的地势从这里往东边略为延伸,此外各方向都是
斑驳的林木。
LONG
);
set("exits", ([
"southwest" : __DIR__"shegu8",
"east" : __DIR__"shegu6",
"northwest... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
29f6a50a75e0fe316ddf1baa7693e67f7aec27bd | 913a0efa1b36ac741a36b3f94d872562c51ef572 | /Binaries/iOS/Classes/Native/mscorlib_System_Comparison_1_gen_26.h | 8dfee13178f001371d807230a710395235d17ebc | [
"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 | 439 | h | #pragma once
#include <stdint.h>
// UnityEngine.Events.BaseInvokableCall
struct BaseInvokableCall_t581;
// System.IAsyncResult
struct IAsyncResult_t38;
// System.AsyncCallback
struct AsyncCallback_t39;
// System.Object
struct Object_t;
// System.MulticastDelegate
#include "mscorlib_System_MulticastDelegate.h"
// Syste... | [
"masanori840816@gmail.com"
] | masanori840816@gmail.com |
0850a6143a19689272ee0bcfdd3f067f7ae7154e | 1d6d44dad9edef177e68806b4ac8d366fca66014 | /User/bsp_stm32f4xx/src/bsp_iwdg.c | b76c01323484127d5944dfacf0af93c29288b4a8 | [] | no_license | zyj408/Cube_Sw | 9a2104d5a0affb92f6315debbc4fd61f4fbc1509 | 44fca501d986665b2b379c9813b62bc2ca97dba1 | refs/heads/master | 2021-01-19T19:33:09.499326 | 2015-06-16T11:13:00 | 2015-06-16T11:13:00 | 33,296,212 | 3 | 3 | null | null | null | null | GB18030 | C | false | false | 5,992 | c | #include "bsp.h"
#include "stdio.h"
#include "stdlib.h"
#include "globalavr.h"
__IO uint32_t LsiFreq = 0;
__IO uint32_t CaptureNumber = 0, PeriodValue = 0;
uint32_t GetLSIFrequency(void);
/*
*********************************************************************************************************
* 函 数 名: bsp_InitIwdg
... | [
"309056101@qq.com"
] | 309056101@qq.com |
3466c7f9406fa6f68cbdc1ca692e8379f87c3ef4 | 846a7668ac964632bdb6db639ab381be11c13b77 | /lichee/brandy/basic_loader/bsp/bsp_for_a31/include/arch/hd_scrpt.h | a6d2eef503037b19ab8985cfbccdd69a4fa1f4cd | [] | no_license | BPI-SINOVOIP/BPI-A64-Android8 | f2900965e96fd6f2a28ced68af668a858b15ebe1 | 744c72c133b9bf5d2e9efe0ab33e01e6e51d5743 | refs/heads/master | 2023-05-21T08:02:23.364495 | 2020-07-15T11:27:51 | 2020-07-15T11:27:51 | 143,945,191 | 2 | 0 | null | null | null | null | GB18030 | C | false | false | 5,888 | h | /*
************************************************************************************************************************
* suni define
* suni CPU hardware registers, memory, interrupts, ... define
*
* Copy... | [
"mingxin.android@gmail.com"
] | mingxin.android@gmail.com |
eed245c9a653fcca6fd9079b422a47a952c82d65 | 4ec68a44e010ee90c1207f6b8f1a76ebc37ea669 | /DiveConqEX2.c | 628f97e2c5f82470b1ba41a492fd2c175012dc88 | [] | no_license | leonardoperin/ProjetoeAnalisedeAlgoritmos | ef57d1372768008d8ba39194695738c59deba274 | 436b6e2041f20ee3242fc8ba78b95fa7af54172b | refs/heads/master | 2020-06-12T15:24:04.699027 | 2019-06-29T00:17:08 | 2019-06-29T00:17:08 | 194,345,764 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 1,494 | c | #include <stdio.h>
struct MinMax{
unsigned int min,max;
};
struct MinMax minMax(unsigned int array[], unsigned int inicio, unsigned int fim)
{
struct MinMax resultado, metadeEsq, metadeDir;
int mid;
if(inicio == fim)
{
resultado.min = array[fim];
resultado.max = array[fim... | [
"noreply@github.com"
] | leonardoperin.noreply@github.com |
a12279788aeb1727948829d45187e18b4f65c150 | c057e033602e465adfa3d84d80331a3a21cef609 | /C/testcases/CWE127_Buffer_Underread/s01/CWE127_Buffer_Underread__char_declare_ncpy_31.c | c1b29c7149e983d975f4e4e45b889c84d024391f | [] | 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 | 3,020 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE127_Buffer_Underread__char_declare_ncpy_31.c
Label Definition File: CWE127_Buffer_Underread.stack.label.xml
Template File: sources-sink-31.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 |
f1563c2b0204375bf5925e2ea89db9f17d66dcee | 9eb2245869dcc3abd3a28c6064396542869dab60 | /benchspec/CPU/602.gcc_s/build/build_base_mytest-64.0001/c-dump.c | f03d813bce07fc4eefe742bb52b873b694ef18c2 | [] | no_license | lapnd/CPU2017 | 882b18d50bd88e0a87500484a9d6678143e58582 | 42dac4b76117b1ba4a08e41b54ad9cfd3db50317 | refs/heads/master | 2023-03-23T23:34:58.350363 | 2021-03-24T10:01:03 | 2021-03-24T10:01:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129 | c | version https://git-lfs.github.com/spec/v1
oid sha256:d93d90c0c398c53dfcb38e363afcfbb3b1b57e262cc31eecf21a37b4b338fa74
size 1551
| [
"abelardojarab@gmail.com"
] | abelardojarab@gmail.com |
4cc90443c0e7fccaac6ced90768bc603edb28e88 | da7c499625123f5d1a28e3d75b037523df11ccb5 | /devel/VxWorks55/ppc/target/h/drv/wdb/wdbNetromPktDrv.h | 0ccb93f6e71ad27aef4a8e6a7dd85bd1c1cdd20e | [] | no_license | emuikernel/BDXDaq | 84d947b0a4c0c1799a855dbe6c59e9560a8fc4e2 | cf678d3b71bdfb95996e8b7e97ad3657ef98262f | refs/heads/master | 2021-01-18T07:26:38.855967 | 2015-06-08T15:45:58 | 2015-06-08T15:45:58 | 48,211,085 | 3 | 2 | null | 2015-12-18T02:56:53 | 2015-12-18T02:56:52 | null | UTF-8 | C | false | false | 1,296 | h | /* wdbNetcomPktDrv.h - header file for debug agents NETROM packet driver */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,26apr02,dat Adding cplusplus protection, SPR 75017
01c,25oct95,ms changed params to wdbNetromPktDevInit.
01b,28jun95,tpr added pollDelay arg... | [
"andrea.celentano@ge.infn.it"
] | andrea.celentano@ge.infn.it |
e06c720121e24ad4981b737d7aff7bf69ce3d2c6 | a631596a01e93333c4c69b1501ef0b707df3e104 | /librdkafka/src/rdkafka_op.h | 0031d584b9508a1f61af126a16bb54403fd8cd6d | [
"BSD-2-Clause",
"BSD-3-Clause",
"Zlib",
"LicenseRef-scancode-public-domain",
"MIT",
"ISC",
"Apache-2.0"
] | permissive | Howe2015/kafka | 410857a0f6c17eb7dca21a69626436b17b71e5c6 | 8c202ec1a6f6afc9abb68ad6790866c9c240d8ef | refs/heads/master | 2020-03-20T23:11:53.862784 | 2018-06-19T07:42:00 | 2018-06-19T07:42:00 | 137,834,493 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,081 | h | /*
* librdkafka - Apache Kafka C library
*
* Copyright (c) 2012-2015, Magnus Edenhill
* 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... | [
"king_howe@hotmail.com"
] | king_howe@hotmail.com |
a30e88b3aed701a55ba534bfbcd0ad76f7de7f79 | 0d0580a162a6a695e9081b2944cedbb4d37950db | /practice/mpi_intro/mvapich2/mvapich2-2.3.4/src/mpi/coll/tuning/allgather/nemesis_INTEL_XEON_E5_2670_16_MLX_CX_FDR_1ppn.h | 5c8d4b12b60e4894d5d3ae35a7d7470798aacf91 | [
"mpich2",
"BSD-2-Clause"
] | permissive | juanpaez22/scc2020 | d43d501716eb6708fa4ae5ce23642557f0f1b00d | 9606cbf2a14a1eb1f35fa9a44337787662b13d16 | refs/heads/master | 2023-02-06T18:56:35.857679 | 2020-12-28T19:48:49 | 2020-12-28T19:48:49 | 325,102,222 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,306 | h | /*
* Copyright (c) 2001-2020, The Ohio State University. All rights
* reserved.
*
* This file is part of the MVAPICH2 software package developed by the
* team members of The Ohio State University's Network-Based Computing
* Laboratory (NBCL), headed by Professor Dhabaleswar K. (DK) Panda.
*
* For detailed copyr... | [
"ccuser@ip-0A00000C.w1nklnscc4iubckbypucuu3mhc.jx.internal.cloudapp.net"
] | ccuser@ip-0A00000C.w1nklnscc4iubckbypucuu3mhc.jx.internal.cloudapp.net |
b18cfa2eb62767d7b37174d2716483a8569c1868 | 5813789e210612742c7a6cb1c689651b107fcf38 | /script_rel/show_nbx_oddfellows.c | 2f297e875d11efe961d532d0c82c3fa449457a19 | [] | no_license | Jill0/rdr3-decompiled-scripts.1232 | e77b325be4761c0517fbb1b103f101abca30aa76 | 023e299cb6050ce07b5aad4147df58e304c0450f | refs/heads/master | 2020-12-09T08:59:36.862443 | 2019-12-16T20:28:33 | 2019-12-16T20:28:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 379,726 | c | #region Local Var
int iLocal_0 = 0;
int iLocal_1 = 0;
int iLocal_2 = 0;
var uLocal_3 = 0;
var uLocal_4 = 0;
var uLocal_5 = 0;
var uLocal_6 = 0;
var uLocal_7 = 0;
struct<1071> Local_8 = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0... | [
"37632412+gottfriedleibniz@users.noreply.github.com"
] | 37632412+gottfriedleibniz@users.noreply.github.com |
38d8aaeac36ee045bda5b1de99c11e5e0721aa0d | df0b8bf304830a48499b89886b9a77b8654de188 | /0x0F-function_pointers/3-op_functions.c | 539756a34eff8ed1ae407d3877ed22410e2fe7d2 | [] | no_license | rolandoquiroz/holbertonschool-low_level_programming | 0eaf96e777c4e3733a14e66bc8f7c57c51cc4b43 | a58de31cba0124570a7ed0fdd094ee8707448a05 | refs/heads/master | 2023-07-21T11:14:36.768961 | 2023-07-13T22:50:57 | 2023-07-13T22:50:57 | 192,739,599 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 953 | c | #include "3-calc.h"
#include <stdlib.h>
#include <stdio.h>
/**
* op_add - add function
* @a: int number a
* @b: int number b
* Return: sum of a and b
*/
int op_add(int a, int b)
{
return (a + b);
}
/**
* op_sub - substract function
* @a: int number a
* @b: int number b
* Return: difference of a and b
*/
int... | [
"rolandoquiroz@gmail.com"
] | rolandoquiroz@gmail.com |
9937e5b5619a57c697263e651c42df3ab696a69f | 5be190b7f68ebcbddcee06a2e2c3ea2ea6144add | /include/common/snippets/gestalt.h | 57747b7e2c53b61ca41df50ce285c5a63b17d6cd | [] | no_license | sheldonrobinson/codesuppository | e03d60c1098a90a8dab99a4c703bf342b22b9a65 | 3577f70e2dbe04f1996151b209d448dc7c0e28d2 | refs/heads/master | 2020-05-17T13:36:53.048159 | 2014-02-24T20:26:24 | 2014-02-24T20:26:24 | 42,025,259 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,052 | h | #ifndef GESTALT_H
#define GESTALT_H
#include "UserMemAlloc.h"
/*!
**
** Copyright (c) 2007 by John W. Ratcliff mailto:jratcliff@infiniplex.net
**
** Portions of this source has been released with the PhysXViewer application, as well as
** Rocket, CreateDynamics, ODF, and as a number of sample code snippet... | [
"jratcliffscarab@f10ad84c-df75-11dd-bd7b-b12b6590754f"
] | jratcliffscarab@f10ad84c-df75-11dd-bd7b-b12b6590754f |
8b856ffea846e627f7d7d1839f208d2dd898b9d1 | 8ad43e14c304e83bbf29f4a0d004a2f2576b1a0e | /libft/ft_putstr.c | 1288fc9c112b585533d0485181b094d009261387 | [] | no_license | PhethulwaziD/push_swap | 14c29fa83a198b172dc0777cad582b00a21ed004 | 862d1ce315dc580f9a9e200d27a325e4d322c951 | refs/heads/master | 2021-07-22T10:20:22.124811 | 2020-08-24T09:10:30 | 2020-08-24T09:10:30 | 209,566,132 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,019 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr.c :+: :+: :+: ... | [
"chunkie@chunkie-laptop"
] | chunkie@chunkie-laptop |
c9703dd38828885f4bb4ad9935470012d8021ccc | 05acde1a355f4e580dd0c9bd6aaac58d82458296 | /SOP_tutorial1/prog5.c | e88a951997a5f637b82448a123bbe50ec0e86db5 | [] | no_license | zbartkus3150/Operating-Systems | c32c3f8513f842cb239aed63e607f170218dbff2 | 6e318aa0b1d92e239b61c8afa71628c57413d378 | refs/heads/master | 2020-05-18T00:53:44.974500 | 2019-04-29T13:19:30 | 2019-04-29T13:19:30 | 184,074,375 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 374 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(int argc, char** argv) {
void usage(char* pname){
fprintf(stderr, "USAGE:%s name times>0\n", pname);
exit(EXIT_FAILURE);
}
if(argc!=3) usage(argv[0]);
int i,j=atoi(argv[2]);
if(0==j) usage(argv[0]);
for(i=0;i<j;i++)
pr... | [
"noreply@github.com"
] | zbartkus3150.noreply@github.com |
e09cfcfde8c5805c3d18aefe6926b03adca58eab | 75d60ea3bb687cec1ceca2c1f7c44a3058949458 | /FreeRTOS/thirdLib/emWin/GUI/Include/1/MULTIPAGE.h | c79e7ec1e0a1641679809d03d77d9cd31a18daf2 | [] | no_license | RockyTieGu/LCD-DEMO | a38ed5957d08f715f417ee2c30882c46bb396368 | 6351330b1b2cff27559b64c3f83b7a9d22dd7629 | refs/heads/master | 2021-01-04T10:21:34.283159 | 2020-03-08T13:49:33 | 2020-03-08T13:49:33 | 240,502,099 | 0 | 0 | null | 2020-03-08T13:49:35 | 2020-02-14T12:21:13 | C | UTF-8 | C | false | false | 9,052 | h | /*********************************************************************
* SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
**********************************************************************
* ... | [
"1530961499@qq.com"
] | 1530961499@qq.com |
02639cdeceb3f7a5067d46b337bef2668604be4d | 7a227937d76c2b210aa0b8b338c4d6efcdc71e63 | /f405boot/Inc/crc16.h | ea8e9120defadaf2e5bb5300703042257edb13e5 | [] | no_license | duanshuai007/stm32_bootloader | ed45a85832dd58ffa5ee2c45c29ff8c66e702273 | 606b3648856cec578f0391d14e5b5c4ec107db80 | refs/heads/master | 2020-04-15T15:07:27.818567 | 2019-01-11T07:06:04 | 2019-01-11T07:06:04 | 164,780,474 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 188 | h | #ifndef __CRC16_H__
#define __CRC16_H__
#include "stdint.h"
uint16_t CRC16_IBM(uint8_t *Msg, uint32_t Len);
uint8_t crc8_chk_value(uint8_t *message, uint8_t len);
#endif
| [
"duanshuai@forgshealth.com"
] | duanshuai@forgshealth.com |
e1f98bbcfaea0c855497267a7366139347935ede | e2b07b11552338c7db2103445a1f36237a0a7f1b | /Pipe/src.c | 9c9cd0d3d1d97679f51d1d464a52f921082bca7b | [] | no_license | fmanea/Unix-IPC-Examples | 17b53622f2eb1b008a42f604d9abb82469819ed3 | f371c664177f20d5b0799756a242a5bd9b1111bb | refs/heads/master | 2020-06-02T10:14:04.307310 | 2019-06-10T14:03:36 | 2019-06-10T14:03:36 | 191,124,452 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 511 | c | #include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/types.h>
#include <unistd.h>
int main(void)
{
int pfds[2];
char buf[30] = {};
pipe(pfds);
if (!fork()) {
printf(" CHILD: writing to the pipe\n");
write(pfds[1], "te", 3);
printf(" CHILD: exiting\n");
... | [
"maneaflavian@gmail.com"
] | maneaflavian@gmail.com |
f20a0acfe61028a287eb066d45c5319d4bad2373 | 0dbfbdd15d24675afd729844861b52b88d1f7d87 | /FinalExam/17011755-send.c | 9a7cd3d15660e6b1ff3eb642b02bbf70c1ee3264 | [] | no_license | lini1634/SystemProgrammingFinalExam | 345daf53518e14858e6cce18d89e36cd93c61c51 | 8da06d64ff6c9c64e3a287e0bfa89043401036f2 | refs/heads/master | 2023-01-23T16:14:25.198878 | 2020-12-10T07:00:19 | 2020-12-10T07:00:19 | 320,172,818 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 540 | c | #include<stdio.h>
#include<stdlib.h>
#include<unistd.h>
#include<signal.h>
int main(int argc, char *argv[])
{
union sigval sval; // To deliver whose pid is RTS_received.c pid..
if(argc!=3) // error message
printf("Usage: %s <process id> <student id>\n",argv[0]);
/* deliver with payloads */
sval.sival_int = at... | [
"lini1634@naver.com"
] | lini1634@naver.com |
97fb631e660aa50367fea05e5d01effd9c8318df | e16e76c96ed64097c5213c66732360bcd47f3076 | /c_speedtests/memspeed_memset.c | edf56124936b98fb1e9028f3d177bc6b0d3be901 | [] | no_license | EvanTheB/experiments | 52ce98fc881bbbfb72763fc32e52079dc4e40cfa | 0af8a76606f3c716067203064c80c8a1da12def3 | refs/heads/master | 2023-02-22T06:56:02.687573 | 2023-02-08T05:15:07 | 2023-02-08T05:15:07 | 199,278,704 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 605 | c | #include "stdlib.h"
#include "string.h"
#include "stdio.h"
#include "assert.h"
#include "unistd.h"
int main(int argc, char const *argv[])
{
unsigned long long size = strtoll(argv[1], NULL, 10);
assert(sizeof size == sizeof (size_t));
size = 1ULL << size;
char* data = malloc(size);
assert(data);
... | [
"evanbenn@gmail.com"
] | evanbenn@gmail.com |
e2574ebbce736e1d11284768ebc6a2b8adeabb24 | 0210389e7003e3c27696d893a65b0bba375bceeb | /Programming Assignment On Array in C/1.0 Create, Accept, Display Array Using Loop - with macro ,Find Minimum Element in that array..c | 037b93daf2b67b85aa7b7fcfe86ac980fc24f5f6 | [] | no_license | sameeshyadav/C-Programs | ad9f445db959a719556f8ce7018d757176ecb8bd | 13688a9aec501a268e97bf4d22b4ffd5b689b7c3 | refs/heads/master | 2023-03-12T23:33:41.948429 | 2021-03-04T16:52:31 | 2021-03-04T16:52:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 510 | c | #include <stdio.h>
#define max 7
int main()
{
int Arr[max] = {0}, i = 0, val = 0;
while(i<max)
{
printf("Enter The Value => ");
scanf("%d",&Arr[i]);
i++;
}
i=0;
while(i<max)
{
printf("\n => %d",Arr[i]);
i++;
}
i=0;
val = Arr... | [
"Jayram1234patil@gmail.com"
] | Jayram1234patil@gmail.com |
33f34dab056a383bf69870618e43e24a20cc764a | 23c80862d44f8d375a82f3714a8a406805e192d1 | /kernel/arch/arm32/mach-jz2440/nand_ll.c | 7ddee6c3e6c2b48b76f2bbc090e02f6b782a20b0 | [] | no_license | adg7660/MINE_X4418 | 45212f159fb284dfd02a55c289af04137f7f5868 | 5ec2ed043a6cba7fd91de81f39d6f370fb75787e | refs/heads/master | 2020-05-21T02:58:54.939160 | 2019-05-05T23:40:27 | 2019-05-05T23:40:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,183 | c | #define PAGE_DATA_SIZE (2048)
#define PAGE_SPARE_SIZE (64)
#define PAGES_PER_BLOCK (64)
#define PAGE_SHIFT (11)
#define BLOCK_SHIFT (17)
#define PAGE_TO_BLOCK_SHIFT (6)
#define BLOCK_TO_PAGE_SHIFT (6)
#define PAGE_TO_BLOCK(page) ((page)>>PAGE_TO_BLOCK_SHIFT)
#define BLOCK_TO_PAGE(block) ((block)<<BLOCK_TO_PAGE_SHIFT)
... | [
"891085309@qq.com"
] | 891085309@qq.com |
715d11fc6a9aa1413f15555629bd84ea450f5ec7 | e85ff715c73a4280a24446c69c4fb22cfd4ef962 | /BPM_response/plots/LTLTBBI/r2/bpm_response_BI2.BPM50_LTB.DHZ10_pH_r2.C | 09ff5fbd29c8cc24a076112d4af8587d04357088 | [] | no_license | digiovan/PSB | 40207f57f29a8d237fe0d3276bfa087ed6f49dd3 | 3f5a6c663f8e771860f3db3ef840ced73e860eef | refs/heads/master | 2021-01-18T21:19:45.546175 | 2016-04-26T12:15:58 | 2016-04-26T12:15:58 | 24,883,030 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,991 | c | {
//=========Macro generated from canvas: canvas_BI2.BPM50_H_2/
//========= (Wed Apr 1 22:35:04 2015) by ROOT version5.34/21
TCanvas *canvas_BI2.BPM50_H_2 = new TCanvas("canvas_BI2.BPM50_H_2", "",0,0,1100,850);
gStyle->SetOptStat(0);
canvas_BI2.BPM50_H_2->SetHighLightColor(2);
canvas_BI2.BPM50_H_2->Range(... | [
"digiovan@cern.ch"
] | digiovan@cern.ch |
440a053d1aec3b73d4a941e7e115112d8667c904 | 099dd6e85d56dbe27dbf977899762c6d29689f18 | /info.c | b89f8822e81b3badcf9bffbcbe6556ced461e8d9 | [] | no_license | BoBpromoto/Malware_Anlaysis_Tech_07 | 1883fe15249c9812f57a7131484e9e5753dae3fe | d385f09cc46fedce28dfe3bf7abe6558efa5b52d | refs/heads/master | 2021-04-27T19:15:05.106356 | 2018-02-25T16:42:26 | 2018-02-25T16:42:26 | 122,352,804 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,534 | c | #include <stdio.h>
#include <Windows.h>
#include <stdlib.h>
#include <direct.h> //getcwd
#define INFO_BUFFER_SIZE 32767
#ifndef _MAX_PATH
#define _MAX_PATH 260
#endif
// @ Author L3ad0xFF
TCHAR comname[INFO_BUFFER_SIZE];
TCHAR username[INFO_BUFFER_SIZE];
DWORD bufCharCount = INFO_BUFFER_SIZE;
int ... | [
"noreply@github.com"
] | BoBpromoto.noreply@github.com |
ab2be5eec3e6646b0b400bf81e4ea8429a4531f5 | 3f5aa1665eb33a22cacf890f12f08d69e2e400cf | /main.c | 04661f1cf5ddfcc7f25a4dc19204c5f967bcb2dc | [] | no_license | petter15/ble_app_hids_mouse | bc2e5a3521ed7ea16f41571711049270050348a6 | 37c70fbc16b13ef17c721952d9e76be683598446 | refs/heads/master | 2021-10-10T01:32:12.486137 | 2019-01-05T16:38:19 | 2019-01-05T16:38:19 | 118,767,664 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 60,065 | c | /**
* Copyright (c) 2014 - 2017, Nordic Semiconductor ASA
*
* 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,... | [
"petter15@hotmail.com"
] | petter15@hotmail.com |
6b96630a9dd459a9b798a39b99f04ca609f5c323 | ecfb152af870aea90355fe29fa46989030c6d4c6 | /xorg-server-X11R7.1-1.1.0/afb/afbcmap.c | 5043d97a6143bfc01fc150903d60e1bbd7967d7b | [] | no_license | Magister/x11rdp_xorg71 | b1e6a4acf08812dc92b3e507bd22281697989ef0 | 097603f5f9cf6e8ea56d6e3f8bea6100cc835ada | refs/heads/master | 2021-01-19T07:41:02.050682 | 2012-02-11T21:49:32 | 2012-02-11T21:49:32 | 3,473,986 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 3,091 | c | /* $XFree86: xc/programs/Xserver/afb/afbcmap.c,v 3.0 1996/08/18 01:45:30 dawes Exp $ */
/* $XConsortium: afbcmap.c,v 4.19 94/04/17 20:28:46 dpw Exp $ */
/************************************************************
Copyright 1987 by Sun Microsystems, Inc. Mountain View, CA.
All Rights Reserved
Per... | [
"jay@1bcb0b09-b424-0410-92a4-e5ef3db1a8a0"
] | jay@1bcb0b09-b424-0410-92a4-e5ef3db1a8a0 |
212374140ddd541565b6f264b4be0080bbbe25e5 | e649187cd8c5bbb6c3d9691d66c5791fa9502b7a | /PilhaEncadeada.h | 5fb26caf1dc3a6b6d650c9d15c1358334ff2f637 | [] | no_license | alefESE/Arquitetura | f7d14b9fb5cf6902fb35707927f98a30ff86d237 | 3276d45b6bf1038dc84796b6d4a56f9960b1c66c | refs/heads/master | 2022-01-08T22:47:34.587738 | 2019-07-05T15:40:39 | 2019-07-05T15:40:39 | 105,384,845 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 751 | h | #ifndef PILHAENCADEADA_H_INCLUDED
#define PILHAENCADEADA_H_INCLUDED
typedef struct noPilha {
int dado, id;
struct noPilha *anterior;
} tNoPilha;
typedef struct {
int tamanho;
tNoPilha *topo;
} tPilhaEncadeada;
void cria(tPilhaEncadeada &pilha);
int vazia(tPilhaEncadeada pilha);
int tamanho(tPilhaEnca... | [
"alef_berg@hotmail.com.br"
] | alef_berg@hotmail.com.br |
39f93e7dd17ce849a388446dc861ebd0db3aeb8f | 03ec3ac7a8c10a2241452bd25bc8c2708cf4af0e | /home/static/c/sparrow/crulechk_source_files/671a213fc45b1b2b96f6823b7fc582358dc4cb2b.WEAK_ENCRYPTION.HARDCODED_SALT.c | 8ce3350382a983db40a35daf42018106f382857c | [] | no_license | jayleec/bictory | f6f55de2253f418eae87fbde5e6ae399b9de3875 | 14a2b87eb4a2d0bbc3b7046c94562f7c17a7ce61 | refs/heads/master | 2021-01-11T03:25:19.614452 | 2016-10-16T07:06:08 | 2016-10-16T07:06:08 | 71,035,326 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,098 | c | // @checker WEAK_ENCRYPTION.HARDCODED_SALT
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#define MAX_TEXT 512
void * crypt(const char * text, const char * salt);
void badSalt(const char * text) {
char * out;
out = (char *)crypt(text, "xp"); // @violation WEAK_ENCRYPTION.HARDCODED_SALT
}
void badSalt2... | [
"spb828@naver.com"
] | spb828@naver.com |
fd0fea9d44841894e746b48e8d5b7fa92684f2d0 | 86f4710bf05ba675cfd46a74cda7133c51ee44d6 | /data_structure_in_c/02_recursion/2_recursive_factorial.c | dcc4dc8291e67d0ce91375c3df04f995dfeef6f8 | [] | no_license | stevenkim18/study | f81bbb2f3303f864a8122926ac98f0e0cc8b71dc | 31de919d8bb9892cf661c38bb2f6c0783a4f289e | refs/heads/main | 2023-02-16T11:23:21.237264 | 2021-01-06T13:49:24 | 2021-01-06T13:49:24 | 307,915,061 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 307 | c | #include <stdio.h>
int Factorial(int n)
{
if (n == 0)
return 1;
else
return n * Factorial(n - 1);
}
int main(void)
{
printf("1! = %d\n", Factorial(1));
printf("2! = %d\n", Factorial(2));
printf("3! = %d\n", Factorial(3));
printf("5! = %d\n", Factorial(5));
printf("8! = %d\n", Factorial(8));
}
| [
"11882@naver.com"
] | 11882@naver.com |
ad84f17cbbed7c4f9bcef36efd2bff802c8b43e0 | 32105b006116b55804961c3f0bb10cd442c5b1a7 | /srcs/bonus/redirect_fds_bonus.c | 00f1c9622bfb37a7eb6d563093c4d26e28f51644 | [] | no_license | sehhong3317/pipex | ff63cc593aa345e4107af44958b2637865abe1a1 | 59d04ede70604d57b7003a0d5c6b8321797fd6d5 | refs/heads/master | 2023-09-01T20:37:50.482428 | 2021-09-27T06:42:47 | 2021-09-27T06:42:47 | 403,441,823 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,633 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* redirect_fds_bonus.c :+: :+: :+: ... | [
"shhong3317@gmail.com"
] | shhong3317@gmail.com |
957e7b472dbc65bc4ffac864e6f3ff515626e94f | 4b0c1c3d5458981b17635b903f9d4ab9edd980e2 | /estruturas/fila.c | 0e18900a77064da99eda52059164bb9f18d8c864 | [] | no_license | DJiNN-gh/programas_c | 1e1d2406ad7e42cfd8e8aceb5337061d16c1aff1 | 519060dd72aa880fc075bf3dc2f004f8112d8232 | refs/heads/master | 2023-05-25T21:08:36.358399 | 2023-05-21T23:44:14 | 2023-05-21T23:44:14 | 157,908,064 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 130 | c | #include <stdio.h>
#include <stdlib.h>
typedef struct no{
int valor;
struct no *prox;
} Tno;
int main (void){
return 0;}
| [
"allaneumermo@gmail.com"
] | allaneumermo@gmail.com |
5fd87551e16e48dae083f95d67f946664c08d779 | 35c04ea32351dc95bc18d46e5c70dda9c1e08668 | /Examples/MCUXpresso/FRDM-K64F/FRDM-K64F_lwip_lwip_mqtt_bm/Generated_Code/LED1.c | 2d9031de1af0eac0e773fa2c4398144e83d035f4 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | ErichStyger/mcuoneclipse | 0f8e7a2056a26ed79d9d4a0afd64777ff0b2b2fe | 04ad311b11860ae5f8285316010961a87fa06d0c | refs/heads/master | 2023-08-28T22:54:08.501719 | 2023-08-25T15:11:44 | 2023-08-25T15:11:44 | 7,446,094 | 620 | 1,191 | NOASSERTION | 2020-10-16T03:13:28 | 2013-01-04T19:38:12 | Batchfile | UTF-8 | C | false | false | 7,365 | c | /* ###################################################################
** This component module is generated by Processor Expert. Do not modify it.
** Filename : LED1.h
** Project : FRDM-K64F_lwip_mqtt_bm
** Processor : MK64FN1M0VLL12
** Component : LED
** Version : Component 01.0... | [
"erich.styger@hslu.ch"
] | erich.styger@hslu.ch |
ea7457b2cca6502ddad5419b3aeeaf201b1d3ff0 | 61a8c128de47c1501cee66d1fe7e258418ca9e80 | /IEN code/src/libuv-1.29.1/src/unix/spinlock.h | 11ee7c5299082d04d238cd090e8d2ad7113790af | [
"MIT",
"BSD-3-Clause",
"ISC",
"BSD-2-Clause",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ScottTuring/IEN | d85e4b8f4c542c932b903c22dfac2410dad70bce | 8b67b12750b32d577d79d6bee288bbe93e78eef6 | refs/heads/master | 2022-03-13T12:17:00.672275 | 2022-02-19T02:22:32 | 2022-02-19T02:22:32 | 138,882,906 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,016 | h | /* Copyright (c) 2013, Ben Noordhuis <info@bnoordhuis.nl>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "A... | [
"noreply@github.com"
] | ScottTuring.noreply@github.com |
c9cbb8d2745883a78f988ec754f4e6e9fc7a81f9 | 1ebd84909d0b540be73bef72426855d954089da4 | /android/rpc/fso-msm-gps-activator/gps.c | 603258c824aa3cbddbd3aabbfe5a4a5eab9d6a95 | [] | no_license | leopck/utilities | 89d40f40119cfebcce2ac5dd7b0b334074dc82a8 | 40a6c924a2f5031dfabfbf0a70d1e1435c9bc832 | refs/heads/master | 2021-05-18T05:34:55.136211 | 2012-11-23T09:19:37 | 2012-11-23T09:20:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,056 | c | /*
Copyright 2010 Pierre-Hugues HUSSON
Copyright 2010 Denis 'GNUtoo' Carikli
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
Unl... | [
"mickey@vanille-media.de"
] | mickey@vanille-media.de |
3cd0d013d8f8ee9211f105243f9bb3ef61caf29d | d1a133091572709e3c7e2abdc4d3596b78066328 | /Cerial/Cerial.h | a7321c8aa7b766933f3e62405d59c0df4b57d282 | [
"ISC"
] | permissive | MartinWeigel/Cerial | e9980b0659011972bf7b67acecb2e2bd07cb5357 | daa16b834fb2c1d425c10a39fa344a5f69d20b56 | refs/heads/master | 2020-05-02T00:23:31.136831 | 2019-03-25T22:12:44 | 2019-03-25T22:12:44 | 177,672,491 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,621 | h | /**
* Cerial.h
*
* Connects to a serial port and reads/writes binary data (e.g., structs/arrays).
* Guards the messages, escapes the content, and validates a checksum to ensure
* the data is received correctly. Supports Windows and UNIX.
* Requires both sides of the serial connections to use Cerial.
*
* Copyrig... | [
"mail@MartinWeigel.com"
] | mail@MartinWeigel.com |
4803a7b7aa96a67edc50eb9afffdb089c724d6ac | d0a669fac4d9d94fadf26776dcbbc26e6e58f65f | /close.h | 3d0475ecf86ff02b15f9f88790a53c8f90edcef7 | [] | no_license | jem26/mario | 4519c8fde10c8ded60ae51acf9d4cf922580eb43 | 89e94259bafcedb1616f2be89f49f055e1dd7ba1 | refs/heads/master | 2020-04-05T23:47:40.292620 | 2016-06-15T16:45:23 | 2016-06-15T16:45:23 | 61,223,512 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 946 | h | //Frees media and shuts down SDL
void close( Tile* tiles[] );
void close( Tile* tiles[] )
{
//Deallocate tiles
for( int i = 0; i < TOTAL_TILES; ++i )
{
if( tiles[ i ] == NULL )
{
delete tiles[ i ];
tiles[ i ] = NULL;
}
}
//Free loaded images
... | [
"noreply@github.com"
] | jem26.noreply@github.com |
5d1fd2c207848dca4cacf871c0e094cd09ac1ca0 | 26503dfc281d8b5b8e781a9e965e8ce34a2cd5ed | /lab6/lab06 final/myOS/task.c | fa8ab8ff2f9109501cefd0eaad921dba9960ca00 | [] | no_license | qcjiang/Operating-System | fda57c96e88cf2482141177d88f0e5c3b18c139a | 534a0d0c25cf9dda046fd43a48ddae9ccee613a5 | refs/heads/master | 2021-09-08T00:20:09.624971 | 2018-03-04T03:44:18 | 2018-03-04T03:44:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,311 | c | #include "myOS.h"
void osStart()
{
int i;
for(i=0;i<TASKNUM;i++)
{
TCB[i].tcbIndex=i;
if(i!=0&&i!=STACKSIZE-1) TCB[i].next=TCB+i+1;
else TCB[i].next=(void *)0;
}
FREE=TCB;
idleTsk=TCB;
readyqueueInit(idleTsk);
stack_init(&(FREE->stktop),idle);
initTskBody();
}
int createTsk(void (*t... | [
"jqc@jiangqingcaideMacBook-Pro.local"
] | jqc@jiangqingcaideMacBook-Pro.local |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.